.adlp-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fbdd55;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.adlp-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__inner {
    gap: calc(16 / 750 * 100vw);
  }
}
.adlp-footer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__copy {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px) min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

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

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.cv {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(60 / 750 * 100vw) 0;
  }
}

.cv__block {
  padding: min(calc(40 / 1080 * 100vw), 40px);
  background: #f5f5f5;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv__block {
    padding: calc(40 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}

.cv__heading {
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .cv__heading {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}

.btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .btn-block {
    flex-direction: column;
    gap: calc(48 / 750 * 100vw);
  }
}
.btn-block.--small {
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .btn-block.--small {
    flex-direction: row;
    gap: calc(24 / 750 * 100vw);
  }
}

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

.btn-eyebrow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .btn-eyebrow {
    font-size: calc(26 / 750 * 100vw);
  }
}
.btn-eyebrow .--large {
  font-size: 1.25em;
}

.btn {
  position: relative;
  width: min(calc(400 / 1080 * 100vw), 400px);
  height: min(calc(72 / 1080 * 100vw), 72px);
  border-radius: 2000px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    width: calc(550 / 750 * 100vw);
    height: calc(96 / 750 * 100vw);
  }
}
.btn.--trial {
  background-color: #fdf53a;
}
.btn.--dl {
  background-color: #fff;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #ff5e20;
}
@media screen and (max-width: 767px) {
  .btn.--dl {
    border-width: calc(3 / 750 * 100vw);
  }
}
.btn.--small {
  width: min(calc(230 / 1080 * 100vw), 230px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .btn.--small {
    width: calc(174 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
  }
}
.btn.--small.--dl {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .btn.--small.--dl {
    border-width: calc(4 / 750 * 100vw);
  }
}
.btn.--small .btn__text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .btn.--small .btn__text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.2;
    text-align: center;
  }
}
.btn.--small.--dl .btn__text {
  font-weight: 700;
}
.btn.--label .btn__text {
  margin-left: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .btn.--label .btn__text {
    margin-left: 0;
  }
}
.btn.--img .btn__text {
  margin-left: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .btn.--img .btn__text {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
@media screen and (max-width: 767px) {
  .btn:active {
    opacity: 0.8;
  }
}

.btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.btn__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn__text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.btn.--trial .btn__text {
  color: #333;
}
.btn.--dl .btn__text {
  color: #ff5e20;
}

.btn__icon {
  position: absolute;
  right: min(calc(24 / 1080 * 100vw), 24px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .btn__icon {
    right: calc(32 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.btn__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.btn.--small .btn__icon {
  right: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .btn.--small .btn__icon {
    display: none;
  }
}

.btn__label {
  position: absolute;
  left: min(calc(8 / 1080 * 100vw), 8px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  border-radius: 2000px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .btn__label {
    left: calc(8 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.btn.--trial .btn__label {
  background-color: #fff;
  color: #ff5e20;
}
.btn.--dl .btn__label {
  background-color: #ff5e20;
  color: #fff;
}

.btn__img {
  position: absolute;
  left: max(calc(-23 / 1080 * 100vw), -23px);
  top: max(calc(-18 / 1080 * 100vw), -18px);
  width: min(calc(119 / 1080 * 100vw), 119px);
  height: min(calc(82 / 1080 * 100vw), 82px);
}
@media screen and (max-width: 767px) {
  .btn__img {
    left: calc(-65 / 750 * 100vw);
    top: calc(-25 / 750 * 100vw);
    width: calc(170 / 750 * 100vw);
    height: calc(117 / 750 * 100vw);
  }
}
.btn__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .btn__img img {
    border-radius: calc(4 / 750 * 100vw);
  }
}

.cv01 {
  background: var(--base-bg_primary, #fcfce6);
  padding: min(calc(24 / 1080 * 100vw), 24px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .cv01 {
    padding: calc(24 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  }
}

.cv02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fbdd55;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .cv02 {
    padding: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.cv02__inner {
  width: 100%;
  max-width: min(calc(1366 / 1080 * 100vw), 1366px);
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(80 / 1080 * 100vw), 80px);
  background-color: #fff;
  border-radius: min(calc(240 / 1080 * 100vw), 240px);
}
@media screen and (max-width: 767px) {
  .cv02__inner {
    max-width: 100%;
    gap: calc(40 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw) calc(120 / 750 * 100vw);
    border-radius: calc(160 / 750 * 100vw);
  }
}

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

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

.cv02__head-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .cv02__head-inner {
    padding-top: calc(64 / 750 * 100vw);
  }
}

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

.cv02__head-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv02__head-title {
    font-size: calc(88 / 750 * 100vw);
  }
}
.cv02__head-title span {
  font-size: 0.77272727em;
}

.cv02__head-img {
  width: min(calc(480 / 1080 * 100vw), 480px);
  height: min(calc(400 / 1080 * 100vw), 400px);
}
@media screen and (max-width: 767px) {
  .cv02__head-img {
    width: calc(550 / 750 * 100vw);
    height: calc(460 / 750 * 100vw);
  }
}
.cv02__head-img picture,
.cv02__head-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    height: auto;
  }
}

.fv__bg {
  padding-bottom: min(calc(163 / 1080 * 100vw), 163px);
}
@media screen and (max-width: 767px) {
  .fv__bg {
    position: relative;
    padding-bottom: calc(700 / 750 * 100vw);
  }
}
.fv__bg picture,
.fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__content {
  position: absolute;
  inset: 0;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding-top: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .fv__content {
    padding: calc(34 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

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

.fv__title {
  display: flex;
  flex-direction: column;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__title {
    margin-bottom: calc(24 / 750 * 100vw);
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.3;
  }
}

.fv__lead {
  display: flex;
  align-items: center;
  width: fit-content;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.16));
  margin: 0 auto min(calc(135 / 1080 * 100vw), 135px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv__lead {
    filter: drop-shadow(16px 16px 24px rgba(0, 0, 0, 0.16));
    margin-bottom: calc(417 / 750 * 100vw);
  }
}
.fv__lead-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(32 / 1080 * 100vw), 32px) min(calc(12 / 1080 * 100vw), 12px) min(calc(56 / 1080 * 100vw), 56px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__lead-text {
    padding: calc(16 / 750 * 100vw) calc(8 / 750 * 100vw) calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.fv__lead-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .fv__lead-txt {
    gap: calc(4 / 750 * 100vw);
  }
}
.fv__lead-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__lead-normal {
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__lead-accent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .fv__lead-accent {
    gap: calc(4 / 750 * 100vw);
  }
}
.fv__lead-accent-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ff5e20;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__lead-accent-text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__lead-accent-text::after {
  content: "";
  display: block;
  width: 100%;
  height: min(calc(6 / 1080 * 100vw), 6px);
  background-color: rgba(253, 245, 58, 0.6);
  margin-top: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .fv__lead-accent-text::after {
    height: calc(10 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw);
  }
}
.fv__lead-arrow {
  display: flex;
  align-items: stretch;
  width: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .fv__lead-arrow {
    width: calc(48 / 750 * 100vw);
  }
}
.fv__lead-arrow img {
  width: 100%;
  height: 100%;
}

.fv__badges {
  display: flex;
  align-items: center;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  margin: 0 min(calc(40 / 1080 * 100vw), 40px) min(calc(58 / 1080 * 100vw), 58px) auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fv__badges {
    justify-content: center;
    gap: calc(12 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}

.fv__badge {
  position: relative;
  width: min(calc(110 / 1080 * 100vw), 110px);
  height: min(calc(110 / 1080 * 100vw), 110px);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fv__badge {
    width: calc(176 / 750 * 100vw);
    height: calc(176 / 750 * 100vw);
    box-shadow: 0px 3.2px 12.8px 0px rgba(0, 0, 0, 0.15);
  }
}
.fv__badge-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv__badge-bg img {
  width: 100%;
  height: 100%;
}
.fv__badge-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: min(calc(12 / 1080 * 100vw), 12px);
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .fv__badge-text {
    padding-top: calc(17 / 750 * 100vw);
    gap: calc(4 / 750 * 100vw);
  }
}
.fv__badge-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv__badge-label {
    font-size: calc(19 / 750 * 100vw);
  }
}
.fv__badge-num {
  display: flex;
  align-items: baseline;
  font-family: "Akshar", sans-serif;
  justify-content: center;
  font-size: min(calc(43 / 1080 * 100vw), 43px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  background: linear-gradient(167deg, rgb(136, 105, 45) 0%, rgb(227, 189, 114) 13%, rgb(216, 156, 39) 37%, rgb(116, 84, 21) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .fv__badge-num {
    font-size: calc(83 / 750 * 100vw);
  }
}
.fv__badge-value {
  font-family: "Akshar", sans-serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  background: linear-gradient(169deg, rgb(136, 105, 45) 30%, rgb(227, 189, 114) 72%, rgb(216, 156, 39) 92%, rgb(116, 84, 21) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .fv__badge-value {
    font-size: calc(61 / 750 * 100vw);
  }
}
.fv__badge-value > span {
  font-size: 0.7em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .fv__badge:nth-child(1) .fv__badge-value {
    font-size: calc(70 / 750 * 100vw);
  }
}
.fv__badge-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
  background: linear-gradient(180deg, rgb(136, 105, 45) 21%, rgb(227, 189, 114) 50%, rgb(216, 156, 39) 63%, rgb(116, 84, 21) 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .fv__badge-unit {
    font-size: calc(22 / 750 * 100vw);
  }
}
.fv__badge-suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  background: linear-gradient(180deg, rgb(136, 105, 45) 21%, rgb(227, 189, 114) 50%, rgb(216, 156, 39) 63%, rgb(116, 84, 21) 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .fv__badge-suffix {
    font-size: calc(19 / 750 * 100vw);
  }
}
.fv__badge-note {
  position: absolute;
  bottom: min(calc(4 / 1080 * 100vw), 4px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv__badge-note {
    bottom: calc(8 / 750 * 100vw);
    font-size: calc(19 / 750 * 100vw);
  }
}

.fv .btn-block {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .fv .btn-block {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.fv__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__note {
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
    width: calc(630 / 750 * 100vw);
    margin: 0 auto;
    line-height: 1.4;
  }
}

.sec01 {
  position: relative;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.sec01 .adlp-logo {
  width: min(calc(2296 / 1080 * 100vw), 2296px);
}
.sec01 .sec01__logo-sli {
  display: flex;
  flex-direction: column;
}
.sec01 .sec01__logo-sli .adlp-logo__wrapper {
  position: static;
  left: 0;
  top: 0;
}
.sec01 .sec01__logo-sli .adlp-logo__wrapper.--n01 .adlp-logo {
  width: calc(1465 / 750 * 100vw);
}
.sec01 .sec01__logo-sli .adlp-logo__wrapper.--n02 .adlp-logo {
  width: calc(1656 / 750 * 100vw);
  animation-direction: reverse;
}

.sec02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #fcfce6;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

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

.sec02__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__head {
    gap: calc(16 / 750 * 100vw);
    padding: 0;
  }
}

.sec02__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec02__title {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec02__title .--accent {
  color: #ff5e20;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec02__title .--accent {
    font-size: calc(68 / 750 * 100vw);
  }
}
.sec02__title .--accent span {
  font-size: 0.60869565em;
}

.sec02__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec02__lead {
    font-size: calc(30 / 750 * 100vw);
    text-align: justify;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.sec02__chart {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
}
@media screen and (max-width: 767px) {
  .sec02__chart {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
    border-radius: calc(96 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
  }
}
.sec02__chart-img {
  width: min(calc(920 / 1080 * 100vw), 920px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02__chart-img {
    width: calc(630 / 750 * 100vw);
  }
}
.sec02__chart::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  content: "";
  display: block;
  width: min(calc(1366 / 1080 * 100vw), 1366px);
  aspect-ratio: 1366/544;
  background-color: #fff;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__chart::after {
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: calc(96 / 750 * 100vw);
  }
}

.sec03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.sec03__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    gap: calc(24 / 750 * 100vw);
  }
}

.sec03__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__head {
    gap: calc(16 / 750 * 100vw);
  }
}

.sec03__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03__title .--accent {
  color: #ff5e20;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec03__title .--accent {
    font-size: calc(68 / 750 * 100vw);
  }
}

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

.sec03__chart-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec03__chart-col {
    flex: none;
    width: 100%;
  }
}
.sec03__chart-col.--before .sec03__chart-body {
  border: 2px solid #999;
}
@media screen and (max-width: 767px) {
  .sec03__chart-col.--before .sec03__chart-body {
    border-width: 2px;
  }
}
.sec03__chart-col.--after .sec03__chart-body {
  background-color: #fbdd55;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec03__chart-col.--after .sec03__chart-body {
    border-radius: calc(40 / 750 * 100vw);
    flex: none;
  }
}
.sec03__chart-col.--after .sec03__chart-title {
  color: #ff5e20;
  border-bottom-color: #ff5e20;
}

.sec03__chart-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sec03__chart-img {
  width: min(calc(115 / 1080 * 100vw), 115px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03__chart-img {
    width: calc(230 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
  }
}
.sec03__chart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec03__chart-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__chart-body {
    gap: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}

.sec03__chart-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
  padding-bottom: min(calc(4 / 1080 * 100vw), 4px);
  border-bottom: 2px solid #fbdd55;
}
@media screen and (max-width: 767px) {
  .sec03__chart-title {
    font-size: calc(36 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
    border-bottom-width: 4px;
  }
}

.sec03__chart-lists {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  list-style: none;
}
@media screen and (max-width: 767px) {
  .sec03__chart-lists {
    gap: calc(40 / 750 * 100vw);
  }
}

.sec03__chart-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03__chart-list {
    gap: calc(24 / 750 * 100vw);
  }
}

.sec03__chart-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #efefef;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec03__chart-icon {
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
  }
}
.sec03__chart-icon img {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__chart-icon img {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.--after .sec03__chart-icon {
  background-color: #fff;
}

.sec03__chart-text {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec03__chart-text {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec03__chart-text-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec03__chart-text-title {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec03__chart-text-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec03__chart-text-desc {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec03__arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec03__arrow {
    gap: calc(16 / 750 * 100vw);
    padding-top: 0;
  }
}
.sec03__arrow-icon {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .sec03__arrow-icon {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    transform: none;
  }
}
.sec03__arrow-icon img {
  width: 100%;
  height: auto;
}
.sec03__arrow-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__arrow-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec03__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__container {
    gap: calc(40 / 750 * 100vw);
    padding-top: calc(24 / 750 * 100vw);
  }
}

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

.sec03__cards {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  gap: min(calc(41 / 1080 * 100vw), 41px);
}
@media screen and (max-width: 767px) {
  .sec03__cards {
    flex-direction: column;
    gap: calc(56 / 750 * 100vw);
  }
}

.sec03__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03__card {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec03__card-icon {
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .sec03__card-icon {
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
  }
}
.sec03__card-icon img {
  width: 100%;
  height: 100%;
}
.sec03__card-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec03__card-text {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec03__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #ff5e20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__card-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec03__card-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec03__card-desc {
    font-size: calc(30 / 750 * 100vw);
  }
}

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

.sec04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw) 0;
  }
}

.sec04__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    gap: calc(56 / 750 * 100vw);
  }
}

.sec04__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

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

.sec04__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__title {
    font-size: calc(68 / 750 * 100vw);
  }
}
.sec04__title .--small {
  font-size: 0.60869565em;
}
.sec04__title .--accent {
  color: #ff5e20;
}

.sec04__cards {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  gap: min(calc(41 / 1080 * 100vw), 41px);
}
@media screen and (max-width: 767px) {
  .sec04__cards {
    flex-direction: column;
    gap: calc(56 / 750 * 100vw);
  }
}

.sec04__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec04__card {
    gap: calc(24 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(56 / 750 * 100vw);
  }
}
.sec04__card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .sec04__card-img {
    width: calc(360 / 750 * 100vw);
    height: calc(192 / 750 * 100vw);
  }
}
.sec04__card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sec04__card-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__card-desc {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec04__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__card-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec04__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__card-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec04__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__footer {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec04__footer-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #21bd9b;
  text-align: center;
  letter-spacing: 1.12px;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 9%; /* 3.36px */
  text-underline-offset: 0.25em;
}
@media screen and (max-width: 767px) {
  .sec04__footer-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04__footer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__footer-text {
    font-size: calc(32 / 750 * 100vw);
  }
}

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

.sec05 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fcfce6;
}
.sec05::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1920/80;
  background: #efefef;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec05::before {
    aspect-ratio: 750/120;
  }
}

.sec05__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(140 / 1080 * 100vw), 140px) 0 min(calc(80 / 1080 * 100vw), 80px);
  background-color: #fbdd55;
}
@media screen and (max-width: 767px) {
  .sec05__head {
    padding: calc(160 / 750 * 100vw) calc(30 / 750 * 100vw) calc(240 / 750 * 100vw);
  }
}

.sec05__head-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(calc(220 / 1080 * 100vw), 220px);
  background-image: url("../img/pc/sec05__head-bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05__head-bg {
    height: calc(220 / 750 * 100vw);
    background-image: url("../img/sp/sec05__head-bg.webp");
  }
}

.sec05__head-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05__head-inner {
    gap: calc(40 / 750 * 100vw);
  }
}

.sec05__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sec05__eyebrow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec05__eyebrow {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec05__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__title-text {
    font-size: calc(68 / 750 * 100vw);
  }
}
.sec05__title-text .--accent {
  color: #ff5e20;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec05__title-text .--accent {
    font-size: calc(68 / 750 * 100vw);
  }
}
.sec05__title-text .--small {
  font-size: 0.60869565em;
}

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

.sec05__review-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec05__review-title-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(24 / 1080 * 100vw), 24px) min(calc(8 / 1080 * 100vw), 8px);
  background-color: #21bd9b;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec05__review-title-txt {
    padding: calc(8 / 750 * 100vw) calc(40 / 750 * 100vw) calc(16 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec05__review-title-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(calc(16 / 1080 * 100vw), 16px) min(calc(8 / 1080 * 100vw), 8px) 0 min(calc(8 / 1080 * 100vw), 8px);
  border-color: #21bd9b transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .sec05__review-title-arrow {
    border-width: calc(24 / 750 * 100vw) calc(12 / 750 * 100vw) 0 calc(12 / 750 * 100vw);
  }
}

.sec05__review-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05__review-body {
    gap: calc(16 / 750 * 100vw);
  }
}

.sec05__review-medal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__review-medal {
    gap: calc(8 / 750 * 100vw);
  }
}

.sec05__review-rect {
  width: min(calc(62 / 1080 * 100vw), 62px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec05__review-rect {
    width: calc(78 / 750 * 100vw);
  }
}
.sec05__review-rect.--flip {
  transform: scaleX(-1);
}

.sec05__review-medal-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__review-medal-inner {
    gap: calc(4 / 750 * 100vw);
  }
}

.sec05__review-img01 {
  width: min(calc(125 / 1080 * 100vw), 125px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec05__review-img01 {
    width: calc(162 / 750 * 100vw);
  }
}

.sec05__review-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec05__review-text {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec05__review-text--num {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: #ff5e20;
}
@media screen and (max-width: 767px) {
  .sec05__review-text--num {
    font-size: calc(31 / 750 * 100vw);
  }
}
.sec05__review-text--num span {
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.sec05__review-baloon {
  width: min(calc(214 / 1080 * 100vw), 214px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec05__review-baloon {
    width: calc(280 / 750 * 100vw);
  }
}
.sec05__review-baloon img {
  width: 100%;
  height: auto;
}

.sec05__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: max(calc(-40 / 1080 * 100vw), -40px);
}
@media screen and (max-width: 767px) {
  .sec05__body {
    margin-top: calc(-34 / 750 * 100vw);
  }
}

.sec05__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  gap: min(calc(41 / 1080 * 100vw), 41px);
}
@media screen and (max-width: 767px) {
  .sec05__cards {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.sec05__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(306 / 1080 * 100vw), 306px);
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(24 / 1080 * 100vw), 24px);
  background-color: #fff;
  border-top: 1px solid #fbdd55;
  border-left: 1px solid #fbdd55;
  border-radius: min(calc(24 / 1080 * 100vw), 24px) 0 min(calc(24 / 1080 * 100vw), 24px) 0;
}
@media screen and (max-width: 767px) {
  .sec05__card {
    width: 100%;
    gap: calc(16 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    border-width: 2px;
    border-radius: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
  }
}

.sec05__card-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05__card-head {
    gap: calc(8 / 750 * 100vw);
  }
}

.sec05__score {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__score {
    gap: calc(16 / 750 * 100vw);
  }
}

.sec05__score-stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .sec05__score-stars {
    gap: calc(4 / 750 * 100vw);
  }
}

.sec05__score-star {
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__score-star {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}

.sec05__score-value {
  font-family: "Oswald", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1;
  color: #ff5e20;
}
@media screen and (max-width: 767px) {
  .sec05__score-value {
    font-size: calc(36 / 750 * 100vw);
  }
}

.sec05__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #ff5e20;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__card-title {
    font-size: calc(32 / 750 * 100vw);
  }
}

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

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

.sec05__card-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__card-tags {
    gap: calc(16 / 750 * 100vw);
  }
}

.sec05__card-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px);
  border: 1px solid #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .sec05__card-tag {
    padding: calc(2 / 750 * 100vw) calc(8 / 750 * 100vw) calc(4 / 750 * 100vw);
    border-width: 1px;
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec05__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec05__footer {
    gap: calc(24 / 750 * 100vw);
    padding: calc(64 / 750 * 100vw) calc(60 / 750 * 100vw) 0;
  }
}

.sec05__footer-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__footer-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05__footer-title .--accent {
  color: #ff5e20;
  font-size: 1.42857143em;
}

.sec05__chart {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec05__chart {
    max-width: 100%;
  }
}
.sec05__chart picture,
.sec05__chart img {
  width: 100%;
  height: auto;
}

.sec06 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fcfce6;
}
.sec06__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: min(calc(240 / 1080 * 100vw), 240px);
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec06__inner {
    max-width: 100%;
    border-radius: calc(160 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.sec06__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__body {
    max-width: 100%;
  }
}
.sec06__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-100%, -12%);
  width: min(calc(181 / 1080 * 100vw), 181px);
  aspect-ratio: 181/278;
  margin-left: max(calc(-207 / 1080 * 100vw), -207px);
  background: url(../img/common/sec06__chara.webp) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .sec06__body::before {
    width: calc(154 / 750 * 100vw);
    margin: 0;
    transform: translate(-220%, 65%);
  }
}

.sec06__body-inner {
  gap: min(calc(32 / 1080 * 100vw), 32px);
  background-color: #fbdd55;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  border: min(calc(8 / 1080 * 100vw), 8px) solid #fbdd55;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec06__body-inner {
    border: calc(16 / 750 * 100vw) solid #fbdd55;
    border-radius: calc(96 / 750 * 100vw);
  }
}

.sec06__body-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(48 / 1080 * 100vw), 48px) min(calc(40 / 1080 * 100vw), 40px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec06__body-head {
    padding: calc(56 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}

.sec06__body-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__body-title {
    font-size: calc(68 / 750 * 100vw);
    line-height: 1.2;
  }
}
.sec06__body-title .--accent {
  color: #ff5e20;
}
.sec06__body-title .--small {
  font-size: 0.60869565em;
}

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

.sec06__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: #fbdd55;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__card {
    border-radius: calc(96 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}

.sec06__card-img {
  width: min(calc(280 / 1080 * 100vw), 280px);
}
@media screen and (max-width: 767px) {
  .sec06__card-img {
    width: calc(420 / 750 * 100vw);
  }
}
.sec06__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec06__card-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__card-desc {
    gap: calc(16 / 750 * 100vw);
  }
}

.sec06__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--accent-orange_attention, #ff5e20);
}
@media screen and (max-width: 767px) {
  .sec06__card-title {
    font-size: calc(36 / 750 * 100vw);
  }
}

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

.sec06__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: min(calc(56 / 1080 * 100vw), 56px);
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__footer {
    padding-top: calc(64 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
  }
}

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

.sec06__img01 {
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec06__img01 {
    max-width: 100%;
  }
}
.sec06__img01 picture,
.sec06__img01 img {
  width: 100%;
  height: auto;
}

.sec07 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fcfce6;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec07__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    max-width: 100%;
    gap: calc(56 / 750 * 100vw);
  }
}

.sec07__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sec07__head-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__head-title {
    font-size: calc(68 / 750 * 100vw);
  }
}
.sec07__head-title .--small {
  font-size: 0.7em;
}
.sec07__head-title .--accent {
  color: #ff5e20;
}

.sec07__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07__body {
    gap: calc(24 / 750 * 100vw);
  }
}

.sec07__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(232 / 1080 * 100vw), 232px);
  gap: min(calc(4 / 1080 * 100vw), 4px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  background-color: #fff;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07__card {
    width: calc(333 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0;
    border-radius: calc(40 / 750 * 100vw);
  }
}

.sec07__card-icon {
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec07__card-icon {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
.sec07__card-icon img {
  width: 100%;
  height: 100%;
}

.sec07__card-desc {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  padding: 0 min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec07__card-desc {
    gap: calc(8 / 750 * 100vw);
    padding: 0 calc(24 / 750 * 100vw);
  }
}

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

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

.sec08 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.sec08__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec08__inner {
    max-width: 100%;
  }
}

.sec08__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(1840 / 1080 * 100vw), 1840px);
  background-color: #fbdd55;
  border-radius: 0 0 min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(80 / 1080 * 100vw), 80px);
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__head {
    border-radius: 0 0 calc(96 / 750 * 100vw) calc(96 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
    width: 100%;
  }
}

.sec08__head-eyebrow {
  font-family: "Oswald", sans-serif;
  color: #ff5e20;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__head-eyebrow {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec08__head-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__head-title {
    font-size: calc(68 / 750 * 100vw);
  }
}

.sec08__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  gap: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec08__body {
    padding: calc(120 / 750 * 100vw) 0;
    gap: calc(56 / 750 * 100vw);
  }
}

.sec08__card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08__card {
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec08__card.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec08__card.--reverse {
    flex-direction: column;
  }
}

.sec08__card-box {
  display: flex;
  flex-direction: column;
}
.sec08__card-box.--img {
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec08__card-box.--img {
    width: 100%;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec08__card-box.--desc {
  flex: 1;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec08__card-box.--desc {
    width: 100%;
    gap: calc(24 / 750 * 100vw);
  }
}

.sec08__card-img {
  width: min(calc(480 / 1080 * 100vw), 480px);
  height: min(calc(282 / 1080 * 100vw), 282px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec08__card-img {
    width: 100%;
    height: calc(406 / 750 * 100vw);
  }
}
.sec08__card-img picture,
.sec08__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec08__card-label {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .sec08__card-label {
    flex-direction: column;
  }
}
.sec08__card-label-category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08__card-label-category {
    width: 100%;
    font-size: calc(26 / 750 * 100vw);
    padding: 0 calc(16 / 750 * 100vw);
  }
}
.sec08__card-label-company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #333;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(8 / 1080 * 100vw), 8px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__card-label-company {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.sec08__card-label-company span {
  font-size: 0.77777778em;
}

.sec08__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ff5e20;
}
@media screen and (max-width: 767px) {
  .sec08__card-title {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec08__chart {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(16 / 1080 * 100vw), 16px);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #fbdd55;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__chart {
    gap: calc(16 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(24 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
  }
}

.sec08__chart-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec08__chart-box {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec08__chart-box.--before .sec08__chart-label-mask {
  background-color: #999;
}
.sec08__chart-box.--before .sec08__chart-label-arrow::before {
  border-top-color: #999;
}
.sec08__chart-box.--before .sec08__chart-text {
  border-bottom-color: #333;
}
.sec08__chart-box.--after .sec08__chart-label-mask {
  background-color: #21bd9b;
}
.sec08__chart-box.--after .sec08__chart-label-arrow::before {
  border-top-color: #21bd9b;
}
.sec08__chart-box.--after .sec08__chart-text {
  border-bottom-color: #21bd9b;
}

.sec08__chart-label {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec08__chart-label-mask {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(16 / 1080 * 100vw), 16px);
  border-radius: min(calc(2000 / 1080 * 100vw), 2000px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__chart-label-mask {
    font-size: calc(26 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec08__chart-label-arrow {
  display: flex;
  justify-content: center;
  width: 100%;
}
.sec08__chart-label-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(calc(8 / 1080 * 100vw), 8px) min(calc(4 / 1080 * 100vw), 4px) 0 min(calc(4 / 1080 * 100vw), 4px);
  border-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec08__chart-label-arrow::before {
    border-width: calc(16 / 750 * 100vw) calc(8 / 750 * 100vw) 0 calc(8 / 750 * 100vw);
  }
}

.sec08__chart-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: max(calc(-2 / 1080 * 100vw), -2px);
}
@media screen and (max-width: 767px) {
  .sec08__chart-desc {
    gap: calc(-4 / 750 * 100vw);
  }
}

.sec08__chart-eyebrow {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__chart-eyebrow {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec08__chart-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
  padding-bottom: min(calc(2 / 1080 * 100vw), 2px);
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid;
}
@media screen and (max-width: 767px) {
  .sec08__chart-text {
    font-size: calc(36 / 750 * 100vw);
    padding-bottom: calc(4 / 750 * 100vw);
    border-bottom-width: calc(4 / 750 * 100vw);
    letter-spacing: -0.01em;
  }
}

.sec08__chart-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec08__chart-arrow {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}
.sec08__chart-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: rotate(-90deg);
}

.sec08__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec08__card-text {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec08__divider {
  width: 100%;
  height: min(calc(1 / 1080 * 100vw), 1px);
  background-color: #ddd;
}
@media screen and (max-width: 767px) {
  .sec08__divider {
    height: calc(2 / 750 * 100vw);
  }
}

.sec09 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--base-bg_primary, #fcfce6);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.sec09__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec09__inner {
    max-width: 100%;
    gap: calc(56 / 750 * 100vw);
  }
}

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

.sec09__head-eyebrow {
  font-family: "Oswald", sans-serif;
  color: #ff5e20;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__head-eyebrow {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec09__head-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__head-title {
    font-size: calc(68 / 750 * 100vw);
  }
}

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

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

.sec09__item-img {
  width: min(calc(148 / 1080 * 100vw), 148px);
  height: min(calc(148 / 1080 * 100vw), 148px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec09__item-img {
    width: calc(164 / 750 * 100vw);
    height: calc(164 / 750 * 100vw);
  }
}
.sec09__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

.sec09__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__item-title {
    font-size: calc(36 / 750 * 100vw);
    text-align: left;
  }
}

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

.sec09__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.sec09__arrow img {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  object-fit: contain;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .sec09__arrow img {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    transform: none;
  }
}

.sec10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec10__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    max-width: 100%;
    gap: calc(56 / 750 * 100vw);
  }
}

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

.sec10__head-eyebrow {
  font-family: "Oswald", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #ff5e20;
}
@media screen and (max-width: 767px) {
  .sec10__head-eyebrow {
    font-size: calc(40 / 750 * 100vw);
  }
}

.sec10__head-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec10__head-title {
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec10__body {
  width: 100%;
}

.sec10 .adlp-accordion__wrapper {
  gap: 0;
}
.sec10 .adlp-accordion {
  background: #fff;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion {
    border-bottom-width: 1px;
  }
}
.sec10 .adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.sec10 .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(40 / 1080 * 100vw), 40px) min(calc(16 / 1080 * 100vw), 16px) min(calc(40 / 1080 * 100vw), 40px);
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(88 / 750 * 100vw) calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__header__inner .lead {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  background-color: #21bd9b;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__header__inner .lead {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__header__inner .text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__header__inner .text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 6L13 1' stroke='%2321BD9B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: min(calc(14 / 1080 * 100vw), 14px) min(calc(7 / 1080 * 100vw), 7px);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__header::after {
    right: calc(24 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    background-size: calc(21 / 750 * 100vw) calc(10.5 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec10 .adlp-accordion__body__inner {
  display: block;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__body__inner {
    padding: 0 calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__body__inner .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__body__inner .text {
    font-size: calc(30 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
