@charset "utf-8";

*{
	box-sizing:border-box;
	margin:0;
	padding:0;
}
body { 
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
	line-height:1.8;
	background:#134e78;
	font-weight:500;
}
.mincho{
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , Garamond , "Times New Roman" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight:400;
} 

img{
	display:block;
	border:none;
}

ul,ol{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
.hover:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}
.hover{
	transition:0.3s all ease;
	cursor:pointer;
}

.sp{
	display:none !important;
}
.sp1000{
	display:none !important;
}

.f-left{
	float:left;
}
.f-right{
	float:right;
}
.ov-hidden{
	overflow:hidden;
}
.clear{
	clear:both;
}
table{
	border-collapse:collapse;
	width:100%;
}
.tc{
	text-align:center;
}


.outer{
	width:100%;
}
.inner {
	max-width:1000px;
	margin:0 auto;
}

.pic img{
	width:100%;
	display:block;
}
.eb{
	font-family: 'EB Garamond', serif;
}
.bg-gray{
	background:#efefef;
}
/* +++++++++++++++++header+++++++++++++++++++++ */
header{
	z-index:9999;
	width:250px;
	min-height:100%;
	position:fixed;
	left:0;
	top:0;
	background:#134e78;
	padding:0 25px;
	color:#fff;
	height:100%;
//	overflow:hidden;
	overflow:visible;
	font-size:14px;
}
.header-inner{
	height:100%;
	overflow:auto;
	padding-top:45px;
	padding-bottom:70px;
}
header h1{
	font-size:12px;
	text-align:center;
	padding-bottom:1em;
}
header a{
	color:#fff;
}
.logo{
	padding-left:25px;
	padding-right:25px;
	margin-bottom:60px;
}
.logo a{
	display:block;
	width:100%;
	height:0;
	padding-top:134px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
	background-position:center top;
}


/* +++++++++++++++++nav++++++++++++++++++++ */
nav{
	padding-bottom:40px;
}
nav li{
	border-bottom:1px solid rgba(255,255,255,0.5);
}
nav li:nth-of-type(2),nav li:nth-of-type(4),nav li:last-of-type{
	border-bottom:0;
}
nav a{
	padding:0 5px;
	line-height:1.5;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
	position:relative;
}
nav a i{
	margin-right:0.5em;
}
nav a:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	transform:rotate(45deg);
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	position:absolute;
	right:5px;
	top:0;
	bottom:0;
	margin:auto;
}
nav .contact a,nav .form-btn{
	margin-top:20px;
	background:#fff;
	color:#134e78;
	line-height:3.57;
}
nav .contact a:after{
	width:18px;
	height:12px;
	transform:rotate(0deg);
	border:none;
	background:url(../images/header-icon01.png) no-repeat;
}
header .tel{
	background:#fff;
	color:#134e78;
	text-align:center;
	font-size:18px;
	line-height:2.888;
	position:relative;
	display:block;
	font-weight:600;
	margin-top:20px;
	width:100%;
}
header .tel:before{
	margin-right:8px;
	content:"";
	display:inline-block;
	width:17px;
	height:24px;
	background:url(../images/header-icon02.png) no-repeat;
	vertical-align:middle;
}
header .address a{
	text-decoration:underline;
}
header .address a:hover{
	text-decoration:none;
}
header .banner{
	padding-bottom:10px;
}
header .banner:last-of-type{
	padding-bottom:40px;
}
header .banner img,header .banner a{
	display:block;
	width:100%;
}
header .banner p{
	padding-top:5px;
}
/* +++++++++++++++++footer+++++++++++++++++++++ */
footer{
	position:relative;
}
footer .logo{
	display:block;
}

/* +++++++++++++++++++++++++++contents++++++++++++++++++++++ */
main{
	display:block;
	position:relative;
	width:calc(100% - 250px);
	margin-left:250px;
	background:#fff;
}
.sec-title01{
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝B" , Garamond , "Times New Roman" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align:center;
	color:#134e78;
	line-height:1.4;
	font-size:30px;
	padding-bottom:40px;
	font-weight:500;
}
.sec-title01 span{
	display:block;
	color:#333;
	font-size:16px;
}
.sec{
	padding:70px 3.333%;
	position:relative;
}
.sub-main-visual{
	background:#efefef;
	position:relative;
}
.sub-main-visual img.pc{
	display:block;
	width:100%;
}
.sub-main-visual img.sp{
	display:none;
}
.bread-crumbs{
	padding:0 3.333%;
	background:#f8f8f7;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	line-height:3;
}
.bread-crumbs a{
	text-decoration:underline;
}
.bread-crumbs a:hover{
	text-decoration:none;
}
.bread-crumbs li:after{
	content:">";
	display:inline;
	padding:0 1em;
}
.bread-crumbs li:last-of-type:after{
	display:none;
}

.page-title{
	font-size:36px;
	letter-spacing:0.05em;
	color:#134e78;
	padding-bottom:0.1em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	border-top:1px solid #134e78;
	border-bottom:1px solid #134e78;
	font-weight:400;
	width:calc(100% - 6.666%);
	margin:50px auto 0;
}



/* +++++++++++++++++page top+++++++++++++++++++++++ */
#page-top{
	position:fixed;
	right:0;
	bottom:-70px;
	background:rgba(19, 78, 120, 0.65);
	width:70px;
	height:70px;
	color:#fff;
	font-size:11px;
	z-index:99999;
	transition:0.3s all ease;
}
#page-top:before{
	content:"";
	display:block;
	width:15%;
	height:15%;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform:rotate(-45deg);
	margin:auto;
	margin-top:32%;
}
#page-top:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.menu-btn{
	position:fixed;
	left:0;
	top:0;
	z-index:9999;
	background:rgba(19, 78, 120, 1);
	height:60px;
	width:60px;
	cursor:pointer;
	z-index:99999;
}
.menu-btn span{
	width:30px;
	height:2px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	display:block;
	background:#fff;
}
.menu-btn span:nth-of-type(1){
	top:21px;
}
.menu-btn span:nth-of-type(2){
	top:29px;
}
.menu-btn span:nth-of-type(3){
	top:37px;
}
/*----------------------------------------------------
 mobile style
-----------------------------------------------------*/
@media screen and (max-width:1000px){
	html{
		font-size:62.5%;
	}
	body{
		font-size:1.4rem;
	}


	.sp1000{
		display:block !important;
	}


	main {
	    width:100%;
	    margin-left:0;
		padding-bottom:6rem;
		margin-top:60px;
	}

	








}



@media screen and (max-width:767px){

/* ++++++++++++++++++++++++++++++共通+++++++++++++++++++++++++++++++++++ */
	.sp{
		display:block !important;
	}
	.pc{
		display:none;
	}
	.outer{
		min-width:100%;
	}
	.inner{
		width:100%;
	}
/* +++++++++++++++++footer+++++++++++++++++++++ */
#page-top{
	width:5.5rem;
	height:5.5rem;
	font-size:1rem;
	z-index:999;
}
#page-top:before{
	content:"";
	display:block;
	width:25%;
	height:25%;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	transform:rotate(-45deg);
	margin:auto;
	margin-top:30%;
	margin-bottom:-5%;
}
/* ++++++++++++++++++++++++header start+++++++++++++++++++++++ */
.header-inner{
	padding-top:60px;
}
header h1{
	font-size:1rem;
	text-align:justify;
	padding-bottom:0;
	color:#000;
	font-weight:500;
	line-height:1.4;
	position:fixed;
	right:0.5rem;
	top:0;
	z-index:99999;
	width:calc(100% - 70px);
}
.logo{
	padding:0;
	margin-bottom:0;
	background:#fff;
	position:fixed;
	right:0;
	top:0;
	height:60px;
	width:100%;
	z-index:9999;
}
.logo a{
    padding-top: 40px;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 160px;
	background:url(../images/sp-logo01.jpg) no-repeat;
	background-size:auto 100%;
	background-position:center;
}
/* ++++++++++++++++++++++++++++header end++++++++++++++++++++++++++ */


/* ++++++++++++++++++++++++++contents+++++++++++++++++++++++ */
.sec{
	padding:3rem 1.5rem;
	position:relative;
}
.sec-title01 {
    font-size: 3rem;
    padding-bottom:2.5rem;
}

.page-title{
	font-size:2.4rem;
	font-weight:600;
	width:calc(100% - 3rem);
	margin:4rem auto 0;
}
.bread-crumbs{
	padding:0 0.5rem;
	line-height:2;
}

.sub-main-visual img.sp{
	display:block;
	width:100%;
}
.sub-main-visual img.pc{
	display:none;
}

}





