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

.tit_wrap h1.h_feature{
	width: 457px;
	height: 100px;
	background: url('../../img/schoolguide/feature/h_feature.png') no-repeat;
	background-size: cover;
	}


.tit_wrap h1.h_philosophy{
	width: 190px;
	height: 100px;
	background: url('../../img/schoolguide/philosophy/h_philosophy.png') no-repeat;
	background-size: cover;
	}


.tit_wrap h1.h_system{
	width: 188px;
	height: 100px;
	background: url('../../img/schoolguide/system/h_system.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_history{
	width: 93px;
	height: 100px;
	background: url('../../img/schoolguide/history/h_history.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_disclosure{
	width: 188px;
	height: 100px;
	background: url('../../img/schoolguide/disclosure/h_disclosure.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_donate{
	width: 282px;
	height: 101px;
	background: url('../../img/schoolguide/donate/h_donate.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_access{
	width: 182px;
	height: 98px;
	background: url('../../img/schoolguide/access/h_access.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_opencampus{
	width: 424px;
	height: 99px;
	background: url('../../img/schoolguide/opencampus/h_opencampus.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_experience{
	width: 476px;
	height: 99px;
	background: url('../../img/schoolguide/experience/h_experience.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_sweets{
	width: 424px;
	height: 99px;
	background: url('../../img/schoolguide/experience/h_sweets.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_experience_form{
	width: 703px;
	height: 99px;
	background: url('../../img/schoolguide/experience/h_experience_form.png') no-repeat;
	background-size: cover;
	}

.tit_wrap h1.h_sweets_form{
	width: 651px;
	height: 99px;
	background: url('../../img/schoolguide/experience/h_sweets_form.png') no-repeat;
	background-size: cover;
	}

/*index*/
.h2_wrap h2.h_message{
	width: 335px;
	height: 46px;
	background: url('../../img/schoolguide/index/h_message.png') no-repeat;
	background-size: cover;
	}

/*index_message*/
#index_message{
	padding: 80px 0;
	}
#index_message .inner{
	width: 1000px;
	padding: 0 100px;
	background: url('../../img/schoolguide/index/bg_message.png') bottom center no-repeat;
	background-size: contain;
	}

/*guidance*/
.h2_wrap h2.h_naracho{
	width: 610px;
	height: 45px;
	background: url('../../img/schoolguide/guidance/h_naracho.png') no-repeat;
	background-size: cover;
	}

.h2_wrap h2.h_song{
	width: 94px;
	height: 45px;
	background: url('../../img/schoolguide/guidance/h_song.png') no-repeat;
	background-size: cover;
	margin: 0 auto 80px;
	}

/*guidance_naracho*/
#guidance_naracho{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}
#guidance_naracho .grid_wrap.feature_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	padding: 40px;
	background: var(--col_day);
	border-radius: 10px;
	}
#guidance_naracho .img_feature_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	}
#guidance_naracho .img_feature{
	display: block;
	width: 440px;
	height: auto;
	}
#guidance_naracho .txt_wrap{
	display: flex;
	align-items: start;
	justify-content: center;
	flex-flow: column;
	overflow: hidden;
	}
#guidance_naracho .txt_wrap a.btn_white{
	width: 200px;
	margin-top: 40px;
	margin-left: auto;
	}

#guidance_naracho .grid_wrap.naracho_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	border-bottom: 1px solid #d0d9df;
	}
#guidance_naracho .naracho_item{
	border-top: 1px solid #d0d9df;
	}
#guidance_naracho .naracho_item:nth-of-type(odd){
	padding: 40px 40px 40px 0;
	border-right: 1px solid #d0d9df;
	}
#guidance_naracho .naracho_item:nth-of-type(even){
	padding: 40px 0 40px 40px;
	}
#guidance_naracho .naracho_item .img_naracho{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}
#guidance_naracho .naracho_item .txt_24{
	line-height: 1.8;
	}

#guidance_naracho .naracho_item a.btn_white{
	width: 200px;
	margin-top: 40px;
	margin-left: auto;
	}

#guidance_naracho .txt_event img{
	display: block;
	width: 420px;
	height: auto;
	margin: 80px auto 0;
	}

#guidance_naracho .grid_wrap.event_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	}
#guidance_naracho .event_item{
	border: 1px solid #d0d9df;
	border-radius: 10px;
	display: grid;
	grid-template-columns: calc(100% - 280px) 280px;
	grid-template-rows: repeat(2, auto);
	}
#guidance_naracho .event_item .txt_wrap{
	padding: 40px 40px 0;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	}
#guidance_naracho .event_item .txt_wrap p.txt_bold{
	line-height: 1.8;
	}

#guidance_naracho .event_item .img_wrap{
	padding: 20px;
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	display: flex;
	justify-content: center;
	align-items: center;
	}
#guidance_naracho .event_item .img_wrap img{
	display: block;
	width: 240px;
	height: auto;
	border-radius: 240px;
	}
#guidance_naracho .event_item a.btn_white{
	width: 200px;
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	margin: 20px 40px 40px;
	}

/*guidance_song*/
#guidance_song{
	padding: 80px 0;
	}
#guidance_song .guidance_song_inner{
	width: calc(100% - 80px);
	margin: 0 auto;
	padding: 80px 0;
	background: url('../../img/schoolguide/guidance/bg_song.jpg') center center no-repeat;
	background-size: cover;
	border-radius: 10px;
	}

#guidance_song .grid_wrap.song_item_wrap{
	width: 800px;
	margin: 40px auto 0;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	}

#guidance_song .song_item{
	display: grid;
	grid-template-columns: 55px calc(100% - 55px);
	}

#guidance_song .song_item .img_num{
	display: block;
	width: auto;
	height: 21px;
	margin-top: 8px;
	}


/*feature*/
.feature_header_txt_wrap{
	width: 800px;
	margin: 80px auto 0;
	}

.h2_wrap h2.h_guidance{
	width: 235px;
	height: 185px;
	background: url('../../img/schoolguide/feature/pict_h_guidance.png') top center no-repeat,url('../../img/schoolguide/feature/h_guidance.png') bottom center no-repeat;
	background-size: 100px 100px,235px 46px;
	}

.h2_wrap h2.h_tuition{
	width: 100px;
	height: 185px;
	background: url('../../img/schoolguide/feature/pict_h_tuition.png') top center no-repeat,url('../../img/schoolguide/feature/h_tuition.png') bottom center no-repeat;
	background-size: 100px 100px,93px 46px;
	}

.h2_wrap h2.h_station{
	width: 136px;
	height: 183px;
	background: url('../../img/schoolguide/feature/pict_h_station.png') top center no-repeat,url('../../img/schoolguide/feature/h_station.png') bottom center no-repeat;
	background-size: 100px 100px,136px 44px;
	}

/*feature_guidance*/
#feature_guidance{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#feature_guidance .img_guidance{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

#feature_guidance a.btn_white{
	width: 200px;
	margin: 40px auto 0;
	}

/*feature_tuition*/
#feature_tuition{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#feature_tuition .img_tuition_wrap{
	padding: 40px;
	background: var(--col_linksub);
	border-radius: 10px;
	}

#feature_tuition .img_tuition{
	display: block;
	width: 600px;
	height: auto;
	margin: 20px auto 10px;
	}

#feature_tuition a.btn_white{
	width: 200px;
	margin: 40px auto 0;
	}


/*feature_station*/
#feature_station{
	padding: 80px 0;
	}

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

#feature_station .img_guidance{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

#feature_station a.btn_white{
	width: 200px;
	margin: 40px auto 0;
	}

/*philosophy*/
.h2_wrap h2.h_motto{
	width: 93px;
	height: 45px;
	background: url('../../img/schoolguide/philosophy/h_motto.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_idea{
	width: 190px;
	height: 45px;
	background: url('../../img/schoolguide/philosophy/h_idea.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_ourvision{
	width: 280px;
	height: 46px;
	background: url('../../img/schoolguide/philosophy/h_ourvision.png') no-repeat;
	background-size: cover;
	}

/*philosophy_motto*/
#philosophy_motto{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}
/*philosophy_idea*/
#philosophy_idea{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}
#philosophy_idea .txt_idea{
	display: block;
	width: 651px;
	height: auto;
	margin: 80px auto 0;
	}
#philosophy_idea .img_idea_main{
	display: block;
	width: 100%;
	height: auto;
	margin: 80px auto 0;
	border-radius: 10px;
	}
#philosophy_idea .grid_wrap.philosophy_idea_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	}
#philosophy_idea .philosophy_idea_item .bg_linksub{
	padding: 40px;
	border-radius: 0 0 10px 10px;
	}
#philosophy_idea .philosophy_idea_item h4{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--col_link);
	height: 70px;
	border-radius: 10px 10px 0 0;
	font-size: 1.875em;
	color: var(--col_white);
	}
#philosophy_idea .philosophy_idea_item h5{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #30a1f1;
	height: 45px;
	font-size: 1.5em;
	color: var(--col_white);
	}

#philosophy_idea .philosophy_idea_item .item{
	display: flex;
	align-items: center;
	text-align: center;
	background: var(--col_white);
	padding: 20px;
	}

#philosophy_idea .philosophy_idea_item .img_item{
	display: block;
	width: 150px;
	height: auto;
	border-radius: 10px;
	}

#philosophy_idea .philosophy_idea_item .item .txt_18{
	width: calc(100% - 150px);
	}
/*philosophy_ourvision*/
#philosophy_ourvision{
	padding: 80px 0;
	}
#philosophy_ourvision .pict_ourvision{
	display: block;
	width: 600px;
	height: auto;
	margin: 40px auto 0;
	}
#philosophy_ourvision .philosophy_ourvision_ability_wrap{
	background: var(--col_day);
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	}
#philosophy_ourvision .philosophy_ourvision_ability_wrap .h_wrap{
	width: 380px;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	}

#philosophy_ourvision .philosophy_ourvision_ability_wrap .h_ourvision_ability{
	display: block;
	width: 338px;
	height: auto;
	margin: 40px auto 0;
	}

#philosophy_ourvision .philosophy_ourvision_ability_wrap .img_ourvision_ability{
	display: block;
	width: 100%;
	height: auto;
	margin: 35px auto 0;
	}

#philosophy_ourvision .grid_wrap.ability_item_wrap{
	width: calc(100% - 380px);
	padding: 40px;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	}
#philosophy_ourvision .ability_item_wrap .item{
	display: flex;
	align-items: center;
	height: 96px;
	padding: 0 20px 0 96px;
	border-radius: 10px;
	font-size: 1.125em;
	font-weight: bold;
	}

#philosophy_ourvision .ability_item_wrap .item.num_01{
	background: var(--col_white) url('../../img/schoolguide/philosophy/num_ourvision_ability_01.png') center left 20px no-repeat;
	background-size: 60px 60px;
	}
#philosophy_ourvision .ability_item_wrap .item.num_02{
	background: var(--col_white) url('../../img/schoolguide/philosophy/num_ourvision_ability_02.png') center left 20px no-repeat;
	background-size: 60px 60px;
	}
#philosophy_ourvision .ability_item_wrap .item.num_03{
	background: var(--col_white) url('../../img/schoolguide/philosophy/num_ourvision_ability_03.png') center left 20px no-repeat;
	background-size: 60px 60px;
	}
#philosophy_ourvision .ability_item_wrap .item.num_04{
	background: var(--col_white) url('../../img/schoolguide/philosophy/num_ourvision_ability_04.png') center left 20px no-repeat;
	background-size: 60px 60px;
	}
#philosophy_ourvision .ability_item_wrap .item.num_05{
	background: var(--col_white) url('../../img/schoolguide/philosophy/num_ourvision_ability_05.png') center left 20px no-repeat;
	background-size: 60px 60px;
	}

#philosophy_ourvision .philosophy_ourvision_potential_wrap{
	background: var(--col_conf);
	border-radius: 10px;
	padding: 40px;
	position: relative;
	text-align: center;
	}

#philosophy_ourvision .philosophy_ourvision_potential_wrap .h_wrap{
	position: absolute;
	top: 40px;
	right: 40px;
	}

#philosophy_ourvision .philosophy_ourvision_potential_wrap .h_ourvision_potential{
	display: block;
	width: 388px;
	height: auto;
	}

#philosophy_ourvision .philosophy_ourvision_potential_wrap .potential_item_wrap{
	width: 800px;
	margin: 0 auto;
	}
#philosophy_ourvision .philosophy_ourvision_potential_wrap .pict_ourvision_potential{
	display: block;
	width: 400px;
	height: auto;
	margin: 0 auto;
	}
#philosophy_ourvision .philosophy_ourvision_potential_wrap .icon_anchor{
	display: block;
	width: 74px;
	height: auto;
	margin: 20px auto;
	}

#philosophy_ourvision .philosophy_ourvision_potential_wrap .txt_wrap{
	width: 100%;
	border: 2px solid var(--col_white);
	padding: 30px 40px;
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 10px;
	}

/*system*/
.h2_wrap h2.h_smallclass{
	width: 187px;
	height: 45px;
	background: url('../../img/schoolguide/system/h_smallclass.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_facility{
	width: 188px;
	height: 45px;
	background: url('../../img/schoolguide/system/h_facility.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_teacher{
	width: 140px;
	height: 45px;
	background: url('../../img/schoolguide/system/h_teacher.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_support{
	width: 279px;
	height: 46px;
	background: url('../../img/schoolguide/system/h_support.png') no-repeat;
	background-size: cover;
	}

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

.grid_wrap.system_item_wrap img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

.grid_wrap.system_img_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	}

/*system_smallclass*/
#system_smallclass{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

/*system_facility*/
#system_facility{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

/*system_teacher*/
#system_teacher{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}
#system_teacher .pict_system_teacher{
	display: block;
	width: 600px;
	height: auto;
	margin: 80px auto 0;
	}

#system_teacher a.btn_white{
	width: 200px;
	margin: 40px auto 0;
	}

/*system_support*/
#system_support{
	padding: 80px 0;
	}
#system_support .pict_system_support{
	display: block;
	width: 600px;
	height: auto;
	margin: 80px auto 0;
	}

#system_support a.btn_white{
	width: 200px;
	margin: 40px auto 0;
	}

#system_support .bg_linksub{
	padding: 40px;
	border-radius: 10px;
	}

#system_support .grid_wrap.system_support_item_wrap{
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	}

#system_support .system_support_item{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 56px;
	background: var(--col_white);
	}

/*history*/
#history_chronology{
	padding: 80px 0;
	}

#history_chronology .history_chronology_item_wrap{
	width: 800px;
	margin: 80px auto 0;
	}

#history_chronology .history_chronology_item{
	display: flex;
	}

#history_chronology .history_chronology_item .h_item_wrap{
	min-height: 64px;
	display: flex;
	align-items: center;
	padding-right: 56px;
	margin-right: 60px;
	border-right: 1px solid #d0d9df; 
	position: relative;
	}
#history_chronology .history_chronology_item .h_item_wrap::after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: var(--col_link);
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translateY(-50%);
	}

#history_chronology .history_chronology_item .txt_item{
	display: flex;
	align-items: center;
	}

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

#history_chronology .grid_wrap.history_img_item_wrap img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

/*disclosure*/
#disclosure_list{
	padding: 80px 0;
	}
#disclosure_list .grid_wrap.disclosure_list_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	border-top: 1px solid #d0d9df;
	}
#disclosure_list a.item_pdf{
	display: flex;
	align-items: center;
	padding: 0 20px;
	height: 80px;
	font-size: 1.25em;
	font-weight: bold;
	background: var(--col_white) url('../img/icon_pdf.png') center right 20px no-repeat;
	background-size: 40px 40px;
	border-bottom: 1px solid #d0d9df;
	}

#disclosure_list a.item_pdf:nth-of-type(odd){
	border-right: 1px solid #d0d9df;
	}

#disclosure_list a.item_pdf:hover{
	text-decoration: none;
	background: var(--col_linksub) url('../img/icon_pdf.png') center right 20px no-repeat;
	background-size: 40px 40px;
	}

/*donate*/
.h2_wrap h2.h_request{
	width: 325px;
	height: 47px;
	background: url('../../img/schoolguide/donate/h_request.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_summary{
	width: 188px;
	height: 46px;
	background: url('../../img/schoolguide/donate/h_summary.png') no-repeat;
	background-size: cover;
	}

#donate_request{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#donate_request .donate_request_wrap{
	width: 800px;
	margin: 80px auto 0;
	}
#donate_summary{
	padding: 80px 0;
	}
#donate_summary table.tbl_01 > tbody > tr > th{
	width: 200px;
	}
#donate_summary table.tbl_01 > tbody > tr > td{
	width: calc(100% - 200px);
	}
#donate_summary .bg_linksub{
	display: flex;
	align-items: center;
	padding: 15px 20px;
	margin-bottom: 10px;
	font-size: 1.125em;
	font-weight: bold;
	}
#donate_summary .flex .bg_linksub{
	width: calc(50% - 5px);
	}
#donate_summary .bg_linksub.txt_aligncenter{
	justify-content: center;
	}

#donate_summary .bg_linksub dl{
	display: flex;
	align-items: center;
	}

#donate_summary .bg_linksub dl dt{
	width: 7em;
	}
#donate_summary .bg_linksub dl dd{
	width: calc(100% - 7em);
	font-size: 0.888em;
	font-weight: normal;
	}

/*access*/
.h2_wrap h2.h_map{
	width: 91px;
	height: 44px;
	background: url('../../img/schoolguide/access/h_map.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_bus{
	width: 89px;
	height: 43px;
	background: url('../../img/schoolguide/access/h_bus.png') no-repeat;
	background-size: cover;
	}

#access_map{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#access_map .copy{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.875em;
	color: var(--col_link);
	font-weight: bold;
	height: 60px;
	}

#access_map .copy:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 60px;
	background: url('../../img/workingpeople/slash_l.svg') no-repeat;
	background-size: cover;
	margin-right: 15px;
	}

#access_map .copy:after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 60px;
	background: url('../../img/workingpeople/slash_r.svg') no-repeat;
	background-size: cover;
	margin-left: 15px;
	}

#access_map .access_map_wrap iframe{
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 1;
	border-radius: 10px;
	}


#access_bus{
	padding: 80px 0;
	}
#access_bus .grid_wrap.access_bus_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	}
#access_bus table.tbl_03 > tbody > tr > th,#access_bus table.tbl_03 > tbody > tr > td{
	padding: 10px;	
	}
#access_bus table.tbl_03 > tbody > tr > th.txt_14,#access_bus table.tbl_03 > tbody > tr > td.txt_14{
	padding:  5px 10px;	
	}
#access_bus table.tbl_03 > tbody > tr > th{
	text-align: left;
	}
#access_bus table.tbl_03 > tbody > tr > th.txt_aligncenter{
	text-align: center;
	}
#access_bus table.tbl_03.keisei > tbody > tr > th.txt_aligncenter{
	width: 170px;	
	}
#access_bus table.tbl_03.jr > tbody > tr > th.txt_aligncenter{
	width: 85px;	
	}

/*opencampus*/
.h2_wrap h2.h_informationsession{
	width: 237px;
	height: 45px;
	background: url('../../img/schoolguide/opencampus/h_informationsession.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_individualexplanation{
	width: 324px;
	height: 45px;
	background: url('../../img/schoolguide/opencampus/h_individualexplanation.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_experience{
	width: 476px;
	height: 44px;
	background: url('../../img/schoolguide/opencampus/h_experience.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_sweets{
	width: 424px;
	height: 43px;
	background: url('../../img/schoolguide/opencampus/h_sweets.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_visit{
	width: 188px;
	height: 45px;
	background: url('../../img/schoolguide/opencampus/h_visit.png') no-repeat;
	background-size: cover;
	}


.label_opencampus{
	padding: 5px 10px;
	border-radius: 4px;
	display: inline-block;
	background: var(--col_linksub);
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 10px;
	}
.grid_wrap.opencampus_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	}
.opencampus_item_wrap .opencampus_item_img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}
a.btn_white.opencampus{
	width: 450px;
	height: 80px;
	border-radius: 80px;
	border: 4px solid var(--col_link);
	background-position: right 40px center;
	font-size: 1.25em;
	margin: 40px auto 0;
	}
.opencampus_application_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	border: 1px solid #d0d9df;
	border-radius: 10px;
	}
.opencampus_application_wrap h3.txt_18{
	padding: 0 40px;
	}
.opencampus_application_wrap .tel{
	display: flex;
	align-items: center;
	padding: 20px 40px;
	border-left: 1px solid #d0d9df;
	border-right: 1px solid #d0d9df;
	font-size: 1.375em;
	color: var(--col_link);
	font-weight: bold;
	}
.opencampus_application_wrap .tel:before{
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('../img/icon_tel.svg') no-repeat;
	background-size: 40px 40px;
	margin-right: 20px;
	}
.opencampus_application_wrap .tel span{
	width: calc(100% - 60px);
	}
.opencampus_application_wrap .mail{
	display: flex;
	align-items: center;
	padding: 20px 40px;
	font-size: 1.375em;
	font-weight: bold;
	}
.opencampus_application_wrap .mail:before{
	content: '';
	display: inline-block;
	width: 40px;
	height: 32px;
	background: url('../img/icon_mail.svg') no-repeat;
	background-size: 40px 32px;
	margin-right: 20px;
	}
.opencampus_application_wrap .mail a{
	width: calc(100% - 60px);
	}

#opencampus_informationsession{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#opencampus_informationsession .h_informationsession_item_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	}

#opencampus_informationsession .h_informationsession_item_wrap .circle_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	color: var(--col_white);
	background: var(--col_select);
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	margin-right: 24px;
	}

#opencampus_informationsession table.tbl_03,#opencampus_informationsession table.tbl_04{
	width: 800px;
	margin: 30px auto 0;
	}

#opencampus_informationsession table.tbl_03 > tbody > tr > td{
	width: 50%;
	}
#opencampus_informationsession table.tbl_04 > tbody > tr > th{
	text-align: left;
	width: 140px;
	}
#opencampus_informationsession table.tbl_04 > tbody > tr > th.txt_14{
	padding: 0 0 10px;
	text-align: center;
	}

#opencampus_informationsession table.tbl_04 > tbody > tr > td{
	width: calc(100% - 140px);
	}

#opencampus_individualexplanation{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#opencampus_experience{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#opencampus_sweets{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#opencampus_visit{
	padding: 80px 0;
	}

/*experience*/
.h2_wrap h2.h_event{
	width: 283px;
	height: 45px;
	background: url('../../img/schoolguide/experience/h_event.png') no-repeat;
	background-size: cover;
	}
.h2_wrap h2.h_info{
	width: 187px;
	height: 45px;
	background: url('../../img/schoolguide/experience/h_info.png') no-repeat;
	background-size: cover;
	}


#experience_event{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#experience_event .img_event_wrap .img_event{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

#experience_event table.tbl_01 > tbody > tr > th{
	width: 200px;
	}
#experience_event table.tbl_01 > tbody > tr > td{
	width: calc(100% - 200px);
	}
#experience_event table.tbl_01 > tbody > tr > td:has(table){
	padding-top: 0;
	}
#experience_event table.tbl_02 > tbody > tr > th{
	width: 130px;
	}
#experience_event table.tbl_02 > tbody > tr > td{
	width: calc(100% - 130px);
	}
#experience_event .trainingroom_wrap{
	width: 600px;
	display: flex;
	}

#experience_event .trainingroom_wrap .img_trainingroom{
	display: block;
	width: 300px;
	height: auto;
	border-radius: 10px 0 0 10px;
	}
#experience_event .trainingroom_wrap .bg_linksub{
	width: calc(100% - 300px);
	padding: 40px;
	border-radius: 0 10px 10px 0;
	}

#experience_event table.tbl_01 > tbody > tr > td a.btn_white{
	width: 200px;
	margin-top: 20px;
	}

#experience_info{
	padding: 80px 0;
	}

#experience_info .grid_wrap.experience_info_item_wrap{
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	}

#experience_info a.experience_info_item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0;
	border: 10px solid var(--col_linksub);
	border-radius: 20px;
	}

#experience_info a.experience_info_item:hover{
	text-decoration: none;
	border: 10px solid var(--col_link);
	}

#experience_info a.experience_info_item .img_thumbnail{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0 0;
	}
@-moz-document url-prefix() {
	#experience_info a.experience_info_item .img_thumbnail{
		margin-bottom: -350px;
	}
}

#experience_info a.experience_info_item .txt_wrap{
	background: var(--col_white);
	padding: 30px;
	border-radius: 0 0 10px 10px;
	line-height: 1.8;
	}

#experience_info a.experience_info_item .txt_wrap .date{
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	color: var(--col_main);
	padding-bottom: 10px;
	}

#experience_form{
	padding: 80px 0;
	}

#experience_form .bdt{
	width: 800px;
	margin: 0 auto;
	}

#experience_form .btn_wrap{
	width: 800px;
	margin: 40px auto 0;
	}

#experience_form .date_wrap {
                                width: calc(50% - 10px);
                                display: flex;
                                align-items: center;
                                margin-top: 20px;
                                font-weight: bold;
                                }
#experience_form .date_wrap input[type=text] {
                                margin: 0 10px;
                                }
/* Media Queries
==========================================================================*/
@media screen and (max-width:1200px) {
/*index_message*/
#index_message .inner{
	width: calc(100% - 40px);
	}


/*guidance_naracho*/
#guidance_naracho .img_feature{
	width: 100%;
	}

#guidance_naracho .event_item{
	grid-template-columns: auto 130px;
	grid-template-rows: repeat(2, auto);
	}
#guidance_naracho .event_item .txt_wrap{
	padding: 20px 20px 0;
	}

#guidance_naracho .event_item .img_wrap{
	padding: 10px 10px 10px 0;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	display: flex;
	justify-content: center;
	align-items: center;
	}
#guidance_naracho .event_item .img_wrap img{
	width: 120px;
	border-radius: 120px;
	}
#guidance_naracho .event_item a.btn_white{
	width: 200px;
	grid-column: 1 / 3;
	grid-row: 2 / 3;
	margin: 20px auto;
	}

/*guidance_song*/
#guidance_song .grid_wrap.song_item_wrap{
	width: calc(100% - 80px);
	}

/*feature*/
.feature_header_txt_wrap{
	width: calc(100% - 80px);
	}

/*philosophy*/
#philosophy_ourvision .philosophy_ourvision_potential_wrap .h_wrap{
	position: static;
	}

#philosophy_ourvision .philosophy_ourvision_potential_wrap .h_ourvision_potential{
	margin: 0 auto 40px;
	}

#philosophy_ourvision .philosophy_ourvision_potential_wrap .potential_item_wrap{
	width: 100%;
	margin: 0 auto;
	}

/*history*/
#history_chronology .history_chronology_item_wrap{
	width: 100%;
	}

/*donate*/
#donate_request .donate_request_wrap{
	width: 100%;
	}

/*opencampus*/
.opencampus_application_wrap h3.txt_18{
	padding: 0 20px;
	}
.opencampus_application_wrap .tel{
	padding: 20px 20px;
	}
.opencampus_application_wrap .mail{
	padding: 20px 20px;
	}

#opencampus_informationsession table.tbl_03,#opencampus_informationsession table.tbl_04{
	width: 100%;
	}


/*experience*/
#experience_event table.tbl_01 > tbody > tr > td .flex{
	display: block;
	}

#experience_event .trainingroom_wrap{
	width: 100%;
	margin-top: 20px;
	}

#experience_event .trainingroom_wrap .img_trainingroom{
	display: block;
	width: 50%;
	}
#experience_event .trainingroom_wrap .bg_linksub{
	width: 50%;
	padding: 20px;
	}
#experience_info .grid_wrap.experience_info_item_wrap{
	grid-template-columns: repeat(2, 1fr);
	}

#experience_form .bdt{
	width: 100%;
	}

#experience_form .btn_wrap{
	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_feature{
	width: 311px;
	height: 68px;
	background-size: 311px 68px;
	}
.tit_wrap h1.h_philosophy{
	width: 129px;
	height: 68px;
	background-size: 129px 68px;
	}
.tit_wrap h1.h_system{
	width: 128px;
	height: 68px;
	background-size: 128px 68px;
	}
.tit_wrap h1.h_history{
	width: 63px;
	height: 68px;
	background-size: 63px 68px;
	}

.tit_wrap h1.h_disclosure{
	width: 128px;
	height: 68px;
	background-size: 128px 68px;
	}

.tit_wrap h1.h_donate{
	width: 190px;
	height: 68px;
	background-size: 190px 68px;
	}

.tit_wrap h1.h_access{
	width: 126px;
	height: 68px;
	background-size: 126px 68px;
	}

.tit_wrap h1.h_opencampus{
	width: 291px;
	height: 68px;
	background-size: 291px 68px;
	}

.tit_wrap h1.h_experience{
	width: 327px;
	height: 68px;
	background-size: 327px 68px;
	}

.tit_wrap h1.h_sweets{
	width: 291px;
	height: 68px;
	background-size: 291px 68px;
	}

.tit_wrap h1.h_experience_form{
	width: 327px;
	height: 95px;
	background: url('../../img/schoolguide/experience/h_experience_form_sp.png') no-repeat;
	background-size: 327px 95px;
	}


.tit_wrap h1.h_sweets_form{
	width: 291px;
	height: 95px;
	background: url('../../img/schoolguide/experience/h_sweets_form_sp.png') no-repeat;
	background-size: 291px 95px;
	}


.tit_wrap:has(h1.h_experience_form),.tit_wrap:has(h1.h_sweets_form){
	height: 140px;
	}

/*index*/
.h2_wrap h2.h_message{
	width: 255px;
	height: 35px;
	background-size: 255px 35px;
	}

/*index_message*/
#index_message{
	padding: 40px 0;
	}
#index_message .inner{
	padding: 0;
	}


/*guidance*/
.h2_wrap h2.h_naracho{
	width: 246px;
	height: 78px;
	background: url('../../img/schoolguide/guidance/h_naracho_sp.png') no-repeat;
	background-size: cover;
	}

.h2_wrap h2.h_song{
	width: 73px;
	height: 35px;
	background-size: 73px 35px;
	margin: 0 auto 40px;
	}

/*guidance_naracho*/
#guidance_naracho{
	padding: 40px 0;
	}
#guidance_naracho .grid_wrap.feature_item_wrap{
	grid-template-columns: 100%;
	gap: 20px;
	padding: 20px;
	border-radius: 10px;
	}
#guidance_naracho .img_feature_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	}
#guidance_naracho .img_feature{
	width: calc(100% - 80px);
	}

#guidance_naracho .feature_item_wrap .txt_wrap{
	align-items: center;
	}
#guidance_naracho .feature_item_wrap .txt_wrap h3{
	text-align: center;
	}
#guidance_naracho .feature_item_wrap .txt_wrap a.btn_white{
	width: 200px;
	margin: 20px auto 0;
	}

#guidance_naracho .grid_wrap.naracho_item_wrap{
	grid-template-columns: 100%;
	gap: 0;
	border-bottom: 1px solid #d0d9df;
	}
#guidance_naracho .naracho_item{
	border-top: 1px solid #d0d9df;
	}
#guidance_naracho .naracho_item:nth-of-type(odd){
	padding: 20px 0;
	border-right: none;
	}
#guidance_naracho .naracho_item:nth-of-type(even){
	padding: 20px 0;
	}
#guidance_naracho .naracho_item .img_naracho{
	border-radius: 10px;
	}
#guidance_naracho .naracho_item a.btn_white{
	margin: 20px auto 0;
	}

#guidance_naracho .txt_event img{
	width: 100%;
	margin: 40px auto 0;
	}

#guidance_naracho .grid_wrap.event_item_wrap{
	grid-template-columns: 100%;
	gap: 20px;
	}
#guidance_naracho .event_item{
	border-radius: 10px;
	grid-template-columns: auto 130px;
	}
#guidance_naracho .event_item .txt_wrap{
	padding: 20px 0 0 20px;
	}
#guidance_naracho .event_item p:has(span){
	line-height: 1;
	}
#guidance_naracho .event_item .img_wrap{
	padding: 10px 10px 10px 0;
	}
#guidance_naracho .event_item .img_wrap img{
	width: 120px;
	border-radius: 120px;
	}

/*guidance_song*/
#guidance_song{
	padding: 40px 0;
	}
#guidance_song .guidance_song_inner{
	width: calc(100% - 40px);
	padding: 40px 0;
	border-radius: 10px;
	}

#guidance_song .grid_wrap.song_item_wrap{
	width: calc(100% - 40px);
	margin: 10px auto 0;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	}

#guidance_song .song_item{
	grid-template-columns: 25px calc(100% - 25px);
	}

#guidance_song .song_item .img_num{
	height: 17px;
	}

/*feature*/
.feature_header_txt_wrap{
	margin-top: 40px;
	width: calc(100% - 40px);
	}

.h2_wrap h2.h_guidance{
	width: 176px;
	height: 155px;
	background-size: 100px 100px,174px 34px;
	}

.h2_wrap h2.h_tuition{
	width: 100px;
	height: 155px;
	background-size: 100px 100px,69px 34px;
	}

.h2_wrap h2.h_station{
	width: 102px;
	height: 153px;
	background-size: 100px 100px,102px 33px;
	}

/*feature_guidance*/
#feature_guidance{
	padding: 40px 0;
	}

#feature_guidance .img_guidance{
	border-radius: 10px;
	}

#feature_guidance a.btn_white{
	margin: 20px auto 0;
	}

/*feature_tuition*/
#feature_tuition{
	padding: 40px 0;
	}

#feature_tuition .img_tuition_wrap{
	padding: 20px;
	border-radius: 10px;
	}

#feature_tuition hgroup.txt_aligncenter .col_sub{
	text-align: left;
	}

#feature_tuition .img_tuition{
	width: 100%;
	margin: 10px auto 5px;
	}

#feature_tuition a.btn_white{
	margin: 20px auto 0;
	}


/*feature_station*/
#feature_station{
	padding: 40px 0;
	}

#feature_station .grid_wrap.feature_station_img_wrap{
	gap: 10px;
	}

#feature_station .img_guidance{
	border-radius: 10px;
	}

#feature_station .img_guidance.mgt40{
	margin-top: 10px;
	}

#feature_station a.btn_white{
	margin: 20px auto 0;
	}

/*philosophy*/
.h2_wrap h2.h_motto{
	width: 69px;
	height: 33px;
	background-size: 69px 33px;
	}
.h2_wrap h2.h_idea{
	width: 144px;
	height: 34px;
	background-size: 144px 34px;
	}
.h2_wrap h2.h_ourvision{
	width: 210px;
	height: 34px;
	background-size: 210px 34px;
	}
/*philosophy_motto*/
#philosophy_motto{
	padding: 40px 0;
	}
/*philosophy_idea*/
#philosophy_idea{
	padding: 40px 0;
	}
#philosophy_idea .txt_idea{
	width: 100%;
	margin: 40px auto 0;
	}
#philosophy_idea .img_idea_main{
	margin: 40px auto 0;
	border-radius: 10px;
	}
#philosophy_idea .grid_wrap.philosophy_idea_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	}
#philosophy_idea .philosophy_idea_item .bg_linksub{
	padding: 20px;
	border-radius: 0 0 10px 10px;
	}
#philosophy_idea .philosophy_idea_item h4{
	height: 45px;
	border-radius: 10px 10px 0 0;
	font-size: 1.5625em;
	}
#philosophy_idea .philosophy_idea_item h5{
	height: 35px;
	}
#philosophy_idea .philosophy_idea_item .item{
	padding: 10px;
	}
#philosophy_idea .philosophy_idea_item .img_item{
	border-radius: 10px;
	}
#philosophy_idea .philosophy_idea_item_wrap + p.txt_aligncenter{
	text-align: left;
	}
/*philosophy_ourvision*/
#philosophy_ourvision{
	padding: 40px 0;
	}
#philosophy_ourvision .pict_ourvision{
	width: 100%;
	margin: 20px auto 0;
	}
#philosophy_ourvision .philosophy_ourvision_ability_wrap{
	border-radius: 10px;
	display: block;
	}
#philosophy_ourvision .philosophy_ourvision_ability_wrap .h_wrap{
	width: 100%;
	padding: 20px 20px 0;
	display: block;
	}
#philosophy_ourvision .philosophy_ourvision_ability_wrap .h_ourvision_ability{
	width: 257px;
	margin: 0 auto;
	}

#philosophy_ourvision .philosophy_ourvision_ability_wrap .img_ourvision_ability{
	width: 100%;
	margin: 20px auto 0;
	}
#philosophy_ourvision .grid_wrap.ability_item_wrap{
	width: 100%;
	padding: 0 20px 20px;
	gap: 5px;
	}
#philosophy_ourvision .ability_item_wrap .item{
	min-height: 80px;
	height: auto;
	padding: 10px 10px 10px 80px;
	border-radius: 10px;
	}
#philosophy_ourvision .ability_item_wrap .item.num_01{
	background-position: center left 10px;
	}
#philosophy_ourvision .ability_item_wrap .item.num_02{
	background-position: center left 10px;
	}
#philosophy_ourvision .ability_item_wrap .item.num_03{
	background-position: center left 10px;
	}
#philosophy_ourvision .ability_item_wrap .item.num_04{
	background-position: center left 10px;
	}
#philosophy_ourvision .ability_item_wrap .item.num_05{
	background-position: center left 10px;
	}
#philosophy_ourvision .philosophy_ourvision_potential_wrap{
	border-radius: 10px;
	padding: 20px;
	text-align: left;
	}
#philosophy_ourvision .philosophy_ourvision_potential_wrap .h_ourvision_potential{
	width: 295px;
	}
#philosophy_ourvision .philosophy_ourvision_potential_wrap .pict_ourvision_potential{
	width: 100%;
	}
#philosophy_ourvision .philosophy_ourvision_potential_wrap .icon_anchor{
	width: 37px;
	margin: 10px auto;
	}
#philosophy_ourvision .philosophy_ourvision_potential_wrap .txt_wrap{
	padding: 15px 20px;
	font-size: 1.5em;
	border-radius: 10px;
	}


/*system*/
.h2_wrap h2.h_smallclass{
	width: 141px;
	height: 34px;
	background-size: 141px 34px;
	}
.h2_wrap h2.h_facility{
	width: 142px;
	height: 34px;
	background-size: 142px 34px;
	}
.h2_wrap h2.h_teacher{
	width: 106px;
	height: 34px;
	background-size: 106px 34px;
	}
.h2_wrap h2.h_support{
	width: 206px;
	height: 34px;
	background-size: 206px 34px;
	}

.grid_wrap.system_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
	}
.grid_wrap.system_item_wrap.gap20{
	gap: 20px;
	}

.grid_wrap.system_item_wrap img{
	border-radius: 10px;
	}

.grid_wrap.system_img_wrap.mgt80{
	gap: 10px;
	margin-top: 20px;
	}

/*system_smallclass*/
#system_smallclass{
	padding: 40px 0;
	}

/*system_facility*/
#system_facility{
	padding: 40px 0;
	}

/*system_teacher*/
#system_teacher{
	padding: 40px 0;
	}
#system_teacher .pict_system_teacher{
	width: 100%;
	margin: 40px auto 0;
	}

#system_teacher a.btn_white{
	margin: 20px auto 0;
	}

/*system_support*/
#system_support{
	padding: 40px 0;
	}
#system_support .pict_system_support{
	width: 100%;
	margin: 40px auto 0;
	}

#system_support a.btn_white{
	width: 200px;
	margin: 20px auto 0;
	}

#system_support .bg_linksub{
	padding: 20px;
	border-radius: 10px;
	}

#system_support .grid_wrap.system_support_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	gap: 5px;
	}

#system_support .system_support_item{
	height: 37px;
	}

/*history*/
#history_chronology{
	padding: 40px 0;
	}

#history_chronology .history_chronology_item_wrap{
	margin: 40px auto 0;
	}

#history_chronology .history_chronology_item{
	display: flex;
	}

#history_chronology .history_chronology_item .h_item_wrap{
	display: flex;
	align-items: start;
	min-height: 50px;
	padding-top: 5px;
	padding-right: 33px;
	margin-right: 25px;
	}
#history_chronology .history_chronology_item .h_item_wrap::after{
	top: 15px;
	right: -5px;
	transform: none;
	}

#history_chronology .history_chronology_item .txt_item{
	display: flex;
	align-items: start;
	padding: 5px 0;
	}

#history_chronology .grid_wrap.history_img_item_wrap{
	gap: 10px;
	}
/*disclosure*/
#disclosure_list{
	padding: 40px 0;
	}
#disclosure_list .grid_wrap.disclosure_list_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	}
#disclosure_list a.item_pdf{
	padding: 5px 60px 5px 10px;
	height: auto;
	min-height: 60px;
	background-position: center right 10px;
	}

#disclosure_list a.item_pdf:nth-of-type(odd){
	border-right: none;
	}

/*donate*/
.h2_wrap h2.h_request{
	width: 235px;
	height: 34px;
	background-size: 235px 34px;
	}
.h2_wrap h2.h_summary{
	width: 139px;
	height: 34px;
	background-size: 139px 34px;
	}

#donate_request{
	padding: 40px 0;
	}

#donate_request .donate_request_wrap{
	margin: 40px auto 0;
	}

#donate_summary{
	padding: 40px 0;
	}

#donate_summary table.tbl_01 > tbody > tr > th{
	width: 110px;
	}
#donate_summary table.tbl_01 > tbody > tr > td{
	width: calc(100% - 110px);
	}
#donate_summary .bg_linksub{
	padding: 5px 10px;
	margin-bottom: 5px;
	}
#donate_summary .flex .bg_linksub{
	width: 100%;
	}
#donate_summary .bg_linksub.txt_aligncenter{
	justify-content: start;
	text-align: left;
	}

#donate_summary .bg_linksub dl{
	flex-flow: column;
	align-items: start;
	}

#donate_summary .bg_linksub dl dt{
	width: 100%;
	}
#donate_summary .bg_linksub dl dd{
	width: 100%;
	}
/*access*/
.h2_wrap h2.h_map{
	width: 70px;
	height: 34px;
	background-size: 70px 34px;
	}
.h2_wrap h2.h_bus{
	width: 70px;
	height: 34px;
	background-size: 70px 34px;
	}

#access_map{
	padding: 40px 0;
	}

#access_map .copy{
	font-size: 1.5625em;
	line-height: 1.2;
	}

#access_map .copy:before{
	width: 30px;
	height: 100%;
	margin-right: 0px;
	}

#access_map .copy:after{
	width: 30px;
	height: 100%;
	margin-left: 0px;
	}

#access_map .access_map_wrap iframe{
	aspect-ratio: 1 / 1;
	}


#access_bus{
	padding: 40px 0;
	}
#access_bus .grid_wrap.access_bus_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	}

/*opencampus*/
.h2_wrap h2.h_informationsession{
	width: 179px;
	height: 34px;
	background-size: 179px 34px;
	}
.h2_wrap h2.h_individualexplanation{
	width: 245px;
	height: 34px;
	background-size: 245px 34px;
	}
.h2_wrap h2.h_experience{
	width: 318px;
	height: 33px;
	background: url('../../img/schoolguide/opencampus/h_experience_sp.png') no-repeat;
	background-size: 318px 33px;
	}
.h2_wrap h2.h_sweets{
	width: 291px;
	height: 33px;
	background: url('../../img/schoolguide/opencampus/h_sweets_sp.png') no-repeat;
	background-size: 291px 33px;
	}
.h2_wrap h2.h_visit{
	width: 142px;
	height: 34px;
	background-size: 142px 34px;
	}


.label_opencampus{
	padding: 5px 20px;
	border-radius: 2px;
	margin-top: 5px;
	}

p:has(.label_opencampus){
	line-height: normal;
	}

.grid_wrap.opencampus_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	}

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

.opencampus_application_wrap{
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	}
.opencampus_application_wrap h3.txt_18{
	padding: 0 0 20px;
	text-align: center;
	}
.opencampus_application_wrap .tel{
	width: 100%;
	padding: 20px 0;
	border-left: none;
	border-right: none;
	border-top: 1px solid #d0d9df;
	border-bottom: 1px solid #d0d9df;
	}
.opencampus_application_wrap .tel:before{
	width: 30px;
	height: 30px;
	background: url('../img/icon_tel.svg') no-repeat;
	background-size: 30px 30px;
	margin-right: 10px;
	}
.opencampus_application_wrap .tel span{
	width: calc(100% - 40px);
	}
.opencampus_application_wrap .mail{
	width: 100%;
	padding: 20px 0 0;
	font-size: 1.1em;
	}
.opencampus_application_wrap .mail:before{
	width: 30px;
	height: 24px;
	background-size: 30px 24px;
	margin-right: 10px;
	}
.opencampus_application_wrap .mail a{
	width: calc(100% - 40px);
	}

#opencampus_informationsession{
	padding: 40px 0;
	}


#opencampus_informationsession .h_informationsession_item_wrap .circle_wrap{
	width: 80px;
	height: 80px;
	border-radius: 80px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-right: 10px;
	}
#opencampus_informationsession table.tbl_03,#opencampus_informationsession table.tbl_04{
	margin: 20px auto 0;
	}
#opencampus_informationsession table.tbl_03 > tbody > tr{
	display: block;
	}
#opencampus_informationsession table.tbl_03 > tbody > tr > th,#opencampus_informationsession table.tbl_03 > tbody > tr > td{
	display: list-item;
	list-style-type: none;
	width: 100%;
	}
#opencampus_informationsession table.tbl_03 > tbody > tr > td.nosp{
	display: none;
	}

#opencampus_informationsession table.tbl_04 > thead > tr > th{
	padding: 5px 10px;
	line-height: 1.3;
	}
#opencampus_informationsession table.tbl_04 > tbody > tr > th.txt_14{
	padding: 10px 0 5px;
	}
#opencampus_informationsession table.tbl_04 > tbody > tr > th{
	width: 110px;
	}
#opencampus_informationsession table.tbl_04 > tbody > tr > td{
	width: calc(100% - 110px);
	}

#opencampus_individualexplanation{
	padding: 40px 0;
	}

#opencampus_experience{
	padding: 40px 0;
	}

#opencampus_sweets{
	padding: 40px 0;
	}

#opencampus_visit{
	padding: 40px 0;
	}

/*experience*/
.h2_wrap h2.h_event{
	width: 214px;
	height: 34px;
	background-size: 214px 34px;
	}
.h2_wrap h2.h_info{
	width: 141px;
	height: 34px;
	background-size: 141px 34px;
	}

#experience_event{
	padding: 40px 0;
	}

#experience_event table.tbl_01 > tbody > tr > th{
	width: 110px;
	}
#experience_event table.tbl_01 > tbody > tr > td{
	width: calc(100% - 110px);
	}
#experience_event table.tbl_01 > tbody > tr > td:has(table){
	padding-bottom: 0;
	}
#experience_event table.tbl_02 > tbody > tr > th{
	width: 100%;
	padding: 5px 0 0;
	border-bottom: none;
	}
#experience_event table.tbl_02 > tbody > tr > td{
	width: 100%;
	padding: 0 0 5px;
	}
#experience_event .trainingroom_wrap{
	flex-flow: column;
	}

#experience_event .trainingroom_wrap .img_trainingroom{
	width: 100%;
	border-radius: 10px 10px 0 0;
	}
#experience_event .trainingroom_wrap .bg_linksub{
	width: 100%;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	}

#experience_event table.tbl_01 > tbody > tr > td a.btn_white{
	margin-top: 10px;
	}

#experience_info{
	padding: 40px 0;
	}

#experience_info .grid_wrap.experience_info_item_wrap{
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	}

#experience_info a.experience_info_item{
	border: 5px solid var(--col_linksub);
	border-radius: 15px;
	}

#experience_info a.experience_info_item:hover{
	border: 5px solid var(--col_link);
	}

#experience_info a.experience_info_item .txt_wrap{
	padding: 10px;
	}

#experience_info a.experience_info_item .txt_wrap .date{
	padding-bottom: 5px;
	}


#experience_form{
	padding: 40px 0;
	}
#experience_form .btn_wrap{
	margin: 20px auto 0;
	}
#experience_form .btn_wrap .txt_aligncenter{
	text-align: left;
	}
#experience_form .date_wrap {
                                width: 100%;
                                margin-top: 10px;
                                }
}