@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
:root {
  --FONT_FAMILY_ROUNDED: "M PLUS Rounded 1c", sans-serif;
}

@media (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

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

.u-color01 {
  color: #ff6666;
}

.u-color02 {
  color: #00a0e9;
}

.container {
  padding-inline: 20px;
  max-width: 1020px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .container {
    padding-inline: 24px;
  }
}

.p-muhibaby .mv {
  margin-bottom: 40px;
}
.p-muhibaby .m-box {
  margin-bottom: 118px;
}
@media (max-width: 1024px) {
  .p-muhibaby .m-box {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .p-muhibaby .m-box {
    margin-bottom: 35px;
  }
}

.m-box--type01 {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .m-box--type01.cv-products .m-box_inner {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .m-box--type01.cv-products .m-box_inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .m-box--type01.cv-products {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .m-box--type01.cv-products {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .m-box .m-box_hdg {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 28px;
  }
}

.breadcrumb {
  padding-block: 9px;
  background-color: #ff8282;
  color: #fff;
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__inner {
  padding-inline: 20px;
  max-width: 1385px;
  width: 100%;
  font-size: 1.2rem;
  margin-inline: auto;
}
.breadcrumb__item {
  display: inline-block;
}
.breadcrumb__item:not(:last-child) {
  margin-right: 9px;
  padding-right: 25px;
  position: relative;
}
.breadcrumb__item:not(:last-child):after {
  font-size: 1.2rem;
  top: 1px;
  right: 0;
  content: "＞";
  position: absolute;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .breadcrumb a:hover {
    text-decoration: none;
  }
}

.mv {
  background: url("../images/mv_bg.webp") no-repeat top right/cover;
  aspect-ratio: 1.9277108434;
  width: 100%;
}
@media (max-width: 767px) {
  .mv {
    aspect-ratio: 0.5914826498;
    background-image: url("../images/mv_bg-sp.webp");
  }
}
.mv__title01 {
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .mv__title01 {
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .mv__title01 {
    padding-right: 5px;
    margin-bottom: 30%;
    text-align: right;
  }
}
.mv__title01 img {
  width: 258px;
}
@media screen and (max-width: 1440px) {
  .mv__title01 img {
    width: calc(258 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .mv__title01 img {
    max-width: 135px;
    width: 100%;
  }
}
.mv__title02 {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .mv__title02 {
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .mv__title02 {
    margin-bottom: 7px;
    transform: translateX(3px);
  }
}
.mv__title02 img {
  width: 574px;
}
@media screen and (max-width: 1440px) {
  .mv__title02 img {
    width: calc(574 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .mv__title02 img {
    width: 100%;
    max-width: 375px;
  }
}
.mv__text {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .mv__text {
    margin-bottom: calc(22 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .mv__text {
    margin-bottom: 16px;
  }
}
.mv__text img {
  width: 376px;
}
@media screen and (max-width: 1440px) {
  .mv__text img {
    width: calc(376 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .mv__text img {
    max-width: 325px;
    width: 100%;
  }
}
.mv__list {
  gap: 0 19px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 767px) {
  .mv__list {
    gap: 0 10px;
  }
}
.mv__item:first-child {
  width: 275px;
}
@media screen and (max-width: 1440px) {
  .mv__item:first-child {
    width: calc(275 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .mv__item:first-child {
    width: 161px;
  }
}
.mv__item:last-child {
  position: relative;
  top: 2px;
  width: 255px;
}
@media screen and (max-width: 1440px) {
  .mv__item:last-child {
    width: calc(255 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .mv__item:last-child {
    width: 155px;
  }
}
.mv__content {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .mv__content {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .mv__bottom {
    margin-top: auto;
  }
}
.mv__detail {
  padding-top: 3.35%;
  max-width: 890px;
  width: 100%;
  padding-left: 4.1%;
  padding-right: 20px;
}
@media screen and (max-width: 1440px) {
  .mv__detail {
    max-width: calc(890 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .mv__detail {
    padding: 3.35% 20px 0;
    max-width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
}

.anchor {
  padding-inline: 20px;
}
.anchor__list {
  justify-content: center;
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
}
@media screen and (max-width: 1200px) {
  .anchor__list {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .anchor__list {
    display: block;
  }
}
.anchor__item {
  width: 20%;
  position: relative;
}
@media (min-width: 768px) {
  .anchor__item {
    padding-top: 32px;
    padding-bottom: 30px;
    max-width: 192px;
  }
}
@media (max-width: 767px) {
  .anchor__item {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .anchor__item:not(:last-child) {
    margin-bottom: 13px;
  }
}
.anchor__item:not(:last-child):after {
  top: 0;
  right: -16px;
  position: absolute;
  width: 4px;
  height: 100%;
  background: url("../images/line04.svg") repeat-y top center/4px auto;
}
@media screen and (max-width: 1200px) {
  .anchor__item:not(:last-child):after {
    right: calc(-20 / 1200 * 100vw);
  }
}
@media (min-width: 768px) {
  .anchor__item:not(:last-child):after {
    content: "";
  }
}
.anchor__link {
  text-underline-offset: 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: underline;
  color: #000;
}
@media (min-width: 768px) {
  .anchor__link:hover {
    color: #ff8282;
    text-decoration-color: #ff8282;
  }
}
.anchor__img {
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .anchor__img {
    height: 65px;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .anchor__img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .anchor__img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .anchor__img img {
    height: 100%;
    width: auto;
  }
}
.anchor__text {
  margin-top: 5px;
  gap: 0 8px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .anchor__text {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 1024px) {
  .anchor__text {
    font-size: calc(12 / 1024 * 100vw);
  }
}
@media (max-width: 767px) {
  .anchor__text {
    font-size: 1.5rem;
  }
}
.anchor__text:after {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url("../images/icon_arrow01.webp") no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .anchor__text:after {
    width: calc(24 / 1200 * 100vw);
  }
}
@media (max-width: 767px) {
  .anchor__text:after {
    width: 24px;
  }
}

.title01 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .title01 {
    font-size: 1.6rem;
  }
}
.title01__title {
  padding-block: 12px;
  font-size: 2.8rem;
  letter-spacing: 1.12px;
  line-height: 1.6;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  color: #111;
  font-family: var(--FONT_FAMILY_ROUNDED);
  font-weight: 700;
}
@media (max-width: 1024px) {
  .title01__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .title01__title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .title01__title--type01 {
    width: 100%;
  }
}
.title01__top {
  padding-top: 29px;
  margin-bottom: 16px;
  background: url("../images/line02.svg") no-repeat center top;
}
@media (max-width: 767px) {
  .title01__top {
    margin-bottom: 17px;
  }
}

.text01 {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.46;
  color: #111;
}
@media (min-width: 768px) {
  .text01 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .text01 {
    font-size: 1.5rem;
  }
}

.note01 {
  margin-top: 0;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.46;
  text-align: center;
}
@media (max-width: 767px) {
  .note01 {
    font-size: 1.2rem;
    line-height: 1.1;
  }
}

.list01 > .container {
  max-width: 1120px;
}
.list01__list {
  text-align: center;
  counter-reset: li;
  display: flex;
}
@media (min-width: 768px) {
  .list01__list {
    gap: 0 10px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .list01__list {
    flex-direction: column;
    align-items: center;
  }
}
.list01__img {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .list01__img {
    margin-top: 17px;
  }
}
.list01__item {
  width: 33.3333%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .list01__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .list01__item:not(:last-child) {
    margin-bottom: 33px;
  }
}
.list01__top {
  margin-right: 22px;
  position: relative;
  width: max-content;
}
@media (max-width: 767px) {
  .list01__top {
    margin-right: 15px;
  }
}
.list01__top:after {
  top: -2px;
  right: -14px;
  width: 34px;
  aspect-ratio: 1;
  background-color: #ff8282;
  border-radius: 50%;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--FONT_FAMILY_ROUNDED);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  counter-increment: li;
  content: counter(li);
  position: absolute;
  z-index: 1;
}
.list01__title {
  margin-top: 6px;
  letter-spacing: 1.04px;
  font-family: var(--FONT_FAMILY_ROUNDED);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ff8282;
  background: url("../images/line-title.svg") repeat-x left bottom/auto 3px;
}
.list01__text {
  padding: 1px 19px 1px 10px;
  min-width: 130px;
  background-color: #fff;
  color: #ff8282;
  border-radius: 999px;
  width: max-content;
  min-height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ff8282;
  font-size: 1.4rem;
  font-weight: 700;
}

.btn01 {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn01 {
    width: 100%;
  }
}
.btn01__link {
  padding: 10px 32px;
  max-width: 100%;
  width: max-content;
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff8282;
  border-radius: 999px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .btn01__link {
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .btn01__link {
    padding: 5px 20px;
    max-width: 327px;
    width: 100%;
  }
}
.btn01__link:hover {
  background-color: #ffb1b1;
}
.btn01__text {
  gap: 0 8px;
  letter-spacing: 0.72px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: var(--FONT_FAMILY_ROUNDED);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .btn01__text {
    font-size: 1.5rem;
  }
}
.btn01__text:before {
  transform: rotate(-90deg);
  background: url("../images/icon_arrow01.webp") no-repeat center/contain;
  width: 24px;
  aspect-ratio: 1;
  content: "";
}

.block01 {
  font-family: var(--FONT_FAMILY_ROUNDED);
  color: #111;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.46;
}
@media (min-width: 768px) {
  .block01 {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .block01 {
    font-size: 1.8rem;
  }
}
.block01__content {
  max-width: 452px;
  width: 60%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .block01__content {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .block01__content {
    width: 100%;
  }
}
.block01__img {
  width: 100%;
}
@media (min-width: 768px) {
  .block01__img {
    padding: 0 3.6% 0 6.8%;
  }
}
@media (max-width: 767px) {
  .block01__img {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .block01__img img {
    width: 100%;
  }
}

.bg01, .bg01--type01, .bg01--before {
  padding-top: 152px;
  position: relative;
}
@media (max-width: 1024px) {
  .bg01, .bg01--type01, .bg01--before {
    padding-top: 154px;
  }
}
@media (max-width: 767px) {
  .bg01, .bg01--type01, .bg01--before {
    padding-top: 38px;
  }
}
.bg01__content {
  padding-bottom: 218px;
  background: url("../images/bg02.webp") repeat top left;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .bg01__content {
    padding-bottom: 214px;
  }
}
@media (max-width: 767px) {
  .bg01__content {
    padding-top: 23px;
    padding-bottom: 80px;
  }
}
.bg01:before, .bg01--type01:before, .bg01--before:before {
  top: 0;
  width: 100%;
  height: 154px;
  background-repeat: repeat-x;
  background-size: auto 154px;
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .bg01:before, .bg01--type01:before, .bg01--before:before {
    background-size: auto 40px;
    height: 40px;
  }
}
.bg01:before, .bg01--type01:before, .bg01--before:before {
  background-image: url("../images/bg_line01.webp");
  background-position: top left;
}

.bg01--before {
  position: relative;
  z-index: 1;
  margin-top: -154px;
}
@media (max-width: 767px) {
  .bg01--before {
    margin-top: -40px;
  }
}
.bg01--before:before {
  background-image: url("../images/bg_line02.webp");
}

.bg01--type01:after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 154px;
  background-repeat: repeat-x;
  background-size: auto 154px;
  content: "";
  background-image: url("../images/bg_line03.webp");
  z-index: 1;
  position: absolute;
}
@media (max-width: 767px) {
  .bg01--type01:after {
    background-size: auto 40px;
    height: 40px;
  }
}
.bg01--type01 .bg01__content {
  padding-bottom: 218px;
}
@media (max-width: 1024px) {
  .bg01--type01 .bg01__content {
    padding-bottom: 214px;
  }
}
@media (max-width: 767px) {
  .bg01--type01 .bg01__content {
    padding-bottom: 96px;
  }
}

.sec01 {
  margin-top: 82px;
}
@media (max-width: 1024px) {
  .sec01 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .sec01 {
    margin-top: 40px;
  }
}
.sec01 .title01 {
  margin-bottom: 25px;
}
.sec01 .text01 {
  margin-bottom: 50px;
}
.sec01 .list01 {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .sec01 .list01 {
    margin-bottom: 48px;
  }
}
.sec01 .btn01 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec01 .btn01 {
    margin-bottom: 64px;
  }
}

@media (max-width: 767px) {
  .sec02 {
    padding-top: 61px;
  }
}
.sec02 .title01 {
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .sec02 .title01 {
    margin-bottom: 49px;
  }
}
.sec02 .block01 {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .sec02 .block01 {
    margin-bottom: 47px;
  }
}

.img01 {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #0bb8fc;
}
.img01 img {
  width: 100%;
}

.sec03 {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .sec03 {
    margin-top: 46px;
  }
}
.sec03 .title01 {
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .sec03 .title01 {
    margin-bottom: 48px;
  }
}
.sec03 .img01 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sec03 .img01 {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .sec03:after {
    bottom: -29px;
  }
}
@media (max-width: 767px) {
  .sec03 .bg01__content {
    padding-bottom: 91px;
  }
}

.sec04 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec04 {
    padding-top: 61px;
    margin-bottom: 37px;
  }
}
.sec04 .title01 {
  margin-bottom: 49px;
}
@media (max-width: 767px) {
  .sec04 .title01 {
    margin-bottom: 59px;
  }
}

.sec05 .title01 {
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .sec05 .title01 {
    margin-bottom: 49px;
  }
}
.sec05 .faq {
  margin-bottom: 88px;
}
@media (max-width: 1024px) {
  .sec05 .faq {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sec05 .faq {
    margin-bottom: 56px;
  }
}

.sec06 {
  padding-bottom: 82px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .sec06 {
    background: url("../images/bg00.webp") no-repeat center top;
  }
}
@media (max-width: 1024px) {
  .sec06 {
    padding-bottom: 64px;
  }
}

.box01 {
  font-size: 1.6rem;
  line-height: 1.46;
  color: #111;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .box01 {
    max-width: calc(100% - 75px);
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .box01 {
    max-width: calc(100% - 32px);
    width: 100%;
  }
}
.box01__point {
  top: -48px;
  left: -48px;
  padding-top: 24px;
  background: #24c0fc url("../images/icon_pen.svg") no-repeat top 21px center;
  border-radius: 50%;
  width: 96px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--FONT_FAMILY_ROUNDED);
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .box01__point {
    top: -34px;
    left: -34px;
    background-position: top 11px center;
    letter-spacing: 0.84px;
    width: 68px;
    font-size: 1.4rem;
  }
}
.box01__content {
  padding: 26px 46px 25px;
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #24c0fc;
}
@media (max-width: 767px) {
  .box01__content {
    padding: 30px 30px 27px;
  }
}
.box01 .u-color01 {
  font-weight: 700;
}

.list02 {
  margin-top: 0;
  counter-reset: li;
}
.list02__text {
  padding: 0 20px 1px 12px;
  min-width: 80px;
  letter-spacing: 3.6px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  background-color: #00a0e9;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 26px;
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  color: #fff;
}
.list02__title {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.list02__ttl {
  margin-top: 0;
  font-family: var(--FONT_FAMILY_ROUNDED);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.46;
  color: #ff8282;
  background: url("../images/line-title.svg") repeat-x left bottom/auto 3px;
}
@media (min-width: 768px) {
  .list02__ttl {
    margin-left: 9px;
  }
}
.list02__top {
  margin-bottom: 7px;
  position: relative;
  width: max-content;
  max-width: 100%;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .list02__top {
    margin-right: 18px;
  }
}
.list02__top:after {
  top: -4px;
  right: -18px;
  width: 34px;
  aspect-ratio: 1;
  background-color: #fff;
  border: 2px solid #00a0e9;
  border-radius: 50%;
  color: #00a0e9;
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--FONT_FAMILY_ROUNDED);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  counter-increment: li;
  content: counter(li);
  position: absolute;
  z-index: 1;
}
.list02__img {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  max-width: 360px;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.list02__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .list02__img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .list02__img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
.list02__img:after {
  border: 2px solid #ff8282;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 1;
}
.list02__content {
  width: 100%;
}
@media (min-width: 768px) {
  .list02__content {
    padding-top: 5px;
    max-width: 352px;
  }
}
@media (max-width: 1024px) {
  .list02__content {
    padding-top: 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .list02__item {
    gap: 0 64px;
    padding-right: 25px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .list02__item {
    gap: 0 40px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .list02__item:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media (min-width: 768px) {
  .list02__item:nth-child(even) {
    padding-left: 16px;
    padding-right: 0;
    gap: 0 57px;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .list02__item:nth-child(even) {
    gap: 0 40px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .list02__item:nth-child(even) .list02__top {
    margin-right: 27px;
  }
}
@media (max-width: 1024px) {
  .list02__item:nth-child(even) .list02__top {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .list02__item:nth-child(even) .list02__top {
    margin-right: 18px;
  }
}
@media (min-width: 768px) {
  .list02__item:nth-child(even) .list02__ttl {
    margin-left: 0;
    margin-right: 9px;
  }
}
@media (max-width: 1024px) {
  .list02__item:nth-child(even) .list02__ttl {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list02__item:nth-child(2) .list02__content {
    max-width: 367px;
  }
}
.list02 .text01 {
  text-align: left;
}
@media (max-width: 767px) {
  .list02 .text01 {
    font-size: 1.6rem;
  }
}
.list02 .u-color02 {
  font-weight: 700;
}

@media (min-width: 768px) {
  .list03 {
    max-width: 916px;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
  }
}
.list03__img {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .list03__img {
    margin-bottom: 12px;
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  .list03__img img {
    width: 100%;
  }
}
.list03__item {
  position: relative;
}
@media (min-width: 768px) {
  .list03__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .list03__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.list03__item:after {
  top: -17%;
  left: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(circle at center, #ffc9c9 0%, #fff 50%);
}
@media (min-width: 768px) {
  .list03__item:nth-child(1):after {
    opacity: 0.5;
  }
}
.list03 .list04 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .list03 .list04 {
    margin-bottom: 16px;
  }
}

.list04 {
  padding: 15px 23px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.46;
  color: #f66868;
  background-color: #fff;
  border: 2px solid #ff8282;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .list04 {
    padding: 15px;
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .list04 {
    padding: 10px 17px;
    line-height: 1.4;
    font-size: 1.2rem;
  }
}
.list04__item {
  padding-left: 12px;
  position: relative;
}
@media (max-width: 767px) {
  .list04__item {
    padding-left: 11px;
  }
}
.list04__item:before {
  top: 9px;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  left: 0;
  background-color: #f66868;
  content: "";
  position: absolute;
}
@media (max-width: 767px) {
  .list04__item:before {
    top: 7px;
  }
}

.faq {
  color: #111;
}
.faq__item {
  border-radius: 56px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq__item {
    border-radius: 999px;
  }
}
@media (max-width: 767px) {
  .faq__item.is-active {
    border-radius: 56px;
  }
}
@media (max-width: 767px) {
  .faq__item.is-active .faq__top {
    border-radius: 56px 56px 0 0;
  }
}
.faq__item:not(:last-child) {
  margin-bottom: 24px;
}
.faq__top {
  padding: 20px;
  cursor: pointer;
  position: relative;
  background-color: #ffeded;
  min-height: 112px;
  display: flex;
  align-items: center;
  border-radius: 56px 56px 0 0;
}
@media (max-width: 767px) {
  .faq__top {
    border-radius: 0;
    min-height: 80px;
  }
}
.faq__top:before, .faq__top:after {
  right: 32px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: 24px;
  height: 2px;
  background-color: #1f1f1f;
}
@media (max-width: 767px) {
  .faq__top:before, .faq__top:after {
    right: 16px;
  }
}
.faq__top:after {
  transition: 0.3s;
  transform: rotate(90deg);
}
.faq__top.is-active:after {
  transform: rotate(0);
}
.faq__q {
  padding-right: 50px;
  padding-left: 108px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #f66868;
  width: 100%;
  letter-spacing: 0.72px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .faq__q {
    padding-right: 40px;
    padding-left: 70px;
    font-size: 1.5rem;
  }
}
.faq__q:before {
  left: 32px;
  width: 72px;
  aspect-ratio: 1;
  background: url("../images/q.svg") no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin-block: auto;
  content: "";
  position: absolute;
}
@media (max-width: 767px) {
  .faq__q:before {
    left: 16px;
    width: 48px;
    background-image: url("../images/q-sp.svg");
  }
}
.faq__content {
  background-color: #ffeded;
  display: none;
}
.faq__wrap {
  padding: 28px 20px 20px;
}
@media (max-width: 1024px) {
  .faq__wrap {
    padding: 20px 100px;
  }
}
@media (max-width: 767px) {
  .faq__wrap {
    padding: 32px 40px 16px;
  }
}
.faq__a {
  max-width: 676px;
  width: 100%;
  position: relative;
  margin-inline: auto;
}
.faq__a:before {
  top: -23px;
  left: -22px;
  width: 48px;
  aspect-ratio: 1;
  background: url("../images/a.svg") no-repeat center/contain;
  content: "";
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .faq__a:before {
    top: -20px;
    left: -21px;
    width: 40px;
  }
}
.faq__text {
  padding: 29px;
  line-height: 1.2;
  letter-spacing: 0.64px;
  background-color: #fff;
  border: 3px solid #ff8282;
  font-size: 1.6rem;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .faq__text {
    line-height: 1.46;
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .faq__text {
    line-height: 1.2;
    padding: 13px;
    font-size: 1.5rem;
  }
}

.grbtn {
  display: flex;
  gap: 0 25px;
}
@media (min-width: 768px) {
  .grbtn {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .grbtn {
    gap: 24px 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.environment {
  padding: 20px 79px 23px;
  color: #111;
  width: calc(100% - 40px);
  margin-inline: auto;
  max-width: 980px;
  border-radius: 4px;
  border: 1px solid #000;
  line-height: 1.15;
}
@media (max-width: 1024px) {
  .environment {
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .environment {
    padding: 28px 31px 31px;
    width: calc(100% - 48px);
  }
}
.environment p {
  margin-top: 0;
  font-size: 1.2rem;
}
.environment h3,
.environment h4 {
  transform: translateX(-7px);
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .environment h3,
  .environment h4 {
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) {
  .environment__col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .environment__col:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .environment__col:last-child {
    padding-left: 24px;
  }
}
.environment__row {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .environment__row {
    margin-top: 13px;
  }
}
@media (min-width: 768px) {
  .environment__row {
    display: flex;
  }
}

.slide01 {
  padding-left: 17.6%;
}
@media screen and (max-width: 1200px) {
  .slide01 {
    padding-left: 12%;
  }
}
@media (max-width: 1024px) {
  .slide01 {
    padding-left: 14%;
  }
}
@media screen and (max-width: 768px) {
  .slide01 {
    padding-left: 8%;
  }
}
@media (max-width: 767px) {
  .slide01 {
    padding-left: 0;
  }
}
.slide01__inner {
  padding-bottom: 49px;
  overflow: visible;
}
@media (max-width: 767px) {
  .slide01__inner {
    padding-bottom: 42px;
  }
}
.slide01__item {
  width: 482px;
  position: relative;
}
@media (max-width: 1024px) {
  .slide01__item {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .slide01__item {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .slide01__item {
    padding: 0 24px;
    width: 375px;
  }
}
.slide01__img {
  max-width: 389px;
  width: 100%;
}
@media (max-width: 1024px) {
  .slide01__img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .slide01__img {
    min-height: 289px;
    max-width: 100%;
  }
}
.slide01__title {
  left: 39%;
  bottom: 25px;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .slide01__title {
    bottom: -10px;
    left: 0;
    text-align: center;
    width: 100%;
  }
}
.slide01__title:before {
  top: 0;
  left: 0;
  background: url("../images/line03.svg") no-repeat center/contain;
  width: 40px;
  height: 30px;
  position: absolute;
}
.slide01__text {
  font-size: 2rem;
  line-height: 1.5;
  font-family: var(--FONT_FAMILY_ROUNDED);
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
  font-weight: 500;
  color: #ff8282;
}
.slide01 .splide__pagination {
  gap: 0 12px;
}
.slide01 .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  margin: 0;
}
@media (min-width: 768px) {
  .slide01 .splide__pagination__page:hover {
    background-color: #ffbfbf;
  }
}
.slide01 .splide__pagination__page.is-active {
  background-color: #ff8282;
  transform: none;
}
.slide01 .splide__arrow {
  top: 40.5%;
  width: 48px;
  height: 48px;
  background: url("../images/icon_arrow02.svg") no-repeat center/contain;
  opacity: 1;
}
@media (max-width: 767px) {
  .slide01 .splide__arrow {
    top: 52%;
  }
}
@media (min-width: 768px) {
  .slide01 .splide__arrow:hover {
    background: url("../images/icon_arrow02-hover.svg");
    opacity: 1;
  }
}
.slide01 .splide__arrow:disabled {
  cursor: default;
  pointer-events: none;
  background: url("../images/icon_arrow02-hover.svg");
  opacity: 0.5;
}
.slide01 .splide__arrow svg {
  display: none;
}
.slide01 .splide__arrow--prev {
  left: 12.5%;
}
@media screen and (max-width: 1200px) {
  .slide01 .splide__arrow--prev {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .slide01 .splide__arrow--prev {
    left: 12px;
  }
}
.slide01 .splide__arrow--next {
  right: 12.5%;
  transform: rotate(180deg) translateY(50%);
}
@media screen and (max-width: 1200px) {
  .slide01 .splide__arrow--next {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .slide01 .splide__arrow--next {
    right: 12px;
  }
}

/*# sourceMappingURL=styles.css.map */
