@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;
}


@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;
	}	
}


@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: cover;
	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;
	top: -105px;
	right: 2.5%;
}

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


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

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


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


@media (min-width: 992px) {
	.sec9 .icon {
		top: -155px;
		right: 4%;
	}
	
	.sec9 .icon img {
		width: auto;
		height: 155px;
	}		
}


@media (min-width: 1200px) {
	.sec9 .icon {
		top: -170px;
		right: 6%;
	}
	
	.sec9 .icon img {
		height: 170px;
	}		
}


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


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


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


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


/*////////// セクション10 ///////////*/
.sec10 a {
	color: #222;
}

.required {
	content: "";
	color: #FC0A0A;
	display: inline-block;
	margin-left: 0.5em;
}

.mb-_1 {
	margin-bottom: -10px;
}

#Form .control-label {
	background-color: #f2f2f2;
	border-top: 2px solid #222;
	width: 100%;
}

#Form .col-form-label {
	margin-top: 0.5rem;
}

#Form .border-bottom {
	border-color: #cccccc !important;
}

#Form .form-control,
#Form .form-select {
	border-radius: 6px;
	border-color: #707070 !important;
}

input {
	height:50px;
}

#Form .form-control.readonly,
#Form .form-control.preview,
#Form .form-select.readonly {
	border-color: transparent !important;
}

#Form .form-check {
	display: flex;
	align-items: center;
}

#Form .form-check .form-check-input {
	margin-right: 0.5rem;
}

#Form .form-check + .form-check {
	margin-top: 1rem;
}

#Form .small {
	font-size: 0.7rem !important;
}

#Form .btn {
	color: #fff;
	background-color: #707070;
	border-radius: 0;
	width: 80%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 !important;
}

#Form .btn:hover {
	background-color: #080A03;
	transition-duration: 0.3s;
	transition-property: all;
}

@media (min-width: 576px) {
	#Form .btn {
		width: 260px;
	}	
}


@media (min-width: 768px) {	
	.note3 {
		font-size: 0.95rem;
	}
	
	#Form .control-label {
		background-color: #f2f2f2;
		border-top: none;
	}
	
	#Form .col-md-4 {
		background-color: #f2f2f2;
	}

	#Form .py-md-5_5 {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	#Form .py-md-6 {
		padding-top: 6em;
		padding-bottom: 6em;
	}
	
	#Form .border-md-bottom {
		border-bottom: 1px solid #ccc;
	}
	
	#Form .border-md-top {
		border-top: 2px solid;
		border-top-color: #222 !important;
	}
	
	#Form .border-bottom-end {
		border-bottom: 2px solid #222;
	}
	
	#Form .note {
		display: inline-block !important;
	}
	
	.w-md-50, .w-md-60, .w-md-70, .w-md-80 {
		display: inline-block !important;
	}
	
	.mb-_1 {
		margin-bottom: 0;
	}
	
	#Form .bg-glay {
		background-color: #f2f2f2;
		padding-top: 15% !important;
		padding-bottom: 15% !important;
	}
}


@media (min-width: 992px) {	
	#Form .py-md-6 {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
	
	#Form .bg-glay {
		padding-top: 8% !important;
		padding-bottom: 8% !important;
	}	
}


/*////////// セクション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;
	}
}
	

