@charset "utf-8";

/* ==============================
l__mv__sub_sp
===============================*/
@media screen and (max-width: 343px) {
  .l__mv__sub {
    width: 100%;
  }

  .l__mv__sub__inner {
    padding: 52px 6% 56px;
    min-height: 629px;
    min-width: 320px;
    background-image: url(../images/bg_mv_sub_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 74px;
    /* 曲線の境界線 */
    position: relative;
    border-bottom-left-radius: 80% 3%;
    border-bottom-right-radius: 80% 3%;
    justify-content: center;
  }

  .l__mv__sub__img {
    min-width: 282px;
    height: auto;
  }

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

  .l__mv__sub__title {
    margin-top: 32px;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.09em;
    white-space: nowrap;
  }

  .l__mv__sub__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.98;
    letter-spacing: 0.12em;
    margin-top: 24px;
  }

  /*---- js表示設定 ----*/
  .js-mv .l__mv__sub__flex__right,
  .js-mv .l__mv__sub__flex__left {
    opacity: 0;
    transform: translateY(10px);
  }

  .js-mv.is-show .l__mv__sub__flex__left {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.7s ease,
      /* cubic-bezier(0.22, 1, 0.36, 1)＝アニメーションの「進み方（スピードカーブ）」 */
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .js-mv.is-show .l__mv__sub__flex__right {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.7s ease 0.1s,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

/* ----------------------------
l__mv__sub_pc__344-899
-----------------------------*/
@media screen and (min-width: 344px) and (max-width: 899px) {
  .l__mv__sub {
    width: 100%;
  }

  .l__mv__sub__inner {
    padding: 52px 6% 56px;
    min-height: 629px;
    background-image: url(../images/bg_mv_sub_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 74px;
    /* 曲線の境界線 */
    position: relative;
    border-bottom-left-radius: 80% 3%;
    border-bottom-right-radius: 80% 3%;
    justify-content: center;
  }

  .l__mv__sub__img {
    width: clamp(295px, 78vw, 600px);
    height: auto;
    aspect-ratio: 59 / 44;
    margin: 0 auto;
  }

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

  .l__mv__sub__title {
    margin-top: 32px;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.09em;
    white-space: nowrap;
  }

  .l__mv__sub__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.98;
    letter-spacing: 0.12em;
    margin-top: 24px;
  }

  /*---- js表示設定 ----*/
  .js-mv .l__mv__sub__flex__right,
  .js-mv .l__mv__sub__flex__left {
    opacity: 0;
    transform: translateY(10px);
  }

  .js-mv.is-show .l__mv__sub__flex__left {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.7s ease,
      /* cubic-bezier(0.22, 1, 0.36, 1)＝アニメーションの「進み方（スピードカーブ）」 */
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .js-mv.is-show .l__mv__sub__flex__right {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.7s ease 0.1s,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
/* ----------------------------
l__mv__sub_pc__900-1278
-----------------------------*/
@media screen and (min-width: 900px) and (max-width: 1278px) {
  .sample {
    font-size: clamp(2.5rem, 3vw, 4rem);
  }

  .l__mv__sub {
    margin-top: 74px;
    width: 100%;
    background-image: url(../images/bg_mv_sub_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-bottom-left-radius: 196% 50%;
    border-bottom-right-radius: 196% 50%;
  }

  .l__mv__sub__inner {
    padding: 94px 121px 96px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5%;
  }

  .l__mv__sub__flex__right {
    max-width: 491px;
  }

  .l__mv__sub__img {
    min-width: 491px;
    height: auto;
  }

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

  .l__mv__sub__flex__left {
    max-width: 456px;
    min-width: 368px;
    text-align: left;
  }

  .l__mv__sub__title {
    margin-top: 97px;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(2.5rem, 3vw, 3.8rem);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.09em;
    white-space: nowrap;
  }

  .l__mv__sub__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.98;
    letter-spacing: 0.12em;
    margin-top: 45px;
  }

  .seminar__mv__sub__txt {
    max-width: 404px;
  }

  /*---- js表示設定 ----*/
  .js-mv .l__mv__sub__flex__right,
  .js-mv .l__mv__sub__flex__left {
    opacity: 0;
    transform: translateY(10px);
  }

  .js-mv.is-show .l__mv__sub__flex__left {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.7s ease,
      /* cubic-bezier(0.22, 1, 0.36, 1)＝アニメーションの「進み方（スピードカーブ）」 */
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .js-mv.is-show .l__mv__sub__flex__right {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.7s ease 0.1s,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

/* ----------------------------
l__mv__sub_pc
-----------------------------*/

@media screen and (min-width: 1279px) {
  .l__mv__sub {
    width: 100%;
    background-image: url(../images/bg_mv_sub_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 120px;
    position: relative;
    border-bottom-left-radius: 196% 50%;
    border-bottom-right-radius: 196% 50%;
  }

  .l__mv__sub__inner {
    max-width: 1100px;
    display: block;
    margin: 0 auto;
    padding: 94px 0 96px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 70px;
  }

  .l__mv__sub__flex__right {
    max-width: 491px;
  }

  .l__mv__sub__img {
    min-width: 491px;
    height: auto;
  }

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

  .l__mv__sub__flex__left {
    width: 540px;
    text-align: left;
  }

  .l__mv__sub__title {
    margin-top: 97px;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.09em;
    white-space: nowrap;
  }

  .l__mv__sub__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.98;
    letter-spacing: 0.12em;
    margin-top: 45px;
  }

  .seminar__mv__sub__txt {
    max-width: 404px;
  }
  /*---- js表示設定 ----*/
  .js-mv .l__mv__sub__flex__right,
  .js-mv .l__mv__sub__flex__left {
    opacity: 0;
    transform: translateY(10px);
  }

  .js-mv.is-show .l__mv__sub__flex__left {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.7s ease,
      /* cubic-bezier(0.22, 1, 0.36, 1)＝アニメーションの「進み方（スピードカーブ）」 */
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .js-mv.is-show .l__mv__sub__flex__right {
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.7s ease 0.1s,
      transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

/* ==============================
l__service__sub_sp
===============================*/
@media screen and (max-width: 899px) {
  .l__service__sub {
    width: 100%;
  }

  .l__service__sub__inner {
    padding: 53px 6.4% 0;
  }

  .l__service__sub__inner_02 {
    padding: 56px 6.4% 0;
  }

  .l__service__sub__img {
    min-width: 238px;
    height: auto;
  }

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

  .l__service__sub__title {
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.09em;
    position: relative;
  }

  .l__service__sub__title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: linear-gradient(90deg, #95e7ea 42.31%, #dbf4eb 100%);
    margin-top: 14px;
  }

  .l__service__sub__item {
    padding: 35px 23px 25px;
    margin-top: 25px;
    border-radius: 10px;
    background: linear-gradient(90deg, #edf7f7 60.1%, #ecf8f4 100%);
    font-family: "Zen Kaku Gothic New", sans-serif;
  }

  .l__service__sub__item:first-of-type {
    margin-top: 14px;
  }

  .l__service__sub__name {
    font-size: clamp(1.9rem, 6vw, 2.1rem);
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: 0.02em;
    margin-top: 27px;
  }

  .chitekizaisan__02 {
    line-height: 1.68;
  }

  .br__sp {
    display: block;
  }

  .l__service__sub__txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.97;
    letter-spacing: 0.08em;
    margin-top: 18px;
  }
}

/* ----------------------------
l__service__sub__900-1278
-----------------------------*/
@media screen and (min-width: 900px) and (max-width: 1278px) {
  .l__service__sub {
    width: 100%;
  }

  .l__service__sub__inner {
    max-width: 1278px;
    min-width: 900px;
    margin: 0 auto;
    padding: 80px 97px 0;
  }

  .l__service__sub__inner_02 {
    max-width: 1278px;
    min-width: 900px;
    margin: 0 auto;
    padding: 85px 97px 0;
  }

  .l__service__sub__img {
    min-width: 260px;
    height: auto;
  }

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

  .l__service__sub__title {
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    font-size: clamp(2.3rem, 3vw, 3.2rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.09em;
    position: relative;
  }

  .l__service__sub__title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: linear-gradient(90deg, #95e7ea 42.31%, #dbf4eb 100%);
    margin-top: 14px;
  }

  .l__service__sub__item {
    padding: 44px;
    max-width: 1086px;
    margin-top: 29px;
    border-radius: 10px;
    background: linear-gradient(90deg, #edf7f7 60.1%, #ecf8f4 100%);
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    gap: 88px;
  }

  .l__service__sub__item:first-of-type {
    margin-top: 29px;
  }

  .l__service__sub__flex__right {
    max-width: 606px;
  }

  .l__service__sub__name {
    font-size: clamp(2.1rem, 3vw, 2.7rem);
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: 0.02em;
    margin-top: 0;
  }

  .chitekizaisan__02,
  .chitekizaisan__03 {
    line-height: 1.68;
  }

  .br__sp {
    display: none;
  }

  .l__service__sub__txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.97;
    letter-spacing: 0.08em;
    margin-top: 27px;
  }
}

/* ----------------------------
l__service__sub_pc
-----------------------------*/

@media screen and (min-width: 1279px) {
  .l__service__sub {
    width: 100%;
  }

  .l__service__sub__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 97px 0;
  }

  .l__service__sub__inner_02 {
    max-width: 1278px;
    margin: 0 auto;
    padding: 85px 97px 0;
  }

  .l__service__sub__img {
    width: 260px;
    height: auto;
  }

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

  .l__service__sub__title {
    display: inline-block;
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.09em;
    position: relative;
  }

  .l__service__sub__title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: linear-gradient(90deg, #95e7ea 42.31%, #dbf4eb 100%);
    margin-top: 27px;
  }

  .l__service__sub__item {
    padding: 44px;
    max-width: 1086px;
    margin-top: 29px;
    border-radius: 10px;
    background: linear-gradient(90deg, #edf7f7 60.1%, #ecf8f4 100%);
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    gap: 88px;
  }

  .l__service__sub__item:first-of-type {
    margin-top: 29px;
  }

  .l__service__sub__flex__right {
    max-width: 606px;
  }

  .l__service__sub__name {
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 0;
  }

  .chitekizaisan__02,
  .chitekizaisan__03 {
    line-height: 1.68;
  }

  .br__sp {
    display: none;
  }

  .l__service__sub__txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.97;
    letter-spacing: 0.08em;
    margin-top: 27px;
  }
}

/* ==============================
料金プランボタン l__fee__sub__btn_sp
===============================*/
.l__fee__sub__btn {
  width: 100%;
}

.l__fee__sub__btn__wrap {
  padding-top: 35px;
  padding-bottom: 52px;
  text-align: center;
}

.l__fee__sub__btn__item {
  display: inline-flex;
  width: clamp(300px, 94vw, 318px);
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  border-radius: 50px;
  background: #c6e7e7;
}

.l__fee__sub__btn__item::after {
  content: "";
  width: 31px;
  height: 31px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url(../images/ico_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

/* ---------------------------------
料金プランボタン l__fee__sub__btn_pc
----------------------------------*/

@media screen and (min-width: 769px) {
  .l__fee__sub__btn {
    width: 100%;
  }

  .l__fee__sub__btn__wrap {
    padding-top: 79px;
    padding-bottom: 130px;
    text-align: center;
  }

  .l__fee__sub__btn__item {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 24px 0 25px;
    max-width: 318px;
    min-width: 300px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    border-radius: 50px;
    background: #c6e7e7;
    transition: opacity 0.3s ease;
  }

  .l__fee__sub__btn__item::after {
    content: "";
    width: 31px;
    height: 31px;
    border-radius: 50px;
    background-color: #fff;
    background-image: url(../images/ico_arrow_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
  }

  .l__fee__sub__btn__item:hover {
    opacity: 0.6;
  }
}
