@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
*{margin:0;padding:0;min-height: 0;min-width: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {height:100%;}
ul li {list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
p{margin: 0;}
a:focus, *:focus{ outline:none; }
article, header, footer, aside, figure, figcaption, nav, section,main{
  display:block;
}
body{
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
	height:100%;
	width:100%;
	color: #000;
	position:relative;
	z-index: 0;
}
.mincho{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
}
a img,a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
}
img{
	height: auto;
	max-width: 100%;
	box-sizing: unset;
	vertical-align: bottom;
}
.imgauto{
	height: auto;
	width: 100%;
	box-sizing: unset;
	line-height: 1rem;
	display: block;
	vertical-align: bottom;
}
.inner,
.pc-inner,
.sp-inner{
	margin-left: auto;
	margin-right: auto;
}
.flex{
	display: flex;
}
.fxw{
	display: flex;
	flex-wrap: wrap;
}
.jcsb{
	display: flex;
	justify-content: space-between;
}
.slide{
	opacity: 0;
	transition: opacity .3s linear;
}
.slide.slick-initialized{
	opacity: 1;
}
/*
.slide .slick-slide{
	margin: 0 30px;
}
*/
@media screen and (min-width: 768px){
	body{
		font-size: 15px;
		line-height: 1.7;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}
	a:hover{
		opacity: 0.7;
	}
	a:hover img{
		opacity:0.75 !important;
		filter:alpha(opacity=75);
		-ms-filter: “alpha( opacity=75 )”;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.sp{
		display: none !important;
	}
	.inner{
		width: 80%;
		max-width: 1080px;
	}
	.pc-inner{
		width: 80%;
		max-width: 1280px;
	}
	.secmg{
		margin-top: 80px;
	}
	.hamburger{
		display: none !important;
	}
}
@media screen and (max-width: 767px){
	body{
		font-size: 14px;
		line-height: 1.6;
	}
	.pc{
		display: none !important;
	}
	.inner{
		width: 90%;
	}
	.sp-inner{
		width: 90%;
	}
	.secmg{
		margin-top: 40px;
	}
}
/* --------------------header------------------- */
.header-fx{
	display: flex;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 9px 0 15px;
	justify-content: space-between;
}
h1{
	font-weight: 300;
	font-size: 12px;
}
.header-logo{
	max-width: 260px;
	margin-top: 10px;
}
.header-rt{
	flex: 1;
}
.header-contact-bx{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.header-contact-txt{
	color: #036eb7;
	font-weight: 500;
	padding-right: 1em;
	position: relative;
}
.header-contact-txt:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%) rotate(25deg);
	height: 23px;
	width: 1px;
	background-color: #036eb7;
}
.header-tel{
	font-size: 19px;
	font-weight: 700;
	color: #036eb7;
}
.header-contact-btn a{
	display: block;
	width: 180px;
	text-align: center;
	color: #fff;
	margin-left: 10px;
	padding: 3px 0;
	background-color: #036eb7;
}
.header-contact-bt a span{
	padding-left: 22px;
	background: url(../images/common/mail-icon.svg) no-repeat;
	background-size: 16px;
	background-position: center left;
}
.header-list{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.header-list li{
	margin-right: 7%;
	font-size: 17px;
}
@media screen and (min-width: 768px) {
	.header-list li a{
		position: relative;
		font-weight: 400;
	}
	.header-list li a:hover{
		color: #036eb7;
	}
	.header-list li a::after{
		content: '';
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 0;
		height: 2px;
		background-color: #036eb7;
		transition: all 0.5s ease 0s;
	}
	.header-list li a:hover::after{
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.header-fx{
		flex-direction: column;
		align-items: center;
	}
	.header-rt{
		width: 100%;
	}
	.header-contact-bx{
		display: none;
	}
	.header-list{
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.header-logo{
		width: 64%;
		margin: 10px auto 0;
	}
}
.fat-nav,
.fat-nav a{
	color: #fff;
}
.fat-nav-txt{
	text-align: center;
}
.fat-nav-logo{
	width: 80%;
	margin: 10px auto 0;
}
.fat-nav-list{
	margin-top: 40px;
	text-align: center;
	font-size: 17px;
}
.fat-nav-list li:nth-of-type(n+2){
	margin-top: 20px;
}
.fat-nav-contact-txt{
	font-weight: 500;
	font-size: 19px;
	text-align: center;
	margin-top: 40px;
}
.fat-nav-tel{
	font-weight: 700;
	text-align: center;
	font-size: 21px;
	margin-top: 20px;
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.fat-nav-contact-btn a{
	display: block;
	font-weight: 700;
	width: 80%;
	text-align: center;
	padding: 10px 0;
	margin: 20px auto 0;
	border: 1px solid #fff;
	border-radius: 50px;
	font-size: 17px;
}
/* --------------------footer------------------- */
.footer-contact{
	height: 340px;
	width: 100%;
	background: url(../images/common/contact-bg.jpg?0509) no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 80px 0;
}
.footer-contact-txt{
	font-weight: 500;
	font-size: 30px;
	text-align: center;
	color: #fff;
}
.footer-contact-txt .sub{
	font-size: 26px;
}
.footer-contact-btn a{
	display: block;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50px;
	margin: 40px auto 0;
	max-width: 300px;
	color: #fff;
	padding: 9px 0 13px;
	font-size: 21px;
	font-weight: 500;
	width: 60%;
}
.footer-contact-btn a:hover{
	background: #fff;
	color: #000;
}
.footer-bx{
	background-color: #036eb7;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px;
}
.footer-fx{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-fx h2{
	font-size: 26px;
	color: #fff;
	line-height: 1.2;
}
.footer-logo{
	max-width: 230px;
	margin-top: 40px;
}
.footer-txt{
	color: #fff;
	font-size: 17px;
	text-align: right;
}
.copyright{
	margin-top: 10px;
	text-align: right;
	color: #fff;
	font-size: 11px;
  letter-spacing: 0.1em;
}
.footmeu{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.footmeu li {
	margin: 0 8px;
}
.footmeu li a{
	display: block;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.footer-contact-btn a{
		font-size: 17px;
	}
	.footer-contact{
		height: 220px;
		padding: 40px 0;
		background-position: right top;
	}
	.footer-contact-txt{
		font-size: 19px;
	}
	.footer-contact-txt .sub{
		font-size: 17px;
	}
	.footer-contact-btn a{
		margin-top: 30px;
	}
	.footer-fx{
		flex-direction: column;
		align-items: center;
		letter-spacing: 0;
	}
	.footer-fx h2{
		font-size: 22px;
	}
	.footer-logo{
		margin: 20px auto 0;
	}
	.footer-txt{
		margin-top: 20px;
		font-size: 15px;
		text-align: center;
	}
	.copyright{
		text-align: center;
	}
	.footmeu{
		margin: 30px 0;
	}
}


/* 20240530追記 */

.pdf-btn a{
	background-color: #046eb8;
	color: #fff;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
@media screen and (min-width: 768px){
	.pdf-btn{
		width: 40%;
		max-width: 350px;
		margin: 30px auto;
	}
	.pdf-btn a{
		padding: 15px 0;
		border-radius: 10px;
	}
}
@media screen and (max-width: 767px){
	.pdf-btn{
		width: 70%;
		max-width: 250px;
		margin: 15px auto 30px;
	}
	.pdf-btn a{
		padding: 10px 0;
		border-radius: 10px;
	}
}