@charset "UTF-8";
/* ▼▼▼ ページタイトル
============================== */
#title_wrap .page_title {
  background-color: #349FD1;
}
#title_wrap .page_title::before {
  background-color: #349FD1;
}

#main .main_inner {
  padding-bottom: 0;
}
#main .main_inner h2 {
  color: #349FD1;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

.anchor_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto 70px;
}
.anchor_btn li {
  margin: 0 15px;
  width: 450px;
  height: 76px;
  border: 1px solid #349FD1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.anchor_btn li:hover {
  opacity: 0.6;
}
.anchor_btn li a {
  display: block;
  color: #349FD1;
  text-align: center;
  line-height: 74px;
  font-size: 22px;
  text-decoration: none;
}
.anchor_btn li a::before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 32 32'%3E%3Cg transform='translate(-369.839 -1262.839)'%3E%3Cpath d='M16,0A16,16,0,1,1,0,16,16,16,0,0,1,16,0Z' transform='translate(369.839 1262.839)' fill='%23349FD1'/%3E%3Cpath d='M4338.142,1298.643a1.5,1.5,0,0,1-1.5-1.5v-15.367a1.5,1.5,0,0,1,3,0v15.367A1.5,1.5,0,0,1,4338.142,1298.643Z' transform='translate(-3952.302 -10.663)' fill='%23fff'/%3E%3Cpath d='M4328.332,1307.412a1.5,1.5,0,0,1-1.129-.512l-4.506-5.149a1.5,1.5,0,0,1,2.258-1.976l3.377,3.859,3.376-3.859a1.5,1.5,0,1,1,2.258,1.975l-4.505,5.149A1.5,1.5,0,0,1,4328.332,1307.412Z' transform='translate(-3942.492 -19.323)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.anchor_btn li a br {
  display: none;
}

.schedule .schedule_title {
  height: 260px;
  background-color: #349FD1;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.schedule .schedule_title h3 {
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.schedule .schedule_title .image {
  height: 180px;
  width: 100%;
  margin-top: auto;
}
.schedule .schedule_title .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.schedule .day {
  padding: 80px 0;
  background-color: #e1f4fe;
  overflow: hidden;
}

.schedule_list {
  position: relative;
}
.schedule_list::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #349FD1;
  content: " ";
  vertical-align: middle;
}

.schedule_item {
  width: 50%;
}
.schedule_item .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #349FD1;
  font-size: 30px;
  line-height: 1.2;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px dashed #349FD1;
  position: relative;
}
.schedule_item .item_title::before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #349FD1;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  bottom: -15px;
}
.schedule_item .item_title::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  bottom: -5px;
}
.schedule_item .item_title .time {
  width: 120px;
  font-weight: 700;
}
.schedule_item .item_title .time_title {
  width: calc(100% - 120px);
  font-weight: 700;
}
.schedule_item .work {
  font-size: 18px;
  line-height: 1.8;
}
.schedule_item .work_image {
  margin-top: 10px;
  width: calc(100% - 50px);
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule_item .work_image .image {
  width: 47.28%;
  max-width: 260px;
  background-color: #fff;
}
.schedule_item .work_image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 260/180;
}
.schedule_item:nth-child(even) {
  margin-left: auto;
}
.schedule_item:nth-child(even) .item_title {
  padding-left: 50px;
}
.schedule_item:nth-child(even) .item_title::before {
  right: auto;
  left: -15px;
}
.schedule_item:nth-child(even) .item_title::after {
  right: auto;
  left: -5px;
}
.schedule_item:nth-child(even) .work {
  padding-left: 50px;
}
.schedule_item:nth-child(even) .work_image {
  margin-left: auto;
}
.schedule_item:nth-child(n+2) {
  margin-top: -50px;
}

/* =====================================

▼▼▼ max-width: 1024px

===================================== */
@media screen and (max-width: 1024px) {
  .anchor_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto 70px;
  }
  .anchor_btn li {
    margin: 0 15px;
    width: 450px;
    height: 70px;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .anchor_btn li:hover {
    opacity: 0.6;
  }
  .anchor_btn li a {
    display: block;
    text-align: center;
    line-height: 68px;
    font-size: 22px;
    text-decoration: none;
  }
  #main .main_inner {
    padding: 40px 0;
    padding-bottom: 0;
  }
} /* @media screen and (max-width: 1024px) */
/* =====================================

▼▼▼ max-width: 768px

===================================== */
@media screen and (max-width: 768px) {
  .anchor_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .anchor_btn li {
    margin: 0;
    width: 49%;
    height: 50px;
  }
  .anchor_btn li a {
    line-height: 50px;
    font-size: 16px;
  }
  .anchor_btn li a::before {
    margin: 0 10px 0 0;
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 32 32'%3E%3Cg transform='translate(-369.839 -1262.839)'%3E%3Cpath d='M16,0A16,16,0,1,1,0,16,16,16,0,0,1,16,0Z' transform='translate(369.839 1262.839)' fill='%23349FD1'/%3E%3Cpath d='M4338.142,1298.643a1.5,1.5,0,0,1-1.5-1.5v-15.367a1.5,1.5,0,0,1,3,0v15.367A1.5,1.5,0,0,1,4338.142,1298.643Z' transform='translate(-3952.302 -10.663)' fill='%23fff'/%3E%3Cpath d='M4328.332,1307.412a1.5,1.5,0,0,1-1.129-.512l-4.506-5.149a1.5,1.5,0,0,1,2.258-1.976l3.377,3.859,3.376-3.859a1.5,1.5,0,1,1,2.258,1.975l-4.505,5.149A1.5,1.5,0,0,1,4328.332,1307.412Z' transform='translate(-3942.492 -19.323)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .schedule .schedule_title {
    height: 180px;
    padding: 10px 0 0;
  }
  .schedule .schedule_title h3 {
    font-size: 22px;
  }
  .schedule .schedule_title .image {
    height: 120px;
    width: 100%;
    margin-top: auto;
  }
  .schedule .day {
    padding: 40px 0;
  }
  .schedule_item {
    width: 50%;
  }
  .schedule_item .item_title {
    font-size: 20px;
    padding: 0 0 5px;
    margin: 0 0 5px;
    position: relative;
  }
  .schedule_item .item_title::before {
    width: 20px;
    height: 20px;
    right: -10px;
    bottom: -10px;
  }
  .schedule_item .item_title::after {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    right: -2px;
    bottom: -2px;
  }
  .schedule_item .item_title .time {
    width: 80px;
  }
  .schedule_item .item_title .time_title {
    width: calc(100% - 80px);
  }
  .schedule_item .work {
    font-size: 14px;
  }
  .schedule_item .work_image {
    margin-top: 10px;
    width: calc(100% - 20px);
    max-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .schedule_item .work_image .image {
    width: 47.28%;
    max-width: 260px;
    background-color: #fff;
  }
  .schedule_item .work_image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 260/180;
  }
  .schedule_item:nth-child(even) .item_title {
    padding-left: 20px;
  }
  .schedule_item:nth-child(even) .item_title::before {
    right: auto;
    left: -10px;
  }
  .schedule_item:nth-child(even) .item_title::after {
    right: auto;
    left: -2px;
  }
  .schedule_item:nth-child(even) .work {
    padding-left: 20px;
  }
  .schedule_item:nth-child(even) .work_image {
    margin-left: auto;
  }
  .schedule_item:nth-child(n+2) {
    margin-top: -30px;
  }
}
/* =====================================

▼▼▼ max-width: 500px

===================================== */
@media screen and (max-width: 500px) {
  #main .main_inner h2 {
    margin: 0 0 10px;
  }
  .anchor_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .anchor_btn li {
    margin: 0;
    width: 49%;
    height: 50px;
  }
  .anchor_btn li a {
    line-height: 1.2;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
  }
  .anchor_btn li a::before {
    margin: 0 5px 0 0;
    content: " ";
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 32 32'%3E%3Cg transform='translate(-369.839 -1262.839)'%3E%3Cpath d='M16,0A16,16,0,1,1,0,16,16,16,0,0,1,16,0Z' transform='translate(369.839 1262.839)' fill='%23349FD1'/%3E%3Cpath d='M4338.142,1298.643a1.5,1.5,0,0,1-1.5-1.5v-15.367a1.5,1.5,0,0,1,3,0v15.367A1.5,1.5,0,0,1,4338.142,1298.643Z' transform='translate(-3952.302 -10.663)' fill='%23fff'/%3E%3Cpath d='M4328.332,1307.412a1.5,1.5,0,0,1-1.129-.512l-4.506-5.149a1.5,1.5,0,0,1,2.258-1.976l3.377,3.859,3.376-3.859a1.5,1.5,0,1,1,2.258,1.975l-4.505,5.149A1.5,1.5,0,0,1,4328.332,1307.412Z' transform='translate(-3942.492 -19.323)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .anchor_btn li a br {
    display: block;
  }
  .schedule .schedule_title {
    height: 140px;
    padding: 5px 0 0;
  }
  .schedule .schedule_title h3 {
    font-size: 18px;
  }
  .schedule .schedule_title .image {
    height: 80px;
    width: 100%;
    margin-top: auto;
  }
  .schedule .day {
    padding: 20px 0 40px;
  }
  .schedule_list::before {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 1px;
    height: 100%;
    background: #349FD1;
    content: " ";
    vertical-align: middle;
  }
  .schedule_item {
    width: calc(100% - 20px);
    margin-left: auto;
  }
  .schedule_item .item_title {
    font-size: 16px;
    padding: 0 0 5px;
    margin: 0 0 5px;
    position: relative;
    padding-left: 20px;
  }
  .schedule_item .item_title::before {
    width: 20px;
    height: 20px;
    right: auto;
    left: -10px;
    bottom: -10px;
  }
  .schedule_item .item_title::after {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    right: auto;
    left: -2px;
    bottom: -2px;
  }
  .schedule_item .item_title .time {
    width: 80px;
  }
  .schedule_item .item_title .time_title {
    width: calc(100% - 80px);
  }
  .schedule_item .work {
    font-size: 13px;
    padding-left: 20px;
  }
  .schedule_item .work_image {
    margin-top: 10px;
    width: calc(100% - 20px);
    margin-left: auto;
  }
  .schedule_item:nth-child(even) .item_title {
    padding-left: 20px;
  }
  .schedule_item:nth-child(even) .item_title::before {
    right: auto;
    left: -10px;
  }
  .schedule_item:nth-child(even) .item_title::after {
    right: auto;
    left: -2px;
  }
  .schedule_item:nth-child(even) .work {
    padding-left: 20px;
  }
  .schedule_item:nth-child(even) .work_image {
    margin-left: auto;
  }
  .schedule_item:nth-child(n+2) {
    margin-top: 30px;
  }
}/*# sourceMappingURL=schedule.css.map */