<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: none;
}

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

/* =====================
  base
===================== */
* {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 7px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

img,
svg {
  display: inline-block;
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

p {
  line-height: 1.4;
}

.wrapper {
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.wrapper.is-load {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

.js-popup,
.js-popup-mv {
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.5s ease-out;
}
.js-popup.fade-in,
.js-popup-mv.fade-in {
  transform: translate(0);
}
.js-popup.slide-up,
.js-popup-mv.slide-up {
  transform: translateY(40px);
}
.js-popup.slide-left,
.js-popup-mv.slide-left {
  transform: translateX(-40px);
}

.l-footer {
  position: relative;
  background: #f7f0f3;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3.4rem 0 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 3.4rem 0 2.8rem;
  }
}
.l-footer__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 3.4rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 3.4rem 0 0;
  }
}
.l-footer__inner::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: calc(100% - 40px);
  max-width: 1682px;
  height: 1px;
  margin: auto;
  content: "";
  background: #707070;
}
.l-footer__nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    flex-wrap: wrap;
    max-width: 250px;
    margin: 0 auto;
  }
}
.l-footer__nav__item {
  padding: 0 1em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-footer__nav__item:not(:first-of-type) {
    border-left: 1px solid #393939;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__item:not(:nth-of-type(2n + 1)) {
    border-left: 1px solid #393939;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav__item:nth-of-type(n + 3) {
    margin-top: 8px;
  }
}
.l-footer__copy {
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    margin-top: 3.3rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1800px;
  margin: auto;
}
.l-header::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  content: "";
  background: linear-gradient(180deg, white 0%, white 58%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .l-header::after {
    height: 7.4rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header::after {
    height: 12.9rem;
  }
}
.l-header__logo {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 94px;
    margin-top: 13px;
    margin-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 18.6rem;
    margin-top: 2.8rem;
    margin-left: 4rem;
  }
}
.l-header__logo__link {
  display: block;
}
.l-header__content {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-header__content {
    width: 155px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__content {
    width: 93.3rem;
  }
}

.l-section {
  position: relative;
  z-index: 1;
}
.l-section__inner {
  max-width: 1192px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-apply {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-apply {
    padding: 58px 18px 100px;
  }
}
@media screen and (min-width: 768px) {
  .c-apply {
    display: flex;
    padding: 2.8rem 0 24rem;
  }
}
@media screen and (min-width: 768px) {
  .c-apply__text-area {
    width: 60%;
  }
}
.c-apply__title__main {
  display: block;
  line-height: 1.26;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-apply__title__main {
    font-size: 27px;
  }
}
@media screen and (min-width: 768px) {
  .c-apply__title__main {
    font-size: 5.2rem;
  }
}
.c-apply__title__sub {
  display: block;
  color: #a47a43;
  letter-spacing: 0.103em;
}
@media screen and (max-width: 767px) {
  .c-apply__title__sub {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-apply__title__sub {
    margin-top: 2rem;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-apply__link {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c-apply__link {
    width: 31.66%;
  }
}

.c-box {
  position: relative;
  width: 100%;
  max-width: 1056px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ad3f6b;
}
@media screen and (max-width: 767px) {
  .c-box {
    padding: 23px 18px;
    border-radius: 26px;
  }
}
@media screen and (min-width: 768px) {
  .c-box {
    padding: 6.5rem 4.8rem;
    border-radius: 5.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-point2 + .c-box {
    margin-top: 26px;
  }
}
@media screen and (min-width: 768px) {
  .c-point2 + .c-box {
    margin-top: 5.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-box__list__item {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-box__list__item:not(:first-of-type) {
    margin-top: 38px;
  }
}
@media screen and (min-width: 768px) {
  .c-box__list__item:not(:first-of-type) {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-box__list__img {
    width: 100%;
    max-width: 262px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c-box__list__img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .c-box__list__text-area {
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .c-box__list__text-area {
    width: 56.4%;
  }
}
.c-box__list__text:not(:first-of-type) {
  margin-top: 1em;
}
.c-box__contents {
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .c-box__contents {
    padding-top: 8.1rem;
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-box__contents {
    padding-top: 8.1rem;
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-box__contents__img {
    margin-top: 2.6rem;
    text-align: center;
  }
  .c-box__contents__img__8 img {
    width: 188px;
  }
}
@media screen and (min-width: 768px) {
  .c-box__contents__img {
    margin-top: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-box__contents__img__10 {
    text-align: center;
  }
  .c-box__contents__img__10 img {
    max-width: 80.3%;
  }
}
@media screen and (max-width: 767px) {
  .c-box__contents__item:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-box__contents__item:not(:first-of-type) {
    margin-top: 10.1rem;
  }
}

.c-commitment {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-commitment {
    padding-top: 87px;
    margin-top: 101px;
  }
}
@media screen and (min-width: 768px) {
  .c-commitment {
    padding-top: 22rem;
    margin-top: 220px;
  }
}
.c-commitment .c-title__h4__4 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-commitment .c-title__h4__4 {
    top: -84px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .c-commitment .c-title__h4__4__en {
    line-height: 0.8;
  }
  .c-commitment .c-title__h4__4__jp {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .c-commitment .c-title__h4__4 {
    top: -4.4rem;
  }
}
.c-commitment__content {
  position: relative;
  z-index: 1;
  display: flex;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-commitment__content {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .c-commitment__content {
    flex-direction: row-reverse;
    justify-content: flex-end;
    max-width: 1556px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-commitment__img {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  .c-commitment__img img {
    width: 319px;
  }
}
@media screen and (min-width: 768px) {
  .c-commitment__img {
    width: 58.39%;
  }
}
@media screen and (max-width: 767px) {
  .c-commitment__text-area {
    padding: 0 38px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .c-commitment__text-area {
    width: 33.2%;
    margin-left: 8.41%;
  }
}

.c-flow {
  max-width: 1152px;
}
@media screen and (max-width: 767px) {
  .u-text__lead + .c-flow {
    margin-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  .u-text__lead + .c-flow {
    margin-top: 5.6rem;
  }
}
.c-flow__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flow__item:not(:first-of-type) .c-flow__main {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__item:not(:first-of-type) .c-flow__main {
    margin-top: 12.9rem;
  }
}
.c-flow__item.c-flow__item__1 {
  position: relative;
  z-index: 1;
}
.c-flow__item.c-flow__item__2 {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-flow__item.c-flow__item__2 {
    margin-top: -3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__item.c-flow__item__2 {
    margin-top: -3.2rem;
  }
}
.c-flow__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 3.2rem), 50% 100%, 0 calc(100% - 3.2rem), 0 0);
          clip-path: polygon(100% 0, 100% calc(100% - 3.2rem), 50% 100%, 0 calc(100% - 3.2rem), 0 0);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c-flow__title {
    width: 48px;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__title {
    width: 8.3%;
  }
}
.c-flow__title__text {
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .c-flow__title__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__title__text {
    font-size: 2.4rem;
  }
}
.c-flow__item__1 .c-flow__title {
  color: #aa9678;
  background: #faf9f8;
}
.c-flow__item__2 .c-flow__title {
  color: #ad3f6b;
  background: #f7f0f3;
}
@media screen and (max-width: 767px) {
  .c-flow__main {
    width: calc(100% - 62px);
  }
}
@media screen and (min-width: 768px) {
  .c-flow__main {
    width: 87.3%;
  }
}
.c-flow__main__item {
  background: #fff;
  border: 1px solid #aa9678;
}
@media screen and (max-width: 767px) {
  .c-flow__main__item {
    padding: 0 15px;
    border-radius: 11px;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__main__item {
    display: flex;
    align-items: center;
    padding: 17px 0;
    border-radius: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__main__item:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__main__item:not(:first-of-type) {
    margin-top: 18px;
  }
}
.c-flow__main__title {
  line-height: 1.41;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-flow__main__title {
    padding: 22px 0 20px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__main__title {
    width: 30%;
    padding-left: 4.2%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__main__content {
    padding: 16px 0 20px;
    font-size: 14px;
    border-top: 1px solid #aa9678;
  }
}
@media screen and (min-width: 768px) {
  .c-flow__main__content {
    width: 70%;
    padding-left: 3.3%;
    border-left: 1px solid #aa9678;
  }
}

@media screen and (max-width: 767px) {
  .c-form__item:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__item:not(:first-of-type) {
    margin-top: 3.5rem;
  }
}
.c-form__item__columns2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form__item__columns2 .c-form__item__columns {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .c-form__item__columns2 .c-form__item__columns {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item__columns1__sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item__columns1__sp .c-form__item__columns {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item__columns1__sp .c-form__item__columns:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__content {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__confirm {
    padding: 1.4rem 2.6rem;
    border: 1px solid #d1d1d1;
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form__content__confirm {
    padding: 1.4rem 2.6rem;
    border: 1px solid #d1d1d1;
    border-radius: 0.8rem;
  }
}
.c-form__input {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 767px) {
  .c-form__input {
    padding: 13px 15px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__input {
    padding: 1.4rem 2.6rem;
    border-radius: 0.8rem;
  }
}
.c-form__input:-ms-input-placeholder {
  color: #c3c3c3;
}
.c-form__input::placeholder {
  color: #c3c3c3;
}
@media screen and (max-width: 767px) {
  .c-form__textarea {
    height: 262px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__textarea {
    height: 22rem;
  }
}
.c-form__label {
  display: flex;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__checkbox__item:not(:first-of-type) {
    margin-top: 7px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__checkbox__item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form__child {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form__child {
    margin-top: 1.6rem;
  }
}
.c-form__child__title {
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-form__child__title {
    padding-left: 6px;
    line-height: 1.42;
  }
}
@media screen and (min-width: 768px) {
  .c-form__child__title {
    padding-left: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form__child__content {
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form__child__content {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form__child__label:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form__child__label:not(:first-of-type) {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form__radio__item:not(:first-of-type) {
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__radio__item:not(:first-of-type) {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form__radio__child .c-form__child__content {
    padding-left: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form__radio__child .c-form__child__content {
    padding-left: 1.3rem;
  }
}
.c-form__privacy {
  background: #fffafc;
}
@media screen and (max-width: 767px) {
  .c-form__privacy {
    padding: 28px 15px 22px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__privacy {
    padding: 3.5rem 3rem 6.7rem;
    margin-top: 5.2rem;
  }
}
.c-form__privacy__main {
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 767px) {
  .c-form__privacy__main {
    height: 232px;
    padding: 6px 10px;
    margin-top: 17px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__privacy__main {
    height: 60rem;
    padding: 3.5rem 3rem;
    margin-top: 3.8rem;
    border-radius: 0.8rem;
  }
}
.c-form__privacy__check {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__privacy__check {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__privacy__check {
    margin-top: 3.6rem;
  }
}
.c-form__privacy__check .c-form__label {
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .c-form__link {
    display: block;
    width: 200px;
    margin: 50px auto 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .c-form__link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form__link form:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__link form:not(:first-of-type) {
    margin-right: 2rem;
  }
}
.c-form__btn {
  display: inline-flex;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  letter-spacing: 0.05em;
  cursor: pointer;
  background: #ad3f6b;
  border: none;
  transition: background 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  .c-form__btn {
    width: 200px;
    height: 50px;
    font-size: 13px;
    border-radius: 7px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn {
    width: 40rem;
    height: 8.3rem;
    font-size: 2rem;
    border-radius: 1.5rem;
  }
  .c-form__btn:hover {
    background: #c35c85;
  }
}
.c-form__btn:disabled {
  pointer-events: none;
  background: #ddd;
}
.c-form__btn__back {
  background: #aaa;
}
@media screen and (max-width: 767px) {
  .c-form__btn__back {
    width: 66px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn__back {
    width: 24rem;
  }
  .c-form__btn__back:hover {
    background: #c4c4c4;
  }
}

.c-introduction {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-box + .c-introduction {
    margin-top: 13.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-box + .c-introduction {
    margin-top: 13.2rem;
  }
}
.c-introduction__contents {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-introduction__contents {
    padding-left: 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h4__3 + .c-introduction__contents {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__3 + .c-introduction__contents {
    margin-top: 6.3rem;
  }
}
.c-introduction__contents .swiper-button {
  position: absolute;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-introduction__contents .swiper-button {
    top: -45px;
    right: 0;
    width: 119px;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__contents .swiper-button {
    bottom: 6.9rem;
    left: -6.2rem;
    width: 17.6rem;
  }
}
.c-introduction__contents .swiper-button-prev, .c-introduction__contents .swiper-button-next {
  position: relative;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ad3f6b;
  background: #fff;
  border: 3px solid #ad3f6b;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-introduction__contents .swiper-button-prev, .c-introduction__contents .swiper-button-next {
    width: 58px;
    height: 58px;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__contents .swiper-button-prev, .c-introduction__contents .swiper-button-next {
    width: 8.5rem;
    height: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-introduction__contents .swiper-button-prev::after, .c-introduction__contents .swiper-button-next::after {
    font-size: 2rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__contents .swiper-button-prev::after, .c-introduction__contents .swiper-button-next::after {
    font-size: 2rem;
    font-weight: 700;
  }
}
.c-introduction .swiper-slide {
  max-width: 960px;
}
.c-introduction__item {
  width: 100%;
  background: #fff;
  border: 1px solid #ad3f6b;
}
@media screen and (max-width: 767px) {
  .c-introduction__item {
    padding: 33px 20px;
    border-radius: 22px;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__item {
    padding: 7.8rem 5.8rem;
    border-radius: 4.4rem;
  }
}
.c-introduction__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-introduction__info__img {
  width: 24.9%;
  text-align: center;
}
.c-introduction__info__text-area {
  width: 71.8%;
}
@media screen and (max-width: 767px) {
  .c-introduction__info__name {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__info__name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-introduction__info__tag {
    margin-top: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__info__tag {
    margin-top: 2.1rem;
  }
}
.c-introduction__info__tag__item {
  display: inline-flex;
  color: #ad3f6b;
  background: #f7f0f3;
}
@media screen and (max-width: 767px) {
  .c-introduction__info__tag__item {
    padding: 1.6rem 5rem;
    margin: 0 0.5rem 1rem 0;
    border-radius: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__info__tag__item {
    padding: 1.6rem 5rem;
    margin: 0 0.5rem 1rem 0;
    border-radius: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-introduction__img {
    margin-top: 5.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__img {
    display: flex;
    justify-content: space-between;
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-introduction__img__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__img__item {
    width: 49%;
  }
}

.c-link-btn__1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ad3f6b;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ad3f6b;
  border-radius: 3.7rem;
}
@media screen and (max-width: 767px) {
  .c-link-btn__1 {
    width: 191px;
    height: 46px;
  }
}
@media screen and (min-width: 768px) {
  .c-link-btn__1 {
    width: 30.4rem;
    height: 7.3rem;
    transition: background 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-link-btn__1 .c-link-btn__1__icon svg path {
    transition: stroke 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-link-btn__1:hover {
    color: #fff;
    background: #ad3f6b;
  }
  .c-link-btn__1:hover .c-link-btn__1__icon svg path {
    stroke: #fff;
  }
}
.c-link-btn__1__text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-link-btn__1__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-link-btn__1__text {
    font-size: 1.7rem;
  }
}
.c-link-btn__1__icon {
  position: absolute;
  top: 0;
  right: 2.2rem;
  bottom: 0;
  width: 1.3rem;
  height: 0.6rem;
  margin: auto;
}
.c-link-btn__1__icon img,
.c-link-btn__1__icon svg {
  vertical-align: top;
}
.c-link-btn__1__pink {
  color: #fff;
  background: #ad3f6b;
}
.c-link-btn__1__pink svg path {
  stroke: #fff;
}
@media screen and (min-width: 768px) {
  .c-link-btn__1__pink:hover {
    background: #c35c85;
  }
}

.c-mv {
  position: relative;
  background: url("../images/bg__mv@2x.jpg") no-repeat;
}
@media screen and (max-width: 767px) {
  .c-mv {
    height: 630px;
    background-position: right -172px top;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-mv {
    height: 60.4166666667vw;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .c-mv {
    height: 81.3vw;
    min-height: 870px;
    max-height: 1048px;
    background-position: right -17vw bottom;
  }
}
@media screen and (min-width: 1431px) {
  .c-mv {
    height: 1048px;
    background-position: center bottom;
  }
}
.c-mv__title {
  position: absolute;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-mv__title {
    top: 82px;
    left: 20px;
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__title {
    bottom: 345px;
    width: 460px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .c-mv__title {
    left: 20px;
    max-width: 37.7%;
  }
}
@media screen and (min-width: 1431px) {
  .c-mv__title {
    left: 11.6666666667vw;
  }
}
@media screen and (min-width: 1800px) {
  .c-mv__title {
    left: 210px;
  }
}
.c-mv__title__main {
  display: block;
}
.c-mv__title__sub {
  display: block;
  width: 74.34%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-mv__title__sub {
    margin-top: 52px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__title__sub {
    margin-top: 52px;
  }
}
.c-mv__icon {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-mv__icon {
    right: 0;
    bottom: 80px;
    left: 0;
    width: 337px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__icon {
    right: 7.7222222222vw;
    bottom: 234px;
    width: 72.9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1430px) {
  .c-mv__icon {
    right: 20px;
    max-width: 45.3%;
  }
}
@media screen and (min-width: 1431px) {
  .c-mv__icon {
    right: 7.7222222222vw;
  }
}
@media screen and (min-width: 1800px) {
  .c-mv__icon {
    right: 139px;
  }
}
.c-mv__btn-area {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-mv__btn-area {
    bottom: -144px;
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__btn-area {
    bottom: 50px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 1076px;
  }
}
.c-mv__btn {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-mv__btn {
    width: 100%;
    padding: 8px 0;
    border-radius: 20px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.11);
  }
  .c-mv__btn:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__btn {
    width: 49.5%;
    max-width: 533px;
    transition: opacity 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-mv__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .c-mv__btn {
    padding: 1.4285714286vw 0;
    border-radius: 3.5714285714vw;
    box-shadow: 0 0.4464285714vw 0.5357142857vw rgba(0, 0, 0, 0.11);
  }
}
@media screen and (min-width: 1121px) {
  .c-mv__btn {
    padding: 16px 0;
    border-radius: 40px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.11);
  }
}
.c-mv__btn__point {
  color: #ad3f6b;
  text-align: center;
}
.c-mv__btn__point__text {
  display: block;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-mv__btn__point__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__btn__point__text {
    font-size: 2.3rem;
  }
}
.c-mv__btn__point__num {
  display: block;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .c-mv__btn__point__num {
    width: 60px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__btn__point__num {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .c-mv__btn__point__num {
    width: 10.7142857143vw;
  }
}
@media screen and (min-width: 1121px) {
  .c-mv__btn__point__num {
    width: 120px;
  }
}
.c-mv__btn__main {
  border-left: 1px solid #f2efec;
}
@media screen and (max-width: 767px) {
  .c-mv__btn__main {
    width: calc(100% - 60px);
    padding: 8px 46px 10px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .c-mv__btn__main {
    width: calc(100% - 10.7142857143vw);
    padding: 0.9821428571vw 8.9285714286vw 1.9642857143vw 1.4285714286vw;
  }
}
@media screen and (min-width: 1121px) {
  .c-mv__btn__main {
    width: calc(100% - 120px);
    padding: 11px 80px 22px 16px;
  }
}
.c-mv__btn__title {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-mv__btn__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__btn__title {
    font-size: 3.1rem;
  }
}
.c-mv__btn__text {
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-mv__btn__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__btn__text {
    font-size: 2.1rem;
  }
}
.c-mv__btn__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #ad3f6b;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-mv__btn__icon {
    right: 12px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__btn__icon {
    right: 24px;
    width: 36px;
    height: 36px;
  }
}
.c-mv__btn__icon::after {
  display: block;
  -webkit-clip-path: polygon(50% 2px, 100% 0%, 50% 100%, 0 0);
          clip-path: polygon(50% 2px, 100% 0%, 50% 100%, 0 0);
  content: "";
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-mv__btn__icon::after {
    width: 10px;
    height: 6px;
  }
}
@media screen and (min-width: 768px) {
  .c-mv__btn__icon::after {
    width: 19px;
    height: 11px;
  }
}

.c-nav {
  display: flex;
  justify-content: space-between;
}
.c-nav__main__item {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-nav__main__item {
    margin-top: 3.3rem;
    margin-right: 3.6rem;
  }
}
.c-nav__main__link {
  transition: color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 768px) {
  .c-nav__main__link:hover {
    color: #666;
  }
}
@media screen and (max-width: 767px) {
  .c-nav__btn {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__btn {
    width: 27rem;
  }
}
.c-nav__btn__item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  .c-nav__btn__item {
    width: 50%;
    height: 48px;
    font-size: 11px;
    line-height: 1.09;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-nav__btn__item {
    height: 8.3rem;
  }
}
.c-nav__btn__item__form {
  background: #ad3f6b;
}
@media screen and (min-width: 768px) {
  .c-nav__btn__item__form:hover {
    background: #c35c85;
  }
}
.c-nav__btn__item__site {
  background: #aa9678;
}
@media screen and (min-width: 768px) {
  .c-nav__btn__item__site:hover {
    background: #beae97;
  }
}

.c-title__h3__2 + .c-point1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title__h3__2 + .c-point1 {
    margin-top: -16px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__2 + .c-point1 {
    padding-top: 62px;
  }
}
@media screen and (max-width: 767px) {
  .c-point1__item {
    width: 262px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1060px;
    margin-top: -78px;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__item:nth-of-type(odd) .c-point1__text-area {
    margin-left: 4.7%;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__item:nth-of-type(even) {
    flex-direction: row-reverse;
    justify-content: end;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__item:nth-of-type(even) .c-point1__text-area {
    padding-left: 4.33%;
    margin-right: 4.7%;
  }
}
@media screen and (max-width: 767px) {
  .c-point1__item:not(:first-of-type) {
    margin-top: 43px;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__item:not(:first-of-type) {
    margin-top: 72px;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__img {
    width: 49.3%;
  }
}
@media screen and (max-width: 767px) {
  .c-point1__text-area {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__text-area {
    width: 46%;
  }
}
.c-point1__num {
  color: #a47a43;
  letter-spacing: 0.104em;
}
@media screen and (max-width: 767px) {
  .c-point1__num {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__num {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-point1__num__text-area {
    width: 41.5%;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__num__text-area {
    width: 41.5%;
  }
}
@media screen and (min-width: 768px) {
  .c-point1__text.c-title__h4__1 {
    font-size: min(4.6rem, 3.33vw);
  }
}
@media screen and (max-width: 767px) {
  .u-text__lead + .c-point2__content {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .u-text__lead + .c-point2__content {
    margin-top: 5.2rem;
  }
}
.c-point2__item {
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .c-point2__item {
    padding: 18px 0;
  }
  .c-point2__item:last-of-type {
    border-bottom: 1px solid #e0e0e0;
  }
}
@media screen and (min-width: 768px) {
  .c-point2__item {
    display: flex;
    justify-content: space-between;
    padding: 42px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-point2__img {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c-point2__img {
    width: 34.6%;
  }
}
@media screen and (max-width: 767px) {
  .c-point2__text-area {
    width: 300px;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .c-point2__text-area {
    width: 61%;
  }
}
.c-point2__point {
  color: #ad3f6b;
  letter-spacing: 0.104em;
}
@media screen and (max-width: 767px) {
  .c-point2__point {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-point2__point {
    font-size: 2.3rem;
  }
}
.c-point2__list {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-point2__point + .c-point2__list {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-point2__point + .c-point2__list {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-point2__list__item {
    font-size: 16px;
    line-height: 1.56;
  }
}
@media screen and (min-width: 768px) {
  .c-point2__list__item {
    font-size: 2.8rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  .c-point2__list + .c-point2__text {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-point2__text + .c-point2__link-area {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .c-point2__text + .c-point2__link-area {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-price {
    margin-top: 26px;
  }
}
@media screen and (min-width: 768px) {
  .c-price {
    margin-top: 6.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-price__item:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-price__item:not(:first-of-type) {
    margin-top: 0.6rem;
  }
}
.c-price__title {
  text-align: center;
  background: #f7e7ee;
}
@media screen and (max-width: 767px) {
  .c-price__title {
    padding: 11px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-price__title {
    padding: 1.3rem 0;
    font-size: 2rem;
  }
}
.c-price__content {
  text-align: center;
  background: #fffafc;
}
@media screen and (max-width: 767px) {
  .c-price__content {
    padding: 10px 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-price__content {
    padding: 1.6rem 0 2.4rem;
  }
}
.c-price__content__price {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-price__content__price {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .c-price__content__price {
    font-size: 2rem;
  }
}
.c-price__content__preschool {
  display: inline-block;
  letter-spacing: 0.05em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-price__content__preschool {
    padding: 3px 10px;
    margin-top: 4px;
    font-size: 12px;
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) {
  .c-price__content__preschool {
    padding: 0.5rem 1.4rem;
    margin-top: 1rem;
    font-size: 1.8rem;
    border-radius: 5px;
  }
}

.c-title__h3__1 {
  color: #ad3f6b;
  letter-spacing: 0.104em;
}
@media screen and (max-width: 767px) {
  .c-title__h3__1 {
    font-size: 68px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__1 {
    font-size: 13.6rem;
  }
}
.c-title__h3__2 {
  color: #ad3f6b;
  letter-spacing: 0.104em;
}
@media screen and (max-width: 767px) {
  .c-title__h3__2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__2 {
    font-size: 10rem;
  }
}
.c-title__h3__3 {
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-title__h3__3 {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__3 {
    font-size: 4rem;
    line-height: 1.5;
  }
}
.c-title__h3__4 {
  position: absolute;
  color: #ad3f6b;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .c-title__h3__4 {
    top: 77px;
    left: -5px;
    font-size: 77px;
    opacity: 0.25;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__4 {
    left: -5px;
    font-size: 9.2rem;
  }
}
.c-title__h3__5 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title__h3__5 {
    padding-bottom: 21px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__5 {
    padding-bottom: 2.6rem;
  }
}
.c-title__h3__5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  content: "";
  background: #000;
}
@media screen and (max-width: 767px) {
  .c-title__h3__5::after {
    width: 27px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__5::after {
    width: 5.4rem;
  }
}
.c-title__h3__5__en {
  display: block;
  color: #ad3f6b;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title__h3__5__en {
    font-size: 68px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__5__en {
    font-size: 19.1rem;
  }
}
.c-title__h3__5__jp {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__h3__5__jp {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.56;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__5__jp {
    margin-top: 2rem;
    font-size: 3rem;
  }
}
.c-title__h3__6 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title__h3__6 {
    left: -32px;
    white-space: nowrap;
  }
}
.c-title__h3__6__en {
  display: block;
  line-height: 1;
  color: #ebcbd8;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-title__h3__6__en {
    font-size: 166px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__6__en {
    font-size: 26.5rem;
  }
}
.c-title__h3__6__jp {
  position: absolute;
  bottom: 0;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__h3__6__jp {
    left: 32px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__6__jp {
    left: 17.3rem;
    font-size: 4rem;
  }
}
.c-title__h3__7 {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title__h3__7 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__7 {
    padding-bottom: 3.3rem;
  }
}
.c-title__h3__7::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  margin: auto;
  content: "";
  background: #000;
}
@media screen and (max-width: 767px) {
  .c-title__h3__7::after {
    width: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__7::after {
    width: 5.4rem;
  }
}
.c-title__h3__7__main {
  display: block;
  color: #ad3f6b;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title__h3__7__main {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__7__main {
    font-size: 9.4rem;
  }
}
.c-title__h3__7__sub {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__h3__7__sub {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__7__sub {
    margin-top: 1.4rem;
    font-size: 3rem;
  }
}
.c-title__h4__1 {
  line-height: 1.32;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__h4__1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__1 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h3__1 + .c-title__h4__1 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__1 + .c-title__h4__1 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-point__num + .c-title__h4__1 {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-point__num + .c-title__h4__1 {
    margin-top: 1.6rem;
  }
}
.c-title__h4__2 {
  line-height: 1.375;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__h4__2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-point2__point + .c-title__h4__2 {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .c-point2__point + .c-title__h4__2 {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h4__3 {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__3 {
    font-size: 3rem;
    line-height: 1.566;
  }
}
.c-title__h4__4 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title__h4__4 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__4 {
    padding-bottom: 2.8rem;
  }
}
.c-title__h4__4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  content: "";
  background: #000;
}
@media screen and (max-width: 767px) {
  .c-title__h4__4::after {
    width: 27px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__4::after {
    width: 5.4rem;
  }
}
.c-title__h4__4__en {
  display: block;
  color: #ad3f6b;
  letter-spacing: 0.104em;
}
@media screen and (max-width: 767px) {
  .c-title__h4__4__en {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__4__en {
    font-size: 9.2rem;
  }
}
.c-title__h4__4__jp {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__h4__4__jp {
    margin-top: 13px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__4__jp {
    margin-top: 3.6rem;
    font-size: 3rem;
  }
}
.c-title__h4__5 {
  font-weight: 500;
  line-height: 1.46;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__h4__5 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__5 {
    font-size: 2.6rem;
  }
}
.c-title__h5__1__en {
  display: block;
  color: #ad3f6b;
  letter-spacing: 0.104em;
}
@media screen and (max-width: 767px) {
  .c-title__h5__1__en {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h5__1__en {
    font-size: 2.3rem;
  }
}
.c-title__h5__1__jp {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__h5__1__jp {
    margin-top: 6px;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h5__1__jp {
    margin-top: 1.8rem;
    font-size: 4.6rem;
  }
}
.c-title__h6__1 {
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-title__h6__1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h6__1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h5__1 + .c-title__h6__1 {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h5__1 + .c-title__h6__1 {
    margin-top: 3rem;
  }
}

.c-voice {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-title__h4__4 + .c-voice {
    margin-top: 85px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__4 + .c-voice {
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-voice__item:not(:first-of-type) {
    margin-top: 12.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-voice__item:not(:first-of-type) {
    margin-top: 12.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-voice__person {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-voice__person__img {
    width: 27.6vw;
    min-width: 103px;
    max-width: 207px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .c-voice__person__img {
    width: 23.5%;
  }
}
@media screen and (max-width: 767px) {
  .c-voice__person__text {
    margin-top: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-voice__person__text {
    margin-left: 2.8%;
  }
}
.c-voice__person__text__catch {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-voice__person__text__catch {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-voice__person__text__catch {
    font-size: 2.6rem;
  }
}
.c-voice__person__text__name {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-voice__person__text__name {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .c-voice__person__text__name {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-voice__person + .c-voice__comment {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-voice__person + .c-voice__comment {
    margin-top: 2.5rem;
  }
}

.p-index__story {
  position: relative;
  /*

  &amp;::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, rgb(255 255 255 / 1) 0%, rgb(247 247 247 / 1) 22%, rgb(247 240 243 / 1) 100%);

    @include mq('sm'){
      height: 707px;
    }

    @include mq('lg'){
      height: 707px;
    }
  }

  */
}
@media screen and (max-width: 767px) {
  .p-index__story {
    margin-top: 52px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__story {
    padding-bottom: 178px;
    margin-top: 142px;
  }
}
.p-index__story .l-section__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-index__story .l-section__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-index__story__text-araa {
    position: relative;
    margin-top: -40px;
  }
  .p-index__story__text-araa .c-title__h3__1 {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-index__story__text-araa {
    width: 55.03%;
  }
}
@media screen and (max-width: 767px) {
  .p-index__story__img-area {
    position: relative;
    right: -20px;
    z-index: 0;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    text-align: right;
  }
  .p-index__story__img-area img {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__story__img-area {
    width: 38.53%;
  }
}
@media screen and (max-width: 767px) {
  .p-index__point {
    padding-top: 32px;
    padding-bottom: 138px;
    margin-top: 200px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__point {
    padding-top: 76px;
    padding-bottom: 272px;
  }
}
.p-index__point .c-title__h3__2 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index__point .c-title__h3__2 {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-index__point .c-title__h3__2 {
    left: 2rem;
  }
}
.p-index__about {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1536px;
}
@media screen and (max-width: 767px) {
  .p-index__about {
    flex-direction: column-reverse;
    margin-top: -56px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__about {
    flex-direction: row-reverse;
    margin-top: -72px;
  }
}
.p-index__about__img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index__about__img {
    width: 375px;
    margin: 0 auto;
  }
  .p-index__about__img img {
    width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__about__img {
    width: 46.41%;
    max-width: 713px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__about__text-area {
    margin: 35px 18px 0 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__about__text-area {
    width: 45.57%;
    margin: 198px 0 0 8.02%;
  }
}
@media screen and (max-width: 374px) {
  .p-index__about__text-area .c-title__h4__1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-index__case-study {
    padding: 75px 0 92px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__case-study {
    padding: 176px 0 97px;
  }
}
.p-index__case-study .l-section__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-index__flow {
    padding: 46px 0 90px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__flow {
    padding: 90px 0 124px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__flow__img {
    width: 262px;
    margin: 39px auto 0;
  }
}
.p-index__service {
  position: relative;
  background: #fcf9fa;
}
@media screen and (max-width: 767px) {
  .p-index__service {
    padding: 201px 0 114px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__service {
    padding: 570px 0 190px;
  }
}
.p-index__service__head {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.p-index__service__head__bg {
  position: absolute;
  inset: 0;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.p-index__service__head__bg img {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.p-index__service__head .l-section__inner {
  position: relative;
  max-width: 1384px;
}
@media screen and (max-width: 767px) {
  .p-index__service__head .l-section__inner {
    height: 201px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__service__head .l-section__inner {
    height: 570px;
  }
}
.p-index__service__head__img {
  position: absolute;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-index__service__head__img {
    top: 122px;
    width: 28%;
    max-width: 122px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__service__head__img {
    bottom: -268px;
    width: 28.84%;
    max-width: 360px;
  }
}
.p-index__service__main {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-index__service__main {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__service__main {
    margin-top: -13rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index__service__main__text {
    width: 65.7%;
    max-width: 71rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index__service__main .c-point2__text {
    max-width: 55rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index__service__main .c-point2__text {
    max-width: 55rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index__service__point {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__service__point {
    margin-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__service__other {
    margin-top: 58px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__service__other {
    margin-top: 66px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__service__other__content {
    width: 300px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index__service__other__content {
    margin-top: 42px;
  }
}
.p-index__commitment {
  background: #fcf9fa;
}
@media screen and (max-width: 767px) {
  .p-index__commitment {
    padding: 11px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-index__commitment {
    padding: 66px 0 0;
  }
}
.p-index__commitment__title {
  width: calc(100% - 40px);
  max-width: 1690px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-index__commitment__flow {
    padding-bottom: 113px;
    margin-top: 113px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__commitment__flow {
    padding-bottom: 18.9rem;
    margin-top: 86px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__commitment__point {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-index__voice {
    padding-top: 110px;
  }
  .p-index__voice .l-section__inner {
    padding: 0 38px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__voice {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index__price {
    margin-top: 106px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__price {
    margin-top: 23.6rem;
  }
}
.p-index__price .l-section__inner {
  max-width: 1000px;
}
.p-index__price__coupon {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index__price__coupon {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__price__coupon {
    margin-top: 11.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index__price__coupon__content {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__price__coupon__content {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index__price__coupon__item:not(:first-of-type) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__price__coupon__item:not(:first-of-type) {
    margin-top: 2.2rem;
  }
}
.p-index__price__more {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-index__price__more {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__price__more {
    margin-top: 15.9rem;
  }
}
.p-index__price__more__text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-index__price__more__text {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__price__more__text {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-index__price__more__link {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__price__more__link {
    margin-top: 2.6rem;
  }
}
.p-index__price__more__link .c-link-btn__1 {
  margin-right: auto;
  margin-left: auto;
}
.p-index__price__more__link .c-link-btn__1__icon svg {
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .p-index__form {
    padding: 40px 0 20px;
    margin-top: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index__form {
    padding: 18.2rem 0 18.4rem;
    margin-top: 11rem;
  }
}
.p-index__form .l-section__inner {
  max-width: 1000px;
}
.p-index__form__box {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-index__form__box {
    padding: 30px 18px 40px;
    margin-top: 40px;
    border-radius: 19px;
  }
}
@media screen and (min-width: 768px) {
  .p-index__form__box {
    padding: 8.95rem 20px 5.8rem;
    margin-top: 6.9rem;
    border-radius: 3.8rem;
  }
}
.p-index__form__box__inner {
  max-width: 840px;
  margin: 0 auto;
}

.p-thanks {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
.p-thanks .p-index__form {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-thanks .p-index__form {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks .p-index__price__more__link {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-thanks .p-index__price__more__link {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .c-price + .u-anno {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-price + .u-anno {
    padding-top: 1.9rem;
  }
}
.u-anno__item {
  position: relative;
  padding-left: 1em;
  line-height: 1.81;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .u-anno__item {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .u-anno__item {
    font-size: 1.6rem;
  }
}
.u-anno__item::before {
  position: relative;
  display: block;
  float: left;
  margin-left: -1em;
  content: "※";
}

.u-bg__pink1 {
  background: #f7f0f3;
}
.u-bg__pink2 {
  position: relative;
  background: #fcf9fa;
}
.u-bg__pink2::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  margin: auto;
  content: "";
  background: #fff;
}
@media screen and (max-width: 767px) {
  .u-bg__pink2::after {
    width: calc(100% - 20px);
    height: calc(100% - 47px);
  }
}
@media screen and (min-width: 768px) {
  .u-bg__pink2::after {
    width: calc(100% - (100% - 1344px) / 2);
    height: calc(100% - 97px);
  }
}
.u-bg__pink2__box.l-section__inner {
  position: relative;
  z-index: 1;
  max-width: 1384px;
}
@media screen and (max-width: 767px) {
  .u-bg__pink2__inner {
    position: relative;
    z-index: 1;
    padding: 0 18px;
  }
}
@media screen and (min-width: 768px) {
  .u-bg__pink2__inner {
    padding-left: 94px;
  }
}
.u-bg__pink2__transparent {
  background: linear-gradient(180deg, #fcf9fa 0%, #fcf9fa 95%, #f7f0f3 100%);
}
.u-bg__pink2__transparent::after {
  background: linear-gradient(180deg, white 0%, white 95%, rgba(255, 255, 255, 0) 100%);
}

.u-link-text {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .u-link-text:hover {
    text-decoration: none;
  }
}

.u-list__circle::before {
  content: "●";
}

.u-text__normal {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .u-text__normal {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .u-text__normal {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h4__1 + .u-text__normal {
    margin-top: 47px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__1 + .u-text__normal {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h3__3 + .u-text__normal {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__3 + .u-text__normal {
    margin-top: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h3__5 + .u-text__normal {
    margin-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h3__5 + .u-text__normal {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h4__2 + .u-text__normal {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h4__2 + .u-text__normal {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-title__h6__1 + .u-text__normal {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .c-title__h6__1 + .u-text__normal {
    margin-top: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-introduction__info + .u-text__normal {
    margin-top: 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-introduction__info + .u-text__normal {
    margin-top: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__18 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .u-text__18 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__24 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .u-text__24 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__28 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .u-text__28 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__30 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .u-text__30 {
    font-size: 3rem;
  }
}
.u-text__leading1_83 {
  line-height: 1.83;
}
.u-text__leading1_9 {
  line-height: 1.9;
}
.u-text__leading1_94 {
  line-height: 1.94;
}
@media screen and (max-width: 767px) {
  .u-text__12__sp {
    font-size: 12px;
  }
  .u-text__normal__sp {
    font-size: 14px;
  }
  .u-text__16__sp {
    font-size: 16px;
  }
  .u-text__20__sp {
    font-size: 20px;
  }
  .u-text__leading1_56__sp {
    line-height: 1.56;
  }
  .u-text__leading1_57__sp {
    line-height: 1.57;
  }
  .u-text__leading1_6__sp {
    line-height: 1.6;
  }
}
.u-text__lead {
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .u-text__lead {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .u-text__lead {
    padding-bottom: 2.7rem;
  }
}
.u-text__lead::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  content: "";
  background: #000;
}
@media screen and (max-width: 767px) {
  .u-text__lead::after {
    width: 27px;
  }
}
@media screen and (min-width: 768px) {
  .u-text__lead::after {
    width: 5.4rem;
  }
}
.u-text__strong {
  font-weight: 700;
  color: #d22e28;
}</pre></body></html>