@charset "UTF-8";
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 5rem;
  padding: 5rem 0;
  color: #bf000a;
}

h3 {
  text-align: center;
  padding: 2rem;
  margin: 1rem;
}
@media screen and (max-width: 768px) {
  h3 {
    margin: 5rem 0 1rem;
  }
}

.section_margin {
  width: 90%;
  margin: 10rem auto;
}
.section_margin:after {
  border-bottom: 1px solid gray;
}

.section_full {
  width: 100%;
  margin: 10rem auto;
}
.section_full:last-of-type {
  margin-bottom: 0;
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: grey;
  background-image: url(../img/mv_back_s.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mv {
    background-position: center;
    height: 80vh;
  }
}
.mv .filter {
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .mv .filter {
    height: 80vh;
  }
}
.mv .filter h1 {
  color: #ffffff;
  font-size: 5rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mv .filter h1 {
    font-size: 3rem;
  }
}
.mv .filter .subtitle {
  font-size: 2.5rem;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .mv .filter .subtitle {
    font-size: 1.5rem;
  }
}
.mv .filter .organizer {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.intro .subtitle {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 2rem;
  margin: 1rem;
}
.intro .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .intro .about {
    padding: 0;
  }
}
.intro .about .about_detail {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
}
.intro .about .about_detail p {
  font-weight: 700;
}
.intro .about .about_detail dl {
  font-size: 2rem;
}
.intro .about .about_detail dl dd {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
.intro .about .about_image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-image: url(../img/img2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: gray;
}
.intro .philosophy {
  width: 90%;
  margin: 7rem auto;
}
@media screen and (max-width: 768px) {
  .intro .philosophy {
    margin: 2rem auto 3rem;
  }
}
.intro .philosophy ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .intro .philosophy ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.intro .philosophy ul li {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  border: 4px solid gray;
  padding: 3rem 4rem;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .intro .philosophy ul li {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    padding: 2rem 2rem;
  }
}
.intro .philosophy ul li h4 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.intro .philosophy ul li p {
  font-size: 2rem;
}

.instructor {
  background-color: #dedcd8;
}
.instructor .instructor_inner {
  width: 90%;
  margin: 0 auto;
}
.instructor .instructor_inner .about_instructor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_inner .about_instructor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.instructor .instructor_inner .about_instructor .img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  background-image: url(../img/instructor.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #dedcd8;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_inner .about_instructor .img {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}
.instructor .instructor_inner .about_instructor .detail {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_inner .about_instructor .detail {
    padding: 1rem;
  }
}
.instructor .instructor_inner .about_instructor .detail .post {
  font-size: 3rem;
  font-weight: 500;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_inner .about_instructor .detail .post {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}
.instructor .instructor_inner .about_instructor .detail ul {
  list-style: none;
  font-size: 2rem;
  padding: 2rem;
}
.instructor .instructor_inner .about_instructor .detail ul li {
  padding: 1rem;
}
.instructor .instructor_inner .about_instructor .detail .instructor_comment {
  width: 90%;
  font-size: 1.5rem;
  padding: 3rem;
  margin: 1rem auto;
  border: 2px solid gray;
  border-radius: 15px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .instructor .instructor_inner .about_instructor .detail .instructor_comment {
    width: 100%;
    padding: 2rem;
  }
}

.overview .seminar_features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .overview .seminar_features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.overview .seminar_features .features {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
.overview .seminar_features .features dl {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .overview .seminar_features .features dl {
    padding: 0;
  }
}
.overview .seminar_features .features dl .unit {
  padding: 2rem 1rem;
  margin: 2rem 0;
  border-left: 15px solid gray;
  border-top: 3px solid gray;
  border-right: 3px solid gray;
  border-bottom: 3px solid gray;
  border-radius: 10px;
}
.overview .seminar_features .features dl .unit:first-child {
  margin-top: 0;
}
.overview .seminar_features .features dl .unit dt {
  font-size: 2.5rem;
  padding: 0 0 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .overview .seminar_features .features dl .unit dt {
    padding: 0 0 1rem 1rem;
  }
}
.overview .seminar_features .features dl .unit dd {
  font-size: 1.5rem;
  padding: 0 0 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .overview .seminar_features .features dl .unit dd {
    padding: 0 0 1rem 1rem;
  }
}
.overview .seminar_features .seminar_detail {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  margin-left: 2rem;
}
.overview .seminar_features .seminar_detail dl dt {
  font-size: 2rem;
  padding-top: 1rem;
}
.overview .seminar_features .seminar_detail dl dt:first-of-type {
  padding-top: 0;
}
.overview .seminar_features .seminar_detail dl dd {
  font-size: 2rem;
  padding: 1rem 0 1rem 2rem;
  border-bottom: 1px dotted gray;
}
@media screen and (max-width: 768px) {
  .overview .seminar_features .seminar_detail dl dd {
    padding: 0 0 1rem 0;
  }
}
.overview .seminar_curriculum .subtitle {
  text-align: center;
  font-size: 2rem;
  background-color: #bf000a;
  color: #ffffff;
  font-weight: 500;
  padding: 1rem;
  margin: 5rem auto 7rem;
}
@media screen and (max-width: 768px) {
  .overview .seminar_curriculum .subtitle {
    margin: 5rem auto 2rem;
  }
}
.overview .seminar_curriculum ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .overview .seminar_curriculum ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-left: 0;
  }
}
.overview .seminar_curriculum ul li {
  font-size: 2rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  border: 2px solid gray;
}
@media screen and (max-width: 768px) {
  .overview .seminar_curriculum ul li {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
  }
}
.overview .seminar_curriculum ul li dl {
  margin: 0;
}
.overview .seminar_curriculum ul li dl dt {
  text-align: center;
  color: #ffffff;
  padding: 1rem;
  background-color: gray;
}
.overview .seminar_curriculum ul li dl dd {
  padding: 1rem;
}
.overview .seminar_curriculum ul li dl dd::before {
  content: "●";
}
@media screen and (max-width: 768px) {
  .overview .seminar_curriculum ul li dl dd {
    font-size: 1.5rem;
  }
}

.merit .merit_1 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .merit .merit_1 {
    width: 95%;
  }
}
.merit .merit_1 .merit_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 6rem 0;
}
@media screen and (max-width: 768px) {
  .merit .merit_1 .merit_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.merit .merit_1 .merit_image .list {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.merit .merit_1 .merit_image .list ol {
  font-size: 3rem;
  font-weight: 700;
  counter-reset: li;
  list-style: none;
  padding: 10rem 5rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .merit .merit_1 .merit_image .list ol {
    padding: 0;
  }
}
.merit .merit_1 .merit_image .list ol li::before {
  color: #e60013;
  counter-increment: li;
  content: counter(li) ". ";
}
.merit .merit_1 .merit_image .image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-image: url(../img/img3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: gray;
}
.merit .customer_voice .subtitle {
  text-align: center;
  font-size: 2rem;
  background-color: #bf000a;
  color: #ffffff;
  font-weight: 500;
  padding: 1rem;
  margin: 5rem auto 7rem;
}
@media screen and (max-width: 768px) {
  .merit .customer_voice .subtitle {
    margin: 5rem auto 2rem;
  }
}
.merit .customer_voice .customer_voice_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .merit .customer_voice .customer_voice_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.merit .customer_voice .customer_voice_inner .voice {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .merit .customer_voice .customer_voice_inner .voice {
    margin-left: 0;
  }
}
.merit .customer_voice .customer_voice_inner .voice ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: li;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .merit .customer_voice .customer_voice_inner .voice ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.merit .customer_voice .customer_voice_inner .voice ol li {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin: 1rem;
  padding: 2rem;
}
.merit .customer_voice .customer_voice_inner .voice ol li:nth-child(3) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.merit .customer_voice .customer_voice_inner .voice ol li::before {
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ". ";
}
@media screen and (max-width: 768px) {
  .merit .customer_voice .customer_voice_inner .voice ol li {
    border-bottom: 2px dotted gray;
  }
  .merit .customer_voice .customer_voice_inner .voice ol li:last-of-type {
    border-bottom: none;
  }
}
.merit .customer_voice .customer_voice_inner .voice ol li .customer {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.merit .customer_voice .image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  background-image: url(../img/img8.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: gray;
}

.apply_inquiry {
  color: #ffffff;
  background-color: #696969;
}
.apply_inquiry .info_list {
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .apply_inquiry .info_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}
.apply_inquiry .info_list .info {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  padding: 3rem;
  border-right: 1px solid #ffffff;
}
.apply_inquiry .info_list .info:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .apply_inquiry .info_list .info ul {
    padding-left: 0;
  }
}
.apply_inquiry .info_list .info .subtitle {
  font-size: 2rem;
  margin-bottom: 1rem;
}/*# sourceMappingURL=style.css.map */