<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/*---------------------------------------

		下層ページ共通設定
		ページタイトルに合わせてページ事に調整してください。

-----------------------------------------*/
#mainvisual_cover{
	width: 100vw;
}

.mainvisual_inner{
	width: 95%;
	height: 30%;
	margin: 7px auto 0;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
}

.mainvisual_inner &gt; img{
	width: 100%;
	height:270px;
	border-radius: 10px;
	object-fit:cover;
}

.mainvisual_logo{
	width: 40vw;
	height: calc(40vw / 2);
	border-radius: 0 0 100px 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	display: flex;
	align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.mainvisual_logo img{
	padding-top: 5px;
	width: 75%;
}

.mainvisual_title{
	text-align: center;
	font-size: 121.1%;
	letter-spacing: 2px;
	width: 70%;
	margin: auto;
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 6px 20px 11px;
	font-weight: normal;
}

#contents{
	margin-bottom: 30px;
}
@media screen and (min-width:480px) { 
.mainvisual_logo{
	width: 30vw;
	height: calc(30vw / 2);
}
}
/*---------------------------------------

		下層ページ共通設定

-----------------------------------------*/
.contents_wrapper{
	width:95%;
	margin:0 auto;
	padding-top:50px;
}
.grey{
	background: #f5f5f5;
}
.section_title{
	letter-spacing: 1px;font-size: 150%;
	font-weight: normal;
	letter-spacing: 2px;
}
.inline{
	display:inline-block;
}

.kerning01{
	letter-spacing: -10px;
}

.kerning02{
	margin-left: -5px;
}
/*----------------------------------------

		共通設定

-----------------------------------------*/

.contents{
	padding-bottom: 20px !important;
}


.point_box{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d40c3b;
    width: 100%;
    margin: 0 auto;
	padding: 5px 10px;
	border-radius: 10px;
}

.point_title{
	height: 70px;
	width: 70px;
	border-radius: 700px;
	background: #fff;
	color: #d40c3b;
	display: flex;
	align-items: center;
    justify-content: center;
	font-weight: bold;
}

.point_text{
	margin-left: 10px;
	color: #fff;
	letter-spacing: 2px;
	width:280px;
}

.point_list li{
	display: flex;
}

.main_text{
	font-size: 90%;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

.sub_textbox{
	letter-spacing: 1px;
	font-size: 90%;
}

.sub_text{
	display: flex;
}

.titlesub_text{
	font-size: 70%;
}
.contents_title{
	margin-top: 100px;
	text-align: center;
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 15px;
	letter-spacing: 2px;
	color: #d40c3b;
}
.contents_title:first-of-type{
	margin-top: 0;
}

.section_titlebox{
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
}

.section_titlebox .blue{
	display: block;
	height: 5px;
	background: #00267e !important;
}

.section_title{
	letter-spacing: 1px;font-size: 150%;
	font-weight: normal;
	border-bottom: 2px solid #d40c3b;
}

/*----------------------------------------

		table設定

-----------------------------------------*/
/*====共通====*/
table{
	width:100%;
}
table th{
	font-weight: inherit;
	color:#fff;
	background: #d40c3b;
	padding:5px;
	border-left: 1px solid #d40c3b;
	border-right:1px solid #d40c3b;
	letter-spacing: 3px;
}
table tr td{
	border: 1px solid #535353;
	border-top:none;
	padding:5px;
	font-size:90%;
	text-align: center;
	background: #fff;
}
table tr td:first-of-type{
	border-left: 1px solid #535353;
}
.border_none td{
	border-bottom:none;
}

/*====社会人 選考方法====*/
.contents_table th{
	border-right: 1px solid #FDFAF7;
}
.contents_table th:last-of-type{
	border-right:1px solid #d40c3b;
}

/*====帰国子女 選考方法====*/	
.return_select tr td:first-of-type{
	background: #d40c3b;
    color: #fff;
    border: 1px solid #d40c3b;
    border-right: none;
    border-bottom: 1px solid #FDFAF7;
    text-align: center;
}

.return_select tr td:nth-of-type(2), .return_select tr td:nth-of-type(3), .return_select tr td:nth-of-type(4){
	border: 1px solid #535353;
    border-left: none;
    text-align: center;
}
	


/*----------------------------------------

		table設定

-----------------------------------------*/

.kerning01{
	letter-spacing: 5px;
}

.document_title{
	text-align: center;
	font-size: 170%;
	letter-spacing: 2px;
	margin-top: 10px;
}

.item_box{
	margin-bottom: 20px;
}

.item_title{
	color: #d40c3b;
	font-size: 110%;
	border-bottom: 2px solid #dedede;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

.item_text{
	font-size: 90%;
	letter-spacing: 1px;
	text-align: justify;
	padding: 0 5px;
}

.anchor_list{
	display: flex;
	flex-direction: column;
  align-items: center;
	margin-bottom: 50px;
}
.anchor_list a{
	display: block;
	width: 200px;
	text-align: center;
	padding: 5px 10px;
	background: #fff;
	color: #d40c3b;
	border: 1px solid #d40c3b;
	letter-spacing: 1px;
	font-size: 108%;
}
.anchor_list a:nth-child(2){
	margin: 15px 0;
}</pre></body></html>