@charset "UTF-8";
/* CSS Document */
/* =========================================================

 基本設定・共通設定(スマホサイズベース)

=============================================================*/
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
ul{
	list-style: none;
}


/*----------------------------------------------------------
body
----------------------------------------------------------*/
/*font-family指定（IE11用）*/
_:lang(x)::-ms-backdrop, body {
		font-family: "Segoe UI", Meiryo, sans-serif;
} 
body{
	box-sizing: border-box;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "Helvetica Neue", HelveticaNeue, Meiryo, "sans-serif";
	background: #eee;
	font-size: 14px;
}
/*----------------------------------------------------------
body(pc用)
----------------------------------------------------------*/
@media print,screen and (min-width: 999px){
	body{
		font-size: 16px;
		min-width: 1150px;
	}
}
/*----------------------------------------------------------
header
----------------------------------------------------------*/
header{
	background: #fff;
	-webkit-box-shadow: 0px 21px 13px -17px rgb(0 0 0 / 20%);
	box-shadow: 0px 21px 13px -17px rgb(0 0 0 / 20%);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1400px;
	margin: auto;
	z-index: 999;
	overflow: hidden;
}
header h1{
	margin: 0;
	-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.2);
/*		padding: 1.12em;*/
	    padding: .52em;
	background: #fff;
	position: relative;
	z-index: 5;
}
header h1 img{
	width: 100%;
	max-width: 216px;
}
/*メニューデフォルト
-------------------------------------------------- */
.nav{
    width: 100%; 
    display: none;/* 初期：非表示 */
    opacity: 0;
    transition: all 1s;
	height: 0%;
  }
/*メニューが開いた時のスタイル
-------------------------------------------------- */
.open{
	transition: all .5s;
}
.open .nav{
	position: relative;
	left: 0;
	top: 0px;
	opacity: 1;
	display: block;
	background: #fff;
	height: 100%;
	z-index: 1;
}
.open .nav ul{
	z-index: 1;
	width: 100%;
	display: block;
	list-style: none;
	text-align: center;
	padding:0 .9em;
	margin: 0;
  }
.open .nav ul li{
  }
.open .nav a{
    color: #000;
	 text-decoration: none;
	display: block;
	width: 100%;
	padding: 0.9em;
  }
/*メインメニュースタイル*/
.open .nav .main_menu li{
	 border-bottom: 1px solid #B2C3D4;
  }
/*サブメニュースタイル*/
.open .nav .sub_menu{
	background: #003B70;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
	padding:1.8em .9em;
 }
.open .nav .sub_menu li{
	width: 50%;
 }
.open .nav .sub_menu a{
	color: #fff;
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: left;
	padding:.45em 0 .45em .9em; 
 }
/*ハンバーガーメニューボタンのスタイル*
-------------------------------------------------- */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	right: 15px;
	top: 18px;
	width: 40px;
	height: 40px;
	border: none;
	appearance: none;
	cursor: pointer;
	background: #C35454;
	outline: none;
	z-index: 999
}
.menu-trigger span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 63%;
    transform: translateX(-63%);
    -webkit-transform: translateX(-63%);
    -ms-transform: translateX(-63%);
	width: 20px;
}
.menu-trigger span:nth-of-type(1) {
	top: 12px;
}
.menu-trigger span:nth-of-type(2) {
	top: 19px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 12px;
}
.menu-trigger span::before {
	position: absolute;
	top: 0;
	left: -6px;
	content: '';
	width: 3px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
/*
ハンバーガーメニューボタンのクリック後のスタイル
-------------------------------------------------- */
.open .menu-trigger span {
	width: 70%;
	left: 15.5%;
    transform: translateX(-15.5%);
    -webkit-transform: translateX(-15.5%);
    -ms-transform: translateX(-15.5%);
}
.open .menu-trigger span::before {
	content: none;
}
.open .menu-trigger span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
	transform: translateY(-7px) rotate(45deg);
}
/*----------------------------------------------------------
header(PCサイズ)
----------------------------------------------------------*/
@media print,screen and (min-width: 999px){
header{
	display: flex;
	justify-content: space-between;
	padding: 1.8em 2em;
	-webkit-box-shadow: none;
	box-shadow: none;
/*
	max-width: 1200px;
	margin: 0 auto;
*/
}
header h1{
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
/*		padding: 1.12em;*/
	    padding: 0;
	background: #fff;
	position: relative;
	z-index: 5;
	width: calc(100% - 800px);
}
header h1 img{
	width: 100%;
	max-width: 332px;
}	

/*メニューデフォルト
-------------------------------------------------- */
.nav {
	position: relative;
/*   display: flex;*/
	color: #000;
	background: none;
	opacity: 1;
	display: block;
	/*width: 70%;
	min-width: 750px;*/
	max-width: 780px;
}
/*メインメニュースタイル*/
.nav .main_menu{
	display: flex;
	justify-content: flex-end;
	text-align: center;
	padding: 0;
	margin-top: 2.75em;
}
.nav .main_menu li{
	border-left: 1px solid #B2C3D4;
	box-sizing: border-box;
}
.nav .main_menu li:last-of-type{
	border-right: 1px solid #B2C3D4;
	box-sizing: border-box;
}
.nav .main_menu a{
	color: #000;
	padding: 0 .7em;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	font-weight: bold;
}
/*サブメニュースタイル*/
.nav .sub_menu{
	position: absolute;
	top: -29px;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: nowrap;
	text-align: left;
	padding:0;
	z-index: 999;
	width: 100%;
	max-width: 780px;
	text-align: center;
 }
.nav .sub_menu li{
	max-width:130px;
	width: 100%;
	background: #003B70;
	font-size: 0.85em;
 }
.nav .sub_menu a{
/*	color: #fff;*/
	background-image: none;
	background-repeat: no-repeat;
	padding:.5em; 
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
 }
/*お問い合わせ・資料請求*/
.nav .sub_menu li:nth-of-type(2){
	max-width:250px;
	width: 100%;
	font-size: 1em;
 }
.nav .sub_menu li:nth-of-type(2) a{
	background: #C35454;
	padding: 1.063em 1.063em 1.063em 2.063em ;
	background-image: url("../images/header_mail.svg");
	background-repeat: no-repeat;
	background-position: left 20px center;
 }
.news{
	display: none;
 }
.nav .contact{
	order: 5;
	margin: 0;
}
.certificate{
	order: 2;
}
.nav .qr{
	order: 3;
}
.nav .recruit{
	order: 4;
}
/*
ハンバーガーメニューボタン非表示
-------------------------------------------------- */
.menu-trigger{
	display: none;
}	
}

/*----------------------------------------------------------
main
----------------------------------------------------------*/
main{
	max-width: 1400px;
	margin: 0 auto;
	background: #fff;
	padding: 5em 0 50px;
}
/*PC*/
@media print,screen and (min-width:999px){
	main{
		padding:7.8em 0 100px;
	}
}


/*wrap類
----------------------------------------------------------*/
.rimit_wide1000{
	width: 100%;
	margin: 0 auto;
	padding: 0 15px
}
/*PC*/
@media print,screen and (min-width:999px){
	.rimit_wide1000{
		width: 1000px;
		padding: 0;
	}
}

/*中ページのパーツなど
-----------------------------*/
/*フォント
----------------------------------------------------------*/
.serif{
	font-family: "游明朝体","游明朝 Light", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sans-serif{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "Helvetica Neue", HelveticaNeue, Meiryo, "sans-serif";
}
/*見出し
----------------------------------------------------------*/
/*h2 看板見出し*/
.contents_title{
	font-family: "游明朝体","游明朝 Light", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.4em;
	background:linear-gradient(-53deg, transparent 54.4%, #003B70 54.5%),url("../images/title_bg.jpg");
	background-repeat: no-repeat;
	background-position: left, right center;
	background-size: 100%,cover;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 1.9em;
	line-height: 1;
	color: #fff;
	font-weight: normal;
}

.contents_title span:nth-of-type(1){
	font-size: 1em;
	margin-right: 0.3em;
	
}
/*h2 看板見出し(英字)*/
.contents_title span:last-of-type{
	position: relative;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "Helvetica Neue", HelveticaNeue, Meiryo, "sans-serif";
	font-size: 0.625em;
	margin-left: 4em;
	width: 100%;
	letter-spacing: 0.3em;
}
.contents_title span:last-of-type:before{
	content: '';
	position: absolute;
	top: 70%;
	left: -9%;
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: rotate(-53deg);
	transform: rotate(-53deg);
}
/*大見出し*/
.title_l{
	text-align: center;
	border-top: #C35454 2px solid;
	border-bottom: #C35454 2px solid;
	padding: .8em 0 .8em 20px;
	font-size: 1.42em;
	position: relative;
	margin: 0 0 20px;
	font-weight: normal;
	font-family: "游明朝体","游明朝 Light", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.title_l::before,
.title_l::after{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	height: 1px;
	width: 100%;
	display: block;
	background-color: #C35454;
}
.title_l::after{
	top: auto;
	bottom: 5px;
}

/*中見出し*/
.title_m{
	font-family: "游明朝体","游明朝 Light", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	border-left: #C35454 2px solid;
	padding: .25em 0 .25em 20px;
	font-size: 1.42em;
	position: relative;
	margin: 2.5em 0 1em;
	font-weight: normal;
}
.title_m::before{
	content: "";
	position: absolute;
	left: 5px;
	top: 0;
	height: 100%;
	width: 1px;
	display: block;
	background-color: #C35454;
}

/*小見出し*/
.title_s{
	font-size: 1.128em;
	color: #fff;
	background-color: #C35454;
	padding:.2em .4em;
	margin: 1.6em 0 1.1em;
}
/*見出し(sp)
----------------------------------------------------------*/
@media print,screen and (min-width:999px){
.contents_title{
	font-size: 2.5em;
	padding: 3.25em 1.2em;
}
.contents_title span:nth-of-type(1){
	font-size: 0.75em;
}
/*h2 看板見出し(英字)*/
.contents_title span:last-of-type{
	font-size: 0.375em;
	margin-left: 5em;
	width: 50%
}
.contents_title span:last-of-type:before{
	top: 50%;
	left: -9%;
	display: inline-block;
	width: 44px;
	height: 1px;
	-webkit-transform: rotate(-53deg);
	transform: rotate(-53deg);
}
}
/*枠
----------------------------------------------------------*/
/*リストを囲う枠*/
.border_box{
	border: 1px solid #C35454;
	padding: 20px;
	line-height: 1.8em;
}
/*リスト内の要素*/
.border_box p{
	margin: 0;
	padding: 0;
}
.border_box_title{
	font-size: 1em;
	margin: 1em 0 0;
	padding: 0;
	font-weight: bold;
	color: #C35454;
}
.border_box .border_box_title:first-child{
	margin-top: 0;
}

/*リスト
----------------------------------------------------------*/
.ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ul li{
	margin: 0;
	padding: 0 0 .5em 15px;
	list-style: none;
	position: relative;
	line-height: 1.5em;
}
.ul li::before{
	content: "";
	background-color: #C35454;
	border-radius: 5px;
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
}
/*パンくずリスト
----------------------------------------------------------*/
.breadcrumb {
	color: #C35454;
	font-weight: bold;
	font-size: 0.85em;
	margin: 1em 1em 2em;
}
.breadcrumb a{
	background-image: url("https://www.shuko.ed.jp/common/images/breadcrumb_arrow.svg");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0.5em 1em 0.5em 0.5em;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
.breadcrumb a:last-of-type{
	background-position: right 6% center;
}
/*パンくずリスト(PCサイズ)
----------------------------------------------------------*/
@media print,screen and (min-width:999px){
	.breadcrumb {
	font-size: 0.9em;
	max-width: 1200px;
	margin: 1em 3.2em 3em;
}
}
/*ボタン
----------------------------------------------------------*/
/*進むボタン（戻るボタン共通）*/
.next_btn,
.prev_btn,
.none_btn{
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
}
.next_btn a,
.prev_btn a,
.none_btn span{
	display: inline-block;
	width: 100%;
	max-width: 500px;
	background-color: #003B70;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	line-height: 1.5em;
	vertical-align: middle;
	font-size: 1.14em;
}
.next_btn a::before,
.prev_btn a::before{
	content: "";
	display: inline-block;
	line-height: 1.5em;
	height: 18px;
	width: 10px;
	background-image: url("../images/btn_arrow.png");
	background-size: 10px auto;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 15px;
}
.next_btn a:hover{
	background-color: #1B609D;
}

/*戻るボタン*/
.prev_btn{
	margin: 50px 0 0;
}
.prev_btn a{
	background-color: #666666;
}
.prev_btn a:hover{
	background-color: #999999;
}

/*準備中ボタン*/
.none_btn span{
	background-color: #aaa;
}

/*添付ファイルリスト
----------------------------------------------------------*/
	/* 添付ファイルにアイコンを付属 */
	ul.download li a[href$='.doc'],
	ul.download li a[href$='.docx'] {
		padding-right: 20px;
		background: transparent url(../../imagem/icons/doc.gif) no-repeat center right;
	}
	
	ul.download li a[href$='.txt'] {
		padding-right: 20px;
		background: transparent url(../../imagem/icons/txt.gif) no-repeat center right;
	}
	
	ul.download li a[href$='.xls'] ,
	ul.download li a[href$='.xlsx'] {
		padding-right: 20px;
		background: transparent url(../../imagem/icons/xls.gif) no-repeat center right;
	}
	
	ul.download li a[href$='.pdf'] { 
		padding-right: 20px;
		background: transparent url(../../imagem/icons/pdf.gif) no-repeat center right;
	}
	
	ul.download li a[href$='.zip'],
	ul.download li a[href$='.rar'],
	ul.download li a[href$='.lzh'] { 
		padding-right: 20px;
		background: transparent url(../../imagem/icons/zip.gif) no-repeat center right;
	}
	
	ul.download li a[href$='.jpg'],
	ul.download li a[href$='.gif'],
	ul.download li a[href$='.png'],
	ul.download li a[href$='.bmp'],
	ul.download li a[href$='.jpeg']{ 
		padding-right: 20px;
		background: transparent url(../../imagem/icons/pic.gif) no-repeat center right;
	}
	
/*扉ページ タイトル*/
.cat_link_pageTitle_box{
	background-color: #ccc;
	background-image: url("../images/cat_title_bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	height: 0;
	padding: 134% 0 0;
	margin-bottom: 50px;
	position: relative;
}
.cat_link_pageTitle{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	padding: 50px 15px 0;
	text-align: center;
	color: #fff;
	font-family: "游明朝体","游明朝 Light", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.cat_link_pageTitle h3{
	font-weight: normal;
	font-size: 2.14em;
	margin: 0 0 .8em;
}
.cat_link_pageTitle p{
	font-size: 1.42em;
}
/*PC*/
@media print,screen and (min-width:735px){
	.cat_link_pageTitle_box{
		margin-bottom: 0;
		min-height: 500px;
		padding: 0;
		position: inherit;
	}
	.cat_link_pageTitle{
		position: relative;
	}
}


/*扉ページ リンク*/
.cat_link_box + .cat_link_box{
	margin-top: 50px;
}
.cat_link_box h4{
	font-size: 1.5em;
	font-family: "游明朝体","游明朝 Light", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	letter-spacing: .05em;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 1em 0 .6em;
}
.cat_link_img{
	border: 1px solid #fff;
}
.cat_link_img img{
	width: 100%;
	height: auto;
}
/*PC*/
@media print,screen and (min-width:735px){
	.cat_link_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 50px;
	}
	.cat_link_box,
	.cat_link_box + .cat_link_box{
		width: calc(33% - 15px);
		margin: 0 0 50px;
	}
}



/*----------------------------------------------------------
footer
----------------------------------------------------------*/
footer{
	background: #003B70;
	text-align: center;
	color: #fff;
	padding: 2em 0 0;
	max-width: 1400px;
	margin: auto;
}
/*footerロゴ
-------------------------------------------------- */
.logo_footer{
	max-width: 240px;
	margin: 0 auto 1em;
}
.logo_footer img{
	width: 100%;
}
/*住所
-------------------------------------------------- */
address{
	font-style:normal;
	font-size: .8em;
}
/*連絡アイコン
-------------------------------------------------- */
footer .contact{
	padding: 0;
	display: flex;
	justify-content: space-between;
	max-width: 140px;
	margin: 1em auto;
}
footer .contact li{
	max-width: 40px;
}
footer .contact li img{
	width: 100%;
}
/*コピーライト
-------------------------------------------------- */
.copyright{
	font-size: .6em;
	background: #fff;
	color: #C35454;
	padding: 1.5em;
	margin: 0;
}
/*トップに戻る
-------------------------------------------------- */
.pagetop {
	text-align: center;
	position: fixed;
	right:22px;
	bottom: 5em;
	z-index: 3;
	
}
.pagetop-link {
  display: block;
  text-decoration: none;
  padding-top: 1.8rem;
}
/*特定商取引法に基づく表示について
-------------------------------------------------- */
.footer_pdf{
	max-width: 1400px;
	width: 100%;
	margin: 1em 0 2em;
	padding: 0 1em;
	text-align: center;
}
.footer_pdf a{
	color: #fff;
	text-align: center;
}
/*----------------------------------------------------------
footer(PCサイズ)
----------------------------------------------------------*/
@media print,screen and (min-width: 999px){
footer{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
/*footerロゴ
-------------------------------------------------- */
.logo_footer{
	max-width: 332px;
	margin: -1.5em 1em 1em 3em;
	width:35%;
	order: 2;
	
}
.logo_footer img{
	width: 100%;
}
/*住所
-------------------------------------------------- */
address{
	font-size: 1em;
	width: 35%;
	text-align: left;
	margin-top: -1.5em;
	order: 3;
}
/*連絡アイコン
-------------------------------------------------- */
footer .contact{
	padding: 0;
	display: flex;
	justify-content: space-between;
	max-width:240px;
	margin: 0 3em 0 auto;
	float: right;
	width: 30%;
	order: 4;
	
}
footer .contact li{
	margin:0 0.5em;
	max-width: 60px;
	height: 60px;
}
footer .contact a{
width: 100%;
	height: 100%;
}
footer.contact a img{
	width: 100%;
	height: 100%;
}
/*特定商取引法に基づく表示について
-------------------------------------------------- */
.footer_pdf{
	order: 1;
	text-align: right;
	margin: 0 3em 1em;
}
.footer_pdf a{
	text-align: right;
}
/*コピーライト
-------------------------------------------------- */
.copyright{
	width: 100%;
	margin-top: 3em;
	text-align: left;
	order: 5;
}
/*トップに戻る
-------------------------------------------------- */
.pagetop {
	bottom:9em;
	width: 100px;
}
.pagetop img{
	width: 100%;
}
}


/*----------------------------------------------------------
表示・非表示の切り替え
----------------------------------------------------------*/
.pc_display{
	display: none;
}
.sp_display{
	display: block;
}

/*----------------------------------------------------------
表示・非表示の切り替え(PCサイズ)
----------------------------------------------------------*/
@media print,screen and (min-width: 999px){
.pc_display{
	display: block;
}
.sp_display{
	display: none;
}
}




/*----------------------------------------------------------
印刷スタイル
----------------------------------------------------------*/
@media print{
	body{
		width: 1000px;
		overflow: visible;
		box-sizing: border-box;
	}
	header{
		position: absolute;
		width: 100%;
	}
}
