@charset "utf-8";
html {
	font-size: 62.5%;
}

body {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
	color: #000000;
}

.sf {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.meiryo {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

img {
	border: 0;
	max-width: 100%;
}

.inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.clear:after,
.inner:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/*ScrollTrigger*/

.invisible {
	opacity: 0;
	transition: all 0.1s ease;
}


/* -------------------- header -------------------- */

header {
	width: 100%;
	padding: 13px 0;
}

.logo {
	width: 292px;
	display: block;
	margin-left: 40px;
}

.logo img {
	display: block;
}


/*-------------------- mv --------------------*/

.mv {
	width: 100%;
	padding: 200px 0;
	background: url(../img/koshiki_bg_mv.jpg) no-repeat center center;
	background-size: cover;
}

.mv img {
	display: block;
}


/*-------------------- content --------------------*/

.content {
	width: 100%;
}

.content_list {
	width: 100%;
}

.content_list>li {
	width: 100%;
	padding-top: 135px;
	position: relative;
}

.content_list>li::before {
	content: "";
	position: absolute;
	top: 135px;
	bottom: 0;
	left: 0;
	width: 50%;
	background: -moz-linear-gradient(left, #0265be, #0989d0);
	background: -webkit-gradient(linear, left top, right top, color-stop(#0265be), color-stop(#0989d0));
	background: -webkit-linear-gradient(left, #0265be, #0989d0);
	background: -o-linear-gradient(left, #0265be, #0989d0);
	background: -ms-linear-gradient(left, #0265be, #0989d0);
	background: linear-gradient(to right, #0265be, #0989d0);
	z-index: 2;
}

.content_list>li::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: left center;
}

.content_list>li.even_li::before {
	left: auto;
	right: 0;
}

.content_list>li.even_li::after {
	left: 0;
	right: auto;
}

.content_list>li.content_li01::after {
	/* background-image: url(../img/map_img01.png); */
	background-image: url(../img/250828_map_img01.png);
}

.content_list>li.content_li02::after {
	/* background-image: url(../img/map_img02.png); */
	background-image: url(../img/250828_map_img02.png);
	/* background-position: right top; */
}
.content_list>li.content_li04::after {
	/* background-image: url(../img/map_img04.png); */
	background-image: url(../img/250828_map_img03.png);
}

.content_list>li.content_li05::after {
	background-image: url(../img/map_img05.png);
}
.content_list>li.content_li06::after {
	background-image: url(../img/250828_map_img06.png);
}
.content_list>li.content_li07::after {
	background-image: url(../img/250828_map_img05.png);
	background-size: cover;
}
.content_list>li.content_li08::after {
	/* width: 1145px; */
	/* background-image: url(../img/map_img08.png); */
	background-image: url(../img/250828_map_img04.png);
	/* background-size: cover; */
}

.bg_li {
	width: 100%;
	background: -moz-linear-gradient(top, #ffffff, #e0f0fb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(#ffffff), color-stop(#e0f0fb));
	background: -webkit-linear-gradient(top, #ffffff, #e0f0fb);
	background: -o-linear-gradient(top, #ffffff, #e0f0fb);
	background: -ms-linear-gradient(top, #ffffff, #e0f0fb);
	background: linear-gradient(to bottom, #ffffff, #e0f0fb);
}

.content_list li .inner {
	position: relative;
	z-index: 2;
}

.content_left {
	width: 43%;
	float: left;
	margin-right: 14%;
	color: #FFFFFF;
	padding: 80px 0 90px 0;
}

.even_li .content_left {
	float: right;
	margin: 0 0 0 14%;
}

.content_tit {
	font-size: 3rem;
	font-weight: bold;
}

.content_tit span {
	font-size: 5.5rem;
}

.content_txt {
	font-size: 1.8rem;
	margin: 0 auto 40px auto;
}

.content_btn {
	display: block;
	width: 300px;
	font-size: 1.6rem;
	letter-spacing: 3px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	border: 2px solid #FFFFFF;
	padding: 16px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.content_btn:hover{
	background: #FFFFFF;
	color: #255898;
}

.content_right {
	width: 43%;
	float: left;
	position: relative;
}

.even_li .content_right {
	float: right;
}

.content_map {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 50px;
}

.map_tit {
	font-size: 2rem;
	font-weight: bold;
}

.map_list {
	width: 100%;
}

.map_list li {
	width: 19%;
	float: left;
	margin-right: 1.25%;
	margin-top: 10px;
	padding: 4px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	background: #255898;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.map_list li:nth-of-type(5n) {
	margin-right: 0;
}


/* -------------------- footer -------------------- */

footer {
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	color: #FFFFFF;
	background: #2e3136;
	padding: 23px 0;
}
@media only screen and (max-width:1600px) {
	/*-------------------- content --------------------*/

	.content_list>li::after {
		background-position: center center;
		background-size: cover;
	}
	.content_list>li.content_li08::after {
		/* width: 90%;
		max-width: 1145px;
		background-position: right center; */
	}
}
@media only screen and (max-width:1023px) {
	.inner {
		width: 90%;
	}
	/* -------------------- header -------------------- */
	/* -------------------- header -------------------- */
	.logo{
		margin-left: 5%;
	}
	/*-------------------- mv --------------------*/
	.mv {
		padding: 150px 0;
	}
	/*-------------------- content --------------------*/
	
	.content_list>li {
		padding-top: 0;
		background: -moz-linear-gradient(left, #0265be, #0989d0);
		background: -webkit-gradient(linear, left top, right top, color-stop(#0265be), color-stop(#0989d0));
		background: -webkit-linear-gradient(left, #0265be, #0989d0);
		background: -o-linear-gradient(left, #0265be, #0989d0);
		background: -ms-linear-gradient(left, #0265be, #0989d0);
		background: linear-gradient(to right, #0265be, #0989d0);
	}
	.content_list>li::before {
		display: none;
	}
	.content_list>li::after {
		display: none;
	}
	.bg_li {
		background: none;
	}
	.content_list li .inner {
		width: 100%;
	}
	.content_left {
		width: 100%;
		float: none;
		margin-right: 0;
		padding: 60px 5% 70px 5%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	.even_li .content_left {
		float: none;
		margin: 0;
	}
	.content_tit {
		font-size: 2.6rem;
	}
	.content_tit span {
		font-size: 5rem;
	}
	.content_txt {
		margin-bottom: 30px;
	}
	.content_right {
		width: 100%;
		height: 500px;
		float: none;
		padding: 60px 5%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		position: relative;
	}
	.content_right::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: -moz-linear-gradient(top, #ffffff, #e0f0fb);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(#ffffff), color-stop(#e0f0fb));
		background: -webkit-linear-gradient(top, #ffffff, #e0f0fb);
		background: -o-linear-gradient(top, #ffffff, #e0f0fb);
		background: -ms-linear-gradient(top, #ffffff, #e0f0fb);
		background: linear-gradient(to bottom, #ffffff, #e0f0fb);
		z-index: -1;
	}
	.content_right::after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		z-index: 0;
	}
	
	.content_list>li.content_li01 .content_right::after {
		background-image: url(../img/250828_map_img01.png);
	}
	.content_list>li.content_li02 .content_right::after {
		background-image: url(../img/250828_map_img02.png);
	}
	.content_list>li.content_li04 .content_right::after {
		background-image: url(../img/250828_map_img03.png);
	}
	.content_list>li.content_li05 .content_right::after {
		background-image: url(../img/250828_map_img05.png);
	}
	.content_list>li.content_li07 .content_right::after {
		background-image: url(../img/250828_map_img05.png);
	}
	.content_list>li.content_li06 .content_right::after {
		background-image: url(../img/250828_map_img06.png);
	}
	.content_list>li.content_li08 .content_right::after {
		background-image: url(../img/250828_map_img04.png);
	}
	.even_li .content_right {
		float: none;
	}
	.content_map {
		width: 90%;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 1;
	}
}

@media only screen and (max-width:767px) {
	/* -------------------- header -------------------- */
	.logo{
		width: 240px;
	}
	/*-------------------- mv --------------------*/
	.mv {
		padding: 120px 0;
	}
	/*-------------------- content --------------------*/
	
	.content_tit {
		font-size: 2rem;
	}
	.content_tit span {
		font-size: 3.6rem;
	}
	.content_txt {
		font-size: 1.6rem;
	}
	.content_btn {
		display: block;
		width: 240px;
		font-size: 1.6rem;
		letter-spacing: 2px;
		padding: 12px 0;
	}
	.content_right {
		height: 320px;
	}
	.map_tit {
		font-size: 1.8rem;
	}
	.map_list {
		width: 100%;
	}
	.map_list li {
		font-size: 1.4rem;
	}
	/* -------------------- footer -------------------- */
	footer {
		font-size: 1.2rem;
		padding: 20px 0;
	}
}

@media only screen and (max-width: 480px) {
	
}