@charset "UTF-8";
.html_online,
.html_individual,
.html_students-course,
.html_graduate-course,
.html_school,
.html_by_the_numbers,
.html_voice,
.html_works,
.html_parents,
.html_feature,
.html_class,
.html_pro,
.html_faq,
.html_facilities,
.html_access,
.html_home,
.html_tutor,
.home,
.faq,
.facilities,
.access,
.voice,
.feature,
.works,
.school,
.by_the_numbers,
.parents {
  font-size: 62.5%;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .html_online,
  .html_individual,
  .html_students-course,
  .html_graduate-course,
  .html_school,
  .html_by_the_numbers,
  .html_voice,
  .html_works,
  .html_parents,
  .html_feature,
  .html_class,
  .html_pro,
  .html_faq,
  .html_facilities,
  .html_access,
  .html_home,
  .html_tutor,
  .home,
  .faq,
  .facilities,
  .access,
  .voice,
  .feature,
  .works,
  .school,
  .by_the_numbers,
  .parents {
    font-size: calc(100vw / 120);
  }
}

@media screen and (max-width: 991px) {
  .html_online,
  .html_individual,
  .html_students-course,
  .html_graduate-course,
  .html_school,
  .html_by_the_numbers,
  .html_voice,
  .html_works,
  .html_parents,
  .html_feature,
  .html_class,
  .html_pro,
  .html_faq,
  .html_facilities,
  .html_access,
  .html_home,
  .html_tutor,
  .home,
  .faq,
  .facilities,
  .access,
  .voice,
  .feature,
  .works,
  .school,
  .by_the_numbers,
  .parents {
    font-size: 72.5%;
  }
}

@media (max-width: 500px) {
  .html_online,
  .html_individual,
  .html_students-course,
  .html_graduate-course,
  .html_school,
  .html_by_the_numbers,
  .html_voice,
  .html_works,
  .html_parents,
  .html_feature,
  .html_class,
  .html_pro,
  .html_faq,
  .html_facilities,
  .html_access,
  .html_home,
  .html_tutor,
  .home,
  .faq,
  .facilities,
  .access,
  .voice,
  .feature,
  .works,
  .school,
  .by_the_numbers,
  .parents {
    font-size: calc(100vw / 37.5);
  }
}

.html_online .pageTitle h1 > div,
.html_individual .pageTitle h1 > div,
.html_students-course .pageTitle h1 > div,
.html_graduate-course .pageTitle h1 > div,
.html_school .pageTitle h1 > div,
.html_by_the_numbers .pageTitle h1 > div,
.html_voice .pageTitle h1 > div,
.html_works .pageTitle h1 > div,
.html_parents .pageTitle h1 > div,
.html_feature .pageTitle h1 > div,
.html_class .pageTitle h1 > div,
.html_pro .pageTitle h1 > div,
.html_faq .pageTitle h1 > div,
.html_facilities .pageTitle h1 > div,
.html_access .pageTitle h1 > div,
.html_home .pageTitle h1 > div,
.html_tutor .pageTitle h1 > div,
.home .pageTitle h1 > div,
.faq .pageTitle h1 > div,
.facilities .pageTitle h1 > div,
.access .pageTitle h1 > div,
.voice .pageTitle h1 > div,
.feature .pageTitle h1 > div,
.works .pageTitle h1 > div,
.school .pageTitle h1 > div,
.by_the_numbers .pageTitle h1 > div,
.parents .pageTitle h1 > div {
  font-size: 5rem;
}

@media screen and (max-width: 991px) {
  .html_online .pageTitle h1 > div,
  .html_individual .pageTitle h1 > div,
  .html_students-course .pageTitle h1 > div,
  .html_graduate-course .pageTitle h1 > div,
  .html_school .pageTitle h1 > div,
  .html_by_the_numbers .pageTitle h1 > div,
  .html_voice .pageTitle h1 > div,
  .html_works .pageTitle h1 > div,
  .html_parents .pageTitle h1 > div,
  .html_feature .pageTitle h1 > div,
  .html_class .pageTitle h1 > div,
  .html_pro .pageTitle h1 > div,
  .html_faq .pageTitle h1 > div,
  .html_facilities .pageTitle h1 > div,
  .html_access .pageTitle h1 > div,
  .html_home .pageTitle h1 > div,
  .html_tutor .pageTitle h1 > div,
  .home .pageTitle h1 > div,
  .faq .pageTitle h1 > div,
  .facilities .pageTitle h1 > div,
  .access .pageTitle h1 > div,
  .voice .pageTitle h1 > div,
  .feature .pageTitle h1 > div,
  .works .pageTitle h1 > div,
  .school .pageTitle h1 > div,
  .by_the_numbers .pageTitle h1 > div,
  .parents .pageTitle h1 > div {
    font-size: 2.5rem;
  }
}

body.is_hidden {
  overflow: hidden;
}

/* アコーディオン */
.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;
}

/* ヘッダー
-------------------------------------------*/
@media screen and (max-width: 991px) {
  .siteHeader {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader {
    position: fixed;
    width: 100%;
    top: 0;
    height: 110px;
    z-index: 100;
    background: #fff;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .siteHeader {
    height: 160px;
    padding: 15px 0 5px;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    backdrop-filter: blur(12px);
  }
  .siteHeader-inner {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .siteHeader-inner {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) and (max-width: 1050px) {
  .siteHeader-inner {
    padding: 0 15px;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader-logo > img {
    height: 55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .siteHeader-logo > img {
    height: 48px;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader-access {
    display: flex;
    align-items: center;
  }
  .siteHeader-access > div {
    color: #004ea2;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding-left: 25px;
    letter-spacing: 0.03em;
  }
  .siteHeader-access > div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../images/common/icon_train.svg) left center no-repeat;
    background-size: contain;
    width: 100%;
    height: 20px;
    pointer-events: none;
  }
  .siteHeader-access > a {
    display: block;
    margin-left: 15px;
  }
  .siteHeader-nav {
    display: flex;
    flex-direction: column;
  }
  .siteHeader-nav .nav01 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .siteHeader-submenu {
    margin-left: 20px;
  }
  .siteHeader-submenu ul {
    display: flex;
    border-left: 1px solid #333333;
  }
  .siteHeader-submenu ul li {
    line-height: 1;
  }
  .siteHeader-submenu ul li a {
    padding: 0 15px;
    border-right: 1px solid #333333;
    display: block;
  }
  .siteHeader-submenu ul li a > span {
    position: relative;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
    display: block;
    letter-spacing: 0.03em;
  }
  .siteHeader-submenu ul li a > span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .siteHeader-submenu ul li a:hover > span::after {
    opacity: 1;
  }
  .siteHeader-tel {
    margin-left: 20px;
  }
  .siteHeader-contact:hover {
    background: #fff;
    color: #01608c;
  }
  .siteHeader-contact_signout:hover {
    background: #fff;
    color: #f24d2c;
  }
  .siteHeader .mega-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 110px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .siteHeader .mega-bg {
    top: 160px;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader .mega-bg.active {
    opacity: 1;
    visibility: visible;
  }
  .siteHeader-mega {
    position: fixed;
    left: 0;
    right: 0;
    top: 110px;
    width: 100%;
    background: #f2f2f2;
    z-index: 10;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .siteHeader-mega {
    top: 145px;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader-mega.is-open {
    opacity: 1;
  }
  .siteHeader-mega-inner {
    max-width: 1300px;
    padding: 0 50px;
    margin: auto;
    display: flex;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .siteHeader-mega-inner {
    padding: 0 30px;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader-mega-left {
    position: relative;
    background: #003364;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
    width: 300px;
    position: relative;
  }
  .siteHeader-mega-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 50vw;
    left: -50vw;
    background: #003364;
  }
  .siteHeader-mega-left .txt {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding-top: 20px;
  }
  .siteHeader-mega-left .js_mega_close {
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
  }
  .siteHeader-mega-right {
    width: calc(100% - 280px);
    padding: 30px 0 30px 80px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .siteHeader-mega-right {
    padding: 30px 0 30px 40px;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader-mega-right .flex {
    display: flex;
  }
  .siteHeader-mega-right .flex .item {
    width: 25%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .siteHeader-mega-right .flex .item {
    padding: 0 10px;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader-mega-right .flex .item img {
    width: 100%;
    display: block;
  }
  .siteHeader-mega-right .flex .item .txt {
    font-size: 15px;
    font-weight: 700;
    padding-top: 8px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .siteHeader-mega-right .flex .item .txt {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader-mega-link {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
  }
  .siteHeader-mega-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    position: relative;
    margin: auto;
    border: 1px solid #fff;
    padding: 0 15px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .siteHeader-mega-link a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader-mega-link a > span {
    position: relative;
    font-size: 12px;
    color: #fff;
    padding-right: 12px;
  }
  .siteHeader-mega-link a > span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .siteHeader-mega-link a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .siteHeader-mega-link a > span {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .siteHeader-mega-link a > span::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .siteHeader-mega-link a:hover {
    background: #fff;
  }
  .siteHeader-mega-link a:hover > span {
    color: #003364;
  }
  .siteHeader-mega-link a:hover > span::before {
    border-color: #003364;
  }
}

@media screen and (min-width: 992px) {
  .siteHeader .nav02 {
    margin-top: 8px;
  }
  .siteHeader .gnav {
    display: flex;
    justify-content: flex-end;
  }
  .siteHeader .gnav > ul {
    display: flex;
    position: relative;
    justify-content: flex-end;
  }
  .siteHeader .gnav > ul::after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 1em;
    background: #333;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .siteHeader .gnav > ul > li {
    position: relative;
  }
  .siteHeader .gnav > ul > li::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 1em;
    background: #333;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .siteHeader .gnav > ul > li > a,
  .siteHeader .gnav > ul > li > .js_mega {
    display: block;
    position: relative;
    padding: 15px 15px;
    cursor: pointer;
  }
  .siteHeader .gnav > ul > li > a > span,
  .siteHeader .gnav > ul > li > .js_mega > span {
    position: relative;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    display: block;
    letter-spacing: 0.03em;
  }
  .siteHeader .gnav > ul > li > a > span::after,
  .siteHeader .gnav > ul > li > .js_mega > span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .siteHeader .gnav > ul > li > a:hover > span::after,
  .siteHeader .gnav > ul > li > .js_mega:hover > span::after {
    opacity: 1;
  }
  .siteHeader .gnav > ul > li.active > .js_mega > span::after {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .siteHeader {
    background: #fff;
    height: 50px;
    width: 100%;
  }
  .siteHeader-inner {
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
  }
  .siteHeader-logo {
    height: 25px;
  }
  .siteHeader-logo > img {
    height: 25px;
  }
}

@media screen and (min-width: 992px) {
  .spHeader {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .gnav {
    display: none;
  }
  .spHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .spHeader-main {
    background: #f3f3f3;
    backdrop-filter: blur(12px);
    height: 54px;
    padding: 0 0 0 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
  }
  .spHeader-logo > img {
    height: 38px;
  }
  .spHeader-access {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    right: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b59948;
  }
  .spHeader-access img {
    width: 28px;
  }
  .spHeader-bnr {
    width: 94%;
    margin: 0 auto;
  }
  .spHeader-tel {
    width: 82%;
    margin: 15px auto 0;
  }
  .spHeader-nav {
    margin-top: 20px;
  }
  .spHeader-nav > ul {
    border-top: 1px solid #fff;
  }
  .spHeader-nav > ul > li {
    border-bottom: 1px solid #fff;
  }
  .spHeader-nav > ul > li > a,
  .spHeader-nav > ul > li .js_ac {
    padding: 15px;
    display: block;
    color: #fff;
    font-size: 16px;
  }
  .spHeader-nav > ul > li .js_ac_box ul {
    border-top: 1px solid #fff;
  }
  .spHeader-nav > ul > li .js_ac_box ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .spHeader-nav > ul > li .js_ac_box ul li a {
    padding: 15px 15px 15px 35px;
    display: block;
    color: #fff;
    font-size: 16px;
  }
  .spHeader-nav .js_ac {
    position: relative;
  }
  .spHeader-nav .js_ac::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
  }
  .spHeader-nav .js_ac::after {
    content: "";
    position: absolute;
    top: -4px;
    bottom: 0;
    right: 22px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .spHeader-nav .js_ac.is_open::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
  }
  .spHeader #sp_menu_btn {
    width: 54px;
    height: 54px;
    display: block;
    z-index: 101;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    background: #003364;
  }
  .spHeader #sp_menu_btn.is_active {
    background: none;
  }
  .spHeader #sp_menu_btn span {
    width: 32px;
    height: 2px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .spHeader #sp_menu_btn span:nth-of-type(1) {
    top: 16px;
  }
  .spHeader #sp_menu_btn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  .spHeader #sp_menu_btn span:nth-of-type(3) {
    bottom: 16px;
  }
  .spHeader #sp_menu_btn.is_active span:nth-of-type(1) {
    transform: translateY(9.5px) rotate(-35deg);
  }
  .spHeader #sp_menu_btn.is_active span:nth-of-type(2) {
    opacity: 0;
  }
  .spHeader #sp_menu_btn.is_active span:nth-of-type(3) {
    transform: translateY(-9.5px) rotate(35deg);
  }
  .spHeader #sp_menu_block {
    position: fixed;
    top: -100%;
    visibility: hidden;
    opacity: 0;
    right: 0;
    left: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    background: #003364;
    padding: 60px 0 35px;
  }
  .spHeader #sp_menu_block.is_active {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}

.contents,
.main {
  padding-top: 110px;
}

@media screen and (max-width: 1400px) {
  .contents,
  .main {
    padding-top: 160px;
  }
}

@media screen and (max-width: 991px) {
  .contents,
  .main {
    padding-top: 54px;
  }
}

.siteFooter {
  background: #003364;
  padding: 60px 0 10px;
  max-width: 100vw;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .siteFooter {
    padding: 40px 0 88px;
  }
}

.siteFooter-inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.siteFooter-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1320px) {
  .siteFooter-wrap {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 1320px) {
  .siteFooter-logo {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .siteFooter-logo {
    margin-bottom: 25px;
  }
}

.siteFooter-logo > div {
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .siteFooter-logo > div {
    font-size: 12px;
  }
}

.siteFooter-nav {
  padding-left: 100px;
  display: flex;
}

@media screen and (max-width: 1400px) {
  .siteFooter-nav {
    padding-left: 60px;
  }
}

@media screen and (max-width: 1320px) {
  .siteFooter-nav {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .siteFooter-nav {
    display: none;
  }
}

.siteFooter-nav .item + .item {
  margin-left: 80px;
}

@media screen and (max-width: 1400px) {
  .siteFooter-nav .item + .item {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1320px) {
  .siteFooter-nav .item + .item {
    margin-left: 60px;
  }
}

.siteFooter-nav .item > ul > li + li {
  margin-top: 20px;
}

.siteFooter-nav .item > ul > li > a,
.siteFooter-nav .item > ul > li > div {
  color: #fff;
  font-size: 15px;
}

.siteFooter-nav .item > ul > li > a:hover {
  text-decoration: underline;
}

.siteFooter-nav .item > ul > li > ul {
  padding-left: 1em;
  margin-top: 20px;
}

.siteFooter-nav .item > ul > li > ul > li + li {
  margin-top: 20px;
}

.siteFooter-nav .item > ul > li > ul > li a {
  color: #fff;
  font-size: 15px;
}

.siteFooter-nav .item > ul > li > ul > li a:hover {
  text-decoration: underline;
}

.siteFooter-privacy {
  text-align: center;
}

.siteFooter-privacy a {
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 992px) {
  .siteFooter-privacy {
    display: none;
  }
}

.siteFooter-copy {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .siteFooter-copy {
    font-size: 10px;
    margin-top: 35px;
  }
}

.contents .inner {
  max-width: 1180px;
  padding: 0 50px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .contents .inner {
    padding: 0 6%;
  }
}

.toptitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.toptitle .icon {
  height: 30px;
}

@media screen and (max-width: 991px) {
  .toptitle .icon {
    height: 25px;
  }
}

.toptitle .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  position: relative;
  padding-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .toptitle .txt {
    min-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .toptitle .txt {
    padding-bottom: 20px;
    padding-top: 15px;
  }
}

.toptitle .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 3px;
  background: linear-gradient(90deg, #003364 0%, #003364 50%, #b59948 100%);
}

@media screen and (max-width: 991px) {
  .toptitle .txt::after {
    width: 40vw;
    height: 2px;
  }
}

.toptitle .txt > span,
.toptitle .txt > b {
  color: #003364;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.toptitle .txt > span {
  font-size: 2.4rem;
  display: block;
}

@media screen and (max-width: 991px) {
  .toptitle .txt > span {
    font-size: 2rem;
  }
}

.toptitle .txt > b {
  font-size: 4.2rem;
  display: block;
}

@media screen and (max-width: 991px) {
  .toptitle .txt > b {
    font-size: 3rem;
  }
}

.leadtxt {
  padding-top: 35px;
}

@media screen and (max-width: 991px) {
  .leadtxt {
    padding: 25px 3% 0;
  }
}

.leadtxt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .leadtxt p {
    font-size: 1.5rem;
  }
}

.btn-arrow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: auto;
  max-width: 380px;
  color: #003364;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  background: none;
  border: 2px solid #003364;
  padding: 0 60px 0 35px;
  height: 57px;
  border-radius: 50px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.btn-arrow.--w {
  border-color: #fff;
  color: #fff;
}

.btn-arrow.--w::before {
  border-color: #fff;
}

@media screen and (max-width: 991px) {
  .btn-arrow {
    font-size: 1.8rem;
    width: 94%;
    justify-content: center;
    padding: 0 35px 0 20px;
  }
}

.btn-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #003364;
  border-right: 2px solid #003364;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 992px) {
  .btn-arrow {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-arrow::before {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .btn-arrow:hover {
    background: #003364;
    color: #fff;
  }
  .btn-arrow:hover::before {
    border-color: #fff;
  }
}

.topMv {
  height: 700px;
  position: relative;
  background: url(../images/index/mv_bg.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .topMv {
    height: auto;
    aspect-ratio: 752 / 1370;
    background-image: url(../images/index/mv_bg_sp.jpg);
  }
}

.topMv .inner {
  max-width: 1400px;
  position: relative;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .topMv .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.topMv-wrap {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .topMv-wrap {
    padding-top: 35px;
  }
}

.topMv-ttl {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 992px) {
  .topMv-ttl {
    position: relative;
    padding-left: 230px;
  }
}

.topMv-ttl img {
  max-width: 800px;
  width: 100%;
}

.topMv-news {
  width: 100%;
  max-width: 750px;
  margin: 50px auto 0;
}

@media screen and (max-width: 1450px) {
  .topMv-news {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .topMv-news {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 94%;
  }
}

.topMv-news a {
  display: grid;
  padding: 15px 50px 15px 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
  .topMv-news a {
    padding: 10px 30px 10px 10px;
    border-radius: 10px;
  }
}

.topMv-news a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #003364;
  border-right: 2px solid #003364;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .topMv-news a::after {
    right: 15px;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}

@media screen and (min-width: 992px) {
  .topMv-news a {
    grid-template-columns: 100px 1fr;
    gap: 20px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .topMv-news a {
    gap: 10px;
    grid-template-columns: auto 1fr;
    place-items: center left;
  }
}

.topMv-news a .cat {
  display: flex;
  flex-direction: column;
}

.topMv-news a .cat span {
  background: #000;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 8px 10px;
  color: #fff;
}

.topMv-news a .cat span + span {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .topMv-news a .cat span {
    font-size: 1.2rem;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.topMv-news a .txt {
  position: relative;
}

.topMv-news a .txt .date {
  color: #003364;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .topMv-news a .txt .date {
    font-size: 1.1rem;
  }
}

.topMv-news a .txt .t {
  color: #003364;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: left;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  padding-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 最大2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  /* 行間調整（必要に応じて変更） */
  max-height: calc(1.5em * 2);
  /* 2行分の高さで制御 */
}

@media screen and (max-width: 991px) {
  .topMv-news a .txt .t {
    font-size: 1.3rem;
    padding-top: 3px;
  }
}

.topMv-icon {
  position: absolute;
  bottom: -40px;
  left: 0;
}

@media screen and (max-width: 1450px) {
  .topMv-icon {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .topMv-icon {
    left: inherit;
    right: 6%;
    bottom: 18%;
    width: 40%;
  }
}

@media screen and (min-width: 992px) {
  .topMv-icon img {
    max-width: 220px;
    display: block;
    width: 100%;
  }
}

.topAchievements {
  padding: 100px 0 150px;
  position: relative;
  background: url(../images/index/bg_achievements.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .topAchievements {
    background-image: url(../images/index/bg_achievements_sp.png);
    padding: 60px 0;
  }
}

.topAchievements .inner {
  max-width: 1300px;
}

.topAchievements .wbox {
  background: #fff;
  padding: 5px 0 0;
}

.topAchievements .wbox h2 {
  display: flex;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .topAchievements .wbox h2 {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.topAchievements .wbox h2 > div {
  padding: 0 70px;
  background-image: url(../images/index/many-head-bg.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 4.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .topAchievements .wbox h2 > div {
    font-size: 1.8rem;
    padding: 0 8vw;
  }
}

.topAchievements .wbox h2 > div small {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .topAchievements .wbox h2 > div small {
    font-size: 1.2rem;
  }
}

.topAchievements .wbox .image {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .topAchievements .wbox .image {
    padding: 0 10px;
  }
}

.topAchievements .wbox .link {
  background: #b59948;
  height: 70px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .topAchievements .wbox .link {
    height: 40px;
    margin-top: 20px;
  }
}

.topAchievements .wbox .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.topAchievements .wbox .link a > span {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  padding-right: 35px;
}

@media screen and (max-width: 991px) {
  .topAchievements .wbox .link a > span {
    font-size: 1.5rem;
    padding-right: 25px;
  }
}

.topAchievements .wbox .link a > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .topAchievements .wbox .link a > span::before {
    width: 6px;
    height: 6px;
  }
}

.topAchievements .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .topAchievements .flex {
    margin-top: 25px;
  }
}

.topAchievements .flex + .flex {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .topAchievements .flex + .flex {
    margin-top: 25px;
  }
}

.topAchievements .flex.--bnr .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: white;
}

.topAchievements .flex .item {
  max-width: 574px;
  position: relative;
}

.topAchievements .flex .item a {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .topAchievements .flex .item {
    width: 48%;
  }
  .topAchievements .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .topAchievements .flex .item {
    width: 100%;
  }
  .topAchievements .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.topReason {
  padding: 125px 0 150px;
  position: relative;
  background: url(../images/index/bg_reason.jpg) center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .topReason {
    padding: 50px 0 40px;
  }
}

.topReason-ttl {
  margin-bottom: 180px;
}

@media screen and (max-width: 991px) {
  .topReason-ttl {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .topReason .toptitle .icon {
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .topReason .toptitle .icon {
    height: 30px;
  }
}

.topReason-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .topReason-item {
    min-height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .topReason-item {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .topReason-item .inner {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .topReason-item .image {
    width: 45vw;
    position: absolute;
    left: 57vw;
    top: 0;
    max-width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .topReason-item .image {
    padding-left: 5%;
    position: relative;
    z-index: 2;
  }
}

.topReason-item .txt {
  width: 50%;
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topReason-item .txt {
    width: 100%;
    margin-top: 20px;
  }
}

.topReason-item .txt::before {
  content: "";
  position: absolute;
  left: 130px;
  top: 70px;
  margin: auto;
  background: rgba(181, 153, 72, 0.2);
  width: 800px;
  height: 480px;
}

@media screen and (max-width: 991px) {
  .topReason-item .txt::before {
    width: 95%;
    height: 73vw;
    left: 0;
    right: 0;
    margin: auto;
    top: -50vw;
  }
}

.topReason-item .txt dl {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .topReason-item .txt dl {
    padding: 0 5%;
  }
}

.topReason-item .txt dl dt {
  font-size: 4rem;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #003364;
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topReason-item .txt dl dt {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.topReason-item .txt dl dt.--icon {
  padding-left: 140px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1250px) and (min-width: 992px) {
  .topReason-item .txt dl dt.--icon {
    font-size: 4vw;
    white-space: nowrap;
  }
}

@media screen and (max-width: 991px) {
  .topReason-item .txt dl dt.--icon {
    padding-left: 95px;
    margin-bottom: 35px;
  }
}

.topReason-item .txt dl dt.--icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  background: url(../images/index/icon_percent.png) left center no-repeat;
  background-size: contain;
  width: 156px;
  height: 160px;
}

@media screen and (max-width: 991px) {
  .topReason-item .txt dl dt.--icon::before {
    width: 100px;
    height: 102px;
    left: -10px;
  }
}

.topReason-item .txt dl dt .caution {
  position: absolute;
  right: 0;
  bottom: -1em;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .topReason-item .txt dl dt .caution {
    right: inherit;
    left: 0;
    bottom: -2.5em;
    left: -10px;
  }
}

.topReason-item .txt dl dd p {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  line-height: 2;
}

.topReason-item.--reverse {
  margin-top: 140px;
}

@media screen and (max-width: 991px) {
  .topReason-item.--reverse {
    margin-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .topReason-item.--reverse .image {
    left: inherit;
    right: 57vw;
  }
}

@media screen and (max-width: 991px) {
  .topReason-item.--reverse .image {
    padding-left: inherit;
    padding-right: 5%;
  }
}

@media screen and (min-width: 992px) {
  .topReason-item.--reverse .txt {
    margin-right: 0;
    margin-left: auto;
    width: 54%;
  }
  .topReason-item.--reverse .txt::before {
    left: inherit;
    right: 130px;
    top: 70px;
  }
}

@media screen and (min-width: 992px) {
  .topReason-item.--svg {
    min-height: 680px;
  }
  .topReason-item.--svg .image {
    max-width: 750px;
    left: 54vw;
  }
}

@media screen and (max-width: 991px) {
  .topReason-item.--svg .image {
    padding: 0;
  }
}

.topReason-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.topReason-tutor {
  margin-top: -30px;
  margin-bottom: 200px;
}

@media screen and (max-width: 991px) {
  .topReason-tutor {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

.topReason-tutor .inner {
  max-width: 1300px;
}

.topReason-tutor-btn {
  width: 100%;
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .topReason-tutor-btn {
    margin-top: 25px;
  }
}

.topReason-tutor-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  width: 100%;
  height: 75px;
  color: #fff;
  line-height: 1.4;
  background: #b59948;
  border: 1px solid #b59948;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .topReason-tutor-btn a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .topReason-tutor-btn a > span {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .topReason-tutor-btn a > span::before, .topReason-tutor-btn a > span::after {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .topReason-tutor-btn a:hover {
    background: #fff;
  }
  .topReason-tutor-btn a:hover > span {
    color: #b59948;
  }
  .topReason-tutor-btn a:hover > span::after {
    border-color: #b59948;
  }
}

@media screen and (max-width: 991px) {
  .topReason-tutor-btn a {
    height: 50px;
  }
  .topReason-tutor-btn a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.topReason-tutor-btn a > span {
  position: relative;
  padding-right: 80px;
  max-width: 80%;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .topReason-tutor-btn a > span {
    font-size: 1.5rem;
    padding-right: 20px;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .topReason-tutor-btn a > span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.topGuide {
  position: relative;
  background: url(../images/index/bg_guide.jpg) center center no-repeat;
  background-size: cover;
  height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .topGuide {
    background-image: url(../images/index/bg_guide_sp.jpg);
    height: 380px;
  }
}

.topGuide .inner {
  max-width: 1400px;
}

@media screen and (max-width: 991px) {
  .topGuide .inner {
    padding: 0 3%;
  }
}

@media screen and (min-width: 992px) {
  .topGuide dl {
    display: table;
    margin: auto;
  }
}

.topGuide dl dt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 1350px) {
  .topGuide dl dt {
    font-size: 2.074074074074074vw;
  }
}

@media screen and (max-width: 991px) {
  .topGuide dl dt {
    font-size: 1.5rem;
    text-align: center;
  }
}

.topGuide dl dd p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1350px) {
  .topGuide dl dd p {
    font-size: 3.7037037037037033vw;
  }
}

@media screen and (max-width: 991px) {
  .topGuide dl dd p {
    font-size: 2.5rem;
    text-align: center;
  }
}

.topGuide-btn {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  .topGuide-btn .btn-arrow {
    max-width: 265px;
  }
}

@media screen and (max-width: 991px) {
  .topGuide-btn .btn-arrow {
    width: 90%;
  }
}

.topMerit {
  padding: 80px 0 110px;
}

@media screen and (max-width: 991px) {
  .topMerit {
    padding: 40px 0 50px;
  }
}

.topMerit .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .topMerit .flex {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  .topMerit .flex .item:nth-child(1) {
    max-width: 396px;
    margin-right: 50px;
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .topMerit .flex .item:nth-child(1) {
    margin-bottom: 20px;
    width: 80%;
  }
}

.topMerit .flex .item dl dt .t1 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: #b59948;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .topMerit .flex .item dl dt .t1 {
    font-size: 1.2rem;
    text-align: center;
  }
}

.topMerit .flex .item dl dt .t2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  color: #003364;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .topMerit .flex .item dl dt .t2 {
    font-size: 2rem;
    text-align: center;
  }
}

.topMerit .flex .item dl dd {
  padding-top: 25px;
}

.topMerit .flex .item dl dd ul > li {
  position: relative;
  padding-left: 45px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .topMerit .flex .item dl dd ul > li {
    font-size: 1.3rem;
    padding-left: 28px;
  }
}

.topMerit .flex .item dl dd ul > li + li {
  margin-top: 15px;
}

.topMerit .flex .item dl dd ul > li > span {
  font-size: 2.2rem;
  color: #003364;
}

@media screen and (max-width: 1350px) {
  .topMerit .flex .item dl dd ul > li > span {
    font-size: 1.925925925925926vw;
  }
}

@media screen and (max-width: 991px) {
  .topMerit .flex .item dl dd ul > li > span {
    font-size: 15px;
  }
}

@media screen and (max-width: 430px) {
  .topMerit .flex .item dl dd ul > li > span {
    font-size: 3.488372093023256vw;
  }
}

.topMerit .flex .item dl dd ul > li > span.marker {
  background: linear-gradient(transparent 86%, #b59948 86%);
}

.topMerit .flex .item dl dd ul > li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/index/icon_chk.svg) left center no-repeat;
  background-size: contain;
  width: 30px;
  height: 25px;
}

@media screen and (max-width: 991px) {
  .topMerit .flex .item dl dd ul > li::before {
    width: 20px;
    height: 16px;
  }
}

.topMerit-btn {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .topMerit-btn .btn-arrow {
    width: 100%;
  }
}

.topVoice {
  padding: 100px 0 150px;
  background: #d6cfbf;
  background: linear-gradient(90deg, #d6cfbf 0%, white 50%, #d6cfbf 100%);
}

@media screen and (max-width: 991px) {
  .topVoice {
    padding: 45px 0 60px;
  }
}

.topVoice .inner {
  max-width: 1350px;
}

.topVoice .toptitle {
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .topVoice .toptitle {
    margin-bottom: 45px;
  }
}

.topVoice-btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .topVoice-btn {
    margin-top: 40px;
  }
}

.topVoice-btn .btn-arrow {
  max-width: inherit;
}

.voice-list {
  display: grid;
}

@media screen and (min-width: 992px) {
  .voice-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 80px;
  }
}

@media screen and (max-width: 991px) {
  .voice-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }
}

.voice-list .item .image {
  aspect-ratio: 1 / 1;
}

.voice-list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-list .item .tag {
  display: flex;
  align-items: center;
}

.voice-list .item .tag span {
  background: #003364;
  font-size: 1.6rem;
  padding: 3px 12px 4px;
  color: #fff;
  display: table;
  margin-top: 8px;
}

.voice-list .item .tag span + span {
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .voice-list .item .tag span {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 5px;
    padding: 3px 8px 4px;
  }
}

.voice-list .item dl {
  padding-top: 10px;
}

.voice-list .item dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #003364;
  letter-spacing: -0.03em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: left;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .voice-list .item dl dt {
    font-size: 1.3rem;
    padding-right: 10px;
    margin-bottom: 5px;
  }
}

.voice-list .item dl dd > div {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .voice-list .item dl dd > div {
    font-size: 1.1rem;
  }
}

.voice-list .item dl dd > div > span {
  font-size: 1.5rem;
  font-weight: 500;
}

.voice-list .item dl dd > div > span + span {
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .voice-list .item dl dd > div > span {
    font-size: 1.1rem;
  }
}

.voice-list .item dl dd > div + div {
  margin-top: 3px;
}

@media screen and (max-width: 991px) {
  .voice-list .item dl dd > div + div {
    margin-top: 0;
  }
}

.topColumn {
  padding: 100px 0 150px;
}

@media screen and (max-width: 991px) {
  .topColumn {
    padding: 45px 0 60px;
  }
}

.topColumn .inner {
  max-width: 1300px;
}

.topColumn .toptitle {
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .topColumn .toptitle {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 992px) {
  .topColumn .toptitle .icon {
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .topColumn .toptitle .icon {
    height: 30px;
  }
}

.topColumn-btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .topColumn-btn {
    margin-top: 40px;
  }
}

.topColumn-btn .btn-arrow {
  max-width: inherit;
}

.column-list {
  display: grid;
  position: relative;
  /* 左矢印 */
  /* 右矢印 */
}

@media screen and (min-width: 992px) {
  .column-list {
    grid-template-columns: repeat(3, auto);
    gap: 50px 45px;
  }
}

.column-list .item {
  position: relative;
  padding-bottom: 55px;
}

@media screen and (max-width: 991px) {
  .column-list .item {
    padding: 0 0 50px;
    margin: 0 25px;
  }
}

.column-list .item .image {
  aspect-ratio: 368 / 252;
  position: relative;
}

.column-list .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-list .item .image .cat {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}

.column-list .item .image .cat span {
  background: #003364;
  font-size: 1.4rem;
  padding: 5px 15px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .column-list .item .image .cat span {
    font-size: 1.5rem;
    padding: 5px 12px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.column-list .item .image .cat span + span {
  margin-left: 5px;
}

.column-list .item .date {
  color: #003364;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .column-list .item .date {
    font-size: 1.2rem;
    padding-top: 8px;
  }
}

.column-list .item .txt {
  color: #003364;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: left;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .column-list .item .txt {
    font-size: 2rem;
    padding-top: 8px;
  }
}

.column-list .item .readmore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.column-list .item .readmore > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003364;
  font-size: 1.8rem;
  font-weight: 500;
  color: #003364;
  width: 175px;
  height: 35px;
}

@media screen and (min-width: 992px) {
  .column-list .item .readmore > span {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 991px) {
  .column-list .item .readmore > span {
    font-size: 1.5rem;
    height: 30px;
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 992px) {
  .column-list .item:hover .readmore > span {
    color: #fff;
    background: #003364;
  }
}

.column-list .slick-prev,
.column-list .slick-next {
  position: absolute;
  z-index: 2;
  width: 20px;
  /* 矢印サイズ */
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
}

.column-list .slick-prev {
  left: -10px;
  background-image: url(../images/common/slick_left_arrow.svg);
}

.column-list .slick-next {
  right: -10px;
  background-image: url(../images/common/slick_right_arrow.svg);
}

.topInformation {
  padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
  .topInformation {
    padding-bottom: 60px;
  }
}

.topInformation .toptitle {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .topInformation .toptitle {
    margin-bottom: 20px;
  }
}

.topInformation .toptitle .txt::after {
  content: none;
}

@media screen and (min-width: 992px) {
  .topInformation .toptitle .icon {
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .topInformation .toptitle .icon {
    height: 30px;
  }
}

.topInformation .inner {
  max-width: 1300px;
}

.topInformation .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topInformation .flex {
    grid-template-columns: 57% 1fr;
    gap: 80px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .topInformation .flex {
    gap: 50px;
  }
}

.topInformation .flex .item {
  width: 100%;
}

.topInformation-bnr li + li {
  margin-top: 10px;
}

.topInformation-btn {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .topInformation-btn {
    margin-top: 40px;
  }
}

.topInformation-btn .btn-arrow {
  max-width: inherit;
}

@media screen and (min-width: 992px) {
  .topInformation-btn.sp {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .topInformation-btn.pc {
    display: none !important;
  }
}

.news-list li {
  position: relative;
}

.news-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #003364 0%, #003364 50%, #b59948 100%);
}

.news-list li:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #003364 0%, #003364 50%, #b59948 100%);
}

.news-list li a {
  display: grid;
  padding: 15px 50px 15px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .news-list li a {
    padding: 10px 30px 10px 0;
  }
}

.news-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #003364;
  border-right: 2px solid #003364;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .news-list li a::after {
    right: 0;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}

@media screen and (min-width: 992px) {
  .news-list li a {
    grid-template-columns: 100px 1fr;
    gap: 20px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .news-list li a {
    gap: 5px;
  }
}

.news-list li a .cat {
  display: flex;
  flex-direction: column;
}

.news-list li a .cat span {
  background: #000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px 10px;
  color: #fff;
}

.news-list li a .cat span + span {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .news-list li a .cat span {
    width: 85px;
    font-size: 1.2rem;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.news-list li a .txt {
  position: relative;
}

.news-list li a .txt .date {
  color: #003364;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .news-list li a .txt .date {
    font-size: 1rem;
    position: absolute;
    left: 95px;
    top: -25px;
  }
}

.news-list li a .txt .t {
  color: #003364;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.5;
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .news-list li a .txt .t {
    font-size: 1.5rem;
  }
}

.accessBox {
  padding: 85px 0 0;
}

@media screen and (max-width: 991px) {
  .accessBox {
    padding: 50px 0 0;
  }
}

.accessBox.--index {
  background: #e6e6e6;
  padding: 100px 0 0;
}

@media screen and (max-width: 991px) {
  .accessBox.--index {
    padding: 40px 0 0;
  }
}

.accessBox .toptitle {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .accessBox .toptitle {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .accessBox .toptitle .icon {
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .accessBox .toptitle .icon {
    height: 30px;
  }
}

.accessBox .inner {
  max-width: 1300px;
}

.accessBox .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .accessBox .flex {
    grid-template-columns: 50% 1fr;
    gap: 200px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .accessBox .flex {
    gap: 20px;
  }
}

.accessBox .flex .t1 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  color: #003364;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .accessBox .flex .t1 {
    text-align: center;
    font-size: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .accessBox .flex .txt {
    display: table;
    margin: auto;
  }
}

.accessBox .flex .t2 {
  text-align: left;
  font-weight: 500;
  font-size: 1.6rem;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  .accessBox .flex .t2 {
    font-size: 1.3rem;
  }
}

.accessBox .flex .t3 {
  display: flex;
  padding-top: 10px;
}

.accessBox .flex .t3 > div {
  text-align: left;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .accessBox .flex .t3 > div {
    font-size: 1.3rem;
  }
}

.accessBox .flex .t3 > div + div {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .accessBox .flex .t3 > div + div {
    margin-left: 10px;
  }
}

.accessBox .flex .wbox {
  margin-top: 45px;
  border: 3px solid #003364;
  border-radius: 20px;
  padding: 15px 80px 15px 30px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .accessBox .flex .wbox {
    margin-top: 30px;
    padding: 15px 20px;
    border-width: 2px;
  }
}

.accessBox .flex .wbox dl + dl {
  margin-top: 15px;
}

.accessBox .flex .wbox dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #003364;
  text-align: left;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .accessBox .flex .wbox dl dt {
    font-size: 1.5rem;
  }
}

.accessBox .flex .wbox dl dt::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  margin: auto;
  background: url(../images/common/icon_train_bg.svg) left center no-repeat;
  background-size: contain;
  width: 100%;
  height: 20px;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .accessBox .flex .wbox dl dt::before {
    bottom: 0;
  }
}

.accessBox .flex .wbox dl dd {
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .accessBox .flex .wbox dl dd {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 991px) {
  .accessBox .flex .image {
    width: 50%;
    margin: 0 auto 30px;
  }
}

.accessBox-ttl {
  display: flex;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .accessBox-ttl {
    justify-content: center;
  }
}

.accessBox-ttl span {
  background: #003364;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .accessBox-ttl span {
    font-size: 3rem;
  }
}

.accessBox-ttl span + span {
  margin-left: 5px;
}

.accessBox-map {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .accessBox-map {
    margin-top: 40px;
  }
}

.accessBox-map .gmap {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .accessBox-map .gmap {
    height: 280px;
  }
}

.accessBox-map .gmap iframe {
  width: 100%;
  height: 100%;
}

.accessAbout {
  padding: 120px 0 150px;
}

@media screen and (max-width: 991px) {
  .accessAbout {
    padding: 70px 0 80px;
  }
}

.accessAbout-lead {
  position: relative;
}

@media screen and (min-width: 992px) {
  .accessAbout-lead .image {
    width: calc(50% - 100px);
    width: 44%;
    height: 400px;
  }
  .accessAbout-lead .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .accessAbout-lead .image {
    padding: 0 6%;
  }
}

@media screen and (min-width: 992px) {
  .accessAbout-lead-wrap {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
  }
}

.accessAbout-lead .txt {
  margin: 0 0 0 auto;
  width: 55%;
}

@media screen and (max-width: 1420px) {
  .accessAbout-lead .txt {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .accessAbout-lead .txt {
    padding: 0;
    margin: 20px 0 0 0;
    width: 100%;
  }
}

.accessAbout-lead .txt h3 {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .accessAbout-lead .txt h3 {
    font-size: 2.5rem;
  }
}

.accessAbout-lead .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.accessAbout-map {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .accessAbout-map {
    margin-top: 60px;
  }
}

.bnrArea {
  padding: 85px 0;
  background: rgba(181, 153, 72, 0.2);
}

@media screen and (max-width: 991px) {
  .bnrArea {
    padding: 45px 0;
  }
}

.bnrArea .inner {
  max-width: 1300px;
  width: 100%;
  padding: 0 50px;
}

.bnrArea .flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .bnrArea .flex {
    flex-direction: column;
  }
}

.bnrArea .flex .item + .item {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .bnrArea .flex .item + .item {
    margin: 15px 0 0 0;
  }
}

@media screen and (min-width: 1350px) {
  .bnrArea .flex .item img {
    width: auto;
    max-width: inherit;
  }
}

.topBnr {
  padding: 60px 0 60px;
  position: relative;
  background: url(../images/index/bg_achievement.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .topBnr {
    background-image: url(../images/index/bg_achievement_sp.png);
    padding: 20px 0 25px;
  }
}

.topBnr .js_bnr_slider {
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  position: relative;
  /* 左矢印 */
  /* 右矢印 */
}

.topBnr .js_bnr_slider.slick-initialized {
  opacity: 1;
}

.topBnr .js_bnr_slider .item {
  margin: 0 15px;
}

@media screen and (min-width: 992px) {
  .topBnr .js_bnr_slider .item {
    aspect-ratio: 1120 / 440;
  }
}

@media screen and (max-width: 991px) {
  .topBnr .js_bnr_slider .item {
    aspect-ratio: 681 / 571;
  }
}

.topBnr .js_bnr_slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topBnr .js_bnr_slider .slick-dots {
  padding: 0;
  display: flex !important;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .topBnr .js_bnr_slider .slick-dots {
    margin-top: 20px;
  }
}

.topBnr .js_bnr_slider .slick-dots > li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .topBnr .js_bnr_slider .slick-dots > li {
    margin: 0 7px;
  }
}

.topBnr .js_bnr_slider .slick-dots button {
  padding: 0;
  border: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #4d4d4d;
  color: transparent;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .topBnr .js_bnr_slider .slick-dots button {
    width: 12px;
    height: 12px;
  }
}

.topBnr .js_bnr_slider .slick-dots .slick-active button {
  background-color: #b59948;
}

.topBnr .js_bnr_slider .slick-prev,
.topBnr .js_bnr_slider .slick-next {
  position: absolute;
  z-index: 2;
  width: 40px;
  /* 矢印サイズ */
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
  top: -48px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .topBnr .js_bnr_slider .slick-prev,
  .topBnr .js_bnr_slider .slick-next {
    width: 20px;
    height: 50px;
    top: -32px;
  }
}

.topBnr .js_bnr_slider .slick-prev {
  left: 0;
  background-image: url(../images/common/slick_left_arrow.svg);
}

@media screen and (max-width: 991px) {
  .topBnr .js_bnr_slider .slick-prev {
    left: 5px;
  }
}

.topBnr .js_bnr_slider .slick-next {
  right: 0;
  background-image: url(../images/common/slick_right_arrow.svg);
}

@media screen and (max-width: 991px) {
  .topBnr .js_bnr_slider .slick-next {
    right: 5px;
  }
}

/* FAQ */
.faqBlk {
  padding: 50px 0 150px;
}

@media screen and (max-width: 991px) {
  .faqBlk {
    padding: 25px 0 60px;
  }
}

.faqBlk-item + .faqBlk-item {
  margin-top: 80px;
}

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

.faqBlk-ttl {
  font-size: 3rem;
  font-weight: 700;
  background: #b59948;
  text-align: center;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

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

.faqBlk-list .item + .item {
  margin-top: 20px;
}

.faqBlk-list .item dt {
  position: relative;
  cursor: pointer;
  padding: 15px 50px 15px 70px;
  background: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .faqBlk-list .item dt {
    padding: 12px 35px 12px 40px;
  }
}

.faqBlk-list .item dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  background: url(../images/common/icon_q.svg) left center no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 991px) {
  .faqBlk-list .item dt::before {
    width: 20px;
    height: 20px;
    left: 12px;
  }
}

.faqBlk-list .item dt > span {
  color: #003364;
  font-weight: 700;
  font-size: 2.5rem;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .faqBlk-list .item dt > span {
    font-size: 1.9rem;
  }
}

.faqBlk-list .item dt > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
  width: 2px;
  height: 22px;
  background: #003364;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .faqBlk-list .item dt > span::before {
    height: 16px;
    right: 23px;
  }
}

.faqBlk-list .item dt > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 22px;
  height: 2px;
  background: #003364;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 991px) {
  .faqBlk-list .item dt > span::after {
    width: 16px;
  }
}

.faqBlk-list .item dt.is_open > span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faqBlk-list .item dd {
  position: relative;
}

.faqBlk-list .item dd::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  margin: auto;
  background: url(../images/common/icon_a.svg) left center no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 991px) {
  .faqBlk-list .item dd::before {
    width: 20px;
    height: 20px;
    left: 12px;
  }
}

.faqBlk-list .item dd .js_ac_inner {
  padding: 20px 50px 10px 70px;
}

@media screen and (max-width: 991px) {
  .faqBlk-list .item dd .js_ac_inner {
    padding: 12px 15px 12px 40px;
  }
}

.faqBlk-list .item dd p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

/* 学校案内 */
.aboutMv-image {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .aboutMv-image {
    height: 150px;
  }
}

.aboutMv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutMv-box {
  max-width: 1080px;
  width: 100%;
  margin: -65px auto 0;
  background: #f6f6f6;
  padding: 80px 0 75px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .aboutMv-box {
    margin-top: -30px;
    width: 92%;
    padding: 25px 0 35px;
  }
}

.aboutMv-ttl {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 80px;
  padding: 0 45px;
  color: #003364;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .aboutMv-ttl {
    font-size: 2.5rem;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.aboutMv-lead {
  padding: 0 45px;
}

@media screen and (max-width: 991px) {
  .aboutMv-lead {
    padding: 0 20px;
  }
}

.aboutMv-lead .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .aboutMv-lead .flex {
    grid-template-columns: 450px 1fr;
    gap: 25px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .aboutMv-lead .flex {
    gap: 20px;
  }
}

.aboutMv-lead .flex .item p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .aboutMv-lead .flex .item img {
    width: 90%;
    margin: auto;
    display: block;
  }
}

.aboutMv-lead .btn-arrow {
  margin-top: 65px;
  max-width: 300px;
}

@media screen and (max-width: 991px) {
  .aboutMv-lead .btn-arrow {
    margin-top: 35px;
  }
}

.aboutMv-bottom {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .aboutMv-bottom {
    margin-top: 60px;
  }
}

.aboutMv-bottom .txt {
  padding: 0 45px;
}

@media screen and (max-width: 991px) {
  .aboutMv-bottom .txt {
    padding: 0 20px;
  }
}

.aboutMv-bottom .txt h3 {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  color: #003364;
  padding-top: 35px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .aboutMv-bottom .txt h3 {
    font-size: 2.5rem;
    padding-top: 30px;
    margin-bottom: 25px;
  }
}

.aboutMv-bottom .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.aboutGreeting {
  padding: 120px 0 150px;
}

@media screen and (max-width: 991px) {
  .aboutGreeting {
    padding: 60px 0 80px;
  }
}

.aboutGreeting-lead {
  position: relative;
}

.aboutGreeting-lead::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 40%;
  height: 490px;
  background: rgba(181, 153, 72, 0.2);
}

@media screen and (max-width: 991px) {
  .aboutGreeting-lead::before {
    width: 100%;
    height: 250px;
    top: 150px;
  }
}

.aboutGreeting-lead .inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-lead .inner {
    padding: 0 4%;
  }
}

.aboutGreeting-lead .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .aboutGreeting-lead .flex {
    grid-template-columns: 45% 1fr;
    gap: 35px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .aboutGreeting-lead .flex {
    gap: 20px;
  }
}

.aboutGreeting-lead .flex .item .image {
  width: 70%;
  margin: auto;
}

.aboutGreeting-lead .flex .item p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .aboutGreeting-lead .flex .item p {
    padding: 0 20px;
  }
}

/* 数字で見るメディカルコネクト */
.numbersList {
  padding: 50px 0 150px;
}

@media screen and (max-width: 991px) {
  .numbersList {
    padding: 35px 0 80px;
  }
}

.numbersList .inner {
  max-width: 1100px;
}

.numbersList-ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #003364;
  padding: 60px 0 50px;
}

@media screen and (max-width: 991px) {
  .numbersList-ttl {
    font-size: 2.5rem;
    padding: 50px 0 30px;
  }
}

.numbersList-item {
  background: #f6f6f6;
}

.numbersList-item dl dt {
  font-size: 3rem;
  font-weight: 700;
  background: #003364;
  color: #fff;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .numbersList-item dl dt {
    font-size: 2rem;
  }
}

.numbersList-item dl dt.--bg {
  background: #b59948;
}

.numbersList-item dl dd {
  padding: 60px 30px 40px;
}

@media screen and (max-width: 991px) {
  .numbersList-item dl dd {
    padding: 40px 20px 20px;
  }
}

.numbersList-item dl dd .num {
  text-align: center;
}

.numbersList-item dl dd .num > div {
  display: inline;
  line-height: 100%;
}

.numbersList-item dl dd .num > div b {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16rem;
  font-weight: 700;
  color: #003364;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .numbersList-item dl dd .num > div b {
    font-size: 10rem;
  }
}

.numbersList-item dl dd .num span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 100%;
  font-size: 5rem;
  vertical-align: text-bottom;
  padding-left: 10px;
  font-weight: 700;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .numbersList-item dl dd .num span {
    font-size: 3rem;
    padding-left: 5px;
  }
}

.numbersList-item dl dd .txt {
  max-width: 750px;
  margin: auto;
  padding-top: 15px;
}

.numbersList-item dl dd .txt p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .numbersList-item .btn-arrow {
    max-width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .numbersList-item .btn-arrow {
    margin-top: 25px;
  }
}

.numbersList-item.--data .num, .numbersList-item.--school .num, .numbersList-item.--class .num, .numbersList-item.--support .num {
  position: relative;
}

.numbersList-item.--data .num::after, .numbersList-item.--school .num::after, .numbersList-item.--class .num::after, .numbersList-item.--support .num::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .numbersList-item.--data .num::after, .numbersList-item.--school .num::after, .numbersList-item.--class .num::after, .numbersList-item.--support .num::after {
    bottom: 0;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    right: -10px;
  }
}

.numbersList-item.--data .num::after {
  background-image: url(../images/by_the_numbers/icon_data.svg);
}

.numbersList-item.--school .num::after {
  background-image: url(../images/by_the_numbers/icon_school.svg);
}

.numbersList-item.--class .num::after {
  background-image: url(../images/by_the_numbers/icon_class.svg);
}

.numbersList-item.--support .num::after {
  background-image: url(../images/by_the_numbers/icon_support.svg);
}

.numbersList-item.--support .btn-arrow {
  max-width: 335px;
}

@media screen and (min-width: 992px) {
  .numbersList-item.--support .btn-arrow {
    padding: 0 40px 0 20px;
  }
}

.numbersList .flex {
  display: grid;
  margin-top: 70px;
}

@media screen and (min-width: 992px) {
  .numbersList .flex {
    grid-template-columns: repeat(2, auto);
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .numbersList .flex {
    gap: 40px;
    margin-top: 40px;
  }
}

.numbersList .flex .numbersList-item {
  position: relative;
  padding-bottom: 70px;
}

@media screen and (max-width: 991px) {
  .numbersList .flex .numbersList-item {
    padding-bottom: 0;
  }
}

/* 施設案内 */
.facilitiesMv-image {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .facilitiesMv-image {
    height: 150px;
  }
}

.facilitiesMv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facilitiesMv-box {
  max-width: 1080px;
  width: 100%;
  margin: -150px auto 0;
  background: #f6f6f6;
  padding: 80px 45px 75px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .facilitiesMv-box {
    margin-top: -30px;
    width: 92%;
    padding: 50px 25px 35px;
  }
}

.facilitiesMv .line-ttl {
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .facilitiesMv .line-ttl {
    padding-bottom: 20px;
  }
}

.facilitiesMv-lead .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .facilitiesMv-lead .flex {
    grid-template-columns: 384px 1fr;
    gap: 25px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .facilitiesMv-lead .flex {
    gap: 20px;
  }
}

.facilitiesMv-lead .flex .item > dl > dt {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .facilitiesMv-lead .flex .item > dl > dt {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

.facilitiesMv-lead .flex .item > dl > dd p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

.facilitiesMv-lead .flex .item > dl > dd .time {
  background: #e9e0c7;
  margin-top: 25px;
}

.facilitiesMv-lead .flex .item > dl > dd .time > dl {
  display: flex;
  padding: 5px 0;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .facilitiesMv-lead .flex .item > dl > dd .time > dl {
    flex-direction: column;
    padding: 5px 10px;
  }
}

.facilitiesMv-lead .flex .item > dl > dd .time > dl > dt {
  width: 6em;
  text-align: center;
  position: relative;
  padding: 5px 0;
}

@media screen and (min-width: 992px) {
  .facilitiesMv-lead .flex .item > dl > dd .time > dl > dt {
    border-right: 1px solid #333333;
  }
}

@media screen and (max-width: 991px) {
  .facilitiesMv-lead .flex .item > dl > dd .time > dl > dt {
    width: 100%;
    border-bottom: 1px solid #333;
    padding: 0 0 5px;
  }
}

.facilitiesMv-lead .flex .item > dl > dd .time > dl > dd {
  width: calc(100% - 6em);
  padding: 5px 0 5px 1em;
}

@media screen and (max-width: 991px) {
  .facilitiesMv-lead .flex .item > dl > dd .time > dl > dd {
    width: 100%;
    padding: 5px 0 0 0;
  }
}

@media screen and (min-width: 992px) {
  .facilitiesMv-lead .flex .item > dl > dd .time > dl > dd > span:nth-child(1) {
    padding-right: 1.2em;
    position: relative;
  }
  .facilitiesMv-lead .flex .item > dl > dd .time > dl > dd > span:nth-child(1)::after {
    content: "／";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .facilitiesMv-lead .flex .item > dl > dd .time > dl > dd > span {
    display: block;
    text-align: center;
  }
}

.facilitiesMv-list {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .facilitiesMv-list {
    margin-top: 30px;
  }
}

.facilitiesMv-list .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .facilitiesMv-list .flex {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .facilitiesMv-list .flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.facilitiesMv-list .flex .txt {
  margin-top: 10px;
  position: relative;
  padding: 0 0 0 15px;
  font-size: 2rem;
  font-weight: 700;
  color: #003364;
}

@media screen and (max-width: 1100px) {
  .facilitiesMv-list .flex .txt {
    font-size: 1.8181818181818181vw;
  }
}

@media screen and (max-width: 991px) {
  .facilitiesMv-list .flex .txt {
    font-size: 1.2rem;
    padding: 0 0 0 10px;
  }
}

.facilitiesMv-list .flex .txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 100%;
  background: #b59948;
}

@media screen and (max-width: 991px) {
  .facilitiesMv-list .flex .txt::before {
    width: 3px;
  }
}

.facilitiesGallery {
  padding: 0 0 150px;
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .facilitiesGallery {
    margin-top: 60px;
    padding: 0 0 80px;
  }
}

.facilitiesGallery .js_flow_slider img {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .facilitiesGallery .js_flow_slider img {
    width: 60vw;
  }
}

.facilitiesGallery-list {
  display: grid;
}

@media screen and (min-width: 992px) {
  .facilitiesGallery-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
}

@media screen and (max-width: 991px) {
  .facilitiesGallery-list {
    row-gap: 35px;
    width: 92%;
    margin: auto;
  }
}

.facilitiesGallery-list .txt {
  color: #003364;
  padding-top: 5px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .facilitiesGallery-list .txt {
    font-size: 1.6rem;
  }
}

/* 合格者の声 */
.voiceMv {
  display: flex;
  align-items: center;
  padding: 150px 0;
  position: relative;
  background: url(../images/voice/bg_mv_voice.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .voiceMv {
    padding: 60px 0;
  }
}

.voiceMv .line-ttl {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .voiceMv .line-ttl > span {
    font-size: 3rem;
  }
}

.voiceMv .leadtxt p {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .voiceMv .leadtxt p {
    text-align: left;
  }
}

.voiceArchive {
  padding: 150px 0 100px;
}

@media screen and (max-width: 991px) {
  .voiceArchive {
    padding: 60px 0 60px;
  }
}

.voiceArchive .inner {
  max-width: 1350px;
}

.voiceArchive-bnr {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .voiceArchive-bnr {
    margin-top: 60px;
  }
}

/* 合格者の声（詳細） */
.voiceDetail {
  position: relative;
  padding: 250px 0 200px;
  background: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .voiceDetail {
    padding: 100px 0 100px;
  }
}

.voiceDetail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 450px;
  background: url(../images/voice-detail/bg_mv_voice_detail.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .voiceDetail::after {
    height: 120px;
  }
}

.voiceDetail .inner {
  position: relative;
  z-index: 2;
}

.voiceDetail-mv {
  background: #003364;
  position: relative;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .voiceDetail-mv {
    padding: 20px;
  }
}

.voiceDetail-mv .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .voiceDetail-mv .flex {
    grid-template-columns: 50% 1fr;
    gap: 40px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .voiceDetail-mv .flex {
    gap: 20px;
  }
}

.voiceDetail-mv .flex .image {
  aspect-ratio: 551 / 367;
  overflow: hidden;
}

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

.voiceDetail-mv .flex dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .voiceDetail-mv .flex dl dt {
    font-size: 2.5rem;
  }
}

.voiceDetail-mv .flex dl dd {
  padding-top: 35px;
}

@media screen and (max-width: 991px) {
  .voiceDetail-mv .flex dl dd {
    padding-top: 12px;
  }
}

.voiceDetail-mv .flex dl dd ul li {
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .voiceDetail-mv .flex dl dd ul li {
    font-size: 1.5rem;
  }
}

.voiceDetail-mv .flex dl dd ul li + li {
  margin-top: 3px;
}

.voiceDetail-success {
  position: relative;
  padding: 0 35px 35px 35px;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .voiceDetail-success {
    padding: 0 20px 20px 20px;
    margin-top: 35px;
  }
}

.voiceDetail-success::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 25px);
  background: #efe9d8;
}

@media screen and (max-width: 991px) {
  .voiceDetail-success::after {
    height: calc(100% - 15px);
  }
}

.voiceDetail-success dl {
  z-index: 2;
  position: relative;
}

.voiceDetail-success dl dt {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .voiceDetail-success dl dt {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .voiceDetail-success dl dt > img {
    height: 22px;
  }
}

.voiceDetail-success dl dt > div {
  font-size: 3.5rem;
  font-weight: 700;
  color: #003364;
  padding-top: 15px;
}

@media screen and (max-width: 991px) {
  .voiceDetail-success dl dt > div {
    font-size: 2.5rem;
  }
}

.voiceDetail-success dl dd {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}

.voiceDetail-success dl dd p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}

.voiceDetail-qa {
  margin: 30px 0 70px;
}

@media screen and (max-width: 991px) {
  .voiceDetail-qa {
    margin: 20px 0 30px;
  }
}

.voiceDetail-qa dl {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .voiceDetail-qa dl + dl {
    margin-top: 20px;
  }
}

.voiceDetail-qa dl dt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.6rem;
  font-weight: 700;
  background: #b59948;
  color: #fff;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .voiceDetail-qa dl dt {
    font-size: 2rem;
    padding: 10px 0;
    letter-spacing: -0.03em;
  }
}

.voiceDetail-qa dl dd {
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .voiceDetail-qa dl dd {
    padding: 10px 15px 20px;
  }
}

.voiceDetail-qa dl dd p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.voiceDetail-tutor {
  background: #efe9d8;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .voiceDetail-tutor {
    padding: 25px 15px;
  }
}

.voiceDetail-tutor .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .voiceDetail-tutor .flex {
    grid-template-columns: 150px 1fr;
    gap: 40px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .voiceDetail-tutor .flex {
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .voiceDetail-tutor .flex .item .icon {
    display: block;
    margin: auto;
    width: 120px;
  }
}

.voiceDetail-tutor .flex dl dt {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .voiceDetail-tutor .flex dl dt {
    font-size: 2rem;
    text-align: center;
  }
}

.voiceDetail-tutor .flex dl dd p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

/* 講師紹介（詳細） */
.tutorDetailMv-image {
  height: 570px;
}

@media screen and (max-width: 991px) {
  .tutorDetailMv-image {
    height: 250px;
  }
}

.tutorDetailMv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tutorDetailMv .inner {
  position: relative;
  z-index: 2;
}

.tutorDetailMv .wbox {
  background: #fff;
  margin-top: -160px;
}

@media screen and (max-width: 991px) {
  .tutorDetailMv .wbox {
    width: 80%;
    margin: -140px auto 0;
  }
}

.tutorDetailMv .wbox .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .tutorDetailMv .wbox .flex {
    grid-template-columns: 45% 1fr;
    gap: 0;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .tutorDetailMv .wbox .flex {
    gap: 0;
  }
}

.tutorDetailMv .wbox .flex .image {
  aspect-ratio: 501 / 326;
  position: relative;
}

.tutorDetailMv .wbox .flex .image .txt {
  position: absolute;
  left: 5px;
  bottom: 1px;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 991px) {
  .tutorDetailMv .wbox .flex .image .txt {
    font-size: 2rem;
  }
}

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

.tutorDetailMv .wbox .flex .item:nth-child(2) {
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .tutorDetailMv .wbox .flex .item:nth-child(2) {
    padding: 15px;
  }
}

.tutorDetailMv .wbox .flex .item:nth-child(2) .t1 {
  font-size: 4rem;
  font-weight: 700;
  padding: 8px 30px;
  color: #fff;
  background: #b59948;
  line-height: 1;
  display: table;
}

@media screen and (max-width: 991px) {
  .tutorDetailMv .wbox .flex .item:nth-child(2) .t1 {
    font-size: 2rem;
    padding: 5px 20px;
  }
}

.tutorDetailMv .wbox .flex .item:nth-child(2) .t2 {
  font-size: 5rem;
  font-weight: 700;
  margin: 30px 0 0;
  color: #003364;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .tutorDetailMv .wbox .flex .item:nth-child(2) .t2 {
    font-size: 3rem;
    margin-top: 15px;
  }
}

.tutorDetailMv .wbox .flex .item:nth-child(2) .t3 {
  font-size: 4rem;
  font-weight: 700;
  color: #003364;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .tutorDetailMv .wbox .flex .item:nth-child(2) .t3 {
    font-size: 2rem;
  }
}

.tutorDetailMessage {
  background: rgba(181, 153, 72, 0.1);
  padding: 120px 0 50px;
  margin-top: -70px;
}

@media screen and (max-width: 991px) {
  .tutorDetailMessage {
    margin-top: -100px;
    padding: 150px 0 50px;
  }
}

.tutorDetailMessage .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .tutorDetailMessage .flex {
    grid-template-columns: 380px 1fr;
    gap: 0;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .tutorDetailMessage .flex {
    gap: 25px;
  }
}

@media screen and (min-width: 992px) {
  .tutorDetailMessage .flex .item:nth-child(2) {
    padding-left: 20px;
    border-left: 1px solid #b59948;
  }
}

@media screen and (max-width: 991px) {
  .tutorDetailMessage .flex .item:nth-child(2) {
    border-top: 1px solid #b59948;
    padding-top: 15px;
  }
}

.tutorDetailMessage-ttl {
  display: table;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .tutorDetailMessage-ttl {
    margin: auto;
  }
}

.tutorDetailMessage-ttl .t1 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #b59948;
}

@media screen and (max-width: 991px) {
  .tutorDetailMessage-ttl .t1 {
    font-size: 1.1rem;
  }
}

.tutorDetailMessage-ttl .t2 {
  padding-top: 10px;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  color: #b59948;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .tutorDetailMessage-ttl .t2 {
    font-size: 3rem;
    padding-top: 5px;
  }
}

.tutorDetailMessage .txt {
  padding: 10px 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .tutorDetailMessage .txt {
    padding: 0;
  }
}

.tutorDetailProfile {
  padding: 70px 0 250px;
}

@media screen and (max-width: 991px) {
  .tutorDetailProfile {
    padding: 45px 0 160px;
  }
}

.tutorDetailProfile-ttl {
  text-align: center;
  line-height: 1.4;
}

.tutorDetailProfile-ttl .t1 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #b59948;
}

@media screen and (max-width: 991px) {
  .tutorDetailProfile-ttl .t1 {
    font-size: 1.1rem;
  }
}

.tutorDetailProfile-ttl .t2 {
  padding-top: 10px;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  color: #b59948;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .tutorDetailProfile-ttl .t2 {
    font-size: 3rem;
    padding-top: 5px;
  }
}

.tutorDetailProfile .txt {
  max-width: 800px;
  margin: 35px auto 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .tutorDetailProfile .txt {
    margin: 25px auto 0;
  }
}

.tutorDetailProfile .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.tutorDetailVoice {
  background: #003364;
  padding: 275px 0 180px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .tutorDetailVoice {
    padding: 125px 0 80px;
  }
}

@media screen and (max-width: 991px) {
  .tutorDetailVoice .line-ttl {
    margin-bottom: 40px;
  }
}

.tutorDetailVoice .line-ttl > span {
  color: #fff;
}

.tutorDetailVoice .line-ttl::after {
  background: #fff;
}

.tutorDetailVoice-image {
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: auto;
  aspect-ratio: 1 / 1;
  width: 330px;
  overflow: hidden;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .tutorDetailVoice-image {
    width: 160px;
    top: -80px;
  }
}

.tutorDetailVoice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tutorDetailVoice-item {
  background: #fff;
  max-width: 800px;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
}

.tutorDetailVoice-item + .tutorDetailVoice-item {
  margin-top: 20px;
}

.tutorDetailVoice-item .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .tutorDetailVoice-item .flex {
    grid-template-columns: 118px 1fr;
    gap: 30px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .tutorDetailVoice-item .flex {
    gap: 15px;
  }
}

@media screen and (max-width: 991px) {
  .tutorDetailVoice-item .flex .icon {
    margin: auto;
    display: block;
    width: 70px;
  }
}

.tutorDetailVoice-item .flex .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.tutorDetailNav {
  background: #f2f2f2;
  padding: 85px 0 60px;
}

@media screen and (max-width: 991px) {
  .tutorDetailNav {
    padding: 50px 0 60px;
  }
}

.tutorDetailNav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .tutorDetailNav-links {
    flex-direction: column;
    width: 92%;
    margin: auto;
  }
}

.tutorDetailNav-links > a {
  width: 47%;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .tutorDetailNav-links > a {
    width: 100%;
  }
  .tutorDetailNav-links > a + a {
    margin-top: 20px;
  }
}

.tutorDetailNav-links > a .flex {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 0;
  place-items: center left;
}

.tutorDetailNav-links > a .flex .image {
  aspect-ratio: 501 / 326;
  position: relative;
}

.tutorDetailNav-links > a .flex .image .txt {
  position: absolute;
  left: 5px;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -0.05em;
  bottom: 1px;
}

@media screen and (max-width: 991px) {
  .tutorDetailNav-links > a .flex .image .txt {
    font-size: 1.2rem;
  }
}

.tutorDetailNav-links > a .flex .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tutorDetailNav-links > a .flex .item:nth-child(2) {
  padding: 0 20px;
}

@media screen and (max-width: 991px) {
  .tutorDetailNav-links > a .flex .item:nth-child(2) {
    padding: 0 15px;
  }
}

.tutorDetailNav-links > a .flex .item:nth-child(2) .t1 {
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 20px;
  color: #fff;
  background: #b59948;
  line-height: 1;
  display: table;
}

@media screen and (max-width: 991px) {
  .tutorDetailNav-links > a .flex .item:nth-child(2) .t1 {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}

.tutorDetailNav-links > a .flex .item:nth-child(2) .t2 {
  font-size: 2.7rem;
  font-weight: 700;
  margin: 15px 0 0;
  color: #003364;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .tutorDetailNav-links > a .flex .item:nth-child(2) .t2 {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}

.tutorDetailNav-links > a .flex .item:nth-child(2) .t3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #003364;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .tutorDetailNav-links > a .flex .item:nth-child(2) .t3 {
    font-size: 1.2rem;
  }
}

.tutorDetailNav-btn {
  margin-top: 65px;
}

@media screen and (max-width: 991px) {
  .tutorDetailNav-btn {
    margin-top: 40px;
  }
}

.tutorDetailNav-btn .btn-arrow {
  max-width: 276px;
}

.tutorDetailNav-prev {
  margin: 0 0 0 auto;
}

.tutorDetailNav-next {
  margin: 0 auto 0 0;
}

.featureBlk-lead {
  background: #003364;
  padding: 120px 0 150px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .featureBlk-lead {
    padding: 55px 0 60px;
  }
}

.featureBlk-lead .inner {
  max-width: 1300px;
}

@media screen and (max-width: 991px) {
  .featureBlk-lead .line-ttl {
    margin-bottom: 40px;
  }
}

.featureBlk-lead .line-ttl > span {
  color: #fff;
}

.featureBlk-lead .line-ttl::after {
  background: #fff;
}

.featureBlk-lead .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .featureBlk-lead .flex {
    margin-top: 25px;
  }
}

.featureBlk-lead .flex + .flex {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .featureBlk-lead .flex + .flex {
    margin-top: 25px;
  }
}

.featureBlk-lead .flex.--bnr .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: white;
}

.featureBlk-lead .flex .item {
  max-width: 574px;
  position: relative;
}

.featureBlk-lead .flex .item a {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .featureBlk-lead .flex .item {
    width: 48%;
  }
  .featureBlk-lead .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .featureBlk-lead .flex .item {
    width: 100%;
  }
  .featureBlk-lead .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.featureBlk-list {
  padding: 120px 0 135px;
}

@media screen and (max-width: 991px) {
  .featureBlk-list {
    padding: 60px 0 80px;
  }
}

.featureBlk-list .inner {
  max-width: 1400px;
}

.featureBlk-list .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .featureBlk-list .flex {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .featureBlk-list .flex {
    gap: 50px;
  }
}

.featureBlk-list .flex .item {
  border: 2px solid #10335d;
  position: relative;
  padding: 15px 15px 120px 15px;
}

@media screen and (max-width: 991px) {
  .featureBlk-list .flex .item {
    padding: 15px 15px 100px 15px;
  }
}

.featureBlk-list .flex .item * {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.featureBlk-list .flex .item .icon {
  display: table;
  background: #10335d;
  padding: 7px 50px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .featureBlk-list .flex .item .icon {
    font-size: 2.2rem;
  }
}

.featureBlk-list .flex .item .txt {
  padding-top: 15px;
}

.featureBlk-list .flex .item .txt dl dt {
  line-height: 1.4;
  text-align: center;
}

.featureBlk-list .flex .item .txt dl dt .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #b59948;
}

@media screen and (max-width: 991px) {
  .featureBlk-list .flex .item .txt dl dt .t1 {
    font-size: 1.5rem;
  }
}

.featureBlk-list .flex .item .txt dl dt .t2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #003364;
  padding-top: 2px;
}

@media screen and (max-width: 991px) {
  .featureBlk-list .flex .item .txt dl dt .t2 {
    font-size: 2.2rem;
    padding-top: 5px;
  }
}

.featureBlk-list .flex .item .txt dl dd a {
  width: calc(100% - 30px);
  background: #10335d;
  border: 1px solid #10335d;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .featureBlk-list .flex .item .txt dl dd a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .featureBlk-list .flex .item .txt dl dd a:hover {
    background: #fff;
    color: #10335d;
  }
}

@media screen and (max-width: 991px) {
  .featureBlk-list .flex .item .txt dl dd a {
    font-size: 2.2rem;
    bottom: 20px;
  }
}

.tutorMv {
  background: #f6f6f6;
}

.tutorMv-image {
  height: 500px;
}

@media screen and (min-width: 992px) {
  .tutorMv-image {
    position: relative;
  }
  .tutorMv-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%);
    background: -mozlinear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%);
    background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%);
  }
}

@media screen and (max-width: 991px) {
  .tutorMv-image {
    height: auto;
    width: 100%;
  }
}

.tutorMv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tutorMv-ttl {
  font-size: 5rem;
  font-weight: 700;
  color: #003364;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .tutorMv-ttl {
    font-size: 2.8rem;
    margin-bottom: 25px;
  }
}

.tutorMv-lead p {
  font-size: 2.1rem;
  font-weight: 700;
  color: #b59948;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .tutorMv-lead p {
    font-size: 1.5rem;
  }
}

.tutorMv-movie {
  max-width: 820px;
  margin: auto;
}

.tutorMv-movie .movie-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.tutorMv-movie .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tutorMv-box {
  max-width: 1080px;
  width: 100%;
  margin: -150px auto 0;
  background: #f6f6f6;
  padding: 60px 45px 75px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .tutorMv-box {
    margin-top: 0;
    padding: 15px 15px 35px;
  }
  .tutorMv-box::before {
    content: "";
    position: absolute;
    top: -50px;
    width: 100%;
    left: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%);
    background: -mozlinear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%);
    background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f6f6f6 70%);
  }
}

.tutorList {
  background: #f6f6f6;
  padding: 100px 0 180px;
}

@media screen and (max-width: 991px) {
  .tutorList {
    padding: 60px 0 100px;
  }
}

.tutorList .inner {
  max-width: 1300px;
}

/* コース */
.courseMv-image {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .courseMv-image {
    height: 150px;
  }
}

.courseMv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.courseLead .line-ttl > span b,
.courseClass .line-ttl > span b,
.courseOneday .line-ttl > span b,
.courseFlow .line-ttl > span b,
.courseTimetable .line-ttl > span b,
.courseDormitory .line-ttl > span b {
  color: #b59948;
  font-size: 3.3rem;
}

@media screen and (max-width: 991px) {
  .courseLead .line-ttl > span b,
  .courseClass .line-ttl > span b,
  .courseOneday .line-ttl > span b,
  .courseFlow .line-ttl > span b,
  .courseTimetable .line-ttl > span b,
  .courseDormitory .line-ttl > span b {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .courseLead .line-ttl,
  .courseClass .line-ttl,
  .courseOneday .line-ttl,
  .courseFlow .line-ttl,
  .courseTimetable .line-ttl,
  .courseDormitory .line-ttl {
    margin-bottom: 35px;
  }
  .courseLead .line-ttl > span,
  .courseClass .line-ttl > span,
  .courseOneday .line-ttl > span,
  .courseFlow .line-ttl > span,
  .courseTimetable .line-ttl > span,
  .courseDormitory .line-ttl > span {
    font-size: 2.5rem;
  }
}

.courseTimetable {
  padding: 100px 0 150px;
  background: #f2f2f2;
}

@media screen and (max-width: 991px) {
  .courseTimetable {
    padding: 50px 0 70px;
  }
}

.courseTimetable .line-ttl {
  margin-bottom: 0;
}

.courseTimetable .leadtxt {
  padding: 50px 0 40px;
}

@media screen and (max-width: 991px) {
  .courseTimetable .leadtxt {
    padding: 30px 6% 40px;
  }
}

@media screen and (max-width: 991px) {
  .courseTimetable .inner {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .courseTimetable .tbl-scroll {
    overflow: auto;
    margin-left: 6%;
  }
}

.courseTimetable table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 991px) {
  .courseTimetable table {
    width: 1080px;
  }
}

.courseTimetable table th {
  color: #fff;
  width: calc(100% / 7);
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #fef7f1;
  border-bottom: 1px solid #fef7f1;
  background-color: #094397;
  font-size: 2rem;
}

@media screen and (max-width: 991px) {
  .courseTimetable table th {
    font-size: 1.5rem;
  }
}

.courseTimetable table td {
  border-right: 1px solid #fef7f1;
  border-bottom: 1px solid #fef7f1;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  background: #fff;
  height: 80px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .courseTimetable table td {
    font-size: 1.5rem;
    padding: 5px 0;
    height: 60px;
  }
}

.courseTimetable table td:nth-child(1) {
  background-color: #f5f7f9;
}

.courseLead {
  background: rgba(181, 153, 72, 0.1);
  padding-bottom: 95px;
}

@media screen and (max-width: 991px) {
  .courseLead {
    padding-bottom: 40px;
  }
}

.courseLead-pdca {
  display: flex;
  justify-content: center;
  margin-top: -30px;
}

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

.courseLead-request {
  max-width: 900px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 991px) {
  .courseLead-request {
    margin-bottom: 20px;
  }
}

.courseLead-request dl dt {
  font-size: 3.3rem;
  font-weight: 700;
  color: #003364;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 25px;
  border: 2px solid #003364;
  padding: 5px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .courseLead-request dl dt {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.courseLead-request dl dd ul li {
  background: #f7f8f8;
  padding: 10px 10px;
}

.courseLead-request dl dd ul li + li {
  margin-top: 5px;
}

.courseLead-request dl dd ul li > span {
  position: relative;
  padding-left: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #003364;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  display: block;
}

@media screen and (max-width: 991px) {
  .courseLead-request dl dd ul li > span {
    font-size: 1.7rem;
    padding-left: 35px;
  }
}

.courseLead-request dl dd ul li > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background: url(../images/student/icon_chk.svg) left center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 991px) {
  .courseLead-request dl dd ul li > span::before {
    width: 25px;
    height: 25px;
  }
}

.courseLead-icons p {
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .courseLead-icons p {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 40px;
    line-height: 2;
  }
}

.courseLead-icons ul {
  display: flex;
  justify-content: center;
}

.courseLead-icons ul li + li {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  .courseLead-icons ul li + li {
    margin-left: 10px;
  }
}

.courseLead-needs {
  margin-top: 80px;
  background: #f7f8f8;
  padding: 25px 20px 40px;
}

@media screen and (max-width: 991px) {
  .courseLead-needs {
    margin-top: 40px;
  }
}

.courseLead-needs dt {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .courseLead-needs dt {
    font-size: 2rem;
  }
}

.courseLead-needs ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .courseLead-needs ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .courseLead-needs ul li + li {
    margin-left: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .courseLead-needs ul li + li {
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .courseLead-needs ul li:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 4%;
  }
  .courseLead-needs ul li:nth-child(1) img {
    width: 48%;
  }
  .courseLead-needs ul li:nth-child(2), .courseLead-needs ul li:nth-child(3) {
    width: 48%;
  }
}

.courseLead-items {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .courseLead-items {
    margin-top: 50px;
  }
}

.courseLead-items + .courseLead-flex {
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .courseLead-items + .courseLead-flex {
    margin-top: 50px;
  }
}

.courseLead-items .flex {
  display: flex;
  flex-wrap: wrap;
}

.courseLead-items .flex + .flex {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .courseLead-items .flex + .flex {
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .courseLead-items .flex .item:nth-child(1) {
    width: 51%;
  }
  .courseLead-items .flex .item:nth-child(2) {
    width: 49%;
  }
}

@media screen and (max-width: 991px) {
  .courseLead-items .flex .item {
    width: 100%;
  }
  .courseLead-items .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  .courseLead-items .flex:nth-child(odd) .item:nth-child(1) {
    padding-right: 60px;
  }
}

@media screen and (min-width: 992px) {
  .courseLead-items .flex:nth-child(even) {
    flex-direction: row-reverse;
  }
  .courseLead-items .flex:nth-child(even) .item:nth-child(1) {
    padding-left: 60px;
  }
}

.courseLead-flex {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .courseLead-flex {
    margin-top: 50px;
  }
}

.courseLead-flex .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .courseLead-flex .flex {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
  .courseLead-flex .flex .item {
    padding-top: 10px;
  }
  .courseLead-flex .flex .item:nth-child(odd) {
    padding-right: 20px;
  }
  .courseLead-flex .flex .item:nth-child(even) {
    padding-left: 20px;
    border-left: 1px dashed #003364;
  }
}

@media screen and (max-width: 991px) {
  .courseLead-flex .flex {
    row-gap: 30px;
  }
}

.courseLead-ttl {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .courseLead-ttl {
    margin-bottom: 5px;
  }
}

.courseLead-ttl .t1,
.courseLead-ttl .t2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 1.4;
}

.courseLead-ttl .t1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #b59948;
}

@media screen and (max-width: 991px) {
  .courseLead-ttl .t1 {
    font-size: 1.4rem;
  }
}

.courseLead-ttl .t2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .courseLead-ttl .t2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  .courseLead-ttl .t2.--stxt {
    font-size: 2.4rem;
    letter-spacing: -0.05em;
  }
}

.courseLead-ttl.--icon .txt {
  padding-left: 65px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .courseLead-ttl.--icon .txt {
    padding-left: 55px;
  }
}

.courseLead-ttl.--icon .txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .courseLead-ttl.--icon .txt::before {
    width: 40px;
  }
}

.courseLead-ttl.--icon .txt.--plan::before {
  background-image: url(../images/graduate/icon_plan.svg);
}

.courseLead-ttl.--icon .txt.--do::before {
  background-image: url(../images/graduate/icon_do.svg);
}

.courseLead-ttl.--icon .txt.--check::before {
  background-image: url(../images/graduate/icon_check.svg);
}

.courseLead-ttl.--icon .txt.--action::before {
  background-image: url(../images/graduate/icon_action.svg);
}

.courseLead-txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.courseLead-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .courseLead-btn {
    margin-top: 25px;
  }
}

.courseLead-btn .btn-arrow {
  display: grid;
  place-items: center;
  max-width: inherit;
}

.courseLead-point {
  padding: 15px 125px 15px 0;
  background: #b59948;
  margin: 50px auto 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .courseLead-point {
    padding: 15px;
    margin-top: 50px;
  }
}

.courseLead-point::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 127px;
  height: 135px;
  background: url(../images/school/icon_support01.svg) left bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .courseLead-point::after {
    content: none;
  }
}

.courseLead-point dl {
  display: grid;
}

@media screen and (min-width: 992px) {
  .courseLead-point dl {
    grid-template-columns: 150px 1fr;
    gap: 0;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .courseLead-point dl {
    gap: 20px;
  }
}

.courseLead-point dl dt {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .courseLead-point dl dt {
    border-right: 1px solid #fff;
  }
}

@media screen and (max-width: 991px) {
  .courseLead-point dl dt {
    font-size: 2rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    position: relative;
  }
  .courseLead-point dl dt::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    margin: auto;
    width: 90px;
    height: 96px;
    background: url(../images/school/icon_support01.svg) left bottom no-repeat;
    background-size: contain;
  }
}

.courseLead-point dl dd {
  padding-left: 15px;
}

@media screen and (max-width: 991px) {
  .courseLead-point dl dd {
    padding-left: 0;
  }
}

.courseLead-point dl dd p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .courseLead-point dl dd p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.courseLead-bnr {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .courseLead-bnr {
    margin-top: 40px;
  }
}

.courseLead .wbox {
  max-width: 1080px;
  width: 100%;
  margin: -150px auto 0;
  background: #fff;
  padding: 80px 45px 75px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .courseLead .wbox {
    margin-top: -30px;
    width: 100%;
    padding: 30px 15px 35px;
  }
}

@media screen and (max-width: 991px) {
  .courseLead .inner {
    padding: 0 3%;
  }
}

.courseClass {
  padding: 100px 0 150px;
}

@media screen and (max-width: 991px) {
  .courseClass {
    padding: 50px 0 70px;
  }
}

.courseClass .line-ttl {
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .courseClass .line-ttl {
    margin-bottom: 35px;
  }
}

.courseClass-list dl + dl {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .courseClass-list dl + dl {
    margin-top: 25px;
  }
}

.courseClass-list dl dt {
  position: relative;
  cursor: pointer;
  padding: 5px 0 5px 0;
  background: #b59948;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .courseClass-list dl dt {
    min-height: 55px;
  }
}

.courseClass-list dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: url(../images/graduate/arrow_b.svg) left center no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 991px) {
  .courseClass-list dl dt::after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

.courseClass-list dl dt .t1 {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  background: #003364;
  display: table;
  margin: auto;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  font-size: 2.1rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .courseClass-list dl dt .t1 {
    font-size: 1.1rem;
    left: 8px;
    padding: 5px;
  }
}

.courseClass-list dl dt .t2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .courseClass-list dl dt .t2 {
    font-size: 1.7rem;
    padding-left: 10px;
    letter-spacing: -0.01em;
  }
}

.courseClass-list dl dd .js_ac_inner {
  padding: 30px 70px;
  background: #e6e6e6;
}

@media screen and (max-width: 991px) {
  .courseClass-list dl dd .js_ac_inner {
    padding: 15px 15px 20px;
  }
}

.courseClass-list dl dd .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .courseClass-list dl dd .flex {
    grid-template-columns: 135px 1fr;
    gap: 25px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .courseClass-list dl dd .flex {
    gap: 10px;
  }
}

.courseClass-list dl dd .flex + .flex {
  margin-top: 30px;
}

.courseClass-list dl dd .flex .item {
  width: 100%;
}

.courseClass-list dl dd .flex .item .t1 {
  background: #003364;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  min-height: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .courseClass-list dl dd .flex .item .t1 {
    font-size: 1.5rem;
    min-height: 35px;
  }
}

.courseClass-list dl dd .flex .item .t2 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .courseClass-list dl dd .flex .item .t2 {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
  }
}

.courseClass-list dl dd .flex .item .t2 + .t3 {
  margin-top: 10px;
}

.courseClass-list dl dd .flex .item .t3 {
  line-height: 1.8;
  font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
  .courseClass-list dl dd .flex .item .t3 {
    font-size: 1.2rem;
  }
}

.courseOneday {
  padding: 300px 0 150px;
  background: url(../images/graduate/mv_oneday.png) center top no-repeat;
  background-size: 100%;
  background-color: rgba(181, 153, 72, 0.1);
}

@media screen and (max-width: 991px) {
  .courseOneday {
    padding: 80px 0 60px;
  }
}

.courseOneday .line-ttl {
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .courseOneday .line-ttl {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 991px) {
  .courseOneday .inner {
    padding: 0;
  }
}

.courseOneday-movie {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .courseOneday-movie {
    padding: 0 6%;
  }
}

.courseOneday-movie .movie-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.courseOneday-movie .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.courseOneday-timetable {
  max-width: 1000px;
  margin: 120px auto 0;
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 991px) {
  .courseOneday-timetable {
    padding: 20px 0 40px 6%;
    margin-top: 50px;
  }
}

.courseOneday-timetable dl dt {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: #b59948;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .courseOneday-timetable dl dt {
    margin-right: 6%;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  .courseOneday-timetable dl dd .image {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .courseOneday-timetable dl dd .image {
    padding-right: 6%;
  }
  .courseOneday-timetable dl dd .image .scroll-hint-icon {
    height: auto;
  }
  .courseOneday-timetable dl dd .image .scroll-hint-text {
    line-height: 1;
  }
}

.courseOneday-timetable dl dd .image img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .courseOneday-timetable dl dd .image img {
    width: 700px;
    max-width: none;
    /* 親幅に収まらないように */
    display: block;
  }
}

.courseFlow {
  padding: 100px 0 150px;
}

@media screen and (max-width: 991px) {
  .courseFlow {
    padding: 50px 0 70px;
  }
}

.courseFlow-list {
  max-width: 1000px;
  margin: auto;
}

.courseFlow-item {
  background-color: rgba(181, 153, 72, 0.1);
  padding: 20px 20px 25px;
}

@media screen and (max-width: 991px) {
  .courseFlow-item {
    padding: 15px 15px 20px;
  }
}

.courseFlow-item:not(:last-child) {
  position: relative;
  margin-bottom: 30px;
}

.courseFlow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/graduate/arrow_step.png) left bottom no-repeat;
  background-size: contain;
  width: 85px;
  height: 100%;
  pointer-events: none;
}

.courseFlow-item p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}

.courseFlow-item .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .courseFlow-item .flex {
    grid-template-columns: 24% 1fr;
    gap: 20px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .courseFlow-item .flex {
    gap: 20px;
  }
}

.courseFlow-item .flex .item dl dt {
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .courseFlow-item .flex .item dl dt {
    margin-bottom: 5px;
  }
}

.courseFlow-item .flex .item dl dt .t1 {
  font-size: 3rem;
  font-weight: 700;
  color: #b59948;
  line-height: 1.5;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .courseFlow-item .flex .item dl dt .t1 {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
  }
}

.courseFlow-item .flex .item dl dt .t2 {
  padding-left: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: #003364;
  line-height: 1.5;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .courseFlow-item .flex .item dl dt .t2 {
    font-size: 2.5rem;
    padding-left: 15px;
    letter-spacing: -0.02em;
  }
}

.courseFlow-item .wbox {
  margin-top: 30px;
  background: #fff;
  padding: 15px 15px 20px;
}

@media screen and (max-width: 991px) {
  .courseFlow-item .wbox {
    margin-top: 20px;
  }
}

.courseFlow-item .wbox .t1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #003364;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .courseFlow-item .wbox .t1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .courseFlow.--individual .flex01 {
    display: grid;
    grid-template-columns: 28% 1fr;
    gap: 15px;
  }
}

.courseFlow.--individual .flex01 .item {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex01 .item + .item {
    margin-top: 10px;
  }
}

.courseFlow.--individual .flex01 .item dl {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex01 .item dl {
    display: flex;
  }
}

.courseFlow.--individual .flex01 .item dl dt {
  font-size: 3.5rem;
  font-weight: 700;
  padding: 5px;
  background: #003364;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.courseFlow.--individual .flex01 .item dl dt span {
  color: #fff;
  font-size: 3.5rem;
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex01 .item dl dt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 40px;
    height: auto;
    font-size: 1.9rem;
  }
  .courseFlow.--individual .flex01 .item dl dt span {
    writing-mode: horizontal-tb;
    font-size: 1.9rem;
    line-height: 1;
    padding-top: 5px;
  }
}

@media screen and (min-width: 992px) {
  .courseFlow.--individual .flex01 .item dl dd {
    height: calc(100% - 55px);
  }
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex01 .item dl dd {
    width: calc(100% - 40px);
  }
}

.courseFlow.--individual .flex01 .item dl dd .image {
  position: relative;
}

.courseFlow.--individual .flex01 .item dl dd .image .t1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px;
  background: rgba(0, 51, 100, 0.7);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex01 .item dl dd .image .t1 {
    font-size: 1.2rem;
    padding: 8px;
  }
}

.courseFlow.--individual .flex01 .item dl dd ul {
  display: grid;
  padding-top: 10px;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .courseFlow.--individual .flex01 .item dl dd ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex01 .item dl dd ul {
    gap: 5px;
    padding-top: 0;
    padding-left: 5px;
  }
}

.courseFlow.--individual .flex01 .item dl dd ul li {
  height: 100%;
  width: 100%;
  border: 2px solid #b59948;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex01 .item dl dd ul li {
    align-items: flex-start;
    padding: 15px 10px;
  }
}

.courseFlow.--individual .flex01 .item dl dd ul li .t1 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #003364;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex01 .item dl dd ul li .t1 {
    font-size: 1.6rem;
    text-align: left;
  }
}

.courseFlow.--individual .flex01 .item dl dd ul li .t2 {
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex01 .item dl dd ul li .t2 {
    font-size: 1.3rem;
    height: auto;
  }
}

.courseFlow.--individual .flex02 {
  margin-top: 50px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex02 {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 992px) {
  .courseFlow.--individual .flex02 .item:nth-child(1) {
    width: 55%;
  }
  .courseFlow.--individual .flex02 .item:nth-child(2) {
    width: 45%;
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex02 .item {
    width: 100%;
  }
  .courseFlow.--individual .flex02 .item + .item {
    margin-bottom: 20px;
  }
}

.courseFlow.--individual .flex02 dl dt {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .courseFlow.--individual .flex02 dl dt {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

.courseFlow.--individual .flex02 dl dd p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.courseScholarship {
  background: #003364;
  position: relative;
}

.courseScholarship .inner {
  max-width: 1700px;
}

.courseScholarship-wrap {
  width: 50%;
  padding: 30px 100px 50px 0;
}

@media screen and (max-width: 991px) {
  .courseScholarship-wrap {
    width: 100%;
    padding: 35px 0 50px;
  }
}

.courseScholarship-wrap dl {
  margin-top: 30px;
}

.courseScholarship-wrap dl dt {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .courseScholarship-wrap dl dt {
    font-size: 2rem;
  }
}

.courseScholarship-wrap .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}

.courseScholarship-wrap .txt p + p {
  margin-top: 25px;
}

.courseScholarship-ttl {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .courseScholarship-ttl {
    margin-bottom: 15px;
  }
}

.courseScholarship-ttl .t1 {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 700;
  color: #b59948;
  line-height: 1.4;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .courseScholarship-ttl .t1 {
    font-size: 1.7rem;
  }
}

.courseScholarship-ttl .t2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .courseScholarship-ttl .t2 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .courseScholarship-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
  }
  .courseScholarship-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.courseDormitory {
  padding: 100px 0 150px;
}

@media screen and (max-width: 991px) {
  .courseDormitory {
    padding: 60px 0 70px;
  }
}

.courseDormitory .line-ttl {
  margin-bottom: 0;
}

.courseDormitory .leadtxt {
  padding: 60px 0 80px;
}

@media screen and (max-width: 991px) {
  .courseDormitory .leadtxt {
    padding: 30px 0 40px;
  }
}

.courseDormitory .leadtxt p {
  text-align: left;
}

.courseDormitory-item {
  padding: 35px;
  background: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .courseDormitory-item {
    padding: 20px 15px;
  }
}

.courseDormitory-item + .courseDormitory-item {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .courseDormitory-item + .courseDormitory-item {
    margin-top: 30px;
  }
}

.courseDormitory-item .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .courseDormitory-item .flex {
    grid-template-columns: 45% 1fr;
    gap: 40px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .courseDormitory-item .flex {
    gap: 20px;
  }
}

.courseDormitory-item .flex .item > img + img {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .courseDormitory-item .flex .item > img + .txt {
    margin-top: 15px;
  }
}

.courseDormitory-item .wbox {
  background: #fff;
  padding: 10px 15px;
}

@media screen and (max-width: 991px) {
  .courseDormitory-item .wbox {
    margin: 15px 0;
  }
}

.courseDormitory-item .wbox + .txt {
  margin-top: 20px;
}

.courseDormitory-item .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.courseDormitory-tags {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .courseDormitory-tags {
    margin-bottom: 10px;
  }
}

.courseDormitory-tags span {
  background: #003364;
  padding: 5px 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .courseDormitory-tags span {
    font-size: 1.1rem;
    padding: 5px 15px;
  }
}

.courseDormitory-tags span + span {
  margin-left: 10px;
}

.courseDormitory-ttl {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #003364;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

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

.courseDormitory-ttl > span {
  color: #003364;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .courseDormitory-ttl > span {
    font-size: 1.5rem;
    display: block;
  }
}

/* 特長 */
.featureMv-image {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .featureMv-image {
    height: 150px;
  }
}

.featureMv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featureClassLead,
.featureProLead {
  background: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .featureClassLead,
  .featureProLead {
    padding-bottom: 40px;
  }
}

.featureClassLead .wbox,
.featureProLead .wbox {
  max-width: 1080px;
  width: 100%;
  margin: -150px auto 0;
  background: #fff;
  padding: 80px 45px 75px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .featureClassLead .wbox,
  .featureProLead .wbox {
    margin-top: -30px;
    width: 100%;
    padding: 30px 15px 35px;
  }
}

@media screen and (max-width: 991px) {
  .featureClassLead .wbox .line-ttl,
  .featureProLead .wbox .line-ttl {
    margin-bottom: 35px;
  }
  .featureClassLead .wbox .line-ttl > span,
  .featureProLead .wbox .line-ttl > span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .featureClassLead .inner,
  .featureProLead .inner {
    padding: 0 3%;
  }
}

.featureClassLead .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.featureClassLead-image .txt {
  margin-top: 20px;
}

.featureClassLead-bottom {
  margin-top: 100px;
}

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

.featureClassLead-bottom h2 {
  font-size: 5rem;
  font-weight: 700;
  color: #003364;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .featureClassLead-bottom h2 {
    font-size: 3rem;
  }
}

.featureClassLead-bottom .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.featureClassLead-bottom .flex .item {
  background: #003364;
  padding: 20px 25px 25px;
}

@media screen and (min-width: 992px) {
  .featureClassLead-bottom .flex .item {
    width: 48%;
  }
  .featureClassLead-bottom .flex .item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 991px) {
  .featureClassLead-bottom .flex .item {
    width: 100%;
  }
  .featureClassLead-bottom .flex .item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.featureClassLead-bottom .flex .item dl dt {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .featureClassLead-bottom .flex .item dl dt {
    margin-bottom: 15px;
  }
}

.featureClassLead-bottom .flex .item dl dt > div {
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.featureClassLead-bottom .flex .item dl dt > div.t1 {
  font-size: 3rem;
}

@media screen and (max-width: 991px) {
  .featureClassLead-bottom .flex .item dl dt > div.t1 {
    font-size: 1.5rem;
  }
}

.featureClassLead-bottom .flex .item dl dt > div.t2 {
  font-size: 4rem;
}

@media screen and (max-width: 991px) {
  .featureClassLead-bottom .flex .item dl dt > div.t2 {
    font-size: 2rem;
  }
}

.featureClassLead-bottom .flex .item dl dd .txt {
  margin-top: 15px;
}

.featureClassLead-bottom .flex .item dl dd .txt p {
  color: #fff;
}

.featureClassCurriculum {
  background: #efe9d8;
  padding: 75px 0 100px;
}

@media screen and (max-width: 991px) {
  .featureClassCurriculum {
    padding: 50px 0 50px;
  }
}

.featureClassCurriculum .inner {
  max-width: 1500px;
}

.featureClassCurriculum .line-ttl {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .featureClassCurriculum .line-ttl {
    margin-bottom: 35px;
  }
  .featureClassCurriculum .line-ttl > span {
    font-size: 3rem;
  }
}

.featureClassCurriculum-lead {
  display: table;
  margin: auto;
}

.featureClassCurriculum-lead p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.featureClassCurriculum .flex {
  display: grid;
  margin-top: 60px;
}

@media screen and (min-width: 992px) {
  .featureClassCurriculum .flex {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .featureClassCurriculum .flex {
    gap: 20px;
    margin-top: 35px;
  }
}

.featureClassCurriculum .flex .item {
  background: #fff;
  border: 2px solid #003364;
  position: relative;
}

@media screen and (min-width: 992px) {
  .featureClassCurriculum .flex .item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -22px;
    margin: auto;
    background: url(../images/class/arrow_right.png) left center no-repeat;
    background-size: contain;
    width: 39px;
    height: 72px;
  }
}

@media screen and (max-width: 991px) {
  .featureClassCurriculum .flex .item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/class/arrow_bottom.png) left center no-repeat;
    background-size: contain;
    width: 60px;
    height: 32px;
  }
}

.featureClassCurriculum .flex .item dl dt {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 5px;
  background: #10335d;
  border-bottom: 1px solid #003364;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .featureClassCurriculum .flex .item dl dt {
    font-size: 2rem;
  }
}

.featureClassCurriculum .flex .item dl dd {
  padding: 15px;
}

.featureClassCurriculum .flex .item dl dd .t1 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003364;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .featureClassCurriculum .flex .item dl dd .t1 {
    font-size: 2rem;
  }
}

.featureClassCurriculum .flex .item dl dd .t2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003364;
  text-align: center;
}

.featureClassCurriculum .flex .item dl dd p {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .featureClassCurriculum .flex .item dl dd p {
    font-size: 1.2rem;
  }
}

.featureProLead {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .featureProLead {
    padding-bottom: 50px;
  }
}

.featureProLead .txt p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.featureProLead-image img {
  display: block;
  margin: auto;
}

.featureProLead-image dl {
  padding-top: 50px;
}

.featureProLead-image dl dt {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #003364;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .featureProLead-image dl dt {
    font-size: 3rem;
  }
}

.featureProLead-percent {
  margin-top: 80px;
  background: #f6f6f6;
  padding: 20px 50px;
}

@media screen and (max-width: 991px) {
  .featureProLead-percent {
    padding: 0;
    background: none;
    margin-top: 40px;
  }
}

.featureProLead-percent .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .featureProLead-percent .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .featureProLead-percent .flex {
    gap: 20px;
  }
}

@media screen and (min-width: 992px) {
  .featureProLead-percent .flex .item:nth-child(1) {
    margin-right: 50px;
  }
}

@media screen and (min-width: 992px) {
  .featureProLead-percent .flex .item img {
    max-width: 250px;
  }
}

@media screen and (max-width: 991px) {
  .featureProLead-percent .flex .item img {
    width: 60%;
    display: block;
    margin: auto;
  }
}

.featureProLead-percent .flex .item p {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .featureProLead-percent .flex .item p {
    text-align: center;
    font-size: 2.6rem;
  }
}

.featureProLead-percent .flex .item .caution {
  padding-top: 15px;
  color: #003364;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .featureProLead-percent .flex .item .caution {
    text-align: center;
    font-size: 1rem;
  }
}

.featureProLead-list {
  margin-top: 50px;
}

@media screen and (min-width: 992px) {
  .featureProLead-list .flex {
    display: grid;
    grid-template-columns: 1fr 35%;
    gap: 20px;
    place-items: start left;
  }
  .featureProLead-list .flex .item:nth-child(1) {
    padding-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .featureProLead-list .flex {
    position: relative;
  }
  .featureProLead-list .flex .item:nth-child(1) {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .featureProLead-list .flex .item:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .featureProLead-item {
    padding: 0 3%;
  }
}

.featureProLead-item + .featureProLead-item {
  margin-top: 40px;
}

.featureProLead-item dl dt {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  background: #003364;
  text-align: center;
  border-radius: 50px;
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .featureProLead-item dl dt {
    font-size: 1.7rem;
    padding: 8px;
  }
}

.featureProLead-item dl dd .txt {
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .featureProLead-item dl dd .txt p {
    font-size: 1.6rem;
  }
}

.featureProLead-item dl dd ul li {
  position: relative;
  padding: 8px 8px 8px 60px;
  background: #e9e0c7;
  font-size: 2.5rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .featureProLead-item dl dd ul li {
    font-size: 1.5rem;
    padding-left: 40px;
  }
}

.featureProLead-item dl dd ul li + li {
  margin-top: 10px;
}

.featureProLead-item dl dd ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 38px;
  height: 20px;
  background: url(../images/pro/icon_chk.svg) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .featureProLead-item dl dd ul li::before {
    width: 25px;
    height: 13px;
    left: 10px;
  }
}

.featureProLead-support {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .featureProLead-support {
    padding: 0 3%;
    margin-top: 50px;
  }
}

.featureIndexMv {
  position: relative;
  background: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .featureIndexMv {
    padding: 20px 0 50px;
  }
}

.featureIndexMv-image {
  height: 550px;
  clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
}

@media screen and (max-width: 991px) {
  .featureIndexMv-image {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    clip-path: polygon(100% 1%, 100% 95%, 50% 100%, 0 95%, 0 0);
  }
}

.featureIndexMv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .featureIndexMv-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .featureIndexMv-main {
    position: relative;
    z-index: 1;
  }
}

.featureIndexMv-main .icon {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .featureIndexMv-main .icon {
    width: 150px;
  }
}

.featureIndexMv-main .txt {
  padding: 25px 30px 0;
}

@media screen and (max-width: 991px) {
  .featureIndexMv-main .txt {
    padding: 20px 6% 0;
  }
}

.featureIndexMv-main .txt p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .featureIndexMv-main .txt p {
    text-align: left;
  }
}

.featureReason {
  background: #f6f6f6;
  padding: 100px 0 180px;
}

@media screen and (max-width: 991px) {
  .featureReason {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 991px) {
  .featureReason .line-ttl {
    margin-bottom: 35px;
  }
}

.featureReason-image {
  display: flex;
  justify-content: center;
}

.bottomNav {
  margin-top: 75px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .bottomNav {
    padding-bottom: 80px;
    margin-top: 40px;
  }
}

.bottomNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottomNav ul li a {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #003364;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 991px) {
  .bottomNav ul li a {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .bottomNav ul li a:hover {
    text-decoration: underline;
  }
}

.bottomNav ul li.prev a {
  padding-left: 25px;
}

.bottomNav ul li.prev a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #003364;
  border-right: 1px solid #003364;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.bottomNav ul li.next a {
  padding-right: 25px;
}

.bottomNav ul li.next a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #003364;
  border-right: 1px solid #003364;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bottomNav-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #003364;
  color: #003364;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1.4;
  padding: 10px 35px;
  margin: auto;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .bottomNav-list a {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
  .bottomNav-list a:hover {
    background: #003364;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .bottomNav-list a {
    font-size: 2rem;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.tutorItems {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  /* 左矢印 */
  /* 右矢印 */
}

.tutorItems::after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.tutorItems .slick-prev,
.tutorItems .slick-next {
  position: absolute;
  z-index: 2;
  width: 20px;
  /* 矢印サイズ */
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  padding: 0;
  color: transparent;
  border: none;
  outline: none;
}

.tutorItems .slick-prev {
  left: -10px;
  background-image: url(../images/common/slick_left_arrow.svg);
}

.tutorItems .slick-next {
  right: -10px;
  background-image: url(../images/common/slick_right_arrow.svg);
}

.tutorItems .item {
  position: relative;
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .tutorItems .item {
    width: 31.5%;
  }
  .tutorItems .item:nth-child(n + 4) {
    margin-top: 65px;
  }
}

@media screen and (max-width: 991px) {
  .tutorItems .item {
    padding: 0 0 50px;
    margin: 0 25px;
  }
  .tutorItems .item + .item {
    margin-top: 50px;
  }
}

.tutorItems .item .image {
  position: relative;
  aspect-ratio: 376 / 245;
}

.tutorItems .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tutorItems .item .image .txt {
  position: absolute;
  left: 5px;
  bottom: 1px;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1350px) and (min-width: 992px) {
  .tutorItems .item .image .txt {
    font-size: 2.2222222222222223vw;
  }
}

@media screen and (max-width: 991px) {
  .tutorItems .item .image .txt {
    font-size: 2rem;
  }
}

.tutorItems .item dl {
  padding-top: 12px;
}

.tutorItems .item dl dt {
  display: grid;
  line-height: 1.6;
  grid-template-columns: 65px 1fr;
  gap: 20px;
  place-items: center left;
}

@media screen and (max-width: 991px) {
  .tutorItems .item dl dt {
    gap: 20px;
  }
}

.tutorItems .item dl dt .t1 {
  font-size: 1.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  background: #b59948;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .tutorItems .item dl dt .t1 {
    font-size: 1.5rem;
  }
}

.tutorItems .item dl dt .t2 {
  font-size: 3rem;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .tutorItems .item dl dt .t2 {
    font-size: 2.6rem;
  }
}

.tutorItems .item dl dd {
  text-align: left;
  padding-top: 5px;
}

.tutorItems .item dl dd p {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .tutorItems .item dl dd p {
    font-size: 1.2rem;
  }
}

.tutorItems .item .readmore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}

.tutorItems .item .readmore a,
.tutorItems .item .readmore div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003364;
  font-size: 2rem;
  font-weight: 500;
  color: #003364;
  width: 175px;
  height: 35px;
}

@media screen and (min-width: 992px) {
  .tutorItems .item .readmore a,
  .tutorItems .item .readmore div {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media screen and (max-width: 991px) {
  .tutorItems .item .readmore a,
  .tutorItems .item .readmore div {
    font-size: 1.5rem;
    height: 30px;
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 992px) {
  .tutorItems .item:hover .readmore div {
    color: #fff;
    background: #003364;
  }
}

.archive-pager {
  position: relative;
  padding-top: 25px;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .archive-pager {
    margin-top: 60px;
    padding-top: 20px;
  }
}

.archive-pager::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #003364 0%, #003364 50%, #b59948 100%);
}

@media screen and (max-width: 991px) {
  .archive-pager::before {
    height: 1px;
  }
}

.archive-pager .pagination {
  margin: 0 0 0 auto;
  justify-content: flex-end;
}

.archive-pager .pagination ul {
  display: flex;
}

.archive-pager .pagination ul li {
  padding: 0;
}

.archive-pager .pagination ul li + li {
  margin-left: 5px;
}

.archive-pager .pagination ul li .page-numbers {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  border-color: #003364;
  background: #003364;
}

@media screen and (max-width: 991px) {
  .archive-pager .pagination ul li .page-numbers {
    font-size: 2.3rem;
    width: 32px;
    height: 32px;
  }
}

/* 合格実績 */
.resultBlk {
  position: relative;
  padding: 250px 0 200px;
  background: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .resultBlk {
    padding: 100px 0 100px;
  }
}

.resultBlk::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 450px;
  background: url(../images/voice/bg_mv_voice.png) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .resultBlk::after {
    height: 120px;
  }
}

.resultBlk .inner {
  position: relative;
  z-index: 2;
}

.resultBlk .wbox {
  background: #fff;
  position: relative;
  padding: 120px 50px 100px;
}

@media screen and (max-width: 991px) {
  .resultBlk .wbox {
    padding: 110px 15px 50px;
  }
}

.resultBlk-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -180px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .resultBlk-icon {
    top: -50px;
  }
}

.resultBlk-icon img {
  width: 300px;
  display: block;
}

@media screen and (max-width: 991px) {
  .resultBlk-icon img {
    width: 150px;
  }
}

.resultBlk-ttl {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: #003364;
  letter-spacing: -0.05em;
  margin-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .resultBlk-ttl {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}

.resultBlk-lead {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .resultBlk-lead {
    margin-bottom: 50px;
  }
}

.resultBlk-lead h3 {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .resultBlk-lead h3 {
    margin-bottom: 45px;
  }
}

.resultBlk-lead h3 > span {
  font-size: 6.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  position: relative;
}

@media screen and (max-width: 991px) {
  .resultBlk-lead h3 > span {
    font-size: 2.6rem;
    padding-bottom: 5px;
  }
}

.resultBlk-lead h3 > span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #003364 0%, #003364 50%, #b59948 100%);
}

.resultBlk-lead-item {
  display: flex;
  justify-content: center;
}

.resultBlk-lead-item + .resultBlk-lead-item {
  padding-top: 135px;
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item + .resultBlk-lead-item {
    padding-top: 40px;
  }
}

.resultBlk-lead-item + .resultBlk-lead-item.--col2 {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item + .resultBlk-lead-item.--col2 {
    padding-top: 25px;
  }
}

.resultBlk-lead-item + .resultBlk-lead-item.--col2 .txt .t1 {
  padding-bottom: 0;
}

.resultBlk-lead-item .txt {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 0 85px;
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item .txt {
    padding: 0 30px;
  }
}

.resultBlk-lead-item .txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 73px;
  height: 117px;
  background: url(../images/common/bg_result_left.png) left bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item .txt::before {
    width: 25px;
    height: 40px;
  }
}

.resultBlk-lead-item .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 73px;
  height: 117px;
  background: url(../images/common/bg_result_right.png) right bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item .txt::after {
    width: 25px;
    height: 40px;
  }
}

.resultBlk-lead-item .txt .t1 {
  line-height: 100%;
  line-height: 1.1;
  font-size: 6.7rem;
  font-weight: 700;
  width: 500px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .resultBlk-lead-item .txt .t1 {
    font-size: 5.923076923076923vw;
  }
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
  .resultBlk-lead-item .txt .t1 {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item .txt .t1 {
    font-size: 2.5rem;
    width: 6em;
  }
}

.resultBlk-lead-item .txt .t2 {
  width: calc(100% - 500px);
  padding-left: 0;
  font-weight: 700;
  display: inline;
  line-height: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
  .resultBlk-lead-item .txt .t2 {
    width: calc(100% - 450px);
  }
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item .txt .t2 {
    width: auto;
    padding-left: 10px;
  }
}

.resultBlk-lead-item .txt .t2 > div {
  display: inline;
  line-height: 100%;
}

.resultBlk-lead-item .txt .t2 b {
  font-size: 20rem;
  font-style: italic;
  color: #c1272d;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .resultBlk-lead-item .txt .t2 b {
    font-size: 16.923076923076923vw;
  }
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item .txt .t2 b {
    font-size: 7rem;
  }
}

.resultBlk-lead-item .txt .t2 span {
  font-size: 8.5rem;
  line-height: 100%;
  vertical-align: text-bottom;
  padding-left: 20px;
}

@media screen and (max-width: 1300px) and (min-width: 992px) {
  .resultBlk-lead-item .txt .t2 span {
    font-size: 7.307692307692308vw;
  }
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item .txt .t2 span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .resultBlk-lead-item .txt .t2 span {
    padding-left: 10px;
  }
}

.resultBlk-num + .resultBlk-num {
  margin-top: 75px;
}

@media screen and (max-width: 991px) {
  .resultBlk-num + .resultBlk-num {
    margin-top: 55px;
  }
}

.resultBlk-num dl dt {
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  background: #b59948;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .resultBlk-num dl dt {
    font-size: 2.5rem;
  }
}

.resultBlk-num dl dd * {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.resultBlk-num dl dd .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .resultBlk-num dl dd .flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

@media screen and (max-width: 991px) {
  .resultBlk-num dl dd .flex {
    gap: 5px;
    width: 92%;
    margin: auto;
  }
}

.resultBlk-num dl dd .flex .item {
  background: #f6f6f6;
  min-height: 84px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .resultBlk-num dl dd .flex .item {
    min-height: 55px;
    padding: 8px 12px;
  }
}

.resultBlk-num dl dd .flex .item .txt {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.resultBlk-num dl dd .flex .item .txt .t1 {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .resultBlk-num dl dd .flex .item .txt .t1 {
    font-size: 1.8rem;
    letter-spacing: -0.03em;
  }
}

.resultBlk-num dl dd .flex .item .txt .t2 {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .resultBlk-num dl dd .flex .item .txt .t2 {
    font-size: 1.9rem;
  }
}

.resultBlk-num dl dd .flex .item .txt .t2 b {
  color: #c1272d;
  font-size: 5rem;
  font-style: italic;
  padding-right: 5px;
}

@media screen and (max-width: 991px) {
  .resultBlk-num dl dd .flex .item .txt .t2 b {
    font-size: 3rem;
    padding-right: 4px;
  }
}

/* 保護者の皆様へ */
.parentsMv {
  position: relative;
  background: rgba(181, 153, 72, 0.2);
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .parentsMv {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
}

.parentsMv .image {
  width: 40vw;
}

@media screen and (max-width: 1500px) {
  .parentsMv .image {
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .parentsMv .image {
    width: 100%;
    height: auto;
  }
}

.parentsMv .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .parentsMv .txt {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-right: 60px;
    margin: auto;
    left: calc(40vw + 80px);
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (min-width: 992px) and (max-width: 1250px) {
  .parentsMv .txt {
    left: calc(40vw + 40px);
  }
}

@media screen and (max-width: 991px) {
  .parentsMv .txt {
    padding: 20px 6% 25px;
  }
}

.parentsMv .txt p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.parentsMv-ttl {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #003364;
  line-height: 1.5;
}

@media screen and (max-width: 1400px) {
  .parentsMv-ttl {
    font-size: 3.571428571428571vw;
  }
}

@media screen and (max-width: 991px) {
  .parentsMv-ttl {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .parentsSafe .line-ttl {
    margin-bottom: 40px;
  }
}

.parentsSafe-icons ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .parentsSafe-icons ul {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) {
  .parentsSafe-icons ul li + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 991px) {
  .parentsSafe-icons ul li:first-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .parentsSafe-icons ul li:nth-child(2), .parentsSafe-icons ul li:nth-child(3) {
    margin-top: -5px;
  }
  .parentsSafe-icons ul li:nth-child(3) {
    margin-left: 15px;
  }
  .parentsSafe-icons ul li img {
    width: 125px;
  }
}

.parentsSafe-list {
  padding: 100px 0 150px;
}

@media screen and (max-width: 991px) {
  .parentsSafe-list {
    padding: 60px 0 70px;
  }
}

.parentsSafe-list .flex {
  display: flex;
}

@media screen and (max-width: 991px) {
  .parentsSafe-list .flex {
    flex-direction: column;
  }
}

.parentsSafe-list .flex + .flex {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .parentsSafe-list .flex + .flex {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .parentsSafe-list .flex dl {
    padding-top: 15px;
  }
}

.parentsSafe-list .flex dl dt {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #003364;
}

@media screen and (max-width: 1250px) {
  .parentsSafe-list .flex dl dt {
    font-size: 4vw;
  }
}

@media screen and (max-width: 991px) {
  .parentsSafe-list .flex dl dt {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

.parentsSafe-list .flex dl dd p {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 992px) {
  .parentsSafe-list .flex .item:nth-child(1) {
    width: 45%;
  }
  .parentsSafe-list .flex .item:nth-child(2) {
    width: 55%;
  }
  .parentsSafe-list .flex:nth-child(even) {
    flex-direction: row-reverse;
  }
  .parentsSafe-list .flex:nth-child(even) .item:nth-child(2) {
    padding-right: 35px;
  }
  .parentsSafe-list .flex:nth-child(odd) .item:nth-child(2) {
    padding-left: 35px;
  }
}

.parentsSupport {
  background: #e6e6e6;
  padding: 120px 0 150px;
}

@media screen and (max-width: 991px) {
  .parentsSupport {
    padding: 60px 0 70px;
  }
}

.parentsSupport-item + .parentsSupport-item {
  margin-top: 60px;
}

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

.parentsSupport-item .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .parentsSupport-item .flex {
    grid-template-columns: 1fr 35%;
    gap: 30px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .parentsSupport-item .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .parentsSupport-item .flex .item + .item {
    margin-bottom: 15px;
  }
}

.parentsSupport-item .flex h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #003364;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .parentsSupport-item .flex h3 {
    font-size: 2rem;
  }
}

.parentsSupport-item .flex p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .parentsSupport-item .flex p {
    font-size: 1.5rem;
  }
}

.parentsSupport-item .flex p b {
  font-size: 1.6rem;
  font-weight: 700;
  color: #003364;
}

@media screen and (max-width: 991px) {
  .parentsSupport-item .flex p b {
    font-size: 1.5rem;
  }
}

.parentsSupport-comment {
  max-width: 900px;
  width: 90%;
  padding: 15px 135px 15px 20px;
  background: #b59948;
  margin: 100px auto 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .parentsSupport-comment {
    padding: 35px 15px 15px 15px;
    margin-top: 60px;
  }
}

.parentsSupport-comment::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 127px;
  height: 135px;
  background: url(../images/school/icon_support01.svg) left bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .parentsSupport-comment::after {
    width: 70px;
    height: 75px;
    bottom: inherit;
    top: -50px;
    left: 0;
  }
}

.parentsSupport-comment p {
  font-size: 2.1rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .parentsSupport-comment p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.parentsSupport-access {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
}

@media screen and (min-width: 992px) {
  .parentsSupport-access {
    padding-left: 155px;
    height: 155px;
    background: #fff;
  }
}

@media screen and (max-width: 991px) {
  .parentsSupport-access {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .parentsSupport-access::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 155px;
    background: #003364;
    background-image: url(../images/school/icon_support02.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80px auto;
  }
}

.parentsSupport-access dl {
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .parentsSupport-access dl {
    padding: 0;
  }
}

.parentsSupport-access dl dt {
  font-size: 3rem;
  font-weight: 700;
  color: #003364;
  margin-bottom: 5px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .parentsSupport-access dl dt {
    background: #003364;
    color: #fff;
    font-size: 1.5rem;
    padding: 10px 5px 8px 38px;
  }
}

@media screen and (max-width: 991px) {
  .parentsSupport-access dl dt::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    margin: auto;
    background-image: url(../images/school/icon_support02.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
  }
}

.parentsSupport-access dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .parentsSupport-access dl dd {
    font-size: 1.5rem;
    padding-top: 5px;
  }
}

.bnr-list {
  margin-top: 150px;
}

@media screen and (max-width: 991px) {
  .bnr-list {
    margin-top: 80px;
  }
}

.bnr-list .inner {
  max-width: 1240px;
}

.bnr-list .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .bnr-list .flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
}

@media screen and (max-width: 991px) {
  .bnr-list .flex {
    gap: 20px;
    width: 90%;
    margin: auto;
  }
}

.bnr-list .flex .item {
  display: flex;
  border: 2px solid #003364;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991px) {
  .bnr-list .flex .item {
    border-width: 1px;
  }
}

.bnr-list .flex .item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #003364;
  border-right: 2px solid #003364;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
  .bnr-list .flex .item::after {
    right: 10px;
    border-width: 1px;
    width: 6px;
    height: 6px;
  }
}

.bnr-list .flex .item .image {
  width: 30%;
}

.bnr-list .flex .item .image img {
  width: 100%;
  object-fit: cover;
}

.bnr-list .flex .item .txt {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .bnr-list .flex .item .txt {
    padding-right: 15px;
  }
}

.bnr-list .flex .item .txt .t1 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #003364;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .bnr-list .flex .item .txt .t1 {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}

.bnr-list .flex .item .txt .t2 {
  font-size: 2.7rem;
  font-weight: 700;
  color: #003364;
  position: relative;
  padding-left: 30px;
  min-height: 27px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .bnr-list .flex .item .txt .t2 {
    font-size: 1.5rem;
    padding-left: 25px;
  }
}

.bnr-list .flex .item .txt .t2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 22px;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .bnr-list .flex .item .txt .t2::before {
    width: 16px;
  }
}

.bnr-list .flex .item .txt.--access .t2::before {
  width: 24px;
  background-image: url(../images/common/icon_bnr_access.svg);
}

@media screen and (max-width: 991px) {
  .bnr-list .flex .item .txt.--access .t2::before {
    width: 18px;
  }
}

.bnr-list .flex .item .txt.--facilities .t2::before {
  width: 19px;
  background-image: url(../images/common/icon_bnr_facilities.svg);
}

@media screen and (max-width: 991px) {
  .bnr-list .flex .item .txt.--facilities .t2::before {
    width: 14px;
  }
}

.bnr-list .flex .item .txt.--request .t2::before {
  background-image: url(../images/common/icon_bnr_request.svg);
}

.bnr-list .flex .item .txt.--consul .t2::before {
  background-image: url(../images/common/icon_bnr_consul.svg);
}

/* 汎用タイトル */
.line-ttl {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .line-ttl {
    margin-bottom: 50px;
  }
}

.line-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 312px;
  height: 2px;
  background: linear-gradient(90deg, #003364 0%, #003364 50%, #b59948 100%);
}

@media screen and (max-width: 991px) {
  .line-ttl::after {
    width: 160px;
    height: 1px;
  }
}

.line-ttl > span {
  font-size: 5rem;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #003364;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .line-ttl > span {
    font-size: 2.5rem;
  }
}

.line-ttl > span b {
  display: block;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #003364;
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 5px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .line-ttl > span b {
    font-size: 2rem;
  }
}

body.home {
  width: auto !important;
  min-width: inherit !important;
}

.yumin {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

/* ページタイトル */
.pageTitle {
  background: #f6f6f6;
  padding: 55px 0 70px;
}

@media screen and (max-width: 991px) {
  .pageTitle {
    padding: 35px 0 40px;
  }
}

@media screen and (max-width: 991px) {
  .pageTitle .inner {
    padding: 0 3%;
  }
}

.pageTitle h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .pageTitle h1 img {
    height: 35px;
  }
}

.pageTitle h1 > div {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 5px;
  color: #003364;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .pageTitle h1 > div {
    font-size: 25px;
  }
}

@media screen and (max-width: 991px) {
  .pageTitle .icon {
    height: 25px;
  }
}

@media screen and (min-width: 992px) {
  .pageTitle.--access .icon {
    height: 37px;
  }
}

@media screen and (min-width: 992px) {
  .pageTitle.--feature .icon {
    height: 35px;
  }
}

.pageTitle.--course_form_thanks h1 > div {
  font-size: 60px;
}

@media screen and (max-width: 991px) {
  .pageTitle.--course_form_thanks h1 > div {
    font-size: 25px;
  }
}

.panNav {
  display: flex;
  justify-content: flex-end;
  padding: 20px 60px 20px 10px;
}

@media screen and (max-width: 991px) {
  .panNav {
    padding: 15px 5%;
  }
}

.panNav ul {
  display: flex;
}

@media screen and (max-width: 991px) {
  .panNav ul {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.panNav ul li {
  position: relative;
  font-size: 1.2rem;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .panNav ul li {
    font-size: 1rem;
  }
}

.panNav ul li:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .panNav ul li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }
}

.panNav ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.panNav ul li a {
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .panNav ul li a {
    font-size: 1rem;
  }
}

.panNav ul li a:hover {
  text-decoration: underline;
}

/* ページTOP */
.pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 35px;
  right: 20px;
  transition: opacity 1s;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}

.pagetop.is_active {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 35px;
    height: 35px;
    bottom: 85px;
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .socialFix.--cv {
    bottom: inherit;
    top: 15%;
    width: 42px;
    z-index: 9999;
  }
}

@media screen and (max-width: 991px) {
  .socialFix.--cv .txt {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-weight: 700;
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .socialFix-wrap {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .socialFix .listCv li + li {
    margin-top: 5px;
  }
  .socialFix .listCv li a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    padding: 20px 0;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .socialFix .listCv li.--request {
    background: #003364;
    position: relative;
    padding-top: 25px;
  }
  .socialFix .listCv li.--request::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 45px;
    background: url(../images/common/bg_fix_request.png) left center no-repeat;
    background-size: contain;
  }
  .socialFix .listCv li.--orientation {
    background: #b59948;
  }
  .socialFix .listCv li.--reserve {
    background: #00a99d;
  }
}

@media screen and (max-width: 767px) {
  .socialFix .listCv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
  }
  .socialFix .listCv li {
    height: 50px;
  }
  .socialFix .listCv li + li {
    margin-left: 7px;
  }
  .socialFix .listCv li a {
    display: block;
  }
  .socialFix .listCv li a img {
    height: 50px;
  }
}

.areaDetailsIn .textDes .course_form p,
.areaDetailsIn .textDes .course_form span,
.areaDetailsIn .textDes .course_form strong,
.areaDetailsIn .textDes .course_form li,
.areaDetailsIn .textDes .course_form dt,
.areaDetailsIn .textDes .course_form dd,
.areaDetailsIn .textDes .course_form h1,
.areaDetailsIn .textDes .course_form h2,
.areaDetailsIn .textDes .course_form h3,
.areaDetailsIn .textDes .course_form h4,
.areaDetailsIn .textDes .course_form h5,
.areaDetailsIn .textDes .course_form h6 {
  line-height: 1.4em;
  margin-bottom: 0;
}

.areaDetailsIn .textDes .course_form {
  letter-spacing: 0;
}

.course-checkbox + .course-checkbox {
  margin-top: 10px;
}

.course-pre {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .areaDetailsIn .textDes .course_form .form_table {
    margin-top: 20px;
  }
}

.areaDetailsIn .textDes .course_form > dl dt {
  font-size: 18px;
  border-left: 5px solid #023f98;
  padding: 10px 0 10px 10px;
  background: #eee;
  font-weight: 700;
}

.areaDetailsIn .textDes .course_form > dl dd p.schedule-description {
  text-align: center;
  margin: 20px 0 10px;
}

.areaDetailsIn .textDes .course_form > dl + dl {
  margin-top: 35px;
}

.areaDetailsIn .textDes .course_form_pdf {
  display: flex;
  justify-content: center;
}

.areaDetailsIn .textDes .course_form_pdf a {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #003364;
  color: #003364;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.4;
  padding: 15px 15px 15px 25px;
  margin: auto;
  width: 80%;
  max-width: 300px;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
}

.areaDetailsIn .textDes .course_form_pdf a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  background: url(../images/common/icon_pdf.svg) left center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 991px) {
  .areaDetailsIn .textDes .course_form_pdf a {
    font-size: 14px;
  }
}

.wpcf7 .birth {
  display: flex;
  align-items: center;
}

.wpcf7 .birth .select_wrap {
  margin-right: 5px;
}

.wpcf7 .birth .select_wrap:nth-child(1) {
  width: 20%;
}

.wpcf7 .birth .select_wrap:nth-child(2) {
  width: 15%;
}

.wpcf7 .birth .select_wrap:nth-child(3) {
  width: 15%;
}

@media screen and (max-width: 991px) {
  .wpcf7 .birth {
    flex-wrap: wrap;
  }
  .wpcf7 .birth .select_wrap {
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .wpcf7 .birth .select_wrap:nth-child(1) {
    width: 80px;
  }
  .wpcf7 .birth .select_wrap:nth-child(2) {
    width: 60px;
  }
  .wpcf7 .birth .select_wrap:nth-child(3) {
    width: 60px;
  }
}

.form_wrap {
  padding-bottom: 100px;
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .form_wrap {
    padding-bottom: 50px;
  }
}

.wpcf7 .select_wrap:before {
  z-index: 2;
}

.wpcf7 .wpcf7-form.invalid .select_wrap.--error {
  overflow: visible;
  margin-bottom: 1.5em;
}

.wpcf7 .select_wrap.--error .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -2.8em;
  /* 下にずらす距離を調整 */
  left: 0;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: table;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 20px;
}

.wpcf7 .submit {
  margin-bottom: 0 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  color: #b70000;
  margin-top: 3px;
}

.areaGuanrantee-lead {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
  color: #003364;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .areaGuanrantee-lead {
    font-size: 20px;
    margin-bottom: 50px;
    text-align: left;
  }
}
