@charset "UTF-8";

/*////////// 共通 ///////////*/
section .title {
	margin-top: -10px;
}

section .title h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 3.0em;
	font-weight: 700;
	background: linear-gradient(90deg, #c8ced3 0%, #a7aeb2 40%, #f1f8fb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0;
}

section .title p {
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: -5px;
}

.sec5 .title h1, .sec7 .title h1, .sec8 .title h1, .sec9 .title h1, .sec10 .title h1 {
	background: linear-gradient(90deg, #222 0%, #222 40%, #222 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sec5 .title p, .sec7 .title p, .sec8 .title p, .sec9 .title p, .sec10 .title p {
	color: #222;
}


@media (min-width: 576px) {
	section .title h1 {
		font-size: 3.3em;
	}

	section .title p {
		font-size: 1.3em;
	}
}


@media (min-width: 768px) {
	section .title {
		margin-top: -15px;
	}
	
	section .title h1 {
		font-size: 2.8em;
	}

	section .title p {
		font-size: 1.2em;
	}
}


@media (min-width: 992px) {	
	section .title h1 {
		font-size: 3.4em !important;
	}

	section .title p {
		font-size: 1.3em;
		margin-top: 0;
	}
}


/*/// スライダ― ///*/
.slider .slider2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.slider img .slider2 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: 40px;
	padding: 0;
	z-index: 2 !important;	
}

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

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

.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/slider_yajirushi_right.svg)!important;
	background-size: contain!important;
	background-repeat: no-repeat !important;
	opacity: 1;
}

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


/*////////// MV ///////////*/
.mv {
	width: 100%;
}

.mv .mv-title h1 {
	font-size: 1.6em;
	line-height: 1.65em;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.mv_video {
	width: 100%;
}
video {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
	outline: none;
	border: none;	
}

.mv .film {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.30);
}


@media (max-width: 767px) {
	.mv .mv-title {
		position: absolute;
		left: 5%;
		top: 42.5%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 90%;
	}

	.mv .mv-taiken {
		position: absolute;
		left: 50%;
		bottom: 50px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 90%;
	}
}


@media (min-width: 576px) {
	.mv .mv-title {
		width: 85%;
	}
	.mv .mv-taiken {
		bottom: 50px;
		width: 80%;
	}
}


@media (min-width: 768px) {
	.mv .mv-title {
		position: absolute;
		left: 4%;
		top: 25%;
		width: 580px;
	}

	.mv .mv-title h1 {
		font-size: 1.5em;
	}
	
	.mv .mv-title p {
		font-size: 0.95em;
		line-height: 1.6em;
	}

	.mv .mv-taiken {
		position: absolute;
		right: 4%;
		bottom: 40px;
		width: 37.5%;
	}
}


@media (min-width: 992px) {
	.mv .mv-title {
		left: auto;
		right: 4%;
		top: 25.5%;
		width: 650px;
	}

	.mv .mv-title h1 {
		font-size: 1.7em !important;
	}
	
	.mv .mv-title p {
		font-size: 0.95em;
		line-height: 1.7em;
	}

	.mv .mv-taiken {
		right: 4%;
		bottom: 40px;
		width: 360px;
	}
}	


@media (min-width: 1200px) {
	.mv .mv-title {
		left: auto;
		right: 4%;
		top: 28.5%;
		width: 720px;
	}
	
	.mv .mv-title h1 {
		font-size: 1.8em !important;
	}	
	
	.mv .mv-title p {
		font-size: 1em;
	}	

	.mv .mv-taiken {
		bottom: 50px;
		width: 430px;
	}
}


@media (min-width: 1350px) {
	.mv .mv-title {
		top: 32%;
		width: 760px;
	}
	
	.mv .mv-title p {
		font-size: 1.05em;
	}	
}


@media (min-width: 1500px) {
	.mv .mv-title {
		top: 34%;
		width: 880px;
	}
	
	.mv .mv-title h1 {
		font-size: 2em !important;
	}		
	
	.mv .mv-title p {
		font-size: 1.1em;
	}
	
	.mv .mv-taiken {
		bottom: 60px;
		width: 480px;
	}	
}


@media (min-width: 1650px) {
	.mv .mv-title {
		top: 36%;
		width: 960px;
	}
	
	.mv .mv-taiken {
		width: 520px;
	}	
}


@media (min-width: 1800px) {
	.mv .mv-title {
		top: 36%;
		width: 1060px;
	}
	
	.mv .mv-title h1 {
		font-size: 2.2em !important;
	}		
	
	.mv .mv-taiken {
		width: 600px;
	}	
}


@media (min-width: 1920px) {
	.mv .mv-title {
		top: 36%;
		width: 1100px;
	}
	
	.mv .mv-title h1 {
		font-size: 2.2em !important;
	}		
	
	.mv .mv-taiken {
		width: 620px;
	}	
}



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

.sec1 .icon01 {
	width: 85px;
	margin-left: auto;
	margin-right: auto;
}

.sec1 h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 2.4em;
	letter-spacing: 0;
}

.sec1 h1 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 0.7em;
}


@media (min-width: 576px) {
	.sec1 h1 {
		font-size: 2.6em;
	}
}


@media (min-width: 768px) {
	.sec1, .sec5 {
		background-image: url("../../assets/images/top/bg_img01_pc.jpg");
	}

	.sec1 .icon01 {
		width: 70px;
		margin-left: 0;
		margin-right: 15px;
	}

	.sec1 h1 {
		font-size: 2.6em;
	}
}


@media (min-width: 992px) {
	.sec1 h1 {
		font-size: 2.8em !important;
	}
	
	.sec1 .container {
		max-width: 1240px;
	}

}


@media (min-width: 1200px) {
	.sec1 h1 {
		font-size: 3em !important;
	}	
}


/*////////// セクション2 ///////////*/
.sec2 {
	background-image: url("../../assets/images/top/bg_img02_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1 !important;
}


@media (min-width: 768px) {
	.sec2 {
		background-image: url("../../assets/images/top/bg_img02_pc.jpg");
	}
}


/*////////// セクション3 ///////////*/
.sec3 {
	background: linear-gradient(-25deg, #3c4044 0%, #3c4044 50%, #54575b 50%, #54575b 100%);
}

.sec3 h2 {
	color: #f6e6c2;
	font-size: 1.4em;
}

.sec3 hr {
	padding: 0;
	margin: 0;
	line-height: 0;
	width: 94%;
	height: 1px;
	display: block;
	margin: 35px auto;
	border-bottom: 1px dashed #fff;
	opacity: 0.75;
}


@media (min-width: 576px) {
	.sec3 hr {
		width: 95%;
		margin: 45px auto;
	}
	
	.sec3 .col-12 {
		padding-right: 20px;
		padding-left: 20px;
	}	
}


@media (min-width: 992px) {
	.sec3 hr {
		margin: 55px auto;
	}
	
	.sec3 .col-12 {
		padding-right: 30px;
		padding-left: 30px;
	}	
}


/*////////// セクション4 ///////////*/
.sec4 {
	background-image: url("../../assets/images/top/bg_img03_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
	background-color: #010101;
	z-index: 0 !important;
}

.sec4 .title h1 span {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.7em;
}

.sec4 .slider img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
}

.sec4 .slick-prev, .sec4 .slick-next {
	width: 40px;
	height: 55px;	
}

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

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

.sec4 .text-wrap h2 {
	font-size: 1.3em;
	background-color: #8e2969;
	color: #fff;
	font-family: 'Noto Serif', serif;
	padding: 8px 4px;
	width: 8em;
	text-align: center;
}

.sec4 .text-wrap .name {
	font-size: 1.6em;
	color: #fff;
	font-weight: 600;
}

.sec4 .text-wrap h3 {
	font-size: 1.3em;
	color: #fff;
}


@media (min-width: 480px) {
	.sec4 .slick-prev, .sec4 .slick-next {
		width: 50px;
		height: 65px;	
	}

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

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


@media (min-width: 576px) {
	.sec4 .slider {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.sec4 .text-wrap .name {
		font-size: 1.8em !important;
	}
	
	.sec4 .text-wrap h3 {
		font-size: 1.5em !important;
	}	
}


@media (min-width: 768px) {
	.sec4 {
		background-image: url("../../assets/images/top/bg_img03_pc.jpg");
	}

	.sec4 .title h1 span {
		font-size: 0.7em;
	}

	.sec4 .slider {
		width: 94%;
		margin-left: 0;
		margin-right: auto;
	}

	.sec4 .slick-prev {
		left: 0;
	}

	.sec4 .slick-next {
		right: -10px;
	}	

	.sec4 .text-wrap h2 {
		font-size: 1.3em;
	}

	.sec4 .text-wrap .name {
		font-size: 1.6em !important;
	}
	
	.sec4 .text-wrap h3 {
		font-size: 1.35em !important;
	}
}


@media (min-width: 992px) {
	.sec4 .text-wrap h2 {
		font-size: 1.4em;
	}

	.sec4 .text-wrap .name {
		font-size: 1.7em !important;
	}
	
	.sec4 .text-wrap h3 {
		font-size: 1.45em !important;
	}	
	
}


/*////////// セクション5 ///////////*/
.sec5 .container {
	width: 94% !important;
}

.sec5 .data {
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #222;
	font-weight: 600;
	font-size: 1.15em;
	line-height: 1.8em;
}

.sec5 .data:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.sec5 .data span {
	font-weight: 900;
	display: block;
	margin-bottom: 10px;
}


@media (min-width: 768px) {
	.sec5 .container {
		width: 620px !important;
	}	
}


/*////////// セクション6 ///////////*/
.sec6 {
	background-color: #3c4044;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 30px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.sec6 .telnum {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 1.7em;
	font-weight: 700;
}

.sec6 .telnum img {
	width: 0.7em;
	display: inline-block;
	margin-right: 2px;
	vertical-align: -0.1em;
}


@media (min-width: 992px) {
	.sec6 .telnum {
		font-size: 2em;
	}
}


/*////////// セクション7 ///////////*/
.sec7, .sec9 {
	background-color: #e7edef;
}

.sec7 .slider2 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-left: auto;
	margin-right: auto;
}

.sec7 .slick-prev, .sec7 .slick-next {
	width: 40px;
	height: 55px;
}

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

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


@media (min-width: 480px) {
	.sec7 .slider2 img {
		width: 97% !important;
		display: block;
		padding-left: 1.5% !important;
		padding-right: 1.5% !important;
	}
}


@media (min-width: 1200px) {
	.sec7 {
		overflow-x: hidden;
	}
	
	.sec7 .container {
		width: 90% !important;
		max-width: 90% !important;
		margin-left: 10% !important;
		margin-right: 0 !important;
	}
	
	.sec7 .slider2 {
		width: 100%;
	}
	
	.sec7 .slider2 img{
		width: 96% !important;
	}

	.sec7 .slick-prev, .sec7 .slick-next {
		width: 50px;
		height: 65px;
	}

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

	.sec7 .slick-next {
		top: 50%;
		right: 0 !important;
	}	
}


/*////////// セクション8 ///////////*/
.sec8 h2 {
	font-size: 1.7em;
	font-weight: 600;
}

.sec8 .icon {
	position: absolute;
	top: 6%;
	right: -3%;
	width: 130px;
}


@media (min-width: 480px) {
	.sec8 .icon {
		width: 150px;
	}	
}

@media (min-width: 576px) {
	.sec8 .icon {
		top: -15px;
		width: 180px;
	}	
}


@media (min-width: 768px) {
	.sec8 .icon {
		top: 0%;
		right: auto;
		left: 25%;
		width: 120px;
	}	
}


@media (min-width: 992px) {	
	.sec8 .icon {
		top: -20px;
		left: 22%;
		width: 160px;
	}	
}



/*////////// セクション9 ///////////*/
.sec9 .icon {
	position: absolute;
	bottom: -50px;
	right: 2.5%;
}

.sec9 .icon img {
	width: auto;
	height: 105px;
}


@media (min-width: 480px) {
	.sec9 .icon {
		right: 2.5%;
	}
	
	.sec9 .icon img {
		width: auto;
		height: 135px;
	}		
}

@media (min-width: 576px) {
	.sec9 .icon {
	bottom: -65px;
		right: 5%;
	}
	
	.sec9 .icon img {
		width: auto;
		height: 160px;
	}		
}


@media (min-width: 768px) {
	.sec9 h2 {
		font-size: 1.6em;
	}
	.sec9 .icon {
		bottom: -75px;
		right: 2.5%;
	}
	
	.sec9 .icon img {
		width: auto;
		height: 150px;
	}		
}


@media (min-width: 992px) {
	.sec9 .icon {
		bottom: -85px;
		right: 5%;
	}
	
	.sec9 .icon img {
		width: auto;
		height: 165px;
	}		
}


@media (min-width: 1200px) {
	.sec9 .icon {
		bottom: -115px;
		right: 10%;
	}
	
	.sec9 .icon img {
		height: 180px;
	}		
}


@media (min-width: 1350px) {
	.sec9 .icon {
		right: 12%;
	}		
}


@media (min-width: 1400px) {
	.sec9 .icon {
		bottom: -120px;
	}		
}


@media (min-width: 1500px) {
	.sec9 .icon {
		right: 17%;
	}		
}


@media (min-width: 1650px) {
	.sec9 .icon {
		right: 20%;
	}		
}


@media (min-width: 1800px) {
	.sec9 .icon {
		right: 22%;
	}		
}


/*////////// セクション11 ///////////*/
.sec11 {
	background-color: #f3f3f3;
}

.sec11 h1 {
	font-weight: 700;
}


/*////////// コンテナの横幅 ///////////*/
section .container {
	max-width: 1100px;
}

@media (min-width: 768px) {
	.sec11 .container {
		max-width: 740px
	}
}	
	
@media (min-width: 992px) {
	.sec2 .container {
		max-width: 1020px;
	}
	
	.sec8 .container, .sec9 .container, .sec10 .container {
		max-width: 940px;
	}
}
	

