@charset "utf-8";
/* ======================================
	reset
====================================== */
*{box-sizing:border-box}::after,::before{box-sizing:inherit}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}address,blockquote,dl,figure,form,iframe,p,pre,table{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ol,ul{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;vertical-align:bottom}embed,iframe,object{border:0;vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;border:0;background:0 0;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type=checkbox]{-webkit-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;-webkit-appearance:none;appearance:none}[type=button][disabled],[type=reset][disabled],[type=submit][disabled],button[disabled]{cursor:default}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}option{padding:0}fieldset{margin:0;padding:0;border:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}template{display:none}[hidden]{display:none}img{max-width:100%;}
/* ======================================
	common
====================================== */
.secBottom{
	text-align: center;
	margin: 35px 0 0;
}
.secBtn{
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #0077d2;
	background: #fff;
	color: #0077d2;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	max-width: 270px;
	width: 100%;
	padding: 15px;
}
.secBtn span{
	padding-right: 35px;
	position: relative;
}
.secBtn span::after{
	position: absolute;
	content: '';
	font-weight: bold;
	display: inline-block;
	width: 1.3em;
	height: .3em;
	border-bottom: solid 1px;
	border-right: solid 1px;
	transform: skew(59deg);
	top: 50%;
	margin-top: -.2em;
	margin-left: .1em;
}
@media only screen and (min-width: 768px){
	.secBtn{
		font-size: 20px;
		max-width: 322px;
	}
}
/* ======================================
	header
====================================== */
.header {
	position: fixed;
	top: 0;
	z-index: 999;

	width: 100%;
	max-width: 1920px;
	padding: 10px;

	transition: .3s;
}
.header-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo{
	max-width: 265px;
	width: 100%;
	display: block;
	margin: 0 0 0 10px;
}
.header-logo img{
	vertical-align: sub;
}
.header-contact-tel{
	display: block;
	text-align: center;
}
.header-contact-tel .--num{
	display: block;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
}
.header-contact-tel .--num span{
	padding-left: 20px;
	background: url(../img/icn_tel_bk.svg) no-repeat bottom 7px left / 19px;
}
.header-contact-tel .--time{
	display: block;
	font-size: 10px;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
}
.btn.header-contact-btn{
	display: block;
	font-size: 19px;
	padding: 6px 34px;
	margin-left: 18px;
}
.btn.header-contact-btn span{
	padding-left: 44px;
}

@media only screen and (max-width: 1199px) {
	.header{
		background: #fff;
		padding: 6px;
	}
	.header-logo{
		max-width: 217px;
		margin: 0 0 0 5px;
	}
	.header-right{
		position: fixed;
		right: 0;
		top: 0;
		width: 90%;
		max-width: 300px;
		height: 100vh;
		transform: translateX(100%);
		background: #d8e3eb;
		transition: ease 0.4s;
		z-index: 1000;
		padding: 60px 20px 120px;
		overflow-y: scroll;
		visibility: hidden;
	}
	.header.is-active .header-right{
		transform: translateX(0);
    visibility: visible;
	}
	.header-nav ul li a{
		display: block;
		font-size: 18px;
		border-bottom: 1px solid #000;
		padding: 9px;
		text-align: right;
	}
	.header-nav ul li:first-child a{
		border-top: 1px solid #000;
	}
	.header-contact-tel{
		background: #fff;
		margin: 35px auto 22px;
		box-shadow: 4px 4px 8px rgb(0 0 0 / .15);
		max-width: 220px;
		padding: 5px;
	}
	.header-contact-tel .--num{
		font-size: 23px;
	}
	.header-contact-tel .--num span{
		padding-left: 18px;
		background: url(../img/icn_tel_bk.svg) no-repeat bottom 6px left / 15px;
	}
	.btn.header-contact-btn{
		max-width: 220px;
		margin: 0 auto;
		font-size: 14px;
		padding: 9px 12px;
	}
	.btn.header-contact-btn span{
		padding-left: 35px;
		background-size: 25px;
	}
	.btn.header-contact-btn .sptxt{
		display: block;
	}
	.btn.header-contact-btn .pctxt{
		display: none;
	}

	/* ハンバーガーメニュー */
	.header-hamburger {
		position: absolute;
		right: 15px;
		top: 12px;
		width: 25px;
		height: 15px;
		background-color: transparent;
		border-color: transparent;
		z-index: 9999;
	}
	.header-hamburger:focus-visible{
		outline: auto;
	}
	.header-hamburger span {
		width: 100%;
		height: 2px;
		background-color: #595757;
		position: relative;
		transition: ease 0.4s;
		display: block;
		border-radius: 2px;
	}
	.header-hamburger span:nth-child(1) {
		top: 0;
	}
	.header-hamburger span:nth-child(2) {
		margin: 5px 0;
	}
	.header-hamburger span:nth-child(3) {
		top: 0;
	}
	.header.is-active .header-hamburger span:nth-child(1) {
		top: 6px;
		transform: rotate(45deg);
	}
	.header.is-active .header-hamburger span:nth-child(2) {
		opacity: 0;
	}
	.header.is-active .header-hamburger span:nth-child(3) {
		top: -8px;
		transform: rotate(-45deg);
	}
	.header-bg{
		pointer-events: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
		z-index: 999;
		transition: all 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	.header.is-active .header-bg{
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}
}
@media only screen and (min-width: 1200px){
	.header.scrolled{
		background: #fff;

		padding: 5px;
	}
	.header.scrolled .header-logo{
		pointer-events: auto;
	}
	.header.scrolled .header-contact-tel .--num{
		font-size: 23px;
	}
	.header.scrolled .header-contact-tel .--num span{
		background-size: 15px;
	}
	.header.scrolled .btn.header-contact-btn{
		padding: 2px 20px;
		font-size: 18px;
	}
	.header.scrolled .btn.header-contact-btn span{
		background-size: 26px;
		padding-left: 37px;
	}

	.header-logo{
		pointer-events: none;
	}

	.header-right{
		display: flex;
		align-items: center;
	}
	.header-nav ul{
		display: flex;
		align-items: center;
		margin: 0 10px 0 0;
	}
	.header-nav ul li{
		margin: 0 30px 0 0;
	}
	.header-nav ul li a{
		font-size: 14px;
	}
	.header-contact{
		display: flex;
		align-items: center;
	}
	.btn.header-contact-btn .sptxt{
		display: none;
	}
	.btn.header-contact-btn .pctxt{
		display: block;
	}
	


	/* ハンバーガーメニュー */
	.header-hamburger{
		display: none;
	}
	.header #js-focus-trap {
    display: none;
  }
	.header-bg {
    display: none;
  }
}
/* ==========================================================
	footer
========================================================== */
footer .footer_main {
  text-align: center;
}
footer .inner {
  overflow: hidden;
}
footer .footer_main .logo {
  padding-bottom: 2em;
}
footer .footer_main .mark_img a {
	display: inline-block;
	height: 56px;
	margin-left: 12px;
}
footer .footer_main .mark_img a img {
	width: auto;
	height: 100%;
}
.footer .footer_bar a{
	font-family: "Noto Sans JP", sans-serif;
}
.footer .footer_bar .copyright{
	font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
	.footer .content {
		padding: 2em 0;
	}
	.footer .footer_bar {
	  background: #333333;
	  text-align: center;
	}
	.footer .footer_bar a{
		font-size: 12px;
		color: #fff;
		text-decoration: none;
		display: inline-block;
		margin: 1em 0 0;
		line-height: 1.9;
	}
	.footer .footer_bar .copyright {
		font-size: 12px;
	  color: #999999;
		padding: 1em 0;
		display: block;
  	text-align: center;
		line-height: 1.9;
	}
}
@media only screen and (min-width: 768px) {
	.footer .content {
		margin: 0 auto;
	  padding: 0 20px;
		max-width: 100%;
		width: 98%;
	}
	.footer .footer_main {
	  height: 127px;
	  position: relative;
		margin: 0 auto;
	}
	.footer .footer_main .logo {
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 320px;
	}
	.footer .footer_main .mark_img {
		position: absolute;
		bottom: 16px;
		right: 0;
	}
	.footer .footer_bar {
	  height: 40px;
	  background: #333333;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
		padding: 0 15px;
	}
	.footer .footer_bar a{
		font-size: 12px;
		color: #fff;
		text-decoration: none;
	}
	.footer .footer_bar .copyright {
	  font-size: 12px;
	  color: #999999;
	}
}
