@charset "UTF-8";

/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q::before,q::after {content:'';}
abbr {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {font-size:100%;}
legend {color:#000;}
select,input,button,textarea {font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp {font-family:monospace;font-size:108%;line-height:100%;}
figure {padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button;appearance: button; border: none;box-sizing: border-box;cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {outline-offset: -2px;}


/* base ---------------------------------------*/

* {
	box-sizing:border-box;
	min-height: 0vw;
}

html,body {height:100%;}

body {
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	line-height: 1.5;
	color: #000;
}

a {
	text-decoration: none;
	color:inherit;
	transition: all .25s ease;
}

a:hover {
	opacity: 0.7;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height: auto;
	pointer-events: none;
}


/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.ov-h{overflow: hidden;}

.text-center {text-align: center;}
.font-en {font-family: "Schibsted Grotesk", sans-serif;}
.font-mincho {font-family: "Shippori Mincho", serif;}
.fc-white {color: #fff!important;}

/* layout ---------------------------------------*/
.wrapper {

}

.inner{
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}



/* header ---------------------------------------*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header-inner {
	position: relative;
	height: 130px;
	margin: 0 auto;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	transition: all .5s ease;
}

.header-logo {
	position: absolute;
	top: 56%;
	left: 60px;
	transform: translateY(-50%);
	width: 287px;
}

#openmenu {display:none;}


/* gnav ---------------------------------------*/
.gnav {
	position:absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
}

.gnav-list {
	display: flex;
	align-items: center;
	gap: 26px;
}

.gnav-list > li {
}

.gnav-list > li a {
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	white-space: nowrap;
}

.gnav-contact {
	display: inline-block;
	padding: 12px 23px;
	margin-left: 10px;
	background: #ab8248;
}

.header.is-active .header-inner {background: #151e49;}


/* section common ---------------------------------------*/
.section-title {
	margin-bottom: 40px;
}

.section-title span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #151e49;
}

.section-title b {
	display: block;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.05em;
	color: #151e49;
}

.section-text {
	font-size: 15px;
	line-height: calc(25 / 15);
	letter-spacing: 0.05em;
	color: #151e49;
	margin-bottom: 30px;
}


/* sectioncontact ---------------------------------------*/
.sectioncontact {
	padding: 52px 20px 0;
	background: #fff;
}

.sectioncontact-title {
	margin-bottom: 48px;
}

.sectioncontact-title span {
	display: block;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #151e49;
	margin-bottom: 4px;
	text-align: center;
}

.sectioncontact-title b {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: calc(24 / 18);
	letter-spacing: 0.05em;
	text-align: center;
	color: #151e49;
}

.sectioncontact-list {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: calc(30 / 980 * 100%);
	max-width: 980px;
	margin: 0 auto 80px;
}

.sectioncontact-list-tel,
.sectioncontact-list-form {
	flex: 1;
	width: calc(475 / 980 * 100%);
}

.sectioncontact-list-tel > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px 20px 16px;
	border: 2px solid #151e49;
	text-align: center;
	transition: all 0.25s ease;
}

.sectioncontact-list-tel > a:hover {
	border: 2px solid #151e49;
	background: #151e49;
	opacity: 1;
}

.sectioncontact-list-tel > a:hover .sectioncontact-tel-num,
.sectioncontact-list-tel > a:hover .sectioncontact-time {
	color: #fff;
}

.sectioncontact-tel-num {
	display: block;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #151e49;
}

.sectioncontact-time {
	display: block;
	font-size: 14px;
	line-height: 1.1;
	color: #151e49;
	margin-top: 4px;
}

.sectioncontact-list-form > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	height: 100%;
	padding: 20px 20px 16px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: #151e49;
	color: #fff;
}

.indexicon-mail {
	display: inline-block;
	width: 32px;
	height: 20px;
	background: url('../img/common/icon_mail.png') no-repeat center / contain;
	flex-shrink: 0;
}

.sectioncontact-infolist {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	z-index: 1;
}

.sectioncontact-infolist > li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 68px 20px;
	width: 50%;
}

.sectioncontact-infolist > li:first-of-type {background: url('../img/common/img_contact_01.jpg') no-repeat center / cover;}
.sectioncontact-infolist > li:nth-of-type(2) {background: url('../img/common/img_contact_02.jpg') no-repeat center / cover;}

.sectioncontact-infolist-title {
	font-size: 30px;
	font-weight: 700;
	line-height: calc(50 / 30);
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 16px;
}

.sectioncontact-infolist-text {
	font-size: 15px;
	line-height: calc(30 / 15);
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 40px;
}

.sectioncontact-infolist-btn {
	max-width: 260px;
	width: 100%;
	text-align: center;
}

.sectioncontact-infolist-btn a {
	display: inline-block;
	padding: 12px;
	max-width: 260px;
	width: 100%;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(24 / 16);
	text-align: center;
	letter-spacing: 0.05em;
	color: #151e49;
}

.sectioncontact-infolist > li:nth-of-type(2) .sectioncontact-infolist-btn a {color: #a97c34;}

.sectioncontact-infolist-btn a:hover {
	background: #f0ede5;
	opacity: 1;
}



/* footer ---------------------------------------*/
.footer {
	padding: 50px 20px 60px;
	background: #151e49;
}

.footer-inner {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: 0 auto;
}

.footer-logo {
	display: inline-block;
	width: 287px;
	margin-bottom: 24px;
}

.footer-logo img {
	width: 100%;
}

.footer-text {
	font-size: 15px;
	line-height: calc(25 / 15);
	letter-spacing: 0.05em;
	color: #fff;
}

.copyright {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	line-height: calc(21 / 14);
	letter-spacing: 0;
	color: #fff;
}


/* pages common ---------------------------------------*/
.breadcrumb {
	padding: 136px 60px 44px;
	margin-bottom: -1px;
	background: #151e49;
}

.breadcrumb-list {
	display: flex;
	justify-content: flex-end;
	gap: 32px;
}

.breadcrumb-list > li {
	position: relative;
}

.breadcrumb-list > li:not(:first-of-type)::after {
	position: absolute;
	top: 0;
	left: -18px;
	font-size: 13px;
	content: '/';
	color: #fff;
}

.breadcrumb-list > li a,
.breadcrumb-list > li span {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0;
}

.breadcrumb-list > li a {color: #fff;}
.breadcrumb-list > li span {color: rgba(255, 255, 255, 0.5);}


/* pc only */
@media screen and (min-width: 768px) {
	.sp {display: none !important;}
	.spbr {display: none;}
}


/* small pc */
@media screen and (min-width: 768px) and (max-width: 1000px) {
	.header-logo {
		left: 20px;
		width: 200px;
	}
	.gnav {
		right: 20px;
	}
	.gnav-list {
		gap: 22px;
	}
	.gnav-list > li a {
		font-size: 14px;
	}
	.section-title b {
		font-size: 28px;
	}

	.breadcrumb {
		padding-left: 20px;
		padding-right: 20px;
	}

}

/* sp only */
@media screen and (max-width: 767px) {

	/* common item ---------------------------------------*/
	.pc {display: none !important;}
	.pcbr {display: none;}


	/* layout ---------------------------------------*/
	.inner{
		max-width: 500px;
	}

	/* header ---------------------------------------*/
	.header-inner {
		height: 75px;
		background: #151e49;
	}

	.header-logo {
    top: 52%;
    left: 18px;
    width: 200px;
	}

	#openmenu {
		display:block;
		width: 75px;
		height: 75px;
		text-indent: -99em;
		overflow: hidden;
		position:fixed;
		right: 0;
		top: 0;
		z-index: 101;
		transition: all .6s ease;
	}

	#openmenu span {
		content:'';
		display: block;
		width: 32px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 18px;
		transition: all .3s ease;
	}

	#openmenu span:nth-child(1) {top:26px;}
	#openmenu span:nth-child(2) {top:36px;}
	#openmenu span:nth-child(3) {top:46px;}

	#openmenu.is-open span:nth-child(1),
	#openmenu.is-open span:nth-child(3) {
		top:36px;
	}

	#openmenu.is-open span:nth-child(1) {transform:rotate(45deg);}
	#openmenu.is-open span:nth-child(2) {opacity: 0;}
	#openmenu.is-open span:nth-child(3) {transform:rotate(-45deg);}


	/* gnav ---------------------------------------*/
	.gnav {
		background: #151e49;
		overflow:auto;
		z-index:100;
		left: 0;
		top: 0;
		width:100%;
		max-width: unset;
		height: 100vh;
		transition: all .25s ease;
		transform:translate3d(0,-100%,0);
	}

	.gnav.is-active {
		position: fixed;
		transform:translate3d(0,0,0);
		opacity:1;
	}

	.gnav-list {
		display: block;
		text-align: left;
		padding: 80px 40px 40px;
	}

	.gnav-list > li + li {
		margin-top: 30px;
	}

	.gnav-list > li a {
		font-size: 16px;
	}

	.gnav-contact {
		padding: 16px 24px;
		margin: 0;
	}

	/* section common ---------------------------------------*/
	.section-title {
		margin-bottom: 16px;
	}

	.section-title span {
		font-size: 16px;
		letter-spacing: 0;
	}

	.section-title b {
		font-size: 36px;
	}

	.section-text {
		margin-bottom: 20px;
	}


	/* sectioncontact ---------------------------------------*/
	.sectioncontact {
		padding: 44px 20px 0;
	}

	.sectioncontact-title {
		margin-bottom: 20px;
	}

	.sectioncontact-title span {
		font-size: 38px;
	}

	.sectioncontact-title b {
		font-size: 16px;
		line-height: calc(20 / 16);
	}

	.sectioncontact-list {
		flex-direction: column;
		gap: 20px;
		max-width: 300px;
		margin: 0 auto 60px;
	}

	.sectioncontact-list-tel,
	.sectioncontact-list-form {
		width: 100%;
	}

	.sectioncontact-list-tel > a {
		padding: 20px 16px;
		height: 90px;
	}

	.sectioncontact-tel-num {
		font-size: 30px;
	}

	.sectioncontact-time {
		font-size: 12px;
	}

	.sectioncontact-list-form > a {
		padding: 16px 20px;
    height: 90px;
		font-size: 16px;
	}

	.indexicon-mail {
    width: 26px;
    height: 16px;
	}

	.sectioncontact-infolist {
		flex-direction: column;
	}

	.sectioncontact-infolist > li {
		padding: 44px 20px 60px;
		width: 100%;
	}

	.sectioncontact-infolist > li:first-of-type {background: url('../img/common/img_contact_01_sp.jpg') no-repeat center / cover;}
	.sectioncontact-infolist > li:nth-of-type(2) {background: url('../img/common/img_contact_02_sp.jpg') no-repeat center / cover;}

	.sectioncontact-infolist-title {
		margin-bottom: 18px;
		max-width: 500px;
		font-size: 26px;
		line-height: calc(50 / 26);
	}

	.sectioncontact-infolist-text {
		margin-bottom: 28px;
		max-width: 500px;
		font-size: 16px;
		line-height: calc(30 / 16);
	}

	.sectioncontact-infolist-btn a {
		font-size: 16px;
		padding: 13px;
	}


	/* footer ---------------------------------------*/
	.footer {
		padding: 46px 30px 58px;
	}

	.footer-inner {
    max-width: 500px;
	}

	.footer-logo {
		width: 200px;
		margin-bottom: 12px;
	}

	.footer-text {
		font-size: 12px;
		line-height: calc(20 / 12);
	}

	.copyright {
		position: unset;
		margin-top: 22px;
		font-size: 12px;
    letter-spacing: 0.05em;
	}

	/* pages common ---------------------------------------*/
	.breadcrumb {
		padding: 84px 24px 30px;
	}

	.breadcrumb-list {
		gap: 30px;
	}

	.breadcrumb-list > li:not(:first-of-type)::after {
		left: -18px;
		font-size: 12px;
	}

	.breadcrumb-list > li a,
	.breadcrumb-list > li span{
		font-size: 12px;
	}


}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {

}