@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  background: inherit;
}

address {
  font-style: normal;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
@media (max-width: 767px) {
  html {
    font-size: min(2.5641025641vw, 12.8205128205px);
  }
}
@media (min-width: 768px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #5B5B5B;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  letter-spacing: var(--spacing);
}

:root {
  --spacing: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  display: block;
  color: inherit;
}

main {
  overflow: hidden;
}

address {
  font-style: normal;
  text-decoration: none;
}

.l-inner {
  width: 108rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    width: 35.8rem;
  }
}

.l-center {
  text-align: center;
}

.c-title.is-bgBlue {
  background: #15A5F7;
  color: #fff;
  text-align: center;
  padding: 2.4rem 0 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-title.is-bgBlue {
    padding: 2.2rem 0;
  }
}
.c-title.is-bgBlue::after {
  content: "";
  display: block;
  width: 6rem;
  height: 3.3rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% - 1px));
          transform: translate(-50%, calc(100% - 1px));
  background: #15A5F7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .c-title.is-bgBlue::after {
    width: 2.4rem;
    height: 1.4rem;
  }
}

.c-titleBig {
  font-size: 4.8rem;
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .c-titleBig {
    font-size: 2.9rem;
  }
}

.c-titleSmall {
  font-size: 2.1rem;
  display: block;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-titleSmall {
    font-size: 1.6rem;
  }
}

.c-btn {
  width: 43.2rem;
  height: 8.9rem;
  max-width: 100%;
  background: #50C202;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  border-radius: 999px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .c-btn {
    width: 100%;
    height: 6.4rem;
    font-size: 1.6rem;
  }
}
.c-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1.8rem;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 767px) {
  .c-btn::after {
    width: 0.7rem;
    height: 1.1rem;
  }
}
.c-btn.is-entry {
  background: #F66375;
}
.c-btn.is-request::before {
  width: 8rem;
  height: 8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.6rem;
  font-size: 2.7rem;
  letter-spacing: 0.08em;
  color: #EE4444;
  background: #fff;
  content: "無料";
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  position: absolute;
}
@media (max-width: 767px) {
  .c-btn.is-request::before {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 2rem;
    left: 0.4rem;
  }
}
.c-btn.is-reserve {
  margin: 2.6rem auto 0;
  width: 48rem;
}
@media (max-width: 767px) {
  .c-btn.is-reserve {
    margin: 2rem auto 0;
    width: 100%;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .c-btn.is-reserve::after {
    right: 2rem;
  }
}
.c-btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.c-btn:hover::after {
  -webkit-transform: translate(0.5rem, -50%);
          transform: translate(0.5rem, -50%);
}

.c-line {
  width: 100vw;
}

.c-enTitle {
  display: block;
  font-size: 13rem;
  letter-spacing: 0.04em;
  font-family: roboto, sans-serif;
  opacity: 0.14;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
@media (max-width: 767px) {
  .c-enTitle {
    font-size: 6rem;
  }
}

@media (min-width: 1140px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.roboto {
  font-family: roboto, sans-serif;
}

.yellow {
  color: #FFFE05;
}

.pink {
  color: #FB8190;
}

.blue {
  color: #15A5F7;
}

.yellowLine {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFE05), color-stop(22%, #FFFE05), color-stop(23%, transparent));
  background: linear-gradient(0deg, #FFFE05 0%, #FFFE05 22%, transparent 23%);
}

.wb {
  font-weight: 700;
}

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

.indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

.top-line {
  stroke-dasharray: 1700px;
  stroke-dashoffset: 1700px;
}
@media (max-width: 767px) {
  .top-line {
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px;
  }
}
.top-line.js-action {
  -webkit-animation: lineAnimation 1.8s cubic-bezier(0.73, 0.21, 0.27, 0.88) 1s forwards;
          animation: lineAnimation 1.8s cubic-bezier(0.73, 0.21, 0.27, 0.88) 1s forwards;
}
@media (max-width: 767px) {
  .top-line.js-action {
    -webkit-animation: lineAnimation-sp 1.8s cubic-bezier(0.73, 0.21, 0.27, 0.88) 1s forwards;
            animation: lineAnimation-sp 1.8s cubic-bezier(0.73, 0.21, 0.27, 0.88) 1s forwards;
  }
}

/* ローディング */
.p-header {
  width: 100%;
  height: 7rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .p-header {
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    height: 4rem;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100vw, 108rem);
  margin: auto;
}
@media (max-width: 767px) {
  .p-header__inner {
    width: 100%;
  }
}

.p-header__title {
  width: 21.3rem;
}
@media (max-width: 767px) {
  .p-header__title {
    width: 16rem;
    margin-left: 1rem;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-headerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.6rem;
  height: 7rem;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #F66375;
  position: relative;
}
@media (max-width: 767px) {
  .p-headerBtn {
    height: 4rem;
    width: 10rem;
    font-size: 1.2rem;
  }
}
.p-headerBtn.is-request {
  background-color: #50C202;
}
.p-headerBtn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7rem;
  height: 1.3rem;
  background: url(../img/arrow.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-headerBtn::after {
    width: 0.5rem;
    height: 1rem;
  }
}
.p-headerBtn:hover {
  opacity: 0.9;
}
.p-headerBtn:hover::after {
  right: 1rem;
}

.p-footer {
  position: relative;
  background: #15A5F7;
  color: #fff;
  text-align: center;
  padding: 4.7rem 0 4rem;
}
@media (max-width: 767px) {
  .p-footer {
    padding: 3.2rem 0 3.6rem;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.4rem;
}
@media (max-width: 767px) {
  .p-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.copyright {
  margin-top: 3.6rem;
  font-size: 1.2rem;
  font-family: roboto, sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 1rem;
  }
}

.p-fv {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 7rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-fv {
    padding-top: 4rem;
  }
}

.p-fv__img {
  margin: 0 auto;
}

.p-cvArea__top {
  background: #15a5f7;
  padding: 2rem 0 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-cvArea__top {
    padding: 1rem 0 0;
    background: none;
  }
}

.p-cvArea__topTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #FFFE05;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center; 
}
@media (max-width: 767px) {
  .p-cvArea__topTitle {
    padding-top: 2rem;
    color: #FB8190;
    font-size: 1.6rem;
  }
  .cv {
    display: none !important;
  }
}
.p-cvArea__topTitle .big {
  font-family: roboto, sans-serif;
  font-size: 4.5rem;
}
@media (max-width: 767px) {
  .p-cvArea__topTitle .big {
    font-size: 3rem;
  }
}

.cv::before {
  content: "";
  display: inline-block;
  width: 3.1rem;
  height: 3.6rem;
  background: url(../img/cv_h2.svg) no-repeat center/contain;

  /* 左右反転 */
  transform: scaleX(-1);
}

.cv::after {
  content: "";
  display: inline-block;
  width: 3.1rem;
  height: 3.6rem;
  background: url(../img/cv_h2.svg) no-repeat center/contain;
  /* 反転なし */
}
@media (max-width: 767px) {
  .p-cvArea__topTitle::before, .p-cvArea__topTitle::after {
    display: none;
  }
}
.p-cvArea__topTitle::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-cvArea__subTitle {
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 2.6rem;
  color: #FFFE05;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-cvArea__subTitle {
    font-size: 1.6rem;
    color: #FB8190;
  }
}

.p-cv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8rem;
  width: 85rem;
  margin: 2.3rem auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-cv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    background: #15A5F7;
    border-radius: 8px;
    padding: 1.2rem;
    margin: 1rem 0 0;
    gap: 1rem;
  }
}

.p-cv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-cv__item.is-01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .p-cv__item.is-01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-cv__item.is-02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.6rem;
  border-radius: 0.8rem;
  background: url(../img/cv_arrow.svg) 20.8rem 50%/4rem no-repeat #fdfae7;
}
@media (max-width: 767px) {
  .p-cv__item.is-02 {
    gap: 4rem;
    background: url(../img/cv_arrow.svg) 14rem 50%/2rem no-repeat #fdfae7;
    padding: 1rem 0;
  }
}
.p-cv__item.is-02::before {
  content: "";
  position: absolute;
  background: url(../img/cv_item_img.svg) 0 0/contain no-repeat;
  width: 9rem;
  height: 7.7rem;
  right: -1rem;
  top: -6rem;
  display: none;
}
@media (max-width: 767px) {
  .p-cv__item.is-02::before {
    width: 4rem;
    height: 3.7rem;
    right: -1.4rem;
    top: -3rem;
  }
}

.p-cv__label01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/cv_when_pc.svg) 0 0/contain no-repeat;
  width: 28.1rem;
  height: 5.1rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #13A5F8;
  position: relative;
}
@media (max-width: 767px) {
  .p-cv__label01 {
    width: 13.1rem;
    height: 3.3rem;
    font-size: 2rem;
    background: url(../img/cv_when_sp.svg) 0 0/contain no-repeat;
  }
}
.p-cv__label01::before {
  content: "";
  position: absolute;
  background: url(../img/cv_label01_img.svg) 0 0/contain no-repeat;
  width: 15.1rem;
  height: 11rem;
  left: -6rem;
  top: -4rem;
  display: none;
}
@media (max-width: 767px) {
  .p-cv__label01::before {
    width: 8rem;
    height: 5rem;
    left: -3rem;
    top: -1rem;
  }
}

.p-cv__label02 {
  margin-top: 1.5rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .p-cv__label02 {
    margin-top: 0;
    font-size: 2rem;
  }
}
.p-cv__label02 .--text01 {
  color: #FFFE05;
  font-size: 5rem;
  font-family: roboto, sans-serif;
  line-height: 1;
  position: relative;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-cv__label02 .--text01 {
    font-size: 4rem;
  }
}
/* .p-cv__label02 .--text01::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/cv_style1.svg) 0 0/contain no-repeat;
  width: 2.2rem;
  height: 2.2rem;
  top: -0.2rem;
  left: -2rem;
} */
@media (max-width: 767px) {
  .p-cv__label02 .--text01::after {
    width: 1.3rem;
    height: 1.3rem;
    left: -1rem;
  }
}
.p-cv__label02 .--text02 {
  color: #FFFE05;
  font-size: 4.2rem;
  font-family: roboto, sans-serif;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-cv__label02 .--text02 {
    font-size: 2.8rem;
  }
}

.p-cv__label03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .p-cv__label03 {
    font-size: 1rem;
  }
}
.p-cv__label03::before, .p-cv__label03::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 1px;
  background: #5B5B5B;
}

.p-cv__label04 {
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.6rem;
}
.p-cv__label04 .--text01 {
  position: relative;
  bottom: -0.2rem;
  margin-right: 0.2rem;
  font-size: 1.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.4em;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-cv__label04 .--text01 {
    font-size: 1rem;
  }
}
.p-cv__label04 .--text02 {
  font-size: 4rem;
  font-family: roboto, sans-serif;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 767px) {
  .p-cv__label04 .--text02 {
    font-size: 2.8rem;
  }
}
.p-cv__label04 .--text02::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12.4rem;
  height: 0.4rem;
  -webkit-transform: skew(0, -15deg) translateY(-50%);
          transform: skew(0, -15deg) translateY(-50%);
  border-radius: min(9.2592592593vw, 100px);
  background: #EE4444;
}
@media (max-width: 767px) {
  .p-cv__label04 .--text02::after {
    width: 8.5rem;
    height: 0.2rem;
  }
}
.p-cv__label04 .--text03 {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .p-cv__label04 .--text03 {
    font-size: 1.6rem;
  }
}
.p-cv__label04 .--text04 {
  position: absolute;
  top: 0.2rem;
  right: -1.2rem;
  font-size: 1.1rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-cv__label04 .--text04 {
    font-size: 1rem;
    top: -0.2rem;
    right: -1.6rem;
  }
}

.p-cv__label05 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #EE4444;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-cv__label05 {
    font-size: 2rem;
  }
}
.p-cv__label05 .--text01 {
  font-size: 7rem;
  font-family: roboto, sans-serif;
  line-height: 1;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .p-cv__label05 .--text01 {
    font-size: 4.2rem;
  }
}
.p-cv__label05 .--text02 {
  position: absolute;
  top: 1.4rem;
  right: -0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #5B5B5B;
}
@media (max-width: 767px) {
  .p-cv__label05 .--text02 {
    font-size: 1rem;
    top: 0.6rem;
    right: -1.3rem;
  }
}

.p-cvArea__btn {
  margin: 3.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
}
@media (max-width: 767px) {
  .p-cvArea__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
    margin: 0;
    padding: 2.6rem 3rem;
  }
}

.p-textArea__catch {
  font-size: 3rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-textArea__catch {
    font-size: 2.4rem;
  }
}

.p-textArea__read {
  margin-top: 3.2rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-textArea__read {
    margin-top: 3rem;
  }
}

/* ===============================================
# sec01
=============================================== */
.sec01 {
  background: #F6F6F6;
}

.sec01 .l-inner {
  padding: 7rem 0 0;
}
@media (max-width: 767px) {
  .sec01 .l-inner {
    padding: 3rem 0 0;
  }
}

.sec01__topText {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec01__topText {
    font-size: 1.7rem;
  }
}
.sec01__topText .big {
  font-size: 4.8rem;
  margin-left: 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec01__topText .big {
    font-size: 2.8rem;
  }
}
.sec01__topText .big::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/sec01_head.svg) 0 0/contain no-repeat;
  width: 2.2rem;
  height: 2.2rem;
  top: -0.2rem;
  left: -2rem;
}
@media (max-width: 767px) {
  .sec01__topText .big::after {
    width: 1.8rem;
    height: 1.8rem;
    top: -0.7rem;
    left: -1.5rem;
  }
}

.sec01__table {
  padding-top: 8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 108rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .sec01__table {
    width: 100%;
    padding-top: 6rem;
  }
}

.sec01__tableFukidashi {
  position: absolute;
  top: 0;
  background: #FB8190;
  color: #fff;
  border-radius: 999px;
  width: 11rem;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  text-align: center;
  z-index: 1;
  left: 21rem;
}
@media (max-width: 767px) {
  .sec01__tableFukidashi {
    width: 6rem;
    height: 6rem;
    left: 6rem;
    top: 1rem;
    font-size: 1rem;
  }
}
.sec01__tableFukidashi .big {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .sec01__tableFukidashi .big {
    font-size: 2rem;
  }
}
.sec01__tableFukidashi .mid {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .sec01__tableFukidashi .mid {
    font-size: 1.6rem;
  }
}
.sec01__tableFukidashi::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 30px solid #FB8190;
  border-bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  bottom: -16px;
}
@media (max-width: 767px) {
  .sec01__tableFukidashi::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 15px solid #FB8190;
    bottom: -10px;
  }
}

.sec01__tableBox {
  border-left: 3px solid #5B5B5B;
  width: 21.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec01__tableBox {
    border-width: 2px;
    width: 30%;
  }
}
.sec01__tableBox:last-child {
  border-right: 3px solid #5B5B5B;
}
@media (max-width: 767px) {
  .sec01__tableBox:last-child {
    border-width: 2px;
  }
}
.sec01__tableBox.is-01 {
  width: 44.3rem;
}
@media (max-width: 767px) {
  .sec01__tableBox.is-01 {
    width: 38%;
  }
}
.sec01__tableBox.is-01 .sec01__tableText {
  background: #77B2EE;
}
@media (max-width: 767px) {
  .sec01__tableBox.is-01 .sec01__tableText {
    padding: 0.7rem 0;
  }
}
@media (max-width: 767px) {
  .sec01__tableBox.is-02 {
    width: 20%;
  }
}
.sec01__tableBox.is-02 .sec01__tableText {
  line-height: 2.454;
  background: #4A98EA;
}
@media (max-width: 767px) {
  .sec01__tableBox.is-03 .sec01__tableMonth {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .sec01__tableBox.is-04 {
    width: 23%;
  }
  .sec01__tableBox.is-04 .sec01__tableMonth {
    line-height: 1;
  }
}

.sec01__tableMonth {
  background: #D2E5FA;
  padding: 1rem 1rem;
  font-size: 2.1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec01__tableMonth {
    font-size: 1.2rem;
    padding: 1rem 0.6rem;
    line-height: 2;
  }
}
.sec01__tableMonth .num {
  font-family: roboto, sans-serif;
  font-size: 3.4rem;
}
@media (max-width: 767px) {
  .sec01__tableMonth .num {
    font-size: 1.6rem;
  }
}

.sec01__tableText {
  background: #2D7EE5;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.227;
  padding: 0.7rem 0;
}
@media (max-width: 767px) {
  .sec01__tableText {
    font-size: 1rem;
    padding: 1.3rem 0;
    height: 5rem;
  }
}

.sec01__tableNote {
  position: absolute;
  color: #fb8190;
  top: -2.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec01__tableNote {
    font-size: 1rem;
    top: -1.5rem;
  }
}

.sec01__bottom {
  margin: 6rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .sec01__bottom {
    margin: 4rem 0 0;
    position: relative;
  }
}

.sec01__bottomImg {
  width: 39.1rem;
}
@media (max-width: 767px) {
  .sec01__bottomImg {
    position: absolute;
    right: -4rem;
    bottom: 0;
    width: 20rem;
    z-index: 0;
  }
}

.sec01__bottomTextWrap {
  width: 50.4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .sec01__bottomTextWrap {
    width: 100%;
    margin-top: 0;
  }
}

.sec01__bottomTextMain {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec01__bottomTextMain {
    font-size: 1.5rem;
  }
}
.sec01__bottomTextMain .big {
  display: inline-block;
  font-size: 4.8rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .sec01__bottomTextMain .big {
    font-size: 2.8rem;
  }
}

.sec01__bottomTextSub {
  margin-top: 4rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .sec01__bottomTextSub {
    width: 55%;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
  }
}

/* ===============================================
# sec02
=============================================== */
.sec02 {
  background: -webkit-gradient(linear, left bottom, left top, from(#e6f6fc), color-stop(40%, transparent), to(transparent));
  background: linear-gradient(0deg, #e6f6fc 0%, transparent 40%, transparent 100%);
}

.sec02__inner {
  padding-bottom: 16.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .sec02__inner {
    padding-bottom: 8rem;
  }
}

.frustration__list {
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .frustration__list {
    margin-top: 4rem;
  }
}

.frustration__item {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .frustration__item {
    font-size: 1rem;
  }
}
.frustration__item:not(:first-child) {
  margin-top: 5.2rem;
}
@media (max-width: 767px) {
  .frustration__item:not(:first-child) {
    margin-top: 3rem;
  }
}
.frustration__item:nth-child(even) {
  margin-left: 19.6rem;
}
@media (max-width: 767px) {
  .frustration__item:nth-child(even) {
    margin-left: 3rem;
  }
}
.frustration__item p {
  position: relative;
  padding: 2rem 5rem;
  border-radius: 999px;
  background: #d6e3f5;
  display: inline-block;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 767px) {
  .frustration__item p {
    padding: 1rem 1.4rem;
  }
}
.frustration__item p::after {
  position: absolute;
  content: "";
  -webkit-transform: translate(-50%, 97%);
          transform: translate(-50%, 97%);
  bottom: 0;
  left: 50%;
  width: 38px;
  height: 30px;
  background: #d6e3f5;
  clip-path: polygon(0 0, 100% 100%, 90% 0);
}
@media (max-width: 767px) {
  .frustration__item p::after {
    width: 17px;
    height: 14px;
  }
}
.frustration__item .skyblue {
  color: #15A5F7;
}

.frustration__human {
  position: absolute;
  width: 28rem;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .frustration__human {
    width: 11rem;
  }
}

/* ===============================================
# sec03
=============================================== */
.sec03 {
  padding: 6rem 0 0;
}
@media (max-width: 767px) {
  .sec03 {
    padding: 4rem 0 0;
  }
}

.sec03__h2 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .sec03__h2 {
    font-size: 1.6rem;
  }
}
.sec03__h2 .--text01 {
  font-size: 4.8rem;
  color: #FB8190;
  position: relative;
}
@media (max-width: 767px) {
  .sec03__h2 .--text01 {
    font-size: 2.4rem;
  }
}
.sec03__h2 .--text01::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/sec01_head.svg) 0 0/contain no-repeat;
  width: 2.2rem;
  height: 2.2rem;
  top: -0.2rem;
  left: -2rem;
}
@media (max-width: 767px) {
  .sec03__h2 .--text01::after {
    width: 1.2rem;
    height: 1.2rem;
    left: -1rem;
  }
}
.sec03__h2 .adlp-speech {
  font-size: 2.4rem;
  line-height: 2.4;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #5B5B5B;
  position: relative;
}
@media (max-width: 767px) {
  .sec03__h2 .adlp-speech {
    font-size: 1.8rem;
    border-bottom: 1px solid #5B5B5B;
  }
}
.sec03__h2 .adlp-speech::before, .sec03__h2 .adlp-speech::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec03__h2 .adlp-speech::before {
  border: 1rem solid;
  border-color: transparent;
  border-top-color: #5B5B5B;
}
@media (max-width: 767px) {
  .sec03__h2 .adlp-speech::before {
    border: 8px solid;
    border-color: transparent;
    border-top-color: #5B5B5B;
  }
}
.sec03__h2 .adlp-speech::after {
  border: 0.7rem solid;
  border-color: transparent;
  border-top-color: #fff;
}
@media (max-width: 767px) {
  .sec03__h2 .adlp-speech::after {
    border: 7px solid;
    border-color: transparent;
    border-top-color: #fff;
  }
}
.sec03__h2 .--text02 {
  font-size: 4.6rem;
  color: #15A5F7;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec03__h2 .--text02 {
    font-size: 2.8rem;
  }
}

.sec03__box1 {
  width: 100rem;
  height: 28.7rem;
  margin: 6rem auto 0;
  background: url(../img/sec03_2.png) 50% 0/100rem no-repeat;
}
@media (max-width: 767px) {
  .sec03__box1 {
    width: 100%;
    height: 25.8rem;
    margin: 3.4rem auto 0;
    background: url(../img/sec03_2_sp.png) 0 0/100% no-repeat;
  }
}
.sec03__box1 .--text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48.6rem;
  height: 5.8rem;
  margin: 0 auto 2.7rem;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  border-radius: 0.8rem;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #13A5F8;
}
@media (max-width: 767px) {
  .sec03__box1 .--text01 {
    width: 18.3rem;
    height: 3.8rem;
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
    font-size: 2.4rem;
    margin: 0 auto 1rem;
  }
}
.sec03__box1 .--text02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transform: translate(21rem);
          transform: translate(21rem);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .sec03__box1 .--text02 {
    font-size: 1.8rem;
    -webkit-transform: translate(8rem);
            transform: translate(8rem);
  }
}
.sec03__box1 .--text03 {
  font-size: 3.4rem;
  color: #FB8190;
}
@media (max-width: 767px) {
  .sec03__box1 .--text03 {
    font-size: 2.2rem;
  }
}

.sec03__box2Wrap {
  height: 25rem;
  background: #E6F7FF;
}
@media (max-width: 767px) {
  .sec03__box2Wrap {
    height: auto;
  }
}

.sec03__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 69.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec03__box2 {
    width: 100%;
    gap: 2rem 1rem;
  }
}

.sec03__box2Body {
  width: 33.6rem;
  text-align: center;
  border: 2px solid #15A5F7;
  border-radius: 1rem;
  background: #fff;
  position: relative;
  padding: 2.4rem 0 1.4rem;
  top: -6rem;
}
@media (max-width: 767px) {
  .sec03__box2Body {
    width: 47%;
    padding: 2rem 0.8rem 1rem;
    top: -2.5rem;
  }
}

.sec03__box2Number {
  position: absolute;
  font-family: roboto, sans-serif;
  font-size: 3.4rem;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #15A5F7;
  color: #fff;
  border-radius: 999px;
  width: 4.7rem;
  height: 4.7rem;
  line-height: 4.7rem;
}
@media (max-width: 767px) {
  .sec03__box2Number {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    top: -1.6rem;
  }
}

.sec03__box2Text {
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec03__box2Text {
    font-size: 1.1rem;
  }
}
.sec03__box2Text .big {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .sec03__box2Text .big {
    font-size: 1.3rem;
  }
}
.sec03__box2Text .bigger {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .sec03__box2Text .bigger {
    font-size: 1.6rem;
  }
}

/* ===============================================
# sec04
=============================================== */
.sec04 {
  padding: 5.6rem 0 8rem;
  position: relative;
  background: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec04 {
    padding: 4rem 0;
  }
}
.sec04::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 367rem;
  top: 0;
  left: 0;
  background: #FFEDEF;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec04::before {
    height: 370rem;
  }
}
.sec04.open::after {
  height: 70.8rem;
}
@media (max-width: 767px) {
  .sec04.open::after {
    height: 58rem;
  }
}

.sec04_h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec04_h2 {
    font-size: 1.8rem;
  }
}
.sec04_h2 .--text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.2rem auto;
  width: 69rem;
  height: 14.4rem;
  border-radius: 8px;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #fff;
  background: #15A5F7;
}
@media (max-width: 767px) {
  .sec04_h2 .--text01 {
    width: 90%;
    height: auto;
    font-size: 2rem;
    padding: 1rem 0;
  }
}
.sec04_h2 .--text02 {
  font-size: 4.2rem;
}
@media (max-width: 767px) {
  .sec04_h2 .--text02 {
    font-size: 2.6rem;
  }
}

.sec04__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5rem;
  width: 92rem;
  margin: 9rem auto 0;
}
@media (max-width: 767px) {
  .sec04__list {
    width: 92%;
    margin: 7rem auto 0;
  }
}

.sec04__list__wrapper {
  padding: 0 5rem 5rem;
  border-radius: 1.6rem;
  background: #fff;
}
@media (max-width: 767px) {
  .sec04__list__wrapper {
    padding: 0 1.5rem 2rem;
  }
}

.sec04__num {
  width: 11.3rem;
  height: 11.3rem;
  margin: -5.5rem auto 2.8rem;
  font-size: 2rem;
  font-family: roboto, sans-serif;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FB8190;
  border-radius: 50%;
  font-weight: 600;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .sec04__num {
    width: 7.4rem;
    height: 7.4rem;
    font-size: 1.3rem;
    margin: -3.5rem auto 0.8rem;
  }
}
.sec04__num .--text01 {
  font-size: 5rem;
}
@media (max-width: 767px) {
  .sec04__num .--text01 {
    font-size: 3rem;
  }
}

.sec04__list__Title {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sec04__list__Title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.sec04__list__Title .--text02 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .sec04__list__Title .--text02 {
    font-size: 2.2rem;
  }
}

.sec04__list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.3rem;
}
@media (max-width: 767px) {
  .sec04__list__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.sec04__list__box.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .sec04__list__box.is-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec04__list__box .youtubeWrap {
  width: 44.7rem;
}
@media (max-width: 767px) {
  .sec04__list__box .youtubeWrap {
    width: 100%;
  }
}
.sec04__list__box .youtube {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 !important;
}
.sec04__list__box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sec04__list__boxImg {
  width: 44rem;
}
@media (max-width: 767px) {
  .sec04__list__boxImg {
    width: 100%;
  }
}

.sec04__list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.75;
}
.sec04__list__text .blue {
  font-weight: 600;
}
.sec04__list__text .note {
  display: block;
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .sec04__list__text .note {
    font-size: 1.1rem;
  }
}

.sec04__list__box01Bottom {
  margin: 10rem 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .sec04__list__box01Bottom {
    margin: 4rem 0 0;
  }
}

.sec04__list__box01Title {
  position: relative;
  background: #15A5F7;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.2rem 4rem;
  border-radius: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .sec04__list__box01Title {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    line-height: 1.4;
  }
}
.sec04__list__box01Title .yellow {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .sec04__list__box01Title .yellow {
    font-size: 2.4rem;
  }
}
.sec04__list__box01Title::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1.2rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% - 1px));
          transform: translate(-50%, calc(100% - 1px));
  background: #15A5F7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 767px) {
  .sec04__list__box01Img {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .sec04__list__box01Img img {
    width: 80rem;
  }
}

.sec04__list__box02Bottom {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .sec04__list__box02Bottom {
    margin-top: 3rem;
  }
}

.sec04__list__box02Title {
  font-size: 2rem;
  font-weight: 600;
  background: #15A5F7;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .sec04__list__box02Title {
    font-size: 1.6rem;
  }
}

.sec04__materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 4.4rem;
}
@media (max-width: 767px) {
  .sec04__materials {
    margin-top: 2rem;
    gap: 2rem;
  }
}

.sec04__materialsBox {
  width: 38.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sec04__materialsBox {
    width: 100%;
  }
}

.sec04__materialsImg {
  width: 10rem;
}
@media (max-width: 767px) {
  .sec04__materialsImg {
    width: 30%;
  }
}

.sec04__materialsRight {
  width: 26.9rem;
}
@media (max-width: 767px) {
  .sec04__materialsRight {
    width: 65%;
  }
}

.sec04__materialsTitle {
  color: #15A5F7;
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec04__materialsTitle {
    font-size: 1.5rem;
  }
}

.sec04__materialsText {
  font-size: 1.4rem;
  line-height: 1.786;
}
@media (max-width: 767px) {
  .sec04__materialsText {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.sec04__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7rem;
  width: 64rem;
  margin: 2.8rem auto 0;
}
@media (max-width: 767px) {
  .sec04__step {
    width: 100%;
    margin: 2rem auto 0;
    gap: 1.4rem;
  }
}
.sec04__step dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #15A5F7;
  gap: 3rem;
  height: 4.5rem;
  padding: 0 3rem;
  border-radius: 0 2rem 2rem 0;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .sec04__step dt {
    height: auto;
    padding: 0.8rem 2rem;
    font-size: 1.6rem;
  }
}
.sec04__step dt .--text01 {
  font-family: roboto, sans-serif;
  letter-spacing: 0.08em;
}
.sec04__step dt .--text02 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .sec04__step dt .--text02 {
    font-size: 2rem;
  }
}
.sec04__step dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.4rem;
}
@media (max-width: 767px) {
  .sec04__step dd {
    gap: 1.6rem;
  }
}
.sec04__step dd img {
  width: 12.3rem;
}
@media (max-width: 767px) {
  .sec04__step dd img {
    width: 14rem;
  }
}
.sec04__step dd div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.75;
}

.sec04__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  width: 20rem;
  height: 6.6rem;
  padding-bottom: 1.6rem;
  margin: 0 auto 3.2rem;
  background: #FB8190;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .sec04__more {
    font-size: 1.6rem;
    width: 18rem;
    height: 6rem;
    margin: 0 auto 1.4rem;
  }
}

.sec04__unit {
  position: relative;
  z-index: 1;
  width: 60rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec04__unit {
    width: 92%;
  }
}

.sec04__mainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .sec04__mainTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    font-size: 1.6rem;
  }
}
.sec04__mainTitle .--text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.333;
  width: 23.6rem;
  height: 8.2rem;
  padding-bottom: 1.4rem;
  background: url(../img/sec04_balloon.svg) 0 0/contain no-repeat;
}
@media (max-width: 767px) {
  .sec04__mainTitle .--text01 {
    width: 21.6rem;
    height: 7.2rem;
  }
}
.sec04__mainTitle .--text02 {
  font-size: 4rem;
}
@media (max-width: 767px) {
  .sec04__mainTitle .--text02 {
    font-size: 2.4rem;
  }
}

.sec04__unitImg {
  margin: 1.3rem 0 2.6rem;
}
@media (max-width: 767px) {
  .sec04__unitImg {
    margin: 1.8rem 0 1.4rem;
  }
}

.sec04__unitLead {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .sec04__unitLead {
    line-height: 1.64;
  }
}

.sec04__unitTitle {
  font-size: 2.4rem;
  background: #15A5F7;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  padding: 1rem 0;
  margin: 4rem 0 3rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sec04__unitTitle {
    font-size: 1.8rem;
    margin: 2rem 0 1.5rem;
  }
}
.sec04__unitTitle.open .switch::before {
  opacity: 0;
}
.sec04__unitTitle .switch {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.6rem;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .sec04__unitTitle .switch {
    width: 20px;
    height: 20px;
  }
}
.sec04__unitTitle .switch::before {
  content: "";
  color: #15A5F7;
  text-align: center;
  position: absolute;
  height: 11px;
  width: 2px;
  background: #15A5F7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .sec04__unitTitle .switch::before {
    height: 10px;
  }
}
.sec04__unitTitle .switch::after {
  content: "";
  color: #15A5F7;
  text-align: center;
  position: absolute;
  width: 11px;
  height: 2px;
  background: #15A5F7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .sec04__unitTitle .switch::after {
    width: 10px;
  }
}

.sec04__unitText {
  line-height: 1.75;
  border-bottom: 2px solid #5B5B5B;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .sec04__unitText {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 1rem;
  }
}
.sec04__unitText ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.js-accordion__body {
  display: none;
}

/* ===============================================
# sec05
=============================================== */
.sec05 {
  padding: 6rem 0 8rem;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .sec05 {
    padding: 3rem 0 4rem;
  }
}

.sec05__outer {
  width: 69rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec05__outer {
    width: 92%;
  }
}

.sec05__title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec05__title {
    margin-bottom: 1rem;
  }
}

.sec05__sub_title {
  font-size: 3rem;
  display: block;
}
@media (max-width: 767px) {
  .sec05__sub_title {
    font-size: 2rem;
  }
}

.sec05__main_title {
  font-size: 4.6rem;
  color: #15A5F7;
  display: block;
}
@media (max-width: 767px) {
  .sec05__main_title {
    font-size: 2.8rem;
  }
}

.sec05__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18rem;
  height: 4.6rem;
  margin: 0 auto 3.6rem;
  border: 2px solid #5B5B5B;
  font-size: 2rem;
  font-weight: 600;
  background: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .sec05__label {
    width: 11rem;
    height: 2.4em;
    font-size: 1.4rem;
    border: 1px solid #5B5B5B;
    margin: 0 auto 2rem;
  }
}

.sec05 .tabWrapper {
  width: 69rem;
}
@media (max-width: 767px) {
  .sec05 .tabWrapper {
    width: 100%;
  }
}

.sec05 .adlpC-tab_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-bottom: 6px solid #15A5F7;
}
@media (max-width: 767px) {
  .sec05 .adlpC-tab_area {
    border-bottom: 3px solid #15A5F7;
  }
}

.sec05 .adlpC-tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.5rem;
          flex: 0 0 22.5rem;
  background: #EAF9FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px solid #15A5F7;
  border-width: 2px 2px 0;
  border-radius: 12px 12px 0 0;
  height: 7.1rem;
}
@media (max-width: 767px) {
  .sec05 .adlpC-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    height: 5rem;
    border-width: 1px 1px 0;
    border-radius: 8px 8px 0 0;
  }
}
.sec05 .adlpC-tab.active {
  background-color: #15A5F7;
  height: 8.6rem;
}
@media (max-width: 767px) {
  .sec05 .adlpC-tab.active {
    height: 5.8rem;
  }
}
.sec05 .adlpC-tab.active p {
  color: #FFFE05;
}
.sec05 .adlpC-tab p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec05 .adlpC-tab p {
    font-size: 1.6rem;
  }
}
.sec05 .adlpC-tab p .small {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec05 .adlpC-tab p .small {
    font-size: 1.1rem;
  }
}

.sec05 .adlpC-content_area {
  background: #fff;
  padding: 3rem 3.5rem 4rem;
}
@media (max-width: 767px) {
  .sec05 .adlpC-content_area {
    padding: 2rem 1.5rem 1.5rem;
  }
}

.sec05 .adlpC-content {
  display: none;
}
.sec05 .adlpC-content.show {
  display: block;
}

.sec05 .tab_title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec05 .tab_title {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}
.sec05 .tab_title .--text01 {
  font-size: 3.2rem;
  color: #15A5F7;
}
@media (max-width: 767px) {
  .sec05 .tab_title .--text01 {
    font-size: 2rem;
  }
}

.sec05 .tab_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  .sec05 .tab_flex {
    margin: 1.6rem auto 0;
  }
}
.sec05 .tab_flex img {
  width: 8.8rem;
}
@media (max-width: 767px) {
  .sec05 .tab_flex img {
    width: 6rem;
  }
}

.sec05 .tab_comment {
  width: 49.7rem;
  height: 8.2rem;
  padding: 2.4rem;
  border-radius: 7px;
  border: 2px solid #3180C4;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .sec05 .tab_comment {
    width: 26rem;
    padding: 1rem;
    line-height: 1.5;
    height: 7.4rem;
    font-size: 1.3rem;
  }
}
.sec05 .tab_comment::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 20px solid #3180c4;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sec05 .tab_comment::before {
    right: -14px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 14px solid #3180c4;
  }
}
.sec05 .tab_comment::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 20px solid #fff;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sec05 .tab_comment::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 14px solid #fff;
    right: -10px;
  }
}

/* ===============================================
# sec06
=============================================== */
.sec06 {
  padding: 8rem 0;
  background: #FFEDEF;
}
@media (max-width: 767px) {
  .sec06 {
    padding: 4rem 0;
  }
}

.sec06__head {
  text-align: center;
}

.sec06__head .adlp-speech {
  font-size: 2.4rem;
  line-height: 2.4;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #5B5B5B;
  position: relative;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec06__head .adlp-speech {
    font-size: 1.5rem;
    border-bottom: 1px solid #5B5B5B;
    padding-bottom: 0.3rem;
  }
}
.sec06__head .adlp-speech::before, .sec06__head .adlp-speech::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec06__head .adlp-speech::before {
  border: 1rem solid;
  border-color: transparent;
  border-top-color: #5B5B5B;
}
@media (max-width: 767px) {
  .sec06__head .adlp-speech::before {
    border: 8px solid;
    border-color: transparent;
    border-top-color: #5B5B5B;
  }
}
.sec06__head .adlp-speech::after {
  border: 0.7rem solid;
  border-color: transparent;
  border-top-color: #FFEDEF;
}
@media (max-width: 767px) {
  .sec06__head .adlp-speech::after {
    border: 7px solid;
    border-color: transparent;
    border-top-color: #FFEDEF;
  }
}

.sec06__headTitle {
  margin-top: 1.2rem;
  font-size: 4.8rem;
  color: #FB8190;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec06__headTitle {
    font-size: 2.8rem;
  }
}

.sec06__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  width: 92rem;
  margin: 2.8rem auto 0;
  background: none;
}
@media (max-width: 767px) {
  .sec06__list {
    width: 92%;
    margin: 2rem auto 0;
    gap: 2rem;
  }
}
.sec06__list li {
  padding: 0 0 3.8rem;
  border-radius: 1.6rem;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec06__list li {
    padding: 0 0 1.5rem;
    border-radius: 1rem;
  }
}

.sec06__list__head {
  padding: 2rem 0 2.4rem;
  background: #FB8190;
  text-align: center;
}
@media (max-width: 767px) {
  .sec06__list__head {
    padding: 1.4rem 0 1.8rem;
  }
}

.sec06__list__headVoice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  height: 3.6rem;
  margin-bottom: 1rem;
  line-height: 1;
  color: #FFFE05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec06__list__headVoice {
    font-size: 1.1rem;
    height: 2rem;
    margin-bottom: 0.8rem;
  }
}
.sec06__list__headVoice::before, .sec06__list__headVoice::after {
  content: "";
  display: block;
  background: url(../img/sec06_head.svg) 0 0/contain no-repeat;
  width: min(1.6666666667vw, 18px);
  height: min(3.3333333333vw, 36px);
}
@media (max-width: 767px) {
  .sec06__list__headVoice::before, .sec06__list__headVoice::after {
    width: 1rem;
    height: 2rem;
  }
}
.sec06__list__headVoice::after {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.sec06__list__headVoice .--text01 {
  padding: 0 1rem 0.4rem;
}
@media (max-width: 767px) {
  .sec06__list__headVoice .--text01 {
    padding: 0 0.6rem 0.2rem;
  }
}
.sec06__list__headVoice .--text02 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .sec06__list__headVoice .--text02 {
    font-size: 2.3rem;
  }
}

.sec06__list__headVoiceText {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec06__list__headVoiceText {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.sec06__list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6rem;
  width: 70rem;
  margin: 3rem auto 2.6rem;
}
@media (max-width: 767px) {
  .sec06__list__box {
    width: 92%;
    gap: 1.4rem;
  }
}
.sec06__list__box img {
  width: 15.9rem;
}
@media (max-width: 767px) {
  .sec06__list__box img {
    width: 14rem;
  }
}

.sec06__list__text {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .sec06__list__text {
    line-height: 1.5;
  }
}
.sec06__list__text .--text02 {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .sec06__list__text .--text02 {
    font-size: 1.2rem;
    margin-top: 0.6rem;
  }
}

.sec06__list__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55rem;
  height: 5.7rem;
  margin: 0 auto;
  padding: 0;
  border: 2px solid #15A5F7;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #15A5F7;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sec06__list__trigger {
    width: 74%;
    height: 4.6rem;
    font-size: 1.6rem;
    border: 1px solid #15A5F7;
  }
}
.sec06__list__trigger.--open::before {
  opacity: 0;
}
.sec06__list__trigger::before, .sec06__list__trigger::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0) !important;
          transform: translateY(-50%) rotate(0) !important;
  background: #15A5F7;
  -webkit-transition: none;
  transition: none;
}
.sec06__list__trigger::before {
  height: 18px;
  width: 2px;
  right: 40px;
}
@media (max-width: 767px) {
  .sec06__list__trigger::before {
    height: 13px;
    right: 30px;
  }
}
.sec06__list__trigger::after {
  width: 18px;
  height: 2px;
  right: 32px;
}
@media (max-width: 767px) {
  .sec06__list__trigger::after {
    width: 13px;
    right: 24px;
  }
}

.sec06__list__accordion {
  width: 69.8rem;
  margin: 2.6rem auto 0.8rem;
  display: none;
}
@media (max-width: 767px) {
  .sec06__list__accordion {
    width: 90%;
    margin: 2rem auto 0;
  }
}
.sec06__list__accordion p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .sec06__list__accordion p {
    line-height: 1.5;
  }
}
.sec06__list__accordion p .blue {
  font-weight: 600;
}

/* ===============================================
# sec14
=============================================== */
.sec14 {
  padding: 8rem 0;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .sec14 {
    padding: 4rem 0;
  }
}

.sec14_outer {
  max-width: 92rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec14_outer {
    max-width: 86%;
  }
}

.sec14_balloon {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  margin: 0 auto 1.3rem;
}
@media (max-width: 767px) {
  .sec14_balloon {
    font-size: 1.8rem;
    margin: 0 auto 1rem;
  }
}
.sec14_balloon span {
  padding: 1rem 2rem;
  display: inline-block;
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .sec14_balloon span {
    padding: 0.6rem;
  }
}
.sec14_balloon span::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid rgba(0, 0, 0, 0);
  border-left: 12px solid rgba(0, 0, 0, 0);
  border-top: 20px solid #fff;
  border-bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  bottom: -16px;
}
@media (max-width: 767px) {
  .sec14_balloon span::after {
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #fff;
    bottom: -10px;
  }
}

.sec14_title {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  margin: 3rem 0 6rem;
}
@media (max-width: 767px) {
  .sec14_title {
    font-size: 2.2rem;
    margin: 2rem 0 3rem;
  }
}

.sec14_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sec14_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

.sec14_item {
  width: 45.2rem;
  background-color: #fff;
  padding-bottom: 4rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .sec14_item {
    width: 100%;
    padding-bottom: 2rem;
  }
}

.sec14_tite02 {
  background-color: #FB8190;
  border-radius: 2rem 2rem 0 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 3.6rem 0;
}
@media (max-width: 767px) {
  .sec14_tite02 {
    font-size: 1.7rem;
    border-radius: 1.4rem 1.4rem 0 0;
    padding: 2rem 0;
  }
}

.sec14_text01 {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  padding: 3rem 0 3.2rem;
}
@media (max-width: 767px) {
  .sec14_text01 {
    font-size: 1.8rem;
    padding: 1.6rem 0;
  }
}

.sec14_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec14_data.-first dd {
  border-top: solid 1px #DDD;
}

.sec14_data.-last dt {
  border-bottom: none;
}

.sec14_data.-last dd {
  border-bottom: solid 1px #DDD;
}

.sec14_data.-height dd p {
  height: 15rem;
}
@media (max-width: 767px) {
  .sec14_data.-height dd p {
    height: 10rem;
  }
}

.sec14_data dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17rem;
          flex: 0 0 17rem;
  background-color: #DDDDDD;
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .sec14_data dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
            flex: 0 0 12rem;
    font-size: 1.4rem;
    padding-left: 0.5rem;
  }
}
.sec14_data dt .small {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec14_data dt .small {
    font-size: 1.2rem;
  }
}

.sec14_data dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.4rem;
          flex: 0 0 21.4rem;
}
@media (max-width: 767px) {
  .sec14_data dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18rem;
            flex: 0 0 18rem;
  }
}

.sec14_data dd p {
  border: solid 1px #DDD;
  border-right: solid 2px #DDD;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 1.6rem;
  line-height: 1.888;
}
@media (max-width: 767px) {
  .sec14_data dd p {
    font-size: 1.4rem;
    line-height: 1.5;
    height: 3rem;
    padding-left: 0.5rem;
  }
}

.sec14_list {
  width: 39.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec14_list {
    width: 92%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sec14_list li {
  border-radius: 10px;
  background: #E6F7FF;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.423;
}
@media (max-width: 767px) {
  .sec14_list li {
    font-size: 1.4rem;
    height: auto;
    padding: 0.8rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem;
    margin-top: 0.8rem;
  }
  .sec14_list li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.iryou627_priceCP {
  font-size: 2.1rem;
  font-weight: 600;
  color: #EE4444;
  text-align: center;
  margin: 3rem 0 1rem;
}
@media (max-width: 767px) {
  .iryou627_priceCP {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
  }
}

.iryou627_price {
  font-weight: 600;
  color: #EE4444;
  font-size: 9.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0;
}
@media (max-width: 767px) {
  .iryou627_price {
    font-size: 5.2rem;
  }
}

.iryou627_en {
  font-size: 4.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .iryou627_en {
    font-size: 2.4rem;
  }
}

.iryou627_en span {
  font-size: 1.4rem;
  color: #5B5B5B;
  font-weight: 500;
}
@media (max-width: 767px) {
  .iryou627_en span {
    font-size: 1rem;
  }
}

.iryou627_ex {
  border: 1px solid #707070;
  background-color: #fff;
  text-align: center;
  padding: 3rem 0;
  position: relative;
  margin: 4rem auto 6.4rem;
  width: 39.2rem;
}
@media (max-width: 767px) {
  .iryou627_ex {
    width: 92%;
    margin: 2rem auto 3rem;
    padding: 2rem 0;
  }
}
.iryou627_ex::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 5.8rem;
  height: 2.8rem;
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .iryou627_ex::before {
    width: 4rem;
    height: 2rem;
    top: -8px;
  }
}
.iryou627_ex::after {
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #15A5F7;
  width: 4.2rem;
  height: 2.8rem;
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .iryou627_ex::after {
    width: 3rem;
    height: 1.6rem;
    top: -8px;
  }
}

.iryou627_ex1 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .iryou627_ex1 {
    font-size: 1.4rem;
  }
}

.iryou627_ex2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #15A5F7;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .iryou627_ex2 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.iryou627_ex2 .gray {
  color: #5B5B5B;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .iryou627_ex2 .gray {
    font-size: 1.4rem;
  }
}

.iryou627_num01 {
  font-size: 5rem;
  font-family: roboto, sans-serif;
}
@media (max-width: 767px) {
  .iryou627_num01 {
    font-size: 3.2rem;
  }
}

.iryou627_num02 {
  font-size: 5rem;
  font-family: roboto, sans-serif;
}
@media (max-width: 767px) {
  .iryou627_num02 {
    font-size: 2.8rem;
  }
}

.iryou627_ex3 {
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .iryou627_ex3 {
    font-size: 1.2rem;
  }
}

/* ===============================================
# sec07
=============================================== */
.sec07 {
  padding: 13rem 0 8rem;
}
@media (max-width: 767px) {
  .sec07 {
    padding: 4rem 0;
  }
}

.sec07__header {
  text-align: center;
}
.sec07__header .--text01 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec07__header .--text01 {
    font-size: 1.6rem;
  }
}

.sec07__headerTitle {
  margin: 1.6rem 0 2.8rem;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .sec07__headerTitle {
    font-size: 1.4rem;
    margin: 1rem 0 2rem;
  }
}
.sec07__headerTitle .--text02 {
  font-size: 4.6rem;
  color: #FB8190;
  font-weight: 600;
  display: inline;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, transparent), color-stop(4%, #FFFE05), color-stop(34%, #FFFE05), color-stop(35%, transparent));
  background: linear-gradient(0deg, transparent 3%, #FFFE05 4%, #FFFE05 34%, transparent 35%);
}
@media (max-width: 767px) {
  .sec07__headerTitle .--text02 {
    font-size: 2.4rem;
  }
}

.sec07__header__balloon {
  display: block;
  width: 11.8rem;
  height: 5.7rem;
  font-weight: 600;
  margin: 0 auto 1rem;
  padding-top: 1.4rem;
  background: url(../img/sec07_balloon.svg) 0 0/contain no-repeat;
}
@media (max-width: 767px) {
  .sec07__header__balloon {
    width: 8.2rem;
    height: 4rem;
    padding-top: 0.6rem;
  }
}
.sec07__header__balloon .--text01 {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .sec07__header__balloon .--text01 {
    font-size: 1.6rem;
  }
}

.sec07__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem auto 2rem;
  width: 28.3rem;
  height: 4.8rem;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 600;
  color: #FB8190;
  border: 1px solid #FB8190;
}
@media (max-width: 767px) {
  .sec07__badge {
    margin: 0 auto 0.5rem;
    font-size: 1.6rem;
    width: 24rem;
    height: 3rem;
    border-radius: 6px;
  }
}
.sec07__badge .--text01 {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: roboto, sans-serif;
}
@media (max-width: 767px) {
  .sec07__badge .--text01 {
    font-size: 2.2rem;
  }
}
.sec07__badge .--text02 {
  font-family: roboto, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec07__badge .--text02 {
    font-size: 1.8rem;
  }
}

.sec07__badgeText {
  font-size: 2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .sec07__badgeText {
    font-size: 1.3rem;
    line-height: 1.4;
    gap: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sec07__badgeText::before, .sec07__badgeText::after {
  content: "";
  width: 2px;
  height: 2rem;
  background: #5b5b5b;
  display: block;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media (max-width: 767px) {
  .sec07__badgeText::before, .sec07__badgeText::after {
    height: 3.6rem;
  }
}
.sec07__badgeText::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.sec07__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  width: 92rem;
  margin: 2.6rem auto 0;
  background: none;
}
@media (max-width: 767px) {
  .sec07__list {
    width: 84%;
    gap: 2rem;
  }
}

.sec07__list__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.4rem;
  position: relative;
  padding: 0;
  background: #13A5F8;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sec07__list__trigger {
    height: 4.6rem;
    font-size: 1.6rem;
  }
}

.sec07__list__accordion {
  padding: 3rem 3.5rem 4rem;
  background: #fff;
}
@media (max-width: 767px) {
  .sec07__list__accordion {
    padding: 2.4rem 2rem 3rem;
  }
}

.sec07__list__accordion table {
  width: 40rem;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .sec07__list__accordion table {
    width: 100%;
  }
}
.sec07__list__accordion table.--01 {
  width: 80rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec07__list__accordion table.--01 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec07__list__accordion table.--01.sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sec07__list__accordion table.--01.pc {
    display: none !important;
  }
}
.sec07__list__accordion table.--01 td {
  width: 25%;
}
.sec07__list__accordion table th,
.sec07__list__accordion table td {
  padding: 0.8rem 0;
  text-align: center;
  border: 1px solid #B6B6B6;
}
.sec07__list__accordion table th {
  font-size: 2.2rem;
  background: #FFEDEF;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec07__list__accordion table th {
    font-size: 1.6rem;
  }
}
.sec07__list__accordion table th .--text01 {
  font-size: 1.8rem;
  margin-right: 1.6rem;
  padding: 0.6rem 1.2rem;
  display: inline-block;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .sec07__list__accordion table th .--text01 {
    border-radius: 4px;
    padding: 0.4rem 0.8rem;
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}
.sec07__list__accordion table td {
  width: 50%;
  font-size: 1.8rem;
  padding: 1rem 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .sec07__list__accordion table td {
    font-size: 1.4rem;
  }
}
.sec07__list__accordion table td .--text02 {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec07__list__accordion table td .--text02 {
    font-size: 1rem;
  }
}

.sec07__list__accordion__list1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto;
}
@media (max-width: 767px) {
  .sec07__list__accordion__list1 {
    padding-left: 1em;
  }
}
.sec07__list__accordion__list1 li {
  list-style: disc;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec07__list__accordion__list1 li {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}

.sec07__list__accordion__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .sec07__list__accordion__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
@media (max-width: 767px) {
  .sec07__list__accordion__box iframe {
    width: 100%;
    height: 12.4rem;
  }
}

.sec07__list__accordion__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  width: 72rem;
  margin: 3rem auto 0;
}
@media (max-width: 767px) {
  .sec07__list__accordion__access {
    width: 100%;
    margin: 1.6rem auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.sec07__list__accordion__access dt {
  width: 8rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .sec07__list__accordion__access dt {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.sec07__list__accordion__access dd {
  width: 62rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec07__list__accordion__access dd {
    width: 100%;
    text-align: left;
    line-height: 1.5;
    font-size: 1.3rem;
  }
  .sec07__list__accordion__access dd + dt {
    margin-top: 1.6rem;
  }
}

.sec07-text {
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec07-text {
    font-size: 1rem;
    margin-top: -1rem;
  }
}
.sec07-text span {
  font-weight: 600;
}

/* ===============================================
# sec09
=============================================== */
.sec09 {
  padding: 0rem 0 8rem;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .sec09 {
    padding: 0rem 0 4rem;
  }
}

.sec09__head {
  margin-bottom: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .sec09__head {
    margin-bottom: 2.7rem;
  }
}
.sec09__head .--text01 {
  margin: 2rem 0 2.2rem;
}
@media (max-width: 767px) {
  .sec09__head .--text01 {
    margin: 1rem 0 0.7rem;
  }
}
.sec09__head .--text01 .adlp-speech {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.4;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #5B5B5B;
  position: relative;
}
@media (max-width: 767px) {
  .sec09__head .--text01 .adlp-speech {
    font-size: 1.6rem;
    border-bottom: 1px solid #5B5B5B;
    padding-bottom: 0.5rem;
  }
}
.sec09__head .--text01 .adlp-speech::before, .sec09__head .--text01 .adlp-speech::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec09__head .--text01 .adlp-speech::before {
  border: 1rem solid;
  border-color: transparent;
  border-top-color: #5B5B5B;
}
@media (max-width: 767px) {
  .sec09__head .--text01 .adlp-speech::before {
    border: 8px solid;
    border-color: transparent;
    border-top-color: #5B5B5B;
  }
}
.sec09__head .--text01 .adlp-speech::after {
  border: 0.7rem solid;
  border-color: transparent;
  border-top-color: #F6F6F6;
}
@media (max-width: 767px) {
  .sec09__head .--text01 .adlp-speech::after {
    border: 7px solid;
    border-color: transparent;
    border-top-color: #F6F6F6;
  }
}
.sec09__head .--text02 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec09__head .--text02 {
    font-size: 1.6rem;
  }
}
.sec09__head .--text03 {
  font-size: 3.2rem;
  color: #15A5F7;
}
@media (max-width: 767px) {
  .sec09__head .--text03 {
    font-size: 2rem;
  }
}
.sec09__head .adlp-marker {
  display: inline;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, transparent), color-stop(4%, #FFFF00), color-stop(34%, #FFFF00), color-stop(35%, transparent));
  background: linear-gradient(0deg, transparent 3%, #FFFF00 4%, #FFFF00 34%, transparent 35%);
}

.sec09__headTitle {
  font-size: 4rem;
  line-height: 1.5;
  color: #FB8190;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec09__headTitle {
    font-size: 2.4rem;
  }
}

.sec09__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  width: 71.6rem;
  margin: 0 auto;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .sec09__list01 {
    width: 92%;
    gap: 2rem;
  }
}
.sec09__list01 li.--01 header {
  background: #FB8190;
}
.sec09__list01 li.--01 .sec09__list02 li {
  gap: 5rem;
}
@media (max-width: 767px) {
  .sec09__list01 li.--01 .sec09__list02 li {
    gap: 0;
  }
}
.sec09__list01 li.--01 .sec09__list02 h4 {
  height: 5rem;
  line-height: 1.6;
}
.sec09__list01 li.--01 .sec09__list02 p {
  color: #FB8190;
}
.sec09__list01 li.--01 .sec09__list02 .adlp-en {
  font-size: 6.5rem;
}
@media (max-width: 767px) {
  .sec09__list01 li.--01 .sec09__list02 .adlp-en {
    font-size: 3.2rem;
  }
}
.sec09__list01 li.--01 .sec09__list02 .cp-price {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .sec09__list01 li.--01 .sec09__list02 .cp-price {
    font-size: 1.2rem;
  }
}
.sec09__list01 li.--02 .sec09__list02 li {
  gap: 0;
  border-bottom: 0;
}
.sec09__list01 li.--03 .sec09__list02 li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  padding: 0 7.6rem;
}
@media (max-width: 767px) {
  .sec09__list01 li.--03 .sec09__list02 li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 1.2rem 1rem;
  }
}

.sec09__list01 > li {
  border-radius: 1.6rem;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 767px) {
  .sec09__list01 > li {
    border-radius: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.sec09__list01 header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  height: 6.6rem;
  background: #79CBF2;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .sec09__list01 header {
    height: auto;
    width: 32%;
  }
}
.sec09__list01 header h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec09__list01 header h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.sec09__list01 .sec09__list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1.8rem 1rem;
}
@media (max-width: 767px) {
  .sec09__list01 .sec09__list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
.sec09__list01 .sec09__list02 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 3rem;
  gap: 2.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .sec09__list01 .sec09__list02 li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 1.2rem 1rem;
    position: relative;
  }
}
.sec09__list01 .sec09__list02 li:nth-child(2) {
  border: 1px solid #B6B6B6;
  border-width: 0 0 0 1px;
}
@media (max-width: 767px) {
  .sec09__list01 .sec09__list02 li:nth-child(2) {
    border-width: 1px 0 0 0;
  }
}
.sec09__list01 .sec09__list02 h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec09__list01 .sec09__list02 h4 {
    font-size: 1.4rem;
  }
}
.sec09__list01 .sec09__list02 h4 .--text01 {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec09__list01 .sec09__list02 h4 .--text01 {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.sec09__list01 .sec09__list02 p {
  font-weight: 600;
  color: #15A5F7;
}
.sec09__list01 .sec09__list02 p .adlp-en {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.1;
  font-family: roboto, sans-serif;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .sec09__list01 .sec09__list02 p .adlp-en {
    font-size: 3.2rem;
  }
}
.sec09__list01 .sec09__list02 small {
  display: block;
  margin: -0.3rem 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #5B5B5B;
  text-align: right;
}
@media (max-width: 767px) {
  .sec09__list01 .sec09__list02 small {
    font-size: 1rem;
    margin: 0;
  }
}

.sec09__cancel {
  margin: 9rem auto 0;
  width: 82rem;
  border-top: 2px solid #5B5B5B;
  border-bottom: 2px solid #5B5B5B;
  text-align: center;
  padding: 3.2rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .sec09__cancel {
    width: 92%;
    margin: 4rem auto 0;
    padding: 2rem 0;
  }
}

.sec09__cancelTitle {
  position: absolute;
  top: -1rem;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  padding: 0 3rem;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .sec09__cancelTitle {
    padding: 0 2rem;
  }
}

.sec09__cancelText {
  font-size: 1.4rem;
  line-height: 1.714;
}
@media (max-width: 767px) {
  .sec09__cancelText {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.sec09__cancelTel {
  margin-top: 1rem;
  font-family: roboto, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  cursor: default;
}
@media (max-width: 767px) {
  .sec09__cancelTel {
    font-size: 1.8rem;
  }
}
@media (min-width: 1140px) {
  .sec09__cancelTel {
    pointer-events: none;
  }
}

/* ===============================================
# sec10
=============================================== */
.sec10 {
  padding: 0 0 4rem;
}
@media (max-width: 767px) {
  .sec10 {
    padding: 0 0 2rem;
  }
}

.sec10 .adlp-head {
  line-height: 1.48;
  font-weight: 600;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
  background: #13A5F8;
  margin-bottom: 6.2rem;
  padding: 4.6rem 0 5.2rem;
}
@media (max-width: 767px) {
  .sec10 .adlp-head {
    padding: 2.4rem 0 2.8rem;
    font-size: 2rem;
    margin-bottom: 2.2rem;
  }
}
.sec10 .adlp-head::after {
  content: "";
  display: block;
  width: 6rem;
  height: 3.3rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, calc(100% - 1px));
          transform: translate(-50%, calc(100% - 1px));
  background: #13A5F8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .sec10 .adlp-head::after {
    width: 3rem;
    height: 1.6rem;
  }
}
.sec10 .adlp-head .--text01 {
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .sec10 .adlp-head .--text01 {
    font-size: 1.6rem;
  }
}
.sec10 .adlp-head .--text07 {
  font-size: 3.8rem;
  color: #FFFE05;
  border-bottom: 5px solid #FFFE05;
}
@media (max-width: 767px) {
  .sec10 .adlp-head .--text07 {
    font-size: 2.4rem;
    border-bottom: 2px solid #FFFE05;
  }
}
.sec10 .adlp-head .--text08 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .sec10 .adlp-head .--text08 {
    font-size: 1.6rem;
  }
}
.sec10 .adlp-head .--text09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  margin-top: 1rem;
  font-size: 4.2rem;
}
@media (max-width: 767px) {
  .sec10 .adlp-head .--text09 {
    font-size: 2.6rem;
    gap: 0.8rem;
  }
}
.sec10 .adlp-head .--text09::before, .sec10 .adlp-head .--text09::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 3.5rem;
  background: url(../img/sec10_style3.svg) 0 0/contain no-repeat;
}
@media (max-width: 767px) {
  .sec10 .adlp-head .--text09::before, .sec10 .adlp-head .--text09::after {
    width: 1.6rem;
    height: 2.8rem;
  }
}
.sec10 .adlp-head .--text09::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.sec10__lead {
  text-align: center;
  line-height: 1.6;
}
.sec10__lead .--text01 {
  font-size: 4.2rem;
  font-weight: 600;
  font-family: roboto, sans-serif;
  color: #FB8190;
}
@media (max-width: 767px) {
  .sec10__lead .--text01 {
    font-size: 2rem;
  }
}
.sec10__lead .--text02 {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: roboto, sans-serif;
  color: #FB8190;
}
@media (max-width: 767px) {
  .sec10__lead .--text02 {
    font-size: 1.8rem;
  }
}

.sec10__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  width: 92rem;
  margin: 2.2rem auto 0;
}
@media (max-width: 767px) {
  .sec10__list01 {
    width: 100%;
  }
}

.sec10__list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  gap: 2rem 0.3rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
  margin: 2.2rem auto 3rem;
}
@media (max-width: 767px) {
  .sec10__list02 {
    margin: 0rem auto 1rem;
    gap: 2rem 0.1rem;
  }
}
.sec10__list02 li:nth-child(odd) {
  padding: 1rem;
  border-radius: 6px;
  background: #E6F7FF;
}
@media (max-width: 767px) {
  .sec10__list02 li:nth-child(odd) {
    font-size: 1rem;
    border-radius: 4px;
    padding: 0.6rem;
  }
}
.sec10__list02 li:nth-child(even) {
  width: 4.3rem;
  font-size: 3.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sec10__list02 li:nth-child(even) {
    font-size: 1.8rem;
    width: 2.4rem;
  }
}

.sec10__list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .sec10__list03 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec10__list03 .--01 {
  width: 17rem;
  margin-right: 2.4rem;
  background: url(../img/sec10_style2.svg) 50% 2.5rem/contain no-repeat;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #FB8190;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .sec10__list03 .--01 {
    width: 13.6rem;
    height: 6.9rem;
    margin-right: 1.2rem;
    font-size: 1.3rem;
    background: url(../img/sec10_style2.svg) 50% 90%/contain no-repeat;
  }
}
.sec10__list03 .--01 .adlp-marker {
  display: inline;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, transparent), color-stop(4%, #FFFF00), color-stop(34%, #FFFF00), color-stop(35%, transparent));
  background: linear-gradient(0deg, transparent 3%, #FFFF00 4%, #FFFF00 34%, transparent 35%);
}
.sec10__list03 .--01 .--text01 {
  font-size: 4rem;
  font-family: roboto, sans-serif;
}
@media (max-width: 767px) {
  .sec10__list03 .--01 .--text01 {
    font-size: 2.4rem;
  }
}
.sec10__list03 .--01 .--text02 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .sec10__list03 .--01 .--text02 {
    font-size: 1.8rem;
  }
}
.sec10__list03 .--02 .--text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10rem;
  height: 10rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background: #15A5F7;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sec10__list03 .--02 .--text01 {
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
  }
}
.sec10__list03 .--03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1.6rem;
}
@media (max-width: 767px) {
  .sec10__list03 .--03 {
    margin-left: 1rem;
  }
}
.sec10__list03 .--03 .--text02 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #15A5F7;
  text-align: right;
}
@media (max-width: 767px) {
  .sec10__list03 .--03 .--text02 {
    font-size: 1.4rem;
  }
}
.sec10__list03 .--03 .--text03 {
  font-size: 6.2rem;
  font-weight: 600;
  font-family: roboto, sans-serif;
}
@media (max-width: 767px) {
  .sec10__list03 .--03 .--text03 {
    font-size: 3.7rem;
  }
}
.sec10__list03 .--03 .--text04 {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #5B5B5B;
}
@media (max-width: 767px) {
  .sec10__list03 .--03 .--text04 {
    font-size: 1rem;
  }
}

/* ===============================================
# sec11
=============================================== */
.sec11 {
  padding: 8.5rem 0;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .sec11 {
    padding: 4rem 0;
  }
}

.sec11__title {
  text-align: center;
  margin-bottom: 3.6rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sec11__title {
    margin-bottom: 2.6rem;
  }
}

.sec11__sub_title {
  color: #FB8190;
  font-size: 2rem;
  font-family: roboto, sans-serif;
  line-height: 180%;
  display: block;
}
@media (max-width: 767px) {
  .sec11__sub_title {
    font-size: 2.4rem;
  }
}

.sec11__main_title {
  font-size: 4rem;
  line-height: 150%;
  display: block;
}
@media (max-width: 767px) {
  .sec11__main_title {
    font-size: 2.4rem;
  }
}

.sec11__list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  width: 92rem;
  margin: 0 auto 4rem;
  background: none;
}
@media (max-width: 767px) {
  .sec11__list01 {
    width: 84%;
    gap: 2rem;
    margin: 0 auto 3.2rem;
  }
}

.sec11__list01__item {
  border-radius: 1.2rem;
  background: #fff;
}
@media (max-width: 767px) {
  .sec11__list01__item {
    border-radius: 8px;
  }
}

.sec11__list01__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2.2rem 7.2rem 2.2rem 2.8rem;
  font-size: 2rem;
  font-weight: 600;
  color: #15A5F7;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sec11__list01__trigger {
    font-size: 1.4rem;
    padding: 1.4rem 4.6rem 1.4rem 2rem;
    line-height: 1.64;
  }
}
.sec11__list01__trigger.--open::before {
  opacity: 0;
}
.sec11__list01__trigger::before, .sec11__list01__trigger::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0) !important;
          transform: translateY(-50%) rotate(0) !important;
  background: #15A5F7;
  -webkit-transition: none;
  transition: none;
}
.sec11__list01__trigger::before {
  width: 2px;
  height: 20px;
  right: 38px;
}
@media (max-width: 767px) {
  .sec11__list01__trigger::before {
    height: 14px;
    right: 26px;
  }
}
.sec11__list01__trigger::after {
  width: 20px;
  height: 2px;
  right: 29px;
}
@media (max-width: 767px) {
  .sec11__list01__trigger::after {
    width: 14px;
    right: 20px;
  }
}

.sec11__list01__accordion {
  margin: 0 2.8rem;
  padding: 2.4rem 0 2.8rem;
  border-top: 4px dotted #15A5F7;
  display: none;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec11__list01__accordion {
    border-top: 2px dotted #15A5F7;
    padding: 1.2rem 0 2rem;
    margin: 0 2rem;
  }
}
.sec11__list01__accordion ul {
  margin-top: 1rem;
}
.sec11__list01__accordion ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.sec11__box {
  width: 92rem;
  margin: 4rem auto 0;
  padding: 3rem 5rem;
  border: 1px solid #5B5B5B;
  border-width: 2px 0;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .sec11__box {
    width: 92%;
    margin: 3rem auto 0;
    padding: 2rem 0;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.u-separate {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-mCV10 {
  margin: 10rem 0;
}

/* 追記 */
.campaign-label {
    color: #e44;
    font-size: 1.8rem;
    font-weight: 600;
    display: block;
    margin-bottom: -1.5rem;
    margin-top: 2rem;
  }

  .campaign-wrap {
  text-align: center;
}

.sec09__list02 li {
  display: block;
}

.sec09__list02 li h4 {
  margin-bottom: 0.5rem;
}

.sec09__list02 li .price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* キャンペーンのスタイル */
.sec09__list02 li .campaign {
  margin-bottom: 0.5rem;
  text-align: center;
}

/* 値段のスタイル */
.sec09__list02 li p {
  margin: 0;
  text-align: center;
}

/* キャンペーン文字 */
.campaign-price {
  display: inline-block;
  color: #fb8190;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .campaign-price {
  display: inline-block;
  color: #fb8190;
  font-size: 1.1rem;
  font-weight: 600;
}
}

.cv {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* クーポンコード用 */
.p-cv__item.is-coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 3rem;
  border-radius: 0.8rem;
  background-color: #fff;
  color: #5b5b5b;
}

.p-cv__item.is-coupon .p-cv__code {
  font-size: 3rem;
  font-weight: 600;
  color: #5b5b5b;
}

.p-cv__item.is-coupon .--text04 {
  font-size: 3rem;
  font-weight: 600;
  color: #5b5b5b;
}
.p-cv__item.is-coupon .--text01 {
  font-size: 3rem;
  font-weight: 700;
  color: #5b5b5b;
}
.p-cv__item.is-coupon .p-cv__label02 {
  font-size: 3rem;
  font-weight: 700;
  color: #5b5b5b;
}

.pc-only { display: block; }
.sp-only { display: none; }

@media (max-width: 767px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}

.sp-coupon-text {
  font-size: 1.8rem;
}

.coupon-caption {
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-caption-box {
  width: 85rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .c-caption-box {
    width: 35.8rem;
  }
}

.p-cv__label20off {
  color: #FFFE05;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-cv__item {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
.sp-only1 {
  display: none;
}
}

/* 下のリスト専用 */
.sec10__list02--sub li:nth-child(even) {
  padding: 1rem;
  border-radius: 6px;
  background: #E6F7FF;
  width: auto;
  display: inline-block;
  white-space: normal;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec10__list02--sub li:nth-child(even) {
  padding: 1rem;
  border-radius: 6px;
  background: #E6F7FF;
  width: auto;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  font-weight: 500;
}
}


.sec10__list02--sub li:nth-child(odd) {
  width: 4.3rem;
  font-size: 3.4rem;
  font-weight: 400;
  background: none;
  padding: 0;
}

@media (max-width: 767px) {
  .sec10__list02--sub li:nth-child(odd) {
    width: 2.4rem; 
    font-size: 1.8rem;
  }
}