@charset "UTF-8";
/*admissions*/
.tit_wrap h1.h_index{
	width: 187px;
	height: 45px;
	background: url('../../img/admissions/index/h_index.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_type{
	width: 237px;
	height: 100px;
	background: url('../../img/admissions/type/h_type.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_application{
	width: 188px;
	height: 101px;
	background: url('../../img/admissions/application/h_application.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_selfrecommend{
	width: 299px;
	height: 100px;
	background: url('../../img/admissions/type/h_selfrecommend.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_alumnichildren{
	width: 299px;
	height: 100px;
	background: url('../../img/admissions/type/h_alumnichildren.png') no-repeat;
	background-size: cover;
	}


.tit_wrap h1.h_alumnirecommend{
	width: 299px;
	height: 100px;
	background: url('../../img/admissions/type/h_alumnirecommend.png') no-repeat;
	background-size: cover;
	}


.tit_wrap h1.h_internationalstudent{
	width: 285px;
	height: 100px;
	background: url('../../img/admissions/type/h_internationalstudent.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_working{
	width: 184px;
	height: 100px;
	background: url('../../img/admissions/type/h_working.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_tuition{
	width: 194px;
	height: 101px;
	background: url('../../img/admissions/tuition/h_tuition.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_scholarship{
	width: 194px;
	height: 100px;
	background: url('../../img/admissions/scholarship/h_scholarship.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_faq{
	width: 207px;
	height: 100px;
	background: url('../../img/admissions/faq/h_faq.png') no-repeat;
	background-size: cover;
	}


/*index*/
#index_list{
	padding: 80px 0;
	}

#index_list .grid_wrap.index_list_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	}

#index_list .grid_wrap.index_list_item_wrap.bdb{
	padding-bottom: 40px;
	}

#index_list a.index_list_item{
	display: flex;
	align-items: center;
	border: 1px solid #d0d9df;
	border-radius: 10px;
	padding: 40px;
	font-size: 1.25em;
	font-weight: bold;
	position: relative;
	}
#index_list a.index_list_item::after{
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #d0d9df;
	background: var(--col_white) url('../img/icon_arrow_blue.svg') center center no-repeat;
	background-size: 12px 12px;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	}
#index_list a.index_list_item .small{
	font-size: 0.8em;
	font-weight: normal;
	}
#index_list a.index_list_item:hover{
	background: var(--col_linksub);
	text-decoration: none;
	}


/*type*/
#type_list{
	padding: 80px 0;
	}
#type_list .grid_wrap.type_link_item_wrap{
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	}
#type_list .type_link_item{
	border: 1px solid #d0d9df;
	border-radius: 10px;
	padding: 40px;
	}
#type_list .type_link_item a.btn_white{
	width: 200px;
	margin-top: 40px;
	margin-left: auto;
	}
#type_list .grid_wrap.type_recommend_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	border-bottom: 1px solid #d0d9df;
	}
#type_list .type_recommend_item{
	border-top: 1px solid #d0d9df;
	}
#type_list .type_recommend_item:nth-of-type(odd){
	padding: 40px 40px 40px 0;
	border-right: 1px solid #d0d9df;
	}
#type_list .type_recommend_item:nth-of-type(even){
	padding: 40px 0 40px 40px;
	}
#type_list .type_recommend_item a.btn_white{
	width: 200px;
	margin-top: 40px;
	margin-left: auto;
	}


/*application*/
.h2_wrap h2.h_process{
	width: 232px;
	height: 45px;
	background: url('../../img/admissions/application/h_process.png') no-repeat;
	background-size: cover;
	margin: 0 auto 20px;
	}

.h2_wrap h2.h_schedule{
	width: 188px;
	height: 45px;
	background: url('../../img/admissions/application/h_schedule.png') no-repeat;
	background-size: cover;
	margin: 0 auto 20px;
	}

/*application_process*/
#application_process{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}
#application_process .grid_wrap.summary_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 20px;
	}
#application_process table.tbl_01 > tbody > tr > th{
	width: 220px;
	}
#application_process table.tbl_01 > tbody > tr > td{
	width: calc(100% - 220px);
	}
#application_process table.tbl_01 > tbody > tr > td:has(table){
	padding-top: 0;
	}
#application_process table.tbl_02 > tbody > tr > th{
	width: 155px;
	}
#application_process table.tbl_02 > tbody > tr > td{
	width: calc(100% - 155px);
	}
#application_process .summary_item .bdt{
	padding: 10px 0;
	}
#application_process .bg_linksub{
	padding: 40px;
	border-radius: 10px;
	width: 800px;
	margin: 10px auto;
	}
#application_process .bg_linksub h3.bdb{
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

/*application_schedule*/
#application_schedule{
	padding: 80px 0;
	}
#application_schedule .grid_wrap.summary_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 20px;
	}

#application_schedule .tbl_wrap table.tbl_03 th.bg_link{
	width: 560px;
	}

/*exam_document*/
.selfrecommend_copy_wrap{
	padding-bottom: 80px;
	}
.h2_wrap h2.h_document{
	width: 188px;
	height: 45px;
	background: url('../../img/admissions/type/h_document.png') no-repeat;
	background-size: cover;
	}
#exam_document{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#exam_document a.btn_pdf{
	width: 450px;
	height: 80px;
	border-radius: 80px;
	border: 4px solid var(--col_link);
	background-position: right 40px center;
	background-size: 40px 40px;
	font-size: 1.25em;
	margin: 0 auto 20px;
	}
#exam_document a.btn_pdf:last-of-type{
	margin: 0 auto;
	}

/*exam_application*/
.h2_wrap h2.h_application{
	width: 188px;
	height: 46px;
	background: url('../../img/admissions/type/h_application.png') no-repeat;
	background-size: cover;
	margin: 0 auto 20px;
	}
#exam_application{
	padding: 80px 0;
	}
#exam_application .grid_wrap.summary_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 20px;
	}
#exam_application .summary_item a.btn_white{
	width: 200px;
	margin-top: 40px;
	margin-left: auto;
	}

#exam_application table.tbl_01 > tbody > tr > th{
	width: 220px;
	}
#exam_application table.tbl_01 > tbody > tr > td{
	width: calc(100% - 220px);
	}
#exam_application table.tbl_01 > tbody > tr > td:has(table){
	padding-top: 0;
	}
#exam_application table.tbl_02 > tbody > tr > th{
	width: 155px;
	}
#exam_application table.tbl_02 > tbody > tr > td{
	width: calc(100% - 155px);
	}

/*tuition*/
#tuition_list{
	padding: 80px 0;
	}
#tuition_list .grid_wrap.summary_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 20px;
	}
#tuition_list .tbl_03{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

/*scholarship*/
#scholarship_list{
	padding: 80px 0;
	}
#scholarship_list table.tbl_01 > tbody > tr > th{
	width: 220px;
	}
#scholarship_list table.tbl_01 > tbody > tr > td{
	width: calc(100% - 220px);
	}
#scholarship_list table.tbl_01 > tbody > tr > td:has(table){
	padding-top: 0;
	}
#scholarship_list table.tbl_02 > tbody > tr > th{
	width: 180px;
	}
#scholarship_list table.tbl_02 > tbody > tr > td{
	width: calc(100% - 180px);
	}
#scholarship_list table.tbl_03 > tbody > tr > td{
	width: 50%;
	}

/*faq*/
#faq_list{
	padding: 80px 0;
	}
#faq_list .grid_wrap.faq_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 40px;
	}
#faq_list .h_icon_q{
	display: flex;
	align-items: center;
	font-size: 1.125em;
	min-height: 60px;
	}
#faq_list .h_icon_q::before{
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: var(--col_link) url('../../img/admissions/faq/icon_q.png') center center no-repeat;
	background-size: 22px 26px;
	margin-right: 15px;
	}
#faq_list .h_icon_q span{
	width: calc(100% - 75px);
	}

#faq_list .icon_a_wrap{
	margin-top: 20px;
	padding: 40px 40px 40px 100px;
	background: var(--col_linksub) url('../../img/admissions/faq/icon_a.png') top 45px left 40px no-repeat;
	background-size: 22px 26px;
	border-radius: 10px;
	}

/*inquiry_tel_wrap*/
.inquiry_tel_wrap .tel{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--col_link);
	font-size: 2.5em;
	font-weight: bold;
	line-height: normal;
	}
.inquiry_tel_wrap .tel::before{
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../img/icon_tel.svg') no-repeat;
	background-size: cover;
	margin-right: 20px;
	}


/* Media Queries
==========================================================================*/
@media screen and (max-width:1200px) {
/*type_list*/
#type_list .type_link_item a.btn_white{
	width: 100%;
	}

/*application*/
#application_process .bg_linksub{
	width: 100%;
	}

#application_schedule .tbl_wrap table.tbl_03 th.bg_link{
	width: 50%;
	}
/*tuition*/
#tuition_list .tbl_03{
	width: 100%;
	}
}

@media screen and (max-width:767px) {
.tit_wrap h1.h_index{
	width: 125px;
	height: 30px;
	background-size: 125px 30px;
	}
.tit_wrap h1.h_type{
	width: 161px;
	height: 68px;
	background-size: 161px 68px;
	}

.tit_wrap h1.h_application{
	width: 127px;
	height: 68px;
	background-size: 127px 68px;
	}

.tit_wrap h1.h_selfrecommend{
	width: 203px;
	height: 68px;
	background-size: 203px 68px;
	}

.tit_wrap h1.h_alumnichildren{
	width: 203px;
	height: 68px;
	background-size: 203px 68px;
	}

.tit_wrap h1.h_alumnirecommend{
	width: 203px;
	height: 68px;
	background-size: 203px 68px;
	}

.tit_wrap h1.h_internationalstudent{
	width: 194px;
	height: 68px;
	background-size: 194px 68px;
	}

.tit_wrap h1.h_working{
	width: 125px;
	height: 68px;
	background-size: 125px 68px;
	}

.tit_wrap h1.h_tuition{
	width: 131px;
	height: 68px;
	background-size: 131px 68px;
	}

.tit_wrap h1.h_scholarship{
	width: 132px;
	height: 68px;
	background-size: 132px 68px;
	}

.tit_wrap h1.h_faq{
	width: 141px;
	height: 68px;
	background-size: 141px 68px;
	}
/*index*/
#index_list{
	padding: 40px 0;
	}

#index_list .grid_wrap.index_list_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	}
#index_list .grid_wrap.index_list_item_wrap.bdb{
	padding-bottom: 20px;
	}

#index_list a.index_list_item{
	min-height: 80px;
	border-radius: 10px;
	padding: 0 20px;
	align-items: start;
	justify-content: center;
	flex-flow: column;
	}
#index_list a.index_list_item .small{
	display: block;
	}
#index_list a.index_list_item::after{
	right: 20px;
	}
/*type*/
#type_list{
	padding: 40px 0;
	}
#type_list .grid_wrap.type_link_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	}
#type_list .type_link_item{
	border-radius: 10px;
	padding: 20px;
	}
#type_list .type_link_item a.btn_white{
	width: 200px;
	margin: 20px auto 0;
	}
#type_list .grid_wrap.type_recommend_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	}
#type_list .type_recommend_item{
	border-top: 1px solid #d0d9df;
	}
#type_list .type_recommend_item:nth-of-type(odd){
	padding: 20px 0;
	border-right: none;
	}
#type_list .type_recommend_item:nth-of-type(even){
	padding: 20px 0;
	}
#type_list .type_recommend_item a.btn_white{
	margin: 20px auto 0;
	}

/*application*/
.h2_wrap h2.h_process{
	width: 175px;
	height: 34px;
	background-size: 175px 34px;
	}

.h2_wrap h2.h_schedule{
	width: 142px;
	height: 34px;
	background-size: 142px 34px;
	}
/*application_process*/
#application_process{
	padding: 40px 0;
	}
#application_process .grid_wrap.summary_item_wrap{
	gap: 10px;
	}
#application_process table.tbl_01 > tbody > tr > th{
	width: 110px;
	}
#application_process table.tbl_01 > tbody > tr > td{
	width: calc(100% - 110px);
	}
#application_process table.tbl_02 > tbody > tr > th{
	width: 100%;
	padding: 10px 0 0;
	border-bottom: none;
	}
#application_process table.tbl_02 > tbody > tr > td{
	width: 100%;
	padding: 10px 0;
	}
#application_process .bg_linksub{
	padding: 20px;
	border-radius: 10px;
	}

/*application_schedule*/
#application_schedule{
	padding: 40px 0;
	}
#application_schedule .grid_wrap.summary_item_wrap{
	grid-template-columns: minmax(0, 1fr);
	gap: 10px;
	}

#application_schedule .sp_flex tr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#application_schedule .sp_flex th.bg_link,#application_schedule .sp_flex td.col2{
	width: 100%;
	}

#application_schedule .sp_flex th.bg_linksub,#application_schedule .sp_flex td.col{
	width: 50%;
	}

#application_schedule .tbl_wrap table.tbl_03 th.bg_link{
	width: auto;
	}

/*exam_document*/
.selfrecommend_copy_wrap{
	padding-bottom: 40px;
	}
.h2_wrap h2.h_document{
	width: 142px;
	height: 34px;
	background-size: 142px 34px;
	}
#exam_document{
	padding: 40px 0;
	}

#exam_document a.btn_pdf{
	width: 100%;
	height: 60px;
	border-radius: 60px;
	border: 2px solid var(--col_link);
	background-position: right 20px center;
	margin: 0 auto 10px;
	}


/*exam_application*/
.h2_wrap h2.h_application{
	width: 139px;
	height: 34px;
	background-size: 139px 34px;
	}
#exam_application{
	padding: 40px 0;
	}
#exam_application .grid_wrap.summary_item_wrap{
	gap: 10px;
	}
#exam_application .summary_item a.btn_white{
	margin: 20px auto 0;
	}
#exam_application table.tbl_01 > tbody > tr > th{
	width: 110px;
	}
#exam_application table.tbl_01 > tbody > tr > td{
	width: calc(100% - 110px);
	}
#exam_application table.tbl_02 > tbody > tr > th{
	width: 100%;
	padding: 10px 0 0;
	border-bottom: none;
	}
#exam_application table.tbl_02 > tbody > tr > td{
	width: 100%;
	padding: 10px 0;
	}


/*tuition*/
#tuition_list{
	padding: 40px 0;
	}
#tuition_list .grid_wrap.summary_item_wrap{
	gap: 10px;
	}

#tuition_list table.tbl_03 > tbody > tr{
	width: 100%;
	display: flex;
	}
#tuition_list table.tbl_03 > tbody > tr > th,#tuition_list table.tbl_03 > tbody > tr > td{
	flex-basis: 100%;
	}
#tuition_list table.tbl_03 > tbody > tr.sp_flex{
	flex-wrap: wrap;
	}
#tuition_list table.tbl_03 > tbody > tr.sp_flex > th.nobdr{
	border-bottom: none;
	border-right: 1px solid #d0d9df;
	padding-bottom: 0;
	}
#tuition_list table.tbl_03 > tbody > tr.sp_flex > td.txt_alignright{
	padding-top: 0;
	}

/*scholarship*/
#scholarship_list{
	padding: 40px 0;
	}
#scholarship_list h2.txt_aligncenter{
	line-height: 1.5;
	}

#scholarship_list table.tbl_01 > tbody > tr > th{
	width: 110px;
	}
#scholarship_list table.tbl_01 > tbody > tr > td{
	width: calc(100% - 110px);
	}
#scholarship_list table.tbl_02 > tbody > tr > th{
	width: 100%;
	padding: 10px 0 0;
	border-bottom: none;
	}
#scholarship_list table.tbl_02 > tbody > tr > td{
	width: 100%;
	padding: 10px 0;
	}
#scholarship_list table.tbl_03 > tbody > tr > td{
	width: 100%;
	padding: 10px;
	}


/*faq*/
#faq_list{
	padding: 40px 0;
	}
#faq_list .grid_wrap.faq_item_wrap{
	gap: 20px;
	}
#faq_list .h_icon_q{
	min-height: 50px;
	}
#faq_list .h_icon_q::before{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-size: 18px 21px;
	margin-right: 10px;
	}
#faq_list .h_icon_q span{
	width: calc(100% - 60px);
	}

#faq_list .icon_a_wrap{
	margin-top: 10px;
	padding: 20px 20px 20px 60px;
	background-position: top 20px left 20px;
	background-size: 18px 21px;
	border-radius: 10px;
	}

/*inquiry_tel_wrap*/
.inquiry_tel_wrap .txt_aligncenter:has(a){
	text-align: left;
	}
}
