@charset "UTF-8";

.sp-br {
  display: none;
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}

/* ===== WRAPPER ===== */
.l-contents {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 16px;
}


/* ===== KV・上部余白 ===== */
main {
  margin-top: 100px !important;
	margin-bottom:4rem;
}

/* ===== MINI SLIDER ===== */
.mini-slider {
  width: 100%;
  margin: 0;
  color: #333;
  padding-inline: 20px;
  padding-top: 25px;
  position: relative;
}

.mini-slider input {
  position: fixed;
  top: -100vh;
  opacity: 0;
  pointer-events: none;
}

.mini-slider .view {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.mini-slider .view img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
  z-index: 1;
}

#m1:checked ~ .view img[data-i="1"] { opacity: 1; }
#m2:checked ~ .view img[data-i="2"] { opacity: 1; }
#m3:checked ~ .view img[data-i="3"] { opacity: 1; }

.mini-slider .dots {
  position: absolute;
  bottom: 20px;
  left: 50px;
  display: flex;
  gap: 10px;
}

.mini-slider .dots button {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 999px;
  background: #ccc;
  padding: 0;
  cursor: pointer;
}

#m1:checked ~ .dots button[data-for="m1"] { background: #333; }
#m2:checked ~ .dots button[data-for="m2"] { background: #333; }
#m3:checked ~ .dots button[data-for="m3"] { background: #333; }


/* ===== FORM SECTION ===== */
.request {
  background: #FAF9F7;
}

.request-border {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.l-page_RECRUIT section#contact {
  background: #fff;
}

.arw_titbx {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.arw_tit {
  width: 100%;
  background: #172a88;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  padding: 25px 0;
  text-align: center;
  position: relative;
}

.arw_tit::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 55px 0 55px;
  border-color: #172a88 transparent transparent transparent;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.form-box {
  width: 100%;
  margin: auto;
  padding: 0 0 100px;
}

.form-box dt {
  background: #172a88;
  padding: 20px;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 30px;
  text-align: left;
}

.form-box dd {
  text-align: left;
}

.form-box dd input[type="text"],
.form-box dd input[type="tel"],
.form-box dd input[type="email"],
.form-box dd textarea {
  padding: 10px 15px;
  border: solid 1px #B2B2B2;
  border-radius: 3px;
  font-size: 20px;
  width: 100%;
  box-sizing: border-box;
}

.form-box dd textarea {
  min-height: 120px;
  resize: vertical;
}

.preview {
  text-align: center;
  padding: 0 0 10px;
  font-size: 16px;
}

.under-preview {
  font-size: 18px;
  margin: 20px 0 0;
}

.PAGE_RECRUIT_LINK_wrap {
  margin-top: 40px;
  padding-bottom: 20px;
}

.PAGE_RECRUIT_LINK_wrap .under-preview,
.form-box > .under-preview {
  text-align: left;
}

.PAGE_RECRUIT_LINK {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.PAGE_RECRUIT_LINK a {
  display: inline-block;
  text-decoration: underline !important;
  margin-top: 10px;
  color: #065dca;
}


/* ===== Radio buttons ===== */
.cp_ipradio {
  text-align: left;
}

.cp_ipradio .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.cp_ipradio .wpcf7-list-item {
  display: inline-block;
}

.cp_ipradio label {
  cursor: pointer;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cp_ipradio input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: #384676;
}


/* ===== Checkbox ===== */
#PAGE_RECRUIT_CHECK {
  margin: 50px 0 0;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#PAGE_RECRUIT_CHECK label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#PAGE_RECRUIT_CHECK input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"],
input[name="acceptance-558"] {
  width: 20px !important;
  height: 20px !important;
  position: static !important;
  clip: unset !important;
  clip-path: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  display: inline-block !important;
  visibility: visible !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  margin: 0 5px 0 0 !important;
  accent-color: #384676;
}

#PAGE_RECRUIT_CHECK .wpcf7-list-item-label {
  padding-left: 5px;
  font-size: 20px;
  font-weight: 700;
}


/* ===== Submit ===== */
.form-btn.form-submit {
  margin: 50px auto 0;
  text-align: center;
}

.wpcf7-form .form-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}

.wpcf7 input[type="submit"] {
  margin: 0 auto;
  display: block;
}

.submit-btn {
  width: 370px;
  height: 80px;
  background: #384676;
  border: none;
  font-size: 24px;
  color: #FFF;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #7C8ECC;
}


/* ===== SECTION 01 (Intro) ===== */
.r_sec {
  text-align: center;
  padding-inline: 20px;
}

.r_sec .r_sec_inr {
  max-width: 1000px;
  margin: 0 auto;
}

.sec01 {
  padding: 50px 0 0;
  text-align: center;
}

.sec01 .p01 {
  font-size: 56px;
  line-height: 1.2em;
}

.sec01 .p01_s {
  font-size: 37px;
}

.sec01 .p02 {
  font-size: 48px;
  color: #080059;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sec01 .blc {
  display: block;
}

.line {
  display: inline-block;
  position: relative;
}

.line::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #fff100;
  border-radius: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}


/* ===== HEADING 009 ===== */
.heading-009 {
  position: relative;
  padding: 0.8em 0.7em;
  border-radius: 10px;
  background-image: repeating-linear-gradient(
    -45deg,
    #0a68ca,
    #0a68ca 10px,
    #065dca 10px,
    #065dca 20px
  );
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.heading-009::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top: 11px solid #065dca;
}


/* ===== FEATURES TABLE ===== */
.features-table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.features-table td {
  text-align: center;
  vertical-align: top;
  padding: 10px 5px;
}

.features-table img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.features-table .feat-text {
  font-family: arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.feat-note {
  font-size: 16px;
}


/* ===== VIDEO BOX ===== */
.box_11 {
  border: 4px solid #065dca;
  border-radius: 10px;
  overflow: hidden;
}

.box_11_ttl {
  margin: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    #0a68ca,
    #0a68ca 10px,
    #065dca 10px,
    #065dca 20px
  );
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.box_11_txt {
  margin: 0;
  padding: 2em;
  text-align: center;
}

.box_11_txt iframe {
  max-width: 100%;
  border-radius: 8px;
}


/* ===== INSTAGRAM BUTTON ===== */
.btn,
.btn-c {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 1.4rem;
  padding: 1.2rem 3rem 1.2rem 2rem;
  color: #fff;
  border-radius: 0;
  background-image: linear-gradient(
    115deg,
    #231557 0%,
    #44107a 25%,
    #ff1361 90%,
    #fff800 100%
  );
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

a.btn-c span {
  position: relative;
  z-index: 1;
}

a.btn-c::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s;
  background-image: linear-gradient(
    115deg,
    #231557 0%,
    #44107a 15%,
    #ff1361 70%,
    #fff800 100%
  );
}

a.btn-c::after {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  content: "\f30b";
  transition: all 0.3s;
  font-weight: 900;
}

a.btn-c:hover {
  color: #fff;
}

a.btn-c:hover::before {
  opacity: 0;
}

a.btn-c:hover::after {
  right: 0.5rem;
}


/* ===== CLASSROOM TABS ===== */
.ct-btn {
  flex: 1 1;
  min-width: 70px;
  padding: 1.5em 1em;
  border: none;
  border-radius: 5px 5px 0 0;
  background-image: repeating-linear-gradient(
    -45deg,
    #0a68ca,
    #0a68ca 10px,
    #065dca 10px,
    #065dca 20px
  );
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
  opacity: 0.60;
  transition: opacity 0.2s;
  font-family: "Noto Sans JP", sans-serif;
}

.ct-btn:hover {
  opacity: 0.8;
}

.ct-btn.ct-active {
  opacity: 1;
}

.ct-panel {
  width: 100%;
  padding: 1.8em 2em;
  background-color: #ffffff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.midashi_kyousitsu {
  margin: 0 0 0 30px;
  padding: 0.3em 0.8em;
  color: #065dca;
  font-size: 40px;
  font-weight: bold;
  background: transparent;
  border-left: solid 5px #065dca;
  text-align: left;
}

.flex-kyoushitsu-syoukai {
  display: flex;
  margin: 0 8%;
}

.flex-kyoushitsu-syoukai .image-kyoushitsu {
  margin: 0 0 0 auto;
  width: 400px;
  height: 270px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.flex-kyoushitsu-syoukai .image-kyoushitsu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex-kyoushitsu-syoukai .text {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  line-height: 1.7;
}


/* ===== Gallery ===== */
.gallery-slider-b {
  width: 100%;
  margin: 0 auto;
}

.gb-viewport {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gb-track {
  display: flex;
  gap: 20px;
}

.gb-item {
  flex: 0 0 calc(33.333% - 13.5px);
  margin: 0;
}

.gb-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.div-yohaku {
  margin-left: 3.5em;
  margin-right: 3.5em;
}


/* ===== Map ===== */
#map iframe {
  max-width: 100%;
  border-radius: 10px;
}


/* ===== ENVIRONMENT ===== */
.r_sec.sec05 {
  margin-top: 40px;
}

.sec05 .maintxt .p02 {
  font-size: 48px;
  color: #080059;
  font-weight: bold;
  text-align: center;
}

.environment {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.environment > li {
  display: flex;
}

.environment > li .e_blc01 {
  width: 660px;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}

.environment > li .e_blc01 img,
.environment > li .e_blc03 img,
.environment > li .e_blc05 img {
  width: 100%;
  height: auto;
}

.environment > li .e_blc02 {
  width: 340px;
}

.environment > li .e_blc02 .p01,
.environment > li .e_blc04 .p01 {
  font-size: 37px;
  color: #fff;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.environment > li .e_blc02 .p01::after {
  content: "";
  width: 700px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: linear-gradient(to right, transparent, #666a74 40%, #666a74);
  z-index: 0;
}

.environment > li .e_blc02 .p02 {
  font-size: 31px;
  font-family: 'renner', sans-serif;
  color: #9fa0a0;
  font-style: oblique;
  letter-spacing: 2px;
  padding-top: 30px;
}

.environment > li .e_blc02 .p03 {
  font-size: 16px;
  text-align: left;
  padding: 30px 20px 0 30px;
}

.environment > li .e_blc03,
.environment > li .e_blc05 {
  width: 319px;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}

.environment > li .e_blc04 {
  width: 362px;
}

.environment > li .e_blc04 .p01::after {
  content: "";
  width: 700px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: linear-gradient(
    to right,
    transparent,
    #666a74 40%,
    #666a74 80%,
    transparent
  );
  z-index: 0;
}

.environment > li .e_blc04 .p02 {
  font-size: 31px;
  font-family: 'renner', sans-serif;
  color: #9fa0a0;
  font-style: oblique;
  letter-spacing: 2px;
  padding-top: 30px;
}

.environment > li .e_blc04 .p03 {
  font-size: 16px;
  text-align: left;
  padding: 30px 20px 0 30px;
}


/* ===== SPACER ===== */
.spacer {
  height: 30px;
}

.spacer-lg {
  height: 60px;
}


/* =============================================
   RESPONSIVE（本番環境用・common.css上書き含む）
   ============================================= */
@media (max-width: 768px) {
	  /* 横スクロール防止（最小限） */
  html,
  body,
  .wrapper {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  /* ===== ヘッダー・KV ===== */
  header {
    padding: 0 !important;
    margin: 0 !important;
  }

  header .t_nav_area {
    height: auto !important;
    padding: 8px 10px !important;
  }

 main {
	 margin-top: 100px !important;
}
	
  /* ===== 全体幅 ===== */
  .l-contents {
    width: 94% !important;
  }

  .request .wrap {
    width: 94% !important;
    margin: 0 auto !important;
  }

  section#contact.request {
    width: 100% !important;
    padding: 0 !important;
  }

  #classroom-tabs {
    width: 94% !important;
    margin: 0 auto !important;
  }

  .sec05 .r_sec_inr {
    width: 94% !important;
    margin: 0 auto !important;
  }

  /* ===== フォーム ===== */
  .arw_tit {
    font-size: 22px !important;
    padding: 15px 10px !important;
  }

  .arw_tit span {
    font-size: 16px !important;
  }

  .arw_tit::after {
    border-width: 20px 30px 0 30px !important;
    bottom: -18px !important;
  }

  .form-box dt {
    font-size: 16px !important;
    padding: 12px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  .form-box dd input,
  .form-box dd textarea,
  .form-box dd .wpcf7-form-control {
    font-size: 14px !important;
  }

  .wpcf7-list-item-label {
    font-size: 14px !important;
  }

  .under-preview {
    font-size: 12px !important;
  }

  .PAGE_RECRUIT_LINK {
    font-size: 14px !important;
  }

  .preview {
    font-size: 14px !important;
  }

  .form-box > p {
    font-size: 14px !important;
  }

  .submit-btn,
  .wpcf7-submit {
    font-size: 16px !important;
    height: 50px !important;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .form-btn.form-submit {
    text-align: center !important;
    width: 100% !important;
  }

  .form-btn.form-submit p {
    width: 100% !important;
  }

  #PAGE_RECRUIT_CHECK {
    font-size: 16px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
  }

  /* ===== SEC01 イントロ ===== */
  .sec01 {
    padding: 30px 0 0 !important;
  }

  .sec01 .p01,
  .sec01 .p01 * {
    font-size: 20px !important;
  }

  .sec01 .p01_s {
    font-size: 16px !important;
  }

  .sec01 .p02 {
    font-size: 18px !important;
    margin-top: 10px !important;
  }

  .line::after {
    height: 10px !important;
  }

  /* ===== 見出し（青ストライプ） ===== */
  .heading-009,
  .heading-009 * {
    font-size: 16px !important;
  }

  .heading-009 {
    padding: 0.7em 0.5em !important;
    border-radius: 8px !important;
  }

  .heading-009::after {
    border-width: 8px !important;
    border-top-color: #065dca !important;
  }

  /* ===== SEC06 本文 ===== */
  .sec06 {
    margin-top: 40px !important;
  }

  .sec06 p,
  .sec06 p * {
    font-size: 14px !important;
  }

  .sec06 .box_11_ttl {
    font-size: 16px !important;
  }

  .box_11_txt {
    padding: 1em !important;
  }

  .box_11_txt iframe {
    height: 200px !important;
  }

  /* ===== 特徴テーブル ===== */
  .features-table,
  .features-table *,
  .features-table .feat-text,
  .features-table .feat-note {
    font-size: 11px !important;
  }

  /* ===== Instagram ===== */
 a.btn-c {
    font-size: 14px !important;
    padding: 12px 20px !important;
    display: block !important;
    text-align: center !important;
    width: 100% !important;
  }

  a.btn-c span {
    font-size: 14px !important;
  }

  a.btn-c::after {
    font-size: 14px !important;
    right: 10px !important;
  }
	
.sec06 table[style] td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  /* ===== 教室タブ ===== */
  .ct-buttons {
    gap: 5px !important;
  }

  .ct-btn {
    font-size: 12px !important;
    padding: 0.6em 0.2em !important;
    min-width: 0 !important;
  }

  .ct-panel {
    padding: 1.2em 1em !important;
  }

  .ct-panel *,
  .ct-panel .text,
  .ct-panel .text span {
    font-size: 12px !important;
  }

  .midashi_kyousitsu {
    font-size: 20px !important;
    margin-left: 0 !important;
    padding: 0.3em 0.6em !important;
  }

  .flex-kyoushitsu-syoukai {
    flex-direction: column !important;
    margin: 0 !important;
  }

  .flex-kyoushitsu-syoukai .image-kyoushitsu {
    width: 100% !important;
    height: auto !important;
    margin-top: 15px !important;
  }

  .div-yohaku {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #classroom-tabs iframe {
    width: 100% !important;
    height: 250px !important;
  }

  /* ===== 環境セクション（ブース） ===== */
  .sec05 .maintxt .p02 {
    font-size: 22px !important;
  }

  .environment > li {
    flex-direction: column !important;
  }

  .environment > li .e_blc01,
  .environment > li .e_blc02,
  .environment > li .e_blc03,
  .environment > li .e_blc04,
  .environment > li .e_blc05 {
    width: 100% !important;
  }

  /* グレーグラデ非表示 */
  .environment > li .e_blc02 .p01::after,
  .environment > li .e_blc04 .p01::after {
    display: none !important;
  }

  /* タイトルにベタ背景 */
  .environment > li .e_blc02 .p01,
  .environment > li .e_blc04 .p01 {
    font-size: 20px !important;
    background: #666a74 !important;
    padding: 8px 15px !important;
    margin-top: 15px !important;
  }

  .environment > li .e_blc02 .p02,
  .environment > li .e_blc04 .p02 {
    font-size: 16px !important;
    padding-top: 10px !important;
  }

  .environment > li .e_blc02 .p03,
  .environment > li .e_blc04 .p03 {
    font-size: 13px !important;
    padding: 10px 10px 0 !important;
    margin-bottom: 20px !important;
  }

  /* エントランスとブースの間隔統一 */
  .environment {
    gap: 30px !important;
  }

  /* ===== ギャラリー ===== */
  .gb-item {
    flex: 0 0 100% !important;
  }

  /* ===== スペーサー ===== */
  .spacer {
    height: 15px !important;
  }

  .spacer-lg {
    height: 30px !important;
  }
	
  /* フォーム下部の余白詰め */
  .PAGE_RECRUIT_LINK_wrap {
    margin-top: 20px !important;
    padding-bottom: 10px !important;
  }

  .PAGE_RECRUIT_LINK {
    margin-top: 5px !important;
  }

  .PAGE_RECRUIT_LINK br {
    display: none;
  }

  .form-box .under-preview br {
    display: none;
  }

  #PAGE_RECRUIT_CHECK {
    margin: 20px 0 0 !important;
  }

  .form-btn.form-submit {
    margin: 20px auto 0 !important;
  }

  .form-box {
    padding-bottom: 40px !important;
  }
}

/* ラジオボタン強制表示 */
.cp_ipradio input[type="radio"],
.wpcf7-radio input[type="radio"],
.form-radio__input input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
  position: static !important;
  clip: unset !important;
  clip-path: none !important;
  overflow: visible !important;
  opacity: 1 !important;
  display: inline-block !important;
  visibility: visible !important;
  appearance: radio !important;
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  margin: 0 5px 0 0 !important;
  accent-color: #384676;
}

/* 確認画面のボタン */
.form-btn.form-submit .wpcf7-previous {
  display: block;
  width: 200px;
  height: 60px;
  margin: 0 auto 15px;
  background: #999;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.form-btn.form-submit .wpcf7-previous:hover {
  background: #777;
}

.form-btn.form-submit .submit-btn {
  width: 200px;
  margin: 0 auto;
}