@charset "UTF-8";
/*===================================

 breakpoint

===================================*/
/*===================================

 layout

===================================*/
html {
  background-color: #ffffff;
  background-image: linear-gradient(#f6f6f6 1px, transparent 0), linear-gradient(90deg, #f6f6f6 1px, transparent 0);
  background-size: 20px 20px;
}

body {
  background: none;
}

body.index {
  background: url(../img/img-common/bg_pc.webp) center 300px/1920px no-repeat;
}
@media screen and (max-width: 991px) {
  body.index {
    background: url(../img/img-common/bg_sp.webp) center 15.8rem/100% no-repeat;
  }
}

main {
  /* overflow: hidden; */
  contain: paint;
}

sup {
  vertical-align: top;
}

.section {
  position: relative;
  /* overflow: hidden; */
  max-width: 870px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 168px;
}
@media screen and (max-width: 991px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 991px) {
  .section_left {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .section_right {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section_full {
  max-width: unset;
  background-color: #f0f0f6;
}
.section_left::before {
  left: 0;
}
@media screen and (max-width: 991px) {
  .section_left::before {
    left: -2rem;
  }
}

.section_right::before {
  right: 0;
}
@media screen and (max-width: 991px) {
  .section_right::before {
    right: -2rem;
  }
}

.section::before {
  position: absolute;
  content: attr(data-sub);
  white-space: pre;
  bottom: 80px;
  font-size: 15rem;
  font-weight: bold;
  font-family: "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: -0.025em;
  z-index: 1;
  opacity: 0.07;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .section::before {
    font-size: 7.5rem;
    bottom: 3rem;
  }
}

.section_right::after {
  position: absolute;
  content: "";
  width: 0%;
  white-space: pre;
  height: var(--custom-height, 0);
  right: 0;
  margin-right: calc(50% - 50vw);
  top: 0;
  background-color: #f0f0f6;
  border-radius: 100px 0 0 0;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .section_right::after {
    border-radius: 50px 0 0 0;
  }
}

.section_right.is-active::after {
  width: calc(100% + 50vw - 50%);
}
@media screen and (max-width: 991px) {
  .section_right.is-active::after {
    width: calc(100vw - 2rem);
  }
}

.section_full::after {
  position: absolute;
  content: "";
  width: 100%;
  height: var(--custom-height, 0);
  white-space: pre;
  right: 0;
  margin-right: calc(50% - 50vw);
  top: 0;
  background-color: #f0f0f6;
  border-radius: 100px 0 0 0;
}
@media screen and (max-width: 991px) {
  .section_full::after {
    width: calc(100vw - 2rem);
    border-radius: 50px 0 0 0;
  }
}

.section_left::after {
  position: absolute;
  content: "";
  width: 0%;
  height: var(--custom-height, 0);
  left: 0;
  margin-left: calc(50% - 50vw);
  top: 0;
  background-color: #ffffff;
  background-image: linear-gradient(#f6f6f6 1px, transparent 0), linear-gradient(90deg, #f6f6f6 1px, transparent 0);
  background-size: 20px 20px;
  border-radius: 0 100px 0 0;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .section_left::after {
    border-radius: 0 50px 0 0;
  }
}

.section_left.is-active::after {
  width: calc(100% + 50vw - 50%);
}
@media screen and (max-width: 991px) {
  .section_left.is-active::after {
    width: calc(100vw - 2rem);
  }
}

.inner {
  position: relative;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .inner {
    max-width: 540px;
    padding: 0 2rem;
  }
}

.thanks_inner {
  max-width: 640px;
}

.main {
  margin-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .main {
    margin-top: 8rem;
  }
}

/*===================================

 a

===================================*/
a {
  color: inherit;
}

/*===================================

 img

===================================*/
img {
  width: 100%;
}

/*===================================

 enfont

===================================*/
.en {
  font-family: "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

/*===================================

 text

===================================*/
.txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .txt {
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}

.txt span {
  color: #012a9f;
  font-weight: bold;
}

.txt strong {
  color: #012a9f;
  font-weight: bold;
}

/*===================================

 ttl

===================================*/
.ttl {
  position: relative;
  text-align: center;
  color: #012a9f;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7647058824;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .ttl {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}

.ttl_review {
  color: #3167ec;
}

.ttl::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 73px;
  height: 5px;
  bottom: -20px;
  background: linear-gradient(to right, #c7179b 50%, #d0d0d7 50%);
}
@media screen and (max-width: 991px) {
  .ttl::before {
    width: 3.6rem;
    bottom: -1rem;
  }
}

.ttl span {
  color: #444444;
}

.ttl .sky {
  color: #89cfe3;
}

.ttl small {
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  .ttl small {
    font-size: 1.25rem;
  }
}

.ttl strong {
  font-size: 5.5rem;
}
@media screen and (max-width: 991px) {
  .ttl strong {
    font-size: 4rem;
  }
}

/*===================================

subMv

===================================*/
.subMv {
  height: 146px;
  background: url(../img/img-common/subMv_pc.jpg) center center/cover no-repeat;
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .subMv {
    height: 9.6rem;
    margin-top: 4rem;
    background: url(../img/img-common/subMv_sp.jpg) center center/cover no-repeat;
  }
}

.subMv_inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.subMv_ttl {
  position: relative;
  color: white;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  .subMv_ttl {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
}

.subMv_ttl::before {
  position: absolute;
  content: "";
  width: 8rem;
  height: 0.2rem;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
}
@media screen and (max-width: 991px) {
  .subMv_ttl::before {
    width: 4rem;
    height: 0.1rem;
  }
}

.subMv_ttl::after {
  text-align: center;
  display: block;
  content: attr(data-sub);
  font-family: serif;
  font-size: 1.5rem;
  font-family: "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .subMv_ttl::after {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
}

/*===================================

 subtitle

===================================*/
.subttl {
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  .subttl {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
}

.subttl strong {
  font-size: 3.8rem;
}
@media screen and (max-width: 991px) {
  .subttl strong {
    font-size: 2rem;
  }
}

/*===================================

 lead

===================================*/
.lead {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5909090909;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .lead {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.lead span {
  color: #012a9f;
}

/*===================================

 note

===================================*/
.note {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .note {
    font-size: 0.9rem;
  }
}

/*===================================

 number

===================================*/
.number {
  position: relative;
  color: #012a9f;
  font-size: 3.85rem;
  font-weight: bold;
  width: 3.8rem;
  height: 4.6rem;
  font-family: "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .number {
    width: 2rem;
    height: 2.4rem;
    font-size: 1.9rem;
    padding-bottom: 0.6rem;
  }
}

.number::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3.8rem;
  background-color: white;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 991px) {
  .number::before {
    width: 2rem;
    height: 1.8rem;
  }
}

.number::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  background-color: #012a9f;
  transform: rotate(-45deg);
  transform-origin: left bottom;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .number::after {
    width: 2.6666rem;
    left: 2px;
  }
}

/*===================================

 boxshadow

===================================*/
.box_shadow {
  background-color: white;
  box-shadow: 0 0 18px rgba(20, 36, 116, 0.18);
}

/*===================================

 btn

===================================*/
.btn {
  position: relative;
  display: flex;
  width: 250px;
  height: 60px;
  border: 1px solid #142474;
  background-color: white;
  align-items: center;
  justify-content: center;
  color: #142474;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .btn {
    width: 15rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}

.btn_center {
  margin: 0 auto;
}

.btn::before {
  position: absolute;
  position: absolute;
  content: "";
  top: calc(50% - 6px);
  transform: translateY(-50%);
  width: 73px;
  height: 12px;
  right: -60px;
  transition: all 0.3s;
  background: url(../img/img-common/arrow.png) center center/contain no-repeat;
}
@media screen and (max-width: 991px) {
  .btn::before {
    width: 36px;
    height: 6px;
    right: -18px;
  }
}

.btn:hover::before {
  right: -65px;
}
@media screen and (max-width: 991px) {
  .btn:hover::before {
    right: -21px;
  }
}

/*===================================

 トップページ（mv）

===================================*/
.mv {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.mv_inner {
  padding: 0 20px;
}

.mv_img {
  display: block;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .mv_img {
    width: 29rem;
    margin-left: calc(50% - 50vw);
  }
}

.mv_ttl {
  max-width: 550px;
  margin: 0 auto;
  margin-top: -50px;
}
@media screen and (max-width: 991px) {
  .mv_ttl {
    margin-top: -2rem;
  }
}

/*===================================

 トップページ（指導方針）

===================================*/
.promise {
  padding-bottom: 180px;
}

@media screen and (max-width: 991px) {
  .promise {
    padding-bottom: 9rem;
  }
}

.promise::before {
  right: -5rem;
}
@media screen and (max-width: 991px) {
  .promise::before {
    font-size: 6.5rem;
    letter-spacing: -0.025em;
    right: -3.5rem;
  }
}

.promise_cards {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .promise_cards {
    margin-top: 4rem;
  }
}

.promise_card {
  position: relative;
  padding: 45px 35px 35px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .promise_card {
    padding: 2.2rem 2.5rem;
  }
}

.promise_card + .promise_card {
  margin-top: 34px;
}

.promise_number {
  position: absolute;
  top: 25px;
  left: 15px;
}

.promise_subttl {
  font-weight: bold;
  text-align: center;
}
.promise_txt {
  line-height: 1.9444444444;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .promise_txt {
    line-height: 1.5833333333;
    margin-top: 1rem;
  }
}

.promise_img {
  display: block;
  margin-inline: auto;
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .promise_img {
    margin-top: 0.7rem;
  }
}

.promise_card:nth-child(1) .promise_img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .promise_card:nth-child(1) .promise_img {
    max-width: 100%;
  }
}

.promise_card:nth-child(2) .promise_img {
  max-width: 215px;
}
@media screen and (max-width: 991px) {
  .promise_card:nth-child(2) .promise_img {
    max-width: 10.75rem;
  }
}

/*===================================

 トップページ（英検）

===================================*/
.eiken_txt {
  line-height: 1.9444444444;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .eiken_txt {
    line-height: 1.5833333333;
    margin-top: 2.5rem;
  }
}

.eiken_note {
  font-size: 1.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .eiken_note {
    font-size: 0.9rem;
    margin-top: 0.25rem;
  }
}

.eiken_feature {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .eiken_feature {
    margin-top: 3.5rem;
  }
}

.eiken_subttl {
  position: relative;
  background-color: white;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  color: #012a9f;
  line-height: 4rem;
  margin-top: 40px;
  padding-block: 35px;
  border-top: 3px solid #3167ec;
  border-bottom: 3px solid #3167ec;
}
@media screen and (max-width: 991px) {
  .eiken_subttl {
    font-size: 1.2rem;
    margin-top: 2.2rem;
    line-height: 2.1rem;
    padding-block: 1.5rem;
  }
}
.eiken_subttl strong {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .eiken_subttl strong {
    font-size: 1.5rem;
  }
}

.eiken_subttl::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 52px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  background: url(../img/img-common/frame.png) center center/contain no-repeat;
}
@media screen and (max-width: 991px) {
  .eiken_subttl::before {
    height: 2.4rem;
    width: 19.25rem;
    bottom: 1.5rem;
  }
}

.feature {
  position: relative;
  padding: 35px 25px 15px;
}
@media screen and (max-width: 991px) {
  .feature {
    padding: 1.7rem 1rem 1rem;
  }
}

.feature::before {
  position: absolute;
  content: "";
  top: 0;
  width: 70px;
  height: 5px;
  background-color: #3167ec;
  left: 45px;
}
@media screen and (max-width: 991px) {
  .feature::before {
    width: 3.4rem;
    height: 0.25rem;
    left: 2.25rem;
  }
}

.feature_ttl {
  color: #3167ec;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .feature_ttl {
    margin-left: 1rem;
  }
}
.feature_ttl strong {
  position: relative;
  display: inline-block;
}
.feature_ttl strong::before {
  position: absolute;
  content: "";
  background: url(../img/img-common/ttl_fuchi.png) center center/contain no-repeat;
  width: 25px;
  height: 20px;
  top: 0px;
  right: -16px;
}
@media screen and (max-width: 991px) {
  .feature_ttl strong::before {
    width: 1.2rem;
    height: 1rem;
    right: -0.8rem;
    top: -0.5rem;
  }
}

.feature_lists {
  counter-reset: number 0;
}

.feature_list {
  display: flex;
  align-items: center;
  padding-inline: 20px;
  font-size: 2rem;
  line-height: 1.5;
  gap: 12px;
  letter-spacing: 0.075rem;
  padding-block: 18px;
}
@media screen and (max-width: 991px) {
  .feature_list {
    gap: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.4583333333;
    padding-block: 0.9rem;
    padding-inline: 1rem;
  }
}

.feature_list:not(:last-child) {
  background-image: linear-gradient(to right, #3167ec 2px, transparent 2px);
  background-size: 7px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.feature_list::before {
  color: #3167ec;
  font-size: 3rem;
  display: block;
  counter-increment: number 1;
  content: counter(number) ".";
}
@media screen and (max-width: 991px) {
  .feature_list::before {
    font-size: 1.5rem;
  }
}

/*===================================

 トップページ（course）

===================================*/
.course_tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 36px;
}
@media screen and (max-width: 991px) {
  .course_tabs {
    gap: 0.5rem;
    margin-top: 2.6rem;
  }
}

.course_tab {
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 991px) {
  .course_tab {
    border-radius: 1rem 1rem 0 0;
  }
}

.course_tab:nth-child(1) {
  background-color: #3167ec;
}

.course_tab:nth-child(2) {
  background-color: #142474;
}

.course_tab a {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
@media screen and (max-width: 991px) {
  .course_tab a {
    padding: 1.6rem 1.3rem 1.3rem;
  }
}

.course_tab h3 {
  position: relative;
  text-align: center;
  color: white;
  font-size: 2.8rem;
  line-height: 1.0714285714;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  .course_tab h3 {
    font-size: 1.75rem;
    letter-spacing: 0.1em;
  }
}

.course_tab h3::after {
  display: block;
  content: "コース";
  font-size: 2rem;
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  .course_tab h3::after {
    font-size: 1.2rem;
  }
}

.course_tab p {
  color: white;
  font-weight: 300;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .course_tab p {
    margin-top: 1.6rem;
  }
}

.course_more {
  font-size: 2rem;
  color: white;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .course_more {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    text-align: right;
  }
}

.course_more::after {
  display: inline-block;
  content: "";
  width: 55px;
  height: 14px;
  filter: brightness(0) invert(1);
  background: url(../img/img-common/arrow.png) center center/contain no-repeat;
  margin-left: 8px;
}
@media screen and (max-width: 991px) {
  .course_more::after {
    width: 2.5rem;
    height: 0.75rem;
    margin-left: 0.4rem;
  }
}

/*===================================

 トップページ（faq）

===================================*/
.faq_lists {
  width: fit-content;
  margin: 0 auto;
}

.faq_list {
  display: flex;
}

.faq_list + .faq_list {
  margin-top: 6px;
}

.faq_list::before {
  display: block;
  content: "【Q】";
}

.faq_lead {
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .faq_lead {
    margin-top: 1rem;
  }
}

.faq_btn {
  margin-top: 38px;
}
@media screen and (max-width: 991px) {
  .faq_btn {
    margin-top: 2.8rem;
  }
}

/*===================================

 トップページ（blog）

===================================*/
.blog_content {
  height: 300px;
  overflow-y: scroll;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .blog_content {
    padding-right: 2rem;
    height: 220px;
  }
}

.blog_btn {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .blog_btn {
    margin-top: 2.5rem;
  }
}

.pdf_block {
  display: none;
}

/*===================================

 トップページ（about）

===================================*/
.about_btn {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .about_btn {
    margin-top: 2.2rem;
  }
}

/*===================================

新着情報（top）

===================================*/
/*===================================

 アバウトページ（top）

===================================*/
.aboutUs {
  padding-block: 64px;
}
@media screen and (max-width: 991px) {
  .aboutUs {
    padding-block: 3.2rem;
  }
}

.aboutUs_inner {
  max-width: unset;
}

.aboutUs_txt {
  position: relative;
  text-align: center;
  color: #3167ec;
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  .aboutUs_txt {
    font-size: 1.3rem;
  }
}

.aboutUs_txt strong {
  font-size: 3.3rem;
}
@media screen and (max-width: 991px) {
  .aboutUs_txt strong {
    font-size: 1.65rem;
  }
}

.aboutUs_txt::before {
  position: absolute;
  content: "「";
  color: #89cfe3;
  font-size: 5rem;
  font-weight: bold;
  left: calc(50% - 19.4rem);
  top: -1.5rem;
}
@media screen and (max-width: 991px) {
  .aboutUs_txt::before {
    font-size: 2.5rem;
    top: -0.75rem;
    left: calc(50% - 9.7rem);
  }
}

.aboutUs_txt::after {
  position: absolute;
  content: "」";
  color: #89cfe3;
  font-size: 5rem;
  font-weight: bold;
  right: calc(50% - 27rem);
  top: 4.5rem;
}
@media screen and (max-width: 991px) {
  .aboutUs_txt::after {
    font-size: 2.5rem;
    right: calc(50% - 13.5rem);
    top: 2.25rem;
  }
}

/*===================================

 アバウトページ（約束）

===================================*/
.policy_cards {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .policy_cards {
    margin-top: 2rem;
  }
}

.policy_card {
  position: relative;
  padding: 45px 35px 35px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .policy_card {
    padding: 2.2rem 2.5rem;
  }
}

.policy_card + .policy_card {
  margin-top: 34px;
}

.policy_number {
  position: absolute;
  top: 25px;
  left: 15px;
}

.policy_subttl {
  font-weight: bold;
  text-align: center;
}
.policy_txt {
  line-height: 1.9444444444;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .policy_txt {
    line-height: 1.5833333333;
    margin-top: 1rem;
  }
}

.policy_img {
  display: block;
  margin-inline: auto;
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  .policy_img {
    margin-top: 0.7rem;
  }
}

.policy_card:nth-child(1) .policy_img {
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .policy_card:nth-child(1) .policy_img {
    max-width: 15rem;
  }
}

/*===================================

 アバウトページ（運営）

===================================*/
.ourPolicy {
  padding-bottom: 320px;
}
@media screen and (max-width: 991px) {
  .ourPolicy {
    padding-bottom: 14.8rem;
  }
}

@media screen and (max-width: 991px) {
  .ourPolicy::before {
    left: -1rem;
  }
}

.ourPolicy_txt {
  line-height: 1.8333333333;
}
/*===================================

 アバウトページ（profile）

===================================*/
@media screen and (max-width: 991px) {
  .profile::before {
    font-size: 7rem;
    right: -1rem;
  }
}

.profile_wrap {
  display: grid;
  align-items: flex-end;
  gap: 36px;
  grid-template-columns: 54% 1fr;
}
@media screen and (max-width: 991px) {
  .profile_wrap {
    gap: 1.8rem;
  }
}

.profile_hisotry + .profile_wrap {
  margin-top: 60px;
  grid-template-columns: 1fr;
  padding-left: calc(30px + 0.5em);
}
@media screen and (max-width: 991px) {
  .profile_hisotry + .profile_wrap {
    margin-top: 3rem;
    padding-left: calc(1.5rem + 0.5em);
  }
}

.profile_name {
  color: #3167ec;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .profile_name {
    font-size: 1.75rem;
  }
}

.profile_name span {
  font-size: 1.8rem;
  display: block;
  margin-top: 14px;
}
@media screen and (max-width: 991px) {
  .profile_name span {
    font-size: 0.9rem;
    margin-top: 0.6rem;
  }
}

.profile_name strong {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .profile_name strong {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
  }
}

.profile_company {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .profile_company {
    font-size: 1rem;
    margin-top: 0.9rem;
  }
}

.profile_position {
  padding-left: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .profile_position {
    padding-left: 1.5rem;
    margin-top: 2rem;
  }
}

.profile_position h3 {
  letter-spacing: 0.2em;
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  .profile_position h3 {
    font-size: 1.1rem;
  }
}

.profile_position p {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .profile_position p {
    font-size: 1.1rem;
  }
}

.profile_hisotry {
  padding-left: 30px;
  margin-top: 46px;
}
@media screen and (max-width: 991px) {
  .profile_hisotry {
    padding-left: 1.5rem;
    margin-top: 2.3rem;
  }
}

.profile_hisotry h3 {
  letter-spacing: 0.2em;
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  .profile_hisotry h3 {
    font-size: 1.1rem;
  }
}

.profile_hisotry ul {
  counter-reset: number 0;
}

.profile_hisotry li {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 2.2rem;
  gap: 5px;
}
@media screen and (max-width: 991px) {
  .profile_hisotry li {
    gap: 0.25rem;
    font-size: 1.1rem;
  }
}

.profile_hisotry li + li {
  margin-top: 14px;
}
@media screen and (max-width: 991px) {
  .profile_hisotry li + li {
    margin-top: 0.7rem;
  }
}

.profile_hisotry li::before {
  counter-increment: number 1;
  content: counter(number) ".";
}

/*===================================

 アバウトページ（facility）

===================================*/
.facility {
  padding-bottom: 200px;
}
@media screen and (max-width: 991px) {
  .facility {
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .facility::before {
    font-size: 6.5rem;
    left: -2.5rem;
    letter-spacing: -0.075em;
  }
}

.facility_cards {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .facility_cards {
    margin-top: 3rem;
  }
}

.facility_card {
  position: relative;
  padding: 20px 35px;
}
@media screen and (max-width: 991px) {
  .facility_card {
    padding: 1.5rem 1.75rem;
  }
}

.facility_card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  top: 0;
  background: linear-gradient(to bottom,#e3e3e3 30px,#3167ec 30px,#3167ec 100px, #e3e3e3 100px);
}

.facility_card:nth-child(odd)::before {
  left: 0;
}

.facility_card:nth-child(even)::before {
  right: 0;
}

@media screen and (max-width: 991px) {
  .facility_card::before {
    width: 0.2rem;
    background: linear-gradient(to bottom,#e3e3e3 1.5rem,#3167ec 1.5rem,#3167ec 5rem, #e3e3e3 5rem);
  }
}

.facility_card + .facility_card {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .facility_card + .facility_card {
    margin-top: 2rem;
  }
}

.facility_subttl {
  color: #3167ec;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  .facility_subttl {
    font-size: 1.4rem;
  }
  .facility_subttl sup {
    display: inline-block;
    transform: rotate(-90deg);
  }
}

.facility_card:nth-child(2) .facility_subttl {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .facility_card:nth-child(2) .facility_subttl {
    margin-left: auto;
  }
}

.facility_img {
  position: absolute;
}
.facility_card:nth-child(1) .facility_img img {
  mix-blend-mode: luminosity;
}

.facility_txt {
  line-height: 1.5833333333;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .facility_txt {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  .facility_txt small {
    font-size: 0.9rem;
  }
}

.facility_card:nth-child(1) .facility_img {
  max-width: 240px;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 991px) {
  .facility_card:nth-child(1) .facility_img {
    max-width: 12rem;
    top: 1rem;
    right: 1rem;
  }
}

.facility_card:nth-child(2) .facility_img {
  max-width: 308px;
  top: 13px;
  left: 35px;
}
@media screen and (max-width: 991px) {
  .facility_card:nth-child(2) .facility_img {
    max-width: 15.4rem;
    top: 1rem;
    right: 1rem;
  }
}

.facility_card:nth-child(3) .facility_ttl {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .facility_card:nth-child(3) .facility_ttl {
    margin-left: auto;
  }
}
.facility_card:nth-child(3) .facility_img {
  max-width: 208px;
  top: 24px;
  right: 50px;
}
@media screen and (max-width: 991px) {
  .facility_card:nth-child(3) .facility_img {
    max-width: 10.4rem;
    top: 1.2rem;
    right: 2.5rem;
  }
}
.facility_card:nth-child(2) .facility_txt {
  margin-top: 28px;
}
@media screen and (max-width: 991px) {
  .facility_card:nth-child(2) .facility_txt {
    margin-top: 1.5rem;
  }
}

.facility_card:nth-child(3) .facility_txt {
  margin-top: 36px;
}
@media screen and (max-width: 991px) {
  .facility_card:nth-child(3) .facility_txt {
    margin-top: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  .facility_txt small {
    display: block;
    text-indent: -2em;
    margin-left: 2em;
  }
}

/*===================================

 アバウトページ（address）

===================================*/
.address {
  padding-bottom: 190px;
}
@media screen and (max-width: 991px) {
  .address {
    padding-bottom: 9.5rem;
  }
}

@media screen and (max-width: 991px) {
  .address::before {
    font-size: 6.5rem;
    letter-spacing: -0.025em;
  }
}

.address_map {
  margin-top: 28px;
}
@media screen and (max-width: 991px) {
  .address_map {
    margin-top: 1.4rem;
  }
}

.address_map iframe {
  aspect-ratio: 460/315;
  width: 100%;
  height: 100%;
}

.address_note {
  margin-top: 14px;
  font-feature-settings: "palt";
}

.address_subttl {
  display: grid;
  place-items: center;
  width: 280px;
  height: 55px;
  font-size: 25px;
  font-weight: bold;
  color: #012a9f;
  background-color: white;
  border: 1px solid #012a9f;
  border-radius: 10px;
  letter-spacing: 0.1em;
  margin-inline: auto;
  margin-top: 56px;
}
@media screen and (max-width: 991px) {
  .address_subttl {
    width: 14rem;
    height: 2.75rem;
    font-size: 1.25rem;
    margin-top: 2.8rem;
  }
}

.address_txt {
  margin-top: 16px;
}

.address_parking {
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .address_parking {
    letter-spacing: normal;
    font-size: 1.1rem;
    white-space: nowrap;
    margin-top: 0.75rem;
  }
}

.address_parking span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1e3e9a;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  width: 26px;
  height: 24px;
  margin-right: 6px;
}
@media screen and (max-width: 991px) {
  .address_parking span {
    width: 1.3rem;
    height: 1.2rem;
    margin-left: 0.3rem;
    font-size: 1rem;
  }
}

.address_parking small {
  display: inline-block;
  margin-left: 32px;
}
@media screen and (max-width: 991px) {
  .address_parking small {
    margin-left: 1.6rem;
  }
}

/*===================================

 courses

===================================*/
.courses_contents {
  position: relative;
}

.courses_content {
  position: relative;
  top: 0;
  width: 100%;
}

.courses_content:nth-child(1) {
  position: absolute;
  /* display: none; */
  /* visibility: hidden;
  opacity: 0;
  height: 0; */
  opacity: 0;
  width: 100%;
  /* visibility: hidden; */
}

.courses_content:not(.is-active) {
  /* display: none; */
  /* visibility: hidden;
  opacity: 0;
  height: 0; */
  opacity: 0;
  /* visibility: hidden; */
}

.courses_content:nth-child(1).is-active {
  /* display: block; */
  /* height: auto;
  visibility: visible;
  opacity: 1; */
  opacity: 1;
  /* visibility: visible; */
}

.courses_content::before {
  position: absolute;
  content: "";
  /*background-color: white;*/
  border-radius: 50%;
  width: 120px;
  height: 120px;
  top: 65px;
  right: calc(50% - 255px);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .courses_content::before {
    width: 8rem;
    height: 8rem;
    top: 1rem;
    right: 2rem;
    right: calc(50% - min(42vw, 240px));
  }
}

.courses_content.eiken::before {
  background: url(../img/img-courses/eiken_txt.png) center center/contain no-repeat;
}

.courses_content.review::before {
  background: url(../img/img-courses/review_txt.png) center center/contain no-repeat;
}

.courses_head {
  padding-top: 60px;
  padding-bottom: 148px;
}
@media screen and (max-width: 991px) {
  .courses_head {
    padding-top: 3rem;
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .courses_content:nth-child(1) .courses_head {
    font-size: 5.5rem;
    padding-bottom: 13rem;
  }
}

.courses_content:nth-child(1) .courses_head::before {
  left: 50%;
}
@media screen and (max-width: 991px) {
  .courses_content:nth-child(1) .courses_head::before {
    font-size: 6.5rem;
    left: -4rem;
    letter-spacing: -0.05em;
  }
}

.courses_content:nth-child(2) .courses_head {
  padding-bottom: 146px;
}
@media screen and (max-width: 991px) {
  .courses_content:nth-child(2) .courses_head {
    padding-bottom: 7.3rem;
  }
}

.courses_content:nth-child(2) .courses_head::before {
  left: 50%;
}
@media screen and (max-width: 991px) {
  .courses_content:nth-child(2) .courses_head::before {
    left: calc(50% - 6rem);
    bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .courses_price::before {
    font-size: 6rem;
    right: -4rem;
  }
}

@media screen and (max-width: 991px) {
  .courses_learning::before {
    font-size: 6.5rem;
    letter-spacing: -0.075em;
    left: -2.125rem;
    padding-bottom: 2rem;
    bottom: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .courses_level::before {
    right: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .courses_class {
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .courses_class::before {
    font-size: 6.5rem;
    letter-spacing: -0.025em;
    right: -7rem;
    bottom: 1rem;
  }
}

.courses_schedule {
  padding-bottom: 220px;
}
@media screen and (max-width: 991px) {
  .courses_schedule {
    padding-bottom: 11rem;
  }
}

@media screen and (max-width: 991px) {
  .courses_schedule::before {
    font-size: 6.5rem;
    left: -7rem;
    letter-spacing: -0.025em;
  }
}

@media screen and (max-width: 991px) {
  .course_price::before {
    left: -2rem;
    font-size: 6rem;
    letter-spacing: -0.05em;
  }
}

.courses_head_content {
  padding: 0 2rem;
}

.courses_head_ttl {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .courses_head_ttl {
    font-size: 1.9rem;
  }
}

.courses_head_ttl::before {
  position: absolute;
  content: "";
  width: 370px;
  height: 2px;
  background: #012a9f;
  left: -83px;
  bottom: -10px;
}
@media screen and (max-width: 991px) {
  .courses_head_ttl::before {
    width: 21rem;
    height: 1px;
    bottom: -0.5rem;
  }
}

.courses_head_ttl_blue {
  color: #012a9f;
}

.courses_head_ttl_sky {
  color: #3167ec;
}

.courses_head_ttl_sky::before {
  background: #3167ec;
}

.courses_lead {
  text-align: left;
  margin-top: 28px;
}
@media screen and (max-width: 991px) {
  .courses_lead {
    margin-top: 1.4rem;
  }
}

.courses_content:nth-child(1) .courses_lead span {
  color: #3167ec;
}

.courses_txt {
  margin-top: 1rem;
}

.courses_box {
  padding: 30px 30px 40px;
  border-radius: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .courses_box {
    margin-top: 1.2rem;
    padding: 3rem 2rem;
  }
  .courses_box p.lead:nth-child(1){
    font-size: 1.5rem;
  }
}

.courses_box_lead {
  font-feature-settings: "palt";
  margin-top: 15px;
}
.courses_box_lead .border {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.courses_box_lead .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-radius: 5px;
  height: 10px;
  width: 100%;
  background-color: #bfe9f5;
  z-index: -1;
}

.courses_box_txt {
  /*text-align: center;*/
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.075rem;
  font-feature-settings: "palt";
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .courses_box_txt {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
}

.courses_box_figure {
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  .courses_box_figure {
    margin-top: 0.9rem;
  }
}

.courses_box_subject {
  width: calc(100% + 4rem);
  text-align: center;
  padding: 10px;
  margin-left: -2rem;
  margin-top: 10px;
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .courses_box_subject {
    padding: 0.5rem;
    border-radius: 0.75rem;
  }
}

.courses_subject {
  color: #3167ec;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .courses_subject {
    font-size: 1.4rem;
  }
}

.courses_box_subject small {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .courses_box_subject small {
    font-size: 1.2rem;
  }
}

.price_free {
  width: 282px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .price_free {
    width: 14.1rem;
  }
}

.price_figure {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .price_figure {
    margin-top: 2.5rem;
  }
}

.price_figure img {
  border-radius: 5px;
}

.notes {
  counter-reset: number 0;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .notes {
    margin-top: 0.6rem;
  }
}

.notes li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  /* display: grid;
  grid-template-columns: 70px 1fr; */
  padding-left: 5.4rem;
}
@media screen and (max-width: 991px) {
  .notes li {
    /* grid-template-columns: 3.5rem 1fr; */
    font-size: 1.2rem;
    line-height: 1.5833333333;
    padding-left: 1.8rem;
  }
}

.notes li::before {
  text-align: right;
  color: #012a9f;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  width: 5.4rem;
}
.review .notes li::before {
  color: #3167ec;
}
@media screen and (max-width: 991px) {
  .notes li::before {
    text-align: left;
    width: 1.8rem;
  }
}

.price_unit + .price_unit {
  padding-top: 114px;
  margin-top: -82px;
}
@media screen and (max-width: 991px) {
  .price_unit + .price_unit {
    padding-top: 6.2rem;
    margin-top: -4.6rem;
  }
}

.lists {
  counter-reset: number 0;
}

.list {
  position: relative;
  /* display: grid; */
  /* grid-template-columns: 5.4rem 1fr;
  gap: 10px; */
  padding-left: 5.4rem;
}
@media screen and (max-width: 991px) {
  .list {
    /* grid-template-columns: 1.8rem 1fr; */
    gap: 0.5rem;
    padding-left: 1.8rem;
  }
}

.list + .list {
  margin-top: 14px;
}
@media screen and (max-width: 991px) {
  .list + .list {
    margin-top: 0.7rem;
  }
}

.list::before {
  text-align: right;
  color: #3167ec;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  width: 5.4rem;
}
@media screen and (max-width: 991px) {
  .list::before {
    text-align: left;
    width: 1.8rem;
  }
}

.eiken .list::before {
  color: #012a9f;
}

.tag {
  background-color: white;
  width: 280px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #3167ec;
  border: 1px solid #3167ec;
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .tag {
    width: 14rem;
    height: 2.75rem;
    font-size: 1.25rem;
  }
}

.courses_schedule_tag {
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .courses_schedule_tag {
    width: 14rem;
  }
}

.courses_schedule_figure {
  margin-top: 34px;
}
@media screen and (max-width: 991px) {
  .courses_schedule_figure {
    margin-top: 1.7rem;
  }
}

.courses_schedule_subttl {
  margin-top: 46px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .courses_schedule_subttl {
    margin-top: 2.3rem;
    margin-bottom: 0.6rem;
  }
}

.courses_learning_ttl {
  line-height: 1.25;
}

.courses_learning_comments {
  position: relative;
}

.courses_learning_comments::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 32px;
  background: #89cfe3;
  bottom: -50px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 991px) {
  .courses_learning_comments::before {
    bottom: -2.8rem;
    width: 4.7rem;
    height: 2.3rem;
  }
}

.courses_learning_comments li {
  background-color: rgba(218, 218, 218, 0.5);
  border-radius: 10px;
  width: 463px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .courses_learning_comments li {
    width: 23rem;
    height: 4.5rem;
    font-size: 1.1rem;
  }
}

.courses_learning_comments li + li {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .courses_learning_comments li + li {
    margin-top: 0.6rem;
  }
}

.courses_learning_lead {
  position: relative;
  margin-top: 122px;
}
@media screen and (max-width: 991px) {
  .courses_learning_lead {
    margin-top: 6rem;
  }
}
.courses_learning_lead span {
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  .courses_learning_lead span {
    font-size: 1.75rem;
  }
}

.courses_learning_lead::before {
  position: absolute;
  content: "";
  width: 218px;
  height: 64px;
  background: url(../img/img-courses/eiken_txt_02.png) center center/contain no-repeat;
  top: -55px;
  left: -32px;
}
@media screen and (max-width: 991px) {
  .courses_learning_lead::before {
    width: 11.5rem;
    height: 3.8rem;
    top: -3.8rem;
    left: -1rem;
  }
}

.courses_learning_lead::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 400px;
  height: 45px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/img-courses/frame.png) center center/contain no-repeat;
}
@media screen and (max-width: 991px) {
  .courses_learning_lead::after {
    width: 23rem;
    height: 2.3rem;
  }
}

.courses_learning_txt {
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

.courses_learning_lists {
  margin-top: 34px;
}
@media screen and (max-width: 991px) {
  .courses_learning_lists {
    margin-top: 1.7rem;
  }
}

.courses_learning_lists li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .courses_learning_lists li {
    grid-template-columns: 3rem 1fr;
  }
}

@media screen and (max-width: 991px) {
  .courses_learning_lists li + li {
    margin-top: 1.25rem;
  }
}

.courses_learning_number {
  position: relative;
  font-size: 4.5rem;
  font-weight: bold;
  color: #89cfe3;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .courses_learning_number {
    font-size: 2.25rem;
  }
}

.courses_learning_number::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #89cfe3;
  left: 25%;
  top: 55px;
  height: 80px;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .courses_learning_number::before {
    height: 5rem;
    top: 2.5rem;
    left: 25%;
  }
}

.courses_learning_benefits{
    margin-top: 60px;
}
.courses_learning_benefits .lead span{
    color: rgb(199, 23, 155);
  }
@media screen and (max-width: 991px) {
.courses_learning_benefits{
    margin-top: 3rem;
  }
.courses_learning_benefits .lead{
    font-size: 1.5rem;
  }
}

.courses_learning_content {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .courses_learning_content {
    margin-top: 0;
  }
}

.courses_learning_content h3 {
  position: relative;
  text-align: left;
}
.courses_learning_content h3 span.border {
  background: linear-gradient(to bottom, transparent 60%, #89cfe3 60%);
}
@media screen and (max-width: 991px) {
  .courses_learning_content h3 {
    font-size: 1.5rem;
  }
}

.courses_learning_content p {
  height: 4em;
  overflow: hidden;
  transition: height 1s;
}
@media screen and (max-width: 991px) {
  .courses_learning_content p {
    height: 3em;
    font-size: 1.1rem;
  }
}

.courses_learning_content p.is-active {
  height: auto;
}
@media screen and (max-width: 991px) {
  .courses_learning_content p.is-active {
    height: auto;
  }
}

.courses_learning_content > span {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.4rem;
  border-bottom: 1px solid;
  gap: 6px;
  cursor: pointer;
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  .courses_learning_content > span {
    font-size: 0.9rem;
  }
}

.courses_learning_content span img {
  width: 16px;
}
@media screen and (max-width: 991px) {
  .courses_learning_content span img {
    width: 0.8rem;
  }
}

.courses_style_number {
  position: relative;
  font-size: 4.5rem;
  font-weight: bold;
  color: #89cfe3;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .courses_style_number {
    font-size: 2.25rem;
  }
}
.courses_style_content {
  margin-bottom: 20px;
}
.courses_style_content h3 {
  position: relative;
  text-align: left;
}
.courses_box_txt.review,
.courses_style_content p{
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
.courses_style_content {
  margin-bottom: 0;
}
.courses_style_content h3 {
  font-size: 1.5rem;
}
.courses_box_txt.review,
.courses_style_content p{
  font-size: 1.2rem;
}
}
.courses_box_lead span.review,
.courses_style_content .lead span{
    color: #3167ec;
}

.courses_choice_lead {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .courses_choice_lead {
    font-size: 1.1rem;
    line-height: 1.5454545455;
    font-weight: normal;
    letter-spacing: 0.05em;
  }
}

.courses_choice_txt {
  white-space: nowrap;
  font-feature-settings: "palt";
  letter-spacing: normal;
  line-height: 1.9444444444;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .courses_choice_txt {
    color: #012a9f;
    font-size: 1.2rem;
    line-height: 1.5833333333;
    letter-spacing: 0.05em;
    font-weight: bold;
    white-space: initial;
    margin-top: 1.5rem;
  }
}

.courses_class_tag {
  color: #012a9f;
  border-color: #012a9f;
  margin-top: 60px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .courses_class_tag {
    margin-top: 3rem;
    margin-bottom: 1.25rem;
  }
}

.courses {
  padding-top: 40PX;
}

.courses_tabs {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(2, 1fr);
  max-width: 560px;
  margin: 0 auto;
  gap: 38px;
}
@media screen and (max-width: 991px) {
  .courses_tabs {
    padding: 0 2rem;
    gap: 1rem;
  }
}

.courses_tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 84px;
  font-size: 2.2rem;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .courses_tab {
    font-size: 1.5rem;
    font-weight: bold;
    flex-direction: column;
    height: 7rem;
  }
}

.courses_tab::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 7px;
  bottom: 12px;
  background: url(../img/img-courses/arrow.png) center center/contain no-repeat;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 991px) {
  .courses_tab::before {
    display: none;
  }
}

.courses_tab span {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .courses_tab span {
    font-size: 1rem;
  }
}

.courses_tab:nth-child(1) {
  background-color: #3167ec;
}

.courses_tab:nth-child(2) {
  background-color: #012a9f;
}

.courses_tab.is-active {
  height: 60px;
  background-color: #f0f0f6;
}
@media screen and (max-width: 991px) {
  .courses_tab.is-active {
    height: 4.5rem;
  }
}
.courses_tab.is-active:nth-child(1) {
  color: #3167ec;
}
.courses_tab.is-active:nth-child(2) {
  color: #012a9f;
}
.courses_tab.is-active::before {
  display: none;
}

/*===================================

page_nav

===================================*/
.page_nav {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .page_nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page_nav > li {
  display: flex;
  justify-content: center;
  border-left: 1px solid #c0bfbf;
  margin-bottom: 40px;
  text-align: center;
}

.page_nav > li:nth-child(even) {
  border-right: 1px solid #c0bfbf;
}

.page_nav > li > a {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  position: relative;
  padding-top: 10px;
}

.page_nav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #3167ec transparent transparent transparent;
}

.page_nav > li > a > span {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.7em;
  padding: 0 30px 10px;
  line-height: 1.6;
}

/* SP */
@media screen and (max-width: 991px) {
  .page_nav > li {
    margin-bottom: 20px;
    text-align: center;
  }
  .page_nav > li > a {
    min-height: auto;
  }
  .page_nav > li > a > span {
    height: auto;
    padding: 0 15px 20px;
  }
}
/*===================================

  Q＆A

===================================*/
.faq_inner {
  padding: 0 2rem;
}

.page_nav {
  max-width: 960px;
  margin: 0 auto;
}

.faq_unit {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 2rem;
  padding-block: 70px;
}
@media screen and (max-width: 991px) {
  .faq_unit {
    padding-block: 3.5rem;
  }
}

.faq_unit:nth-child(odd) {
  background: #f0f0f6;
}

.faq_unit:nth-child(even) {
  background-color: white;
}

.faq_block_item {
  border-bottom: 1px solid #DDDDDD;
  min-height: 96px;
  counter-reset: number 0;
  max-width: 960px;
  margin-inline: auto;
}

.faq_block_q {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 96px;
  position: relative;
  padding: 20px 80px 20px 56px;
  cursor: pointer;
}

.faq_block_q sup {
  padding-bottom: 10px;
}

.faq_block_q span {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  width: 3.5rem;
  height: 2.5rem;
  font-size: 1.8rem;
  color: white;
  top: 38px;
  left: 0;
  font-family: "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  background-color: #3167ec;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  .faq_block_q span {
    width: 2.75rem;
    height: 2.1rem;
    font-size: 1.2rem;
    top: 20px;
  }
}

.faq_block_ans > span {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  width: 3.5rem;
  height: 2.5rem;
  font-size: 1.8rem;
  color: white;
  top: 5px;
  left: 0;
  font-family: "Century Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  background-color: #89cfe3;
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  .faq_block_ans > span {
    width: 2.75rem;
    height: 2.1rem;
    font-size: 1.2rem;
  }
}

.faq_block_q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #3167ec;
  border-right: 2px solid #3167ec;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq_block_q.is_open::after {
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq_block_ans {
  position: relative;
  padding: 0 80px 30px 56px;
}

.faq_block_link {
  display: flex;
  justify-content: flex-end;
  margin: 30px auto 0;
  text-align: center;
}

.faq_block_link > a {
  font-weight: bold;
  flex-basis: auto;
  color: #3167ec;
  border: 1px solid #3167ec;
  background-color: white;
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq_block_link > a > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.faq_block_link > a > span::after {
  content: "";
  position: absolute;
  border-right: 2px solid #3167ec;
  border-top: 2px solid #3167ec;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq_block_link > a:hover {
  color: #fff;
  border-color: #01BFF2;
  background: #01BFF2;
}

.faq_block_link > a:hover > span::after {
  border-color: #fff;
}

/* アコーディオン */
.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* SP */
@media screen and (max-width: 991px) {
  .faq_block_item {
    border-bottom: 1px solid #DDDDDD;
    min-height: inherit;
  }
  .faq_block_q {
    font-size: 1.2rem;
    line-height: 1.5833333333;
    font-weight: bold;
    display: block;
    align-items: center;
    min-height: inherit;
    position: relative;
    padding: 20px 35px 20px 42px;
    cursor: pointer;
  }
  .faq_block_q::before {
    width: 30px;
    height: 30px;
  }
  .faq_block_q::after {
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .faq_block_q.is_open::after {
    width: 1px;
    height: 14px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .faq_block_ans {
    font-size: 1.2rem;
    padding: 0 35px 20px 42px;
  }
  .faq_block_link {
    margin: 20px auto 0;
  }
}

.faq_block_item .lead span.benefits{
    color: rgb(199, 23, 155);
}

/*===================================

  プライバシーポリシー

===================================*/
.privacy {
  padding-top: 50px;
  padding-bottom: 100px;
}

.privacy_inner {
  max-width: 760px;
}

.privacy_lead {
  padding-top: 50px;
}

.privacy_list {
  margin-top: 60px;
}

.privacy_list > dl:not(:last-child) {
  margin-bottom: 30px;
}

.privacy_contact {
  margin-top: 60px;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .privacy_lead {
    padding-top: 0;
  }
  .privacy_list {
    margin-top: 30px;
  }
  .privacy_list > dl:not(:last-child) {
    margin-bottom: 25px;
  }
  .privacy_contact {
    margin-top: 30px;
  }
}
.ttl_bd {
  color: #012a9f;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #012a9f;
}

/*===================================

contact

===================================*/
.contact {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .contact {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

.contact_inner {
  max-width: 960px;
}

.contact_block + .contact_block {
  margin-top: 58px;
}
@media screen and (max-width: 991px) {
  .contact_block + .contact_block {
    margin-top: 2.9rem;
  }
}

.contact_ttl {
  color: #3166ec;
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #c0bfbf;
}
@media screen and (max-width: 991px) {
  .contact_ttl {
    font-size: 1.65rem;
  }
}

.contact_tel {
  margin-top: 26px;
}
@media screen and (max-width: 991px) {
  .contact_tel {
    margin-top: 1.3rem;
  }
}

.contact_tel a {
  display: grid;
  align-items: center;
  gap: 18px;
  grid-template-columns: 28px 1fr;
  font-size: 4.6rem;
  font-weight: bold;
  color: #012a9f;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .contact_tel a {
    border: 1px solid #012a9f;
    border-radius: 0.5rem;
    grid-template-columns: 1.4rem 1fr;
    font-size: 2rem;
    box-shadow: 0.15rem 0.15rem 0.3rem rgba(1, 42, 159, 0.3);
    padding: 0.7rem 2.1rem;
  }
}

.contact_txt {
  font-size: 1.8rem !important;
  line-height: 1.25;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .contact_txt {
    font-size: 1.2rem !important;
    margin-top: 0.5rem;
  }
}

.contact_txt_center {
  width: fit-content;
  margin-inline: auto;
}

.contact form {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .contact form {
    padding: 0.75rem;
  }
}

.contact form dl {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .contact form dl {
    margin-top: 1.5rem;
  }
}

.contact form dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .contact form dl dt {
    font-size: 1.2rem;
  }
}

.contact form dl dt .hissu {
  width: 50px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #c7179b;
  font-size: 1.5rem;
  vertical-align: baseline;
}
@media screen and (max-width: 991px) {
  .contact form dl dt .hissu {
    width: 2.5rem;
    height: 1.4rem;
    font-size: 0.75rem;
  }
}

.contact form dl dd {
  margin-top: 14px;
}
@media screen and (max-width: 991px) {
  .contact form dl dd {
    margin-top: 0.7rem;
  }
}

.contact form dl dd input[type=text],
.contact form dl dd select,
.contact form dl dd textarea {
  display: inline-block;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(101, 100, 100, 0.43);
  border-radius: 5px;
  box-shadow: inset 0 0 4px rgba(101, 100, 100, 0.2);
  padding: 0.5em 1em;
  color: #444444;
}
@media screen and (max-width: 991px) {
  .contact form dl dd input[type=text],
  .contact form dl dd select,
  .contact form dl dd textarea {
    height: 4rem;
    font-size: 16px;
  }
}

.form_chk .contact form dl dd {
  width: 100%;
  min-height: 50px;
  height: auto;
  border: 1px solid rgba(101, 100, 100, 0.43);
  border-radius: 5px;
  box-shadow: inset 0 0 4px rgba(101, 100, 100, 0.2);
  padding: 0.5em 1em;
  color: #444444;
}
@media screen and (max-width: 991px) {
  .form_chk .contact form dl dd {
    min-height: 3rem;
    height: auto;
  }
}

.form_chk .contact form dl dd p {
  margin: 0;
}

.contact form dl dd label {
  display: block;
}

.contact form dl dd label + label {
  margin-top: 12px;
}

.contact form dl dd input[type=checkbox] {
  display: none;
  box-shadow: inset 0 0 4px rgba(101, 100, 100, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(101, 100, 100, 0.43);
}

.contact form dl dd input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .contact form dl dd input[type=checkbox] + span {
    padding-left: 3rem;
    font-size: 1.1rem;
  }
}

.contact form dl dd input[type=checkbox] + span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 30px;
  box-shadow: inset 0 0 4px rgba(101, 100, 100, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(101, 100, 100, 0.43);
}
@media screen and (max-width: 991px) {
  .contact form dl dd input[type=checkbox] + span::before {
    width: 2rem;
    height: 2rem;
  }
}

.contact form dl dd input[type=checkbox] + span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  left: 5px;
  background-color: #012a9f;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 991px) {
  .contact form dl dd input[type=checkbox] + span::after {
    width: 1.5rem;
    height: 1.5rem;
    left: 0.25rem;
  }
}

.contact form dl dd input[type=checkbox]:checked + span::after {
  display: block;
}

.contact form dl dd textarea {
  height: 296px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .contact form dl dd textarea {
    height: 14.8rem;
    margin-top: 1.2rem;
  }
}

.contact form dl dd .wrap {
  display: grid;
  grid-template-columns: 63% 1fr;
  gap: 20px;
}

.contact form dl dd select {
  width: 100%;
}

.contact form dl dd.select {
  position: relative;
}
.contact form dl dd.select::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 13px;
  height: 9px;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/img-courses/arrow.png) center center/contain no-repeat;
}

.contact form dl dd .wrap button {
  padding: 5px;
  border: none;
  border-radius: 5px;
  border: 1px solid rgba(101, 100, 100, 0.43);
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
}

.contact form dl dd span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .contact form dl dd span {
    font-size: 0.9rem;
    margin-top: 0.4rem;
  }
}

.contact form dl dt p {
  font-weight: normal;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .contact form dl dt p {
    margin-top: 0.6rem;
  }
}

.contact form dl dd p {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .contact form dl dd p {
    margin-top: 0.6rem;
  }
}

.contact form .form_row_textarea dd p {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #012a9f;
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .contact form .form_row_textarea dd p {
    font-size: 1.1rem;
    margin-top: 0.6rem;
  }
}

.error2 {
  margin-top: 10px;
}

/* 送信 */
.form_send {
  margin-top: 40px;
}

.form_send.nn {
  margin-top: 0px;
}

.form_send_text {
  text-align: center;
}

.form_send_btn {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: auto;
}

.form_send_btn > li {
  width: 48%;
}

.form_send_btn > li > input {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .form_send {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
/* btn */
.btn_confirm,
.btn_back,
.btn_top,
input[name^=submitBack] {
  font-size: 2.4rem;
  display: block;
  font-weight: bold;
  color: #fff !important;
  margin: 40px auto 0;
  padding: 15px 0;
  border-radius: 15px;
  border: none;
  text-align: center;
  max-width: 200px;
  width: 80%;
  letter-spacing: 0.2em;
  background: #3166ec;
}
@media screen and (max-width: 991px) {
  .btn_confirm,
  .btn_back,
  .btn_top,
  input[name^=submitBack] {
    font-size: 1.2rem;
  }
}

.btn_back {
  background: #aaa;
}

@media screen and (max-width: 991px) {
  .btn_confirm,
  .btn_back,
  .btn_top {
    margin: 30px auto 0;
    font-size: 1.2rem;
  }
}
/* error */
.error {
  color: #cc0000;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 0;
}

.error2 {
  color: #fff;
  background: #f00;
  padding: 0.8% 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 20px auto 0;
  width: 100%;
}

.form #contents .btn_wrp input[type=submit] {
  background: #3166ec;
  padding: 0;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .form #contents .btn_wrp input[type=submit] {
    padding: 0 25%;
    font-size: 1.1rem;
  }
}

.form_chk #contents p.first {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .form_chk #contents p.first {
    margin-top: 2.5rem;
  }
}

.form #contents .first {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .form #contents .first {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 991px) {
  .form #contents input[type=submit] {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .form_chk #contents input[type=submit] {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .form #contents .last input[type=submit] {
    width: 100%;
  }
}

.method03 {
  margin-top: 20px;
}

.form #contents .btn_wrp input[type=submit]:hover {
  background: #3166ec;
  opacity: 0.7;
}

button:focus, input:focus, select:focus, textarea:focus {
  box-shadow: none;
}

/*===================================

 blog

===================================*/
.block_arrival_date {
  font-size: 1.6rem;
  color: #888888;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .block_arrival_date {
    font-size: 1.4rem;
  }
}

.block_arrival_blog a {
  font-size: 1.6rem;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .block_arrival_blog a {
    font-size: 1.4rem;
  }
}

.block_arrival_blog dl {
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .block_arrival_blog dl {
    padding-bottom: 1.5rem;
  }
}

.block_arrival_blog dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .block_arrival_blog dl + dl {
    margin-top: 1.5rem;
  }
}

.block_arrival_blog dd {
  margin-left: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .block_arrival_blog dd {
    font-size: 1.4rem;
  }
}

.block_arrival_blog ul {
  list-style: none;
  padding-left: 0;
}

.block_arrival_blog ul li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .block_arrival_blog ul li {
    font-size: 1.4rem;
  }
}

.block_arrival_blog ul li:last-child {
  width: fit-content;
}

.block_arrival_blog dd > a > ul > li:first-child {
  display: none !important;
}

.block_arrival dl:not(:last-child) {
  border-bottom: 2px dotted #3c5bb5;
}

@media screen and (max-width: 991px) {
  .news {
    padding-bottom: 10rem;
  }
}

.news_content {
  height: 330px;
  overflow-y: scroll;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .news_content {
    height: 250px;
    padding-right: 2rem;
  }
}/*# sourceMappingURL=layout.css.map */