@charset "UTF-8";

#main-visual{
	width: 100%;
	height: 100vh;
	background: #ddd;
	min-height: 652px;
	background: url(../images/index-main-visual.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#main-visual:before{
	content: "";
	display: block;
	width: 272px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/index-main-visual-arrow01.png) no-repeat;
	background-position: center top;
}
#main-visual:after{
	content: "";
	display: block;
	width: 100%;
	height: 92px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/index-main-visual-arrow02.png) no-repeat;
	background-position: right top;
}
.catch-copy{
	font-size: 3.6rem;
	line-height: 1.7;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1em;
	background: rgba(255,255,255,.9);
}
.blue{
	color: #393e90;
	font-size: 166%;
}
.orange{
	color: #e97a2b;
	font-size: 166%;
}

.news-slide{
	background: #fafafa;
	height: 60px;
	display: flex;
	position: relative;
}
.news-slide h2{
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	padding: 0 15px 0 40px;
	font-weight: 400;
}
.news-slide h2:after{
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #393e90;
	margin-left: 10px;
}
.archives-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #393e90;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 120px;
	font-size: 1.4rem;
}
.archives-btn:after{
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
	margin-left: 10px;
}
/* +++++++++++++++++#sec01+++++++++++++++++ */
#sec01{
	padding-bottom: 20vw;
	background: url(../images/index-sec01-bg01.jpg) no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
#sec01 h2{
	line-height: 2;
	font-size: 3rem;
	margin-bottom: 30px;
}

/* +++++++++++++++++#sec02+++++++++++++++++ */
#sec02{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	//background: #fafafa;
	padding-right: 0;
}
#sec02 .pic{
	width: 50%;
}
#sec02 .txt{
	width: 50%;
	display: flex;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 120px;
}
#sec02 h2{
	flex-shrink: 0;;
}
#sec02 .txt-area{
	padding: 0 50px;
}
#sec02 .parag{
	margin-bottom: 50px;
}
#sec02 ul{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #eee;
	border-right: none;
	width: 100%;
	margin-top: -40px;
	position: relative;
	z-index: 9;
	background: #fff;
}
#sec02 li{
	width: 25%;
	border-right: 1px solid #eee;
}
#sec02 li a{
	display: flex;
	padding: 15px 5px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
#sec02 li:nth-of-type(2n) a .en,
#sec02 li:nth-of-type(2n) a p{
	color: #e97a2b;
}
#sec02 li a .en{
	font-size: 2rem;
	margin-bottom: 10px;
	color: #233364;
}
#sec02 li a h3{
	font-size: 1.7rem;
	margin-bottom: 12px;
}
#sec02 li p{
	color: #233364;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	font-weight: 600;
}
#sec02 li p:after{
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: #233364;
	margin-left: 10px;
}
#sec02 li:nth-of-type(2n) p:after{
	background: #e97a2b;
}


/* +++++++++++++++++#sec03+++++++++++++++++ */
#sec03{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#sec03 .txt{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 290px;
}
#sec03 .btn01{
	margin: 0;
}
#news-list{
	width: calc(100% - 290px);
	border-top: 1px solid #eee;
}
#news-list li{
	padding: 25px;
	border-bottom: 1px solid #eee;
	display: flex;
	flex-wrap: wrap;
}
#news-list a{
	line-height: 1.5rem;
	width: calc(100% - 115px);
	line-height: 2;
}
.date{
	display: block;
	font-size: 1.5rem;
	color: #393e90;
	width: 115px;
	line-height: 2;
}

#sec03>.btn01{
	display: none;
}

/* +++++++++++++++++#sec04+++++++++++++++++ */
#sec04{
	background: #fafafa;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sec04 ul{
	display: flex;
	justify-content: space-between;
}
#sec04 li{
	width: calc(33.333% - 24px);
}
#sec04 li *{
	display: block;
	width: 100%;
}
#sec04 li a{
	border: 1px solid #eee;
}


/* +++++++++++++++++#sec05+++++++++++++++++ */
#sec05{
	display: flex;
	padding: 60px 0;
}
#sec05 .txt-red{
	font-weight: 600;
	color: #d52727;
	font-size: 112.5%;
}
#sec05 .sub-sec{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	padding: 40px;
	width: 50%;
}
#sec05 .sub-sec a{
	line-height: 2;
}
#sec05 .sub-sec:nth-of-type(1){
	border-right: 1px solid #eee;
}
#sec05 h3{
	font-size: 2.4rem;
	padding: 1em 0 1em 5em;
	background: url(../images/logo01.jpg) no-repeat;
	background-position: left center;
	background-size: auto 100%;
	margin-bottom: 30px;
}
#sec05 .parag{
	margin-top: .5em;
}
#sec05 .btn01{
	margin-top: 20px;
}
#sec05 .parag a{
	text-decoration: underline;
	color: #393e90;
}
#sec05 .parag a:hover{
	text-decoration: none;
}
#sec05 .sub-sec:nth-of-type(2) a figure img{
	max-width: 311px;
	margin: 0 auto 2em;
	border: 1px solid #eee;
}
.link-area{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #eee;
	width: 100%;
}

.link-area h3{
	font-size: 1.8rem;
	margin-right: 15px;
	margin-bottom: 40px;
}
.link-area .banner{
	width: 100%;
	max-width: 310px;
	display: block;
	margin-left: 15px;
}
.link-area .banner img{
	border: 1px solid #eee;
	display: block;
	width: 100%;
}
.link-area figcaption{
	line-height: 1.5;
	font-size: 1.3rem;
	margin-top: 15px;
}

.link-area .banner{
	width: 100%;
	max-width: 310px;
	display: block;
	margin-left: 15px;
}



/* +++++++++++++++++事故の際にはセクション+++++++++++++++++ */
#sec06{
	text-align: center;
}
#sec06 h2{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 60px;
	line-height: 1.4;
	color: #393e90;
}
#sec06{
	border-top: 1px solid #eee;
}
#sec06 a{
	display: flex;
	flex-direction: column;
	background: #fafafa;
	color: #393e90;
	max-width: 920px;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	padding: 2em 0;
	margin: 0 auto;
}
#sec06 .tel-number{
	font-size: 4.2rem;
	margin-bottom: .25em;
}
#sec06 h2,
#sec06 .leading{
	margin-bottom: 25px;
}


/* +++++++++++++++++#googlemap+++++++++++++++++ */
#googlemap{
	width: 100%;
	height: 400px;
}
#googlemap>iframe{
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1500px){
	.link-area{
		flex-direction: column;
	}
	.link-area h3{
		margin-right: 0;
		margin-bottom: 20px;
	}
}

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

	.catch-copy{
		font-size: 3rem;
		padding: 3em 1em;
	}
	#sec02 .pic{
		width: 40%;
	}
	#sec02 .txt{
		width: 60%;
		padding-top: 40px;
		padding-bottom: 120px;
	}
	#sec02 .txt-area{
		padding: 0 25px;
	}
	#sec02 ul{
		border-top: none;
	}
	#sec02 li{
		width: 50%;
		border-top: 1px solid #eee;
	}

	#news-list li{
		padding: 25px 0;
		display: block;
	}
	#news-list a{
		width: 100%;
	}
	.date{
		width: 100%;
	}

	#sec05{
		padding: 0 0 0 20px;
	}
	#sec05 .txt{
		padding-right: 20px;
	}
}




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

	#main-visual{
		width: 100%;
		height: calc(100vh - 12rem);
		margin-top: 6rem;
		min-height: auto;
	}
	.catch-copy{
		font-size: 3.5vw;
		padding: 3em 1em;
	}
	#main-visual:before{
		background-size: 100% auto;
		width: 22vw;
	}
	#main-visual:after{
		background-size: auto 100%;
		height: 8vw;
	}

/* +++++++++++++++++#sec01+++++++++++++++++ */
	#sec01{
		padding-bottom: 20vw;
	}
	#sec01 h2{
		line-height: 1.8;
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}

/* +++++++++++++++++#sec02+++++++++++++++++ */
	#sec02{
		display: block;
		padding-right: 1.5rem;
	}
	#sec02 .pic{
		width: 100%;
	}
	#sec02 .txt{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 3rem;
		padding-bottom: 0;
	}
	#sec02 .parag{
		width: 100%;
		word-break: break-all;
		margin-bottom: 2.5rem;
	}
	#sec02 .txt-area{
		width: calc(100% - 5rem);
		padding: 0 0 0 2rem;
	}
	#sec02 .btn01{
		width: 100%;
	}

	#sec02 ul{
		display: block;
		margin-top: 3rem;
		border: 1px solid #eee;
		border-bottom: none;
	}
	#sec02 li{
		width: 100%;
		border-right: none;
		border-top: none;
		border-bottom: 1px solid #eee;
	}
	#sec02 li a{
		padding: 1rem;
	}
	#sec02 li a .en{
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
	#sec02 li a h3{
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	#sec02 li p{
		font-size: 1.3rem;
	}
	#sec02 li p:after{
		width: 2rem;
		margin-left: 1rem;
	}



/* +++++++++++++++++#sec03+++++++++++++++++ */
	#sec03{
		display: block;
	}
	#sec03 .txt{
		display: flex;
		align-items: center;
		width: 100%;
	}
	#sec03 .txt .btn01{
		display: none;
	}
	#news-list{
		width: 100%;
	}
	#news-list li{
		padding: 1.5rem 0;
	}
	#news-list a{
		font-size: 1.2rem;
	}
	.date{
		font-size: 1.2rem;
	}
	#sec03>.btn01{
		margin-top: 3rem;
		display: flex;
	}

/* +++++++++++++++++#sec04+++++++++++++++++ */

	#sec04 ul{
		display: block;
		padding: 0 1.5rem;
	}
	#sec04 li{
		width: 100%;
		max-width: 310px;
		margin: 0 auto 2rem;
	}


/* +++++++++++++++++#sec05+++++++++++++++++ */
	#sec05{
		display: block;
		flex-wrap: wrap;
		align-items: center;
		padding: 0 1.5rem;
	}
	#sec05 .txt{
		width: 100%;
		padding: 0 1.5rem 3rem;
	}
	#sec05 .btn01{
		margin-top: 1.5rem;
	}
	#sec05 h3{
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	#sec05 .sub-sec{
		width: 100%;
		padding: 5rem 0;
		width: 100%;
	}
	#sec05 .sub-sec:nth-of-type(1){
		border-right: none;
		border-bottom: 1px solid #eee;
	}


/* +++++++++++++++++#googlemap+++++++++++++++++ */
	#googlemap{
		height: 24rem;
	}


/* +++++++++++++++++事故の際にはセクション+++++++++++++++++ */
	#sec06 h2{
		font-size: 1.6rem;
		margin: 0 0 3rem;
	}
	#sec06 a{
		max-width: 100%;
		padding: 1.5em 0;
	}
	#sec06 .tel-number{
		font-size: 3rem;
	}
	#sec06 h2,
	#sec06 .leading{
		margin-bottom: 1.5rem;
	}
}