<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ----------------------------------

Header

---------------------------------- */
body{
	padding-top: 77px;
}
.secHeader{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9990;
	width: 100%;
	transition: all .4s;
	overflow: hidden;
	/* border-bottom: 1px solid #EDF6FB; */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
.secHeader .hdLogoWrap{
	padding-top: 12px;
	height: 77px;
	overflow: hidden;
}
.secHeader .hdLogo{
	/* float: left; */
	padding-left: 17px;
}
.secHeader .hdLogo a{
	display: block;
	width: 180px;
	height: 100%;
}
.secHeader .subTxt{
	/* float: left; */
	font-size: 10px;
	line-height: 1.3;
	padding-left: 17px;
	padding-top: 3px;
}
.secHeader .subTxt br{
	display: none;
}
#hdMenuBtn{
	padding: 30px;
	width: 83px;
	position: absolute;
	top: 0;
	right: 0;
}
#hdMenuBtn span{
	display: block;
	background: #707070;
	height: 1px;
	border-radius: 2px;
	margin-bottom: 7px;
	transition: all .4s;
}
#hdMenuBtn span:last-child{
	margin-bottom: 0;
}
#hdMenuBtn.show span:nth-of-type(1){
	transform:rotate(405deg);
	transform-origin: top left;
}
#hdMenuBtn.show span:nth-of-type(2){
	opacity: 0;
}
#hdMenuBtn.show span:nth-of-type(3){
	transform:rotate(-405deg);
	transform-origin: top left;
}

.secHeader .hdMenuBox{
	background: #fff;
	width: 100%;
	transition: all .6s;
	height: 0;
	transform: translateX(100vw);
	opacity: 0;
	visibility: hidden;
}
.secHeader .hdMenuBox.show{
	padding: 10px 30px 40px;
	height: calc(100vh - 77px);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.secHeader .hdMenuBox .hdNav {
	padding-top: 20px;
}
.secHeader .hdMenuBox .hdNav li{
	margin-bottom: 30px;
	font-size: 18px;
}
.secHeader .hdMenuBox .hdNav li{
	font-weight: 700;
}
.secHeader .hdMenuBox .hdNav li:last-child a{
	color: #1675E0;
}

@media print, screen and (min-width: 960px){
	body{
		padding-top: 100px;
	}
	.secHeader{
		padding-top: 0px;
		height: 100px;
	}
	.secHeaderInner{
		max-width: 1280px;
		margin: 0 auto;
	}
	.secHeader .hdLogoWrap{
		float: left;
		padding-top: 20px;
		padding-left: 20px;
		height: auto;
	}
	.secHeader .hdLogo {
		padding-left: 0;
	}
	.secHeader .hdLogo a:hover{
		opacity: 0.3;
	}
	.secHeader .subTxt{
		padding-left: 0px;
	}
	.secHeader .subTxt br{
		display: inline;
	}
	#hdMenuBtn{
		display: none;
	}
	.secHeader .hdMenuBox{
		float: right;
		max-width: 1000px;
		width: calc(100% - 320px);
		padding-top: 20px;
		padding-right: 30px;
		height: auto;
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	.secHeader .hdMenuBox .hdNav ul{
		display: flex;
  	justify-content: space-between;
	}
	.secHeader .hdMenuBox .hdNav li{
		font-size: 16px;
		margin-bottom: 0;
	}
	.secHeader .hdMenuBox .hdNav li .ftEn{
		font-size: 18px;
	}
	.secHeader .hdMenuBox .hdNav li a{
		letter-spacing: 0;
	}
	.secHeader .hdMenuBox .hdNav li a:hover{
		opacity: 0.4;
	}
}
@media print, screen and (min-width: 1080px){
	.secHeader .hdLogoWrap{
		padding-top: 25px;
	}
	.secHeader .hdLogo {
		float: left;
		padding-left: 0;
	}
	.secHeader .hdLogo a{
		width: 216px;
	}
	.secHeader .subTxt{
		font-size: 12px;
		line-height: 1.5;
		float: left;
		padding-left: 20px;
		padding-top: 3px;
		letter-spacing: 2px;
	}
	.secHeader .subTxt br{
		display: inline;
	}
	.secHeader .hdMenuBox{
		width: calc(100% - 480px);
	}
	.secHeader .hdMenuBox .hdNav li{
		font-size: 18px;
	}
	.secHeader .hdMenuBox .hdNav li .ftEn{
		font-size: 21px;
	}
}


/* ----------------------------------

Page Top

---------------------------------- */
#pageTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
#pageTop a{
	display: block;
	border-radius: 100%;
	background: #1675E0;
	width: 60px;
	height:60px;
	position: relative;
}
#pageTop a:hover{
	opacity: 0.6;
}
#pageTop a::after{
	content: "";
	display: block;
	position: absolute;
	top: 27px;
	right: 0px;
	left: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform:rotate(315deg);
}
@media print, screen and (min-width: 960px){
	#pageTop{
		right: 20px;
		bottom: 20px;
	}
}

/* ----------------------------------

フッターコンタクト

---------------------------------- */
 .secFtContact{
	background: #edf6fb;
	text-align: center;
	padding: 30px;
}
.secFtContact .boxOuter .box{
	border-radius: 11px;
	background: #fff;
	padding-top: 20px;
}
.secFtContact .boxOuter .box .lead{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 0 26px;
	margin-bottom: 10px;
}
.secFtContact .boxOuter .box .lead::after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background: #707070;
	z-index: 1;
}
.secFtContact .boxOuter .box .lead span{
	background: #fff;
	padding: 0 12px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.secFtContact .boxOuter .boxTel{
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.secFtContact .boxOuter .boxTel .txt{
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.secFtContact .boxOuter .boxTel .time{
	font-size: 12px;
	padding-top: 5px;
}
.secFtContact .boxOuter .boxMail{
	padding-bottom: 15px;
}
.secFtContact .boxOuter .boxMail a{
	display: block;
	margin: 0 auto;
	border-radius: 9px;
	width: 260px;
	background: #1675E0;
	color: #fff;
	font-weight: 700;
	line-height: 56px;
}
.secFtContact .boxOuter .boxMail a span{
	background-repeat: no-repeat;
	background-position: left top 4px;
	background-image: url(../img/ico-mail_wh.png);
	background-size: 26px;
	padding-left: 34px;
}
@media print, screen and (max-width: 320px){
	.secFtContact{
		padding: 30px 20px;
	}
}
@media print, screen and (min-width: 768px){
	.secFtContact .boxOuter{
		overflow: hidden;
	}
	.secFtContact .boxOuter .box{
		float: left;
		width: calc((100% - 20px) / 2);
		height: 174px;
	}
	.secFtContact .boxOuter .boxTel {
		margin-right: 20px;
	}
}
@media print, screen and (min-width: 960px){
	.secFtContact{
		padding: 40px 0 20px;
	}
	.secFtContact .boxOuter .box{
		float: none;
		width: 420px;
		display: inline-block;
		vertical-align: top;
		padding-top: 30px;
	}
	.secFtContact .boxOuter .box .lead{
		letter-spacing: 2px;
	}
	.secFtContact .boxOuter .boxTel,
	.secFtContact .boxOuter .boxMail{
		padding-bottom: 0;
	}
	.secFtContact .boxOuter .boxTel .lead{
		margin-bottom: 18px;
	}
	.secFtContact .boxOuter .boxTel .txt{
		font-size: 38px;
	}
	.secFtContact .boxOuter .boxTel .time{
		font-size: 14px;
	}
	.secFtContact .boxOuter .boxMail .lead{
		margin-bottom: 15px;
	}
	.secFtContact .boxOuter .boxMail a{
		line-height: 74px;
		width: 355px;
		font-size: 24px;
	}
	.secFtContact .boxOuter .boxMail a span{
		background-position: left center;
	}
}



/* ----------------------------------

Footer

---------------------------------- */
.secFooter{
	text-align: center;
	padding-bottom: 30px;
}
.secFooter .ftNav{
	padding: 0px 0 20px;
}
.secFooter .ftNav li{
	width: 50%;
	display: inline-block;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #DEDEDE;
}
.secFooter .ftNav li:nth-child(2n){
	border-left: 1px solid #DEDEDE;
}
.ftBottom .ftLogo{
	width: 220px;
	margin: 0 auto 20px;
}
.ftBottom .subTxt{
	font-size: 12px;
	margin-bottom: 30px;
}
.secFooter small{
	font-size: 12px;
}
@media print, screen and (min-width: 960px){
	.secFooter .ftNav{
		width: 820px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.secFooter .ftNav ul{
		display: flex;
  	justify-content: space-between;
	}
	.secFooter .ftNav li{
		border: none;
		font-size: 16px;
		width: auto;
	}
	.secFooter .ftNav li:nth-child(2n){
		border-left: none;
	}
	.ftBottom .ftLogo{
		width: 288px;
		margin: 0 auto 40px;
	}
	.secFooter small{
		font-size: 10px;
	}
}

/* ----------------------------------

画像 センタートリミング

---------------------------------- */
@media print, screen and (min-width: 768px){
	.thumbBox{
		overflow: hidden;
		position: relative;
	}
	.thumbBox img{
		position: absolute;
		vertical-align: top;
		max-height: 140%;
		max-width: 140%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		transition: all .4s;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.thumbBox:hover img{
		transform: translate(-50%,-50%) scale(1.05);
		opacity: 0.6;
	}
}


/* ----------------------------------

パンくず

---------------------------------- */
.panOuter{
	background: #F2F2F2;
	width: 100%;
}
.pan{
	max-width: 1280px;
	margin: 0 auto;
	padding: 5px;
	padding-left: 10px;
	overflow-x: scroll;
	white-space: nowrap;
}
.pan li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 20px;
}
.pan li:not(:last-child)::after{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #292E33;
	border-right: 1px solid #292E33;
	transform:rotate(45deg);
}
.pan li a{
	font-size: 12px;
	line-height: 20px;
	display: block;
	height: 100%;
}
.pan li.home a{
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position:left center;
	background-image: url(../img/ico/ico-home.svg);
	background-size: 12px auto;
}
@media print, screen and (min-width: 960px){
	.pan{
		overflow: auto;
	}
	.pan li{
		padding-right: 30px;
	}
	.pan li:not(:last-child)::after{
		right: 15px;
	}
	.pan li a{
		font-size: 14px;
		line-height: 40px;
	}
	.pan li a:hover{
		opacity: 0.4;
	}
	.pan li.home a{
		padding-left: 23px;
		background-size: 18px auto;
	}
}


/* ----------------------------------

後続ページ ページタイトル

---------------------------------- */
.pageTtl{
	text-align: center;
	padding: 25px 0 30px;
	/* border-bottom: 4px solid #292E33; */
	width: 100%;
}
.pageTtl .ttl{
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 6px;
}
.pageTtl .ttl span{
	font-weight: 300;
}
.pageTtl .subTtl{
	font-weight: 700;
	line-height: 1;
	font-size: 14px;
}
@media print, screen and (min-width: 960px){
	.pageTtl{
		padding: 44px 0 35px;
	}
	.pageTtl .ttl{
		font-size: 40px;
		margin-bottom: 10px;
	}
}
</pre></body></html>