@charset "UTF-8";
/*===============================

    base

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

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-size: 1.4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: 100%;
  line-height: 2.0;
  color: #333;
  position: relative;
  letter-spacing: .1em;
  vertical-align: baseline;
  font-weight: 600; }
  @media (min-width: 992px) {
    body {
      font-size: 1.6rem; } }

button,
input,
select,
textarea {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  letter-spacing: .1em; }

p {
  margin: 0;
  padding: 0; }

a {
  color: #33a5cb; }

img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

.sp {
  display: block; }
  @media (min-width: 992px) {
    .sp {
      display: none; } }

.pc {
  display: none; }
  @media (min-width: 992px) {
    .pc {
      display: block; } }

section {
  padding: 80px 0 50px; }
  @media (min-width: 992px) {
    section {
      padding: 120px 0 100px; } }

.inner {
  margin: 0 15px;
  max-width: 1024px; }
  @media (min-width: 992px) {
    .inner {
      margin: 0 auto; } }

.inner-m {
  margin: 0 30px;
  max-width: 1024px; }
  @media (min-width: 992px) {
    .inner-m {
      margin: 0 auto; } }

.intxt {
  padding: 0 8%; }

.bg01 {
  background: url(../img/bg01.jpeg) repeat;
  background-size: 50px; }

.bg-gray03 {
  background: #F5F5F5; }

.diagonal-block-r,
.diagonal-block-l {
  padding: 40px 0 70px; }
  @media (min-width: 992px) {
    .diagonal-block-r,
    .diagonal-block-l {
      padding: 100px 0 140px; } }

.diagonal-block-r {
  transform: skew(0deg, -5deg); }
  .diagonal-block-r .inner,
  .diagonal-block-r .inner-m {
    transform: skew(0deg, 5deg); }

.diagonal-block-l {
  transform: skew(0deg, 5deg); }
  .diagonal-block-l .inner,
  .diagonal-block-l .inner-m {
    transform: skew(0deg, -5deg); }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    margin: 0;
    padding: 0;
    list-style: none; }

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/*===============================

    Layout

================================*/
@media (min-width: 992px) {
  .flex-pc {
    display: flex; } }

iframe {
  width: 100%;
  vertical-align: bottom; }

/*===============================

    title

================================*/
.reg-title {
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 900;
  color: #000;
  font-style: italic;
  position: relative;
  z-index: 1;
  margin: 0 auto 30px;
  letter-spacing: .11em; }
  @media (min-width: 992px) {
    .reg-title {
      font-size: 4.0rem;
      margin: 0 auto 50px; } }
  .reg-title .consept,
  .reg-title .support,
  .reg-title .contact,
  .reg-title .reason,
  .reg-title .method,
  .reg-title .course,
  .reg-title .recommend,
  .reg-title .flow,
  .reg-title .trainer,
  .reg-title .facility,
  .reg-title .faq {
    display: block;
    position: relative; }
    .reg-title .consept:before,
    .reg-title .support:before,
    .reg-title .contact:before,
    .reg-title .reason:before,
    .reg-title .method:before,
    .reg-title .course:before,
    .reg-title .recommend:before,
    .reg-title .flow:before,
    .reg-title .trainer:before,
    .reg-title .facility:before,
    .reg-title .faq:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -20px;
      margin: 0 auto;
      display: block;
      z-index: -1; }
      @media (min-width: 992px) {
        .reg-title .consept:before,
        .reg-title .support:before,
        .reg-title .contact:before,
        .reg-title .reason:before,
        .reg-title .method:before,
        .reg-title .course:before,
        .reg-title .recommend:before,
        .reg-title .flow:before,
        .reg-title .trainer:before,
        .reg-title .facility:before,
        .reg-title .faq:before {
          top: -35px; } }
  .reg-title .consept:before {
    background: url(../img/CONCEPT.svg) no-repeat;
    background-size: contain;
    width: 348px;
    height: 46px; }
    @media (min-width: 992px) {
      .reg-title .consept:before {
        width: calc(348px*1.5);
        height: calc(46px*1.5); } }
  .reg-title .support:before {
    background: url(../img/SUPPORT.svg) no-repeat;
    background-size: contain;
    width: 346px;
    height: 46px; }
    @media (min-width: 992px) {
      .reg-title .support:before {
        width: calc(346px*1.5);
        height: calc(46px*1.5); } }
  .reg-title .contact:before {
    background: url(../img/CONTACT.svg) no-repeat;
    background-size: contain;
    width: 348px;
    height: 46px; }
    @media (min-width: 992px) {
      .reg-title .contact:before {
        width: calc(348px*1.5);
        height: calc(46px*1.5); } }
  .reg-title .reason:before {
    background: url(../img/REASON.svg) no-repeat;
    background-size: contain;
    width: 296px;
    height: 46px; }
    @media (min-width: 992px) {
      .reg-title .reason:before {
        width: calc(296px*1.5);
        height: calc(46px*1.5); } }
  .reg-title .method:before {
    background: url(../img/METHOD.svg) no-repeat;
    background-size: contain;
    width: 315px;
    height: 46px; }
    @media (min-width: 992px) {
      .reg-title .method:before {
        width: calc(315px*1.5);
        height: calc(46px*1.5); } }
  .reg-title .course:before {
    background: url(../img/COURSE.svg) no-repeat;
    background-size: contain;
    width: 298px;
    height: 46px; }
    @media (min-width: 992px) {
      .reg-title .course:before {
        width: calc(298px*1.5);
        height: calc(46px*1.5); } }
  .reg-title .recommend:before {
    background: url(../img/RECOMMEND.svg) no-repeat;
    background-size: contain;
    width: calc(320px / 1.1);
    height: calc(30px / 1.1);
    top: -10px; }
  .reg-title .flow:before {
    background: url(../img/FLOW.svg) no-repeat;
    background-size: contain;
    width: 216px;
    height: 46px; }
    @media (min-width: 992px) {
      .reg-title .flow:before {
        width: calc(216px*1.5);
        height: calc(46px*1.5); } }
  .reg-title .trainer:before {
    background: url(../img/TRAINER.svg) no-repeat;
    background-size: contain;
    width: 320px;
    height: 46px; }
    @media (min-width: 992px) {
      .reg-title .trainer:before {
        width: calc(320px*1.5);
        height: calc(46px*1.5); } }
  .reg-title .facility:before {
    background: url(../img/FACILITY.svg) no-repeat;
    background-size: contain;
    width: 328px;
    height: 46px; }
    @media (min-width: 992px) {
      .reg-title .facility:before {
        width: calc(328px*1.5);
        height: calc(46px*1.5); } }
  .reg-title .faq:before {
    background: url(../img/QandA.svg) no-repeat;
    background-size: contain;
    width: 146px;
    height: 56px;
    top: -30px; }
    @media (min-width: 992px) {
      .reg-title .faq:before {
        width: calc(146px*1.5);
        height: calc(56px*1.5);
        top: -40px; } }
  .reg-title .adjustment01 {
    font-size: 2.6rem; }
    @media (min-width: 992px) {
      .reg-title .adjustment01 {
        font-size: 4.0rem; } }
  .reg-title .mini {
    font-size: 2.4rem; }
    @media (min-width: 992px) {
      .reg-title .mini {
        font-size: 3.8rem; } }
  .reg-title .mid {
    display: block;
    font-size: 2.0rem;
    line-height: 1.6; }
    @media (min-width: 992px) {
      .reg-title .mid {
        font-size: 2.6rem; } }

/*===============================

    cta

================================*/
.cta-block {
  background: url(../img/bg_cta_sp.png) no-repeat;
  background-size: cover;
  padding: 80px 0 60px;
  color: #fff;
  text-align: center; }
  @media (min-width: 992px) {
    .cta-block {
      background: url(../img/bg_cta_pc.png) no-repeat;
      background-size: cover;
      padding: 100px 0 80px; } }
  .cta-block .reg-title {
    color: #fff; }

.cta-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 auto 1.5em; }
  @media (min-width: 992px) {
    .cta-txt {
      font-size: 1.8rem; } }

.cta-btn {
  font-size: 2.6rem;
  display: block;
  line-height: 1.0;
  color: #fff;
  background: #FF8400;
  border: 3px solid #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 1.4em 0;
  border-radius: 80px;
  letter-spacing: .12em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  max-width: 400px;
  margin: 0 auto;
  transition: .3s; }
  @media (min-width: 992px) {
    .cta-btn {
      font-size: 3.0rem;
      max-width: 450px; } }
  .cta-btn:after {
    content: '\f35d';
    /* FontAwesomeの外部リンクアイコンのUnicode */
    font-family: 'Font Awesome 5 Free';
    /* FontAwesomeのフォントファミリー */
    font-weight: 900;
    /* FontAwesomeのアイコンが表示されるようにフォントウェイトを指定 */
    padding: 0 0 2px;
    font-size: 2.0rem; }
  .cta-btn:hover {
    background: #c96800; }

/*===============================

    accordion

================================*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  max-width: 800px; }
  .accordion-area .box {
    display: none;
    margin: 0;
    padding: 1.5em 30px 1.0em 62px;
    line-height: 1.8;
    font-size: 1.4rem;
    letter-spacing: .15em;
    color: #000; }
    @media (min-width: 768px) {
      .accordion-area .box {
        padding: 1.5em 50px 1.0em 64px;
        font-size: 1.6rem; } }
    .accordion-area .box p {
      font-weight: normal; }
      .accordion-area .box p:first-child {
        position: relative;
        font-size: 1.6rem;
        font-weight: bold; }
        @media (min-width: 992px) {
          .accordion-area .box p:first-child {
            font-size: 1.8rem; } }
        .accordion-area .box p:first-child:before {
          content: "A";
          position: absolute;
          left: -44px;
          top: -2px;
          text-align: center;
          background: #00a1ef;
          background: linear-gradient(90deg, #00a1ef 0%, #13c879 100%);
          color: #fff;
          font-size: 1.8rem;
          font-weight: normal;
          width: 30px;
          height: 30px;
          line-height: 30px;
          border-radius: 50%;
          letter-spacing: normal;
          font-weight: bold;
          font-family: "Montserrat", sans-serif; }
      .accordion-area .box p:last-child {
        margin: 0; }
    .accordion-area .box a {
      color: #333; }

.accordion-area li {
  margin: 15px 0; }

.title-q {
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 1.0em 40px 1.0em 5%;
  transition: all .5s ease;
  background: #F1F1F1;
  border-radius: 10px;
  letter-spacing: .12em;
  line-height: 1.8; }
  @media (min-width: 992px) {
    .title-q {
      font-size: 1.8rem;
      padding: .75em 90px .75em 1.0em;
      border-radius: 20px; } }
  .title-q span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 45px; }
    .title-q span:before {
      content: "Q";
      position: absolute;
      left: 0;
      top: -2px;
      text-align: center;
      font-size: 1.8rem;
      background: #000;
      color: #fff;
      font-weight: normal;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      letter-spacing: normal;
      font-family: "Montserrat", sans-serif;
      font-weight: bold; }
      @media (min-width: 992px) {
        .title-q span:before {
          top: 0; } }

.title-q::before,
.title-q::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
  top: 48%;
  right: 15px; }
  @media (min-width: 768px) {
    .title-q::before,
    .title-q::after {
      right: 35px; } }

.title-q::before {
  transform: rotate(0deg); }

.title-q::after {
  transform: rotate(90deg); }

.title-q.close::before {
  transform: rotate(45deg); }

.title-q.close::after {
  transform: rotate(-45deg); }

/*===============================

    decoration

================================*/
.fb {
  font-weight: bold; }

.cl-red {
  color: #ff0000; }

.bg-line {
  background: #00b900; }

.y-line {
  background: linear-gradient(transparent 50%, #ffff80 50%); }

.italic {
  font-style: oblique; }

.cl-gra01 {
  background: linear-gradient(90deg, #00A1EF 0%, #13C879 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.indent {
  padding: 0 0 0 1.1em;
  text-indent: -1.1em; }

/*===============================

    footer

================================*/
#footer-btn {
  display: none;
  position: fixed;
  text-align: center;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 1.0em;
  z-index: 10; }
  @media (min-width: 992px) {
    #footer-btn {
      width: 450px; } }
  #footer-btn .cta-btn {
    font-size: 2.0rem; }
    @media (min-width: 992px) {
      #footer-btn .cta-btn {
        font-size: 2.6rem;
        margin: 0; } }
  #footer-btn.is-hidden {
    visibility: hidden;
    opacity: 0; }
  #footer-btn.active {
    display: block; }

footer .copyright {
  background: #fff;
  padding: 0.5em 0;
  text-align: center; }
  footer .copyright a {
    color: #A0A0A0;
    font-weight: normal;
    font-size: 1.2rem;
    display: inline-block;
    text-decoration: none; }

/*===============================

    header

================================*/
header {
  position: relative; }

/*# sourceMappingURL=base.css.map */
