@charset "UTF-8";
/*01 HTML・ｽ・ｽ・ｽZ・ｽb・ｽg*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');


.pc_block {
    display: block;
}

.sp_block {
    display: none;
}

#admission {
    padding-top: 0.357vw;
    margin-top: -0.357vw;
}

@media only screen and (max-width: 54.286vw) {
    .pc_block {
        display: none;
    }

    .sp_block {
        display: block;
    }

    /* #admission {
        padding-top: 5vw;
        margin-top: -5vw;
    } */

}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}


body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    background: url("../image/common/bg02.gif") repeat center center;
    color: #222222;
}

div,
form,
h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd,
p {
    margin: 0;
    padding: 0;
    line-height: 1.7em;
}

p,
dt,
dd {
    text-justify: distribute;
    font-size: 1.071vw;
}

a img,
img {
    border: 0;
}

a img:hover {
    opacity: 0.7;
}


li {
    list-style-type: none;
}

* {
    transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -moz-transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -webkit-transition: color 200ms, background 200ms, border 200ms, opacity 300ms;
    -o-transition: color 200ms, background 200ms, border 200ms, opacity 300ms
}

.f_yum {
    font-family: 'Noto Serif JP', serif;
}

a {
    color: #1F296B;
}

a:hover {
    text-decoration: none;
}

.newspaper-list a:hover,
.gyoji-list .btn:hover,
.futsuka-box-content .btn01 a:hover,
.futsuka-box-content .btn02 a:hover,
.kogyoka-box li:last-child div:last-child a:hover,
#SideNavi h1 a:hover,
.johosyorika-box-content .btn a:hover,
.menu-link a:hover,
.home-btnA a:hover,
.home-btnB a:hover,
.home-logos a:hover,
.home-logos-btn a:hover,
#Footer a.btn-access:hover {
    opacity: 0.6;
}

.f-red {
    color: #FF1919;
}

h1 {}

h2 {}

h3 {}

h4 {}

.clr {
    clear: both;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.alignL {
    text-align: left;
}

.alignR {
    text-align: right;
}

.alignC {
    clear: both;
    text-align: center;
}

.lastChild {
    margin-right: 0 !important;
    float: right !important;
}

.block {
    display: block !important;
}




html,
body {
    height: auto;
    min-height: 100%;
    font-size: 1.143vw;
    overflow-x: hidden;
}

#HomeWrap {
    /* background: url("../image/top/home-bg.svg") no-repeat right top;
    background-size: 88.54% auto; */
    overflow: hidden;
}

#Wrap img,
#HomeWrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.bg-wrap {
    background: url("../image/common/bg01.png") no-repeat right 80%;
    background-size: 100% 66.429vw;
    position: relative;
}


#Wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 65.714vw;
    height: 12.857vw;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
}

#Contents {
    /* max-width: 100vw; */
    margin: 0 auto;
    /* display: flex; */
    align-items: stretch;
    overflow: hidden;
    padding-left: 19.286vw;
}

footer {
    color: white;
    background-color: #1f296b;
    padding: 3.214vw 1.429vw 1.429vw 1.429vw;
    overflow: hidden;
    /* position: relative;
    z-index: 1000; */
}

#Footer {
    /* max-width: 78.571vw; */
    display: flex;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 22.429vw;
}

#Footer dt {
    font-size: 1.857vw;
    font-weight: bold;
}

#Footer dd {
    line-height: 1.7rem;
    padding-top: 0.357vw;
}

#Footer a.btn-access {
    display: inline-block;
    font-size: 0.857vw;
    text-decoration: none;
    padding: 0.214vw 0.714vw 0.214vw 1.429vw;
    margin-left: 0.714vw;
    border-radius: 1.429vw;
    line-height: 1rem;
    background: white url("../image/common/ico04.svg") no-repeat 0.429vw center;
    background-size: 0.714vw 1.071vw;
}

address {
    font-style: normal;
    font-size: 0.857vw;
}


/*04 ・ｽw・ｽb・ｽ_・ｽ[・ｽﾖ連*/

.SideNavi-wrapper {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #fcfdff;
    height: 100vh;
}

#SideNavi {
    width: 19.286vw;
    background-color: #fcfdff;
}

#SideNavi h1 {
	font-size: 1.714vw;
	line-height: 1.3em;
	text-align: center;
	width: 70%;
	margin: 1.571vw auto 1.571vw auto;
}

#SideNavi h1 img {
	margin: 0 auto 1.071vw auto;
	width: 6vw;
	height: auto;
}

#SideNavi h1 a {
    text-decoration: none;
    color: #222222;
    display: grid;
}


.btn-menu {
    display: none;
}

.home-nav {
    position: absolute;
    height: 100%;
    top: 0;
    /* left: 50%;
    margin-left: -50vw; */
}



.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu>ul>li {
    position: relative;
}

.menu>ul>li a::before {
    position: absolute;
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    border-right: #000753 solid 0.071vw;
    border-top: #000753 solid 0.071vw;
    right: 2.857vw;
    top: 50%;
    margin-top: -0.286vw;
    transform: rotate(45deg);
}

.menu>ul>li a {
    display: block;
    padding: 0.5vw 2.857vw;
    text-decoration: none;
    color: #222222;
    position: relative;
        font-size: 1.071vw;
}

.menu>ul>li dt a {
    padding: 0.5vw 1.286vw;
    position: relative;
    font-size: 1.071vw;
}

.menu>ul>li dd a {
    padding: 0.5vw 1.429vw;
    position: relative;
    font-size: 1.071vw;
}

.menu>ul>li dt a::before,
.menu>ul>li dd a::before {
    position: absolute;
    content: "";
    width: 0.5vw;
    height: 0.5vw;
    border-right: #000753 solid 0.071vw;
    border-top: #000753 solid 0.071vw;
    right: 1.071vw;
    top: 50%;
    margin-top: -0.286vw;
    transform: rotate(45deg);
}

.menu>ul>li a:hover {
    background: #EFF0F7;
}

.menu-instagram {
    width: 66.667%;
    margin: 1.786vw auto 0 auto;
    border: #c5c5c5 solid 0.071vw;
    border-radius: 0.357vw;
    padding: 1.071vw 0 0.714vw 0;
    text-align: center;
    font-size: 1vw;
}

.menu-instagram p {
    text-align: center;
}

.menu-instagram span {
    padding-left: 1.571vw;
    background: url("../image/common/ico02.svg") no-repeat left top;
    background-size: 1.286vw auto;
    margin-left: 0.714vw;
    margin-right: 0.714vw;
    display: inline-block;
}

.menu-instagram a {
    color: #1a2568;
    text-decoration: none;
    display: block;
}

.menu-instagram a:hover {
    text-decoration: underline;
}

.menu-instagram img {
    margin: 0 auto;
}

.submenu {
    position: absolute;
    width: 14.286vw;
    top: 0;
    left: 100%;
    background: #EFF0F7;
    display: none;
    flex-direction: column;
}

.submenu.active {
    display: flex;
}

.submenu li {
    cursor: pointer;
}

.submenu li a {
    display: block;
    padding: 0.714vw 1.143vw;
}


.submenu .child-submenu {
    top: 0;
    left: 100%;
}


.has-sub {
    position: relative;
}


.child-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 12.857vw;
    background: #EFF0F7;
    display: none;
    flex-direction: column;
    z-index: 9999;
    /* ・ｽK・ｽv・ｽﾈゑｿｽﾇ会ｿｽ */
}

.child-submenu.active,
.child-submenu.open {
    display: flex;
}




.menu-link {
    padding-bottom: 2.143vw;
}

.menu-link a {
    display: block;
    width: 66.667%;
    margin: 1.429vw auto 0 auto;
    border: #c5c5c5 solid 0.071vw;
    border-radius: 0.357vw;
    text-align: center;
    text-decoration: none;
    padding: 1.429vw 0 1.286vw 0;
    color: #222222;
}

.menu-link a span {
    background: url("../image/common/ico01.svg") no-repeat left top;
    background-size: 1.357vw auto;
    padding-left: 1.714vw;
    display: inline-block;
}

.home-show-banner {
    position: relative;
    margin-left: 19.286vw;
    margin-bottom: 2.143vw;
}

.home-carousel-ttl {
    position: absolute;
    color: white;
    z-index: 9;
    bottom: 2.143vw;
    font-size: 2.143vw;
    left: 50%;
    margin-left: -23.571vw;
}

.home-carousel-ttl span {
    display: inline-block;
    background-color: #000753;
    padding: 0.357vw 1.429vw;
    font-weight: bold;
}

.home-carousel-ttl small {
    display: inline-block;
    background-color: #000753;
    font-size: 1.143vw;
    padding: 0.429vw 1.429vw 0.286vw 1.429vw;
    line-height: 1.5em;
}

.home-carousel {
    width: 100%;
}

.home-carousel .slide {
    margin: 0 0 0 0;
}

.home-carousel .slide img {
    width: 100%;
    /* border-radius: 0.714vw; */
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    gap: 1vw;
    padding: 0;
    margin: 1.429vw 0 0;
}

.slick-dots li {
    list-style: none;
    width: auto;
    height: auto;
    margin: 0;
}

.slick-dots li button {
    font-size: 0;
    width: 1vw;
    height: 1vw;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: #e5e5e5;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #1f2a6b;
}


#instagram {
    /* max-width: 100vw; */
    margin: 0 auto;
    /* display: flex; */
    align-items: stretch;
    overflow: hidden;
    /* padding-left: 19.286vw; */
    background-color: #EDF4FE;
    position: relative;
    /* height: 45.714vw; */
    /* width: calc(100vw - 19.286vw); */
}

#instagram::before,
#instagram::after {
    position: absolute;
    content: "";
    width: 5.714vw;
    height: 0.357vw;
    background-color: #20296C;
}

#instagram::before {
    top: 0;
    left: 0;
}

#instagram::after {
    bottom: 0;
    right: 0;
}

#instagram .instagram-ttl {
    padding-left: 5.714vw;
    /* max-width: 66.429vw;
    margin: 0 auto; */
}

#instagram .instagram-ttl .h2-ttl {
    /* font-size: 2.857vw; */
    margin-bottom: 0.714vw;
}

#instagram .instagram-ttl .h2-ttl span {
    /* font-size: 1.286vw; */
}

#instagram .instagram-ttl .h2-ttl .instagram-btn {
    display: inline-block;
    /* align-items: center; */
    /* justify-content: center; */
    color: #fff;
    background-color: #20296C;
    font-weight: bold;
    font-size: 1.143vw;
    border-radius: 2.857vw;
    padding: 0.714vw 2.857vw;
    vertical-align: text-bottom;
    text-decoration: none;
    line-height: 1em;
    margin-left: 0.714vw;
}

#instagram .instagram-ttl .h2-ttl p {
    font-size: 1vw;
}

#instagram .instagram-slider-wrapper {
    margin-top: 1.429vw;
}

#instagram .instagram-slider-wrapper .slick-list {

    padding: 0 0 10% 28% !important;
}

#instagram .instagram-slider-wrapper .slick-slide {
    margin: 0 0.714vw;
    box-shadow: 0.357vw 0.357vw #20296C;
}

#instagram .instagram-slider-wrapper .slick-slide img {
    width: 100%;
}


.max-wrapper {
    margin-left: 19.286vw;
}

.max-wrapper img {
    width: 100%;
}

#Main {
    width: 66.429vw;
    padding-bottom: 7.143vw;
    margin: 0 auto;
    position: relative;
}

.page-ttl {
    font-size: 3.571vw;
}

.h2-ttl {
    font-size: 2.143vw;
}

.page-ttl,
.h2-ttl {
    color: #1F296B;
    margin-top: 3.571vw;
    margin-bottom: 1.429vw;
    font-weight: 600;
}

.page-ttl span,
.h2-ttl span {
    position: relative;
    padding-left: 0.714vw;
    display: block;
    line-height: 1.2rem;
    color: #222222;
    font-size: 1vw;
    font-weight: normal;
}

.page-ttl span::before,
.h2-ttl span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.286vw;
    height: 0.286vw;
    background-color: #222222;
    margin-top: -0.214vw;
    border-radius: 50%;
}

.home-news {
    background-color: #fafaff;
    padding: 0.714vw;
}

.home-news ul {
    padding: 1.429vw;
    height: 17.143vw;
    overflow: auto;
}

.home-news li {
    border-bottom: #cdcdce dashed 0.071vw;
    margin-bottom: 1.429vw;
    padding-bottom: 1.429vw;
}

.home-news ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.home-news-ttl {
    font-weight: bold;
}

.home-news-content {
    font-size: 1vw;
    padding: 1.071vw 1.429vw 0 1.429vw;
}

.home-activities ul {
    padding: 0.714vw 1.429vw;
}

.home-activities .home-news-content {
    padding: 0.5vw 1.429vw 0 1.429vw;
}

.home-activities li {
    margin-bottom: 0.714vw;
    padding-bottom: 0.714vw;
}



.home-link {
    width: 100%;
    text-align: right;
    margin-top: 0.714vw;
}

.home-link a {
    display: inline-block;
    text-decoration: none;
    padding-right: 2.857vw;
    background: url("../image/common/ico03.png") no-repeat right center;
    color: #1F296B;
    font-weight: bold;
    margin-right: 1.214vw;
}

.home-link a:hover {
    text-decoration: underline;
}

.home-btnA {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.714vw;
}

.home-btnA a {
    display: flex;
    height: 7.857vw;
    align-items: center;
    justify-content: center;
    font-size: 1.286vw;
    text-decoration: none;
    border-radius: 0.357vw;
    overflow: hidden;
    position: relative;
    border: 0.143vw solid currentColor;
    background-color: white;
}

.home-btnA a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 4.071vw solid transparent;
    border-bottom: 2.714vw solid currentColor;
}

.home-btnA a.blue {
    color: #4dbdef;
}

.home-btnA a.red {
    color: #ef4d59;
}

.home-btnA a.green {
    color: #4bb87d;
}

.home-btnA a.purple {
    color: #b152a8;
}

.home-btnA a.yellow {
    color: #f5b54e;
}

.home-btnA a.deep-blue {
    color: #4e97cd;
}

.home-btnB {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.714vw;
    margin-top: 1.429vw;
}

.home-btnB a {
    display: flex;
    width: 100%;
    height: 7.857vw;
    align-items: center;
    justify-content: center;
    font-size: 1.286vw;
    text-decoration: none;
    border-radius: 0.357vw;
    overflow: hidden;
    position: relative;
    color: white;
    text-align: center;
}

.home-btnB a:nth-child(1) {
    background-color: #6163ad;
}

.home-btnB a:nth-child(2) {
    background-color: #4e97ce;
}

.home-btnB a:nth-child(3) {
    background-color: #28b3ca;
}

.home-btnB a::before {
    content: "";
    position: absolute;
    width: 0.929vw;
    height: 0.929vw;
    border-top: white solid 0.143vw;
    border-right: white solid 0.143vw;
    right: 1.071vw;
    top: 50%;
    margin-top: -0.5vw;
    transform: rotate(45deg);
}

.home-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6.571vw;
}

.home-logos li img {
    mix-blend-mode: multiply;
}

.home-logos-btn {
    margin: 2.143vw auto 0 auto;
    max-width: 27.143vw;
}

.bg01::after {
    background-color: #DFE2EF;
}

.bg02::after {
    background-color: rgba(176, 213, 99, .5);
}

.bg03::after {
    background-color: rgba(235, 110, 165, .5);
}

.bg04::after {
    background-color: rgba(241, 141, 0, .5);
}

.bg05::after {
    background-color: #DBF2F0;
}

.bg06::after {
    background-color: #C9EBFA;
}

.bg07::after {
    background-color: #CEE4F4;
}

.bg08::after {
    background-color: #FFFDDB;
}

.bg09::after {
    background-color: #FCE5EA;
}

.bg10::after {
    background-color: #FBE5D2;
}

.bg-btm {
    position: relative;
}

/* .bg-btm::after {
    content: "";
    position: absolute;
    left: 19.286vw;
    bottom: 0;
    width: 65.714%;
    height: 12.857vw;
    clip-path: polygon(100% 100%, 0 0, 0 100%);
    z-index: -1;
    background-color: #F7F7FB;
} */

.triangle-bg01::after {
    background-color: #FDF0DE;
}

.triangle-bg02::after {
    background-color: #F6FBFB;
}

.triangle-bg03::after {
    background-color: #FCECF3;
}

.triangle-bg04::after {
    background-color: #EDF8FD;
}

.triangle-bg05::after {
    background-color: #E7F2F9;
}

.triangle-bg06::after {
    background-color: #FFFEF6;
}

.triangle-bg07::after {
    background-color: #FEF8F9;
}

.aisatsu-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 1.429vw;
}

.aisatsu-content h3 {
    font-size: 1.714vw;
    padding-bottom: 1.429vw;
    font-family: 'Noto Serif JP', serif;
}

.school-policy {
    box-shadow: rgba(31, 41, 107, .1) 0.214vw 0.214vw 1.429vw;
    margin-top: 6.429vw;
    padding: 3.571vw 3.571vw 2.143vw 3.571vw;
    background-color: #fcfdff;
}

.school-policy-ttl {
    color: #1F296B;
    font-size: 1.857vw;
    text-align: center;
    font-weight: bold;
    padding-bottom: 2.143vw;
}

.school-policy dl {
    border-bottom: #dddee0 dashed 0.071vw;
    padding-bottom: 1.429vw;
    margin-bottom: 1.429vw;
}

.school-policy dl:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.school-policy dt {
    font-weight: bold;
}

.school-policy dd {
    padding: 0.714vw 0 0.714vw 1.071vw;
    line-height: 1.5rem;
}

.school-policy-list p {
    text-indent: -1rem;
    margin-left: 2.143vw;
}


.futsuka {
    /* padding-top: 3.571vw; */
}

.futsuka-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.futsuka-box-img {
    position: relative;
    width: 43%;
}

.futsuka-box-img img:last-child {
    position: absolute;
    width: 70%;
    height: auto;
    right: -3.571vw;
    bottom: -3.571vw;
    border: white solid 0.143vw;
}

.futsuka-box-content {
    width: 51.6%;
}

.futsuka-box-content h2 {
    color: #008439;
    font-size: 2.571vw;
}

.futsuka-box-content dl {
    padding-top: 1.429vw;
    padding-bottom: 3.571vw;
}

.futsuka-box-content dl {
    padding-right: 12.6%;
}

.futsuka-box-content dl:last-child {
    padding-bottom: 0;
    padding-left: 12.6%;
    padding-right: 0;
}

.futsuka-box-content dt {
    font-size: 1.714vw;
    font-weight: bold;
    padding-bottom: 0.429vw;
    font-family: 'Noto Serif JP', serif;
}

.futsuka-box-content .btn01,
.futsuka-box-content .btn02 {
    margin-top: 1.429vw;
    text-align: right;
}

.futsuka-box-content .btn01 a,
.futsuka-box-content .btn02 a {
    display: inline-block;
    width: 14.286vw;
    height: 3.571vw;
    line-height: 3.571vw;
    border-radius: 3.571vw;
    background-color: #008439;
    color: white;
    text-decoration: none;
    text-align: center;
}

.futsuka-box-content .btn02 a {
    background-color: #20296e;
}

.futsuka-point {
    margin: 7.857vw auto 3.571vw;
    background-color: #c1e579;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 6.44% 1.071vw 3.22%;
}

.futsuka-point-ttl {
    writing-mode: vertical-lr;
    background-color: #20296c;
    padding: 1.071vw 0.357vw 1.429vw 0.357vw;
    border-radius: 0 0 2.143vw 2.143vw;
    color: white;
    font-size: 1.857vw;
    font-weight: bold;
    margin-top: -1.071vw;
    position: relative;
}

.futsuka-point-ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-left: 0.929vw solid transparent;
    border-bottom: 1.071vw solid #010417;
}

.futsuka-point ul {
    width: 86.9%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8.9%;
    padding-top: 2.571vw;
}

.futsuka-point li {
    position: relative;
    font-size: 1vw;
}

.futsuka-point li img {
    margin-bottom: 0.714vw;
}

.futsuka-point li::before {
    content: "";
    position: absolute;
    width: 2.5vw;
    height: 3vw;
    left: -0.5vw;
    top: -0.929vw;
}

.futsuka-point li:nth-child(1)::before {
    background: url("../image/futsuka/point1.png") no-repeat center center;
}

.futsuka-point li:nth-child(2)::before {
    background: url("../image/futsuka/point2.png") no-repeat center center;
}

.futsuka-point li:nth-child(3)::before {
    background: url("../image/futsuka/point3.png") no-repeat center center;
}

.futsuka-course-left {
    margin-top: 7.143vw;
}

.futsuka-course-right,
.futsuka-course-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.571vw;
    margin-top: 5.714vw;
    font-size: 1vw;
}

.futsuka-course-right .futsuka-course-ttl,
.futsuka-course-left .futsuka-course-ttl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 1.429vw;
    font-weight: bold;
    padding-bottom: 1.071vw;
}

.futsuka-course-right .futsuka-course-ttl h2,
.futsuka-course-left .futsuka-course-ttl h2 {
    font-size: 2.143vw;
    color: #008439;
    position: relative;
    text-indent: -0.5rem;
    padding-bottom: 0.714vw;
}

.futsuka-course-right .futsuka-course-ttl h2 {
    color: #1F296B;
}


.futsuka-course-right img,
.futsuka-course-left img {
    grid-row: span 2;
}

.futsuka-course-right {
    grid-template-areas:
        "img ttl"
        "img txt";
}

.futsuka-course-right .futsuka-course-ttl {
    grid-area: ttl;
}

.futsuka-course-right img {
    grid-area: img;
}

.futsuka-course-right p {
    grid-area: txt;
}


.johosyorika {
    /* padding-top: 3.571vw; */
    padding-bottom: 10.714vw !important;
}

.johosyorika-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.johosyorika-box-img {
    width: 43%;
}

.johosyorika-box-content {
    width: 51.6%;
}

.johosyorika-box-content h2 {
    font-size: 2.571vw;
    color: #EB6EA5;
}

.johosyorika-box-content dl {
    padding-top: 1.429vw;
}

.johosyorika-box-content dt {
    font-size: 1.714vw;
    font-weight: bold;
    padding-bottom: 0.429vw;
}

.johosyorika-box-content .btn {
    text-align: center;
    padding-top: 1.071vw;
}

.johosyorika-box-content .btn a {
    display: inline-block;
    margin: 0 0.357vw;
    background-color: #EB6EA5;
    border-radius: 3.571vw;
    color: white;
    text-decoration: none;
    padding: 0.571vw 1.071vw;
}

/* 基準: 1300px
  変換式: value(px) / 1300 * 100 = vw
*/

.johosyorika-step {
    background-color: #F7F5E9;
    max-width: 121.505%;
    /* 100px -> 7.692vw, 60px -> 4.615vw */
    margin: 7.692vw -10.7525% 0 -10.7525%;
    padding-bottom: 7.692vw;
    margin-bottom: 4.615vw;
}

.johosyorika-step .list {
    display: flex;
    flex-direction: column-reverse;
}

.johosyorika-step h3 {
    background-color: #EB6EA5;
    color: white;
    /* 30px -> 2.308vw */
    font-size: 2.308vw;
    text-align: center;
    /* 5px -> 0.385vw, 10px -> 0.769vw */
    padding: 0.385vw 0.769vw;
}

.johosyorika-step-box {
    /* 50px -> 3.846vw, 30px -> 2.308vw */
    padding: 3.846vw 3.5% 2.308vw 4.5%;
    /* 40px -> 3.077vw */
    margin: 3.077vw 8.85% 0 8.85%;
    background-color: rgba(245, 182, 210, .5);
    /* 10px -> 0.769vw */
    border-radius: 0.769vw;
    position: relative;
}

.johosyorika-step-box .ttl {
    position: absolute;
    width: 18.095%;
    left: 4.5%;
    top: 0;
    z-index: 9;
}

.johosyorika-step-box .step-img {
    position: absolute;
    width: 31.935%;
    height: auto;
    bottom: 0;
    right: -3.2%;
}

.johosyorika-step .step {
    width: 100%;
    /* 574px -> 44.154vw */
    max-width: 44.154vw; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFDDB;
    /* 50px -> 3.846vw */
    margin-bottom: 3.846vw;
    position: relative;
    box-sizing: border-box;
}

.johosyorika-step .step::before {
    content: "";
    position: absolute;
    width: 13.42%;
    /* 166px -> 12.769vw */
    height: 12.769vw;
    background: url("../image/johosyorika/arrow.svg") no-repeat left bottom;
    background-size: contain; /* サイズ調整のため追加推奨 */
    /* 51px -> 3.923vw */
    left: 3.923vw;
    bottom: 100%;
    z-index: 1;
}

.johosyorika-step .step.no1::before {
    display: none;
}

.johosyorika-step .step::after {
    content: "";
    position: absolute;
    /* 40px -> 3.077vw, 50px -> 3.846vw */
    width: 3.077vw;
    height: 3.846vw;
    /* -20px -> -1.538vw, -25px -> -1.923vw */
    left: -1.538vw;
    top: -1.923vw;
    background-size: contain; /* 画像を枠に合わせるため追加推奨 */
}

.johosyorika-step .no1::after {
    background: url("../image/johosyorika/step1.png") no-repeat center center;
    background-size: contain;
}

.johosyorika-step .no2::after {
    background: url("../image/johosyorika/step2.png") no-repeat center center;
    background-size: contain;
}

.johosyorika-step .no3::after {
    background: url("../image/johosyorika/step3.png") no-repeat center center;
    background-size: contain;
}

.johosyorika-step .step img {
    /* 192px -> 14.769vw */
    width: 18.769vw;
    height: auto;
}

.johosyorika-step .step p {
    /* 20px -> 1.538vw */
    padding: 1.538vw;
}

.johosyorika-step .step.no1 {
    margin-left: auto;
    margin-right: 0;
    /* 50px -> 3.846vw */
    margin-bottom: 3.846vw;
}

.johosyorika-step .step.no2 {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.johosyorika-step .step.no3 {
    float: none;
    margin-right: auto;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.johosyorika-step-box .no3::before {
    display: block;
}

.johosyorika-verification {
    max-width: 62.857vw;
    margin: 2.857vw 8.85% 0 8.85%;
}

.johosyorika-verification dl {
    float: left;
    width: 55%;
}

.johosyorika-verification dt {
    position: relative;
    width: 100%;
    margin-bottom: 1.071vw;
}

.johosyorika-verification dt::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.071vw;
    background-color: #EB6EA5;
    left: 0;
    top: calc(50% - 0.071vw);
}

.johosyorika-verification dt span {
    display: inline-block;
    position: relative;
    background-color: #EB6EA5;
    font-size: 1.714vw;
    color: white;
    font-weight: bold;
    padding: 0 1.071vw;
    height: 3.143vw;
    line-height: 3.286vw;
    clip-path: polygon(6% 0, 94% 0, 100% 50%, 94% 100%, 6% 100%, 0 50%);
}

.johosyorika-verification dd p {
    line-height: 1.8em;
    font-weight: bold;
    padding-left: 1.071vw;
}

.johosyorika-verification dd img {
    margin: 1.429vw 0 0 10%;
    width: 65%;
}

.johosyorika-verification .img {
    float: right;
    width: 45%;
}

.johosyorika-verification .img:last-child {
    margin-top: 2.143vw;
}

.johosyorika-course-left {
    margin-top: 7.143vw;
}

.johosyorika-course-right,
.johosyorika-course-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.571vw;
    margin-top: 5.714vw;
    font-size: 1vw;
}

.johosyorika-course-right .johosyorika-course-ttl,
.johosyorika-course-left .johosyorika-course-ttl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 1.429vw;
    font-weight: bold;
    padding-bottom: 1.071vw;
}

.johosyorika-course-right .johosyorika-course-ttl h2,
.johosyorika-course-left .johosyorika-course-ttl h2 {
    font-size: 2.143vw;
    color: #EB6EA5;
    position: relative;
    text-indent: -0.5rem;
    padding-bottom: 0.714vw;
}

.johosyorika-course-right img,
.johosyorika-course-left img {
    grid-row: span 2;
}

.johosyorika-course-left {
    grid-template-areas:
        "img ttl"
        "img txt";
}

.johosyorika-course-left .johosyorika-course-ttl {
    grid-area: ttl;
}

.johosyorika-course-left img {
    grid-area: img;
}

.johosyorika-course-left p {
    grid-area: txt;
}


.kogyoka {
    /* padding-top: 3.571vw; */
}

.kogyoka-box .img {
    float: left;
    width: 43%;
}

.kogyoka-box-content {
    float: right;
    width: 51.612%;
}

.kogyoka-box-content h2 {
    color: #F18D00;
    font-size: 2.571vw;
}

.kogyoka-box-content dl {
    padding-top: 1.429vw;
    padding-bottom: 3.571vw;
}

.kogyoka-box-content dt {
    font-size: 1.643vw;
    font-weight: bold;
    padding-bottom: 0.429vw;
}

.kogyoka-box ul {
    float: right;
    width: 51.6%;
}

.kogyoka-box li .sttl {
    background-color: #F3AD4A;
    font-size: 1.429vw;
    color: white;
    text-align: center;
}

.kogyoka-box li:first-child div:last-child {
    background-color: #F9F9F9;
    font-size: 1.571vw;
    padding: 1.071vw;
    text-align: center;
}

.kogyoka-box li:last-child div:last-child {
    display: grid;
    grid-template-columns: repeat(4, 22.9%);
    align-items: center;
    justify-content: space-evenly;
    padding-top: 1.429vw;
}

.kogyoka-box li:last-child div:last-child a {
    text-align: center;
    border: #F18D00 solid 0.071vw;
    color: #F18D00;
    border-radius: 2.143vw;
    background-color: white;
    text-decoration: none;
    font-weight: bold;
}

.kogyoka-flow {
    background-color: #FAF9EB;
    padding: 3.571vw 8.6% 2.857vw 8.6%;
    margin-top: 7.143vw;
    margin-bottom: 3.571vw;
    position: relative;
}

.kogyoka-flow h3 {
    position: relative;
    text-align: center;
    font-size: 2.143vw;
    padding: 1.071vw;
    color: #1F296B;
    border-top: #1F296B solid 0.071vw;
    border-bottom: #1F296B solid 0.071vw;
    margin-bottom: 4.286vw;
}

.kogyoka-flow h3::before {
    content: "";
    position: absolute;
    width: 2.143vw;
    height: 2.143vw;
    background-color: #FAF9EB;
    bottom: -1.143vw;
    left: 50%;
    border-left: #1a2568 solid 0.071vw;
    border-bottom: #1a2568 solid 0.071vw;
    transform: rotate(-45deg);
    margin-left: -1.071vw;
}

.kogyoka-flow h3 span {
    position: relative;
    z-index: 2;
}

.kogyoka-course-box .ttl h3 small br,
.kogyoka-flow h3 br {
    display: none;
}

.kogyoka-flow .ttl {
    flex: 0 0 8.286vw;
    background: url("../image/kogyoka/arrow.svg") no-repeat center bottom;
    background-size: 1.143vw auto;
}

.kogyoka-flow .ttl span {
    display: block;
    background-color: #F18D00;
    padding: 0.429vw 0.714vw 0.286vw 0.714vw;
    border-radius: 3.571vw;
    font-weight: bold;
    color: white;
    text-align: center;
}

.kogyoka-flow li {
    display: flex;
    align-items: stretch;
    column-gap: 1.786vw;
    margin-bottom: 0.714vw;
}

.kogyoka-flow li:last-child div:last-child {
    /* width: 42%; */
}

.kogyoka-flow li:last-child .ttl {
    background: none;
    margin-bottom: 0;
}

.kogyoka-flow div {
    padding-bottom: 4.286vw;
}

.kogyoka-flow-img {
    position: absolute;
    width: 38.961%;
    right: 2.143vw;
    bottom: -7.143vw;
}

.kogyoka-course-box {
    display: grid;
    grid-template-columns: 48% 46%;
    grid-template-areas:
        "ttl img"
        "content img";
    row-gap: 1.071vw;
    column-gap: 3.571vw;
}

.kogyoka-course-box .ttl {
    grid-area: ttl;
    align-self: end;
}

.kogyoka-course-box .ttl dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.071vw;
}

.kogyoka-course-box .ttl dt {
    width: 10.357vw;
    height: 2.5vw;
    line-height: 2.571vw;
    background-color: #F18D00;
    border-radius: 2.143vw;
    margin-right: 1.071vw;
    color: white;
    text-align: center;
    font-size: 1vw;
}

.kogyoka-course-box .ttl dd {
    color: #FF1919;
    font-weight: bold;
}

.kogyoka-course-box .ttl dd span {
    font-size: 150%;
}

.kogyoka-course-box .content {
    grid-area: content;
    align-self: start;
    font-size: 1vw;
}

.kogyoka-course-box .img {
    grid-area: img;
}

.kogyoka-course-box .ttl h3 {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 0.571vw;
    margin-left: -0.714vw;
}

.kogyoka-course-box .ttl h3 span {
    font-size: 2.143vw;
    color: #F18D00;
}

.kogyoka-course-box .ttl h3 small {
	font-size: 1vw;
	font-weight: normal;
	margin-left: 1.429vw;
	line-height: 1.5rem;

}

.kogyoka-course-box.kogyoka-course-box-jidousha .ttl h3 small {
	width: 14.5vw;
}

.kogyoka-course-box .ttl h3 small {
	width: 14.5vw;
}


.kogyoka-course-box .ttl strong {
    display: block;
    font-size: 1.429vw;
    margin-top: 1.071vw;
}

.kogyoka-course-list {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    margin-top: 3.571vw;
    font-size: 1vw;
}

.kogyoka-course-list .img {
    width: 43%;
}

.kogyoka-course-list .list {
    width: 46.237%;
}

.kogyoka-course-list dl {
    border-bottom: #F18D00 solid 0.071vw;
    margin-bottom: 2.143vw;
}

.kogyoka-course-list dl:last-child {
    margin-bottom: 0;
}

.kogyoka-course-list dt {
    overflow: hidden;
    text-align: center;
}

.kogyoka-course-list dt div {
    display: inline-block;
    position: relative;
}

.kogyoka-course-list dt div::before,
.kogyoka-course-list dt div::after {
    content: "";
    position: absolute;
    height: 0.071vw;
    width: 200%;
    background-color: #F18D00;
    left: 100%;
    top: 50%;
    margin-top: -0.071vw;
}

.kogyoka-course-list dt div::before {
    right: 100%;
    left: auto;
}

.kogyoka-course-list dt span {
    display: block;
    width: 14.286vw;
    height: 2.5vw;
    line-height: 2.643vw;
    background-color: #F18D00;
    color: white;
    position: relative;
    clip-path: polygon(6% 0, 94% 0, 100% 50%, 94% 100%, 6% 100%, 0 50%);
}

.kogyoka-course-list dd {
    padding: 1.429vw 0.714vw;
}

.kogyoka-course-list dd {
    position: relative;
}

#CourseA,
#CourseB,
#CourseC {
    border-bottom: #F18D00 dashed 0.071vw;
    margin-bottom: 3.571vw;
    padding-bottom: 3.571vw;
}

#CourseB .kogyoka-course-box,
#CourseD .kogyoka-course-box {
    grid-template-columns: 48% 46.237%;
    grid-template-areas:
        "img ttl"
        "img content";
}

#CourseA .kogyoka-course-list,
#CourseC .kogyoka-course-list {
    flex-direction: row-reverse;
}

#CourseA .tool,
#CourseB .tool,
#CourseC .tool,
#CourseD .tool {
    position: absolute;
    right: 0;
    bottom: -0.714vw;
    z-index: 0;
}

#CourseA .tool {
    width: 53.488%;
}

#CourseB .tool {
    width: 29.767%;
}

#CourseC .tool {
    width: 37.209%;
}

#CourseD .tool {
    width: 41.86%;
}

.gyoji-ttl {
    overflow: hidden;
    text-align: center;
    font-size: 1.714vw;
    color: #28B3CA;
}

.gyoji-ttl small {
    font-size: 1.429vw;
}

.gyoji-ttl span {
    position: relative;
    display: inline-block;
}

.gyoji-ttl span::before {
    content: "";
    position: absolute;
    left: calc(100% + 1.071vw);
    top: 50%;
    margin-top: -0.071vw;
    width: 71.429vw;
    height: 0.071vw;
    background-color: #28B3CA;
}

.gyoji-ttl span::after {
    content: "";
    position: absolute;
    right: calc(100% + 1.071vw);
    top: 50%;
    margin-top: -0.071vw;
    width: 71.429vw;
    height: 0.071vw;
    background-color: #28B3CA;
}

.gyoji-list .blue {
    margin-top: 2.143vw;
    background-color: #84CDEE;
}

.gyoji-list .green {
    margin-top: 2.143vw;
    background-color: #A3EE84;
}

.gyoji-list dl {
    display: grid;
    grid-template-columns: 13.571vw auto;
}

.gyoji-list dt {
    color: white;
    padding: 1.429vw;
    font-size: 1.714vw;
    text-align: center;
}

.gyoji-list dt strong {
    font-size: 2.429vw;
}

.gyoji-list dd {
    background-color: #FCFDFF;
    padding: 1.071vw 1.429vw;
}

.gyoji-list dd li {
    display: flex;
    column-gap: 1.429vw;
    align-items: flex-start;
    padding: 0.429vw 0;
}

.gyoji-list dd li span {
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: bold;
}

.gyoji-list dd li p {
    margin: 0;
    word-break: break-word;
    flex: 1;
}

.gyoji-list .btn {
    width: 17.429vw;
    height: 3.571vw;
    line-height: 3.643vw;
    color: white;
    background-color: #222222;
    text-align: center;
    margin: 7.143vw auto 1.429vw auto;
    display: block;
    text-decoration: none;
    border-radius: 3.571vw;
}

.gyoji-list-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 1.429vw 0;
    gap: 0.714vw;
}

.gyoji-list-menu li {
    margin: 0;
}

.gyoji-list-menu a {
    display: inline-block;
    padding: 0.571vw 1.071vw;
    background: #222222;
    color: #fff;
    text-decoration: none;
    border-radius: 2.143vw;
    transition: background 0.3s;
}

.gyoji-list-menu a:hover {
    opacity: 0.6;
}


.news-activities-list {
    background-color: #FAFBFF;
    padding: 3.571vw 3.571vw 2.857vw 3.571vw;
    margin-bottom: 1.429vw;
}

.news-activities-list dl {
    border-top: #BFBFBF dashed 0.071vw;
    padding-top: 2.143vw;
    padding-bottom: 2.143vw;
}

.news-activities-list>dl:first-child {
    border-top: none;
    padding-top: 0;
}

.news-activities-list dt {
    font-size: 1.429vw;
    font-weight: bold;
}

.news-activities-list dd {
    padding: 0.714vw 1.429vw 0 1.429vw;
    line-height: 2rem;
}

.news-activities-list .list-more {
    display: none;
}

.news-activities .btn-more {
    font-size: 1.286vw;
    color: #1F296B;
    cursor: pointer;
    text-align: center;
    margin: 1.429vw;
}

.news-activities .btn-more span {
    display: inline-block;
    position: relative;
    padding-left: 1.429vw;
}

.news-activities .btn-more span::before {
    content: "";
    position: absolute;
    height: 1.5vw;
    width: 0.071vw;
    background-color: #1F296B;
    left: 0;
    top: 50%;
    margin-top: -0.929vw;
    transition: transform 0.3s ease;
}

.news-activities .btn-more span::after {
    content: "";
    position: absolute;
    height: 0.071vw;
    width: 1.5vw;
    background-color: #1F296B;
    left: -0.714vw;
    top: 50%;
    margin-top: -0.214vw;
    transition: transform 0.3s ease;
}

.news-activities .btn-more.open span::before {
    transform: rotate(45deg);
}

.news-activities .btn-more.open span::after {
    transform: rotate(45deg);
}

.newspaper-list {
    margin-top: 4.286vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 5.376%;
    row-gap: 1.786vw;
}

.newspaper-list a {
    display: block;
    height: 3.571vw;
    line-height: 3.643vw;
    color: white;
    background-color: #222222;
    border-radius: 3.571vw;
    text-decoration: none;
    text-align: center;
}

.newspaper-login {
    margin-top: 4.286vw;
}

.newspaper-login h3 {
    font-weight: normal;
    font-size: 2.429vw;
}

.newspaper-login dl {
    width: 21.429vw;
}

.newspaper-login dt {
    margin-top: 1.429vw;
    margin-bottom: 0.357vw;
}

.newspaper-login dd input {
    display: block;
    height: 2.429vw;
    width: calc(100% - 0.286vw);
    padding: 0.143vw 0.714vw;
    margin: 0;
}

.newspaper-login .btn-login {
    display: block;
    width: 14.286vw;
    height: 3.571vw;
    line-height: 3.643vw;
    color: white;
    background-color: #222222;
    border-radius: 3.571vw;
    text-decoration: none;
    text-align: center;
    border: none;
    padding: 0;
    margin: 3.571vw 0 0 0;
}

.download-list {
    margin-top: 2.143vw;
    display: block;
}

.download-list li {
    margin: 0 0 1.429vw 0vw;
    /* list-style: square; */

}

.download-list a {
    /* display: block; */
    text-decoration: underline;
    text-align: left;
}


.policy-box {
    box-shadow: rgba(31, 41, 107, .1) 0.214vw 0.214vw 1.429vw;
    margin-top: 6.429vw;
    padding: 3.571vw 3.571vw 2.143vw 3.571vw;
    background-color: #fcfdff;
}

.policy-box h3 {
    font-size: 1.714vw;
    text-align: center;
    font-weight: bold;
    padding-bottom: 2.143vw;
}

.policy-box dl {
    border-bottom: #dddee0 dashed 0.071vw;
    padding-bottom: 1.429vw;
    margin-bottom: 1.429vw;
}

.policy-box dl:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.policy-box dt {
    font-weight: bold;
}

.policy-box dd {
    padding: 0.714vw 0 0.714vw 1.071vw;
    line-height: 1.8rem;
}

.policy-box dd ul:last-child {
    padding-bottom: 0;
}

.policy-box ul {
    padding-top: 0.357vw;
    padding-bottom: 1.071vw;
}

.policy-box li {
    padding-left: 2.143vw;
    position: relative;
    line-height: 1.8rem;
}

.policy-box li::before {
    content: "";
    position: absolute;
    left: 0.714vw;
    top: 0.5em;
    width: 0.571vw;
    height: 0.571vw;
    border: 0.071vw solid #222222;
    border-radius: 50%;
}

/*-- Q&A --*/
.faq-question {
    padding-top: 3.571vw;
}

.faq-question li {
    position: relative;
    padding-left: 1.429vw;
    margin-bottom: 0.714vw;
}

.faq-question li::before {
    content: "";
    position: absolute;
    width: 0.286vw;
    height: 0.286vw;
    border-radius: 50%;
    background-color: #222222;
    left: 0;
    top: 50%;
    margin-top: -0.214vw;

}

.faq-question a {
    color: #4E97CE;
}

.faq-question a:hover {
    text-decoration: underline;
}

.faq-list {
    margin-top: 2.857vw;
    border-top: #BFBFBF dashed 0.071vw;
}

.faq-list dl {
    padding-top: 2.143vw;
    padding-bottom: 2.143vw;
    border-bottom: #BFBFBF dashed 0.071vw;
}

.faq-list dt {
    color: #1F296B;
    font-weight: bold;
    padding-bottom: 1.429vw;
    text-indent: -3.7rem;
    padding-left: 3.7rem;
    font-size: 1.714vw;
}

.faq-list dt .ico {
    font-size: 1.714vw;
    margin-right: 0.571vw;
}

.faq-list dd {
    color: #C30D23;
    position: relative;
    padding-left: 2.143vw;
}

.faq-list dd::after {
    content: "A.";
    position: absolute;
    left: 0;
    top: -0.2rem;
    font-size: 2.143vw;
}

.faq-list .major {
    text-align: left;
}

.faq-list .major span {
    display: inline-block;
    margin-right: 0.714vw;
}


.club-introduction {
    position: relative;
}

.club-introduction h2 {
    position: absolute;
    margin: 0;
}

.club-introduction .Sports,
.club-introduction .culture {
    border: #28B3CA solid 0.143vw;
    border-radius: 1.071vw;
    background-color: #EDF8F8;
}

.club-introduction .culture {
    border: #F6B64E solid 0.143vw;
    margin-top: 5vw;
    background-color: #FEF8ED;
}

.club-introduction .Sports dt,
.club-introduction .culture dt {
    background-color: #28B3CA;
    max-width: 21.429vw;
    height: 3.214vw;
    line-height: 3.286vw;
    font-size: 1.714vw;
    color: white;
    font-weight: bold;
    margin: -1.857vw auto 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 3.571vw;
    display: flex;
    justify-content: center;
    column-gap: 1.5rem;
}

.club-introduction .culture dt {
    background-color: #F6B64E;
}

.club-introduction .Sports dd,
.club-introduction .culture dd {
    padding: 1.429vw 5%;
    font-size: 1.143vw;
    ;
}

.club-introduction .Sports dd span,
.club-introduction .culture dd span {
    position: relative;
    display: inline-block;
    padding-left: 0.857vw;
    margin-right: 0.714vw;
}

.club-introduction .Sports dd span::after,
.club-introduction .culture dd span::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.714vw;
    height: 0.714vw;
    background-color: #28B3CA;
    border-radius: 50%;
    left: 0;
    top: 0.6rem;
}

.club-introduction .culture dd span::after {
    background-color: #F6B64E;
}

.club-introduction-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.club-introduction-banner img {
    width: 84.344%;
    position: relative;
    right: -10%;
    top: 0;
}

.club-introduction-banner p {
    display: flex;
    font-size: 1.714vw;
    color: #1F296B;
    font-weight: bolder;
    writing-mode: vertical-rl;
    line-height: 2.2rem;
    letter-spacing: 0.3rem;
    padding: 2.143vw 0;
    border-left: #1F296B solid 0.143vw;
    border-right: #1F296B solid 0.143vw;
    width: 8.214vw;
    align-items: center;
}

.club-show {
    margin: 7.143vw -10.7525% 0 -10.7525%;
}

.club-department {
    display: grid;
    column-gap: 0.857vw;
    grid-template-columns: repeat(3, 1fr);
}

.club-department>li {
    margin-top: 32%;
    border: #28B3CA solid 0.143vw;
    border-radius: 1.643vw;
    background-color: white;
}

.club-department .orange {
    border: #F6B64E solid 0.143vw;
}

.club-department .img {
    position: relative;
}

.club-department .img>img:first-child {
    position: absolute;
    left: 0;
    bottom: 0;
}

.club-department .img strong {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 86.667%;
    height: 2.857vw;
    line-height: 2.857vw;
    background: #28B3CA;
    clip-path: polygon(0 0,
            100% 0,
            calc(100% - 0.857vw) 50%,
            100% 100%,
            0 100%);
    color: white;
    text-indent: 1rem;
}

.club-department .orange .img strong {
    background: #F6B64E;
}

.club-department .record {
    padding: 0.714vw 1.071vw;
}

.club-department .record li {
    margin-bottom: 0.571vw;
    font-size: 1vw;
}

.club-department .record li div {
    display: flex;
    justify-content: space-between;
}

.club-department .record div:last-child {
    margin-bottom: 0;
}

.club-department .record span {
    display: inline-block;
    margin-right: 1.071vw;
    white-space: nowrap;
    flex-shrink: 0;
}

.club-department .record p {
    word-break: break-word;
    flex: 1;
}

.club-department .record strong {
    display: inline-block;
    font-size: 1.214vw;
}

.club-department .record strong>small {
    font-size: 1vw;
}

.school-facility {
    padding-top: 1.429vw;
}

.school-facility img {
    margin-bottom: 1.071vw;
}

.school-facility p {
    display: inline-block;
    margin-right: 1.429vw;
}

.school-facility p span {
    color: #C30D23;
    margin-right: 0.5vw;
}

.school-panorama {
    margin-top: 4.286vw;
}

.school-panorama .ttl {
    font-size: 1.143vw;
    color: #1F296B;
    padding-bottom: 1.071vw;
}

.school-panorama .ttl strong {
    font-size: 2.429vw;
    display: block;
    color: #222222;
    padding-bottom: 0.714vw;
}

.access-box {
    border: #DFE2EF solid 0.071vw;
    border-radius: 0.714vw;
    background-color: white;
    overflow: hidden;
    margin-top: 2.857vw;
    padding: 5.376%;
}

.access-box img {
    margin-bottom: 3.571vw;
}

.access-box p {
    display: inline-block;
    margin-right: 1.429vw;
}

.access-box p span {
    color: #C30D23;
}

.access-bus {
    background-color: #FDE4E5;
    border-radius: 0.714vw;
    padding: 5.376%;
    margin-top: 3.571vw;
}

.access-bus img:last-child {
    margin-top: 10%;
}

.qualifications-ttl {
    display: flex;
    justify-content: space-between;
    /* margin-right: -10.7525%; */
    position: relative;
    align-items: center;
    margin-bottom: 1.429vw;
}

.qualifications-ttl p.f_yum {
    font-weight: bold;
}

.qualifications-ttl h2 {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0
}

.qualifications-ttl div {
    white-space: nowrap;
    flex-shrink: 0;
}

.qualifications-ttl div p {
    font-size: 1.714vw;
    /* margin-top: -25%; */
    margin-top: 36%;
}

.qualifications-ttl>img {
    width: 55.376%;
    /* margin-top: 1.429vw; */
}

.qualifications {
    /* margin-top: -20%; */
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.qualifications .list {
    /* background: url("../image/shikaku/form_bg.png") repeat-y left top; */
    background-size: 100% auto;
    /* padding: 1.429vw 8% 0 8%; */
    padding: 1.429vw 0 0 0;
}

.qualifications .list dt {
    font-size: 2.143vw;
    font-weight: bold;
    color: #1F296B;
    text-align: center;
    margin-bottom: 1.786vw;
    overflow: hidden;
}

.qualifications .list dt span {
    position: relative;
    padding: 0 1.429vw;
}

.qualifications .list dt span::before,
.qualifications .list dt span::after {
    content: "";
    width: 71.429vw;
    height: 0.071vw;
    background-color: #1F296B;
    position: absolute;
    top: 50%;
    margin-top: -0.071vw;
    left: 100%;
}

.qualifications .list dt span::before {
    left: auto;
    right: 100%;
}

.qualifications .list dd {
    display: flex;
    justify-content: space-between;
}

.qualifications .list dd>ul {
    white-space: nowrap;
    flex-shrink: 0;
}

.qualifications .list div ul {
    padding-left: 7%;
}

.qualifications .list img {
    max-width: 90% !important;
    margin-top: 2.143vw;
    margin-left: 10%;
}

.qualifications .list li {
    padding-left: 1.429vw;
    position: relative;
}

.qualifications .list li::before {
    content: "";
    position: absolute;
    width: 0.714vw;
    height: 0.714vw;
    background-color: #1F296B;
    left: 0;
    top: 0.5rem;
    border-radius: 50%;
}


.manabu-ttl {
    position: relative;
}

.manabu-ttl img {
    position: absolute;
    width: 19.286vw;
    right: 0;
    top: 0;
}

.manabu-ttl dl {
    margin-right: 20%;
}

.manabu-ttl dt {
    color: #F6B64E;
    font-size: 1.714vw;
    margin-bottom: 0.357vw;
    font-weight: bold;
    text-align: left;
}

.manabu .support {
    display: flex;
    align-items: stretch;
    gap: 2.143vw;
    justify-content: space-between;
}

.manabu .support dl {
    margin-top: 7%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.manabu .day dt,
.manabu .support dt {
    height: 3.571vw;
    line-height: 3.643vw;
    background-color: #F9F9F9;
    position: relative;
    display: inline-block;
    font-size: 1.714vw;
    font-weight: bold;
    color: #F6B64E;
    padding-left: 2.857vw;
    padding-right: 2.5rem;
    margin-bottom: 2.143vw;
}

.manabu .support dt {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
}

.manabu .day dt::after,
.manabu .support dt::after {
    content: "";
    position: absolute;
    background-color: #F6B64E;
    width: 1.429vw;
    height: 100%;
    left: 0;
    top: 0;
}

.manabu .support>div {
    width: 53.763%;
    margin-right: -2.7%;
}

.manabu .support dd .sttl {
    color: #F6B64E;
    font-size: 1.429vw;
    display: block;
    margin-bottom: 0.714vw;
}

.manabu .day ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.429vw;
    margin-bottom: 0.714vw;
}

.manabu .day li:nth-child(1) {
    width: 29.894%;
    position: relative;
}

.manabu .day li:nth-child(1) p {
    position: absolute;
    margin-top: 1.429vw;
    left: 0;
    top: 100%;
    white-space: nowrap;
}

.manabu .day li:nth-child(2) {
    width: 21.935%;
    margin-right: 6.989%;
}

.manabu .day li:nth-child(3) {
    width: 17.526%;
    margin-right: 5.7%;
}

.manabu .day li:nth-child(4) {
    width: 16.559%;
    margin-right: 1.397%;
}

.manabu .img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.226%;
    align-items: flex-end;
    margin-top: 5vw;
}


.school-life {
    margin-top: 3.571vw !important;
}

.school-life .show-banner {
    margin-top: 7.143vw;
}

.school-life .show-banner .img1 {
    float: left;
    width: 44.193%;
}

.school-life .show-banner .img2 {
    float: left;
    width: 45.591%;
    margin-top: 5.357vw;
}

.school-life .show-banner div {
    float: right;
    width: 50.86%;
}

.school-life .show-banner dl {
    margin-top: 3.214vw;
    padding-top: 1.429vw;
    padding-bottom: 1.429vw;
    position: relative;
}

.school-life .show-banner dl::after {
    content: "";
    position: absolute;
    width: 217.758%;
    height: 100%;
    background-color: #FCF1F4;
    top: 0;
    right: 0;
    z-index: -1;
}

.school-life .show-banner dt {
    padding: 0 1.429vw 0.5vw 0;
    color: #EE86A1;
    font-size: 1.714vw;
    font-weight: bold;
}

.school-life .show-banner dt br {
    display: none;
}

.school-life .show-banner dd {
    width: 90%;
}

.school-life .events {
    margin: 7.143vw -10.7525% 0 -10.7525%;
    background-color: #FCF1F4;
    padding: 3.571vw 10.7525%;
}

.school-life .events h3 {
    font-size: 2.571vw;
    font-weight: bold;
    color: #EE86A1;
    display: flex;
    justify-content: center;
    margin-bottom: 1.429vw;
}

.school-life .events h3 span {
    position: relative;
    padding-left: 2.143vw;
    padding-right: 2.143vw;
}

.school-life .events h3 span::before {
    content: "";
    position: absolute;
    width: 11.429vw;
    height: 0.071vw;
    left: 100%;
    top: 50%;
    background-color: #EE86A1;
    margin-top: -0.071vw;
}

.school-life .events h3 span::after {
    content: "";
    position: absolute;
    width: 11.429vw;
    height: 0.071vw;
    right: 100%;
    top: 50%;
    background-color: #EE86A1;
    margin-top: -0.071vw;
}

.school-life .events ul {
    margin-top: 3.571vw;
}

.school-life .events ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.429vw;
    padding-bottom: 1.429vw;
    border-bottom: #EE86A1 dotted 0.143vw;
}

.school-life .events ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.school-life .events ul li:nth-child(2) {
    flex-direction: row-reverse;
}

.school-life .events ul dl {
    width: 46.236%;
    margin-top: 5.5%;
}

.school-life .events ul li div {
    width: 53%;
}

.school-life .events dt {
    height: 3.571vw;
    line-height: 3.643vw;
    background-color: white;
    position: relative;
    display: inline-block;
    font-size: 1.714vw;
    font-weight: bold;
    color: #EE86A1;
    padding-left: 2.857vw;
    padding-right: 2.5rem;
    margin-bottom: 1.429vw;
}

.school-life .events dt::after {
    content: "";
    position: absolute;
    background-color: #EE86A1;
    width: 1.429vw;
    height: 100%;
    left: 0;
    top: 0;
}

.school-life .events dt small {
    font-size: 1.429vw;
}

.school-life .map {
    margin-top: 3.571vw;
}

.school-life .map h3 {
    font-size: 2.571vw;
    font-weight: bold;
    color: #EE86A1;
    text-align: center;
}

.school-life .map img {
    margin-top: 1.429vw;
}

.school-life .info {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 3.571vw;
}

.school-life .korea {
    flex-direction: row-reverse;
}

.school-life .info div {
    margin-top: 2.857vw;
    margin-bottom: 2.857vw;
    width: 45.483%;
}

.school-life .info dl {
    width: 49.14%;
    background-color: #FCF1F4;
    padding-top: 3.571vw;
    padding-bottom: 3.571vw;
    border-radius: 0.714vw;
    position: relative;
}

.school-life .info dl::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1.071vw solid transparent;
    border-bottom: 1.071vw solid transparent;
    top: 4.643vw;
}

.school-life .usa dl::before {
    border-left: 2.143vw solid #FCF1F4;
    left: 100%;
}

.school-life .korea dl::before {
    border-right: 2.143vw solid #FCF1F4;
    right: 100%;
}

.school-life .info dt {
    color: #EE86A1;
    font-size: 2vw;
    font-weight: bold;
    position: relative;
    margin-left: 1.429vw;
    margin-right: 1.429vw;
    padding-left: 6.429vw;
    line-height: 2.4rem;
}

.school-life .info dt::before {
    content: "";
    position: absolute;
    width: 5.357vw;
    height: 3.571vw;
    background: url("../image/schoollife/ico01.png") no-repeat center center;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    margin-top: -1.786vw;
}

.school-life .korea dt::before {
    background: url("../image/schoollife/ico02.png") no-repeat center center;
    background-size: 100% 100%;
}

.school-life .info dd {
    padding: 0.714vw 1.429vw 0 1.429vw;
}

.shinro {
    padding-bottom: 0 !important;
}

p.shinro-title {
    font-size: 1.429vw;
    font-weight: bold;
}

.shinro .h3-ttl {
    color: #6163AD;
    position: relative;
    font-size: 1.714vw;
    font-weight: bold;
    padding-left: 1.429vw;
    margin-bottom: 0.714vw;
    margin-top: 1.429vw;
}

.shinro .h3-ttl::before {
    content: "";
    position: absolute;
    width: 0.714vw;
    height: 2.5vw;
    left: 0;
    top: 0.1rem;
    background-color: #6163AD;
}

.shinro .h3-ttl.blue {
    color: #28B3CA;
}

.shinro .h3-ttl.blue::before {
    background-color: #28B3CA;
}

.shinro .boxA>div:nth-child(1) {
    width: 51.6129%;
    float: left;
    padding-top: 1.429vw;
}

.shinro .boxA>div:nth-child(2) {
    width: 43.01%;
    float: right;
}

.shinro .boxA .btn {
    width: 51.6129%;
    float: left;
    display: flex;
    justify-content: space-around;
    margin-top: 2.857vw;
}

.shinro .boxA .btn a {
    width: 41.667%;
    height: 3.571vw;
    line-height: 3.643vw;
    background-color: #EC6E7C;
    border-radius: 3.571vw;
    color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    text-decoration: none;
}

.shinro .boxA .btn a:last-child {
    background-color: #EF7D36;
}

.shinro .boxB {
    overflow: auto;
    margin: 2.143vw auto 4.286vw;
}

.shinro .boxB img {
    width: 66.429vw;
    max-width: none !important;
}

.shinro .school {
    background-color: #FEF8F6;
    margin: 3.571vw -10.7525% 0 -10.7525%;
    padding: 3.571vw 10.7525%;
}

.shinro .school .ttl,
.shinro .employment .ttl {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.shinro .school .ttl h2,
.shinro .employment .ttl h2 {
    font-size: 2.571vw;
    position: relative;
    padding-left: 7.143vw;
    padding-right: 7.143vw;
    margin-bottom: 1.071vw;
    color: #1F296B;
}

.shinro .school .ttl h2::after,
.shinro .employment .ttl h2::after {
    content: "";
    position: absolute;
    width: 5.857vw;
    height: 4.071vw;
    background: url("../image/shinro/ico01.png") no-repeat center center;
    background-size: 100% auto;
    left: 0;
    top: 50%;
    margin-top: -2vw;
}

.shinro .school .ttl .f_yum,
.shinro .employment .ttl .f_yum {
    color: #EC6E7C;
    font-size: 1.714vw;
    font-weight: bold;
}

.shinro .school .ttl p,
.shinro .employment .ttl p {
    max-width: 42.5vw;
    margin-top: 1.071vw;
    text-align: center;
}

.shinro .school .ttlB {
    color: #28B3CA;
    font-size: 2.571vw;
    font-weight: bold;
    margin-top: 3.571vw;
    margin-bottom: 1.071vw;
    overflow: hidden;
    text-align: center;
}

.shinro .school .ttlB span {
    display: inline-block;
    padding: 0 2.143vw;
    position: relative;
}

.shinro .school .ttlB span::after,
.shinro .school .ttlB span::before {
    content: "";
    position: absolute;
    width: 71.429vw;
    height: 0.071vw;
    background-color: #28B3CA;
    top: 50%;
    left: 100%;
}

.shinro .school .ttlB span::after {
    right: 100%;
    left: auto;
}

.shinro .major {
    background-color: white;
    margin-top: 2.143vw;
    padding: 2.143vw 2.143vw 0 2.143vw;
}

.shinro .major h4 {
    width: 24.286vw;
    height: 3.071vw;
    line-height: 3.071vw;
    position: relative;
    background-color: #EC6E7C;
    font-size: 1.714vw;
    color: white;
    text-align: center;
    margin-left: -2.857vw;
    margin-bottom: 2.143vw;
}

.shinro .major h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-bottom: 0.357vw solid transparent;
    border-right: 0.714vw solid #B5535E;
}

.shinro .major>div {
    display: flex;
    justify-content: space-between;
    gap: 1.429vw;
}

.shinro .major .short-term {
    margin-top: 0.714vw;
}

.shinro .major .img {
    max-width: 22.5vw;
}

.shinro .major dt {
    font-weight: bold;
    font-size: 1.286vw;
    padding-bottom: 0.357vw;
    color: #EC6E7C;
    margin-top: 1.429vw;
}

.shinro .major dt:first-child {
    margin-top: 0;
}

.shinro .major dd {
    padding: 0.143vw 0;
}

.shinro .affiliated {
    display: grid;
    grid-template-columns: 46.236% 48.387%;
    justify-content: space-between;
    margin-top: 2.143vw;
}

.shinro .affiliated>div:last-child {
    background-color: white;
    padding: 1.429vw;
    font-size: 1vw;
    border-radius: 0.714vw;
}

.shinro .affiliated dl {
    display: flex;
    padding-bottom: 1.429vw;
}

.shinro .affiliated dt {
    width: 43.9%;
}

.shinro .affiliated dd {
    width: 56.1%;
}

.shinro .affiliated dd .sttl {
    padding: 0.714vw 0.714vw 0.357vw 0.714vw;
    background-color: #EC6E7C;
    font-weight: bold;
    color: white;
    font-size: 1.286vw;
    line-height: 1.5rem;
    text-align: center;
}

.shinro .affiliated dd .name {
    padding: 1.429vw 1.429vw 0 1.429vw;
    font-size: 1.286vw;
    line-height: 1.5rem;
    font-weight: bold;
}

.shinro .affiliated dd .name small {
    font-size: 1vw;
    display: flex;
    font-weight: normal;
}

.shinro .affiliated dd .f_yum {
    font-size: 1.286vw;
    padding: 1.429vw 1.429vw 0 1.429vw;
    color: #EC6E7C;
    font-weight: bold;
}

.shinro .bachelor {
    margin-top: 4.286vw;
    background-color: white;
    padding: 1.429vw 1.786vw 1.071vw 1.786vw;
    display: grid;
    grid-template-columns: 45.454% 48.295%;
    justify-content: space-between;
}

.shinro .bachelor>div:first-child {}

.shinro .bachelor>div .sttl {
    display: flex;
    color: white;
    font-size: 1.714vw;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 1.429vw;
}

.shinro .bachelor>div .sttl strong {
    display: block;
    text-align: center;
    padding: 0.429vw 1.071vw 0.286vw 1.071vw;
    flex: 1;
}

.shinro .bachelor>div .sttl span {
    display: block;
    text-align: center;
    padding: 0.429vw 1.071vw 0.429vw 1.071vw;
    margin: 0.071vw;
    background-color: white;
}

.shinro .bachelor>div:first-child .sttl {
    background-color: #4E97CE;
}

.shinro .bachelor>div:first-child .sttl span {
    color: #4E97CE;
}

.shinro .bachelor>div:last-child .sttl {
    background-color: #EC6E7C;
}

.shinro .bachelor>div:last-child .sttl span {
    color: #EC6E7C;
}

.shinro .bachelor>div:first-child .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.714vw;
}

.shinro .bachelor>div:first-child .list dl {
    flex: 0 0 48%;
}

.shinro .bachelor>div:first-child .list dt {
    font-size: 1.286vw;
    font-weight: bold;
    color: #4E97CE;
}

.shinro .bachelor>div:last-child .list li,
.shinro .bachelor>div:first-child .list dd {
    position: relative;
    padding-left: 1.429vw;
}

.shinro .bachelor>div:last-child .list li:before,
.shinro .bachelor>div:first-child .list dd:before {
    content: "";
    position: absolute;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background-color: #4E97CE;
    left: 0;
    top: 0.35rem;
}

.shinro .bachelor>div:last-child .list strong {
    font-size: 1.286vw;
    color: #EC6E7C;
}

.shinro .bachelor>div:last-child .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shinro .bachelor>div:last-child .list li {
    flex: 0 0 45%;
    margin-top: 0.357vw;
}

.shinro .bachelor>div:last-child .list li:before {
    background-color: #EC6E7C;
}

.shinro .discount {
    margin-top: 3.571vw;
}

.shinro .discount .h3-ttl {
    margin-bottom: 1.429vw;
}

.shinro .discount li {
    position: relative;
    padding-left: 1.429vw;
    margin-top: 1.071vw;
}

.shinro .discount li:before {

    content: "";
    position: absolute;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background-color: #4E97CE;
    left: 0;
    top: 0.35rem;
}

.shinro .discount li .msg {
    background-color: #E0F1F4;
    border-radius: 0.714vw;
    padding: 1.071vw 1.429vw;
    display: block;
    max-width: 23.571vw;
    text-align: center;
    margin-left: -1.429vw;
    margin-top: 0.357vw;
    font-weight: bold;
}

.shinro .discount li .msg strong {
    font-size: 2.143vw;
    color: #EC6E7C;
}

.shinro .discount li .msg span {
    font-size: 1.429vw;
    font-weight: normal;
    color: #EC6E7C;
}

.shinro .discount li .msg small {
    font-size: 1vw;
    font-weight: normal;
}

.shinro .employment {
    background-color: #FFF9EE;
    margin: 0 -10.7525%;
    padding: 3.571vw 10.7525% 7.143vw 10.7525%;
}

.shinro .employment .ttl h2 {
    padding-left: 6.071vw;
    padding-right: 6.071vw;
}

.shinro .employment .ttl h2::after {
    width: 4.5vw;
    height: 3.929vw;
    background: url("../image/shinro/ico02.png") no-repeat center center;
    background-size: 100% 100%;
}

.shinro .employment .ttl .f_yum {
    color: #EF7D36;
}

.shinro .employment .ttl p {
    max-width: none;
}

.shinro .employment .major {
    padding-bottom: 2.143vw;
}

.shinro .employment .major>div {
    gap: 0;
}

.shinro .employment .major h4 {
    background-color: #EF7D36;
}

.shinro .employment .major h4::before {
    border-right: 0.714vw solid #995023;
}

.shinro .employment .pie-graph {
    background-color: #e9e6ef;
    margin-top: 3.571vw;
}

.shinro .employment .pie-graph .sttl {
    background-color: #1f296b;
    font-size: 1.714vw;
    text-align: center;
    padding: 0.714vw;
    color: white;
    font-weight: bold;
}

.shinro .employment .pie-graph ul {
    display: grid;
    padding: 1.786vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 3% 2.5%;
}

.shinro .employment .pie-graph li {
    overflow: hidden;
    border-radius: 0.714vw;
    padding: 0 0 1.214vw;
    background: #fff;
}


.department-nav {
    background: #1f2d6d;
    border-radius: 1.429vw;
    padding: 2.286vw 2.857vw;
    color: #fff;
    margin: 3.571vw auto 3.857vw;
}

.department-nav__inner {
    display: flex;
    align-items: flex-start;
    gap: 2.857vw;

}

.department-nav__title {
    font-size: 1.857vw;
    font-weight: 700;
    white-space: nowrap;
}

.department-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.department-nav__list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.857vw 1.286vw;
    margin-bottom: 0.857vw;
}

.department-nav__list li:last-child {
    margin-bottom: 0;
}

.department-nav__list a {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-left: 1vw;
    font-size: 1.071vw;
}

/* .department-nav__list a::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
} */


.department-nav__list a.department {
    font-weight: 700;
    font-size: 1.286vw;
}


.department-nav__list a {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-left: 1.2vw;   /* 矢印＋余白 */
    font-size: 1.071vw;
}

.department-nav__list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 55%;
    width: 0.42vw;
    height: 0.42vw;
    border-top: 0.14vw solid #fff;
    border-right: 0.14vw solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.department-nav__list a:hover {
    text-decoration: underline;
}


.department-nav__toggle {
    display: none;
}


.three-departments {
    padding: 2.857vw 0;
}

.three-departments__title {
    display: inline-block;
    background: #1f2d6d;
    color: #fff;
    font-size: 1.286vw;
    font-weight: 700;
    padding: 0.571vw 1.143vw;
    margin-bottom: 1.714vw;
}

.three-departments__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
}


.department-card {
    display: flex;
    flex-direction: column;
}


.department-card__image {
    position: relative;
    border-radius: 1vw;
    overflow: hidden;
}

.department-card__image img {
    width: 100%;
    height: auto;
    display: block;
}


.department-card__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

/* .image-green::before {
    border-width: 2.857vw 2.857vw 0 0;
    border-color: #8cd400 transparent transparent transparent;
}

.image-orange::before {
    border-width: 2.857vw 2.857vw 0 0;
    border-color: #f6a623 transparent transparent transparent;
}

.image-pink::before {
    border-width: 2.857vw 2.857vw 0 0;
    border-color: #f27bb2 transparent transparent transparent;
} */


.department-card__links {
    margin-top: 1vw;
}

.department-name {
    position: relative;
    display: inline-block;
    font-size: 1.214vw;
    font-weight: 700;
    color: #1f2d6d;
    text-decoration: none;
    padding-left: 1.25vw;   /* 矢印＋余白 */
    margin-bottom: 0.429vw;
}

.department-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.49vw;
    height: 0.49vw;
    border-top: 0.14vw solid #1f2d6d;
    border-right: 0.14vw solid #1f2d6d;
    transform: translateY(-50%) rotate(45deg);
}


.course-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.429vw 1vw;
}

.department-nav__title a {
    color: #fff;
    text-decoration: none;
}

.department-nav__title a:hover {
    text-decoration: underline;
}

.course-links a {
    position: relative;
    font-size: 1vw;
    color: #1f2d6d;
    text-decoration: none;
    padding-left: 1.1vw; /* 矢印＋余白 */
}

.course-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.42vw;
    height: 0.42vw;
    border-top: 0.14vw solid #1f2d6d;
    border-right: 0.14vw solid #1f2d6d;
    transform: translateY(-50%) rotate(45deg);
}


/* hover */
.department-card a:hover {
    text-decoration: underline;
}



html {
    height: auto;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#Wrap {
    flex: 1;
}

footer {
    margin-top: 0;
}







/* hack css */
.shinro .boxA,
.school-life .show-banner,
.manabu .day li:nth-child(4),
.johosyorika-verification,
.kogyoka-box {
    display: inline-block;
}

.shinro .boxA::after,
.school-life .show-banner::after,
.manabu .day li:nth-child(4)::after,
.johosyorika-verification::after,
.kogyoka-box::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/* Hide from IE-mac */
* html .shinro .boxA,
* html .school-life .show-banner,
* html .manabu .day li:nth-child(4),
* html .johosyorika-verification,
* html .kogyoka-box {
    height: 1%;
}

.shinro .boxA,
.school-life .show-banner,
.manabu .day li:nth-child(4),
.johosyorika-verification,
.kogyoka-box {
    display: block;
}

/* End hide fromIE-mac*/
