@charset "UTF-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
:root {
  /*------▼基本設定▼------*/
  --color-background: #fff;
  --color-font: #333;
  --color-ttl: #222222;
  --color-primary: #022162;
  --color-primary-shade: #111;
  --color-primary-tint: #666;
  --color-secondary: #4E6FCC;
  --color-secondary-tint: #eee;
  --color-table-border: #ccc;
  --subbtn-color: #C89900;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
  /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1240px;
  /*------▼ヘッダー設定▼------*/
  --header-background: #fff;
  --header-color-font: #111;
  --header-color-primary: #333;
  --header-color-primary-shade: #111;
  --header-color-primary-tint: #aaa;
  /*------▼フッター設定▼------*/
  --footer-background: #111;
  --footer-color-font: #fff;
  --footer-color-primary: #fff;
  /*------▼フォント設定▼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Oswald", "Noto Sans JP", sans-serif;
  --font-family03: "Roboto", sans-serif;
}

@media print, screen and (min-width: 1024px) {
  #header a.head_btn.tel_btn {
    background-color: var(--subbtn-color);
  }
  #header a.head_btn.mail_btn {
    background-color: var(--color-primary);
  }
}
@media print, screen and (min-width: 1024px) {
  #header a.head_btn.tel_btn::before {
    content: "\f095";
    font-size: 18px;
  }
  #header a.head_btn.mail_btn::before {
    content: "\f0e0";
    font-size: 20px;
  }
}
.header__contact .tel_btn {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header__contact .tel_btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header__contact .tel_btn span {
  font-size: 1.5rem;
}
.header__contact .mail_btn {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header__contact .mail_btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header__contact .mail_btn span {
  font-size: 1.4rem;
}

/*---------------- top ------------------*/
.noimage {
  width: 900px;
  height: 500px;
  background: #666;
}

/*----------------------------------------
共通
----------------------------------------*/
.red {
  color: red;
}

p {
  line-height: 2;
}

.mtb10 {
  margin-top: clamp(60px, 5vw, 100px);
  margin-bottom: clamp(60px, 5vw, 100px);
}

.ptb10 {
  padding-top: clamp(60px, 5vw, 100px);
  padding-bottom: clamp(60px, 5vw, 100px);
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid {
  display: grid;
}

.post .linkBtn {
  max-width: 400px;
  border-radius: 0;
  padding: 20px 56px 20px 30px;
  margin-top: clamp(20px, 1.56vw + 10px, 50px);
}
.post .linkBtn:after {
  right: 56px;
}

.post h2::after {
  content: none;
  background: none;
  width: 100%;
  height: auto;
  margin: 0;
}

.post h2.main-ttl {
  font-size: clamp(2.4rem, 2.08vw, 4rem);
  color: var(--color-ttl);
}

.post h2.main-ttl::after {
  content: attr(data-en);
  display: block;
  font-size: clamp(15px, 0.9375vw, 18px);
  color: #6F7FA1;
  margin-bottom: 4px;
  visibility: visible;
}

/*----------------------------------------
選ばれる理由　#top_about
----------------------------------------*/
#top_about {
  background-image: url(/wp-content/uploads/top-bg.jpg);
}
#top_about .feature-ttl {
  font-size: clamp(3rem, 2vw + 2rem, 4rem);
  color: var(--color-ttl);
  margin-bottom: 0;
}
#top_about .feature-ttl::before {
  content: url(/wp-content/uploads/en_icon.png.webp);
  display: inline-block;
  vertical-align: middle;
  padding-right: 6px;
}
#top_about .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media (max-width: 640px) {
  #top_about .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#top_about .flex .feature_item {
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top_about .flex .feature_item .h_feature {
  font-size: clamp(1.8rem, 1vw + 1rem, 2.4rem);
  color: var(--color-secondary);
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
}
#top_about .fukidashi {
  position: relative;
  max-width: 1300px;
  padding: 12px 16px;
  border-bottom: 2px solid var(--color-secondary);
  margin-bottom: 57px;
}
#top_about .fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  width: 30px;
  height: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-secondary);
  -webkit-box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
          box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: 50deg;
  translate: -25%;
}
#top_about .fukidashi::before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  left: 50%;
  top: 93%;
  width: 30px;
}
#top_about .movie {
  margin: 0 auto;
  aspect-ratio: 16/9;
  max-width: 900px;
}
#top_about .movie .noimage {
  margin: 0 auto;
}

/*----------------------------------------
レギュラーレッスン　#top_lesson
----------------------------------------*/
#top_lesson .grid {
  max-width: 1230px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 105px);
  gap: 0;
}
#top_lesson .grid .lesson_item01 {
  grid-column: 1/5;
  /* 1〜4列目（4列分） */
  grid-row: 1/5;
}
#top_lesson .grid .lesson_item02 {
  grid-column: 4/7;
  /* 4〜6列目（3列分）→ 4列目で重なる */
  grid-row: 3/7;
}
#top_lesson .grid .lesson_item02 .main-ttl {
  margin-bottom: 0;
  color: var(--color-ttl);
}
@media (max-width: 900px) {
  #top_lesson .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
#top_lesson .lesson_txt {
  padding: 50px;
  border: 1.5px solid #02205F;
  background: #fff;
}
@media (max-width: 430px) {
  #top_lesson .lesson_txt {
    padding: 20px;
  }
}
#top_lesson .lesson_txt p {
  margin-top: 20px;
}

/*----------------------------------------
合格実績　教室紹介　#top_banner
----------------------------------------*/
#top_banner .banner-wrapper {
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#top_banner .banner-wrapper:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#top_banner .banner-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#top_banner .banner {
  position: relative;
  width: 100%;
}
#top_banner .banner .min_ttl {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top_banner .banner .img {
  width: 100%;
}
@media (max-width: 768px) {
  #top_banner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*----------------------------------------
アクセス関連　#top_info
----------------------------------------*/
#top_info {
  background-color: rgba(239, 245, 255, 0.5);
}
#top_info .flex {
  gap: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 768px) {
  #top_info .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#top_info .flex div {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media (max-width: 768px) {
  #top_info .flex div {
    width: 100%;
  }
}
#top_info .table-default {
  border-color: transparent;
}
#top_info .table-default tr:nth-child(odd) {
  background: #E6E9EF;
}
#top_info .table-default tr:nth-child(even) {
  background: #fff;
}
#top_info .table-default td,
#top_info .table-default th {
  background: unset;
  border: unset;
  background-color: unset;
}

/*----------------------------------------
お知らせ　#front_bottom_content
----------------------------------------*/
section#front_bottom_content h2 {
  font-size: clamp(2.4rem, 2.08vw, 4rem);
  color: #222;
  font-weight: bold;
  text-align: center;
}
section#front_bottom_content h2::after {
  content: attr(data-en);
  display: block;
  font-size: 18px;
  color: #6F7FA1;
  margin-bottom: 4px;
  visibility: visible;
}

#front_bottom_content {
  background: #fff;
}
#front_bottom_content .postlist {
  margin-top: 40px;
}
#front_bottom_content .linkBtn {
  border-radius: 0;
  max-width: 400px;
}

/*----------------------------------------
お問い合わせ　
----------------------------------------*/
.cta01 .main-ttl {
  font-size: clamp(2.4rem, 2.08vw, 4rem);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.cta01 .main-ttl::after {
  color: #fff;
  content: attr(data-en);
  display: block;
  font-size: clamp(15px, 0.9375vw, 18px);
  margin-bottom: 4px;
  visibility: visible;
}

.cta01 p {
  margin-top: 40px;
  color: #fff;
}

.cta01 {
  background: #aaa;
  position: relative;
  z-index: 0;
}

.cta01 .cta01_wrap {
  margin: 0 auto;
  padding: var(--px100);
  background: url(/wp-content/uploads/contact-bg.jpg) no-repeat center center/cover;
}

.cta01 .ctabtnlist {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 760px;
  margin: var(--px50) auto 0 auto;
  gap: 30px;
}

.cta01 .ctabtnlist li {
  width: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cta01 a.item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: var(--px40) 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #111;
  border-radius: 0;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}

.cta01 a.item:hover {
  opacity: 0.8;
}

@media print, screen and (max-width: 768px) {
  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}
/*ボタン共通パーツ*/
.cta01 .btnttl {
  display: block;
  font-weight: bold;
}

.cta01 .infotxt {
  font-size: var(--rem16);
  font-weight: 400;
}

/*電話ボタン*/
.cta01 .telnum {
  font-size: var(--rem28);
  font-family: var(--font-family03);
  font-weight: bold;
}

.cta01 .telbtn .btnttl {
  font-size: var(--rem20);
}

.cta01 a.telbtn {
  background: var(--subbtn-color);
  color: #fff;
}

/*メールボタン*/
.cta01 .mailbtn .btnttl {
  font-size: var(--rem24);
}

.cta01 a.mailbtn {
  background: var(--subbtn-color);
  color: #fff;
}

/*ボタンアイコン*/
.cta01 .mailbtn .btnttl::before,
.cta01 .telnum::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 1rem;
}

.cta01 .mailbtn .btnttl::before {
  content: "\f0e0";
}

.cta01 .telnum::before {
  content: "\f095";
}

/*----------------------------------------
フッター
----------------------------------------*/
#footer {
  padding: var(--px80) 0 var(--px60);
  background: #02205F;
}
#footer .ad {
  margin-bottom: 30px;
}
#footer #copyright {
  background: #02205F;
  font-weight: 200;
}
#footer .inner {
  max-width: unset;
}

/*---------------- 下層ページ ------------------*/
#thumbImg::before,
header#h1Header::before {
  background: -webkit-linear-gradient(315deg, rgb(49, 44, 0) 0%, rgb(49, 44, 0) 14.286%, rgb(51, 46, 30) 14.286%, rgb(51, 46, 30) 28.571%, rgb(50, 49, 73) 28.571%, rgb(50, 49, 73) 42.857%, rgb(44, 51, 119) 42.857%, rgb(44, 51, 119) 57.143%, rgb(36, 54, 162) 57.143%, rgb(36, 54, 162) 71.429%, rgb(26, 57, 192) 71.429%, rgb(26, 57, 192) 85.714%, rgb(17, 60, 204) 85.714% 100%);
  background: linear-gradient(135deg, rgb(49, 44, 0) 0%, rgb(49, 44, 0) 14.286%, rgb(51, 46, 30) 14.286%, rgb(51, 46, 30) 28.571%, rgb(50, 49, 73) 28.571%, rgb(50, 49, 73) 42.857%, rgb(44, 51, 119) 42.857%, rgb(44, 51, 119) 57.143%, rgb(36, 54, 162) 57.143%, rgb(36, 54, 162) 71.429%, rgb(26, 57, 192) 71.429%, rgb(26, 57, 192) 85.714%, rgb(17, 60, 204) 85.714% 100%);
  opacity: 1;
}

.w47 {
  width: 47%;
}
@media (max-width: 768px) {
  .w47 {
    width: 100%;
  }
}

.post .low_ttl {
  color: #fff;
  text-align: left;
  font-size: 2.4rem;
  background: var(--color-primary);
  padding: 7px 16px;
  margin-bottom: 40px;
}
.post .low_ttl::after {
  display: none;
}

.post h3 {
  padding: 0.6rem 0 0.6rem 2rem;
  border-left: 3px solid var(--color-secondary);
  line-height: 1.2;
  text-align: left;
  border-bottom: none;
  margin: var(--px30) auto var(--px14);
}

.post h3::after {
  content: none;
}

/*general_table*/
.post table.general_table th {
  background-color: transparent;
}

.post table.general_table,
.post table.general_table th,
.post table.general_table td {
  border: none;
}

table.general_table tr:first-child {
  border-top: 1px solid #ababab;
}

table.general_table tr:last-child {
  border-bottom: 1px solid #ababab;
}

table.general_table tr {
  border-top: 1px dashed #ababab;
  letter-spacing: 1px;
}

table.general_table th,
table.general_table td {
  padding: 30px 30px;
}

table.general_table th {
  position: relative;
  z-index: 0;
}

table.general_table th:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: auto;
  z-index: -1;
}

table.general_table td {
  background-color: transparent;
  position: relative;
}

table.general_table td:before {
  position: absolute;
  content: "";
  background: #F2F2F2;
  top: 7px;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: auto;
  z-index: -1;
}

table.general_table td ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

table.general_table td ul li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

.post table th {
  width: 35%;
}

@media print, screen and (max-width: 768px) {
  table.general_table th,
  table.general_table td {
    padding: 35px 10px;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  table.general_table th {
    width: 32%;
  }
  table.general_table td {
    width: 68%;
  }
  .post h2 span.tax {
    right: 4%;
  }
  td.alignright {
    text-align: right !important;
  }
  .post h2 small {
    display: block;
    margin-left: 0;
    font-size: 50%;
  }
}
table.general_table.menu_table th,
table.general_table.menu_table td {
  padding: 1rem;
}

table.general_table.menu_table td:before {
  background: transparent;
}

.post table {
  margin: var(--px20) auto;
}

/*----------------------------------------
選ばれる理由 #reason
----------------------------------------*/
#reason .wrapper_content .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#reason .wrapper_content .flex small {
  font-size: 1.5rem;
}

/*----------------------------------------
レギュラーレッスン #regular
----------------------------------------*/
#regular .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.timetable {
  overflow-x: auto;
}
.timetable table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: sans-serif;
}
.timetable table th,
.timetable table td {
  border: 1px solid #ccc;
  padding: 0.75em;
  vertical-align: top;
}
.timetable table thead {
  background-color: #f5f5f5;
}
.timetable table th {
  background-color: #e0f0ff;
  font-weight: bold;
}
.timetable table td {
  min-width: 100px;
}
.timetable table .closed {
  background-color: #e8f4ff;
  color: #d00;
  font-weight: bold;
  font-size: 0.85rem;
}
.timetable table .closed small {
  font-size: 0.7rem;
  display: block;
  margin-top: 0.25em;
}
.timetable table .ec {
  background-color: #dff5d8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .timetable table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.timetable-by-grade {
  overflow-x: auto;
  font-family: sans-serif;
  max-width: 100%;
}
.timetable-by-grade .red {
  color: red;
}
.timetable-by-grade table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 700px;
}
.timetable-by-grade table th,
.timetable-by-grade table td {
  border: 1px solid #ccc;
  padding: 0.8rem;
  text-align: left;
  vertical-align: top;
}
.timetable-by-grade table thead th {
  background-color: #f0f8ff;
  text-align: center;
}
.timetable-by-grade table tbody th {
  background-color: #e6f0ff;
  white-space: nowrap;
  font-weight: bold;
}
.timetable-by-grade table td {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .timetable-by-grade table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/*----------------------------------------
教室　#class
----------------------------------------*/
@media (max-width: 767px) {
  #class .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 640px) {
  #class .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#class .teacher_img {
  width: 100%;
}
#class .teacher {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#class .gallery_grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1023px) {
  #class .gallery_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #class .gallery_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.flowlist {
  padding-left: 12rem;
  position: relative;
}

.flowlist::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 12rem;
}

.flowlist > li {
  position: relative;
}

.flowlist > li:not(:last-child) {
  margin-bottom: 8vh;
}

.flowlist > li .icon {
  font-size: 1.6rem;
  color: #fff;
  background: #000000;
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
  font-style: italic;
}

.flowlist > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flowlist > li dl {
  padding-left: 7rem;
  position: relative;
  padding-top: 0.7rem;
}

.flowlist > li dl::before,
.flowlist > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}

.flowlist > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: #1A1A1A;
  border-radius: 50%;
  left: -4px;
}

.flowlist > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
  top: 2.3rem;
}

.flowlist > li dl dt {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .flowlist > li .icon {
    font-size: 1.2rem;
  }
  .flowlist {
    padding-left: 10rem;
  }
  .flowlist > li .icon {
    left: -11rem;
  }
  .flowlist::before {
    left: 10rem;
  }
  .flowlist > li dl {
    padding-left: 4.5rem;
  }
  .flowlist > li dl::after {
    width: 30px;
  }
  .flowlist > li dl dt {
    font-size: 1.4rem;
  }
}
/*----------------------------------------
塾概要・アクセスマップ　
----------------------------------------*/
.u_border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffda8));
  background: -webkit-linear-gradient(transparent 50%, #fffda8 50%);
  background: linear-gradient(transparent 50%, #fffda8 50%);
  font-weight: bold;
}

.u_number_list02 {
  counter-reset: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.u_number_list02 li {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  margin-right: 2%;
  padding-bottom: 1em;
  width: 100%;
  gap: 10px;
}
@media (max-width: 767px) {
  .u_number_list02 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u_number_list02 li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.u_number_list02 li .num_title {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .u_number_list02 li .num_title {
    text-align: center;
  }
}
.u_number_list02 li:last-child {
  margin-bottom: 0;
}
.u_number_list02 li::before {
  background-color: var(--color-primary);
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: bold;
  height: 1.8em;
  line-height: 1.8em;
  margin-right: 0.2em;
  padding: 3px;
  text-align: center;
  width: 1.8em;
}
@media (min-width: 768px) {
  .u_number_list02 li::before {
    width: 50px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .u_number_list02 li::before {
    margin-inline: auto;
  }
}

/*--テーブル--------------------------------------------*/
.post table.table_style01,
.post table.table_style01 th,
.post table.table_style01 td {
  border-width: 1px;
  border-color: var(--color-table-border);
}

.post table.table_style01 {
  margin: min(30px + (1vw - 19.2px) * 0.6472, 30px) auto;
  /* 30-20px (1920-375) */
}

.post table.table_style01 th,
.post table.table_style01 td {
  padding: min(10px + (1vw - 19.2px) * 0.3236, 10px) min(15px + (1vw - 19.2px) * 0.4531, 15px);
  /* 30-20px 15-10px (1920-375) */
}

.post table.table_style01 th {
  width: 25%;
  color: var(--color-background);
  font-weight: 600;
  background: #7b7b7b;
  border: 1px solid;
}

.post table.table_style01 td {
  color: var(--color-font);
  background: none;
}

.post table.table_style01:first-child {
  margin-top: 0;
}

.post table.table_style01:last-child {
  margin-bottom: 0;
}

/*--history_tbl--------------------------------------------*/
.post table.table_style03,
.post table.table_style03 th,
.post table.table_style03 td {
  border-width: 1px;
}

.post table.table_style03 th {
  width: 15%;
  text-align: center;
  color: var(--color-primary-shade);
  vertical-align: middle;
  border-color: transparent #FFF #FFF;
}

.post table.table_style03 th,
.post table.table_style03 td {
  border-color: #DDD transparent #DDD transparent;
  background: #fff;
}

.post table.table_style03 th.year {
  color: #FFF;
  background: var(--color-primary-shade);
  border-color: transparent transparent #FFF transparent;
}

@media print, screen and (max-width: 768px) {
  .post table.table_style03 th {
    width: 18%;
  }
}
/*----------------------------------------
合格実績 #achievements
----------------------------------------*/
#achievements .achievements_list li {
  border-bottom: 1px solid #c4c4c4;
  padding: 0.5em 0;
  font-size: 1.6rem;
}
#achievements .achievements_list .red {
  color: red;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #achievements .achievements_list .red {
    font-size: 1.6rem;
  }
}

/*----------------------------------------
ACF archive noside
----------------------------------------*/
@media only screen and (max-width: 799px) {
  .post4b .post4b_img {
    all: unset;
  }
}
#wrapper.custom_archive.noside #content ul.post4b {
  display: grid;
  padding: 0;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
}
@media (max-width: 1000px) {
  #wrapper.custom_archive.noside #content ul.post4b {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #wrapper.custom_archive.noside #content ul.post4b {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  #wrapper.custom_archive.noside #content ul.post4b {
    grid-template-columns: repeat(1, 1fr);
  }
}
#wrapper.custom_archive.noside #content ul.post4b img {
  max-height: 200px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper.custom_archive.noside #content ul > li {
  margin: 0;
  padding: 1em;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
#wrapper.custom_archive.noside #content ul > li:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
#wrapper.custom_archive.noside #content ul > li .item_title {
  font-weight: 600;
  font-size: var(--rem18);
}
#wrapper.custom_archive.noside #content .truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 6em;
}
#wrapper.custom_archive.noside #content .linkBtn {
  padding: 1em;
  border-radius: 0;
}
#wrapper.custom_archive.noside #content #cat-post .low_ttl {
  color: #fff;
  text-align: left;
  font-size: 2.4rem;
  background: var(--color-primary);
  padding: 7px 16px;
  margin-bottom: 40px;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.item_category {
  color: #fff;
  padding: 0.1em 0.5em;
  border-radius: 3px;
  font-size: 0.9em;
  display: inline-block;
}

/* 募集中 */
.status-recruiting {
  background-color: #4caf50;
}

/* 募集終了 */
.status-closed {
  background-color: #f44336;
}

.title_with_category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  /* タイトルとカテゴリーの間のスペース */
}

/*----------------------------------------
ACF taxonomy noside
----------------------------------------*/
#wrapper.taxonomy h2.title {
  font-weight: 600;
  text-align: center;
  font-size: var(--rem24);
  padding-bottom: var(--px18) !important;
}

/*----------------------------------------
ACF single noside
----------------------------------------*/
#wrapper.custom_single.noside .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media (max-width: 768px) {
  #wrapper.custom_single.noside .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 769px) {
  #wrapper.custom_single.noside .flex > * {
    width: 50%;
  }
}
#wrapper.custom_single.noside .page_nav_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper.custom_single.noside .custom_table th {
  width: 25%;
  background: #c1ccec;
  border: 1px solid #898989;
}
#wrapper.custom_single.noside .custom_table td {
  border: 1px solid #898989;
}

/*----------------------------------------
ピックアップ講座
----------------------------------------*/
#top_pickup-lesson .wrapper_content {
  max-width: 1400px;
}
#top_pickup-lesson .wrapper_content ul.post4b {
  display: grid;
  padding: 0;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5em;
}
@media (max-width: 900px) {
  #top_pickup-lesson .wrapper_content ul.post4b {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  #top_pickup-lesson .wrapper_content ul.post4b {
    grid-template-columns: repeat(1, 1fr);
  }
}
#top_pickup-lesson .wrapper_content ul.post4b img {
  max-height: 200px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_pickup-lesson .wrapper_content ul > li {
  margin: 0;
  padding: 1em;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
#top_pickup-lesson .wrapper_content ul > li:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
#top_pickup-lesson .wrapper_content ul > li .item_title {
  all: unset;
  font-weight: 600;
  font-size: var(--rem18);
}
#top_pickup-lesson .wrapper_content .truncate-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 6em;
}
#top_pickup-lesson .wrapper_content .linkBtn {
  padding: 1em;
  border-radius: 0;
  margin-top: 0;
}
#top_pickup-lesson .wrapper_content #cat-post .low_ttl {
  color: #fff;
  text-align: left;
  font-size: 2.4rem;
  background: var(--color-primary);
  padding: 7px 16px;
  margin-bottom: 40px;
}

/*----------------------------------------
お問い合わせ
----------------------------------------*/
section#contact_foam .wpcf7-form-control-wrap {
  display: block;
  width: auto;
}
section#contact_foam .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section#contact_foam .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section#contact_foam .a_link {
  border-bottom: 1px solid blue;
  color: blue;
}

.post .subimitarea .linkBtn input[type=submit] {
  padding: 0;
}/*# sourceMappingURL=style.css.map */