@charset "UTF-8";
.adlp-footer {
  background-color: #FAFAFA;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0 min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(56 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  text-align: center;
  color: var(--base-black-333, #333);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(12 / 1080 * 100vw), 12px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(76 / 750 * 100vw) auto 0;
  }
}

.adlp-accordion {
  background: #fff;
  border-radius: min(calc(30 / 1080 * 100vw), 30px);
  border: min(calc(1 / 1080 * 100vw), 1px) solid var(--r_grad, #FF6D00);
  background: var(--base-white, #FFF);
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-accordion {
    border-radius: calc(40 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid var(--r_grad, #FF6D00);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(36 / 1080 * 100vw), 36px) min(calc(108 / 1080 * 100vw), 108px) min(calc(36 / 1080 * 100vw), 36px) min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(48 / 750 * 100vw) calc(144 / 750 * 100vw) calc(48 / 750 * 100vw) calc(48 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .text {
  color: var(--base-black-333, #333);
  font-family: "Noto Sans JP";
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 36px */
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .text {
    font-size: calc(30 / 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: #FF6D00;
  position: absolute;
  height: min(calc(33 / 1080 * 100vw), 33px);
  width: min(calc(3 / 1080 * 100vw), 3px);
  right: min(calc(55 / 1080 * 100vw), 55px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(44 / 750 * 100vw);
    width: calc(4 / 750 * 100vw);
    right: calc(66 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(33 / 1080 * 100vw), 33px);
  height: min(calc(3 / 1080 * 100vw), 3px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #FF6D00;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(44 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    right: calc(48 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(36 / 1080 * 100vw), 36px) max(calc(0 / 1080 * 100vw), 0px) min(calc(36 / 1080 * 100vw), 36px);
  margin: 0 min(calc(36 / 1080 * 100vw), 36px);
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid var(--r_grad, #FF6D00);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: calc(48 / 750 * 100vw) 0 calc(48 / 750 * 100vw);
    margin: 0 calc(48 / 750 * 100vw);
    border-top: calc(1 / 750 * 100vw) solid var(--r_grad, #FF6D00);
  }
}
.adlp-accordion__body__inner .text {
  color: var(--base-black-333, #333);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 35.1px */
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
  }
}

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

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2296 / 1080 * 100vw), 2296px);
}
.adlp-logo__wrapper {
  display: flex;
  width: min(calc(4592 / 1080 * 100vw), 4592px);
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: calc(6252 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: calc(3126 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec02 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(68 / 1080 * 100vw), 68px);
  background: url(../img/pc/sec02_bg.webp) no-repeat center center/contain;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(100 / 750 * 100vw) 0 calc(245 / 750 * 100vw);
    background-image: url(../img/sp/sec02_bg.webp);
  }
}
.sec02__inner {
  position: relative;
  z-index: 2;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    width: 100%;
  }
}
.sec02__header {
  text-align: center;
  margin-bottom: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec02__header {
    margin-bottom: calc(160 / 750 * 100vw);
  }
}
.sec02__title {
  color: #ff6d00;
  background: linear-gradient(90deg, #ff6d00 0%, #f03c00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(43 / 1080 * 100vw), 43px);
}
@media screen and (max-width: 767px) {
  .sec02__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__content {
    flex-direction: column;
  }
}
.sec02__image {
  position: relative;
  z-index: 1;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec02__image {
    order: 2;
    width: 100%;
  }
}
.sec02__image img {
  width: 100%;
  height: auto;
}
.sec02__questions {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.sec02__question {
  position: absolute;
  background: #ffffff;
  border: 2px solid #201478;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(320 / 1080 * 100vw), 320px);
  height: min(calc(118 / 1080 * 100vw), 118px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02__question {
    width: calc(360 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
    padding: calc(28 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
  }
}
.sec02__question strong {
  color: #ff6d00;
}
.sec02__question.--left:nth-child(1) {
  top: 0;
  left: max(calc(-40 / 1080 * 100vw), -40px);
}
.sec02__question.--left:nth-child(3) {
  bottom: max(calc(0 / 1080 * 100vw), 0px);
  left: max(calc(-40 / 1080 * 100vw), -40px);
}
@media screen and (max-width: 767px) {
  .sec02__question.--left {
    border-radius: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  }
  .sec02__question.--left:nth-child(1) {
    left: 0;
    top: calc(-104 / 750 * 100vw);
  }
  .sec02__question.--left:nth-child(3) {
    left: 0;
    bottom: calc(-104 / 750 * 100vw);
  }
}
.sec02__question.--right:nth-child(2) {
  top: max(calc(0 / 1080 * 100vw), 0px);
  right: max(calc(-40 / 1080 * 100vw), -40px);
}
.sec02__question.--right:nth-child(4) {
  bottom: max(calc(0 / 1080 * 100vw), 0px);
  right: max(calc(-40 / 1080 * 100vw), -40px);
}
@media screen and (max-width: 767px) {
  .sec02__question.--right {
    border-radius: calc(40 / 750 * 100vw) 0 0 calc(40 / 750 * 100vw);
    border-right: none;
  }
  .sec02__question.--right:nth-child(2) {
    right: 0;
    top: calc(-104 / 750 * 100vw);
  }
  .sec02__question.--right:nth-child(4) {
    right: 0;
    bottom: calc(-104 / 750 * 100vw);
  }
}
.sec02__question p {
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec02__question p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02__icon {
  position: absolute;
  top: 50%;
  right: min(calc(200 / 1080 * 100vw), 200px);
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .sec02__icon {
    position: static;
    order: 3;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec02__icon-dots {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__icon-dots {
    gap: calc(12 / 750 * 100vw);
    margin-bottom: 0;
    margin-right: calc(20 / 750 * 100vw);
  }
}
.sec02__icon-dots .dot {
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  background: #201478;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02__icon-dots .dot {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.sec02__icon-question {
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background: #201478;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02__icon-question {
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.sec02__icon-question span {
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec02__icon-question span {
    font-size: calc(60 / 750 * 100vw);
  }
}

.sec04 {
  padding: min(calc(37 / 1080 * 100vw), 37px) 0 min(calc(85 / 1080 * 100vw), 85px);
  background: url(../img/pc/sec04_bg.webp) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(50 / 750 * 100vw) 0 calc(64 / 750 * 100vw);
  }
}
.sec04__inner {
  position: relative;
  z-index: 2;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
.sec04__header {
  text-align: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec04__header {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec04__subtitle {
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: max(calc(-20 / 1080 * 100vw), -20px);
}
@media screen and (max-width: 767px) {
  .sec04__subtitle {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(-10 / 750 * 100vw);
  }
}
.sec04__title {
  color: #ff6d00;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__title {
    font-size: calc(59 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec04__title span {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec04__logo {
  margin: 0 auto min(calc(28 / 1080 * 100vw), 28px);
  width: min(calc(306 / 1080 * 100vw), 306px);
}
@media screen and (max-width: 767px) {
  .sec04__logo {
    margin-bottom: calc(0 / 750 * 100vw);
    width: calc(409 / 750 * 100vw);
  }
}
.sec04__logo img {
  width: 100%;
  height: auto;
}
.sec04__content {
  position: relative;
}
.sec04__images {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec04__images {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec04__image {
  border-radius: min(calc(30 / 1080 * 100vw), 30px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec04__image {
    border-radius: calc(40 / 750 * 100vw);
  }
}
.sec04__image img {
  width: 100%;
  height: auto;
  display: block;
}
.sec04__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec04__stats {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    margin-bottom: 0;
  }
}
.sec04__member-count {
  text-align: center;
  position: relative;
  padding: 0 min(calc(106 / 1080 * 100vw), 106px);
}
@media screen and (max-width: 767px) {
  .sec04__member-count {
    padding: 0 calc(113 / 750 * 100vw);
  }
}
.sec04__member-icon-left, .sec04__member-icon-right {
  position: absolute;
  aspect-ratio: 122.51/212;
  width: min(calc(122.51 / 1080 * 100vw), 122.51px);
  background: url(../img/common/sec04_illust01.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__member-icon-left, .sec04__member-icon-right {
    width: calc(115 / 750 * 100vw);
  }
}
.sec04__member-icon-left {
  left: 0;
}
.sec04__member-icon-right {
  right: 0;
  scale: -1 1;
}
.sec04__member-text {
  text-align: center;
}
.sec04__member-label {
  color: #333333;
  font-family: Roboto;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec04__member-label {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec04__member-number {
  color: #f24822;
  font-family: "Roboto";
  font-size: min(calc(124 / 1080 * 100vw), 124px);
  font-style: normal;
  font-weight: 700;
  line-height: 0.7;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04__member-number {
    font-size: calc(140 / 750 * 100vw);
    flex-direction: row;
    align-items: flex-end;
  }
}
.sec04__member-number .unit {
  color: #f24822;
  font-family: "Noto Sans JP";
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.sec04__member-number .unit span {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec04__member-number .unit {
    font-size: calc(48 / 750 * 100vw);
  }
  .sec04__member-number .unit span {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec04__member-number .note {
  color: #666666;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: absolute;
  right: 0;
  bottom: 3em;
}
@media screen and (max-width: 767px) {
  .sec04__member-number .note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__charts {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec04__charts {
    justify-content: space-between;
    gap: calc(45 / 750 * 100vw);
  }
}
.sec04__chart {
  text-align: center;
  width: min(calc(268 / 1080 * 100vw), 268px);
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
}
.sec04__chart:nth-child(1) {
  background: url(../img/common/sec04_graph01.webp) no-repeat center center/contain;
  padding-top: min(calc(72 / 1080 * 100vw), 72px);
}
.sec04__chart:nth-child(2) {
  background: url(../img/common/sec04_graph02.webp) no-repeat center center/contain;
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04__chart {
    width: calc(321 / 750 * 100vw);
  }
  .sec04__chart:nth-child(1) {
    padding-top: calc(84 / 750 * 100vw);
  }
  .sec04__chart:nth-child(2) {
    padding-top: calc(96 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
}
.sec04__chart-percent {
  color: #ffffff;
  font-family: Roboto;
  font-size: min(calc(96 / 1080 * 100vw), 96px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.sec04__chart-percent .unit {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
}
.sec04__chart-percent sup {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  position: absolute;
  right: 0;
  top: 1.3em;
}
@media screen and (max-width: 767px) {
  .sec04__chart-percent {
    font-size: calc(112 / 750 * 100vw);
  }
  .sec04__chart-percent .unit {
    font-size: calc(54 / 750 * 100vw);
  }
  .sec04__chart-percent sup {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__chart-label {
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.sec04__chart-label span {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec04__chart-label {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
  .sec04__chart-label span {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec04__chart-note {
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: min(calc(17 / 1080 * 100vw), 17px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__chart-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04__message {
  text-align: center;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec04__message {
    margin-bottom: calc(25 / 750 * 100vw);
  }
}
.sec04__message-title {
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec04__message-title {
    font-size: calc(43 / 750 * 100vw);
    margin-bottom: calc(35 / 750 * 100vw);
  }
}
.sec04__message-title strong {
  color: #ff6d00;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec04__message-title strong {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04__message-title strong span {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec04__message-title strong span {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec04__message-box {
  background: #ffffff;
  border: 2px solid #ff6d00;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  overflow: hidden;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(888 / 1080 * 100vw), 888px);
  height: min(calc(101 / 1080 * 100vw), 101px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec04__message-box {
    width: calc(690 / 750 * 100vw);
    height: calc(193 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
  }
}
.sec04__message-box p {
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec04__message-box p {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec04__button {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.sec04__note {
  color: #666666;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: min(calc(43 / 1080 * 100vw), 43px);
}
@media screen and (max-width: 767px) {
  .sec04__note {
    font-size: calc(18 / 750 * 100vw);
  }
}

.sec05 {
  padding: min(calc(108 / 1080 * 100vw), 108px) 0 min(calc(64 / 1080 * 100vw), 64px);
  background: #ff6d00;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec05__inner {
  position: relative;
  z-index: 2;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    width: calc(690 / 750 * 100vw);
  }
}
.sec05__header {
  text-align: center;
  margin-bottom: min(calc(37 / 1080 * 100vw), 37px);
}
@media screen and (max-width: 767px) {
  .sec05__header {
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec05__title {
  color: #ffffff;
  text-align: center;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec05__title {
    font-size: calc(56 / 750 * 100vw);
  }
  .sec05__title span {
    font-size: calc(48 / 750 * 100vw);
  }
  .sec05__title strong {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05__reasons {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(700 / 1080 * 100vw), 700px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__reasons {
    gap: calc(20 / 750 * 100vw);
    width: 100%;
  }
}
.sec05__reason {
  background: #ffffff;
  border-radius: min(calc(30 / 1080 * 100vw), 30px);
  padding: 0 0 min(calc(48 / 1080 * 100vw), 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__reason {
    border-radius: calc(40 / 750 * 100vw);
    padding: 0 0 calc(40 / 750 * 100vw);
  }
}
.sec05__reason-image {
  position: relative;
}
.sec05__reason-image img {
  width: 100%;
  height: auto;
}
.sec05__reason-badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 30px;
  background: #fff130;
  color: #ffffff;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(20 / 1080 * 100vw), 20px) min(calc(15 / 1080 * 100vw), 15px);
  border-radius: 0 min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(30 / 1080 * 100vw), 30px);
}
.sec05__reason-badge span {
  font-family: Roboto;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  background: var(--orange, linear-gradient(90deg, #ff6d00 0%, #f03c00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Roboto;
  line-height: 0.8;
}
.sec05__reason-badge span span {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .sec05__reason-badge {
    font-size: calc(52 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: 0 calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
  .sec05__reason-badge span {
    font-size: calc(37 / 750 * 100vw);
  }
  .sec05__reason-badge span span {
    font-size: calc(56 / 750 * 100vw);
    line-height: 0.8;
  }
}
.sec05__reason-content {
  text-align: center;
  width: min(calc(472.5 / 1080 * 100vw), 472.5px);
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-content {
    width: 100%;
    margin-top: calc(48 / 750 * 100vw);
  }
}
.sec05__reason-title {
  color: #160e44;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  color: var(--main-accent-2-sub, #160e44);
}
.sec05__reason-title span {
  color: var(--main-accent-4-accent, #ff6200);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-title {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .sec05__reason-title span {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05__reason-text {
  color: #333333;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
}
.sec05__reason-text strong {
  color: var(--main-accent-4-accent, #ff6200);
}
@media screen and (max-width: 767px) {
  .sec05__reason-text {
    font-size: calc(26 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05__reason-features {
  position: relative;
  width: min(calc(484 / 1080 * 100vw), 484px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__reason-features {
    width: 100%;
  }
}
.sec05__reason-feature-title {
  background: url("../img/pc/sec05_feature_title.webp") no-repeat center/contain;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: min(calc(14 / 1080 * 100vw), 14px) 0 min(calc(26 / 1080 * 100vw), 26px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec05__reason-feature-title {
    background-image: url("../img/sp/sec05_feature_title.webp");
    font-size: calc(38 / 750 * 100vw);
    width: calc(650 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(22 / 750 * 100vw) 0 calc(38 / 750 * 100vw);
  }
}
.sec05__reason-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff9e4;
  margin: max(calc(-12 / 1080 * 100vw), -12px) 0 0 min(calc(12 / 1080 * 100vw), 12px);
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
  position: relative;
}
.sec05__reason-icons::after {
  content: "など";
  display: block;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: var(--basic-black, #333);
  font-weight: 700;
  position: absolute;
  right: min(calc(20 / 1080 * 100vw), 20px);
  bottom: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-icons {
    gap: calc(16 / 750 * 100vw);
    margin: calc(-15 / 750 * 100vw) auto 0;
    width: calc(620 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
  .sec05__reason-icons::after {
    font-size: calc(22 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    bottom: calc(10 / 750 * 100vw);
  }
}
.sec05__reason-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(7.5 / 1080 * 100vw), 7.5px);
  width: min(calc(135 / 1080 * 100vw), 135px);
  padding: min(calc(5 / 1080 * 100vw), 5px) min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px);
  border-left: min(calc(2 / 1080 * 100vw), 2px) solid var(--main-accent-2-sub, #160e44);
}
.sec05__reason-icon:first-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .sec05__reason-icon {
    gap: calc(10 / 750 * 100vw);
    width: calc(180 / 750 * 100vw);
  }
}
.sec05__reason-icon-image {
  width: min(calc(85 / 1080 * 100vw), 85px);
  aspect-ratio: 85/63;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec05__reason-icon-image {
    width: calc(105 / 750 * 100vw);
  }
}
.sec05__reason-icon-image img {
  width: 100%;
}
.sec05__reason-icon-text {
  color: #160e44;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__reason-icon-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05__reason-feature-list {
  display: flex;
  flex-direction: column;
  padding: min(calc(17 / 1080 * 100vw), 17px) 0 min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
.sec05__reason-feature-list::after {
  display: none;
}
.sec05__reason-feature-list__inner {
  display: flex;
  flex-direction: column;
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-feature-list {
    gap: calc(16 / 750 * 100vw);
    margin: calc(-15 / 750 * 100vw) auto calc(48 / 750 * 100vw);
    width: calc(620 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}
.sec05__reason-feature-item {
  display: flex;
  align-items: center;
  gap: min(calc(6.75 / 1080 * 100vw), 6.75px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-feature-item {
    gap: calc(9 / 750 * 100vw);
  }
}
.sec05__reason-feature-icon {
  width: min(calc(29 / 1080 * 100vw), 29px);
  height: min(calc(29 / 1080 * 100vw), 29px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-feature-icon {
    width: calc(37 / 750 * 100vw);
    height: calc(37 / 750 * 100vw);
  }
}
.sec05__reason-feature-icon img {
  width: 100%;
  height: 100%;
}
.sec05__reason-feature-text {
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.sec05__reason-feature-text sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec05__reason-feature-text {
    font-size: calc(26 / 750 * 100vw);
  }
  .sec05__reason-feature-text sup {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec05__reason-agent {
  background: #eef2ff;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  padding: 0 min(calc(184 / 1080 * 100vw), 184px) 0 0;
  width: min(calc(485 / 1080 * 100vw), 485px);
  height: min(calc(176 / 1080 * 100vw), 176px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(48 / 1080 * 100vw), 48px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__reason-agent {
    border-radius: calc(40 / 750 * 100vw);
    padding: calc(34 / 750 * 100vw) calc(20 / 750 * 100vw);
    width: calc(617 / 750 * 100vw);
    height: auto;
    gap: calc(20 / 750 * 100vw);
    margin: 0 auto;
    justify-content: flex-start;
  }
}
.sec05__reason-agent-image {
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  bottom: 0;
  width: min(calc(163.5 / 1080 * 100vw), 163.5px);
  height: min(calc(182.25 / 1080 * 100vw), 182.25px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-agent-image {
    width: calc(252.988 / 750 * 100vw);
    height: calc(282 / 750 * 100vw);
    right: 0;
  }
}
.sec05__reason-agent-image img {
  width: 100%;
  height: auto;
}
.sec05__reason-agent-balloon {
  position: absolute;
  top: max(calc(-35 / 1080 * 100vw), -35px);
  right: 0;
  background: #201478;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-agent-balloon {
    font-size: calc(28 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(15 / 750 * 100vw);
    line-height: 1.8;
    right: calc(40 / 750 * 100vw);
    top: calc(-40 / 750 * 100vw);
  }
}
.sec05__reason-agent-balloon::after {
  content: "";
  position: absolute;
  bottom: max(calc(-10 / 1080 * 100vw), -10px);
  left: 50%;
  transform: translateX(-50%);
  width: 27.646px;
  height: 13.823px;
  background: #201478;
  clip-path: polygon(20% 0%, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .sec05__reason-agent-balloon::after {
    bottom: calc(-15 / 750 * 100vw);
  }
}
.sec05__reason-agent-text {
  width: min(calc(228 / 1080 * 100vw), 228px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-agent-text {
    width: auto;
    text-align: center;
  }
}
.sec05__reason-agent-text p {
  color: var(--kon, #201478);
  font-family: "Noto Sans JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-agent-text p {
    font-size: calc(38 / 750 * 100vw);
    margin: 0 0 calc(10 / 750 * 100vw);
  }
}
.sec05__reason-agent-text p.sec05__reason-agent-sub {
  color: #ff6200;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec05__reason-agent-text p.sec05__reason-agent-sub {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec05__reason-note {
  color: #666666;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-note {
    font-size: calc(18 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec05__reason-plus {
  color: #000000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .sec05__reason-plus {
    font-size: calc(60 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) 0;
  }
}
.sec05__reason-event {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__reason-event {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec05__reason-event-image {
  border-radius: 0 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05__reason-event-image {
    border-radius: 0 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec05__reason-event-image img {
  width: 100%;
  height: auto;
}
.sec05__reason-event-labels {
  display: flex;
  flex-direction: column;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  position: absolute;
  left: 0;
  top: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-event-labels {
    gap: calc(10 / 750 * 100vw);
    top: calc(-20 / 750 * 100vw);
  }
}
.sec05__reason-event-label {
  background: #ffffff;
  color: #201478;
  font-family: "Noto Sans JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec05__reason-event-label {
    font-size: calc(42 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec05__reason-event-logo {
  position: absolute;
  bottom: min(calc(20 / 1080 * 100vw), 20px);
  right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05__reason-event-logo {
    position: static;
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec05__reason-event-logo img {
  width: min(calc(100 / 1080 * 100vw), 100px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec05__reason-event-logo img {
    width: calc(120 / 750 * 100vw);
  }
}
.sec05__reason:nth-child(2) {
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
.sec05__reason:nth-child(2) .sec05__reason-badge {
  left: 0;
  right: inherit;
  border-radius: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .sec05__reason:nth-child(2) {
    padding-bottom: calc(42 / 750 * 100vw);
  }
  .sec05__reason:nth-child(2) .sec05__reason-badge {
    border-radius: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
  }
}
.sec05__reason:nth-child(3) {
  padding-bottom: 0;
}
.sec05__reason:nth-child(3) .sec05__reason-icon-image {
  width: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec05__reason:nth-child(3) .sec05__reason-icon-image {
    width: calc(45 / 750 * 100vw);
  }
}

.sec06 {
  padding: min(calc(35 / 1080 * 100vw), 35px) 0 min(calc(32 / 1080 * 100vw), 32px);
  background: #ffc79e;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(104 / 750 * 100vw) 0 calc(32 / 750 * 100vw);
  }
}
.sec06::before {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  aspect-ratio: 1920/271;
  background: var(--orange, linear-gradient(90deg, #ff6d00 0%, #f03c00 100%));
}
@media screen and (max-width: 767px) {
  .sec06::before {
    aspect-ratio: 750/362;
  }
}
.sec06__inner {
  position: relative;
  z-index: 2;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    width: 100%;
    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(45 / 750 * 100vw);
  }
}
.sec06__subtitle {
  color: #ffffff;
  font-family: "Zen Maru Gothic";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 min(calc(10 / 1080 * 100vw), 10px);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .sec06__subtitle {
    font-size: calc(32 / 750 * 100vw);
    margin: 0 0 calc(10 / 750 * 100vw);
  }
}
.sec06__title {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0;
}
.sec06__title span {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec06__title {
    font-size: calc(56 / 750 * 100vw);
  }
  .sec06__title span {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec06__cases {
  display: flex;
  justify-content: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec06__cases {
    gap: calc(60 / 750 * 100vw);
    flex-direction: column;
  }
}
.sec06__case {
  background: #ffffff;
  border-radius: min(calc(30 / 1080 * 100vw), 30px);
  padding: min(calc(36 / 1080 * 100vw), 36px) 0;
  display: flex;
  width: min(calc(316 / 1080 * 100vw), 316px);
}
@media screen and (max-width: 767px) {
  .sec06__case {
    border-radius: calc(40 / 750 * 100vw);
    padding: calc(59 / 750 * 100vw) 0 calc(20 / 750 * 100vw);
    width: 100%;
  }
}
.sec06__case-header {
  width: min(calc(255 / 1080 * 100vw), 255px);
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  border-bottom: 2px solid #ff6d00;
  min-height: min(calc(144 / 1080 * 100vw), 144px);
  position: relative;
}
.sec06__case-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: min(calc(100 / 1080 * 100vw), 100px);
  aspect-ratio: 148/226;
}
@media screen and (max-width: 767px) {
  .sec06__case-header {
    width: calc(630 / 750 * 100vw);
  }
  .sec06__case-header::before {
    width: calc(147 / 750 * 100vw);
  }
}
.sec06 .sec06__case.--c01 .sec06__case-header {
  padding-left: min(calc(53 / 1080 * 100vw), 53px);
}
.sec06 .sec06__case.--c01 .sec06__case-header::before {
  background: url(../img/common/sec06_illust01.svg) no-repeat center center/contain;
  left: max(calc(-36 / 1080 * 100vw), -36px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__case.--c01 .sec06__case-header {
    padding: 0;
  }
  .sec06 .sec06__case.--c01 .sec06__case-header::before {
    left: calc(-36 / 750 * 100vw);
  }
}
.sec06 .sec06__case.--c02 .sec06__case-header {
  padding-right: min(calc(87 / 1080 * 100vw), 87px);
}
.sec06 .sec06__case.--c02 .sec06__case-header::before {
  background: url(../img/common/sec06_illust02.svg) no-repeat center center/contain;
  right: max(calc(-16 / 1080 * 100vw), -16px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__case.--c02 .sec06__case-header {
    padding: 0;
  }
  .sec06 .sec06__case.--c02 .sec06__case-header::before {
    right: calc(-46 / 750 * 100vw);
  }
}
.sec06 .sec06__case.--c03 .sec06__case-header {
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
.sec06 .sec06__case.--c03 .sec06__case-header::before {
  background: url(../img/common/sec06_illust03.svg) no-repeat center center/contain;
  left: max(calc(-42 / 1080 * 100vw), -42px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__case.--c03 .sec06__case-header {
    padding: 0;
  }
  .sec06 .sec06__case.--c03 .sec06__case-header::before {
    left: calc(-40 / 750 * 100vw);
  }
}
.sec06__case-content {
  text-align: center;
  width: 100%;
}
.sec06__case-title {
  color: #160e44;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0 0 min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec06__case-title {
    font-size: calc(36 / 750 * 100vw);
    margin: 0 0 calc(4 / 750 * 100vw);
  }
}
.sec06__case-age {
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__case-age {
    font-size: calc(26 / 750 * 100vw);
    margin: 0 0 calc(24 / 750 * 100vw);
  }
}
.sec06__case-transition {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__case-transition {
    gap: calc(32 / 750 * 100vw);
  }
}
.sec06__case-before-after {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__case-before-after {
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin: 0 auto;
    gap: calc(32 / 750 * 100vw);
  }
}
.sec06__case-before, .sec06__case-after {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__case-before, .sec06__case-after {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec06__case-label {
  background: #999999;
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 0 0 min(calc(3 / 1080 * 100vw), 3px);
  border-radius: min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(70 / 1080 * 100vw), 70px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__case-label {
    font-size: calc(24 / 750 * 100vw);
    padding: 0 calc(24 / 750 * 100vw) calc(3 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
    width: calc(128 / 750 * 100vw);
  }
}
.sec06__case-after .sec06__case-label {
  background: #201478;
}
.sec06__case-job {
  color: #666666;
  font-family: "Noto Sans JP";
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec06__case-job {
    font-size: calc(28 / 750 * 100vw);
    width: auto;
    text-align: center;
  }
}
.sec06__case-after .sec06__case-job {
  color: #ff6200;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec06__case-after .sec06__case-job {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__case-benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec06__case-benefits {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec06__case-benefit {
  background: #b6bddd;
  color: #201478;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(8 / 1080 * 100vw), 8px);
  min-height: min(calc(50 / 1080 * 100vw), 50px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06__case-benefit {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
    height: calc(78 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*# sourceMappingURL=lp.css.map */
