@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


.construct {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #222;
	overflow-x: hidden;
}

.construct img {
	width: 100%;
	height: auto;
}

.construct p {
	line-height: 1.8em;
	text-align: justify;
}

.construct .bg_film {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,1.00);
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, strong {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.6em;
}

.construct section {
	margin-bottom: 55px;
}

.construct .py-sec {
	padding-top: 50px;
	padding-bottom: 50px;
}

.construct section .title h1 {
	font-size: 1.7em;
}

.construct section .title p {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.3em;
	font-weight: 500;
	color: #00538c;
	letter-spacing: 0.05rem;
}

@media (min-width: 576px) {
	.construct section {
		margin-bottom: 65px;
	}
	
	.construct .py-sec {
		padding-top: 60px;
		padding-bottom: 60px;
	}	
}

@media (min-width: 768px) {
	.construct section {
		margin-bottom: 75px;
	}
	
	.construct .py-sec {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (min-width: 992px) {
	.construct section {
		margin-bottom: 90px;
	}
	
	.construct .py-sec {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	
	.construct section .title h1 {
		font-size: 1.8em;
	}	
}

@media (min-width: 1200px) {
	.construct section {
		margin-bottom: 110px;
	}
	
	.construct .py-sec {
		padding-top: 105px;
		padding-bottom: 105px;
	}
	
	.construct section .title h1 {
		font-size: 1.9em;
	}	
}

@media (min-width: 1400px) {
	.construct section {
		margin-bottom: 140px;
	}
	
	.construct .py-sec {
		padding-top: 120px;
		padding-bottom: 120px;
	}	
}


/*////////// セクション1（MV） //////////*/
.construct .mv .text-1 {
	position: absolute;
    left: 0%;
    top: 8%;
	width: 100%;
}

.construct .mv .text-1 h1 {
	font-size: 2em;
	letter-spacing: 0.15rem !important;
}


@media (min-width: 576px) {
	.construct .mv .text-1 {
		top: 10%;
	}

	.construct .mv .text-1 h1 {
		font-size: 2.6em;
	}
}

@media (min-width: 768px) {
	.construct .mv {
		background: linear-gradient(90deg, #dee4e9 0%, #dee4e9 72%, #fff 72%, #fff 100%);
		padding-bottom: 50px;
	}
	.construct .mv .mv_img {
		width: 75%;
		margin-left: auto;
		margin-right: 0;
	}
	
	.construct .mv .text-1 {
		position: absolute;
		top: 10%;
		left: 5.5%;
	}
	
	.construct .mv .text-2 {
		position: absolute;
		bottom: 47px;
		left: 18%;
	}
	
	.construct .mv .text-2 img {
		width: 150%;
	}	
	
	.construct .mv .img_svg00 {
		width: 14%;		
	}
}


@media (min-width: 992px) {
	.construct .mv {
		padding-bottom: 60px;
	}
	
	.construct .mv .text-1 {
		top: 8%;
		left: 5.5%;
	}
	
	.construct .mv .img_svg00 {
		width: 140px;		
	}	
	
	.construct .mv .text-2 {
		bottom: 57px;
		left: 18%;
	}
	
	.construct .mv .text-2 img {
		width: 200%;
	}
}


@media (min-width: 1200px) {
	.construct .mv {
		padding-bottom: 80px;
	}
	
	.construct .mv .text-1 {
		top: 10%;
		left: 5.5%;
	}
	
	.construct .mv .img_svg00 {
		width: 160px;		
	}	
	
	.construct .mv .text-2 {
		bottom: 75px;
		left: 18%;
	}
	
	.construct .mv .text-2 img {
		width: 230%;
	}
}


@media (min-width: 1400px) {
	.construct .mv {
		padding-bottom: 100px;
	}
	
	.construct .mv .text-1 {
		top: 10%;
		left: 5.5%;
	}
	
	.construct .mv .img_svg00 {
		width: 160px;		
	}	
	
	.construct .mv .text-2 {
		bottom: 95px;
		left: 16%;
	}
	
	.construct .mv .text-2 img {
		width: 270%;
	}
}


@media (min-width: 1600px) {
	.construct .mv {
		padding-bottom: 120px;
	}
	
	.construct .mv .text-1 {
		top: 10%;
		left: 6.5%;
	}
	
	.construct .mv .img_svg00 {
		width: 180px;		
	}	
	
	.construct .mv .text-2 {
		bottom: 115px;
	}
	
	.construct .mv .text-2 img {
		width: 300%;
	}
}


/*////////// セクション1 //////////*/
.construct .sec1 {
	background-image: url("../../assets/images/construct/bg_01_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.construct .sec1 {
		background-image: url("../../assets/images/construct/bg_01_pc.jpg");
		background-size: cover;
	}	
}


/*////////// セクション2 //////////*/
.construct .sec2 h1 {
	color: #00538c;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: 600;
	text-align: justify;
}


@media (min-width: 992px) {
.construct .sec2 h1 {
		font-size: 1.5em;
	}
}	
	
@media (min-width: 1200px) {
.construct .sec2 h1 {
		font-size: 1.7em;
	line-height: 1.8em;
	}
}

/*////////// セクション3 //////////*/
.construct .sec3 h2 {
	font-size: 1.4em;
}

.construct .sec3 .wrap {
	border-bottom: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 40px;
}

.construct .sec3 .wrap:last-child {
	border-bottom: none;
	padding-bottom: 0 !important;
}


@media (min-width: 768px) {
	.construct .sec3 h2 {
		font-size: 1.35em;
	}
}


@media (min-width: 992px) {
	.construct .sec3 h2 {
		font-size: 1.4em;
	}
	
	.construct .sec3 .wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}	
}


@media (min-width: 1200px) {
	.construct .sec3 h2 {
		font-size: 1.5em;
	}
	
	.construct .sec3 .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}	
}



/*////////// セクション4 //////////*/
.construct .sec4 .wrap1 span, .construct .sec4 .wrap1 h2 {
	color: #00538c;
}

.construct .sec4 .wrap2 span, .construct .sec4 .wrap2 h2 {
	color: #1ca093;
}

.construct .sec4 .wrap3 span, .construct .sec4 .wrap3 h2 {
	color: #4794a8;
}

.construct .sec4 .wrap4 span, .construct .sec4 .wrap4 h2 {
	color: #ef8833;
}

.construct .sec4 .wrap5 span, .construct .sec4 .wrap5 h2 {
	color: #7f9aa3;
}

.construct .sec4 .wrap6 span, .construct .sec4 .wrap6 h2 {
	color: #197045;
}

.construct .sec4 .wrap span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2.6em;
}

.construct .sec4 .wrap h2 {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.6em;
	text-align: center;
}

.construct .sec4 .wrap {
	border: 1px solid #888;
	padding: 25px;
	padding-bottom: 30px;
}

.construct .sec4 .wrap:nth-last-child(n+2) {
	border-bottom: none;
}

.construct .sec4 .wrap img {
	width: 160px;
	display: block;
	margin: -35px auto 0;
}

@media (min-width: 576px) {	
	.construct .sec4 .wrap span {
		font-size: 2.4em;
	}

	.construct .sec4 .wrap h2 {
		font-size: 1.4em;
	}

	.construct .sec4 .wrap:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
	
	.construct .sec4 .wrap:nth-last-child(n+2) {
		border: 1px solid #888;
	}
	
	.construct .sec4 .wrap:nth-last-child(n+3) {
		border-bottom: none;
	}
	
	.construct .sec4 .wrap:nth-child(odd) {
		border-right: none;
	}	

	.construct .sec4 .wrap img {
		width: 140px;
		margin: -25px auto 0;
	}
}

@media (min-width: 768px) {
	.construct .sec4 .wrap h2 {
	font-size: 1.3em;
	}
	
	.construct .sec4 .wrap img {
		width: 120px;
	}
	
	.construct .sec4 .wrap:nth-last-child(n+3) {
		border-bottom: 1px solid #888;
	}

	.construct .sec4 .wrap:nth-child(odd) {
		border-right: 1px solid #888;
	}
	
	.construct .sec4 .wrap:nth-child(-n+5) {
		border-right: none;
	}
	
	.construct .sec4 .wrap:nth-child(3) {
		border-right: 1px solid #888;
	}
	
	.construct .sec4 .wrap:nth-child(-n+3) {
		border-bottom: none;
	}
}


@media (min-width: 992px) {
	.construct .sec4 .wrap {
		padding: 30px;
		padding-bottom: 35px;
	}
	
	.construct .sec4 .wrap h2 {
	font-size: 1.35em;
	}
	
	.construct .sec4 .wrap img {
		width: 130px;
	}
}


@media (min-width: 1200px) {
	.construct .sec4 .wrap span {
		font-size: 2.8em;
	}
	
	.construct .sec4 .wrap {
		padding: 35px;
		padding-bottom: 45px;
	}
	
	.construct .sec4 .wrap h2 {
		font-size: 1.4em;
	}	
}



/*////////// セクション5 //////////*/
.construct .sec5 {
	background-image: url("../../assets/images/construct/bg_02_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.construct .sec5 .film {
	background-color: rgba(34,34,34,0.3);
	width: 100%;
	height: 100%;
}

/*/// スライダー ///*/
.slider-3 .wrap {
	width: 100%;
	padding-left: 7px;
	padding-right: 7px;
}

.slider-3 .wrap .box {
	width: 100%;
	padding: 25px;
	background-color: #fff;
}

.slider-3 .wrap a h3 {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.6em;	
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.slider-3 .wrap a p {
	color: #888;
}	

.slider-3 .wrap a:hover {
	opacity: 0.5;
	transition-duration: 0.3s;
}

.slider-3 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.slider-3 .box {
	height: 325px;
}

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

.slick-prev:before, .slick-next:before {
	color: #444444;
	font-family: 'slick';
	font-size: 30px;
	line-height: 1;	
}

.slick-prev, .slick-next {
	width: 40px;
	height: 55px;
	padding: 0;
	z-index: 2;
}

.slick-prev {
	top: 50%;
	left: -15px;
}

.slick-next {
	top: 50%;
	right: -20px;
}

.slick-arrow:before{
	content:""!important;
}

.slick-arrow:before{
	content:""!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next:before{
	background: url(../../assets/images/common/next.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

.slick-prev:before{
	background: url(../../assets/images/common/prev.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

.construct .sec5 .btn1 {
	width: 250px;
}

.construct .sec5 .btn1 a {
	color: #222 !important;
	background-color: #fff;
	padding-left: 2em;
}

.construct .sec5 .btn1 a:hover {
	color: #fff !important;
	background-color: #00a8a8;
	transition-duration: 0.3s;
}


@media (min-width: 414px) {	
	.slider-3 .box {
		height: 350px;
	}
}

@media (min-width: 480px) {	
	.slider-3 .box {
		height: 285px;
	}
}

@media (min-width: 576px) {	
	.slider-3 .box {
		height: 310px;
	}
	
	.slick-prev {
		top: 50%;
		left: -15px;
	}

	.slick-next {
		top: 50%;
		right: -18px;
	}
	
	.construct .sec5 .btn1 {
		width: 250px !important;
	}	
}


@media (min-width: 640px) {	
	.slider-3 .box {
		height: 310px;
	}
}


@media (min-width: 768px) {
	.construct .sec5 {
		background-image: url("../../assets/images/construct/bg_02_pc.jpg");
	}
	
	.slider-3 .wrap a h3 {
		font-size: 1.15em;
	}
	
	.slider-3 .box {
		height: 295px;
	}	
}


@media (min-width: 992px) {	
	.slider-3 .wrap a h3 {
		font-size: 1.2em;
	}
	
	.slider-3 .box {
		height: 320px;
	}
	
	.slick-prev, .slick-next {
		width: 50px;
		height: 70px;
	}

	.slick-prev {
		left: -20px;
	}

	.slick-next {
		right: -30px;
	}	
}


@media (min-width: 1200px) {		
	.slider-3 .box {
		height: 355px;
	}	
}


/*////////// セクション7 //////////*/
.construct .sec7 {
	background-color: #f4f4f4;
}

.construct .sec7 h2 {
	color: #00538c;
	font-size: 1.45em;
	line-height: 1.6em;
}

.construct .sec7 .text-wrap {
	background-color: #fff;
	padding: 25px;
}

.construct .sec7 .text-wrap h3 {
	color: #00538c;
	font-size: 1.45em;
	font-weight: 600;
}

.construct .sec7 .text-wrap h4 {
	font-size: 1.15em;
	line-height: 1.5em;
	font-weight: 500;
	padding-left: 1em;
	text-indent: -1em;
}

.construct .sec7 .text-wrap h4 span {
	font-size: 0.8em;
}

.construct .sec7 .heading {
	color: #f15a24;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
}


@media (min-width: 576px) {
	.construct .sec7 h2 {
		font-size: 1.55em;
	}

	.construct .sec7 .text-wrap {
		padding: 30px;
		padding-bottom: 35px;
	}

	.construct .sec7 .text-wrap h3 {
		font-size: 1.5em;
	}
	
	.construct .sec7 .heading {
		font-size: 1.35em;
	}	
}


@media (min-width: 768px) {
	.construct .sec7 .text-wrap {
		padding: 25px;
		padding-bottom: 25px;
	}
	
	.construct .sec7 h2 {
		font-size: 1.5em;
	}	
	
	.construct .sec7 h3 {
		font-size: 1.3em !important;
	}
	
	.construct .sec7 .text-wrap h4 {
		font-size: 0.98em;
	}
	
	.construct .sec7 .wrap {
		position: relative;
	}
	
	.construct .sec7 .img {
		width: 70%;
	}
	
	.construct .sec7 .img2 {
		margin-left: auto;
		margin-right: 0;
	}	
	
	.construct .sec7 .text-wrap {
		position: absolute;
		right: 0%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 50%;
	}
	
	.construct .sec7 .text-wrap2 {
		right: auto;
		left: 0;
	}	
}


@media (min-width: 992px) {
	.construct .sec7 .text-wrap {
		padding: 30px;
		padding-bottom: 30px;
	}
	
	.construct .sec7 h2 {
		font-size: 1.6em;
	}	
	
	.construct .sec7 h3 {
		font-size: 1.4em !important;
	}
	
	.construct .sec7 .text-wrap h4 {
		font-size: 1.15em;
	}
	
	.construct .sec7 .img {
		width: 65%;
	}	
	
	.construct .sec7 .text-wrap {
		width: 45%;
	}
	
	.construct .sec7 .text-wrap2 {
		right: auto;
		left: 0;
	}
	
	.construct .sec7 .heading {
		font-size: 1.5em;
	}	
}


@media (min-width: 1200px) {
	.construct .sec7 .text-wrap {
		padding: 35px;
	}
	
	.construct .sec7 h2 {
		font-size: 1.7em;
	}	
	
	.construct .sec7 h3 {
		font-size: 1.5em !important;
	}
	
	.construct .sec7 .text-wrap h4 {
		font-size: 1.2em;
	}
	
	.construct .sec7 .img {
		width: 65%;
	}	
	
	.construct .sec7 .text-wrap {
		width: 43%;
	}
	
	.construct .sec7 .heading {
		font-size: 1.65em;
	}	
}


/*////////// セクション6 //////////*/
@media (min-width: 576px) {
	.construct .sec6 p {
		font-size: 1.1em;
	}
}

