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

body {
  font-size: 18px;
  color: #333;
  font-family: HiraginoCustom, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "Noto Sans JP", helvetica, arial, sans-serif;
}

main {
  overflow: hidden;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1em;
  border: 0;
  box-sizing: border-box;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

img {
  border: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

@font-face {
  font-family: "HiraginoCustom";
  font-weight: 100;
  src: local("HiraginoSans-W1"), local("Hiragino Sans");
  font-display: swap;
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 200;
  src: local("HiraginoSans-W2"), local("Hiragino Sans");
  font-display: swap;
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 300;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
  font-display: swap;
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 400;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
  font-display: swap;
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 500;
  src: local("HiraginoSans-W5"), local("Hiragino Sans");
  font-display: swap;
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 600;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
  font-display: swap;
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 700;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
  font-display: swap;
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 800;
  src: local("HiraginoSans-W7"), local("Hiragino Sans");
  font-display: swap;
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 900;
  src: local("HiraginoSans-W8"), local("Hiragino Sans");
  font-display: swap;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  width: 90%;
  max-width: 1280px;
}
@media screen and (max-width: 992px) {
  .container-fluid {
    width: 100%;
    max-width: 100%;
  }
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1280px;
}
@media screen and (max-width: 992px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
}
a {
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  line-height: 2em;
}

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

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

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

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

.button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  height: 80px;
  background-color: #29C6C4;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #29C6C4;
}
@media screen and (max-width: 992px) {
  .button a {
    border-radius: 4px !important;
    padding-left: 25px;
    height: 52px;
    font-size: 16px;
  }
}
.button a::before, .button a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
.button a::before {
  left: 20%;
  width: 35px;
  height: 35px;
  background-image: url(../images/mail_w.svg);
}
@media screen and (max-width: 992px) {
  .button a::before {
    left: 17%;
    width: 25px;
    height: 25px;
  }
}
.button a::after {
  right: 5%;
  width: 16px;
  height: 16px;
  background-image: url(../images/arrow_w.svg);
  background-size: auto 100%;
}
.button a:hover {
  background-color: #fff;
  border: 2px solid #FE4EA2;
  color: #FE4EA2;
}
.button a:hover::before {
  background-image: url(../images/mail_p.svg);
}
.button.yellow a {
  border-color: #FFFF00;
  background-color: #FFFF00;
  color: #333;
}
.button.yellow a::before {
  background-image: url(../images/mail_b.svg);
}
.button.yellow a::after {
  background-image: url(../images/arrow_b.svg);
}
.button.yellow a:hover {
  background-color: transparent;
  border: 2px solid #FFFF00;
  color: #FFFF00;
}
.button.yellow a:hover::before {
  background-image: url(../images/mail_y.svg);
}
.button.yellow a:hover::after {
  background-image: url(../images/arrow_y.svg);
}
.button.hover-yellow a:hover {
  background-color: transparent;
  border: 2px solid #FFFF00;
  color: #FFFF00;
}
.button.hover-yellow a:hover::before {
  background-image: url(../images/mail_y.svg);
}
.button.hover-yellow a:hover::after {
  background-image: url(../images/arrow_y.svg);
}

.headline1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: transparent linear-gradient(278deg, #0F68EC 0%, #9F2AE1 51%, #FE4EA2 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 992px) {
  .headline1 {
    font-size: 16px;
    line-height: 24px;
  }
}
.headline1::after {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #9F2AE1;
  content: "";
}

.kome {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .kome {
    font-size: 12px;
    line-height: 20px;
  }
}

.justify {
  text-align: justify;
}

.marker {
  background: linear-gradient(transparent 30%, #FFFF00 30%);
}

.red {
  color: #ED0000;
}

.yellow {
  color: #FFFF00;
}

.pink {
  color: #FE4EA2;
}

.purple {
  color: #9F2AE1;
}

.blue {
  color: #0F68EC;
}

.container-fluid,
.inner {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992.2px) {
  .container-fluid,
.inner {
    width: 90%;
    max-width: 1280px;
  }
}
@media screen and (max-width: 992px) {
  .container-fluid,
.inner {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 992.2px) {
  .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    margin-top: -50px;
    padding: 60px 0 20px 0;
  }
}

.cost .cost__inner {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .cost .cost__inner {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .cost .cost__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 992px) {
  .cost .cost__inner {
    width: 100%;
    flex-direction: column;
    padding-right: 5%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 992.2px) {
  .cost .cost__inner > div {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .cost .cost__inner > div {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .cost .cost__inner_r {
    margin-top: 10px;
    text-align: center;
  }
}
.cost .cost__inner_r__img {
  width: 544px;
  max-width: 100%;
}
.cost .cost__title {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 992.2px) {
  .cost .cost__title {
    font-size: 24px;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px) {
  .cost .cost__title {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }
}
.cost .cost__title::after {
  position: absolute;
  width: 100px;
  height: 4px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/line1.svg);
  content: "";
}
@media screen and (min-width: 992.2px) {
  .cost .cost__title::after {
    left: 0;
    bottom: -40px;
  }
}
@media screen and (max-width: 992px) {
  .cost .cost__title::after {
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
}
.cost .cost__item {
  margin-top: 60px;
  display: flex;
  -moz-column-gap: 2.7604166667vw;
       column-gap: 2.7604166667vw;
}
@media screen and (max-width: 1280px) {
  .cost .cost__item {
    -moz-column-gap: 0.4166666667vw;
         column-gap: 0.4166666667vw;
  }
}
@media screen and (max-width: 992px) {
  .cost .cost__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .cost .cost__list {
    margin: 0 auto;
    width: 100%;
  }
}
.cost .cost__list__item {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media screen and (max-width: 1280px) {
  .cost .cost__list__item {
    font-size: 19px;
  }
}
@media screen and (max-width: 992px) {
  .cost .cost__list__item {
    margin-top: 10px;
    font-size: 14px;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
@media screen and (min-width: 992.2px) {
  .cost .cost__list__item__img {
    width: 30px;
  }
}
@media screen and (max-width: 992px) {
  .cost .cost__list__item__img {
    width: 20px;
  }
}

.cv1 {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .cv1 {
    background-position: center top 40px;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.cv1.is-intersected {
  background-image: url(../images/otoiawase_back1.webp);
}
.cv1__text {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .cv1__text {
    font-size: 28px;
    line-height: 48px;
    margin-left: auto;
  }
}
@media screen and (max-width: 992px) {
  .cv1__text {
    font-size: 16px;
    line-height: 27px;
    width: 100%;
    margin-left: 0;
  }
}
.cv1__text .headline_02 {
  font-weight: 700;
}
@media screen and (min-width: 992.2px) {
  .cv1__text .headline_02 {
    font-size: 28px;
    line-height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .cv1__text .headline_02 {
    font-size: 16px;
    line-height: 27px;
  }
}
.cv1__text .headline_02 .main {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 992.2px) {
  .cv1__text .headline_02 .main {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .cv1__text .headline_02 .main {
    font-size: 20px;
  }
}
@media screen and (min-width: 768.2px) {
  .cv1__text__tel {
    border: 2px solid #FFFFFF;
    margin: 30px 0 0 0;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  .cv1__text__tel {
    display: none;
  }
}
.cv1__text__tel .text1 {
  font-weight: 500;
  display: block;
  font-size: 25px;
  line-height: 30px;
}
.cv1__text__tel .textmain {
  position: relative;
}
.cv1__text__tel .textmain a {
  display: block;
  width: 456px;
  padding: 0 0 0 50px;
  font-weight: 700;
  font-size: 40px;
  position: relative;
  color: #fff;
  margin: 20px auto;
}
.cv1__text__tel .textmain::before {
  position: absolute;
  left: 30px;
  top: 4px;
  display: block;
  content: "";
  height: 60px;
  width: 60px;
  background-image: url(../images/FC_w.svg);
  background-repeat: no-repeat;
}
.cv1__text .text2 {
  font-size: 18px;
}
.cv1__text .text3 {
  font-size: 14px;
}
@media screen and (min-width: 768.2px) {
  .cv1__text__tel-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cv1__text__tel-sp {
    display: block;
  }
  .cv1__text__tel-sp__btn {
    background-color: #FF9D00;
    margin: 10px 0;
    padding: 10px 0 10px;
    height: 50px;
    border-radius: 4px;
    position: relative;
  }
  .cv1__text__tel-sp__btn a {
    font-size: 16px;
    color: #0E0D6A;
  }
  .cv1__text__tel-sp__btn::before {
    position: absolute;
    left: 18%;
    top: 9px;
    display: block;
    content: "";
    height: 23px;
    width: 23px;
    background-image: url(../images/FC.svg);
    background-repeat: no-repeat;
  }
  .cv1__text__tel-sp__btn::after {
    display: block;
    position: absolute;
    content: "";
    right: 5%;
    top: 34%;
    width: 16px;
    height: 16px;
    background-image: url(../images/allow_fc.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .cv1__text__tel-sp__btn .text2 {
    font-size: 12px !important;
  }
  .cv1__text__tel-sp .text3 {
    font-size: 12px;
    text-align: left;
  }
}
.cv1__button {
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 992.2px) {
  .cv1__button {
    width: 515px;
  }
}
@media screen and (max-width: 992px) {
  .cv1__button {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}

.cv2 {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #939393;
}
@media screen and (min-width: 992.2px) {
  .cv2 {
    background-position: center center;
  }
}
@media screen and (max-width: 992px) {
  .cv2 {
    background-position: center top;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: auto;
    padding: 25px 5%;
  }
}
.cv2.is-intersected {
  background-image: url(../images/otoiawase_back2.webp);
}
.cv2__inner {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .cv2__inner {
    width: 100%;
  }
}
.cv2__text {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .cv2__text {
    font-size: 28px;
    line-height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .cv2__text {
    font-size: 16px;
    line-height: 27px;
    width: 100%;
  }
}
.cv2__text .headline_02 {
  font-weight: 700;
}
@media screen and (min-width: 992.2px) {
  .cv2__text .headline_02 {
    font-size: 28px;
    line-height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .cv2__text .headline_02 {
    font-size: 16px;
    line-height: 27px;
  }
}
.cv2__text .headline_02 .main {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 992.2px) {
  .cv2__text .headline_02 .main {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .cv2__text .headline_02 .main {
    font-size: 20px;
  }
}
@media screen and (min-width: 768.2px) {
  .cv2__text__tel {
    border: 2px solid #FFFFFF;
    margin: 30px 0 0 0;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  .cv2__text__tel {
    display: none;
  }
}
.cv2__text__tel .text1 {
  font-weight: 500;
  display: block;
  font-size: 25px;
  line-height: 30px;
}
.cv2__text__tel .textmain {
  position: relative;
}
.cv2__text__tel .textmain a {
  display: block;
  width: 456px;
  padding: 0 0 0 50px;
  font-weight: 700;
  font-size: 40px;
  position: relative;
  color: #fff;
  margin: 20px auto;
}
.cv2__text__tel .textmain::before {
  position: absolute;
  left: 30px;
  top: 4px;
  display: block;
  content: "";
  height: 60px;
  width: 60px;
  background-image: url(../images/FC_w.svg);
  background-repeat: no-repeat;
}
.cv2__text .text2 {
  font-size: 18px;
}
.cv2__text .text3 {
  font-size: 14px;
}
@media screen and (min-width: 768.2px) {
  .cv2__text__tel-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cv2__text__tel-sp {
    display: block;
  }
  .cv2__text__tel-sp__btn {
    background-color: #FF9D00;
    margin: 10px 0;
    padding: 10px 0 10px;
    height: 52px;
    border-radius: 4px;
    position: relative;
  }
  .cv2__text__tel-sp__btn a {
    font-size: 16px;
    color: #fff;
  }
  .cv2__text__tel-sp__btn::before {
    position: absolute;
    left: 18%;
    top: 9px;
    display: block;
    content: "";
    height: 23px;
    width: 23px;
    background-image: url(../images/FC_w.svg);
    background-repeat: no-repeat;
  }
  .cv2__text__tel-sp__btn::after {
    display: block;
    position: absolute;
    content: "";
    right: 5%;
    top: 34%;
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .cv2__text__tel-sp__btn .text2 {
    font-size: 12px !important;
  }
  .cv2__text__tel-sp .text3 {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (min-width: 992.2px) {
  .cv2__button {
    margin: 40px auto 0 auto;
    width: 515px;
  }
}
@media screen and (max-width: 992px) {
  .cv2__button {
    margin: 10px auto 0 auto;
    width: 100%;
  }
}

.faq .faq__title {
  position: relative;
  font-weight: 700;
  line-height: 41px;
  text-align: center;
}
@media screen and (min-width: 992.2px) {
  .faq .faq__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq__title {
    font-size: 20px;
  }
}
.faq .faq__title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/line1.svg);
  content: "";
}
@media screen and (min-width: 992.2px) {
  .faq .faq__title::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq__title::after {
    bottom: -20px;
  }
}
@media screen and (min-width: 992.2px) {
  .faq .faq__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq__item {
    margin-top: 40px;
  }
}
.faq .faq__menu {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 992.2px) {
  .faq .faq__menu {
    width: 1050px;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq__menu {
    width: 100%;
  }
}
.faq .faq__menu__item {
  border: 2px solid #9F2AE1;
  background-color: #fff;
}
@media screen and (min-width: 992.2px) {
  .faq .faq__menu__item {
    margin-top: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq__menu__item {
    margin-top: 10px;
    border-radius: 8px;
  }
}
.faq .faq_q {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 992.2px) {
  .faq .faq_q {
    padding: 20px 60px 20px 20px;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq_q {
    padding: 10px 40px 10px 10px;
    font-size: 15px;
  }
}
.faq .faq_q:after {
  position: absolute;
  top: 50%;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/Q_arrow.svg);
  content: "";
  transform: rotate(180deg) translateY(50%);
}
@media screen and (min-width: 992.2px) {
  .faq .faq_q:after {
    right: 30px;
    width: 20px;
    height: 11px;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq_q:after {
    right: 16px;
    width: 10px;
    height: 6px;
  }
}
.faq .faq_q_icon {
  margin-right: 10px;
}
@media screen and (min-width: 992.2px) {
  .faq .faq_q_icon {
    width: 26px;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq_q_icon {
    width: 20px;
  }
}
.faq .faq_q_text {
  flex: 1;
  color: #9F2AE1;
}
@media screen and (min-width: 992.2px) {
  .faq .faq_q_text {
    font-size: 24px;
    font-weight: 500;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq_q_text {
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
  }
}
.faq .faq_a {
  max-height: 0;
  font-weight: 400;
  overflow-y: hidden;
}
@media screen and (min-width: 992.2px) {
  .faq .faq_a {
    margin-left: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .faq .faq_a {
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}
.faq .faq__content[open] .faq_q::after {
  transform: rotate(0deg);
}
.faq .faq__content[open] .faq_a {
  padding: 10px 20px 20px 0;
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .faq .headling_01 {
    font-weight: 800;
  }
}

.flow {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background: transparent linear-gradient(110deg, #FE4EA2 0%, #9F2AE1 47%, #0F68EC 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 992px) {
  .flow {
    background-position: center top 40px;
  }
}
.flow .flow__title {
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .flow .flow__title {
    font-size: 24px;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__title {
    font-size: 16px;
    line-height: 27px;
  }
}
.flow .flow__title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 992.2px) {
  .flow .flow__title::after {
    bottom: -40px;
    background-image: url(../images/line1.svg);
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__title::after {
    bottom: -20px;
    background-image: url(../images/line2.svg);
  }
}
.flow .flow__title__main {
  display: block;
}
@media screen and (min-width: 992.2px) {
  .flow .flow__title__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__title__main {
    font-size: 20px;
  }
}
.flow .flow__item {
  justify-content: center;
}
@media screen and (min-width: 992.2px) {
  .flow .flow__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__item {
    margin-top: 20px;
  }
}
.flow .flow__item__li {
  position: relative;
}
@media screen and (max-width: 992px) {
  .flow .flow__item__li {
    margin-top: 20px;
  }
}
.flow .flow__item__li:not(.flow .flow__item__li.li-last-element)::after {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 30px solid transparent;
  content: "";
}
@media screen and (min-width: 992.2px) {
  .flow .flow__item__li:not(.flow .flow__item__li.li-last-element)::after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 30px solid #fff;
    border-top: 30px solid transparent;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__item__li:not(.flow .flow__item__li.li-last-element)::after {
    right: auto;
    left: 50%;
    top: calc(100% - 4px);
    transform: translate(-50%, 0);
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 18px solid #fff;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__item__li:not(.flow .flow__item__li.li-last-element).li-with-point:after {
    border-top-color: #FFFF89;
  }
}
.flow .flow__item__inner {
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .flow .flow__item__inner {
    position: relative;
  }
}
@media screen and (min-width: 992.2px) {
  .flow .flow__contents {
    padding: 30px 22px 22px;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__contents {
    padding: 25px 15px 25px;
  }
}
.flow .flow__item_no {
  margin: 0 auto;
}
@media screen and (min-width: 992.2px) {
  .flow .flow__item_no {
    width: 26px;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__item_no {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 20px;
  }
}
.flow .flow__item_title {
  font-weight: 700;
  color: #FE4EA2;
}
@media screen and (min-width: 992.2px) {
  .flow .flow__item_title {
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__item_title {
    margin-top: 7.5px;
    margin-left: 30px;
    font-size: 16px;
    text-align: left;
  }
}
.flow .flow__item_text {
  font-weight: 400;
}
@media screen and (min-width: 992.2px) {
  .flow .flow__item_text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.68;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__item_text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
.flow .flow__point {
  width: 100%;
  position: relative;
}
.flow .flow__point__title {
  position: relative;
  bottom: -0.5em;
  text-align: center;
  line-height: 1.1;
}
.flow .flow__point__title__text {
  background: linear-gradient(90deg, #F94CA5 0%, #3857E9 100%);
  color: #fff;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 14px;
}
.flow .flow__point__content {
  width: 100%;
  background: #FFFF89;
  font-size: 14px;
  line-height: 1.57142;
  font-weight: 400;
}
@media screen and (min-width: 992.2px) {
  .flow .flow__point__content {
    padding: 25px 10px 20px;
  }
}
@media screen and (max-width: 992px) {
  .flow .flow__point__content {
    padding: 24px 16px 20px;
  }
}
.flow .flow__point__content__strong {
  font-weight: 600;
  border-bottom: 2px solid #FE4EA2;
}

.footer {
  background-color: #707070;
}
@media screen and (min-width: 768.2px) {
  .footer {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5px 0 0 0;
  }
}
.footer * {
  color: #fff;
  text-align: center;
}
.footer .footer__link {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.footer .footer__link a {
  padding: 0 20px;
  font-weight: 500;
}
@media screen and (min-width: 768.2px) {
  .footer .footer__link a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__link a {
    font-size: 13px;
    line-height: 24px;
  }
}
.footer .footer__link li:first-child {
  border-right: 1px solid #fff;
}
.footer .footer__copy {
  font-weight: 400;
  line-height: 24px;
}
@media screen and (min-width: 768.2px) {
  .footer .footer__copy {
    font-size: 13px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer__copy {
    margin-top: 10px;
    font-size: 10px;
  }
}
.footer .footer__no {
  margin-top: 30px;
  padding: 20px;
  background-color: #646464;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer .footer__no .footer__no {
    margin-top: 10px;
    font-size: 10px;
  }
}

.footer__btns {
  display: none;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .footer__btns {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .footer__btns.is-show {
    display: flex;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .footer__btns.is-hidden {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .footer__btn {
    flex: 1;
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 56px;
    position: relative;
  }
  .footer__btn:before {
    position: absolute;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .footer__btn {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .footer__btn.type_01 {
    background: #29C6C4;
  }
  .footer__btn.type_01:before {
    left: 10px;
    top: 50%;
    width: 20px;
    height: 18px;
    transform: translateY(-50%);
    background: url("../images/mail_blue.svg") no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .footer__btn.type_01 {
    padding-left: 13.63635vw;
  }
}
@media screen and (max-width: 992px) {
  .footer__btn.type_02 {
    background: #FF883E;
  }
  .footer__btn.type_02:before {
    left: 8px;
    top: 50%;
    width: 20px;
    height: 13px;
    transform: translateY(-50%);
    background: url("../images/FC.svg") no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .footer__btn.type_02 {
    padding-left: 10.1604vw;
  }
}
.footer__btn .text {
  color: #0E0D6A;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  div[data-area=formArea],
#formArea {
    margin-top: -50px;
    padding-top: 60px;
  }
}

.header {
  position: relative;
}
@media screen and (min-width: 992.2px) {
  .header {
    padding-bottom: 78px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    padding-bottom: 40px;
  }
}
.header .header__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  background: none;
  transition: background 0.3s ease-in;
}
.header .header__navigation.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
}
.header .header__logo {
  display: flex;
  padding-left: 40px;
}
@media screen and (min-width: 992.2px) {
  .header .header__logo {
    align-items: center;
    height: 80px;
    flex-basis: 32.5vw;
  }
}
@media screen and (max-width: 992px) {
  .header .header__logo {
    padding: 6px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    height: 50px;
    flex-basis: auto;
  }
}
@media screen and (min-width: 992.2px) {
  .header .header__logo__image {
    flex-basis: min(14.1666666667vw, 272px);
    min-width: 200px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 992px) {
  .header .header__logo__image {
    flex-basis: 130px;
    width: 130px;
  }
}
.header .header__logo__text {
  font-weight: 500;
  color: #8A3F68;
  flex-shrink: 0;
  line-height: 1.2;
}
@media screen and (min-width: 992.2px) {
  .header .header__logo__text {
    font-size: 20px;
    font-size: min(1.0416666667vw, 20px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header .header__logo__text {
    font-size: 10px;
    width: 100%;
    margin-left: 0;
  }
}
.header .header__info {
  display: flex;
  align-items: center;
}
.header .header__info__tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 75px;
  margin: 0px 10px 0 auto;
  background: rgba(255, 255, 255, 0.4);
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 22px;
  padding-right: 16px;
  border: 2px solid #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .header .header__info__tel {
    display: none;
  }
}
.header .header__info__tel__number {
  font-size: 24px;
  font-weight: 700;
  color: #0E0D6A;
}
.header .header__info__tel__freecall {
  margin-right: 5px;
  width: 30px;
  vertical-align: bottom;
}
.header .header__info__tel__text {
  font-size: 14px;
  color: #0E0D6A;
  line-height: 1.1428571429;
  margin-top: 4px;
}
.header .header__info__contact {
  margin-right: 20px;
  width: min(19.2708333333vw, 370px);
  height: 75px;
}
@media screen and (max-width: 1280px) {
  .header .header__info__contact {
    width: min(28.90625vw, 370px);
  }
}
@media screen and (max-width: 992px) {
  .header .header__info__contact {
    display: none;
  }
}
.header .header__info__contact__link {
  font-size: min(1.25vw, 24px);
  color: #0E0D6A;
  background: linear-gradient(95deg, #96E8E8 0%, #47E2E2 100%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1280px) {
  .header .header__info__contact__link {
    font-size: min(1.875vw, 24px);
  }
}
@media screen and (max-width: 992px) {
  .header .header__info__contact__link {
    height: 40px;
    border-radius: 0;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
  }
}
.header .header__info__contact__link::before, .header .header__info__contact__link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
.header .header__info__contact__link::before {
  left: 10%;
  background-image: url(../images/mail_blue.svg);
}
@media screen and (min-width: 992.2px) {
  .header .header__info__contact__link::before {
    width: 26px;
    height: 19px;
  }
}
@media screen and (max-width: 992px) {
  .header .header__info__contact__link::before {
    width: 20px;
    height: 20px;
  }
}
.header .header__info__contact__link::after {
  background: none;
  top: calc(50% - 3px);
  right: 5%;
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
}
.header .header__info__contact__link:hover {
  background: transparent;
  border: 2px solid #FE4EA2;
  color: #FE4EA2;
}
.header .header__info__contact__link:hover::before {
  background-image: url(../images/mail_p.svg);
}
.header .header__info__contact__link:hover::after {
  border-top-color: #FE4EA2;
  border-right-color: #FE4EA2;
}

.header__kv {
  position: relative;
}
@media screen and (min-width: 992.2px) {
  .header__kv {
    padding-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv {
    padding-top: 50px;
    overflow: hidden;
  }
}
.header__kv:after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/title_back.jpg) no-repeat left top/cover;
  background: url(../images/title_back.webp) no-repeat left top/cover;
  content: "";
}
@media screen and (min-width: 992.2px) {
  .header__kv:after {
    height: 46%;
  }
}
@media screen and (max-width: 992px) {
  .header__kv:after {
    height: 37%;
  }
}

.header__kv__upper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 992.2px) {
  .header__kv__upper {
    margin-top: 20px;
    width: min(75.5208333333vw, 1450px);
  }
}
@media screen and (max-width: 992px) {
  .header__kv__upper {
    flex-direction: column;
    margin-top: 23px;
    width: 100%;
    max-width: 520px;
  }
}
@media screen and (max-width: 768px) {
  .header__kv__upper {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 992.2px) {
  .header__kv__upper__text {
    width: 47.86%;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__upper__text {
    width: 100%;
  }
}

.header__kv__upper__text__title {
  width: 100%;
}

.header__kv__upper__text__read01 {
  margin-top: 20px;
}
@media screen and (min-width: 992.2px) {
  .header__kv__upper__text__read01 {
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__upper__text__read01 {
    width: 100%;
  }
}

.header__kv__upper__text__read02 {
  margin-top: 14px;
}

@media screen and (min-width: 992.2px) {
  .header__kv__upper__text__read03 {
    margin-top: 20px;
    width: 70%;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__upper__text__read03 {
    margin-top: 13px;
    width: 100%;
  }
}

@media screen and (min-width: 992.2px) {
  .header__kv__upper__image {
    width: 52.06%;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__upper__image {
    width: 114%;
    margin-right: -7%;
    position: relative;
    top: -10px;
  }
}

.header__kv__upper__image__text {
  width: 84.563%;
  max-width: 630px;
  margin: 0 auto;
}

.header__kv__upper__image__img {
  max-width: 824px;
  position: relative;
}
@media screen and (min-width: 992.2px) {
  .header__kv__upper__image__img {
    width: 120%;
    left: -10%;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__upper__image__img {
    width: 100%;
    left: auto;
  }
}

@media screen and (min-width: 992.2px) {
  .header__kv__lower {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower {
    margin-top: 0;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower + .header__kv__menu {
    margin-top: 38px;
  }
}

.header__kv__lower__box {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 6px;
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__box {
    background-color: #FFFF00;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    width: min(46.3541666667vw, 890px);
    max-width: 890px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__box {
    flex-direction: column;
    background-color: transparent;
    width: 100%;
    max-width: 520px;
  }
}
.header__kv__lower__box .header__kv__lower__box__title {
  flex-shrink: 0;
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__box .header__kv__lower__box__title {
    width: 58.426%;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__box .header__kv__lower__box__title {
    width: 100%;
  }
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__box .header__kv__lower__list__wrap {
    background: #FFFF00;
    padding: 10px 12px 10px 4px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__box .header__kv__lower__list__wrap {
    margin-top: 10px;
    padding: 0;
  }
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__box .header__kv__lower__box__list {
    padding: 13px 8px;
    height: 100%;
    background-color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__box .header__kv__lower__box__list {
    padding: 0;
    height: 100%;
  }
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__box .header__kv__lower__box__list__item {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__box .header__kv__lower__box__list__item {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.header__kv__lower__box .header__kv__lower__box__list__item__red {
  color: #ED0000;
}

.header__kv__lower__contact {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__contact {
    margin-top: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact {
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__image {
  text-align: center;
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__contact .header__kv__lower__contact__image {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact .header__kv__lower__contact__image {
    width: 114%;
    margin-left: -7%;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__image__img {
  position: relative;
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__contact .header__kv__lower__contact__image__img {
    width: 116%;
    left: -8%;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact .header__kv__lower__contact__image__img {
    width: 100%;
    left: auto;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__text {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .header__kv__lower__contact .header__kv__lower__contact__text {
    padding-bottom: min(2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact .header__kv__lower__contact__text {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    margin-top: -20px;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__text__title {
  font-weight: 700;
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__contact .header__kv__lower__contact__text__title {
    font-size: min(2.5vw, 32px);
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact .header__kv__lower__contact__text__title {
    font-size: 22px;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__text__lead01 {
  font-weight: 400;
}
@media screen and (min-width: 992.2px) {
  .header__kv__lower__contact .header__kv__lower__contact__text__lead01 {
    font-size: min(1.875vw, 24px);
    line-height: 36px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact .header__kv__lower__contact__text__lead01 {
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__button {
  margin: 20px auto 0 auto;
  width: 515px;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .header__kv__lower__contact .header__kv__lower__contact__button {
    margin-top: min(1.5625vw, 20px);
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact .header__kv__lower__contact__button {
    text-align: center;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__button__link {
  background-color: #29C6C4;
  background: linear-gradient(95deg, rgb(150, 232, 232) 0%, rgb(71, 226, 226) 100%);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: #0E0D6A;
  border: none;
  font-size: min(1.875vw, 24px);
}
@media screen and (max-width: 1280px) {
  .header__kv__lower__contact .header__kv__lower__contact__button__link {
    height: min(5.46875vw, 70px);
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact .header__kv__lower__contact__button__link {
    height: 76px;
    font-size: 22px;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__button__link:before {
  left: 18%;
  background-image: url("../images/mail_blue.svg");
}
@media screen and (max-width: 1440px) {
  .header__kv__lower__contact .header__kv__lower__contact__button__link:before {
    left: 4.8611111111vw;
  }
}
@media screen and (max-width: 1280px) {
  .header__kv__lower__contact .header__kv__lower__contact__button__link:before {
    left: 3.125vw;
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact .header__kv__lower__contact__button__link:before {
    left: 11%;
    width: 25px;
    height: 25px;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__button__link:after {
  background: none;
  top: 50%;
  right: 10%;
  width: 15px;
  height: 15px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .header__kv__lower__contact .header__kv__lower__contact__button__link:after {
    width: 1.171875vw;
    height: 1.171875vw;
    right: 1.953125vw;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__lower__contact .header__kv__lower__contact__button__link:after {
    right: 10%;
  }
}
.header__kv__lower__contact .header__kv__lower__contact__button__link:hover {
  color: #FE4EA2;
  border: 2px solid #FE4EA2;
  background: #fff;
}
.header__kv__lower__contact .header__kv__lower__contact__button__link:hover:before {
  background-image: url("../images/mail_p.svg");
}

.header__kv__menu {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1280px) {
  .header__kv__menu {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .header__kv__menu {
    width: 90%;
  }
}

.header__kv__menu__title {
  text-align: center;
  position: relative;
  line-height: 1.3;
}
@media screen and (min-width: 992.2px) {
  .header__kv__menu__title + .header__kv__menu__list {
    margin-top: 24px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__menu__title + .header__kv__menu__list {
    margin-top: 16px;
  }
}

.header__kv__menu__text__wrap:before, .header__kv__menu__text__wrap:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #666666;
  left: 0;
  transform: translateY(-50%);
}
.header__kv__menu__text__wrap:before {
  top: calc(50% - 2px);
}
.header__kv__menu__text__wrap:after {
  top: calc(50% + 2px);
}

.header__kv__menu__text {
  color: #333;
  background: #fff;
  font-weight: 600;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992.2px) {
  .header__kv__menu__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__menu__text {
    font-size: 16px;
  }
}

.header__kv__menu__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992.2px) {
  .header__kv__menu__list {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__menu__list {
    flex-wrap: wrap;
    -moz-column-gap: 7px;
         column-gap: 7px;
    row-gap: 6px;
  }
}

.header__kv__menu__list__item {
  flex: 1;
}
@media screen and (min-width: 992.2px) {
  .header__kv__menu__list__item {
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__menu__list__item {
    flex-basis: calc(50% - 3.5px);
    height: 68px;
  }
}

.header__kv__menu__list__link {
  background: linear-gradient(99deg, rgb(150, 232, 232) 0%, rgb(71, 226, 226) 100%);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.header__kv__menu__list__link:before {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 45%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #0E0D6A;
  border-right: 3px solid #0E0D6A;
  transform: rotate(135deg) translateX(50%);
}
.header__kv__menu__list__link:hover {
  background: #fff;
  border: 1px solid #FE4EA2;
}
.header__kv__menu__list__link:hover:before {
  border-top-color: #FE4EA2;
  border-right-color: #FE4EA2;
}
.header__kv__menu__list__link:hover .header__kv__menu__list__link__text {
  color: #FE4EA2;
}

.header__kv__menu__list__link__text {
  color: #0E0D6A;
  font-weight: 600;
  text-align: center;
  padding-bottom: 6px;
}
@media screen and (min-width: 992.2px) {
  .header__kv__menu__list__link__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .header__kv__menu__list__link__text {
    font-size: 15px;
  }
}
.header__kv__menu__list__link__text .header__kv__menu__mini {
  font-size: 13px;
}

.global-nav {
  z-index: 4;
  display: block;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  width: 400px;
  max-width: 87%;
  height: 100%;
  padding: 0 20px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s;
  opacity: 0;
}

.global-nav__inner {
  flex-wrap: wrap;
}
.global-nav__inner .global-nav__list {
  margin-top: 15px;
  width: 100%;
}
.global-nav__inner .global-nav__list .global-nav__list {
  width: 100%;
}
.global-nav__inner .global-nav__list a {
  display: block;
  padding: 15px 10px;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_b.svg);
  background-size: 10px auto;
  background-position: right 10px center;
}
.global-nav__inner .global-nav__list a .small {
  font-size: 14px;
  display: block;
  margin-top: 3px;
}
.global-nav__inner .global-nav__list + .global-nav__button {
  margin-top: 20px;
}

.global-nav__button .link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  height: 72px;
}
.global-nav__button .link + .text {
  margin-top: 4px;
}
.global-nav__button.button-type01 .link {
  background: #FF883E;
}
.global-nav__button.button-type02 .link {
  background: #29C6C4;
}
.global-nav__button .text {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 1.23;
}
.global-nav__button + .global-nav__button {
  margin-top: 40px;
}

.open .global-nav {
  left: 0;
  opacity: 1;
}

.toggle_btn__wrapper {
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0F68EC;
  cursor: pointer;
}
@media screen and (min-width: 992.2px) {
  .toggle_btn__wrapper {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 992px) {
  .toggle_btn__wrapper {
    width: 50px;
    height: 50px;
  }
}

.toggle_btn {
  position: relative;
  cursor: pointer;
  background: none;
  box-shadow: none;
  border: none;
}
@media screen and (min-width: 992.2px) {
  .toggle_btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 992px) {
  .toggle_btn {
    width: 40px;
    height: 40px;
  }
}

.toggle-bar {
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
}
@media screen and (min-width: 992.2px) {
  .toggle-bar {
    left: 10px;
    width: 30px;
    height: 2px;
  }
}
@media screen and (max-width: 992px) {
  .toggle-bar {
    left: 5px;
    width: 30px;
    height: 2px;
  }
}

@media screen and (min-width: 992.2px) {
  .toggle-bar__first {
    top: 14px;
  }
}
@media screen and (max-width: 992px) {
  .toggle-bar__first {
    top: 9px;
  }
}

@media screen and (min-width: 992.2px) {
  .toggle-bar__second {
    top: 24px;
  }
}
@media screen and (max-width: 992px) {
  .toggle-bar__second {
    top: 19px;
  }
}

@media screen and (min-width: 992.2px) {
  .toggle-bar__third {
    bottom: 14px;
  }
}
@media screen and (max-width: 992px) {
  .toggle-bar__third {
    bottom: 9px;
  }
}

#mask {
  z-index: 3;
  display: none;
  transition: all 0.5s;
}

.open .toggle_btn {
  transform: rotate(360deg);
  background-color: transparent;
}
.open .toggle_btn .toggle-bar.toggle-bar__first, .open .toggle_btn .toggle-bar.toggle-bar__third {
  width: 16px;
}
.open .toggle_btn .toggle-bar.toggle-bar__first {
  transform: translate(-1px, 4px) rotate(-45deg);
}
.open .toggle_btn .toggle-bar.toggle-bar__third {
  transform: translate(-1px, -4px) rotate(45deg);
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

.hitsuyou {
  position: relative;
}
.hitsuyou::after {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 180%;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/back_R.svg);
  content: "";
}
@media screen and (min-width: 992.2px) {
  .hitsuyou__title {
    width: 306px;
    height: 115px;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou__title {
    margin: 0 auto;
    width: 90%;
    height: 75px;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou__item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992.2px) {
  .hitsuyou__item__li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou__item__li {
    margin-top: 10px;
  }
}
.hitsuyou__item_inner {
  height: 100%;
  border: 1px solid #FE4EA2;
  background-color: #fff;
}
@media screen and (min-width: 992.2px) {
  .hitsuyou__item_inner {
    padding: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou__item_inner {
    position: relative;
    padding: 10px;
    border-radius: 10px;
  }
}
.hitsuyou__item_title {
  display: flex;
  align-items: center;
  color: #FE4EA2;
}
@media screen and (min-width: 992.2px) {
  .hitsuyou__item_title {
    font-size: 22px;
    font-weight: 600;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou__item_title {
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (min-width: 992.2px) {
  .hitsuyou__item_title img {
    width: 40px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou__item_title img {
    width: 30px;
    margin-right: 5px;
  }
}
.hitsuyou__item_text1 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FE4EA2;
  border-radius: 50px;
  font-weight: 600;
  color: #FE4EA2;
}
@media screen and (min-width: 992.2px) {
  .hitsuyou__item_text1 {
    font-size: 18px;
    margin-top: 10px;
    width: 100px;
    height: 37px;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou__item_text1 {
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin-top: 0;
    width: 70px;
    height: 26px;
  }
}
.hitsuyou__item_text2 {
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (min-width: 992.2px) {
  .hitsuyou__item_text2 {
    font-size: 18px;
    line-height: 31px;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou__item_text2 {
    font-size: 14px;
    line-height: 24px;
  }
}
.hitsuyou__item_text2 span {
  font-weight: 600;
}
.hitsuyou__item .kome {
  margin-top: 10px;
  color: #FF0000;
}
.hitsuyou.purple::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -60%;
  width: 40%;
  height: 180%;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/back_L.svg);
  content: "";
}
.hitsuyou.purple .hitsuyou__title {
  width: 320px;
}
@media screen and (min-width: 992.2px) {
  .hitsuyou.purple .hitsuyou__title {
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou.purple .hitsuyou__title {
    height: 50px;
    width: 90%;
  }
}
.hitsuyou.purple .hitsuyou__item_inner {
  border: 1px solid #9F2AE1;
}
.hitsuyou.purple .hitsuyou__item_title {
  color: #9F2AE1;
}
@media screen and (max-width: 992px) {
  .hitsuyou.purple .hitsuyou__item_title {
    width: auto;
    height: auto;
  }
}
.hitsuyou.purple .hitsuyou__item_text1 {
  border: 1px solid #9F2AE1;
  color: #9F2AE1;
}
.hitsuyou.purple .hitsuyou__item_text2 {
  color: #333;
}
.hitsuyou.purple .hitsuyou__item_text3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 50px;
  font-weight: 600;
  color: #707070;
}
@media screen and (min-width: 992.2px) {
  .hitsuyou.purple .hitsuyou__item_text3 {
    font-size: 18px;
    margin-top: 10px;
    width: 250px;
    height: 37px;
  }
}
@media screen and (max-width: 992px) {
  .hitsuyou.purple .hitsuyou__item_text3 {
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin-top: 0;
    padding: 0 5px;
    width: auto;
    height: 26px;
  }
}
.hitsuyou.purple .hitsuyou__item .kome {
  color: #333;
}

.hiyou {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .hiyou {
    background-position: center top 40px;
  }
}
.hiyou.is-intersected {
  background-image: url(../images/dounyu_back.jpg);
  background-image: url(../images/dounyu_back.webp);
}
.hiyou .hiyou__title {
  position: relative;
  font-weight: 700;
  line-height: 41px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__title {
    font-size: 20px;
  }
}
.hiyou .hiyou__title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/line1.svg);
  content: "";
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__title::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__title::after {
    bottom: -20px;
  }
}
.hiyou .hiyou__text1 {
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__text1 {
    margin-top: 80px;
    font-size: 24px;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__text1 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
  }
}
.hiyou .hiyou__text2 {
  text-align: center;
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__text2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__text2 {
    margin-top: 20px;
  }
}
.hiyou .hiyou__text2__inner {
  position: relative;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__text2__inner {
    padding: 0 85px;
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__text2__inner {
    padding: 0 50px;
    font-size: 16px;
  }
}
.hiyou .hiyou__text2__inner::before, .hiyou .hiyou__text2__inner::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  content: "";
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__text2__inner::before, .hiyou .hiyou__text2__inner::after {
    width: 65px;
    height: 4px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__text2__inner::before, .hiyou .hiyou__text2__inner::after {
    width: 35px;
    height: 3px;
  }
}
.hiyou .hiyou__text2__inner::before {
  left: 0;
}
.hiyou .hiyou__text2__inner::after {
  right: 0;
}
.hiyou .hiyou__item {
  width: 1020px;
  max-width: 100%;
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__item {
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__item {
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.hiyou .hiyou__item_inner {
  height: 100%;
  background: #fff;
}
.hiyou .hiyou__item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__item_title {
    height: 60px;
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__item_title {
    height: 38px;
    font-size: 16px;
  }
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__item_body {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__item_body {
    padding: 10px;
  }
}
.hiyou .hiyou__item_body_title {
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__item_body_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__item_body_title {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__list {
    margin-top: 10px;
    padding: 0;
  }
}
.hiyou .hiyou__list__item {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__list__item {
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__list__item {
    font-size: 13px;
    line-height: 23px;
  }
}
.hiyou .hiyou__list__item__img {
  margin-top: 10px;
}
@media screen and (min-width: 992.2px) {
  .hiyou .hiyou__list__item__img {
    margin-right: 10px;
    width: 23px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__list__item__img {
    margin-right: 5px;
    width: 10px;
  }
}
@media screen and (max-width: 992px) {
  .hiyou .hiyou__list__upper {
    width: 48%;
    padding: 0;
  }
}
.hiyou .hiyou__list__upper:first-child .hiyou__item_title {
  background-color: #0F68EC;
}
.hiyou .hiyou__list__upper:first-child .hiyou__item_body_title {
  color: #0F68EC;
}
.hiyou .hiyou__list__upper:last-child .hiyou__item_title {
  background-color: #FE4EA2;
}
.hiyou .hiyou__list__upper:last-child .hiyou__item_body_title {
  color: #FE4EA2;
}

.kishu {
  background: transparent linear-gradient(124deg, #FE4EA2 0%, #9F2AE1 47%, #0F68EC 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 992px) {
  .kishu {
    background-position: center top 40px;
  }
}
.kishu .kishu__title {
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__title {
    font-size: 24px;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__title {
    font-size: 16px;
    line-height: 27px;
  }
}
.kishu .kishu__title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/line2.svg);
  content: "";
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__title::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__title::after {
    bottom: -20px;
  }
}
.kishu .kishu__title__main {
  display: block;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__title__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__title__main {
    font-size: 20px;
  }
}
.kishu .kishu__item__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__item__list {
    margin-top: 108px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 35px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item__list {
    justify-content: space-between;
    margin: 46px auto 0;
    width: calc(100% - 40px);
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 12px;
  }
}
.kishu .kishu__item__wrap {
  width: calc(25% - 12px);
  padding: 0;
}
@media screen and (max-width: 1280px) {
  .kishu .kishu__item__wrap {
    width: calc(33% - 10.67px);
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item__wrap {
    padding: 0;
    width: calc(50% - 5px);
  }
}
.kishu .kishu__item__wrap:nth-child(4n) .kishu__item_img1 {
  width: 190px;
}
.kishu .kishu__item__wrap:nth-child(5) .kishu__item_img1 {
  width: 220px;
}
.kishu .kishu__item_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3019607843);
  color: #FE4EA2;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__item_inner {
    padding: 40px 16px 20px 16px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_inner {
    padding: 10px 5px;
    border-radius: 6px;
  }
}
.kishu .kishu__item_img1 {
  margin: 0 auto;
  width: 210px;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_img1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 80%;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kishu .kishu__item_img1 {
    height: 60px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_img1__img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.kishu .kishu__item_img2 {
  position: absolute;
  right: 0;
  width: 138px;
  opacity: 0.9;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__item_img2 {
    top: 105px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_img2 {
    top: 80px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kishu .kishu__item_img2 {
    top: 60px;
  }
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__item_text1 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 500;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_text1 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4285714286;
  }
}
.kishu .kishu__item_text2 {
  margin-top: auto;
  font-weight: 400;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__item_text2 {
    font-size: 14px;
    line-height: 1.1428571429;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_text2 {
    font-size: 12px;
    line-height: 1.1666666667;
  }
}
.kishu .kishu__item_text3 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FE4EA2;
  border-radius: 30px;
  font-weight: 700;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__item_text3 {
    font-size: 16px;
    margin-top: 5px;
    height: 30px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_text3 {
    font-size: 12px;
    margin-top: 8px;
    height: 22px;
  }
}
.kishu .kishu__item_text4 {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  line-height: 1.1666666667;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__item_text4 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_text4 {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__item_text4__number {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_text4__number {
    font-size: 17px;
  }
}
.kishu .kishu__item_text5 {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__item_text5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__item_text5 {
    font-size: 14px;
  }
}
.kishu .kishu__annotation {
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .kishu .kishu__annotation {
    font-size: 15px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .kishu .kishu__annotation {
    font-size: 12px;
    margin: 5px 20px;
  }
}
@media screen and (max-width: 992px) {
  .kishu .container-fluid {
    padding: 0;
  }
}

.marugoto {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992.2px) {
  .marugoto {
    background-image: url(../images/marugoto_back.jpg);
    background-image: url(../images/marugoto_back.webp);
  }
}
@media screen and (max-width: 992px) {
  .marugoto {
    padding-top: 40px;
  }
}
@media screen and (min-width: 992.2px) {
  .marugoto__item1 {
    margin-left: 10%;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item1 {
    margin-left: 0;
    padding-top: 60px;
    padding-bottom: 10px;
    padding-right: 5%;
    padding-left: 5%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/marugoto_back.jpg);
    background-image: url(../images/marugoto_back.webp);
    background-size: cover;
  }
}
.marugoto__item1_text1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: #fff;
  border: 3px solid #FE4EA2;
  color: #FE4EA2;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item1_text1 {
    font-size: 20px;
    width: 255px;
    height: 60px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item1_text1 {
    font-size: 16px;
    width: 220px;
    height: 40px;
    border-radius: 50px;
  }
}
.marugoto__item1_text1::before, .marugoto__item1_text1::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #FE4EA2;
  content: "";
}
.marugoto__item1_text1::before {
  border-top: 8px solid #FE4EA2;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item1_text1::before {
    top: 100%;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item1_text1::before {
    top: 103%;
  }
}
.marugoto__item1_text1::after {
  border-top: 8px solid #fff;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item1_text1::after {
    top: 95%;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item1_text1::after {
    top: 95%;
  }
}
@media screen and (min-width: 992.2px) {
  .marugoto__item1_text2 {
    margin-top: 20px;
    width: 550px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item1_text2 {
    margin-top: 10px;
    width: 75%;
  }
}
.marugoto__item1_text3 {
  font-weight: 500;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item1_text3 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item1_text3 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item1_text3 br {
    display: none;
  }
}
.marugoto__item2 {
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item2 {
    width: 620px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item2 {
    padding-right: 5%;
    padding-left: 5%;
    width: 100%;
  }
}
@media screen and (min-width: 992.2px) {
  .marugoto__item2 img {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item2 img {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3 {
    margin-top: 10px;
    padding-right: 5%;
    padding-left: 5%;
  }
}
.marugoto__item3_inner {
  background-color: #fff;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_inner {
    padding: 20px 28px 40px 28px;
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_inner {
    padding: 20px 10px;
    height: auto;
  }
}
.marugoto__item3_text1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FE4EA2;
  border-radius: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text1 {
    font-size: 22px;
    margin-top: 20px;
    height: 38px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text1 {
    font-size: 16px;
    margin-top: 0;
    width: 100%;
    height: 25px;
  }
}
.marugoto__item3_text2 {
  margin-top: 20px;
  font-weight: 400;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text2 {
    font-size: 18px;
  }
}
.marugoto__item3_text3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9F2AE1;
  border-radius: 50px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text3 {
    font-size: 22px;
    margin-top: 20px;
    height: 75px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text3 {
    font-size: 16px;
    margin-top: 0;
    width: 100%;
    height: 25px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text3 br {
    display: none;
  }
}
.marugoto__item3_text4 {
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text4 br {
    display: none;
  }
}
.marugoto__item3_text5 {
  margin-top: 14px;
  font-weight: 700;
  color: #9F2AE1;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text5 {
    font-size: 60px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text5 {
    font-size: 42px;
  }
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text5 span {
    font-size: 85px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text5 span {
    font-size: 60px;
  }
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text5 sub {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text5 sub {
    font-size: 28px;
  }
}
.marugoto__item3_text6 {
  display: flex;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text6 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text6 {
    margin-top: 0;
  }
}
.marugoto__item3_text6_icon {
  margin-top: 5px;
  margin-right: 10px;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text6_icon {
    width: 20px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text6_icon {
    width: 16px;
  }
}
.marugoto__item3_text6_text {
  flex: 1;
  font-weight: 500;
}
@media screen and (min-width: 992.2px) {
  .marugoto__item3_text6_text {
    font-size: 18px;
    line-height: 31px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3_text6_text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .marugoto__item3 .marugoto__item3__li {
    margin-top: 10px;
    padding: 0;
  }
}
.marugoto__item3 .marugoto__item3__li-01 .marugoto__item3_inner {
  border-color: #FE4EA2;
}
@media screen and (max-width: 992px) {
  .marugoto__item3 .marugoto__item3__li-01 .marugoto__item3_inner {
    display: flex;
    justify-content: space-between;
  }
}
.marugoto__item3 .marugoto__item3__li-02 .marugoto__item3_inner {
  border-color: #9F2AE1;
}
.marugoto__item3 .marugoto__item3__li-03 .marugoto__item3_inner {
  border-color: #0F68EC;
}
@media screen and (max-width: 992px) {
  .marugoto__item3 .marugoto__item3__wrap {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 992.2px) {
  .marugoto .kome {
    margin-top: 10px;
    margin-left: 11%;
  }
}
@media screen and (max-width: 992px) {
  .marugoto .kome {
    margin-top: 10px;
    margin-left: 0;
    padding-right: 5%;
    padding-left: 5%;
  }
}

.merit {
  position: relative;
}
@media screen and (min-width: 992.2px) {
  .merit::after {
    z-index: -1;
    position: absolute;
    left: 0;
    top: -80%;
    width: 30%;
    height: 160%;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/back_L.svg);
    content: "";
  }
}
.merit__title {
  position: relative;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 992.2px) {
  .merit__title {
    font-size: 24px;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px) {
  .merit__title {
    font-size: 16px;
    line-height: 27px;
  }
}
.merit__title::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/line1.svg);
  content: "";
}
@media screen and (min-width: 992.2px) {
  .merit__title::after {
    bottom: -40px;
  }
}
@media screen and (max-width: 992px) {
  .merit__title::after {
    bottom: -20px;
  }
}
.merit .merit__title__main {
  display: block;
}
@media screen and (min-width: 992.2px) {
  .merit .merit__title__main {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .merit .merit__title__main {
    font-size: 20px;
  }
}
@media screen and (min-width: 992.2px) {
  .merit__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .merit__item {
    margin-top: 30px;
  }
}
.merit__item_inner {
  border-width: 1px;
  border-style: solid;
}
@media screen and (min-width: 992.2px) {
  .merit__item_inner {
    padding: 30px;
    height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .merit__item_inner {
    padding: 10px;
    height: auto;
  }
}
.merit__item_title {
  margin: 0 auto;
}
@media screen and (min-width: 992.2px) {
  .merit__item_title {
    width: 60%;
  }
}
@media screen and (max-width: 992px) {
  .merit__item_title {
    width: 40%;
  }
}
.merit__item_text {
  font-weight: 600;
}
@media screen and (min-width: 992.2px) {
  .merit__item_text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 31px;
  }
}
@media screen and (max-width: 992px) {
  .merit__item_text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .merit .merit__item__li {
    margin-top: 10px;
  }
}
.merit .merit__item__li-01 .merit__item_inner {
  border-color: #FE4EA2;
}
.merit .merit__item__li-02 .merit__item_inner {
  border-color: #9F2AE1;
}
.merit .merit__item__li-03 .merit__item_inner {
  border-color: #0F68EC;
}

.set {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .set {
    background-position: center top 40px;
  }
}
.set.is-intersected {
  background-image: url(../images/set_back.jpg);
  background-image: url(../images/set_back.webp);
}
@media screen and (min-width: 992.2px) {
  .set .set__box {
    width: 600px;
    padding: 40px;
    background-color: #fff;
  }
}
@media screen and (max-width: 992px) {
  .set .set__box {
    margin-left: 0;
    padding: 0;
    width: 100%;
    background-color: transparent;
  }
}
.set .set__title {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 992.2px) {
  .set .set__title {
    font-size: 24px;
    line-height: 41px;
  }
}
@media screen and (max-width: 992px) {
  .set .set__title {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    color: #fff;
  }
}
.set .set__title::after {
  position: absolute;
  width: 100px;
  height: 4px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 992.2px) {
  .set .set__title::after {
    left: 0;
    bottom: -40px;
    background-image: url(../images/line1.svg);
  }
}
@media screen and (max-width: 992px) {
  .set .set__title::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background-image: url(../images/line2.svg);
  }
}
@media screen and (min-width: 992.2px) {
  .set .set__list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .set .set__list {
    margin: 40px auto 0 auto;
    padding: 20px;
    width: 90%;
    background-color: #fff;
  }
}
.set .set__list__item {
  font-weight: 500;
}
@media screen and (min-width: 992.2px) {
  .set .set__list__item {
    font-size: 20px;
    line-height: 38px;
  }
}
@media screen and (max-width: 992px) {
  .set .set__list__item {
    font-size: 14px;
    line-height: 24px;
  }
}

.speedy {
  background-size: cover;
}
@media screen and (min-width: 992.2px) {
  .speedy {
    background-image: url(../images/speedy_back1.jpg);
    background-image: url(../images/speedy_back1.webp);
  }
}
@media screen and (max-width: 992px) {
  .speedy {
    background-image: url(../images/speedy_back2.jpg);
    background-image: url(../images/speedy_back2.webp);
    background-position: right center;
    margin-top: 0;
    padding: 20px;
  }
}
.speedy__inner {
  background-color: white;
  text-align: center;
}
@media screen and (min-width: 992.2px) {
  .speedy__inner {
    margin-left: 10%;
    padding: 40px;
    width: 540px;
  }
}
@media screen and (max-width: 992px) {
  .speedy__inner {
    margin-left: 0;
    padding: 10px;
    width: 70%;
  }
}
.speedy__icon {
  margin: 0 auto;
}
@media screen and (min-width: 992.2px) {
  .speedy__icon {
    width: 140px;
  }
}
@media screen and (max-width: 992px) {
  .speedy__icon {
    width: 70px;
  }
}
@media screen and (min-width: 992.2px) {
  .speedy__text1 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .speedy__text1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
  }
}
.speedy__text2 {
  font-weight: 700;
  color: #FE4EA2;
}
@media screen and (min-width: 992.2px) {
  .speedy__text2 {
    font-size: 42px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .speedy__text2 {
    font-size: 22px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */