/*
Theme Name: アジア・アフリカ語学院 Theme
Theme URI: https://www.aacf.or.jp/
Description: This is アジア・アフリカ語学院 Theme.
*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700&family=Noto+Sans+JP&family=Noto+Serif+JP&family=Bebas+Neue&family=Zen+Old+Mincho&display=swap');

body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #000;
}
/* イメージホーバー */
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #9fc812;
}
.mt-6 {
    margin-top: 5rem !important;
}
.mt-8 {
    margin-top: 6rem !important;
}
.mb-3s {
    margin-bottom: 1.1rem;
}
.wrap p,
.wrap h2,
.wrap h3,
.wrap h4,
.wrap h5,
.wrap ul li,
.wrap dt,
.wrap dd,
#menu ul li,
.menublock ul li {
    transform: rotate(0.05deg);
}
@media (max-width: 767.98px) {
    header {
        background: #fff;
        position: fixed;
        width: 100%;
        z-index: 2;
    }
    .wrap {
        padding-top: 5.5rem;
    }
}
@media (max-width: 575.98px) {
    .wrap {
        padding-top: 3.75rem;
    }
}
/*ハンバーガー */
#menu {
	width: 100%;
	background: rgba(159,200,18,0.9);
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 0;
}
.menulist {
    list-style: none;
    padding-left: 0;
    margin: 2rem 1.5rem 2rem;
}
.menulist li.list-single {
    padding: 0.8rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.7);
}
.menulist li:last-child.list-single {
    padding: 0.8rem 1.5rem;
    border-bottom: hidden;
}
.menulist li a {
    font-size:14px;
    color: #fff;
}
.menulist li a:hover,
.menulist li a:active {
    color: #000;
}
#sp-icon {
    width: 88px;
	height: 88px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
    background: #8c8c8c;
}
#sp-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}
#sp-icon span,
#sp-icon span::before,
#sp-icon span::after {
	display: inline-block;
	width: 24px;
	height: 3px;
	background: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.3s;
}
#sp-icon.sp-open span,
#sp-icon.sp-open span::before,
#sp-icon.sp-open span::after {
	background: #fff;
}
#sp-icon span {
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
}
#sp-icon span::before {
	content: "";
	transform: translateY( -10px ) rotate( 0deg );
}
#sp-icon span::after {
	content: "";
	transform: translateY( 10px ) rotate( 0deg );
}
.sp-open span {
	background: transparent !important;
}
.sp-open span::before {
	transform: rotate( 45deg ) !important;
}
.sp-open span::after {
	transform: rotate( -45deg ) !important;
}
@media (min-width: 768px) {
    .s-logo {
        display: none;
    }
}
.s-logo {
    margin: 1rem;
}
.s-logo img {
    max-height: 61px;
    max-width: 100%;
}
@media (min-width: 768px) {
    #sp-icon {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    header {
        height: 88px;
    }
    .s-logo img {
        max-height: 51px;
    }
}
@media (max-width: 575.98px) {
    header {
        height: 60px;
    }
    #sp-icon {
        width: 60px;
	    height: 60px;
    }
    .s-logo {
        margin: 1rem 1rem 0;
    }
    .s-logo img {
        max-height: 36px;
    }
}
.submenu {
	font-size: 14px;
	display: block;
    color: #fff;
	cursor: pointer;
	position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    padding: 0.8rem 1.5rem;
}
.submenu:hover {
	color: #000;
}
.submenu::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";
	display: inline-block;
    vertical-align: top;
	float: right;
}
.submenu.active::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f077";
}
.mdd_inner .submenu {
    padding: 0 0 0.8rem;
}
.nest {
    margin: 0.6rem 1rem 2rem;
}
.nest ul {
    list-style: none;
	padding-left: 0;
}
.nest ul li {
	padding: 0.4rem 1.5rem;
}
.nest ul li a {
    font-size: 14px;
}
@media (min-width: 768px) {
    #sp-icon {
        display: none;
    }
}
.menublock {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
}
h1 {
    margin: 1.3rem 1rem;
    float: left;
}
.img-logo {
    max-height: 61px;
    max-width: 100%;
}
.g_nav {
    list-style: none;
    /*position: relative;*/
    text-align: center;
    margin: 3.5rem auto 0;
    float: right;
    padding-right: 1rem;
}
.g_nav > ul {
    margin:0 auto;
}
.g_nav > ul > li {
    color:#000;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.g_nav > ul > li::after {
    content: '|';
    margin: 0 1.5rem;
}
.g_nav > ul > li a {
    color:#000;
    font-size: 16px;
    text-decoration: none;
}
.g_nav > ul > li:hover,
.g_nav > ul > li a:hover,
.g_nav > ul > li:active {
    color: #9fc812;
    text-decoration: none;
    padding-bottom: 2px;
}
.g_nav > ul > li:last-child::after {
    content: none;
    margin: 0;
}
.mdd_wrap {
    position:absolute;
    left:-80px;
    width:260px;
    z-index: 99999;
}
.mdd_wrap .mdd_inner {
    display:none;
    margin: auto;
    box-shadow: 0px 3px 6px 3px rgba(83, 29, 15, 0.2);
    padding: 1.5rem 1.5rem;
    background: rgba(159,200,18,0.9);
}
.mdd_wrap .mdd_inner > .mdd_wrap .mdd_inner {
    box-shadow: none;
    padding: 0 !important;
}
.mdd_wrap .mdd_inner ul {
    padding-left: 0;
    list-style: none;
    display: block;
    margin: 0 auto;
    vertical-align: top;
}
.mdd_wrap .mdd_inner li {
    border-bottom: 1px solid #fff;
}
.mdd_wrap .mdd_inner li:last-child {
    border-bottom: none;
}
.mdd_wrap .mdd_inner li a {
    display: block;
    margin: 0.7rem auto;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.mdd_wrap .mdd_inner li a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0;
}
.mdd_wrap .mdd_inner li ul li {
    border-bottom: none;
}
.mdd_wrap .mdd_inner li ul li:last-child {
    padding-bottom: 0.7rem;
}
.mdd_wrap .mdd_inner li ul li a {
    margin: 0.5rem auto;
    font-size: 14px;
    font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .img-logo {
        max-height: 51px;
    }
    .g_nav {
        margin: 3rem auto 0;
    }
    .g_nav > ul > li {
        font-size: 15px;
    }
    .g_nav > ul > li a {
        font-size: 15px;
    }
    .mdd_wrap .mdd_inner li a {
        font-size: 13px;
    }
    .mdd_wrap .mdd_inner li ul li a {
        font-size: 11px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .img-logo {
        max-height: 41px;
    }
    .g_nav {
        margin: 2.5rem auto 0;
    }
    .g_nav > ul > li {
        font-size: 11px;
    }
    .g_nav > ul > li::after {
        margin: 0 1rem;
    }
    .g_nav > ul > li a {
        font-size: 11px;
    }
    .mdd_wrap {
        left:-70px;
        width:190px;
    }
    .mdd_wrap .mdd_inner li a {
        font-size: 10px;
    }
    .mdd_wrap .mdd_inner li ul li a {
        font-size: 10px;
    }
}
@media (max-width: 767.98px) {
    h1,
    .g_nav {
        display: none;
    }
}
.swiper-slide {
    position: relative;
}
.swiper-slide h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.swiper-slide h3 img {
    width: 612px;
}
.a-image_fix {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1400px) {
    .a-image_fix {
        height: 500px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .a-image_fix {
        height: 500px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .a-image_fix {
        height: 500px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .a-image_fix {
        height: 500px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .swiper-slide h3 img {
        width: 512px;
    }
    .a-image_fix {
        height: 360px;
    }
}
@media (max-width: 575.98px) {
    .swiper-slide h3 img {
        width: 320px;
    }
    .a-image_fix {
        height: 281px;
    }
}
.blocktop {
    background: #eaeaea;
    padding: 2rem 1.5rem;
}
.boxtop {
    max-width: 840px;
    margin: auto;
}
.boxtop p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
}
.blocktop2 {
    background: #eaeaea;
    padding: 0 0 3rem;
    position: relative;
}
.boxtop2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 15rem 6rem;
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 1;
}
.boxtop2 div {
    background: rgba(255,255,255,0.85);
    padding: 2rem;
}
.boxtop2 div h4 {
    font-size: 22px;
    font-weight: 500;
}
.boxtop2 div h4 small {
    font-size: 16px;
    font-weight: 400;
}
.boxtop2 div h5 {
    font-size: 14px;
    font-weight: 400;
    color: #6ea03c;
    margin-bottom: 1rem;
}
.boxtop2 div p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 1rem;
}
.btn-detail {
    display: table;
    background: #9fc812;
    padding: 0.5rem;
    width: 215px;
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 2rem;
    position: relative;
    text-align: center;
}
.btn-detail::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f061";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-detail:hover {
    color: #000;
    opacity: 0.7;
}
.bgtop {
    position: absolute;
    top: 46.5%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 0;
}
.bgtop img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
@media (min-width: 1400px) {
    .bgtop img {
        height: 460px;
    }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .bgtop img {
        height: 460px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .boxtop2 {
        gap: 15rem 3rem;
        padding: 0 1.5rem;
    }
    .bgtop img {
        height: 460px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .boxtop2 {
        gap: 15rem 2rem;
        padding: 0 1.5rem;
    }
    .bgtop img {
        height: 460px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .blocktop2 {
        padding: 0 0 0.1rem;
    }
    .boxtop2 {
        display: block;
        padding: 0 2rem;
    }
    .boxtop2 div {
        margin-bottom: 2rem;
    }
    .bgtop {
        position: static;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        margin-bottom: 2rem;
    }
    .bgtop img {
        width: 100%;
        height: auto;
        object-fit: inherit;
    }
    .bgtop img {
        height: auto;
    }
}
@media (max-width: 575.98px) {
    .boxtop p {
        font-size: 12px;
    }
    .blocktop2 {
        padding: 0 0 0.1rem;
    }
    .boxtop2 {
        display: block;
        padding: 0 1rem;
    }
    .boxtop2 div {
        margin-bottom: 1.5rem;
    }
    .boxtop2 div h4 {
        font-size: 22px;
    }
    .boxtop2 div h4 small {
        display: block;
        font-size: 16px;
    }
    .boxtop2 div h5 {
        font-size: 12px;
    }
    .boxtop2 div p {
        font-size: 10px;
    }
    .bgtop {
        position: static;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        margin-bottom: 2rem;
    }
    .bgtop img {
        width: 100%;
        height: auto;
        object-fit: inherit;
    }
    .bgtop img {
        height: auto;
    }
    .btn-detail {
        width: 200px;
        font-size: 13px;
    }
}
.blocktop3 {
    background: #fffeee;
    padding: 3rem 1.5rem 1rem;
}
.boxtop3 {
    max-width: 1052px;
    margin: 0 auto 1.5rem;
    display: flex;
    flex-wrap: nowrap;
}
.boxtop3 dt img {
    max-height: 58px;
}
.boxtop3 dd {
    padding: 0 1rem;
}
.boxtop3 dd h4 {
    font-size: 22px;
    font-weight: 500;
}
.boxtop3 dd h4 small {
    font-size: 12px;
    font-weight: 400;
}
.boxtop3 dd p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
}
@media (max-width: 575.98px) {
    .blocktop3 {
        padding: 2rem 0.5rem 1rem 1rem;
    }
    .boxtop3 dt img {
        max-height: 48px;
    }
    .boxtop3 dd h4 {
        font-size: 22px;
    }
    .boxtop3 dd h4 small {
        display: block;
        font-size: 14px;
    }
    .boxtop3 dd p {
        font-size: 10px;
    }
}
.blocknews {
    background: #9fc812;
    padding: 4rem 1.5rem;
}
.boxnews {
    max-width: 1100px;
    margin: auto;
    padding: 1.5rem 2rem;
    background: #fff;
}
.titlenews {
    display: table;
    margin-bottom: 1rem;
}
.titlenews dt {
    display: table-cell;
    background: #6ea03c;
    padding: 0.2rem 0.8rem;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.titlenews dd {
    display: table-cell;
    background: #505050;
    padding: 0.2rem 0.8rem;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.dl-news {
    border-bottom: 1px dotted #505050;
    padding-bottom: 0.1rem;
    margin-bottom: 0.8rem;
}
.dl-news dt {
    float: left;
    width: 13em;
    font-size: 13px;
    font-weight: 400;
    color: #505050;
}
.dl-news dt span {
    background: #007700;
    font-size: 12px;
    color: #fff;
    padding: 0 0.3rem;
    margin-right: 0.6rem;
}
.dl-news dt::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
    display: inline-block;
    margin-right: 0.5rem;
}
.dl-news dd {
    margin-left: 13em;
    font-size: 13px;
    font-weight: 400;
    color: #505050;
}
.dl-news dd a {
    font-size: 13px;
    font-weight: 400;
    color: #505050;
    text-decoration: underline;
}
.dl-news dd a:hover {
    color: #6ea03c;
}
.boxnews p {
    text-align: right;
    margin-bottom: 0;
}
.boxnews p a {
    font-size: 15px;
    font-weight: 400;
    color: #505050;
}
.boxnews p a::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 24px;
    vertical-align: middle;
}
.boxnews p a:hover {
    color: #6ea03c;
}
@media (max-width: 575.98px) {
    .blocknews {
        padding: 2rem 1.5rem;
    }
    .boxnews {
        padding: 1.5rem 1.5rem 1rem;
    }
    .dl-news dt {
        float: none;
        width: 100%;
    }
    .dl-news dd {
        margin-left: 1em;
    }
}
.blocktab {
    border-top: 20px solid #535050;
    padding: 2rem 1.5rem;
}
.blocktab2 {
    border-top: none;
}
.boxtab {
    max-width: 1100px;
    margin: auto;
}
.boxtab h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.boxtab ul {
    list-style: none;
    padding-left: 0;
    display: table;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.5);
}
.boxtab ul li {
    display: table-cell;
    width: 20%;
}
.boxtab ul li a {
    display: table-cell;
    width: 20%;
    height: 2.8rem;
    vertical-align: middle;
    text-align: center;
    color: #000;
    border-right: 1px solid rgba(0,0,0,0.5);
    font-size: 16px;
    font-weight: 400;
}
.boxtab ul li a.active,
.boxtab ul li a:hover {
    background: #535050;
    color: #fff;
}
.boxtab ul li:last-child a {
    border-right: none;
}
@media (max-width: 767.98px) {
    .boxtab h3 {
        font-size: 22px;
        margin-bottom: 1rem;
    }
    .boxtab ul {
        display: block;
        border: none;
        border-top: 1px solid rgba(0,0,0,0.5);
    }
    .boxtab ul li {
        display: block;
        width: 100%;
    }
    .boxtab ul li a {
        display: block;
        width: 100%;
        height: auto;
        padding: 0.5rem;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid rgba(0,0,0,0.5);
        font-size: 14px;
    }
    .boxtab ul li a::before {
        font-family: "Font Awesome 6 Free";
	    font-weight: 900;
	    content: "\f101";
        display: inline-block;
        margin-right: 0.5rem;
        vertical-align: middle;
    }
}
.titleabout {
    background: #6ea03c;
    padding: 0.3rem 1.5rem;
}
.titleabout h2 {
    max-width: 1050px;
    margin: auto;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.titleabout h2 small {
    font-size: 17px;
}
.img-fluid100 {
    width: 100%;
}
@media (min-width: 2000px) {
    .img-fluid100 {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .img-fluid100 {
        height: 900px;
    }
}
@media (max-width: 575.98px) {
    .titleabout h2 {
        font-size: 16px;
    }
    .titleabout h2 small {
        font-size: 11px;
    }
}
.blockabout {
    background: #e2efb8;
    padding: 0 1.5rem;
}
.boxabout {
    display: table;
    max-width: 1100px;
    margin: auto;
}
.boxabout dt {
    display: table-cell;
    padding-top: 0.6rem;
}
.boxabout dt img {
    max-height: 236px;
}
.boxabout dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .boxabout dd {
        padding-left: 2rem;
        font-size: 17px;
        line-height: 2;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .boxabout dd {
        padding-left: 1rem;
        font-size: 15px;
        line-height: 1.5;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .boxabout {
        display: flex;
        flex-direction: column-reverse;
    }
    .boxabout dt {
        display: block;
        padding-top: 0.6rem;
        text-align: center;
    }
    .boxabout dd {
        display: block;
        padding-left: 0;
        padding-top: 1rem;
    }
}
@media (max-width: 575.98px) {
    .boxabout {
        display: flex;
        flex-direction: column-reverse;
    }
    .boxabout dt {
        display: block;
        padding-top: 0.6rem;
        text-align: center;
    }
    .boxabout dt img {
        max-height: 236px;
        max-width: 100%;
    }
    .boxabout dd {
        display: block;
        padding-left: 0;
        padding-top: 1rem;
        font-size: 12px;
    }
}
.blockabout2 {
    text-align: center;
    padding: 3rem 1.5rem;
}
.blockabout2 img {
    max-height: 482px;
    max-width: 100%;
}
.titleabout2 {
    background: #535050;
    padding: 0.3rem 1.5rem;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.blockabout3 {
    background: #fffeee;
    padding: 3rem 1.5rem;
}
.boxabout3 {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
    max-width: 900px;
    margin: auto;
}
.boxabout3 dt {
    float: left;
    width: 7em;
    font-weight: 400;
}
.blockabout3 dt span {
    float: right;
}
.boxabout3 dd {
    margin-left: 9em;
}
@media (max-width: 767.98px) {
    .blockabout3 {
        padding: 1.5rem 1.5rem;
    }
    .boxabout3 {
        font-size: 12px;
    }
    .boxabout3 dt {
        width: 6em;
    }
    .boxabout3 dd {
        margin-left: 7em;
    }
}
.blockdormitory {
    padding: 0 1.5rem 2rem;
}
.boxdormitory {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: auto;
}
.boxdormitory dt {
    width: 38%;
}
.boxdormitory dt h3 {
    font-size: 22px;
    font-weight: 500;
}
.boxdormitory dt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}
.boxdormitory dt ul {
    list-style: none;
    padding-left: 0;
    border-top: 1px solid rgba(0,0,0,0.5);
    padding-top: 0.8rem;
}
.boxdormitory dt ul li {
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    text-indent: -1em;
    padding-left: 1em;
}
.boxdormitory dd {
    width: 62%;
    text-align: center;
}
.boxdormitory dd img {
    max-height: 660px;
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .boxdormitory {
        display: block;
    }
    .boxdormitory dt,
    .boxdormitory dd {
        width: 100%;
    }
    .boxdormitory dt {
        margin-bottom: 2rem;
    }
}
.titledormitoy {
    background: #00a498;
    padding: 0.3rem 1.5rem;
}
.titledormitoy h2 {
    max-width: 1050px;
    margin: auto;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.titledormitoy h2 small {
    font-size: 13px;
    margin-left: 1rem;
}
@media (max-width: 575.98px) {
    .boxdormitory dt h3 {
        font-size: 22px;
    }
    .boxdormitory dt p {
        font-size: 12px;
    }
    .boxdormitory dt ul li {
        font-size: 10px;
    }
    .titledormitoy h2 {
        font-size: 18px;
    }
    .titledormitoy h2 small {
        font-size: 10px;
    }
}
.list-dormitory {
    list-style: none;
    padding-left: 0;
    margin: 2rem auto;
}
.list-dormitory li img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.list-dormitory li img {
    height: 400px;
}
.boxdormitory2 {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 2rem auto 2rem;
}
.boxdormitory2 dt {
    width: 60%;
}
.boxdormitory2 dd {
    width: 40%;
    padding-left: 1.5rem;
}
.boxdormitory2 dd h3 {
    font-size: 22px;
}
.boxdormitory2 dd p {
    font-size: 13px;
    margin-left: 23px;
}
.table-dormitory {
    width: 100%;
    max-width: 880px;
    margin: 0 auto 3rem;
    text-align: center;
}
.table-dormitory th {
    width: 30%;
}
.table-lecture {
    text-align: left;
}
.table-lecture th {
    width: 19%;
}
.table-dormitory th,
.table-dormitory td {
    border: 1px solid rgba(0,0,0,0.7);
    font-size: 13px;
    font-weight: 400;
    vertical-align: middle;
}
.table-dormitory th {
    background: #e5e5e6;
}
.table-dormitory th.first-child,
.table-dormitory td.first-child {
    background: #e0eed7;
    text-align: center;
}
.table-dormitory td {
    background: #fffce4;
}
.td-level01 {
    width: 40.5%;
}
.boxdormitory3 {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 2rem auto 2rem;
}
.boxdormitory3 dt img {
    max-height: 296px;
}
.boxdormitory3 dd {
    padding-left: 1.5rem;
}
.boxdormitory3 dd h3 {
    font-size: 22px;
}
.boxdormitory3 dd p {
    font-size: 13px;
    margin-left: 23px;
}
.boxdormitory4 dt img {
    max-height: 256px;
}
@media (max-width: 991.98px) {
    .table-dormitory {
        width: 660px;
    }
    .table-dormitory th,
    .table-dormitory td {
        font-size: 10px;
    }
    .boxdormitory2,
    .boxdormitory3 {
        display: block;
        margin: 2rem auto 1rem;
    }
    .boxdormitory2 dt,
    .boxdormitory3 dt {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
    .boxdormitory2 dd,
    .boxdormitory3 dd {
        width: 100%;
        padding-left: 0;
    }
    .boxdormitory4 dt img {
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {
    .boxdormitory2 dd h3,
    .boxdormitory3 dd h3 {
        font-size: 21px;
    }
    .boxdormitory2 dd p,
    .boxdormitory3 dd p {
        font-size: 10px;
        margin-left: 21px;
    }
}
.blockevaluation {
    background: #efefef;
    padding: 4rem 1.5rem;
}
.boxevaluation {
    max-width: 900px;
    margin: auto;
}
.boxevaluation ul {
    list-style: none;
    padding-left: 0;
    border-top: 1px solid rgba(0,0,0,0.4);
}
.boxevaluation ul li {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    display: table;
    width: 100%;
}
.boxevaluation ul li a {
    display: table-cell;
    background: #877b4b;
    width: 228px;
    height: 38px;
    border-radius: 19px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.boxevaluation ul li a:hover {
    opacity: 0.7;
}
.boxevaluation ul li a::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.boxevaluation ul li span {
    display: table-cell;
    font-size: 18px;
    padding-left: 1rem;
    vertical-align: middle;
}
@media (max-width: 575.98px) {
    .blockevaluation {
        padding: 2rem 1.5rem;
    }
    .boxevaluation ul li a {
        width: 160px;
        height: 38px;
        border-radius: 19px;
        font-size: 12px;
    }
    .boxevaluation ul li a::after {
        right: 0.75rem;
    }
    .boxevaluation ul li span {
        font-size: 15px;
    }
}
.blocktraining {
    background: #efefef;
    padding: 2rem 1.5rem;
}
.boxtraining {
    max-width: 958px;
    margin: auto;
}
.boxtraining h4,
.boxtraining2 h4,
.boxtraining3 h4 {
    font-size: 22px;
    margin-bottom: 1rem;
}
.boxtraining ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}
.boxtraining li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    margin-bottom: 0.5rem;
}
.boxtraining p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 0;
}
.blocktraining2 {
    background: #e2efb8;
    padding: 2rem 1.5rem;
}
.boxtraining2 {
    display: flex;
    flex-wrap: nowrap;
    max-width: 958px;
    margin: auto;
}
.boxtraining2 dd {
    padding-left: 3rem;
}
.boxtraining2 dd img {
    max-height: 448px;
}
.blocktraining3 {
    background: #fffeee;
    padding: 4rem 1.5rem;
}
.boxtraining3 {
    max-width: 958px;
    margin: auto;
}
.boxtraining3 h5 {
    font-size: 18px;
    font-weight: 400;
    color: #695a1e;
    margin-left: 23px;
    margin-bottom: 1rem;
}
.boxtraining3 ul {
    list-style: none;
    padding-left: 0;
    margin-left: 23px;
    margin-bottom: 2rem;
}
.boxtraining3 ul li {
    display: table;
    border-bottom: 1px solid #695a1e;
    padding: 0.5rem;
    margin-bottom: 0.3rem;
}
.boxtraining3 ul li:last-child {
    border-bottom: none;
}
.boxtraining3 ul li div {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}
.boxtraining3 ul li div strong {
    display: block;
    width: 139px;
    border-radius: 14px;
    background: #877b4b;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
}
.boxtraining3 ul li span {
    display: table-cell;
    padding-left: 1rem;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    width: 100%;
}
.boxtraining3 p {
    margin-left: 23px;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
}
.boxtraining3 p small {
    display: block;
    font-size: 10px;
}
.text-training {
    max-height: 31px;
    max-width: 100%;
}
.text-training-s {
    display: none;
}
.boxtraining3 dl {
    margin-left: 23px;
}
.boxtraining3 dl dt {
    font-size: 18px;
    font-weight: 400;
}
.boxtraining3 dl dd {
    font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.7);
    line-height: 1.8;
    padding-bottom: 0.3rem;
}
@media (max-width: 575.98px) {
    .boxtraining h4,
    .boxtraining2 h4,
    .boxtraining3 h4 {
        font-size: 18px;
    }
    .boxtraining li,
    .boxtraining p {
        font-size: 10px;
    }
    .boxtraining2 {
        display: block;
    }
    .boxtraining2 dd {
        padding-left: 0;
        text-align: center;
    }
    .boxtraining2 dd img {
        max-width: 100%;
    }
    .blocktraining3 {
        padding: 2rem 1.5rem;
    }
    .boxtraining3 h5 {
        font-size: 15px;
        margin-left: 0;
        margin-bottom: 0.3rem;
    }
    .boxtraining3 ul {
        margin-left: 0;
        margin-bottom: 2rem;
    }
    .boxtraining3 ul li {
        display: block;
        margin-bottom: 0.3rem;
    }
    .boxtraining3 ul li div strong {
        font-size: 14px;
    }
    .boxtraining3 p,
    .boxtraining3 ul li span {
        font-size: 10px;
    }
    .boxtraining3 ul li span {
        padding-left: 0;
    }
    .boxtraining3 ul li div {
        display: block;
        margin-bottom: 0.3rem;
    }
    .text-training {
        display: none;
    }
    .text-training-s {
        display: block;
        max-width: 100%;
        max-height: 60px;
    }
    .boxtraining3 p,
    .boxtraining3 dl {
        margin-left: 0;
    }
    .boxtraining3 dl dt {
        font-size: 14px;
    }
    .boxtraining3 dl dd {
        font-size: 10px;
    }
}
.blockassociation {
    background: #fffeee;
    padding: 2rem 1.5rem;
}
.blockassociation2 {
    padding: 2rem 1.5rem 0;
}
.boxassociation,
.boxassociation2,
.boxassociation4 {
    max-width: 910px;
    margin: auto;
}
.boxassociation p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.boxassociation2 p,
.boxassociation4 p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
}
.titleassociation {
    background: #535050;
    padding: 0.3rem 1.5rem;
}
.titleassociation h2 {
    max-width: 1050px;
    margin: auto;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.blockassociation3 {
    padding: 3rem 1.5rem ;
}
.boxassociation3 {
    display: flex;
    flex-wrap: nowrap;
    max-width: 800px;
    margin: auto;
}
.boxassociation3 dt,
.boxassociation3 dd {
    width: 50%;
}
.boxassociation3 dt p {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    border-top: 1px solid rgba(0,0,0,0.5);
    padding: 1.5rem 1rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    width: 374px;
}
.boxassociation3 dt p::before {
    position: absolute;
    left: 1.5rem;
    top: -30px;
    content: '';
    background: url("images/icon-association.png") no-repeat;
    background-size: contain;
    display: block;
    width: 55px;
    height: 46px;
}
.boxassociation3 dd {
    text-align: center;
}
.boxassociation3 dd img {
    max-height: 361px;
}
.blockassociation4 {
    background: #efefef;
    padding: 2rem 1.5rem 5rem;
}
.btn-bs {
    display: table;
    background: #004535;
    padding: 0.8rem;
    width: 363px;
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    border-radius: 2rem;
    position: relative;
    text-align: center;
    color: #fff;
}
.btn-bs::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f061";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-bs:hover {
    color: #fff;
    opacity: 0.7;
}
@media (max-width: 575.98px) {
    .boxassociation p {
        font-size: 12px;
    }
    .boxassociation2 p,
    .boxassociation4 p {
        font-size: 10px;
    }
    .titleassociation h2 {
        font-size: 16px;
    }
    .boxassociation3 {
        display: block;
    }
    .boxassociation3 dt,
    .boxassociation3 dd {
        width: 100%;
    }
    .boxassociation3 dt p {
        width: 100%;
        margin-bottom: 2rem;
        font-size: 10px;
    }
    .btn-bs {
        width: 80%;
        font-size: 18px;
    }
}
.titlelecture {
    padding: 2rem 1.5rem 1rem;
}
.titlelecture h2 {
    max-width: 1100px;
    margin: auto;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.br-xs {
    display: none;
}
.blocklecture {
    background: #dee9d2;
    padding: 1rem 1.5rem;
}
.boxlecture {
    max-width: 1050px;
    margin: auto;
}
.boxlecture p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.blockbtn {
    padding: 2rem 1.5rem;
}
.btn-open {
    font-size: 18px;
}
.blocklecture2 {
    padding: 1rem 1.5rem 2rem;
}
.boxlecture2 {
    max-width: 1050px;
    margin: auto;
}
.boxlecture2 p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    color: #231815;
}
.boxlecture2 p small {
    font-size: 10px;
}
.boxlecture2 h4 {
    font-size: 22px;
    font-weight: 400;
    color: #231815;
    border-left: 5px solid #6ea03c;
    padding-left: 1rem;
    margin: 2rem 0 1.5rem;
}
.boxlecture2 h4 small {
    font-size: 15px;
    border: 1px solid rgba(0,0,0,0.5);
    padding: 0rem 0.4rem 0.05rem;
    margin-left: 1rem;
}
.innerlecture {
    padding: 0 1.2rem;
}
.dl-lecture {
    line-height: 2;
}
.dl-lecture dt {
    float: left;
    width: 7.7em;
}
.dl-lecture dt span {
    background: #fde5ae;
    padding: 0.05rem 0.7rem;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #231815;
}
.dl-lecture dd {
    margin-left: 7.7em;
    font-size: 15px;
    font-weight: 400;
    color: #231815;
}
.titlelecture2 {
    background: #004535;
    padding: 0.3rem 1.5rem;
}
.titlelecture2 h2 {
    max-width: 1050px;
    margin: auto;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.blocklecture3 {
    background: #fffeee;
    padding: 2rem 1.5rem 1rem;
    border-top: 1px solid rgba(0,0,0,0.5);
}
.boxlecture3 {
    max-width: 1000px;
    margin: auto;
}
.boxlecture3 h4 {
    font-size: 22px;
    font-weight: 400;
    color: #004535;
}
.boxlecture3 h4 span {
    display: inline-block;
    background: #004535;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    margin-right: 0.6rem;
    line-height: 1.4;
}
.boxlecture3 p {
    margin-left: 36px;
    font-size: 13px;
    font-weight: 400;
    color: #231815;
}
.boxlecture3 ul {
    margin-left: 36px;
    list-style: none;
    padding-left: 0;
    border-top: 1px solid rgba(35,24,21,0.7);
    max-width: 370px;
}
.boxlecture3 ul li {
    font-size: 18px;
    font-weight: 400;
    color: #231815;
    padding: 0.2rem 1rem;
    border-bottom: 1px solid rgba(35,24,21,0.7);
}
.boxlecture3 dt {
    font-size: 18px;
    font-weight: 400;
    color: #004535;
}
.boxlecture3 dd {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
    margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
    .titlelecture h2 {
        font-size: 22px;
    }
    .boxlecture p {
        font-size: 12px;
    }
    .boxlecture2 p {
        font-size: 10px;
    }
    .br-xs {
        display: block;
    }
    .btn-open {
        width: 100%;
        font-size: 16px;
    }
    .dl-lecture dt {
        float: none;
        width: 7.7em;
    }
    .dl-lecture dt span {
        font-size: 15px;
    }
    .dl-lecture dd {
        margin-left: 0;
        font-size: 10px;
    }
    .titlelecture2 h2 {
        font-size: 16px;
    }
    .boxlecture2 p small {
        font-size: 10px;
    }
    .boxlecture2 h4,
    .boxlecture3 h4 {
        font-size: 18px;
    }
    .boxlecture2 h4 small {
        font-size: 13px;
    }
    .boxlecture3 h4 span {
        line-height: 1.75;
    }
    .boxlecture3 p {
        margin-left: 0px;
        font-size: 10px;
    }
    .boxlecture3 ul {
        max-width: 100%;
        margin-left: 0px;
    }
    .boxlecture3 ul li {
        font-size: 15px;
    }
    .boxlecture3 dt {
        font-size: 18px;
    }
    .boxlecture3 dd {
        font-size: 10px;
    }
}
.blockcontact {
    background: #fffeee;
    border-top: 20px solid #6ea03c;
    padding: 3rem 1.5rem;
}
.boxcontact {
    max-width: 1050px;
    margin: auto;
}
.boxcontact h2 {
    font-size: 34px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
.table-contact {
    width: 100%;
    margin-bottom: 1rem;
}
.table-contact th {
    background: #e0e0e0;
    border-radius: 0.3rem;
    padding: 0.8rem 0.8rem;
    width: 25%;
    vertical-align: top;
}
.table-contact th dl {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
}
.table-contact th dl dt {
    width: 40px;
}
.table-contact th dl dt span {
    display: block;
    background: #d31653;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.table-contact th dl dd {
    padding-left: 0.5rem;
    font-size: 16px;
    font-weight: 400;
    color: #231815;
    margin-bottom: 0;
}
.table-contact td {
    padding-left: 2rem;
}
.wpcf7-list-item.first {
    border-top: 1px dotted rgba(0,0,0,0.7);
}
.wpcf7-list-item {
    display: block !important;
    border-bottom: 1px dotted rgba(0,0,0,0.5);
    padding: 0.3rem;
}
.form-control {
    padding: 0.5rem;
    border-color: rgba(0,0,0,0.5);
}
@media (max-width: 991.98px) {
    .table-contact th,
    .table-contact td {
        display: block;
        width: 100%;
    }
    .table-contact td {
        padding: 1rem 0;
    }
}
@media (max-width: 575.98px) {
    .boxcontact h2 {
        font-size: 22px;
    }
    .table-contact th dl dt span {
        font-size: 12px;
    }
    .table-contact th dl dd {
        font-size: 14px;
    }
    .table-contact td {
        font-size: 10px;
    }
}
.blockaccess {
    padding: 3rem 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.boxaccess {
    max-width: 1050px;
    margin: auto;
}
.boxaccess h2 {
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.boxaccess h3 {
    font-size: 18px;
    font-weight: 400;
}
.boxaccess p {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
}
.list-access {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin: 2rem auto 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 1rem;
}
.list-access li p {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
    margin-top: 0.5rem;
}
.img-access {
    max-width: 100%;
}
@media (max-width: 575.98px) {
    .boxaccess h2 {
        font-size: 22px;
    }
    .boxaccess h3 {
        font-size: 16px;
    }
    .boxaccess p {
        font-size: 10px;
    }
    .list-access {
        display: block;
    }
    .list-access li p {
        font-size: 10px;
    }
}
.titledepartment {
    max-width: 1050px;
    margin: auto;
    font-size: 11px;
    font-weight: 400;
    padding-bottom: 0.3rem;
}
.blockdepartment {
    padding: 2rem 1.5rem 0;
}
.boxdepartment {
    max-width: 1036px;
    margin: auto;
}
.boxdepartment p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.boxdepartment h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.boxdepartment ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}
.boxdepartment ul li {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 0.6rem;
}
.boxdepartment ul li::before {
    content: '●';
    font-size: 13px;
    color: #6ea03c;
    margin-right: 0.6rem;
}
.dl-department {
    display: table;
    width: 100%;
    margin-bottom: 2rem;
}
.dl-department .dt {
    display: table-cell;
    width: 17%;
    vertical-align: top;
}
.dl-department .dd {
    display: table-cell;
    width: 83%;
}
.dl-department h4 {
    font-size: 22px;
    font-weight: 400;
    color: #231815;
    border-left: 5px solid #6ea03c;
    padding-left: 1rem;
}
.table-department {
    width: 100%;
}
.table-department02 {
    width: 100%; 
}
.table-department01 td,
.table-department01 th,
.table-department02 td,
.table-department02 th{
    border: 1px solid rgba(0,0,0,0.5);
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color:#231815;
    white-space: nowrap;
}
.table-department01 td,
.table-department01 th {
    width: 50%;
    padding: 2.35rem 1.5rem;
}
.table-department02 td,
.table-department02 th {
    padding: 0.2rem 0.7rem;
}
.table-department01 th,
.table-department02 th {
    background: #fde5ae;
}
.dl-course {
    line-height: 2;
    margin-bottom: 2rem;
}
.dl-course dt {
    float: left;
    width: 7.7em;
}
.dl-course dt span {
    display: block;
    background: #fde5ae;
    padding: 0 0.7rem;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #231815;
}
.dl-course dd {
    margin-left: 9.7em;
    font-size: 15px;
    font-weight: 400;
    color: #231815;
}
.dl-department .dd small {
    font-weight: 400;
}
.blockdepartment2 {
    background: #fffeee;
    padding: 3rem 1.5rem 4rem;
}
.boxdepartment2 {
    max-width: 930px;
    margin: auto;
}
.boxdepartment2 h3 {
    font-size: 18px;
    font-weight: 400;
    color: #231815;
}
.boxdepartment2 p {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
    margin-bottom: 2rem;
}
.table-department03 {
    width: 100%;
    margin-bottom: 1rem;
}
.table-department03 th {
    font-size: 15px;
    font-weight: 400;
    color: #231815;
    border-bottom: 1px dotted rgba(0,0,0,0.5);
    padding: 1rem 0;
    vertical-align: top;
    width: 30%;
}
.table-department03 th.first-child {
    width: 12%;
    color: #6ea03c;
}
.table-department03 td {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
    border-bottom: 1px dotted rgba(0,0,0,0.5);
    padding: 1rem 0;
}
.table-department04 {
    margin-bottom: 3rem;
}
.table-department04 th.first-child,
.table-department04 th.last-child,
.table-department04 td.last-child{
    border-bottom: none;
}
.btn-rq {
    display: table;
    background: #e50012;
    padding: 0.8rem;
    width: 320px;
    font-size: 18px;
    font-weight: 400;
    margin: auto;
    border-radius: 2rem;
    position: relative;
    text-align: center;
    color: #fff;
    border: none;
}
.btn-rq::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f061";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-rq:hover {
    color: #fff;
    opacity: 0.7;
}
.titledepartment02 {
    background: #535050;
    padding: 0.5rem 1.5rem;
}
.titledepartment02 h2 {
    max-width: 1050px;
    margin: auto;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.titledepartment02 h2 small {
    font-size: 11px;
}
@media (max-width: 575.98px) {
    .titledepartment {
        padding-left: 1.5rem;
    }
    .boxdepartment p {
        font-size: 12px;
    }
    .boxdepartment h3 {
        font-size: 15px;
    }
    .boxdepartment ul li {
        font-size: 10px;
    }
    .boxdepartment ul li::before {
        font-size: 10px;
        margin-right: 0.3rem;
    }
    .dl-department h4 {
        font-size: 22px;
    }
    .table-department01 td,
    .table-department01 th,
    .table-department02 td,
    .table-department02 th{
        font-size: 15px;
    }
    .titledepartment02 h2 {
        font-size: 18px;
    }
    .titledepartment02 h2 small {
        font-size: 13px;
    }
    .dl-course dt span {
        font-size: 16px;
    }
    .dl-course dd {
        font-size: 10px;
    }
    .table-department03 th {
        font-size: 20px;
    }
    .boxdepartment2 h3 {
        font-size: 18px;
    }
    .boxdepartment2 p {
        font-size: 10px;
    }
    .btn-rq {
        font-size: 16px;
    }
    .brnone-xs {
        display: none;
    }
}
.blockdepartment3 {
    background: #8fc31f;
    padding: 2rem 1.5rem 3rem;
}
.boxdepartment3 {
    max-width: 970px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.boxdepartment3 h3 {
    font-size: 18px;
    font-weight: 400;
    color: #231815;
    margin-bottom: 1rem;
}
.boxdepartment3 p {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
    margin-bottom: 2rem;
}
.img-schedule {
    max-height: 400px;
    max-width: 100%;
}
.table-teaching,
.table-teaching2 {
    width: 100%;
    margin-bottom: 1rem;
}
.table-teaching td,
.table-teaching2 td,
.table-teaching2 th {
    border: 1px solid rgba(255,255,255,0.8);
    font-size: 13px;
    font-weight: 400;
    color: #231815;
    padding: 0.5rem 1rem;
}
.table-teaching th {
    border: 1px solid rgba(255,255,255,0.8);
    font-size: 18px;
    font-weight: 400;
    color: #231815;
    text-align: center;
}
.table-teaching td {
    width: 40%;
    text-align: center;
}
.table-teaching2 td {
    width: 20%;
    text-align: center;
    white-space: nowrap;
}
.table-teaching2 th {
    text-align: right;
}
.text-teaching {
    background: #fff;
    padding: 1rem;
}
.text-teaching h5 {
    font-size: 18px;
    font-weight: 400;
    color: #231815;
}
.text-teaching p {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
    margin-bottom: 0;
}
.boxdepartment4 {
    max-width: 970px;
}
.dl5 dt {
    float: left;
    width: 6.5em;
}
.dl5 dd {
    margin-left: 8.5em;
    font-size: 13px;
    font-weight: 400;
    color: #231815;
}
.dl10 dt {
    float: left;
    width: 10em;
    font-weight: 400;
}
.dl10 dd {
    margin-left: 10em;
    font-weight: 400;
    color: #231815;
    margin-bottom: 0;
}
.text-green {
    color: #65b054;
}
.boxtimetable {
    max-width: 800px;
    margin: auto;
}
.img-timetable {
    /*width: 926px;*/
    width: 800px;
}
@media (max-width: 575.98px) {
    .img-timetable {
        width: 600px;
    }
}
.boxteacher {
    max-width: 945px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 3rem;
}
.dl-teacher {
    display: flex;
    flex-wrap: nowrap;
}
.dl-teacher dt img {
    width: 129px;
}
.dl-teacher dd h5 {
    font-size: 18px;
    font-weight: 400;
    color: #231815;
}
.dl-teacher dd {
    padding-left: 0.9rem;
}
.dl-teacher dd p {
    font-size: 13px;
    font-weight: 400;
    color: #231815;
}
.blockdepartment5 {
    background: #91c7c1;
    padding: 2rem 1.5rem;
}
.list-department {
    list-style: none;
    padding-left: 0;
    margin-bottom: 3rem;
    border-top: 1px solid rgba(0,0,0,0.7);
}
.list-department li {
    display: table;
    border-bottom: 1px solid rgba(0,0,0,0.7);
    padding: 1rem;
}
.list-department li div {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}
.list-department li div strong {
    display: block;
    width: 139px;
    border-radius: 15px;
    background: #33a8b0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
}
.list-department li span {
    display: table-cell;
    padding-left: 1rem;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    width: 100%;
}
.blockdepartment6 {
    background: #f59181;
    padding: 2rem 1.5rem;
}
.border-t {
    border-top: 1px solid rgba(0,0,0,0.4);
    padding-top: 0.5rem;
}
.border-b {
    border-bottom: 1px solid rgba(0,0,0,0.4);
    padding-bottom: 0.5rem;
}
.border-t,
.border-b {
    font-size: 16px;
}
.border-t strong,
.border-b strong {
    font-size: 18px;
    font-weight: 400;
    color: #f59181;
}
.text-korean {
    /*max-width: 926px;*/
    text-align: right;
    margin-bottom: 3rem !important;
}
.text-korean img {
    max-height: 20px;
    max-width: 100%;
}
@media (max-width: 991.98px) {
    .dl-department {
        display: block;
    }
    .dl-department .dt {
        display: block;
        width: 100%;
    }
    .dl-department .dd {
        display: block;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .table-department .w-th,
    .table-department .w-td {
        display: block;
    }
    .table-department01 {
        margin-bottom: 1rem;
    }
    .table-department03 {
        margin-left: 0;
    }
    .table-department03 th,
    .table-department03 td {
        display: block;
        width: 100%;
        padding: 1.5rem;
    }
    .table-department03 th.first-child {
        width: 100%;
    }
    .table-department03 th {
        border-bottom: none;
        padding: 0rem 0;
    }
    .table-department03 td {
        font-size: 15px;
        padding: 0 0 1rem;
        margin-bottom: 0.7rem;
    }
    .boxdepartment3 {
        display: block;
    }
    .boxdepartment3 .first-child {
        max-width: 520px;
        margin: 0 auto 2rem;
    }
    .dl5.dl5none dt {
        float: none;
        width: 100%;
    }
    .dl5.dl5none dd {
        margin-left: 0;
    }
    .boxteacher {
        display: block;
    }
    .dl-teacher {
        margin-bottom: 2rem;
    }
}
@media (max-width: 575.98px) {
    .boxdepartment3 h3 {
        font-size: 18px;
    }
    .boxdepartment3 p {
        font-size: 10px;
    }
    .table-teaching td,
    .table-teaching2 td,
    .table-teaching2 th {
        font-size: 15px;
    }
    .table-teaching th {
        font-size: 15px;
    }
    .dl5 dd {
        font-size: 10px;
    }
    .dl-course dt {
        float: none;
        width: 8.7em;
    }
    .dl-course dd {
        margin-left: 0;
    }
    .btn-rq {
        width: 80%;
    }
    .list-department li {
        display: block;
        margin-bottom: 0.3rem;
    }
    .list-department li div {
        display: block;
        margin-bottom: 0.3rem;
    }
    .list-department li div strong {
        font-size: 16px;
    }
    .list-department li span {
        font-size: 10px;
    }
    .dl-teacher dd h5 {
        font-size: 14px;
    }
    .dl-teacher dd {
        font-size: 10px;
    }
    .dl-teacher dd p {
        font-size: 10px;
    }
}
.blockopening {
    padding: 1rem 1.5rem 2rem;
}
.boxopening {
    max-width: 1050px;
    margin: auto;
}
.boxopening p {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    color: #231815;
    margin-bottom: 0.3rem;
}
.boxopening p b {
    font-size: 15px;
    font-weight: 500;
}
.boxopening h5 {
    font-size: 18px;
    font-weight: 500;
    color: #231815;
}
.boxopening table {
    margin-bottom: 2rem;
}
.boxopening table th,
.boxopening table td {
    font-size: 15px;
}
@media (max-width: 575.98px) {
    .boxopening p {
        font-size: 10px;
    }
    .boxopening p b {
        font-size: 12px;
        font-weight: 500;
    }
    .boxopening h5 {
        font-size: 15px;
    }
    .boxopening table th,
    .boxopening table td {
        font-size: 12px;
    }
}
footer {
    padding: 2rem 0 0;
}
.boxfooter {
    display: table;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 2rem;
}
.boxfooter dt {
    display: table-cell;
}
.boxfooter dt p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}
.boxfooter dt h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}
.boxfooter dt h2 small {
    font-size: 14px;
    margin-right: 1rem;
}
.boxfooter dd {
    display: table-cell;
    vertical-align: middle;
}
.table-footer {
    width: 100%;
}
.table-footer td {
    vertical-align: middle;
    text-align: center;
}
.menu-footer {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 0;
}
.menu-footer li {
    margin: 0 1rem;
}
.menu-footer li a {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.menu-footer li a::before {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
}
.menu-footer li a:hover {
    color: #9fc812;
}
.btn-contact {
    display: inline-block;
    background: #535050;
    padding: 0.5rem;
    width: 228px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    border-radius: 2rem;
    position: relative;
    text-align: center;
    color: #fff;
}
.btn-contact::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f054";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-contact:hover {
    color: #fff;
    opacity: 0.7;
}
.list-sns {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 0;
}
.list-sns li {
    margin: 0 0.5rem;
}
.list-sns li img {
    max-height: 54px;
}
.blockcopy {
    background: #535050;
    padding: 1rem;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1098.98px) {
    .boxfooter {
        display: block;
        padding: 0 1.5rem;
    }
    .boxfooter dt {
        padding-bottom: 1rem;
    }
    .boxfooter dt,
    .boxfooter dd {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .boxfooter {
        display: flex;
        flex-direction: column-reverse;
    }
    .boxfooter dt {
        padding: 0;
    }
    .boxfooter dt,
    .boxfooter dd {
        display: block;
        text-align: center;
    }
    .boxfooter dt h2 small {
        font-size: 14px;
        margin-right: 0.5rem;
    }
    .table-footer td {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 575.98px) {
    .blockcopy {
        font-size: 9px;
    }
}
/* 戻るアンカー */
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 16px;
	right: 16px;
	opacity: 0;
    z-index: 2;
}
#page-top.fade-in {
	color: #000;
	font-size: 60px;
	opacity: 1;
	transition: opacity 1s;
	cursor: pointer;
}
#page-top.fade-in:hover {
	color: #9fc812;
}
@media (max-width: 575.98px) {
	#page-top.fade-in {
		font-size: 32px;
	}
}
ruby {
	display: inline-table;
	border-collapse: collapse;
	/*height: 2em;*/
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: 0.9em;
	text-decoration: inherit;
	text-align: center;
	line-height: 1em;
}
/* 上ルビ */
ruby>rtc {
	display: table-header-group;
	height: 25%;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 64%;
	line-height: 1em;
}
/* 下ルビ(括弧類がある場合とない場合でセレクタが異なる) */
ruby>rtc+rtc,
ruby>rtc+rp+rtc {
	display: table-footer-group;
	height: 25%;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 64%;
	text-decoration: none;
	line-height: 1em;
}
/* 各文字に対応するルビ */
ruby>rtc>rt {
	display: table-cell;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font-size: 100%;
	text-align: center;
	line-height: 1em;
}
/* ルビ対象テキスト */
ruby>rb {
	display: table-cell;
	max-height: 75%;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font: inherit;
	text-decoration: none;
	text-align: center;
	line-height: 1em;
	vertical-align: top;
}
/* 非対応環境向け括弧類 */
ruby>rp {
	display: none;
}
/* 単純な<ruby>要素での<rt>要素 */
ruby>rt {
	display: table-header-group;
	height: 25%;
	margin: 0;
	padding: 0 0.125em;
	border: none;
	font: inherit;
	font-size: 64%;
	line-height: 1em;
    text-align: center;
}
/* <ruby>要素入れ子の場合 */
ruby>ruby {
	vertical-align: 0em;
}
/* <ruby>要素が入れ子でない場合のルビテキストと、*/
/* <ruby>要素が入れ子の場合の上位<ruby>要素のルビテキスト、*/
ruby>ruby+rt,
ruby>ruby+rp+rt {
	display: table-footer-group;
}
/* <ruby>要素直下に<rt>要素が二つある場合 */
ruby>rt+rt {
	display: table-footer-group;
}
.your-privacy .wpcf7-list-item {
    padding: 0.175rem 0.75rem;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin: 0 auto 0.3rem !important;
    background: #e8e8e8;
    display: table;
    width: 45%;
}
.your-privacy .wpcf7-list-item::before {
    content: '個人情報保護について';
    display: table-cell;
    font-size: 15px;
    color: #212121;
    margin-right: 0.4rem;
}
.your-type .wpcf7-list-item {
    padding: 0.175rem 0.75rem;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    width: 32.5%;
    display: inline-block;
    margin: 0 0.15rem 0.3rem !important;
    background: #e8e8e8;
}
@media (max-width: 599.98px) {
    .your-type .wpcf7-list-item {
        width: 48.2%;
        margin: 0 0.15rem 0.3rem;
    }
}
.widgettitle {
	display: none;
}
.widget_rss {
	list-style: none;
}
.widget_rss ul li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #000;
    font-size: 13px;
    color: #000;
}
.widget_rss ul li a {
    font-size: 13px;
    color: #000;
}
.widget_rss ul li a:hover {
    color: #333;
    opacity: 0.7;
}
.widget_rss ul li a::before {
    content: '';
    background-image: url(images/ico-no01.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    display: inline-block;
    width: 6px;
    height: 9px;
}
@media (min-width:576px) and (max-width: 991.98px) {
    .your-privacy .wpcf7-list-item {
        width: 57.2%;
        margin: 0 0.15rem 0.3rem;
    }
}
@media (max-width: 575.98px) {
    .your-privacy .wpcf7-list-item {
        width: 100%;
    }
    .your-privacy .wpcf7-list-item::before,
    .wpcf7-list-item-label {
        font-size: 10px;
    }
}
.pagenation {
    margin: 0 auto 1rem;
    text-align: center;
}
.pagenation a {
    font-size: 10px;
    color: #5f5648;
}
.oldpage {
    float: left;
    font-size: 1.1rem;
}
.newpage {
    float: right;
    font-size: 1.1rem;
}
.pagenum span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background: #000;
    padding: 0 0.7rem;
}
.pagenum a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.pagenum a:hover {
    color: #006ab8;
}
.pagenum a .arrow-l::before {
    content: url("images/ico-arrow-l.png");
    position: absolute;
    top: 0.1rem;
    left: -20px;
}
.pagenum a .arrow-r::after {
    content: url("images/ico-arrow-r.png");
    position: absolute;
    top: 0.1rem;
    right: -20px;
}
.page-numbers {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin: auto;
    justify-content: center;
}
.page-numbers li {
    margin: 0 0.3rem;
}
.wpcf7-spinner {
    display: none !important;
}
@media (max-width: 575.98px) {
    .pagenation {
        margin: 1rem auto 2rem;
    }
    .pagenation span,
    .pagenation a {
        font-size: 10px;
    }
}