@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-footer {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0 min(calc(60 / 1080 * 100vw), 60px);
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(50 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  text-align: center;
}
.adlp-footer__menu__wrapper {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    width: 100%;
  }
}
.adlp-footer__menu a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu a {
    font-size: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-footer__menu a:hover {
    text-decoration: underline;
  }
}

.fv {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv {
    height: auto;
    min-height: calc(1350 / 750 * 100vw);
  }
}

.fv__bg {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fv__bg picture,
.fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    max-width: 100%;
    padding: calc(35 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
}

.fv__main {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(62 / 1080 * 100vw), 62px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #000;
  margin: min(calc(75 / 1080 * 100vw), 75px) 0 0 min(calc(71 / 1080 * 100vw), 71px);
}
@media screen and (max-width: 767px) {
  .fv__main {
    font-size: calc(72 / 750 * 100vw);
    text-align: left;
    margin: 0 auto;
    text-align: center;
  }
}

.fv__lead {
  margin-top: min(calc(34 / 1080 * 100vw), 34px);
  margin-left: min(calc(81 / 1080 * 100vw), 81px);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fv__lead {
    margin-top: calc(435 / 750 * 100vw);
    margin-left: 0;
  }
}

.fv__lead-text {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv__lead-text {
    font-size: calc(36 / 750 * 100vw);
    padding-left: calc(13 / 750 * 100vw);
    line-height: 1.6;
  }
}

.fv__lead-line {
  display: block;
  position: relative;
  padding-bottom: min(calc(1 / 1080 * 100vw), 1px);
}
.fv__lead-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px dashed #facc15;
}
@media screen and (max-width: 767px) {
  .fv__lead-line {
    padding-bottom: calc(2 / 750 * 100vw);
  }
}

.fv__catch {
  display: flex;
  align-items: flex-end;
  margin-top: max(calc(-66 / 1080 * 100vw), -66px);
  margin-left: min(calc(71 / 1080 * 100vw), 71px);
}
@media screen and (max-width: 767px) {
  .fv__catch {
    width: 100%;
    margin: calc(-225 / 750 * 100vw) 0 0 calc(120 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
  }
}

.fv__catch-text {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .fv__catch-text {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: 0;
  }
}

.fv__catch-img {
  width: min(calc(366 / 1080 * 100vw), 366px);
}
@media screen and (max-width: 767px) {
  .fv__catch-img {
    width: calc(290 / 750 * 100vw);
  }
}

.fv__cta {
  display: flex;
  align-items: center;
  gap: min(calc(19 / 1080 * 100vw), 19px);
  margin-top: max(calc(-20 / 1080 * 100vw), -20px);
  margin-left: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .fv__cta {
    flex-direction: column-reverse;
    align-items: center;
    gap: calc(7 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) auto 0;
  }
}

.fv__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: min(calc(449 / 1080 * 100vw), 449px);
  height: min(calc(92 / 1080 * 100vw), 92px);
  text-decoration: none;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .fv__btn:hover {
    filter: brightness(120%);
  }
}
.fv__btn::before {
  content: "";
  position: absolute;
  top: min(calc(8 / 1080 * 100vw), 8px);
  left: min(calc(37 / 1080 * 100vw), 37px);
  width: min(calc(412 / 1080 * 100vw), 412px);
  height: min(calc(77 / 1080 * 100vw), 77px);
  background-color: #14b8a6;
  border-radius: 46px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fv__btn {
    width: calc(585 / 750 * 100vw);
    height: calc(115 / 750 * 100vw);
  }
  .fv__btn::before {
    top: calc(9 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
    width: calc(565 / 750 * 100vw);
    height: calc(99 / 750 * 100vw);
  }
}

.fv__btn-circle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(92 / 1080 * 100vw), 92px);
  height: min(calc(92 / 1080 * 100vw), 92px);
  background-color: #facc15;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fv__btn-circle {
    width: calc(115 / 750 * 100vw);
    height: calc(115 / 750 * 100vw);
  }
}

.fv__btn-days {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv__btn-days {
    font-size: calc(46 / 750 * 100vw);
  }
}

.fv__btn-unit {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #000;
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .fv__btn-unit {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    letter-spacing: 0.01em;
  }
}

.fv__btn-text {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
  margin-left: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .fv__btn-text {
    font-size: calc(30 / 750 * 100vw);
    margin-left: calc(14 / 750 * 100vw);
  }
}

.fv__btn-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: min(calc(15 / 1080 * 100vw), 15px);
}
.fv__btn-icon img {
  width: min(calc(6 / 1080 * 100vw), 6px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv__btn-icon {
    margin-left: calc(16 / 750 * 100vw);
  }
  .fv__btn-icon img {
    width: calc(16 / 750 * 100vw);
  }
}

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

.fv__medal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(146 / 1080 * 100vw), 146px);
  height: min(calc(146 / 1080 * 100vw), 146px);
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fv__medal {
    width: calc(215 / 750 * 100vw);
    height: calc(215 / 750 * 100vw);
    border-width: calc(6 / 750 * 100vw);
  }
}

.fv__medal-label {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv__medal-label {
    font-size: calc(28 / 750 * 100vw);
  }
}

.fv__medal-value {
  display: flex;
  align-items: baseline;
  margin-top: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .fv__medal-value {
    margin-top: calc(5 / 750 * 100vw);
  }
}

.fv__medal-num {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(39 / 1080 * 100vw), 39px);
  font-weight: 800;
  line-height: 1;
  color: #14b8a6;
  letter-spacing: 0.01em;
}
.fv__medal:last-child .fv__medal-num {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
}
.fv__medal-num span {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .fv__medal-num {
    font-size: calc(55 / 750 * 100vw);
  }
  .fv__medal:last-child .fv__medal-num {
    font-size: calc(70 / 750 * 100vw);
  }
}

.fv__medal-unit {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #14b8a6;
}
.fv__medal:last-child .fv__medal-unit {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv__medal-unit {
    font-size: calc(28 / 750 * 100vw);
  }
  .fv__medal:last-child .fv__medal-unit {
    font-size: calc(48 / 750 * 100vw);
  }
}

.fv__medal-suffix {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #14b8a6;
  margin-left: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .fv__medal-suffix {
    font-size: calc(28 / 750 * 100vw);
    margin-left: calc(3 / 750 * 100vw);
  }
}

.fv__medal-note {
  position: absolute;
  bottom: min(calc(10 / 1080 * 100vw), 10px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv__medal-note {
    bottom: calc(12 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  margin-left: min(calc(80 / 1080 * 100vw), 80px);
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .fv__note {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: calc(20 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
    padding: 0 calc(5 / 750 * 100vw);
  }
}

.fv__chara01 {
  position: absolute;
  right: max(calc(-58 / 1080 * 100vw), -58px);
  top: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(270 / 1080 * 100vw), 270px);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv__chara01 {
    right: auto;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translate(-50%, 0);
  }
}
.fv__chara01 picture,
.fv__chara01 img {
  display: block;
}

.fv__baloon01 {
  position: absolute;
  left: min(calc(573 / 1080 * 100vw), 573px);
  top: min(calc(36 / 1080 * 100vw), 36px);
  width: min(calc(416 / 1080 * 100vw), 416px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__baloon01 {
    left: calc(134 / 750 * 100vw);
    top: calc(218 / 750 * 100vw);
    width: calc(460 / 750 * 100vw);
  }
}

.fv__baloon01-inner {
  position: relative;
  width: 100%;
}

.fv__baloon01-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: left bottom;
  transition: opacity 0.15s cubic-bezier(0.96, 0, 0.58, 1), transform 0.15s cubic-bezier(0.96, 0, 0.58, 1);
}
@media screen and (max-width: 767px) {
  .fv__baloon01-item {
    transform-origin: right bottom;
  }
}
.fv__baloon01-item.--active {
  opacity: 1;
  transform: scale(1);
}
.fv__baloon01-item.--active2 {
  transform: scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.fv__baloon01-item img {
  display: block;
  filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.25));
}

.sec01 {
  position: relative;
  width: 100%;
  padding: min(calc(70 / 1080 * 100vw), 70px) 0 min(calc(50 / 1080 * 100vw), 50px);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec01__inner {
  position: relative;
  width: min(calc(990 / 1080 * 100vw), 990px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec01__heading {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  align-items: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec01__heading {
    gap: calc(30 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec01__title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sec01__title h2 {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__title h2 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec01__title h2::after {
  display: block;
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  margin-top: max(calc(-4 / 1080 * 100vw), -4px);
  content: "";
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec01__title h2::after {
    height: calc(4 / 750 * 100vw);
    margin-top: calc(-4 / 750 * 100vw);
  }
}
.sec01__text p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__text p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec01__flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec01__flow {
    flex-direction: column;
    gap: calc(77 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec01__flowItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(345 / 1080 * 100vw), 345px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #facc15;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec01__flowItem {
    flex-direction: row;
    width: calc(630 / 750 * 100vw);
    height: calc(208 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #facc15;
  }
}
.sec01__flowItem:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: max(calc(-33 / 1080 * 100vw), -33px);
  width: min(calc(25 / 1080 * 100vw), 25px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none' viewBox='0 0 25 24'%3E%3Cpath fill='%23A6E2DC' d='M.89.882a3.058 3.058 0 0 1 4.297 0L9.484 5.14l2.625 2.602L16.406 12l-4.297 4.258-2.625 2.602-4.297 4.258A3.043 3.043 0 0 1 3.038 24a3.04 3.04 0 0 1-2.148-.882 2.992 2.992 0 0 1 0-4.258L7.813 12 .89 5.14a2.99 2.99 0 0 1 0-4.258Z'/%3E%3Cpath fill='%2314B8A6' d='M9.484.882a3.058 3.058 0 0 1 4.296 0l6.923 6.86L25 12l-4.297 4.258-6.922 6.86a3.043 3.043 0 0 1-2.149.882 3.04 3.04 0 0 1-2.148-.882 2.99 2.99 0 0 1 0-4.258l2.625-2.602L16.406 12 12.11 7.742 9.484 5.14a2.987 2.987 0 0 1-.89-2.13c0-.77.296-1.54.89-2.128Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec01__flowItem:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: calc(-60 / 750 * 100vw);
    left: 50%;
    width: calc(39 / 750 * 100vw);
    height: calc(41 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='41' fill='none' viewBox='0 0 39 41'%3E%3Cpath fill='%23A6E2DC' d='M37.567 1.46c1.91 1.945 1.91 5.1 0 7.046l-6.92 7.047-4.227 4.306-6.92 7.047-6.92-7.047-4.228-4.306-6.919-7.047A5.015 5.015 0 0 1 0 4.983c0-1.276.477-2.551 1.433-3.524a4.831 4.831 0 0 1 6.92 0L19.5 12.813 30.648 1.459A4.836 4.836 0 0 1 34.108 0c1.252 0 2.504.487 3.46 1.46Z'/%3E%3Cpath fill='%2314B8A6' d='M37.567 15.553c1.91 1.946 1.91 5.1 0 7.047L26.42 33.953 19.5 41l-6.92-7.047L1.434 22.6A5.015 5.015 0 0 1 0 19.077c0-1.276.477-2.552 1.433-3.524a4.83 4.83 0 0 1 6.92 0l4.228 4.306 6.92 7.047 6.918-7.046 4.229-4.307a4.831 4.831 0 0 1 6.92 0Z'/%3E%3C/svg%3E");
    transform: translateX(-50%);
  }
}
.sec01__flowImage {
  width: 100%;
  padding: min(calc(29 / 1080 * 100vw), 29px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec01__flowImage {
    width: calc(222 / 750 * 100vw);
    padding: 0 0 0 calc(13 / 750 * 100vw);
  }
}
.sec01__flowText {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(143 / 1080 * 100vw), 143px);
  padding-top: min(calc(10 / 1080 * 100vw), 10px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='143' viewBox='0 0 220 143' fill='none'%3E%3Cpath d='M220 135C220 139.418 216.418 143 212 143H8C3.58172 143 0 139.418 0 135V0H95L110 16L125 0H220V135Z' fill='%23FACC15'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec01__flowText {
    width: calc(377 / 750 * 100vw);
    height: calc(208 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='377' height='208' viewBox='0 0 377 208' fill='none'%3E%3Cpath d='M368.886 0C373.304 0.000164636 376.886 3.58182 376.886 8V200C376.886 204.418 373.304 208 368.886 208H0V131.833L28.8184 104L0 76.166V0H368.886Z' fill='%23FACC15'/%3E%3C/svg%3E");
  }
}
.sec01__flowText p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__flowText p {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec01__copy {
  display: flex;
  flex-direction: column;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec01__copy {
    gap: calc(31 / 750 * 100vw);
  }
}
.sec01__copyBalloon {
  position: relative;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(36 / 1080 * 100vw), 36px) min(calc(2 / 1080 * 100vw), 2px);
  background-color: #14b8a6;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01__copyBalloon {
    padding: calc(7 / 750 * 100vw) calc(54 / 750 * 100vw);
    border-radius: calc(74 / 750 * 100vw);
  }
}
.sec01__copyBalloon::after {
  position: absolute;
  bottom: max(calc(-12 / 1080 * 100vw), -12px);
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #14b8a6 transparent transparent transparent;
  border-style: solid;
  border-width: min(calc(12 / 1080 * 100vw), 12px) min(calc(7 / 1080 * 100vw), 7px) 0 min(calc(7 / 1080 * 100vw), 7px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec01__copyBalloon::after {
    bottom: calc(-25 / 750 * 100vw);
    border-width: calc(25 / 750 * 100vw) calc(14.5 / 750 * 100vw) 0 calc(14.5 / 750 * 100vw);
  }
}
.sec01__copyBalloon p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__copyBalloon p {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec01__copyText {
  margin: min(calc(10 / 1080 * 100vw), 10px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec01__copyText {
    margin: calc(10 / 750 * 100vw) 0 0;
  }
}
.sec01__copyText p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec01__copyText p {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec01__copyText p span {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sec01__copyText p span {
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec02 {
  position: relative;
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(83 / 1080 * 100vw), 83px);
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec02__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec02__heading {
  width: 100%;
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec02__heading {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec02__text {
  display: flex;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02__text {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec02__text p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__text p {
    font-size: calc(42 / 750 * 100vw);
    line-height: 2.5;
  }
}
.sec02__text p .textHighlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.2em;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  background-color: #14b8a6;
}
@media screen and (max-width: 767px) {
  .sec02__text p .textHighlight {
    height: calc(78 / 750 * 100vw);
    padding: 0 calc(10 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02__title {
  text-align: center;
}
.sec02__title h2 {
  position: relative;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__title h2 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec02__title h2 span {
  font-size: min(calc(96 / 1080 * 100vw), 96px);
}
@media screen and (max-width: 767px) {
  .sec02__title h2 span {
    font-size: calc(96 / 750 * 100vw);
    line-height: 1;
  }
}
.sec02__title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(calc(672 / 1080 * 100vw), 672px);
  height: min(calc(4 / 1080 * 100vw), 4px);
  content: "";
  background-color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec02__title h2::after {
    width: calc(480 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
  }
}
.sec02__merit {
  display: flex;
  flex-direction: column;
  gap: min(calc(55 / 1080 * 100vw), 55px);
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(80 / 1080 * 100vw), 80px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec02__merit {
    gap: calc(66 / 750 * 100vw);
    width: 100%;
    margin: calc(100 / 750 * 100vw) auto 0;
  }
}
.sec02__meritItem {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: min(calc(291 / 1080 * 100vw), 291px);
  padding: 0 min(calc(60 / 1080 * 100vw), 60px);
  background-color: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02__meritItem {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: calc(656 / 750 * 100vw);
    padding: 0 calc(25 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec02__meritItem:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.sec02__meritImage {
  flex-shrink: 0;
  align-self: flex-end;
  width: min(calc(380 / 1080 * 100vw), 380px);
}
@media screen and (max-width: 767px) {
  .sec02__meritImage {
    align-self: unset;
    width: calc(418 / 750 * 100vw);
  }
}
.sec02__meritBody {
  flex-shrink: 0;
  align-self: center;
  width: min(calc(382 / 1080 * 100vw), 382px);
}
@media screen and (max-width: 767px) {
  .sec02__meritBody {
    align-self: unset;
    width: auto;
  }
}
.sec02__meritNum p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 800;
  line-height: 1.6;
  color: #14b8a6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__meritNum p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02__meritTitle {
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__meritTitle {
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec02__meritTitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__meritTitle p {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec02__meritDescription p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec02__meritDescription p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__meritDescription p span {
  font-weight: 700;
  color: #14b8a6;
}

.sec03 {
  position: relative;
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
  background-color: #fff5dc;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(80 / 750 * 100vw) 0 0;
  }
}
.sec03__inner {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec03__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec03__content {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: calc(65 / 750 * 100vw);
  }
}
.sec03__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03__block {
    flex-direction: column;
    margin-bottom: calc(71 / 750 * 100vw);
  }
}
.sec03__heading {
  margin-bottom: min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec03__heading {
    margin-bottom: calc(92 / 750 * 100vw);
  }
}
.sec03__title {
  display: inline-block;
}
.sec03__title h2 {
  position: relative;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__title h2 {
    font-size: calc(42 / 750 * 100vw);
    text-align: center;
  }
}
.sec03__title h2 span {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sec03__title h2 span {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec03__title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  content: "";
  background-color: #facc15;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec03__title h2::after {
    height: calc(4 / 750 * 100vw);
  }
}
.sec03__image {
  width: min(calc(494 / 1080 * 100vw), 494px);
}
@media screen and (max-width: 767px) {
  .sec03__image {
    width: calc(630 / 750 * 100vw);
  }
}
.sec03__cards {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, min(calc(224 / 1080 * 100vw), 224px));
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03__cards {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, calc(290 / 750 * 100vw));
    gap: calc(50 / 750 * 100vw);
  }
}
.sec03__card {
  display: flex;
  flex-direction: column;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  align-items: center;
  width: min(calc(224 / 1080 * 100vw), 224px);
  padding: min(calc(24 / 1080 * 100vw), 24px);
  background-color: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0 0 min(calc(14 / 1080 * 100vw), 14px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .sec03__card {
    gap: calc(20 / 750 * 100vw);
    width: calc(290 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) 0;
    border-radius: calc(12 / 750 * 100vw);
    box-shadow: 0 0 calc(14 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
.sec03__cardIcon {
  width: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec03__cardIcon {
    width: calc(100 / 750 * 100vw);
  }
}
.sec03__cardText {
  width: 100%;
}
.sec03__cardText h3 {
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__cardText h3 {
    margin-bottom: calc(4 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__cardText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__cardText p {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__comment {
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__comment {
    flex-direction: column-reverse;
    gap: calc(38 / 750 * 100vw);
    align-items: center;
  }
}
.sec03__commentIllust {
  width: min(calc(289 / 1080 * 100vw), 289px);
}
@media screen and (max-width: 767px) {
  .sec03__commentIllust {
    width: calc(332 / 750 * 100vw);
    margin-left: calc(30 / 750 * 100vw);
  }
}
.sec03__commentBalloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(48 / 1080 * 100vw), 48px);
  margin-top: min(calc(13 / 1080 * 100vw), 13px);
  background-color: #14b8a6;
  border-radius: min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec03__commentBalloon {
    padding: calc(24 / 750 * 100vw) calc(48 / 750 * 100vw);
    margin-top: 0;
    border-radius: calc(100 / 750 * 100vw);
  }
}
.sec03__commentBalloon::before {
  position: absolute;
  top: 50%;
  left: max(calc(-26 / 1080 * 100vw), -26px);
  width: min(calc(39 / 1080 * 100vw), 39px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='36' viewBox='0 0 37 36' fill='none'%3E%3Cpath d='M33.5575 0.204568C34.886 -0.44265 36.4335 0.524776 36.4335 2.00254L36.4335 33.6044C36.4335 35.0822 34.886 36.0496 33.5575 35.4024L1.12405 19.6014C-0.374693 18.8713 -0.374689 16.7356 1.12406 16.0055L33.5575 0.204568Z' fill='%2314B8A6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec03__commentBalloon::before {
    top: auto;
    bottom: calc(-31 / 750 * 100vw);
    left: 50%;
    width: calc(60 / 750 * 100vw);
    height: calc(61 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='59' viewBox='0 0 58 59' fill='none'%3E%3Cpath d='M0.207726 2.88266C-0.445877 1.55367 0.521409 3.07295e-05 2.00243 2.99484e-05L55.5776 1.69414e-06C57.0587 9.13086e-07 58.026 1.55365 57.3723 2.88264L30.5847 57.3508C29.852 58.8406 27.728 58.8406 26.9953 57.3508L0.207726 2.88266Z' fill='%2314B8A6'/%3E%3C/svg%3E");
    transform: translateX(-50%);
  }
}
.sec03__commentBalloon p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03__commentBalloon p {
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec04 {
  position: relative;
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(58 / 1080 * 100vw), 58px);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(90 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  }
}
.sec04::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(calc(285 / 1080 * 100vw), 285px);
  content: "";
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec04::before {
    height: calc(615 / 750 * 100vw);
  }
}
.sec04__inner {
  position: relative;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec04__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec04__heading {
    margin-bottom: calc(160 / 750 * 100vw);
  }
}
.sec04__title {
  display: inline-block;
}
.sec04__title h2 {
  position: relative;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__title h2 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec04__title h2 span {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sec04__title h2 span {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec04__title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  content: "";
  background-color: #facc15;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__title h2::after {
    height: calc(4 / 750 * 100vw);
  }
}
.sec04__content {
  display: flex;
  gap: min(calc(60 / 1080 * 100vw), 60px);
  justify-content: space-between;
  margin-bottom: min(calc(35 / 1080 * 100vw), 35px);
}
@media screen and (max-width: 767px) {
  .sec04__content {
    flex-direction: column;
    gap: calc(164 / 750 * 100vw);
    margin-bottom: calc(65 / 750 * 100vw);
  }
}
.sec04__box {
  position: relative;
  width: min(calc(470 / 1080 * 100vw), 470px);
  height: min(calc(310 / 1080 * 100vw), 310px);
  padding: 0 min(calc(45 / 1080 * 100vw), 45px);
  background-color: #eeeeee;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0 0 min(calc(14 / 1080 * 100vw), 14px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .sec04__box {
    width: calc(630 / 750 * 100vw);
    height: auto;
    border-radius: calc(12 / 750 * 100vw);
    padding: 0 calc(55 / 750 * 100vw) calc(35 / 750 * 100vw);
  }
}
.sec04__boxHeader {
  position: relative;
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: max(calc(-75 / 1080 * 100vw), -75px);
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec04__boxHeader {
    gap: calc(36 / 750 * 100vw);
    margin-top: calc(-124 / 750 * 100vw);
    margin-bottom: calc(9 / 750 * 100vw);
  }
}
.sec04__boxImage {
  flex-shrink: 0;
  width: min(calc(117 / 1080 * 100vw), 117px);
}
@media screen and (max-width: 767px) {
  .sec04__boxImage {
    width: calc(151 / 750 * 100vw);
  }
  .sec04__boxImage.sec04__boxImage--01 {
    margin-left: min(calc(20 / 1080 * 100vw), 20px);
  }
}
@media screen and (max-width: 767px) {
  .sec04__boxTitle {
    padding: 0 0 calc(10 / 750 * 100vw);
  }
}
.sec04__boxTitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__boxTitle p {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec04__boxList {
  display: flex;
  flex-direction: column;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  width: 100%;
  padding-left: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec04__boxList {
    gap: calc(10 / 750 * 100vw);
    padding-left: calc(38 / 750 * 100vw);
  }
}
.sec04__listItem {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  text-indent: max(calc(-28 / 1080 * 100vw), -28px);
  letter-spacing: 0.08em;
  list-style-position: outside;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__listItem {
    font-size: calc(26 / 750 * 100vw);
    text-indent: calc(-36 / 750 * 100vw);
  }
}
.sec04__listItem span {
  font-weight: 700;
  color: #14b8a6;
}
.sec04__listItem::before {
  position: relative;
  top: -0.1em;
  display: inline-block;
  width: min(calc(22 / 1080 * 100vw), 22px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  margin-right: min(calc(6 / 1080 * 100vw), 6px);
  vertical-align: middle;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='32' fill='none' viewBox='0 0 22 32'%3E%3Cpath fill='%23000' d='M11 27.13c6.075 0 11-4.983 11-11.13 0-6.147-4.925-11.13-11-11.13S0 9.853 0 16c0 6.147 4.925 11.13 11 11.13Z'/%3E%3Cpath fill='%23fff' d='M9.445 20.834a.893.893 0 0 1-.633-.265l-3.393-3.433a.912.912 0 0 1 0-1.28.886.886 0 0 1 1.265 0l2.76 2.792 7.131-7.215a.886.886 0 0 1 1.266 0c.35.353.35.927 0 1.28l-7.764 7.856a.891.891 0 0 1-.633.265Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec04__listItem::before {
    width: calc(33 / 750 * 100vw);
    height: calc(47 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
  }
}
.sec04__copy {
  display: flex;
  flex-direction: column;
  gap: min(calc(12 / 1080 * 100vw), 12px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec04__copy {
    gap: calc(31 / 750 * 100vw);
  }
}
.sec04__copyBalloon {
  position: relative;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(36 / 1080 * 100vw), 36px) min(calc(2 / 1080 * 100vw), 2px);
  background-color: #14b8a6;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04__copyBalloon {
    padding: calc(7 / 750 * 100vw) calc(54 / 750 * 100vw);
    border-radius: calc(74 / 750 * 100vw);
  }
}
.sec04__copyBalloon::after {
  position: absolute;
  bottom: max(calc(-12 / 1080 * 100vw), -12px);
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #14b8a6 transparent transparent transparent;
  border-style: solid;
  border-width: min(calc(12 / 1080 * 100vw), 12px) min(calc(7 / 1080 * 100vw), 7px) 0 min(calc(7 / 1080 * 100vw), 7px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec04__copyBalloon::after {
    bottom: calc(-25 / 750 * 100vw);
    border-width: calc(25 / 750 * 100vw) calc(14.5 / 750 * 100vw) 0 calc(14.5 / 750 * 100vw);
  }
}
.sec04__copyBalloon p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__copyBalloon p {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec04__copyText {
  margin: min(calc(10 / 1080 * 100vw), 10px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec04__copyText {
    margin: 0;
  }
}
.sec04__copyText p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__copyText p {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec04__copyText p span {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sec04__copyText p span {
    font-size: calc(64 / 750 * 100vw);
  }
}

.sec05 {
  position: relative;
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(90 / 750 * 100vw) 0;
  }
}
.sec05__inner {
  position: relative;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__inner {
    width: calc(630 / 750 * 100vw);
  }
}
.sec05__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec05__heading {
    margin-bottom: calc(86 / 750 * 100vw);
  }
}
.sec05__title {
  display: inline-block;
}
.sec05__title h2 {
  position: relative;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__title h2 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec05__title h2 span {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sec05__title h2 span {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05__title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  content: "";
  background-color: #facc15;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec05__title h2::after {
    height: calc(4 / 750 * 100vw);
  }
}
.sec05__voice {
  position: relative;
}
.sec05__voiceTitle {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__voiceTitle {
    margin-bottom: calc(46 / 750 * 100vw);
  }
}
.sec05__voiceTitle h3 {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__voiceTitle h3 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec05__voiceList {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05__voiceList {
    gap: calc(60 / 750 * 100vw);
  }
}
.sec05__listItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  box-shadow: 0 0 min(calc(14 / 1080 * 100vw), 14px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .sec05__listItem {
    border-radius: calc(8 / 750 * 100vw);
    box-shadow: 0 0 calc(14 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
.sec05__logo {
  height: min(calc(83 / 1080 * 100vw), 83px);
}
.sec05__logo.--item01 {
  width: min(calc(216 / 1080 * 100vw), 216px);
}
.sec05__logo.--item02 {
  width: min(calc(178 / 1080 * 100vw), 178px);
}
.sec05__logo.--item03 {
  width: min(calc(102 / 1080 * 100vw), 102px);
}
@media screen and (max-width: 767px) {
  .sec05__logo {
    height: calc(93 / 750 * 100vw);
  }
  .sec05__logo.--item01 {
    width: calc(249 / 750 * 100vw);
  }
  .sec05__logo.--item02 {
    width: calc(226 / 750 * 100vw);
  }
  .sec05__logo.--item03 {
    width: calc(120 / 750 * 100vw);
  }
}
.sec05__listBox {
  display: flex;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  align-items: center;
  justify-content: space-between;
  width: min(calc(920 / 1080 * 100vw), 920px);
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec05__listBox {
    flex-direction: column;
    gap: calc(30 / 750 * 100vw);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec05__listConcern {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  min-width: min(calc(307 / 1080 * 100vw), 307px);
}
@media screen and (max-width: 767px) {
  .sec05__listConcern {
    gap: calc(24 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05__concernHeader {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec05__concernTag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: min(calc(32 / 1080 * 100vw), 32px);
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(20 / 1080 * 100vw), 20px) min(calc(4 / 1080 * 100vw), 4px);
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  background-color: #000000;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__concernTag {
    height: auto;
    padding: calc(2 / 750 * 100vw) calc(20 / 750 * 100vw) calc(4 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec05__concernTag p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__concernTag p {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec05__concernText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__concernText p {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec05__profile {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec05__profile {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec05__profileImage {
  width: min(calc(105 / 1080 * 100vw), 105px);
  height: min(calc(93 / 1080 * 100vw), 93px);
  overflow: hidden;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__profileImage {
    width: calc(154 / 750 * 100vw);
    height: calc(136 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.sec05__profileBar {
  width: min(calc(6 / 1080 * 100vw), 6px);
  height: min(calc(110 / 1080 * 100vw), 110px);
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .sec05__profileBar {
    width: calc(6 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
  }
}
.sec05__profileName {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec05__profileName {
    gap: calc(4 / 750 * 100vw);
  }
}
.sec05__companyName p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__companyName p {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec05__personName p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.4;
  color: #121212;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__personName p {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec05__arrow {
  flex-shrink: 0;
  width: min(calc(18 / 1080 * 100vw), 18px);
  height: min(calc(42 / 1080 * 100vw), 42px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='42' viewBox='0 0 18 42' fill='none'%3E%3Cpath d='M18 21L1.51992e-06 42L-2.98174e-07 1.67759e-06L18 21Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec05__arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='36' viewBox='0 0 86 36' fill='none'%3E%3Cpath d='M43 36L-3.06389e-08 8.04663e-07L86 8.04663e-07L43 36Z' fill='black'/%3E%3C/svg%3E");
    width: calc(86 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}
.sec05__listBody {
  display: flex;
  flex-direction: column;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  padding: min(calc(30 / 1080 * 100vw), 30px);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec05__listBody {
    gap: calc(20 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}
.sec05__bodyTitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec05__bodyTitle p {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec05__bodyText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__bodyText p {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec06 {
  position: relative;
  width: 100%;
  padding: min(calc(90 / 1080 * 100vw), 90px) 0 min(calc(80 / 1080 * 100vw), 80px);
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(80 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  }
}
.sec06__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.sec06__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(63 / 1080 * 100vw), 63px);
}
@media screen and (max-width: 767px) {
  .sec06__heading {
    margin-bottom: calc(78 / 750 * 100vw);
  }
}
.sec06__title {
  display: inline-block;
}
.sec06__title h2 {
  position: relative;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__title h2 {
    font-size: calc(64 / 750 * 100vw);
    font-weight: 800;
  }
}
.sec06__title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  content: "";
  background-color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec06__title h2::after {
    height: calc(4 / 750 * 100vw);
  }
}
.sec06__content {
  padding: min(calc(65 / 1080 * 100vw), 65px) 0 min(calc(50 / 1080 * 100vw), 50px);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec06__content {
    padding: calc(70 / 750 * 100vw) 0 calc(65 / 750 * 100vw);
  }
}
.sec06__badges {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  align-items: flex-end;
  justify-content: center;
  margin-bottom: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec06__badges {
    display: flex;
    flex-wrap: wrap;
    gap: calc(26 / 750 * 100vw) calc(28 / 750 * 100vw);
    width: calc(656 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec06__badge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(242 / 1080 * 100vw), 242px);
  height: min(calc(225 / 1080 * 100vw), 225px);
  padding-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec06__badge {
    width: calc(314 / 750 * 100vw);
    height: calc(292 / 750 * 100vw);
    padding-top: calc(4 / 750 * 100vw);
  }
}
.sec06__badge:nth-child(2) {
  height: min(calc(224 / 1080 * 100vw), 224px);
}
@media screen and (max-width: 767px) {
  .sec06__badge:nth-child(2) {
    height: calc(292 / 750 * 100vw);
  }
}
.sec06__badgeImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.sec06__badgeText {
  position: relative;
  z-index: 1;
}
.sec06__badgeText p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1;
  color: #c19d29;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__badgeText p {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1;
  }
}
.sec06__badgeNumber {
  position: relative;
  z-index: 1;
}
.sec06__badgeNumber p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 800;
  line-height: 1.3;
  color: #c19d29;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__badgeNumber p {
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec06__badge:nth-child(1) .sec06__badgeNumber p, .sec06__badge:nth-child(2) .sec06__badgeNumber p {
  font-size: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec06__badge:nth-child(1) .sec06__badgeNumber p, .sec06__badge:nth-child(2) .sec06__badgeNumber p {
    font-size: calc(74 / 750 * 100vw);
  }
}
.sec06__badge:nth-child(1) .sec06__badgeNumber p span, .sec06__badge:nth-child(2) .sec06__badgeNumber p span {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
}
@media screen and (max-width: 767px) {
  .sec06__badge:nth-child(1) .sec06__badgeNumber p span, .sec06__badge:nth-child(2) .sec06__badgeNumber p span {
    font-size: calc(52 / 750 * 100vw);
  }
}
.sec06__badge:nth-child(4) .sec06__badgeNumber {
  margin-top: max(calc(-10 / 1080 * 100vw), -10px);
}
@media screen and (max-width: 767px) {
  .sec06__badge:nth-child(4) .sec06__badgeNumber {
    margin-top: calc(0 / 750 * 100vw);
  }
}
.sec06__badgeUnit {
  position: relative;
  z-index: 1;
}
.sec06__badgeUnit p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #c19d29;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__badgeUnit p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__badgeNote {
  position: relative;
  z-index: 1;
}
.sec06__badgeNote p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.5;
  color: #c19d29;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__badgeNote p {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec06__logos {
  width: min(calc(923 / 1080 * 100vw), 923px);
  margin: 0 auto min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec06__logos {
    width: calc(672 / 750 * 100vw);
    margin: 0 auto calc(43 / 750 * 100vw);
  }
}
.sec06__logos img {
  width: 100%;
  height: auto;
}
.sec06__note {
  text-align: center;
}
.sec06__note p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__note p {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto;
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .sec06__note .sp-space {
    display: none;
  }
}

.sec07 {
  position: relative;
  width: 100%;
  padding: min(calc(70 / 1080 * 100vw), 70px) 0 min(calc(90 / 1080 * 100vw), 90px);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(90 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  }
}
.sec07__inner {
  position: relative;
  width: min(calc(998 / 1080 * 100vw), 998px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__inner {
    width: 100%;
  }
}
.sec07__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec07__heading {
    margin-bottom: calc(72 / 750 * 100vw);
  }
}
.sec07__title {
  display: inline-block;
}
.sec07__title h2 {
  position: relative;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec07__title h2 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec07__title h2 span {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sec07__title h2 span {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec07__title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(calc(481 / 1080 * 100vw), 481px);
  height: min(calc(4 / 1080 * 100vw), 4px);
  content: "";
  background-color: #facc15;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec07__title h2::after {
    width: calc(532 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
  }
}
.sec07__cards {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07__cards {
    width: calc(653 / 750 * 100vw);
    margin: 0 auto;
    gap: calc(10 / 750 * 100vw);
  }
}
.sec07__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(158 / 1080 * 100vw), 158px);
  height: min(calc(115 / 1080 * 100vw), 115px);
  background-color: #fff5dc;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #facc15;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec07__card {
    width: calc(211 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
    padding: calc(0 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #facc15;
    border-radius: calc(12 / 750 * 100vw);
  }
}
.sec07__cardIcon {
  width: min(calc(51 / 1080 * 100vw), 51px);
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec07__cardIcon {
    width: calc(62 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.sec07__cardText {
  text-align: center;
}
.sec07__cardText p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sec07__cardText p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec07__cardText p span {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .sec07__cardText p span {
    font-size: calc(20 / 750 * 100vw);
    display: block;
    line-height: 100%;
  }
}
.sec07__cardText .textSmall {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__cardText .textSmall {
    font-size: calc(26 / 750 * 100vw);
    display: inline-block;
    line-height: 120%;
  }
}

.sec08 {
  position: relative;
  width: 100%;
  padding: min(calc(100 / 1080 * 100vw), 100px) 0 min(calc(103 / 1080 * 100vw), 103px);
  background-color: #fff5dc;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec08::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(calc(491 / 1080 * 100vw), 491px);
  content: "";
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec08::before {
    height: calc(982 / 750 * 100vw);
  }
}
.sec08__inner {
  position: relative;
  width: 100%;
  max-width: min(calc(1920 / 1080 * 100vw), 1920px);
  margin: 0 auto;
}
.sec08__heading {
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__heading {
    margin-bottom: calc(70 / 750 * 100vw);
  }
}
.sec08__heading h2 {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__heading h2 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec08__headingLine {
  display: block;
  width: min(calc(650 / 1080 * 100vw), 650px);
  height: min(calc(4 / 1080 * 100vw), 4px);
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec08__headingLine {
    width: calc(410 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    margin: calc(15 / 750 * 100vw) auto 0;
  }
}
.sec08__reason {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: center;
  margin-bottom: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec08__reason {
    gap: calc(40 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.sec08__reasonItem {
  width: min(calc(920 / 1080 * 100vw), 920px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(35 / 1080 * 100vw), 35px);
  background-color: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  box-shadow: 0 0 min(calc(14 / 1080 * 100vw), 14px) rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .sec08__reasonItem {
    width: calc(690 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(45 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
    box-shadow: 0 0 calc(14 / 750 * 100vw) rgba(0, 0, 0, 0.25);
  }
}
.sec08__reasonHeader {
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec08__reasonHeader {
    flex-direction: column;
    align-items: center;
    gap: calc(20 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec08__reasonLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(250 / 1080 * 100vw), 250px);
  height: min(calc(72 / 1080 * 100vw), 72px);
  background-color: #14b8a6;
  border-radius: 0 min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec08__reasonLabel {
    width: calc(278 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    border-radius: 0 calc(30 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
}
.sec08__reasonLabel p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0.08em;
}
.sec08__reasonLabel p strong {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec08__reasonLabel p {
    font-size: calc(34 / 750 * 100vw);
  }
  .sec08__reasonLabel p strong {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec08__reasonTitle h3 {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__reasonTitle h3 {
    text-align: center;
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec08__reasonContent {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08__reasonContent {
    flex-direction: column;
    gap: calc(20 / 750 * 100vw);
  }
}
.sec08__reasonImage {
  position: relative;
  flex-shrink: 0;
  width: min(calc(263 / 1080 * 100vw), 263px);
}
@media screen and (max-width: 767px) {
  .sec08__reasonImage {
    width: calc(380 / 750 * 100vw);
  }
}
.sec08__reasonBody {
  flex: 1;
}
.sec08__reasonSubtitle {
  width: 100%;
  padding: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  text-align: center;
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec08__reasonSubtitle {
    padding: calc(8 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec08__reasonSubtitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__reasonSubtitle p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec08__reasonText p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__reasonText p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08__reasonText p b {
  color: #14B8A6;
  font-weight: 700;
}
.sec08__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec08__copy {
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec08__copyImage {
    width: calc(638 / 750 * 100vw);
    margin: 0 auto calc(0 / 750 * 100vw);
  }
}
.sec08__copyText p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec08__copyText p {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec08__steps {
  position: relative;
  width: min(calc(792 / 1080 * 100vw), 792px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__steps {
    width: calc(599 / 750 * 100vw);
  }
}
.sec08__steps img {
  width: 100%;
  height: auto;
}

.sec09 {
  position: relative;
  width: 100%;
  padding: min(calc(70 / 1080 * 100vw), 70px) 0;
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec09__inner {
  position: relative;
  width: min(calc(860 / 1080 * 100vw), 860px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09__inner {
    width: calc(690 / 750 * 100vw);
  }
}
.sec09__heading {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__heading {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec09__subtitle {
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec09__subtitle {
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec09__subtitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__subtitle p {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec09__title h2 {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__title h2 {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec09__headingLine {
  display: block;
  width: min(calc(522 / 1080 * 100vw), 522px);
  height: min(calc(4 / 1080 * 100vw), 4px);
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec09__headingLine {
    width: calc(618 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) auto 0;
  }
}
.sec09__box {
  padding: min(calc(44 / 1080 * 100vw), 44px) min(calc(51 / 1080 * 100vw), 51px) min(calc(43 / 1080 * 100vw), 43px);
  background-color: #ffffff;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec09__box {
    padding: calc(40 / 750 * 100vw) calc(55 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
  }
}
.sec09__boxGroup {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec09__boxGroup {
    flex-direction: column;
    gap: calc(10 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec09__price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec09__price {
    flex-direction: column;
    align-items: center;
  }
}
.sec09__priceTitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__priceTitle p {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec09__priceTitle p .tax {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec09__priceTitle p .tax {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec09__priceAmount p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(76 / 1080 * 100vw), 76px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__priceAmount p {
    font-size: calc(96 / 750 * 100vw);
  }
}
.sec09__priceAmount p .yen {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec09__priceAmount p .yen {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec09__detail {
  width: min(calc(350 / 1080 * 100vw), 350px);
  overflow: hidden;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec09__detail {
    width: calc(580 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
  }
}
.sec09__detailHeader {
  display: flex;
  align-items: center;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  background-color: #14b8a6;
}
@media screen and (max-width: 767px) {
  .sec09__detailHeader {
    justify-content: center;
    padding: calc(10 / 750 * 100vw);
  }
}
.sec09__detailLabel p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__detailLabel p {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec09__detailPrice p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 1.4;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__detailPrice p {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec09__detailPrice p .num {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec09__detailPrice p .num {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec09__detailBody {
  padding: min(calc(10 / 1080 * 100vw), 10px);
  text-align: center;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .sec09__detailBody {
    padding: calc(10 / 750 * 100vw);
  }
}
.sec09__detailBody p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__detailBody p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09__note {
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(10 / 1080 * 100vw), 10px);
  text-align: center;
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid #000000;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #000000;
}
@media screen and (max-width: 767px) {
  .sec09__note {
    padding: calc(6 / 750 * 100vw) calc(10 / 750 * 100vw);
    border-top: calc(2 / 750 * 100vw) solid #000000;
    border-bottom: calc(2 / 750 * 100vw) solid #000000;
  }
}
.sec09__note p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec09__note p {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec10 {
  position: relative;
  width: 100%;
  padding: min(calc(36 / 1080 * 100vw), 36px) 0 min(calc(63 / 1080 * 100vw), 63px);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(46 / 750 * 100vw) 0 calc(72 / 750 * 100vw);
  }
}
.sec10::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(calc(385 / 1080 * 100vw), 385px);
  content: "";
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec10::before {
    height: calc(584 / 750 * 100vw);
  }
}
.sec10__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(calc(1920 / 1080 * 100vw), 1920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__inner {
    max-width: 100%;
  }
}
.sec10__heading {
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec10__heading {
    margin: 0 0 calc(-290 / 750 * 100vw) calc(32 / 750 * 100vw);
    text-align: left;
  }
}
.sec10__headingTitle {
  position: relative;
  display: inline-block;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec10__headingTitle {
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec10__headingTitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__headingTitle p {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec10__headingLine {
  display: block;
  width: min(calc(127 / 1080 * 100vw), 127px);
  height: min(calc(5 / 1080 * 100vw), 5px);
  margin: min(calc(4 / 1080 * 100vw), 4px) auto 0;
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .sec10__headingLine {
    width: calc(127 / 750 * 100vw);
    height: calc(5 / 750 * 100vw);
    margin: calc(4 / 750 * 100vw) 0 0 0;
  }
}
.sec10__headingSubtitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__headingSubtitle p {
    font-size: calc(56 / 750 * 100vw);
    text-align: left;
  }
}
.sec10__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(676 / 1080 * 100vw), 676px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec10__content {
    width: calc(565 / 750 * 100vw);
  }
}
.sec10__illust {
  width: min(calc(854 / 1080 * 100vw), 854px);
  height: min(calc(284 / 1080 * 100vw), 284px);
  margin-bottom: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec10__illust {
    width: calc(750 / 750 * 100vw);
    height: calc(608 / 750 * 100vw);
    margin-bottom: calc(49 / 750 * 100vw);
  }
}
.sec10__copy {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec10__copy {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec10__copyTitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__copyTitle p {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec10__copyText {
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  align-items: center;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__copyText {
    flex-wrap: wrap;
    gap: calc(8 / 750 * 100vw);
    justify-content: center;
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec10__copyHighlight {
  display: inline-flex;
  gap: min(calc(9.64 / 1080 * 100vw), 9.64px);
  align-items: center;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(16 / 1080 * 100vw), 16px);
  color: #ffffff;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .sec10__copyHighlight {
    gap: calc(9.64 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.sec10__btn {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec10__btn {
    margin-top: calc(34 / 750 * 100vw);
  }
}
.sec10__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(412 / 1080 * 100vw), 412px);
  height: min(calc(77 / 1080 * 100vw), 77px);
  text-decoration: none;
  background-color: #14b8a6;
  border-radius: min(calc(46 / 1080 * 100vw), 46px);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .sec10__btn a {
    width: calc(565 / 750 * 100vw);
    height: calc(99 / 750 * 100vw);
    border-radius: calc(46 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec10__btn a:hover {
    filter: brightness(120%);
  }
}
.sec10__btn a::after {
  position: absolute;
  top: 50%;
  right: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M1.1687 1.16895L7.1687 7.45466L1.1687 13.1689' stroke='white' stroke-width='2.33746' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec10__btn a::after {
    top: calc(48 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(11 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
  }
}
.sec10__btnText {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec10__btnText {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
}

.sec11 {
  width: 100%;
  padding: min(calc(70 / 1080 * 100vw), 70px) 0;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec11__inner {
  width: min(calc(928 / 1080 * 100vw), 928px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec11__inner {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.sec11__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec11__heading {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec11__title {
  display: inline-block;
}
.sec11__title h2 {
  position: relative;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__title h2 {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec11__title h2 span {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .sec11__title h2 span {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec11__title h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  content: "";
  background-color: #facc15;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec11__title h2::after {
    height: calc(4 / 750 * 100vw);
  }
}
.sec11__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec11__content {
    gap: calc(30 / 750 * 100vw);
  }
}
.sec11__accordion {
  width: 100%;
  background-color: #fff5dc;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec11__accordion {
    border-radius: calc(24 / 750 * 100vw);
  }
}
.sec11__btn {
  position: relative;
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: center;
  width: 100%;
  height: 100%;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(88 / 1080 * 100vw), 88px) min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec11__btn {
    padding: calc(24 / 750 * 100vw) calc(88 / 750 * 100vw) calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec11__btn.is-active .sec11__btnIcon {
  transform: translateY(-50%) rotate(0);
}
.sec11__qaBadge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  font-family: Noto Sans JP, sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sec11__qaBadge {
    width: calc(58 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec11__qaBadge--q {
  color: #facc15;
  background-color: #000;
}
.sec11__qaBadge--a {
  color: #000;
  background-color: #facc15;
}
.sec11__btnText {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.6;
  color: #000;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__btnText {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec11__btnIcon {
  position: absolute;
  top: 50%;
  right: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Cpath fill='%23000' d='m20 14 11 10.666L29.625 26 20 16.667 10.375 26 9 24.667 20 14Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .sec11__btnIcon {
    right: calc(24 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}
.sec11__accordionContent {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.sec11__accordionContent::before {
  position: absolute;
  top: 1px;
  left: 50%;
  width: min(calc(880 / 1080 * 100vw), 880px);
  height: 1px;
  content: "";
  background-color: #ccc;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec11__accordionContent::before {
    top: 1px;
    width: calc(582 / 750 * 100vw);
    height: 1px;
  }
}
.sec11__accordionContentInner {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  align-items: flex-start;
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11__accordionContentInner {
    gap: calc(16 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw);
  }
}
.sec11__accordionText p,
.sec11__accordionText a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  font-feature-settings: "palt" on;
  line-height: 1.8;
  color: #000;
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec11__accordionText p,
  .sec11__accordionText a {
    font-size: calc(26 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
