@charset "UTF-8"; /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.pc {
    display: inherit;
}

.sp {
    display: none;
}

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

.grid2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid2col img {
    border-radius: 4rem;
}

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

.pc_center {
    text-align: center;
}

/*汎用大タイトル*/
.cmn_ttl_box {
    margin-bottom: 5rem;
}

h2.cmn_big_ttl {
    color: #4D4D4D;
    font-family: "Zen Maru Gothic", sans-serif;
    display: grid;
    justify-content: center;
    margin-bottom: 5rem;
    font-size: 5.2rem;
    font-weight: 500;
}

h2.cmn_big_ttl .ja {
    letter-spacing: .06em;
}

h2.cmn_big_ttl .en {
    color: #CCCCCC;
    font-size: 1.8rem;
    letter-spacing: .04em;
    font-family: "Outfit", sans-serif;
    text-align: center;
    margin-top: 1rem;
}

h2.cmn_big_ttl span {
    display: grid;
}

/*汎用タイトル（左線）*/
.cmn_box01:not(:first-of-type) {
    margin-top: 5rem;
}

h2.ttla02 {
    font-size: 4.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--theme_m_color);
    position: relative;
    padding-left: 3rem;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-top: 10rem;
}

h2.ttla02::before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 4rem;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    background: var(--theme_m_color);
}

h3.ttla03 {
    font-size: 3rem;
    letter-spacing: .04em;
    font-weight: 500;
    margin-top: 4rem;
    color: var(--theme_m_color);
}

.cmn_box01 h4.ttla04 {
    margin-top: 2rem;
    font-size: 2.6rem;
}

.cmn_box01 h4.ttla04 + p.txt {
    margin-top: 1rem;
}

p.txt {
    line-height: 2;
    margin-top: 2rem;
}

.arrow-link a {
    color: #0071bc;
    line-height: 1.75;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.arrow-link a::before {
    content: "≫";
}

/*ポップアップ*/
.curriculum_area .modal_wrap p.pop_btn {
    color: #333333!important;
    position: relative;
    display: table;
    cursor: pointer;
}

.curriculum_area .modal_wrap p.pop_btn::after {
    position: absolute;
    content: "";
    background: #333333;
    width: 100%;
    height: 1px;
    bottom: 0.4rem;
    left: 0;
}

/*余白*/
.magintop0 {
    margin-top: 0!important;
}

.magintop105rem {
    margin-top: 1.5rem;
}

.magintop1 {
    margin-top: 1rem!important;
}

.magintop4 {
    margin-top: 4rem!important;
}

.magin6 {
    margin: 6rem 0;
}

/*文字カラー*/
.color_main {
    color: #5abd52!important;
}

.color_black {
    color: #000000!important;
}

/*文字サイズ*/
.fs_3 {
    font-size: 3rem!important;
}

/*ol・ul*/
ol.decimal_list li {
    position: relative;
    padding-left: 1.25em;
    text-indent: 0;
}

ol.decimal_list > li h3 {
    position: relative;
}

ol.decimal_list > li h3::before {
    position: absolute;
    color: #5abd52;
    top: 0;
    left: 0;
}

ol.decimal_list > li h3:nth-child(1)::before {
    content: "1.";
}

ol.decimal_list > li h3:nth-child(2)::before {
    content: "2.";
}

ol.decimal_list > li h3:nth-child(3)::before {
    content: "3.";
}

ol.decimal_list > li h3:nth-child(4)::before {
    content: "4.";
}

ol.decimal_list > li h3:nth-child(5)::before {
    content: "5.";
}

ol.decimal_list > li h3:nth-child(6)::before {
    content: "6.";
}

ol.decimal_list h3.color_main {
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 1.5;
    margin-top: 4rem;
}

ul.circle_list {
    margin-top: 2rem;
}

ul.circle_list > li {
    position: relative;
    padding-left: 3rem;
}

ul.circle_list li:before {
    position: absolute;
    content: "●";
    display: inline;
    color: #5abd52;
    font-size: 2rem;
    vertical-align: 0.15em;
    top: 0;
    left: 0;
}

ul.kome_list {
    margin-bottom: 6rem;
    font-size: 1.8rem;
}

ul.kome_list li {
    line-height: 1.75;
}

ul.kome_list > li:before {
    display: inline;
    content: "※";
}

/*ボタン*/
p.btn_square a {
    min-height: 10rem;
    background: #fff;
    position: relative;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    width: 51rem;
    height: 14rem;
    margin: 0 auto;
    border-radius: 1.3rem;
    font-weight: 500;
    font-size: 3rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    letter-spacing: 0.08em;
}

p.btn_square a::before, p.btn_square a::after, p.btn_square.bg_orange a::before {
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
}

p.btn_square a::after {
    -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    background-color: #fff;
}

p.btn_square a::before {
    border-radius: 100%;
}

p.btn_square.bg_green a::before, p.btn_square.bg_orange a::before {
    border-radius: 100%;
    border: 2px solid #fff;
}

p.btn_square.bg_green a:hover::before {
    border: 2px solid #5ABD52;
}

p.btn_square.bg_green a:hover::after {
    border: 2px solid #5ABD52;
    -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    background-color: #5ABD52;
}

p.btn_square.bg_green a::after {
    -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    background-color: #ffffff;
}

p.btn_square.bg_white a::after {
    -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    background-color: #5ABD52;
}

p.btn_square a:hover::after {
    -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    background-color: #ffffff;
}

p.btn_square a:hover::before {
    border-radius: 100%;
    border: 2px solid #ffffff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
各CSS*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
学校の紹介ー校長挨拶*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-greeting p.txt {
    margin-top: 0;
}

.p-greeting-greeting__2cols {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    max-width: 110rem;
    margin: 5.5rem auto 0 auto;
}

.p-greeting-greeting__2cols-text {
    width: 59rem;
    line-height: 2.25;
}

.p-greeting-greeting__bg-box {
    display: grid;
    position: relative;
    max-width: 42rem;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: auto;
}

.p-greeting-greeting__bg-box img {
    border-radius: 40px;
}

.p-greeting-greeting__names::after {
    position: absolute;
    content: url("../images/under/greeting_bg_teacher.png");
    bottom: -10rem;
    right: -20rem;
    z-index: -1;
}

.p-greeting-greeting__names {
    display: flex;
    justify-content: flex-end;
    margin-top: 5rem;
    gap: 2rem;
    position: relative;
}

.page_policy .feature_area .circle_list {
    margin-left: 2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
学校の紹介ー施設・設備
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-facility-main__boxes img {
    border-radius: 40px;
}

.p-facility-main__boxes {
    display: grid;
    gap: 6rem;
    margin-top: 7.5rem;
    grid-template-columns: 1fr 1fr;
}

.p-facility-main__box {
    max-width: 52rem;
    margin-top: 6rem;
}

.p-facility-main__box:nth-child(1), .p-facility-main__box:nth-child(2) {
    margin-top: 0;
}

.p-facility-main__box h3.ttla03 {
    margin-top: 3rem;
}

.p-facility-main__box p.txt {
    line-height: 1.8;
    margin-top: 1rem;
}

.p-facility-main__box .box {
    margin: 0 2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
学校の紹介ー交通アクセス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_access .flex_r p.p-access-main__link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.page_access .flex_r p.p-access-main__link a {
    border: 1px solid;
    display: grid;
    align-items: center;
    border-radius: 5rem;
    background: #ffffff;
    padding: 1.5rem 8rem 1.5rem 4rem;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    color: #5ABD52;
}

.page_access .flex_r p.p-access-main__link a::before {
    position: absolute;
    content: "";
    width: 3rem;
    height: 3rem;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 2px solid #5ABD52;
}

.page_access .flex_r p.p-access-main__link a:hover {
    background-color: #5ABD52;
    color: #fff;
}

.page_access .flex_r p.p-access-main__link a:hover::before {
    border: 2px solid #fff;
}

.page_access .flex_r p.p-access-main__link a::after {
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    mask: url(../images/common/main_arrow.svg) no-repeat center / .6rem auto;
    background-color: #5ABD52;
}

.page_access .flex_r p.p-access-main__link a:hover::after {
    border: 2px solid #fff;
    background-color: #fff;
}

/*交通案内*/
.p-access-main__links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
}

.page-access .ttla04 {
    margin-top: 4rem;
}

.p-access-main__flex-bus {
    width: 65%;
}

/*スクールバス*/
ul.square_list {
    max-width: 110rem;
    margin: 2rem auto 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.2rem;
}

ul.square_list li {
}

ul.square_list li a {
    min-height: 10rem;
    display: grid;
    align-items: center;
    border-radius: 1rem;
    background: #5ABD52;
    padding: 1rem 7rem 1rem 3.5rem;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
}

ul.square_list li a::before {
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 2px solid #ffffff;
}

ul.square_list li a::after {
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
    -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    background-color: #5ABD52;
    background-color: #fff;
}

ul.square_list li a:hover {
    background: #eee;
    color: #333333;
}

.p-bus-main__lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.page_access ul.square_list li:nth-child(1){
	order: 1;
}
.page_access ul.square_list li:nth-child(2){
	order: 2;
}
.page_access ul.square_list li:nth-child(3){
	order: 3;
}
.page_access ul.square_list li:nth-child(4){
	order: 4;
}
.page_access ul.square_list li:nth-child(5){
	order: 5;
}
.page_access ul.square_list li:nth-child(6){
	order: 6;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
学校の生活ー学校行事
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table01 {
    width: 100%;
    margin-top: 6rem;
}

.basic_table01 th {
    width: 22rem;
    height: 100%;
    padding: 2rem 0 2rem 3rem;
    border-top: 1px solid #5abd52;
    border-bottom: 1px solid #5abd52;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
}

.basic_table01 td {
    width: 88rem;
    padding: 3rem 4rem;
    border-top: 1px solid #cccccc;
    border-bottom: none;
    line-height: 1.75;
}

.basic_table01 td a {
    color: #5abd52;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

/*
.basic_table01 tr:last-child th{
    border-bottom: 1px solid #5abd52;
}*/
.basic_table01 tr:last-child td {
    border-bottom: 1px solid #cccccc;
}

.event_area .grid2col {
    gap: 6rem;
    margin-top: 6rem;
}

.event_area .grid2col figcaption {
    margin: 0 2rem;
}

.event_area .event_list h3.ttla03 {
    margin-top: 3rem;
}

.event_area .event_list p.txt {
    margin-top: 1rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
学校の生活ーカリキュラム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_curriculum .cmn_ttl_box .txt {
    text-align: center;
}

.page_curriculum ul.about_icon {
    margin: 6.5rem 0 1.6rem;
    font-size: 2rem;
    display: flex;
    line-height: 1.5;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.page_curriculum ul.about_icon li {
    display: flex;
    justify-content: flex-start;
}

.page_curriculum ul.about_icon li span {
    margin: 0 .5rem;
}

.page_curriculum .curriculum_list {
    border-top: 2px solid #c8c8c8;
}

.page_curriculum .bg_gray_deg {
    margin: 10rem calc(50% - 63rem) 0px;
    width: 126rem;
    background: #f9f7fc;
    padding: 5rem 0 10rem 0;
    border-radius: 3rem;
}

.page_curriculum .bg_gray_deg .relative.wrap {
    width: 100rem;
    margin: 0 auto;
}

.curriculum_list ul.icon {
    display: grid;
    gap: 0.5rem;
}

.curriculum_list dl {
    display: table;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.curriculum_list dl dt {
    width: 20rem;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.curriculum_list dl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}

.curriculum_list dl dt, .curriculum_list dl dd {
    display: table-cell;
    vertical-align: middle;
}

.curriculum_list dl dd .inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}

.curriculum_list dl dd .inner > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 0;
}

.curriculum_list .bg_main {
    background-color: #5abd52;
    font-family: "Zen Maru Gothic", sans-serif;
    border-bottom: 1px solid #cccccc;
}

.curriculum_list .circle_list > li:before {
    display: inline;
    margin-right: 0.3em;
    content: "●";
    color: #5abd52;
    font-size: 0.7em;
    vertical-align: 0.15em;
    top: 0.5rem;
}

.curriculum_list dl dd .inner .grade {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 200px;
    background-color: #f2f2f2;
    color: #5abd52;
    font-weight: bold;
    font-size: 2rem;
}

.curriculum_list dl dd .inner .grade .subgrade {
    display: flex;
    position: relative;
    align-items: center;
    padding: 1.5rem 2.5rem;
    border-bottom: 1px #c8c8c8;
    width: 200px;
    min-height: 11rem;
    justify-content: space-between;
    font-size: 2rem;
}

.curriculum_list dl dd .inner .grade .subgrade span {
    margin-left: -1rem;
}

.curriculum_list dl dd .inner .grade > div + div {
    border-top: 1px solid #c8c8c8;
}

.online_english_area h3 {
    font-size: 3.4rem;
    color: #986dc6;
    padding-left: 8rem;
    position: relative;
    margin: 0 0 4rem 0;
}

.online_english_area h3 span {
    font-size: 2.38rem;
}

.online_english_area h3::before {
    content: url("../images/under/ic_online.svg");
    position: absolute;
    top: calc(0.5rem - 0.2rem);
    left: 0;
    width: 6rem;
}

.online_english_area .grid2col {
    gap: 4rem;
}

.uniform_area .box {
    background-color: #f2fcf4;
    width: 100%;
    border-radius: 10%;
    margin-top: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.uniform_area .box h4 {
    margin: 6rem 0 0 0;
    font-size: 3.4rem;
    font-weight: 500;
}

.uniform_area .box p {
    margin: 6rem 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
卒業後の進路
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.course_area .cmn_ttl_box {
    margin-bottom: 3rem;
}

.course_area h2.cmn_big_ttl_mcolor {
    color: #5ABD52;
    font-family: "Zen Maru Gothic", sans-serif;
    display: grid;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 4rem;
    font-size: 5.2rem;
    letter-spacing: .06em;
    font-weight: 600;
}

.course_area h2.cmn_big_ttl_mcolor + .lead {
    font-size: 2.4rem;
    color: var(--theme_m_color);
    line-height: 2;
    text-align: center;
    margin-top: 0;
}

section.course_area article.bg_green {
    margin: 8rem calc(50% - 50vw) 0;
    width: 100vw;
    background: #f6fcf4;
    padding: 3rem 0 10rem 0;
}

section.course_area section.l-section {
    width: 1000px;
    margin: 0 auto;
}

section.course_area .table_list {
    display: grid;
    margin: 6rem auto 2rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}

section.course_area .table_list > div {
}

section.course_area .table_list h4.sub_title {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 2.6rem;
}

section.course_area .table_list table {
    background: #fff;
}

section.course_area .table_list table thead, section.course_area .table_list table tfoot {
    color: #fff;
}

section.course_area thead.bg_main {
    background-color: #5abd52;
}

section.course_area .table_list table thead th {
    padding: 2.5rem 2.8rem;
    text-align: left;
    font-weight: normal;
}

section.course_area .table_list table tbody th {
    text-align: left;
}

section.course_area .table_list table thead th:nth-child(even) {
    text-align: right;
}

section.course_area .table_list table tbody th, section.course_area .table_list table tbody td, section.course_area .table_list table tfoot th, section.course_area .table_list table tfoot td {
    padding: 2.5rem 2.8rem 2.4rem;
    border-bottom: 1px solid #c8c8c8;
    line-height: 1.5;
    font-weight: normal;
}

section.course_area .table_list table thead th:not(:first-child), section.course_area .table_list table tbody td, section.course_area .table_list table tfoot td {
    width: 14rem;
    border-left: 1px solid #c8c8c8;
    text-align: right;
}

section.course_area .table_list table tfoot th, section.course_area .table_list table tfoot td {
    border-bottom: none;
    background-color: #ffa01e;
}

section.course_area .table_list h4.sub_title .small {
    font-weight: normal;
    font-size: 2rem;
}

section.course_area p.btn_square.bg_white {
    margin-top: 9.4rem;
    justify-content: center;
}

section.course_area p.btn_square.bg_white a {
    padding: 1rem 8rem 1rem 7rem;
    border: 3px solid #5abd52;
}

section.course_area p.btn_square.bg_green a {
    border: 3px solid #ffffff;
    background-color: #5abd52;
}

section.course_area p.btn_square.bg_white a {
    border: 3px solid #5abd52;
    background-color: #ffffff;
    font-size: 2.6rem;
    width: 45rem;
    height: auto;
    padding: 2rem 7rem 2rem 5rem;
    color: #000;
    display: block;
}

section.course_area p.btn_square a:hover {
    border: 3px solid #5abd52;
    background-color: #5abd52;
    color: #ffffff;
}

section.course_area p.btn_square.bg_white a::before {
    border: 3px solid #5ABD52;
    border-radius: 100%;
}

section.course_area p.btn_square.bg_white a:hover::before {
    border: 3px solid #fff;
    border-radius: 100%;
}

section.course_area p.btn_square span.big {
    font-size: 3rem;
}

section.course_area p.btn_square a.icon-arrow {
    position: absolute;
    right: 2.4rem;
    font-size: 2.1rem;
}

section.course_area p.btn_square a.icon-arrow:before {
    color: #5abd52;
    transition: all 0.1s linear;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
入試のご案内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn_square.bg_green a {
    padding: 1rem 8rem 1rem 7rem;
    border: 3px solid #5abd52;
    background-color: #5abd52;
    color: #fff;
}

.btn_square.bg_green a:hover {
    border: 3px solid #5abd52;
    background-color: #ffffff;
    color: #5abd52;
}

.page_about .btn_square.bg_green a {
    padding: 1rem 7rem 1rem 5rem;
}

.btn_square.bg_green, .btn_square.bg_orange, .btn_square.bg_green {
    display: grid;
    justify-content: flex-start;
    margin-top: 4rem;
}

.btn_square.bg_white {
    display: grid;
    justify-content: flex-start;
    margin-top: 2rem;
}

.btn_square.bg_white a {
    padding: 1rem 8rem 1rem 7rem;
    border: 3px solid #5abd52;
    background-color: #fff;
    color: #5abd52;
    width: 35rem;
    height: 10rem;
}

.page_about .btn_square.bg_white a {
    color: #000;
    font-size: 2.4rem;
    align-items: flex-start;
    padding: 1rem 8rem 1rem 5rem;
}

.btn_square.bg_white a:hover {
    border: 3px solid #5abd52;
    background-color: #5abd52;
    color: #fff;
}

p.btn_square.bg_white a::before {
    border: 2px solid #5abd52;
    border-radius: 100%;
}

p.btn_square.bg_white a:hover::before {
    border: 2px solid #fff;
    border-radius: 100%;
}

.page_about .box .fs_3 {
    font-size: 3rem;
    margin-top: 0;
    letter-spacing: 0.3rem;
    font-weight: 500;
}

.page_about .box ul.kome_list {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.btn_square.bg_orange a {
    padding: 1rem 8rem 1rem 5rem;
    border: 3px solid #f7931e;
    background-color: #f7931e;
    color: #fff;
}

.btn_square.bg_orange a:hover {
    border: 3px solid #f7931e;
    background-color: #ffffff;
    color: #f7931e;
}

p.btn_square.bg_orange a:hover::before {
    border: 3px solid #f7931e;
    border-radius: 100%;
}

p.btn_square.bg_orange a:hover::after {
    border: 2px solid #f7931e;
    -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    background-color: #f7931e;
}

.page_about .box .grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

.page_about p.txt_mt {
    line-height: 2;
    margin-top: .6rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
イベントのご案内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-guide .box {
    margin-top: 10rem;
}

.page-guide .box:first-child {
    margin-top: 0;
}

.page-guide .kome_list {
    margin-top: 3.6rem;
}

.page-guide .basic_table01 {
    margin-top: 3.3rem;
}

.page-guide p.txt + .basic_table01 {
    margin-top: 4rem;
}

.page-guide ul.kome_list a {
    color: #0071bc;
    text-decoration: underline;
}

.page_guide .basic_table01 table.notdesign {
    width: auto;
}

.page_guide .basic_table01 table.notdesign td {
    border: none;
    padding: 0;
    width: 14rem;
}

.page_guide p.btn_square a {
    width: 51rem;
    height: 14rem;
    padding: 2rem 8rem 2rem 5rem;
    font-size: 3.4rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
よくある質問
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-faq-main .cmn_big_ttl.color_main {
    font-size: 4rem;
}

.p-faq-main ul.flex.page-links {
    gap: 10rem;
    display: flex;
    justify-content: center;
    font-size: 2.4rem;
    margin-bottom: 8rem;
}

.p-faq-main ul.flex.page-links li a {
    position: relative;
    font-weight: 500;
}

.p-faq-main ul.flex.page-links li a::before {
    border: 3px solid #5abd52;
    border-radius: 100%;
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    top: 50%;
    right: -5rem;
    transform: translateY(-50%);
}

.p-faq-main ul.flex.page-links li a::after {
    -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
    background-color: #5abd52;
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    top: 50%;
    right: -5rem;
    transform: translateY(-50%) rotate(90deg);
}

.p-faq-main__dt-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2.7rem 3rem;
    border: 2px solid #5abd52;
    cursor: pointer;
}

.p-faq-main__dt-text {
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    letter-spacing: 0.04em;
}

.p-faq-main__q {
    color: #5abd52;
}

.p-faq-main__q, .p-faq-main__a {
    margin-right: 1rem;
    font-weight: 300;
    font-size: 4.4rem;
}

.p-faq-main__icon {
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 2.4rem;
    margin-left: 0.6rem;
}

.p-faq-main__icon::before {
    left: 0;
    transform: rotate(90deg);
}

.p-faq-main__icon::before, .p-faq-main__icon::after {
    display: block;
    position: absolute;
    width: 2.4rem;
    height: 0.2rem;
    background-color: #5abd52;
    content: "";
    transition: transform 0.2s;
}

.p-faq-main__content-inner {
    display: flex;
    padding: 5.8rem 8rem 3.4rem 3.6rem;
}

.p-faq-main__a {
    color: #ffa01e;
    line-height: 5rem;
}

.p-faq-main__content-text {
    line-height: 1.75;
    letter-spacing: 0.04em;
}

.u-pc {
    display: block;
}

.p-faq-main__dt:nth-of-type(n + 2) {
    margin-top: 3.5rem;
}

.p-faq-main .nav-open {
    position: relative;
    font-size: 2.8rem;
    font-weight: 600;
    padding: 3rem 3rem 3rem 10rem;
    border: 2px solid #5abd52;
    margin-bottom: 3rem;
}

.nav-open.active {
    margin-bottom: 0;
}

.p-faq-main .nav-open::before {
    content: "＋";
    position: absolute;
    color: #5abd52;
    font-size: 1.5em;
    top: calc(50% - 0.5em);
    right: 2rem;
    line-height: 1;
}

.p-faq-main .nav-open.active::before {
    content: "－";
}

.p-faq-main .nav-open::after {
    content: "Q.";
    font-family: 'Outfit';
    color: #5abd52;
    font-size: 4rem;
    top: .5em;
    ; left: 4rem;
    position: absolute;
    font-weight: 500;
}

.p-faq-main .nav-open + nav {
    padding: 3rem 3rem 6rem 10rem;
    line-height: 2.0885;
    display: none;
    position: relative;
}

.p-faq-main .nav-open + nav:last-child {
    padding: 3rem 3rem 1rem 10rem;
    line-height: 2.0885;
    display: none;
    position: relative;
}

.p-faq-main .nav-open + nav::after {
    content: "A.";
    font-family: 'Outfit';
    color: #ff8a88;
    font-size: 4rem;
    top: .3em;
    ; left: 4.5rem;
    position: absolute;
    font-weight: 500;
}

.p-faq-main h2.cmn_big_ttl#life {
    margin-top: 10rem;
}

.p-faq-main .nav-open + nav a {
    color: #0071bc;
    text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
各種証明書発行について
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_certificate h2.ttla02 {
    margin-top: 0;
}

.page_certificate h2.ttla02::before {
    top: 1.5rem;
    bottom: inherit;
}

.p-certificate-main__box-content {
    margin-top: 4rem;
}

.p-certificate-main__box-lists {
    margin-bottom: 4rem;
    padding-left: 1em;
    text-indent: -1em;
}

.p-certificate-main__box-list {
    line-height: 1.75;
}

.p-certificate-main__box-list::before {
    content: "●";
    color: #5abd52;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.page_certificate .grid {
    grid-template-columns: 1fr 1fr;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ポップアップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.modal_wrap .pop_up.active h3.color_main {
    font-size: 3rem;
}

@media screen and (max-width: 768px) {
    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
@media screen and (max-width: 768px)ここから
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */.pc {
        display: none;
    }

    .sp {
        display: inherit;
    }

    .fs_3 {
        font-size: 3.5rem !important;
    }

    .pc_center {
        text-align: left;
    }

    main {
    }

    .p-greeting-greeting__2cols {
        grid-template-columns: 1fr;
    }

    .p-greeting-greeting__names {
        margin-top: 2rem;
        gap: 1rem;
        flex-direction: column;
        align-items: end;
        font-size: 4.2666666667vw;
    }

    .p-greeting-greeting__2cols-text {
        width: inherit;
    }

    .p-greeting-greeting__2cols-pic {
        width: 75%;
        margin: 0 auto;
    }

    .p-greeting-greeting__bg-box {
        max-width: inherit;
        margin-right: auto;
    }

    .p-greeting-greeting__names img {
        max-width: 47%;
    }

    .p-greeting-greeting__names::after {
        bottom: -32rem;
        right: -44rem;
        display: inline-block;
        transform: scale(0.5);
    }

    .cmn_box01 h4.ttla04 {
        margin-top: 4rem;
        font-size: 3.6rem;
    }

    ol.decimal_list h3.color_main {
        font-size: 3.6rem;
        margin-top: 5.5rem;
    }

    ul.circle_list {
        margin-top: 4rem;
    }

    ul.circle_list > li {
        padding-left: 3.5rem;
        font-size: 3rem;
    }

    ul.circle_list li:before {
        color: #5abd52;
        font-size: 2.5rem;
        top: 1rem;
    }

    .p-facility-main__box {
        max-width: inherit;
    }

    .p-facility-main__box:nth-child(1), .p-facility-main__box:nth-child(2) {
        margin-top: 0;
    }

    .p-facility-main__box:nth-child(2) {
        margin-top: inherit;
    }

    .p-facility-main__boxes {
        grid-template-columns: 1fr;
    }

    .basic_table01 th {
        width: 30%;
        padding: 5.333vw 0 5.333vw 2.667vw;
        text-align: left;
    }

    .basic_table01 td {
        width: inherit;
        padding: 4.267vw 3.2vw;
    }

    .event_area .grid2col {
        margin: 16.5333333333vw auto -8.5333333333vw;
        grid-template-columns: inherit;
    }

    .page_curriculum ul.about_icon {
        flex-direction: column;
        margin: 13.333vw 0 5.333vw;
        font-size: 4.267vw;
    }

    .page_curriculum ul.about_icon li {
        display: flex;
        justify-content: flex-start;
    }

    .page_curriculum ul.about_icon li img {
        width: 5rem;
    }

    .curriculum_list dl {
    }

    .page_curriculum .curriculum_list {
        border-top: none;
        border-bottom: none;
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }

    .curriculum_list .bg_main {
        display: flex;
        justify-content: center;
        width: 100%;
        font-size: 4.6rem;
    }

    .curriculum_list dl dt, .curriculum_list dl dd {
        display: block;
    }

    .curriculum_list dl dd .inner {
        display: block;
        border-bottom: none;
    }

    .curriculum_list dl dd .inner .grade {
        flex-direction: row;
        width: 100%;
        font-size: 3.2rem;
    }

    .curriculum_list dl dd .inner .grade .subgrade {
        display: flex;
        position: relative;
        width: inherit;
        border-right: 1px #c8c8c8;
        min-height: 11rem;
        font-size: 3.2rem;
        flex-direction: row;
        justify-content: center;
        padding: 1em 0;
        text-align: center;
    }

    .curriculum_list dl dd .inner .grade > .subgrade.border {
        border-right: 1px solid #c8c8c8;
    }

    .curriculum_list dl dd .inner > ul {
        flex-direction: column;
        justify-content: center;
        padding: 4rem 2.5rem;
        font-size: 3rem;
    }

    .curriculum_list dl dd .inner .grade > div .icon {
        -webkit-transform: none;
        display: flex;
        position: static;
        align-items: center;
        transform: none;
    }

    .curriculum_list dl dd .inner .grade > div .icon li img {
        width: 5rem;
    }

    .page_curriculum .bg_gray_deg {
        margin: 10rem calc(50% - 50vw) 0px;
        width: 100vw;
        padding: 8rem 0;
    }

    .page_curriculum .bg_gray_deg .relative.wrap {
        width: calc(100% - 12rem);
        margin: 0 auto;
    }

    .page_curriculum .online_english_area .grid2col {
        grid-template-columns: inherit;
    }

    .page_curriculum .online_english_area h3 {
        font-size: 4.2rem;
        color: #986dc6;
        padding-left: 10rem;
        position: relative;
        margin: 0 0 4rem 0;
        line-height: 6rem;
    }

    .page_curriculum .online_english_area h3::before {
        width: 8rem;
    }

    .page_curriculum .online_english_area h3 span {
        font-size: 2.8rem;
    }

    .curriculum_list dl dd .inner .grade > div + div {
        border-top: none;
    }

    .curriculum_list dl dd .inner .grade .subgrade span {
        margin-left: -2rem;
    }

    .uniform_area .box h4 {
        font-weight: bold;
    }

    .uniform_area .box img {
        scale: 0.8;
    }

    section.course_area section.l-section {
        width: inherit;
        margin: 0px auto;
    }

    section.course_area .table_list > div {
        width: inherit;
    }

    section.course_area article.bg_green {
        margin: 4rem calc(50% - 50vw) 0;
        width: 100vw;
    }

    section.course_area section.l-section {
        width: inherit;
        margin: 0px auto;
    }

    section.course_area .table_list {
        grid-template-columns: 1fr;
        width: calc(100% - 12rem);
    }

    section.course_area .table_list > div {
        width: 100%;
    }

    section.course_area .table_list > div:nth-of-type(2) {
        margin-top: 12.8vw;
    }

    .course_area h2.cmn_big_ttl_mcolor + .lead {
        font-size: 3rem;
        line-height: 0rem;
        margin-top: 3rem;
    }

    section.course_area .table_list h4.sub_title {
        margin-bottom: 3rem;
        font-weight: bold;
        font-size: 3.4rem;
        line-height: 1.2;
    }

    section.course_area .table_list h4.sub_title .small {
        font-size: 2.6rem;
    }

    .course_area h2.cmn_big_ttl_mcolor {
        line-height: 1;
    }

    section.course_area ul.kome_list {
        font-size: 3rem;
        margin-left: 6rem;
    }

    section.course_area p.btn_square.bg_white a {
        border: 2px solid #5abd52;
    }

    section.course_area p.btn_square.bg_white a::before {
        border: 2px solid #5ABD52;
    }

    section.course_area .table_list table thead th:not(:first-child), section.course_area .table_list table tbody td, section.course_area .table_list table tfoot td {
        width: 25.333vw;
    }

    section.course_area .table_list table thead th {
        padding: 1.8rem 3rem;
    }

    section.course_area p.btn_square.bg_white a {
        background-color: #ffffff;
        padding: 3.333vw 10.667vw 1.333vw 5.333vw;
        color: #000;
        display: block;
        width: 77.333vw;
        height: 23.667vw;
        font-size: 4rem;
        margin: 0;
    }

    section.course_area p.btn_square span.big {
        font-size: 4rem;
    }

    p.btn_square.bg_white a::after {
        mask: url(../images/common/main_arrow.svg) no-repeat center / 1rem auto;
    }

    .btn_square.bg_white a {
        padding: 1rem 8rem 1rem 7rem;
        border: 2px solid #5abd52;
        color: #5abd52;
        width: 35rem;
        height: 10rem;
    }

    p.btn_square.bg_green a::before, p.btn_square.bg_orange a::before {
        border-radius: 100%;
        border: 1px solid #fff;
    }

    p.btn_square.bg_white a::before {
        border: 1px solid #5abd52;
    }

    .btn_square.bg_white a {
        padding: 1rem 8rem 1rem 7rem;
        border: 2px solid #5abd52;
        color: #5abd52;
        width: 35rem;
        height: 10rem;
    }

    .page_about .btn_square.bg_white a {
        font-size: 3rem;
    }

    .btn_square.bg_white a:hover {
        border: 2px solid #5abd52;
    }

    p.btn_square.bg_white a::before {
        border: 1px solid #5abd52;
    }

    p.btn_square.bg_white a:hover::before {
        border: 1px solid #fff;
    }

    p.btn_square.bg_green a::after {
        -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
        mask: url(../images/common/main_arrow.svg) no-repeat center / 1rem auto;
    }

    p.btn_square a::after {
        -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
        mask: url(../images/common/main_arrow.svg) no-repeat center / 1rem auto;
    }

    ul.kome_list {
        margin-bottom: 6rem;
        font-size: 2.6rem;
    }

    .page_about .box .grid {
        gap: 1rem;
        grid-template-columns: 1fr;
    }

    .page_about h2.ttla02, .page_guide h2.ttla02 {
        letter-spacing: 0.4rem;
    }

    .page_about h2.ttla02::before, .page_guide h2.ttla02::before {
        top: 1rem;
        margin: 0;
    }

    .page_guide .basic_table01 table.notdesign {
        width: inherit;
    }

    .page_guide .basic_table01 table.notdesign td {
        width: inherit;
    }

    .page_guide .basic_table01 table.notdesign td:nth-child(even) {
        padding: 0 0 0 2rem;
    }

    .p-faq-main ul.flex.page-links {
        gap: 9rem;
        font-size: 3rem;
    }

    .page_guide .btn_square.bg_green {
        justify-content: center;
    }

    .p-faq-main ul.flex.page-links li a::before {
        border: 1px solid #5abd52;
        border-radius: 100%;
        position: absolute;
        content: "";
        width: 4rem;
        height: 4rem;
        top: 50%;
        right: -5rem;
        transform: translateY(-50%);
    }

    .p-faq-main ul.flex.page-links li:nth-of-type(1) {
        margin: 0 0 0 -4.5rem;
    }

    .p-faq-main ul.flex.page-links li:nth-of-type(2) {
    }

    .p-faq-main .nav-open {
        font-size: 3rem;
        padding: 3rem 7rem 3rem 11rem;
        border: 2px solid #5abd52;
        line-height: 1.4;
        font-weight: 600;
    }

    .p-faq-main .nav-open::after {
        font-size: 5rem;
        top: calc(50% - 0.725em);
        left: 3rem;
        font-weight: 400;
    }

    .p-faq-main .nav-open + nav {
        padding: 3rem 1rem 6.333rem 11rem;
    }

    .p-faq-main .nav-open + nav::after {
        left: 4rem;
        top: .5rem;
        font-size: 5rem;
		font-weight: 400;
    }

    .p-access-main__links {
        flex-direction: column;
        margin-top: 2rem;
    }

    .page_access .flex_r p.p-access-main__link {
        grid-template-columns: 1fr 1fr;
        margin-top: 2rem;
    }

    .page_access .flex_r p.p-access-main__link a {
        border-radius: 100vh;
        padding: 3rem 8rem 3rem 4rem;
        font-size: 3rem;
        width: inherit;
    }

    .page_access .flex_r p.p-access-main__link a::before {
        width: 5rem;
        height: 5rem;
        right: 3rem;
        border: 1px solid #5ABD52;
    }

    .page_access .flex_r p.p-access-main__link a::after {
        width: 5rem;
        height: 5rem;
        right: 3rem;
        -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
        mask: url(../images/common/main_arrow.svg) no-repeat center / 1rem auto;
    }

    ul.square_list {
        grid-template-columns: 1fr;
        gap: 2.6rem;
    }

    ul.square_list li a {
        min-height: inherit;
        padding: 5rem 7rem 5rem 3.5rem;
        font-size: 3.6rem;
    }

    ul.square_list li a::before {
        position: absolute;
        content: "";
        width: 5rem;
        height: 5rem;
        top: 50%;
        right: 5rem;
        transform: translateY(-50%);
        border-radius: 100%;
        border: 2px solid #ffffff;
    }

    ul.square_list li a::after {
        -webkit-mask: url(../images/common/main_arrow.svg) no-repeat center / .8rem auto;
        mask: url(../images/common/main_arrow.svg) no-repeat center / 1rem auto;
        right: 5rem;
        width: 5rem;
        height: 5rem;
    }
	
.page_access ul.square_list li:nth-child(1){
	order: 1;
}
.page_access ul.square_list li:nth-child(2){
	order: 3;
}
.page_access ul.square_list li:nth-child(3){
	order: 5;
}
.page_access ul.square_list li:nth-child(4){
	order: 2;
}
.page_access ul.square_list li:nth-child(5){
	order: 4;
}
.page_access ul.square_list li:nth-child(6){
	order: 6;
}

    .p-access-main__flex-bus {
        width: inherit;
    }

    .p-access-main__inner h3:nth-of-type(2) {
        margin-top: 8rem;
    }

    ul.circle_list {
        margin-top: 3rem;
    }

    .page_certificate h2.ttla02 {
        letter-spacing: 0.4rem;
    }

    .page_certificate .grid {
        grid-template-columns: 1fr;
    }

    .page_certificate .btn_square.bg_green, .btn_square.bg_orange, .btn_square.bg_green {
        margin-top: 3rem;
    }

    .p-certificate-bottom .btn_square.bg_green a {
        padding: 2rem 8rem 2rem 5rem;
        height: inherit;
        font-size: 3.4rem;
    }

    .page_certificate .btn_square.bg_green:nth-child(1) {
        margin-top: 5.7rem;
    }

    .modal_wrap .pop_up.active h3.color_main {
        font-size: 3.6rem;
    }

    /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
@media screen and (max-width: 768px)ここまで
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}
