@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=Noto+Serif+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');


html {
	font-size: 3.8vw;
}

@media (min-width:480px) {
	html {
		font-size: 15px;
	}
}

@media (min-width:768px) {
	html {
		font-size: 16px;
	}
}

@media (min-width:1400px) {
	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;
	color: #0071bc;
}

body a:hover {
	color: #82c6f9 !important;
	text-decoration: none;
	transition-duration: 0.3s;
}

body a img:hover {
	opacity: 0.65;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition-duration: 0.3s;
}

.breadcrumb a {
	color: #222 !important;
}

.breadcrumb a:hover {
	color: #BAE2FF !important;
}

header, footer {
	overflow: hidden;
}

main {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

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

picture source, picture img {
	width: 100%;
	height: auto;
}

p {
	text-align: justify;
	word-break: break-all;
}

.text-long {
	color: #373737 !important;
}

section {
	margin-bottom: 60px;
}

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

section h1 {
	color: #222;
	font-size: 1.8rem;
	line-height: 1.6em;
	font-weight: 600;
	letter-spacing: 0.03em;
}

@media (min-width: 576px) {
	section {
		margin-bottom: 70px;
	}

	.py-sec {
		padding-bottom: 60px;
		padding-top: 60px;
	}	
	
	section h1 {
		font-size: 2rem;
	}	
}

@media (min-width: 768px) {
	section {
		margin-bottom: 80px;
	}

	.py-sec {
		padding-bottom: 70px;
		padding-top: 70px;
	}	
	
	section h1 {
		font-size: 1.8rem;
	}	
}

@media (min-width: 992px) {
	section {
		margin-bottom: 90px;
	}

	.py-sec {
		padding-bottom: 80px;
		padding-top: 80px;
	}	
	
	section h1 {
		font-size: 2rem;
	}	
}

@media (min-width: 1200px) {
	section {
		margin-bottom: 130px;
	}

	.py-sec {
		padding-bottom: 110px;
		padding-top: 110px;
	}	
	
	section h1 {
		font-size: 2rem !important;
	}	
}

@media (min-width: 1400px) {
	section {
		margin-bottom: 150px;
	}

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

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

.mb-110 {
	margin-bottom: 110px !important;
}

.mb-120 {
	margin-bottom: 120px !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;
}

.mt-110 {
	margin-top: 110px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.my-110 {
	margin-top: 110px !important;
	margin-bottom: 120px !important;
}

.my-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !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;
}

.py-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !important;
}

.py-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !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;
	}
	
	.mb-sm-110 {
		margin-bottom: 110px !important;
	}
	
	.mb-sm-120 {
		margin-bottom: 120px !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;
	}
	
	.mt-sm-110 {
		margin-top: 110px !important;
	}
	
	.mt-sm-120 {
		margin-top: 120px !important;
	}	
	
	.my-sm-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.my-sm-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-sm-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-sm-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-sm-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-sm-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.my-sm-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.my-sm-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.my-sm-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.my-sm-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}

	.my-sm-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.my-sm-110 {
		margin-top: 110px !important;
		margin-bottom: 120px !important;
	}

	.my-sm-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !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;
	}
	
	.py-sm-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}
	
	.py-sm-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !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;
	}
	
	.mb-md-110 {
		margin-bottom: 110px !important;
	}
	
	.mb-md-120 {
		margin-bottom: 120px !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;
	}
	
	.mt-md-110 {
		margin-top: 110px !important;
	}
	
	.mt-md-120 {
		margin-top: 120px !important;
	}
	
	.my-md-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.my-md-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-md-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-md-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-md-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-md-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.my-md-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.my-md-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.my-md-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.my-md-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}

	.my-md-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.my-md-110 {
		margin-top: 110px !important;
		margin-bottom: 120px !important;
	}

	.my-md-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !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;
	}
	
	.py-md-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}	
	
	.py-md-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !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;
	}
	
	.mt-lg-110 {
		margin-top: 110px !important;
	}
	
	.mt-lg-120 {
		margin-top: 120px !important;
	}	
	
	.my-lg-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.my-lg-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-lg-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-lg-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-lg-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-lg-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.my-lg-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.my-lg-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.my-lg-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.my-lg-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}

	.my-lg-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.my-lg-110 {
		margin-top: 110px !important;
		margin-bottom: 120px !important;
	}

	.my-lg-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !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;
	}
	
	.py-lg-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}	
	
	.py-lg-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !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;
	}	

	.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;
	}
	
	.mt-xl-110 {
		margin-top: 110px !important;
	}
	
	.mt-xl-120 {
		margin-top: 120px !important;
	}
	
	.my-xl-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.my-xl-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-xl-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-xl-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-xl-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-xl-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.my-xl-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.my-xl-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.my-xl-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.my-xl-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}

	.my-xl-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.my-xl-110 {
		margin-top: 110px !important;
		margin-bottom: 120px !important;
	}

	.my-xl-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !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;
	}
	
	.py-xl-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}
	
	.py-xl-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !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;	
	}
}	

.img-10 {
	width: 10% !important;
}
.img-20 {
	width: 20% !important;
}	
.img-30 {
	width: 30% !important;
}
.img-40 {
	width: 40% !important;
}
.img-50 {
	width: 50% !important;
}
.img-60 {
	width: 60% !important;
}
.img-70 {
	width: 70% !important;
}
.img-80 {
	width: 80% !important;
}
.img-90 {
	width: 90% !important;
}
.img-100 {
	width: 100% !important;
}
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


@media (min-width: 576px) {
	.img-sm-10 {
		width: 10% !important;
	}
	.img-sm-20 {
		width: 20% !important;
	}		
	.img-sm-30 {
		width: 30% !important;
	}
	.img-sm-40 {
		width: 40% !important;
	}
	.img-sm-50 {
		width: 50% !important;
	}
	.img-sm-60 {
		width: 60% !important;
	}
	.img-sm-70 {
		width: 70% !important;
	}
	.img-sm-80 {
		width: 80% !important;
	}
	.img-sm-90 {
		width: 90% !important;
	}
	.img-sm-100 {
		width: 100% !important;
	}
	.img-sm-center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}	
}


@media (min-width: 768px) {
	.img-md-10 {
		width: 10% !important;
	}
	.img-md-20 {
		width: 20% !important;
	}	
	.img-md-30 {
		width: 30% !important;
	}
	.img-md-40 {
		width: 40% !important;
	}
	.img-md-50 {
		width: 50% !important;
	}
	.img-md-60 {
		width: 60% !important;
	}
	.img-md-70 {
		width: 70% !important;
	}
	.img-md-80 {
		width: 80% !important;
	}
	.img-md-90 {
		width: 90% !important;
	}
	.img-md-100 {
		width: 100% !important;
	}
	.img-md-center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}	
}


@media (min-width: 992px) {
	.img-lg-10 {
		width: 10%  !important;
	}
	.img-lg-20 {
		width: 20% !important;
	}	
	.img-lg-30 {
		width: 30% !important;
	}
	.img-lg-40 {
		width: 40% !important;
	}
	.img-lg-50 {
		width: 50% !important;
	}
	.img-lg-60 {
		width: 60% !important;
	}
	.img-lg-70 {
		width: 70% !important;
	}
	.img-lg-80 {
		width: 80% !important;
	}
	.img-lg-90 {
		width: 90% !important;
	}
	.img-lg-100 {
		width: 100% !important;
	}
	.img-lg-center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}	
}


@media (min-width: 1200px) {
	.img-xl-10 {
		width: 10% !important;
	}
	.img-xl-20 {
		width: 20% !important;
	}	
	.img-xl-30 {
		width: 30% !important;
	}
	.img-xl-40 {
		width: 40% !important;
	}
	.img-xl-50 {
		width: 50% !important;
	}
	.img-xl-60 {
		width: 60% !important;
	}
	.img-xl-70 {
		width: 70% !important;
	}
	.img-xl-80 {
		width: 80% !important;
	}
	.img-xl-90 {
		width: 90% !important;
	}
	.img-xl-100 {
		width: 100% !important;
	}
	.img-xl-center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}	
}

section .container {
	width: 98% !important;
	max-width: 1100px;
	margin: 0 auto;
}	


/*///////////////// ヘッダー ///////////////////*/
header {
	width: 100%;
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	z-index: 99 !important;
	height: 80px;
	padding-left: 2%;
}

header .c-name {
	width: 75%;
	height: 80px;
	padding-top: 16px;
	z-index: 4;
}

header .c-name a {
	display: block;
	font-size: 0.87em;
	line-height: 1.7em;
}

header .c-name a p {
	color: #fff;
}

header .c-name a strong {
	font-size: 1.2em;
	font-weight: 500;
	display: block;
}

header .c-name a:hover {
	opacity: 0.5;
}

header .c-name .logo img {
	width: 97%;
	height: auto;
}

header .c-name .logo .left {
	width: 25%;
}

header .c-name .logo .right {
	width: 75%;
}

header .language label{
    display: block;
    width: 42px;
	height: 42px;
    color: #fff;
	font-size: 17px;
	border: 1px solid #fff;
    padding: 7px;
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

header .language input:checked+label{
    background: #0071bc;
	border: 1px solid #0071bc;
    color: #FFF;
}

header .language input{
    display: none;
}

header .search {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}

header .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #222222;
    border-radius: 28px;
	background-color: #fff;
}

header .search-form input {
    width: 260px;
    height: 60px;
    padding: 6px 15px;
	padding-right: 0;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

header .search-form input::placeholder{
    color: #bababa;
}

header .search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

header .search-form button::after {
    width: 24px;
    height: 24px;
    background-image: url("../../../assets/images/common/mushimegane.svg");
    background-repeat: no-repeat;
    content: '';
}

.change-color {
	background-color: #555;
	transition-duration: 0.3s;
}

@media (min-width: 414px) {
	header .c-name {
		padding-top: 13px;
	}
}

@media (min-width: 480px) {
	header .c-name {
		padding-top: 10px;
	}

	header .c-name a {
		font-size: 0.95em;
	}
	
	header .c-name .logo img {
		width: 97%;
		height: auto;
	}

	header .c-name .logo .left {
		width: 85px;
	}

	header .c-name .logo .right {
		width: auto;
	}	
	
	header .search {
		width: 400px;
	}

	header .search-form input {
		width: 320px;
	}

	header .search-form button {
		width: 80px;
	}
}

@media (min-width: 768px) {
	header {
		height: 90px;
	}

	header .c-name {
		height: 90px;
	}
}

@media (min-width: 992px) {		
	header {
		padding-left: 0%;
		height: 100px !important;
	}
	
	header .accordion-block .accordion_one {
		width: auto;
	}
	
	header .accordion_header, header .nomal a {
		font-size: 0.92rem;
		line-height: 1em;
		display: block;
		text-align: center !important;
		padding: 7px 12px;
		color: #fff;
		background:
		linear-gradient(currentColor 0 0)
		bottom /var(--d, 0) 1px
		no-repeat;
		transition:0.3s;
	}

	header .accordion_header:hover, header .nomal a:hover {
		color: #9FD6FF !important;
		--d: 100%;
	}	

	header .c-name {
		width: 28% !important;
		height: auto;
		padding-top: 0;
	}

	header .c-name a {
		font-size: 0.75em !important;
	}

	header .c-name a strong {
		font-size: 1.25em;
	}

	header .c-name .logo .left {
		width: 23%;
	}

	header .c-name .logo .right {
		width: 77%;
	}

	header .gnav-pc {
		width: 72% !important;
	}
	
	header .gnav-pc .inner {
		width: 82%;
	}	
	
	header .language {
		width: 18%;
	}
	
	header .language label{
		width: 28px;
		height: 28px;
		font-size: 14px;
		margin: 0;
		padding: 0;
		margin-left: 8px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	header .search {
		position: absolute;
		top: 115px;
		right: 1.5%;
		width: 280px;
		z-index: -1;
	}

	header .search-form {
		border-radius: 22px;
	}

	header .search-form input {
		width: 220px;
		height: 45px;
		padding: 6px 15px;
	}

	header .search-form button {
		width: 60px;
		height: 45px;
	}

	header .search-form button::after {
		width: 20px;
		height: 20px;
	}
	
	header .h-wrap {
		width: 100%;
		height: 100px;
		max-width: 1700px;
		margin-left: auto;
		margin-right: auto;
		position: fixed;
	}

	header .accordion_inner {
		position: absolute;
		margin-top: 0;
		left: 0;
		padding: 55px 15px 25px 15px; 
		width: 100%;
		height: auto;
		background: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.00) 37px, rgba(255,255,255,1.00) 37px, rgba(255,255,255,1.00) 100%);

		/* 初めはメニューを隠す */
		opacity: 0;
		visibility: hidden;
		transition: 300ms;
	}
	/* jsでクラスを付けて表示 */
	header .active {
		opacity: 1;
		visibility: visible;
	}	
}

@media (min-width: 1200px) {
	header .accordion_header, header .nomal a {
		font-size: 0.95rem;
		padding: 7px 20px;
	}
	
	header .c-name {
		width: 28% !important;
	}

	header .c-name a {
		font-size: 0.85em !important;
	}	
	
	header .language label{
		width: 32px;
		height: 32px;
		font-size: 16px;
		margin-left: 12px;
	}

	header .accordion_inner {
		padding: 60px 15px 30px 15px;
		background: linear-gradient(180deg, rgba(255,255,255,0.00) 0%, rgba(255,255,255,0.00) 35px, rgba(255,255,255,1.00) 35px, rgba(255,255,255,1.00) 100%);		
	}
	
	header .accordion_inner .box_one {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1300px) {
	header .accordion_inner {
		padding: 65px 15px 35px 15px;
	}	
	
	header .c-name a {
		font-size: 0.9em !important;
	}		
}

@media (min-width: 1400px) {	
	header .accordion_header {
		padding: 7px 30px;
	}
}

/*////////////////// ヘッダーnav ///////////////////*/
@media (max-width: 991px) {
	header nav {
		display: block;
		position: fixed;
		top: 0px !important;
		left: -1200px;
		bottom: 0;
		width: 100% !important;
		background: #222;
		padding-top: 90px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 2;
	}
	.open nav {
		left: 0;
		opacity: 1;
	}
	header nav .inner {
		padding: 0 30px;
	}
}

@media (min-width: 768px) {
	header nav .inner {
		padding: 0 15%;
	}	
}
	
@media (min-width: 992px) {
	header nav .inner {
		padding: 0;
	}	
}


/*////////////////// toggle_btn ///////////////////*/
.toggle_btn {
	position: fixed;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	top: 15px;
	right: 15px;
	transition: all .5s;
	cursor: pointer;	
	z-index: 3;	
}

.toggle_btn span {
	display: block;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 2px;
	background-color: #fff;
	transition: all .5s;
}

.toggle_btn p {
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 10px;
	margin-top: -4px;
}

.toggle_btn span:nth-child(1) {
	bottom: 27px;
}
.toggle_btn span:nth-child(2) {
	bottom: 18px;
}
.toggle_btn span:nth-child(3) {
	bottom: 9px;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(9.0px) rotate(-315deg);
	transform: translateY(9.0px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-9.0px) rotate(315deg);
	transform: translateY(-9.0px) rotate(315deg);
}


@media (min-width: 768px) {
	.toggle_btn {
		width: 60px;
		height: 60px;
	}
	.toggle_btn span {
		left: 15px;
		width: 30px;
	}
	.toggle_btn span:nth-child(1) {
		bottom: 30px;
	}
	.toggle_btn span:nth-child(2) {
		bottom: 21px;
	}
	.toggle_btn span:nth-child(3) {
		bottom: 12px;
	}
	.toggle_btn p {
		font-size: 12px;
		margin-top: -2px;
	}	
}

/*////////////////// #mask ////////////////////*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	opacity: 1;
	z-index: 1;
	cursor: pointer;
}


/*//////////////////  フッター ////////////////////*/
footer {
	width: 100%;
	font-size: 0.9rem !important;
	line-height: 1.6em;
	color: #fff;
	background-color: #46494f;
	padding: 45px 0 65px;
}

footer .logo {
	display: block;
	font-size: 14px;
	line-height: 1.9em;
	width: 100%;
}

footer .logo p {
	color: #fff;
}

footer .logo strong {
	font-size: 1.3em;
	font-weight: 500;
	display: block;
}

footer .logo:hover {
	opacity: 0.7;
}

footer .logo img {
	width: 97%;
	height: auto;
}

footer .logo .left {
	width: 70px;
}

footer .logo .right {
	width: 250px;
}

footer .telnum {
	font-size: 1.15em;
}

footer .telnum a {
	color: #fff;
}

footer .wrap1 {
	width: 18em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
}

footer .wrap1 a, footer .wrap2 a {
	color: #fff;
}

footer .wrap1 a {
	font-size: 1.1em;
	line-height: 2.4em;
}

footer .hr1 {
	padding: 0 !important;
	margin: 25px 0 !important;	
}

footer .sns {
	width: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

footer .copy {
	font-size: 0.75em;
}

@media (min-width: 480px) {
	footer .logo {
		font-size: 15px;
	}
	
	footer .logo .left {
		width: 90px;
	}

	footer .logo .right {
		width: 275px;
	}
}	

@media (min-width: 576px) {
	footer {
		background-color: #46494f;
		padding: 50px 0 65px;
	}

	footer .logo {
		font-size: 16px;
	}
	
	footer .logo img {
		width: 95%;
	}	

	footer .logo .left {
		width: 100px;
	}

	footer .logo .right {
		width: 295px;
	}

	footer .telnum {
		font-size: 1.2em;
	}

	footer .wrap1 {
		width: 100%;;
		text-align: center;
	}

	footer .hr1 {
		margin: 30px 0 !important;

	}
	
	footer .sns {
		width: 45px;
		margin-left: 12px;
		margin-right: 12px;
	}	

	footer .copy {
		font-size: 0.8em;
	}
}

@media (min-width: 992px) {
	footer {
		padding: 70px 25px 20px;
	}
	
	footer .container {
		max-width: 1100px;
	}

	footer .logo {
		font-size: 12px;
	}

	footer .logo .left {
		width: 65px;
	}

	footer .logo .right {
		width: 230px;
	}

	footer .telnum {
		font-size: 1.15em;
		line-height: 1.7em;
	}

	footer .wrap1 {
		text-align: start;
	}

	footer .wrap1 a {
		font-size: 1.0em;
		line-height: 1.7em;
	}

	footer .sns {
		width: 35px;
		margin-left: 0;
		margin-right: 20px;
	}

	footer .copy {
		font-size: 0.8em;
	}
	
	footer .navi-wrap p {
		font-family: 'Cormorant Garamond', serif;
		color: #ccc;
		font-size: 1rem;
	}

	footer .navi-wrap h3 a {
		font-size: 0.95rem;
		font-weight: 500;
		color: #fff;
		padding-bottom: 5px;
		margin-bottom: 12px;
		border-bottom: 1px solid #fff;
	}

	footer .navi-wrap a {
		color: #fff;
		font-size: 0.9em;
		font-weight: 400;
		line-height: 2.0em;
		display: block;
	}
	
	footer .sns-wrap {
		position: absolute;
		right: 5%;
		bottom: 10%;
	}
}

@media (min-width: 1200px) {
	footer {
		padding-top: 85px;
	}

	footer .logo {
		font-size: 14px;
	}

	footer .logo .left {
		width: 70px;
	}

	footer .logo .right {
		width: 250px;
	}
	
	footer .sns-wrap {
		bottom: 15%;
	}	
}

/*//////////////////  ページTOPに戻るボタン /////////////////*/
#pageTop {
	position: fixed;
	bottom: 55px;
	right: 0;
	z-index: 999;
}

#pageTop a {
	display: block;
	width: 45px;
	height: 45px;
}

#pageTop a img:hover {
	opacity: 0.6;
}

#pageTop a img {
	width: 100%;
	display: block;
	margin: 0 auto;
	opacity: 1 !important;
}

@media (min-width: 480px) {
	#pageTop {
		bottom: 60px;
	}
}

@media (min-width: 576px) {
	#pageTop a {
		display: block;
		width: 50px;
		height: 50px;
	}
}

@media (min-width: 992px) {
	#pageTop {
		bottom: 0;
	}
}


/*//////////////////  お問い合わせ（バナー） /////////////////*/
.fixed_btn {
	background-color: #fff;
	width: 100% !important;
	height: 55px;
	padding: 0;
	margin: 0;
	position: fixed;
	bottom: 0px; 
	right: 0px;
	transition-duration: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.form_link {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url("../../images/common/contact_sp.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 200%;
}

.form_link:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

@media (min-width: 414px) {
	.form_link {
		background-size: 180%;
	}
}

@media (min-width: 480px) {
	.fixed_btn {
		height: 60px;
	}	
	.form_link {
		background-size: 180%;
	}
}

@media (min-width: 576px) {
	.form_link {
		background-size: 160%;
	}
}

@media (min-width: 768px) {
	.form_link {
		background-size: 120%;
	}
}

@media (min-width: 992px) {
	.fixed_btn {
		width: 80px !important;
		height: 220px;
		bottom: auto; 
		right: 0px;
		top: 250px;
	}

	.form_link {
		background-image: url("../../images/common/contact_pc.svg");
		background-position: center;
		background-size: 120%;
	}
}	


/*//////////////////  パンくず ///////////////////*/
.pan {
	font-size: 0.75rem;
	line-height: 1.5em;
	color: #3f3f3f;
}

.pan a {
	color: #3f3f3f !important;
}

.pankuzu {
	max-width: 1140px;
}


/*////////////////// テキスト設定 ////////////////////*/
.text-black {
	color: #222222 !important;
}

.text-blue {
	color: #0071bc !important;
}

.text-red {
	color: #EA0003 !important;
}

.text-bold {
	font-weight: 600 !important;
}

.indent {
	display: inline-block;
	margin-left: -0.5em;
	margin-right: -0.5em;
}


/*////////////////// 背景設定 ////////////////////*/
.bg-glay1 {
	background-color: #f0f1f3;
}

.bg-glay2 {
	background-color: #f3f3f3;
}

.bg-glay3 {
	background-color: #f4f4f4;
}

.bg-light-blue {
	background-color: #eff3f8;
}

.bg-light-blue2 {
	background-color: #f1f4f7;
}




/*////////////////// ボタン共通 ///////////////////*/
section .btn1 {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

section .btn1 a {
	background-color: #0071bc;
	color: #fff;
	font-weight: 500;
	display: block;
	width: 100%;
	padding: 20px 0px;
	text-indent: 1.5em;
	text-align: center;
	border-radius: 32px;
	font-size: 1.15em;
}

section .btn1 a:hover {
	background-color: #82c6f9;
	color: #fff !important;
}


/*//////////////////  注意書き ///////////////////*/
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;
	}
}


/*//////////////////  ヘッダーGメニューのアコーディオン ///////////////////*/
@media (max-width: 991px) {
	.accordion-block .accordion_one, .nomal {
		width: 100%;
		margin: 0 auto;
	}
	.accordion-block .accordion_one .accordion_header {
		color: #fff;
		padding: 8px 15px 8px 6px;
		border-bottom: 1px solid #fff;
		font-size: 1.15rem;
		width: 100%;
		display: block;
	}
	
	.nomal a {
		color: #fff;
		padding: 15px 15px 15px 6px;
		border-bottom: 1px solid #fff;
		font-size: 1.15rem;
		width: 100%;
		display: block;	
	}

	.accordion-block .accordion_one .accordion_header .i_box {
		display: inline-block;
		padding-bottom: 15px;
	}	
	.accordion-block .accordion_one .accordion_header .i_box .one_i {
		position: relative;
		display: inline-block;
	}
	.accordion-block .accordion_one .accordion_header .i_box .one_i:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-bottom: solid 2px #fff;
		border-right: solid 2px #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.accordion-block .accordion_one .accordion_inner {
		display: none;
		box-sizing: border-box;
		background-color: #e4f1f4;
	}
	
	.accordion-block .accordion_one .accordion_inner .txt_a_ac a {
		padding: 12px 15px 12px 6px;
		margin: 0 20px;
		color: #222;
		border-bottom: 1px solid #222;
		font-size: 1.0rem;
	}
	
	.accordion-block .txt_a_ac a .i_box .one_i, .accordion-block .txt_a_ac2 a .i_box .one_i, .accordion-block .txt_a_ac3 a .i_box .one_i {
		position: relative;
		display: inline-block;
		padding-bottom: 10px;
	}
	.accordion-block .txt_a_ac a .i_box .one_i:before, .accordion-block .txt_a_ac2 a .i_box .one_i:before, .accordion-block .txt_a_ac3 a .i_box .one_i:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: solid 2px #222;
		border-right: solid 2px #222;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	
	.accordion-block .txt_a_ac a:hover .i_box .one_i:before, .accordion-block .txt_a_ac2 a:hover .i_box .one_i:before, .accordion-block .txt_a_ac3 a:hover .i_box .one_i:before {
		border-top: solid 2px #4490E0;
		border-right: solid 2px #4490E0;
		transition-duration: 0.3s;
	}
	
	.accordion-block .accordion_one .accordion_inner .bg-white {
		background-color: rgba(255,255,255,0.60) !important;
		padding-bottom: 15px;
	}
	
	.accordion-block .accordion_one .accordion_inner .bg-white p {
		font-weight: 600;
		padding: 12px 15px 0px 6px;
		margin: 0 20px;
		color: #222;		
	}	
	
	.accordion-block .accordion_one .accordion_inner .txt_a_ac2 a {
		padding: 6px 0px 6px 6px;
		margin: 0 20px;
		color: #222;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 1.0rem;
	}
	
	.accordion-block .accordion_one .accordion_inner .txt_a_ac3 a {
		margin: 0 20px;
		color: #222;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 0.5em;
		padding-right: 1.1em;
		font-size: 1.0rem;
	}	
	
	.accordion-block .accordion_one .accordion_inner .bg-white hr {	
		margin: 15px 20px !important;
		padding: 0 !important;
		border: 0;
		border-bottom: 1px dashed #222;
		display: block;
		height: 1px !important;
	}
}

@media (min-width: 992px) {
	.accordion-block .accordion_one .accordion_header {
		color: #fff;
		width: 100%;
		display: block;
	}

	.accordion-block .accordion_one .accordion_header .i_box {
		display: inline-block;
		padding-bottom: 15px;
	}	
	.accordion-block .accordion_one .accordion_header .i_box .one_i {
		position: relative;
		display: inline-block;
	}
	.accordion-block .accordion_one .accordion_header .i_box .one_i:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-bottom: solid 2px #222;
		border-right: solid 2px #222;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	
	.accordion-block .accordion_one .accordion_inner .txt_a_ac a {
		padding: 0 15px 8px 5px;
		color: #222;
		border-bottom: 1px solid #222;
		font-size: 0.9rem;
		font-weight: 600;
	}
	
	.accordion-block .txt_a_ac a .i_box .one_i, .accordion-block .txt_a_ac2 a .i_box .one_i, .accordion-block .txt_a_ac3 a .i_box .one_i {
		position: relative;
		display: inline-block;
		padding-bottom: 10px;
	}
	.accordion-block .txt_a_ac a .i_box .one_i:before, .accordion-block .txt_a_ac2 a .i_box .one_i:before, .accordion-block .txt_a_ac3 a .i_box .one_i:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: solid 2px #222;
		border-right: solid 2px #222;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	
	.accordion-block .txt_a_ac a:hover .i_box .one_i:before, .accordion-block .txt_a_ac2 a:hover .i_box .one_i:before, .accordion-block .txt_a_ac3 a:hover .i_box .one_i:before {
		border-top: solid 2px #4490E0;
		border-right: solid 2px #4490E0;
		transition-duration: 0.3s;
	}
	
	.accordion-block .accordion_one .accordion_inner .bg-white {
		background-color: rgba(255,255,255,0.60) !important;
	}
	
	.accordion-block .accordion_one .accordion_inner .bg-white p {
		font-weight: 600;
		padding: 10px 15px 0 5px;
		margin: 0;
		color: #222;
		font-size: 0.85em;
	}	
	
	.accordion-block .accordion_one .accordion_inner .txt_a_ac2 a, .accordion-block .accordion_one .accordion_inner .txt_a_ac3 a {
		padding: 7px 0;
		padding-right: 1em;
		margin: 0;
		color: #222;
		padding-left: 0.4em;
		font-size: 0.9em;
		line-height: 1.5em;
	}
	
	.accordion-block .accordion_one .accordion_inner .bg-white hr {	
		margin: 5px 0px !important;
		padding: 0 !important;
		border: 0;
		border-bottom: 0 !important;
		display: block;
		height: 1px !important;
	}
	
	.border-bottom-lg-1 {
		border-bottom: 1px solid #222 !important;
	}
	
	.txt_a_ac-wrap1, .txt_a_ac-wrap2, .txt_a_ac-wrap3, .txt_a_ac-wrap4, .txt_a_ac-wrap5, .txt_a_ac-wrap6 {
		width: 20%;
		margin: 15px 2.5%;
	}

}

@media (min-width: 1200px) {
	.accordion-block .accordion_one .accordion_inner .txt_a_ac a {
		font-size: 1rem;
	}
}


/*//////////////////  お問い合わせ（ページ下段） ///////////////////*/
section.infomation {
	background-image: url("../../images/common/bg_info_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

section .en, section .en-bla {
	color: #fff;
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.5em !important;	
}

section .en-bla {
	color: #222;
}

section.infomation .wrap {
	background-color: #fff;
	padding: 40px 30px;
}

section.infomation h1 {
	color: #fff;
	text-align: center;
}

section.infomation h2 {
	color: #0071bc;
	text-align: center;
	font-size: 1.3em;
}

section.infomation .border {
	border: 0;
	border-bottom: 1px solid #999;
}

section.infomation .telnum {
	display: block;
	font-size: 2.4em;
	font-weight: 600;
	text-align: center;
}

section.infomation .telnum img {
	width: 0.65em;
	vertical-align: -0.08em;
}

@media (min-width: 576px) {
	section .en, section .en-bla {
		font-size: 1.7em;	
	}

	section.infomation .wrap {
		background-color: #fff;
		padding: 25px 20px 0 20px;
		height: 200px;
	}

	section.infomation h1 {
		color: #fff;
		text-align: center;
	}

	section.infomation h2 {
		font-size: 1.2em;
		line-height: 1.5em;
	}

	section.infomation .border {
		border: 0;
		border-bottom: 0;
		border-right: 1px solid #999 !important;
	}
	
	section.infomation .btn1 {
		width: 220px;
	}
	
	section.infomation .btn1 a {
		font-size: 0.95rem;
		border-radius: 30px;
	}	

	section.infomation .telnum {
		font-size: 1.9em;
	}

	section.infomation .telnum img {
		width: 0.65em;
		vertical-align: -0.07em;
		margin-right: 2px;
	}
}

@media (min-width: 768px) {
	section .en, section .en-bla {
		font-size: 1.45em !important;	
	}
	
	section.infomation .wrap {
		background-color: #fff;
		padding: 38px 20px 0 20px;
	}
	
	section.infomation .btn1 {
		width: 270px;
	}
	
	section.infomation .btn1 a {
		font-size: 1rem;
		border-radius: 34px;
	}	

	section.infomation .telnum {
		font-size: 2.2em;
	}
}

@media (min-width: 992px) {
	section.infomation .container {
		max-width: 900px;
	}
	
	section.infomation .wrap {
		padding: 45px 20px 0 20px;
		height: 215px;
	}
	
	section.infomation .btn1 {
		width: 320px;
	}
	
	section.infomation .btn1 a {
		font-size: 1.1rem;
	}	

	section.infomation .telnum {
		font-size: 2.4em;
	}
}


/*//////////////////  お問い合わせ（超音波技術質問） ///////////////////*/
.question .banner {
	width: 85%;
	margin-left: auto;
	margin-right: auto;	
}

@media (min-width: 576px) {
	.question .banner {
		width: 400px;
	}
}

@media (min-width: 768px) {
	.question .banner {
		width: 500px;
	}
}

@media (min-width: 992px) {
	.question .banner {
		width: 600px;
	}
}


/*////////////////// MV（下層） ////////////////////*/
.mv2 .wrap {
	background-image: url("../../images/common/mv2_sp.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left top;
	padding-top: 110px;
	padding-left: 8%;
	height: 350px;
}

.mv2 .mv-title p {
	font-family: 'Cormorant Garamond', serif;
	color: #fff;
	font-size: 1.3em;
	letter-spacing: 0.02rem;
}

.mv2 .mv-title h1 {
	color: #fff;
	font-size: 2.2em;
	letter-spacing: 0.1rem;
}

.mv2 .mv-img {
	width: 92%;
	margin-left: auto;
	margin-right: 0;
	margin-top: -145px;
}

.pankuzu.container {
	width: 92% !important;
	margin-left: auto;
	margin-right: 0;
	padding-left: 0;
}

@media (min-width: 414px) {
	.mv2 .mv-img {
		margin-top: -140px;
	}	
}

@media (min-width: 576px) {
	.mv2 .wrap {
		background-position: left bottom;
		padding-top: 120px;
		height: 400px;
	}

	.mv2 .mv-title p {
		font-size: 1.4em;
	}

	.mv2 .mv-title h1 {
		font-size: 2.4em;
	}

	.mv2 .mv-img {
		margin-top: -175px;
	}	
}

@media (min-width: 640px) {
	.mv2 .wrap {
		padding-top: 130px;
		height: 420px;
	}

	.mv2 .mv-title h1 {
		font-size: 2.6em;
	}

	.mv2 .mv-img {
		margin-top: -180px;
	}	
}

@media (min-width: 768px) {
	.mv2 .wrap {
		background-image: url("../../images/common/mv2_pc.jpg");
		background-size: cover;
		padding-top: 130px;
		height: 380px;
	}

	.mv2 .mv-title h1 {
		font-size: 2.3em;
	}

	.mv2 .mv-img {
		margin-top: -140px;
	}
}

@media (min-width: 992px) {
	.mv2 .wrap {
		padding-top: 150px;
		height: 440px;
	}

	.mv2 .mv-title h1 {
		font-size: 2.6em;
	}

	.mv2 .mv-img {
		margin-top: -160px;
	}
}

@media (min-width: 1200px) {
	.mv2 .wrap {
		padding-top: 170px;
		padding-left: 10%;
		height: 480px;
	}

	.mv2 .mv-title h1 {
		font-size: 2.7em !important;
	}

	.mv2 .mv-img {
		width: 90%;
		margin-top: -165px;
	}
	
	.pankuzu.container {
		width: 90% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 1400px) {
	.mv2 .wrap {
		padding-top: 200px;
		padding-left: 13%;
		height: 550px;
	}

	.mv2 .mv-title h1 {
		font-size: 2.8em !important;
	}

	.mv2 .mv-img {
		width: 87%;
		margin-top: -200px;
	}
	
	.pankuzu.container {
		width: 87% !important;
	}	
}


/*////////////////// 文字サイズ ////////////////////*/
.f-1_1 {
	font-size: 1.1em;
	line-height: 1.7em;
}

.f-1_2 {
	font-size: 1.2em;
	line-height: 1.7em;
}

.f-1_3 {
	font-size: 1.3em;
	line-height: 1.7em;
}

.f-1_4 {
	font-size: 1.4em;
	line-height: 1.7em;
}

.f-1_5 {
	font-size: 1.5em;
	line-height: 1.7em;
}



/*////////////////// アンカーリンクのズレを修正 ////////////////////*/
section[id] {
  scroll-margin-top: 80px;
}

@media (min-width: 768px) {
	section[id] {
	  scroll-margin-top: 90px;
	}	
}

@media (min-width: 992px) {
	section[id] {
	  scroll-margin-top: 100px;
	}
}
	






