@charset "UTF-8";
.adlp-footer {
  background: var(--blue, #009AE8);
  padding: min( 5.5555555556vw, 60px ) 0 min( 4.6296296296vw, 50px );
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: 8vw 0;
  }
}
.adlp-footer__menu {
  text-align: center;
  line-height: 1;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min( 4.8148148148vw, 52px );
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: 6.9333333333vw;
  }
}
.adlp-footer__menu > a {
  font-size: min( 1.2962962963vw, 14px );
  color: #FFF;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu > a {
    font-size: 2.9333333333vw;
  }
}
.adlp-footer__copy {
  font-size: min( 1.1111111111vw, 12px );
  color: #FFF;
  text-align: center;
  margin: min( 4.8148148148vw, 52px ) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-footer__copy {
    font-size: 2.6666666667vw;
  }
}
.adlp-footer__text {
  font-size: min( 1.1111111111vw, 12px );
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: 2.6666666667vw;
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min( 2.7777777778vw, 30px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: 4vw;
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min( 1.8518518519vw, 20px ) min( 7.4074074074vw, 80px ) min( 1.8518518519vw, 20px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: 5.3333333333vw 14.9333333333vw 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min( 1.8518518519vw, 20px );
  height: min( 1.1111111111vw, 12px );
  right: min( 4.1666666667vw, 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: 3.7333333333vw;
    height: 2.2666666667vw;
    right: 4.6666666667vw;
  }
}
.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( 1.8518518519vw, 20px );
  width: min( 0.1851851852vw, 2px );
  right: min( 4.537037037vw, 49px );
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: 2.6666666667vw;
    width: 0.2666666667vw;
    right: 6.5333333333vw;
  }
}
.adlp-accordion__header.--plus::after {
  width: min( 1.8518518519vw, 20px );
  height: min( 0.1851851852vw, 2px );
  right: min( 3.7037037037vw, 40px );
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    right: 5.3333333333vw;
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min( 1.8518518519vw, 20px ) min( 3.7037037037vw, 40px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.adlp-accordion__body__inner .--lead {
  font-size: min( 3.7037037037vw, 40px );
  margin-right: min( 1.8518518519vw, 20px );
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .--lead {
    margin-right: 2.6666666667vw;
  }
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.sec01 {
  background: var(--base_blue, #E4F4FD);
  padding-bottom: min( 3.9814814815vw, 43px );
}
.sec01__heading {
  width: min( 44.8148148148vw, 484px );
  margin: 0 auto;
  position: relative;
  top: max( -4.0740740741vw, -44px );
  margin-bottom: max( -4.0740740741vw, -44px );
}
.sec01__heading-desc {
  position: absolute;
  inset: 0;
}
.sec01__lead {
  margin: min( 5vw, 54px ) auto 0;
  font-size: min( 1.8518518519vw, 20px );
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  position: relative;
}
.sec01__lead::before, .sec01__lead::after {
  content: "";
  display: block;
  width: 1px;
  height: min( 3.75vw, 40.5px );
  background-color: #333;
  position: absolute;
  bottom: 0;
}
.sec01__lead::before {
  rotate: -30deg;
  left: max( -3.3333333333vw, -36px );
}
.sec01__lead::after {
  rotate: 30deg;
  right: max( -3.3333333333vw, -36px );
}
.sec01__title {
  margin-top: min( 1.0185185185vw, 11px );
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: min( 1.4814814815vw, 16px );
}
.sec01__title-text-wrap {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-size: min( 4.2592592593vw, 46px );
  color: var(--red, #E61E19);
  line-height: 1;
  position: relative;
}
.sec01__title-text-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: min( 1.2962962963vw, 14px );
  background: var(--yellow, #FFF646);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec01__title-text {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.sec01__text {
  font-size: min( 1.8518518519vw, 20px );
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: min( 2.7777777778vw, 30px );
}
.sec01__text strong {
  color: var(--red, #E61E19);
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 9.3333333333vw;
  }
  .sec01__heading {
    width: 77.0666666667vw;
    top: -5.8666666667vw;
    margin-bottom: -5.8666666667vw;
  }
  .sec01__lead {
    margin: 5.8666666667vw auto 0;
    font-size: 4.2666666667vw;
  }
  .sec01__lead::before, .sec01__lead::after {
    height: 7.3333333333vw;
  }
  .sec01__lead::before {
    left: -4.2666666667vw;
    rotate: -35deg;
  }
  .sec01__lead::after {
    right: -4.2666666667vw;
    rotate: 35deg;
  }
  .sec01__title {
    margin-top: 1.6vw;
    gap: 2.6666666667vw;
  }
  .sec01__title-text-wrap {
    font-size: 7.4666666667vw;
  }
  .sec01__title-text-wrap::before {
    height: 2.4vw;
  }
  .sec01__title-text {
    line-height: 1.3;
  }
  .sec01__text {
    font-size: 4.2666666667vw;
    margin-top: 5.6vw;
  }
}
.sec01 {
  background: var(--base_blue, #E4F4FD);
  padding-bottom: min( 3.9814814815vw, 43px );
}
.sec01__heading {
  width: min( 44.8148148148vw, 484px );
  margin: 0 auto;
  position: relative;
  top: max( -4.0740740741vw, -44px );
  margin-bottom: max( -4.0740740741vw, -44px );
}
.sec01__heading-desc {
  position: absolute;
  inset: 0;
}
.sec01__lead {
  margin: min( 5vw, 54px ) auto 0;
  font-size: min( 1.8518518519vw, 20px );
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  position: relative;
}
.sec01__lead::before, .sec01__lead::after {
  content: "";
  display: block;
  width: 1px;
  height: min( 3.75vw, 40.5px );
  background-color: #333;
  position: absolute;
  bottom: 0;
}
.sec01__lead::before {
  rotate: -30deg;
  left: max( -3.3333333333vw, -36px );
}
.sec01__lead::after {
  rotate: 30deg;
  right: max( -3.3333333333vw, -36px );
}
.sec01__title {
  margin-top: min( 1.0185185185vw, 11px );
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: min( 1.4814814815vw, 16px );
}
.sec01__title-text-wrap {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 500;
  font-size: min( 4.2592592593vw, 46px );
  color: var(--red, #E61E19);
  line-height: 1;
  position: relative;
}
.sec01__title-text-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: min( 1.2962962963vw, 14px );
  background: var(--yellow, #FFF646);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec01__title-text {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.sec01__text {
  font-size: min( 1.8518518519vw, 20px );
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  margin-top: min( 2.7777777778vw, 30px );
}
.sec01__text strong {
  color: var(--red, #E61E19);
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 9.3333333333vw;
  }
  .sec01__heading {
    width: 77.0666666667vw;
    top: -5.8666666667vw;
    margin-bottom: -5.8666666667vw;
  }
  .sec01__lead {
    margin: 5.8666666667vw auto 0;
    font-size: 4.2666666667vw;
  }
  .sec01__lead::before, .sec01__lead::after {
    height: 7.3333333333vw;
  }
  .sec01__lead::before {
    left: -4.2666666667vw;
    rotate: -35deg;
  }
  .sec01__lead::after {
    right: -4.2666666667vw;
    rotate: 35deg;
  }
  .sec01__title {
    margin-top: 1.6vw;
    gap: 2.6666666667vw;
  }
  .sec01__title-text-wrap {
    font-size: 7.4666666667vw;
  }
  .sec01__title-text-wrap::before {
    height: 2.4vw;
  }
  .sec01__title-text {
    line-height: 1.3;
  }
  .sec01__text {
    font-size: 4.2666666667vw;
    margin-top: 5.6vw;
  }
}
.voice {
  background-color: var(--pink-light, #FFF0F0);
  position: relative;
}
.voice__heading {
  text-align: center;
  padding: min( 4.3518518519vw, 47px ) 0 min( 1.6666666667vw, 18px );
  background: var(--red, #E61E19);
  position: relative;
}
.voice__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  translate: -50% 0;
  border-left: 48px solid transparent; /* 114 ÷ 2 */
  border-right: 48px solid transparent;
  border-top: 36px solid #E4F4FD;
}
.voice__title {
  color: var(--text-black, #333);
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #FFF;
}
.voice__title span {
  font-size: min( 2.962962963vw, 32px );
}
.voice__body {
  position: relative;
}
.voice__inner {
  position: absolute;
  inset: 0;
}
.voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min( 2.7777777778vw, 30px );
  width: min( 100vw, 1080px );
  margin: min( 6.4814814815vw, 70px ) auto 0;
  width: min( 80.5555555556vw, 870px );
}
.voice__item {
  display: flex;
  align-items: center;
  min-height: min( 14.8148148148vw, 160px );
}
.voice__item-icon {
  width: min( 9.2592592593vw, 100px );
  height: min( 9.2592592593vw, 100px );
  position: relative;
  z-index: 2;
}
.voice__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: min( 2.2222222222vw, 24px );
  background-color: var(--white, #FFF);
  border-radius: min( 1.4814814815vw, 16px );
  padding: min( 1.3888888889vw, 15px ) min( 2.7777777778vw, 30px ) min( 1.3888888889vw, 15px ) min( 4.6296296296vw, 50px );
  margin-left: max( -2.7777777778vw, -30px );
  position: relative;
  z-index: 1;
  height: 100%;
}
.voice__item-title {
  color: var(--red, #E61E19);
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: min( 0.7407407407vw, 8px );
  letter-spacing: 0.08em;
}
.voice__item-text {
  font-size: min( 1.6666666667vw, 18px );
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .voice__heading {
    padding: 6vw 0 2vw;
  }
  .voice__heading::before {
    border-left: 6.2666666667vw solid transparent; /* 114 ÷ 2 */
    border-right: 6.2666666667vw solid transparent;
    border-top: 4.2666666667vw solid #E4F4FD;
  }
  .voice__title {
    font-size: 6.9333333333vw;
    line-height: 1.1;
  }
  .voice__title span {
    font-size: 5.3333333333vw;
  }
  .voice__list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8vw;
    margin-top: 12.8vw;
    padding: 0 4vw;
  }
  .voice__item {
    gap: 2.1333333333vw;
    border-radius: 1.6vw;
  }
  .voice__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .voice__item-icon {
    width: 24vw;
    height: 24vw;
  }
  .voice__item-content {
    padding: 4vw 4vw 4vw 16vw;
    border-radius: min( 1.4814814815vw, 16px );
  }
  .voice__item:nth-child(odd) .voice__item-content {
    padding: 4vw 4vw 4vw 14.6666666667vw;
    margin-left: -12vw;
  }
  .voice__item:nth-child(even) .voice__item-content {
    padding: 4vw 14.6666666667vw 4vw 4vw;
    margin-right: -12vw;
    margin-left: inherit;
  }
  .voice__item-title {
    font-size: 4.2666666667vw;
  }
  .voice__item-text {
    font-size: 3.7333333333vw;
  }
}
.achievements {
  position: relative;
}
.achievements__content {
  position: absolute;
  inset: 0;
  width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: min( 5.5555555556vw, 60px ) min( 3.7037037037vw, 40px );
  text-align: center;
}
.achievements__heading-sub {
  display: flex;
  flex-direction: column;
  gap: min( 0.3703703704vw, 4px );
  width: fit-content;
  margin: 0 auto;
  color: var(--white, #FFF);
  font-family: "Noto Sans JP";
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  font-feature-settings: "palt" on;
}
.achievements__heading-line {
  width: min( 22.5vw, 243px );
  aspect-ratio: 243/8;
}
.achievements__heading-main {
  margin-top: min( 1.4814814815vw, 16px );
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 1.8;
}
.achievements__heading-text02 {
  font-size: min( 3.7037037037vw, 40px );
}
.achievements__heading-text02-t01 {
  font-size: min( 6.2962962963vw, 68px );
  line-height: 1.2;
  filter: drop-shadow(0px min( 0.3703703704vw, 4px ) min( 0.3703703704vw, 4px ) rgba(0, 0, 0, 0.2));
}
.achievements__heading-text02-t02 {
  font-size: min( 2.962962963vw, 32px );
}
.achievements__medal {
  position: relative;
  width: min( 54.9074074074vw, 593px );
  margin: min( 0.6481481481vw, 7px ) auto 0;
}
.achievements__medal-desc {
  position: absolute;
  inset: 0;
}
.achievements__medal-text01 {
  margin-top: min( 13.8888888889vw, 150px );
  margin-left: 0.5em;
  color: #FFF;
  font-size: min( 3.0555555556vw, 33px );
  font-weight: 700;
  line-height: 1.2;
}
.achievements__medal-text02 {
  margin-top: min( 1.2962962963vw, 14px );
  margin-left: 1em;
  color: #FFF;
  font-size: min( 1.2962962963vw, 14px );
  font-weight: 500;
  line-height: 1.4;
}
.achievements__medal-text03 {
  color: #FFF;
  margin-left: 1em;
  font-family: "Akshar", serif;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 500;
  line-height: 1.4;
}
.achievements__text {
  margin-top: max( -3.6111111111vw, -39px );
  color: var(--white, #FFF);
}
.achievements__text-main {
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 700;
  line-height: 1.8;
}
.achievements__text-main span {
  font-size: min( 3.7037037037vw, 40px );
}
.achievements__text-sub {
  font-size: min( 4.537037037vw, 49px );
  font-weight: 700;
  line-height: 1.4;
}
.achievements__text-sub > span {
  display: inline-block;
  margin: min( 0.7407407407vw, 8px ) min( 1.2962962963vw, 14px ) min( 0.7407407407vw, 8px ) 0;
  padding: min( 0.3703703704vw, 4px ) min( 1.4814814815vw, 16px );
  background-color: var(--white, #FFF);
  color: var(--red, #E60012);
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 700;
  line-height: 1.4;
}
.achievements__text-sub > small {
  font-size: min( 3.7037037037vw, 40px );
}

@media screen and (max-width: 767px) {
  .achievements__content {
    width: 100%;
    padding: 5.3333333333vw 0;
  }
  .achievements__heading-sub {
    font-size: 4.8vw;
    letter-spacing: 0.06em;
    line-height: 1.8;
    gap: 0.5333333333vw;
  }
  .achievements__heading-line {
    width: 48.6666666667vw;
  }
  .achievements__heading-main {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
  .achievements__heading-text02 {
    font-size: 6.4vw;
    line-height: 1.3;
  }
  .achievements__heading-text02-t01 {
    font-size: 10.9333333333vw;
    filter: drop-shadow(0px 0.5333333333vw 0.5333333333vw rgba(0, 0, 0, 0.2));
  }
  .achievements__heading-text02-t02 {
    font-size: 5.3333333333vw;
  }
  .achievements__medal {
    width: 94.6666666667vw;
    margin: -2.4vw auto 0 4vw;
  }
  .achievements__medal-text01 {
    font-size: 5.6vw;
    margin-top: 27.7333333333vw;
    margin-left: 0;
  }
  .achievements__medal-text02 {
    font-size: 2.4vw;
    margin-top: 2.4vw;
    margin-left: -0.5em;
  }
  .achievements__medal-text03 {
    font-size: 3.2vw;
    margin-top: 0.2666666667vw;
    margin-left: -0.5em;
  }
  .achievements__text {
    margin-top: -3.2vw;
  }
  .achievements__text-main {
    font-size: 8.5333333333vw;
  }
  .achievements__text-main span {
    font-size: 6.4vw;
  }
  .achievements__text-sub {
    font-size: 7.4666666667vw;
    line-height: 1.8;
  }
  .achievements__text-sub > span {
    padding: 0.5333333333vw 1.6vw;
    margin: 0.8vw 0;
    margin-right: 1.3333333333vw;
    font-size: 8.5333333333vw;
  }
  .achievements__text-sub > small {
    font-size: 6.4vw;
  }
}
.cases {
  background: var(--base_blue, #E4F4FD);
}
.cases__heading {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}
.cases__heading-text {
  position: absolute;
  top: min( 8.3333333333vw, 90px );
  left: 50%;
  translate: -50% 0;
  color: var(--white, #FFF);
  font-family: "M PLUS Rounded 1c", serif;
  font-size: min( 4.8148148148vw, 52px );
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 0 min( 0.9259259259vw, 10px ) rgba(0, 0, 0, 0.25);
}
.cases__list {
  position: relative;
  z-index: 1;
  width: min( 100vw, 1080px );
  margin: max( -29.6296296296vw, -320px ) auto 0;
  padding: 0 min( 3.7037037037vw, 40px );
  display: flex;
  flex-direction: column;
  gap: min( 7.4074074074vw, 80px );
}
.cases__item {
  position: relative;
  z-index: 1;
  padding: min( 7.4074074074vw, 80px ) min( 3.7037037037vw, 40px );
  background-color: var(--white, #FFF);
  border-radius: min( 3.7037037037vw, 40px );
}
@media screen and (min-width: 768px) {
  .cases__item::before {
    content: "";
    position: absolute;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .cases__item:nth-child(1)::before {
    bottom: min( 5.5555555556vw, 60px );
    right: max( -3.7962962963vw, -41px );
    width: min( 41.3888888889vw, 447px );
    height: min( 34.0740740741vw, 368px );
    background-image: url(../img/pc/sec04-illust-01.svg);
  }
  .cases__item:nth-child(2)::before {
    bottom: min( 4.6296296296vw, 50px );
    left: max( -1.2037037037vw, -13px );
    width: min( 39.3518518519vw, 425px );
    height: min( 35.8333333333vw, 387px );
    background-image: url(../img/pc/sec04-illust-02.svg);
  }
  .cases__item:nth-child(3)::before {
    bottom: min( 8.1481481481vw, 88px );
    right: max( -0.7407407407vw, -8px );
    width: min( 38.4259259259vw, 415px );
    height: min( 36.6666666667vw, 396px );
    background-image: url(../img/pc/sec04-illust-03.svg);
  }
  .cases__item:nth-child(4)::before {
    bottom: min( 2.5vw, 27px );
    left: max( -6.4814814815vw, -70px );
    width: min( 45.1851851852vw, 488px );
    height: min( 39.0740740741vw, 422px );
    background-image: url(../img/pc/sec04-illust-04.svg);
  }
}
.cases__item:first-child .cases__item-content {
  padding-top: min( 25vw, 270px );
}
@media screen and (min-width: 768px) {
  .cases__item:nth-child(odd) .cases__item-content {
    padding-right: min( 41.8518518519vw, 452px );
  }
  .cases__item:nth-child(even) .cases__item-content {
    padding-left: min( 41.8518518519vw, 452px );
  }
}
.cases__item-num {
  display: inline-block;
  color: var(--red, #E61E19);
  font-family: Roboto;
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 700;
  line-height: 1;
}
.cases__item-num > span {
  font-size: min( 2.4074074074vw, 26px );
}
.cases__item-title {
  margin-top: min( 0.5555555556vw, 6px );
  padding-top: min( 1.4814814815vw, 16px );
  border-top: min( 0.1851851852vw, 2px ) solid #E61E19;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 1.4;
}
.cases__item-text {
  position: relative;
  margin-top: min( 3.1481481481vw, 34px );
  margin-right: -1em;
  padding-left: min( 2.7777777778vw, 30px );
  color: var(--red, #E60012);
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 1.4;
}
.cases__item-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: auto;
  border-left: min( 1.7592592593vw, 19px ) solid transparent;
  border-right: min( 1.7592592593vw, 19px ) solid transparent;
  border-top: min( 1.5740740741vw, 17px ) solid #E61E19;
  margin-right: min( 0.3703703704vw, 4px );
  rotate: -90deg;
  translate: 0 250%;
  transform-origin: left top;
}
.cases__item-text-note {
  margin-top: min( 0.9259259259vw, 10px );
  font-size: min( 1.4814814815vw, 16px );
}
.cases__note {
  position: relative;
  margin-top: min( 9.2592592593vw, 100px );
  padding-bottom: min( 13.2407407407vw, 143px );
  background: #FFF;
  text-align: center;
}
.cases__note::before {
  content: "";
  position: absolute;
  top: max( -3.2407407407vw, -35px );
  left: 50%;
  width: 0;
  translate: -50% 0;
  border-left: min( 15.5555555556vw, 168px ) solid transparent;
  border-right: min( 15.5555555556vw, 168px ) solid transparent;
  border-top: min( 9.8148148148vw, 106px ) solid #E4F4FD;
}
.cases__note-row01 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-top: min( 8.3333333333vw, 90px );
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 100;
  line-height: 1.6;
}
.cases__note-row01 > strong {
  font-weight: 700;
}
.cases__note-row02 {
  margin-top: min( 1.3888888889vw, 15px );
  color: var(--black-333, #333);
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.cases__note-row02 small {
  color: var(--black-333, #333);
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.cases__note-row02 strong {
  color: var(--blue, #009AE8);
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.cases__note-row03 {
  width: fit-content;
  margin: min( 1.3888888889vw, 15px ) auto 0;
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  background: var(--blue, #009AE8);
  color: var(--white, #FFF);
  font-size: min( 4.4444444444vw, 48px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cases__heading-text {
    top: 16.8vw;
    font-size: 8.5333333333vw;
    text-shadow: 0 0 1.3333333333vw rgba(0, 0, 0, 0.25);
    width: 100%;
    letter-spacing: -0.04em;
  }
  .cases__list {
    width: 100%;
    margin: -21.3333333333vw auto 0;
    padding: 0 0;
    gap: 10.6666666667vw;
  }
  .cases__item {
    padding: 8vw 4vw 10.6666666667vw 8vw;
    border-radius: 2.6666666667vw;
    width: 96vw;
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
  }
  .cases__item:nth-child(even) {
    margin-left: 4vw;
    border-radius: 5.3333333333vw 0 0 5.3333333333vw;
  }
  .cases__item:first-child .cases__item-content {
    padding-top: 18vw;
  }
  .cases__item-num {
    font-size: 9.0666666667vw;
  }
  .cases__item-num > span {
    font-size: 4.8vw;
  }
  .cases__item-title {
    margin-top: 2.6666666667vw;
    margin-bottom: 6.1333333333vw;
    padding-top: 2.6666666667vw;
    border-top: 0.5333333333vw solid #E61E19;
    font-size: 6.4vw;
  }
  .cases__item-illust {
    margin-left: -8vw;
  }
  .cases__item:nth-child(even) .cases__item-illust {
    margin-right: -4vw;
    margin-left: inherit;
  }
  .cases__item:nth-child(1) .cases__item-illust {
    margin-top: 9.7333333333vw;
  }
  .cases__item:nth-child(3) .cases__item-illust {
    padding-right: 4vw;
  }
  .cases__item:nth-child(4) .cases__item-illust {
    margin-left: -8vw;
    margin-right: inherit;
    padding-right: 4vw;
  }
  .cases__item-text {
    margin-top: 6.5333333333vw;
    padding-left: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .cases__item-text::before {
    border-left: 3.0666666667vw solid transparent;
    border-right: 3.0666666667vw solid transparent;
    border-top: 2.6666666667vw solid #E61E19;
    margin-right: 0.2666666667vw;
  }
  .cases__item:nth-child(1) .cases__item-text {
    margin-top: 8vw;
  }
  .cases__item-text-note {
    margin-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .cases__note {
    margin-top: 13.3333333333vw;
    padding-bottom: 23.2vw;
  }
  .cases__note::before {
    top: -2.4vw;
    border-left: 22vw solid transparent;
    border-right: 22vw solid transparent;
    border-top: 14.8vw solid #E4F4FD;
  }
  .cases__note-row01 {
    padding-top: 15.2vw;
    font-size: 4.2666666667vw;
  }
  .cases__note-row02 {
    margin-top: 4vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.04em;
  }
  .cases__note-row02 small {
    font-size: 4.2666666667vw;
    letter-spacing: 0.04em;
  }
  .cases__note-row02 strong {
    font-size: 5.3333333333vw;
    letter-spacing: 0.04em;
  }
  .cases__note-row03 {
    margin-top: 4vw;
    padding: 1.3333333333vw 4vw;
    font-size: 7.4666666667vw;
    letter-spacing: 0.04em;
  }
}
.join-event__row01 {
  position: relative;
}
.join-event__content {
  position: absolute;
  inset: 0;
  width: min( 47.2222222222vw, 510px );
  left: 50%;
  top: max( -7.2222222222vw, -78px );
  transform: translate(-50%, 0);
}
.join-event__text-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 100%;
  padding: min( 3.1481481481vw, 34px ) 0;
}
.join-event__text {
  color: var(--black-333, #333);
  text-align: center;
  font-size: min( 2.962962963vw, 32px );
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.join-event__row02 {
  background: var(--red, #E61E19);
  padding: min( 3.9814814815vw, 43px ) 0;
}
.join-event__heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-event__heading-text {
  font-family: "M PLUS Rounded 1c", serif;
  color: var(--white, #FFF);
  text-align: center;
  font-size: min( 5vw, 54px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.join-event__heading-accent {
  font-family: "M PLUS Rounded 1c", serif;
  color: var(--yellow, #FFF646);
  font-size: min( 5.7407407407vw, 62px );
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .join-event .join-event__content {
    width: 92vw;
    top: -16vw;
  }
  .join-event .join-event__text-wrap {
    padding: 5.3333333333vw 0;
  }
  .join-event .join-event__text {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  .join-event .join-event__row02 {
    padding: 8vw 0;
  }
  .join-event .join-event__heading {
    flex-direction: column;
  }
  .join-event .join-event__heading-text {
    font-size: 8.5333333333vw;
    line-height: 1.5;
  }
  .join-event .join-event__heading-accent {
    font-size: 9.6vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.merit {
  position: relative;
  width: 100%;
  background: var(--base_blue, #E4F4FD);
  overflow: hidden;
  padding: min( 7.962962963vw, 86px ) 0 min( 3.3333333333vw, 36px );
}
.merit__inner {
  position: relative;
  width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 7.4074074074vw, 80px );
}
.merit__heading-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.merit__head-t01 {
  display: block;
  color: var(--black-333, #333);
  text-align: center;
  font-size: min( 1.8518518519vw, 20px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding-bottom: min( 0.5555555556vw, 6px );
  border-bottom: min( 0.0925925926vw, 1px ) solid #333;
}
.merit__head-t02 {
  display: block;
  color: var(--black-333, #333);
  text-align: center;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06em;
  margin-top: min( 1.8518518519vw, 20px );
}
.merit__head-t03 {
  display: block;
  position: relative;
  color: var(--red, #E61E19);
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: min( 5vw, 54px );
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.merit__head-t03::before {
  content: "";
  position: absolute;
  bottom: min( 1.4814814815vw, 16px );
  left: 0;
  width: 100%;
  height: min( 1.4814814815vw, 16px );
  background: var(--yellow, #FFF646);
}
.merit__head-t03 > span {
  position: relative;
}
.merit__body {
  display: flex;
  flex-direction: column;
  gap: min( 5.5555555556vw, 60px );
  margin-top: min( 5.0925925926vw, 55px );
}
.merit__item {
  position: relative;
  display: flex;
  background: var(--white, #FFF);
  border-radius: min( 3.7037037037vw, 40px );
  padding: min( 2.7777777778vw, 30px ) min( 2.7777777778vw, 30px ) min( 2.7777777778vw, 30px ) min( 34.2592592593vw, 370px );
  min-height: min( 21.2962962963vw, 230px );
}
.merit__item::before {
  content: "";
  display: block;
  width: min( 34.537037037vw, 373px );
  height: auto;
  position: absolute;
  top: 0;
  right: min( 53.2407407407vw, 575px );
}
.merit__item:nth-child(1) {
  padding-top: min( 4.4444444444vw, 48px );
}
.merit__item:nth-child(1)::before {
  background: url(../img/pc/sec06-illust-scale.svg) left top/contain no-repeat;
  aspect-ratio: 373/195;
}
.merit__item:nth-child(2)::before {
  background: url(../img/pc/sec06-illust-online.svg) left top/contain no-repeat;
  aspect-ratio: 373/205;
}
.merit__item:nth-child(3)::before {
  background: url(../img/pc/sec06-illust-easy.svg) left top/contain no-repeat;
  aspect-ratio: 373/238;
}
.merit__item-title {
  color: var(--blue, #009AE8);
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.merit__item-text {
  margin-top: min( 1.7592592593vw, 19px );
  color: var(--black-333, #333);
  text-align: justify;
  font-size: min( 1.4814814815vw, 16px );
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.merit__footer {
  position: relative;
  background: url(../img/pc/sec06-bg.png) center top/contain no-repeat;
}
.merit__action {
  padding: min( 5.1851851852vw, 56px ) 0 min( 20.462962963vw, 221px );
  margin-left: min( 35.5555555556vw, 384px );
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: min( 1.8518518519vw, 20px );
  width: fit-content;
}
.merit__text {
  padding: min( 0.9259259259vw, 10px ) min( 2.7777777778vw, 30px );
  background: var(--red, #E61E19);
  color: var(--white, #FFF);
  font-family: "M PLUS Rounded 1c", serif;
  font-size: min( 2.962962963vw, 32px );
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
  .merit {
    padding: 12vw 0 11.6vw;
    background: #E4F4FD url(../img/sp/sec06-bg.png) right 97%/90.4% no-repeat;
  }
  .merit__inner {
    width: 100%;
    padding: 0 8vw;
  }
  .merit__head-t01 {
    font-size: 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
    border-bottom-width: 0.2666666667vw;
  }
  .merit__head-t02 {
    font-size: 6.4vw;
    margin-top: 2.6666666667vw;
    line-height: 1.4;
  }
  .merit__head-t03 {
    font-size: 8.5333333333vw;
    margin-top: 2.6666666667vw;
  }
  .merit__head-t03 span {
    letter-spacing: 0.02em;
  }
  .merit__head-t03::before {
    bottom: 2.6666666667vw;
    height: 2.4vw;
  }
  .merit__body {
    gap: 10.6666666667vw;
    margin-top: 6.2666666667vw;
  }
  .merit__item {
    flex-direction: column;
    border-radius: 5.3333333333vw;
    padding: 33.3333333333vw 4vw 5.3333333333vw;
    min-height: auto;
  }
  .merit__item::before {
    width: 84vw;
    right: 50%;
    transform: translateX(50%);
  }
  .merit__item:nth-child(1) {
    padding-top: 33.3333333333vw;
  }
  .merit__item:nth-child(1)::before {
    background-image: url(../img/sp/sec06-illust-scale.svg);
    aspect-ratio: 630/214;
  }
  .merit__item:nth-child(2)::before {
    background-image: url(../img/sp/sec06-illust-online.svg);
    aspect-ratio: 630/214;
  }
  .merit__item:nth-child(3)::before {
    background-image: url(../img/sp/sec06-illust-easy.svg);
    aspect-ratio: 630/268;
  }
  .merit__item-title {
    font-size: 6.4vw;
    text-align: center;
  }
  .merit__item-text {
    margin-top: 1.6vw;
    font-size: 3.4666666667vw;
  }
  .merit__footer {
    background: none;
    margin: 0 -8vw;
    display: flex;
    justify-content: flex-end;
  }
  .merit__action {
    padding: 12.4vw 0 56vw;
    margin-left: 0;
  }
  .merit__text {
    padding: 1.3333333333vw 8vw 1.3333333333vw 4vw;
    font-size: 5.6vw;
  }
}
.step {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: min( 10vw, 108px ) 0 min( 4.6296296296vw, 50px );
}
.step__inner {
  position: relative;
  width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 7.4074074074vw, 80px );
}
.step__heading-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step__heading {
  color: var(--black-333, #333);
  text-align: center;
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: min( 1.4814814815vw, 16px );
}
.step__title {
  color: var(--red, #e61e19);
  text-align: center;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.step__title-num {
  margin: 0 min( 0.3703703704vw, 4px );
  font-size: min( 6.4814814815vw, 70px );
  line-height: 1;
}
.step__title-en {
  font-size: min( 3.8888888889vw, 42px );
  line-height: 1;
}
.step__items {
  display: flex;
  flex-direction: column;
  gap: min( 5.5555555556vw, 60px );
  margin-top: min( 5.5555555556vw, 60px );
}
.step__item {
  position: relative;
  display: flex;
  background: var(--base_blue, #e4f4fd);
  padding: min( 2.5925925926vw, 28px ) min( 2.7777777778vw, 30px ) min( 3.5185185185vw, 38px ) min( 13.7962962963vw, 149px );
  margin-left: min( 2.7777777778vw, 30px );
}
.step__item-icon {
  position: absolute;
  top: 50%;
  left: max( -2.7777777778vw, -30px );
  width: min( 14.3518518519vw, 155px );
  translate: 0 -50%;
}
.step__item-content {
  display: flex;
  align-items: center;
  gap: min( 2.2222222222vw, 24px );
}
.step__item-head {
  width: min( 31.4814814815vw, 340px );
}
.step__item-step {
  color: var(--blue, #009ae8);
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.step__item-num {
  font-size: min( 5.1851851852vw, 56px );
  font-weight: 700;
  margin-left: min( 0.7407407407vw, 8px );
  line-height: 1;
  font-family: Roboto;
}
.step__item-title {
  font-size: min( 2.2222222222vw, 24px );
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: min( 1.4814814815vw, 16px );
  padding-top: min( 1.4814814815vw, 16px );
  border-top: min( 0.1851851852vw, 2px ) solid #009ae8;
}
.step__item-text {
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.8;
  letter-spacing: 0.08em;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .step {
    padding: 13.3333333333vw 0 6.6666666667vw;
  }
  .step__inner {
    width: 100%;
    padding: 0 0 0 4vw;
  }
  .step__heading-wrap {
    margin-bottom: 5.3333333333vw;
  }
  .step__heading {
    font-size: 4.8vw;
  }
  .step__title {
    font-size: 6.4vw;
    margin-top: 1.3333333333vw;
  }
  .step__title-num {
    margin: 0 0.5333333333vw;
    font-size: 10.6666666667vw;
  }
  .step__title-en {
    margin: 0 0.5333333333vw;
    font-size: 6.9333333333vw;
  }
  .step__items {
    gap: 8vw;
    margin-top: 8vw;
  }
  .step__item {
    border-radius: 1.6vw;
    padding: 5.3333333333vw 4vw;
    margin-left: 0;
  }
  .step__item-content {
    display: flex;
    flex-direction: column;
    gap: 5.2vw;
    width: 100%;
  }
  .step__item-icon {
    width: 29.2vw;
    top: 9.4666666667vw;
    translate: 0 0;
  }
  .step__item-head {
    width: 100%;
    padding-left: 24.4vw;
    position: relative;
  }
  .step__item-head::before {
    position: absolute;
    bottom: 0;
    left: -8vw;
    content: "";
    display: block;
    width: 29.2vw;
    height: 25.6vw;
    background: center/contain no-repeat;
  }
  .step__item:nth-child(1) .step__item-head::before {
    background-image: url(../img/sp/sec07-icon-01.svg);
  }
  .step__item:nth-child(2) .step__item-head::before {
    background-image: url(../img/sp/sec07-icon-02.svg);
  }
  .step__item:nth-child(3) .step__item-head {
    padding-top: 1.3333333333vw;
  }
  .step__item:nth-child(3) .step__item-head::before {
    background-image: url(../img/sp/sec07-icon-03.svg);
  }
  .step__item-step {
    font-size: 4.8vw;
  }
  .step__item-num {
    font-size: 9.0666666667vw;
    margin-left: 0.8vw;
  }
  .step__item-title {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    border-top: 0.5333333333vw solid #009ae8;
  }
  .step__item-text {
    font-size: 3.4666666667vw;
  }
}
.start__heading {
  position: relative;
}
.start__header {
  position: absolute;
  inset: 0;
  top: min( 8.3333333333vw, 90px );
  left: 50%;
  width: min( 100vw, 1080px );
  padding: 0 min( 7.4074074074vw, 80px );
  transform: translateX(-50%);
}
.start__catchphrase {
  color: var(--white, #FFF);
  text-align: center;
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.start__lead-wrap {
  display: flex;
  justify-content: center;
  margin-top: min( 3.7037037037vw, 40px );
}
.start__lead {
  position: relative;
  margin-top: min( 1.8518518519vw, 20px );
  padding: 0;
  color: var(--black-333, #333);
  text-align: center;
  text-shadow: 0 0 min( 0.7407407407vw, 8px ) #FFF;
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.start__lead span {
  font-weight: 100;
}
.start__copy {
  margin-top: min( 2.7777777778vw, 30px );
  color: var(--red, #E61E19);
  text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: min( 5.7407407407vw, 62px );
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.start__illust {
  position: relative;
  z-index: 2;
  width: min( 64.1666666667vw, 693px );
  margin: min( 1.5740740741vw, 17px ) auto max( -9.7222222222vw, -105px );
}
.start__footer {
  position: relative;
  z-index: 1;
  padding: min( 10.1851851852vw, 110px ) 0 min( 3.0555555556vw, 33px );
  background: var(--red, #E61E19) url(../img/pc/sec08-footer-bg.png) left top/contain repeat-x;
  text-align: center;
}
.start__title {
  color: var(--yellow, #FFF646);
  text-align: center;
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.start__text {
  margin-top: min( 1.3888888889vw, 15px );
  color: var(--white, #FFF);
  text-align: center;
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.start__text + .start__text {
  margin-top: min( 0.7407407407vw, 8px );
}
.start__text-accent {
  color: var(--yellow, #FFF646);
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .start__header {
    top: 10.6666666667vw;
    width: 100%;
    padding: 0;
  }
  .start__catchphrase {
    font-size: 6.4vw;
  }
  .start__lead-wrap {
    margin-top: 9.3333333333vw;
  }
  .start__lead {
    padding: 0 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .start__copy {
    margin-top: 4vw;
    font-size: 9.6vw;
  }
  .start__illust {
    width: 92.4vw;
    margin: 4vw auto -12vw;
  }
  .start__footer {
    padding: 16vw 0 7.0666666667vw;
    background: var(--red, #E61E19) url(../img/sp/sec08-footer-bg.png) left top/contain repeat-x;
  }
  .start__title {
    margin-bottom: 1.6vw;
    font-size: 5.3333333333vw;
  }
  .start__text {
    font-size: 4vw;
    line-height: 1.4;
  }
  .start__text + .start__text {
    margin-top: 0.8vw;
  }
  .start__text-accent {
    font-size: 5.3333333333vw;
  }
}
.faq {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: min( 9.2592592593vw, 100px ) 0;
  background: var(--gray-bg, #F2F2F2);
}
.faq__inner {
  position: relative;
  width: min( 100vw, 1080px );
  margin: 0 auto;
  padding: 0 min( 3.7037037037vw, 40px );
}
.faq__heading-wrap {
  position: relative;
  margin-bottom: min( 5.5555555556vw, 60px );
  text-align: center;
}
.faq__label {
  margin-bottom: min( 1.4814814815vw, 16px );
  color: var(--blue, #009AE8);
  font-size: min( 2.962962963vw, 32px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.faq__label > span {
  font-size: min( 2.037037037vw, 22px );
}
.faq__heading {
  color: var(--black-333, #333);
  font-size: min( 3.7037037037vw, 40px );
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.faq__body {
  position: relative;
  width: min( 70.3703703704vw, 760px );
  margin: 0 auto;
}
.faq .adlp-accordion {
  position: relative;
  width: 100%;
  background: var(--white, #FFF);
  border-radius: min( 1.8518518519vw, 20px );
}
.faq .adlp-accordion + .faq .adlp-accordion {
  margin-top: min( 3.7037037037vw, 40px );
}
.faq .adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.faq .adlp-accordion__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min( 3.5185185185vw, 38px );
  width: min( 1.4814814815vw, 16px );
  height: min( 1.5740740741vw, 17px );
  background: url("../img/common/icon-plus.svg") center/contain no-repeat;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.faq .adlp-accordion__header__inner {
  position: relative;
  padding: min( 3.7037037037vw, 40px );
}
.faq .adlp-accordion__header.--open::after {
  background: url("../img/common/icon-minus.svg") center/contain no-repeat;
  transform: translateY(-50%) rotate(180deg);
}
.faq .adlp-accordion__title {
  color: var(--blue, #009AE8);
  font-size: min( 1.6666666667vw, 18px );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.faq .adlp-accordion__body {
  position: relative;
  display: none;
  top: max( -1.8518518519vw, -20px );
}
.faq .adlp-accordion__body__inner {
  position: relative;
  display: block;
  padding: 0 min( 2.7777777778vw, 30px ) min( 1.8518518519vw, 20px );
}
.faq .adlp-accordion__text {
  color: var(--black-333, #333);
  font-size: min( 1.4814814815vw, 16px );
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.faq .adlp-accordion__text + .adlp-accordion__text {
  margin-top: min( 1.4814814815vw, 16px );
}

@media screen and (max-width: 767px) {
  .faq {
    padding: 13.3333333333vw 0;
  }
  .faq__inner {
    width: 100%;
    padding: 0 4vw;
  }
  .faq__heading-wrap {
    margin-bottom: 6.4vw;
  }
  .faq__label {
    font-size: 5.6vw;
  }
  .faq__label > span {
    font-size: 4.2666666667vw;
  }
  .faq__heading {
    font-size: 6.4vw;
    line-height: 1.4;
  }
  .faq__body {
    width: 100%;
  }
  .faq .adlp-accordion {
    border-radius: 2.6666666667vw;
  }
  .faq .adlp-accordion + .faq .adlp-accordion {
    margin-top: 5.3333333333vw;
  }
  .faq .adlp-accordion__wrapper {
    gap: 5.3333333333vw;
  }
  .faq .adlp-accordion__header::after {
    top: 40%;
    right: 4vw;
    width: 4.1333333333vw;
    height: 5.0666666667vw;
  }
  .faq .adlp-accordion__header__inner {
    padding: 5.3333333333vw;
  }
  .faq .adlp-accordion__title {
    font-size: 4vw;
  }
  .faq .adlp-accordion__body {
    top: -1.3333333333vw;
  }
  .faq .adlp-accordion__body__inner {
    padding: 0 4vw 4vw;
  }
  .faq .adlp-accordion__text {
    font-size: 3.4666666667vw;
  }
  .faq .adlp-accordion__text + .adlp-accordion__text {
    margin-top: 6.9333333333vw;
  }
}
/*# sourceMappingURL=lp.css.map */
