@charset "UTF-8";
/* ---------------------------------
  全ページ共通
----------------------------------- */
/*
Theme Name: I'LL
Description: Used to style the TinyMCE editor.

/**
 * Table of Contents:
 *
 * 1.0 - Reset stylesheet
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigations
 *   5.1 - Anchor
 *   5.2 - Pagination
 *   5.3 - Button
 * 6.0 - Clearfix
 * 7.0 - mopiko
 */
/*----------------------------------------------------------*/
/* 1.0 - Reset Stylesheet
/*----------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

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

ol,
ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #e2e5e8;
}

embed,
iframe,
img,
object {
  max-width: 100%;
}

img {
  border: none;
}

:focus {
  outline: 0px;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------------*/
/* 2.0 - Typography
/*----------------------------------------------------------*/
body {
  line-height: 1.8;
  font-size: 16px;
  font-size: 1.6rem;
  word-wrap: break-word;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

p {
  font-size: 1.4rem;
}

blockquote {
  display: block;
  margin-bottom: 40px;
  padding: 16px;
  border: solid 2px #e2e5e8;
  quotes: "“" "‘";
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f4f6fa;
}

blockquote:before {
  line-height: 0.1;
  content: open-quote;
  vertical-align: -32px;
  font-size: 60px;
  font-size: 6rem;
  color: #e2e5e8;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

/* http://fontawesome.ioe */
.fa {
  margin: 0 4px;
  color: #9b8d77;
}

/*----------------------------------------------------------*/
/* 3.0 - Elements
/*----------------------------------------------------------*/
table {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}

table caption {
  margin-bottom: 8px;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 1.2rem;
}

table th {
  padding: 8px;
  border: solid 1px #e2e5e8;
  vertical-align: middle;
}

table td {
  padding: 8px 16px;
  border: solid 1px #e2e5e8;
}

/*----------------------------------------------------------*/
/* 6.0 - Clearfix
/*----------------------------------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*----------------------------------------------------------*/
/* 7.0 - origin
/*----------------------------------------------------------*/
figure img {
  vertical-align: bottom;
  width: 100%;
}

a,
a:before,
a:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*-------------------------
カスタムクラス
--------------------------*/
.sp {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .tab {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

@media only screen and (max-width: 1240px) {
  .pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.inner {
  max-width: 1240px;
  width: 92%;
  margin-inline: auto;
}
.inner-mid {
  max-width: 1140px;
  width: 88%;
  margin-inline: auto;
}

main {
  overflow: hidden;
}

/*-------------------------
CSSメイン
--------------------------*/
.header {
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .header {
    top: 15px;
  }
}
.header__wrap {
  width: 95%;
  margin-inline: auto;
  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;
}
.header__logo {
  max-width: 259px;
  width: 24%;
  aspect-ratio: 513/136;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .header__link {
    display: none;
  }
}

.c-btn a {
  max-width: 210px;
  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: 6px;
  padding: 20px 48px;
  border-radius: 50px;
  border: solid 1px #0BBED1;
  background-color: #0BBED1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 1153, 16px);
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .c-btn a {
    padding: 18px 45px;
  }
}
.c-btn a::after {
  content: "";
  width: 13px;
  aspect-ratio: 1/1;
  display: inline-block;
}
.c-btn a:hover {
  background-color: #fff;
  color: #0BBED1;
}

.headding {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(56 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  color: #635353;
  margin-bottom: 6px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.headding::before {
  content: "";
  max-width: 250px;
  width: 35%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .headding::before {
    width: 25%;
    top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .headding::before {
    width: 50%;
  }
}
.headding span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  margin-bottom: 6px;
}

.tag {
  display: inline-block;
  padding: 10px 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 1153, 14px);
  color: #fff;
  margin-bottom: 10px;
}
.tag span {
  display: inline-block;
  font-size: clamp(20px, 20px + 680 * (100vw - 1px) / -1, 700px);
  margin-left: 4px;
}

.head {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  line-height: calc(54 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 14 * (100vw - 767px) / 1153, 36px);
  color: #635353;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .head {
    font-size: 26px;
  }
}

.text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(32 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 1153, 16px);
  color: #635353;
}

.att {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(26 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
  color: #635353;
}

.line01 {
  position: relative;
}
.line01::after {
  content: "";
  width: 100vw;
  aspect-ratio: 1441/694;
  position: absolute;
  top: 150%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
@media only screen and (max-width: 960px) {
  .line01::after {
    top: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .line01::after {
    top: 0;
    aspect-ratio: 39/23;
  }
}

.line02 {
  position: relative;
}
.line02::after {
  content: "";
  width: 100vw;
  aspect-ratio: 1441/694;
  position: absolute;
  top: 115%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
@media only screen and (max-width: 960px) {
  .line02::after {
    top: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .line02::after {
    top: 0;
    aspect-ratio: 390/229;
  }
}

.mainv {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1240px) {
  .mainv {
    padding-top: 80px;
    background-color: #fdf7f9;
  }
}
@media only screen and (max-width: 960px) {
  .mainv {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .mainv {
    padding-top: 0;
  }
}
.mainv__bg {
  position: relative;
  z-index: 1;
}
.mainv__text {
  width: 42%;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .mainv__text {
    width: 100%;
    top: 25px;
    -webkit-transform: none;
            transform: none;
  }
}
.mainv__btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .mainv__btn {
    margin-top: 20px;
  }
}
.mainv__btn a {
  max-width: 265px;
}
@media only screen and (max-width: 767px) {
  .mainv__btn a {
    max-width: 230px;
    margin-inline: auto;
  }
}

.sec01 {
  padding: 82px 0 100px;
}
@media only screen and (max-width: 767px) {
  .sec01 {
    padding: 50px 0;
  }
}
.sec01__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .sec01__list {
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sec01__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px;
  }
}
.sec01__list li {
  width: calc((100% - 120px) / 4);
}
@media only screen and (max-width: 960px) {
  .sec01__list li {
    width: calc((100% - 48px) / 4);
  }
}
@media only screen and (max-width: 767px) {
  .sec01__list li {
    width: calc((100% - 7px) / 2);
  }
}
.sec01__list li:nth-child(2) {
  margin-top: 75px;
}
@media only screen and (max-width: 960px) {
  .sec01__list li:nth-child(2) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec01__list li:nth-child(2) {
    margin-top: 0;
  }
}
.sec01__list li:nth-child(3) {
  margin-top: 75px;
}
@media only screen and (max-width: 960px) {
  .sec01__list li:nth-child(3) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec01__list li:nth-child(3) {
    margin-top: 0;
  }
}
.sec01__txt {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  line-height: calc(72 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 14 * (100vw - 767px) / 1153, 36px);
  color: #E1637E;
}
@media only screen and (max-width: 767px) {
  .sec01__txt {
    font-size: 26px;
  }
}
.sec01__txt span {
  display: inline-block;
  position: relative;
}
.sec01__txt span::after {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #F2B6C7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .sec01__txt span::after {
    height: 3px;
  }
}

.sec02 {
  padding: 10px 0 60px;
  background-color: #F9F9F7;
}
@media only screen and (max-width: 767px) {
  .sec02 {
    padding: 60px 0;
  }
}
.sec02-line {
  background-color: #FDF7F9;
  position: relative;
}
.sec02-line img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sec02__flex {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec02__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.sec02__flex-img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec02__flex-img {
    width: 100%;
  }
}
.sec02__flex-dtl {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec02__flex-dtl {
    width: 100%;
  }
}
.sec02 .cloud01 {
  max-width: 154px;
  width: 10.6vw;
  position: absolute;
  bottom: -12px;
  right: -50px;
  z-index: -1;
}
.sec02__contents {
  margin-top: 30px;
  padding: 40px 5%;
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .sec02__contents {
    margin-top: 16px;
    padding: 30px 5%;
  }
}
.sec02__head {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(54 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 1153, 24px);
  color: #635353;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sec02__head {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.sec02__slide {
  position: relative;
}
.sec02__slide-track {
  position: relative;
  z-index: 1;
}
.sec02__slide .splide__arrow {
  width: 50px;
  height: 50px;
  z-index: 1000;
  pointer-events: auto;
}
.sec02__slide .splide__arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0 !important;
}
.sec02__slide .splide__arrow svg {
  display: none;
}
.sec02__slide .splide__arrow--prev {
  left: -20px;
}
.sec02__slide .splide__arrow--next {
  right: -20px;
}

.sec03 {
  padding: 60px 0;
  background-color: #F9F9F7;
  position: relative;
  z-index: 1;
}
.sec03::before {
  content: "";
  max-width: 340px;
  width: 23vw;
  aspect-ratio: 684/425;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}
.sec03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .sec03__flex {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec03__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.sec03__flex-dtl {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec03__flex-dtl {
    width: 100%;
  }
}
.sec03__flex-img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec03__flex-img {
    width: 100%;
  }
}
.sec03__badge {
  position: absolute;
  top: -75px;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1240px) {
  .sec03__badge {
    left: 84%;
  }
}
.sec03__badge img {
  max-width: 107px;
  height: auto;
  aspect-ratio: 209/212;
  vertical-align: bottom;
}
.sec03__contents {
  margin-top: 30px;
  padding: 40px 5%;
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .sec03__contents {
    margin-top: 16px;
    padding: 30px 5%;
  }
}
.sec03__head {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(54 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 1153, 24px);
  color: #635353;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sec03__head {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.sec03__slide {
  position: relative;
}
.sec03__slide-track {
  position: relative;
  z-index: 1;
}
.sec03__slide .splide__arrow {
  width: 50px;
  height: 50px;
  z-index: 1000;
  pointer-events: auto;
}
.sec03__slide .splide__arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0 !important;
}
.sec03__slide .splide__arrow svg {
  display: none;
}
.sec03__slide .splide__arrow--prev {
  left: -20px;
}
.sec03__slide .splide__arrow--next {
  right: -20px;
}
.sec03__att {
  text-align: center;
  margin-top: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(26 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
  color: #635353;
}

.sec04 {
  padding: 60px 0;
  background-color: #F9F9F7;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec04 {
    padding: 30px 0;
  }
}
.sec04__cloud {
  position: absolute;
  top: 0;
  right: 4.2%;
  z-index: -1;
}
.sec04__cloud img {
  max-width: 340px;
  width: 23.6vw;
  aspect-ratio: 684/425;
  vertical-align: bottom;
}
.sec04__flex {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .sec04__flex {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec04__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.sec04__flex-img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec04__flex-img {
    width: 100%;
  }
}
.sec04__flex-dtl {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec04__flex-dtl {
    width: 100%;
  }
}
.sec04__head {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(54 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 1153, 24px);
  color: #635353;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .sec04__head {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.sec04__contents {
  margin-top: 30px;
  padding: 40px 5%;
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .sec04__contents {
    margin-top: 16px;
    padding: 30px 5%;
  }
}
.sec04__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .sec04__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.sec04__list li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .sec04__list li {
    width: 100%;
  }
}
.sec04__bnr {
  text-align: center;
}
.sec04__bnr img {
  max-width: 610px;
  width: 98%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

.sec05 {
  padding: 60px 0;
  background: #F9F9F7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 249, 247)), to(rgb(237, 237, 229)));
  background: linear-gradient(180deg, rgb(249, 249, 247) 0%, rgb(237, 237, 229) 100%);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec05 {
    padding: 30px 0;
  }
}
.sec05__cloud {
  position: absolute;
  top: 80px;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.sec05__cloud img {
  max-width: 154px;
  width: 10.6vw;
  aspect-ratio: 309/192;
  vertical-align: bottom;
}
.sec05__flex {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .sec05__flex {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec05__flex {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.sec05__flex-img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec05__flex-img {
    width: 100%;
  }
}
.sec05__flex-dtl {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec05__flex-dtl {
    width: 100%;
  }
}
.sec05__badge {
  position: absolute;
  top: -75px;
  left: 46%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1240px) {
  .sec05__badge {
    left: 68%;
  }
}
.sec05__badge img {
  max-width: 107px;
  height: auto;
  aspect-ratio: 209/212;
  vertical-align: bottom;
}

.sec06 {
  padding: 80px 0;
  background-color: #FDF7F9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec06 {
    padding: 40px 0;
  }
}
.sec06-line {
  background-color: #EDEDE5;
  position: relative;
}
.sec06-line img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sec06__list {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sec06__list {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.sec06__list li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .sec06__list li {
    width: 100%;
  }
}

.sec07 {
  padding: 80px 0 40px;
  background-color: #F9F9F7;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec07 {
    padding: 30px 0;
  }
}
.sec07__cloud {
  position: absolute;
  top: 0;
  left: 4.2%;
  z-index: 2;
}
.sec07__cloud img {
  max-width: 154px;
  width: 10.6vw;
  aspect-ratio: 309/192;
  vertical-align: bottom;
}
.sec07__cloud2 {
  position: absolute;
  top: 28%;
  right: 3.6%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec07__cloud2 img {
  max-width: 154px;
  width: 10.6vw;
  aspect-ratio: 309/192;
  vertical-align: bottom;
}
.sec07__cloud3 {
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec07__cloud3 img {
  max-width: 424px;
  width: 29.4vw;
  aspect-ratio: 852/671;
  vertical-align: bottom;
}
.sec07-line {
  background-color: #FDF7F9;
  position: relative;
  z-index: 1;
}
.sec07-line img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sec07 .line01::after {
  top: 140%;
}
.sec07__flow {
  margin-top: 100px;
  position: relative;
  z-index: 3;
  max-width: 762px;
  width: 72%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .sec07__flow {
    width: 100%;
  }
}
.sec07__flow::before {
  content: "";
  width: 1px;
  height: 92%;
  background-color: #F2B6C7;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec07__flow::before {
    left: 30px;
  }
}
.sec07__flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .sec07__flow-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }
}
.sec07__flow-wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
.sec07__flow dt {
  position: relative;
  z-index: 1;
}
.sec07__flow dt::before {
  content: "";
  width: 132px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: solid 1px #E1637E;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .sec07__flow dt::before {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .sec07__flow dt::before {
    width: 68px;
  }
}
.sec07__flow dt span {
  width: 120px;
  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;
  aspect-ratio: 1/1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(80 / 1000 * 1em);
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 1153, 24px);
  color: #fff;
  background-color: #E1637E;
  border-radius: 100%;
}
@media only screen and (max-width: 960px) {
  .sec07__flow dt span {
    width: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .sec07__flow dt span {
    width: 60px;
  }
}
.sec07__flow dd {
  width: calc(100% - 150px);
}
@media only screen and (max-width: 960px) {
  .sec07__flow dd {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 767px) {
  .sec07__flow dd {
    width: calc(100% - 76px);
  }
}
.sec07__flow-head {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 1153, 24px);
  color: #635353;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .sec07__flow-head {
    font-size: 19px;
  }
}
.sec07__flow-head span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  background-color: #F2B6C7;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
  color: #fff;
  white-space: nowrap;
}
.sec07__flow-txt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #635353;
}
@media only screen and (max-width: 767px) {
  .sec07__flow-txt {
    font-size: 14px;
  }
}
.sec07__end {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  line-height: calc(72 / 36 * 1em);
  letter-spacing: normal;
  font-size: clamp(22px, 22px + 14 * (100vw - 767px) / 1153, 36px);
  color: #E1637E;
}
.sec07__end span {
  display: inline-block;
  position: relative;
}
.sec07__end span::after {
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #F2B6C7;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec08 {
  padding: 100px 0;
  background-color: #FDF7F9;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec08 {
    padding: 40px 0;
  }
}
.sec08__cloud {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.sec08__cloud img {
  max-width: 340px;
  width: 23.6vw;
  aspect-ratio: 684/425;
  vertical-align: bottom;
}
.sec08-line {
  padding-top: 40px;
  background: #F9F9F7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 249, 247)), to(rgb(237, 237, 229)));
  background: linear-gradient(180deg, rgb(249, 249, 247) 0%, rgb(237, 237, 229) 100%);
  position: relative;
}
.sec08-line img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sec08__flex {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .sec08__flex {
    gap: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sec08__flex {
    margin-top: 50px;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sec08__flex-img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .sec08__flex-dtl {
    width: 50%;
  }
}
.sec08 .maps {
  max-width: 262px;
  padding: 30px 40px;
  border-radius: 40px;
  border: solid 4px #F2B6C7;
  background-color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sec08 .maps {
    max-width: 166px;
    padding: 16px 5px 16px 16px;
    border-width: 3px;
  }
}
.sec08 .maps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}
@media only screen and (max-width: 767px) {
  .sec08 .maps__list {
    gap: 8px 12px;
  }
}
.sec08 .maps__list li {
  width: calc((100% - 30px) / 2);
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #635353;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  .sec08 .maps__list li {
    width: calc((100% - 12px) / 2);
  }
}
.sec08 .maps__list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 8/14;
}
.sec08 .maps__att {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(26 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
  color: #635353;
}
@media only screen and (max-width: 767px) {
  .sec08 .maps__att {
    font-size: 11px;
    margin-top: 20px;
    text-align: center;
  }
}

.sec09 {
  padding: 100px 0 80px;
  background-color: #F9F9F7;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec09 {
    padding: 40px 0 30px;
  }
}
.sec09-line {
  background-color: #FDF7F9;
  position: relative;
  z-index: 1;
}
.sec09-line img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sec09__faq {
  margin-top: 100px;
  max-width: 800px;
  width: 72%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec09__faq {
    width: 100%;
  }
}
.sec09__faq-wrap {
  padding: 26px 50px;
  border-radius: 40px;
  border: solid 5px #EBEBE1;
  background-color: #fff;
}
@media only screen and (max-width: 960px) {
  .sec09__faq-wrap {
    padding: 20px 28px;
  }
}
@media only screen and (max-width: 767px) {
  .sec09__faq-wrap {
    padding: 18px 14px;
    border-width: 3px;
  }
}
.sec09__faq-wrap:not(:last-of-type) {
  margin-bottom: 10px;
}
.sec09__faq dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(26 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 5 * (100vw - 767px) / 1153, 18px);
  color: #635353;
  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;
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 767px) {
  .sec09__faq dt {
    font-size: 16px;
  }
}
.sec09__faq dt::before {
  content: "Q";
  display: inline-block;
  margin-right: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 1153, 24px);
  color: #E1637E;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .sec09__faq dt::before {
    font-size: 20px;
  }
}
.sec09__faq dt:hover {
  cursor: pointer;
}
.sec09__faq dt span img {
  vertical-align: bottom;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec09__faq dt.active span img {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sec09__faq dd {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #635353;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec09__faq dd {
    font-size: 14px;
  }
}
.sec09__faq dd.open {
  max-height: 5000px;
  padding-top: 20px;
  margin-top: 23px;
  border-top: dashed 2px #EBEBE1;
}
@media only screen and (max-width: 767px) {
  .sec09__faq dd.open {
    margin-top: 14px;
    padding-top: 14px;
  }
}

.form {
  background-color: #FDF7F9;
  padding: 100px 0 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .form {
    padding: 40px 0;
  }
}
.form-line {
  padding-top: 40px;
  background: #F9F9F7;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 249, 247)), to(rgb(237, 237, 229)));
  background: linear-gradient(180deg, rgb(249, 249, 247) 0%, rgb(237, 237, 229) 100%);
  position: relative;
}
.form-line img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.form-line .cloud {
  position: absolute;
  top: 40px;
  right: 4.2%;
  z-index: 3;
}
.form-line .cloud img {
  max-width: 155px;
  width: 10.7vw;
  height: auto;
  aspect-ratio: 309/192;
}
.form__head {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 40px;
  font-weight: 700;
  line-height: calc(56 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(28px, 28px + 12 * (100vw - 767px) / 1153, 40px);
  color: #635353;
  margin-bottom: 6px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.form__head::before {
  content: "";
  max-width: 250px;
  width: 60%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .form__head::before {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .form__head::before {
    width: 50%;
    top: 50%;
  }
}
.form__head span {
  display: inline-block;
  padding: 4px 14px;
  background-color: #E1637E;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
  color: #fff;
}
.form__head-txt {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(32 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  position: relative;
  z-index: 1;
}

.wpcf7 {
  background-color: #FDF7F9;
  padding: 60px 0 100px;
  position: relative;
  z-index: 1;
}

.ft-line {
  position: relative;
  z-index: 9;
  background-color: #FDF7F9;
}
.ft-line img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.footer {
  position: static;
  z-index: 99;
}
.footer__wrap {
  background-color: #fff;
  max-width: 1240px;
  width: 92%;
  margin-inline: auto;
  padding: 10px 0 40px;
}
@media only screen and (max-width: 767px) {
  .footer__wrap {
    padding: 0 0 30px;
  }
}
.footer__logo {
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin-bottom: 12px;
  }
}
.footer__logo img {
  display: inline-block;
  width: 320px;
  height: auto;
  aspect-ratio: 513/136;
}
@media only screen and (max-width: 767px) {
  .footer__logo img {
    width: 178px;
  }
}
.footer__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 1153, 16px);
  color: #635353;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer__text {
    font-size: 14px;
  }
}
.footer__link {
  padding: 20px 0;
  background-color: #E1637E;
}
.footer__link-wrap {
  max-width: 1240px;
  width: 92%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__link-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__nav li {
  line-height: 1;
}
.footer__nav li::after {
  height: 0.7em;
}
.footer__nav li a {
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footer__nav li a {
    font-size: 12px;
  }
}
.footer__nav li a:hover {
  text-decoration: underline;
}
.footer__copyright {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 1153, 12px);
}

.floating {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  padding: 13px 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.floating.is-hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.floating .c-btn {
  display: inline-block;
}
.floating .c-btn a {
  max-width: 400px;
  width: 400px;
}

/*============================
  layout header
============================*/
/*============================
  layout footer
============================*/