@charset "UTF-8";
.adlp-footer {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(210 / 1080 * 100vw), 210px);
  background: var(--Color-5, #1db2b6);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(255 / 750 * 100vw);
  }
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-footer__menu a {
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu a {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(37 / 1080 * 100vw), 37px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background-color: #1db2b6;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: min(calc(12 / 1080 * 100vw), 12px) 0 min(calc(19 / 1080 * 100vw), 19px);
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    padding: calc(17 / 750 * 100vw) 0 calc(26 / 750 * 100vw);
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 100%;
  }
}
.adlp-floating__close {
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-size: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.15s all;
  position: absolute;
  top: max(calc(-15 / 1080 * 100vw), -15px);
  right: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-floating__close:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating__close {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-size: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    top: calc(-15 / 750 * 100vw);
  }
  .adlp-floating__close:active {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.adlp-floating__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__content {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-floating__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(330 / 1080 * 100vw), 330px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__item {
    width: calc(335 / 750 * 100vw);
  }
}
.adlp-floating__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__header {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.adlp-floating__header::before, .adlp-floating__header::after {
  content: "";
  display: block;
  width: min(calc(28 / 1080 * 100vw), 28px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform-origin: center;
}
.adlp-floating__header::before {
  left: max(calc(-30 / 1080 * 100vw), -30px);
  transform: translateY(50%) rotate(45deg);
}
.adlp-floating__header::after {
  right: max(calc(-30 / 1080 * 100vw), -30px);
  transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .adlp-floating__header {
    margin-bottom: calc(8 / 750 * 100vw);
  }
  .adlp-floating__header::before, .adlp-floating__header::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
  .adlp-floating__header::before {
    left: calc(-30 / 750 * 100vw);
  }
  .adlp-floating__header::after {
    right: calc(-30 / 750 * 100vw);
  }
}
.adlp-floating__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-floating__title {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-floating .fl__btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.adlp-floating .fl__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(180deg, #ffffff 0%, #d1feff 100%);
  box-shadow: 0px min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) 0px rgba(120, 75, 75, 0.4);
  border-radius: min(calc(70 / 1080 * 100vw), 70px);
  padding: min(calc(4 / 1080 * 100vw), 4px);
  text-decoration: none;
  transition: all 0.3s ease;
}
.adlp-floating .fl__btn:hover {
  transform: translateY(max(calc(-2 / 1080 * 100vw), -2px));
  box-shadow: 0px min(calc(8 / 1080 * 100vw), 8px) min(calc(20 / 1080 * 100vw), 20px) 0px rgba(120, 75, 75, 0.5);
}
@media screen and (max-width: 767px) {
  .adlp-floating .fl__btn {
    box-shadow: 0px calc(8 / 750 * 100vw) calc(20 / 750 * 100vw) 0px rgba(120, 75, 75, 0.4);
    border-radius: calc(70 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw);
  }
  .adlp-floating .fl__btn:active {
    transform: translateY(calc(-2 / 750 * 100vw));
  }
}
.adlp-floating .fl__btn.--primary {
  width: min(calc(330 / 1080 * 100vw), 330px);
  height: min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .fl__btn.--primary {
    width: 100%;
    height: calc(87 / 750 * 100vw);
  }
}
.adlp-floating .fl__btn.--secondary {
  width: min(calc(330 / 1080 * 100vw), 330px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .fl__btn.--secondary {
    width: 100%;
    padding: calc(8 / 750 * 100vw) calc(7 / 750 * 100vw);
  }
}
.adlp-floating .fl__btn-content {
  display: flex;
  align-items: center;
  gap: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .fl__btn-content {
    gap: calc(16 / 750 * 100vw);
  }
}
.adlp-floating .fl__btn-content:after {
  content: "";
  display: block;
  width: min(calc(27 / 1080 * 100vw), 27px);
  aspect-ratio: 27/23;
  background: url(../img/common/icon_form.svg) no-repeat center center/contain;
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-floating .fl__btn-content:after {
    width: calc(34 / 750 * 100vw);
    right: calc(16 / 750 * 100vw);
  }
}
.adlp-floating .fl__btn-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fb7f7f;
  border-radius: 50%;
  width: min(calc(64 / 1080 * 100vw), 64px);
  height: min(calc(64 / 1080 * 100vw), 64px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .adlp-floating .fl__btn-badge {
    width: calc(74 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
  }
}
.adlp-floating .fl__btn-badge.fl__btn-badge--secondary {
  background-color: #1db2b6;
}
.adlp-floating .fl__badge-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-floating .fl__badge-text {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-floating .fl__btn-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fb7f7f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-floating .fl__btn-text {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: -0.04em;
  }
}
.adlp-floating .fl__btn-main-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #1db2b6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-floating .fl__btn-main-text {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.1;
  }
}

.adlp-floating__item.adlp-floating__item--second .fl__btn-content:after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  right: min(calc(26 / 1080 * 100vw), 26px);
  aspect-ratio: 12/13;
  background: url(../img/common/icon_arrow02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .adlp-floating__item.adlp-floating__item--second .fl__btn-content:after {
    width: calc(30 / 750 * 100vw);
    right: calc(16 / 750 * 100vw);
  }
}
.adlp-floating__item.adlp-floating__item--second .fl__badge-text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .adlp-floating__item.adlp-floating__item--second .fl__badge-text {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.2;
  }
}

.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-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  padding: min(calc(30 / 1080 * 100vw), 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(630 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close {
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(27 / 1080 * 100vw), 27px);
  position: absolute;
  top: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.adlp-modal__content__title {
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-modal__content__body {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-modal__content__img {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__img {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.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);
  }
}

.cv {
  background-color: #1db2b6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  padding: min(calc(25 / 1080 * 100vw), 25px) 0 min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(65 / 750 * 100vw) 0 calc(63 / 750 * 100vw);
  }
}

.cv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .cv__inner {
    gap: calc(40 / 750 * 100vw);
  }
}

.cv__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .cv__item {
    width: calc(750 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv__item.cv__item--second {
    align-self: stretch;
    width: auto;
  }
}

.cv__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .cv__header {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}

.cv__decoration-icon {
  width: min(calc(58 / 1080 * 100vw), 58px);
  height: min(calc(58 / 1080 * 100vw), 58px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
.cv__decoration-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.cv__decoration-icon path {
  stroke: #ffffff;
  stroke-width: min(calc(1.5 / 1080 * 100vw), 1.5px);
}
@media screen and (max-width: 767px) {
  .cv__decoration-icon path {
    stroke-width: calc(2 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv__decoration-icon {
    width: calc(58 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
  }
}

.cv__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv__item--first .cv__title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.cv__item--second .cv__title {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .cv__item--second .cv__title {
    font-size: calc(30 / 750 * 100vw);
  }
}
.cv__title::before, .cv__title::after {
  content: "";
  display: block;
  width: min(calc(2 / 1080 * 100vw), 2px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .cv__title::before, .cv__title::after {
    width: calc(2 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}
.cv__title::before {
  left: 0;
  transform: translateX(-100%) translateY(-60%);
  rotate: -40deg;
}
.cv__title::after {
  right: 0;
  transform: translateX(100%) translateY(-60%);
  rotate: 40deg;
}

.cv__btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: linear-gradient(180deg, #ffffff 0%, #d1feff 100%);
  box-shadow: 0px min(calc(6 / 1080 * 100vw), 6px) min(calc(15 / 1080 * 100vw), 15px) 0px rgba(120, 75, 75, 0.4);
  border-radius: min(calc(52.5 / 1080 * 100vw), 52.5px);
  padding: min(calc(11 / 1080 * 100vw), 11px) min(calc(11 / 1080 * 100vw), 11px);
  text-decoration: none;
  transition: all 0.3s ease;
}
.cv__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px min(calc(8 / 1080 * 100vw), 8px) min(calc(20 / 1080 * 100vw), 20px) 0px rgba(120, 75, 75, 0.5);
}
@media screen and (max-width: 767px) {
  .cv__btn {
    box-shadow: 0px calc(8 / 750 * 100vw) calc(20 / 750 * 100vw) 0px rgba(120, 75, 75, 0.4);
    padding: calc(15 / 750 * 100vw) calc(15 / 750 * 100vw);
  }
}
.cv__btn.--primary {
  width: min(calc(472 / 1080 * 100vw), 472px);
  height: min(calc(98 / 1080 * 100vw), 98px);
}
@media screen and (max-width: 767px) {
  .cv__btn.--primary {
    border-radius: calc(999 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
  }
}
.cv__btn.--secondary {
  width: min(calc(375 / 1080 * 100vw), 375px);
  height: min(calc(78 / 1080 * 100vw), 78px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .cv__btn.--secondary {
    width: calc(550 / 750 * 100vw);
    height: calc(104 / 750 * 100vw);
    border-radius: calc(70 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(7 / 750 * 100vw);
  }
}

.cv__btn-content {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv__btn-content {
    gap: calc(16 / 750 * 100vw);
  }
}
.--secondary .cv__btn-content {
  gap: min(calc(23 / 1080 * 100vw), 23px);
}
.cv__btn-content:after {
  content: "";
  display: block;
  width: min(calc(12 / 1080 * 100vw), 12px);
  aspect-ratio: 12/23;
  background: url(../img/common/icon_arrow05.svg) no-repeat center center/contain;
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cv__btn-content:after {
    width: calc(22 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.cv__item.cv__item--second .cv__btn-content:after {
  width: min(calc(23 / 1080 * 100vw), 23px);
  right: min(calc(26 / 1080 * 100vw), 26px);
  aspect-ratio: 12/13;
  background: url(../img/common/icon_arrow02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .cv__item.cv__item--second .cv__btn-content:after {
    width: calc(30 / 750 * 100vw);
    right: calc(27 / 750 * 100vw);
  }
}

.cv__btn-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fb7f7f;
  border-radius: 50%;
  width: min(calc(75 / 1080 * 100vw), 75px);
  height: min(calc(75 / 1080 * 100vw), 75px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cv__btn-badge {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.cv__btn-badge.cv__btn-badge--secondary {
  background-color: #1db2b6;
  width: min(calc(63 / 1080 * 100vw), 63px);
  height: min(calc(63 / 1080 * 100vw), 63px);
}
@media screen and (max-width: 767px) {
  .cv__btn-badge.cv__btn-badge--secondary {
    width: calc(84 / 750 * 100vw);
    height: calc(84 / 750 * 100vw);
  }
}

.cv__badge-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
}
.cv__btn-badge--secondary .cv__badge-text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.1;
  margin-left: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .cv__btn-badge--secondary .cv__badge-text {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .cv__badge-text {
    font-size: calc(32 / 750 * 100vw);
  }
}

.cv__btn-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fb7f7f;
  text-align: center;
  display: flex;
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .cv__btn-text {
    font-size: calc(50 / 750 * 100vw);
    line-height: 1.3;
    gap: calc(14 / 750 * 100vw);
  }
}
.cv__btn-text01 {
  color: #666;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .cv__btn-text01 {
    font-size: calc(28 / 750 * 100vw);
  }
}

.cv__btn-main-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #1db2b6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv__btn-main-text {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}

.cv__btn-decoration {
  position: absolute;
  right: max(calc(-8 / 1080 * 100vw), -8px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(48 / 1080 * 100vw), 48px);
}
.cv__btn-decoration svg {
  width: 100%;
  height: 100%;
  display: block;
}
.cv__btn-decoration path {
  stroke-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .cv__btn-decoration path {
    stroke-width: calc(4 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv__btn-decoration {
    right: calc(-16 / 750 * 100vw);
    width: calc(48 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
  }
}

.cv-modal .adlp-modal__base {
  background: var(--green, #1db2b6);
}
.cv-modal .adlp-modal__content {
  max-height: none;
  background: transparent;
  width: min(calc(470 / 1080 * 100vw), 470px);
  padding: 0;
  top: 0;
  transform: translate(-50%, 0);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cv-modal .adlp-modal__content {
    padding: 0;
    width: calc(630 / 750 * 100vw);
  }
}
.cv-modal .adlp-modal__frame {
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  max-height: 100vh;
  width: calc(100% + 40px);
  padding: min(calc(56 / 1080 * 100vw), 56px) 20px 0;
  position: relative;
  left: -20px;
}
@media screen and (max-width: 767px) {
  .cv-modal .adlp-modal__frame {
    padding-top: calc(60 / 750 * 100vw);
  }
}
.cv-modal .adlp-modal__content__close {
  background: url(../img/common/icon_close01.svg) no-repeat center center/contain;
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .cv-modal .adlp-modal__content__close {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.cv-modal .sec10 {
  padding: 0;
  background: transparent;
}
.cv-modal .sec10__description,
.cv-modal .sec10__main-title,
.cv-modal .sec10__main-title strong {
  color: #ffffff;
}
.cv-modal .sec10__area-subtitle,
.cv-modal .sec10__area-title {
  color: #1db2b6;
}
.cv-modal .sec10 .adlp-accordion .adlp-accordion__header,
.cv-modal .sec10 .adlp-accordion {
  background: #ffffff;
}
.cv-modal .sec10__plus-horizontal,
.cv-modal .sec10__plus-vertical {
  background: #1db2b6;
}
.cv-modal .sec10__inner {
  padding: 0;
}

.sec01 {
  background-color: #fffbfb;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}

.sec01__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.sec01__header {
  text-align: center;
  margin-bottom: min(calc(17 / 1080 * 100vw), 17px);
}
@media screen and (max-width: 767px) {
  .sec01__header {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}

.sec01__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fb7f7f;
  text-align: center;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec01__title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}

.sec01__subtitle-container {
  position: relative;
  display: inline-block;
}

.sec01__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  background: url(../img/common/line_wavy_pink.svg) no-repeat center bottom;
  padding-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec01__subtitle {
    font-size: calc(30 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
    background-size: contain;
  }
}
.sec01__subtitle span {
  color: var(--Color-2, #fb7f7f);
}

.sec01__decoration-line {
  position: absolute;
  bottom: max(calc(-10 / 1080 * 100vw), -10px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-color: #fb7f7f;
}
@media screen and (max-width: 767px) {
  .sec01__decoration-line {
    bottom: calc(-10 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}

.sec01__content-frame {
  background-color: #ffffff;
  box-shadow: 0px 0px min(calc(8 / 1080 * 100vw), 8px) 0px rgba(0, 0, 0, 0.2);
  padding: min(calc(13.5 / 1080 * 100vw), 13.5px) min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(550 / 1080 * 100vw), 550px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec01__content-frame {
    box-shadow: 0px 0px calc(10 / 750 * 100vw) 0px rgba(0, 0, 0, 0.2);
    padding: calc(18 / 750 * 100vw) calc(32 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
  }
}

.sec01__item {
  display: flex;
  align-items: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(428 / 1080 * 100vw), 428px);
  padding: min(calc(7 / 1080 * 100vw), 7px) 0;
}
@media screen and (max-width: 767px) {
  .sec01__item {
    gap: calc(16 / 750 * 100vw);
    width: 100%;
    padding: calc(8 / 750 * 100vw) 0;
    align-self: stretch;
  }
}
.sec01__item:before {
  content: "";
  display: block;
  width: min(calc(25 / 1080 * 100vw), 25px);
  aspect-ratio: 1/1;
  background: url(../img/common/icon_check01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec01__item:before {
    width: calc(32 / 750 * 100vw);
  }
}

.sec01__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #000000;
  text-align: left;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec01__text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec01__text .sec01__text-line {
  text-decoration: underline;
}

.sec02 {
  background: #ffffff url(../img/pc/sec02_bg.svg) no-repeat center top/min(calc(778 / 1080 * 100vw), 778px) auto;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec02 {
    background: #ffffff url(../img/sp/sec02_bg.svg) no-repeat center top/100vw auto;
    padding: calc(40 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}

.sec02__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.sec02__header {
  text-align: center;
  margin-bottom: min(calc(72 / 1080 * 100vw), 72px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__header {
    margin-bottom: calc(110 / 750 * 100vw);
  }
}

.sec02__flow-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: rgba(39, 129, 131, 0.3);
  text-align: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec02__flow-text {
    font-size: calc(112 / 750 * 100vw);
  }
}

.sec02__title {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__title {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__title span {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .sec02__title span {
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec02__title span span {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02__title span span {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec02__flow-container {
  display: flex;
  flex-direction: column;
  gap: min(calc(22.5 / 1080 * 100vw), 22.5px);
  width: min(calc(748 / 1080 * 100vw), 748px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__flow-container {
    gap: calc(60 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec02__flow-container:before {
  content: "";
  position: absolute;
  left: min(calc(75 / 1080 * 100vw), 75px);
  top: 0;
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: 98%;
  background-color: #1db2b6;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec02__flow-container:before {
    width: calc(6 / 750 * 100vw);
    left: calc(98 / 750 * 100vw);
  }
}

.sec02__step {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02__step {
    gap: calc(20 / 750 * 100vw);
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .sec02__step.sec02__step--2 {
    align-items: center;
  }
}
.sec02__step.sec02__step--3 {
  width: min(calc(748 / 1080 * 100vw), 748px);
  height: min(calc(150 / 1080 * 100vw), 150px);
}
@media screen and (max-width: 767px) {
  .sec02__step.sec02__step--3 {
    width: auto;
    height: auto;
    align-items: flex-start;
  }
}

.sec02__step-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
.sec02__step--1 .sec02__step-content, .sec02__step--4 .sec02__step-content {
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .sec02__step-content {
    gap: calc(20 / 750 * 100vw);
  }
}

.sec02__step-header {
  width: min(calc(150 / 1080 * 100vw), 150px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #1db2b6;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec02__step-header {
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    border-width: calc(6 / 750 * 100vw);
  }
}
.sec02__step-header::after {
  display: block;
  content: "";
  width: min(calc(55 / 1080 * 100vw), 55px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .sec02__step-header::after {
    width: calc(77 / 750 * 100vw);
  }
}
.sec02__step--1 .sec02__step-header::after {
  background: url(../img/common/icon_mail.svg) no-repeat center/contain;
}
.sec02__step--2 .sec02__step-header::after {
  background: url(../img/common/icon_headphone.svg) no-repeat center/contain;
}
.sec02__step--3 .sec02__step-header::after {
  background: url(../img/common/icon_whiteboard.svg) no-repeat center/contain;
}
.sec02__step--4 .sec02__step-header::after {
  background: url(../img/common/icon_wheelchair.svg) no-repeat center/contain;
}

.sec02__step-number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #1db2b6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__step-number {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec02__step-info {
  flex: 1;
}
.sec02__step-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #1db2b6;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__step-title {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
    line-height: 1.3;
  }
}

.sec02__step-description {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1.5;
  color: #333333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .sec02__step-description {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec03 {
  background-color: #fdf2e9;
  padding: min(calc(56 / 1080 * 100vw), 56px) 0;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(40 / 750 * 100vw) 0 calc(73 / 750 * 100vw);
  }
}

.sec03__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    width: 100%;
    padding: 0 calc(17 / 750 * 100vw);
  }
}

.sec03__header {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  background: url(../img/pc/sec03_title_bg.svg) no-repeat center top/contain;
  width: min(calc(761 / 1080 * 100vw), 761px);
  aspect-ratio: 761/118;
  margin: 0 auto max(calc(-53 / 1080 * 100vw), -53px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec03__header {
    background: url(../img/sp/sec03_title_bg.svg) no-repeat center top/contain;
    width: calc(716 / 750 * 100vw);
    aspect-ratio: 716/157;
  }
}

.sec03__title-main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  padding-top: min(calc(5 / 1080 * 100vw), 5px);
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec03__title-main {
    font-size: calc(32 / 750 * 100vw);
    padding-top: calc(6 / 750 * 100vw);
    margin-bottom: calc(5 / 750 * 100vw);
  }
}

.sec03__title-sub {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__title-sub {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec03__main-card {
  background-color: #ffffff;
  box-shadow: 0px 0px min(calc(7.5 / 1080 * 100vw), 7.5px) 0px rgba(0, 0, 0, 0.24);
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  padding: min(calc(62 / 1080 * 100vw), 62px) 0 min(calc(23 / 1080 * 100vw), 23px);
  position: relative;
  z-index: 1;
  text-align: center;
  width: min(calc(700 / 1080 * 100vw), 700px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__main-card {
    box-shadow: 0px 0px calc(10 / 750 * 100vw) 0px rgba(0, 0, 0, 0.24);
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) 0 calc(25 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.sec03__description {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__description {
    margin-bottom: calc(28 / 750 * 100vw);
  }
}

.sec03__description-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec03__description-text {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
}

.sec03__description-subtitle {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--Color-2, #fb7f7f);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__description-subtitle {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03__description-subtitle span {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__description-subtitle span {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec03__support-cards {
  display: flex;
  gap: min(calc(15 / 1080 * 100vw), 15px);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03__support-cards {
    gap: calc(20 / 750 * 100vw);
  }
}

.sec03__card {
  border: min(calc(3 / 1080 * 100vw), 3px) solid #fb7f7f;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  overflow: hidden;
  background-color: #ffffff;
  width: min(calc(260 / 1080 * 100vw), 260px);
}
@media screen and (max-width: 767px) {
  .sec03__card {
    border-width: calc(4 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    width: calc(280 / 750 * 100vw);
  }
}

.sec03__card-header {
  background-color: #ffebeb;
  border-radius: min(calc(12 / 1080 * 100vw), 12px) min(calc(12 / 1080 * 100vw), 12px) 0 0;
  min-height: min(calc(89 / 1080 * 100vw), 89px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-header {
    padding: calc(20 / 750 * 100vw) 0;
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
  }
}

.sec03__card-title {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.02em;
  }
}

.sec03__card-content {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-content {
    padding: calc(20 / 750 * 100vw);
  }
}

.sec03__price-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03__price-display {
    margin: 0 0 0 calc(20 / 750 * 100vw);
  }
}

.sec03__price-number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(116 / 1080 * 100vw), 116px);
  line-height: 0.8;
  color: #fb7f7f;
}
@media screen and (max-width: 767px) {
  .sec03__price-number {
    font-size: calc(154 / 750 * 100vw);
  }
}

.sec03__price-unit {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.3;
  color: #333333;
  margin-left: min(calc(5 / 1080 * 100vw), 5px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03__price-unit {
    font-size: calc(50 / 750 * 100vw);
    margin-left: calc(-5 / 750 * 100vw);
    position: relative;
    top: calc(-10 / 750 * 100vw);
  }
}
.sec03__price-unit sup {
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  position: absolute;
  right: min(calc(4 / 1080 * 100vw), 4px);
  bottom: 0;
  margin-bottom: min(calc(39 / 1080 * 100vw), 39px);
}
@media screen and (max-width: 767px) {
  .sec03__price-unit sup {
    font-size: calc(20 / 750 * 100vw);
    right: calc(6 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}

.sec03__price-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.1;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec03__price-label {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.2;
    margin-bottom: calc(5 / 750 * 100vw);
    writing-mode: vertical-rl;
  }
}

.sec03__support-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: var(--Color-2, #fb7f7f);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__support-text {
    font-size: calc(54 / 750 * 100vw);
    line-height: 1.3;
    letter-spacing: 0.04em;
  }
}

.sec03__note {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: left;
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
  width: 100%;
  margin-left: min(calc(84 / 1080 * 100vw), 84px);
}
@media screen and (max-width: 767px) {
  .sec03__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(15 / 750 * 100vw);
    margin-left: calc(25 / 750 * 100vw);
  }
}

.sec04 {
  background: #fdf2e9;
}

.sec04__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    max-width: none;
    padding: 0;
  }
}

.sec04__header {
  text-align: center;
  position: relative;
  padding: min(calc(52 / 1080 * 100vw), 52px) 0 min(calc(68 / 1080 * 100vw), 68px);
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .sec04__header {
    padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.sec04__support-label {
  color: rgba(191, 191, 191, 0.2);
  text-align: center;
  font-family: var(--font-family-Zen-Maru-Gothic, "Zen Maru Gothic");
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 117.6px */
  letter-spacing: 3.36px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec04__support-label {
    font-size: calc(112 / 750 * 100vw);
    transform: translate(-50%, -22%);
  }
}

.sec04__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__title-wrapper {
    gap: calc(10 / 750 * 100vw);
  }
}

.sec04__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec04__title-row {
    gap: calc(2 / 750 * 100vw);
  }
}
.sec04__title-row.--n01 {
  align-items: baseline;
}
.sec04__title-row.--n02 {
  align-items: baseline;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec04__title-row.--n02 {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.sec04__title-number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(100 / 1080 * 100vw), 100px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1db2b6;
}
@media screen and (max-width: 767px) {
  .sec04__title-number {
    font-size: calc(137 / 750 * 100vw);
    line-height: 0.4;
    position: relative;
    top: 0.1em;
  }
}

.sec04__title-large {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.341;
  letter-spacing: 0.1em;
  color: #1db2b6;
}
@media screen and (max-width: 767px) {
  .sec04__title-large {
    font-size: calc(66 / 750 * 100vw);
  }
}

.sec04__title-text {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.283;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04__title-text {
    font-size: calc(50 / 750 * 100vw);
  }
}

.sec04__title-accent {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 1.016;
  letter-spacing: 0.1em;
  color: #fb7f7f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__title-accent {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec04__title-accent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  width: min(calc(60 / 1080 * 100vw), 60px);
  aspect-ratio: 94/76;
  background: url("../img/common/img_enhanced_pink.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec04__title-accent::before {
    width: calc(90 / 750 * 100vw);
    bottom: calc(20 / 750 * 100vw);
  }
}

.sec04__job-support-text {
  display: flex;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec04__job-support-text {
    gap: calc(6 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(25 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec04__job-support-text span {
  display: inline-block;
  background: #fb7f7f;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(3 / 1080 * 100vw), 3px) min(calc(5 / 1080 * 100vw), 5px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(45 / 1080 * 100vw), 45px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec04__job-support-text span {
    font-size: calc(60 / 750 * 100vw);
  }
}

.sec04__title-suffix {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04__title-suffix {
    font-size: calc(46 / 750 * 100vw);
  }
}

.sec04__content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  align-items: start;
}
@media screen and (max-width: 767px) {
  .sec04__content {
    grid-template-columns: 1fr;
    gap: calc(40 / 750 * 100vw);
  }
}

.sec04__free-course {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec04__free-course {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.sec04__free-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.286;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__free-text {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(12 / 750 * 100vw);
  }
}
.sec04__free-text strong {
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  color: #fb7f7f;
  line-height: 0.6;
}
@media screen and (max-width: 767px) {
  .sec04__free-text strong {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec04__free-text span {
  position: relative;
}
.sec04__free-text span sup {
  font-family: var(--font-family-Zen-Maru-Gothic, "Zen Maru Gothic");
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: min(calc(42 / 1080 * 100vw), 42px);
  right: min(calc(2 / 1080 * 100vw), 2px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec04__free-text span sup {
    font-size: calc(18 / 750 * 100vw);
    margin-bottom: calc(52 / 750 * 100vw);
  }
}

.sec04__free-course-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #fb7f7f;
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
  margin-left: max(calc(-20 / 1080 * 100vw), -20px);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec04__free-course-title {
    font-size: calc(56 / 750 * 100vw);
    margin-left: calc(-40 / 750 * 100vw);
  }
}

.sec04__free-note {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  position: absolute;
  top: max(calc(-8 / 1080 * 100vw), -8px);
  right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04__free-note {
    font-size: calc(20 / 750 * 100vw);
    top: calc(-12 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }
}

.sec04_hero {
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  background-color: #fff;
  margin-bottom: max(calc(-100 / 1080 * 100vw), -100px);
}
@media screen and (max-width: 767px) {
  .sec04_hero {
    margin-bottom: calc(-160 / 750 * 100vw);
  }
}
.sec04_hero__inner {
  width: min(calc(550 / 1080 * 100vw), 550px);
  margin: 0 auto;
  position: relative;
  padding-top: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec04_hero__inner {
    width: 100%;
    padding-top: calc(87 / 750 * 100vw);
    position: relative;
  }
}

.sec04__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/pc/support_label_bg.svg) no-repeat center top/contain;
  width: min(calc(250 / 1080 * 100vw), 250px);
  aspect-ratio: 250/58;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04__label {
    top: calc(20 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(335 / 750 * 100vw);
    aspect-ratio: 335/77;
    background: url(../img/sp/support_label_bg.svg) no-repeat center top/contain;
    margin: 0;
    z-index: 20;
  }
}

.sec04__bottom-number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  line-height: 1;
  color: #ffffff;
  padding-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec04__bottom-number {
    font-size: calc(58 / 750 * 100vw);
    padding-bottom: calc(4 / 750 * 100vw);
  }
}

.sec04__bottom-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec04__bottom-text {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec04__instructor-image {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04__instructor-image {
    width: 100%;
    padding-left: calc(50 / 750 * 100vw);
  }
}

.sec04__notes {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  margin-top: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec04__notes {
    padding: calc(16 / 750 * 100vw) calc(60 / 750 * 100vw) 0;
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec04__satisfaction {
  position: absolute;
  right: max(calc(-70 / 1080 * 100vw), -70px);
  top: min(calc(118 / 1080 * 100vw), 118px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  padding: min(calc(20 / 1080 * 100vw), 20px);
  background: url(../img/common/img_badge.svg) no-repeat center/contain;
  width: min(calc(120 / 1080 * 100vw), 120px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .sec04__satisfaction {
    position: absolute;
    top: calc(169 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    width: calc(175 / 750 * 100vw);
  }
}

.sec04__satisfaction-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__satisfaction-label {
    font-size: calc(21 / 750 * 100vw);
  }
}

.sec04__satisfaction-percent {
  font-family: var(--font-family-Zen-Maru-Gothic, "Zen Maru Gothic");
  font-weight: 700;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 0.1;
  color: #fb7f7f;
  text-align: center;
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec04__satisfaction-percent {
    font-size: calc(52 / 750 * 100vw);
    line-height: 0.6;
  }
}
.sec04__satisfaction-percent span {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec04__satisfaction-percent span {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec04__satisfaction-note {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04__satisfaction-note {
    font-size: calc(18 / 750 * 100vw);
  }
}

.sec04__main-content {
  background: var(--Rectangle-3307, #fdf2e9);
  padding: min(calc(124 / 1080 * 100vw), 124px) 0 min(calc(68 / 1080 * 100vw), 68px);
  box-shadow: 0px 3px 12px 0px rgba(76, 41, 65, 0.2);
  display: flex;
  flex-direction: column;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec04__main-content {
    padding: calc(203 / 750 * 100vw) calc(30 / 750 * 100vw) calc(135 / 750 * 100vw);
    box-shadow: 0px 4px 16px 0px rgba(76, 41, 65, 0.2);
    gap: calc(30 / 750 * 100vw);
  }
}

.sec04__main-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fb7f7f;
  display: inline-block;
  align-self: flex-start;
  position: relative;
  padding: 0 0 0 min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .sec04__main-title {
    padding: 0 0 0 calc(25 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__main-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(43 / 1080 * 100vw), 43px);
  background-color: #fb7f7f;
  border-radius: 48px;
  opacity: 0.6;
  background: var(--Color-2, #fb7f7f);
}
@media screen and (max-width: 767px) {
  .sec04__main-title::before {
    left: -spvw(20);
    width: calc(16 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
  }
}

.sec04__education-section {
  display: flex;
  flex-direction: column;
  width: min(calc(495 / 1080 * 100vw), 495px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__education-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec04__education-section:not(:has(~ .sec04__education-section)) {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__education-section:not(:has(~ .sec04__education-section)) {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.sec04__education-stats {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333333;
  margin-top: max(calc(-8 / 1080 * 100vw), -8px);
}
@media screen and (max-width: 767px) {
  .sec04__education-stats {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec04__education-stats strong {
  color: #fb7f7f;
  font-size: min(calc(43 / 1080 * 100vw), 43px);
}
@media screen and (max-width: 767px) {
  .sec04__education-stats strong {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__education-stats span {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__education-stats span {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec04__education-stats span sup {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: min(calc(28 / 1080 * 100vw), 28px);
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec04__education-stats span sup {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(34 / 750 * 100vw);
    right: calc(10 / 750 * 100vw);
  }
}

.sec04__education-date {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .sec04__education-date {
    font-size: calc(18 / 750 * 100vw);
  }
}

.sec04__instructor-section {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec04__instructor-section {
    gap: calc(20 / 750 * 100vw);
  }
}

.sec04__instructor-title {
  background: rgba(251, 127, 127, 0.6);
  border-radius: min(calc(48 / 1080 * 100vw), 48px);
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(20 / 1080 * 100vw), 20px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fb7f7f;
  display: inline-block;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .sec04__instructor-title {
    border-radius: calc(64 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(25 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec04__instructor-description {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__instructor-description {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04__instructor-description span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #f5e763 70%, #f5e763 100%, transparent 100%);
}

.sec04__instructor-comment {
  background-color: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0px 3px 12px 0px rgba(76, 41, 65, 0.2);
  width: min(calc(480 / 1080 * 100vw), 480px);
  margin: 0 0 0 min(calc(70 / 1080 * 100vw), 70px);
  padding: min(calc(38 / 1080 * 100vw), 38px) min(calc(34 / 1080 * 100vw), 34px) min(calc(38 / 1080 * 100vw), 38px) min(calc(142 / 1080 * 100vw), 142px);
  position: relative;
  margin-bottom: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec04__instructor-comment {
    width: calc(640 / 750 * 100vw);
    margin: 0 0 calc(116 / 750 * 100vw) auto;
    padding: calc(46 / 750 * 100vw) calc(30 / 750 * 100vw) calc(46 / 750 * 100vw) calc(230 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0px 4px 16px 0px rgba(76, 41, 65, 0.2);
  }
}

.sec04__comment-card {
  width: min(calc(186 / 1080 * 100vw), 186px);
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  overflow: hidden;
  box-shadow: 0 3px 12px 0 rgba(76, 41, 65, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-40%, -50%);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__comment-card {
    width: calc(246 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    transform: translate(-20%, -50%);
  }
}

.sec04__comment-content {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec04__comment-content {
    gap: calc(20 / 750 * 100vw);
  }
}

.sec04__comment-name {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  padding: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec04__comment-name {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec04__comment-name span {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec04__comment-name span {
    font-size: calc(22 / 750 * 100vw);
  }
}
.sec04__comment-name strong {
  color: #fb7f7f;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec04__comment-name strong {
    font-size: calc(22 / 750 * 100vw);
  }
}

.sec04__comment-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04__comment-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec04__learning-style {
  background-color: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  padding: min(calc(45 / 1080 * 100vw), 45px) min(calc(38 / 1080 * 100vw), 38px) min(calc(23 / 1080 * 100vw), 23px);
  box-shadow: 0px 3px 12px 0px rgba(76, 41, 65, 0.2);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__learning-style {
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    box-shadow: 0px 4px 16px 0px rgba(76, 41, 65, 0.2);
  }
}

.sec04__learning-title {
  background-color: #fff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #fb7f7f;
  border-radius: min(calc(66 / 1080 * 100vw), 66px);
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fb7f7f;
  width: min(calc(396 / 1080 * 100vw), 396px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec04__learning-title {
    font-size: calc(48 / 750 * 100vw);
    width: calc(528 / 750 * 100vw);
    padding: calc(14 / 750 * 100vw) 0;
  }
}

.sec04__learning-summary {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__learning-summary {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec04__learning-summary strong {
  color: #fb7f7f;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec04__learning-summary strong {
    font-size: calc(72 / 750 * 100vw);
  }
}
.sec04__learning-summary strong span {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec04__learning-summary strong span {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__learning-summary span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__learning-summary span {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec04__learning-description {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(17 / 1080 * 100vw), 17px);
}
@media screen and (max-width: 767px) {
  .sec04__learning-description {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.sec04__courses {
  display: flex;
  gap: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec04__courses {
    gap: calc(30 / 750 * 100vw);
  }
}

.sec04__course-card {
  flex: 1;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec04__course-card {
    border-radius: calc(16 / 750 * 100vw);
  }
}
.sec04__course-card--intensive {
  background: rgba(29, 178, 182, 0.1);
}
.sec04__course-card--intensive .sec04__course-header {
  background-color: #1db2b6;
  color: #ffffff;
}
.sec04__course-card--intensive .sec04__course-badge {
  background-color: #ffffff;
  color: #1db2b6;
}
.sec04__course-card--flexible {
  background: #eaf4d8;
}
.sec04__course-card--flexible .sec04__course-header {
  background-color: #95c93d;
  color: #ffffff;
}
.sec04__course-card--flexible .sec04__course-badge {
  background-color: #ffffff;
  color: #95c93d;
}

.sec04__course-header {
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(20 / 1080 * 100vw), 20px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec04__course-header {
    padding: calc(26 / 750 * 100vw) 0;
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec04__course-image {
  width: min(calc(200 / 1080 * 100vw), 200px);
  margin: 0 auto;
  padding: min(calc(25 / 1080 * 100vw), 25px) 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec04__course-image {
    width: calc(270 / 750 * 100vw);
    padding: calc(35 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
}

.sec05 {
  background: #fff;
  position: relative;
}

.sec05__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    max-width: none;
    padding: 0;
  }
}
.sec05__header .sec05__inner {
  padding-top: min(calc(41 / 1080 * 100vw), 41px);
  margin-bottom: max(calc(-337 / 1080 * 100vw), -337px);
  width: min(calc(555 / 1080 * 100vw), 555px);
}
@media screen and (max-width: 767px) {
  .sec05__header .sec05__inner {
    padding-top: 0;
    margin-bottom: calc(-400 / 750 * 100vw);
    width: 100%;
    padding: calc(95 / 750 * 100vw) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec05__main-content .sec05__inner {
    width: 100%;
  }
}

.sec05__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fb7f7f;
  text-align: center;
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec05__title {
    font-size: calc(58 / 750 * 100vw);
    margin-bottom: calc(31 / 750 * 100vw);
  }
}

.sec05__support-image {
  width: min(calc(518 / 1080 * 100vw), 518px);
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  display: block;
}
@media screen and (max-width: 767px) {
  .sec05__support-image {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
    position: relative;
    left: calc(-30 / 750 * 100vw);
  }
}

.sec05__header {
  position: relative;
}

.sec05__stats-section {
  text-align: center;
  position: relative;
  width: min(calc(376 / 1080 * 100vw), 376px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__stats-section {
    width: calc(502 / 750 * 100vw);
  }
}
.sec05__stats-section::before, .sec05__stats-section::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(calc(45.687 / 1080 * 100vw), 45.687px);
  aspect-ratio: 45.687/153.067;
  background: url(../img/common/img_prize_leaf02.svg) no-repeat center top/contain;
}
@media screen and (max-width: 767px) {
  .sec05__stats-section::before, .sec05__stats-section::after {
    width: calc(60 / 750 * 100vw);
  }
}
.sec05__stats-section::before {
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec05__stats-section::before {
    left: 0;
  }
}
.sec05__stats-section::after {
  right: 0;
  transform: translateY(-50%);
  scale: -1 1;
}
@media screen and (max-width: 767px) {
  .sec05__stats-section::after {
    right: 0;
    aspect-ratio: 30/100.5;
  }
}

.sec05__stats-decorations {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sec05__stats-decoration {
  position: absolute;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  background: #d2bc80;
}
@media screen and (max-width: 767px) {
  .sec05__stats-decoration {
    width: calc(20 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}
.sec05__stats-decoration--left {
  left: min(calc(200 / 1080 * 100vw), 200px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec05__stats-decoration--left {
    left: calc(50 / 750 * 100vw);
  }
}
.sec05__stats-decoration--right {
  right: min(calc(200 / 1080 * 100vw), 200px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec05__stats-decoration--right {
    right: calc(50 / 750 * 100vw);
  }
}

.sec05__stats-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__stats-title {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}

.sec05__stats-number-group {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__stats-number-group {
    gap: calc(4 / 750 * 100vw);
    margin-bottom: calc(12 / 750 * 100vw);
  }
}

.sec05__stats-number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(74 / 1080 * 100vw), 74px);
  line-height: 0.5;
  color: #fb7f7f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__stats-number {
    font-size: calc(100 / 750 * 100vw);
  }
}

.sec05__stats-unit {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__stats-unit {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec05__stats-unit sup {
  position: absolute;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  right: 0;
  bottom: 0;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05__stats-unit sup {
    font-size: calc(12 / 750 * 100vw);
    margin-bottom: calc(38 / 750 * 100vw);
    right: calc(8 / 750 * 100vw);
  }
}

.sec05__stats-note1,
.sec05__stats-note2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__stats-note1,
  .sec05__stats-note2 {
    font-size: calc(18 / 750 * 100vw);
  }
}

.sec05__stats-note2 {
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__stats-note2 {
    margin-top: calc(4 / 750 * 100vw);
  }
}

.sec05__main-content {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(372 / 1080 * 100vw), 372px) min(calc(40 / 1080 * 100vw), 40px) min(calc(60 / 1080 * 100vw), 60px);
  background: var(--Rectangle-3307, #fdf2e9);
}
@media screen and (max-width: 767px) {
  .sec05__main-content {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    padding: calc(450 / 750 * 100vw) 0 calc(80 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.sec05__support-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(528 / 1080 * 100vw), 528px);
  position: relative;
  margin-bottom: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec05__support-cards {
    gap: calc(32 / 750 * 100vw);
    width: 100%;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.sec05__support-card {
  background: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0px 3px 12px 0px rgba(76, 41, 65, 0.2);
  position: relative;
  padding: min(calc(36 / 1080 * 100vw), 36px) min(calc(40 / 1080 * 100vw), 40px) min(calc(35 / 1080 * 100vw), 35px) min(calc(72.5 / 1080 * 100vw), 72.5px);
  min-height: min(calc(203 / 1080 * 100vw), 203px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec05__support-card {
    border-radius: calc(16 / 750 * 100vw) 0 0 calc(16 / 750 * 100vw);
    box-shadow: 0px 4px 16px 0px rgba(76, 41, 65, 0.2);
    padding: calc(37 / 750 * 100vw) calc(45 / 750 * 100vw) calc(37 / 750 * 100vw) calc(125 / 750 * 100vw);
    min-height: auto;
  }
}
.sec05__support-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(99 / 1080 * 100vw), 99px);
  aspect-ratio: 1/1;
  background: center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05__support-card:before {
    width: calc(132 / 750 * 100vw);
    transform: translate(-30%, -50%);
  }
}
.sec05__support-card--1::before {
  background-image: url(../img/common/icon_match.svg);
}
.sec05__support-card--2::before {
  background-image: url(../img/common/icon_prepare.svg);
}
.sec05__support-card--3::before {
  background-image: url(../img/common/icon_support.svg);
}

.sec05__support-card-content {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__support-card-content {
    gap: calc(12 / 750 * 100vw);
  }
}

.sec05__support-card-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #1db2b6;
}
@media screen and (max-width: 767px) {
  .sec05__support-card-title {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec05__support-card-description {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec05__support-card-description {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5;
    padding-right: min(calc(5 / 1080 * 100vw), 5px);
  }
}
.sec05__support-card-description span {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec05__support-card-description span {
    font-size: calc(18 / 750 * 100vw);
  }
}

.sec05__support-icon {
  position: absolute;
  left: min(calc(24 / 1080 * 100vw), 24px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(72 / 1080 * 100vw), 72px);
  height: min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .sec05__support-icon {
    left: calc(30 / 750 * 100vw);
    width: calc(96 / 750 * 100vw);
    height: calc(96 / 750 * 100vw);
  }
}

.sec05__support-icon-circle {
  width: 100%;
  height: 100%;
  background: #1db2b6;
  border-radius: 50%;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #1db2b6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__support-icon-circle {
    border: calc(2 / 750 * 100vw) solid #1db2b6;
  }
}

.sec05__support-icon-illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  background: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec05__support-icon-illustration {
    width: calc(52 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
  }
}

.sec05__support-number {
  position: absolute;
  right: max(calc(0 / 1080 * 100vw), 0px);
  bottom: max(calc(0 / 1080 * 100vw), 0px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(111 / 1080 * 100vw), 111px);
  line-height: 0.9;
  letter-spacing: 0.08em;
  color: #1db2b6;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .sec05__support-number {
    right: calc(-15 / 750 * 100vw);
    bottom: 0;
    font-size: calc(148 / 750 * 100vw);
  }
}

.sec05__image-section {
  flex: 0 0 auto;
  width: min(calc(400 / 1080 * 100vw), 400px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec05__image-section {
    width: 100%;
  }
}

.sec05__image-container {
  width: 100%;
  aspect-ratio: 400/300;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  overflow: hidden;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  background: #9f9f9f;
}
@media screen and (max-width: 767px) {
  .sec05__image-container {
    border-radius: calc(16 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}

.sec05__image-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fb7f7f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__image-title {
    font-size: calc(58 / 750 * 100vw);
  }
}

.sec05__instructor-comment {
  background-color: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0px 3px 12px 0px rgba(76, 41, 65, 0.2);
  width: min(calc(480 / 1080 * 100vw), 480px);
  margin: 0 0 0 min(calc(48 / 1080 * 100vw), 48px);
  padding: min(calc(38 / 1080 * 100vw), 38px) min(calc(34 / 1080 * 100vw), 34px) min(calc(38 / 1080 * 100vw), 38px) min(calc(142 / 1080 * 100vw), 142px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__instructor-comment {
    width: calc(640 / 750 * 100vw);
    margin: 0 auto 0 0;
    padding: calc(46 / 750 * 100vw) calc(30 / 750 * 100vw) calc(46 / 750 * 100vw) calc(230 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0px 4px 16px 0px rgba(76, 41, 65, 0.2);
  }
}

.sec05__instructor-card {
  width: min(calc(186 / 1080 * 100vw), 186px);
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  overflow: hidden;
  box-shadow: 0 3px 12px 0 rgba(76, 41, 65, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-40%, -50%);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec05__instructor-card {
    width: calc(246 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    transform: translate(-20%, -50%);
  }
}

.sec05__instructor-image {
  width: 100%;
  aspect-ratio: 186/140;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05__instructor-image {
    aspect-ratio: 246/186;
  }
}

.sec05__instructor-info {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .sec05__instructor-info {
    padding: calc(15 / 750 * 100vw) 0;
  }
}

.sec05__instructor-name {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__instructor-name {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec05__instructor-name strong {
  color: #fb7f7f;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__instructor-name strong {
    font-size: calc(22 / 750 * 100vw);
  }
}
.sec05__instructor-name span {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__instructor-name span {
    font-size: calc(22 / 750 * 100vw);
  }
}

.sec05__instructor-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__instructor-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec05__label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/pc/support_label_bg.svg) no-repeat center top/contain;
  width: min(calc(250 / 1080 * 100vw), 250px);
  aspect-ratio: 250/58;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05__label {
    width: calc(335 / 750 * 100vw);
    aspect-ratio: 250/58;
    background: url(../img/sp/support_label_bg.svg) no-repeat center top/contain;
    margin: 0;
    z-index: 20;
  }
}

.sec05__label-number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  line-height: 1;
  color: #ffffff;
  padding-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__label-number {
    font-size: calc(58 / 750 * 100vw);
    padding-bottom: calc(4 / 750 * 100vw);
  }
}

.sec05__label-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec05__label-text {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec06 {
  background: #f8f8f8;
  padding: min(calc(35 / 1080 * 100vw), 35px) 0 min(calc(73 / 1080 * 100vw), 73px);
  position: relative;
}

.sec06__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    max-width: none;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.sec06__header {
  text-align: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec06__header {
    margin-bottom: calc(100 / 750 * 100vw);
  }
}

.sec06__benefit-label {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  line-height: 0.6;
  letter-spacing: 0.04em;
  color: rgba(191, 191, 191, 0.2);
  text-align: center;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .sec06__benefit-label {
    font-size: calc(112 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.sec06__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec06__title-main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec06__title-main {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.625;
  }
}

.sec06__title-group {
  display: flex;
  align-items: baseline;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec06__title-group {
    gap: 0;
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.sec06__qualification-text {
  display: flex;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec06__qualification-text {
    gap: calc(6 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(25 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec06__qualification-text span {
  display: inline-block;
  background: #fb7f7f;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(3 / 1080 * 100vw), 3px) min(calc(5 / 1080 * 100vw), 5px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(45 / 1080 * 100vw), 45px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec06__qualification-text span {
    font-size: calc(60 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) calc(7 / 750 * 100vw);
  }
}

.sec06__title-suffix {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 2.03;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec06__title-suffix {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.625;
    margin-left: -0.5em;
  }
}

.sec06__title-action {
  display: flex;
  align-items: baseline;
}
.sec06__title-action-main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec06__title-action-main {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec06__title-action-sub {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #333333;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .sec06__title-action-sub {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec06__title-action-sub strong {
  font-size: min(calc(66 / 1080 * 100vw), 66px);
  color: var(--Color-5, #1db2b6);
  line-height: 0.5;
}
@media screen and (max-width: 767px) {
  .sec06__title-action-sub strong {
    font-size: calc(88 / 750 * 100vw);
  }
}
.sec06__title-action-sub span {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  color: var(--Color-5, #1db2b6);
  line-height: 0.5;
}
@media screen and (max-width: 767px) {
  .sec06__title-action-sub span {
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec06__benefits-container {
  display: flex;
  flex-direction: column;
  gap: min(calc(84 / 1080 * 100vw), 84px);
  width: min(calc(700 / 1080 * 100vw), 700px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__benefits-container {
    gap: calc(95 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.sec06__benefit-item {
  position: relative;
}

.sec06__benefit-card {
  background: rgba(29, 178, 182, 0.1);
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0px 3px 12px 0px rgba(76, 41, 65, 0.2);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__benefit-card {
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: 0px 4px 16px 0px rgba(76, 41, 65, 0.2);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(28 / 750 * 100vw);
  }
}
.sec06__benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1db2b6;
  opacity: 0.1;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec06__benefit-card::before {
    border-radius: calc(16 / 750 * 100vw);
  }
}

.sec06__benefit-number-badge {
  position: absolute;
  top: max(calc(-44 / 1080 * 100vw), -44px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(65 / 1080 * 100vw), 65px);
  height: min(calc(65 / 1080 * 100vw), 65px);
  background: #ffffff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #1db2b6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06__benefit-number-badge {
    top: calc(-60 / 750 * 100vw);
    width: calc(86 / 750 * 100vw);
    height: calc(86 / 750 * 100vw);
    border: calc(3 / 750 * 100vw) solid #1db2b6;
  }
}

.sec06__benefit-number {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 1;
  margin-left: 0.05em;
  margin-bottom: 0.15em;
  color: #1db2b6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__benefit-number {
    font-size: calc(66 / 750 * 100vw);
  }
}

.sec06__benefit-header {
  background: #1db2b6;
  border-radius: min(calc(12 / 1080 * 100vw), 12px) min(calc(12 / 1080 * 100vw), 12px) 0 0;
  margin: max(calc(-40 / 1080 * 100vw), -40px) max(calc(-30 / 1080 * 100vw), -30px) min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(25 / 1080 * 100vw), 25px) 0;
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.17;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec06__benefit-header {
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
    margin: calc(-40 / 750 * 100vw) calc(-30 / 750 * 100vw) calc(30 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.25;
    min-height: calc(150 / 750 * 100vw);
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.sec06__benefit-header strong {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec06__benefit-header strong {
    font-size: calc(80 / 750 * 100vw);
  }
}

.sec06__benefit-content {
  position: relative;
  z-index: 1;
}

.sec06__benefit-description {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  margin: 0 auto;
  width: min(calc(417 / 1080 * 100vw), 417px);
}
@media screen and (max-width: 767px) {
  .sec06__benefit-description {
    font-size: calc(28 / 750 * 100vw);
    width: calc(556 / 750 * 100vw);
  }
}
.sec06__benefit-description span {
  color: var(--base-black-333, var(--Color-5, #1db2b6));
}

.sec06__benefit-reason {
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec06__benefit-reason {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.sec06__reason-badge01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: min(calc(150 / 1080 * 100vw), 150px);
  aspect-ratio: 150/50;
  background: url(../img/common/rect_triangle_green.svg) no-repeat center/contain;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1;
  color: #ffffff;
  text-align: center;
  padding-top: min(calc(8 / 1080 * 100vw), 8px);
  margin: 0 auto min(calc(15 / 1080 * 100vw), 15px);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .sec06__reason-badge01 {
    width: calc(190 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    margin-bottom: calc(20 / 750 * 100vw);
    padding-top: calc(8 / 750 * 100vw);
  }
}

.sec06__reason-badge02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  aspect-ratio: 1/1;
  margin: max(calc(-40 / 1080 * 100vw), -40px) auto 0;
  background: #1db2b6;
  border-radius: 50%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 2.32;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06__reason-badge02 {
    width: calc(104 / 750 * 100vw);
    height: calc(104 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: 2.17;
    margin-top: calc(-51 / 750 * 100vw);
  }
}

.sec06__reason-text-group {
  display: flex;
  flex-direction: column;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec06__reason-text-group {
    gap: calc(15 / 750 * 100vw);
  }
}

.sec06__reason-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.36;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec06__reason-text {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.37;
  }
}

.sec06__reason-description {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  line-height: 1.33;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec06__reason-description {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec06__reason-description strong {
  color: var(--Color-5, #1db2b6);
}

.sec06__benefit-comparison,
.sec06__benefit-chart,
.sec06__benefit-photos {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec06__benefit-comparison,
  .sec06__benefit-chart,
  .sec06__benefit-photos {
    margin-bottom: calc(25 / 750 * 100vw);
  }
}

.sec06__comparison-image,
.sec06__chart-image,
.sec06__photos-image {
  width: 100%;
  height: auto;
  display: block;
}

.sec06__benefit-note,
.sec06__chart-note {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec06__benefit-note,
  .sec06__chart-note {
    font-size: calc(18 / 750 * 100vw);
  }
}

.sec06__benefit-chart,
.sec06__benefit-comparison {
  margin: 0 auto;
}
.sec06__benefit-note {
  width: min(calc(427 / 1080 * 100vw), 427px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__benefit-note {
    width: calc(571 / 750 * 100vw);
  }
}

.sec06__chart-note {
  text-align: center;
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec06__chart-note {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec06__benefit-photos-group {
  width: min(calc(400 / 1080 * 100vw), 400px);
  margin: 0 auto;
  background: #fff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  overflow: hidden;
}

.sec06__benefit-item--1 .sec06__reason-text {
  font-weight: 500;
}
.sec06__benefit-item--1 .sec06__benefit-comparison {
  width: min(calc(428 / 1080 * 100vw), 428px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__benefit-item--1 .sec06__benefit-comparison {
    margin-bottom: calc(22 / 750 * 100vw);
    width: calc(571 / 750 * 100vw);
  }
}

.sec06__benefit-item--2 .sec06__benefit-header {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__benefit-item--2 .sec06__benefit-header {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec06__benefit-item--2 .sec06__reason-text {
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__benefit-item--2 .sec06__reason-text {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec06__benefit-item--2 .sec06__benefit-chart {
  width: min(calc(400 / 1080 * 100vw), 400px);
}
@media screen and (max-width: 767px) {
  .sec06__benefit-item--2 .sec06__benefit-chart {
    width: calc(527 / 750 * 100vw);
  }
}

.sec06__benefit-item--3 .sec06__benefit-header {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec06__benefit-item--3 .sec06__benefit-header {
    margin-bottom: calc(55 / 750 * 100vw);
  }
}
.sec06__benefit-item--3 .sec06__benefit-photos {
  margin-bottom: 0;
}
.sec06__benefit-item--3 .sec06__reason-text {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.5;
  text-align: justify;
  padding: min(calc(34 / 1080 * 100vw), 34px) min(calc(30 / 1080 * 100vw), 30px) min(calc(55 / 1080 * 100vw), 55px);
  margin-bottom: 0;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .sec06__benefit-item--3 .sec06__reason-text {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(29 / 750 * 100vw) calc(50 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.sec06__benefit-item--3 .sec06__reason-text span {
  color: var(--base-black-333, var(--Color-5, #1db2b6));
}
@media screen and (max-width: 767px) {
  .sec06__benefit-item--3 .sec06__benefit-photos-group {
    width: calc(544 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec06__benefit-item--3 .sec06__benefit-header strong {
    font-size: calc(44 / 750 * 100vw);
  }
}

.sec07 {
  background: #ffffff;
  padding: min(calc(55 / 1080 * 100vw), 55px) 0 min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(60 / 750 * 100vw) 0;
  }
}

.sec07__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    max-width: none;
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.sec07__voice-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  line-height: 0.6;
  letter-spacing: 0.04em;
  color: rgba(29, 178, 182, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__voice-label {
    font-size: calc(112 / 750 * 100vw);
  }
}

.sec07__header {
  text-align: center;
  font-family: var(--font-family-Zen-Maru-Gothic, "Zen Maru Gothic");
}
.sec07__header span {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-family: var(--font-family-Zen-Maru-Gothic, "Zen Maru Gothic");
}
@media screen and (max-width: 767px) {
  .sec07__header span {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec07__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(45 / 1080 * 100vw), 45px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #1db2b6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(60 / 750 * 100vw);
  }
}

.sec07__subtitle {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(21 / 1080 * 100vw), 21px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__subtitle {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec07__slider-container {
  position: relative;
  width: min(calc(730 / 1080 * 100vw), 730px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__slider-container {
    width: 100%;
  }
}

.sec07-swiper {
  position: relative;
  padding-bottom: min(calc(65 / 1080 * 100vw), 65px);
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec07-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.sec07-swiper .swiper-slide {
  padding: min(calc(38 / 1080 * 100vw), 38px) min(calc(15 / 1080 * 100vw), 15px) 0;
  width: min(calc(730 / 1080 * 100vw), 730px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec07-swiper .swiper-slide {
    width: 100%;
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  }
}
.sec07-swiper .swiper-pagination {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
  height: auto;
  line-height: 1;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec07-swiper .swiper-pagination {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.sec07-swiper .swiper-pagination-bullet {
  height: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(12 / 1080 * 100vw), 12px);
  background-color: #dddddd;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .sec07-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.sec07-swiper .swiper-pagination-bullet-active {
  background-color: #1db2b6;
}

.sec07__slide-card {
  background: #ffffff;
  border: min(calc(0.75 / 1080 * 100vw), 0.75px) solid #999999;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  padding: min(calc(36 / 1080 * 100vw), 36px) min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(700 / 1080 * 100vw), 700px);
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__slide-card {
    border: calc(1 / 750 * 100vw) solid #999999;
    border-radius: calc(16 / 750 * 100vw);
    padding: calc(48 / 750 * 100vw) calc(24 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

.sec07__slide-content {
  width: 100%;
  position: relative;
}

.sec07__slide-header {
  display: flex;
  flex-direction: column;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  padding-left: min(calc(78 / 1080 * 100vw), 78px);
  align-self: stretch;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
  padding-left: min(calc(147 / 1080 * 100vw), 147px);
}
@media screen and (max-width: 767px) {
  .sec07__slide-header {
    gap: calc(8 / 750 * 100vw);
    padding-left: calc(206 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}

.sec07__slide-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #1db2b6;
  text-align: left;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .sec07__slide-title {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec07__slide-name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec07__slide-name {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec07__slide-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #45342f;
  text-align: justify;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec07__slide-text {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7;
  }
}

.sec07__slide-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(170 / 1080 * 100vw), 170px);
  height: min(calc(170 / 1080 * 100vw), 170px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec07__slide-icon {
    width: calc(257 / 750 * 100vw);
    height: calc(257 / 750 * 100vw);
  }
}

.sec07__icon-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec08 {
  position: relative;
  background: #ffffff;
}

.sec08__background {
  position: relative;
  width: 100%;
}

.sec08__bg-image {
  width: 100%;
  height: auto;
  display: block;
}

.sec08__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: min(calc(113 / 1080 * 100vw), 113px);
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    padding: calc(365 / 750 * 100vw) calc(55 / 750 * 100vw) 0;
  }
}

.sec08__text-group {
  text-align: center;
  position: relative;
}

.sec08__main-text {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(40.5 / 1080 * 100vw), 40.5px);
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #1db2b6;
  text-align: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec08__main-text {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.5;
  }
}
.sec08__main-text span {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__main-text span {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec08__sub-text {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: center;
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec08__sub-text {
    font-size: calc(36 / 750 * 100vw);
    text-align: left;
  }
}
.sec08__sub-text span {
  color: var(--Rectangle-3300, #f5e763);
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__sub-text span {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec10 {
  background: #ffffff;
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 min(calc(56 / 1080 * 100vw), 56px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(80 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}

.sec10__location-label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  line-height: 0.6;
  letter-spacing: 0.04em;
  text-align: center;
  color: rgba(29, 178, 182, 0.1);
}
@media screen and (max-width: 767px) {
  .sec10__location-label {
    font-size: calc(112 / 750 * 100vw);
  }
}

.sec10__header {
  text-align: center;
  margin-bottom: min(calc(53 / 1080 * 100vw), 53px);
}
@media screen and (max-width: 767px) {
  .sec10__header {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.sec10__main-title {
  font-family: var(--font-family-Zen-Maru-Gothic, "Zen Maru Gothic");
  font-weight: 700;
  font-size: min(calc(27 / 1080 * 100vw), 27px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec10__main-title {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: 0.08em;
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec10__main-title strong {
  color: var(--txt1, var(--Color-5, #1db2b6));
  font-size: min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .sec10__main-title strong {
    font-size: calc(60 / 750 * 100vw);
  }
}

.sec10__description {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec10__description {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}

.sec10__content {
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec10__content {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.sec10__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.sec10__accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec10__accordion-wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}

.sec10 .adlp-accordion {
  background: #1db2b6;
  border-radius: 0;
  width: min(calc(470 / 1080 * 100vw), 470px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion {
    width: calc(630 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion .adlp-accordion__header {
  position: relative;
  cursor: pointer;
  background: #1db2b6;
  border-radius: 0;
}
.sec10 .adlp-accordion .adlp-accordion__header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(55 / 1080 * 100vw), 55px) min(calc(12 / 1080 * 100vw), 12px) min(calc(12 / 1080 * 100vw), 12px);
  gap: min(calc(7.5 / 1080 * 100vw), 7.5px);
  min-height: min(calc(63 / 1080 * 100vw), 63px);
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion .adlp-accordion__header__inner {
    padding: calc(20 / 750 * 100vw) calc(80 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion .adlp-accordion__header::after {
  display: none;
}
.sec10 .adlp-accordion .adlp-accordion__header.--open::after {
  display: none;
}
.sec10 .adlp-accordion .adlp-accordion__header.--open .sec10__plus-vertical {
  opacity: 0;
}
.sec10 .adlp-accordion .adlp-accordion__body {
  background: #ffffff;
}
.sec10 .adlp-accordion .adlp-accordion__body__inner {
  padding: min(calc(18 / 1080 * 100vw), 18px) min(calc(20 / 1080 * 100vw), 20px);
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion .adlp-accordion__body__inner {
    padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.sec10__area-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec10__area-title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec10__area-subtitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec10__area-subtitle {
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec10__plus-icon {
  position: absolute;
  top: 50%;
  right: min(calc(20 / 1080 * 100vw), 20px);
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec10__plus-icon {
    right: calc(30 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}

.sec10__plus-horizontal {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: min(calc(3 / 1080 * 100vw), 3px);
  background: #ffffff;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec10__plus-horizontal {
    height: calc(4 / 750 * 100vw);
  }
}

.sec10__plus-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(3 / 1080 * 100vw), 3px);
  height: 100%;
  background: #ffffff;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec10__plus-vertical {
    width: calc(4 / 750 * 100vw);
  }
}

.sec10__prefecture-group-wrapper {
  min-height: min(calc(178 / 1080 * 100vw), 178px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec10__prefecture-group {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: min(calc(7.5 / 1080 * 100vw), 7.5px);
}
@media screen and (max-width: 767px) {
  .sec10__prefecture-group {
    gap: calc(10 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    align-items: stretch;
  }
}
.sec10__prefecture-group:last-of-type {
  margin-bottom: 0;
}

.sec10__prefecture-header {
  background: rgba(29, 178, 182, 0.14);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.2;
  text-align: center;
  color: #1db2b6;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: min(calc(91 / 1080 * 100vw), 91px);
  aspect-ratio: 91/75;
}
@media screen and (max-width: 767px) {
  .sec10__prefecture-header {
    align-self: flex-start;
    width: calc(122 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.sec10__classroom-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: min(calc(18 / 1080 * 100vw), 18px);
  width: calc(100% - min(calc(91 / 1080 * 100vw), 91px));
}
@media screen and (max-width: 767px) {
  .sec10__classroom-list {
    gap: calc(24 / 750 * 100vw);
    width: calc(100% - min(calc(122 / 1080 * 100vw), 122px));
  }
}

.sec10__classroom-row {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec10__classroom-row {
    align-items: flex-start;
    gap: calc(8 / 750 * 100vw);
  }
}

.sec10__classroom-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.45;
  color: #333333;
  width: 50%;
  padding-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec10__classroom-name {
    font-size: calc(24 / 750 * 100vw);
  }
}
.--gird-width-auto .sec10__classroom-name {
  width: auto;
}

.sec10__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(15 / 1080 * 100vw), 15px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  margin: min(calc(18 / 1080 * 100vw), 18px) 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec10__note {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) 0 0;
  }
}

.sec10__contact-btn {
  margin: min(calc(18 / 1080 * 100vw), 18px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec10__contact-btn {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.sec10__btn {
  background: #fb7f7f;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: min(calc(37.5 / 1080 * 100vw), 37.5px);
  width: min(calc(430 / 1080 * 100vw), 430px);
  height: min(calc(75 / 1080 * 100vw), 75px);
  transition: all 0.3s ease;
  padding-left: min(calc(103 / 1080 * 100vw), 103px);
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec10__btn {
    font-size: calc(32 / 750 * 100vw);
    padding-left: calc(129 / 750 * 100vw);
    border-radius: calc(50 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
    width: calc(565 / 750 * 100vw);
    height: calc(106 / 750 * 100vw);
  }
}
.sec10__btn:hover {
  background: #e66b6b;
  transform: translateY(-2px);
}
.sec10__btn::after {
  display: block;
  content: "";
  width: min(calc(15 / 1080 * 100vw), 15px);
  aspect-ratio: 15/24;
  background: url(../img/common/icon_arrow03.svg) no-repeat center/contain;
  position: absolute;
  right: min(calc(20 / 1080 * 100vw), 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec10__btn::after {
    width: calc(15 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}

.sec10 .adlp-accordion__header.--open .sec10__plus-vertical {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .sec10__prefecture-group {
    align-items: stretch;
  }
  .sec10__prefecture-header {
    align-self: flex-start;
  }
}
.sec11 {
  background: linear-gradient(0deg, rgba(29, 178, 182, 0.1) 0%, rgba(29, 178, 182, 0.1) 100%), #fff;
  position: relative;
  padding: min(calc(90 / 1080 * 100vw), 90px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(123 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

.sec11__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sec11__qa-label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  font-family: var(--font-family-Zen-Maru-Gothic, "Zen Maru Gothic");
  font-weight: 700;
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  line-height: 0.6;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1db2b6;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .sec11__qa-label {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: calc(112 / 750 * 100vw);
  }
}

.sec11__header {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11__header {
    margin-bottom: calc(54 / 750 * 100vw);
  }
}

.sec11__title {
  font-family: "Tsukushi A Round Gothic", sans-serif;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec11__title {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec11__content {
  position: relative;
  z-index: 3;
}

.sec11__inner {
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11__inner {
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.sec11__accordion-wrapper {
  max-width: min(calc(700 / 1080 * 100vw), 700px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11__accordion-wrapper {
    max-width: calc(650 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
  }
}

.sec11 .adlp-accordion {
  background: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion {
    border-radius: calc(16 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__header {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__header {
    border-radius: calc(16 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  gap: min(calc(15 / 1080 * 100vw), 15px);
  width: 100%;
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(72 / 1080 * 100vw), 72px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__header__inner {
    gap: calc(20 / 750 * 100vw);
    width: auto;
    padding: calc(40 / 750 * 100vw) calc(75 / 750 * 100vw) calc(40 / 750 * 100vw) calc(25 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__header::after {
  width: min(calc(22.5 / 1080 * 100vw), 22.5px);
  aspect-ratio: 22.5/11.25;
  background: url(../img/common/icon_arrow04.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__header::after {
    width: calc(30 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__body {
  background: #ffffff;
  border-radius: 0 0 min(calc(12 / 1080 * 100vw), 12px) min(calc(12 / 1080 * 100vw), 12px);
  border-top: 1px solid #e6e6e6;
  padding-top: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__body {
    border-radius: 0 0 calc(16 / 750 * 100vw) calc(16 / 750 * 100vw);
    padding-top: calc(24 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__body__inner {
  padding: 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.sec11__question-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #1db2b6;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec11__question-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec11__plus-icon {
  position: absolute;
  top: 50%;
  right: min(calc(30 / 1080 * 100vw), 30px);
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec11__plus-icon {
    right: calc(40 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}

.sec11__plus-horizontal {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: min(calc(1.5 / 1080 * 100vw), 1.5px);
  background: #1a1a1a;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec11__plus-horizontal {
    height: calc(2 / 750 * 100vw);
  }
}

.sec11__plus-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(1.5 / 1080 * 100vw), 1.5px);
  height: 100%;
  background: #1a1a1a;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec11__plus-vertical {
    width: calc(2 / 750 * 100vw);
  }
}

.sec11__answer-separator {
  width: 100%;
  height: min(calc(1.5 / 1080 * 100vw), 1.5px);
  background: #e6e6e6;
  margin-bottom: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec11__answer-separator {
    height: calc(2 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}

.sec11__answer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(19.5 / 1080 * 100vw), 19.5px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec11__answer-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec11 .adlp-accordion__header.--open .sec11__plus-vertical {
  opacity: 0;
}
/*# sourceMappingURL=lp.css.map */
