@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8;font-size:88%}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}

ul {
	
}
	ul li {
		list-style:none;	
	}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #000000;
	text-decoration: none;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 86%;
}

.en {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

.italic {
	font-style: italic;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Noto Serif Japanese' , "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	color: #000000;
	padding: 0;
	margin: 0;
	letter-spacing: 3px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}





/* min 801px */
@media screen and (min-width: 801px), print {

.sp {
	display: none !important;
}
	

/* flex */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	min-width: 1100px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
	#header .logo {
		padding-top: 10px;
		padding-left: 10px;
	}
	
	#header .menu {
		width: 100px;
		height: 100px;
		background: #000;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
	}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
	display: block;
}
.inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
 
	


/* btn */
.btn {
	width: 90px;
}
	.btn a {
		display: block;
		height: 90px;
		border-radius: 50%;
		background: #004f9a;
		padding-top: 35px;
		text-align: center;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	.btn a:hover {
		background: #000;
	}
 
	


/* btn_txt */
.btn_txt {
	width: 300px;
	margin: 30px auto 0 auto;
}
	.btn_txt a {
		display: block;
		height: 60px;
		background: #004f9a url(../img/btn_arrow.png) no-repeat 95% center;
		background-size: 18px;
		color: #fff;
		line-height: 60px;
		font-weight: 700;
		text-align: center;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	width: 100%;
	min-width: 1100px;
	height: 350px;
	background: #E5EDF5;
	text-align: center;
}
	#pagetitle .en {
		padding-top: 140px;
		font-size: 18px;
		line-height: 1;
		color: #004F9A;
		margin-bottom: 10px;
	}
	
	
	#pagetitle h1 {
		font-size: 40px;
		font-weight: 500;
		line-height: 1;
		color: #231815;
	}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンくず */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumb {
	width: 100%;
	min-width: 1100px;
	position: absolute;
	top: 310px;
	left: 0;
}
	#breadcrumb ul {
		display: flex;
		display: -webkit-flex;
	}
		#breadcrumb ul li {
			padding-right: 40px;
			font-size: 86%;
			color: #004F9A;
			position: relative;
		}
		#breadcrumb ul li:after {
			content: "";
			width: 15px;
			height: 1px;
			background: #004F9A;
			position: absolute;
			top: 10px;
			right: 12px;
		}
		#breadcrumb ul li.last:after {
			display: none;
		}
			#breadcrumb ul li a {
				display: block;
			}




	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#sns {
	padding: 100px 0;
}
	#sns ul li a {
		display: block;
		transition: 0.3s;
		-webkit−transition: 0.3s;
	}
	#sns ul li a:hover {
		opacity: 0.8;
	}
	
	
	#sns .leaf01 {
		position: absolute;
		top: -150px;
		left: -130px;
	}
	#sns .leaf02 {
		position: absolute;
		bottom: -160px;
		right: 30px;
		z-index: -1;
	}




	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	background: #004f9a;
	text-align: center;
	padding: 60px 0 50px 0;
}
	#footer .link {
		color: #fff;
		padding-bottom: 30px;
		letter-spacing: 3px;
	}
		#footer .link a {
			color: #fff;
		}
	
	
	#footer .copy {
		font-size: 10px;
		color: #fff;
		letter-spacing: 5px;
	}
	



}




/* max 800px */
@media only screen and (max-width: 800px) {

.pc,.ctabtn {
	display: none !important;
}


.pt {
	padding-top: 60px;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	transition: 0.3s;
	-webkit−transition: 0.3s;
	z-index: 1211 !important;
}
	#header .logo {
		width: 180px;
		padding-top: 11px;
		padding-bottom: 11px;
		margin: auto;
	}
		#header .logo img {
			width: 100%;
			height: auto;
		}
	
	
	#header .menu ul {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		background: #004f9a;
	}
		#header .menu ul li {
			width: 20%;
			border-right: solid 1px #4170a8;
		}
		#header .menu ul li:nth-last-child(1) {
			border-right: none;
		}
			#header .menu ul li a {
				display: block;
				height: 40px;
				font-size: 10px;
				color: #fff;
				text-align: center;
				letter-spacing: 0px;
				line-height: 1.4em;
				padding-top: 7px;	
			}
			#header .menu ul li:nth-child(1) a {
				padding-top: 12px;	
			}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#main {
	display: block;
}


.inner {
	padding: 0 5%;
	position: relative;
}
 
	


/* btn */
.btn {
	width: 100%;
	margin: 30px auto 0 auto;
}
	.btn a {
		display: block;
		height: 60px;
		background: #004f9a url(../img/btn_arrow.png) no-repeat 95% center;
		background-size: 18px;
		color: #fff;
		line-height: 60px;
		font-weight: 700;
		text-align: center;
	}
 
	


/* btn_txt */
.btn_txt {
	width: 100%;
	margin: 30px auto 0 auto;
}
	.btn_txt a {
		display: block;
		height: 60px;
		background: #004f9a url(../img/btn_arrow.png) no-repeat 95% center;
		background-size: 18px;
		color: #fff;
		line-height: 60px;
		font-weight: 700;
		text-align: center;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	width: 100%;
	height: 300px;
	text-align: center;
	background: #E5EDF5;
}
	#pagetitle .en {
		padding-top: 170px;
		font-size: 16px;
		line-height: 1;
		color: #004F9A;
		margin-bottom: 10px;
	}
	
	
	#pagetitle h1 {
		font-size: 30px;
		font-weight: 500;
		line-height: 1;
		color: #231815;
	}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンくず */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#breadcrumb {
	display: none;
}




	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#sns {
	padding: 50px 0 40px 0;
}
	#sns ul li {
		margin-bottom: 10px;
	}
		#sns ul li a {
			display: block;
			transition: 0.3s;
			-webkit−transition: 0.3s;
		}
		#sns ul li a:hover {
			opacity: 0.8;
		}
			#sns ul li a img {
				width: 100%;
				height: auto;
			}

	
	#sns .leaf01,
	#sns .leaf02 {
		display: none;
	}




	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	background: #004f9a;
	text-align: center;
	padding: 40px 5% 80px 5%;
}
	#footer .link {
		font-size: 12px;
		color: #fff;
		padding-bottom: 30px;
	}
		#footer .link a {
			color: #fff;
		}
	
	
	#footer .copy {
		font-size: 10px;
		color: #fff;
	}
	
	
	
	
	
.telbox {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
	.telbox a {
		display: block;
	}
		.telbox a img {
			width: 100%;
			height: auto;
		}
	
	
	
	
	

}





.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}



/* ページネーション */
.nav-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.nav-links li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 45px;
}
.nav-links li > *:not(.dots) {
  width: 45px;
  border-radius: 50%;
  color: #000000;
  background: #efefef;
  transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
  color: #ffffff;
  background: #000000;
}