@charset "UTF-8";
@media (min-width: 1025px) {
  .is-hidden_pc {
    display: none;
  }
}
@media (max-width: 1024px) {
  .is-hidden_sp {
    display: none;
  }
}
.u-txt_left {
  text-align: left !important;
}

.u-txt_center {
  text-align: center !important;
}

.u-txt_right {
  text-align: right !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

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

.u-mb15 {
  margin-bottom: 15px !important;
}

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

.u-mb25 {
  margin-bottom: 25px !important;
}

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

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

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

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

.u-mt15 {
  margin-top: 15px !important;
}

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

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-color-primary {
  color: #c29e49;
}

.u-color-secondary {
  color: #fff6df;
}

.u-color-accent {
  color: #ebcc85;
}

.u-bg_black {
  color: #fff;
  background-image: url(../img/common/img_black_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.u-bg_black.-sm {
  padding: 100px 0;
  background-image: url(../img/common/img_black_02.jpg);
}
.u-bg_black.-lg {
  padding: 100px 0;
  background-image: url(../img/common/img_black_03.jpg);
}
@media (max-width: 1024px) {
  .u-bg_black {
    padding: 40px 10px !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
}
@media (max-width: 1024px) {
  table.table {
    display: block;
  }
  table.table tbody,
  table.table tr,
  table.table th,
  table.table td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}

.bold {
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}

picture img {
  width: 100%;
}

.ttl_section {
  padding: 25px 0;
  margin-bottom: 85px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4.5rem, 8vw);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: url(../img/common/img_black_01.jpg) no-repeat center;
  background-size: 100% 100%;
}
.ttl_section em {
  font-size: min(6rem, 9.5vw);
  color: #ebcc85;
}
.ttl_section span {
  position: relative;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .ttl_section {
    padding: 20px;
    margin: 0 -10px 40px;
    font-size: min(3.5rem, 6.5vw);
  }
  .ttl_section em {
    font-size: min(4rem, 7vw);
    color: #ebcc85;
  }
}
.ttl_section.-icon span::before {
  position: absolute;
  top: -10px;
  left: -75px;
  width: 63px;
  height: 64px;
  content: "";
  background: url(../img/common/icon_check.svg) no-repeat;
  background-size: 63px;
}
@media (max-width: 1024px) {
  .ttl_section.-icon span::before {
    top: 0 !important;
    left: -35px !important;
    background-size: 30px !important;
  }
}
.ttl_section.-arrow {
  position: relative;
  margin-bottom: 145px;
}
.ttl_section.-arrow::after {
  position: absolute;
  bottom: -77px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #231e1e transparent transparent;
  border-style: solid;
  border-width: 77px 136.5px 0;
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  .ttl_section.-arrow {
    padding: 10px;
    margin-bottom: 30px;
  }
  .ttl_section.-arrow::after {
    bottom: -15px;
    border-width: 15px 18.5px 0;
  }
}
.ttl_section.-deco span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 677px;
  height: 40px;
  content: "";
  background: url(../img/common/deco_quote.png) no-repeat;
  background-size: contain;
  transform: translate(-50%);
}

.turnover figcaption {
  display: block;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3.2rem, 6.2vw);
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1024px) {
  .turnover figcaption {
    padding: 10px;
    font-size: min(1.4rem, 3.5vw);
    line-height: 1;
  }
}
.turnover--case {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.turnover--case:not(:last-child) {
  margin-bottom: 25px;
}
.turnover--case p {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1024px) {
  .turnover--case {
    max-width: 500px;
    margin: auto;
  }
  .turnover--case figure {
    width: 45%;
  }
}
.turnover--before figcaption {
  background-color: #000;
}
.turnover--before.-double_arrow {
  position: relative;
}
.turnover--before.-double_arrow::after {
  position: absolute;
  top: 50%;
  right: -160px;
  width: 125px;
  height: 175px;
  content: "";
  background: url(../img/common/icon_double_arrow_right.svg) no-repeat center;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .turnover--before.-double_arrow::after {
    right: -31px;
    width: 25px;
    background-size: 25px;
  }
}
.turnover--after figcaption {
  background-color: #c29e49;
}

.txt_box {
  font-size: min(3rem, 6vw);
  font-weight: 700;
  border: solid 2px #000;
}
.txt_box.-color {
  font-size: min(3.2rem, 6.2vw);
  color: #fff;
  background-color: #c29e49;
  border-color: #c29e49;
}
@media (max-width: 1024px) {
  .txt_box.-color {
    border-radius: 10px 10px 0 0;
  }
}

.col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .col {
    display: block;
    padding: 25px 0;
  }
}
.col.-reverse {
  flex-direction: row-reverse;
}
.col--img {
  width: 575px;
  text-align: center;
}
@media (max-width: 1024px) {
  .col--img {
    width: auto;
    margin-bottom: 20px;
  }
}
.col--txt {
  width: 542px;
}
@media (max-width: 1024px) {
  .col--txt {
    width: auto;
  }
}

.breadcrumbs {
  padding: 5px 0;
}
.breadcrumbs li {
  display: inline-block;
  line-height: 1;
}
.breadcrumbs li::before {
  display: inline-block;
  vertical-align: top;
  content: "＞";
}
.breadcrumbs li:first-child::before {
  content: normal;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  display: inline-block !important;
  width: 2em;
  padding: 6px 0;
  line-height: 1;
  text-align: center;
}
.pagination li.is-current {
  font-weight: bold;
}
.pagination:empty {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: min(2.4rem, 5.3vw);
  line-height: 2;
  color: #000;
}
@media (max-width: 1024px) {
  body {
    font-size: min(1.6rem, 4vw);
    line-height: 1.6;
  }
}

.wrap {
  margin: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .wrap {
    width: 100%;
    min-width: auto;
  }
}

.container {
  box-sizing: border-box;
  width: min(1200px, 100%);
  padding: 0 10px;
  margin: auto;
}

main {
  display: block;
  padding-top: 95px;
}
@media (min-width: 768px) and (max-width: 769px) and (orientation: portrait) {
  main {
    min-height: 95vh;
  }
}
@media (max-width: 1024px) {
  main {
    padding-top: 60px;
  }
}

.totop {
  position: fixed;
  bottom: 10px;
  left: 10px;
  display: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .totop {
    bottom: 70px;
    width: 44px;
    height: 44px;
  }
}

.header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 95px;
  padding: 0 10px 0 30px;
  line-height: 1;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
.header--btn {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header--btn a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
@media screen and (max-width: 1220px) {
  .header--btn {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header--logo {
    width: 100%;
    max-width: 90px;
    margin-right: 40px;
  }
}
@media (min-width: 1025px) {
  .header--inner {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .header {
    height: 60px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  .header > a {
    display: none;
  }
  .header--logo a {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 65px;
    transform: translate(-50%);
  }
}

.gnav_btn {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: #c29e49;
  border: solid 2px #fff;
}
.gnav_btn span {
  position: absolute;
  left: 15%;
  display: block;
  width: 70%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
.gnav_btn span:first-child {
  top: 23%;
}
.gnav_btn span:nth-child(2) {
  top: 48%;
  opacity: 1;
}
.gnav_btn span:last-child {
  top: 72%;
}
.gnav_btn.is-open span {
  transition: 0.2s;
}
.gnav_btn.is-open span:first-child {
  top: 48%;
  transform: rotate(45deg);
}
.gnav_btn.is-open span:nth-child(2) {
  display: none;
  opacity: 0;
}
.gnav_btn.is-open span:last-child {
  top: 48%;
  transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  .gnav_btn {
    display: none;
  }
}

.gnav {
  display: block;
  justify-content: space-between;
  width: 880px;
}
.gnav ul {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.gnav a {
  display: block;
  padding: 15px 0;
  font-size: min(2rem, 5vw);
}
@media (max-width: 1024px) {
  .gnav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    width: auto;
    text-align: center;
  }
  .gnav ul {
    display: block;
    width: 100vw;
    height: 100vh;
    padding-top: 10%;
    margin-top: 60px;
    background: #fff;
  }
  .gnav a {
    display: block;
  }
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.footer img {
  width: 50px;
}
@media (max-width: 1024px) {
  .footer {
    margin-bottom: 62px;
  }
}

.side_btn {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.side_btn a {
  transition: 0.2s;
}
.side_btn a:hover {
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .side_btn img {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .side_btn {
    top: auto;
    bottom: 0;
    left: 0;
    flex-direction: inherit;
  }
  .side_btn a {
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #000 50%, #fff 50%);
    background-color: #fff;
    border: solid 1px #000;
  }
  .side_btn img {
    height: 60px;
  }
}

.mv {
  margin-bottom: 109px;
}
@media (max-width: 1024px) {
  .mv {
    margin-bottom: 20px;
  }
}

.message {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .message {
    display: block;
    margin-bottom: 40px;
    text-align: center;
  }
  .message img {
    width: 200px;
  }
}
.message--caption {
  width: 745px;
}
.message--caption p {
  padding-left: 20px;
  margin-bottom: 107px;
  font-size: min(4.2rem, 7.4vw);
  font-weight: bold;
  border-left: solid 10px #c29e49;
}
.message--caption img {
  display: block;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .message--caption {
    width: auto;
  }
  .message--caption p {
    padding: 0;
    margin: 15px 0;
    font-size: min(3rem, 6vw);
    border: none;
  }
  .message--caption img {
    width: 140px;
    margin: 30px auto 0;
  }
}
.message--txt p:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .message--txt p:not(:last-child) {
    margin-bottom: 25px;
  }
}
.message--wrap {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .message--wrap {
    margin-bottom: 40px;
  }
}

.voice {
  padding-bottom: 140px;
  margin-top: 140px;
  background-color: #fff6df;
}
.voice figure:nth-child(2n) img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.voice figcaption {
  padding: 12px;
}
@media (max-width: 1024px) {
  .voice {
    padding: 40px 0;
    margin-top: 40px;
  }
  .voice figure {
    width: 70%;
    margin: auto;
  }
  .voice figure:not(:last-child) {
    margin-bottom: 30px;
  }
}
.voice .turnover--case {
  position: relative;
  padding-bottom: 160px;
}
.voice .turnover--case p {
  position: absolute;
  bottom: 60px;
  left: 50%;
  min-width: 880px;
  padding: 6px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(3rem, 6vw);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border: solid 3px #000;
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  .voice .turnover--case {
    display: block;
    padding-bottom: 0;
  }
  .voice .turnover--case p {
    position: static;
    left: auto;
    min-width: auto;
    margin-bottom: 15px;
    font-size: min(2rem, 5vw);
    line-height: 1.6;
    transform: none;
  }
}
.voice .turnover--before {
  position: relative;
}
.voice .turnover--before::after {
  position: absolute;
  top: 50%;
  right: -50px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 60.5px 0 60.5px 38px;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .voice .turnover--before::after {
    top: auto;
    right: 50%;
    bottom: -23px;
    border-color: #000 transparent transparent;
    border-width: 15px 20px 0;
    transform: translate(50%);
  }
}
.voice .turnover--after {
  position: relative;
}
.voice .turnover--after::before {
  position: absolute;
  top: 50%;
  left: -45px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #c29e49;
  border-style: solid;
  border-width: 60.5px 0 60.5px 38px;
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .voice .turnover--after::before {
    top: -20px;
    left: 50%;
    border-color: #c29e49 transparent transparent;
    border-width: 15px 20px 0;
    transform: translate(-50%);
  }
}

.matching--upper {
  display: flex;
  justify-content: space-around;
  padding-top: 90px;
  margin-bottom: 70px;
}
.matching--upper span {
  display: inline-block;
  margin-top: 40px;
  font-size: min(4.5rem, 8vw);
  font-weight: 900;
}
.matching--upper p {
  margin-bottom: 75px;
  font-size: min(3rem, 6vw);
  font-weight: 700;
}
.matching--upper > div img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.matching--upper > div:nth-child(2n) {
  text-align: center;
}
.matching--upper > div:nth-child(2n) img {
  display: block;
  margin: auto;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .matching--upper > div:nth-child(2n) img {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .matching--upper > div:first-child {
    margin-top: 100px;
    margin-left: -130px;
  }
  .matching--upper > div:last-child {
    margin-top: 230px;
    margin-right: -130px;
  }
}
@media (max-width: 1024px) {
  .matching--upper {
    display: block;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .matching--upper span {
    margin-top: 20px;
  }
  .matching--upper p {
    margin-bottom: 30px;
  }
  .matching--upper > div:first-child, .matching--upper > div:last-child {
    display: none;
  }
  .matching--upper > div div img {
    width: 50px !important;
  }
}
.matching--lower {
  text-align: center;
}

.service {
  padding: 130px 0;
  font-family: "Noto Sans JP", sans-serif;
}
.service h2 {
  margin-bottom: 95px;
  font-size: min(4.5rem, 8vw);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .service {
    padding: 40px 0;
  }
  .service h2 {
    margin-bottom: 40px;
  }
}

.service_list {
  counter-reset: number 0;
}
.service_list span {
  display: block;
  padding: 21px 0;
  font-size: min(4.5rem, 8vw);
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #c29e49;
}
@media (max-width: 1024px) {
  .service_list span {
    padding: 5px 0;
    font-size: min(3rem, 6vw);
  }
}
.service_list li {
  position: relative;
}
.service_list li:not(:last-child) {
  margin-bottom: 95px;
}
@media (max-width: 1024px) {
  .service_list li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.service_list li::before {
  position: absolute;
  top: 28px;
  left: -35px;
  padding: 15px 83px 20px;
  font-size: min(4rem, 7vw);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  background-color: #000;
}
@media (max-width: 1024px) {
  .service_list li::before {
    top: 0;
    left: 0;
    padding: 10px;
  }
}

.about--txt_lead {
  margin-bottom: 45px;
  text-align: center;
}
.about--txt_lead picture {
  display: block;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .about--txt_lead picture {
    width: 375px;
    margin: 0 auto 30px;
  }
  .about--txt_lead picture + img {
    width: 60px;
  }
}
.about--common {
  text-align: center;
}
.about--common.-upper {
  margin-bottom: 260px;
}
@media (max-width: 1024px) {
  .about--common.-upper {
    margin-bottom: 40px;
  }
}
.about--catch img {
  display: block;
  margin: auto;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .about--catch img {
    margin-bottom: 30px;
  }
  .about--catch img:first-of-type {
    width: 100px;
  }
}
.about--line {
  max-width: 1028px;
  padding: 30px 0;
  margin: 70px auto;
  background-color: #fff;
}
.about--line p {
  position: relative;
  padding: 0 0 5px;
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4rem, 7vw);
  font-weight: 600;
  line-height: 1;
  color: #000;
  background: url(../img/common/line_gradiant.svg) no-repeat bottom 0 center;
  background-size: 58% auto;
}
.about--line p::after {
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #c29e49 transparent transparent;
  border-style: solid;
  border-width: 30px 34px 0;
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  .about--line {
    padding: 5px;
    margin: 20px auto;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 15px;
  }
  .about--line p {
    display: none;
  }
}
.about--gallery {
  display: flex;
  justify-content: space-between;
  margin-bottom: -310px;
}
.about--gallery img {
  margin: 0;
}
@media (max-width: 1024px) {
  .about--gallery {
    display: block;
    margin: 0;
  }
  .about--gallery img:first-child {
    margin-bottom: 15px;
  }
}
.about--teacher {
  font-family: "Noto Sans JP", sans-serif;
}
.about--teacher figure {
  max-width: 247px;
  line-height: 1.8;
}
.about--teacher figcaption {
  padding-top: 20px;
  line-height: 1;
}
.about--teacher figcaption span {
  display: block;
  padding: 5px 5px 7px;
  margin-bottom: 15px;
  font-size: min(1.8rem, 4.5vw);
  font-size: min(1.8rem, 4vw);
  color: #fff;
  background-color: #c29e49;
}
.about--teacher h3 {
  position: relative;
  margin-bottom: 135px;
  font-size: min(4.5rem, 8vw);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.about--teacher h3 span {
  font-size: min(6rem, 9.5vw);
  color: #c29e49;
}
.about--teacher section div {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .about--teacher section div {
    gap: 25px 10px !important;
    justify-content: space-between !important;
    max-width: 500px;
    margin: auto;
  }
}
.about--teacher section:first-child h3::after {
  position: absolute;
  bottom: -85px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #c29e49 transparent transparent;
  border-style: solid;
  border-width: 40px 78px 0;
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  .about--teacher section:first-child h3 {
    padding-bottom: 30px;
  }
  .about--teacher section:first-child h3::after {
    bottom: -10px;
    border-width: 20px 45px 0;
  }
}
.about--teacher section:nth-child(2) h3 {
  padding: 22px 50%;
  margin-right: -50%;
  margin-left: -50%;
  color: #fff;
  text-align: center;
  background-color: #c29e49;
}
.about--teacher section:nth-child(2) div {
  flex-wrap: wrap;
  gap: 55px 64px;
  justify-content: flex-start;
  margin: 0 auto 50px;
}
.about--teacher section:nth-child(2) figure {
  width: 275px;
}
.about--teacher section:nth-child(2) figcaption {
  font-size: min(2rem, 5vw);
}
.about--teacher section:last-child h3 {
  padding: 65px 50%;
  margin-right: -50%;
  margin-left: -50%;
  background-color: #f5f4f3;
}
.about--teacher section:last-child div {
  flex-wrap: wrap;
  gap: 55px 64px;
  justify-content: center;
  margin: 0 auto 70px;
}
@media (max-width: 1024px) {
  .about--teacher section:last-child div {
    width: auto;
  }
}
.about--teacher img {
  height: 280px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .about--teacher figure {
    width: 48% !important;
    margin: 0 auto 30px;
    text-align: center;
  }
  .about--teacher figure span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 39px;
    margin-top: 10px;
    line-height: 1.3;
  }
  .about--teacher figure:nth-child(-n+3) {
    width: 100%;
  }
  .about--teacher figcaption {
    padding-top: 0;
  }
  .about--teacher h3 {
    margin-bottom: 35px;
    font-size: min(2.4rem, 5.3vw);
  }
  .about--teacher h3 span {
    font-size: min(3rem, 6vw);
  }
  .about--teacher img {
    height: 240px;
    object-fit: cover;
  }
}
.about--members {
  text-align: center;
}
.about--members--list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 60px;
  justify-content: space-between;
  margin: 100px 0;
}
@media (min-width: 1025px) {
  .about--members--list.-graduate {
    flex-wrap: nowrap;
    gap: 40px;
  }
}
.about--members--list figure {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.about--members--list figcaption {
  margin-top: 20px;
  text-align: left;
}
.about--members--list span {
  display: block;
  padding: 0 5px;
  color: #fff;
  text-align: left;
  background-color: #c29e49;
}
@media (max-width: 1024px) {
  .about--members--list {
    gap: 30px 13px;
    max-width: 500px;
    margin: 45px auto;
  }
  .about--members--list figure {
    width: 48%;
  }
}
.about--members--txt_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 2.5;
}
.about--members--txt_lead:first-of-type {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .about--members--txt_lead:first-of-type {
    margin-bottom: 30px;
  }
}

.qa_list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.qa_list dt {
  padding: 6px 25px;
  background-color: #fff;
  border: solid 4px #c29e49;
}
.qa_list dt::before {
  margin-right: 5px;
  color: #c29e49;
  content: "Q.";
}
.qa_list dd {
  padding: 20px 25px;
  line-height: 1.5;
  color: #fff;
  background-color: #c29e49;
}
.qa_list dd::before {
  margin-right: 5px;
  content: "A.";
}
.qa_list dd:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .qa_list dt {
    padding: 10px;
  }
  .qa_list dd {
    padding: 10px;
  }
}
.qa_list--section {
  padding-bottom: 85px;
  background-color: #fff6df;
}
.qa_list--section h2 {
  padding: 30px 0 40px;
  background: #c29e49;
}
.qa_list--section h2 span {
  color: #fff;
}
.qa_list--section h2 em {
  color: #fff;
}
.qa_list--section h2.-icon span::before {
  top: -20px;
  left: -95px;
  width: 79px;
  height: 78px;
  content: "";
  background: url(../img/common/icon_check_white.svg) no-repeat;
}
.qa_list--section h2.-arrow::after {
  border-color: #c29e49 transparent transparent;
}
@media (max-width: 1024px) {
  .qa_list--section {
    padding-bottom: 40px;
  }
}

.optional--ttl {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  font-size: min(4.5rem, 8vw);
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 1024px) {
  .optional--ttl {
    padding: 0 0 10px;
    font-size: min(3.5rem, 6.5vw);
  }
}
.optional--ttl::after {
  flex-grow: 1;
  height: 3px;
  margin-left: 55px;
  content: "";
  background: #c29e49;
}
@media (max-width: 1024px) {
  .optional--ttl::after {
    margin-left: 5px;
  }
}
.optional--ttl::before {
  flex-grow: 1;
  height: 3px;
  margin-right: 55px;
  content: "";
  background: #c29e49;
}
@media (max-width: 1024px) {
  .optional--ttl::before {
    margin-right: 5px;
  }
}
.optional--ansin {
  margin-bottom: 120px;
  text-align: center;
}
@media (max-width: 1024px) {
  .optional--ansin {
    margin-bottom: 40px;
  }
}

.mikata {
  display: flex;
  justify-content: space-between;
}
.mikata p {
  margin-top: 15px;
  font-size: min(3rem, 6vw);
  line-height: 2.5;
}
@media (max-width: 1024px) {
  .mikata {
    display: block;
    text-align: center;
  }
  .mikata p {
    margin-bottom: 15px;
    line-height: 1.8;
  }
  .mikata--img {
    text-align: center;
  }
}

.todo {
  padding: 90px 0;
  margin-bottom: 85px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff6df;
}
.todo h2 {
  margin-bottom: 40px;
  font-size: min(4.5rem, 8vw);
  font-weight: 900;
  text-align: center;
}
.todo h2 em {
  font-size: min(6rem, 9.5vw);
}
.todo ol {
  counter-reset: number 0;
}
.todo li {
  position: relative;
  padding: 20px 0 20px 50px;
  font-size: min(4.5rem, 8vw);
  color: #fff;
  background-color: #c29e49;
}
.todo li:not(:last-child) {
  margin-bottom: 25px;
}
.todo li::before {
  box-sizing: border-box;
  display: inline-block;
  width: 125px;
  height: 125px;
  padding: 15px 35px;
  margin-right: 75px;
  font-size: min(4.5rem, 9vw);
  color: #c29e49;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  background-color: #fff;
  border-radius: 65px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .todo {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .todo li {
    padding: 30px 10px 10px;
    font-size: min(3rem, 6vw);
    text-align: center;
    border-radius: 15px;
  }
  .todo li::before {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 60px;
    height: 60px;
    padding: 0 7px;
    margin: 0;
    font-size: 3.6rem;
    transform: translate(-50%);
  }
  .todo li:not(:last-child) {
    margin-bottom: 40px;
  }
}
.todo--content--caption {
  padding-bottom: 65px;
  font-size: min(3rem, 6vw);
  font-weight: 700;
  text-align: center;
}
.todo--content--caption.-pd {
  padding-top: 65px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .todo--content--caption {
    padding-bottom: 35px;
  }
  .todo--content--caption.-pd {
    padding-top: 20px;
  }
}
.todo--content--lead {
  padding: 35px 50vw;
  margin: 0 -50vw 100px;
  font-size: min(4rem, 7vw);
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  background-color: #000;
}
@media (max-width: 1024px) {
  .todo--content--lead {
    padding: 15px 10px;
    margin: 0 -10px 40px;
  }
}
.todo--content--need {
  position: relative;
  margin-top: 85px;
  text-align: center;
}
.todo--content--need img:first-child {
  position: absolute;
  right: 15px;
  bottom: 15px;
  mix-blend-mode: lighten;
}
@media (max-width: 1024px) {
  .todo--content--need {
    margin-top: 40px;
  }
  .todo--content--need img:first-child {
    position: static;
    width: 70%;
    margin-bottom: 20px;
  }
}
.todo--content--profit {
  padding-bottom: 70px;
  text-align: center;
}
.todo--content--profit picture {
  display: block;
  padding: 45px 0;
  margin-bottom: 75px;
  text-align: center;
}
@media (max-width: 1024px) {
  .todo--content--profit {
    padding-bottom: 40px;
  }
  .todo--content--profit picture {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .todo--content--profit p {
    padding: 0 10px;
  }
}

.want {
  text-align: center;
}
.want--img {
  padding: 70px 0 85px;
}
@media (max-width: 1024px) {
  .want--img {
    padding: 40px 0;
  }
  .want--img img:first-child {
    margin-bottom: 20px;
  }
}
.want--caption {
  margin-top: 60px;
  line-height: 1.7;
}
.want--caption span {
  display: inline;
  font-size: min(4.5rem, 8vw);
  font-weight: 900;
  color: #000;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .want--caption {
    margin-top: 30px;
  }
  .want--caption span {
    font-size: min(3.5rem, 6.5vw);
  }
}
.want--center {
  padding-bottom: 85px;
}
.want--center > p {
  text-align: center;
}
@media (max-width: 1024px) {
  .want--center {
    padding-bottom: 40px;
  }
}
.want--txtbox {
  padding: 2px 10px;
  margin: 0 80px 40px;
  font-size: min(3rem, 6vw);
  font-weight: 700;
  border: solid 2px #000;
}
@media (max-width: 1024px) {
  .want--txtbox {
    margin: 0 20px 20px;
  }
}
.want--happiness {
  text-align: center;
}
.want--happiness h3 {
  padding: 0 50vw;
  margin: 0 -50vw;
  margin-bottom: 80px;
  background-color: #000;
}
.want--happiness h3 span {
  display: flex;
  align-items: center;
  padding: 15px 0;
  font-size: min(4rem, 7vw);
  font-weight: 900;
  line-height: 1.7;
  color: #c29e49;
  text-align: center;
}
.want--happiness h3 span::after {
  flex-grow: 1;
  height: 3px;
  margin-left: 55px;
  content: "";
  background: #c29e49;
}
.want--happiness h3 span::before {
  flex-grow: 1;
  height: 3px;
  margin-right: 55px;
  content: "";
  background: #c29e49;
}
@media (max-width: 1024px) {
  .want--happiness h3 {
    padding: 0 10px;
    margin: 0 -10px;
    margin-bottom: 30px;
  }
}
.want--happiness--inner {
  text-align: center;
}
.want--happiness--inner p {
  font-size: min(3rem, 6vw);
  line-height: 2.3;
}
.want--happiness--inner p:first-of-type {
  margin: 30px;
}
@media (max-width: 1024px) {
  .want--happiness--inner p:first-of-type {
    margin: 0;
  }
}
.want--happiness--inner p:last-of-type {
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .want--happiness--inner p:last-of-type {
    margin-bottom: 15px;
  }
}
.want--happiness--inner img:last-of-type {
  margin: 80px auto 115px;
}
@media (max-width: 1024px) {
  .want--happiness--inner p {
    font-size: min(2rem, 5vw);
  }
  .want--happiness--inner img {
    width: 150px;
  }
  .want--happiness--inner img:last-of-type {
    width: 100%;
    margin: 30px auto;
  }
}
.want--section h2 {
  margin-bottom: 40px;
  font-size: min(4.5rem, 8vw);
  font-weight: 900;
}

.line_bottom {
  font-family: "Noto Sans JP", sans-serif;
}
.line_bottom p {
  margin-bottom: 60px;
  font-size: min(3.5rem, 6.5vw);
  font-weight: 700;
  text-align: center;
}
.line_bottom ul {
  max-width: 1050px;
  margin: auto;
  margin-top: 80px;
}
.line_bottom li {
  padding-left: 80px;
  font-size: min(3.5rem, 6.5vw);
  font-weight: 900;
  background: url(../img/common/icon_gift.svg) no-repeat top 10px left;
}
.line_bottom li em {
  font-size: min(4.5rem, 8vw);
  color: #ebcc85;
}
.line_bottom li span {
  font-size: min(4.5rem, 8vw);
}
.line_bottom--col {
  display: flex;
  gap: 70px;
}
.line_bottom--col a {
  max-width: 580px;
}
.line_bottom--col a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .line_bottom--col {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .line_bottom p {
    margin-bottom: 30px;
    text-align: center !important;
  }
  .line_bottom ul {
    margin-top: 30px;
  }
  .line_bottom li {
    padding-left: 30px;
    font-size: min(3rem, 6vw);
    background-position: top 5px left;
    background-size: 25px;
  }
  .line_bottom li em,
  .line_bottom li span {
    font-size: min(3.5rem, 6.5vw);
  }
}

.tokushoho_link {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .tokushoho_link {
    font-size: 1.8rem !important;
  }
}

.tokushoho {
  padding: 60px 0;
  font-size: 1.6rem;
  background: #f5f4f3;
}
.tokushoho h2 {
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: min(3rem, 5vw);
  font-weight: bold;
  border-left: solid 10px #c29e49;
}
.tokushoho table {
  display: inline-block;
  color: #fff;
  border-spacing: 10px;
  border-collapse: separate;
  background: #c29e49;
}
.tokushoho th {
  box-sizing: border-box;
  padding: 0 20px;
  color: #000;
  vertical-align: middle;
  background: #fff;
}
@media (max-width: 1024px) {
  .tokushoho th,
  .tokushoho td {
    display: block;
  }
}

.contact_form textarea {
  height: 130px;
}
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel],
.contact_form input[type=number],
.contact_form input[type=date],
.contact_form input[type=password],
.contact_form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
  font-family: inherit;
  font-size: min(1.6rem, 4vw);
  font-weight: normal;
  color: #000;
  background: #e6edf2;
  border: solid 1px #e6edf2;
  border-radius: 3px;
  box-shadow: none;
}
.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus,
.contact_form input[type=tel]:focus,
.contact_form input[type=number]:focus,
.contact_form input[type=date]:focus,
.contact_form input[type=password]:focus,
.contact_form textarea:focus {
  background: #fff;
  border: solid 1px #e6edf2;
  outline: none;
}
.contact_form input[type=checkbox]:checked + span,
.contact_form input[type=radio]:checked + span {
  font-weight: bold;
}
.contact_form select {
  padding: 2px 0 4px 4px;
  margin-right: 2px;
  border: solid 1px #345372;
  border-radius: 3px;
}
.contact_form select option {
  padding: 0;
}
.contact_form .mwform-tel-field input[type=text],
.contact_form .mwform-zip-field input[type=text] {
  width: 5em;
}
.contact_form--table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  background: #fff;
}
.contact_form--table td {
  padding: 10px;
  vertical-align: middle;
}
.contact_form--table th {
  position: relative;
  width: 225px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-clip: padding-box !important;
}
.contact_form--table th::after {
  position: absolute;
  top: 17px;
  right: 15px;
  padding: 4px 5px;
  font-size: min(1.2rem, 3vw);
  font-weight: normal;
  line-height: 1;
}
.contact_form--table .is-required::after {
  color: #fff;
  content: "必須";
  background: #c90000;
}
.contact_form--table .is-option::after {
  color: #fff;
  content: "任意";
  background: #999;
}
@media (max-width: 1024px) {
  .contact_form--table td {
    padding: 10px 5px;
  }
  .contact_form--table th {
    padding: 5px;
  }
  .contact_form--table th::after {
    top: 5px;
    right: 10px;
  }
}
.contact_form--btn {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.contact_form--btn input[type=submit],
.contact_form--btn input[type=button],
.contact_form--btn button[type=submit] {
  display: inline-block;
  width: 220px;
  height: 60px;
  margin: 10px;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: #000;
  border: none;
  transition: 0.3s;
}
.contact_form--btn input[type=submit]:hover,
.contact_form--btn input[type=button]:hover,
.contact_form--btn button[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .contact_form--btn input[type=submit],
  .contact_form--btn input[type=button],
  .contact_form--btn button[type=submit] {
    max-width: 80%;
  }
}

.frm.danger {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-top: 12px;
  clear: both;
  font-size: min(1.2rem, 3vw);
  color: #fff !important;
  background: #c90000;
}
.frm.danger::before {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  content: "";
  border: 10px solid #c90000;
  border-color: transparent;
  border-bottom-color: #c90000;
}

#loading {
  display: none;
}

.thanks {
  padding: 20px;
  font-size: min(1.8rem, 4.5vw);
  text-align: center;
}

.notfound_page {
  text-align: center;
}
.notfound_page--ttl {
  margin-bottom: 30px;
  font-size: min(2rem, 5vw);
}
.notfound_page--paragraph {
  margin-bottom: 1em;
}
.notfound_page--link a {
  text-decoration: underline;
}
