@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600&display=swap');


html {
	font-size: 3.8vw;
}

@media (min-width:480px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 17px;
	}
}

:root {
  --bs-breadcrumb-divider: "＞";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 1.8em;
	color: #222222;
}

body a {
	text-decoration: none;
}

body a:hover {
	color: #ccc !important;
	text-decoration: none;
	transition-duration: 0.3s;
}

body a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition-duration: 0.3s;
}

.breadcrumb a {
	color: #222 !important;
}

.breadcrumb a:hover {
	color: #ccc !important;
}

header, footer {
	overflow: hidden;
}

main {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

main img {
	width: 100%;
	height: auto;
}

picture source, picture img {
	width: 100%;
	height: auto;
}

.img-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
  }
  .img-contain img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
  }

main p {
	text-align: justify;
	word-break: break-all;
}

main section {
	margin-bottom: 45px;
}

main section h1 {
	font-family: 'Noto Serif', serif;
	color: #222;
	font-size: 1.6rem;
	line-height: 1.4em;
	font-weight: 600;
}

@media (min-width: 576px) {
	main section {
		margin-bottom: 55px;
	}
	
	main section h1 {
		font-size: 1.8rem;
	}	
}

@media (min-width: 768px) {
	main section {
		margin-bottom: 65px;
	}
	
	main section h1 {
		font-size: 1.6rem;
	}	
}

@media (min-width: 992px) {
	main section {
		margin-bottom: 80px;
	}
	
	main section h1 {
		font-size: 1.8rem;
	}	
}

@media (min-width: 1200px) {
	main section {
		margin-bottom: 100px;
	}
	
	main section h1 {
		font-size: 2rem !important;
	}	
}

.d-flex, .d-md-flex, .d-lg-flex, .d-xl-flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}



@media (min-width:576px) {
	.mb-sm-0 {
		margin-bottom: 0px !important;
	}

	.mb-sm-10 {
		margin-bottom: 10px !important;
	}

	.mb-sm-20 {
		margin-bottom: 20px !important;
	}

	.mb-sm-30 {
		margin-bottom: 30px !important;
	}

	.mb-sm-40 {
		margin-bottom: 40px !important;
	}

	.mb-sm-50 {
		margin-bottom: 50px !important;
	}

	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px !important;
	}

	.mb-sm-90 {
		margin-bottom: 90px !important;
	}

	.mb-sm-100 {
		margin-bottom: 100px !important;
	}

	.mt-sm-0 {
		margin-top: 0px !important;
	}

	.mt-sm-10 {
		margin-top: 10px !important;
	}

	.mt-sm-20 {
		margin-top: 20px !important;
	}

	.mt-sm-30 {
		margin-top: 30px !important;
	}

	.mt-sm-40 {
		margin-top: 40px !important;
	}

	.mt-sm-50 {
		margin-top: 50px !important;
	}

	.mt-sm-60 {
		margin-top: 60px !important;
	}

	.mt-sm-70 {
		margin-top: 70px !important;
	}

	.mt-sm-80 {
		margin-top: 80px !important;
	}

	.mt-sm-90 {
		margin-top: 90px !important;
	}

	.mt-sm-100 {
		margin-top: 100px !important;
	}
	
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-sm-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-sm-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-sm-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-sm-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-sm-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-sm-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-sm-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-sm-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.py-sm-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.py-sm-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
}

@media (min-width:768px) {
	.mb-md-0 {
		margin-bottom: 0px !important;
	}

	.mb-md-10 {
		margin-bottom: 10px !important;
	}

	.mb-md-20 {
		margin-bottom: 20px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px !important;
	}

	.mb-md-50 {
		margin-bottom: 50px !important;
	}

	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px !important;
	}

	.mb-md-90 {
		margin-bottom: 90px !important;
	}

	.mb-md-100 {
		margin-bottom: 100px !important;
	}

	.mt-md-0 {
		margin-top: 0px !important;
	}

	.mt-md-10 {
		margin-top: 10px !important;
	}

	.mt-md-20 {
		margin-top: 20px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.mt-md-40 {
		margin-top: 40px !important;
	}

	.mt-md-50 {
		margin-top: 50px !important;
	}

	.mt-md-60 {
		margin-top: 60px !important;
	}

	.mt-md-70 {
		margin-top: 70px !important;
	}

	.mt-md-80 {
		margin-top: 80px !important;
	}

	.mt-md-90 {
		margin-top: 90px !important;
	}

	.mt-md-100 {
		margin-top: 100px !important;
	}
	
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-md-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-md-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-md-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.py-md-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.py-md-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}	
}

@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0px !important;
	}

	.mb-lg-10 {
		margin-bottom: 10px !important;
	}

	.mb-lg-20 {
		margin-bottom: 20px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px !important;
	}

	.mb-lg-50 {
		margin-bottom: 50px !important;
	}

	.mb-lg-60 {
		margin-bottom: 60px !important;
	}

	.mb-lg-70 {
		margin-bottom: 70px !important;
	}

	.mb-lg-80 {
		margin-bottom: 80px !important;
	}

	.mb-lg-90 {
		margin-bottom: 90px !important;
	}

	.mb-lg-100 {
		margin-bottom: 100px !important;
	}
	
	.mb-lg-110 {
		margin-bottom: 110px !important;
	}
	
	.mb-lg-120 {
		margin-bottom: 120px !important;
	}	

	.mt-lg-0 {
		margin-top: 0px !important;
	}

	.mt-lg-10 {
		margin-top: 10px !important;
	}

	.mt-lg-20 {
		margin-top: 20px !important;
	}

	.mt-lg-30 {
		margin-top: 30px !important;
	}

	.mt-lg-40 {
		margin-top: 40px !important;
	}

	.mt-lg-50 {
		margin-top: 50px !important;
	}

	.mt-lg-60 {
		margin-top: 60px !important;
	}
	.mt-lg-70 {
		margin-top: 70px !important;
	}

	.mt-lg-80 {
		margin-top: 80px !important;
	}

	.mt-lg-90 {
		margin-top: 90px !important;
	}

	.mt-lg-100 {
		margin-top: 100px !important;
	}
	
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-lg-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-lg-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-lg-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.py-lg-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.py-lg-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}		
}

@media (min-width: 1200px) {
	.mb-xl-0 {
		margin-bottom: 0px !important;
	}

	.mb-xl-10 {
		margin-bottom: 10px !important;
	}

	.mb-xl-20 {
		margin-bottom: 20px !important;
	}

	.mb-xl-30 {
		margin-bottom: 30px !important;
	}

	.mb-xl-40 {
		margin-bottom: 40px !important;
	}

	.mb-xl-50 {
		margin-bottom: 50px !important;
	}

	.mb-xl-60 {
		margin-bottom: 60px !important;
	}

	.mb-xl-70 {
		margin-bottom: 70px !important;
	}

	.mb-xl-80 {
		margin-bottom: 80px !important;
	}

	.mb-xl-90 {
		margin-bottom: 90px !important;
	}

	.mb-xl-100 {
		margin-bottom: 100px !important;
	}
	
	.mb-xl-110 {
		margin-bottom: 110px !important;
	}
	
	.mb-xl-120 {
		margin-bottom: 120px !important;
	}
	
	.mb-xl-130 {
		margin-bottom: 130px !important;
	}	

	.mt-xl-0 {
		margin-top: 0px !important;
	}

	.mt-xl-10 {
		margin-top: 10px !important;
	}

	.mt-xl-20 {
		margin-top: 20px !important;
	}

	.mt-xl-30 {
		margin-top: 30px !important;
	}

	.mt-xl-40 {
		margin-top: 40px !important;
	}

	.mt-xl-50 {
		margin-top: 50px !important;
	}

	.mt-xl-60 {
		margin-top: 60px !important;
	}
	.mt-xl-70 {
		margin-top: 70px !important;
	}

	.mt-xl-80 {
		margin-top: 80px !important;
	}

	.mt-xl-90 {
		margin-top: 90px !important;
	}

	.mt-xl-100 {
		margin-top: 100px !important;
	}
	
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.py-xl-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-xl-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-xl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-xl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-xl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.py-xl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.py-xl-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.py-xl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.py-xl-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.py-xl-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}	
}

/*////// 各幅設定 ///////*/	
.w-10 {
	width: 10% !important;
	display: block;
	margin: 0 auto;	
}

.w-15 {
	width: 15% !important;
	display: block;
	margin: 0 auto;	
}

.w-20 {
	width: 20% !important;
	display: block;
	margin: 0 auto;	
}

.w-25 {
	width: 25% !important;
	display: block;
	margin: 0 auto;	
}

.w-30 {
	width: 30% !important;
	display: block;
	margin: 0 auto;	
}

.w-35 {
	width: 35% !important;
	display: block;
	margin: 0 auto;	
}

.w-40 {
	width: 40% !important;
	display: block;
	margin: 0 auto;
}

.w-45 {
	width: 45% !important;
	display: block;
	margin: 0 auto;
}

.w-50 {
	width: 50% !important;
	display: block;
	margin: 0 auto;
}

.w-55 {
	width: 55% !important;
	display: block;
	margin: 0 auto;
}

.w-60 {
	width: 60% !important;
	display: block;
	margin: 0 auto;	
}

.w-65 {
	width: 65% !important;
	display: block;
	margin: 0 auto;
}

.w-70 {
	width: 70% !important;
	display: block;
	margin: 0 auto;	
}

.w-75 {
	width: 75% !important;
	display: block;
	margin: 0 auto;
}

.w-80 {
	width: 80% !important;
	display: block;
	margin: 0 auto;	
}

.w-85 {
	width: 85% !important;
	display: block;
	margin: 0 auto;
}

.w-90 {
	width: 90% !important;
	display: block;
	margin: 0 auto;	
}

.w-95 {
	width: 95% !important;
	display: block;
	margin: 0 auto;
}

.w-100 {
	width: 100% !important;
	display: block;
	margin: 0 auto;	
}

@media (min-width: 576px) {
	.w-sm-10 {
		width: 10% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-15 {
		width: 15% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-sm-20 {
		width: 20% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-25 {
		width: 25% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-sm-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-sm-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	.w-sm-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}	
}

@media (min-width: 768px) {
	.w-md-10 {
		width: 10% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-15 {
		width: 15% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-md-20 {
		width: 20% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-25 {
		width: 25% !important;
		display: block;
		margin: 0 auto;	
	}	
	.w-md-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-md-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	.w-md-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}	
}


@media (min-width: 992px) {
	.w-lg-10 {
		width: 10% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-15 {
		width: 15% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-lg-20 {
		width: 20% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-25 {
		width: 25% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-lg-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}


	.w-lg-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-lg-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	.w-lg-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}
}


@media (min-width: 1200px) {
	.w-xl-10 {
		width: 10% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-15 {
		width: 15% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-xl-20 {
		width: 20% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-25 {
		width: 25% !important;
		display: block;
		margin: 0 auto;	
	}
	
	.w-xl-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	.w-xl-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	.w-xl-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}
}

section .container {
	width: 94% !important;
	max-width: 1140px;
	margin: 0 auto;
}	


/*///////////////// ヘッダー ///////////////////*/
header {
	width: 100%;
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	z-index: 9999 !important;
	height: 60px;
	background-color: #fff;
}

header .c-name {
	width: 78%;
	height: 60px;
	padding-left: 2%;
}

header .c-name a {
	display: block;
}

header .c-name .rogo {
	width: 75%;
}

header .c-name .insta_icon {
	width: 30px;
}


header .toggle_btn {
	position: relative;
	background-color: #080A03;
	width: 60px;
	height: 60px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 3;	
}

@media (min-width: 576px) {
	header .c-name {
		width: 85%;
	}
	
	header .c-name .rogo {
		width: 270px;
	}

	header .c-name .insta_icon {
		width: 35px;
	}
}

@media (min-width: 768px) {
	header {
		height: 70px;
	}

	header .c-name {
		width: 87%;
		height: 70px;
	}

	header .toggle_btn {
		width: 70px;
		height: 70px;			
	}
}

@media (min-width: 992px) {
	header {
		height: 80px;
	}
	
	header .d-flex {
		width: 100%;
		height: 80px;
		justify-content: space-between;
	}

	header .c-name {
		width: 30%;
		padding-left: 1%;
		padding-top: 15px;
	}		
	
	header .gnav-pc {
		width: 55%;
		margin-bottom: 10px;
	}

	header .gnav-pc ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
	}
	
	header .gnav-pc ul li a {
		line-height: 1em;
		display: block;
		font-family: 'Urbanist', sans-serif;
		font-weight: 600;
		font-size: 0.85rem !important;
		text-align: center !important;
		color: #222;
		padding: 0.3rem 1.2rem;
		background: 
		linear-gradient(currentColor 0 0) 
		bottom /var(--d, 0) 1px 
		no-repeat;
		transition:0.3s;
	}
	
	header .gnav-pc ul li a:hover {
		color: #AED1F6 !important;
		--d: 100%;
	}
	
	header .insta_icon {
		width: 25px;
		height: 25px;
		margin-top: -15px;
	}
	
	header .contact-button a {
		width: 80px;
		height: 80px;
		background-color: #080A03;
		padding-top: 5px;
		font-size: 0.75rem;
		color: #fff;
		font-family: 'Urbanist', sans-serif;
		font-weight: 600;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	header .contact-button a:hover {
		color: #fff !important;
		background-color: #AED1F6;
	}
	
	header .contact-button a img {	
		width: 30px;
		display: block;
		margin-bottom: -15px !important;
	}
	
	header .contact-button a img:hover {
		opacity: 1;
	}
}

@media (min-width: 1400px) {	
	header {
		height: 100px;
	}
	
	header .d-flex {
		height: 100px;
	}

	header .c-name {
		width: 30%;
		padding-left: 2%;
		padding-top: 20px;
	}
	
	header .gnav-pc {
		margin-bottom: 15px;
	}
	
	header .gnav-pc ul li a {
		font-size: 0.9rem !important;
	}
	
	header .contact-button a {
		width: 100px;
		height: 100px;
		padding-top: 8px;
		padding-bottom: 4px;
		font-size: 0.85rem;
	}
	
	header .contact-button a img {	
		width: 34px;
	}
}


/*////////////////// ヘッダーnav ///////////////////*/
@media (max-width: 991px) {
	header nav {
		display: block;
		position: fixed;
		top: 70px;
		left: -1200px;
		bottom: 0;
		width: 240px !important;
		background: #ECECEC;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
	}
	.open nav {
		left: 0;
		opacity: 1;
	}
	header nav .inner {
		padding: 0;
	}
	header nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	header nav .inner ul li {
		margin: 0;
	}

	header nav .inner ul li a {
		font-family: 'Urbanist', sans-serif;
		font-weight: 600;
		font-style: normal;
		display: block;
		color: #222;
		font-size: 1.1rem;
		padding: 1.0rem !important;
		padding-left: 25px !important;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}

	header nav .inner ul li a:hover {
		background: #4C4C4C;
		color: #fff !important;
		transition-duration: 0.3s;
	}
}
	
@media screen and (max-width: 767px) {
	header nav {
		left: -767px;
		top: 60px;		
	}

	header nav .inner ul li a {
		padding: 0.8rem !important;
		padding-left: 20px !important;
	}
}

@media screen and (max-width: 575px) {
	header nav {
		width: 100% !important;		
	}
}

/*////////////////// toggle_btn ///////////////////*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 18px;
	width: 24px;
	height: 3px;
	background-color: #fff;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 20px;
}
.toggle_btn span:nth-child(2) {
	top: 28px;
}
.toggle_btn span:nth-child(3) {
	bottom: 20px;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(8.5px) rotate(-315deg);
	transform: translateY(8.5px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-8.5px) rotate(315deg);
	transform: translateY(-8.5px) rotate(315deg);
}

@media (min-width: 768px) {
	.toggle_btn {
		width: 70px;
		height: 70px;
	}
	
	.toggle_btn span {
		left: 22px;
		width: 26px;
	}
	.toggle_btn span:nth-child(1) {
		top: 22px;
	}
	.toggle_btn span:nth-child(2) {
		top: 34px;
	}
	.toggle_btn span:nth-child(3) {
		bottom: 22px;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(11.5px) rotate(-315deg);
		transform: translateY(11.5px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-11.5px) rotate(315deg);
		transform: translateY(-11.5px) rotate(315deg);
	}	
}

/*////////////////// #mask ////////////////////*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}


/*////////////////// MV（下層） ////////////////////*/
.under-layer .mv2 .sec-title {
	position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 90%;
	max-width: 1115px;
}

.under-layer .height-control {
	height: 50px;
}

@media (min-width: 414px) {
	.under-layer .height-control {
		height: 60px;
	}
}

@media (min-width: 576px) {
	.under-layer .mv2 .sec-title {
		top: 45%;
	}
	
	.under-layer .height-control {
		height: 35px;
	}
}

@media (min-width: 744px) {
	.under-layer .height-control {
		height: 30px;
	}
}

@media (min-width: 768px) {	
	.under-layer .height-control {
		height: 35px;
	}	
}

@media (min-width: 992px) {
	.under-layer .mv2 .sec-title {
		top: 52.5%;
	}
	
	.under-layer .height-control {
		height: 80px;
	}	
}

@media (min-width: 1200px) {
	.under-layer .height-control {
		height: 65px;
	}
}


/*//////////////////  フッター問い合わせ ////////////////////*/
.form_link {
	width: 100%;
	height: 60px;
	display: block;
	margin: 0;
	background-color: #11559D;
	color: #fff;
	padding: 1.5em 0 1.2em;
	font-size: 0.8em;
	font-weight: 700;
	text-align: center !important;
	text-decoration: none;
	border-right: 2px solid #fff;
}

.form_link:hover {
	background-color: #AED1F6;
	color: #fff !important;
	transition-duration: 0.3s;
}

.form_link img {
	width: 1.2rem;
	display: inline-block;
	margin-right: 0.2em;
	vertical-align: -0.3em;
}

.fixed_btn {
	position: fixed;
	width: 100%;
	bottom: 0px; 
	right: 0px;
	transition-duration: 0.3s;
	opacity: 0;
	visibility: hidden;
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

@media (min-width: 576px) {
	.form_link {
		font-size: 1em;
	}

	.form_link img {
		width: 1.3rem;
		margin-right: 0.4em;
		vertical-align: -0.25em;
	}
}

/*//////////////////  フッター ////////////////////*/
footer {
	width: 100%;
	background-color: #707070;
	font-size: 0.87rem !important;
	line-height: 1.6em;
	color: #fff;
	padding: 2rem 0;
	margin-bottom: 60px;
}

footer p {
	word-break: break-all;
}

footer .rogo2 {
	width: 260px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

footer .insta_icon2 {
	width: 45px;
	display: block;
	margin-left: auto;
	margin-right: 0;
}

footer .tel-num {
	color: #fff;
}

footer .tel-num:hover {
	color: rgba(255,255,255,0.60) !important;
}

footer .copy {
	font-size: 0.6rem !important;
	color: #fff;
}


@media (min-width: 576px) {
	footer {
		padding: 1.6rem 0;
	}

	footer .rogo2 {
		width: 280px;
	}
}


@media (min-width: 768px) {
	footer {
		padding: 2rem 0;
		margin-bottom: 0;
	}
	
	footer ul {
		list-style: none;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		padding: 12px 0;
	}
	
	footer ul li a {
		color: #fff;
		font-family: 'Urbanist', sans-serif;
		font-weight: 600;
	}
	
	footer ul li a:hover {
		color: rgba(255,255,255,0.50) !important;
	}
	
	footer ul li .insta_icon2 {
		width: 25px !important;
	}
	
	footer .rogo2 {
		width: 280px;
		margin-left: 0;
		margin-right: auto;
	}
	
	footer .copy {
		padding-bottom: 13px;
	}	
}

@media (min-width: 992px) {
	footer {
		padding: 2.5rem 0 1.5rem;
	}

	footer .copy {
		padding-bottom: 13px;
	}	
}

@media (min-width: 1200px) {
	footer {
		padding: 3rem 0 2rem;
	}
	
	footer .container {
		width: 1080px;
	}
	
	footer ul {
		padding: 15px 0;
	}
	
	footer ul li {
		margin-right: 2.5rem;
	}
	
	footer ul li:last-child {
		margin-right: 0;
		margin-left: 140px;
	}	
}

/*//////////////////  ページTOPに戻るボタン /////////////////*/
#pageTop {
	position: fixed;
	bottom: 60px;
	right: 0;
	z-index: 999;
}

#pageTop a {
	display: block;
	width: 45px;
	height: 45px;
}

#pageTop a:hover {
	opacity: 0.6;
}

#pageTop a img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

@media (min-width: 576px) {
	#pageTop a {
		display: block;
		width: 50px;
		height: 50px;
	}
}

@media (min-width: 768px) {
	#pageTop {
		bottom: 0;
	}
}

/*//////////////////  パンくず ///////////////////*/
.pan {
	font-size: 0.75rem;
	line-height: 1.5em;
	color: #3f3f3f;
}

.pan a {
	color: #3f3f3f !important;
}

.pankuzu {
	max-width: 1140px;
}



/*////////////////// セクション見出し ////////////////////*/
.sec-title h1 {
	font-family: 'Urbanist', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05rem;
}

.sec-title .under-line {
	width: 80px;
	display: block;
	height: 2px !important;
	margin: 0.3rem auto;
	background: linear-gradient(90deg, #11559D 0%, #11559D 50%, #CA112A 50%, #CA112A 100%);
	opacity: 1;
}

.sec-title p {
	font-size: 1rem;
	text-align: center;
}

@media (min-width: 576px) {
	.sec-title h1 {
		font-size: 2.2rem;
	}

	.sec-title p {
		font-size: 1.1rem;
	}
}

@media (min-width: 992px) {
	.sec-title h1 {
		font-size: 2.4rem;
	}

	.sec-title p {
		font-size: 1.1rem;
	}
}

@media (min-width: 1400px) {
	.sec-title h1 {
		font-size: 2.6rem;
	}

	.sec-title p {
		font-size: 1.1rem;
	}
}	


/*////////////////// 色設定 ////////////////////*/
.text-black {
	color: #222222;
}


/*////////////////// 背景共通 ///////////////////*/
.bg-img {
	background-image: url("../../images/common/bg_sp.jpg");
	background-repeat: repeat;
	background-size: 100%;
}

@media (min-width: 768px) {
	.bg-img {
		background-image: url("../../images/common/bg_pc.jpg");
		background-repeat: repeat;
		background-size: 100%;
	}
}


/*////////////////// 背景パディング ////////////////////*/
.bg-padding {
	padding: 45px 0;
}

@media (min-width: 576px) {
	.bg-padding {
		padding: 55px 0;
	}
}

@media (min-width: 992px) {
	.bg-padding {
		padding: 70px 0;
	}
}

@media (min-width: 1200px) {
	.bg-padding {
		padding: 80px 0;
	}
}


/*////////////////// ボタン共通 ///////////////////*/
section .btn a {
	background-color: #707070;
	color: #fff;
	font-weight: 700;
	display: block;
	width: 200px;
	padding: 0.6rem;
	border-radius: 20px;
}

section .btn a:hover {
	background-color: #080A03;
	color: #fff !important;
}


/*////////////////// 位置合わせ ///////////////////*/
.align-center {
	margin-left: auto;
	margin-right: auto;
}

.align-left {
	margin-left: 0;
	margin-right: auto;
}

@media (min-width: 576px) {
	.align-sm-center {
		margin-left: auto;
		margin-right: auto;
	}

	.align-sm-left {
		margin-left: 0;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.align-md-center {
		margin-left: auto;
		margin-right: auto;
	}

	.align-md-left {
		margin-left: 0;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	.align-lg-center {
		margin-left: auto;
		margin-right: auto;
	}

	.align-lg-left {
		margin-left: 0;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.align-xl-center {
		margin-left: auto;
		margin-right: auto;
	}

	.align-xl-left {
		margin-left: 0;
		margin-right: auto;
	}
}


/*//////////////////  注意書き ///////////////////*/
section .note {
	font-size: 0.85rem;
	line-height: 1.6em;
	color: #222;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

section .note2 {
	font-size: 0.85rem;
	line-height: 1.6em;
	color: #222;
}


/*//////////////////  電話番号リンクをスマホのみ有効 ///////////////////*/
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}