@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

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

/* -------------------------------------------------------------------
 全体設定
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 1200px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .pc-none {
    display: none;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  html {
    font-size: 62.5%;
  }
  body {
    width: 1280px;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 62.5%;
  }
  body {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .sp-none {
    display: none;
  }
}
/* -------------------------------------------------------------------
 ヘッダー
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .hd__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
  .hd__column-left {
    width: 370px;
  }
  .hd__logo {
    width: 370px;
  }
  .hd__logo img {
    width: 100%;
  }
  .hd__column-right {
    width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hd__btn-company {
    width: 180px;
  }
  .hd__btn-company a {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    background: #125647;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.2rem;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 11px 2px -6px #777777;
            box-shadow: 0px 11px 2px -6px #777777;
  }
  .hd-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
  .hd-tel__column-left {
    width: 110px;
  }
  .hd-tel__column-left p {
    width: 90px;
  }
  .hd-tel__column-left p img {
    width: 100%;
  }
  .hd-tel__txt {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .hd-tel__txt strong {
    font-size: 2rem;
    font-weight: bold;
    color: #B50047;
  }
  .hd-tel__number {
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .hd-form {
    padding: 2rem 0;
  }
  .hd-form__inner {
    text-align: center;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .hd__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
  .hd__column-left {
    width: 370px;
  }
  .hd__logo {
    width: 370px;
  }
  .hd__logo img {
    width: 100%;
  }
  .hd__column-right {
    width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hd__btn-company {
    width: 180px;
  }
  .hd__btn-company a {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    background: #125647;
    text-align: center;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.2rem;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 11px 2px -6px #777777;
            box-shadow: 0px 11px 2px -6px #777777;
  }
  .hd-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
  .hd-tel__column-left {
    width: 110px;
  }
  .hd-tel__column-left p {
    width: 90px;
  }
  .hd-tel__column-left p img {
    width: 100%;
  }
  .hd-tel__txt {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .hd-tel__txt strong {
    font-size: 2rem;
    font-weight: bold;
    color: #B50047;
  }
  .hd-tel__number {
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .hd-form {
    padding: 2rem 0;
  }
  .hd-form__inner {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .hd__inner {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 1.5rem 0;
  }
  .hd__logo {
    width: 200px;
    margin: 0 auto;
  }
  .hd__logo img {
    width: 100%;
  }
  .hd__btn-company {
    width: 130px;
  }
  .hd__btn-company a {
    width: 100%;
    padding: 0.3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px;
    background: #125647;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.2rem;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 8px 2px -6px #777777;
            box-shadow: 0px 8px 2px -6px #777777;
  }
  .hd-tel {
    display: none;
  }
  .hd-form {
    padding: 1.5rem 0;
  }
  .hd-form__inner {
    text-align: center;
  }
  .hd-form__inner .form-logo {
    width: 220px;
    margin: 0 auto;
  }
  .hd-form__inner .form-logo img {
    width: 100%;
  }
}
/* -------------------------------------------------------------------
 TOPページ
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .page-index .mv {
    background: url("../../assets/img/index/common/mv_bg_pc.png") no-repeat;
    background-size: cover;
  }
  .page-index .mv__lead-txt {
    padding: 2.5rem 0;
    background: #429E94;
  }
  .page-index .mv__lead-txt-inner {
    width: 1150px;
    margin: 0 auto;
    text-align: center;
  }
  .page-index .mv__inner {
    width: 1150px;
    height: 530px;
    margin: 0 auto;
    position: relative;
  }
  .page-index .mv__txt01 {
    width: 639px;
    position: absolute;
    top: 30px;
  }
  .page-index .mv__txt02 {
    width: 707px;
    position: absolute;
    top: 155px;
  }
  .page-index .mv__txt02-big {
    width: 707px;
    position: absolute;
    top: 170px;
  }
  .page-index .mv__image01 {
    width: 650px;
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .page-index .mv__image01 img {
    width: 100%;
  }
  .page-index .mv__image02 {
    width: 90px;
    position: absolute;
    top: 60px;
    right: 0;
  }
  .page-index .mv-lead {
    background: #429E94;
  }
  .page-index .mv-lead__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 1.5rem 0 2rem 0;
  }
  .page-index .mv-lead__column-left {
    width: 600px;
  }
  .page-index .mv-lead__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
  .page-index .mv-lead__price dt {
    width: 220px;
    margin: 1rem 0 0 0;
    padding: 1.5rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .page-index .mv-lead__price dd {
    margin: 0 0 0 3rem;
    position: relative;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
    color: #fff;
  }
  .page-index .mv-lead__price dd strong {
    margin: 0 2rem 0 0;
    font-size: 6.8rem;
    font-weight: bold;
  }
  .page-index .mv-lead__price dd span {
    position: absolute;
    top: 8px;
    right: 0;
    font-weight: bold;
    font-size: 2rem;
  }
  .page-index .mv-lead__price dd .tax {
    display: block;
    margin: 1rem 0 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  .page-index .mv-lead__column-right {
    width: 580px;
  }
  .page-index .mv-lead__txt {
    width: 580px;
  }
  .page-index .mv-lead__txt img {
    width: 100%;
  }
  .page-index .first-cta {
    padding: 7rem 0;
    background: #FFE100;
  }
  .page-index .first-cta__inner {
    width: 1050px;
    margin: 0 auto;
    padding: 0 0 2.5rem 0;
    position: relative;
    background: white;
  }
  .page-index .first-cta__lead {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    background: #B50047;
    text-align: center;
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    color: #fff;
  }
  .page-index .first-cta__txt01 {
    width: 100%;
    margin: 2rem 0 0 0;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
  }
  .page-index .first-cta__txt01 strong {
    font-size: 3rem;
    font-weight: bold;
    color: #B50047;
  }
  .page-index .first-cta__txt02 {
    width: 100%;
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
  }
  .page-index .first-cta__txt02 strong {
    margin: 0 0.5rem;
    font-size: 3rem;
    font-weight: bold;
    color: #B50047;
  }
  .page-index .first-cta__image01 {
    width: 235px;
    position: absolute;
    top: -30px;
    right: -40px;
  }
  .page-index .first-cta__image01 img {
    width: 100%;
  }
  .page-index .first-cta__tel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2;
  }
  .page-index .first-cta__tel-sp {
    display: none;
  }
  .page-index .first-cta__icon {
    width: 80px;
    margin: 0 1.5rem 0 0;
  }
  .page-index .first-cta__icon img {
    width: 100%;
  }
  .page-index .first-cta__number {
    font-size: 5.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .page-index .first-cta__txt-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.5rem 0 0 0;
  }
  .page-index .first-cta__txt03 {
    padding: 0.5rem 2.5rem;
    background: #005247;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .page-index .first-cta__txt03 strong {
    font-weight: bold;
    font-size: 3rem;
    color: #FFE100;
  }
  .page-index .first-cta__txt03 strong span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
  }
  .page-index .first-cta__txt04 {
    margin: 0 0 0 3rem;
    padding: 0.5rem 2.5rem;
    font-weight: bold;
    font-size: 2.4rem;
    color: #005247;
    background: #fff;
    border-top: 2px solid #005247;
    border-bottom: 2px solid #005247;
  }
  .page-index .fv_2024-12 {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8E6E7), color-stop(75%, #E8E6E7), color-stop(75%, #2DA792), to(#2DA792));
    background: linear-gradient(180deg, #E8E6E7 0%, #E8E6E7 75%, #2DA792 75%, #2DA792 100%);
  }
  .page-index .fv_2024-12__inner {
    width: 1040px;
    margin: 0 auto;
    padding: 3rem 0 0 0;
  }
  .page-index .fv_2024-12__area {
    width: 300px;
    margin: 0 auto;
    padding: 0.7rem;
    border-radius: 50px;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    background: #38A591;
    color: #fff;
  }
  .page-index .fv_2024-12__area strong {
    margin: 0 0.5rem 0 0;
    font-size: 4rem;
    font-weight: bold;
  }
  .page-index .fv_2024-12__lead {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 3.8rem;
    text-align: center;
    color: #333333;
  }
  .page-index .fv_2024-12__lead strong {
    margin: 0 1rem 0 0;
    font-size: 5.5rem;
    font-weight: bold;
    color: #38a591;
  }
  .page-index .fv_2025-03 {
    width: 100%;
    padding: 0.5rem 0 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFECEA), color-stop(15%, #EFECEA), color-stop(15%, #fff), to(#fff));
    background: linear-gradient(180deg, #EFECEA 0%, #EFECEA 15%, #fff 15%, #fff 100%);
  }
  .page-index .fv_2025-03__inner {
    width: 100%;
    background: url("../../assets/img/index/tachikawa/fv_image_pc_bg.png") no-repeat bottom;
    background-size: 100% 274px;
  }
  .page-index .fv_2025-03__image {
    text-align: center;
  }
  .page-index .fv_2025-05 {
    width: 100%;
    padding: 0 0 2rem 0;
    background: #9DBC3A;
  }
  .page-index .fv_2025-05__inner {
    width: 100%;
    background: url("../../assets/img/index/tachikawa/fv_image_pc_bg02.png") no-repeat;
    background-size: 100% 660px;
  }
  .page-index .fv_2025-05__image {
    text-align: center;
  }
  .page-index .first-cta_2024-12 {
    padding: 3rem 0;
    background: #fff6c8;
  }
  .page-index .first-cta_2024-12-btn {
    width: 640px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #b30c37;
    border-radius: 15px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  .page-index .first-cta_2024-12-btn__txt01 {
    width: 460px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    background: #fff;
    border-radius: 50px;
  }
  .page-index .first-cta_2024-12-btn__txt02 {
    margin: 0.7rem 0 0 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    color: #fffc01;
  }
  .page-index .first-cta_2024-12-btn__txt02 strong {
    margin: 0 0.3rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .page-index .first-cta_2024-12-btn__wrap {
    width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.7rem auto 0 auto;
  }
  .page-index .first-cta_2024-12-btn__txt03 {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    font-size: 2.8rem;
  }
  .page-index .first-cta_2024-12-btn__number {
    margin: 0 0 0 2rem;
  }
  .page-index .first-cta_2024-12-btn__number span {
    padding: 0 0 0 5.5rem;
    font-size: 5.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: url("../../assets/img/index/common/tel_icon_wh.png") no-repeat left 23px;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  .page-index .first-cta_2025-05 {
    padding: 3rem 0;
    background: #fff6c8;
  }
  .page-index .first-cta_2025-05-btn {
    width: 700px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #b30c37;
    border-radius: 15px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  .page-index .first-cta_2025-05-btn__txt01 {
    width: 660px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    background: #fff;
    border-radius: 50px;
  }
  .page-index .first-cta_2025-05-btn__txt02 {
    margin: 0.7rem 0 0 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    color: #fffc01;
  }
  .page-index .first-cta_2025-05-btn__txt02 strong {
    margin: 0 0.3rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .page-index .first-cta_2025-05-btn__wrap {
    width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.7rem auto 0 auto;
  }
  .page-index .first-cta_2025-05-btn__txt03 {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    font-size: 2.8rem;
  }
  .page-index .first-cta_2025-05-btn__number {
    margin: 0 0 0 2rem;
  }
  .page-index .first-cta_2025-05-btn__number span {
    padding: 0 0 0 5.5rem;
    font-size: 5.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: url("../../assets/img/index/common/tel_icon_wh.png") no-repeat left 23px;
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  .page-index .common-cta {
    width: 100%;
    padding: 3.5rem 0 5rem 0;
    background: #005247;
  }
  .page-index .common-cta__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .common-cta__title {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    color: #fff;
  }
  .page-index .common-cta__title strong {
    font-weight: bold;
    font-size: 3.2rem;
    color: #FFE100;
  }
  .page-index .common-cta__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .common-cta__btn-list li {
    background: url("../../assets/img/common/common_cta_btn02_bg.png") no-repeat;
  }
  .page-index .common-cta__btn-list li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .common-cta__btn-list .telbtn-pc {
    background: none;
  }
  .page-index .common-cta__btn-list .telbtn-pc__inner {
    width: 390px;
    padding: 1rem;
    text-align: center;
    background: #B50046;
    border-radius: 10px;
    -webkit-box-shadow: 0px 13px 0px 0px #450A1E;
            box-shadow: 0px 13px 0px 0px #450A1E;
  }
  .page-index .common-cta__btn-list .telbtn-pc__txt {
    font-weight: bold;
    font-size: 2.4rem;
    color: #fff;
  }
  .page-index .common-cta__btn-list .telbtn-pc__txt strong {
    margin: 0 1rem 0 0;
    padding: 0 1.5rem;
    font-weight: bold;
    background: #FFE100;
    border-radius: 30px;
    color: #B50046;
  }
  .page-index .common-cta__btn-list .telbtn-pc__number {
    line-height: 1.3;
  }
  .page-index .common-cta__btn-list .telbtn-pc__number span {
    padding: 0 0 0 7.5rem;
    font-weight: bold;
    font-size: 4.2rem;
    color: #fff;
    background: url("../../assets/img/common/icon_fd02.png") no-repeat 0 15px;
    background-size: 70px;
  }
  .page-index .reason-title {
    padding: 10rem 0;
    background: #F0F5F4;
  }
  .page-index .reason-title__inner {
    width: 730px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    background: url("../../assets/img/index/common/title_bg.png") no-repeat center;
    background-size: cover;
    font-size: 4.2rem;
    font-weight: bold;
    color: #005247;
  }
  .page-index .reason-title__inner strong {
    color: #B50047;
    font-weight: bold;
  }
  .page-index .section-title {
    width: 860px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 4rem auto;
    background: url("../../assets/img/index/common/section_title_bg.png") no-repeat;
  }
  .page-index .section-title__number {
    width: 175px;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
  }
  .page-index .section-title__number strong {
    margin: 0 0 0 0.5rem;
    font-weight: bold;
    font-size: 3.4rem;
  }
  .page-index .section-title__txt {
    width: 630px;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #B50047;
  }
  .page-index .hall {
    padding: 0 0 10rem 0;
    background: #F0F5F4;
  }
  .page-index .hall__inner {
    width: 1040px;
    margin: 0 auto;
  }
  .page-index .hall__lead {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #005247;
  }
  .page-index .hall__lead strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .hall-map-tachikawa {
    width: 800px;
    height: 800px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/tachikawa/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-tachikawa__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-tachikawa__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-tachikawa__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall-map-tachikawa__btn.--btn01 {
    top: 240px;
    left: 100px;
  }
  .page-index .hall-map-tachikawa__btn.--btn02 {
    top: 325px;
    left: 10px;
  }
  .page-index .hall-map-tachikawa__btn.--btn08 {
    top: 460px;
    left: 140px;
  }
  .page-index .hall-map-tachikawa__btn.--btn03 {
    top: 400px;
    left: 300px;
  }
  .page-index .hall-map-tachikawa__btn.--btn04 {
    bottom: 85px;
    left: 520px;
  }
  .page-index .hall-map-tachikawa__btn.--btn05 {
    bottom: 205px;
    left: 450px;
  }
  .page-index .hall-map-tachikawa__btn.--btn06 {
    bottom: 30px;
    left: 230px;
  }
  .page-index .hall-map-tachikawa__btn.--btn07 {
    bottom: 95px;
    left: 40px;
  }
  .page-index .hall-map-tachikawa__btn.--btn09 {
    top: 75px;
    left: 530px;
  }
  .page-index .hall-map-tachikawa__btn.--btn10 {
    top: 85px;
    left: 80px;
  }
  .page-index .hall-map-tokorozawa {
    width: 1000px;
    height: 670px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/tokorozawa/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-tokorozawa__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-tokorozawa__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-tokorozawa__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall-map-tokorozawa__btn.--btn01 {
    bottom: 85px;
    left: 500px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn02 {
    top: 145px;
    left: 290px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn03 {
    top: 335px;
    left: 480px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn04 {
    top: 325px;
    left: 680px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn05 {
    top: 110px;
    left: 580px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn06 {
    bottom: 80px;
    left: 95px;
  }
  .page-index .hall-map-mitaka {
    width: 1000px;
    height: 670px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/mitaka/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-mitaka__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-mitaka__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-mitaka__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall-map-mitaka__btn.--btn01 {
    bottom: 190px;
    left: 290px;
  }
  .page-index .hall-map-mitaka__btn.--btn02 {
    top: 310px;
    left: 360px;
  }
  .page-index .hall-map-mitaka__btn.--btn03 {
    top: 325px;
    left: 680px;
  }
  .page-index .hall-map-mitaka__btn.--btn04 {
    top: 475px;
    left: 670px;
  }
  .page-index .hall-map-mitaka__btn.--btn05 {
    top: 170px;
    left: 130px;
  }
  .page-index .hall-map-mitaka__btn.--btn06 {
    top: 185px;
    left: 510px;
  }
  .page-index .hall-map-hachiouji {
    width: 1000px;
    height: 670px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/hachiouji/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-hachiouji__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-hachiouji__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-hachiouji__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall-map-hachiouji__btn.--btn01 {
    top: 205px;
    left: 190px;
  }
  .page-index .hall-map-hachiouji__btn.--btn02 {
    top: 275px;
    left: 580px;
  }
  .page-index .hall-map-hachiouji__btn.--btn03 {
    top: 130px;
    left: 100px;
  }
  .page-index .hall-map-hachiouji__btn.--btn04 {
    top: 300px;
    left: 270px;
  }
  .page-index .hall-map-hachiouji__btn.--btn05 {
    top: 110px;
    left: 340px;
  }
  .page-index .hall-map-hachiouji__btn.--btn06 {
    bottom: 15px;
    left: 270px;
  }
  .page-index .hall-map-hachiouji__btn.--btn07 {
    top: 425px;
    left: 410px;
  }
  .page-index .hall-map-hachiouji__btn.--btn08 {
    bottom: 80px;
    left: 130px;
  }
  .page-index .hall-map-hachiouji__btn.--btn09 {
    bottom: 230px;
    right: 40px;
  }
  .page-index .hall-map-hachiouji__btn.--btn10 {
    bottom: 130px;
    left: 50px;
  }
  .page-index .hall-map-hachiouji__btn.--btn11 {
    bottom: 315px;
    left: 130px;
  }
  .page-index .hall-map-hachiouji__btn.--btn12 {
    bottom: 70px;
    left: 280px;
  }
  .page-index .hall-map-hachiouji__btn.--btn13 {
    bottom: 100px;
    right: 145px;
  }
  .page-index .hall-map-hachiouji__btn.--btn14 {
    bottom: 125px;
    left: 350px;
  }
  .page-index .hall-map-akishima {
    width: 800px;
    height: 800px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/akishima/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-akishima__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-akishima__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-akishima__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall-map-akishima__btn.--btn01 {
    top: 390px;
    right: 30px;
  }
  .page-index .hall-map-akishima__btn.--btn02 {
    top: 455px;
    left: 10px;
  }
  .page-index .hall-map-akishima__btn.--btn02 a {
    padding: 1.8rem 1.5rem;
  }
  .page-index .hall-map-akishima__btn.--btn03 {
    top: 650px;
    left: 380px;
  }
  .page-index .hall-map-akishima__btn.--btn04 {
    bottom: 65px;
    left: 620px;
  }
  .page-index .hall-map-akishima__btn.--btn05 {
    bottom: 135px;
    left: 160px;
  }
  .page-index .hall-map-akishima__btn.--btn06 {
    top: 135px;
    left: 350px;
  }
  .page-index .hall-map-akishima__btn.--btn07 {
    top: 140px;
    left: 20px;
  }
  .page-index .hall-map-sakado {
    width: 800px;
    height: 800px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/sakado/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-sakado__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-sakado__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-sakado__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall-map-sakado__btn.--btn01 {
    top: 250px;
    right: 280px;
  }
  .page-index .hall-map-sakado__btn.--btn02 {
    top: 560px;
    left: 195px;
  }
  .page-index .hall-map-kunitachi {
    width: 1000px;
    height: 500px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/kunitachi/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-kunitachi__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-kunitachi__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-kunitachi__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall-map-kunitachi__btn.--btn01 {
    top: 320px;
    left: 280px;
  }
  .page-index .hall-map-kunitachi__btn.--btn02 {
    top: 140px;
    left: 290px;
  }
  .page-index .hall-map-kunitachi__btn.--btn03 {
    top: 340px;
    right: 230px;
  }
  .page-index .hall-map-kunitachi__btn.--btn04 {
    top: 100px;
    right: 100px;
  }
  .page-index .hall-map-kunitachi02 {
    width: 1000px;
    height: 670px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/kunitachi/map_image.png") no-repeat;
  }
  .page-index .hall-map-kunitachi02__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-kunitachi02__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-kunitachi02__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall-map-kunitachi02__btn.--btn01 {
    top: 440px;
    left: 620px;
  }
  .page-index .hall-map-kunitachi02__btn.--btn02 {
    top: 190px;
    left: 640px;
  }
  .page-index .hall-map-kunitachi02__btn.--btn03 {
    top: 380px;
    left: 220px;
  }
  .page-index .hall-map-area {
    width: 800px;
    margin: 0 auto 3.5rem auto;
    background: url("../../assets/img/index/big/map_pc.png") no-repeat;
    background-size: contain;
  }
  .page-index .hall-map-area a path {
    -webkit-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
  }
  .page-index .hall-map-area a:hover path {
    fill: #dac105;
  }
  .page-index .hall__area-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .hall__area-list li {
    margin: 0 0 2.5rem 0;
  }
  .page-index .hall__area-list .tokyo {
    width: 49%;
  }
  .page-index .hall__area-list .tokyo a {
    background: #349363;
  }
  .page-index .hall__area-list .kanagawa {
    width: 49%;
  }
  .page-index .hall__area-list .kanagawa a {
    background: #94C465;
  }
  .page-index .hall__area-list .chiba {
    width: 32%;
  }
  .page-index .hall__area-list .chiba a {
    background: #C79664;
  }
  .page-index .hall__area-list .saitama {
    width: 32%;
  }
  .page-index .hall__area-list .saitama a {
    background: #C36363;
  }
  .page-index .hall__area-list .yamanashi {
    width: 32%;
  }
  .page-index .hall__area-list .yamanashi a {
    background: #329393;
  }
  .page-index .hall__area-list a {
    display: block;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 15px -10px #777777;
            box-shadow: 0px 8px 15px -10px #777777;
  }
  .page-index .hall__area-list a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .hall-box {
    width: 480px;
    margin: 0 2rem 4rem 2rem;
    padding: 2.5rem 2.5rem 1.8rem 2.5rem;
    position: relative;
    border-radius: 10px;
    border: 2px solid #005247;
    background: #fff;
  }
  .page-index .hall-box__obi {
    width: 236px;
    height: 40px;
    position: absolute;
    left: -12px;
    text-align: center;
    background: url("../../assets/img/index/common/hall_obi.png") no-repeat;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.1;
    color: #fff;
  }
  .page-index .hall-box__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .hall-box__name {
    width: 200px;
    margin: 1.5rem 0 0 0;
    font-weight: bold;
    font-size: 3.2rem;
    color: #005247;
    line-height: 1.2;
  }
  .page-index .hall-box__name strong {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .page-index .hall-box__photo {
    width: 210px;
  }
  .page-index .hall-box__photo img {
    border-radius: 10px;
  }
  .page-index .hall-box__lead {
    border-top: 2px solid #005247;
    margin: 1rem 0 2rem 0;
    padding: 2rem 0 0 0;
  }
  .page-index .hall-box__table {
    width: 100%;
    display: table;
    border-top: 1px solid #429E94;
    border-left: 1px solid #429E94;
    border-right: 1px solid #429E94;
  }
  .page-index .hall-box__table dt {
    width: 80px;
    display: table-cell;
    padding: 0.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #429E94;
    border-bottom: 1px solid #fff;
  }
  .page-index .hall-box__table dd {
    display: table-cell;
    padding: 0.5rem 1rem;
  }
  .page-index .hall-box__table.--last {
    border-bottom: 1px solid #429E94;
  }
  .page-index .hall-box__table.--last dt {
    border-bottom: none;
  }
  .page-index .hall-box__map {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .page-index .hall-box__map iframe {
    width: 100%;
    height: 350px;
  }
  .page-index .hall-box__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2.5rem 0 0 0;
  }
  .page-index .hall-box__features li {
    width: 32%;
    margin: 0 0 0.8rem 0;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #005247;
    text-align: center;
  }
  .page-index .hall-box__features::after {
    content: "";
    display: block;
    width: 32%;
  }
  .page-index .hall__accordion .toggle {
    display: none;
  }
  .page-index .hall__accordion .Label { /*タイトル*/
    padding: 1.5rem;
    display: block;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    background: #429E94;
  }
  .page-index .hall__accordion .Label::before { /*タイトル横の矢印*/
    content: "";
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(45% - 4px);
    right: 20px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .page-index .hall__accordion .Label,
  .page-index .hall__accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page-index .hall__accordion .content { /*本文*/
    height: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .page-index .hall__accordion .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding: 3rem 0 0 0;
  }
  .page-index .hall__accordion .toggle:checked + .Label::before {
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
  }
  .page-index .hall__end-txt {
    width: 100%;
    margin: 5rem 0 0 0;
    padding: 1rem;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #005247;
    background: #FFE100;
  }
  .page-index .hall__end-txt strong {
    color: #B50047;
    font-weight: bold;
  }
  .page-index .plan {
    padding: 10rem 0;
  }
  .page-index .plan__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .page-index .plan__lead01 {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    color: #005247;
  }
  .page-index .plan__lead01 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .plan-caution {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 5rem auto;
    padding: 1.5rem 3rem;
    background: #B50047;
  }
  .page-index .plan-caution__icon {
    width: 130px;
  }
  .page-index .plan-caution__txt {
    width: 600px;
    text-align: center;
    color: #fff;
  }
  .page-index .plan-caution__txt dt {
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2.4rem;
    border-bottom: 1px solid #fff;
  }
  .page-index .plan-caution__txt dt strong {
    color: #FFE100;
    font-weight: bold;
  }
  .page-index .plan__lead02 {
    margin: 0 0 7rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    color: #B50047;
  }
  .page-index .plan__lead02 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .plan__lead03 {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
  }
  .page-index .plan__lead03 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .plan__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .plan-box {
    width: 480px;
    padding: 2rem;
    border-radius: 10px;
  }
  .page-index .plan-box.--plan01 {
    border: 2px solid #84a027;
  }
  .page-index .plan-box.--plan02 {
    border: 2px solid #C9306F;
  }
  .page-index .plan-box__photo {
    width: 100%;
  }
  .page-index .plan-box__photo img {
    width: 100%;
    border-radius: 10px;
  }
  .page-index .plan-box__lead {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .page-index .plan-box__title {
    padding: 0 0 1rem 0;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.4rem;
  }
  .page-index .plan-box__title.--plan01 {
    color: #84a027;
    border-bottom: 2px solid #84a027;
  }
  .page-index .plan-box__title.--plan02 {
    color: #C9306F;
    border-bottom: 2px solid #C9306F;
  }
  .page-index .plan-box__price {
    margin: 1rem 0;
    text-align: center;
    position: relative;
    line-height: 1.2;
  }
  .page-index .plan-box__price.--plan01 {
    color: #84a027;
  }
  .page-index .plan-box__price.--plan02 {
    color: #C9306F;
  }
  .page-index .plan-box__price-amount {
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
  }
  .page-index .plan-box__price-amount span {
    margin: 0 0 0 1rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .page-index .plan-box__price-txt {
    position: absolute;
    top: 5px;
    left: 285px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .page-index .plan-box__tax-price {
    text-align: center;
    font-size: 2rem;
  }
  .page-index .plan-box__tax-price span {
    margin: 0 1rem 0 0;
    padding: 0 0.5rem 0.3rem 0.5rem;
    font-size: 1.6rem;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .page-index .plan-box__flow {
    margin: 2rem 0;
    text-align: center;
  }
  .page-index .plan-box__detail {
    width: 100%;
    padding: 1.5rem;
    border-radius: 10px;
  }
  .page-index .plan-box__detail.--plan01 {
    background: #f2ffc8;
  }
  .page-index .plan-box__detail.--plan02 {
    background: #F3DCE1;
  }
  .page-index .plan-box__detail-title {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  .page-index .plan-box__detail-title.--plan01 {
    color: #84a027;
  }
  .page-index .plan-box__detail-title.--plan02 {
    color: #C9306F;
  }
  .page-index .plan-box__detail-txt {
    text-align: center;
    font-weight: bold;
  }
  .page-index .plan-box__icon-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .plan-box__icon-list::after {
    content: "";
    display: block;
    width: 32%;
  }
  .page-index .plan-box__icon {
    width: 32%;
    margin: 0 0 1.5rem 0;
    background: #fff;
  }
  .page-index .plan-box__icon-photo {
    width: 100%;
  }
  .page-index .plan-box__icon-photo img {
    width: 100%;
  }
  .page-index .plan-box__icon-name {
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }
  .page-index .plan-box__icon-name span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .page-index .plan-sousaihi {
    width: 100%;
    margin: 5rem 0 0 0;
    padding: 2rem;
    background: #EAF0EE;
  }
  .page-index .plan-sousaihi__title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .page-index .plan-sousaihi__title span {
    margin: 0 1.5rem 0 0;
    padding: 0 0 0 1.5rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    background: #429E94;
  }
  .page-index .plan-sousaihi__title strong {
    font-weight: bold;
    color: #B50047;
  }
  .page-index .plan-sousaihi__lead {
    margin: 1.5rem 0 0 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
    border-top: 1px solid #005247;
    font-weight: bold;
    color: #005247;
  }
  .page-index .hikaku {
    padding: 10rem 0;
    background: #F0F5F4;
  }
  .page-index .hikaku__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .page-index .hikaku__lead {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    color: #005247;
  }
  .page-index .hikaku__lead strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .hikaku__image {
    width: 100%;
  }
  .page-index .hikaku__image img {
    width: 100%;
  }
  .page-index .consul {
    padding: 10rem 0;
  }
  .page-index .consul__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .consul__title {
    padding: 0.5rem 0;
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    background: #BE9D59;
  }
  .page-index .consul__lead {
    width: 950px;
    margin: 5rem auto;
  }
  .page-index .consul__lead dt {
    padding: 0.5rem 0 0.8rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    color: #429E94;
    text-align: center;
    border-top: 2px solid #429E94;
    border-bottom: 2px solid #429E94;
  }
  .page-index .consul__lead dt strong {
    margin: 0 0 0 1.5rem;
    padding: 0 1.5rem 0.2rem 1.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #B50047;
    border-radius: 30px;
  }
  .page-index .consul__lead dd {
    padding: 3rem 0;
  }
  .page-index .consul__lead dd ul {
    margin: 0 2rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .consul__lead dd ul li {
    margin: 0 5rem 1.5rem 0;
    padding: 0 0 0 3rem;
    font-weight: bold;
    font-size: 2rem;
    color: #006633;
    background: url("../../assets/img/index/common/consul_check_icon.png") no-repeat left;
  }
  .page-index .consul__lead dd ul li strong {
    color: #CC0033;
    font-weight: bold;
  }
  .page-index .consul__lead p {
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    background: #429E94;
  }
  .page-index .consul-box01 {
    width: 100%;
    padding: 4rem;
    background: #F5F0F7;
  }
  .page-index .consul-box01__title01 {
    padding: 0.5rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    background: #761D76;
    border-radius: 30px;
  }
  .page-index .consul-box01__title01 strong {
    font-weight: bold;
    color: #FFE100;
  }
  .page-index .consul-box01-lead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3.5rem 0;
    background: #fff;
  }
  .page-index .consul-box01-lead__column-left {
    width: calc(100% - 390px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2rem;
  }
  .page-index .consul-box01-lead__column-right {
    width: 370px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-index .consul-box01-lead__column-right img {
    width: 100%;
  }
  .page-index .consul-box01-lead__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.6rem;
    font-weight: bold;
    color: #761D76;
  }
  .page-index .consul-box01-lead__title span {
    margin: 0 1rem 0 0;
    padding: 0 1.5rem;
    letter-spacing: 0.1rem;
    color: #fff;
    font-weight: bold;
    background: #761D76;
    border-radius: 5px;
  }
  .page-index .consul-box01-lead__title img {
    margin: 0 0.5rem;
    height: 35px;
  }
  .page-index .consul-box01-lead__txt {
    margin: 1.5rem 0 0 0;
  }
  .page-index .consul-box01__title02 {
    padding: 0.5rem 0;
    color: #761D76;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    border-top: 2px solid #761D76;
    border-bottom: 2px solid #761D76;
  }
  .page-index .consul-box01__service-list01 {
    width: 100%;
    margin: 2.5rem 0 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .consul-box01__service-list01 li {
    margin: 0 0 1.5rem 0;
  }
  .page-index .consul-box01__service-list02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    background: #fff;
  }
  .page-index .consul-box01__service-list02 p {
    margin: 2rem 0 0 0;
  }
  .page-index .consul-box01__service-list02 ul {
    margin: 0 0 0 5rem;
  }
  .page-index .consul-box01__service-list02 ul li {
    font-size: 1.6rem;
  }
  .page-index .consul-box01__end-txt {
    margin: 2rem 0 0 0;
    padding: 0.5rem 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #761D76;
    border-radius: 30px;
  }
  .page-index .consul-box02 {
    width: 100%;
    margin: 4rem 0 0 0;
    padding: 4rem 4rem 2rem 4rem;
    border: 2px solid #005247;
    border-radius: 10px;
    background: #F0F5F4;
  }
  .page-index .consul-box02__title {
    padding: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    color: #005247;
    border-bottom: 2px solid #005247;
  }
  .page-index .consul-box02__title strong {
    font-weight: bold;
    color: #B50047;
  }
  .page-index .consul-box02__lead {
    margin: 2rem 0 3rem 0;
    text-align: center;
    font-weight: bold;
    color: #005247;
  }
  .page-index .consul-box02__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .consul-box02__photo {
    width: 345px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-index .consul-box02__photo img {
    border-radius: 10px;
  }
  .page-index .consul-box02__list {
    width: calc(100% - 380px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-index .consul-box02__list li {
    width: 230px;
    height: 44px;
    margin: 0 0 1rem 0;
    padding: 0.5rem 0 0 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url("../../assets/img/index/common/consul_afterlist_bg.png") no-repeat;
  }
  .page-index .voice {
    padding: 10rem 0;
    background: #F0F5F4;
  }
  .page-index .voice__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .voice__title {
    margin: 0 0 3rem 0;
    text-align: center;
    color: #429E94;
    font-size: 4rem;
    font-weight: bold;
  }
  .page-index .voice__lead {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .page-index .voice__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .voice-box {
    width: 380px;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #429E94;
  }
  .page-index .voice-box__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .voice-box__photo {
    width: 120px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-index .voice-box__title {
    width: calc(100% - 130px);
  }
  .page-index .voice-box__title-age {
    width: 110px;
    margin: 0 0 1rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #429E94;
    background: #D4E7E7;
  }
  .page-index .voice-box__title-txt {
    font-weight: bold;
    font-size: 2rem;
    color: #429E94;
  }
  .page-index .voice-box__txt {
    margin: 1.5rem 0 0 0;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .page-index .mv {
    background: url("../../assets/img/index/common/mv_bg_pc.png") no-repeat;
    background-size: cover;
  }
  .page-index .mv__lead-txt {
    padding: 2.5rem 0;
    background: #429E94;
  }
  .page-index .mv__lead-txt-inner {
    width: 1150px;
    margin: 0 auto;
    text-align: center;
  }
  .page-index .mv__inner {
    width: 1150px;
    height: 530px;
    margin: 0 auto;
    position: relative;
  }
  .page-index .mv__txt01 {
    width: 639px;
    position: absolute;
    top: 30px;
  }
  .page-index .mv__txt02 {
    width: 707px;
    position: absolute;
    top: 155px;
  }
  .page-index .mv__txt02-big {
    width: 707px;
    position: absolute;
    top: 170px;
  }
  .page-index .mv__image01 {
    width: 650px;
    position: absolute;
    bottom: 0;
    right: 15px;
  }
  .page-index .mv__image01 img {
    width: 100%;
  }
  .page-index .mv__image02 {
    width: 90px;
    position: absolute;
    top: 60px;
    right: 0;
  }
  .page-index .mv-lead {
    background: #429E94;
  }
  .page-index .mv-lead__inner {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 1.5rem 0 2rem 0;
  }
  .page-index .mv-lead__column-left {
    width: 600px;
  }
  .page-index .mv-lead__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
  }
  .page-index .mv-lead__price dt {
    width: 220px;
    margin: 1rem 0 0 0;
    padding: 1.5rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .page-index .mv-lead__price dd {
    margin: 0 0 0 3rem;
    position: relative;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
    color: #fff;
  }
  .page-index .mv-lead__price dd strong {
    margin: 0 2rem 0 0;
    font-size: 6.8rem;
    font-weight: bold;
  }
  .page-index .mv-lead__price dd span {
    position: absolute;
    top: 8px;
    right: 0;
    font-weight: bold;
    font-size: 2rem;
  }
  .page-index .mv-lead__price dd .tax {
    display: block;
    margin: 1rem 0 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: right;
  }
  .page-index .mv-lead__column-right {
    width: 580px;
  }
  .page-index .mv-lead__txt {
    width: 580px;
  }
  .page-index .mv-lead__txt img {
    width: 100%;
  }
  .page-index .first-cta {
    padding: 7rem 0;
    background: #FFE100;
  }
  .page-index .first-cta__inner {
    width: 1050px;
    margin: 0 auto;
    padding: 0 0 2.5rem 0;
    position: relative;
    background: white;
  }
  .page-index .first-cta__lead {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    background: #B50047;
    text-align: center;
    font-weight: bold;
    font-size: 3.8rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    color: #fff;
  }
  .page-index .first-cta__txt01 {
    width: 100%;
    margin: 2rem 0 0 0;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
  }
  .page-index .first-cta__txt01 strong {
    font-size: 3rem;
    font-weight: bold;
    color: #B50047;
  }
  .page-index .first-cta__txt02 {
    width: 100%;
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
  }
  .page-index .first-cta__txt02 strong {
    margin: 0 0.5rem;
    font-size: 3rem;
    font-weight: bold;
    color: #B50047;
  }
  .page-index .first-cta__image01 {
    width: 235px;
    position: absolute;
    top: -30px;
    right: -40px;
  }
  .page-index .first-cta__image01 img {
    width: 100%;
  }
  .page-index .first-cta__tel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.2;
  }
  .page-index .first-cta__tel-sp {
    display: none;
  }
  .page-index .first-cta__icon {
    width: 80px;
    margin: 0 1.5rem 0 0;
  }
  .page-index .first-cta__icon img {
    width: 100%;
  }
  .page-index .first-cta__number {
    font-size: 5.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .page-index .first-cta__txt-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.5rem 0 0 0;
  }
  .page-index .first-cta__txt03 {
    padding: 0.5rem 2.5rem;
    background: #005247;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .page-index .first-cta__txt03 strong {
    font-weight: bold;
    font-size: 3rem;
    color: #FFE100;
  }
  .page-index .first-cta__txt03 strong span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
  }
  .page-index .first-cta__txt04 {
    margin: 0 0 0 3rem;
    padding: 0.5rem 2.5rem;
    font-weight: bold;
    font-size: 2.4rem;
    color: #005247;
    background: #fff;
    border-top: 2px solid #005247;
    border-bottom: 2px solid #005247;
  }
  .page-index .fv_2024-12 {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8E6E7), color-stop(75%, #E8E6E7), color-stop(75%, #2DA792), to(#2DA792));
    background: linear-gradient(180deg, #E8E6E7 0%, #E8E6E7 75%, #2DA792 75%, #2DA792 100%);
  }
  .page-index .fv_2024-12__inner {
    width: 1040px;
    margin: 0 auto;
    padding: 3rem 0 0 0;
  }
  .page-index .fv_2024-12__area {
    width: 300px;
    margin: 0 auto;
    padding: 0.7rem;
    border-radius: 50px;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
    background: #38A591;
    color: #fff;
  }
  .page-index .fv_2024-12__area strong {
    margin: 0 0.5rem 0 0;
    font-size: 4rem;
    font-weight: bold;
  }
  .page-index .fv_2024-12__lead {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 3.8rem;
    text-align: center;
    color: #333333;
  }
  .page-index .fv_2024-12__lead strong {
    margin: 0 1rem 0 0;
    font-size: 5.5rem;
    font-weight: bold;
    color: #38a591;
  }
  .page-index .fv_2025-03 {
    width: 100%;
    padding: 1.5rem 0 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#EFECEA), color-stop(15%, #EFECEA), color-stop(15%, #fff), to(#fff));
    background: linear-gradient(180deg, #EFECEA 0%, #EFECEA 15%, #fff 15%, #fff 100%);
  }
  .page-index .fv_2025-03__inner {
    width: 100%;
    padding: 0 0 1rem 0;
    background: url("../../assets/img/index/tachikawa/fv_image_pc_bg.png") no-repeat bottom;
    background-size: 100% 274px;
  }
  .page-index .fv_2025-03__image {
    text-align: center;
  }
  .page-index .fv_2025-05 {
    width: 100%;
    padding: 0 0 2rem 0;
    background: #9DBC3A;
  }
  .page-index .fv_2025-05__inner {
    width: 100%;
    background: url("../../assets/img/index/tachikawa/fv_image_pc_bg02.png") no-repeat;
    background-size: 100% 660px;
  }
  .page-index .fv_2025-05__image {
    text-align: center;
  }
  .page-index .first-cta_2024-12 {
    padding: 3rem 0;
    background: #fff6c8;
  }
  .page-index .first-cta_2024-12-btn {
    width: 640px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #b30c37;
    border-radius: 15px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  .page-index .first-cta_2024-12-btn__txt01 {
    width: 460px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    background: #fff;
    border-radius: 50px;
  }
  .page-index .first-cta_2024-12-btn__txt02 {
    margin: 0.7rem 0 0 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    color: #fffc01;
  }
  .page-index .first-cta_2024-12-btn__txt02 strong {
    margin: 0 0.3rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .page-index .first-cta_2024-12-btn__wrap {
    width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.7rem auto 0 auto;
  }
  .page-index .first-cta_2024-12-btn__txt03 {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    font-size: 2.8rem;
  }
  .page-index .first-cta_2024-12-btn__number {
    margin: 0 0 0 2rem;
  }
  .page-index .first-cta_2024-12-btn__number span {
    padding: 0 0 0 5.5rem;
    font-size: 5.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: url("../../assets/img/index/common/tel_icon_wh.png") no-repeat left 23px;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  .page-index .first-cta_2025-05 {
    padding: 3rem 0;
    background: #fff6c8;
  }
  .page-index .first-cta_2025-05-btn {
    width: 700px;
    margin: 0 auto;
    padding: 1.5rem;
    background: #b30c37;
    border-radius: 15px;
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  .page-index .first-cta_2025-05-btn__txt01 {
    width: 660px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    background: #fff;
    border-radius: 50px;
  }
  .page-index .first-cta_2025-05-btn__txt02 {
    margin: 0.7rem 0 0 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    color: #fffc01;
  }
  .page-index .first-cta_2025-05-btn__txt02 strong {
    margin: 0 0.3rem;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .page-index .first-cta_2025-05-btn__wrap {
    width: 580px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.7rem auto 0 auto;
  }
  .page-index .first-cta_2025-05-btn__txt03 {
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    font-size: 2.8rem;
  }
  .page-index .first-cta_2025-05-btn__number {
    margin: 0 0 0 2rem;
  }
  .page-index .first-cta_2025-05-btn__number span {
    padding: 0 0 0 5.5rem;
    font-size: 5.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background: url("../../assets/img/index/common/tel_icon_wh.png") no-repeat left 23px;
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  .page-index .common-cta {
    width: 100%;
    padding: 3.5rem 0 5rem 0;
    background: #005247;
  }
  .page-index .common-cta__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .common-cta__title {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    color: #fff;
  }
  .page-index .common-cta__title strong {
    font-weight: bold;
    font-size: 3.2rem;
    color: #FFE100;
  }
  .page-index .common-cta__btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .common-cta__btn-list li {
    background: url("../../assets/img/common/common_cta_btn02_bg.png") no-repeat;
  }
  .page-index .common-cta__btn-list .telbtn-pc {
    background: none;
  }
  .page-index .common-cta__btn-list .telbtn-pc__inner {
    width: 390px;
    padding: 1rem;
    text-align: center;
    background: #B50046;
    border-radius: 10px;
    -webkit-box-shadow: 0px 13px 0px 0px #450A1E;
            box-shadow: 0px 13px 0px 0px #450A1E;
  }
  .page-index .common-cta__btn-list .telbtn-pc__txt {
    font-weight: bold;
    font-size: 2.4rem;
    color: #fff;
  }
  .page-index .common-cta__btn-list .telbtn-pc__txt strong {
    margin: 0 1rem 0 0;
    padding: 0 1.5rem;
    font-weight: bold;
    background: #FFE100;
    border-radius: 30px;
    color: #B50046;
  }
  .page-index .common-cta__btn-list .telbtn-pc__number {
    line-height: 1.3;
  }
  .page-index .common-cta__btn-list .telbtn-pc__number span {
    padding: 0 0 0 7.5rem;
    font-weight: bold;
    font-size: 4.2rem;
    color: #fff;
    background: url("../../assets/img/common/icon_fd02.png") no-repeat 0 15px;
    background-size: 70px;
  }
  .page-index .reason-title {
    padding: 10rem 0;
    background: #F0F5F4;
  }
  .page-index .reason-title__inner {
    width: 730px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    background: url("../../assets/img/index/common/title_bg.png") no-repeat center;
    background-size: cover;
    font-size: 4.2rem;
    font-weight: bold;
    color: #005247;
  }
  .page-index .reason-title__inner strong {
    color: #B50047;
    font-weight: bold;
  }
  .page-index .section-title {
    width: 860px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 4rem auto;
    background: url("../../assets/img/index/common/section_title_bg.png") no-repeat;
  }
  .page-index .section-title__number {
    width: 175px;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
  }
  .page-index .section-title__number strong {
    margin: 0 0 0 0.5rem;
    font-weight: bold;
    font-size: 3.4rem;
  }
  .page-index .section-title__txt {
    width: 630px;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #B50047;
  }
  .page-index .hall {
    padding: 0 0 10rem 0;
    background: #F0F5F4;
  }
  .page-index .hall__inner {
    width: 1040px;
    margin: 0 auto;
  }
  .page-index .hall__lead {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #005247;
  }
  .page-index .hall__lead strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .hall-map-tachikawa {
    width: 1000px;
    height: 670px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/tachikawa/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-tachikawa__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-tachikawa__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-tachikawa__btn.--btn01 {
    top: 110px;
    left: 200px;
  }
  .page-index .hall-map-tachikawa__btn.--btn02 {
    top: 250px;
    left: 460px;
  }
  .page-index .hall-map-tachikawa__btn.--btn03 {
    top: 160px;
    left: 540px;
  }
  .page-index .hall-map-tachikawa__btn.--btn04 {
    bottom: 60px;
    left: 700px;
  }
  .page-index .hall-map-tachikawa__btn.--btn05 {
    bottom: 135px;
    left: 730px;
  }
  .page-index .hall-map-tachikawa__btn.--btn06 {
    bottom: 125px;
    left: 400px;
  }
  .page-index .hall-map-tachikawa__btn.--btn07 {
    bottom: 140px;
    left: 150px;
  }
  .page-index .hall-map-tokorozawa {
    width: 1000px;
    height: 670px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/tokorozawa/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-tokorozawa__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-tokorozawa__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn01 {
    bottom: 85px;
    left: 500px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn02 {
    top: 145px;
    left: 290px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn03 {
    top: 335px;
    left: 480px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn04 {
    top: 325px;
    left: 680px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn05 {
    top: 110px;
    left: 580px;
  }
  .page-index .hall-map-tokorozawa__btn.--btn06 {
    bottom: 80px;
    left: 95px;
  }
  .page-index .hall-map-mitaka {
    width: 1000px;
    height: 670px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/mitaka/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-mitaka__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-mitaka__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-mitaka__btn.--btn01 {
    bottom: 190px;
    left: 290px;
  }
  .page-index .hall-map-mitaka__btn.--btn02 {
    top: 310px;
    left: 360px;
  }
  .page-index .hall-map-mitaka__btn.--btn03 {
    top: 325px;
    left: 680px;
  }
  .page-index .hall-map-mitaka__btn.--btn04 {
    top: 475px;
    left: 670px;
  }
  .page-index .hall-map-mitaka__btn.--btn05 {
    top: 170px;
    left: 130px;
  }
  .page-index .hall-map-mitaka__btn.--btn06 {
    top: 185px;
    left: 510px;
  }
  .page-index .hall-map-hachiouji {
    width: 1000px;
    height: 670px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/hachiouji/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-hachiouji__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-hachiouji__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-hachiouji__btn.--btn01 {
    top: 205px;
    left: 190px;
  }
  .page-index .hall-map-hachiouji__btn.--btn02 {
    top: 275px;
    left: 580px;
  }
  .page-index .hall-map-hachiouji__btn.--btn03 {
    top: 130px;
    left: 100px;
  }
  .page-index .hall-map-hachiouji__btn.--btn04 {
    top: 300px;
    left: 270px;
  }
  .page-index .hall-map-hachiouji__btn.--btn05 {
    top: 110px;
    left: 340px;
  }
  .page-index .hall-map-hachiouji__btn.--btn06 {
    bottom: 15px;
    left: 270px;
  }
  .page-index .hall-map-hachiouji__btn.--btn07 {
    top: 425px;
    left: 410px;
  }
  .page-index .hall-map-hachiouji__btn.--btn08 {
    bottom: 80px;
    left: 130px;
  }
  .page-index .hall-map-hachiouji__btn.--btn09 {
    bottom: 230px;
    right: 40px;
  }
  .page-index .hall-map-hachiouji__btn.--btn10 {
    bottom: 130px;
    left: 50px;
  }
  .page-index .hall-map-hachiouji__btn.--btn11 {
    bottom: 315px;
    left: 130px;
  }
  .page-index .hall-map-hachiouji__btn.--btn12 {
    bottom: 70px;
    left: 280px;
  }
  .page-index .hall-map-hachiouji__btn.--btn13 {
    bottom: 100px;
    right: 145px;
  }
  .page-index .hall-map-hachiouji__btn.--btn14 {
    bottom: 125px;
    left: 350px;
  }
  .page-index .hall-map-akishima {
    width: 800px;
    height: 800px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/akishima/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-akishima__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-akishima__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-akishima__btn.--btn01 {
    top: 390px;
    right: 30px;
  }
  .page-index .hall-map-akishima__btn.--btn02 {
    top: 455px;
    left: 10px;
  }
  .page-index .hall-map-akishima__btn.--btn02 a {
    padding: 1.8rem 1.5rem;
  }
  .page-index .hall-map-akishima__btn.--btn03 {
    top: 650px;
    left: 380px;
  }
  .page-index .hall-map-akishima__btn.--btn04 {
    bottom: 65px;
    left: 620px;
  }
  .page-index .hall-map-akishima__btn.--btn05 {
    bottom: 135px;
    left: 160px;
  }
  .page-index .hall-map-akishima__btn.--btn06 {
    top: 135px;
    left: 350px;
  }
  .page-index .hall-map-akishima__btn.--btn07 {
    top: 140px;
    left: 20px;
  }
  .page-index .hall-map-sakado {
    width: 800px;
    height: 800px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/sakado/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-sakado__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-sakado__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-sakado__btn.--btn01 {
    top: 250px;
    right: 280px;
  }
  .page-index .hall-map-sakado__btn.--btn02 {
    top: 560px;
    left: 195px;
  }
  .page-index .hall-map-kunitachi {
    width: 1000px;
    height: 500px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/kunitachi/map_image.jpg") no-repeat;
  }
  .page-index .hall-map-kunitachi__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-kunitachi__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-kunitachi__btn.--btn01 {
    top: 320px;
    left: 280px;
  }
  .page-index .hall-map-kunitachi__btn.--btn02 {
    top: 140px;
    left: 290px;
  }
  .page-index .hall-map-kunitachi__btn.--btn03 {
    top: 340px;
    right: 230px;
  }
  .page-index .hall-map-kunitachi__btn.--btn04 {
    top: 100px;
    right: 100px;
  }
  .page-index .hall-map-kunitachi02 {
    width: 1000px;
    height: 670px;
    margin: 0 auto 7rem auto;
    position: relative;
    background: url("../../assets/img/index/kunitachi/map_image.png") no-repeat;
  }
  .page-index .hall-map-kunitachi02__btn {
    position: absolute;
    background: #fff;
    border-radius: 5px;
  }
  .page-index .hall-map-kunitachi02__btn a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #015347;
    border-radius: 5px;
  }
  .page-index .hall-map-kunitachi02__btn a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall-map-kunitachi02__btn.--btn01 {
    top: 440px;
    left: 620px;
  }
  .page-index .hall-map-kunitachi02__btn.--btn02 {
    top: 190px;
    left: 640px;
  }
  .page-index .hall-map-kunitachi02__btn.--btn03 {
    top: 380px;
    left: 220px;
  }
  .page-index .hall-map-area {
    width: 800px;
    margin: 0 auto 3.5rem auto;
    background: url("../../assets/img/index/big/map_pc.png") no-repeat;
    background-size: contain;
  }
  .page-index .hall-map-area a path {
    -webkit-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
  }
  .page-index .hall-map-area a:hover path {
    fill: #dac105;
  }
  .page-index .hall__area-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .hall__area-list li {
    margin: 0 0 2.5rem 0;
  }
  .page-index .hall__area-list .tokyo {
    width: 49%;
  }
  .page-index .hall__area-list .tokyo a {
    background: #349363;
  }
  .page-index .hall__area-list .kanagawa {
    width: 49%;
  }
  .page-index .hall__area-list .kanagawa a {
    background: #94C465;
  }
  .page-index .hall__area-list .chiba {
    width: 32%;
  }
  .page-index .hall__area-list .chiba a {
    background: #C79664;
  }
  .page-index .hall__area-list .saitama {
    width: 32%;
  }
  .page-index .hall__area-list .saitama a {
    background: #C36363;
  }
  .page-index .hall__area-list .yamanashi {
    width: 32%;
  }
  .page-index .hall__area-list .yamanashi a {
    background: #329393;
  }
  .page-index .hall__area-list a {
    display: block;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 15px -10px #777777;
            box-shadow: 0px 8px 15px -10px #777777;
  }
  .page-index .hall__area-list a:hover {
    opacity: 0.6;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .page-index .hall__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .hall-box {
    width: 480px;
    margin: 0 2rem 4rem 2rem;
    padding: 2.5rem 2.5rem 1.8rem 2.5rem;
    position: relative;
    border-radius: 10px;
    border: 2px solid #005247;
    background: #fff;
  }
  .page-index .hall-box__obi {
    width: 236px;
    height: 40px;
    position: absolute;
    left: -12px;
    text-align: center;
    background: url("../../assets/img/index/common/hall_obi.png") no-repeat;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.1;
    color: #fff;
  }
  .page-index .hall-box__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .hall-box__name {
    width: 200px;
    margin: 1.5rem 0 0 0;
    font-weight: bold;
    font-size: 3.2rem;
    color: #005247;
    line-height: 1.2;
  }
  .page-index .hall-box__name strong {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .page-index .hall-box__photo {
    width: 210px;
  }
  .page-index .hall-box__photo img {
    border-radius: 10px;
  }
  .page-index .hall-box__lead {
    border-top: 2px solid #005247;
    margin: 1rem 0 2rem 0;
    padding: 2rem 0 0 0;
  }
  .page-index .hall-box__table {
    width: 100%;
    display: table;
    border-top: 1px solid #429E94;
    border-left: 1px solid #429E94;
    border-right: 1px solid #429E94;
  }
  .page-index .hall-box__table dt {
    width: 80px;
    display: table-cell;
    padding: 0.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #429E94;
    border-bottom: 1px solid #fff;
  }
  .page-index .hall-box__table dd {
    display: table-cell;
    padding: 0.5rem 1rem;
  }
  .page-index .hall-box__table.--last {
    border-bottom: 1px solid #429E94;
  }
  .page-index .hall-box__table.--last dt {
    border-bottom: none;
  }
  .page-index .hall-box__map {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .page-index .hall-box__map iframe {
    width: 100%;
    height: 350px;
  }
  .page-index .hall-box__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2.5rem 0 0 0;
  }
  .page-index .hall-box__features li {
    width: 32%;
    margin: 0 0 0.8rem 0;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #005247;
    text-align: center;
  }
  .page-index .hall-box__features::after {
    content: "";
    display: block;
    width: 32%;
  }
  .page-index .hall__accordion .toggle {
    display: none;
  }
  .page-index .hall__accordion .Label { /*タイトル*/
    padding: 1.5rem;
    display: block;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    background: #429E94;
  }
  .page-index .hall__accordion .Label::before { /*タイトル横の矢印*/
    content: "";
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(45% - 4px);
    right: 20px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .page-index .hall__accordion .Label,
  .page-index .hall__accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page-index .hall__accordion .content { /*本文*/
    height: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .page-index .hall__accordion .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding: 3rem 0 0 0;
  }
  .page-index .hall__accordion .toggle:checked + .Label::before {
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
  }
  .page-index .hall__end-txt {
    width: 100%;
    margin: 5rem 0 0 0;
    padding: 1rem;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #005247;
    background: #FFE100;
  }
  .page-index .hall__end-txt strong {
    color: #B50047;
    font-weight: bold;
  }
  .page-index .plan {
    padding: 10rem 0;
  }
  .page-index .plan__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .page-index .plan__lead01 {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    color: #005247;
  }
  .page-index .plan__lead01 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .plan-caution {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 5rem auto;
    padding: 1.5rem 3rem;
    background: #B50047;
  }
  .page-index .plan-caution__icon {
    width: 130px;
  }
  .page-index .plan-caution__txt {
    width: 600px;
    text-align: center;
    color: #fff;
  }
  .page-index .plan-caution__txt dt {
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2.4rem;
    border-bottom: 1px solid #fff;
  }
  .page-index .plan-caution__txt dt strong {
    color: #FFE100;
    font-weight: bold;
  }
  .page-index .plan__lead02 {
    margin: 0 0 7rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    color: #B50047;
  }
  .page-index .plan__lead02 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .plan__lead03 {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
  }
  .page-index .plan__lead03 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .plan__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .plan-box {
    width: 480px;
    padding: 2rem;
    border-radius: 10px;
  }
  .page-index .plan-box.--plan01 {
    border: 2px solid #84a027;
  }
  .page-index .plan-box.--plan02 {
    border: 2px solid #C9306F;
  }
  .page-index .plan-box__photo {
    width: 100%;
  }
  .page-index .plan-box__photo img {
    width: 100%;
    border-radius: 10px;
  }
  .page-index .plan-box__lead {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .page-index .plan-box__title {
    padding: 0 0 1rem 0;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.4rem;
  }
  .page-index .plan-box__title.--plan01 {
    color: #84a027;
    border-bottom: 2px solid #84a027;
  }
  .page-index .plan-box__title.--plan02 {
    color: #C9306F;
    border-bottom: 2px solid #C9306F;
  }
  .page-index .plan-box__price {
    margin: 1rem 0;
    text-align: center;
    position: relative;
    line-height: 1.2;
  }
  .page-index .plan-box__price.--plan01 {
    color: #84a027;
  }
  .page-index .plan-box__price.--plan02 {
    color: #C9306F;
  }
  .page-index .plan-box__price-amount {
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
  }
  .page-index .plan-box__price-amount span {
    margin: 0 0 0 1rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .page-index .plan-box__price-txt {
    position: absolute;
    top: 5px;
    left: 285px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .page-index .plan-box__tax-price {
    text-align: center;
    font-size: 2rem;
  }
  .page-index .plan-box__tax-price span {
    margin: 0 1rem 0 0;
    padding: 0 0.5rem 0.3rem 0.5rem;
    font-size: 1.6rem;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .page-index .plan-box__flow {
    margin: 2rem 0;
    text-align: center;
  }
  .page-index .plan-box__detail {
    width: 100%;
    padding: 1.5rem;
    border-radius: 10px;
  }
  .page-index .plan-box__detail.--plan01 {
    background: #F2FFC8;
  }
  .page-index .plan-box__detail.--plan02 {
    background: #F3DCE1;
  }
  .page-index .plan-box__detail-title {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  .page-index .plan-box__detail-title.--plan01 {
    color: #84A027;
  }
  .page-index .plan-box__detail-title.--plan02 {
    color: #C9306F;
  }
  .page-index .plan-box__detail-txt {
    text-align: center;
    font-weight: bold;
  }
  .page-index .plan-box__icon-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .plan-box__icon-list::after {
    content: "";
    display: block;
    width: 32%;
  }
  .page-index .plan-box__icon {
    width: 32%;
    margin: 0 0 1.5rem 0;
    background: #fff;
  }
  .page-index .plan-box__icon-photo {
    width: 100%;
  }
  .page-index .plan-box__icon-photo img {
    width: 100%;
  }
  .page-index .plan-box__icon-name {
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }
  .page-index .plan-box__icon-name span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .page-index .plan-sousaihi {
    width: 100%;
    margin: 5rem 0 0 0;
    padding: 2rem;
    background: #EAF0EE;
  }
  .page-index .plan-sousaihi__title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .page-index .plan-sousaihi__title span {
    margin: 0 1.5rem 0 0;
    padding: 0 0 0 1.5rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    background: #429E94;
  }
  .page-index .plan-sousaihi__title strong {
    font-weight: bold;
    color: #B50047;
  }
  .page-index .plan-sousaihi__lead {
    margin: 1.5rem 0 0 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
    border-top: 1px solid #005247;
    font-weight: bold;
    color: #005247;
  }
  .page-index .hikaku {
    padding: 10rem 0;
    background: #F0F5F4;
  }
  .page-index .hikaku__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .page-index .hikaku__lead {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.6rem;
    color: #005247;
  }
  .page-index .hikaku__lead strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .hikaku__image {
    width: 100%;
  }
  .page-index .hikaku__image img {
    width: 100%;
  }
  .page-index .consul {
    padding: 10rem 0;
  }
  .page-index .consul__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .consul__title {
    padding: 0.5rem 0;
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    background: #BE9D59;
  }
  .page-index .consul__lead {
    width: 950px;
    margin: 5rem auto;
  }
  .page-index .consul__lead dt {
    padding: 0.5rem 0 0.8rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    color: #429E94;
    text-align: center;
    border-top: 2px solid #429E94;
    border-bottom: 2px solid #429E94;
  }
  .page-index .consul__lead dt strong {
    margin: 0 0 0 1.5rem;
    padding: 0 1.5rem 0.2rem 1.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: #B50047;
    border-radius: 30px;
  }
  .page-index .consul__lead dd {
    padding: 3rem 0;
  }
  .page-index .consul__lead dd ul {
    margin: 0 2rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .consul__lead dd ul li {
    margin: 0 5rem 1.5rem 0;
    padding: 0 0 0 3rem;
    font-weight: bold;
    font-size: 2rem;
    color: #006633;
    background: url("../../assets/img/index/common/consul_check_icon.png") no-repeat left;
  }
  .page-index .consul__lead dd ul li strong {
    color: #CC0033;
    font-weight: bold;
  }
  .page-index .consul__lead p {
    padding: 0.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    background: #429E94;
  }
  .page-index .consul-box01 {
    width: 100%;
    padding: 4rem;
    background: #F5F0F7;
  }
  .page-index .consul-box01__title01 {
    padding: 0.5rem 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    background: #761D76;
    border-radius: 30px;
  }
  .page-index .consul-box01__title01 strong {
    font-weight: bold;
    color: #FFE100;
  }
  .page-index .consul-box01-lead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 3.5rem 0;
    background: #fff;
  }
  .page-index .consul-box01-lead__column-left {
    width: calc(100% - 390px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 2rem;
  }
  .page-index .consul-box01-lead__column-right {
    width: 370px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-index .consul-box01-lead__column-right img {
    width: 100%;
  }
  .page-index .consul-box01-lead__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.6rem;
    font-weight: bold;
    color: #761D76;
  }
  .page-index .consul-box01-lead__title span {
    margin: 0 1rem 0 0;
    padding: 0 1.5rem;
    letter-spacing: 0.1rem;
    color: #fff;
    font-weight: bold;
    background: #761D76;
    border-radius: 5px;
  }
  .page-index .consul-box01-lead__title img {
    margin: 0 0.5rem;
    height: 35px;
  }
  .page-index .consul-box01-lead__txt {
    margin: 1.5rem 0 0 0;
  }
  .page-index .consul-box01__title02 {
    padding: 0.5rem 0;
    color: #761D76;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    border-top: 2px solid #761D76;
    border-bottom: 2px solid #761D76;
  }
  .page-index .consul-box01__service-list01 {
    width: 100%;
    margin: 2.5rem 0 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .consul-box01__service-list01 li {
    margin: 0 0 1.5rem 0;
  }
  .page-index .consul-box01__service-list02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    background: #fff;
  }
  .page-index .consul-box01__service-list02 p {
    margin: 2rem 0 0 0;
  }
  .page-index .consul-box01__service-list02 ul {
    margin: 0 0 0 5rem;
  }
  .page-index .consul-box01__service-list02 ul li {
    font-size: 1.6rem;
  }
  .page-index .consul-box01__end-txt {
    margin: 2rem 0 0 0;
    padding: 0.5rem 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #761D76;
    border-radius: 30px;
  }
  .page-index .consul-box02 {
    width: 100%;
    margin: 4rem 0 0 0;
    padding: 4rem 4rem 2rem 4rem;
    border: 2px solid #005247;
    border-radius: 10px;
    background: #F0F5F4;
  }
  .page-index .consul-box02__title {
    padding: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    color: #005247;
    border-bottom: 2px solid #005247;
  }
  .page-index .consul-box02__title strong {
    font-weight: bold;
    color: #B50047;
  }
  .page-index .consul-box02__lead {
    margin: 2rem 0 3rem 0;
    text-align: center;
    font-weight: bold;
    color: #005247;
  }
  .page-index .consul-box02__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .consul-box02__photo {
    width: 345px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-index .consul-box02__photo img {
    border-radius: 10px;
  }
  .page-index .consul-box02__list {
    width: calc(100% - 380px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-index .consul-box02__list li {
    width: 230px;
    height: 44px;
    margin: 0 0 1rem 0;
    padding: 0.5rem 0 0 0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url("../../assets/img/index/common/consul_afterlist_bg.png") no-repeat;
  }
  .page-index .voice {
    padding: 10rem 0;
    background: #F0F5F4;
  }
  .page-index .voice__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .page-index .voice__title {
    margin: 0 0 3rem 0;
    text-align: center;
    color: #429E94;
    font-size: 4rem;
    font-weight: bold;
  }
  .page-index .voice__lead {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .page-index .voice__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .voice-box {
    width: 380px;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #429E94;
  }
  .page-index .voice-box__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .voice-box__photo {
    width: 120px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-index .voice-box__title {
    width: calc(100% - 130px);
  }
  .page-index .voice-box__title-age {
    width: 110px;
    margin: 0 0 1rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #429E94;
    background: #D4E7E7;
  }
  .page-index .voice-box__title-txt {
    font-weight: bold;
    font-size: 2rem;
    color: #429E94;
  }
  .page-index .voice-box__txt {
    margin: 1.5rem 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .page-index .mv {
    width: 100%;
  }
  .page-index .mv__sp {
    width: 100%;
  }
  .page-index .mv__sp img {
    width: 100%;
  }
  .page-index .mv__lead-txt {
    display: none;
  }
  .page-index .mv__inner {
    display: none;
  }
  .page-index .mv-lead {
    display: none;
  }
  .page-index .first-cta {
    padding: 2rem 0;
    background: #FFE100;
  }
  .page-index .first-cta__inner {
    width: 94%;
    margin: 0 auto;
    padding: 0 0 2.5rem 0;
    position: relative;
    background: white;
    border-radius: 10px;
  }
  .page-index .first-cta__lead {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    background: #B50047;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .page-index .first-cta__txt01 {
    width: 100%;
    margin: 2rem 0 0 0;
    font-weight: bold;
    text-align: center;
  }
  .page-index .first-cta__txt01 strong {
    font-size: 2rem;
    font-weight: bold;
    color: #B50047;
  }
  .page-index .first-cta__txt02 {
    width: 100%;
    margin: 2rem 0 0 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .page-index .first-cta__txt02 strong {
    margin: 0 0.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #B50047;
  }
  .page-index .first-cta__image01 {
    display: none;
  }
  .page-index .first-cta__tel {
    display: none;
  }
  .page-index .first-cta__tel-sp {
    display: block;
    width: 320px;
    margin: 1rem auto 0 auto;
    padding: 1rem 0;
    text-align: center;
    background: rgb(200, 200, 200);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(200, 200, 200)), to(rgb(255, 254, 250)));
    background: linear-gradient(0deg, rgb(200, 200, 200) 0%, rgb(255, 254, 250) 100%);
    border: 4px solid #B50047;
    border-radius: 50px;
    -webkit-box-shadow: 0px 7px 2px -2px #4b001e;
            box-shadow: 0px 7px 2px -2px #4b001e;
    text-decoration: none;
    color: #B50047;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .page-index .first-cta__tel-sp strong {
    font-weight: bold;
    font-size: 2.2rem;
    color: #202020;
  }
  .page-index .first-cta__txt-wrap {
    width: 100%;
    margin: 1.5rem 0 0 0;
  }
  .page-index .first-cta__txt03 {
    width: 90%;
    margin: 0 auto;
    padding: 0.5rem 0 0.5rem 2.5rem;
    background: url("../../assets/img/index/common/first_cta_image01.png") no-repeat 10px #005247;
    background-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .page-index .first-cta__txt03 strong {
    font-weight: bold;
    font-size: 2rem;
    color: #FFE100;
  }
  .page-index .first-cta__txt03 strong span {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
  }
  .page-index .first-cta__txt04 {
    width: 90%;
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 1.8rem;
    color: #005247;
    text-align: center;
    background: #fff;
    border-top: 2px solid #005247;
    border-bottom: 2px solid #005247;
  }
  .page-index .fv_2024-12 {
    width: 100%;
    background: #E8E6E7;
  }
  .page-index .fv_2024-12__inner {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 0 0;
  }
  .page-index .fv_2024-12__area {
    width: 220px;
    margin: 0 auto;
    padding: 0.7rem;
    border-radius: 50px;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
    background: #38A591;
    color: #fff;
  }
  .page-index .fv_2024-12__area strong {
    margin: 0 0.5rem 0 0;
    font-size: 2.6rem;
    font-weight: bold;
  }
  .page-index .fv_2024-12__lead {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    color: #333333;
  }
  .page-index .fv_2024-12__lead strong {
    margin: 0 1rem 0 0;
    font-size: 3.8rem;
    font-weight: bold;
    color: #38a591;
  }
  .page-index .fv_2024-12__image-sp {
    width: 100%;
  }
  .page-index .fv_2024-12__image-sp img {
    width: 100%;
  }
  .page-index .fv_2025-03 {
    width: 100%;
  }
  .page-index .fv_2025-03__inner {
    width: 100%;
  }
  .page-index .fv_2025-03__image {
    width: 100%;
  }
  .page-index .fv_2025-03__image img {
    width: 100%;
  }
  .page-index .fv_2025-05 {
    width: 100%;
  }
  .page-index .fv_2025-05__inner {
    width: 100%;
  }
  .page-index .fv_2025-05__image {
    width: 100%;
  }
  .page-index .fv_2025-05__image img {
    width: 100%;
  }
  .page-index .first-cta_2024-12-btn {
    padding: 2rem 0;
    background: #fff6c8;
    text-align: center;
  }
  .page-index .first-cta_2024-12-btn img {
    -webkit-animation: yureru-j 2s infinite;
            animation: yureru-j 2s infinite;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    5% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    10% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    15% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    20% {
      -webkit-transform: translate(0px, 2px);
              transform: translate(0px, 2px);
    }
    25% {
      -webkit-transform: translate(0px, -2px);
              transform: translate(0px, -2px);
    }
    30% {
      -webkit-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
    }
  }
  .page-index .common-cta {
    width: 100%;
    padding: 2.5rem 0 2.5rem 0;
    background: #005247;
  }
  .page-index .common-cta__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .common-cta__title {
    margin: 0 0 2rem 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
  }
  .page-index .common-cta__title strong {
    font-weight: bold;
    font-size: 2rem;
    color: #FFE100;
  }
  .page-index .common-cta__btn-list li {
    margin: 0 0 1rem 0;
    text-align: center;
  }
  .page-index .common-cta__btn-list li img {
    width: 300px;
  }
  .page-index .common-cta__btn-list li img img {
    width: 100%;
  }
  .page-index .common-cta__tel-sp {
    display: block;
    width: 320px;
    margin: 1rem auto 2rem auto;
    padding: 1rem 0;
    text-align: center;
    background: rgb(200, 200, 200);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(200, 200, 200)), to(rgb(255, 254, 250)));
    background: linear-gradient(0deg, rgb(200, 200, 200) 0%, rgb(255, 254, 250) 100%);
    border: 4px solid #B50047;
    border-radius: 50px;
    -webkit-box-shadow: 0px 7px 2px -2px #4b001e;
            box-shadow: 0px 7px 2px -2px #4b001e;
    text-decoration: none;
    color: #B50047;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .page-index .common-cta__tel-sp strong {
    font-weight: bold;
    font-size: 2.2rem;
    color: #202020;
  }
  .page-index .reason-title {
    padding: 5rem 0 3rem 0;
    background: #F0F5F4;
  }
  .page-index .reason-title__inner {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    background: url("../../assets/img/index/common/title_bg.png") no-repeat center;
    background-size: contain;
    font-size: 2.2rem;
    font-weight: bold;
    color: #005247;
  }
  .page-index .reason-title__inner strong {
    color: #B50047;
    font-weight: bold;
  }
  .page-index .section-title {
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 2rem auto;
    border: 2px solid #B50046;
    border-radius: 30px;
  }
  .page-index .section-title__number {
    width: 70px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #B50046;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .page-index .section-title__number strong {
    font-weight: bold;
  }
  .page-index .section-title__txt {
    width: 280px;
    text-align: center;
    font-weight: bold;
    color: #B50047;
    background: #fff;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .page-index .hall {
    padding: 0 0 5rem 0;
    background: #F0F5F4;
  }
  .page-index .hall__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .hall__lead {
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color: #005247;
  }
  .page-index .hall__lead strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .hall-map-tachikawa {
    display: none;
  }
  .page-index .hall-map-tokorozawa {
    display: none;
  }
  .page-index .hall-map-mitaka {
    display: none;
  }
  .page-index .hall-map-hachiouji {
    display: none;
  }
  .page-index .hall-map-akishima {
    display: none;
  }
  .page-index .hall-map-sakado {
    display: none;
  }
  .page-index .hall-map-kunitachi {
    display: none;
  }
  .page-index .hall-map-kunitachi02 {
    display: none;
  }
  .page-index .hall-map-sp {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
  .page-index .hall-map-sp img {
    width: 100%;
  }
  .page-index .hall-map-area {
    width: 100%;
    margin: 0 0 2.5rem 0;
  }
  .page-index .hall-map-area img {
    width: 100%;
  }
  .page-index .hall__area-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-index .hall__area-list li {
    width: 98%;
    margin: 0 auto 1.5rem auto;
  }
  .page-index .hall__area-list li:last-child {
    margin: 0 auto;
  }
  .page-index .hall__area-list .tokyo a {
    background: #349363;
  }
  .page-index .hall__area-list .kanagawa {
    width: 48%;
  }
  .page-index .hall__area-list .kanagawa a {
    background: #94C465;
  }
  .page-index .hall__area-list .chiba {
    width: 48%;
  }
  .page-index .hall__area-list .chiba a {
    background: #C79664;
  }
  .page-index .hall__area-list .saitama {
    width: 48%;
  }
  .page-index .hall__area-list .saitama a {
    background: #C36363;
  }
  .page-index .hall__area-list .yamanashi {
    width: 48%;
  }
  .page-index .hall__area-list .yamanashi a {
    background: #329393;
  }
  .page-index .hall__area-list a {
    display: block;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: underline;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 15px -10px #777777;
            box-shadow: 0px 8px 15px -10px #777777;
  }
  .page-index .hall__list {
    width: 100%;
  }
  .page-index .hall-box {
    width: 90%;
    margin: 0 2rem 4rem 2rem;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    position: relative;
    border-radius: 10px;
    border: 2px solid #005247;
    background: #fff;
  }
  .page-index .hall-box__obi {
    width: 236px;
    height: 40px;
    position: absolute;
    left: -12px;
    text-align: center;
    background: url("../../assets/img/index/common/hall_obi.png") no-repeat;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #fff;
  }
  .page-index .hall-box__name {
    margin: 4rem 0 0 0;
    font-weight: bold;
    font-size: 2.4rem;
    color: #005247;
    line-height: 1.2;
    text-align: center;
  }
  .page-index .hall-box__name strong {
    margin: 0 0.5rem 0 0;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .page-index .hall-box__name.--obinashi {
    margin: 0.5rem 0 0 0;
  }
  .page-index .hall-box__photo {
    width: 210px;
    margin: 1rem auto 0 auto;
  }
  .page-index .hall-box__photo img {
    border-radius: 10px;
  }
  .page-index .hall-box__lead {
    border-top: 2px solid #005247;
    margin: 1rem 0 1rem 0;
    padding: 1rem 0 0 0;
  }
  .page-index .hall-box__table {
    width: 100%;
    display: table;
    border-top: 1px solid #429E94;
    border-left: 1px solid #429E94;
    border-right: 1px solid #429E94;
    font-size: 1.4rem;
  }
  .page-index .hall-box__table dt {
    width: 80px;
    display: table-cell;
    padding: 0.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #429E94;
    border-bottom: 1px solid #fff;
  }
  .page-index .hall-box__table dd {
    display: table-cell;
    padding: 0.5rem 1rem;
  }
  .page-index .hall-box__table.--last {
    border-bottom: 1px solid #429E94;
  }
  .page-index .hall-box__table.--last dt {
    border-bottom: none;
  }
  .page-index .hall-box__map {
    width: 100%;
    margin: 2rem 0 0 0;
  }
  .page-index .hall-box__map iframe {
    width: 100%;
    height: 300px;
  }
  .page-index .hall-box__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2.5rem 0 0 0;
  }
  .page-index .hall-box__features li {
    width: 48%;
    margin: 0 0 0.8rem 0;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #005247;
    text-align: center;
  }
  .page-index .hall-box__features::after {
    content: "";
    display: block;
    width: 32%;
  }
  .page-index .hall__accordion .toggle {
    display: none;
  }
  .page-index .hall__accordion .Label { /*タイトル*/
    padding: 1.5rem;
    display: block;
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
    background: #429E94;
  }
  .page-index .hall__accordion .Label::before { /*タイトル横の矢印*/
    content: "";
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(45% - 4px);
    right: 20px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .page-index .hall__accordion .Label,
  .page-index .hall__accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .page-index .hall__accordion .content { /*本文*/
    height: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .page-index .hall__accordion .toggle:checked + .Label + .content { /*開閉時*/
    height: auto;
    padding: 3rem 0 0 0;
  }
  .page-index .hall__accordion .toggle:checked + .Label::before {
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
  }
  .page-index .hall__end-txt {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 1rem 2rem;
    border-radius: 20px;
    font-weight: bold;
    color: #005247;
    background: #FFE100;
  }
  .page-index .hall__end-txt strong {
    color: #B50047;
    font-weight: bold;
  }
  .page-index .plan {
    padding: 5rem 0;
  }
  .page-index .plan__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .plan__lead01 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    color: #005247;
  }
  .page-index .plan__lead01 br {
    display: none;
  }
  .page-index .plan__lead01 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .plan-caution {
    width: 100%;
    margin: 0 auto 2rem auto;
    padding: 1.5rem;
    background: #B50047;
  }
  .page-index .plan-caution__icon {
    width: 50px;
    margin: 0 auto;
  }
  .page-index .plan-caution__icon img {
    width: 100%;
  }
  .page-index .plan-caution__txt {
    width: 100%;
    color: #fff;
  }
  .page-index .plan-caution__txt dt {
    margin: 1rem 0;
    padding: 0 0 1rem 0;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .page-index .plan-caution__txt dt strong {
    color: #FFE100;
    font-weight: bold;
  }
  .page-index .plan-caution02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 2rem auto;
    padding: 1rem;
    background: #B50047;
  }
  .page-index .plan-caution02__icon {
    width: 40px;
    margin: 0 auto;
  }
  .page-index .plan-caution02__icon img {
    width: 100%;
  }
  .page-index .plan-caution02__txt {
    width: calc(100% - 70px);
    color: #fff;
    line-height: 1.5;
  }
  .page-index .plan-caution02__txt strong {
    color: #FFE100;
    font-weight: bold;
  }
  .page-index .plan__lead02 {
    margin: 0 0 5rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    color: #B50047;
  }
  .page-index .plan__lead02 br {
    display: none;
  }
  .page-index .plan__lead02 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .plan__lead03 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .page-index .plan__lead03 br {
    display: none;
  }
  .page-index .plan__lead03 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .plan__list {
    width: 100%;
  }
  .page-index .plan-box {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 1.5rem;
    border-radius: 10px;
  }
  .page-index .plan-box.--plan01 {
    border: 2px solid #84A027;
  }
  .page-index .plan-box.--plan02 {
    border: 2px solid #C9306F;
  }
  .page-index .plan-box__photo {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .page-index .plan-box__photo img {
    width: 100%;
    border-radius: 10px;
  }
  .page-index .plan-box__lead {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
  }
  .page-index .plan-box__title {
    padding: 0 0 1rem 0;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.4rem;
  }
  .page-index .plan-box__title.--plan01 {
    color: #84A027;
    border-bottom: 2px solid #84A027;
  }
  .page-index .plan-box__title.--plan02 {
    color: #C9306F;
    border-bottom: 2px solid #C9306F;
  }
  .page-index .plan-box__price {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    text-align: center;
    line-height: 1.2;
  }
  .page-index .plan-box__price.--plan01 {
    color: #84A027;
  }
  .page-index .plan-box__price.--plan02 {
    color: #C9306F;
  }
  .page-index .plan-box__price-amount {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
  .page-index .plan-box__price-amount span {
    margin: 0 0 0 1rem;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .page-index .plan-box__price-txt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .page-index .plan-box__tax-price {
    text-align: center;
    font-size: 1.8rem;
  }
  .page-index .plan-box__tax-price span {
    margin: 0 1rem 0 0;
    padding: 0 0.5rem 0.3rem 0.5rem;
    font-size: 1.4rem;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .page-index .plan-box__flow {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
  }
  .page-index .plan-box__flow img {
    width: 100%;
  }
  .page-index .plan-box__detail {
    width: 100%;
    padding: 1.5rem 1.5rem 0 1.5rem;
    border-radius: 10px;
  }
  .page-index .plan-box__detail.--plan01 {
    background: #F2FFC8;
  }
  .page-index .plan-box__detail.--plan02 {
    background: #F3DCE1;
  }
  .page-index .plan-box__detail-title {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
  }
  .page-index .plan-box__detail-title.--plan01 {
    color: #84A027;
  }
  .page-index .plan-box__detail-title.--plan02 {
    color: #C9306F;
  }
  .page-index .plan-box__detail-txt {
    text-align: center;
    font-weight: bold;
  }
  .page-index .plan-box__icon-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .plan-box__icon {
    width: 48%;
    margin: 0 0 1.5rem 0;
    background: #fff;
  }
  .page-index .plan-box__icon-photo {
    width: 100%;
  }
  .page-index .plan-box__icon-photo img {
    width: 100%;
  }
  .page-index .plan-box__icon-name {
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }
  .page-index .plan-box__icon-name span {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .page-index .plan-sousaihi {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #EAF0EE;
  }
  .page-index .plan-sousaihi__title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .page-index .plan-sousaihi__title span {
    display: block;
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: #429E94;
  }
  .page-index .plan-sousaihi__title strong {
    font-weight: bold;
    color: #B50047;
  }
  .page-index .plan-sousaihi__lead {
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
    border-top: 1px solid #005247;
    color: #005247;
  }
  .page-index .hikaku {
    padding: 5rem 0;
    background: #F0F5F4;
  }
  .page-index .hikaku__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .hikaku__lead {
    margin: 0 0 2rem 0;
    font-weight: bold;
    color: #005247;
  }
  .page-index .hikaku__lead br {
    display: none;
  }
  .page-index .hikaku__lead strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  .page-index .hikaku__image {
    width: 100%;
  }
  .page-index .hikaku__image img {
    width: 100%;
  }
  .page-index .consul {
    padding: 5rem 0;
  }
  .page-index .consul__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .consul__title {
    padding: 1rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    background: #BE9D59;
  }
  .page-index .consul__lead {
    width: 100%;
    margin: 2rem auto;
  }
  .page-index .consul__lead dt {
    padding: 1rem 0;
    font-weight: bold;
    color: #429E94;
    text-align: center;
    border-top: 2px solid #429E94;
    border-bottom: 2px solid #429E94;
  }
  .page-index .consul__lead dt strong {
    display: block;
    width: 120px;
    margin: 0.5rem auto 0 auto;
    padding: 0 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #B50047;
    border-radius: 30px;
  }
  .page-index .consul__lead dd {
    padding: 2rem 0;
  }
  .page-index .consul__lead dd ul li {
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 3rem;
    font-weight: bold;
    color: #006633;
    background: url("../../assets/img/index/common/consul_check_icon.png") no-repeat 0 3px;
  }
  .page-index .consul__lead dd ul li strong {
    color: #CC0033;
    font-weight: bold;
  }
  .page-index .consul__lead p {
    margin: 1.5rem 0 0 0;
    padding: 1rem;
    font-weight: bold;
    color: #fff;
    background: #429E94;
  }
  .page-index .consul-box01 {
    width: 100%;
    padding: 2rem;
    background: #F5F0F7;
  }
  .page-index .consul-box01__title01 {
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    background: #761D76;
    border-radius: 10px;
  }
  .page-index .consul-box01__title01 strong {
    font-weight: bold;
    color: #FFE100;
  }
  .page-index .consul-box01-lead {
    width: 100%;
    margin: 2rem 0;
    background: #fff;
  }
  .page-index .consul-box01-lead__column-left {
    padding: 1.5rem;
  }
  .page-index .consul-box01-lead__column-right {
    width: 100%;
  }
  .page-index .consul-box01-lead__column-right img {
    width: 100%;
  }
  .page-index .consul-box01-lead__title {
    font-size: 2rem;
    font-weight: bold;
    color: #761D76;
    text-align: center;
  }
  .page-index .consul-box01-lead__title span {
    margin: 0 1rem 0 0;
    padding: 0 1.5rem;
    letter-spacing: 0.1rem;
    color: #fff;
    font-weight: bold;
    background: #761D76;
    border-radius: 5px;
  }
  .page-index .consul-box01-lead__title img {
    width: 180px;
    margin: 0 0.5rem;
    height: auto;
  }
  .page-index .consul-box01-lead__txt {
    margin: 1.5rem 0 0 0;
  }
  .page-index .consul-box01__title02 {
    padding: 0.5rem 0;
    color: #761D76;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    border-top: 2px solid #761D76;
    border-bottom: 2px solid #761D76;
  }
  .page-index .consul-box01__service-list01 {
    width: 100%;
    margin: 2.5rem 0 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-index .consul-box01__service-list01 li {
    width: 48%;
    margin: 0 0 1.5rem 0;
  }
  .page-index .consul-box01__service-list01 li img {
    width: 100%;
  }
  .page-index .consul-box01__service-list02 {
    width: 100%;
    padding: 1.5rem;
    background: #fff;
  }
  .page-index .consul-box01__service-list02 p {
    width: 220px;
    margin: 0 auto 1rem auto;
  }
  .page-index .consul-box01__service-list02 p img {
    width: 100%;
  }
  .page-index .consul-box01__service-list02 ul li {
    font-size: 1.4rem;
  }
  .page-index .consul-box01__end-txt {
    margin: 2rem 0 0 0;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    background: #761D76;
    border-radius: 10px;
  }
  .page-index .consul-box02 {
    width: 100%;
    margin: 4rem 0 0 0;
    padding: 2rem 2rem 0 2rem;
    border: 2px solid #005247;
    border-radius: 10px;
    background: #F0F5F4;
  }
  .page-index .consul-box02__title {
    padding: 0 0 1rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #005247;
    border-bottom: 2px solid #005247;
  }
  .page-index .consul-box02__title strong {
    font-weight: bold;
    color: #B50047;
  }
  .page-index .consul-box02__lead {
    margin: 1rem 0;
    color: #005247;
  }
  .page-index .consul-box02__wrap {
    width: 100%;
  }
  .page-index .consul-box02__photo {
    width: 100%;
  }
  .page-index .consul-box02__photo img {
    width: 100%;
    border-radius: 10px;
  }
  .page-index .consul-box02__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 1.5rem 0 0 0;
  }
  .page-index .consul-box02__list li {
    width: 49%;
    margin: 0 0 1rem 0;
    padding: 0.5rem 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #4A9F94;
    border-radius: 10px;
  }
  .page-index .voice {
    padding: 5rem 0;
    background: #F0F5F4;
  }
  .page-index .voice__inner {
    width: 94%;
    margin: 0 auto;
  }
  .page-index .voice__title {
    margin: 0 0 3rem 0;
    text-align: center;
    color: #429E94;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .page-index .voice__lead {
    margin: 0 0 5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
  }
  .page-index .voice__list {
    width: 100%;
  }
  .page-index .voice-box {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #429E94;
  }
  .page-index .voice-box__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-index .voice-box__photo {
    width: 120px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-index .voice-box__title {
    width: calc(100% - 130px);
  }
  .page-index .voice-box__title-age {
    width: 110px;
    margin: 0 0 1rem 0;
    text-align: center;
    font-weight: bold;
    color: #429E94;
    background: #D4E7E7;
  }
  .page-index .voice-box__title-txt {
    font-weight: bold;
    color: #429E94;
  }
  .page-index .voice-box__txt {
    margin: 1.5rem 0 0 0;
  }
  .page-index .voice-box:last-child {
    margin: 0;
  }
}
/* -------------------------------------------------------------------
 フォーム関連
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  #form {
    width: 100%;
    margin: 0 auto;
  }
  #form .form-title {
    margin: 3rem 0 2rem 0;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    color: #005647;
  }
  #form .form-top__lead {
    text-align: center;
  }
  #form .form-top__in {
    padding: 5rem 0;
    background: #F0F5F4;
  }
  #form .form-top__in__s-title {
    text-align: center;
  }
  #form .form-top__in__s-title h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  #form .form-top__in__s-title__red-txt {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in__s-title__txt01 strong {
    color: #FF0004;
    font-weight: bold;
  }
  #form .contact-check__lead {
    text-align: center;
  }
  #form .contact-check__in {
    margin: 5rem 0 0 0;
    padding: 1.5rem 0 5rem 0;
    background: #F0F5F4;
  }
  #form .contact-error__in {
    padding: 5rem 0;
    text-align: center;
  }
  #form .contact-error__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    color: #FF0004;
  }
  #form .contact-error__in ul {
    width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  #form .contact-error__in ul li {
    list-style-type: disc;
    font-weight: bold;
    margin: 0 0 0 2.5rem;
  }
  #form .contact-error__in__txt {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #form .contact-finish__in {
    margin: 5rem 0 0 0;
    padding: 5rem 0;
    background: #F0F5F4;
  }
  #form .contact-finish__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  #form .contact-finish__in__txt {
    width: 750px;
    margin: 5rem auto 0 auto;
    text-align: center;
  }
  #form .contact-finish__in__txt p {
    margin: 0 0 2rem 0;
  }
  #form .contact-finish__in__txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-pvp-box {
    width: 900px;
    margin: 3rem auto 0 auto;
  }
  .form-pvp-box__lead {
    text-align: center;
  }
  .form-pvp-box__in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #333;
  }
  .form-pvp-box__in__txt01 {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  .form-pvp-box__in__txt02 dl dd ol {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  .form-pvp-box__in__txt02 dl dd ul {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  .form-pvp-box__check {
    width: 350px;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  .form-pvp-box__check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .form-pvp-box__check__error__triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-pvp-box__check__error__txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-pvp-box__check__error__txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table {
    width: 900px;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #666;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  .form-table dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #666;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    width: 70%;
    display: table-cell;
    padding: 2rem;
    background: #fff;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 1.5rem 0.3rem 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 0.7rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.6rem;
  }
  .form-table dl dd select {
    padding: 1.1rem 0.7rem;
    font-size: 1.6rem;
  }
  .form-table dl dd textarea {
    padding: 0.7rem;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100px;
  }
  .form-table dl dd .form-s {
    width: 200px;
  }
  .form-table dl dd .form-m {
    width: 350px;
  }
  .form-table dl dd .form-l {
    width: 500px;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 500px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 500px;
    margin: 4rem auto 6rem auto;
    padding: 2rem 0 1rem 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  .form-tel-box .txt01 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box .tel-pc {
    margin: 1.5rem auto 1rem auto;
    text-align: center;
    line-height: 1;
  }
  .form-tel-box .tel-pc span {
    padding: 0 0 0 6rem;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: url("../../assets/img/common/icon_fd.png") no-repeat 0 13px;
    background-size: 55px;
  }
  .form-tel-box .time {
    margin: 1.5rem 0 0 0;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    color: #B50046;
  }
  .form-tel-box .tel-sp {
    display: none;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 900px;
    margin: 2rem auto 5rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 450px;
    height: 100px;
    margin: 4rem auto 0 auto;
    position: relative;
    z-index: 9999;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 130px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #005647;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #005647;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 300px;
    height: 12px;
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: -1;
    background: #fff;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 280px;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    background: #666;
    color: #fff;
    border: none;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 7rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  #form {
    width: 100%;
    margin: 0 auto;
  }
  #form .form-title {
    margin: 3rem 0 2rem 0;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    color: #005647;
  }
  #form .form-top__lead {
    text-align: center;
  }
  #form .form-top__in {
    padding: 5rem 0;
    background: #F0F5F4;
  }
  #form .form-top__in__s-title {
    text-align: center;
  }
  #form .form-top__in__s-title h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  #form .form-top__in__s-title__red-txt {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in__s-title__txt01 strong {
    color: #FF0004;
    font-weight: bold;
  }
  #form .contact-check__lead {
    text-align: center;
  }
  #form .contact-check__in {
    margin: 5rem 0 0 0;
    padding: 1.5rem 0 5rem 0;
    background: #e9e9e9;
  }
  #form .contact-error__in {
    padding: 5rem 0;
    text-align: center;
  }
  #form .contact-error__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    color: #FF0004;
  }
  #form .contact-error__in ul {
    width: 600px;
    margin: 0 auto;
    text-align: left;
  }
  #form .contact-error__in ul li {
    list-style-type: disc;
    font-weight: bold;
    margin: 0 0 0 2.5rem;
  }
  #form .contact-error__in__txt {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #form .contact-finish__in {
    margin: 5rem 0 0 0;
    padding: 5rem 0;
    background: #F0F5F4;
  }
  #form .contact-finish__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
  }
  #form .contact-finish__in__txt {
    width: 800px;
    margin: 5rem auto 0 auto;
    text-align: center;
  }
  #form .contact-finish__in__txt p {
    margin: 0 0 2rem 0;
  }
  #form .contact-finish__in__txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-pvp-box {
    width: 900px;
    margin: 3rem auto 0 auto;
  }
  .form-pvp-box__lead {
    text-align: center;
  }
  .form-pvp-box__in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #333;
  }
  .form-pvp-box__in__txt01 {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  .form-pvp-box__in__txt02 dl dd ol {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  .form-pvp-box__in__txt02 dl dd ul {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  .form-pvp-box__check {
    width: 350px;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  .form-pvp-box__check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .form-pvp-box__check__error__triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-pvp-box__check__error__txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-pvp-box__check__error__txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table {
    width: 900px;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #666;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    display: table;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
  }
  .form-table dl dt {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    padding: 2rem;
    border-right: 1px solid #666;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    width: 70%;
    display: table-cell;
    padding: 2rem;
    background: #fff;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 1.5rem 0.3rem 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 1rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.6rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.6rem;
  }
  .form-table dl dd select {
    padding: 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd textarea {
    padding: 1rem;
    font-size: 1.6rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100px;
  }
  .form-table dl dd .form-s {
    width: 200px;
  }
  .form-table dl dd .form-m {
    width: 350px;
  }
  .form-table dl dd .form-l {
    width: 500px;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 500px;
    margin: 0 auto 3rem auto;
    padding: 1.5rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 500px;
    margin: 4rem auto 6rem auto;
    padding: 2rem 0 1rem 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
  }
  .form-tel-box .txt01 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
  }
  .form-tel-box .tel-pc {
    margin: 1.5rem auto 1rem auto;
    text-align: center;
    line-height: 1;
  }
  .form-tel-box .tel-pc span {
    padding: 0 0 0 6rem;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: url("../../assets/img/common/icon_fd.png") no-repeat 0 13px;
    background-size: 55px;
  }
  .form-tel-box .time {
    margin: 1.5rem 0 0 0;
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    color: #B50046;
  }
  .form-tel-box .tel-sp {
    display: none;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 900px;
    margin: 2rem auto 5rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 450px;
    height: 100px;
    margin: 4rem auto 0 auto;
    position: relative;
    z-index: 9999;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 130px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    font-size: 4.2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #005647;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #005647;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 300px;
    height: 12px;
    position: absolute;
    top: 30px;
    left: 80px;
    z-index: -1;
    background: #fff;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 280px;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    background: #666;
    color: #fff;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 7rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
@media screen and (max-width: 599px) {
  #form {
    width: 100%;
    margin: 0 auto;
  }
  #form .form-title {
    margin: 2rem 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #005647;
  }
  #form .form-top__lead {
    text-align: center;
  }
  #form .form-top__in {
    margin: 3rem 0 0 0;
    padding: 3rem 0;
    background: #F0F5F4;
  }
  #form .form-top__in__s-title {
    text-align: center;
  }
  #form .form-top__in__s-title h3 {
    margin: 0 0 1rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  #form .form-top__in__s-title__red-txt {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in__s-title__txt01 strong {
    color: #FF0004;
    font-weight: bold;
  }
  #form .form-top__in #timerex_calendar {
    margin: 3rem 0 0 0;
  }
  #form .contact-check__lead {
    width: 90%;
    margin: 0 auto;
  }
  #form .contact-check__in {
    margin: 3rem 0 0 0;
    padding: 1.5rem 0 3rem 0;
    background: #e9e9e9;
  }
  #form .contact-error__in {
    padding: 3rem 0;
    text-align: center;
  }
  #form .contact-error__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    color: #FF0004;
  }
  #form .contact-error__in ul {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  #form .contact-error__in ul li {
    list-style-type: disc;
    font-weight: bold;
    margin: 0 0 0 2.5rem;
  }
  #form .contact-error__in__txt {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  #form .contact-finish__in {
    margin: 3rem 0 0 0;
    padding: 3rem 0;
    background: #F0F5F4;
  }
  #form .contact-finish__in h3 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
  }
  #form .contact-finish__in__txt {
    width: 90%;
    margin: 3rem auto 0 auto;
  }
  #form .contact-finish__in__txt p {
    margin: 0 0 1rem 0;
  }
  #form .contact-finish__in__txt p strong {
    font-weight: bold;
    color: #FF0004;
  }
  .form-pvp-box {
    width: 96%;
    margin: 3rem auto 0 auto;
  }
  .form-pvp-box__lead {
    text-align: center;
  }
  .form-pvp-box__in {
    width: 100%;
    height: 200px;
    overflow: auto;
    margin: 3rem 0 0 0;
    padding: 1.5rem;
    background: #fff;
    font-size: 1.4rem;
    border: 1px solid #333;
  }
  .form-pvp-box__in__txt01 {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl {
    margin: 0 0 1.5rem 0;
  }
  .form-pvp-box__in__txt02 dl dt {
    margin: 0 0 0.5rem 0;
    color: #000;
    font-weight: bold;
  }
  .form-pvp-box__in__txt02 dl dd ol {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ol li {
    margin: 0 0 0 2rem;
    list-style-type: decimal;
  }
  .form-pvp-box__in__txt02 dl dd ul {
    margin: 1rem 0;
  }
  .form-pvp-box__in__txt02 dl dd ul li {
    margin: 0 0 0 2rem;
    list-style-type: circle;
  }
  .form-pvp-box__check {
    width: 80%;
    margin: 3rem auto 0 auto;
    text-align: center;
  }
  .form-pvp-box__check input[type=checkbox] {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .form-pvp-box__check__error__triangle {
    width: 5px;
    margin: 0.5rem auto 0 auto;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-pvp-box__check__error__txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-pvp-box__check__error__txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.2rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table {
    width: 96%;
    margin: 3rem auto 0 auto;
    border-top: 1px solid #999;
    border-collapse: collapse;
  }
  .form-table dl {
    width: 100%;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
  }
  .form-table dl dt {
    padding: 1rem;
    background: #EFEFEF;
  }
  .form-table dl dt span {
    margin: 0 0 0 1rem;
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    background: #FF0033;
  }
  .form-table dl dd {
    padding: 1rem;
    border-top: 1px solid #999;
    background: #fff;
  }
  .form-table dl dd ul li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd ul li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-zip {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-table dl dd .float-zip .caution {
    margin: 1.3rem 0 0 1rem;
    font-size: 1.6rem;
  }
  .form-table dl dd .float-check-radio li {
    margin: 0 0 0.5rem 0;
  }
  .form-table dl dd .float-check-radio li:last-child {
    margin: 0;
  }
  .form-table dl dd .float-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-table dl dd .float-input li {
    margin: 0 0.7rem 0 0;
  }
  .form-table dl dd input {
    padding: 1rem;
  }
  .form-table dl dd input[type=text] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=tel] {
    font-size: 1.4rem;
  }
  .form-table dl dd input[type=number] {
    font-size: 1.4rem;
  }
  .form-table dl dd select {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .form-table dl dd textarea {
    padding: 1rem;
    font-size: 1.4rem;
    font-family: "Noto Sans Japanese";
  }
  .form-table dl dd .form-ss {
    width: 100%;
  }
  .form-table dl dd .form-s {
    width: 100%;
  }
  .form-table dl dd .form-m {
    width: 100%;
  }
  .form-table dl dd .form-l {
    width: 100%;
  }
  .form-table dl dd .form-max {
    width: 100%;
  }
  .form-table dl dd .error {
    max-width: 270px;
  }
  .form-table dl dd .error .triangle {
    width: 5px;
    margin: 0.5rem auto 0 40px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF0033;
    border-left: 8px solid transparent;
  }
  .form-table dl dd .error .txt {
    margin: 0 auto;
    padding: 0.5rem 1.5rem;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-table dl dd .error .txt02 {
    margin: 0.5rem auto 0 auto;
    padding: 0.3rem;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    font-weight: bold;
    font-size: 1.4rem;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .form-error-box {
    width: 90%;
    margin: 0 auto 3rem auto;
    padding: 1rem;
    border-radius: 10px;
    border: 3px solid #FF0033;
    background: #EF3F42;
    color: #fff;
  }
  .form-error-box .txt01 {
    margin: 0 0 0.5rem 0;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-error-box .txt02 {
    font-weight: bold;
    text-align: center;
    color: #fff;
  }
  .form-tel-box {
    width: 90%;
    min-width: 320px;
    margin: 2rem auto;
    padding: 2rem 0 2.5rem 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  .form-tel-box .txt01 {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .form-tel-box .time {
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #B50047;
  }
  .form-tel-box .tel-pc {
    display: none;
  }
  .form-tel-box .tel-sp a {
    display: block;
    width: 320px;
    margin: 1rem auto 0 auto;
    padding: 1rem 0;
    text-align: center;
    background: rgb(200, 200, 200);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(200, 200, 200)), to(rgb(255, 254, 250)));
    background: linear-gradient(0deg, rgb(200, 200, 200) 0%, rgb(255, 254, 250) 100%);
    border: 4px solid #B50047;
    border-radius: 50px;
    -webkit-box-shadow: 0px 7px 2px -2px #4b001e;
            box-shadow: 0px 7px 2px -2px #4b001e;
    text-decoration: none;
    color: #B50047;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .form-tel-box .tel-sp a strong {
    font-weight: bold;
    font-size: 2.2rem;
    color: #202020;
  }
  .form-tel-box .caution {
    margin: 1.5rem 0 0 0;
    text-align: center;
    color: #EB0003;
  }
  .form-flow-box {
    width: 96%;
    margin: 2rem auto;
  }
  .form-flow-box .txt01 {
    text-align: center;
  }
  .form-flow-box .txt02 {
    text-align: center;
  }
  .form-flow-box .flow {
    width: 270px;
    height: 100px;
    margin: 2rem auto 0 auto;
    position: relative;
    z-index: 7777;
  }
  .form-flow-box .flow-in {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
  }
  .form-flow-box .flow-in dl {
    width: 90px;
    text-align: center;
  }
  .form-flow-box .flow-in dl dt {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    background: #fff;
  }
  .form-flow-box .flow-in dl dd {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
    color: #828282;
  }
  .form-flow-box .flow-in .active dt {
    background: #005647;
    color: #fff;
  }
  .form-flow-box .flow-in .active dd {
    color: #005647;
    font-weight: bold;
  }
  .form-flow-box .flow .line {
    width: 200px;
    height: 10px;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: -1;
    background: #fff;
  }
  .form-submit {
    margin: 5rem 0 0 0;
    text-align: center;
  }
  .form-submit input {
    width: 160px;
    padding: 1.5rem 0;
    font-size: 1.4rem;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    background: #666;
    color: #fff;
    /* font-family: 'Noto Serif JP', serif; */
    cursor: pointer;
  }
  .form-submit form.inline {
    display: inline;
  }
  .form-page-back {
    margin: 7rem 0 0 0;
    text-align: center;
  }
  .form-page-back a {
    text-align: center;
    color: #000;
  }
}
/* -------------------------------------------------------------------
 フッター
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .scroll-top {
    width: 80px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 9999;
    line-height: 1.2;
  }
  .scroll-top a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #035849;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.2rem;
    border: 3px solid #fff;
    color: #fff;
  }
  .scroll-top a:hover {
    color: #FFFD00;
  }
  .scroll-top:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .scroll-top {
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  .is-hide {
    pointer-events: none;
  }
  #ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
  }
  #ft-tel__inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #EFEFEF;
  }
  #ft-tel__inner .pc {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  #ft-tel__inner .pc__txt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    background: #AB1B46;
  }
  #ft-tel__inner .pc__txt02 {
    padding: 1rem 2rem 0 2rem;
    color: #AB1B46;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #ft-tel__inner .pc__txt02 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  #ft-tel__inner .pc__number {
    line-height: 1.3;
    margin: 0.6rem 0 0 1rem;
  }
  #ft-tel__inner .pc__number span {
    padding: 0 0 0 7.5rem;
    font-weight: bold;
    font-size: 5rem;
    background: url("../../assets/img/common/icon_fd.png") no-repeat 0 20px;
    background-size: 70px;
  }
  #ft-tel__inner .sp {
    display: none;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft {
    width: 100%;
    min-width: 100%;
    padding: 3rem 0 10rem 0;
    text-align: center;
    background: #F0F5F4;
  }
  .ft__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .ft__inner .copyright {
    font-size: 1.4rem;
    font-weight: bold;
    color: #005247;
  }
  .ft__inner .copyright span {
    font-weight: bold;
  }
  .ft-form {
    padding: 1rem 0;
    background: #005647;
    text-align: center;
  }
  .ft-form .copyright {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .scroll-top {
    width: 80px;
    position: fixed;
    right: 80px;
    bottom: 100px;
    z-index: 9999;
    line-height: 1.2;
  }
  .scroll-top a {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #035849;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    font-size: 1.2rem;
    border: 3px solid #fff;
    color: #fff;
  }
  .scroll-top a:hover {
    color: #FFFD00;
  }
  .scroll-top:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .scroll-top {
    opacity: 0;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }
  .is-hide {
    pointer-events: none;
  }
  #ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
  }
  #ft-tel__inner {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #EFEFEF;
  }
  #ft-tel__inner .pc {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  #ft-tel__inner .pc__txt01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    background: #AB1B46;
  }
  #ft-tel__inner .pc__txt02 {
    padding: 1rem 2rem 0 2rem;
    color: #AB1B46;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #ft-tel__inner .pc__txt02 strong {
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE100), to(#FFE100));
    background: linear-gradient(transparent 70%, #FFE100 70%, #FFE100 100%);
  }
  #ft-tel__inner .pc__number {
    line-height: 1.3;
    margin: 0.6rem 0 0 1rem;
  }
  #ft-tel__inner .pc__number span {
    padding: 0 0 0 7.5rem;
    font-weight: bold;
    font-size: 5rem;
    background: url("../../assets/img/common/icon_fd.png") no-repeat 0 20px;
    background-size: 70px;
  }
  #ft-tel__inner .sp {
    display: none;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft {
    width: 100%;
    min-width: 100%;
    padding: 3rem 0 10rem 0;
    text-align: center;
    background: #F0F5F4;
  }
  .ft__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .ft__inner .copyright {
    font-size: 1.4rem;
    font-weight: bold;
    color: #005247;
  }
  .ft__inner .copyright span {
    font-weight: bold;
  }
  .ft-form {
    padding: 1rem 0;
    background: #005647;
    text-align: center;
  }
  .ft-form .copyright {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .scroll-top {
    padding: 0.5rem;
    text-align: center;
    background: #035849;
  }
  .scroll-top a {
    display: block;
    padding: 1rem 0;
    text-decoration: none;
    color: #fff;
  }
  .scroll-top a br {
    display: none;
  }
  #ft-tel {
    width: 100%;
    position: fixed;
    bottom: 0;
    opacity: 0;
    padding: 0.7rem 0 1rem 0;
    background: #005247;
    z-index: 7777;
  }
  #ft-tel .pc {
    display: none;
  }
  #ft-tel .sp {
    width: 98%;
  }
  #ft-tel .sp__lead {
    text-align: center;
    font-weight: bold;
    color: #FFE100;
  }
  #ft-tel .sp__tel {
    display: block;
    width: 320px;
    margin: 0.5rem auto 0 auto;
    padding: 0.5rem 0;
    text-align: center;
    background: rgb(200, 200, 200);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(200, 200, 200)), to(rgb(255, 254, 250)));
    background: linear-gradient(0deg, rgb(200, 200, 200) 0%, rgb(255, 254, 250) 100%);
    border: 4px solid #B50047;
    border-radius: 50px;
    -webkit-box-shadow: 0px 7px 2px -2px #4b001e;
            box-shadow: 0px 7px 2px -2px #4b001e;
    text-decoration: none;
    color: #B50047;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #ft-tel .sp__tel strong {
    font-weight: bold;
    font-size: 1.6rem;
    color: #202020;
  }
  #ft-tel .sp ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #ft-tel .sp ul .btn01 {
    width: 67%;
    max-width: 240px;
    margin: 0 0.5rem;
  }
  #ft-tel .sp ul .btn01 img {
    width: 100%;
  }
  #ft-tel .sp ul .btn02 {
    width: 30%;
    max-width: 115px;
    margin: 0 0.5rem;
  }
  #ft-tel .sp ul .btn02 img {
    width: 100%;
  }
  #ft-tel.ft-tel-hide {
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  .ft {
    width: 100%;
    margin: 0 auto 11rem auto;
  }
  .ft .copyright {
    padding: 1rem 0;
    color: #035849;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .ft .copyright span {
    font-weight: bold;
  }
  .ft-form {
    padding: 1rem 0;
    background: #005647;
    text-align: center;
  }
  .ft-form .copyright {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }
}
/* -------------------------------------------------------------------
 ユーティリティー
------------------------------------------------------------------- */
@media print, screen and (min-width: 1025px) {
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-sp00 {
    margin-top: 0 !important;
  }
  .pt-sp00 {
    padding-top: 0 !important;
  }
  .mt-sp05 {
    margin-top: 0.5rem !important;
  }
  .pt-sp05 {
    padding-top: 0.5rem !important;
  }
  .mt-sp10 {
    margin-top: 1rem !important;
  }
  .pt-sp10 {
    padding-top: 1rem !important;
  }
  .mt-sp15 {
    margin-top: 1.5rem !important;
  }
  .pt-sp15 {
    padding-top: 1.5rem !important;
  }
  .mt-sp20 {
    margin-top: 2rem !important;
  }
  .pt-sp20 {
    padding-top: 2rem !important;
  }
  .mt-sp25 {
    margin-top: 2.5rem !important;
  }
  .pt-sp25 {
    padding-top: 2.5rem !important;
  }
  .mt-sp30 {
    margin-top: 3rem !important;
  }
  .pt-sp30 {
    padding-top: 3rem !important;
  }
  .mt-sp35 {
    margin-top: 3.5rem !important;
  }
  .pt-sp35 {
    padding-top: 3.5rem !important;
  }
  .mt-sp40 {
    margin-top: 4rem !important;
  }
  .pt-sp40 {
    padding-top: 4rem !important;
  }
  .mt-sp45 {
    margin-top: 4.5rem !important;
  }
  .pt-sp45 {
    padding-top: 4.5rem !important;
  }
  .mt-sp50 {
    margin-top: 5rem !important;
  }
  .pt-sp50 {
    padding-top: 5rem !important;
  }
  .mt-sp55 {
    margin-top: 5.5rem !important;
  }
  .pt-sp55 {
    padding-top: 5.5rem !important;
  }
  .mt-sp60 {
    margin-top: 6rem !important;
  }
  .pt-sp60 {
    padding-top: 6rem !important;
  }
  .mt-sp65 {
    margin-top: 6.5rem !important;
  }
  .pt-sp65 {
    padding-top: 6.5rem !important;
  }
  .mt-sp70 {
    margin-top: 7rem !important;
  }
  .pt-sp70 {
    padding-top: 7rem !important;
  }
  .mt-sp75 {
    margin-top: 7.5rem !important;
  }
  .pt-sp75 {
    padding-top: 7.5rem !important;
  }
  .mt-sp80 {
    margin-top: 8rem !important;
  }
  .pt-sp80 {
    padding-top: 8rem !important;
  }
  .mt-sp85 {
    margin-top: 8.5rem !important;
  }
  .pt-sp85 {
    padding-top: 8.5rem !important;
  }
  .mt-sp90 {
    margin-top: 9rem !important;
  }
  .pt-sp90 {
    padding-top: 9rem !important;
  }
  .mt-sp95 {
    margin-top: 9.5rem !important;
  }
  .pt-sp95 {
    padding-top: 9.5rem !important;
  }
  .mt-sp100 {
    margin-top: 10rem !important;
  }
  .pt-sp100 {
    padding-top: 10rem !important;
  }
  .mr-sp00 {
    margin-right: 0 !important;
  }
  .pr-sp00 {
    padding-right: 0 !important;
  }
  .mr-sp05 {
    margin-right: 0.5rem !important;
  }
  .pr-sp05 {
    padding-right: 0.5rem !important;
  }
  .mr-sp10 {
    margin-right: 1rem !important;
  }
  .pr-sp10 {
    padding-right: 1rem !important;
  }
  .mr-sp15 {
    margin-right: 1.5rem !important;
  }
  .pr-sp15 {
    padding-right: 1.5rem !important;
  }
  .mr-sp20 {
    margin-right: 2rem !important;
  }
  .pr-sp20 {
    padding-right: 2rem !important;
  }
  .mr-sp25 {
    margin-right: 2.5rem !important;
  }
  .pr-sp25 {
    padding-right: 2.5rem !important;
  }
  .mr-sp30 {
    margin-right: 3rem !important;
  }
  .pr-sp30 {
    padding-right: 3rem !important;
  }
  .mr-sp35 {
    margin-right: 3.5rem !important;
  }
  .pr-sp35 {
    padding-right: 3.5rem !important;
  }
  .mr-sp40 {
    margin-right: 4rem !important;
  }
  .pr-sp40 {
    padding-right: 4rem !important;
  }
  .mr-sp45 {
    margin-right: 4.5rem !important;
  }
  .pr-sp45 {
    padding-right: 4.5rem !important;
  }
  .mr-sp50 {
    margin-right: 5rem !important;
  }
  .pr-sp50 {
    padding-right: 5rem !important;
  }
  .mr-sp55 {
    margin-right: 5.5rem !important;
  }
  .pr-sp55 {
    padding-right: 5.5rem !important;
  }
  .mr-sp60 {
    margin-right: 6rem !important;
  }
  .pr-sp60 {
    padding-right: 6rem !important;
  }
  .mr-sp65 {
    margin-right: 6.5rem !important;
  }
  .pr-sp65 {
    padding-right: 6.5rem !important;
  }
  .mr-sp70 {
    margin-right: 7rem !important;
  }
  .pr-sp70 {
    padding-right: 7rem !important;
  }
  .mr-sp75 {
    margin-right: 7.5rem !important;
  }
  .pr-sp75 {
    padding-right: 7.5rem !important;
  }
  .mr-sp80 {
    margin-right: 8rem !important;
  }
  .pr-sp80 {
    padding-right: 8rem !important;
  }
  .mr-sp85 {
    margin-right: 8.5rem !important;
  }
  .pr-sp85 {
    padding-right: 8.5rem !important;
  }
  .mr-sp90 {
    margin-right: 9rem !important;
  }
  .pr-sp90 {
    padding-right: 9rem !important;
  }
  .mr-sp95 {
    margin-right: 9.5rem !important;
  }
  .pr-sp95 {
    padding-right: 9.5rem !important;
  }
  .mr-sp100 {
    margin-right: 10rem !important;
  }
  .pr-sp100 {
    padding-right: 10rem !important;
  }
  .mb-sp00 {
    margin-bottom: 0 !important;
  }
  .pb-sp00 {
    padding-bottom: 0 !important;
  }
  .mb-sp05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-sp05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-sp10 {
    margin-bottom: 1rem !important;
  }
  .pb-sp10 {
    padding-bottom: 1rem !important;
  }
  .mb-sp15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-sp15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-sp20 {
    margin-bottom: 2rem !important;
  }
  .pb-sp20 {
    padding-bottom: 2rem !important;
  }
  .mb-sp25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-sp25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-sp30 {
    margin-bottom: 3rem !important;
  }
  .pb-sp30 {
    padding-bottom: 3rem !important;
  }
  .mb-sp35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-sp35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-sp40 {
    margin-bottom: 4rem !important;
  }
  .pb-sp40 {
    padding-bottom: 4rem !important;
  }
  .mb-sp45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-sp45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-sp50 {
    margin-bottom: 5rem !important;
  }
  .pb-sp50 {
    padding-bottom: 5rem !important;
  }
  .mb-sp55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-sp55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-sp60 {
    margin-bottom: 6rem !important;
  }
  .pb-sp60 {
    padding-bottom: 6rem !important;
  }
  .mb-sp65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-sp65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-sp70 {
    margin-bottom: 7rem !important;
  }
  .pb-sp70 {
    padding-bottom: 7rem !important;
  }
  .mb-sp75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-sp75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-sp80 {
    margin-bottom: 8rem !important;
  }
  .pb-sp80 {
    padding-bottom: 8rem !important;
  }
  .mb-sp85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-sp85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-sp90 {
    margin-bottom: 9rem !important;
  }
  .pb-sp90 {
    padding-bottom: 9rem !important;
  }
  .mb-sp95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-sp95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-sp100 {
    margin-bottom: 10rem !important;
  }
  .pb-sp100 {
    padding-bottom: 10rem !important;
  }
  .ml-sp00 {
    margin-left: 0 !important;
  }
  .pl-sp00 {
    padding-left: 0 !important;
  }
  .ml-sp05 {
    margin-left: 0.5rem !important;
  }
  .pl-sp05 {
    padding-left: 0.5rem !important;
  }
  .ml-sp10 {
    margin-left: 1rem !important;
  }
  .pl-sp10 {
    padding-left: 1rem !important;
  }
  .ml-sp15 {
    margin-left: 1.5rem !important;
  }
  .pl-sp15 {
    padding-left: 1.5rem !important;
  }
  .ml-sp20 {
    margin-left: 2rem !important;
  }
  .pl-sp20 {
    padding-left: 2rem !important;
  }
  .ml-sp25 {
    margin-left: 2.5rem !important;
  }
  .pl-sp25 {
    padding-left: 2.5rem !important;
  }
  .ml-sp30 {
    margin-left: 3rem !important;
  }
  .pl-sp30 {
    padding-left: 3rem !important;
  }
  .ml-sp35 {
    margin-left: 3.5rem !important;
  }
  .pl-sp35 {
    padding-left: 3.5rem !important;
  }
  .ml-sp40 {
    margin-left: 4rem !important;
  }
  .pl-sp40 {
    padding-left: 4rem !important;
  }
  .ml-sp45 {
    margin-left: 4.5rem !important;
  }
  .pl-sp45 {
    padding-left: 4.5rem !important;
  }
  .ml-sp50 {
    margin-left: 5rem !important;
  }
  .pl-sp50 {
    padding-left: 5rem !important;
  }
  .ml-sp55 {
    margin-left: 5.5rem !important;
  }
  .pl-sp55 {
    padding-left: 5.5rem !important;
  }
  .ml-sp60 {
    margin-left: 6rem !important;
  }
  .pl-sp60 {
    padding-left: 6rem !important;
  }
  .ml-sp65 {
    margin-left: 6.5rem !important;
  }
  .pl-sp65 {
    padding-left: 6.5rem !important;
  }
  .ml-sp70 {
    margin-left: 7rem !important;
  }
  .pl-sp70 {
    padding-left: 7rem !important;
  }
  .ml-sp75 {
    margin-left: 7.5rem !important;
  }
  .pl-sp75 {
    padding-left: 7.5rem !important;
  }
  .ml-sp80 {
    margin-left: 8rem !important;
  }
  .pl-sp80 {
    padding-left: 8rem !important;
  }
  .ml-sp85 {
    margin-left: 8.5rem !important;
  }
  .pl-sp85 {
    padding-left: 8.5rem !important;
  }
  .ml-sp90 {
    margin-left: 9rem !important;
  }
  .pl-sp90 {
    padding-left: 9rem !important;
  }
  .ml-sp95 {
    margin-left: 9.5rem !important;
  }
  .pl-sp95 {
    padding-left: 9.5rem !important;
  }
  .ml-sp100 {
    margin-left: 10rem !important;
  }
  .pl-sp100 {
    padding-left: 10rem !important;
  }
}
@media screen and (min-width:600px) and ( max-width:1024px) {
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
  .mt-pc00 {
    margin-top: 0 !important;
  }
  .pt-pc00 {
    padding-top: 0 !important;
  }
  .mt-pc05 {
    margin-top: 0.5rem !important;
  }
  .pt-pc05 {
    padding-top: 0.5rem !important;
  }
  .mt-pc10 {
    margin-top: 1rem !important;
  }
  .pt-pc10 {
    padding-top: 1rem !important;
  }
  .mt-pc15 {
    margin-top: 1.5rem !important;
  }
  .pt-pc15 {
    padding-top: 1.5rem !important;
  }
  .mt-pc20 {
    margin-top: 2rem !important;
  }
  .pt-pc20 {
    padding-top: 2rem !important;
  }
  .mt-pc25 {
    margin-top: 2.5rem !important;
  }
  .pt-pc25 {
    padding-top: 2.5rem !important;
  }
  .mt-pc30 {
    margin-top: 3rem !important;
  }
  .pt-pc30 {
    padding-top: 3rem !important;
  }
  .mt-pc35 {
    margin-top: 3.5rem !important;
  }
  .pt-pc35 {
    padding-top: 3.5rem !important;
  }
  .mt-pc40 {
    margin-top: 4rem !important;
  }
  .pt-pc40 {
    padding-top: 4rem !important;
  }
  .mt-pc45 {
    margin-top: 4.5rem !important;
  }
  .pt-pc45 {
    padding-top: 4.5rem !important;
  }
  .mt-pc50 {
    margin-top: 5rem !important;
  }
  .pt-pc50 {
    padding-top: 5rem !important;
  }
  .mt-pc55 {
    margin-top: 5.5rem !important;
  }
  .pt-pc55 {
    padding-top: 5.5rem !important;
  }
  .mt-pc60 {
    margin-top: 6rem !important;
  }
  .pt-pc60 {
    padding-top: 6rem !important;
  }
  .mt-pc65 {
    margin-top: 6.5rem !important;
  }
  .pt-pc65 {
    padding-top: 6.5rem !important;
  }
  .mt-pc70 {
    margin-top: 7rem !important;
  }
  .pt-pc70 {
    padding-top: 7rem !important;
  }
  .mt-pc75 {
    margin-top: 7.5rem !important;
  }
  .pt-pc75 {
    padding-top: 7.5rem !important;
  }
  .mt-pc80 {
    margin-top: 8rem !important;
  }
  .pt-pc80 {
    padding-top: 8rem !important;
  }
  .mt-pc85 {
    margin-top: 8.5rem !important;
  }
  .pt-pc85 {
    padding-top: 8.5rem !important;
  }
  .mt-pc90 {
    margin-top: 9rem !important;
  }
  .pt-pc90 {
    padding-top: 9rem !important;
  }
  .mt-pc95 {
    margin-top: 9.5rem !important;
  }
  .pt-pc95 {
    padding-top: 9.5rem !important;
  }
  .mt-pc100 {
    margin-top: 10rem !important;
  }
  .pt-pc100 {
    padding-top: 10rem !important;
  }
  .mr-pc00 {
    margin-right: 0 !important;
  }
  .pr-pc00 {
    padding-right: 0 !important;
  }
  .mr-pc05 {
    margin-right: 0.5rem !important;
  }
  .pr-pc05 {
    padding-right: 0.5rem !important;
  }
  .mr-pc10 {
    margin-right: 1rem !important;
  }
  .pr-pc10 {
    padding-right: 1rem !important;
  }
  .mr-pc15 {
    margin-right: 1.5rem !important;
  }
  .pr-pc15 {
    padding-right: 1.5rem !important;
  }
  .mr-pc20 {
    margin-right: 2rem !important;
  }
  .pr-pc20 {
    padding-right: 2rem !important;
  }
  .mr-pc25 {
    margin-right: 2.5rem !important;
  }
  .pr-pc25 {
    padding-right: 2.5rem !important;
  }
  .mr-pc30 {
    margin-right: 3rem !important;
  }
  .pr-pc30 {
    padding-right: 3rem !important;
  }
  .mr-pc35 {
    margin-right: 3.5rem !important;
  }
  .pr-pc35 {
    padding-right: 3.5rem !important;
  }
  .mr-pc40 {
    margin-right: 4rem !important;
  }
  .pr-pc40 {
    padding-right: 4rem !important;
  }
  .mr-pc45 {
    margin-right: 4.5rem !important;
  }
  .pr-pc45 {
    padding-right: 4.5rem !important;
  }
  .mr-pc50 {
    margin-right: 5rem !important;
  }
  .pr-pc50 {
    padding-right: 5rem !important;
  }
  .mr-pc55 {
    margin-right: 5.5rem !important;
  }
  .pr-pc55 {
    padding-right: 5.5rem !important;
  }
  .mr-pc60 {
    margin-right: 6rem !important;
  }
  .pr-pc60 {
    padding-right: 6rem !important;
  }
  .mr-pc65 {
    margin-right: 6.5rem !important;
  }
  .pr-pc65 {
    padding-right: 6.5rem !important;
  }
  .mr-pc70 {
    margin-right: 7rem !important;
  }
  .pr-pc70 {
    padding-right: 7rem !important;
  }
  .mr-pc75 {
    margin-right: 7.5rem !important;
  }
  .pr-pc75 {
    padding-right: 7.5rem !important;
  }
  .mr-pc80 {
    margin-right: 8rem !important;
  }
  .pr-pc80 {
    padding-right: 8rem !important;
  }
  .mr-pc85 {
    margin-right: 8.5rem !important;
  }
  .pr-pc85 {
    padding-right: 8.5rem !important;
  }
  .mr-pc90 {
    margin-right: 9rem !important;
  }
  .pr-pc90 {
    padding-right: 9rem !important;
  }
  .mr-pc95 {
    margin-right: 9.5rem !important;
  }
  .pr-pc95 {
    padding-right: 9.5rem !important;
  }
  .mr-pc100 {
    margin-right: 10rem !important;
  }
  .pr-pc100 {
    padding-right: 10rem !important;
  }
  .mb-pc00 {
    margin-bottom: 0 !important;
  }
  .pb-pc00 {
    padding-bottom: 0 !important;
  }
  .mb-pc05 {
    margin-bottom: 0.5rem !important;
  }
  .pb-pc05 {
    padding-bottom: 0.5rem !important;
  }
  .mb-pc10 {
    margin-bottom: 1rem !important;
  }
  .pb-pc10 {
    padding-bottom: 1rem !important;
  }
  .mb-pc15 {
    margin-bottom: 1.5rem !important;
  }
  .pb-pc15 {
    padding-bottom: 1.5rem !important;
  }
  .mb-pc20 {
    margin-bottom: 2rem !important;
  }
  .pb-pc20 {
    padding-bottom: 2rem !important;
  }
  .mb-pc25 {
    margin-bottom: 2.5rem !important;
  }
  .pb-pc25 {
    padding-bottom: 2.5rem !important;
  }
  .mb-pc30 {
    margin-bottom: 3rem !important;
  }
  .pb-pc30 {
    padding-bottom: 3rem !important;
  }
  .mb-pc35 {
    margin-bottom: 3.5rem !important;
  }
  .pb-pc35 {
    padding-bottom: 3.5rem !important;
  }
  .mb-pc40 {
    margin-bottom: 4rem !important;
  }
  .pb-pc40 {
    padding-bottom: 4rem !important;
  }
  .mb-pc45 {
    margin-bottom: 4.5rem !important;
  }
  .pb-pc45 {
    padding-bottom: 4.5rem !important;
  }
  .mb-pc50 {
    margin-bottom: 5rem !important;
  }
  .pb-pc50 {
    padding-bottom: 5rem !important;
  }
  .mb-pc55 {
    margin-bottom: 5.5rem !important;
  }
  .pb-pc55 {
    padding-bottom: 5.5rem !important;
  }
  .mb-pc60 {
    margin-bottom: 6rem !important;
  }
  .pb-pc60 {
    padding-bottom: 6rem !important;
  }
  .mb-pc65 {
    margin-bottom: 6.5rem !important;
  }
  .pb-pc65 {
    padding-bottom: 6.5rem !important;
  }
  .mb-pc70 {
    margin-bottom: 7rem !important;
  }
  .pb-pc70 {
    padding-bottom: 7rem !important;
  }
  .mb-pc75 {
    margin-bottom: 7.5rem !important;
  }
  .pb-pc75 {
    padding-bottom: 7.5rem !important;
  }
  .mb-pc80 {
    margin-bottom: 8rem !important;
  }
  .pb-pc80 {
    padding-bottom: 8rem !important;
  }
  .mb-pc85 {
    margin-bottom: 8.5rem !important;
  }
  .pb-pc85 {
    padding-bottom: 8.5rem !important;
  }
  .mb-pc90 {
    margin-bottom: 9rem !important;
  }
  .pb-pc90 {
    padding-bottom: 9rem !important;
  }
  .mb-pc95 {
    margin-bottom: 9.5rem !important;
  }
  .pb-pc95 {
    padding-bottom: 9.5rem !important;
  }
  .mb-pc100 {
    margin-bottom: 10rem !important;
  }
  .pb-pc100 {
    padding-bottom: 10rem !important;
  }
  .ml-pc00 {
    margin-left: 0 !important;
  }
  .pl-pc00 {
    padding-left: 0 !important;
  }
  .ml-pc05 {
    margin-left: 0.5rem !important;
  }
  .pl-pc05 {
    padding-left: 0.5rem !important;
  }
  .ml-pc10 {
    margin-left: 1rem !important;
  }
  .pl-pc10 {
    padding-left: 1rem !important;
  }
  .ml-pc15 {
    margin-left: 1.5rem !important;
  }
  .pl-pc15 {
    padding-left: 1.5rem !important;
  }
  .ml-pc20 {
    margin-left: 2rem !important;
  }
  .pl-pc20 {
    padding-left: 2rem !important;
  }
  .ml-pc25 {
    margin-left: 2.5rem !important;
  }
  .pl-pc25 {
    padding-left: 2.5rem !important;
  }
  .ml-pc30 {
    margin-left: 3rem !important;
  }
  .pl-pc30 {
    padding-left: 3rem !important;
  }
  .ml-pc35 {
    margin-left: 3.5rem !important;
  }
  .pl-pc35 {
    padding-left: 3.5rem !important;
  }
  .ml-pc40 {
    margin-left: 4rem !important;
  }
  .pl-pc40 {
    padding-left: 4rem !important;
  }
  .ml-pc45 {
    margin-left: 4.5rem !important;
  }
  .pl-pc45 {
    padding-left: 4.5rem !important;
  }
  .ml-pc50 {
    margin-left: 5rem !important;
  }
  .pl-pc50 {
    padding-left: 5rem !important;
  }
  .ml-pc55 {
    margin-left: 5.5rem !important;
  }
  .pl-pc55 {
    padding-left: 5.5rem !important;
  }
  .ml-pc60 {
    margin-left: 6rem !important;
  }
  .pl-pc60 {
    padding-left: 6rem !important;
  }
  .ml-pc65 {
    margin-left: 6.5rem !important;
  }
  .pl-pc65 {
    padding-left: 6.5rem !important;
  }
  .ml-pc70 {
    margin-left: 7rem !important;
  }
  .pl-pc70 {
    padding-left: 7rem !important;
  }
  .ml-pc75 {
    margin-left: 7.5rem !important;
  }
  .pl-pc75 {
    padding-left: 7.5rem !important;
  }
  .ml-pc80 {
    margin-left: 8rem !important;
  }
  .pl-pc80 {
    padding-left: 8rem !important;
  }
  .ml-pc85 {
    margin-left: 8.5rem !important;
  }
  .pl-pc85 {
    padding-left: 8.5rem !important;
  }
  .ml-pc90 {
    margin-left: 9rem !important;
  }
  .pl-pc90 {
    padding-left: 9rem !important;
  }
  .ml-pc95 {
    margin-left: 9.5rem !important;
  }
  .pl-pc95 {
    padding-left: 9.5rem !important;
  }
  .ml-pc100 {
    margin-left: 10rem !important;
  }
  .pl-pc100 {
    padding-left: 10rem !important;
  }
}
/* ---------- venobox --------- */
.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.vbox-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.vbox-title {
  width: 100%;
  float: left;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 40px;
  display: none;
  left: 0;
}

.vbox-close, .vbox-title {
  height: 40px;
  text-align: center;
  overflow: hidden;
  position: fixed;
  z-index: 3;
}

.vbox-close {
  cursor: pointer;
  top: -1px;
  right: 0;
  width: 50px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  font-size: 24px;
  line-height: 1;
}

.vbox-num {
  left: 0;
  height: 40px;
  display: block;
  line-height: 28px;
  font-size: 9pt;
  padding: 6px 10px;
  display: none;
}

.vbox-next, .vbox-num, .vbox-prev {
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  z-index: 3;
}

.vbox-next, .vbox-prev {
  top: 50%;
  margin-top: -15px;
  display: block;
  width: 45px;
  height: 45px;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -75pt;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

.venoframe {
  max-width: 100%;
  width: 100%;
  border: 0;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .vbox-inline, .venoframe {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 40pc;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .vbox-inline, .venoframe {
    max-width: 75pc;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 60pc;
    height: 540px;
  }
}
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  -webkit-box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 9pt rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 0.3s ease-out;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}/*# sourceMappingURL=style.css.map */