@charset "UTF-8";

/*//// メイン-スライダー ////*/

.mv .slider{
	width: 100%;
}

.mv .slider img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*//// メイン-タイトル ////*/
.mv .title1 {
	position: absolute;
    left: 4%;
    top: 35%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 92%;
}

.mv .title1 h1 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 1.35rem;
	letter-spacing: 0.1rem;
	color: #000;
}

.mv .title1 h1 span {
	background-color: #fff;
	display: inline-block;
	padding: 0.4rem 0.8rem;
	margin-bottom: 0.5rem;
}

/*//// 共通 ////*/
section .title h1 {
	text-align: center;
	font-size: 1rem;
	color: #0075c2;
}

section .title h1 span {
	font-size: 1.7rem;
	font-weight: 700;
	display: block;
	margin-bottom: 0.25rem;
	color: #000;
}

section .title hr {
	border-bottom: 3px solid #0075c2;
	border-top: none;
	width: 16%;
}

section h2 {
	font-size: 1.3rem;
	line-height: 1.5em;
	font-weight: 600;
}

/*//// セクション1 - NEWS ////*/
.sec1 .news dl {
	border-bottom: 1px dashed #cccccc;
}

.sec1 .news dl:last-child {
	border-bottom: none;
	margin-bottom: 30px;
}

.sec1 .news dd {
	margin-bottom: 1rem;
}

.sec1 .news a {
	color: #000;
}

.sec1 .news a:hover {
	color: #0075c2 !important;
}


/*//// セクション2 - ABOUT US ////*/
.sec2, .sec4 {
	background: linear-gradient(180deg, #fff 0%, #fff 30%, #f2faff 30%, #f2faff 100%);
	padding-bottom: 1.6rem;
}

/*//// セクション3 - SERVICE ////*/
.sec3 .box {
	position: relative;
	margin-bottom: 1.25rem;
}

.sec3 .box p {
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: rgba(255,255,255,0.70);
	width: 100%;
	display: block;
	padding: 0.4rem;
	margin: 0;
	text-align: center;
	color: #222222;
}




/*//////////////////////////////////////////////////*/

@media (min-width: 768px) {

	/*//// メイン-タイトル ////*/
	.mv .title1 {
		left: 4%;
		top: 52.5%;
		width: 92%;
	}

	.mv .title1 h1 {
		font-size: 1.8rem;
	}

	/*//// 共通 ////*/
	section .title h1 {
		text-align: left;
	}

	section .title h1 span {
		font-size: 1.7rem;
	}

	section .title hr {
		width: 40px;
		margin-left: 0;
	}

	section h2 {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}

	/*//// セクション1 - NEWS ////*/

	.sec1 .news dt {
		width: 25%;
	}

	.sec1 .news dd {
		width: 75%;
	}


	/*//// セクション2 - ABOUT US ////*/
	.sec2, .sec4 {
		/*background: linear-gradient(180deg, #fff 0%, #fff 27%, #f2faff 27%, #f2faff 100%);*/
		padding-bottom: 2rem;
	}

	/*//// セクション3 - SERVICE ////*/

	.sec3 .title h1 {
		text-align: center;
	}

	.sec3 .title hr {
		margin-left: auto;
		margin-right: auto;
	}

	.sec3 .box {
		margin-bottom: 0;
	}

}


/*//////////////////////////////////////////////////*/

@media (min-width: 992px) {
	/*//// メイン-タイトル ////*/
	.mv .title1 {
		left: 6%;
		top: 52.5%;
		width: 88%;
	}

	.mv .title1 h1 {
		font-size: 2.0rem;
		letter-spacing: 0.2rem;
	}

	.mv .title1 h1 span {
		margin-bottom: 0.7rem;
	}

	/*//// 共通 ////*/

	section .title h1 span {
		font-size: 2rem;
	}

	section .title hr {
		width: 50px;
	}

	section h2 {
		font-size: 1.35rem;
	}

	/*//// セクション1 - NEWS ////*/

	.sec1 .news dt {
		width: 22%;
	}

	.sec1 .news dd {
		width: 78%;
	}


	/*//// セクション2 - ABOUT US ////*/
	.sec2, .sec4 {
		padding-bottom: 2.4rem;
	}

	/*//// セクション3 - SERVICE ////*/

	.sec3 .box p {
		color: #222222;
	}

}


/*//////////////////////////////////////////////////*/

@media (min-width: 1200px) {
	/*//// 共通 ////*/

	section .title h1 span {
		font-size: 2.2rem;
	}

}


/*//////////////////////////////////////////////////*/

@media (min-width: 1400px) {
	/*//// メイン-タイトル ////*/
	.mv .title1 {
		top: 44.0%;
	}

	.mv .title1 h1 {
		font-size: 2.5rem;
	}

}
