@charset "utf-8";
/* CSS Document */

/*ここからリセットスタイル*/

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tr,
th,
td,
form,
fieldset {
	margin: 0;
	padding: 0;
}


html {
	font-size: 62.5%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

li {
	list-style: none;
}

img {
	border-style: none;
	margin: 0;
}

/*ここから共通デザイン*/

body {
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
	background-color: #ffffff;
	color: #404040;
	margin-top: 0;
	margin-bottom: 0;
}

.sh_on {
	display: none;
}

header {
	width: 100%;
	background-color: #e3e7f2;
	padding: 20px 0;
}

header h1 {
	line-height: 1;
	text-align: center;
	font-family: 'Cormorant', serif;
	letter-spacing: 15px;
	font-size: 48px;
	color: #9fb2c9;
}

header h1 .small {
	font-size: 12px;
	color: #3b3b3b;
	letter-spacing: 5px;
	text-align: left;
}

/*fix*/
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

#menu {
	text-align: center;
	background-color: #e3e7f2;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding-bottom: 5px;
}

#menu2 {
	text-align: center;
	background-color: #e3e7f2;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding-bottom: 5px;
}


/*slider*/

.flexslider h1 {
	position: absolute;
	top: 295px;
	left: 170px;
	font-size: 3.8rem;
	font-family: 'Noto Serif JP', sans-serif;
	letter-spacing: 0.2em;
	z-index: 100;
	color: #ffffff;
	font-weight: normal;
	text-shadow: 2px 0px 4px rgba(0, 0, 0, 0.5), 0px 2px 4px rgba(0, 0, 0, 0.5), -2px 0px 4px rgba(0, 0, 0, 0.5), 0px -2px 4px rgba(0, 0, 0, 0.5);
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
}

.pagetop a {
	display: block;
	background-color: #636f90;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	padding: 8px 18px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.7;
	opacity: 0.7;
	font-weight: 400;
}

.sh_on {
	display: none;
}

.material-icons .slim {
	-webkit-text-stroke: 0.2rem #006CB7;
}


#section01 {
	width: 100%;
	margin: 0 auto;
	height: auto;
	clear: both;
	text-align: center;
	padding: 50px 0;
}

.globalnavi {
	margin: 0 auto;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
}

.globalnavi li {
	display: inline;
	margin-right: 45px;
	font-size: 16px;
}

.globalnavi li a {
	color: #3b3b3b;
	letter-spacing: 1px;
	text-decoration: none;
}

.globalnavi li a:hover {
	text-decoration: underline;
	color: #5aaacc;
}


#menu2 .logo {
	font-size: 2.0rem;
	font-family: 'Cormorant', serif;
	float: left;
}

#menu2 .logo a {
	text-decoration: none;
	color: #3b3b3b;
	letter-spacing: 1px;
	font-size: 3.2rem;
}

#menu2 .logo a:hover {
	color: #5aaacc;
}

#menu2 .modoru {
	float: right;
}

.modoru a {
	float: right;
	text-decoration: none;
	color: #3b3b3b;
}

.modoru a:hover {
	color: #5aaacc;
}

.modoru2 a {
	float: right;
	text-decoration: none;
	color: #3b3b3b;
}

.modoru2 a:hover {
	color: #5aaacc;
}

.globalnavi li:last-child {
	margin-right: 0;
}

.globalnavi li a:hover {
	opacity: 0.8;
	transition: 0.5s;
}

.globalnavi li img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.inner {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: both;
}

/*セクション見出し*/

#section02 h2 {
	color: #4d4d4d;
	text-align: left;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 2.5rem;
	border-bottom: 1px solid;
}

#section06 h2 {
	font-size: 3.0rem;
	color: #4d4d4d;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 0 50px 0;
	background: linear-gradient(transparent 50%, #e2e6f1 0%);
	line-height: 1.3em;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
}

#section03 h2,
#section05 h2,
#section07 h2 {
	font-size: 3.0rem;
	color: #4d4d4d;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 0 50px 0;
	background: linear-gradient(transparent 50%, #e2e6f1 0%);
	line-height: 1.3em;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
}

.info_blk {
	background-color: #e7eff1;
	/* padding: 30px 50px 90px 145px; */
	padding: 50px 80px 90px 200px;
	margin: 0;
	width: 680px;
	position: absolute;
	right: 0;
	top: 40px;
	box-sizing: border-box;
}



.info_blk a:link {
	text-decoration: underline;
	color: #333;
}

.info_blk a:visited {
	text-decoration: none;
	color: #2333;
}

.info_blk a:hover {
	text-decoration: underline;
	color: hwb(241 20% 4% / 0.739);
}

.info_blk ul {
	text-align: left;
	margin-left: 1.5em;
	float: left;
}

.info_blk .aka {
	color: #ff6347;
	font-weight: bold;
	padding-top: 10px;
	clear: both;
}

.info_blk ul li {
	list-style: circle;
}

.news_box {
	padding: 30px 0;
	margin: 0;
	border: none;
	overflow: hidden;
}

#news_p .news_box h2 {
	text-align: left;
	font-size: 2.0rem;
	font-weight: normal;
	color: #738194;
	margin-bottom: 20px;
}

.news_box img {
	float: left;
	display: block;
	width: 100%;
}


.ph_blk {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.sub_midashi {
	font-size: 18px;
	letter-spacing: 0;
	font-family: serif;
	display: inline-block;
	margin-left: 20px;
	font-weight: normal;
}


/*section02*/
#section02 {
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
	height: 360px;
}

#section02 p {
	margin-bottom: 10px;
}

.mizuiro {
	color: #5aaacc;
	margin-right: 5px;
	font-weight: bold;
}

.green {
	color: #62949c;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}

.inform {
	clear: both;
	text-align: left;
	margin: 50px 0;
	float: left;
	width: 480px;
}

.inform h2 {
	color: #4d4d4d;
	text-align: left;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 2.2rem;
	border-bottom: 1px solid;
}

.ph_box {
	width: 340px;
	float: right;
	margin: 50px 0;
}

.ph_box img {
	width: 100%;
}

.red {
	color: #cf3737;
	margin-right: 5px;
	font-weight: bold;
}

.redd {
	color: #ff6347;
	display: inline-block;
	margin-right: 5px;
	font-weight: bold;
}

.murasaki {
	color: #006CB7;
	display: inline-block;
	margin-right: 5px;
}

.ph_hidari {
	float: left;
	display: block;
	margin-right: 40px;
	width: 440px;
}

.ph_migi {
	float: right;
	display: block;
	margin-left: 40px;
	margin-right: 20px;
	clear: both;
}

/*section03*/
#section03 {
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0 150px 0;
	color: #404040;
	text-align: center;
}


.block3 {
	width: 33.3%;
	overflow: hidden;
	margin: 0;
	position: relative;
	float: left;
	border-right: 1px solid #ffffff;
}

.block4 {
	width: 33.2%;
	overflow: hidden;
	margin: 0;
	position: relative;
	float: left;
}

.block3 img,
.block4 img {
	width: 100%;
	filter: brightness(0.4);
	display: block;
	height: 350px;
}

.mask0 h3 {
	text-align: center;
	font-size: 26px;
	margin: 150px auto 0 auto;
	color: #ffffff;
	line-height: 0.8;
	letter-spacing: 2px;
	font-family: 'PT Sans', sans-serif;
}

.block3 .mask0,
.block4 .mask0 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.mask0 h3 span {
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
}


.mask0 a {
	text-decoration: none;
	color: #ffffff;
}

.mask0 a:hover {
	color: #90d8d6;
}


/*section04menu*/
#section04 {
	width: 100%;
	margin: 0 auto;
	height: auto;
	clear: both;
	overflow: hidden;
	text-align: center;
}

#section04 #main-visual h1 {
	color: #ffffff;
	padding-top: 130px;
	line-height: 1.1;
	letter-spacing: 2px;
	font-size: 3.2rem;
}

#section04 #main-visual h1 span {
	font-size: 1.8rem;
}

/*section05*/
#section05 {
	width: 100%;
	margin: -130px auto 30px auto;
	clear: both;
	padding: 150px 0 150px 0;
	background-color: #ffffff;
	text-align: center;
}


#section06 {
	width: 100%;
	margin: -130px auto 0 auto;
	clear: both;
	padding: 150px 0 200px 0;
	background-color: #fbf5f9;
	text-align: center;
}

#section06 p {
	margin: 10px 0;
}


#section07 {
	width: 100%;
	margin: -130px auto 0 auto;
	clear: both;
	padding: 150px 0 50px 0;
	background-color: #ffffff;
	text-align: center;
}

#section07 img {
	display: block;
	margin: 20px 0;
}


.herf_l {
	width: 600px;
	float: left;
	margin-bottom: 30px;
	text-align: left;
	padding-top: 30px;
}

.herf_r {
	width: 380px;
	float: left;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 40px;
	box-sizing: border-box;
	padding-top: 30px;
}

.herf_r p {
	margin-bottom: 15px;
}

.herf_r h3 {
	font-size: 1.7rem;
	margin-bottom: 10px;
}

#slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}

#slider li span {
	display: inline-block;
	position: absolute;
	top: 225px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);

}

.img_logo {
	width: 400px;
}

.img_logo img {
	width: 100%;
}

/*footer*/
#footer {
	width: 100%;
	padding: 20px 0;
	clear: both;
	background-color: #a0b2c9;
	margin-bottom: 0;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
}

.clear {
	clear: both;
}

/*-------drawerメニュー---------*/
.wrapper {
	height: 100%;
	overflow-x: hidden;
	position: relative;
}

.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .8s;
}

.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.menu-trigger {
	display: inline-block;
	width: 32px;
	height: 26px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 100;
}

.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #9fb2c9;
	transition: all .5s
}

.menu-trigger.active span {
	background-color: #9fb2c9;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 12px;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}

nav {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(160, 178, 201, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transform: translate(-1024px);
	transition: all .5s;
}

nav.open {
	transform: translateZ(0);
}

nav ul li {
	height: 75px;
	background-color: #ffffff;
	color: #000;
	text-align: left;
	line-height: 75px;
	text-indent: 25px;
	padding: 0;
	border-bottom: 1px solid #C4C1BC;
	letter-spacing: 0.05em;
}

nav ul li:first-child {
	border-top: 1px solid #C4C1BC;
	color: #0079c0;
}

nav ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000;
}

nav ul li:first-child a {
	color: #0079c0;
}



/*=====================
メディアクエリ
=====================*/
/* スマホ */
@media screen and (max-width: 768px) {


	body {
		line-height: 1.8;
		font-size: 1.5rem;
		background-color: #ffffff;
		color: #404040;
		margin-top: 0;
		margin-bottom: 0;
		letter-spacing: -1px;
	}

	#section01 {
		width: 100%;
		margin: 0 auto;
		height: auto;
		clear: both;
		text-align: center;
		padding: 20px 0;
	}

	.sh_non {
		display: none;
	}

	.sh_on {
		display: block;
	}

	.pagetop {
		display: none;
		position: fixed;
		bottom: 50px;
		right: 20px;
	}

	.flexslider {
		margin: 0;
	}


	#section03 h2,
	#section05 h2,
	#section06 h2,
	#section07 h2 {
		font-size: 2.4rem;
		letter-spacing: 0;
		display: block;
		margin: 20px auto 50px auto;
	}

	#section04 h2 {
		font-size: 2.4rem;
		letter-spacing: 0;
		display: block;
		margin: 20px auto 30px auto;
	}


	#section02 h2 {
		margin: 0 0 20px 0;
		font-family: 'PT Sans', sans-serif;
		border-bottom: 1px solid;
		font-size: 2.2rem;
		letter-spacing: 0;
		display: block;
		text-align: center;
	}

	#slider {
		margin-top: 0;
	}

	.block3,
	.block4 {
		width: 90%;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		float: none;
		border-right: 0;
		border-bottom: 1px solid #ffffff;
	}

	.block3 img,
	.block4 img {
		width: 100%;
		filter: brightness(0.4);
		display: block;
		height: 300px;
	}

	#section02 p {
		margin-bottom: 0px;
	}

	/* 共通 */

	header {
		height: 80px;
		width: 100%;
		background-color: #ffffff;
		border-top: 5px solid #9fb2c9;
		z-index: 2;
	}

	header h1 {
		line-height: 1;
		margin-top: -20px;
		font-size: 36px;
		color: #9fb2c9;
	}


	.globalnavi {
		margin-top: 10px;
	}

	.inner {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		text-align: justify;
	}


	.globalnavi ul li {
		float: left;
		margin-right: 10px;
		width: 31%;
		height: 30%;
		background: none;
	}

	.globalnavi .mgi_aki0 {
		margin-right: 0;
	}

	.globalnavi ul li img {
		width: 100%;
	}

	.ph_hidari {
		float: none;
		display: block;
		margin: 10px auto;
		width: 90%;
	}

	.ph_migi {
		float: none;
		display: block;
		margin: 20px auto;
		width: 80%;
	}


	#section02 {
		width: 100%;
		text-align: justify;
		margin: 0 auto;
		clear: both;
		height: auto;
		padding: 0;
	}

	.news_box {
		padding: 0;
		margin: 0;
		border: none;
		overflow: hidden;
	}

	.news_box img {
		float: none;
		display: block;
		margin: 5px auto;
		width: 100%;
	}


	#section03 {
		width: 100%;
		margin: 10px auto;
		clear: both;
		overflow: hidden;
		padding: 0;
	}

	.ph_blk {
		display: none;
	}

	.info_blk {
		background-color: #e7eff1;
		padding: 20px 20px 30px 20px;
		width: 100%;
		position: relative;
		box-sizing: border-box;
		margin: 0 auto;
		top: 0;
		text-align: left;
	}

	.inform {
		clear: both;
		text-align: left;
		margin: 20px auto;
		float: none;
		width: 100%;
	}

	.ph_box {
		width: 100%;
		float: none;
		margin: 20px auto;
	}

	.inform h2 {
		color: #4d4d4d;
		text-align: center;
		letter-spacing: 2px;
		margin: 0 0 20px 0;
		font-family: 'PT Sans', sans-serif;
		font-size: 2.0rem;
		border-bottom: 1px solid;
	}

	#section04,
	#section05 {
		width: 100%;
		margin: 0 auto;
		clear: both;
		overflow: hidden;
		padding: 0;
	}




	#section06,
	#section07 {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
	}

	#section06 .inner {
		text-align: center;
	}

	#section06 img {
		display: block;
		margin: 0 auto;
		width: 80%;
	}

	#section07 img {
		display: block;
		margin: 20px auto;
		width: 100%;
	}


	.herf_l,
	.herf_r {
		width: 90%;
		float: none;
		margin: 0 auto;
		padding: 0;
	}


	#section07 .ph_100 {
		width: 150px;
		height: 40px;
		float: left;
	}

	/*-----*/

	#footer {
		width: 100%;
		padding-top: 10px;
		clear: both;
		font-size: 12px;
	}


}