@charset "utf-8";

/* title */
.title{
	background-color: #d8e4ea;
	padding: 80px 0 150px 0;
	position: relative;
}
.ttlWrap,
.txtWrap{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}
.ttlWrap h2{
	font-family: "Marcellus", serif;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #0078ad;
	text-align: center;
}
.txtWrap h3{
	font-size: 1.5em;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 30px;
}
.txtWrap p{
	font-size: 1em;
	line-height: 2;
}
.txtWrap p.em{
	font-size: 1.3em;
	margin-bottom: 30px;
}
.imgWrap{
	width: 1100px;
	margin: 0 auto;
}
.imgWrap ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.imgWrap ul li{
	width: 23%;
}
.imgWrap ul li p:first-of-type{
	margin-bottom: 5px;
}
.imgWrap ul li p{
	font-size: 0.75em;
}
.under1400,
.under375{
	display: none;
}
@media (max-width:1500px){
	.ttlWrap,
	.txtWrap,
	.imgWrap{
		width: 73.33%;
	}
}
@media (max-width:1400px){
	.under1400{
		display: block;
	}
}
@media (max-width:1200px){
	.ttlWrap,
	.txtWrap,
	.imgWrap{
		width: 80%;
	}
}
@media (max-width:768px){
	.ttlWrap,
	.txtWrap{
		width: 90%;
	}
	.imgWrap{
		width: 70%;
	}
	.imgWrap ul li{
		width: 48%;
	}
	.imgWrap ul li:first-of-type,
	.imgWrap ul li:nth-of-type(2){
		margin-bottom: 20px;
	}
}
@media (max-width:500px){
	.imgWrap{
		width: 80%;
	}
}
@media (max-width:375px){
	.imgWrap{
		width: 90%;
	}
	.under375{
		display: block;
	}
}

/* map */
.map{
	padding: 50px 0;
}
.mapWrap{
	width: 1320px;
	margin: 0 auto;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width:1500px){
	.mapWrap{
		width: 88%;
	}
}
@media (max-width:1200px){
	.mapWrap{
		width: 90%;
	}
}
@media (max-width:768px){
	.mapWrap{
		width: 100%;
	}
}

/* swiper */
.swiper,
.swiper02{
	overflow: hidden;
}
/* スライドの動き等速 */
.swiper-wrapper {
	transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
height: auto;
width: 100%;
}
.swiper-slide p:before{
	content: '';
	width: 100%;
	height: 30px;
	background: linear-gradient(180deg,transparent,#000);
	position: absolute;
	bottom: 0;
	left: 0;
}
.swiper-slide p span{
	font-size: 0.75em;
	color: #fff;
	position: absolute;
	bottom: 0.25em;
	left: 0.25em;
}

/* achievements */
.achievements{
	padding: 80px 0;
}
.achievementsWrap{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.achievementsWrap h3{
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding: 0 1em;
	padding-bottom: 10px;
	margin-bottom: 50px;
	display: inline-block;
	position: relative;                
}
.achievementsWrap h3:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right,transparent,#000 25%,#000 75%,transparent);
}
.achievementsWrap ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.achievementsWrap ul li{
	width: 31%;
}
@media (max-width:1500px){
	.achievementsWrap{
		width: 73.33%;
	}
}
@media (max-width:1200px){
	.achievementsWrap{
		width: 80%;
	}
}
@media (max-width:768px){
	.achievementsWrap ul{
		justify-content: center;                    
	}
	.achievementsWrap ul li{
		width: 48%;
	}
	.achievementsWrap ul li:first-of-type{
		margin-right: 4%;
	}
	.achievementsWrap ul li:first-of-type,
	.achievementsWrap ul li:nth-of-type(2){
		margin-bottom: 20px;
	}
}
@media (max-width:500px){
	.achievementsWrap{
		width: 90%;
	}
}

/* business */
.business{
	padding: 80px 0 125px 0;
	background-color: #92c4dd;
	position: relative;
}
.businessWrap{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.businessWrap .txtWrap h3{
	 font-size: 2.5em;
	 line-height: 1.2;
	 font-weight: 500;
	 color: #fff;
	 display: inline-block;
	 padding: 0 1em;
	 padding-bottom: 10px;
	 border-bottom: 1px solid #fff;
	 margin-bottom: 10px;
}
.businessWrap .txtWrap h3 span{
	 font-size: 0.5em;
	 font-weight: 500;
}
.businessWrap .txtWrap p{
	 font-size: 1.25em;
	 letter-spacing: 0.1em;
	 color: #fff;
}
.businessWrap>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.businessWrap>ul>li{
	width: 48%;
}
.businessWrap>ul>li{
	width: 48%;
	text-align: left;
	margin-bottom: 50px;
}
.businessWrap>ul>li:last-of-type{
	margin-bottom: 0px;
}
.businessWrap>ul>li>h4{
	margin-bottom: 20px;
}
.businessWrap>ul>li>.listRow,
.businessWrap>ul>li>.listWrap>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.businessWrap>ul>li>.listRow,
.businessWrap>ul>li>.listWrap{
	margin-bottom: 20px;
}
.businessWrap>ul>li>.listRow>.listBox,
.businessWrap>ul>li>.listWrap>ul>li{
	width:48%;
}
.businessWrap>ul>li>.listRow>.listBox>h5{
	font-family: "Noto Sans JP", serif;
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	margin-bottom: 5px;
}
.businessWrap>ul>li>.listRow>.listBox>ul>li,
.businessWrap>ul>li>.listWrap>ul>li{
	font-family: "Noto Sans JP", serif;
	font-size: 0.8em;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
	padding-left: 2em;
	box-sizing: border-box;
	position: relative;
}
.businessWrap>ul>li>.listRow>.listBox>ul>li:before,
.businessWrap>ul>li>.listWrap>ul>li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background-color: #fff;
}
.businessWrap>ul>li>.imgWrap{
	width: 100%;
}
@media (max-width:1500px){
	.businessWrap{
		width: 73.33%;
	}
}
@media (max-width:1200px){
	.businessWrap{
		width: 80%;
	}
	.businessWrap .txtWrap h3{
		font-size: 2.25em;
	}
}
@media (max-width:992px){
	.businessWrap{
		width: 500px;
	}
	.businessWrap>ul>li{
		width: 100%;
	}
}
@media (max-width:768px){
	.businessWrap{
		width: 400px;
	}
}
@media (max-width:500px){
	.businessWrap{
		width: 80%;
	}
}

/* pageNotice */
.pageNotice{
	background-color: #f2f2f2;
}