@charset "UTF-8";
/*-----------------------
共通
-----------------------*/
/*-- sticky解除 --*/
.l-wrapper-none {
  overflow: inherit;
}

/*-- Flex --*/
.club-contents .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .club-contents .flex-wrap {
    display: block;
  }
}
.club-contents .flex-wrap .flex-wrap_img {
  width: 40%;
}
@media screen and (max-width: 840px) {
  .club-contents .flex-wrap .flex-wrap_img {
    width: 34%;
  }
}
@media screen and (max-width: 480px) {
  .club-contents .flex-wrap .flex-wrap_img {
    width: 68%;
    margin-bottom: 70px;
  }
}
.club-contents .flex-wrap .flex-wrap_img img {
  width: 100%;
  height: auto;
}
.club-contents .flex-wrap .flex-wrap_txt {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .club-contents .flex-wrap .flex-wrap_txt {
    width: 64%;
  }
}
@media screen and (max-width: 480px) {
  .club-contents .flex-wrap .flex-wrap_txt {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .club-contents .flex-reverse .flex-wrap_img {
    margin-left: auto;
    margin-right: 0;
  }
}
.club-contents .flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*-- Sticky --*/
.club-contents .sticky-wrap {
  position: relative;
}
.club-contents .sticky-wrap .flex-wrap_img {
  position: sticky;
  top: 100px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .club-contents .sticky-wrap .flex-wrap_img {
    position: relative;
    top: 0;
    height: auto;
  }
}
.club-contents .sticky-wrap .flex-wrap_txt {
  padding-top: 20vw;
  padding-bottom: 30vw;
}
@media screen and (max-width: 840px) {
  .club-contents .sticky-wrap .flex-wrap_txt {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 480px) {
  .club-contents .sticky-wrap .flex-wrap_txt {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1201px) {
  .club-contents .flex-normal .flex-wrap_txt {
    padding-left: 6%;
  }
  .club-contents .flex-reverse .flex-wrap_txt {
    padding-left: 6%;
  }
}
@media screen and (max-width: 840px) {
  .club-contents .flex-normal .flex-wrap_txt {
    padding-left: 8%;
  }
}
@media screen and (max-width: 480px) {
  .club-contents .flex-normal .flex-wrap_txt {
    padding-left: 0;
  }
}
/*-- Margin --*/
.mt-5 {
  margin-top: 0.7rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-50 {
  margin-top: 5rem;
}

@media screen and (max-width: 480px) {
  .mt-30 {
    margin-top: 2rem;
  }
  .mt-50 {
    margin-top: 3rem;
  }
  .sec-club-2,
  .sec-club-3 {
    padding-top: 40px !important;
  }
}
/*-- Title / Text --*/
@media screen and (max-width: 480px) {
  .club-contents h1.leading {
    margin-top: 140px;
  }
}
.club-contents h1.leading .f-en {
  font-size: 42px;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .club-contents h1.leading .f-en {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .club-contents h1.leading .f-en {
    font-size: 34px;
  }
}
.club-contents h1.leading .f-jp {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 840px) {
  .club-contents h1.leading .f-jp {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .club-contents h1.leading .f-jp {
    font-size: 20px;
  }
}

.club-contents .title-area {
  margin-bottom: 80px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .club-contents .title-area {
    margin-bottom: 60px;
  }
}
.club-contents .title-area p.f-en {
  margin-top: 15px;
  font-weight: 400;
}
.club-contents .title-area:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 25px;
  background: #333;
}

.club-contents .sec-club-1 .title-area {
  margin-bottom: 160px;
}
@media screen and (max-width: 480px) {
  .club-contents .sec-club-1 .title-area {
    margin-bottom: 100px;
  }
}

.club-contents .title-area.txt-center:after {
  margin-left: auto;
  margin-right: auto;
}

.leading-mid {
  line-height: 1.8;
}

/*-- Danraku --*/
.club-contents .danraku p {
  line-height: 2;
}
.club-contents .danraku p:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

.club-contents .danraku-lg p {
  line-height: 3;
}
.club-contents .danraku-lg p:not(:last-of-type) {
  margin-bottom: 1.8rem;
}

.club-contents .border-left {
  border-left: 1px solid #999999;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .club-contents .border-left {
    padding-left: 14px;
  }
}

/*-----------------------
sec-club-4 (Contents)
-----------------------*/
.sec-club-4_list {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.sec-club-4_list .sec-club-4_list_box:not(:last-of-type) {
  margin-bottom: 60px;
}
.sec-club-4_list .sec-club-4_list_box {
  position: relative;
  background-color: #ecece7;
  padding: 60px 60px 60px 100px;
}
@media screen and (max-width: 480px) {
  .sec-club-4_list .sec-club-4_list_box {
    padding: 40px 30px 40px 70px;
  }
}
.sec-club-4_list .sec-club-4_list_box .number {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 44px;
  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;
  aspect-ratio: 44/88;
}
@media screen and (max-width: 480px) {
  .sec-club-4_list .sec-club-4_list_box .number {
    width: 38px;
  }
}
.sec-club-4_list .sec-club-4_list_box .number span {
  color: #fff;
  padding-right: 0.4rem;
}
.sec-club-4_list .sec-club-4_list_box h3 {
  margin-bottom: 16px;
}
.sec-club-4_list .sec-club-4_list_box h3 small {
  padding-left: 0.6rem;
}
.sec-club-4_list .sec-club-4_list_box p {
  line-height: 2.2;
}
.sec-club-4_list .sec-club-4_list_box .check-list li {
  position: relative;
  padding-left: 20px;
}
.sec-club-4_list .sec-club-4_list_box .check-list li:not(:last-of-type) {
  margin-bottom: 6px;
}
.sec-club-4_list .sec-club-4_list_box .check-list li::after {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  background: url("https://d2w53g1q050m78.cloudfront.net/focuseitocom/uploads/img/club/ic_cheak.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
}

/*-----------------------
sec-club-5 (Overview)
-----------------------*/
.club-contents .sec-club-5 .c-inner {
  max-width: 780px !important;
}

.overview-tbl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .overview-tbl {
    border-bottom: 1px solid #999999;
  }
}
.overview-tbl .cel_th,
.overview-tbl .cel_td {
  vertical-align: middle;
  border: 1px solid #999999;
  line-height: 1.6;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .overview-tbl .cel_th,
  .overview-tbl .cel_td {
    padding: 18px;
    display: block;
  }
}
.overview-tbl .cel_th {
  width: 140px;
  text-align: center;
  background-color: #ddddd5;
}
@media screen and (max-width: 480px) {
  .overview-tbl .cel_th {
    width: 100%;
    border-bottom: none;
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  .overview-tbl .cel_td {
    border-bottom: none;
  }
}

/*-----------------------
sec-club-6 (recomme)
-----------------------*/
.club-contents .slash-title {
  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;
  text-align: center;
}
.club-contents .slash-title:before, .club-contents .slash-title:after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #333;
}
@media screen and (max-width: 480px) {
  .club-contents .slash-title:before, .club-contents .slash-title:after {
    height: 30px;
  }
}
.club-contents .slash-title:before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (max-width: 480px) {
  .club-contents .slash-title:before {
    margin-right: 15px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.club-contents .slash-title:after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 480px) {
  .club-contents .slash-title:after {
    margin-left: 15px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}

.club-contents .border-box {
  width: auto;
  display: inline-block;
  border: 1px solid #999999;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px;
  border-radius: 6px;
}
@media screen and (max-width: 840px) {
  .club-contents .border-box {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 480px) {
  .club-contents .border-box {
    padding: 40px 18px;
  }
}
.club-contents .check-list-circle li:not(:last-of-type) {
  margin-bottom: 14px;
}
.club-contents .check-list-circle li {
  padding-left: 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .club-contents .check-list-circle li {
    padding-left: 17px;
  }
}
.club-contents .check-list-circle li::after {
  position: absolute;
  left: 0px;
  top: 0.35rem;
  content: "";
  display: block;
  background: url("https://d2w53g1q050m78.cloudfront.net/focuseitocom/uploads/img/club/ic_circle.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .club-contents .check-list-circle li::after {
    top: 0.3rem;
    width: 11px;
    height: 11px;
  }
}

/*-----------------------
sec-club-7 (お申し込み)
-----------------------*/
.club-contents .c-btn {
  background-color: #638390;
  width: 260px;
  height: 60px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}