@charset "UTF-8";
.adlp-footer {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  /* #floating_end {
    scroll-margin-top: 121px !important;
  } */
  .adlp-footer {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.adlp-footer__menu {
  text-align: center;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px) min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: '';
  display: block;
  background-image: none;
  background: #012f83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012f83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-card {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: min(calc(20 / 1080 * 100vw), 20px);
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min(calc(350 / 1080 * 100vw), 350px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.adlp-card__no .text01 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-card__no .text02 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text02 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-card__title {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
  flex: 1;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: calc(38 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-card__img {
  width: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: calc(80 / 750 * 100vw);
  }
}

.adlp-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(150 / 1080 * 100vw), 150px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  background: #f1f1f1;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: calc(150 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
}
.adlp-circle__text {
  text-align: center;
}
.adlp-circle__text .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text01 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-circle__text .text02 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text02 {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-fadein {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadein-up;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .fadeInUp {
    animation-name: fadein-up-sp;
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(min(calc(60 / 1080 * 100vw), 60px));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up-sp {
  0% {
    opacity: 0;
    transform: translateY(calc(60 / 750 * 100vw));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.adlp-flow {
  display: flex;
  grid-gap: min(calc(47 / 1080 * 100vw), 47px);
  align-items: center;
  z-index: 1;
}
.adlp-flow__wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 auto;
  grid-gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper {
    width: calc(690 / 750 * 100vw);
    margin: calc(70 / 750 * 100vw) auto 0;
    grid-gap: calc(50 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-flow__wrapper::after {
  content: '';
  display: block;
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: calc(100% - min(calc(80 / 1080 * 100vw), 80px));
  position: absolute;
  top: min(calc(40 / 1080 * 100vw), 40px);
  left: min(calc(132 / 1080 * 100vw), 132px);
  background: #95b6ce;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow__img {
  width: min(calc(185 / 1080 * 100vw), 185px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__img {
    width: calc(190 / 750 * 100vw);
  }
}
.adlp-flow__body {
  width: min(calc(528 / 1080 * 100vw), 528px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__body {
    width: calc(410 / 750 * 100vw);
  }
}
.adlp-flow__head {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.adlp-flow__head .--no {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--no {
    font-size: calc(50 / 750 * 100vw);
    margin-right: calc(12 / 750 * 100vw);
  }
}
.adlp-flow__head .--title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.adlp-flow02 {
  gap: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  align-items: center;
  z-index: 1;
}
.adlp-flow02__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper {
    flex-direction: column;
    width: calc(690 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
    gap: calc(50 / 750 * 100vw);
  }
}
.adlp-flow02__wrapper::after {
  content: '';
  display: block;
  height: min(calc(4 / 1080 * 100vw), 4px);
  width: 100%;
  position: absolute;
  top: min(calc(70 / 1080 * 100vw), 70px);
  left: 50%;
  transform: translateX(-50%);
  background: #95b6ce;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-flow02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow02 {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow02__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__img {
    width: calc(240 / 750 * 100vw);
  }
}
.adlp-flow02__body {
  width: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__body {
    flex: 1;
  }
}
.adlp-flow02__head {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__head {
    font-size: calc(30 / 750 * 100vw);
    text-align: left;
  }
}
.adlp-flow02__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__text {
    font-size: calc(24 / 750 * 100vw);
  }
}

.adlp-head {
  text-align: center;
}
.adlp-head::after {
  content: '';
  display: block;
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(5 / 1080 * 100vw), 5px);
  background: #e75b18;
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
}
.adlp-head .text01 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-head .text02 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: calc(46 / 750 * 100vw);
  }
}

.adlp-list {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM7.02857 10.1124L11.5604 14.6443L17.9714 8.23335L20.4948 10.7567L14.0839 17.1677L11.5604 19.6911L9.03705 17.1677L4.50519 12.6359L7.02857 10.1124Z' fill='orange'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-position: left top min(calc(4 / 1080 * 100vw), 4px);
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
.adlp-list__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper {
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-list {
    padding-left: calc(40 / 750 * 100vw);
    background-size: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    background-position: left top calc(8 / 750 * 100vw);
  }
}
.adlp-list.--check {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891075 2.52926C1.08634 2.334 1.40292 2.334 1.59818 2.52926L3.36595 4.29703L6.90148 0.761492C7.09674 0.56623 7.41333 0.56623 7.60859 0.761492C7.80385 0.956754 7.80385 1.27334 7.60859 1.4686L3.7195 5.35769C3.52424 5.55295 3.20766 5.55295 3.0124 5.35769L0.891075 3.23637C0.695813 3.0411 0.695813 2.72452 0.891075 2.52926Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
  background-position: left min(calc(5 / 1080 * 100vw), 5px) top min(calc(8 / 1080 * 100vw), 8px);
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-list.--check {
    padding-left: calc(40 / 750 * 100vw);
    background-size: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    background-position: left top calc(8 / 750 * 100vw);
  }
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2296 / 1080 * 100vw), 2296px);
}
.adlp-logo__wrapper {
  display: flex;
  width: min(calc(4592 / 1080 * 100vw), 4592px);
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: calc(4592 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: calc(2296 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  width: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(30 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M18 51L8 42L18 33' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 0;
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M8 33L18 42L8 51' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: 0;
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #e0bf23;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
}
.adlp-tab__content {
  display: none;
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-text__label {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
  width: fit-content;
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}
.adlp-text__label::after {
  content: '';
  display: block;
  width: min(calc(35 / 1080 * 100vw), 35px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  clip-path: polygon(50% 100%, 0 0, 100% 0%);
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .adlp-text__label::after {
    width: calc(50 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.adlp-text__label.--top::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: auto;
  top: 1px;
  transform: translate(-50%, -100%);
}
.adlp-text__label.--round {
  border-radius: 1000px;
}
.adlp-text__label.--txt {
  color: #fff;
  background: #333;
}
.adlp-text__label.--txt::after {
  background: #333;
}
.adlp-text__label.--white {
  color: #fff;
  background: #fff;
}
.adlp-text__label.--white::after {
  background: #fff;
}
.adlp-text__label.--silver {
  color: #fff;
  background: #f1f1f1;
}
.adlp-text__label.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label.--accent {
  color: #fff;
  background: #e75b18;
}
.adlp-text__label.--accent::after {
  background: #e75b18;
}

.adlp-text__label__para {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  min-width: min(calc(200 / 1080 * 100vw), 200px);
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  width: fit-content;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label__para {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
    min-width: calc(200 / 750 * 100vw);
  }
}
.adlp-text__label__para .text01 {
  z-index: 1;
  position: relative;
}
.adlp-text__label__para::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.adlp-text__label__para.--txt {
  color: #fff;
}
.adlp-text__label__para.--txt::after {
  background: #333;
}
.adlp-text__label__para.--white {
  color: #fff;
}
.adlp-text__label__para.--white::after {
  background: #fff;
}
.adlp-text__label__para.--silver {
  color: #fff;
}
.adlp-text__label__para.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label__para.--accent {
  color: #fff;
}
.adlp-text__label__para.--accent::after {
  background: #e75b18;
}

.adlp-stroke {
  position: relative;
  font-size: min(calc(110 / 1080 * 100vw), 110px);
  font-weight: 700;
  filter: drop-shadow(0px min(calc(5 / 1080 * 100vw), 5px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .adlp-stroke {
    font-size: calc(110 / 750 * 100vw);
    filter: drop-shadow(0px calc(5 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.adlp-stroke .text01 {
  z-index: 10;
  position: relative;
  color: #e75b18;
}
.adlp-stroke::after {
  content: attr(data-text);
  position: absolute;
  z-index: 5;
  white-space: nowrap;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: min(calc(10 / 1080 * 100vw), 10px) #fff;
}
@media screen and (max-width: 767px) {
  .adlp-stroke::after {
    -webkit-text-stroke: calc(10 / 750 * 100vw) #fff;
  }
}

.adlp-ba-slider {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.adlp-ba-slider__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.adlp-ba-slider__before,
.adlp-ba-slider__after {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.adlp-ba-slider__after {
  margin-left: -100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: none;
}
.adlp-ba-slider__divider {
  position: absolute;
  top: 0;
  left: 0%;
  width: 4px;
  height: 100%;
  background: white;
  transform: translateX(-2px);
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: none;
  cursor: ew-resize;
  pointer-events: none;
}
.adlp-ba-slider__divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.adlp-ba-slider__divider::after {
  content: '↔';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #333;
  font-weight: bold;
  z-index: 1;
}
.adlp-ba-slider__handle {
  position: absolute;
  top: 0;
  left: -20px;
  width: 44px;
  height: 100%;
  z-index: 11;
  cursor: ew-resize;
  pointer-events: auto;
}

.adlp-video-slider {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider {
    padding: calc(70 / 750 * 100vw) 0;
  }
}
.adlp-video-slider .video-swiper {
  overflow: visible;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide .video-container {
  width: 100%;
  border-radius: 8%;
  overflow: hidden;
  scale: 0.85;
  opacity: 0.3;
  transition: scale 0.4s ease-in-out;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide .video-container video {
  width: 100%;
  display: block;
  scale: 0.9;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide-active .video-container {
  scale: 1;
  opacity: 1;
}
.adlp-video-slider .video-swiper .swiper-button-prev,
.adlp-video-slider .video-swiper .swiper-button-next {
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  background: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='35' transform='matrix(-1 0 0 1 70 0)' fill='%230491FE'/%3E%3Cpath d='M39 24L27 35.5238L39 46' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-button-prev,
  .adlp-video-slider .video-swiper .swiper-button-next {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-button-prev::after,
.adlp-video-slider .video-swiper .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-button-prev {
    left: 0;
  }
}
.adlp-video-slider .video-swiper .swiper-button-next {
  transform: scale(-1, 1);
}
.adlp-video-slider .video-swiper .swiper-pagination {
  bottom: max(calc(-70 / 1080 * 100vw), -70px);
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-pagination {
    bottom: calc(-70 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet {
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet {
    width: calc(180 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.sec01 {
  background-color: #fff;
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(30 / 750 * 100vw) 0 0;
  }
}

.sec01__tab {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__tab {
    max-width: 100%;
  }
}

.sec01__tab-head {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(65 / 1080 * 100vw), 65px);
  border-radius: min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px) 0 0;
  background-color: #009cc0;
  color: #fff;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .sec01__tab-head {
    height: calc(100 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0 0;
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01__tab-head:last-child {
  background-color: #d55e94;
}
.sec01__head {
  position: relative;
  height: min(calc(255 / 1080 * 100vw), 255px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec01__head {
    height: calc(369 / 750 * 100vw);
  }
}

.sec01__head-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec01__head-bg picture,
.sec01__head-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.sec01__head-content {
  position: absolute;
  top: min(calc(43 / 1080 * 100vw), 43px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(630 / 1080 * 100vw), 630px);
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec01__head-content {
    top: calc(63 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.sec01__head-en {
  font-family: 'Roboto', sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec01__head-en {
    font-size: calc(60 / 750 * 100vw);
  }
}

.sec01__head-title {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec01__head-title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec01__head-line {
  width: min(calc(192 / 1080 * 100vw), 192px);
  height: min(calc(4 / 1080 * 100vw), 4px);
  margin: 0 auto;
  background: linear-gradient(to right, #008ed1, #e56881);
}
@media screen and (max-width: 767px) {
  .sec01__head-line {
    width: calc(290 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
  }
}

.sec01__head-text {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec01__head-text {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec01__body {
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(30 / 1080 * 100vw), 30px) min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec01__body {
    padding: calc(80 / 750 * 100vw) calc(60 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.sec01__step + .sec01__step {
  margin-top: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec01__step + .sec01__step {
    margin-top: calc(80 / 750 * 100vw);
  }
}
.sec01__step-head {
  display: flex;
  align-items: center;
  gap: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec01__step-head {
    gap: calc(22 / 750 * 100vw);
  }
}

.sec01__step-label {
  display: flex;
  align-items: center;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.sec01__step-label.--tour .sec01__step-label-text {
  background-color: #d55e94;
}

.sec01__step-label-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(36 / 1080 * 100vw), 36px);
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
  background-color: #009cc0;
  color: #fff;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec01__step-label-text {
    height: calc(60 / 750 * 100vw);
    padding: 0 calc(38 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec01__step-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec01__step-title {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec01__step-content {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01__step-content {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(24 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec01__step-content.--column {
  flex-direction: column;
  align-items: flex-start;
}

.sec01__step-img {
  flex-shrink: 0;
  width: min(calc(460 / 1080 * 100vw), 460px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec01__step-img {
    width: 100%;
  }
}
.sec01__step-img img {
  display: block;
}

.sec01__step-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec01__step-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec01 li {
  line-height: 1.8;
  position: relative;
  padding-left: 1.6em;
}
.sec01 li::before {
  content: '・';
  display: block;
  position: absolute;
  left: 0.5em;
  top: 0;
}
.sec01__step-desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec01__step-desc {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec01__step-note {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec01__step-note {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec01__step-note-list {
  display: flex;
  gap: min(calc(26 / 1080 * 100vw), 26px);
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}
.sec01__step-note-list.-noMt {
  margin-top: 0;
  padding-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec01__step-note-list {
    font-size: calc(26 / 750 * 100vw);
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .sec01__step-note-list.-noMt {
    padding-top: calc(24 / 750 * 100vw);
    margin-top: 0;
  }
}
.sec01__step-note-list + .note {
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec01__step-note-list + .note {
    margin-top: calc(5 / 750 * 100vw);
  }
}
.sec01__step-note-list ul {
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .sec01__step-note-list ul.ml0 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec01__step-note-list ul {
    padding-left: 0;
  }
}
.sec01__step-note-list ul li {
  line-height: 1.8;
}

.sec01__step-select {
  width: 100%;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec01__step-select {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec01__step-select.--open .sec01__step-select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.sec01__step-select-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  background-color: #fff;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.8;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01__step-select-box {
    width: 100%;
    height: calc(90 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec01__step-select-arrow {
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  background-color: #ccc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .sec01__step-select-arrow {
    right: calc(30 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
  }
}

.sec01__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(480 / 1080 * 100vw), 480px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  margin: min(calc(20 / 1080 * 100vw), 20px) auto 0;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #009cc0;
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #fff;
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01__btn {
    width: 100%;
    height: calc(116 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) auto 0;
    border-width: calc(4 / 750 * 100vw);
    border-radius: calc(80 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) rgba(0, 0, 0, 0.24);
  }
}
.sec01__btn:hover {
  background-color: #009cc0;
}
.sec01__btn:hover .sec01__btn-text {
  color: #fff;
}
.sec01__btn:hover .sec01__btn-arrow {
  border-left-color: #fff;
}

.sec01__btn-text {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #009cc0;
  letter-spacing: 0.04em;
  line-height: 1.25;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .sec01__btn-text {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec01__btn-arrow {
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: min(calc(9 / 1080 * 100vw), 9px) solid transparent;
  border-bottom: min(calc(9 / 1080 * 100vw), 9px) solid transparent;
  border-left: min(calc(8 / 1080 * 100vw), 8px) solid #009cc0;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .sec01__btn-arrow {
    right: calc(30 / 750 * 100vw);
    border-top-width: calc(9 / 750 * 100vw);
    border-bottom-width: calc(9 / 750 * 100vw);
    border-left-width: calc(8 / 750 * 100vw);
  }
}

.sec01__step-title-sub {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__step-title-sub {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec01__btn.--tour {
  border-color: #d55e94;
}
.sec01__btn.--tour .sec01__btn-text {
  color: #d55e94;
}
.sec01__btn.--tour .sec01__btn-arrow {
  border-left-color: #d55e94;
}
.sec01__btn.--tour:hover {
  background-color: #d55e94;
}
.sec01__btn.--tour:hover .sec01__btn-text {
  color: #fff;
}
.sec01__btn.--tour:hover .sec01__btn-arrow {
  border-left-color: #fff;
}
.sec01__btn.--school {
  border-color: #7b5ba6;
}
.sec01__btn.--school .sec01__btn-text {
  color: #7b5ba6;
}
.sec01__btn.--school .sec01__btn-arrow {
  border-left-color: #7b5ba6;
}
.sec01__btn.--school:hover {
  background-color: #7b5ba6;
}
.sec01__btn.--school:hover .sec01__btn-text {
  color: #fff;
}
.sec01__btn.--school:hover .sec01__btn-arrow {
  border-left-color: #fff;
}

.sec01__head.--type2 {
  height: min(calc(320 / 1080 * 100vw), 320px);
}
@media screen and (max-width: 767px) {
  .sec01__head.--type2 {
    height: calc(450 / 750 * 100vw);
  }
}

.sec01__head-content.--type2 {
  top: min(calc(60 / 1080 * 100vw), 60px);
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .sec01__head-content.--type2 {
    top: calc(80 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.sec01__head-title.--type2 {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec01__head-title.--type2 {
    font-size: calc(52 / 750 * 100vw);
  }
}

.sec01__experience {
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #e8f6f9;
}
@media screen and (max-width: 767px) {
  .sec01__experience {
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec01__experience.--school {
  background-color: #f3eff8;
}

.sec01__experience-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(60 / 1080 * 100vw), 60px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  background-color: #009cc0;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec01__experience-header {
    height: calc(80 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}
.sec01__experience-header.--school {
  background-color: #7b5ba6;
}

.sec01__experience-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__experience-title {
    font-size: calc(34 / 750 * 100vw);
  }
}

.sec01__experience-body {
  text-align: center;
}

.sec01__experience-desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec01__experience-desc {
    font-size: calc(26 / 750 * 100vw);
    text-align: left;
  }
}

.sec01__experience-options {
  display: flex;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec01__experience-options {
    flex-direction: column;
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
}

.sec01__experience-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(300 / 1080 * 100vw), 300px);
  padding: min(calc(20 / 1080 * 100vw), 20px);
  background-color: #fff;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  border: 2px solid #009cc0;
}
@media screen and (max-width: 767px) {
  .sec01__experience-option {
    width: 100%;
    padding: calc(24 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}
.sec01__experience-option.--school {
  border-color: #7b5ba6;
}

.sec01__experience-option-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  background-color: #009cc0;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01__experience-option-label {
    width: calc(180 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec01__experience-option.--school .sec01__experience-option-label {
  background-color: #7b5ba6;
}

.sec01__experience-option-text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__experience-option-text {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec01__info {
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01__info {
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec01__info-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec01__info-title {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.sec01__info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec01__info-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / 750 * 100vw);
  }
}

.sec01__info-card {
  background-color: #f5f5f5;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec01__info-card {
    border-radius: calc(10 / 750 * 100vw);
  }
}

.sec01__info-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(120 / 1080 * 100vw), 120px);
  background-color: #cccccc;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #666;
}
@media screen and (max-width: 767px) {
  .sec01__info-card-img {
    height: calc(140 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec01__info-card-body {
  padding: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec01__info-card-body {
    padding: calc(16 / 750 * 100vw);
  }
}

.sec01__info-card-title {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec01__info-card-title {
    font-size: calc(22 / 750 * 100vw);
  }
}

.sec01__info-card-date {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__info-card-date {
    margin-top: calc(8 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec01__flow {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01__flow {
    padding: calc(60 / 750 * 100vw) 0 0;
  }
}

.sec01__flow-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec01__flow-title {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}

.sec01__head.--type3 {
  height: auto;
  overflow: visible;
}

.sec01__head-title-bar {
  background-color: #009cc0;
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
  height: min(calc(282 / 1080 * 100vw), 282px);
  text-align: center;
}
.sec01__head-title-bar.--tour {
  background-color: #d55e94;
}
@media screen and (max-width: 767px) {
  .sec01__head-title-bar {
    height: calc(370 / 750 * 100vw);
    padding: calc(62 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec01__head-title.--type3 {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec01__head-title.--type3 {
    height: calc(134 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec01__head-img.--type3 {
  max-width: min(calc(487 / 1080 * 100vw), 487px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec01__head-img.--type3 {
    max-width: calc(630 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}
.sec01__head-img.--type3 picture,
.sec01__head-img.--type3 img {
  display: block;
  width: 100%;
}

.sec01__exp {
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(40 / 1080 * 100vw), 40px) 0;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .sec01__exp {
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec01__exp.--fitness {
  padding-top: min(calc(282 / 1080 * 100vw), 282px);
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .sec01__exp.--fitness {
    padding-top: calc(444 / 750 * 100vw);
  }
}
.sec01__exp.--school {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .sec01__exp .sec01__btn {
    width: calc(630 / 750 * 100vw);
  }
}

.sec01__exp-head {
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec01__exp-head {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.sec01__exp-en {
  font-family: 'Roboto', sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  background: linear-gradient(to right, #008ed1, #e56881);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.5;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec01__exp-en {
    font-size: calc(60 / 750 * 100vw);
  }
}

.sec01__exp-title {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec01__exp-title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec01__exp-line {
  width: min(calc(284 / 1080 * 100vw), 284px);
  height: min(calc(4 / 1080 * 100vw), 4px);
  margin: 0 auto;
  background: linear-gradient(to right, #008ed1, #e56881);
}
.sec01__exp-line.--tour {
  width: min(calc(192 / 1080 * 100vw), 192px);
}
@media screen and (max-width: 767px) {
  .sec01__exp-line {
    width: calc(377 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
  }
  .sec01__exp-line.--tour {
    width: calc(290 / 750 * 100vw);
  }
}

.sec01__exp-body {
  max-width: min(calc(840 / 1080 * 100vw), 840px);
  margin: 0 auto min(calc(60 / 1080 * 100vw), 60px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px) min(calc(56 / 1080 * 100vw), 56px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01__exp-body {
    max-width: 100%;
    margin: calc(60 / 750 * 100vw) auto calc(60 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.sec01__exp-list {
  display: flex;
  gap: min(calc(74 / 1080 * 100vw), 74px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01__exp-list {
    gap: calc(12 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec01__exp-list ul {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .sec01__exp-list ul {
    padding-left: 0;
  }
}
.sec01__exp-options {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01__exp-options {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}

.sec01__exp-option {
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec01__exp-option {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec01__exp-option:last-child {
  margin-bottom: 0;
}

.sec01__exp-option-head {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec01__exp-option-head {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}

.sec01__exp-option-label {
  display: flex;
  align-items: center;
}
.sec01__exp-option-label span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(36 / 1080 * 100vw), 36px);
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
  background-color: #009cc0;
  color: #fff;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.08em;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .sec01__exp-option-label span {
    height: calc(60 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec01__exp-option-title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__exp-option-title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec01__exp-option-body {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec01__exp-option-body {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec01__exp-accordion.--open .sec01__exp-accordion-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.sec01__exp-accordion-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  background-color: #fff;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01__exp-accordion-box {
    width: 100%;
    height: calc(90 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec01__exp-accordion-arrow {
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  background-color: #ccc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .sec01__exp-accordion-arrow {
    right: calc(30 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
  }
}

.sec01__schedule-link {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 0;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01__schedule-link {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(0 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec01__schedule-link a {
  color: #333;
  text-decoration: underline;
}

.sec01__info {
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(85 / 1080 * 100vw), 85px);
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .sec01__info {
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec01__info-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec01__info-title {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}

.sec01__info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc(15 / 1080 * 100vw), 15px) min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec01__info-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(30 / 750 * 100vw);
  }
}

.sec01__info-card {
  background-color: #fff;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec01__info-card {
    border-radius: calc(10 / 750 * 100vw);
  }
}

.sec01__info-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(200 / 1080 * 100vw), 200px);
  background-color: #d9d9d9;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01__info-card-img {
    height: calc(330 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01__info-card-img img {
  object-fit: cover;
  object-position: 50%;
}

.sec01__info-card-body {
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec01__info-card-body {
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec01__info-card-date {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #666;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec01__info-card-date {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}

.sec01__info-card-desc {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec01__info-card-desc {
    font-size: calc(24 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}

.sec01__info-card-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(calc(46 / 1080 * 100vw), 46px);
  border: 1px solid #333;
  border-radius: min(calc(99 / 1080 * 100vw), 99px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01__info-card-link {
    height: calc(56 / 750 * 100vw);
    border-radius: calc(99 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec01__info-card-arrow {
  position: absolute;
  right: min(calc(15 / 1080 * 100vw), 15px);
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(9 / 1080 * 100vw), 9px);
  background-color: #333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec01__info-card-arrow {
    right: calc(15 / 750 * 100vw);
    width: calc(15 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}

.sec01__flow.--type2 {
  padding: 0;
  background-color: #fff;
}

.sec01__flow-head {
  position: relative;
  padding: min(calc(43 / 1080 * 100vw), 43px) 0 min(calc(40 / 1080 * 100vw), 40px);
  text-align: center;
  overflow: hidden;
  background-image: url('../images/pc/sec01-3_bg.webp');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec01__flow-head {
    padding: calc(63 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    background-image: url('../images/sp/sec01-3_bg.webp');
  }
}

.sec01__flow-en {
  font-family: 'Roboto', sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec01__flow-en {
    font-size: calc(60 / 750 * 100vw);
  }
}

.sec01__flow.--type2 .sec01__flow-title {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec01__flow.--type2 .sec01__flow-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(6 / 750 * 100vw);
  }
}
.sec01__flow.--type2 .sec01__flow-title::after {
  content: '';
  display: block;
  width: min(calc(192 / 1080 * 100vw), 192px);
  height: min(calc(4 / 1080 * 100vw), 4px);
  margin: 0 auto;
  background: linear-gradient(to right, #008ed1, #e56881);
}
@media screen and (max-width: 767px) {
  .sec01__flow.--type2 .sec01__flow-title::after {
    width: calc(290 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
  }
}

.sec01__flow-desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec01__flow-desc {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}

.sec01__step-label.--grad .sec01__step-label-text {
  background: linear-gradient(to right, #008ed1, #e56881);
}

.sec02 {
  background-color: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(80 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.sec02__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    max-width: 100%;
  }
}

.sec02__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02__title {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec02__title-line {
  display: block;
}

.sec02__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-top: min(calc(38 / 1080 * 100vw), 38px);
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02__list {
    grid-template-columns: 1fr;
    gap: calc(50 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    padding: 0;
  }
}

.sec02__item {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__item {
    gap: calc(30 / 750 * 100vw);
  }
}

.sec02__item-img {
  width: 100%;
  overflow: hidden;
}
.sec02__item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sec02__item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #007eaa;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__item-text {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec02__item-text-line {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02__item-text-line {
    display: inline;
  }
}

.sec03 {
  background-color: #fff;
  padding: min(calc(33 / 1080 * 100vw), 33px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(63 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

.sec03__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}

.sec03__form {
  background-color: #f5f5f5;
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(30 / 1080 * 100vw), 30px) min(calc(60 / 1080 * 100vw), 60px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03__form {
    border-radius: 0;
    padding: calc(63 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

.sec03__form-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-33 / 1080 * 100vw), -33px);
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .sec03__form-header {
    top: calc(-63 / 750 * 100vw);
  }
}

.sec03__form-header-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(66 / 1080 * 100vw), 66px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  background: linear-gradient(to right, #008ed1, #e56881);
}
@media screen and (max-width: 767px) {
  .sec03__form-header-content {
    height: calc(124 / 750 * 100vw);
    padding: 0 calc(56 / 750 * 100vw);
  }
}

.sec03__form-header-text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec03__form-header-text {
    font-size: calc(30 / 750 * 100vw);
    white-space: nowrap;
  }
}

.sec03__form-body {
  padding: 0 min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec03__form-body {
    margin-top: calc(60 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec03__form-group + .sec03__form-group {
  margin-top: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec03__form-group + .sec03__form-group {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.sec03__form-label {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec03__form-label {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}

.sec03__area-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03__area-list {
    gap: calc(10 / 750 * 100vw);
  }
}

.sec03__area-item input {
  display: none;
}
.sec03__area-item input:checked ~ .sec03__area-item-inner {
  opacity: 0.8;
}

.sec03__area-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(calc(90 / 1080 * 100vw), 90px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #222;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #222;
}
@media screen and (max-width: 767px) {
  .sec03__area-item-inner {
    border: calc(2 / 750 * 100vw) solid #222;
    width: calc(150 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
  }
}
.sec03__area-item-inner:hover {
  opacity: 0.8;
}

.sec03__area-item-main {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec03__area-item-main {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec03__area-item-sub {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec03__area-item-sub {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec03__select-wrapper {
  position: relative;
  width: min(calc(395 / 1080 * 100vw), 395px);
}
@media screen and (max-width: 767px) {
  .sec03__select-wrapper {
    width: 100%;
  }
}

.sec03__select {
  width: 100%;
  height: min(calc(87 / 1080 * 100vw), 87px);
  padding: 0 min(calc(50 / 1080 * 100vw), 50px) 0 min(calc(26 / 1080 * 100vw), 26px);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.8;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 767px) {
  .sec03__select {
    height: calc(90 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw) 0 calc(36 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__select:focus {
  outline: 2px solid #009cc0;
  outline-offset: -2px;
}

.sec03__select-arrow {
  position: absolute;
  right: min(calc(19 / 1080 * 100vw), 19px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  background-color: #d9d9d9;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec03__select-arrow {
    right: calc(31 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
  }
}

.sec03__btn-wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec03__btn-wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
  }
}

.sec03__btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  border-width: min(calc(3 / 1080 * 100vw), 3px);
  border-style: solid;
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #fff;
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03__btn {
    width: calc(630 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    border-radius: calc(80 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) rgba(0, 0, 0, 0.24);
  }
}
.sec03__btn.--experience {
  border-color: #009cc0;
}
.sec03__btn.--experience .sec03__btn-text {
  color: #009cc0;
}
.sec03__btn.--experience .sec03__btn-arrow {
  border-left-color: #009cc0;
}
.sec03__btn.--experience:hover {
  background-color: #009cc0;
}
.sec03__btn.--experience:hover .sec03__btn-text {
  color: #fff;
}
.sec03__btn.--experience:hover .sec03__btn-arrow {
  border-left-color: #fff;
}
.sec03__btn.--tour {
  border-color: #d55e94;
}
.sec03__btn.--tour .sec03__btn-text {
  color: #d55e94;
}
.sec03__btn.--tour .sec03__btn-arrow {
  border-left-color: #d55e94;
}
.sec03__btn.--tour:hover {
  background-color: #d55e94;
}
.sec03__btn.--tour:hover .sec03__btn-text {
  color: #fff;
}
.sec03__btn.--tour:hover .sec03__btn-arrow {
  border-left-color: #fff;
}

.sec03__btn-text {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .sec03__btn-text {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec03__btn-arrow {
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: min(calc(9 / 1080 * 100vw), 9px) solid transparent;
  border-bottom: min(calc(9 / 1080 * 100vw), 9px) solid transparent;
  border-left: min(calc(8 / 1080 * 100vw), 8px) solid;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .sec03__btn-arrow {
    right: calc(30 / 750 * 100vw);
    border-top-width: calc(9 / 750 * 100vw);
    border-bottom-width: calc(9 / 750 * 100vw);
    border-left-width: calc(8 / 750 * 100vw);
  }
}

.sec04 {
  position: relative;
  background-color: #fff;
  padding-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}

.sec04__header {
  position: relative;
  height: min(calc(359 / 1080 * 100vw), 359px);
  background: linear-gradient(to right, #008ed1, #e56881);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec04__header {
    height: calc(460 / 750 * 100vw);
    padding: 0 0 calc(120 / 750 * 100vw);
  }
}

.sec04__header-en {
  font-family: 'Roboto', sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__header-en {
    font-size: calc(60 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}

.sec04__header-title {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04__header-title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec04__inner {
  position: relative;
  max-width: min(calc(760 / 1080 * 100vw), 760px);
  margin: max(calc(-90 / 1080 * 100vw), -90px) auto 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    max-width: 100%;
    margin-top: calc(-133 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec04__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__point {
    gap: calc(30 / 750 * 100vw);
  }
}
.sec04__point + .sec04__point {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__point + .sec04__point {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.sec04__point-img {
  position: relative;
  width: min(calc(415 / 1080 * 100vw), 415px);
}
@media screen and (max-width: 767px) {
  .sec04__point-img {
    width: 100%;
  }
}
.sec04__point-img picture,
.sec04__point-img img {
  width: 100%;
  overflow: hidden;
}
.sec04__point-content {
  display: flex;
  flex-direction: column;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec04__point-content {
    gap: calc(10 / 750 * 100vw);
  }
}

.sec04__point-title {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  color: #007eaa;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04__point-title {
    font-size: calc(38 / 750 * 100vw);
    text-align: left;
  }
}

.sec04__point-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__point-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec04__point-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec04__point-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec05 {
  background-color: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}

.sec05__inner {
  max-width: min(calc(760 / 1080 * 100vw), 760px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    max-width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec05__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec05__header {
    gap: calc(32 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.sec05__header-label {
  display: flex;
  align-items: center;
}

.sec05__header-label-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(50 / 1080 * 100vw), 50px);
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
  background: linear-gradient(to right, #008ed1, #e56881);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  width: min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .sec05__header-label-text {
    height: calc(60 / 750 * 100vw);
    padding: 0 calc(38 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
  }
}

.sec05__header-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.sec05__header-title {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec05__header-title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec05__header-line {
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  background: linear-gradient(to right, #008ed1, #e56881);
}
@media screen and (max-width: 767px) {
  .sec05__header-line {
    width: calc(340 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
  }
}

.sec05__faq-list {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05__faq-list {
    gap: calc(40 / 750 * 100vw);
  }
}

.sec05__faq-item {
  display: flex;
  flex-direction: column;
}

.sec05__faq-question {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-color: #fff;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #009cc0;
  border-radius: min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px) 0 0;
  cursor: pointer;
}
.sec05__faq-question.--open .sec05__faq-question-icon {
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .sec05__faq-question {
    gap: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
    border-bottom-width: calc(3 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0 0;
  }
}

.sec05__faq-question-text {
  flex: 1;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #009cc0;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec05__faq-question-text {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec05__faq-question-icon {
  flex-shrink: 0;
  width: min(calc(17 / 1080 * 100vw), 17px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6.5L8.5 11.5L2 6.5' stroke='%23009CC0' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .sec05__faq-question-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='16' viewBox='0 0 30 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 3L15 13L3 3' stroke='%23009CC0' stroke-width='4' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    width: calc(30 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}

.sec05__faq-answer-inner {
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) min(calc(60 / 1080 * 100vw), 60px);
  background-color: #f5f5f5;
  border-radius: 0 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__faq-answer-inner {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
    border-radius: 0 0 calc(8 / 750 * 100vw) calc(8 / 750 * 100vw);
  }
}

.sec05__faq-answer-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #666;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__faq-answer-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec05__notice-select {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05__notice-select {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec05__notice-select.--open .sec05__notice-select-arrow {
  transform: translateY(-50%) rotate(180deg);
}

.sec05__notice-select-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sec05__notice-select-box {
    width: 100%;
    height: calc(90 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}

.sec05__notice-select-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #000;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec05__notice-select-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec05__notice-select-arrow {
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  background-color: #ccc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .sec05__notice-select-arrow {
    right: calc(30 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
  }
}

.sec05__notice-list {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
  list-style: disc;
}
@media screen and (max-width: 767px) {
  .sec05__notice-list {
    margin-top: calc(24 / 750 * 100vw);
    padding-left: calc(12 / 750 * 100vw);
  }
}
.sec05__notice-list li {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
  position: relative;
  padding-left: 1em;
}
.sec05__notice-list li::before {
  content: '・';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec05__notice-list li {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec07 {
  padding: min(calc(138 / 1080 * 100vw), 138px) 0 min(calc(43 / 1080 * 100vw), 43px);
  background-image: url('../images/pc/sec07_bg.webp'), linear-gradient(90deg, rgba(0, 142, 209, 0.6) 0%, rgba(229, 104, 129, 0.6) 100%);
  background-size:
    min(calc(1920 / 1080 * 100vw), 1920px) auto,
    cover;
  background-position:
    50% 0,
    50% 0;
  background-repeat: no-repeat, repeat;
}
@media screen and (max-width: 767px) {
  .sec07 {
    background-image: url('../images/sp/sec07_bg.webp'), linear-gradient(90deg, rgba(0, 142, 209, 0.6) 0%, rgba(229, 104, 129, 0.6) 100%);
    background-size:
      calc(750 / 750 * 100vw) auto,
      cover;
    padding: 0 0 calc(90 / 750 * 100vw);
  }
}

.sec07__outer {
  width: min(calc(630 / 1080 * 100vw), 630px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec07__outer {
    width: calc(630 / 750 * 100vw);
  }
}

.sec07__heading {
  text-align: center;
  margin-bottom: min(calc(92 / 1080 * 100vw), 92px);
}
@media screen and (max-width: 767px) {
  .sec07__heading {
    height: calc(374 / 750 * 100vw);
    padding: calc(96 / 750 * 100vw) 0 0;
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec07__heading-title {
  display: inline-block;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.6;
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  border-bottom: min(calc(4 / 1080 * 100vw), 4px) solid;
  border-image: linear-gradient(90deg, #008ed1, #e56881) 1;
}
@media screen and (max-width: 767px) {
  .sec07__heading-title {
    font-size: calc(64 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
    border-bottom-width: calc(6 / 750 * 100vw);
  }
}
.sec07__heading-sub {
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .sec07__heading-sub {
    margin-top: calc(12 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec07__heading-sub .--pink {
  color: #c1617e;
}

.sec07__pack {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec07__pack {
    margin-bottom: calc(40 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
  }
}
.sec07__pack-header {
  background-color: #c1617e;
  padding: min(calc(14 / 1080 * 100vw), 14px) 0;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec07__pack-header {
    padding: calc(14 / 750 * 100vw) 0;
  }
}
.sec07__pack-header-text {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__pack-header-text {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec07__pack-body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #c1617e;
  border-top: none;
  border-radius: 0 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  gap: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec07__pack-body {
    border-width: calc(2 / 750 * 100vw);
    border-radius: 0 0 calc(16 / 750 * 100vw) calc(16 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
    gap: calc(22 / 750 * 100vw);
    align-items: flex-end;
  }
}
.sec07__pack-label {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec07__pack-label {
    margin: 0 0 calc(6 / 750 * 100vw);
  }
}
.sec07__pack-label-text {
  height: min(calc(50 / 1080 * 100vw), 50px);
  width: min(calc(113 / 1080 * 100vw), 113px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #c1617e;
  color: #fff;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: bold;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(20 / 1080 * 100vw), 20px) min(calc(8 / 1080 * 100vw), 8px) min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: 0.08em;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .sec07__pack-label-text {
    height: calc(60 / 750 * 100vw);
    width: calc(134 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec07__pack-price {
  display: flex;
  align-items: baseline;
  color: #c1617e;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.sec07__pack-price-num {
  font-size: min(calc(78 / 1080 * 100vw), 78px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec07__pack-price-num {
    font-size: calc(96 / 750 * 100vw);
  }
}
.sec07__pack-price-text {
  font-size: min(calc(52 / 1080 * 100vw), 52px);
}
@media screen and (max-width: 767px) {
  .sec07__pack-price-text {
    line-height: 1;
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec07__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07__list {
    gap: calc(24 / 750 * 100vw);
  }
}

.sec07__item {
  background-color: #fff;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec07__item {
    border-radius: calc(10 / 750 * 100vw);
  }
}
.sec07__item-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(20 / 1080 * 100vw), 20px) min(calc(12 / 1080 * 100vw), 12px) min(calc(20 / 1080 * 100vw), 20px);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .sec07__item-header {
    padding: calc(8 / 750 * 100vw) calc(20 / 750 * 100vw) calc(8 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}
.sec07__item-header:hover {
  opacity: 0.8;
}
.sec07__item-header-title {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: bold;
  color: #009cc0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__item-header-title {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec07__item-header-icon {
  position: absolute;
  right: min(calc(36 / 1080 * 100vw), 36px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(11 / 1080 * 100vw), 11px);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .sec07__item-header-icon {
    right: calc(30 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
  }
}
.sec07__item-header-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0L16 11H0L8 0Z' fill='%23009CC0'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(180deg);
}
.sec07__item .sec07__item-header.--open .sec07__item-header-icon {
  transform: translateY(-50%) rotate(180deg);
}
.sec07__item-body {
  display: none;
}
.sec07__item-contents {
  display: flex;
  align-items: flex-start;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec07__item-contents {
    flex-direction: column;
    align-items: center;
    gap: calc(24 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
  }
}
.sec07__item-img {
  flex-shrink: 0;
  width: min(calc(270 / 1080 * 100vw), 270px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec07__item-img {
    width: calc(590 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec07__item-img picture,
.sec07__item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec07__item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec07__item-info {
    width: 100%;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec07__item-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  background-color: #009cc0;
  color: #fff;
  width: min(calc(300 / 1080 * 100vw), 300px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07__item-price {
    width: 100%;
    padding: calc(8 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec07__item-price-label {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__item-price-label {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec07__item-price-num {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__item-price-num {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec07__item-price-yen {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__item-price-yen {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec07__item-price-tax {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec07__item-price-tax {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec07__item-catch {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: bold;
  color: #009cc0;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec07__item-catch {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec07__item-line {
  width: min(calc(148 / 1080 * 100vw), 148px);
  height: min(calc(1 / 1080 * 100vw), 1px);
  background-color: #009cc0;
}
@media screen and (max-width: 767px) {
  .sec07__item-line {
    width: calc(148 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.sec07__item-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: justify;
  width: min(calc(300 / 1080 * 100vw), 300px);
}
@media screen and (max-width: 767px) {
  .sec07__item-text {
    font-size: calc(26 / 750 * 100vw);
    width: calc(590 / 750 * 100vw);
  }
}

.sec07__note {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07__note {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec07__note p {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec07__note p {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec08 {
  background-color: #f5f5f5;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

.sec08__inner {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    max-width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec08__row {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(22 / 1080 * 100vw), 22px) min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec08__row {
    gap: calc(10 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}
.sec08__label {
  flex-shrink: 0;
  width: min(calc(160 / 1080 * 100vw), 160px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08__label {
    width: calc(160 / 750 * 100vw);
  }
}

.sec08__label-text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec08__label-text {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec08__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__content {
    gap: calc(8 / 750 * 100vw);
  }
}

.sec08__text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec08__text {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec08__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec08__note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec08__link {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #009cc0;
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.sec08__link:link {
  color: #009cc0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sec08__link {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08__link:hover {
  opacity: 0.7;
}

.sec08__divider {
  width: 100%;
  height: 1px;
  background-color: #999999;
}

.sec08__hours-block {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__hours-block {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec08__hours-title {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec08__hours-title {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec08__hours-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec08__hours-list {
    flex-direction: column;
    gap: calc(4 / 750 * 100vw);
  }
}

.sec08__hours-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08__hours-item {
    gap: calc(12 / 750 * 100vw);
  }
}

.sec08__hours-day {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.6;
  min-width: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec08__hours-day {
    font-size: calc(28 / 750 * 100vw);
    font-weight: 400;
    min-width: calc(60 / 750 * 100vw);
  }
}

.sec08__hours-time {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec08__hours-time {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec08__facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec08__facility-list {
    gap: calc(8 / 750 * 100vw);
  }
}

.sec08__facility-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(86 / 1080 * 100vw), 86px);
}
@media screen and (max-width: 767px) {
  .sec08__facility-item {
    width: calc(100 / 750 * 100vw);
    gap: calc(4 / 750 * 100vw);
  }
}

.sec08__facility-icon {
  width: min(calc(86 / 1080 * 100vw), 86px);
  height: min(calc(68 / 1080 * 100vw), 68px);
  background-color: #f5f5f5;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__facility-icon {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}

.sec08__facility-name {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #333;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #888;
}
@media screen and (max-width: 767px) {
  .sec08__facility-name {
    font-size: calc(18 / 750 * 100vw);
  }
}
.sec08__facility-name.--two-line {
  line-height: 1.3;
}

.sec09 {
  background-color: #fff;
  padding: min(calc(44 / 1080 * 100vw), 44px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(44 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

.sec09__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__inner {
    gap: calc(40 / 750 * 100vw);
    max-width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec09__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec09__header-subtitle {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: min(calc(17 / 1080 * 100vw), 17px);
}
@media screen and (max-width: 767px) {
  .sec09__header-subtitle {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
}

.sec09__header-logo {
  width: min(calc(398 / 1080 * 100vw), 398px);
}
@media screen and (max-width: 767px) {
  .sec09__header-logo {
    width: calc(547 / 750 * 100vw);
  }
}
.sec09__header-logo img {
  display: block;
  width: 100%;
}

.sec09__img {
  width: min(calc(472 / 1080 * 100vw), 472px);
}
@media screen and (max-width: 767px) {
  .sec09__img {
    width: 100%;
  }
}
.sec09__img picture,
.sec09__img img {
  display: block;
  width: 100%;
}

.sec09__store-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec09__store-wrapper {
    gap: calc(40 / 750 * 100vw);
    flex-direction: column;
  }
}
.sec09__store-wrapper .sec09__cta-row {
  flex: 0 0 min(calc(440 / 1080 * 100vw), 440px);
}
@media screen and (max-width: 767px) {
  .sec09__store-wrapper .sec09__cta-row {
    flex: 0 0 auto;
  }
}

.sec09__store {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  flex: 0 0 min(calc(440 / 1080 * 100vw), 440px);
}
@media screen and (max-width: 767px) {
  .sec09__store {
    gap: calc(12 / 750 * 100vw);
    flex: 0 0 auto;
  }
}

.sec09__store-label {
  display: flex;
  align-items: center;
}

.sec09__store-label-arrow {
  flex-shrink: 0;
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  background: linear-gradient(to bottom, #008ed1, #e56881);
}
@media screen and (max-width: 767px) {
  .sec09__store-label-arrow {
    width: calc(18 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}
.sec09__store-label-arrow.--left {
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.sec09__store-label-arrow.--right {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.sec09__store-label-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(50 / 1080 * 100vw), 50px);
  padding: 0 min(calc(35 / 1080 * 100vw), 35px);
  background: linear-gradient(to right, #008ed1, #e56881);
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec09__store-label-text {
    height: calc(60 / 750 * 100vw);
    padding: 0 calc(38 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec09__store-tel {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec09__store-tel {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec09__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__cta {
    gap: calc(40 / 750 * 100vw);
  }
}

.sec09__cta-row {
  display: flex;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec09__cta-row {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}

.sec09__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(calc(440 / 1080 * 100vw), 440px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) rgba(0, 0, 0, 0.24);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .sec09__btn {
    width: calc(630 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
    border-radius: calc(80 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) rgba(0, 0, 0, 0.24);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09__btn:hover {
  opacity: 0.8;
}
.sec09__btn.--primary {
  background: linear-gradient(to right, #008ed1, #e56881);
  color: #fff;
}
.sec09__btn.--secondary {
  background-color: #fff;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #009cc0;
  color: #009cc0;
}
@media screen and (max-width: 767px) {
  .sec09__btn.--secondary {
    border-width: calc(4 / 750 * 100vw);
  }
}
.sec09__btn.--secondary .sec09__btn-arrow::before {
  border-color: #009cc0;
}
.sec09__btn.--tertiary {
  background-color: #fff;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #d55e94;
  color: #d55e94;
}
@media screen and (max-width: 767px) {
  .sec09__btn.--tertiary {
    border-width: calc(4 / 750 * 100vw);
  }
}
.sec09__btn.--tertiary .sec09__btn-arrow::before {
  border-color: #d55e94;
}

.sec09__btn-text {
  position: relative;
  z-index: 1;
}

.sec09__btn-arrow {
  position: absolute;
  right: min(calc(28 / 1080 * 100vw), 28px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec09__btn-arrow {
    right: calc(40 / 750 * 100vw);
    width: calc(10 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
  }
}
.sec09__btn-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  border-right: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .sec09__btn-arrow::before {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    border-top-width: calc(3 / 750 * 100vw);
    border-right-width: calc(3 / 750 * 100vw);
  }
}

/*# sourceMappingURL=lp.css.map */
@media screen and (max-width: 1024px) {
  .common-header .section-inner .header-logo img {
    margin: 0 auto;
  }
}
.sec03__area-item.--active .sec03__area-item-inner {
  opacity: 0.8;
}

.sec03__select option[hidden] {
  display: none !important;
}

.sec03__select-wrapper {
  width: 100% !important;
}
.sec03__custom-options-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  min-height: fit-content;
}
.sec03__custom-option {
  width: 24.5%;
  padding: 8px 4px;
  background-color: #fff;
  color: #333;
  font-weight: 600;
  min-height: fit-content;
  text-align: center;
  cursor: pointer;
  font-size: 1.1em;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.sec03__custom-option:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.sec03__select-arrow {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec03__custom-option {
    width: 49%;
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  .gnav-sp.m_fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    margin-top: 0;
    opacity: 0.9;
  }
}
@media screen and (min-width: 769px) {
  .sec03__custom-option {
    width: 32.8%;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sec03__custom-option {
    font-size: 1em;
  }
}

.sec03__form-group-locations {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin-top: 0;
}

.sec03__form-group-locations.is-visible {
  max-height: 400px;
  opacity: 1;
  pointer-events: auto;
  margin-top: 20px;
}
@keyframes formAlertFlash {
  0% {
    background-color: transparent;
  }
  25% {
    background-color: rgba(235, 94, 94, 0.15);
  }
  100% {
    background-color: transparent;
  }
}

.sec03__form.is-flashing {
  animation: formAlertFlash 0.5s ease-out 1;
}

.sec03__btn.is-disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.gnav.m_fixed,
.gnav-sp.m_fixed {
  position: relative !important;
}

.sec03__store-info {
  padding: 16px 20px;
  border-radius: 12px;
  background: #ececec;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 20px auto 0;
  width: 75%;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.sec03__store-info:empty {
  display: none;
}
.sec03__store-station-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.sec03__store-station {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.sec03__store-line {
  font-size: 12px;
  line-height: 1.5;
  color: #777;
  letter-spacing: 0.04em;
  padding-left: 27px;
}

.sec03__store-address-wrap {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.sec03__store-address {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.sec03__store-building {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  letter-spacing: 0.03em;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .sec03__store-station {
    font-size: 15px;
    line-height: 1.1;
  }
  .sec03__store-station-wrap {
    flex-direction: column;
  }
  .sec03__store-line {
    font-size: 11px;
    padding-left: 24px;
  }

  .sec03__store-address-wrap {
    margin-top: 14px;
    padding-top: 14px;
  }

  .sec03__store-address,
  .sec03__store-building {
    font-size: 12px;
    line-height: 1.8;
  }
  .sec03__store-address {
    font-size: 15px;
  }
  .sec03__store-info {
    width: 100%;
  }
}
.common-footer .footer-nav .footer-nav-list > dt,
.common-footer .topic-path > li {
  color: #666666;
}
.adlp-outer {
  padding-top: 84px;
}
@media screen and (max-width: 1439px) {
  .gnav .normal-gnav,
  .shop-gnav .normal-gnav {
    overflow-y: scroll;
  }
}
.header_sp_nav_list .trigger,
.sp_nav_list .trigger {
  line-height: 12px;
}
