@charset "UTF-8";
/*=========================================================
デフォルト系
主にサイトの下層のページに関わるものが入っています。
=========================================================*/
.inner {
  padding-bottom: 90px; }
  @media screen and (max-width: 768px) {
    .inner {
      padding-bottom: 12vw; } }

/*=============================*/
/*下層ページファーストビュータイトル
/*=============================*/
.section-top-box {
  background-color: #ffd2d2;
  padding: 25px 0 0;
  position: relative; }
  .section-top-box:after {
    content: "";
    height: 40px;
    width: 100%;
    background-color: #fe9c9c;
    position: absolute;
    bottom: 0;
    left: 0; }
  .section-top-box .section-title {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    position: relative;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    .section-top-box {
      padding: 2.6666666667vw 4vw 0; }
      .section-top-box:after {
        height: 5.8666666667vw; }
      .section-top-box .section-title {
        border-radius: 15px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        height: 24vw;
        font-size: 17px;
        font-size: 1.7rem; } }

/*=============================*/
/*下層ページh2タイトル
/*=============================*/
.school-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.5;
  color: #ff5151; }
  @media screen and (max-width: 768px) {
    .school-title {
      font-size: 24px;
      font-size: 2.4rem;
      margin: 0 auto 4vw; } }
  .school-title span {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #ff5151; }
    .school-title span:before {
      position: absolute;
      width: 30px;
      height: 1px;
      content: "";
      display: block;
      background: #ff5151;
      bottom: -1px;
      left: -30px; }
    .school-title span:after {
      position: absolute;
      width: 30px;
      height: 1px;
      content: "";
      display: block;
      background: #ff5151;
      bottom: -1px;
      right: -30px; }

/*=============================*/
/*ページ内アンカー
/*=============================*/
.page-anchor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 80px auto 50px; }
  .page-anchor .child {
    padding: 10px 50px 10px 28px;
    border-left: 1px solid #d9cfad;
    text-decoration: none;
    position: relative; }
    .page-anchor .child:after {
      font-family: 'icomoon';
      color: inherit;
      font-size: 24px;
      font-size: 2.4rem;
      content: "";
      font-weight: normal;
      line-height: 1;
      position: absolute;
      transform: rotate(90deg);
      right: auto;
      top: 50%;
      margin-top: -12px; }
    .page-anchor .child:last-child {
      border-right: 1px solid #d9cfad; }
  @media screen and (max-width: 768px) {
    .page-anchor {
      margin: 6.6666666667vw 0;
      padding: 0 4vw; }
      .page-anchor .child {
        border-left: 1px solid #d9cfad;
        border-right: 1px solid #d9cfad;
        padding: 0.8vw 6.6666666667vw 0.8vw 4vw;
        width: 100%;
        text-align: center; }
        .page-anchor .child:after {
          font-size: 16px;
          font-size: 1.6rem;
          margin-left: 1.3333333333vw;
          margin-top: -1.7333333333vw; }
        .page-anchor .child + .child {
          margin-top: 4vw; } }

.anchor {
  display: inline-block;
  padding-top: 30px;
  margin-top: -30px; }
  @media screen and (max-width: 768px) {
    .anchor {
      padding-top: 6.6666666667vw;
      margin-top: -6.6666666667vw; } }

/*=============================*/
/*パンくず
/*=============================*/
.bread-nav-box {
  background-color: #fe9c9c;
  padding: 10px 0; }
  .bread-nav-box .bread-nav {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    font-size: 11px;
    font-size: 1.1rem; }
    .bread-nav-box .bread-nav a {
      color: #fff;
      text-decoration: none; }
    .bread-nav-box .bread-nav .child {
      display: flex;
      align-items: center; }
      .bread-nav-box .bread-nav .child + .child .title {
        pointer-events: none; }
      .bread-nav-box .bread-nav .child + .child:before {
        font-family: 'icomoon';
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
        content: "";
        font-weight: normal;
        line-height: 1; }
  @media screen and (max-width: 768px) {
    .bread-nav-box {
      padding: 1.0666666667vw 4vw; }
      .bread-nav-box .bread-nav {
        font-size: 10px;
        font-size: 1rem;
        white-space: nowrap;
        overflow-y: scroll; } }

.border-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px; }
  .border-title ~ .border-title {
    margin-top: 100px; }
  .border-title .value {
    padding: 0 10px 6px;
    position: relative;
    display: inline-block; }
    .border-title .value:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #000;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .border-title .value.-pink {
      color: #ff5151; }
      .border-title .value.-pink:after {
        background-color: #ff5151; }
    .border-title .value.-text-black {
      color: #000; }
  @media screen and (max-width: 768px) {
    .border-title {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 8vw; }
      .border-title ~ .border-title {
        margin-top: 10.6666666667vw; }
      .border-title .value {
        padding: 0 2.1333333333vw 1.0666666667vw; } }

/*=============================*/
/*アコーディオン
/*=============================*/
.accordion {
  position: relative; }
  .accordion.-border {
    border: 1px solid #000;
    padding: 7px 20px; }
    .accordion.-border:after {
      content: "";
      display: inline-block;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      width: 14px;
      height: 14px;
      -webkit-transform: rotate(-225deg);
      transform: rotate(-225deg);
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -12px; }
    @media screen and (max-width: 768px) {
      .accordion.-border {
        padding: 1.3333333333vw 2.6666666667vw; }
        .accordion.-border:after {
          width: 2.6666666667vw;
          height: 2.6666666667vw;
          right: 4vw;
          margin-top: -2.6666666667vw; } }
  .accordion.-pink {
    color: #ff5151;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold; }
    .accordion.-pink.-border {
      border-color: #ff5151; }
      .accordion.-pink.-border:after {
        border-color: #ff5151; }
    @media screen and (max-width: 768px) {
      .accordion.-pink {
        font-size: 16px;
        font-size: 1.6rem; } }
  .accordion + * {
    display: none; }

/*=============================*/
/*モーダル
/*=============================*/
.modal-trigger {
  position: relative; }
  .modal-trigger:after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: 'icomoon';
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    content: "";
    font-weight: normal;
    line-height: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff5151;
    border-radius: 50%;
    pointer-events: none; }
    @media screen and (max-width: 768px) {
      .modal-trigger:after {
        width: 9.3333333333vw;
        line-height: 9.3333333333vw;
        font-size: 26px;
        font-size: 2.6rem; } }

.modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .3s; }
  .modal-wrap .modal-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      .modal-wrap .modal-image {
        padding: 5.3333333333vw; } }
  .modal-wrap.is-show {
    opacity: 1;
    visibility: visible; }

.modal-box {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 800px;
  height: 600px;
  background-color: #fff;
  z-index: 20; }
  @media screen and (max-width: 768px) {
    .modal-box {
      width: calc(100% - 13.3333333333vw);
      height: 100%;
      max-height: 74.6666666667vw; } }

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.modal-close {
  width: 56px;
  height: 56px;
  background-color: #ff5151;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal-close:after {
    font-family: 'icomoon';
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    content: "";
    font-weight: normal;
    line-height: 1; }
  @media screen and (max-width: 768px) {
    .modal-close {
      width: 10.6666666667vw;
      height: 10.6666666667vw; }
      .modal-close:after {
        font-size: 24px;
        font-size: 2.4rem; } }

/*=============================*/
/*テーブル
/*=============================*/
.table-style1 {
  width: 100%; }
  .table-style1 th,
  .table-style1 td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px; }
  .table-style1 th {
    width: 310px;
    background-color: #ffd2d2; }
    .table-style1 th::after {
      content: "";
      clear: both;
      display: block;
      visibility: hidden; }
  .table-style1 .tag {
    float: right;
    background: #f00;
    color: #fff;
    width: 44px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }
  .table-style1 .any th {
    background-color: #f8f4e6; }
  .table-style1 .any .tag {
    background-color: #3b5998; }
  @media screen and (max-width: 768px) {
    .table-style1 {
      display: block; }
      .table-style1 th,
      .table-style1 td {
        display: block;
        width: 100%;
        border: none;
        padding: 2.6666666667vw; }
      .table-style1 td {
        padding: 0 0 4vw; }
      .table-style1 .tag {
        width: 10.9333333333vw;
        height: 6vw;
        font-size: 10px;
        font-size: 1rem; } }

/*=============================*/
/*よくあるご質問
/*=============================*/
.information .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 7px 0 8px; }
  .information .title ~ .title {
    margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .information .title {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 0 8vw 0 0; } }
@media screen and (max-width: 768px) {
  .information .-faq .title:before {
    margin-top: -14px; } }
.information .detail {
  position: relative;
  padding: 20px 55px 20px 105px;
  background-color: #f8f4e6;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .information .detail {
      word-break: break-all;
      padding: 4vw 4vw 4vw 12vw;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.6; } }
  .information .detail:before {
    content: "A";
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    font-weight: bold;
    position: absolute;
    left: 55px;
    top: 5px; }
    @media screen and (max-width: 768px) {
      .information .detail:before {
        font-size: 20px;
        font-size: 2rem;
        left: 6.6666666667vw;
        top: 2.9333333333vw; } }
  .information .detail .detail-title {
    margin-top: 20px; }
    .information .detail .detail-title .-border {
      border-bottom: 1px solid #000;
      display: inline-block;
      margin-left: 1em;
      font-weight: bold; }
    @media screen and (max-width: 768px) {
      .information .detail .detail-title {
        margin-top: 2.6666666667vw; } }
  .information .detail .indent {
    padding-left: 1em;
    text-indent: -1em; }
    .information .detail .indent + .indent {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        .information .detail .indent + .indent {
          margin-top: 2.6666666667vw; } }

/*=============================*/
/*入会までの流れ
/*=============================*/
.membership-step {
  margin-top: 40px; }
  .membership-step .child {
    display: flex;
    position: relative; }
    .membership-step .child + .child {
      padding-top: 55px; }
      .membership-step .child + .child:after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #d9cfad;
        position: absolute;
        left: 45px;
        top: -65px; }
  .membership-step .font-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-size: 5rem;
    color: #ff5151;
    justify-content: center;
    background-color: #f8f4e6;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    z-index: 1; }
  .membership-step .number {
    display: flex;
    align-items: center; }
    .membership-step .number .step {
      color: #ff5151;
      font-weight: bold;
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0.1em;
      margin: 2px 5px 0 0; }
    .membership-step .number .circle {
      border-radius: 50%;
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ff5151;
      font-size: 20px;
      font-size: 2rem;
      color: #fff;
      font-weight: bold; }
  .membership-step .text {
    margin-left: 20px;
    width: 100%; }
    .membership-step .text .head {
      font-size: 20px;
      font-size: 2rem;
      margin: 15px 0 10px; }
    .membership-step .text .note {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 5px; }
  @media screen and (max-width: 768px) {
    .membership-step .child + .child {
      padding-top: 6.6666666667vw; }
      .membership-step .child + .child:after {
        left: 8vw;
        top: -33.3333333333vw; }
    .membership-step .font-icon {
      width: 16vw;
      height: 16vw;
      font-size: 40px;
      font-size: 4rem; }
    .membership-step .text {
      margin-left: 4vw; }
      .membership-step .text .step {
        margin: 1.3333333333vw 1.3333333333vw 0 0; }
      .membership-step .text .head {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 2.6666666667vw 0 1.3333333333vw; }
    .membership-step .number .circle {
      width: 6.6666666667vw;
      height: 6.6666666667vw;
      font-size: 16px;
      font-size: 1.6rem; }
    .feature_hands-on .membership-step .child + .child:after {
      top: -40vw; } }
