@charset "UTF-8";
/*********************
Theme Name:AI GAKKOU
Theme URI:
Description:
Author: GKLINE
Author URI:
Version: 1
Tags: responsive-layout
*********************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* snippet */
.text-l {
  text-align: left !important;
}

.text-r {
  text-align: right !important;
}

.text-c {
  text-align: center !important;
}

.serif {
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.bold {
  font-weight: bold !important;
}

.red {
  color: #de1523 !important;
}

.underline {
  border-bottom: 1px solid !important;
}

.text-ul {
  text-decoration: underline !important;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid-2col {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-3col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrap {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.wrap-m {
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

.tabpc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tabpc {
    display: block;
  }
}

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

.btn {
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  opacity: 1;
}

.btn-l {
  width: 80%;
  max-width: 400px;
  position: relative;
  color: white !important;
  font-size: clamp(20px, 16.667px + 0.833vw, 25.2px);
  font-weight: 700;
  line-height: 2.85;
  border-radius: 1.5em;
  padding-right: clamp(26px, 20.231px + 1.442vw, 35px);
}
.btn-l::after {
  content: "";
  right: clamp(16px, 13.436px + 0.641vw, 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  position: absolute;
  background: url(img/icon_arrow-r.png) no-repeat center/contain;
  width: clamp(26px, 20.231px + 1.442vw, 35px);
  height: clamp(26px, 20.231px + 1.442vw, 35px);
}

.btn-line-base {
  border-radius: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25em;
  border: 2px solid #4521b8;
  color: #4521b8 !important;
  font-weight: 700;
  padding: 0.5em 0;
}
.btn-line-base::after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url(img/icon_arrow-r-pp.png) no-repeat center/contain;
}
.btn-line-base:hover {
  background: #4521b8;
  color: white !important;
}
.btn-line-base:hover::after {
  background-image: url(img/icon_arrow-r.png);
}

.more-btn-area {
  display: inline-block;
}
.more-btn-area .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  text-decoration: none;
  gap: 10px;
  padding: 0 10px 0 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 600;
}
.more-btn-area .btn-more::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-position: center;
}
.more-btn-area .btn-more.btn-orange {
  color: #ec5900;
  background: white;
}
.more-btn-area .btn-more.btn-orange::after {
  background-image: url(img/icon_arrow-r_or.png);
}
.more-btn-area .btn-more.btn-orange:hover {
  background: #ec5900;
  color: white;
  border-color: #ec5900;
}
.more-btn-area .btn-more.btn-orange:hover::after {
  background-image: url(img/icon_arrow-r.png);
}

.m0 {
  margin: 0 !important;
}

.m10 {
  margin: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.noborder {
  border: 0 !important;
}

.grad_ppl-grn_h, .page-ttl, .faq-list dt {
  background: #4521B8;
  background: -webkit-gradient(linear, left top, right top, from(rgb(69, 33, 184)), to(rgb(0, 237, 201)));
  background: linear-gradient(90deg, rgb(69, 33, 184) 0%, rgb(0, 237, 201) 100%);
}

.grad_ppl-grn_v, .step-list-mdl::before {
  background: #4521B8;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(69, 33, 184)), to(#00edc9));
  background: linear-gradient(180deg, rgb(69, 33, 184) 0%, #00edc9 100%);
}

.grad_grn-ppl_v, .fc-guide .ttl-area .h2::before {
  background: #00edc9;
  background: -webkit-gradient(linear, left top, left bottom, from(#00edc9), to(#4521B8));
  background: linear-gradient(180deg, #00edc9 0%, #4521B8 100%);
}

.grad_ppl-grn-lighter_v, .bg-v {
  background: #F5F2F9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 242, 249)), to(rgb(232, 255, 255)));
  background: linear-gradient(180deg, rgb(245, 242, 249) 0%, rgb(232, 255, 255) 100%);
}

.grad_ppl-grn-lighter_h, .bg-h {
  background: #F5F2F9;
  background: -webkit-gradient(linear, left top, right top, from(rgb(245, 242, 249)), to(rgb(232, 255, 255)));
  background: linear-gradient(90deg, rgb(245, 242, 249) 0%, rgb(232, 255, 255) 100%);
}

.grad_ppl_h, .marker::after {
  background: #C792FD;
  background: -webkit-gradient(linear, left top, right top, from(rgb(199, 146, 253)), to(rgb(235, 218, 253)));
  background: linear-gradient(90deg, rgb(199, 146, 253) 0%, rgb(235, 218, 253) 100%);
}

.grad_ppl-lightppl_h, .company-block tr::after, .course-body .ttl::after, .recommend-body h3::after {
  background: #4521B8;
  background: -webkit-gradient(linear, left top, right top, from(rgb(69, 33, 184)), color-stop(65%, rgb(69, 33, 184)), to(rgb(199, 146, 253)));
  background: linear-gradient(90deg, rgb(69, 33, 184) 0%, rgb(69, 33, 184) 65%, rgb(199, 146, 253) 100%);
}

.grad_text {
  background: #4521B8;
  background: -webkit-gradient(linear, left top, right top, from(rgb(69, 33, 184)), to(rgb(0, 237, 201)));
  background: linear-gradient(90deg, rgb(69, 33, 184) 0%, rgb(0, 237, 201) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marker {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.marker::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  color: #0d0c0e;
  margin: 0;
  font-weight: 500;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin: 0;
}

p:not(:last-of-type) {
  margin: 0 0 1rem;
}

ul, li, ol, img, dl, dt, dd, a, table, td, th, figure, span, i, p {
  margin: 0;
  padding: 0;
}

table, th, td, dl, dt, dd, ul, li, ol, p {
  font-size: clamp(14px, 12.718px + 0.321vw, 16px);
}

span {
  font-size: inherit;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

input[type=text], input[type=email], input[type=url], input[type=submit],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

form {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  a:hover {
    opacity: 0.8;
  }
}
.h1 {
  font-size: clamp(22px, 10.462px + 2.885vw, 40px);
  line-height: 1.3;
}

.h2 {
  font-size: clamp(20px, 12.308px + 1.923vw, 32px);
}

/* header */
#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: white;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
#header a {
  text-decoration: none;
}
#header .logo a {
  display: block;
  width: 240px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 60px;
  background: url(img/logo.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  #header {
    height: 90px;
  }
  #header .logo {
    width: 45%;
    max-width: 357px;
  }
  #header .logo a {
    width: 100%;
    height: 90px;
  }
}

.header-wrap {
  padding: 0 2.5%;
  max-width: 1200px;
}

.tab-btn-list {
  display: none;
}

.menu-wrap {
  padding: 5vh 5%;
}

.menu-list {
  padding-bottom: 5vh;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-list a {
  display: block;
  padding: 1em;
  font-size: 18px;
  font-weight: 600;
  color: #0d0c0e !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url(img/icon_arrow-r-pp.png) no-repeat 95% center/20px;
}

.menu-btn-list {
  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;
  gap: 16px;
}
.menu-btn-list a {
  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: 60px;
  border-radius: 30px;
  min-width: 160px;
  font-size: 17px;
  color: white;
}
.menu-btn-list a::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 20px;
}
.menu-btn-list .free-consul a {
  background: #00d4b4;
}
.menu-btn-list .free-consul a:hover {
  background: #00a189;
}
.menu-btn-list .free-consul a::before {
  background: url(img/icon_headset.png) no-repeat center/contain;
  width: 16px;
}
.menu-btn-list .entry a {
  background: #4521b8;
}
.menu-btn-list .entry a:hover {
  background: #35198d;
}
.menu-btn-list .entry a::before {
  background: url(img/icon_pen.png) no-repeat center/contain;
  width: 20px;
}

#sp-menubtn {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
  width: 60px;
  height: 40px;
  padding: 0 13px;
}
#sp-menubtn::after {
  content: "MENU";
  font-size: 11px;
  display: block;
  text-align: center;
  line-height: 1.2;
}
#sp-menubtn span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  height: 2px;
  width: 100%;
  position: relative;
  background: #0d0c0e;
  border-radius: 1px;
}
#sp-menubtn span:nth-child(1) {
  top: 4px;
}
#sp-menubtn span:nth-child(2) {
  margin: 12px auto 11px;
}
#sp-menubtn span:nth-child(3) {
  top: -3px;
}
#sp-menubtn.open span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sp-menubtn.open span:nth-child(2) {
  opacity: 0;
}
#sp-menubtn.open span:nth-child(3) {
  top: -13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 60px;
  left: 0;
  background: white;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .header-wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 80px;
  }
  .tab-btn-list {
    display: block;
  }
  #sp-menubtn {
    top: 28px;
    right: 10px;
  }
  #menu {
    top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .header-wrap {
    padding: 0;
  }
  .tab-btn-list {
    display: none;
  }
  #sp-menubtn {
    display: none;
  }
  #menu {
    display: block !important;
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
    background: transparent;
  }
  .menu-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: ceneter;
        -ms-flex-align: ceneter;
            align-items: ceneter;
    padding: 0 20px 0 0;
    border: 0;
    gap: 20px;
  }
  .menu-list a {
    border: 0;
    font-size: 16px;
    padding: 0;
    background: transparent;
  }
}
.hero, .page-ttl {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .hero, .page-ttl {
    margin-top: 90px;
  }
}

.bnr-l {
  text-align: center;
}
.bnr-l a {
  display: block;
}
.bnr-l img {
  width: auto;
}

.bnr-fc1 {
  margin-top: clamp(20px, 7.179px + 3.205vw, 40px);
}

.nocontents {
  margin-top: 60px;
  min-height: 60vh;
  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;
}
.nocontents > div {
  width: 100%;
}
.nocontents .back-to-top {
  width: 90%;
  max-width: 300px;
  font-size: clamp(16px, 10.872px + 1.282vw, 24px);
}
@media screen and (min-width: 768px) {
  .nocontents {
    margin-top: 90px;
  }
}

.contents {
  display: block;
  width: 100%;
}

.top-contents > section {
  padding-top: clamp(45px, 16.154px + 7.212vw, 90px);
  padding-bottom: clamp(45px, 16.154px + 7.212vw, 90px);
}

.top-about {
  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;
  padding-top: clamp(32px, 11.487px + 5.128vw, 64px);
  padding-bottom: clamp(32px, 11.487px + 5.128vw, 64px);
}
.top-about .poppup {
  width: clamp(80px, 51.154px + 7.212vw, 125px);
}
@media screen and (min-width: 768px) {
  .top-about {
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.about-text p {
  font-size: clamp(18px, 14.154px + 0.962vw, 24px);
  font-weight: 700;
}
.about-text .marker::after {
  height: 0.4em;
  bottom: 0.25em;
}

.nayami {
  padding-bottom: clamp(60px, 21.538px + 9.615vw, 120px) !important;
}
.nayami .h1 {
  margin-bottom: clamp(30px, 4.359px + 6.41vw, 70px);
  font-weight: 900;
}

.nayami-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 5%;
}

.nayami-body {
  width: 47.5%;
  max-width: 300px;
}

.nayami-ttl h3 {
  margin-bottom: 1em;
  font-size: clamp(14px, 10.154px + 0.962vw, 20px);
  line-height: 1.5;
  text-align: center;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.nayami-ttl h3::after {
  content: "";
  width: 100%;
  height: 38px;
  display: block;
  position: absolute;
  bottom: -40px;
  z-index: 2;
  background: url(img/parts_ul-blue.png) no-repeat center/contain;
}

.nayami-img {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
.nayami-img img {
  border-radius: 50%;
}

.nayami-text {
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
.nayami-text p {
  padding: 0.75em 1em;
  font-size: clamp(13px, 11.077px + 0.481vw, 16px);
  margin: 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .nayami-list {
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
    row-gap: clamp(40px, 14.359px + 6.41vw, 80px);
  }
  .nayami-body {
    width: 27%;
  }
}
@media screen and (min-width: 1024px) {
  .nayami-text p {
    padding: 1em 1.25em;
  }
}
.recommend {
  padding-bottom: 0 !important;
}

.recommend-ttl {
  position: relative;
  padding-bottom: clamp(30px, 10.769px + 4.808vw, 60px);
}
.recommend-ttl .poppup {
  width: clamp(80px, 51.154px + 7.212vw, 125px);
  position: absolute;
  top: clamp(-160px, -45.128px + -11.218vw, -90px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recommend-ttl p {
  font-weight: 600;
  font-size: clamp(18px, 11.59px + 1.603vw, 28px);
}
.recommend-ttl p .marker {
  font-weight: 800;
  font-size: clamp(22px, 9.179px + 3.205vw, 42px);
}
.recommend-ttl p .marker::after {
  height: 0.3em;
  bottom: 0.25em;
}

.recommend-discription {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.recommend-discription .ttl-area {
  padding-top: clamp(30px, 10.769px + 4.808vw, 60px);
  padding-bottom: clamp(30px, 10.769px + 4.808vw, 60px);
}

.recommend-list {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(30px, 10.769px + 4.808vw, 60px);
  padding-bottom: clamp(30px, 10.769px + 4.808vw, 60px);
}

.recommend-body .img img {
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
.recommend-body h3 {
  font-size: clamp(16px, 10.872px + 1.282vw, 24px);
  position: relative;
  padding: 0.75em 0.25em 0.5em;
  margin-bottom: 0.5em;
}
.recommend-body h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
}
.recommend-body p {
  padding: 0 0.25em;
}
.recommend-body .btn-more {
  color: #4521b8 !important;
  border-radius: 15px;
}
.recommend-body .btn-more::after {
  background-image: url(img/icon_arrow-r-pp.png);
}
.recommend-body .btn-more:hover {
  background: #4521b8;
  border-color: #4521b8;
  color: white !important;
}
.recommend-body .btn-more:hover::after {
  background-image: url(img/icon_arrow-r.png);
}
@media screen and (min-width: 768px) {
  .recommend-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommend-body h3 {
    padding-top: 0;
  }
  .recommend-body .img {
    width: 36%;
  }
  .recommend-body .text {
    width: 64%;
    padding-left: 4%;
  }
  .recommend-body:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .recommend-body:nth-child(even) .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-right: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .recommend-body h3::after {
    height: 3px;
    border-radius: 1.5px;
  }
}

.has-en-sub {
  position: relative;
}

.plan-list {
  width: 94%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.top-plan .ttl-area {
  padding-bottom: clamp(30px, 10.769px + 4.808vw, 60px);
}
.top-plan .ttl-area .h1 {
  font-size: clamp(24px, 13.744px + 2.564vw, 40px);
}

.plan-body {
  margin-bottom: min(5vh, 50px);
}
.plan-body h3 {
  line-height: 1.5;
  text-align: center;
  font-size: clamp(22px, 16.872px + 1.282vw, 30px);
  margin-bottom: 0.5em;
}
.plan-body h3::after {
  color: #dbd8dd;
  content: attr(data-en);
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.7em;
}

.plan-tbl {
  border-collapse: collapse;
  width: 100%;
  border-top: 5px solid #a7ec00;
  background: white;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
.plan-tbl th {
  padding: 16px 0 20px 24px;
}
.plan-tbl td {
  padding: 16px 0 20px;
}
.plan-tbl .border-bottom th, .plan-tbl .border-bottom td {
  border-bottom: 2px solid #e1d9e9;
}
.plan-tbl .btn-area {
  padding: 0 10px 24px;
}
.plan-tbl th {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
}
.plan-tbl .no-tax {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}
.plan-tbl .yen {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.7em;
}
.plan-tbl .tax-included {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  opacity: 0.5;
}
.plan-tbl .btn-plan {
  color: #0d0c0e !important;
  line-height: 1.3;
  text-decoration: none;
  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;
  width: 100%;
  background: #a7ec00;
  padding: 10px 32px 10px 40px;
  border-radius: 40px;
}
.plan-tbl .btn-plan span {
  font-size: 20px;
  font-weight: 700;
}
.plan-tbl .btn-plan span span {
  font-size: 14px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.plan-tbl .btn-plan:hover {
  background: #95d300;
}
.plan-tbl .btn-plan::after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(img/icon_arrow-r.png) no-repeat center/contain;
}
.plan-tbl.plan-corp {
  border-top-color: #4521b8;
}
.plan-tbl.plan-corp .btn-plan {
  background: #4521b8;
  color: white !important;
}
.plan-tbl.plan-corp .btn-plan:hover {
  background: #35198d;
}
.plan-tbl .plan-josei {
  padding-top: 0;
}
.plan-tbl .plan-josei div {
  background: #f8facf;
  padding: 1em 0 0.5em;
  margin: 0 10px;
}
.plan-tbl .plan-josei p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.plan-tbl .plan-josei .more-btn-area .btn-more {
  font-size: 16px;
  border-radius: 17px;
  padding-top: 3px;
  padding-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .plan-body {
    margin-bottom: 0;
  }
  .plan-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3% 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    margin-bottom: min(10vh, 90px);
  }
  .plan-tbl {
    height: 380px;
  }
}
@media screen and (min-width: 1024px) {
  .plan-list {
    padding: 0 20px;
    gap: 8%;
  }
  .plan-tbl th {
    padding-left: 40px;
  }
  .plan-tbl .plan-josei div {
    margin: 0 24px;
  }
  .plan-tbl .btn-area {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.faq .ttl-area {
  padding-bottom: clamp(20px, 7.179px + 3.205vw, 40px);
}

.faq-list {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
.faq-list dt {
  color: white;
  font-size: clamp(15px, 11.795px + 0.801vw, 20px);
  line-height: 1.3;
  padding: 0.2em 1em;
  border-radius: 1em;
}
.faq-list dt::before {
  content: "Q.";
  display: inline-block;
  vertical-align: baseline;
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  margin-right: 0.25em;
}
.faq-list dd {
  padding: 0.75em 1em;
  margin-bottom: 1em;
}
.faq-list a {
  color: #4521b8 !important;
  margin: 0 0.25em;
}
.faq-list a:hover {
  text-decoration: none;
}

#footer {
  background: #0d0c0e;
  color: white;
  padding-top: 40px;
}
#footer a {
  color: white !important;
  text-decoration: none;
}
.footer-wrap {
  padding: 0 5%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-logo {
  max-width: 357px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.footer-btm {
  padding-top: 20px;
}

.footer-menu {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.footer-menu a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
}

.footer-sub-menu {
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-sub-menu li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.footer-sub-menu a {
  text-align: center;
  padding: 1em 0;
  display: block;
  font-weight: 400;
  font-size: 12px;
  position: relative;
}
.footer-sub-menu li:not(:last-child) a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
  width: 1px;
  height: 12px;
  background: white;
}

.copyright {
  font-size: 13px;
  text-align: center;
  padding: 1em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .footer-wrap {
    padding: 0 2%;
  }
  .footer-menu {
    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-top: 0;
  }
  .footer-menu a {
    border-bottom: 0;
  }
  .footer-sub-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-sub-menu li {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .footer-sub-menu a {
    font-size: 13px;
    padding: 1em 1.25em;
  }
  .footer-sub-menu li:not(:last-child) a::after {
    top: 18px;
    height: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-top {
    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;
  }
  .footer-logo {
    margin: 0;
  }
  .footer-btm {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-btm-r {
    width: 45%;
    max-width: 540px;
  }
  .footer-menu {
    gap: 24px;
  }
  .footer-menu a {
    padding: 0;
  }
  .footer-sub-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0;
  }
  .footer-sub-menu a {
    padding: 0 1.25em;
  }
  .footer-sub-menu li:first-child a {
    padding-left: 0;
  }
  .footer-sub-menu li:not(:last-child) a::after {
    top: 4px;
  }
  .copyright {
    text-align: right;
  }
}
/* pages */
.page-contents {
  padding-top: clamp(30px, 10.769px + 4.808vw, 60px);
}
.page-contents .ttl-area p {
  font-size: clamp(14px, 10.154px + 0.962vw, 20px);
}
.page-contents .ttl-area p .small {
  font-size: 0.8em;
  opacity: 0.6;
}

.page-ttl {
  padding-top: clamp(10px, 3.59px + 1.603vw, 20px);
  padding-bottom: clamp(20px, 13.59px + 1.603vw, 30px);
  text-align: center;
  color: white;
}
.page-ttl .ttl-en {
  margin-bottom: 0.25em;
  font-size: 0.5em;
  display: inline-block;
  padding: 0.1em 0.5em;
  background: white;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.page-ttl .ttl-en p {
  font-weight: 500;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(69, 33, 184)), to(rgb(0, 237, 201)));
  background: linear-gradient(90deg, rgb(69, 33, 184) 0%, rgb(0, 237, 201) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: skew(15deg);
          transform: skew(15deg);
}
.page-ttl h1 {
  font-size: 1em;
  font-weight: 700;
}

/* curriculum */
.step-list {
  padding-top: clamp(20px, 7.179px + 3.205vw, 40px);
  padding-bottom: clamp(50px, 17.949px + 8.013vw, 100px);
  width: 90%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.step-body {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-body.bg {
  background-color: #f5f2f9;
}
.step-body .time, .step-body .text {
  position: relative;
}
.step-body .time, .step-body .text-ttl {
  font-size: clamp(14px, 10.154px + 0.962vw, 20px);
  font-weight: 700;
}
.step-body .time {
  width: 33%;
  position: relative;
  text-align: center;
}
.step-body .text {
  width: 67%;
  padding: 1em 10px 1em 20px;
}
.step-body .text::after {
  content: "";
  z-index: 5;
  top: 50%;
  left: -12px;
  width: 26px;
  height: 26px;
  background: url(img/icon_circle.png) no-repeat center/contain;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.step-body .text-ttl {
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.step-body p:not(.text-ttl) {
  font-size: clamp(12px, 9.436px + 0.641vw, 16px);
}

.step-start {
  position: relative;
}
.step-start::before, .step-start::after {
  display: block;
  position: absolute;
  content: "";
  width: 0px;
  height: 50%;
  left: 33%;
}
.step-start::before {
  top: 0;
  border-left: 2px dashed #bbbbbb;
}
.step-start::after {
  top: 50%;
  width: 2px;
  background: #4521b8;
}

.step-end {
  position: relative;
}
.step-end::before, .step-end::after {
  display: block;
  position: absolute;
  content: "";
  width: 0px;
  height: 50%;
  left: 33%;
}
.step-end::before {
  top: 0;
  width: 2px;
  background: #00edc9;
}
.step-end::after {
  top: 50%;
  border-left: 2px dashed #bbbbbb;
}

.step-list-mdl {
  position: relative;
}
.step-list-mdl::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 33%;
}

@media screen and (min-width: 768px) {
  .step-list .time {
    width: 22%;
  }
  .step-list .text {
    width: 78%;
    padding: 30px 0 30px 30px;
  }
  .step-list-mdl::before {
    left: 22%;
  }
  .step-start::before, .step-start::after, .step-end::before, .step-end::after {
    left: 22%;
  }
}
.course {
  padding-top: clamp(30px, 10.769px + 4.808vw, 60px);
}

.course-list {
  padding-top: clamp(25px, 8.974px + 4.006vw, 50px);
  padding-bottom: clamp(35px, 12.564px + 5.609vw, 70px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px 10px;
}
@media screen and (min-width: 768px) {
  .course-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .course-list {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 36px;
  }
  .course-list .course-body {
    padding: 10px 20px 20px;
  }
}

.course-body {
  background: white;
  padding: 0 1em 1em;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
.course-body .ttl {
  position: relative;
  font-size: clamp(16px, 13.436px + 0.641vw, 20px);
  font-weight: 700;
  margin-bottom: 0.5em;
  padding: 0.75em 0;
  text-align: center;
  line-height: 1.3;
}
.course-body .ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.course-body .discription {
  line-height: 1.5;
  margin-bottom: 2em;
}
.course-body .tags {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.course-body .hours, .course-body .homeworks {
  font-size: clamp(13px, 11.718px + 0.321vw, 15px);
  color: white;
  width: 6em;
  text-align: center;
  border-radius: 1em;
  line-height: 1.86;
}
.course-body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.course-body .hours {
  background: #4521b8;
}
.course-body .homeworks {
  background: #8464ed;
}
.course-body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.75;
}

.footer-btn-area {
  padding-top: clamp(35px, 12.564px + 5.609vw, 70px);
  padding-bottom: clamp(35px, 12.564px + 5.609vw, 70px);
  text-align: center;
}
.footer-btn-area .experience {
  font-size: clamp(20px, 17.436px + 0.641vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.footer-btn-area .experience .marker::after {
  height: 0.41em;
  bottom: 0;
}
.footer-btn-area .btn-free-councel {
  background: #00d4b4;
}
.footer-btn-area .btn-free-councel:hover {
  background: #00a189;
}
.footer-btn-area .btn-free-councel:hover span {
  color: #00a189 !important;
}
.footer-btn-area .btn-free-councel span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  background: white;
  color: #00d4b4 !important;
  font-size: 1.1em;
  line-height: 1;
  padding: 0.2em 0.25em;
  border-radius: 4px;
  margin-left: 0.2em;
}
.plan-page .ttl-area {
  padding-bottom: clamp(40px, 14.359px + 6.41vw, 80px);
}

.joseikin {
  padding-top: clamp(35px, 12.564px + 5.609vw, 70px);
  padding-bottom: clamp(30px, 10.769px + 4.808vw, 60px);
}
.joseikin .ttl-area {
  padding-bottom: clamp(20px, 7.179px + 3.205vw, 40px);
}
.joseikin .ttl-area .fukidasi {
  margin-bottom: 0.9em;
  line-height: 1;
}
.joseikin .ttl-area .fukidasi::before, .joseikin .ttl-area .fukidasi::after {
  content: "";
  display: inline-block;
  width: clamp(18px, 10.308px + 1.923vw, 30px);
  height: clamp(22.2px, 12.713px + 2.372vw, 37px);
  margin: 0 0.25em;
  background: url(img/parts_wslash-l.png) no-repeat center/contain;
  position: relative;
  top: 0.1em;
}
.joseikin .ttl-area .fukidasi::after {
  background-image: url(img/parts_wslash-r.png);
}

.joseikin-eg {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  max-width: 626px;
}

.plan-regular {
  margin-bottom: clamp(20px, 7.179px + 3.205vw, 40px);
}

.joseikin-chart {
  padding-top: clamp(45px, 16.154px + 7.212vw, 90px);
  padding-bottom: clamp(20px, 7.179px + 3.205vw, 40px);
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
}

.form-area {
  padding-top: clamp(35px, 12.564px + 5.609vw, 70px);
  padding-bottom: clamp(40px, 14.359px + 6.41vw, 80px);
  border-bottom: 10px solid rgba(219, 216, 221, 0.2);
}
.form-area .submit-area {
  padding: 20px 0;
}
.form-area .submit-area input[type=submit] {
  font-weight: 700;
  height: clamp(57px, 47.385px + 2.404vw, 72px);
  padding-left: clamp(30px, 17.179px + 3.205vw, 50px);
  background: url(img/icon_mail.png) no-repeat 32% center #4521b8;
  background-size: clamp(26px, 20.231px + 1.442vw, 35px);
  width: 90%;
  max-width: 400px;
  border-radius: clamp(29px, 24.513px + 1.122vw, 36px);
  color: white;
  font-size: clamp(20px, 16.667px + 0.833vw, 25.2px);
}
@media screen and (min-width: 768px) {
  .form-area .submit-area input[type=submit] {
    background-position: 125px center;
  }
}
.form-area .submit-area input[disabled] {
  background-color: #696969;
}

.contact .wpcf7-spinner {
  display: none;
}
.contact .wpcf7 form .wpcf7-response-output {
  border: none;
  color: #de1523;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.contact .wpcf7 form.invalid .wpcf7-response-output, .contact .wpcf7 form.unaccepted .wpcf7-response-output, .contact .wpcf7 form.payment-required .wpcf7-response-output {
  padding: 2em 1em;
  background: rgba(222, 21, 35, 0.1);
}
.contact .wpcf7 form.invalid .wpcf7-response-output::before, .contact .wpcf7 form.unaccepted .wpcf7-response-output::before, .contact .wpcf7 form.payment-required .wpcf7-response-output::before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 26px;
  background: url(img/icon_warn.png) no-repeat center/contain;
}

.form-list {
  width: 90%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.form-list input[type=text], .form-list input[type=email], .form-list input[type=tel] {
  width: 100%;
  border: 1px solid #bbbbbb;
  line-height: 40px;
  padding: 0 0.5em;
  border-radius: 4px;
}
.form-list textarea {
  width: 100%;
  border: 1px solid #bbbbbb;
  padding: 0.5em;
  border-radius: 4px;
  line-height: 1.5;
  height: 12em;
}
.form-list dd {
  background: #f5f2f9;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 30px;
}

.about-privacy-text {
  text-align: center;
  margin-bottom: 1em;
}
.about-privacy-text p {
  line-height: 1.2;
}

.confirm-text {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  overflow: auto;
  height: 60vh;
  max-height: 300px;
  padding: 1em;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
}
.confirm-text dt, .confirm-text dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 0.5em;
}
.confirm-text dd {
  padding-left: 2em;
  margin-bottom: 1em;
}
.confirm-text table {
  border-collapse: collapse;
}
.confirm-text table th, .confirm-text table td {
  border: 1px solid #bbbbbb;
  padding: 0.25em 0.5em;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.confirm-text table th {
  background: #f6f6f6;
}

.confirm-text-ttl {
  font-size: 0.9125rem;
  font-weight: 500;
  border-bottom: 1px solid;
  line-height: 1.2;
  padding: 0 0.25em 0.25em;
  margin-bottom: 0.5em;
}

.confirm-area {
  padding-top: 1em;
}

.fc-detail {
  padding-top: clamp(30px, 10.769px + 4.808vw, 60px);
}

.video-list {
  margin-bottom: 40px;
  padding-top: clamp(20px, 7.179px + 3.205vw, 40px);
}

.video-body {
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.video-body iframe {
  width: 100%;
  aspect-ratio: 560/315;
}
.video-body .text {
  padding: 20px;
}
.video-body .text .ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .video-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .video-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fc-guide {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  padding-top: clamp(18px, 6.462px + 2.885vw, 36px);
  padding-bottom: clamp(18px, 6.462px + 2.885vw, 36px);
  padding-left: clamp(30px, 10.769px + 4.808vw, 60px);
  padding-right: clamp(30px, 10.769px + 4.808vw, 60px);
}
.fc-guide .ttl-area {
  margin-bottom: 1em;
}
.fc-guide .ttl-area .h2 {
  position: relative;
  padding-left: 0.75em;
  letter-spacing: 0.05em;
}
.fc-guide .ttl-area .h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
}

.mtg-reserv {
  padding-top: clamp(20px, 7.179px + 3.205vw, 40px);
  padding-bottom: clamp(15px, 5.385px + 2.404vw, 30px);
}

.btn-mtg-reserv {
  background: #4521b8;
  width: 90%;
  max-width: 430px;
}
.btn-mtg-reserv:hover {
  background: #35198d;
}

.not-recommended {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: clamp(50px, 17.949px + 8.013vw, 100px);
  max-width: 730px;
  border: 1px solid;
  padding: min(2vw, 16px);
}
.not-recommended .ttl-area h4 {
  display: inline-block;
  border-bottom: 2px solid #4521b8;
  font-size: clamp(15px, 11.795px + 0.801vw, 20px);
  line-height: 1;
  padding-bottom: 0.25em;
  margin-bottom: 0.75em;
}
.not-recommended .ttl-area h4::before {
  content: "";
  display: inline-block;
  width: clamp(20px, 16.154px + 0.962vw, 26px);
  height: clamp(20px, 16.154px + 0.962vw, 26px);
  background: url(img/icon_warn.png) no-repeat center/contain;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.not-recommended p {
  font-size: clamp(13px, 11.718px + 0.321vw, 15px);
}

.fc-flow {
  padding-bottom: clamp(50px, 17.949px + 8.013vw, 100px);
}
.fc-flow .poppup img {
  width: clamp(60px, 49.744px + 2.564vw, 76px);
}
.fc-flow .ttl-area {
  padding-bottom: clamp(20px, 7.179px + 3.205vw, 40px);
}
.fc-flow .flow-img {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page-contents .faq {
  padding-top: clamp(30px, 10.769px + 4.808vw, 60px);
  padding-bottom: clamp(25px, 8.974px + 4.006vw, 50px);
}

.soudan-line {
  padding-top: clamp(40px, 14.359px + 6.41vw, 80px);
  padding-bottom: clamp(50px, 17.949px + 8.013vw, 100px);
}
.soudan-line .ttl-area {
  padding-bottom: clamp(10px, 3.59px + 1.603vw, 20px);
}

/* company info */
.tbl {
  border-collapse: collapse;
}

.company-block {
  padding-bottom: clamp(30px, 10.769px + 4.808vw, 60px);
}
.company-block a {
  color: #4521b8 !important;
}
.company-block .tbl {
  width: 100%;
}
.company-block th, .company-block td {
  padding: 2em 1em;
}
.company-block th {
  white-space: nowrap;
}
.company-block tr {
  position: relative;
}
.company-block tr::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}