@charset "UTF-8";
.footer {
  padding: min(calc(70 / 1080 * 100vw), 70px) min(calc(40 / 1080 * 100vw), 40px);
  color: #ffffff;
  background: #1ebcb7;
}
.footer a {
  color: #ffffff;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.footer__logo {
  margin-top: min(calc(19 / 1080 * 100vw), 19px);
}
.footer__logo img {
  width: min(calc(231 / 1080 * 100vw), 231px);
}
.footer table {
  margin-top: max(calc(-14 / 1080 * 100vw), -14px);
  border-spacing: 0 min(calc(14 / 1080 * 100vw), 14px);
}
.footer table th {
  width: min(calc(136 / 1080 * 100vw), 136px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 180%;
  color: #ffffff;
  text-align: left;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
}
.footer table td {
  width: auto;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 180%;
  color: #ffffff;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
}
.footer__copyright {
  width: min(calc(869 / 1080 * 100vw), 869px);
  margin: min(calc(80 / 1080 * 100vw), 80px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
  text-align: center;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.footer__copyright p {
  position: relative;
}

@media screen and (width <= 1100px) {
  .footer__content {
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .footer {
    padding: calc(64 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
  .footer__content {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
  .footer__logo {
    margin: 0 auto;
  }
  .footer__logo img {
    width: calc(231 / 750 * 100vw);
  }
  .footer table {
    margin-top: calc(-14 / 750 * 100vw);
    border-spacing: 0 calc(14 / 750 * 100vw);
  }
  .footer table th {
    width: calc(174 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .footer table td {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .footer__copyright {
    width: 100%;
    margin: calc(56 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
}
.adlp-accordion {
  background-color: #f4f4f4;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(70 / 1080 * 100vw), 70px)
    min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
}
.adlp-accordion__header__inner .lead {
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1;
}
.adlp-accordion__header__inner .text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.adlp-accordion__header::after {
  position: absolute;
  top: 50%;
  right: min(calc(30 / 1080 * 100vw), 30px);
  display: inline-block;
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  content: "";
  background-image: url("../img/common/qa.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translateY(-50%);
}
.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 {
  position: absolute;
  top: 50%;
  right: min(calc(49 / 1080 * 100vw), 49px);
  display: block;
  width: min(calc(2 / 1080 * 100vw), 2px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  content: "";
  background: #012f83;
  background-image: none;
  transform: translateY(-50%);
  transition: 0.3s;
}
.adlp-accordion__header.--plus::after {
  right: min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background: #012f83;
  background-image: none;
  transform: translate(0, -50%);
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(70 / 1080 * 100vw), 70px)
    min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px);
}
.adlp-accordion__body__inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - min(calc(60 / 1080 * 100vw), 60px));
  height: 2px;
  content: "";
  background-color: #ffffff;
  transform: translateX(-50%);
}
.adlp-accordion__body__inner .lead {
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
}
.adlp-accordion__body__inner .text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
  color: #333333;
  text-align: justify;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

@media screen and (width <= 767px) {
  .adlp-accordion {
    border-radius: calc(12 / 750 * 100vw);
  }
  .adlp-accordion__wrapper {
    gap: calc(40 / 750 * 100vw);
  }
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(70 / 750 * 100vw)
      calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .adlp-accordion__header__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
  .adlp-accordion__header__inner .text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .adlp-accordion__header::after {
    right: calc(30 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
  .adlp-accordion__header.--plus::before {
    right: calc(49 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
  .adlp-accordion__header.--plus::after {
    right: calc(40 / 750 * 100vw);
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
  .adlp-accordion__body__inner {
    padding: calc(40 / 750 * 100vw) calc(70 / 750 * 100vw)
      calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .adlp-accordion__body__inner::before {
    width: calc(100% - calc(60 / 750 * 100vw));
  }
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
  .adlp-accordion__body__inner .text {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
}
.adlp-reason {
  position: relative;
  width: 85%;
  margin: 0 auto;
  border-bottom-right-radius: min(calc(12 / 1080 * 100vw), 12px);
  border-bottom-left-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px)
    min(calc(30 / 1080 * 100vw), 30px) rgb(0 0 0 / 25%);
}
.adlp-reason__flash {
  position: absolute;
  top: max(calc(-115 / 1080 * 100vw), -115px);
  left: max(calc(-140 / 1080 * 100vw), -140px);
  z-index: 0;
  display: inline-block;
  width: min(calc(400 / 1080 * 100vw), 400px);
  height: min(calc(400 / 1080 * 100vw), 400px);
}
.adlp-reason__head {
  position: relative;
  padding: min(calc(43 / 1080 * 100vw), 43px) 0;
  background-color: #178989;
}
.adlp-reason__head--2lines {
  padding: min(calc(14 / 1080 * 100vw), 14px) 0;
}
.adlp-reason__head--2lines .adlp-reason__head-txt span {
  line-height: 130%;
}
.adlp-reason__head-number {
  position: absolute;
  top: 50%;
  left: max(calc(-45 / 1080 * 100vw), -45px);
  display: flex;
  flex-direction: column;
  width: min(calc(248 / 1080 * 100vw), 248px);
  height: min(calc(107 / 1080 * 100vw), 107px);
  transform: translateY(-50%);
}
.adlp-reason__head-number::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: min(calc(248 / 1080 * 100vw), 248px);
  height: min(calc(191 / 1080 * 100vw), 191px);
  content: "";
  background: url("../img/pc/reason-arrow.svg") center center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.adlp-reason__head-number-en {
  padding-left: min(calc(19 / 1080 * 100vw), 19px);
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  color: #fbff3e;
  text-align: left;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.adlp-reason__head-number-jp {
  position: absolute;
  top: min(calc(20 / 1080 * 100vw), 20px);
  left: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  align-items: center;
}
.adlp-reason__head-number-jp span {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 800;
  line-height: 140%;
  color: #fbff3e;
  letter-spacing: min(calc(2.6 / 1080 * 100vw), 2.6px);
}
.adlp-reason__head-number-jp .digit {
  position: relative;
  top: max(calc(-4 / 1080 * 100vw), -4px);
  left: 0;
  font-size: min(calc(74 / 1080 * 100vw), 74px);
  font-weight: 700;
  line-height: 100%;
  color: #fbff3e;
  letter-spacing: min(calc(5.92 / 1080 * 100vw), 5.92px);
}
.adlp-reason__head-txt {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.adlp-reason__head-txt span {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.adlp-reason__head-txt .yellow {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.adlp-reason__head-txt .big {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  color: #ffffff;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.adlp-reason__head-txt .digit {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(4.32 / 1080 * 100vw), 4.32px);
}
.adlp-reason__head-txt .--three {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.adlp-reason__cnt {
  position: relative;
  z-index: 15;
  background-color: #ffffff;
  border-bottom-right-radius: min(calc(12 / 1080 * 100vw), 12px);
  border-bottom-left-radius: min(calc(12 / 1080 * 100vw), 12px);
}
.adlp-reason__cnt::before {
  position: absolute;
  right: 0;
  bottom: max(calc(-1 / 1080 * 100vw), -1px);
  left: 0;
  z-index: 10;
  display: inline-block;
  width: 100%;
  height: min(calc(43 / 1080 * 100vw), 43px);
  content: "";
  background-color: #ffffff;
  border-bottom-right-radius: min(calc(24 / 1080 * 100vw), 24px);
  border-bottom-left-radius: min(calc(24 / 1080 * 100vw), 24px);
}
.adlp-reason__cnt--noarrow::before {
  display: none;
}
.adlp-reason__arrow {
  position: relative;
  width: 100%;
  filter: drop-shadow(
    0 min(calc(14 / 1080 * 100vw), 14px) min(calc(30 / 1080 * 100vw), 30px)
      rgb(0 0 0 / 25%)
  );
}
.adlp-reason__arrow::after {
  position: absolute;
  bottom: max(calc(-60 / 1080 * 100vw), -60px);
  left: 1%;
  z-index: 5;
  width: 98%;
  height: min(calc(60 / 1080 * 100vw), 60px);
  content: "";
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

@media screen and (width <= 1100px) {
  .adlp-reason {
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .adlp-reason {
    border-bottom-right-radius: calc(12 / 750 * 100vw);
    border-bottom-left-radius: calc(12 / 750 * 100vw);
    box-shadow: 0 calc(14 / 750 * 100vw) calc(30 / 750 * 100vw) rgb(0 0 0 / 25%);
  }
  .adlp-reason__flash {
    top: calc(-245 / 750 * 100vw);
    left: 50%;
    width: calc(400 / 750 * 100vw);
    height: calc(400 / 750 * 100vw);
    transform: translateX(-50%);
  }
  .adlp-reason__head {
    padding: calc(90 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
  .adlp-reason__head--2lines {
    padding: calc(90 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
  .adlp-reason__head-number {
    position: absolute;
    top: calc(-46 / 750 * 100vw);
    left: 50%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    width: calc(428 / 750 * 100vw);
    height: calc(124 / 750 * 100vw);
    padding-top: calc(24 / 750 * 100vw);
    transform: translateX(-50%);
  }
  .adlp-reason__head-number::before {
    width: calc(428 / 750 * 100vw);
    height: calc(124 / 750 * 100vw);
    background-image: url("../img/sp/reason-arrow.svg");
  }
  .adlp-reason__head-number-en {
    position: static;
    padding-left: 0;
    margin-top: 0;
    margin-right: calc(6 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
  .adlp-reason__head-number-jp {
    position: static;
    top: calc(20 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
  }
  .adlp-reason__head-number-jp span {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(3.4 / 750 * 100vw);
  }
  .adlp-reason__head-number-jp .digit {
    top: calc(-12 / 750 * 100vw);
    left: calc(-3 / 750 * 100vw);
    font-size: calc(82 / 750 * 100vw);
    letter-spacing: calc(6.56 / 750 * 100vw);
  }
  .adlp-reason__head-txt span {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .adlp-reason__head-txt .yellow {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .adlp-reason__head-txt .big {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .adlp-reason__head-txt .--three {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .adlp-reason__cnt {
    border-bottom-right-radius: calc(12 / 750 * 100vw);
    border-bottom-left-radius: calc(12 / 750 * 100vw);
  }
  .adlp-reason__cnt::before {
    bottom: calc(-1 / 750 * 100vw);
    height: calc(43 / 750 * 100vw);
    border-bottom-right-radius: calc(24 / 750 * 100vw);
    border-bottom-left-radius: calc(24 / 750 * 100vw);
  }
  .adlp-reason__arrow {
    filter: drop-shadow(
      0 calc(14 / 750 * 100vw) calc(30 / 750 * 100vw) rgb(0 0 0 / 25%)
    );
  }
  .adlp-reason__arrow::after {
    bottom: calc(-60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}
.adlp-swiper {
  position: relative;
  width: 100%;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(45 / 1080 * 100vw), 45px);
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  left: min(calc(10 / 1080 * 100vw), 10px);
  background-image: url("../img/common/slider-left.svg");
}
.adlp-swiper .swiper-button-next {
  right: min(calc(10 / 1080 * 100vw), 10px);
  background-image: url("../img/common/slider-right.svg");
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets,
.adlp-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.adlp-swiper .swiper-pagination-custom,
.adlp-swiper .swiper-pagination-fraction {
  bottom: 0;
}
.adlp-swiper
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.adlp-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
.adlp-swiper .swiper-pagination-bullet {
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  background-color: #698c8c;
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}

@media screen and (width <= 767px) {
  .adlp-swiper {
    padding-bottom: calc(70 / 750 * 100vw);
  }
  .adlp-swiper .swiper-slide {
    padding: 0 calc(45 / 750 * 100vw);
  }
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
  .adlp-swiper .swiper-button-prev {
    left: calc(10 / 750 * 100vw);
  }
  .adlp-swiper .swiper-button-next {
    right: calc(10 / 750 * 100vw);
  }
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .adlp-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .adlp-swiper .swiper-pagination-custom,
  .adlp-swiper .swiper-pagination-fraction {
    bottom: calc(-10 / 750 * 100vw);
  }
  .adlp-swiper
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .adlp-swiper
    .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
  .adlp-swiper__wrapper {
    padding-bottom: calc(30 / 750 * 100vw);
  }
}
.u-font-robo {
  font-family: Roboto, serif;
}
.u-font-lato {
  font-family: Lato, serif;
}
.u-font-italic {
  font-style: italic;
}
.u-only-sp {
  display: none;
}

@media screen and (width <= 767px) {
  .u-only-sp {
    display: inline;
  }
}
.u-only-pc {
  display: inline;
}

@media screen and (width <= 767px) {
  .u-only-pc {
    display: none;
  }
}
.u-wrap {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}

@media screen and (width <= 1100px) {
  .u-wrap {
    width: min(calc(880 / 1080 * 100vw), 880px);
  }
}
@media screen and (width <= 767px) {
  .u-wrap {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec01 {
  position: relative;
  padding-top: min(calc(124 / 1080 * 100vw), 124px);
  padding-bottom: min(calc(90 / 1080 * 100vw), 90px);
  overflow-y: hidden;
}
.sec01__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(calc(1387 / 1080 * 100vw), 1387px);
}
.sec01__cnt {
  position: relative;
  width: 85%;
  padding: min(calc(55 / 1080 * 100vw), 55px) min(calc(60 / 1080 * 100vw), 60px)
    min(calc(60 / 1080 * 100vw), 60px);
  margin: 0 auto;
  background: #f4f4f4;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0 0 min(calc(40 / 1080 * 100vw), 40px)
    min(calc(6 / 1080 * 100vw), 6px) rgb(0 0 0 / 25%);
}
.sec01__cnt-signal {
  position: absolute;
  top: 0;
  left: min(calc(55 / 1080 * 100vw), 55px);
  width: min(calc(182 / 1080 * 100vw), 182px);
}
.sec01__lead {
  position: absolute;
  top: max(calc(-24 / 1080 * 100vw), -24px);
  left: 50%;
  display: inline-block;
  padding: 0 min(calc(21 / 1080 * 100vw), 21px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  background: #000000;
  transform: translateX(-50%);
}
.sec01__lead::after {
  position: absolute;
  bottom: max(calc(-11 / 1080 * 100vw), -11px);
  left: 51%;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #000000;
  border-style: solid;
  border-width: 0 min(calc(13 / 1080 * 100vw), 13px)
    min(calc(20 / 1080 * 100vw), 20px);
  transform: translateX(-50%) rotate(-50deg);
}
.sec01__lead span {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  text-align: center;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec01__head {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 900;
  line-height: 160%;
  color: #11a0a0;
  text-align: center;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec01__txt {
  margin-top: min(calc(11 / 1080 * 100vw), 11px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.sec01__txt .blue,
.sec01__txt .yellow,
.sec01__txt .red {
  position: relative;
  display: inline-block;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec01__txt .blue::before,
.sec01__txt .yellow::before,
.sec01__txt .red::before {
  position: absolute;
  right: 0;
  bottom: max(calc(-1 / 1080 * 100vw), -1px);
  left: 0;
  width: 100%;
  height: min(calc(2 / 1080 * 100vw), 2px);
  content: "";
}
.sec01__txt .blue {
  color: #14b5b5;
}
.sec01__txt .blue::before {
  background-color: #14b5b5;
}
.sec01__txt .yellow {
  color: #c89105;
}
.sec01__txt .yellow::before {
  background-color: #c89105;
}
.sec01__txt .red {
  color: #b63939;
}
.sec01__txt .red::before {
  background-color: #b63939;
}
.sec01__check .checkbox-container {
  display: flex;
  flex-flow: column wrap;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec01__check .checkbox-item {
  position: relative;
  display: flex;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(26 / 1080 * 100vw), 26px)
    min(calc(20 / 1080 * 100vw), 20px) min(calc(65 / 1080 * 100vw), 65px);
  background-color: #ffffff;
  border-top: 1px solid #c0c0c0;
}
.sec01__check .checkbox-item:last-of-type {
  border-bottom: 1px solid #c0c0c0;
}
.sec01__check .checkbox-item .checkmark {
  position: absolute;
  top: min(calc(20 / 1080 * 100vw), 20px);
  left: min(calc(26 / 1080 * 100vw), 26px);
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sec01__check .checkbox-item .checkmark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: min(calc(17 / 1080 * 100vw), 17px);
  height: min(calc(13 / 1080 * 100vw), 13px);
  content: "";
  background-image: url("../img/common/yellow-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
  transform: translate(-50%, -50%);
}
.sec01__check .checkbox-item input:checked ~ .checkmark {
  background-color: #000000;
}
.sec01__check .checkbox-item input:checked ~ .checkmark::after {
  display: block;
}
.sec01__check .checkbox-item .checkbox-item-txt {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  color: #333333;
  text-align: justify;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec01__check .checkbox-item .checkbox-item-txt span {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec01 .button-container {
  margin: min(calc(50 / 1080 * 100vw), 50px) 0 0;
  text-align: center;
}
.sec01 .button-container p {
  margin-bottom: min(calc(11 / 1080 * 100vw), 11px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec01 .result-container {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
.sec01 .result-section {
  position: relative;
  display: none;
  width: 85%;
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(70 / 1080 * 100vw), 70px);
  margin: 0 auto;
  background-color: #ffffff;
  border: 4px solid #14b5b5;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
.sec01 .result-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: min(calc(150 / 1080 * 100vw), 150px);
  content: "";
  background-color: #14b5b5;
}
.sec01 .result-section__inner {
  position: relative;
  z-index: 10;
}
.sec01 .result-section__img {
  position: absolute;
  top: 0;
  right: min(calc(99 / 1080 * 100vw), 99px);
  width: min(calc(156 / 1080 * 100vw), 156px);
}
.sec01 .result-section__head span {
  display: inline;
  padding: 0 min(calc(2 / 1080 * 100vw), 2px);
  margin-left: min(calc(3 / 1080 * 100vw), 3px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #333333;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  background: linear-gradient(transparent 66%, #fbff3e 0%);
}
.sec01 .result-section__head .digit {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 800;
  line-height: 160%;
  color: #333333;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.sec01 .result-section__head .to {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 160%;
  color: #333333;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec01 .result-section__head .mid {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #333333;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec01 .result-section__head .sig {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.sec01 .result-section__box {
  width: 100%;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(10 / 1080 * 100vw), 10px);
  margin: min(calc(37 / 1080 * 100vw), 37px) auto 0;
  text-align: center;
  background: #f4f4f4;
}
.sec01 .result-section__sub-head {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec01 .result-section__txt {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
  color: #333333;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.sec01 .result-section__txt span {
  font-weight: 700;
}
.sec01 .result-section__end-txt {
  margin-top: min(calc(33 / 1080 * 100vw), 33px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  text-shadow: 0 min(calc(2 / 1080 * 100vw), 2px)
    min(calc(4 / 1080 * 100vw), 4px) rgb(0 0 0 / 25%);
}
.sec01 .result-section--yellow::after,
.sec01 .result-section--red::after {
  background-color: inherit;
}
.sec01 .result-section--yellow .sig,
.sec01 .result-section--yellow .result-section__sub-head,
.sec01 .result-section--red .sig,
.sec01 .result-section--red .result-section__sub-head {
  color: inherit;
}
.sec01 .result-section--yellow {
  border-color: #dda749;
}
.sec01 .result-section--yellow::after {
  background-color: #dda749;
}
.sec01 .result-section--yellow .sig,
.sec01 .result-section--yellow .result-section__sub-head {
  color: #dda749;
}
.sec01 .result-section--red {
  border-color: #e02f13;
}
.sec01 .result-section--red::after {
  background-color: #e02f13;
}
.sec01 .result-section--red .sig,
.sec01 .result-section--red .result-section__sub-head {
  color: #e02f13;
}
.sec01 .active-result {
  display: block !important;
}

@media screen and (width <= 1100px) {
  .sec01__cnt {
    width: 100%;
  }
  .sec01 .result-section {
    width: 100%;
  }
  .sec01 .result-section__img {
    right: min(calc(10 / 1080 * 100vw), 10px);
  }
}
@media screen and (width <= 767px) {
  .sec01 {
    padding-top: calc(134 / 750 * 100vw);
    padding-bottom: calc(208 / 750 * 100vw);
  }
  .sec01__bg {
    width: 100%;
  }
  .sec01__cnt {
    width: calc(690 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw)
      calc(82 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
    box-shadow: 0 0 calc(40 / 750 * 100vw) calc(6 / 750 * 100vw)
      rgb(0 0 0 / 25%);
  }
  .sec01__cnt-signal {
    left: calc(14 / 750 * 100vw);
    width: calc(122 / 750 * 100vw);
  }
  .sec01__lead {
    top: calc(-30 / 750 * 100vw);
    width: calc(444 / 750 * 100vw);
    padding: 0 calc(33 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec01__lead::after {
    bottom: calc(-11 / 750 * 100vw);
    left: 49%;
    border-width: 0 calc(14 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
  .sec01__lead span {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec01__head {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec01__txt {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
  .sec01__txt .blue,
  .sec01__txt .yellow,
  .sec01__txt .red {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec01__txt .blue::before,
  .sec01__txt .yellow::before,
  .sec01__txt .red::before {
    bottom: calc(-1 / 750 * 100vw);
    height: 2px;
  }
  .sec01__check .checkbox-container {
    margin-top: calc(40 / 750 * 100vw);
  }
  .sec01__check .checkbox-item {
    gap: calc(5 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) calc(30 / 750 * 100vw)
      calc(26 / 750 * 100vw) calc(84 / 750 * 100vw);
  }
  .sec01__check .checkbox-item .checkmark {
    top: calc(35 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
  .sec01__check .checkbox-item .checkmark::after {
    width: calc(17 / 750 * 100vw);
    height: calc(13 / 750 * 100vw);
  }
  .sec01__check .checkbox-item .checkbox-item-txt {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
  .sec01__check .checkbox-item .checkbox-item-txt span {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
  .sec01 .button-container {
    margin: calc(40 / 750 * 100vw) 0 0;
  }
  .sec01 .button-container p {
    margin-bottom: calc(8 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec01 .result-container {
    margin-top: calc(50 / 750 * 100vw);
  }
  .sec01 .result-section {
    width: calc(690 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) calc(30 / 750 * 100vw)
      calc(40 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
  }
  .sec01 .result-section::after {
    height: calc(296 / 750 * 100vw);
  }
  .sec01 .result-section__img {
    right: calc(17 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
  }
  .sec01 .result-section__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec01 .result-section__head span {
    align-self: center;
    padding: 0 calc(2 / 750 * 100vw);
    margin-top: 0;
    margin-left: 0;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec01 .result-section__head .digit {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec01 .result-section__head .to {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec01 .result-section__head .mid {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec01 .result-section__head .sig {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec01 .result-section__box {
    padding: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
    margin: calc(37 / 750 * 100vw) auto 0;
  }
  .sec01 .result-section__sub-head {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec01 .result-section__txt {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
  .sec01 .result-section__end-txt {
    margin-top: calc(40 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    text-shadow: 0 calc(2 / 750 * 100vw) calc(4 / 750 * 100vw) rgb(0 0 0 / 25%);
  }
}
.sec02 {
  position: relative;
  background-color: #869c9c;
}
.sec02__top {
  position: relative;
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px)
    min(calc(20 / 1080 * 100vw), 20px) rgb(0 0 0 / 25%);
}
.sec02__top::before {
  position: absolute;
  bottom: max(calc(-42 / 1080 * 100vw), -42px);
  left: 50%;
  z-index: 10;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #869c9c;
  border-style: solid;
  border-width: 0 min(calc(56 / 1080 * 100vw), 56px)
    min(calc(50 / 1080 * 100vw), 50px);
  filter: drop-shadow(
    0 min(calc(8 / 1080 * 100vw), 8px) min(calc(20 / 1080 * 100vw), 20px)
      rgb(0 0 0 / 25%)
  );
  transform: translateX(-50%) rotate(-42deg);
}
.sec02 .u-wrap {
  position: relative;
}
.sec02__vertical {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
}
.sec02__cnt {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.sec02__balloon {
  position: absolute;
  top: 50%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(739 / 1080 * 100vw), 739px);
  height: min(calc(253 / 1080 * 100vw), 253px);
  transform: translateY(-50%);
}
.sec02__balloon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(739 / 1080 * 100vw), 739px);
  height: min(calc(253 / 1080 * 100vw), 253px);
  content: "";
  background: url("../img/pc/sec02-b-balloon.svg") center center/contain
    no-repeat;
  transform: translate(-50%, -50%);
}
.sec02__balloon-txt {
  position: relative;
  z-index: 20;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 180%;
  color: #ffffff;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec02__balloon-txt span {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 800;
  line-height: 180%;
  color: #03d4d4;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
.sec02__small-balloon {
  position: absolute;
  top: min(calc(25 / 1080 * 100vw), 25px);
  left: max(calc(-93 / 1080 * 100vw), -93px);
  z-index: 25;
  width: min(calc(233 / 1080 * 100vw), 233px);
  height: min(calc(120 / 1080 * 100vw), 120px);
}
.sec02__small-balloon span {
  position: absolute;
  z-index: 10;
  display: inline-block;
  width: 100%;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(26 / 1080 * 100vw), 26px)
    min(calc(40 / 1080 * 100vw), 40px) min(calc(53 / 1080 * 100vw), 53px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #efefe6;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec02__small-balloon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(233 / 1080 * 100vw), 233px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  content: "";
  background: url("../img/common/sec02-s-balloon.svg") center center/contain
    no-repeat;
  transform: translate(-50%, -50%);
}
.sec02__person {
  position: relative;
  z-index: 20;
}
.sec02__person img {
  width: min(calc(602 / 1080 * 100vw), 602px);
  height: min(calc(400 / 1080 * 100vw), 400px);
}
.sec02__person-txt {
  position: absolute;
  right: min(calc(43 / 1080 * 100vw), 43px);
  bottom: min(calc(77 / 1080 * 100vw), 77px);
  display: inline-block;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  background-color: #ffffff;
}
.sec02__bot {
  padding: min(calc(123 / 1080 * 100vw), 123px) 0
    min(calc(100 / 1080 * 100vw), 100px);
  background-color: #f6f1e6;
}
.sec02__bot-cnt {
  position: relative;
  width: 85%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0 0 min(calc(40 / 1080 * 100vw), 40px)
    min(calc(6 / 1080 * 100vw), 6px) rgb(0 0 0 / 25%);
}
.sec02__bot-top {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0
    min(calc(23 / 1080 * 100vw), 23px);
}
.sec02__bot-lead {
  position: absolute;
  top: max(calc(-18 / 1080 * 100vw), -18px);
  left: 50%;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(14 / 1080 * 100vw), 14px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  background-color: #000000;
  transform: translateX(-50%);
}
.sec02__bot-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec02__bot-head span:nth-of-type(1) {
  position: relative;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(4.48 / 1080 * 100vw), 4.48px);
}
.sec02__bot-head span:nth-of-type(1)::after {
  position: absolute;
  bottom: min(calc(6 / 1080 * 100vw), 6px);
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 102%;
  height: min(calc(17 / 1080 * 100vw), 17px);
  content: "";
  background-color: #fbff3e;
  transform: translateX(-50%);
}
.sec02__bot-head span:nth-of-type(1) .txt {
  position: relative;
  z-index: 10;
}
.sec02__bot-head span:nth-of-type(1) .txt::after {
  display: none;
}
.sec02__bot-head span:nth-of-type(2) {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec02__bot-sub-head {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec02__bot-boxes {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  justify-content: center;
  margin-top: min(calc(26 / 1080 * 100vw), 26px);
}
.sec02__bot-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(380 / 1080 * 100vw), 380px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(10 / 1080 * 100vw), 10px);
  background: #ffffff;
  border: 4px solid #000000;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
}
.sec02__bot-box-icon {
  position: absolute;
  top: max(calc(-60 / 1080 * 100vw), -60px);
  left: min(calc(14 / 1080 * 100vw), 14px);
  width: min(calc(92 / 1080 * 100vw), 92px);
}
.sec02__bot-box-icon.--right {
  right: min(calc(14 / 1080 * 100vw), 14px);
  left: auto;
}
.sec02__bot-box-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec02__bot-box-txt.--right {
  flex-direction: row;
  align-items: baseline;
}
.sec02__bot-box-txt span {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec02__bot-box-txt .big {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 140%;
  color: #11a0a0;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec02__bot-box-txt-2 {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.sec02__bot-mid {
  position: relative;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px)
    min(calc(25 / 1080 * 100vw), 25px);
  background-color: #ddf3f3;
}
.sec02__bot-mid::after {
  position: absolute;
  bottom: max(calc(-11 / 1080 * 100vw), -11px);
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #ddf3f3;
  border-style: solid;
  border-width: 0 min(calc(35 / 1080 * 100vw), 35px)
    min(calc(31 / 1080 * 100vw), 31px);
  transform: translateX(-50%) rotate(-42deg);
}
.sec02__bot-mid-txt {
  margin-top: min(calc(31 / 1080 * 100vw), 31px);
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec02__bot-mid-txt span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec02__bot-bot {
  padding: min(calc(44 / 1080 * 100vw), 44px) 0
    min(calc(42 / 1080 * 100vw), 42px);
  background-color: #000000;
  border-radius: 0 0 min(calc(12 / 1080 * 100vw), 12px)
    min(calc(12 / 1080 * 100vw), 12px);
}
.sec02__bot-bot-txt {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 180%;
  color: #ffffff;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec02__bot-bot-txt span {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  text-align: center;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}

@media screen and (width <= 1100px) {
  .sec02__bot-cnt {
    width: 100%;
  }
  .sec02__person {
    right: max(calc(-120 / 1080 * 100vw), -120px);
  }
}
@media screen and (width <= 767px) {
  .sec02__top {
    height: calc(576 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(20 / 750 * 100vw) rgb(0 0 0 / 25%);
  }
  .sec02__top::before {
    bottom: calc(-20 / 750 * 100vw);
    border-width: 0 calc(28 / 750 * 100vw) calc(25 / 750 * 100vw);
    filter: drop-shadow(
      0 calc(8 / 750 * 100vw) calc(20 / 750 * 100vw) rgb(0 0 0 / 25%)
    );
  }
  .sec02__top .u-wrap {
    width: 100%;
    padding: 0;
  }
  .sec02__cnt {
    position: relative;
  }
  .sec02__balloon {
    top: calc(218 / 750 * 100vw);
    width: calc(738 / 750 * 100vw);
    height: calc(318 / 750 * 100vw);
    transform: none;
  }
  .sec02__balloon::before {
    width: calc(738 / 750 * 100vw);
    height: calc(318 / 750 * 100vw);
    background-image: url("../img/sp/sec02-b-balloon.svg");
  }
  .sec02__balloon-txt {
    left: calc(-25 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec02__balloon-txt span {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
  .sec02__small-balloon {
    top: calc(-130 / 750 * 100vw);
    left: calc(70 / 750 * 100vw);
    width: calc(314 / 750 * 100vw);
    height: calc(162 / 750 * 100vw);
  }
  .sec02__small-balloon span {
    padding: calc(38 / 750 * 100vw) 0 0 calc(62 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec02__small-balloon::before {
    width: calc(314 / 750 * 100vw);
    height: calc(162 / 750 * 100vw);
  }
  .sec02__person {
    top: calc(-174 / 750 * 100vw);
  }
  .sec02__person img {
    width: calc(385 / 750 * 100vw);
    height: calc(392 / 750 * 100vw);
  }
  .sec02__person-txt {
    right: calc(83 / 750 * 100vw);
    bottom: calc(-23 / 750 * 100vw);
    min-width: calc(338 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) 0 calc(6 / 750 * 100vw)
      calc(30 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
  .sec02__bot {
    padding: calc(100 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
  .sec02__bot-cnt {
    border-radius: calc(12 / 750 * 100vw);
    box-shadow: 0 0 calc(40 / 750 * 100vw) calc(6 / 750 * 100vw)
      rgb(0 0 0 / 25%);
  }
  .sec02__bot-top {
    padding: calc(50 / 750 * 100vw) 0 calc(23 / 750 * 100vw);
  }
  .sec02__bot-lead {
    top: calc(-27 / 750 * 100vw);
    width: calc(410 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) 0;
    font-size: calc(32 / 750 * 100vw);
    text-align: center;
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec02__bot-head span:nth-of-type(1) {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
  .sec02__bot-head span:nth-of-type(1)::after {
    bottom: calc(6 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }
  .sec02__bot-head span:nth-of-type(2) {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec02__bot-sub-head {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec02__bot-boxes {
    gap: calc(30 / 750 * 100vw);
    margin-top: calc(84 / 750 * 100vw);
  }
  .sec02__bot-box {
    width: 47.5%;
    padding: calc(40 / 750 * 100vw) 0;
    border-radius: calc(20 / 750 * 100vw);
  }
  .sec02__bot-box-icon {
    top: calc(-60 / 750 * 100vw);
    left: 50%;
    width: calc(92 / 750 * 100vw);
    transform: translateX(-50%);
  }
  .sec02__bot-box-icon.--right {
    right: auto;
    left: 50%;
  }
  .sec02__bot-box-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec02__bot-box-txt span {
    flex-direction: column;
    align-items: center;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec02__bot-box-txt .big {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec02__bot-box-txt.--right {
    flex-direction: column;
  }
  .sec02__bot-mid {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw)
      calc(25 / 750 * 100vw);
  }
  .sec02__bot-mid::after {
    bottom: calc(-11 / 750 * 100vw);
    border-width: 0 calc(35 / 750 * 100vw) calc(31 / 750 * 100vw);
  }
  .sec02__bot-mid-txt {
    margin-top: calc(31 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec02__bot-mid-txt span {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec02__bot-bot {
    padding: calc(44 / 750 * 100vw) 0 calc(42 / 750 * 100vw);
    border-radius: 0 0 calc(12 / 750 * 100vw) calc(12 / 750 * 100vw);
  }
  .sec02__bot-bot-txt {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec02__bot-bot-txt span {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
}
.sec03 {
  position: relative;
}
.sec03 .u-wrap {
  position: relative;
}
.sec03__top {
  position: relative;
  height: min(calc(428 / 1080 * 100vw), 428px);
  overflow: hidden;
  background-color: #178989;
}
.sec03__top-inner {
  display: flex;
  justify-content: flex-end;
}
.sec03__top-person {
  position: relative;
  top: min(calc(7 / 1080 * 100vw), 7px);
  right: max(calc(-244 / 1080 * 100vw), -244px);
  z-index: 20;
  width: min(calc(835 / 1080 * 100vw), 835px);
}
.sec03__impact {
  position: absolute;
  top: min(calc(329 / 1080 * 100vw), 329px);
  left: 50%;
  z-index: 30;
  width: min(calc(356 / 1080 * 100vw), 356px);
  height: min(calc(191 / 1080 * 100vw), 191px);
  transform: translateX(-50%);
}
.sec03__impact span {
  position: absolute;
  top: 48%;
  left: 52%;
  z-index: 30;
  width: 100%;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 800;
  line-height: 140%;
  color: #000000;
  text-align: center;
  transform: translate(-50%, -50%);
}
.sec03__impact::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: min(calc(356 / 1080 * 100vw), 356px);
  height: min(calc(191 / 1080 * 100vw), 191px);
  content: "";
  background: url("../img/pc/sec03-impact.webp") center center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.sec03__balloon {
  position: absolute;
  top: 45%;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(739 / 1080 * 100vw), 739px);
  height: min(calc(253 / 1080 * 100vw), 253px);
  transform: translateY(-50%);
}
.sec03__balloon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(598 / 1080 * 100vw), 598px);
  height: min(calc(238 / 1080 * 100vw), 238px);
  content: "";
  background: url("../img/pc/sec03-b-balloon.svg") center center/contain
    no-repeat;
  transform: translate(-50%, -50%);
}
.sec03__balloon-txt {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec03__balloon-txt span {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec03__balloon-txt .big {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #18c5c5;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec03__bot {
  height: min(calc(537 / 1080 * 100vw), 537px);
  background-color: #14b4b4;
}
.sec03__bot-inner {
  display: flex;
}
.sec03__bot-person {
  position: relative;
  bottom: min(calc(63 / 1080 * 100vw), 63px);
  left: max(calc(-300 / 1080 * 100vw), -300px);
  z-index: 15;
}
.sec03__bot-person img {
  width: min(calc(958 / 1080 * 100vw), 958px);
}
.sec03__bot-person-txt {
  position: absolute;
  right: min(calc(275 / 1080 * 100vw), 275px);
  bottom: min(calc(100 / 1080 * 100vw), 100px);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  background-color: #ffffff;
  border: 1px solid #000000;
}
.sec03__info {
  position: absolute;
  top: 45%;
  right: max(calc(-60 / 1080 * 100vw), -60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: min(calc(903 / 1080 * 100vw), 903px);
  height: min(calc(374 / 1080 * 100vw), 374px);
  padding-top: min(calc(37 / 1080 * 100vw), 37px);
  transform: translateY(-50%);
}
.sec03__info::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: min(calc(903 / 1080 * 100vw), 903px);
  height: min(calc(374 / 1080 * 100vw), 374px);
  content: "";
  background: url("../img/pc/sec03-w-balloon.svg") center center/contain
    no-repeat;
  transform: translate(-50%, -50%);
}
.sec03__info-lead {
  position: relative;
  width: min(calc(528 / 1080 * 100vw), 528px);
  height: min(calc(57 / 1080 * 100vw), 57px);
  text-align: center;
}
.sec03__info-lead-inner {
  position: relative;
  top: min(calc(6 / 1080 * 100vw), 6px);
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  font-weight: 700;
  line-height: 140%;
  color: #ffffff;
  letter-spacing: min(calc(1.84 / 1080 * 100vw), 1.84px);
}
.sec03__info-lead-inner > .yellow {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 140%;
  color: #fbff3e;
  letter-spacing: min(calc(2.4 / 1080 * 100vw), 2.4px);
}
.sec03__info-lead::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: inline-block;
  width: min(calc(528 / 1080 * 100vw), 528px);
  height: min(calc(57 / 1080 * 100vw), 57px);
  content: "";
  background: url("../img/pc/sec03-green-balloon.svg") center center/contain
    no-repeat;
  transform: translate(-50%, -50%);
}
.sec03__info-head {
  display: flex;
  margin-top: min(calc(17 / 1080 * 100vw), 17px);
}
.sec03__info-head img {
  width: min(calc(263 / 1080 * 100vw), 263px);
  margin-right: min(calc(11 / 1080 * 100vw), 11px);
}
.sec03__info-head span {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 800;
  line-height: 140%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(3.6 / 1080 * 100vw), 3.6px);
}
.sec03__info-head .big {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 800;
  line-height: 140%;
  color: #333333;
  letter-spacing: min(calc(5 / 1080 * 100vw), 5px);
}
.sec03__info-txt {
  position: relative;
  left: max(calc(-20 / 1080 * 100vw), -20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: min(calc(25 / 1080 * 100vw), 25px);
}
.sec03__info-txt span {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 110%;
  color: #000000;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
.sec03__info-txt .digit {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  line-height: 110%;
  color: #11a0a0;
  letter-spacing: min(calc(4 / 1080 * 100vw), 4px);
}
.sec03__info-txt .green {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 110%;
  color: #11a0a0;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
.sec03__info-txt .big {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 110%;
  color: #11a0a0;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec03__info-circle {
  position: absolute;
  right: 0;
  bottom: max(calc(-43 / 1080 * 100vw), -43px);
  width: min(calc(198 / 1080 * 100vw), 198px);
}

@media screen and (width <= 1100px) {
  .sec03__balloon {
    left: -17%;
  }
  .sec03__top-person {
    right: max(calc(-315 / 1080 * 100vw), -315px);
  }
  .sec03__info {
    right: max(calc(-150 / 1080 * 100vw), -150px);
  }
  .sec03__info-circle {
    display: none;
  }
  .sec03__bot-person {
    left: max(calc(-410 / 1080 * 100vw), -410px);
  }
}
@media screen and (width <= 767px) {
  .sec03__top {
    position: relative;
    height: calc(744 / 750 * 100vw);
  }
  .sec03__top-person {
    position: absolute;
    top: calc(309 / 750 * 100vw);
    left: 50%;
    width: calc(835 / 750 * 100vw);
    transform: translateX(-50%);
  }
  .sec03__impact {
    top: calc(625 / 750 * 100vw);
    width: calc(421 / 750 * 100vw);
    height: calc(226 / 750 * 100vw);
  }
  .sec03__impact span {
    font-size: calc(34 / 750 * 100vw);
  }
  .sec03__impact::before {
    width: calc(421 / 750 * 100vw);
    height: calc(226 / 750 * 100vw);
  }
  .sec03__balloon {
    top: calc(80 / 750 * 100vw);
    left: 50%;
    width: calc(734 / 750 * 100vw);
    height: calc(238 / 750 * 100vw);
    transform: translateX(-50%);
  }
  .sec03__balloon::before {
    width: calc(734 / 750 * 100vw);
    height: calc(238 / 750 * 100vw);
    background-image: url("../img/sp/sec03-b-balloon.svg");
  }
  .sec03__balloon-txt span {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec03__balloon-txt .big {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec03__bot {
    position: relative;
    height: calc(918 / 750 * 100vw);
    padding-top: calc(150 / 750 * 100vw);
    background-color: #ffffff;
  }
  .sec03__bot::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: inline-block;
    width: 100vw;
    height: calc(182 / 750 * 100vw);
    content: "";
    background-color: #14b4b4;
  }
  .sec03__bot::after {
    position: absolute;
    top: calc(180 / 750 * 100vw);
    right: 0;
    left: 0;
    z-index: 0;
    display: inline-block;
    width: 100vw;
    height: calc(186 / 750 * 100vw);
    content: "";
    background-color: #d0f0f0;
  }
  .sec03__bot-inner {
    position: relative;
    display: block;
  }
  .sec03__bot-person {
    bottom: calc(20 / 750 * 100vw);
    left: calc(-31 / 750 * 100vw);
  }
  .sec03__bot-person img {
    width: calc(602 / 750 * 100vw);
  }
  .sec03__bot-person-txt {
    right: calc(275 / 750 * 100vw);
    bottom: calc(100 / 750 * 100vw);
    display: none;
    padding: calc(6 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(16 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
  }
  .sec03__info {
    position: relative;
    right: auto;
    z-index: 10;
    width: auto;
    width: 100%;
    height: auto;
    padding-top: 0;
    transform: none;
  }
  .sec03__info::before {
    display: none;
  }
  .sec03__info hgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec03__info-lead {
    width: calc(610 / 750 * 100vw);
    height: calc(69 / 750 * 100vw);
  }
  .sec03__info-lead-inner {
    top: calc(6 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
  }
  .sec03__info-lead-inner > .yellow {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.04 / 750 * 100vw);
  }
  .sec03__info-lead::before {
    z-index: 0;
    width: calc(610 / 750 * 100vw);
    height: calc(69 / 750 * 100vw);
    background-image: url("../img/sp/sec03-green-balloon.svg");
  }
  .sec03__info-head {
    margin-top: calc(32 / 750 * 100vw);
  }
  .sec03__info-head img {
    width: calc(263 / 750 * 100vw);
    margin-right: calc(11 / 750 * 100vw);
  }
  .sec03__info-head span {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(3.6 / 750 * 100vw);
  }
  .sec03__info-head .big {
    font-size: calc(50 / 750 * 100vw);
    letter-spacing: calc(5 / 750 * 100vw);
  }
  .sec03__info-txt {
    position: absolute;
    right: calc(10 / 750 * 100vw);
    bottom: calc(-300 / 750 * 100vw);
    left: auto;
    z-index: 20;
    align-items: flex-start;
    margin-top: 0;
  }
  .sec03__info-txt span {
    font-size: calc(34 / 750 * 100vw);
    line-height: 130%;
    letter-spacing: calc(2.72 / 750 * 100vw);
  }
  .sec03__info-txt .digit {
    font-size: calc(58 / 750 * 100vw);
    line-height: 130%;
    letter-spacing: calc(4.64 / 750 * 100vw);
  }
  .sec03__info-txt .green {
    font-size: calc(34 / 750 * 100vw);
    line-height: 130%;
    letter-spacing: calc(2.72 / 750 * 100vw);
  }
  .sec03__info-txt .big {
    font-size: calc(48 / 750 * 100vw);
    line-height: 130%;
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec03__info-circle {
    position: absolute;
    right: calc(70 / 750 * 100vw);
    bottom: calc(-540 / 750 * 100vw);
    left: auto;
    display: block;
    width: calc(198 / 750 * 100vw);
  }
}
.sec04 {
  position: relative;
  z-index: 20;
  padding-bottom: min(calc(100 / 1080 * 100vw), 100px);
  background-color: #14b5b5;
}
.sec04::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: min(calc(1021 / 1080 * 100vw), 1021px);
  content: "";
  background-color: #03d5d5;
}
.sec04__head {
  position: relative;
  z-index: 20;
  padding-top: min(calc(70 / 1080 * 100vw), 70px);
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
  background-color: #f4f4f4;
}
.sec04__head-bulb {
  width: min(calc(64 / 1080 * 100vw), 64px);
}
.sec04__head-bulb--left {
  margin-right: min(calc(42 / 1080 * 100vw), 42px);
}
.sec04__head-bulb--right {
  margin-left: min(calc(42 / 1080 * 100vw), 42px);
}
.sec04__head-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec04__head-txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.sec04__head-txt img {
  width: min(calc(190 / 1080 * 100vw), 190px);
  margin-right: min(calc(9 / 1080 * 100vw), 9px);
}
.sec04__head-txt span {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 800;
  line-height: 140%;
  color: #333333;
  letter-spacing: min(calc(3.6 / 1080 * 100vw), 3.6px);
}
.sec04__head-txt .green {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 140%;
  color: #11a0a0;
  letter-spacing: min(calc(4 / 1080 * 100vw), 4px);
}
.sec04__head::after {
  position: absolute;
  bottom: max(calc(-80 / 1080 * 100vw), -80px);
  left: 0;
  width: 100%;
  height: min(calc(81 / 1080 * 100vw), 81px);
  content: "";
  background-color: #f4f4f4;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.sec04__reason {
  position: relative;
  padding-top: min(calc(165 / 1080 * 100vw), 165px);
}
.sec04__reason-top {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.sec04__reason-top-txt {
  position: relative;
  width: min(calc(819 / 1080 * 100vw), 819px);
  height: min(calc(196 / 1080 * 100vw), 196px);
  padding-top: min(calc(44 / 1080 * 100vw), 44px);
  padding-left: min(calc(87 / 1080 * 100vw), 87px);
  margin-top: min(calc(46 / 1080 * 100vw), 46px);
  margin-left: min(calc(37 / 1080 * 100vw), 37px);
}
.sec04__reason-top-txt::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(819 / 1080 * 100vw), 819px);
  height: min(calc(196 / 1080 * 100vw), 196px);
  content: "";
  background: url("../img/pc/sec04-green-balloon.svg") center center/contain
    no-repeat;
  transform: translate(-50%, -50%);
}
.sec04__reason-top-txt-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.sec04__reason-top-txt-inner span:nth-of-type(1) {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec04__reason-top-txt-inner span:nth-of-type(1) .digit {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
}
.sec04__reason-top-txt-inner span:nth-of-type(2) {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec04__reason-top-txt-inner span:nth-of-type(2) .big-green {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.sec04__reason-top-txt-inner span:nth-of-type(2) .green {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec04__reason-top-person {
  position: absolute;
  top: max(calc(-155 / 1080 * 100vw), -155px);
  right: 0;
}
.sec04__reason-top-person-impact {
  position: absolute;
  bottom: max(calc(-84 / 1080 * 100vw), -84px);
  left: min(calc(145 / 1080 * 100vw), 145px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(224 / 1080 * 100vw), 224px);
  height: min(calc(128 / 1080 * 100vw), 128px);
  text-align: center;
}
.sec04__reason-top-person-impact::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(224 / 1080 * 100vw), 224px);
  height: min(calc(128 / 1080 * 100vw), 128px);
  content: "";
  background: url("../img/pc/sec04-balloon.webp") center center/contain
    no-repeat;
  transform: translate(-50%, -50%);
}
.sec04__reason-top-person-impact span {
  position: relative;
  z-index: 10;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 800;
  line-height: 140%;
  color: #000000;
  text-align: center;
}
.sec04__reason-top-person img {
  width: min(calc(445 / 1080 * 100vw), 445px);
}
.sec04__reason-bot {
  margin-top: min(calc(56 / 1080 * 100vw), 56px);
  border-radius: 0 0 min(calc(12 / 1080 * 100vw), 12px)
    min(calc(12 / 1080 * 100vw), 12px);
}
.sec04__reason-bot-circle {
  position: relative;
  margin-bottom: min(calc(11 / 1080 * 100vw), 11px);
}
.sec04__reason-bot-circle-txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: min(calc(20 / 1080 * 100vw), 20px);
  padding-left: min(calc(36 / 1080 * 100vw), 36px);
  transform: translateX(-50%);
}
.sec04__reason-bot-circle-txt span:nth-of-type(1) {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec04__reason-bot-circle-txt span:nth-of-type(2) {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 160%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(3.6 / 1080 * 100vw), 3.6px);
}
.sec04__reason-bot-circle-txt span:nth-of-type(2) .digit {
  font-size: min(calc(74 / 1080 * 100vw), 74px);
  font-weight: 700;
  line-height: 140%;
  color: #11a0a0;
}
.sec04__reason-bot-circle-txt span:nth-of-type(2) .green {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 700;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(3.6 / 1080 * 100vw), 3.6px);
}
.sec04__reason-bot-circle img {
  width: min(calc(727 / 1080 * 100vw), 727px);
  margin: 0 auto;
}
.sec04__reason-bot-notes {
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
.sec04__reason-bot-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  color: #666666;
  text-align: center;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
}
.sec04__answer {
  position: relative;
  z-index: 15;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(145 / 1080 * 100vw), 145px) auto 0;
}
.sec04__answer-inner {
  display: flex;
  flex-direction: column;
}
.sec04__answer-person {
  position: relative;
  justify-self: flex-start;
  width: min(calc(670 / 1080 * 100vw), 670px);
  height: min(calc(213 / 1080 * 100vw), 213px);
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
  padding-left: min(calc(255 / 1080 * 100vw), 255px);
}
.sec04__answer-person::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(670 / 1080 * 100vw), 670px);
  height: min(calc(213 / 1080 * 100vw), 213px);
  content: "";
  background: url("../img/pc/sec04-balloon-1.svg") center center/contain
    no-repeat;
  transform: translate(-50%, -50%);
}
.sec04__answer-person-txt {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.sec04__answer-person-txt span {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #ffffff;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec04__answer-person-txt .yellow {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec04__answer-person img {
  position: absolute;
  bottom: max(calc(-19 / 1080 * 100vw), -19px);
  left: max(calc(-13 / 1080 * 100vw), -13px);
  z-index: 10;
  width: min(calc(266 / 1080 * 100vw), 266px);
}
.sec04__answer-person--2,
.sec04__answer-person--3 {
  margin-top: min(calc(44 / 1080 * 100vw), 44px);
}
.sec04__answer-person--2::before,
.sec04__answer-person--3::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.sec04__answer-person--2 {
  align-self: flex-end;
  width: min(calc(735 / 1080 * 100vw), 735px);
  height: min(calc(213 / 1080 * 100vw), 213px);
  padding-left: min(calc(66 / 1080 * 100vw), 66px);
}
.sec04__answer-person--2 img {
  right: max(calc(-106 / 1080 * 100vw), -106px);
  bottom: 0;
  left: auto;
  width: min(calc(449 / 1080 * 100vw), 449px);
  height: min(calc(361 / 1080 * 100vw), 361px);
}
.sec04__answer-person--2::before {
  width: min(calc(735 / 1080 * 100vw), 735px);
  height: min(calc(213 / 1080 * 100vw), 213px);
  background-image: url("../img/pc/sec04-balloon-2.svg");
}
.sec04__answer-person--2 .blk {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec04__answer-person--2 .digit {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
}
.sec04__answer-person--2 .green {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec04__answer-person--3 {
  width: min(calc(710 / 1080 * 100vw), 710px);
  height: min(calc(169 / 1080 * 100vw), 169px);
  padding-top: min(calc(52 / 1080 * 100vw), 52px);
  padding-left: min(calc(320 / 1080 * 100vw), 320px);
  margin-top: min(calc(55 / 1080 * 100vw), 55px);
}
.sec04__answer-person--3::before {
  width: min(calc(710 / 1080 * 100vw), 710px);
  height: min(calc(169 / 1080 * 100vw), 169px);
  background-image: url("../img/pc/sec04-balloon-3.svg");
}
.sec04__answer-person--3 img {
  bottom: max(calc(-18 / 1080 * 100vw), -18px);
  left: max(calc(-197 / 1080 * 100vw), -197px);
  width: min(calc(479 / 1080 * 100vw), 479px);
}
.sec04__answer-person--3 .forth {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #ffffff;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}

@media screen and (width <= 1100px) {
  .sec04__answer-person--3 {
    padding-left: min(calc(380 / 1080 * 100vw), 380px);
  }
  .sec04__answer-person--3 img {
    left: max(calc(-111 / 1080 * 100vw), -111px);
  }
}
@media screen and (width <= 767px) {
  .sec04 {
    padding-bottom: calc(80 / 750 * 100vw);
  }
  .sec04::after {
    height: calc(1021 / 750 * 100vw);
  }
  .sec04__head {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
  }
  .sec04__head-bulb {
    width: calc(64 / 750 * 100vw);
  }
  .sec04__head-bulb--left {
    margin-right: calc(42 / 750 * 100vw);
  }
  .sec04__head-bulb--right {
    margin-left: calc(42 / 750 * 100vw);
  }
  .sec04__head-txt {
    display: flex;
    flex-direction: column;
    gap: calc(9 / 750 * 100vw);
    align-items: center;
    justify-content: center;
  }
  .sec04__head-txt img {
    width: calc(236 / 750 * 100vw);
    margin-right: 0;
  }
  .sec04__head-txt span {
    font-size: calc(44 / 750 * 100vw);
    letter-spacing: calc(4.4 / 750 * 100vw);
  }
  .sec04__head-txt .green {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(4.8 / 750 * 100vw);
  }
  .sec04__head::after {
    bottom: calc(-80 / 750 * 100vw);
    height: calc(81 / 750 * 100vw);
  }
  .sec04__reason {
    padding-top: calc(165 / 750 * 100vw);
  }
  .sec04__reason-top {
    overflow: hidden;
  }
  .sec04__reason-top-txt {
    position: relative;
    left: calc(-103 / 750 * 100vw);
    width: calc(716 / 750 * 100vw);
    height: calc(301 / 750 * 100vw);
    padding-top: calc(44 / 750 * 100vw);
    padding-left: calc(87 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    margin-left: calc(37 / 750 * 100vw);
  }
  .sec04__reason-top-txt::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: calc(716 / 750 * 100vw);
    height: calc(301 / 750 * 100vw);
    content: "";
    background: url("../img/sp/sec04-green-balloon.svg") center center/contain
      no-repeat;
    transform: translate(-50%, -50%);
  }
  .sec04__reason-top-txt-inner {
    position: relative;
    position: absolute;
    top: 50%;
    left: 44%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    transform: translate(-50%, -50%);
  }
  .sec04__reason-top-txt-inner span:nth-of-type(1) {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec04__reason-top-txt-inner span:nth-of-type(1) .digit {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
  .sec04__reason-top-txt-inner span:nth-of-type(2) {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec04__reason-top-txt-inner span:nth-of-type(2) .big-green {
    font-size: calc(52 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec04__reason-top-txt-inner span:nth-of-type(2) .green {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec04__reason-top-txt::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(716 / 750 * 100vw);
    height: calc(310 / 750 * 100vw);
    background-image: url("../img/sp/sec04-green-balloon.svg");
    transform: translate(-50%, -50%);
  }
  .sec04__reason-top-person {
    top: calc(-102 / 750 * 100vw);
  }
  .sec04__reason-top-person-impact {
    right: calc(29 / 750 * 100vw);
    bottom: calc(-84 / 750 * 100vw);
    left: auto;
    width: calc(252 / 750 * 100vw);
    height: calc(144 / 750 * 100vw);
  }
  .sec04__reason-top-person-impact::before {
    width: calc(252 / 750 * 100vw);
    height: calc(144 / 750 * 100vw);
  }
  .sec04__reason-top-person-impact span {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec04__reason-top-person img {
    width: calc(690 / 750 * 100vw);
  }
  .sec04__reason-bot {
    margin-top: calc(100 / 750 * 100vw);
    border-radius: 0 0 calc(12 / 750 * 100vw) calc(12 / 750 * 100vw);
  }
  .sec04__reason-bot-circle {
    margin-bottom: calc(24 / 750 * 100vw);
  }
  .sec04__reason-bot-circle-txt {
    width: 100%;
    padding-bottom: calc(15 / 750 * 100vw);
    padding-left: 0;
  }
  .sec04__reason-bot-circle-txt span:nth-of-type(1) {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec04__reason-bot-circle-txt span:nth-of-type(2) {
    font-size: calc(44 / 750 * 100vw);
    letter-spacing: calc(4.4 / 750 * 100vw);
  }
  .sec04__reason-bot-circle-txt span:nth-of-type(2) .digit {
    font-size: calc(82 / 750 * 100vw);
  }
  .sec04__reason-bot-circle-txt span:nth-of-type(2) .green {
    font-size: calc(44 / 750 * 100vw);
    letter-spacing: calc(4.4 / 750 * 100vw);
  }
  .sec04__reason-bot-circle img {
    width: calc(642 / 750 * 100vw);
  }
  .sec04__reason-bot-notes {
    padding-bottom: calc(50 / 750 * 100vw);
  }
  .sec04__reason-bot-note {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.8 / 750 * 100vw);
  }
  .sec04__answer {
    width: calc(920 / 750 * 100vw);
    margin: calc(145 / 750 * 100vw) auto 0;
  }
  .sec04__answer-person {
    width: calc(790 / 750 * 100vw);
    height: calc(213 / 750 * 100vw);
    padding-top: calc(34 / 750 * 100vw);
    padding-left: calc(255 / 750 * 100vw);
  }
  .sec04__answer-person::before {
    width: calc(790 / 750 * 100vw);
    height: calc(213 / 750 * 100vw);
    background-image: url("../img/sp/sec04-balloon-1.svg");
  }
  .sec04__answer-person-txt span {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec04__answer-person-txt .yellow {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec04__answer-person img {
    bottom: calc(-19 / 750 * 100vw);
    left: calc(-13 / 750 * 100vw);
    width: calc(266 / 750 * 100vw);
  }
  .sec04__answer-person--2,
  .sec04__answer-person--3 {
    margin-top: calc(96 / 750 * 100vw);
  }
  .sec04__answer-person--2 {
    left: calc(-40 / 750 * 100vw);
    align-self: flex-start;
    width: calc(790 / 750 * 100vw);
    height: calc(213 / 750 * 100vw);
    padding-top: calc(26 / 750 * 100vw);
    padding-left: calc(66 / 750 * 100vw);
  }
  .sec04__answer-person--2::before {
    width: calc(790 / 750 * 100vw);
    height: calc(213 / 750 * 100vw);
    background-image: url("../img/sp/sec04-balloon-2.svg");
  }
  .sec04__answer-person--2 img {
    right: auto;
    bottom: 0;
    left: calc(508 / 750 * 100vw);
    width: calc(302 / 750 * 100vw);
    height: calc(380 / 750 * 100vw);
  }
  .sec04__answer-person--2 .blk {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec04__answer-person--2 .digit {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(2.72 / 750 * 100vw);
  }
  .sec04__answer-person--2 .green {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec04__answer-person--3 {
    width: calc(790 / 750 * 100vw);
    height: calc(170 / 750 * 100vw);
    padding-top: calc(39 / 750 * 100vw);
    padding-left: calc(320 / 750 * 100vw);
    margin-top: calc(122 / 750 * 100vw);
  }
  .sec04__answer-person--3::before {
    width: calc(790 / 750 * 100vw);
    height: calc(170 / 750 * 100vw);
    background-image: url("../img/sp/sec04-balloon-3.svg");
  }
  .sec04__answer-person--3 img {
    bottom: calc(-11 / 750 * 100vw);
    left: calc(-25 / 750 * 100vw);
    width: calc(375 / 750 * 100vw);
  }
  .sec04__answer-person--3 .forth {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
}
.sec05 {
  padding: min(calc(100 / 1080 * 100vw), 100px) 0;
  background-color: #14b5b5;
}
.sec05__fukidashi {
  display: none;
}
.sec05__cnt {
  padding-top: min(calc(58 / 1080 * 100vw), 58px);
  padding-bottom: min(calc(43 / 1080 * 100vw), 43px);
}
.sec05__top,
.sec05__mid {
  position: relative;
}
.sec05__top::before,
.sec05__mid::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.sec05__top-txt,
.sec05__mid-txt {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
}
.sec05__top img,
.sec05__mid img {
  position: absolute;
  z-index: 10;
}
.sec05__top {
  width: min(calc(818 / 1080 * 100vw), 818px);
  height: min(calc(196 / 1080 * 100vw), 196px);
  padding-top: min(calc(30 / 1080 * 100vw), 30px);
  padding-left: min(calc(57 / 1080 * 100vw), 57px);
  margin-left: min(calc(38 / 1080 * 100vw), 38px);
}
.sec05__top::before {
  width: min(calc(818 / 1080 * 100vw), 818px);
  height: min(calc(196 / 1080 * 100vw), 196px);
  background-image: url("../img/pc/sec05-balloon-1.svg");
}
.sec05__top-txt span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #ffffff;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec05__top-txt .ye {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec05__top img {
  right: max(calc(-280 / 1080 * 100vw), -280px);
  bottom: 0;
  width: min(calc(651 / 1080 * 100vw), 651px);
}
.sec05__mid {
  width: min(calc(829 / 1080 * 100vw), 829px);
  height: min(calc(258 / 1080 * 100vw), 258px);
  margin-top: min(calc(160 / 1080 * 100vw), 160px);
  margin-right: min(calc(15 / 1080 * 100vw), 15px);
  margin-left: auto;
}
.sec05__mid::before {
  width: min(calc(829 / 1080 * 100vw), 829px);
  height: min(calc(258 / 1080 * 100vw), 258px);
  background-image: url("../img/pc/sec05-balloon-2.svg");
}
.sec05__mid-impact {
  position: absolute;
  top: max(calc(-120 / 1080 * 100vw), -120px);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(294 / 1080 * 100vw), 294px);
  height: min(calc(158 / 1080 * 100vw), 158px);
  text-align: center;
  transform: translateX(-50%);
}
.sec05__mid-impact p {
  z-index: 10;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec05__mid-impact::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(294 / 1080 * 100vw), 294px);
  height: min(calc(158 / 1080 * 100vw), 158px);
  content: "";
  background: url("../img/pc/sec05-impact.webp") center center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.sec05__mid-txts {
  position: relative;
  z-index: 10;
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
  padding-left: min(calc(217 / 1080 * 100vw), 217px);
}
.sec05__mid-txt-1 span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec05__mid-txt-2 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec05__mid-txt-2 .green {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec05__mid img {
  bottom: 0;
  left: max(calc(-135 / 1080 * 100vw), -135px);
  width: min(calc(364 / 1080 * 100vw), 364px);
}
.sec05__bot {
  padding: 0 min(calc(47 / 1080 * 100vw), 47px);
}
.sec05__bot-top {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec05__bot-top-line {
  width: 100%;
  margin: min(calc(15 / 1080 * 100vw), 15px) auto 0;
}
.sec05__bot-top-list {
  display: flex;
  justify-content: space-between;
}
.sec05__bot-top-list-item {
  position: relative;
  width: min(calc(250 / 1080 * 100vw), 250px);
  padding: min(calc(29 / 1080 * 100vw), 29px) min(calc(10 / 1080 * 100vw), 10px)
    min(calc(24 / 1080 * 100vw), 24px);
  text-align: center;
  background: #f5f5f5;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
}
.sec05__bot-top-list-item:first-of-type::before {
  position: absolute;
  top: max(calc(-20 / 1080 * 100vw), -20px);
  left: max(calc(-20 / 1080 * 100vw), -20px);
  display: inline-block;
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: min(calc(50 / 1080 * 100vw), 50px);
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  content: "無料";
  background-color: #fbff3e;
  border: 1px solid #000000;
  border-radius: 50%;
}
.sec05__bot-top-list-item.--green {
  background: #def4f4;
}
.sec05__bot-top-list-item-label {
  position: absolute;
  top: max(calc(-13 / 1080 * 100vw), -13px);
  left: 50%;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 100%;
  color: #14b4b4;
  text-align: center;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  transform: translateX(-50%);
}
.sec05__bot-top-list-item-arrow {
  position: absolute;
  top: 50%;
  right: max(calc(-53 / 1080 * 100vw), -53px);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(66 / 1080 * 100vw), 66px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  text-align: center;
  transform: translateY(-50%);
}
.sec05__bot-top-list-item-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  padding-right: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  color: #ffffff;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  transform: translate(-50%, -50%);
}
.sec05__bot-top-list-item-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(66 / 1080 * 100vw), 66px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  content: "";
  background: url("../img/pc/sec05-arrow.svg") center center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.sec05__bot-top-list-item-txt {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 150%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec05__bot-bot {
  display: flex;
  align-items: center;
  margin-top: min(calc(38 / 1080 * 100vw), 38px);
}
.sec05__bot-bot img {
  width: min(calc(158 / 1080 * 100vw), 158px);
}
.sec05__bot-bot-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: min(calc(15 / 1080 * 100vw), 15px);
}
.sec05__bot-bot-txt span:nth-of-type(1) {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec05__bot-bot-txt span:nth-of-type(2) {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  text-align: center;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec05__bot-bot-icons {
  display: flex;
}
.sec05__circle {
  position: absolute;
  right: max(calc(-36 / 1080 * 100vw), -36px);
  bottom: min(calc(20 / 1080 * 100vw), 20px);
}
.sec05__circle img {
  width: min(calc(294 / 1080 * 100vw), 294px);
}

@media screen and (width <= 1100px) {
  .sec05__mid img {
    left: max(calc(-120 / 1080 * 100vw), -120px);
  }
}
@media screen and (width <= 767px) {
  .sec05 {
    padding: calc(125 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
  .sec05__reason {
    position: relative;
    overflow: visible;
  }
  .sec05__fukidashi {
    position: absolute;
    top: calc(20 / 750 * 100vw);
    right: 0;
    z-index: 20;
    display: block;
    width: calc(221 / 750 * 100vw);
  }
  .sec05__cnt {
    padding-top: calc(58 / 750 * 100vw);
    padding-bottom: calc(43 / 750 * 100vw);
    overflow: hidden;
  }
  .sec05__top {
    width: calc(708 / 750 * 100vw);
    height: calc(296 / 750 * 100vw);
    padding-top: calc(36 / 750 * 100vw);
    padding-left: calc(30 / 750 * 100vw);
    margin-left: 0;
  }
  .sec05__top::before {
    left: 47%;
    width: calc(708 / 750 * 100vw);
    height: calc(296 / 750 * 100vw);
    background-image: url("../img/sp/sec05-balloon-1.svg");
  }
  .sec05__top-txt span {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec05__top-txt .ye {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec05__top img {
    right: calc(15 / 750 * 100vw);
    bottom: 0;
    width: calc(335 / 750 * 100vw);
  }
  .sec05__mid {
    width: auto;
    height: auto;
    padding-top: calc(187 / 750 * 100vw);
    margin-top: 0;
    margin-right: 0;
  }
  .sec05__mid::before {
    display: none;
  }
  .sec05__mid-impact {
    top: calc(48 / 750 * 100vw);
    right: calc(55 / 750 * 100vw);
    left: auto;
    z-index: 20;
    width: calc(386 / 750 * 100vw);
    height: calc(198 / 750 * 100vw);
    transform: none;
  }
  .sec05__mid-impact p {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec05__mid-impact::before {
    width: calc(386 / 750 * 100vw);
    height: calc(198 / 750 * 100vw);
  }
  .sec05__mid-txts {
    padding-top: 0;
    padding-left: 0;
  }
  .sec05__mid-txt-1 {
    position: relative;
    width: calc(661 / 750 * 100vw);
    height: calc(273 / 750 * 100vw);
  }
  .sec05__mid-txt-1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: calc(661 / 750 * 100vw);
    height: calc(273 / 750 * 100vw);
    content: "";
    background: url("../img/sp/sec05-2step.svg") center center/contain no-repeat;
    transform: translate(-50%, -50%);
  }
  .sec05__mid-txt-1 span {
    position: absolute;
    top: 50%;
    right: calc(50 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
    transform: translateY(-50%);
  }
  .sec05__mid-txt-2 {
    margin-top: calc(35 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    text-align: center;
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec05__mid-txt-2 .green {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec05__mid img {
    bottom: calc(266 / 750 * 100vw);
    left: calc(0 / 750 * 100vw);
    width: calc(290 / 750 * 100vw);
  }
  .sec05__bot {
    padding: 0 calc(47 / 750 * 100vw);
  }
  .sec05__bot-top {
    position: relative;
    padding: calc(56 / 750 * 100vw) calc(40 / 750 * 100vw)
      calc(40 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    border: 2px solid #333333;
  }
  .sec05__bot-top::after {
    position: absolute;
    bottom: calc(-30 / 750 * 100vw);
    left: 50%;
    width: 2px;
    height: calc(30 / 750 * 100vw);
    content: "";
    background-color: #333333;
    transform: translateX(-50%);
  }
  .sec05__bot-top-line {
    display: none;
    margin: calc(15 / 750 * 100vw) auto 0;
  }
  .sec05__bot-top-list {
    flex-direction: column;
    gap: calc(120 / 750 * 100vw);
  }
  .sec05__bot-top-list-item {
    width: 100%;
    padding: calc(23 / 750 * 100vw) calc(10 / 750 * 100vw)
      calc(18 / 750 * 100vw);
    border-radius: calc(4 / 750 * 100vw);
  }
  .sec05__bot-top-list-item:first-of-type::before {
    top: calc(-20 / 750 * 100vw);
    left: calc(50 / 750 * 100vw);
    width: calc(68 / 750 * 100vw);
    height: calc(68 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    line-height: calc(68 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec05__bot-top-list-item-label {
    top: calc(-13 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(0.96 / 750 * 100vw);
  }
  .sec05__bot-top-list-item-arrow {
    top: calc(111 / 750 * 100vw);
    right: auto;
    left: 50%;
    width: calc(100 / 750 * 100vw);
    height: calc(76 / 750 * 100vw);
    transform: translateX(-50%);
  }
  .sec05__bot-top-list-item-arrow span {
    padding-right: 0;
    padding-bottom: calc(20 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec05__bot-top-list-item-arrow::before {
    width: calc(100 / 750 * 100vw);
    height: calc(76 / 750 * 100vw);
    background-image: url("../img/sp/sec05-arrow.svg");
  }
  .sec05__bot-top-list-item-txt {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.28 / 750 * 100vw);
  }
  .sec05__bot-bot {
    display: flex;
    flex-direction: column;
    margin-top: calc(54 / 750 * 100vw);
  }
  .sec05__bot-bot img {
    width: calc(158 / 750 * 100vw);
  }
  .sec05__bot-bot-icons {
    align-self: flex-start;
    margin-top: min(calc(32 / 1080 * 100vw), 32px);
  }
  .sec05__bot-bot-txt span:nth-of-type(1) {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec05__bot-bot-txt span:nth-of-type(2) {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec05__circle {
    right: calc(-36 / 750 * 100vw);
    bottom: calc(20 / 750 * 100vw);
  }
  .sec05__circle img {
    width: calc(294 / 750 * 100vw);
  }
}
.sec06 {
  padding: min(calc(100 / 1080 * 100vw), 100px) 0;
  overflow: hidden;
  background: #03d4d4;
}
.sec06__cnt {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: min(calc(79 / 1080 * 100vw), 79px);
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
  background-color: #ffffff;
}
.sec06__top {
  position: relative;
  width: min(calc(865 / 1080 * 100vw), 865px);
  height: min(calc(255 / 1080 * 100vw), 255px);
  padding-top: min(calc(30 / 1080 * 100vw), 30px);
  padding-left: min(calc(87 / 1080 * 100vw), 87px);
  margin-right: min(calc(15 / 1080 * 100vw), 15px);
}
.sec06__top-blk-balloon {
  position: absolute;
  top: max(calc(-50 / 1080 * 100vw), -50px);
  left: min(calc(45 / 1080 * 100vw), 45px);
  width: min(calc(135 / 1080 * 100vw), 135px);
  height: min(calc(70 / 1080 * 100vw), 70px);
}
.sec06__top-blk-balloon span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  transform: translate(-50%, -50%);
}
.sec06__top-blk-balloon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(135 / 1080 * 100vw), 135px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  content: "";
  background: url("../img/pc/sec06-blk-balloon.svg") center center/contain
    no-repeat;
  transform: translate(-50%, -50%);
}
.sec06__top-txt {
  position: relative;
  z-index: 10;
}
.sec06__top-txt span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #ffffff;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec06__top-txt .ye {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec06__top::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(865 / 1080 * 100vw), 865px);
  height: min(calc(255 / 1080 * 100vw), 255px);
  content: "";
  background-image: url("../img/pc/sec06-balloon-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.sec06__top img {
  position: absolute;
  right: max(calc(-200 / 1080 * 100vw), -200px);
  bottom: 0;
  width: min(calc(612 / 1080 * 100vw), 612px);
}
.sec06__mid {
  position: relative;
  width: min(calc(829 / 1080 * 100vw), 829px);
  height: min(calc(285 / 1080 * 100vw), 285px);
  padding-top: min(calc(47 / 1080 * 100vw), 47px);
  padding-left: min(calc(240 / 1080 * 100vw), 240px);
  margin-top: min(calc(129 / 1080 * 100vw), 129px);
  margin-right: min(calc(27 / 1080 * 100vw), 27px);
}
.sec06__mid::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(829 / 1080 * 100vw), 829px);
  height: min(calc(285 / 1080 * 100vw), 285px);
  content: "";
  background-image: url("../img/pc/sec06-balloon-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.sec06__mid-impact {
  position: absolute;
  top: max(calc(-95 / 1080 * 100vw), -95px);
  right: min(calc(100 / 1080 * 100vw), 100px);
  width: min(calc(294 / 1080 * 100vw), 294px);
  height: min(calc(148 / 1080 * 100vw), 148px);
}
.sec06__mid-impact p {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  transform: translate(-50%, -50%);
}
.sec06__mid-impact::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(294 / 1080 * 100vw), 294px);
  height: min(calc(148 / 1080 * 100vw), 148px);
  content: "";
  background-image: url("../img/pc/sec06-impact.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.sec06__mid-txts {
  position: relative;
  z-index: 10;
}
.sec06__mid-txt-1,
.sec06__mid-txt-3 {
  padding-left: min(calc(15 / 1080 * 100vw), 15px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec06__mid-txt-2 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
.sec06__mid-txt-2-item {
  position: relative;
  display: inline-block;
  width: min(calc(271 / 1080 * 100vw), 271px);
  height: min(calc(100 / 1080 * 100vw), 100px);
}
.sec06__mid-txt-2-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(271 / 1080 * 100vw), 271px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  content: "";
  background-image: url("../img/pc/sec06-s-balloon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.sec06__mid-txt-2-item-txt {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translate(-50%, -50%);
}
.sec06__mid-txt-2-item-txt span {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec06__mid-txt-2-item-txt .ye {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 700;
  line-height: 110%;
  color: #fbff3e;
}
.sec06__mid-txt-2-item-txt .ye2 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
  line-height: 110%;
  color: #fbff3e;
  text-align: center;
}
.sec06__mid img {
  position: absolute;
  bottom: 0;
  left: max(calc(-92 / 1080 * 100vw), -92px);
  width: min(calc(344 / 1080 * 100vw), 344px);
}
.sec06__bot {
  align-self: center;
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
}
.sec06__bot-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec06__bot-txt span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec06__bot-txt .green {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec06__answer {
  position: relative;
  z-index: 10;
  margin-top: min(calc(120 / 1080 * 100vw), 120px);
}
.sec06__answer-item {
  position: relative;
  width: min(calc(784 / 1080 * 100vw), 784px);
  height: min(calc(187 / 1080 * 100vw), 187px);
  padding-top: min(calc(37 / 1080 * 100vw), 37px);
  padding-left: min(calc(69 / 1080 * 100vw), 69px);
  margin: 0 auto;
}
.sec06__answer-item-txt {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.sec06__answer-item-txt span {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  color: #ffffff;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
}
.sec06__answer-item-txt .ye {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec06__answer-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(784 / 1080 * 100vw), 784px);
  height: min(calc(184 / 1080 * 100vw), 184px);
  content: "";
  background-image: url("../img/pc/sec06-balloon-3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.sec06__answer-person {
  position: absolute;
  right: max(calc(-65 / 1080 * 100vw), -65px);
  bottom: max(calc(-305 / 1080 * 100vw), -305px);
  z-index: 25;
  width: min(calc(475 / 1080 * 100vw), 475px);
}
.sec06__answer-amp {
  position: absolute;
  right: max(calc(-140 / 1080 * 100vw), -140px);
  bottom: max(calc(-300 / 1080 * 100vw), -300px);
  z-index: 0;
  width: min(calc(600 / 1080 * 100vw), 600px);
}

@media screen and (width <= 767px) {
  .sec06 {
    padding: calc(125 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
  .sec06__cnt {
    z-index: 20;
    padding-top: calc(84 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
  }
  .sec06__top {
    position: relative;
    width: calc(630 / 750 * 100vw);
    height: calc(717 / 750 * 100vw);
    padding-top: calc(48 / 750 * 100vw);
    padding-left: calc(56 / 750 * 100vw);
    margin-right: auto;
    margin-left: auto;
  }
  .sec06__top-blk-balloon {
    top: calc(-42 / 750 * 100vw);
    left: 50%;
    width: calc(151 / 750 * 100vw);
    height: calc(78 / 750 * 100vw);
    transform: translateX(-50%);
  }
  .sec06__top-blk-balloon span {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec06__top-blk-balloon::before {
    width: calc(135 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
  .sec06__top-txt span {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec06__top-txt .ye {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec06__top::before {
    width: calc(630 / 750 * 100vw);
    height: calc(717 / 750 * 100vw);
    background-image: url("../img/sp/sec06-balloon-1.svg");
  }
  .sec06__top img {
    right: auto;
    left: 50%;
    width: calc(612 / 750 * 100vw);
    transform: translateX(-50%);
  }
  .sec06__mid {
    width: calc(630 / 750 * 100vw);
    height: calc(700 / 750 * 100vw);
    padding-top: calc(83 / 750 * 100vw);
    padding-left: 0;
    margin-top: calc(153 / 750 * 100vw);
    margin-right: auto;
    margin-left: auto;
  }
  .sec06__mid::before {
    width: calc(630 / 750 * 100vw);
    height: calc(700 / 750 * 100vw);
    background-image: url("../img/sp/sec06-balloon-2.svg");
  }
  .sec06__mid-impact {
    position: absolute;
    top: calc(-95 / 750 * 100vw);
    right: auto;
    left: 50%;
    width: calc(320 / 750 * 100vw);
    height: calc(172 / 750 * 100vw);
    white-space: nowrap;
    transform: translateX(-50%);
  }
  .sec06__mid-impact::before {
    width: calc(320 / 750 * 100vw);
    height: calc(172 / 750 * 100vw);
  }
  .sec06__mid-impact p {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec06__mid-txt-1,
  .sec06__mid-txt-3 {
    padding-left: 0;
    font-size: calc(32 / 750 * 100vw);
    text-align: center;
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec06__mid-txt-2 {
    display: flex;
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
    align-items: center;
    justify-content: center;
    margin-top: calc(8 / 750 * 100vw);
    margin-bottom: calc(5 / 750 * 100vw);
  }
  .sec06__mid-txt-2-item {
    width: calc(550 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
  .sec06__mid-txt-2-item::before {
    width: calc(550 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    background-image: url("../img/sp/sec06-s-balloon.svg");
  }
  .sec06__mid-txt-2-item-txt {
    display: flex;
    flex-direction: row;
    align-items: baseline;
  }
  .sec06__mid-txt-2-item-txt span {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
  .sec06__mid-txt-2-item-txt .ye {
    font-size: calc(54 / 750 * 100vw);
  }
  .sec06__mid-txt-2-item-txt .ye2 {
    font-size: calc(40 / 750 * 100vw);
  }
  .sec06__mid-txt-3 {
    width: calc(390 / 750 * 100vw);
    margin-top: calc(56 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
    margin-left: auto;
    text-align: center;
  }
  .sec06__mid img {
    left: calc(-38 / 750 * 100vw);
    z-index: 20;
    width: calc(320 / 750 * 100vw);
  }
  .sec06__bot {
    margin-top: calc(28 / 750 * 100vw);
  }
  .sec06__bot-txt span {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec06__bot-txt .green {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
  }
  .sec06__answer {
    margin-top: calc(120 / 750 * 100vw);
  }
  .sec06__answer-item {
    left: calc(-92 / 750 * 100vw);
    width: calc(784 / 750 * 100vw);
    height: calc(302 / 750 * 100vw);
    padding-top: calc(37 / 750 * 100vw);
    padding-left: calc(69 / 750 * 100vw);
  }
  .sec06__answer-item::before {
    width: calc(784 / 750 * 100vw);
    height: calc(302 / 750 * 100vw);
    background-image: url("../img/sp/sec06-balloon-3.svg");
  }
  .sec06__answer-item-txt {
    z-index: 20;
  }
  .sec06__answer-item-txt span {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec06__answer-item-txt .ye {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec06__answer-person {
    right: calc(-130 / 750 * 100vw);
    bottom: calc(-422 / 750 * 100vw);
    width: calc(475 / 750 * 100vw);
  }
  .sec06__answer-amp {
    right: calc(-140 / 750 * 100vw);
    bottom: calc(-300 / 750 * 100vw);
    display: none;
    width: calc(329 / 750 * 100vw);
  }
}
.sec07 .hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sec07 .hero__background {
  display: block;
  width: 100%;
  background-color: #11a0a0;
}
.sec07 .hero__background img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sec07 .hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  text-align: right;
  transform: translate(-50%, -50%);
}
.sec07 .hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec07 .hero__title span {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #ffffff;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec07 .hero__title .ye {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  text-align: center;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
  text-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) 0 rgb(0 0 0 / 16%);
}
.sec07 .document {
  padding: min(calc(46 / 1080 * 100vw), 46px) 0
    min(calc(80 / 1080 * 100vw), 80px);
  background-color: #ffffff;
}
.sec07 .document__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec07 .document__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sec07 .document__title::after {
  position: absolute;
  top: 50%;
  right: max(calc(-130 / 1080 * 100vw), -130px);
  display: inline-block;
  width: min(calc(136 / 1080 * 100vw), 136px);
  height: min(calc(126 / 1080 * 100vw), 126px);
  content: "";
  background: url("../img/pc/sec07-search-icon.webp") center center/contain
    no-repeat;
  transform: translateY(-50%);
}
.sec07 .document__title-main {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  text-align: center;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec07 .document__title-accent {
  font-weight: 700;
  color: #00a0a0;
}
.sec07 .document__description {
  position: relative;
  margin-top: min(calc(31 / 1080 * 100vw), 31px);
}
.sec07 .document__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec07 .document__cta {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  text-align: center;
}

@media screen and (width <= 767px) {
  .sec07 .hero__title {
    width: calc(750 / 750 * 100vw);
  }
  .sec07 .hero__title span {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec07 .hero__title .ye {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
    text-shadow: 0 calc(2 / 750 * 100vw) 0 rgb(0 0 0 / 16%);
  }
  .sec07 .document {
    padding: calc(40 / 750 * 100vw) 0 calc(64 / 750 * 100vw);
  }
  .sec07 .document__title::after {
    right: calc(-70 / 750 * 100vw);
    width: calc(92 / 750 * 100vw);
    height: calc(126 / 750 * 100vw);
  }
  .sec07 .document__title-main {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec07 .document__description {
    margin-top: calc(32 / 750 * 100vw);
  }
  .sec07 .document__text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
  .sec07 .document__cta {
    margin-top: calc(8 / 750 * 100vw);
  }
}
.sec08 .merits {
  padding-top: min(calc(32 / 1080 * 100vw), 32px);
  padding-bottom: min(calc(100 / 1080 * 100vw), 100px);
  background-color: #f4f4f4;
}
.sec08 .merits__header {
  display: flex;
  gap: min(calc(46 / 1080 * 100vw), 46px);
  align-items: flex-end;
  justify-content: center;
}
.sec08 .merits__header-person-1 {
  width: min(calc(253 / 1080 * 100vw), 253px);
}
.sec08 .merits__header-person-2 {
  width: min(calc(260 / 1080 * 100vw), 260px);
}
.sec08 .merits__title {
  position: relative;
  top: max(calc(-20 / 1080 * 100vw), -20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec08 .merits__title span {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.sec08 .merits__title .blk {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec08 .merits__title .small {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec08 .merits__content {
  margin-top: min(calc(127 / 1080 * 100vw), 127px);
}
.sec08 .merits__grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: min(calc(83 / 1080 * 100vw), 83px) min(calc(50 / 1080 * 100vw), 50px);
  justify-content: center;
}
.sec08 .merits__item {
  position: relative;
  width: min(calc(410 / 1080 * 100vw), 410px);
  background-color: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0 0 min(calc(14 / 1080 * 100vw), 14px) 0 rgb(0 0 0 / 25%);
}
.sec08 .merits__item-header {
  position: absolute;
  top: max(calc(-50 / 1080 * 100vw), -50px);
  left: 50%;
  width: min(calc(271 / 1080 * 100vw), 271px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  transform: translateX(-50%);
}
.sec08 .merits__item-header::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(271 / 1080 * 100vw), 271px);
  height: min(calc(100 / 1080 * 100vw), 100px);
  content: "";
  background: url("../img/pc/sec08-head-bg.svg") center center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.sec08 .merits__item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  transform: translate(-50%, -50%);
}
.sec08 .merits__item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: min(calc(73 / 1080 * 100vw), 73px) 0
    min(calc(20 / 1080 * 100vw), 20px);
}
.sec08 .merits__item-body img {
  width: min(calc(221 / 1080 * 100vw), 221px);
}
.sec08 .merits__item-body img.--wide {
  width: min(calc(245 / 1080 * 100vw), 245px);
}
.sec08 .merits__item-text {
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.sec08 .merits__item-text span {
  font-weight: 700;
  color: #11a0a0;
}

@media screen and (width <= 1100px) {
  .merits {
    padding-top: min(calc(80 / 1080 * 100vw), 80px) !important;
  }
  .merits__header {
    display: grid !important;
    grid-template-areas: "merits-txt merits-txt" "merits-person-1 merits-person-2";
    gap: 0 min(calc(64 / 1080 * 100vw), 64px) !important;
  }
  .merits__title {
    position: static !important;
    grid-area: merits-txt;
  }
  .merits__header-person-2 {
    grid-area: merits-person-1;
  }
  .merits__header-person-2 {
    grid-area: merits-person-2;
  }
}
@media screen and (width <= 767px) {
  .sec08 .merits {
    padding-top: calc(80 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
  .sec08 .merits__header {
    gap: calc(46 / 750 * 100vw);
  }
  .sec08 .merits__header-person-1 {
    width: calc(253 / 750 * 100vw);
  }
  .sec08 .merits__header-person-2 {
    width: calc(260 / 750 * 100vw);
  }
  .sec08 .merits__title {
    top: calc(-20 / 750 * 100vw);
  }
  .sec08 .merits__title span {
    font-size: calc(46 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec08 .merits__title .blk {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec08 .merits__title .small {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec08 .merits__content {
    margin-top: calc(80 / 750 * 100vw);
  }
  .sec08 .merits__grid {
    grid-template-columns: auto;
    gap: calc(83 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
  .sec08 .merits__item {
    width: calc(690 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
    box-shadow: 0 0 calc(14 / 750 * 100vw) 0 rgb(0 0 0 / 25%);
  }
  .sec08 .merits__item-header {
    top: calc(-37 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    height: calc(77 / 750 * 100vw);
  }
  .sec08 .merits__item-header::after {
    width: calc(630 / 750 * 100vw);
    height: calc(77 / 750 * 100vw);
    background: url("../img/sp/sec08-head-bg.svg");
  }
  .sec08 .merits__item-title {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
  }
  .sec08 .merits__item-body {
    flex-direction: row;
    gap: calc(32 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) calc(30 / 750 * 100vw)
      calc(32 / 750 * 100vw);
    text-align: left;
  }
  .sec08 .merits__item-body img {
    width: calc(221 / 750 * 100vw);
  }
  .sec08 .merits__item-body img.--wide {
    width: calc(221 / 750 * 100vw);
  }
  .sec08 .merits__item-text {
    width: 100%;
    margin-top: 0;
    font-size: calc(24 / 750 * 100vw);
    text-align: left;
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
}
.sec09 .case-study {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0
    min(calc(80 / 1080 * 100vw), 80px);
  background: #00ced1;
}
.sec09 .case-study__header {
  position: relative;
  text-align: center;
}
.sec09 .case-study__label {
  position: relative;
  display: inline-block;
  padding: min(calc(3 / 1080 * 100vw), 3px) min(calc(14 / 1080 * 100vw), 14px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
  background-color: #000000;
}
.sec09 .case-study__label::after {
  position: absolute;
  bottom: max(calc(-11 / 1080 * 100vw), -11px);
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent #000000;
  border-style: solid;
  border-width: 0 min(calc(17 / 1080 * 100vw), 17px)
    min(calc(14 / 1080 * 100vw), 14px);
  transform: translateX(-50%) rotate(-42deg);
}
.sec09 .case-study__title {
  position: relative;
  margin-top: min(calc(13 / 1080 * 100vw), 13px);
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
}
.sec09 .case-study__slider {
  margin: min(calc(35 / 1080 * 100vw), 35px) auto 0;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
.sec09 .case-study__card {
  position: relative;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  background: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0 0 min(calc(14 / 1080 * 100vw), 14px) 0 rgb(0 0 0 / 25%);
}
.sec09 .case-study__top {
  display: flex;
  gap: min(calc(14 / 1080 * 100vw), 14px);
  justify-content: space-between;
}
.sec09 .case-study__tag {
  display: inline-block;
  padding: min(calc(8 / 1080 * 100vw), 8px) min(calc(21 / 1080 * 100vw), 21px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 100%;
  color: #fbff3e;
  text-align: center;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
  background-color: #000000;
}
.sec09 .case-study__content {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec09 .case-study__subtitle {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  line-height: 160%;
  color: #333333;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
}
.sec09 .case-study__heading {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 140%;
  color: #11a0a0;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
}
.sec09 .case-study__description {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 180%;
  color: #333333;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}
.sec09 .case-study__image img {
  width: min(calc(380 / 1080 * 100vw), 380px);
}
.sec09 .case-study__bot {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
.sec09 .case-study__compare {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(30 / 1080 * 100vw), 30px);
  background: linear-gradient(
    70deg,
    #ffffff 0%,
    #ffffff 50%,
    #14b4b4 50%,
    #14b4b4 100%
  );
  border: 2px solid #d7e2e2;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
.sec09 .case-study__compare::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(98 / 1080 * 100vw), 98px);
  height: min(calc(98 / 1080 * 100vw), 98px);
  content: "";
  background: url("../img/pc/sec09-circle.webp") center center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.sec09 .case-study__before,
.sec09 .case-study__after {
  width: min(calc(346 / 1080 * 100vw), 346px);
}
.sec09 .case-study__section-title {
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  color: #333333;
  text-align: center;
  letter-spacing: min(calc(1.44 / 1080 * 100vw), 1.44px);
  border-bottom: 1px solid #333333;
}
.sec09 .case-study__section-title.--result {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.sec09 .case-study__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  width: fit-content;
  margin: min(calc(16 / 1080 * 100vw), 16px) auto 0;
}
.sec09 .case-study__list.--result .case-study__list-item {
  color: #ffffff;
}
.sec09 .case-study__list.--result .case-study__list-item span,
.sec09 .case-study__list.--result .case-study__list-item::before {
  color: #ffff4f;
}
.sec09 .case-study__list-item {
  position: relative;
  display: inline-block;
  padding-left: min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 180%;
  color: #333333;
  letter-spacing: min(calc(1.12 / 1080 * 100vw), 1.12px);
}
.sec09 .case-study__list-item span {
  font-weight: 700;
}
.sec09 .case-study__list-item::before {
  position: absolute;
  top: 50%;
  left: 0%;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  line-height: 180%;
  color: #5ac9c9;
  text-align: justify;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
  content: "●";
  transform: translateY(-50%);
}

@media screen and (width <= 1100px) {
  .sec09 .u-wrap {
    width: min(calc(1080 / 1080 * 100vw), 1080px) !important;
  }
}
@media screen and (width <= 767px) {
  .sec09 .u-wrap {
    width: 100% !important;
    padding: 0;
  }
  .sec09 .case-study {
    padding: calc(60 / 750 * 100vw) 0 calc(110 / 750 * 100vw);
  }
  .sec09 .case-study__label {
    padding: calc(3 / 750 * 100vw) calc(14 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec09 .case-study__label::after {
    bottom: calc(-11 / 750 * 100vw);
    border-width: 0 calc(17 / 750 * 100vw) calc(14 / 750 * 100vw);
  }
  .sec09 .case-study__title {
    margin-top: calc(27 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
  .sec09 .case-study__slider {
    margin: calc(35 / 750 * 100vw) auto 0;
    border-radius: calc(12 / 750 * 100vw);
  }
  .sec09 .case-study__card {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
    box-shadow: 0 0 calc(14 / 750 * 100vw) 0 rgb(0 0 0 / 25%);
  }
  .sec09 .case-study__top {
    flex-direction: column;
    gap: calc(14 / 750 * 100vw);
    justify-content: flex-start;
  }
  .sec09 .case-study__top-txt {
    text-align: center;
  }
  .sec09 .case-study__tag {
    padding: calc(8 / 750 * 100vw) calc(21 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
  }
  .sec09 .case-study__content {
    margin-top: calc(30 / 750 * 100vw);
  }
  .sec09 .case-study__subtitle {
    font-size: calc(26 / 750 * 100vw);
    text-align: center;
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
  .sec09 .case-study__heading {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    text-align: center;
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec09 .case-study__description {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    text-align: left;
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec09 .case-study__image img {
    width: 100%;
  }
  .sec09 .case-study__bot {
    margin-top: calc(32 / 750 * 100vw);
  }
  .sec09 .case-study__compare {
    flex-direction: column;
    justify-content: flex-start;
    padding: calc(30 / 750 * 100vw);
    background: linear-gradient(
      -10deg,
      #14b4b4 0%,
      #14b4b4 50%,
      #ffffff 50%,
      #ffffff 100%
    );
    border-radius: calc(8 / 750 * 100vw);
  }
  .sec09 .case-study__compare::before {
    top: 50%;
    width: calc(130 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    background-image: url("../img/sp/sec09-circle.webp");
  }
  .sec09 .case-study__before,
  .sec09 .case-study__after {
    width: 100%;
  }
  .sec09 .case-study__after {
    margin-top: calc(178 / 750 * 100vw);
  }
  .sec09 .case-study__section-title {
    padding-bottom: calc(10 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.28 / 750 * 100vw);
  }
  .sec09 .case-study__list {
    gap: calc(4 / 750 * 100vw);
    margin: calc(16 / 750 * 100vw) auto 0;
  }
  .sec09 .case-study__list-item {
    padding-left: calc(20 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: calc(1.76 / 750 * 100vw);
  }
  .sec09 .case-study__list-item::before {
    font-size: calc(12 / 750 * 100vw);
    letter-spacing: calc(0.48 / 750 * 100vw);
  }
}
.sec10 .hero {
  background: #00bfb3;
}
.sec10 .hero__content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  height: min(calc(444 / 1080 * 100vw), 444px);
}
.sec10 .hero__lead {
  position: absolute;
  top: min(calc(74 / 1080 * 100vw), 74px);
  right: min(calc(215 / 1080 * 100vw), 215px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(581 / 1080 * 100vw), 581px);
  height: min(calc(118 / 1080 * 100vw), 118px);
}
.sec10 .hero__lead span {
  position: relative;
  z-index: 10;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(1.92 / 1080 * 100vw), 1.92px);
}
.sec10 .hero__lead .gr {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #11a0a0;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec10 .hero__lead::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: min(calc(581 / 1080 * 100vw), 581px);
  height: min(calc(118 / 1080 * 100vw), 118px);
  content: "";
  background: url("../img/pc/sec10-skew.svg") center center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.sec10 .hero__title {
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: min(calc(45 / 1080 * 100vw), 45px);
}
.sec10 .hero__title span {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 800;
  line-height: 160%;
  color: #ffffff;
  text-align: center;
  letter-spacing: min(calc(3.2 / 1080 * 100vw), 3.2px);
  text-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) 0 rgb(0 0 0 / 14%);
}
.sec10 .hero__title .digit {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(3.84 / 1080 * 100vw), 3.84px);
  text-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) 0 rgb(0 0 0 / 14%);
}
.sec10 .hero__title .mid {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(3.04 / 1080 * 100vw), 3.04px);
}
.sec10 .hero__title .big {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
  line-height: 160%;
  color: #fbff3e;
  letter-spacing: min(calc(4.32 / 1080 * 100vw), 4.32px);
  text-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) 0 rgb(0 0 0 / 14%);
}
.sec10 .hero__title .whi {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 800;
  line-height: 160%;
  color: #ffffff;
  letter-spacing: min(calc(3.04 / 1080 * 100vw), 3.04px);
}
.sec10 .hero__dark {
  position: absolute;
  top: 0;
  left: 0;
  width: min(calc(479 / 1080 * 100vw), 479px);
}
.sec10 .hero__person {
  position: absolute;
  right: max(calc(-5 / 1080 * 100vw), -5px);
  bottom: 0;
  z-index: 20;
  width: min(calc(414 / 1080 * 100vw), 414px);
}
.sec10 .document {
  padding: min(calc(57 / 1080 * 100vw), 57px) 0
    min(calc(39 / 1080 * 100vw), 39px);
  background: #f9f7f0;
}
.sec10 .document__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec10 .document__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec10 .document__title span:nth-of-type(1) {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 140%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(3 / 1080 * 100vw), 3px);
}
.sec10 .document__title span:nth-of-type(2) {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  line-height: 140%;
  color: #11a0a0;
  letter-spacing: min(calc(3 / 1080 * 100vw), 3px);
}
.sec10 .document__title span:nth-of-type(2) .big {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 700;
  line-height: 160%;
  color: #11a0a0;
  text-align: center;
  letter-spacing: min(calc(4 / 1080 * 100vw), 4px);
}
.sec10 .document__mid {
  display: flex;
  gap: min(calc(26 / 1080 * 100vw), 26px);
  align-items: center;
  justify-content: center;
  margin-top: min(calc(36 / 1080 * 100vw), 36px);
}
.sec10 .document__media img {
  width: min(calc(417 / 1080 * 100vw), 417px);
}
.sec10 .document__features {
  max-width: min(calc(480 / 1080 * 100vw), 480px);
  padding: min(calc(22 / 1080 * 100vw), 22px) min(calc(50 / 1080 * 100vw), 50px);
  border: 2px solid #000000;
}
.sec10 .document__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(5 / 1080 * 100vw), 5px);
  text-align: left;
}
.sec10 .document__item {
  position: relative;
  padding-left: min(calc(25 / 1080 * 100vw), 25px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 200%;
  color: #000000;
  letter-spacing: min(calc(0.32 / 1080 * 100vw), 0.32px);
}
.sec10 .document__item:first-child {
  margin-top: 0;
}
.sec10 .document__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  color: #000000;
  content: "●";
  transform: translateY(-50%);
}
.sec10 .document__action {
  margin-top: min(calc(36 / 1080 * 100vw), 36px);
}

@media screen and (width <= 1100px) {
  .sec10 .hero__person {
    right: max(calc(-100 / 1080 * 100vw), -100px);
  }
}
@media screen and (width <= 767px) {
  .sec10 .hero__content {
    height: calc(836 / 750 * 100vw);
  }
  .sec10 .hero__lead {
    top: calc(273 / 750 * 100vw);
    right: auto;
    left: 0;
    justify-content: flex-start;
    width: calc(583 / 750 * 100vw);
    height: calc(179 / 750 * 100vw);
    padding-left: calc(50 / 750 * 100vw);
  }
  .sec10 .hero__lead::before {
    width: calc(583 / 750 * 100vw);
    height: calc(179 / 750 * 100vw);
    background-image: url("../img/sp/sec10-skew.svg");
  }
  .sec10 .hero__lead span {
    font-size: calc(24 / 750 * 100vw);
    text-align: left;
    letter-spacing: calc(1.92 / 750 * 100vw);
  }
  .sec10 .hero__lead .gr {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
  .sec10 .hero__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: calc(25 / 750 * 100vw);
  }
  .sec10 .hero__title span {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.84 / 750 * 100vw);
    text-shadow: 0 calc(4 / 750 * 100vw) 0 rgb(0 0 0 / 14%);
  }
  .sec10 .hero__title .digit {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: calc(4.48 / 750 * 100vw);
    text-shadow: 0 calc(4 / 750 * 100vw) 0 rgb(0 0 0 / 14%);
  }
  .sec10 .hero__title .mid {
    font-size: calc(46 / 750 * 100vw);
    letter-spacing: calc(3.68 / 750 * 100vw);
  }
  .sec10 .hero__title .big {
    font-size: calc(62 / 750 * 100vw);
    letter-spacing: calc(4.96 / 750 * 100vw);
    text-shadow: 0 calc(4 / 750 * 100vw) 0 rgb(0 0 0 / 14%);
  }
  .sec10 .hero__title .whi {
    font-size: calc(46 / 750 * 100vw);
    letter-spacing: calc(3.68 / 750 * 100vw);
  }
  .sec10 .hero__dark {
    left: calc(-30 / 750 * 100vw);
    width: calc(479 / 750 * 100vw);
  }
  .sec10 .hero__person {
    right: calc(-31 / 750 * 100vw);
    bottom: calc(383 / 750 * 100vw);
    width: calc(414 / 750 * 100vw);
  }
  .sec10 .document {
    padding: calc(56 / 750 * 100vw) 0;
  }
  .sec10 .document__mid {
    display: flex;
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
    align-items: center;
    justify-content: center;
    margin-top: calc(32 / 750 * 100vw);
  }
  .sec10 .document__media img {
    width: calc(474 / 750 * 100vw);
  }
  .sec10 .document__features {
    min-width: calc(630 / 750 * 100vw);
    padding: calc(23 / 750 * 100vw);
  }
  .sec10 .document__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(5 / 750 * 100vw);
  }
  .sec10 .document__item {
    padding-left: calc(25 / 750 * 100vw);
    font-size: calc(16 / 750 * 100vw);
    letter-spacing: calc(0.32 / 750 * 100vw);
  }
  .sec10 .document__title span:nth-of-type(1) {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: calc(3.4 / 750 * 100vw);
  }
  .sec10 .document__title span:nth-of-type(2) {
    font-size: calc(38 / 750 * 100vw);
    letter-spacing: calc(3.8 / 750 * 100vw);
  }
  .sec10 .document__title span:nth-of-type(2) .big {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(4.8 / 750 * 100vw);
  }
  .sec10 .document__action {
    margin-top: calc(36 / 750 * 100vw);
  }
}
.sec11 {
  padding: min(calc(100 / 1080 * 100vw), 100px) 0;
}
.sec11__head-lead {
  font-size: min(calc(86 / 1080 * 100vw), 86px);
  font-weight: 700;
  line-height: 130%;
  color: #047e7e;
  text-align: center;
  letter-spacing: min(calc(6.88 / 1080 * 100vw), 6.88px);
}
.sec11__head-lead span {
  font-size: min(calc(68 / 1080 * 100vw), 68px);
  font-weight: 700;
  line-height: 130%;
  color: #047e7e;
  letter-spacing: min(calc(16.32 / 1080 * 100vw), 16.32px);
}
.sec11__head-txt {
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 160%;
  color: #000000;
  text-align: center;
  letter-spacing: min(calc(2.56 / 1080 * 100vw), 2.56px);
}
.sec11__cnt {
  width: 73%;
  margin: min(calc(28 / 1080 * 100vw), 28px) auto 0;
}

@media screen and (width <= 1100px) {
  .sec11__cnt {
    width: 100%;
  }
}
@media screen and (width <= 767px) {
  .sec11 {
    padding: calc(100 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  .sec11__head-lead {
    font-size: calc(94 / 750 * 100vw);
    letter-spacing: calc(7.52 / 750 * 100vw);
  }
  .sec11__head-lead span {
    font-size: calc(76 / 750 * 100vw);
    letter-spacing: calc(18.34 / 750 * 100vw);
  }
  .sec11__head-txt {
    margin-top: calc(22 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
  .sec11__cnt {
    margin: calc(28 / 750 * 100vw) auto 0;
  }
}
