/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		トップページ用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/******************************************************************************************
スライダー
******************************************************************************************/
.mv{
	display: block;
	width: 100%;
	height: 70vh;
	opacity: 0;
	overflow: hidden;
	position: relative;
}

.mv.on{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
}

.mv .slick-slider{
	display: block;
	width: 100%;
	height: 70vh;
}

.mv .slick-slider li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv .slick-slider li .in_mv{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5em;
	text-shadow:
	0 0 5px rgba(0, 0, 0, 0.6),
	0 0 8px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1000px){
	.mv .slick-slider li .in_mv{
		font-size: 5.5vw;
	}
}
@media screen and (max-width: 920px){
	.mv{
	height: 70vh;
	}
	.mv .slick-slider{
	height: 70vh;
	}
	.mv .slick-slider li{
	height: 70vh;
	}
}
@media screen and (max-width: 500px){
	.mv{
		height: 60vh;
	}
	.mv .slick-slider{
		height: 60vh;
	}
	.mv .slick-slider li{
		height: 60vh;
	}
}


/******************************************************************************************
会社概要エリア
******************************************************************************************/
section.top_about{
	padding-top: 100px;
}

section.top_about .in{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

section.top_about .in .left{
	width: 600px;
	padding-right: 30px;
}

section.top_about .in .left h2{
	font-size: 35px;
	font-weight: bold;
	color: #00328b;
	text-align: left;
	padding-bottom: 30px;
}

section.top_about .in .left h2 span{
	display: inline;
	font-size: 22px;
	letter-spacing: 0.1em;
}

section.top_about .in .left .btnArea{
	padding-top: 30px;
}

section.top_about .in .left .btnArea a.btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background-color: #f0f6fb;
	padding: 20px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #00328b;
}

section.top_about .in .left .btnArea a.btn span{
	display: block;
	width: 100%;
	position: relative;
	padding-right: 15px;
}

section.top_about .in .left .btnArea a.btn span:after{
	font-family: 'Font Awesome 6 Free';
	content: "\f0da";
	font-size: 20px;
	font-weight: 900;
	position: absolute;
	top:0;
	left: auto;
	right:0;
	bottom:0;
	margin: auto;
	z-index: 1;
}

section.top_about .in .right{
	flex: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width: 1220px){
	section.top_about .in .left{
		padding-right: 10px;
	}
}
@media screen and (max-width: 1000px){
	section.top_about .in .left{
		width: 500px;
	}
}
@media screen and (max-width: 920px){
	section.top_about{
		padding-top: 50px;
	}
	section.top_about .in{
		display: block;
		padding-left: 0px;
		padding-right: 0px;
	}
	section.top_about .in .left{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	section.top_about .in .left h2{
		padding-bottom: 15px;
	}
	section.top_about .in .left .btnArea{
		padding-top: 20px;
		padding-bottom: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	section.top_about .in .left .btnArea a.btn{
		width: 49%;
		margin-top: 0px;
	}
	section.top_about .in .right{
		width: 100%;
		height: 300px;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}
}
@media screen and (max-width: 640px){
	section.top_about .in .left h2{
		font-size: 25px;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	section.top_about .in .left h2 br{
		display: none;
	}
	section.top_about .in .left h2 span{
		display: inline;
    font-size: 25px;
    letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	section.top_about .in .left .btnArea a.btn{
		padding: 10px 15px;
		font-size: 16px;
	}
	section.top_about .in .left .btnArea a.btn span:after{
		font-size: 16px;
	}
}

/******************************************************************************************
事業内容エリア
******************************************************************************************/
section.top_business{
	padding-top: 100px;
	padding-bottom: 100px;
}

section.top_business .in{
}

section.top_business .in .h2_head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

section.top_business .in .h2_head h2{
	font-size: 35px;
	font-weight: bold;
	color: #00328b;
	text-align: left;
	padding-right: 250px;
}

section.top_business .in .h2_head p{
	flex: 1;
}


/* businessList */
section.top_business ul.businessList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-top: 30px;
}

section.top_business ul.businessList li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 32%;
	margin-right: 2%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

section.top_business ul.businessList li:nth-child(3n+3){
	margin-right: 0;
}

section.top_business ul.businessList li a{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 250px 20px 20px;
	color: #fff;
	position: relative;
}

section.top_business ul.businessList li a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height:60%; /* グラデーションの高さ */
	background: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0) 100%
	);
	pointer-events: none;
}

section.top_business ul.businessList li a .conts{
	text-align: left;
	position: relative;
	z-index: 3;
}

section.top_business ul.businessList li a .conts h2{
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	letter-spacing: 0.1em;
}

section.top_business ul.businessList li a .conts .read{
	font-weight: bold;
	padding-bottom: 10px;
}

section.top_business ul.businessList li a .conts p{
	width: 100%;
	border-top: solid 2px #fff;
	padding-top: 10px;
}
@media screen and (max-width: 1220px){
	section.top_business .in .h2_head h2{
		padding-right: 80px;
	}
	section.top_business ul.businessList li a{
		padding: 150px 20px 20px;
	}
}
@media screen and (max-width: 920px){
	section.top_business{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	section.top_business .in .h2_head{
		display: block;
	}
	section.top_business .in .h2_head h2{
		padding-right: 0px;
		padding-bottom: 15px;
	}
	section.top_business ul.businessList li a{
		padding: 80px 15px 15px;
	}
}
@media screen and (max-width: 800px){
	section.top_business ul.businessList{
		display: block;
	}
	section.top_business ul.businessList li{
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
	}
	section.top_business ul.businessList li:first-child{
		margin-top: 0px;
	}
}
@media screen and (max-width: 640px){
	section.top_business .in .h2_head h2{
		font-size: 25px;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	section.top_business ul.businessList li a{
		padding: 100px 10px 10px;
	}
}

/******************************************************************************************
選ばれる理由エリア
******************************************************************************************/
section.top_choose{
	background-color: #faf5eb;
	padding-top: 50px;
	padding-bottom: 50px;
}

section.top_choose .in{
}

section.top_choose .in ul.chooseList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

section.top_choose .in ul.chooseList li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 23.5%;
	margin-right: 2%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

section.top_choose .in ul.chooseList li:nth-child(4n+4){
	margin-right: 0;
}

section.top_choose .in ul.chooseList li .imgArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

section.top_choose .in ul.chooseList li .imgArea:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height:40%; /* グラデーションの高さ */
	background: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0) 100%
	);
	pointer-events: none;
}

section.top_choose .in ul.chooseList li .imgArea h2{
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 15px;
	position: relative;
	z-index: 3;
}


section.top_choose .in ul.chooseList li .readArea{
	background-color: #fff;
	padding: 15px;
	flex: 1;
}

section.top_choose .in ul.chooseList li .readArea .read{
	color: #00328b;
	font-weight: bold;
}

section.top_choose .in ul.chooseList li .readArea p{
	padding-top: 5px;
}

/* ft */
section.top_choose .in ul.chooseList li.ft{
}

section.top_choose .in ul.chooseList li.ft .readArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section.top_choose .in ul.chooseList li.ft .readArea h2{
	display: block;
	letter-spacing: 0em;
	font-size: 20px;
	font-weight: bold;
	color: #00328b;
}

section.top_choose .in ul.chooseList li.ft .readArea h2 span{
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 1.9em;
	color: #00328b;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1220px){
	section.top_choose .in ul.chooseList li{
		width: 49%;
		margin-right: 2%;
		margin-top: 20px;
	}
	section.top_choose .in ul.chooseList li:nth-child(4n+4){
		margin-right: 0;
	}
	section.top_choose .in ul.chooseList li:nth-child(2n+2){
		margin-right: 0;
	}
	section.top_choose .in ul.chooseList li:nth-child(1){
		margin-top: 0;
	}
	section.top_choose .in ul.chooseList li:nth-child(2){
		margin-top: 0;
	}
}
@media screen and (max-width: 920px){
}
@media screen and (max-width: 800px){
	section.top_choose{
		padding-top: 30px;
	}
	section.top_choose .in ul.chooseList li{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	section.top_choose .in ul.chooseList li:nth-child(1){
		margin-top: 0;
	}
	section.top_choose .in ul.chooseList li:nth-child(2){
		margin-top: 0px;
	}
	section.top_choose .in ul.chooseList li.ft{
	}
	section.top_choose .in ul.chooseList li.ft .readArea{
		display: block;
		width: 100%;
		background-color: #faf5eb;
		text-align: left;
		padding: 0;
	}
	section.top_choose .in ul.chooseList li.ft .readArea h2{
		font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
		text-align: left;
		white-space: normal;
		padding: 0 0 30px;
	}
	section.top_choose .in ul.chooseList li.ft .readArea h2 span{
		display: inline;
		font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
		text-align: left;
		white-space: normal;
	}
	section.top_choose .in ul.chooseList li.ft .readArea h2 br{
		display: none;
		text-align: left;
		content: '';
		white-space: normal;
	}
}
@media screen and (max-width: 640px){
	section.top_choose .in ul.chooseList li.ft .readArea h2{
		font-size: 25px;
	}
	section.top_choose .in ul.chooseList li.ft .readArea h2 span{
		font-size: 25px;
	}
}

/******************************************************************************************
お知らせエリア
******************************************************************************************/
section.top_news{
	padding-top: 50px;
	padding-bottom: 50px;
}

section.top_news .in .h2_head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

section.top_news .in .h2_head h2{
	font-size: 35px;
	font-weight: bold;
	color: #00328b;
	text-align: left;
	flex: 1;
}

section.top_news .in .h2_head .btnArea{
	width: 200px;
}

section.top_news .in .h2_head .btnArea a.btn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background-color: #f0f6fb;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #00328b;
}

section.top_news .in .h2_head .btnArea a.btn span{
	display: block;
	width: 100%;
	position: relative;
}

section.top_news .in .h2_head .btnArea a.btn span:after{
	font-family: 'Font Awesome 6 Free';
	content: "\f0da";
	font-size: 20px;
	font-weight: 900;
	position: absolute;
	top:0;
	left: auto;
	right:0;
	bottom:0;
	margin: auto;
	z-index: 1;
}


@media screen and (max-width: 920px){
	section.top_news{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	section.top_news ul.newsList{
		padding-top: 30px;
	}
	section.top_news ul.newsList li:first-child{
	  border-top: solid 1px #ccc;
	}
}

@media screen and (max-width: 640px){
	section.top_news .in .h2_head h2{
		font-size: 25px;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		padding-bottom: 20px;
	}
	section.top_news .in .h2_head .btnArea{
		width: 100px;
	}
	section.top_news .in .h2_head .btnArea a.btn{
		font-size: 16px;
		padding: 10px 15px;
	}
	section.top_news .in .h2_head .btnArea a.btn span:after{
		font-size: 16px;
	}
	section.message .messageArea img{
		width: 80px;
	}
}



/******************************************************************************************

******************************************************************************************/
