@charset "UTF-8";
#shizuoka_lp_header {
  border-bottom: unset;
}

#anchor01,
#anchor03,
#anchor04,
#anchor05,
#anchor06,
#anchor08,
#anchor11,
#anchor12 {
  margin-top: -7rem;
  padding-top: 7rem;
}

#anchor07 {
  margin-top: -5rem;
  padding-top: 5rem;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 400px 400px;
  justify-content: center;
  gap: 45px;
  background: #1e2c5c;
  padding: 30px 0;
}

.fixed .btn {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  #anchor01,
  #anchor03,
  #anchor04,
  #anchor05,
  #anchor06,
  #anchor08,
  #anchor11,
  #anchor12 {
    margin-top: -6rem;
    padding-top: 6rem;
  }
  .fixed {
    display: block;
    padding: 0;
    border-top: 1.6vw solid #1E2C5C;
    border-bottom: 1.3333333333vw solid #1E2C5C;
    background: #EB6001;
  }
  .fixed_sp_btn {
    font-size: 6.6666666667vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 2.6666666667vw 0;
  }
  .fixed_sp_btn::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 15px;
    background-image: url(../images/icon/icon_arrow_right_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 5.3333333333vw;
    transform: translate(0, -50%);
  }
}
/* フォント
***************************************************************/
@font-face {
  font-family: "AkuKamu";
  src: url(../font/AkuKamu.ttf);
}
.en {
  font-family: "AkuKamu";
}

.white {
  color: #fff !important;
}

/* 装飾
***************************************************************/
.bg_blue {
  background: #1E2C5C;
}

.bg_orange {
  background: #EB6001;
}

.bg_gray {
  background: #F0F0F0;
}

@media screen and (min-width: 681px) {
  a:hover {
    opacity: 0.7;
  }
}
/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 60px 0;
}

.inner {
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  section {
    padding: 10.6666666667vw 0;
  }
  .inner {
    padding: 0 5.3333333333vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
  color: #1e2c5c;
  line-height: 1.3;
}

.section_title .en {
  display: block;
  font-size: 80px;
  letter-spacing: 0.05em;
}

.section_title .ja {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 10.6666666667vw;
  }
  .section_title .ja {
    font-size: 4vw;
  }
}
.btn {
  border-radius: 40px;
  background: linear-gradient(#eb6001 0%, #d15501 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  padding: 6px 0 10px;
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-weight: bold;
  margin: 40px auto 0;
}

.btn.type2 {
  background: #1e2c5c;
}

.btn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: url(../images/icon/icon_arrow_right_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}

.btn .text01 {
  font-size: 49px;
  letter-spacing: 0.05em;
}

.btn .text02 {
  font-size: 15px;
  writing-mode: sideways-lr;
  margin-left: 10px;
}

.btn .text03 {
  font-weight: bold;
  font-size: 22px;
  margin-left: 20px;
}

@media screen and (max-width: 680px) {
  .btn {
    border-radius: 11.7333333333vw;
    display: block;
    text-align: center;
    padding: 2.1333333333vw 0 2.6666666667vw;
    max-width: 72vw;
    max-height: 18.1333333333vw;
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw auto 0;
  }
  .sp_btn {
    padding: 5.0666666667vw 0 0;
    max-height: 14.4vw;
  }
  .btn::before {
    width: 2.1333333333vw;
    height: 2.6666666667vw;
    right: 4vw;
  }
  .btn .text01 {
    font-size: 8.2666666667vw;
  }
  .btn .text02 {
    font-size: 2.6666666667vw;
    margin-left: 2.6666666667vw;
    position: relative;
    top: -0.5333333333vw;
  }
  .btn .text03 {
    font-size: 4vw;
    margin-left: 0;
    display: block;
    margin-top: 1.3333333333vw;
  }
}
.swiper {
  margin-top: 40px;
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-top: 50px;
}

.swiper-slide {
  width: 380px;
  pointer-events: none;
}

.swiper-slide[data-index] {
  cursor: pointer;
  pointer-events: unset;
}

.swiper_text {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  min-height: 54px;
}

.swiper_nav {
  position: relative;
  margin-top: 45px;
  margin-left: 40px;
  max-width: 1100px;
  padding-bottom: 20px;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  top: unset !important;
  width: 100% !important;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px;
  background: #1E2C5C;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 5px;
  top: -2px;
  background: #1E2C5C;
}

.type2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.type2 .swiper-horizontal > .swiper-pagination-progressbar,
.type2 .swiper-pagination-progressbar.swiper-pagination-horizontal,
.type2 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.type2 .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  background: #fff;
}

.type2 .swiper-button-prev,
.type2 .swiper-button-next {
  background-image: url(../images/icon/icon_arrow_right_w.svg);
}

.swiper-button-prev,
.swiper-button-next {
  color: unset;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/icon_arrow_right_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: unset;
}

.swiper-button-prev {
  left: -30px;
  bottom: 4px;
  transform: scale(-1, 1);
}

.swiper-button-next {
  right: -30px;
  bottom: 4px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper_more {
  width: 100px;
  background: #eb6001;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: block;
  margin: 5px 0 0 auto;
  border: unset;
}

.swiper_more span {
  margin-left: 5px;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 680px) {
  .swiper {
    margin-top: 5.3333333333vw;
  }
  .swiper-slide {
    width: 38.6666666667vw;
  }
  .swiper_text {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
    min-height: 11.2vw;
  }
  .swiper_nav {
    margin-top: 6.6666666667vw;
    margin-left: 4.8vw;
    max-width: 80vw;
    padding-bottom: 5.6vw;
  }
  .swiper-pagination {
    bottom: 2.6666666667vw;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 0.5333333333vw;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 1.3333333333vw;
    top: -0.5333333333vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 4vw;
    height: 4vw;
  }
  .swiper-button-prev {
    left: -5.3333333333vw;
    bottom: 1.0666666667vw;
  }
  .swiper-button-next {
    right: -5.3333333333vw;
    bottom: 1.0666666667vw;
  }
  .swiper_more {
    width: 13.3333333333vw;
    font-size: 3.2vw;
    margin: 1.3333333333vw 0 0 auto;
  }
  .swiper_more span {
    margin-left: 0.8vw;
    top: -0.2666666667vw;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modal_slider {
  width: 1050px;
  height: 550px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 77px 115px;
}

.slick-list {
  background: #fff;
  position: relative;
}

.modal_sliderBox {
  display: grid;
  align-items: center;
  grid-template-columns: 360px 1fr;
  gap: 30px;
  padding: 20px;
}

.modal_sliderBox img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal_close {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 295px);
  right: calc(50% - 542px);
  z-index: 10;
  width: 36px;
  height: 35px;
  background-image: url(../images/icon/icon_plus.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(45deg);
  cursor: pointer;
}

.modal_slider .slick-prev,
.modal_slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  height: 21px;
  width: 21px;
  background-image: url(../images/icon/icon_arrow_right_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.modal_slider .slick-prev {
  left: 45px;
  transform: translate(0, -50%) scale(-1, 1);
}

.modal_slider .slick-next {
  right: 45px;
}

.modalContent {
  position: relative;
  overflow-y: auto;
}

.modalContent_scroll {
  max-height: 340px;
  padding: 20px 10px 20px 0;
}

.modalContent_title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}

.modalContent_comment {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}

.modalContent_food {
  font-size: 16px;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  font-weight: bold;
}

.modalContent_food span {
  text-align: right;
  white-space: nowrap;
}

.modalContent_text {
  font-weight: 500;
  font-size: 14px;
  margin-top: 60px;
}

@media screen and (max-width: 680px) {
  .modal_slider {
    width: 92vw;
    height: 117.3333333333vw;
    top: 55%;
    padding: 5.3333333333vw;
  }
  .modal_slider li {
    overflow-x: scroll;
  }
  .modal_sliderBox {
    display: block;
    padding: 5.3333333333vw 4vw;
    height: 106.6666666667vw;
  }
  .modal_sliderBox img {
    width: 53.3333333333vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .modalContent_scroll {
    max-height: unset;
    padding: 0;
  }
  .modal_close {
    top: calc(50% - 53.3333333333vw);
    right: calc(50% - 48.5333333333vw);
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .modal_slider .slick-prev,
  .modal_slider .slick-next {
    height: 3.7333333333vw;
    width: 3.7333333333vw;
  }
  .modal_slider .slick-prev {
    left: 0.5333333333vw;
    transform: translate(0, -50%) scale(-1, 1);
  }
  .modal_slider .slick-next {
    right: 0.5333333333vw;
  }
  .modalContent_title {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .modalContent_comment {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .modalContent_food {
    font-size: 3.2vw;
    display: flex;
    justify-content: space-between;
    gap: 4vw;
  }
  .modalContent_text {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
    padding-bottom: 20px;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    transition: opacity 0.8s, transform 0.8s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* FV
***************************************************************/
.fv {
  padding: 0;
}

.fv img {
  width: 100%;
}

/* Section1
***************************************************************/
.sec1_content01 {
  position: relative;
}

.sec1_content01 .border01 {
  width: 90px;
  height: 90px;
  border: 10px solid #1e2c5c;
  border-right: unset;
  border-bottom: unset;
  position: absolute;
  left: -40px;
  top: 40px;
}

.sec1_content01 .border02 {
  width: 90px;
  height: 90px;
  border: 10px solid #1e2c5c;
  border-left: unset;
  border-bottom: unset;
  position: absolute;
  right: -40px;
  top: 40px;
}

.sec1_content01 .border03 {
  width: 90px;
  height: 90px;
  border: 10px solid #1e2c5c;
  border-right: unset;
  border-top: unset;
  position: absolute;
  left: -40px;
  bottom: 0;
}

.sec1_content01 .border04 {
  width: 90px;
  height: 90px;
  border: 10px solid #1e2c5c;
  border-left: unset;
  border-top: unset;
  position: absolute;
  right: -40px;
  bottom: 0;
}

.sec1_title {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
}

.sec1_flex {
  display: grid;
  grid-template-columns: 400px 400px;
  justify-content: center;
  gap: 48px;
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.sec1_flex::before {
  content: "VS";
  display: inline-block;
  font-size: 120px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "AkuKamu";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec1_flexBox_logo {
  max-width: 240px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec1_flexBox_day {
  font-size: 120px;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}

.sec1_flexBox_day span {
  font-size: 38px;
  letter-spacing: 0;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translate(0, -50%);
  transform: rotate(-90deg) translateY(-100%);
}

.sec1_flexBox_text {
  font-size: 35px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.sec1_content01_text {
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

.sec1_content02 {
  margin-top: 70px;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #1e2c5c;
  position: relative;
  padding: 30px 50px 20px;
}

.sec1_content02_title {
  font-size: 50px;
  letter-spacing: 0.05em;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 30px;
  line-height: 1;
}

.sec1_content02_text {
  font-weight: bold;
  font-size: 30px;
}

.sec1_content02_imgBox {
  padding: 30px 0;
}

@media screen and (max-width: 680px) {
  .sec1_content01 .border01 {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border: 1.3333333333vw solid #1e2c5c;
    border-right: unset;
    border-bottom: unset;
    left: -2.6666666667vw;
    top: -4vw;
  }
  .sec1_content01 .border02 {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border: 1.3333333333vw solid #1e2c5c;
    right: -2.6666666667vw;
    top: -4vw;
    border-left: unset;
    border-bottom: unset;
  }
  .sec1_content01 .border03 {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border: 1.3333333333vw solid #1e2c5c;
    border-right: unset;
    border-top: unset;
    left: -2.6666666667vw;
    bottom: 0;
  }
  .sec1_content01 .border04 {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border: 1.3333333333vw solid #1e2c5c;
    border-left: unset;
    border-top: unset;
    right: -2.6666666667vw;
    bottom: 0;
  }
  .sec1_title {
    font-size: 5.3333333333vw;
  }
  .sec1_flex {
    grid-template-columns: 42.6666666667vw 42.6666666667vw;
    gap: 4vw;
    margin-top: 6.6666666667vw;
  }
  .sec1_flex::before {
    font-size: 11.7333333333vw;
    top: 5.3333333333vw;
  }
  .sec1_flexBox_logo {
    height: 23.2vw;
    max-width: 26.6666666667vw;
  }
  .sec1_flexBox_day {
    font-size: 14.9333333333vw;
    margin-top: 4vw;
  }
  .sec1_flexBox_day span {
    font-size: 4.2666666667vw;
    margin-left: 4vw;
  }
  .sec1_flexBox_text {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
  .sec1_content01_text {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
  }
  .sec1_content02 {
    margin-top: 9.3333333333vw;
    padding: 8vw 8vw 5.3333333333vw;
  }
  .sec1_content02_title {
    font-size: 9.3333333333vw;
    top: -5.3333333333vw;
    padding: 0 8vw;
    white-space: nowrap;
  }
  .sec1_content02_text {
    font-size: 5.3333333333vw;
  }
  .sec1_content02_imgBox {
    padding: 2.6666666667vw 0 0;
  }
}
/* Section2
***************************************************************/
.sec2 {
  padding: 530px 0 50px;
  background-image: url(../images/front/sec2_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.sec2 .inner {
  border-radius: 100px;
  padding: 30px 105px 40px;
  text-align: center;
  color: #fff;
}

.sec2_subTitle {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #fff;
}

.sec2_img {
  width: 424px;
  margin-top: 35px;
}

.sec2_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-top: 25px;
}

.sec2 .btn {
  margin-top: 40px;
}

@media screen and (max-width: 680px) {
  .sec2 {
    padding: 8vw 5.3333333333vw;
    background-image: unset;
    background: #000;
  }
  .sec2 .inner {
    border-radius: 16vw;
    padding: 8vw 5.3333333333vw 10.6666666667vw;
  }
  .sec2_subTitle {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    padding-top: 4vw;
    border-top: 0.2666666667vw solid #fff;
  }
  .sec2_img {
    width: 100%;
    margin-top: 4vw;
  }
  .sec2_text {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    margin-top: 4vw;
  }
  .sec2 .btn {
    margin-top: 5.3333333333vw;
  }
}
/* Section3
***************************************************************/
.sec3_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
  margin-top: 45px;
}

.sec3_item_link {
  display: block;
  border-radius: 5px;
  background: #1e2c5c;
  position: relative;
  padding: 28px 0 20px;
}

.sec3_item_link::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/icon/icon_button_deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 11px;
  bottom: 11px;
}

.sec3_item_icon {
  height: 45px;
  width: auto;
}

.sec3_item_text {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}

@media screen and (max-width: 680px) {
  .sec3_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .sec3_item_link {
    padding: 2.6666666667vw 0 1.0666666667vw;
  }
  .sec3_item_link::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 1.0666666667vw;
    bottom: 1.3333333333vw;
  }
  .sec3_item_icon {
    height: 7.2vw;
    width: auto;
  }
  .sec3_item_text {
    font-size: 3.2vw;
    line-height: 1.2;
    margin-top: 2.1333333333vw;
    height: 9.6vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
/* Section4
***************************************************************/
.sec4_day {
  width: 240px;
  display: flex;
  padding-left: 25px;
  gap: 44px;
  border-radius: 10px 0px 0px 0px;
  background: #eb6001;
  clip-path: polygon(0% 0%, calc(100% - 4rem) 0%, 100% 100%, 0% 100%);
  color: #fff;
}

.sec4_day_text {
  font-size: 35px;
  padding: 3px 0 0;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  position: relative;
}

.sec4_day_text span {
  font-size: 15px;
  letter-spacing: 0;
  position: absolute;
  top: 30%;
  right: 0;
  transform: rotate(-90deg) translateY(160%);
}

.sec4_imgBox {
  margin-top: -1px;
}

.sec4_imgBox img {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 680px) {
  .sec4_day {
    width: 29.3333333333vw;
    padding-left: 2.6666666667vw;
    gap: 5.3333333333vw;
    clip-path: polygon(0% 0%, calc(100% - 2rem) 0%, 100% 100%, 0% 100%);
  }
  .sec4_day_text {
    font-size: 3.7333333333vw;
    padding: 0.8vw 0 0;
  }
  .sec4_day_text span {
    font-size: 2.1333333333vw;
    top: 30%;
    right: 0;
    transform: rotate(-90deg) translateY(160%);
  }
  .sec4_imgBox {
    margin-top: -0.2666666667vw;
  }
  .sec4_imgBox img {
    height: 37.3333333333vw;
  }
}
/* Section5
***************************************************************/
.sec5 .swiper-slide {
  cursor: pointer;
}

/* Section6
***************************************************************/
.sec6_tab {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.sec6_tab li a {
  display: flex;
  align-items: center;
  width: 335px;
  background: #d5d5d5;
  padding-left: 74px;
  border-radius: 20px 0px 0px 0px;
  font-size: 67px;
  letter-spacing: 0.05em;
  clip-path: polygon(0% 0%, calc(100% - 7rem) 0%, 100% 100%, 0% 100%);
  transition: 0s !important;
  position: relative;
}

.sec6_tab li a:hover {
  opacity: 1;
}

.sec6_tab li:nth-of-type(2) {
  position: relative;
  left: -30px;
}

.sec6_tab li a span {
  font-size: 21px;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 125px;
  transform: translate(0, -50%) rotate(-90deg);
}

.sec6_tab li.active {
  position: relative;
  z-index: 2;
}

.sec6_tab li.active a {
  background: #fff;
  background: #eb6001;
}

.sec6_area {
  display: none;
  opacity: 0;
  background: #fff;
  padding: 45px 75px;
  background: #eb6001;
  border-radius: 0 10px 10px 10px;
  margin-top: -2px;
  position: relative;
}

.sec6_area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec6_area_text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.sec6_area_list {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 20px;
}

.sec6_area_item {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 10px;
}

.sec6_area_item_time {
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #1e2c5c;
  height: 50px;
  position: relative;
}

.sec6_area_item_time span {
  font-size: 18px;
  position: absolute;
  right: 50px;
  bottom: 7px;
}

.sec6_area_item_title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-radius: 10px;
  background: #fff;
  padding: 11px 30px;
  height: 50px;
}

.sec6_flex {
  display: grid;
  grid-template-columns: 400px 400px;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 680px) {
  .sec6_tab {
    margin-top: 8vw;
  }
  .sec6_tab li a {
    width: 42.6666666667vw;
    padding-left: 8vw;
    font-size: 9.3333333333vw;
    clip-path: polygon(0% 0%, calc(100% - 5rem) 0%, 100% 100%, 0% 100%);
  }
  .sec6_tab li:nth-of-type(2) {
    left: -8vw;
  }
  .sec6_tab li a span {
    font-size: 3.4666666667vw;
    right: 14.6666666667vw;
  }
  .sec6_area {
    padding: 4vw 2.6666666667vw;
  }
  .sec6_area_text {
    font-size: 3.7333333333vw;
  }
  .sec6_area_list {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .sec6_area_item {
    grid-template-columns: 18.4vw 1fr;
    gap: 1.3333333333vw;
  }
  .sec6_area_item_time {
    font-size: 3.7333333333vw;
    height: 8.8vw;
    padding-top: 1.8666666667vw;
  }
  .sec6_area_item_time span {
    font-size: 2.6666666667vw;
    right: 1.6vw;
    bottom: 2.1333333333vw;
  }
  .sec6_area_item_title {
    font-size: 3.2vw;
    padding: 1.8666666667vw 2.6666666667vw;
    height: 8.8vw;
  }
  .sec6_flex {
    grid-template-columns: 42.6666666667vw 42.6666666667vw;
    gap: 4vw;
    margin-top: 0;
  }
}
/* Section7
***************************************************************/
.sec7_swiper {
  margin-right: 0;
}

.sec7_swiper .swiper-slide {
  background: #fff;
}

.sec7_imgBox {
  height: 280px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.sec7_imgBox img {
  height: 135px;
}

.sec7_swiperBox {
  padding: 20px 30px;
}

.sec7_swiperBox_title {
  font-weight: bold;
  font-size: 17px;
}

.sec7_swiperBox_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.sec7_swiperBox_logo {
  width: 100%;
  height: 60px;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .sec7_swiper {
    margin-right: calc(50% - 50vw);
  }
  .sec7_imgBox {
    height: 37.3333333333vw;
  }
  .sec7_imgBox img {
    height: 13.8666666667vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec7_swiperBox {
    padding: 1.3333333333vw 2.1333333333vw 2.6666666667vw;
  }
  .sec7_swiperBox_title {
    font-size: 3.2vw;
  }
  .sec7_swiperBox_text {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
  .sec7_swiperBox_logo {
    height: 9.0666666667vw;
    margin-top: 4vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* Section8
***************************************************************/
.sec8 .swiper-slide {
  cursor: pointer;
}

.sec8_swiper img {
  height: 360px;
  width: 100%;
}

.sec8_swiperBox {
  background: #fff;
  min-height: 120px;
  padding: 10px 20px;
  position: relative;
}

.sec8_swiperBox::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../images/icon/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 18px;
}

.sec8 .swiper_text {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .sec8_swiper img {
    height: 38.6666666667vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec8_swiperBox {
    background: #fff;
    min-height: 21.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw 2.6666666667vw;
  }
  .sec8_swiperBox::before {
    width: 4.8vw;
    height: 4.8vw;
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
}
/* Section9
***************************************************************/
.sec9_text {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
}

.sec9_swiper {
  margin-right: 0;
}

.sec9 .swiper-slide {
  background: #fff;
}

.sec9_swiperBox {
  padding: 10px 20px 20px;
  position: relative;
  border-top: 1px solid #eb6001;
}

.sec9_swiperBox::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../images/icon/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 18px;
}

.sec9_swiperBox_price {
  font-weight: bold;
  font-size: 14px;
  margin-top: 25px;
}

@media screen and (max-width: 680px) {
  .sec9_swiper {
    margin-right: calc(50% - 50vw);
  }
  .sec9_text {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .sec9_swiperBox {
    padding: 2.6666666667vw 2.1333333333vw 4vw;
    min-height: 27.4666666667vw;
  }
  .sec9_swiperBox::before {
    width: 4.8vw;
    height: 4.8vw;
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
  .sec9_swiperBox_price {
    font-weight: bold;
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}
/* Section10
***************************************************************/
.sec10 {
  padding: 0 0 60px;
}

.sec10 .section_title {
  margin-top: 40px;
}

.sec10_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 20px;
  margin-top: 60px;
}

.sec10_item {
  cursor: pointer;
}

.sec10_item_name {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}

.sec10_modalContent_position {
  font-size: 25px;
  letter-spacing: 0.05em;
  color: #eb6001;
}

.sec10_modalContent_name {
  font-weight: bold;
  font-size: 30px;
  margin-top: 15px;
}

.sec10_modalContent_date {
  display: grid;
  align-items: center;
  grid-template-columns: 100px 1fr;
  gap: 8px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 15px;
}

.sec10_modalContent_date span {
  color: #fff;
  background: #1e2c5c;
  text-align: center;
  padding: 4px 0;
}

.sec10_modalContent_date:nth-of-type(n + 3) {
  margin-top: 8px;
}

.sec10_modalContent_comment {
  font-weight: 500;
  font-size: 14px;
  padding-right: 50px;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .sec10 {
    padding: 0 0 10.6666666667vw;
  }
  .sec10 .section_title {
    margin-top: 5.3333333333vw;
  }
  .sec10_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .sec10_item {
    cursor: pointer;
  }
  .sec10_item_name {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
  .sec10_modalContent_position {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
    text-align: center;
  }
  .sec10_modalContent_name {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .sec10_modalContent_date {
    grid-template-columns: 16vw 1fr;
    gap: 1.3333333333vw;
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .sec10_modalContent_date span {
    padding: 1.0666666667vw 0;
  }
  .sec10_modalContent_date:nth-of-type(n + 3) {
    margin-top: 2.1333333333vw;
  }
  .sec10_modalContent_comment {
    font-size: 2.6666666667vw;
    padding-right: 0;
    margin-top: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
/* Section11
***************************************************************/
.sec11 {
  padding: 60px 0 0;
}

.sec11_img01 {
  margin-top: 40px;
}

.sec11_img02 {
  margin-top: 20px;
}

.sec11_flex {
  display: grid;
  grid-template-columns: 400px 400px;
  justify-content: center;
  gap: 45px;
  padding: 50px 0;
  margin-top: 60px;
}

.sec11_flex a {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .sec11 {
    padding: 10.6666666667vw 0 0;
  }
  .sec11_img01 {
    margin-top: 5.3333333333vw;
  }
  .sec11_img02 {
    margin-top: 2.6666666667vw;
  }
  .sec11_flex {
    grid-template-columns: 42.6666666667vw 42.6666666667vw;
    gap: 4vw;
    padding: 5.3333333333vw 0;
    margin-top: 8vw;
  }
}
/* Section12
***************************************************************/
.sec12_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}

@media screen and (max-width: 680px) {
  .sec12_flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
/* Section13
***************************************************************/
.sec13_img {
  margin-top: 50px;
}

@media screen and (max-width: 680px) {
  .sec13_img {
    margin-top: 5.3333333333vw;
  }
}
/* Section14
***************************************************************/
.sec14_swiper {
  margin-right: 0;
}

.sec14_swiperBox {
  background: #fff;
  padding: 15px 30px;
  position: relative;
}

.sec14_swiperBox::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../images/icon/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.sec14 .swiper_text {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .sec14_swiper {
    margin-right: calc(50% - 50vw);
  }
  .sec14_swiperBox {
    background: #fff;
    padding: 2.1333333333vw 2.6666666667vw;
  }
  .sec14_swiperBox::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
  .sec14 .swiper_text {
    font-size: 3.2vw;
  }
}
/* Section15
***************************************************************/
.sec15 {
  padding: 85px 0;
  background-image: url(../images/front/sec15_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec15_content {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.sec15_title {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  background: #1e2c5c;
  padding: 15px 0;
}

.sec15_contentBox {
  padding: 30px 0 40px;
}

.sec15_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 680px) {
  .sec15 {
    padding: 9.3333333333vw 0;
  }
  .sec15_title {
    font-size: 4vw;
    padding: 2.6666666667vw 0;
  }
  .sec15_contentBox {
    padding: 5.3333333333vw 5.3333333333vw 8vw;
  }
  .sec15_text {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    text-align: left;
  }
}
/* Section16
***************************************************************/
.sec16_title {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.sec16_head {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 30px;
  margin-top: 30px;
}

.sec16 iframe {
  display: block;
  width: 100%;
  height: 370px;
  border-radius: 20px;
}

.sec16_item {
  margin-top: 20px;
}

.sec16_item_title {
  font-weight: 500;
  font-size: 18px;
  color: #EB6001;
}

.sec16_item_text {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .sec16_title {
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
    margin-top: 5.3333333333vw;
  }
  .sec16_head {
    display: block;
    margin-top: 2.6666666667vw;
  }
  .sec16 iframe {
    height: 69.3333333333vw;
    margin-top: 8vw;
  }
  .sec16_item {
    margin-top: 4vw;
  }
  .sec16_item_title {
    font-size: 3.2vw;
  }
  .sec16_item_text {
    font-size: 3.2vw;
    margin-top: 0.5333333333vw;
  }
}
/* Section17
***************************************************************/
.sec17_title {
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  border-radius: 26px;
  background: #1e2c5c;
  margin-top: 40px;
}

.sec17_img {
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .sec17_title {
    font-size: 4.2666666667vw;
    border-radius: 6.9333333333vw;
    margin-top: 5.3333333333vw;
    padding: 1.0666666667vw 0;
  }
  .sec17_img {
    width: 68.2666666667vw;
    display: block;
    margin: 5.3333333333vw auto 0;
  }
}