@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=Noto+Serif+JP:wght@400;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');


html {
	font-size: 4.3vw;
}

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

@media (min-width:576px) {
	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;
	letter-spacing: 0.05rem;
	color: #222222;
}

body a {
	text-decoration: none;
}

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

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

.link a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

@media (max-width: 1199px) {
	header, footer {
		overflow: hidden;
	}
}


/*///////// バナー //////////*/
footer .balloon {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5rem;	
	padding: 7px 10px;
	max-width: 100%;
	background: #f2f2f2;
	border: solid 2px #0071bb;
}
footer footer .balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -13px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
footer .balloon:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -15px;
	border: 14px solid transparent;
	border-top: 14px solid #0071bb;
	z-index: 1;
}
footer .balloon p {
	margin: 0;
	padding: 0.5rem;
	line-height: 1.6em;
}
footer .banner {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
footer .banner .cap {
	color: white;
	font-size: 0.85rem;
	line-height: 1.6em;
	text-align: center;
}
footer .banner .cap span {
	font-size: 1.1rem;
}
footer .balloon-left,
footer .balloon {
	color: #0071bb;
}
footer .img01 {
	width: 30%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 576px) {
	footer .img01 {
		width: 130px;
	}
}

@media (min-width: 768px) {
	footer .balloon-left {
		position: relative;
		display: inline-block;
		margin: 1.5em 0 1.5em 15px;
		padding: 7px 10px;
		margin-right: 6%;
		max-width: 100%;
		background: #f2f2f2;
		border: solid 2px #0071bb;
	}
	footer .balloon-left:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -24px;
		margin-top: -12px;
		border: 12px solid transparent;
		border-right: 12px solid #FFF;
		z-index: 2;
	}
	footer .balloon-left:after {
		content: "";
		position: absolute;
		top: 50%;
		left: -29px;
		margin-top: -14px;
		border: 14px solid transparent;
		border-right: 14px solid #0071bb;
		z-index: 1;
	}
	footer .balloon-left p {
		padding: 1.25rem;
		margin-bottom: 0;
	}
	footer .img01 {
		width: 120px;
	}
	footer .banner .cap {
		font-size: 0.8rem;
		color: white;
	}
	footer .banner .cap span {
		font-size: 1.0rem;
	}	
}


@media (min-width: 1200px) {
	footer {
		overflow: hidden;
	}
}

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

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

main p {
	text-align: justify;
	color: #3f3f3f;
}

main section {
	margin-bottom: 40px;
}



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

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

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

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

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

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

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

@media (max-width: 575px) {
	.container {
		width: 94%;
		margin: 0 auto;
	}
}

/*///////////////// ヘッダー ///////////////////*/
header {
	width: 100%;
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	z-index: 9999 !important;
	height: 50px;
	background-color: #fff;
}

header .c-name {
	width: auto;
	height: 50px;
	padding: 0 0 0 2%;
	display: flex;
	align-items: center;
}

header .c-name a {
	display: inline-block;
	padding-top: 0.2em;
}

header .c-name a img {
	width: auto;
	height: 46px;
}

header .c-name a h1 {
	color: #0071bc;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.0em;
	letter-spacing: 0;
	
}
header .c-name a h1 span {
  line-height: 1;
}
header .c-name a h1 span:first-child {
	font-size: 10px;
}
header .c-name a h1 span:nth-child(2) {
	font-size: 18px;
}
header .c-name a h1 span:nth-child(3) {
	font-size: 28px;
	line-height: .8;
}

header .c-name a h1 span {
	font-size: 1.4em;
}

header .tel {
	position: relative;
	background-color: #0071bc;
	width: 50px;
	height: 50px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 50px;
	z-index: 3;
}
header .tel img {
	width: 26px;
	display: block;
	margin: 0.1rem auto;
}
header .tel p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	width: 100%;
	display: block;
    position: absolute;
    left: 0%;
    top: 82%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

header .toggle_btn {
	position: relative;
	background-color: #e6e6e6;
	width: 50px;
	height: 50px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 3;	
}

header .toggle_btn p {
	color: #222;
	text-align: center;
	font-size: 12px;
	width: 100%;
	display: block;
    position: absolute;
    left: 0%;
    top: 82%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (min-width: 576px) {
	header .c-name h1 {
		font-size: 1.2rem !important;
	}	
}

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

	header .c-name {
		padding: 0 0 0 2%;
		width: auto;
		height: 70px;
	}

	header .c-name h1 {
		font-size: 1.3rem !important;
		letter-spacing: 0.05;
	}

	header .toggle_btn {
		width: 70px;
		height: 70px;			
	}	
	
	header .toggle_btn p {
		font-size: 0.75rem;
	}
}

@media (min-width: 1200px) {
	header {
		height: 80px;
	}
	
	header .d-flex {
		width: 100%;
		max-width: 1200px;
	}

	header .c-name {
		width: 20%;
		padding-left: 0;
	}
	
	header .c-name a img {
		height: 54px;
	}		

	header .c-name h1 {
		font-size: 0.9rem !important;
		line-height: 1.5em !important;
		padding-top: 0.2rem;
	}
	
	header .c-name h1 span {
		display: block;
	}
	
	header .gnav-pc {
		width: 60%;
		padding: 0 1%;
	}

	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-size: 0.85rem !important;
		text-align: center !important;
		color: #222;
		padding: 0 0.5rem 0;
	}

	header .gnav-pc ul li a:hover {
		background-color: #A9DAFA !important;
		color: #fff !important;
	}
	
	header .tel-pc {
		width: 20%;
		padding-left: 1.0%;
		text-align: right;
	}
	header .tel-pc a {
		font-family: 'Reem Kufi', sans-serif;
		color: #222;
		font-size: 1.4rem;
		background-image: url("../../../assets/images/common/tel-black.svg");
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 1.25rem;
	}
}


/*////////////////// ヘッダーnav ///////////////////*/
@media (max-width: 1199px) {
	header nav {
		display: block;
		position: fixed;
		top: 0;
		left: -1200px;
		bottom: 0;
		width: 300px !important;
		background: rgba(36,36,36,0.80);
		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 .title {
		font-family: 'Noto Serif JP', serif;
		font-weight: 700;
		font-style: normal;
		color: #fff;
		font-size: 1.3rem;
		padding: 1.5rem 1rem 0;
		margin-bottom: 0;
	}
	header nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	header nav .inner ul li {
		margin: 0;
		border-bottom: 1px solid #fff;
	}

	header nav .inner ul li a {
		font-weight: 400;
		font-style: normal;
		display: block;
		color: #fff;
		font-size: 1.0rem;
		padding: 0.8rem !important;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}

	header nav .inner ul li a:hover {
		background: #A9DAFA;
		color: #fff !important;
		transition-duration: 0.3s;
	}
	
/*//////////// アコーディオンメニュー追加（max-width:1199px） /////////////*/	
	header nav .inner .dropdwn_menu {
		width: 100%;
		display: none;
		padding: 0;
		background-color: #fff;
	}

	header nav .inner .dropdwn_menu li{
		width: 100%;
		border-bottom: 1px solid #222;
	}

	header nav .inner .dropdwn_menu li a{
		display: block;
		color: #222;
		font-size: 0.9em;
	}
}

@media screen and (max-width: 767px) {
	header nav {
		left: -767px;
		width: 220px;
	}

	header nav .inner ul li a {
		padding: 1rem;
	}
}

/*//////////// ドロップダウンメニュー追加（min-width:1200px） /////////////*/	
@media screen and (min-width: 1200px) {
	header nav .gnav {
		margin: 0;
		padding: 0;
	}
		
	header nav .gnav li {
		width: auto; 
		display: inline-block;
		list-style-type: none;
		position: relative;
	}
	
	header nav .gnav li a {
		color: #222;
		line-height: 56px;
		text-align: center;
		text-decoration: none;
		display: block;
	}
	
	header nav .gnav li a:hover {
		background-color: #9CD4F9 !important;
		color: #fff !important;
	}	

	header nav .gnav li ul {
		margin: 0;
		padding: 0;
		display: none;
		position: absolute;
	}
	
	header nav .gnav li ul li {
		width: 200px;
		background-color: #fff;
		border: 1px solid #D5EDFC;
		border-bottom: none;
	}
	
	header nav .gnav li ul li:last-child {
		border-bottom: 1px solid #D5EDFC;
	}	

	header nav .gnav li ul li a {
		line-height: 50px;
	}
	
	header nav .gnav .line-height {
		line-height: 1.6em !important;
		height: 50px;
	}
	
	header nav .inner .dropdwn_menu li a {
		background-color: #9CD4F9;
		color: #fff;
	}
	
	header nav .inner .dropdwn_menu li a:hover {
		background-color: #CCE9FC !important;
	}	
	
	.line-height-dmenu {
		line-height: 1.6em !important;
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
	}
}

/*////////////////// toggle_btn ///////////////////*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #222;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 9px;
}
.toggle_btn span:nth-child(2) {
	top: 18px;
}
.toggle_btn span:nth-child(3) {
	bottom: 20px;
}
.open .toggle_btn span {
	background-color: #222;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}

@media (min-width: 768px) {
	.toggle_btn {
		width: 70px;
		height: 70px;
	}
	.toggle_btn span {
		left: 13px;
		width: 44px;
	}
	.toggle_btn span:nth-child(1) {
		top: 14px;
	}
	.toggle_btn span:nth-child(2) {
		top: 28px;
	}
	.toggle_btn span:nth-child(3) {
		top: 42px;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(14px) rotate(-315deg);
		transform: translateY(14px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-14px) rotate(315deg);
		transform: translateY(-14px) 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, .mv2 {
	position: relative;
}

.mv .title2 {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	display: block;
	letter-spacing: 0.1rem;
}

.mv .title2 h1 {
	color: #fff;
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 0.25rem;
}

.mv .title2 h2 {
	font-size: 1rem;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}

.mv2 {
	background: linear-gradient(90deg, #fff 0%, #fff 20%, #e0edf5 20%, #e0edf5 100%);
	width: 100%;
	height: 100px;
}

.mv2 .title4 {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 90%;
	display: block;
	letter-spacing: 0.1rem;
}

.mv2 .title4 h1 {
	color: #222;
	font-size: 1.8rem;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-align: left;
	margin-bottom: 0.25rem;
}

.mv2 .title4 h2 {
	font-size: 1rem;
	margin-bottom: 0;
	text-align: left;
	color: #222;
}



@media (min-width: 576px) {
	.mv .title2 h1 {
		font-size: 2.2rem;	
	}
}

@media (min-width: 768px) {
	.mv .mv-img {
		width: 85%;
		display: block;
		margin-right: 0;
		margin-left: auto;
	}
	
	.mv .title2 {
		background-color: rgba(0,113,186,0.70);
		width: auto;
		left: 2.5%;
		padding: 1rem 2rem;
	}
	
	.mv .title2 h1 {
		font-size: 1.7rem;
		text-align: left;
	}
	
	.mv .title2 h2 {
		text-align: left;
	}
	
	.mv2 .title4 h1 {
		font-size: 2rem;
		display: inline-block;
		margin-right: 15px;
	}
	
	.mv2 .title4 h2 {
		display: inline-block;
	}	
}

@media (min-width: 992px) {
	.mv .title2 {
		padding: 1rem 2.5rem;
	}
	
	.mv .title2 h1 {
		font-size: 2.0rem;
	}
	
	.mv2 {
		height: 120px;
	}
	
	.mv2 .title4 h1 {
		font-size: 2.2rem;
	}	
}

@media (min-width: 1200px) {
	.mv .title2 {
		left: 6%;
		padding: 1.2rem 3rem;
	}
	
	.mv .title2 h1 {
		font-size: 2.2rem;
	}
	
	.mv .title2 h2 {
		font-size: 1rem;
	}
	
	.mv2 .title4 {
		left: 8%;
	}
}

@media (min-width: 1400px) {
	.mv .title2 {
		left: 6%;
		padding: 1.4rem 3.5rem;
	}
	
	.mv .title2 h1 {
		font-size: 2.4rem;
	}
	
	.mv .title2 h2 {
		font-size: 1.1rem;
	}
	
	.mv2 {
		height: 140px;
	}
	
	.mv2 .title4 {
		left: 12%;
		width: 88%;
	}
	
	.mv2 .title4 h1 {
		font-size: 2.4rem;
	}
	
	.mv2 .title4 h2 {
		font-size: 1.1rem;
	}	
}


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


/*//////////////////  フッター ////////////////////*/
footer {
	text-align: center;
	font-size: 0.87rem !important;
	line-height: 1.8em;
	background-color: #5b5b5b;
	color: #FFF;
	padding: 1.6rem 0 0.4rem;
}

footer .title hr {
	opacity: 1;
	width: 40px;
	display: block;
	margin: 1rem auto;
	border-bottom: 3px solid #fff;
}

footer .footer-btn .btn {
	color: #fff;
	font-size: 0.87rem !important;
	display: flex;
	align-items: center;
	justify-content: center; 
	flex-wrap: wrap;	
}

footer .footer-btn a {
	width: 100%;
	border:1px solid #fff;
	border-radius: 0;
	padding: 1rem 0.6rem;
	background-color: #5b5b5b;
}

footer .footer-btn a:hover {
	color: #fff !important;
	background-color: #A9DAFA;
	transition-duration: 0.3s;
}

footer .footer-btn .btn img {
	width: 1.7rem;
	display: inline-block;
	margin-right: 0.5rem;
	vertical-align: -0.15rem;
}

footer .footer-btn .form span {
	font-size: 1.2em;
}

footer .footer-btn .telnum span {
	font-family: 'Reem Kufi', sans-serif;
	font-size: 1.8em;
}

footer .footer-btn .telnum img {
	width: 1.6em;
	margin-right: 0.1rem;
	vertical-align: -0.15rem;
}

footer h2 {
	font-size: 1.6em;
}

footer h2 span {
	font-size: 12px;
}

footer .gnav a {
	display: inline-block;
	padding: 0.3rem 0.8rem;
	font-size: 0.8rem;
	color: #FFF;
}

footer .gnav a:hover {
	color: #FFF !important;
	background-color: #A9DAFA;
}

footer .copy {
	color: #fff;
	font-size: 0.6rem;
	line-height: 1em;
	text-align: center;
}
footer .footer-message {
	font-size: 17px;
	line-height: 1.8;
	color: #e4d183;
}
footer .footer-message .slash {
	font-size: 40px;
}




@media (min-width: 576px) {
	footer {
		padding: 2rem 0 0.5rem;
	}
	
	footer .title img {
		width: 160px !important;
	}
	
	footer .title hr {
		width: 50px;
	}
	
	footer h2 {
		font-size: 1.7em;
	}	
}


@media (min-width: 768px) {
	footer {
		margin-bottom: 0;
	}
	
	footer .container {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	
	footer .footer-btn .btn {
		height: 4.5em;
	}
	
	footer .footer-btn .telnum span {
		font-size: 1.7em;
	}

	footer .footer-btn .telnum img {
		width: 1.4em;
	}
	
	footer h2 {
		font-size: 1.45em;
	}

	footer .gnav a {
		font-size: 0.9rem;
		line-height: 1.5em;
	}
	
	footer .gnav a:hover {
		color: #A9DAFA !important;
		background-color: rgba(195,231,255,0.00) !important;
	}
	footer .footer-message {
		line-height: 2;
	}
}


@media (min-width: 992px) {
	footer {
		padding: 2.4rem 0 0.8rem;
	}
	
	footer .title img {
		width: 180px !important;
	}
	
	footer .footer-btn {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
	footer h2 {
		font-size: 1.6em;
	}
	
	footer .gnav a {
		font-size: 0.8rem;
	}	
}

@media (min-width: 1024px) {
	footer {
		margin-bottom: 0;
	}
}	

/*//////////////////  ボタン ////////////////////*/
.btn1 {
	display: block;
	margin: 0 auto;
	width: 280px;
}
.btn1 a {
	color: #222;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0.8rem 0.6rem;
	border: 1px solid #222;
}

.btn1 a:hover {
	color: #fff !important;
	background-color: #A9DAFA;
	text-decoration: none;
	transition-duration: 0.3s;
	border: 1px solid #A9DAFA;
}

@media (min-width: 768px) {
	.btn1 {
		width: 280px;
	}
}

@media (min-width: 992px) {
	.btn1 {
		width: 280px;
	}

	.btn1 a {
		padding: 1rem 0.6rem;
	}
}


/*//////////////////  ページTOPに戻るボタン /////////////////*/
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 5px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a:hover {
	opacity: 0.7;
}
#pageTop a img {
	width: 100%;
	display: block;
	margin: 0 auto;
}


@media (min-width: 768px) {
	#pageTop {
		bottom: 10px;
	}
}


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


/*////////////////// セクション見出し ////////////////////*/
section h1 {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 992px) {
	section h1 {
		font-size: 1.7rem !important;
	}
}


/*////////////////// 各タイトル下ライン ////////////////////*/
.under-line {
	height: 3px !important;
	border: none;
	width: 40px;
	display: block;
	margin: 0 auto;
	opacity: 1;
	background-color: #0071bc;
}


/*////////////////// 色設定 ////////////////////*/
.text-black {
	color: #222222;
}

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

.text-green {
	color: #199c7d;
}

.text-red {
	color: #d10032;
}

.text-orange {
	color: #f15a24;
}

.bg-red {
	background-color: #a51700;	
}
.bg-gray,
.bg-glay {
	background-color: #f2f2f2;	
}
.bg-blue1 {
	background-color: #0071bc;	
}
.bg-blue2 {
	background-color: #dcf2f7;	
}
.bg-lightblue {
	background-color: #d4ebef;
}
.bg-yellow {
	background-color: #eeb701;
}
.bg-padding {
	padding: 40px 0;
}

@media (min-width: 576px) {
	.bg-padding {
		padding: 50px 0;
	}
}

@media (min-width: 768px) {
	.bg-padding {
		padding: 60px 0;
	}
}

@media (min-width: 992px) {
	.bg-padding {
		padding: 80px 0;
	}
}


/*//////////////////  注意書き ///////////////////*/
section .note {
	font-size: 0.85rem;
	line-height: 1.6em;
	color: #666666;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}


/*//////////////////  電話番号リンクをスマホのみ有効 ///////////////////*/
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


/*////////////////// 追従（SNSリンク） ///////////////////*/
.tracking_btn {
	top: 15%!important;
	right: 0;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.tracking_btn a {
	color: white;
	border-radius: 10px 0 0 10px;
	font-size: 14px;
	background: none!important;
	width: 40px;
	padding: 0 !important;
}
.tracking_btn .line {
	background: #24af0f;
	width: 50px;
}
.tracking_btn .insta {
	background: #e64b6c;
}
.tracking_btn .tel{
	background: #0171bc;
}
.sns_link {
	display: block;
	margin: 0 auto;
}

.sns_link a {
	width: 100%;
	height: 50px;
	display: block;
	background-color: #fff;
	border: 1px solid #222;
}

.sns_link.line a:hover {
	background-color: #08c656;
	transition-duration: 0.3s;
}
.sns_link.Instagram a:hover {
	background-color: #972677;
	transition-duration: 0.3s;
}

.sns_link .line {
	background-image: url("../../../assets/images/common/icon-line-b.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24%;
}

.sns_link .line:hover {
	background-image: url("../../../assets/images/common/icon-line-w.svg");
}

.sns_link .insta {
	background-image: url("../../../assets/images/common/icon-instagram-b-sp.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90%;
}

.sns_link .insta:hover {
	background-image: url("../../../assets/images/common/icon-instagram-w-sp.svg");
}

.sns_link .tel {
	background-image: url("../../../assets/images/common/icon-tel-b-sp.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 90%;
}

.sns_link .blog {
	background-image: url("../../../assets/images/common/icon-blog-sp-b.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 54%;
}

.sns_link .blog:hover {
	background-image: url("../../../assets/images/common/icon-blog-sp-w.svg");
}

.fixed_btn {
	position: fixed;
	bottom: 0px; 
	right: 7px!important;
	transition-duration: 0.3s;
	opacity: 0;
	visibility: hidden;
	width: auto;
	z-index: 100;
}
/*このクラスが付与されると表示する*/
.active{
	opacity: 1;
	visibility: visible;
}


@media (min-width: 576px) {
	.sns_link .line {
		background-size: 44px;
	}

	.sns_link .insta {
		background-size: 32%;
	}

	.sns_link .blog {
		background-size: 70px;
	}	
}


@media (min-width: 768px) {
	.sns_link {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}

	.sns_link a {
		width: 100%;
		height: 60px;
		background-color: #3A3A3A;
		border: none;
		border-radius: 50%;
	}

	.sns_link a:hover {
		background-color: #A9DAFA;
		transition-duration: 0.3s;
	}

	.sns_link .line {
		background-image: url("../../../assets/images/common/icon-line-w.svg");
		background-size: 60%;
	}

	.sns_link .insta {
		background-image: url("../../../assets/images/common/icon-instagram-w.svg");
		background-size: 60%;
	}
	
	.sns_link .insta:hover {
		background-image: url("../../../assets/images/common/icon-instagram-w.svg");
		background-size: 60%;
	}	

	.sns_link .blog {
		background-image: url("../../../assets/images/common/icon-blog-pc-w.svg");
		background-size: 60%;
	}

	.sns_link .blog:hover {
		background-image: url("../../../assets/images/common/icon-blog-pc-w.svg");
	}

	.fixed_btn {
		bottom: auto; 
		right: 5px;
		top: 15%;
		transition-duration: 0.3s;
		opacity: 0;
		visibility: hidden;
		width: 60px;
	}
	/*このクラスが付与されると表示する*/
	.active {
		opacity: 1;
		visibility: visible;
	}
}

.complete-size {
	font-size: 120%;
}
.sec8 .fs-20 {
	font-size: 20px;
}

.fadein {
  opacity : 0;
  transition : all 1s;
} 
.fadein.active{
  opacity : 1;
}
.banner {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

/* ロゴに関するスタイル 下層*/
.header-logo {
  height: auto!important;
  width: 180px!important;
}
.header-logo.-before {
  display : none!important;
}
/* ロゴに関するスタイル TOP*/
.top .header-logo {
  height: auto!important;
  width: 180px!important;
}
.top .header-logo.-before {
  display : block!important;
}
.top .header-logo.headerLogoScroll.-before {
  display : none!important;
}
.top .header-logo.-after {
  display : none!important;
}
.top .header-logo.headerLogoScroll.-after {
  display : block!important;
}

