@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-weight: 300;
	color: #F8F8F8;
	font-size: 17px;
	background: #029DD1;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
@media (max-width: 750px){
	body{
		font-size: 16px;
	}
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #F8F8F8;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

.ib{
	display: inline-block !important;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	position: relative;
	margin-bottom: 40px;
}
h2.title.line::before{
	content: '';
	display: block;
	width: 1px;
	height: 100px;
	background: linear-gradient(to right bottom, #36301F, 30%, #D1C402);
	margin: 0 auto 30px;
}
h2.title span.en{
	display: inline-block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 3.5rem;
	text-transform: uppercase;
	line-height: 1.5;
	color: #D1C402;
	letter-spacing: 0.3em;
	background: linear-gradient(to right bottom, #36301F, 30%, #D1C402);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-indent: 0.2em;
}
@media all and (-ms-high-contrast: none){/*対IE*/
	h2.title span.en{
		background-image: none;
	}
}
h2.title.mini span.en{
	letter-spacing: 0.2em;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.3em;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 3em;
	margin-right: 1em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white.line::before{
	background: #fff;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
h2.title.white span.en{
	background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	background-image: none;
}
h2.title.m_center.line::before{
	display: none;
}
@media (max-width: 750px){
	h2.title.line::before{
		height: 80px;
	}
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center.line::before{
		display: block;
	}
	h2.title span.en{
		font-size: 2.9rem;
	}
	h2.title.mini span.en{
		font-size: 2.7rem;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.15em;
	font-weight: 500;
    background: linear-gradient(60deg, #0e0e0e 0%, #0e0e0e 85%, #222 85.1%);
	border: 1px solid #aaa;
    padding: 12px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #a78ce6;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

/*stitle*/
.stitle{
	position: relative;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #000;
}

/*dtitle*/
.dtitle{
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
	color: #ccc;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #aaa;
	margin: 20px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
	font-weight: 500;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #316e5e;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn a{
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	text-align: center;
	width: 300px;
	padding: 20px 0;
	letter-spacing: 0.12em;
	color: #eee;
	transition: all .5s ease;
	background-color: rgba(31, 46, 85, 0.3);
}
.sbtn a:hover{
	background-color: #eee;
	color: #826C23;
	border-color: #826C23;
}
.sbtn.left a{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn:not(:last-child) a{
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left a{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn:first-child a{
		margin-bottom: 10px;
	}
}

.sbtn .fa-external-link-alt{
	display: inline-block;
	font-size: 0.6rem;
	transform: translateY(-2px);
	margin-right: 4px;
}

/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid rgba(196,196,196,.43);
}
.info_table tr:nth-child(odd){
	background-color: rgba(14, 14, 14, 0.6);
}
.info_table th,
.info_table td{
	padding: 13px 0;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #0e0e0e;
	width: 30%;
	border-right: 1px solid rgba(196,196,196,.43);
	font-weight: 500;
}
.info_table td{
	position: relative;
	width: 70%;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(196,196,196,.43);
	border-left: 1px solid rgba(196,196,196,.43);
}
.info_table td.non{
	background-image: linear-gradient(to right top, transparent calc(50% - 1px), rgba(196,196,196,.43) 50%, rgba(196,196,196,.43) calc(50% + 1px), transparent calc(50% + 2px))
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
	letter-spacing: 0.08em;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #F3CE25;
	font-weight: 500;
	color: #F3CE25;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #826C23;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #826C23;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #826C23;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
	
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
}

ul.double_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.double_list li{
	width: 49%;
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 1px;
	margin-bottom: 2px;
}
ul.double_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
@media (max-width: 750px){
	ul.double_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.double_list li{
		width: 100%;
	}
}


/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 40px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map iframe{
	vertical-align: top;
}

/*===// 共通部分ここまで ===========*/

.overwrap{
	overflow: hidden;
}


/*テキストのアニメーション(右下から出現)*/
.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}

/*imgアニメーション*/
.img_up{
	position: relative;
	overflow: hidden;
}
.img_up img{
	transition: 2s;
	transition-delay: 0.4s;
	transform: translateX(-10%) scale(1.2);
}
.img_up::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
	transition: 2s;
	transition-delay: 0.4s;
}
.img_up.inview img{
	transform: translateX(0) scale(1);
}
.img_up.inview::after{
	transform: translateX(100%);
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.2s, transform 1.2s;
	transition-delay: 0.4s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translate(-10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 750px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}


.circle{
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: opacity 3s;
	transition-delay: 0.4s;
}
.circle::after{
	content: '';
	width: 101%;
	height: 101%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 10;
	border-radius: 50%;
	transition: 2s ease-out;
	transition: all 2.4s cubic-bezier(.165,.84,.44,1);
	border: 30px solid #eeedea;
	transition-delay: 0.4s;
}
.circle.inview{
	opacity: 1;
}
.circle.inview::after{
	border: 0px solid #eeedea;
}



.swipe{
	position: relative;
	overflow: hidden;
}
.swipe::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #029DD1, #183975);
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 1.2s;
}
.swipe .swipe_in{
	opacity: 0;
	transition: 0.2s;
	transition-delay: 0.4s;
}
.swipe.inview .swipe_in{
	opacity: 1;
}
.swipe.inview::after{
	transform: translateX(101%);
}



.ani_rotate{
	transform: translateY(20px) rotateY(180deg);
	opacity: 0;
	transition: 2s;
}
.ani_rotate.inview{
	opacity: 1;
	transform: translateY(0) rotateY(0);
}





/*===page_bg==============================*/
.page_bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-height: 100vh;
	z-index: -100;
	background: url("../img/page_bg.jpg");
	background-size: cover;
	background-position: center;
}
.page_bg::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
	pointer-events: none;
	z-index: 1;
	opacity: 0.85;
}



/*===ヘッダー==============================*/
.site_header{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	background-color:#183975;
}
.site_header.transform{
}

.header_inner{
	display: flex;
	justify-content: space-between;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	width: calc(100% - 160px);
	height: 90px;
}

.site_header h1{
	width: 260px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .header_inner .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 100%;
	background: #D1C402;
	background-size: 150%;
	background-position: right bottom;
	color: #fff;
	transition: 1.2s;
}
.site_header .header_inner .btn a i{
	display: inline-block;
	margin-right: 5px;
}
.site_header .header_inner .btn a:hover{
	background-position: left top;
}


/*global_nav*/
.global_nav{
	width: calc(100% - 280px);
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 40px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #D1C402;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 0.75rem;
	margin-bottom: 8px;
}
.global_nav ul li a:hover{
	opacity: 0.7;
	transform: translateY(2px);
}
@media (max-width: 1200px){
	.site_header .flex{
		padding: 0 20px;
	}
	.site_header h1{
		width: 260px;
	}
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li a{
		font-size: 0.85rem;
	}
	.global_nav ul li a span{
		font-size: 0.65rem;
	}
}
@media (max-width: 960px){
	.site_header .flex{
		padding: 0 20px;
		width: 100%;
		height: 80px;
	}
	.site_header h1{
		width: 240px;
	}
	.site_header .header_inner .btn{
		display: none;
	}
	.global_nav{
		display: none;
	}
}


/*===スライダー==============================*/
.top_slider{
	position: relative;
	background-color: #0e0e0e;
}
.top_slider .slider{
	position: relative;
	height: calc(100vh - 90px);
	min-height: 400px;
	margin: 0 0 0 auto;
}
.top_slider .slider::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
	z-index: 1;
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0,-50%);
	z-index: 10;
	animation: apper 2.5s ease-in-out;
	color: #fff;
}
.top_slider .catch p{
	opacity: 0.8;
}
.top_slider .catch p.en{
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.8rem;
	letter-spacing: 0.18em;
	font-style: italic;
}
.top_slider .catch p.ja{
	font-size: 1.4rem;
	letter-spacing: 0.25em;
	line-height: 2.2;
}
.top_slider .catch .sep{
	height: 1px;
	width: 100%;
	background-color: #fff;
	mix-blend-mode: difference;
	margin: 28px 0;
	opacity: 0.5;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


@media (max-width: 750px){
	.top_slider{
	}
	.top_slider .slider{
		height: 65vh;
		min-height: 400px;
	}
	.top_slider .catch{
		top: auto;
		transform: translate(0,0);
		left: 3%;
		bottom: 7%;
	}
	.top_slider .catch p.en{
		font-size: 1.2rem;
		letter-spacing: 0.18em;
	}
	.top_slider .catch p.ja{
		font-size: 1.2rem;
		letter-spacing: 0.25em;
		line-height: 2.2;
	}
	.top_slider .catch .sep{
		width: 100%;
		margin: 28px 0;
		opacity: 0.5;
	}
}


/*arrowアニメーション*/
.arrowWrap{
	display: block;
	position: absolute;
	right: 2%;
	bottom: 8px;
	z-index: 2;
	animation: catch_apper 1.6s ease-in-out;
	animation-delay: 0.1s;
}
.arrowWrap .arrowInner p{
	font-size: 6px;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	letter-spacing: 0.5em;
	font-weight: 600;
	transition: 0.4s;
}
.arrowWrap .arrow{
	width: 1px;
	height: 150px;
	margin: 20px auto 0;
	background-color: rgba(255, 255, 255, 0.3);
	position: relative;
	overflow: hidden;
}
.arrowWrap .arrow::before{
	content: '';
	width: 1px;
	height: 150px;
	margin: 50px auto 0;
	background-color: #fff;
	position: absolute;
	top: -200px;
	left: 0;
	animation: arrowWrap 3.5s ease 1s infinite normal;
}
@keyframes arrowWrap{
	0%{
		transform: translate3d(-50%, 0, 0);
	}
	100%{
		transform: translate3d(-50%, 300px, 0);
	}
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .arrowWrap .arrowInner p{
	transform: translateX(-45%);
}
.arrowWrap:hover p{
	letter-spacing: 0.4em;
}
@media (max-width: 750px){
	.arrowWrap{
		display: none;
	}
}

/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: rgba(14, 14, 14, 0.4);
	padding: 40px;
}
.inner.white.border{
	border: 3px solid rgba(170, 170, 170, 0.3);
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: rgba(24, 57, 117, 0.4);
	padding: 40px 30px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.bg01{
	background-color: #FFF;
	color: #0E0E0E
}

.bg02::before{
    content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, #183975, 15%, rgba(219, 79, 46, 0));
	pointer-events: none;
	z-index:-1;
}
.bg03::after{
    content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, #183975, 15%, rgba(14, 14, 14, 0));
	pointer-events: none;
	z-index:-1;
}
.bg04{
	background-color: rgba(14, 14, 14, 0.4);
}
.bg05{
	background-image: url(../img/bg05.jpg);
	background-size: cover;
	background-position: center;
}
.bg06{
	background-image: url(../img/bg06.jpg);
	background-size: cover;
	background-position: center;
}
.bg07{
	background-image: url(../img/bg07.jpg);
	background-size: cover;
	background-position: center;
}

.bg08{
	background: url(../img/marble01.png);
	color: #0e0e0e;
	/*padding-bottom: 200px;*/
}

/*==welcome==============================*/
.welcome{

}
.welcome .inner{
	position: relative;
	z-index: 10;
}
.welcome .text h3{
	text-align: center;
	margin-bottom: 30px;
	line-height: 2.4;
	letter-spacing: 0.12em;
	font-size: 1.2rem;
	font-weight: 500;
	color: #ccc;
}
.welcome .text .info{
	text-align: center;
}
@media (max-width: 750px){
	.welcome{
	padding: 0 10px;
	}

	.welcome .text h3{
		text-align: left;
		margin-bottom: 30px;
		line-height: 2.4;
		font-size: 1.2rem;
	}
	.welcome .text h3 br{
		display: none;
	}
	.welcome .text .info{
	text-align: left;
}
}






/*背景のネオン*/
.glow{
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	animation: glow 3s linear 0s infinite alternate;
}
.particles {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
}
.particles .rotate {
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
}
.particles .angle {
	position: absolute;
	top: 0;
	left: 0;
}
.particles .size {
	position: absolute;
	top: 0;
	left: 0;
}
.particles .position {
	position: absolute;
	top: 0;
	left: 0;
}
.particles .pulse {
	position: absolute;
	top: 0;
	left: 0;
}
.particles .particle{
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.particles .rotate {
	animation: rotate 20s linear 0s infinite alternate;
}
.particles .pulse{
	animation: pulse 1.5s linear 0s infinite alternate;
}
@keyframes glow {
	0% {
	  transform: rotate(0deg);
	  box-shadow: 0 0 60px 20px #56bcf9, 25px 15px 50px 10px #fff, -5px -25px 30px 5px #fff;
	}
	100% {
		  transform: rotate(5deg);
	  box-shadow: 0 0 90px 20px #56bcf9, 35px 20px 40px 10px #fff, -30px -30px 40px 5px #fff;
	}
}
@keyframes rotate {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
@keyframes angle {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
@keyframes size {
	0% {
	  transform: scale(.2);
	}
	100% {
	  transform: scale(.6);
	}
}
@keyframes position {
	0% {
	  transform: translate3d(0,0,0);
	  opacity: 1;
	}
	50%{
	  opacity: 1;
	}
	100% {
	  transform: translate3d(100px,100px,0);
	  opacity: 0;
	}
}
@keyframes pulse {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(.5);
	}
}
@keyframes particle {
	0% {
	  box-shadow: inset 0 0 20px 20px #D1C402, 0 0 50px 10px #D1C402, inset 0 0 80px 80px #D1C402;
	}
	33.33% {
	  box-shadow: inset 0 0 20px 20px #D1C402, 0 0 130px 10px #D1C402, inset 0 0 50px 50px #D1C402;
	}
	33.34% {
	  box-shadow: inset 0 0 20px 20px #D1C402, 0 0 50px 10px #D1C402, inset 0 0 80px 80px #fcef28;
	}
	66.66% {
	  box-shadow: inset 0 0 20px 20px #D1C402, 0 0 130px 10px #D1C402, inset 0 0 50px 50px #fcef28;
	}
	66.67% {
	  box-shadow: inset 0 0 20px 20px #e0b104, 0 0 50px 10px #e0b104, inset 0 0 80px 80px #e0b104;
	}
	100% {
	  box-shadow: inset 0 0 20px 20px #e0b104, 0 0 130px 10px #e0b104, inset 0 0 50px 50px #e0b104;
	}
}
.particles .rotate .angle:nth-child(1){
	/* change the angle every 2 seconds */
	animation: angle 10s steps(5) 0s infinite;
}
.particles .rotate .angle:nth-child(1) .size{
	/* change the size of the particle every 2 seconds */
	animation: size 10s steps(5) 0s infinite;
}
.particles .rotate .angle:nth-child(1) .particle{
	/* animate the glow and change the color every 2 seconds */
	animation: particle 6s linear infinite alternate;
}
.particles .rotate .angle:nth-child(1) .position{
	/* animate the fly out of the particle and its fade out at the end */
	animation: position 2s linear 0s infinite;
}
.particles .rotate .angle:nth-child(2){
	/* change the angle every 2 seconds */
	animation: angle 4.95s steps(3) -1.65s infinite;
}
.particles .rotate .angle:nth-child(2) .size{
	/* change the size of the particle every 2 seconds */
	animation: size 4.95s steps(3) -1.65s infinite alternate;
}
.particles .rotate .angle:nth-child(2) .particle{
	/* animate the glow and change the color every 2 seconds */
	animation: particle 4.95s linear -3.3s infinite alternate;
}
.particles .rotate .angle:nth-child(2) .position{
	/* animate the fly out of the particle and its fade out at the end */
	animation: position 1.65s linear 0s infinite;
}
.particles .rotate .angle:nth-child(3){
	/* change the angle every 2 seconds */
	animation: angle 13.76s steps(8) -6.88s infinite;
}
.particles .rotate .angle:nth-child(3) .size{
	/* change the size of the particle every 2 seconds */
	animation: size 6.88s steps(4) -5.16s infinite alternate;
}
.particles .rotate .angle:nth-child(3) .particle{
	/* animate the glow and change the color every 2 seconds */
	animation: particle 5.16s linear -1.72 infinite alternate;
}
.particles .rotate .angle:nth-child(3) .position{
	/* animate the fly out of the particle and its fade out at the end */
	animation: position 1.72s linear 0s infinite;
}
.particles .rotate .angle:nth-child(5) .position{
	/* animate the fly out of the particle and its fade out at the end */
	animation: position 2.45s linear 0s infinite;
}






/*===インタビュー==============================*/
.interview{
	background-image: url(../img/interview.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}
.interview .img{
	
}
.interview .img .img_main{
	display: none;
}
.interview .img .interview_name{
	display: block;
	position: absolute;
	width: 240px;
	bottom: 20px;
	right: 2%;
	z-index: 1;
}
.interview .text{
	
}
.interview .text .info{
	margin-bottom: 40px;
}
.interview .text h3{
	font-size: 1.4rem;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
.interview .text h3 p{
	margin-bottom: 10px;
}
.interview .text h4{
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
@media (max-width: 960px){
	.interview{
		background-image: none;
	}
	.interview .img{
		position: relative;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.interview .img .img_main{
		display: block;
	}
	.interview .img .interview_name{
		width: 180px;
		bottom: -10px;
		right: 0;
	}
	.interview h2.title.m_center{
		text-align: center;
	}
	.interview h2.title.m_center.line::before{
		display: block;
	}
	.interview h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	.interview h2.title.m_center span.ja::before{
		display: none;
	}
	.interview .text .info{
		text-align: center;
	}
	.interview .sbtn.left a{
		margin: 0 auto;
	}
}
@media (max-width: 750px){
	.interview .text h3{
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.interview .text h3 p{
		margin-bottom: 8px;
	}
	.interview .text h4{
		font-size: 1rem;
	}
}


/*===事業内容==============================*/
.t_service{

}
.t_service .flex{
	display: flex;
	justify-content: space-between;
	background-image: url(../img/t_service_bg.jpg);
	background-size: cover;
	background-position: center;
}
.t_service .flex .box{
	width: calc(100% / 3);
}
.t_service .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	padding: 180px 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
}
.t_service .flex .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
	transform: scale(1);
	z-index: 1;
	transition: opacity 0.4s, transform 4s;
}
.t_service .flex .box a .text{
	position: relative;
	color: #fff;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	z-index: 10;
}
.t_service .flex .box a .text h3{
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.t_service .flex .box a .text h3 span.num{
	display: block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 1.3rem;
}
.t_service .flex .box a .text .info{

}
.t_service .flex .box a .arrow{
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	aspect-ratio: 1 / 1;
	font-size: 0.7rem;
	opacity: 0.7;
	transition: 1s;
	z-index: 10;
}
.t_service .flex .box a .arrow i{
	display: inline-block;
	transform: rotate(45deg);
}

.t_service .flex .box a:hover{

}
.t_service .flex .box a:hover img{
	opacity: 1;
	transform: scale(1.1);
}
.t_service .flex .box a:hover .arrow{
	background-color: #fff;
	color: #826C23;
	border-color: #826C23;
	transform: translateX(-45%);
}

@media (max-width: 1200px){
	.t_service .flex{
		display: block;
	}
	.t_service .flex .box{
		width: 100%;
	}
	.t_service .flex .box a{
		height: auto;
		padding: 60px 0 40px;
	}
	.t_service .flex .box a .arrow{
		position: relative;
		left: auto;
		bottom: 0;
		transform: none;
		margin: 40px auto 0;
	}
	.t_service .flex .box a:hover .arrow{
		transform: translateX(5px);
	}
}


/*===link==============================*/



/*===RECRUIT==============================*/
.t_recruit .stairs_img2{
	margin-bottom: 80px;
}

.t_recruit .text{
	position: relative;
}
.t_recruit .text img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0.5;
}
.t_recruit .text h3{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
	margin: 0 auto;
	letter-spacing: 0.8em;
	font-weight: 500;
	color: #333;
	font-size: 1.2rem;
	margin-bottom: 30px;
}
.t_recruit .text h3::before,
.t_recruit .text h3::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
}
.t_recruit .text h3::before{
	content: '＼';
	left: 0;
}
.t_recruit .text h3::after{
	content: '／';
	right: 0;
}


/*===協力会社様募集中==============================*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
@media (max-width: 750px){
	
}

/*===link==============================*/
.gene_link{
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.gene_link a{
	display: block;
	background-size: cover;
	background-position: center;
	height: 500px;
	padding: 20px;
	width: calc(100% / 4);
}
.gene_link a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 3;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: transform 10s, opacity 1s;
}
.gene_link a:hover::after{
	transform: scale(1.2);
	opacity: 1;
}
.gene_link a h3{
	color: #fff;
	position: relative;
	z-index: 2;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
}
.gene_link a h3 span.en{
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.7rem;
	letter-spacing: 0.3em;
	margin-bottom: 5px;
}
.gene_link a h3 span.ja{
	display: block;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}
.gene_link a:hover h3{
	z-index: 4;
}

.gene_link a.link01,
.gene_link a.link01::after{
	background-image: url(../img/link01.jpg);
}
.gene_link a.link02,
.gene_link a.link02::after{
	background-image: url(../img/link02.jpg);
}
.gene_link a.link03,
.gene_link a.link03::after{
	background-image: url(../img/link03.jpg);
}
.gene_link a.link04,
.gene_link a.link04::after{
	background-image: url(../img/link04.jpg);
}
@media (max-width: 1100px){
	.gene_link{
		flex-wrap: wrap;
	}
	.gene_link a{
		width: calc(100% / 2);
		height: 340px;
	}
	.gene_link a h3{
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
}
@media (max-width: 750px){
	.gene_link a{
		width: 100%;
		height: 220px;
	}
}



/*===グループ会社==============================*/
.group_wrapper{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.group_wrapper a{
	display: block;
	position: relative;
	width: 23%;
	margin: 0 1% 20px;
	background-color: #fff;
	border: 1px solid #826C23;
}
.group_wrapper a::before{
    content: '';
    display: block;
    padding-top: 60%;
}
.group_wrapper a img{
	display: block;
	object-fit: contain;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
	padding: 10px;
}
.group_wrapper a:hover img{
	opacity: 0.5;
}
.group_wrapper a::after{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	font-size: 0.8rem;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.5em;
	transition: 0.2s;
	opacity: 0;
	line-height: 1;
}
.group_wrapper a:hover{
	transform: translateX(5px);
}
.group_wrapper a:hover::after{
	opacity: 1;
	transform: translateX(5px);
}

.group_wrapper a.non{
	pointer-events: none;
}

@media (max-width: 960px){
	.group_wrapper a{
		width: 31%;
	}
}
@media (max-width: 750px){
	.group_wrapper a{
		width: 48%;
	}
}



/*===フッター==============================*/
footer{
	background-color: #183975;
}
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(14, 14, 14, 0.8);
	pointer-events: none;
	z-index:-1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto -20px;
	max-width: 800px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 10px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 20px 0;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
}
.footer_top .btn_wrap .btn a i{
	display: inline-block;
	margin-right: 10px;
	font-size: 0.9rem;
	transform: translateY(-1px);
}
.footer_top .btn_wrap .btn a:hover{
	border: 1px solid rgba(255, 255, 255, 0.8);
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}

.footer_middle{
	text-align: center;
	padding: 60px 0 50px;
}

footer h3{
	width: 90%;
	max-width: 300px;
	margin: 0 auto 20px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
}

.footer_bottom{
	text-align: center;
}
.footer_bottom .inner{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 16px 0;
	color: #fff;
	letter-spacing: 0.15em;
	font-size: 0.8rem;
}

@media (max-width: 750px){
	.footer_nav{
		display: none;
	}
}


.footer_nav{
}
.footer_nav ul{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.footer_nav ul li{
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	width: calc(100% / 6);
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	font-size: 1rem;
	letter-spacing: 0.12em;
	font-weight: 500;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav ul{
		display: block;
		max-width: 600px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 10px 5px;
		margin-bottom: 10px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.footer_nav ul li a{
		display: block;
		width: 100%;
		height: auto;
	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
	}
}



/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
  	height: 60px;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #111;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 120px 0;
	background-attachment: fixed;
}
/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .kasou_top{
	background-attachment: scroll;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(14, 14, 14,0.6);
	pointer-events: none;
	z-index:-1;
}
/*ドットテクスチャ*/
.kasou_top::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.5;
	z-index: 1;
}
@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 100px 0;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*===事業内容ページ==============================*/
.key_flex{
	display: flex;
	align-items: center;
}
.key_flex .images{
	width: 50%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.key_flex .images .img{
	width: 45%;
}
.key_flex .images .img:nth-child(2){
	margin-top: 120px;
}
.key_flex .text{
	width: 50%;
	padding: 0 6%;
}
.key_flex .text .info{
	
}

.key_flex.reverse .images .img:nth-child(1){
	margin-top: 120px;
}
.key_flex.reverse .images .img:nth-child(2){
	margin-top: 0;
}

@media (max-width: 750px){
	.key_flex{
		flex-direction: column;
		padding: 0 15px;
	}
	.key_flex.reverse{
		flex-direction: column-reverse;
	}
	.key_flex .images{
		width: 100%;
		justify-content: space-between;
		margin-bottom: 35px;
	}
	.key_flex .images .img{
		width: 48%;
	}
	.key_flex .images .img:nth-child(2){
		margin-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(1){
		margin-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(2){
		margin-top: 0;
	}
	.key_flex .text{
		width: 100%;
		padding: 0;
	}
}


.sub_title{
}
.sub_title{
	color: #ccc;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}
.sub_title::after{
	content: '';
	display: block;
	width: 180px;
	height: 1px;
	background: #ccc;
	margin-top: 15px;
}
@media (max-width: 750px){
	.sub_title{
		font-size: 1.4rem;
	}
}


.electricity{

}
.ele_wrapper .box{
	margin-bottom: 40px;
}
.ele_wrapper .box:last-child{
	margin-bottom: 0;
}
.ele_wrapper .box .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ele_wrapper .box .flex .img{
	width: 400px;
}
.ele_wrapper .box .flex .text{
	width: calc(100% - 440px);
}
.ele_wrapper .box .flex .text h3{
	color: #ccc;
	letter-spacing: 0.12em;
	font-size: 1.6rem;
	margin-bottom: 10px;
	display: flex;
  	align-items: center;
}
.ele_wrapper .box .flex .text h3::before{
	content: '';
	border-top: 1px solid;
	width: 3em;
	margin-right: 1em;
}
@media (max-width: 960px){
	.ele_wrapper .box .flex .img{
		width: 300px;
	}
	.ele_wrapper .box .flex .text{
		width: calc(100% - 340px);
	}
	.ele_wrapper .box .flex .text h3{
		font-size: 1.4rem;
	}
	.ele_wrapper .box .flex .text h3::before{
		width: 2em;
	}
}
@media (max-width: 750px){
	.ele_wrapper .box{
		margin-bottom: 50px;
	}
	.ele_wrapper .box .flex{
		display: block;
	}
	.ele_wrapper .box .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.ele_wrapper .box .flex .text{
		width: 100%;
	}
}



.sb_compare{

}
.sb_compare .flex{
	display: flex;
	justify-content: space-between;
}
.sb_compare .flex .info{
	width: 58%;
}
.sb_compare .flex .info .text{
	
}
.sb_compare .flex .info .text h3{
	color: #826C23;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.sb_compare .flex .img_right{
	width: 40%;
}
@media (max-width: 750px){
	.sb_compare .flex{
		display: block;
	}
	.sb_compare .flex .info{
		width: 100%;
		margin-bottom: 20px;
	}
	.sb_compare .flex .info .text h3{
		color: #826C23;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	.sb_compare .flex .img_right{
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
	}
}


.sb_feature{

}
.sb_feature h3{
	text-align: center;
}
.sb_feature .flex{
	display: flex;
	justify-content: space-between;
}
.sb_feature .flex .box{
	width: 32%;
	border: 1px solid #fff;
	padding: 30px;
	margin-bottom: 20px;
}
.sb_feature .flex .box .img{
	max-width: 300px;
	margin: 0 auto;
}
.sb_feature .flex .box h4{
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	color: #826C23;
}
.sb_feature .flex .box .info{
	font-size: 0.9rem;
	text-align: justify;
}
@media (max-width: 750px){
	.sb_feature .flex{
		display: block;
	}
	.sb_feature .flex .box{
		width: 100%;
	}
}



.area{
	padding: 200px 0;
	background: url(../img/area.png);
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
}
.area .text h3{
	color: #ccc;
	font-size: 1.5rem;
	letter-spacing: 0.14em;
	margin-bottom: 20px;
}
.area .text .info{
	font-size: 0.9rem;
}
@media (max-width: 750px){
	.area{
		padding: 100px 0;
	}
}


/*===施工事例ページ==============================*/
.works_lede{
	padding-bottom: 0;
}
.works_anchor{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.works_anchor a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: linear-gradient(to right bottom, #36301F, 30%, #826C23);
	border: 1px solid #826C23;
	font-weight: 500;
	padding: 20px 0;
	margin-bottom: 10px;
	width: 24%;
}
.works_anchor a:hover{
	opacity: 0.7;
}
@media (max-width: 1200px){
	.works_anchor a{
		width: 49%;
	}
}
@media (max-width: 450px){
	.works_anchor a{
		width: 100%;
	}
}

.works_photo {
    display: flex;
    justify-content: flex-start;
    width: 100%;
	flex-wrap: wrap;
}

.works_photo a{
    width: 30%;
	height: 250px;
	text-align: center;
	margin: 1rem;
}

.works_photo img{
	width: 100%;
	height: 100%;
    object-fit: cover;
	
}
@media (max-width: 1000px){
.works_photo a{
    width: calc(100% / 3 - 2rem);
	height: auto;
	text-align: center;
	margin: 1rem;
}
.works_photo img{
	width: 100%;
	height: 100%;
    object-fit: cover;
	
}

}
@media (max-width: 690px){
.works_photo a{
    width: calc(100% / 2 - 2rem);
	height: auto;
	text-align: center;
	margin: 1rem;
}
}
@media (max-width: 450px){
.works_photo a{
    width: calc(100% / 2 - 1rem);
	height: auto;
	text-align: center;
	margin: 0.5rem;
}

}
.detail_works_wrapper{
	margin-bottom: 100px;
}
.detail_works_wrapper:last-child{
	margin-bottom: 0;
}

.detail_works_wrapper .works_slider{
	margin-bottom: 40px;
}

/*works_slider*/
.works_slider .main_slider_css{
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.works_slider .main_slider_css li{
	position: relative;
}
.works_slider .main_slider_css li::before{
    content: '';
    display: block;
    padding-top: 60%;
}
.works_slider .main_slider_css li img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.works_slider .thumbnail_slider_css{
	padding: 0 50px;
}
.works_slider .thumbnail_slider_css .slide_left, .works_slider .thumbnail_slider_css .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 100%;
	width: 50px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #ccc;
	font-weight: normal;
}
.works_slider .thumbnail_slider_css .slide_left{
	left: 0;
}
.works_slider .thumbnail_slider_css .slide_right{
	right: 0;
}
.works_slider .thumbnail_slider_css .slide_left i, .works_slider .thumbnail_slider_css .slide_right i{
	display: block;
	font-size: 30px;
	transition: .8s;
}
.works_slider .thumbnail_slider_css .slide_left:hover i{
	transform: translate(-6px);
}
.works_slider .thumbnail_slider_css .slide_right:hover i{
	transform: translate(6px);
}
.works_slider .thumbnail_slider_css li{
	position: relative;
	background-color: rgba(14, 14, 14, 0.4);
	overflow: hidden;
	margin: 0 5px;
}
.works_slider .thumbnail_slider_css li::before{
    content: '';
    display: block;
    padding-top: 65%;
}
.works_slider .thumbnail_slider_css li img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
	cursor: pointer;
}
.works_slider .thumbnail_slider_css li img:hover{
	opacity: 0.8;
}


@media (max-width: 750px){
	.works_slider .thumbnail_slider_css{
		padding: 0 30px;
	}
	.works_slider .thumbnail_slider_css .slide_left, .works_slider .thumbnail_slider_css .slide_right{
		width: 30px;
	}
	.works_slider .thumbnail_slider_css .slide_left i, .works_slider .thumbnail_slider_css .slide_right i{
		font-size: 20px;
	}
}



/*===採用情報ページ==============================*/
.staff_interview .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -30px;
}
.staff_interview .box{
	width: 33%;
	background-color: rgba(14, 14, 14, 0.4);
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 20px;
}
.staff_interview .box .icon{
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 50%;
	background-color: #1f1f1f;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 10px;
	box-shadow: rgba(14, 14, 14, 0.2) 0px 8px 24px;
}
.staff_interview .box .icon img{
	display: block;
	width: 70%;
}
.staff_interview .box h4{
	text-align: center;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
.staff_interview .box .info{

}
.staff_interview .box .info .wrap{
	margin-bottom: 10px;
}
.staff_interview .box .info .wrap:last-child{
	margin-bottom: 0;
}
.staff_interview .box .info .wrap h5{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	color: #ccc;
	font-size: 0.9rem;
}
.staff_interview .box .info .wrap h5 span.num{
	display: inline-block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 1.4rem;
	margin-right: 8px;
}
.staff_interview .box .info .wrap p{
	font-size: 0.9rem;
	line-height: 1.6;
}
@media (max-width: 1200px){
	.staff_interview .box{
		width: 49%;
	}
}
@media (max-width: 960px){
	.staff_interview .box{
		width: 100%;
	}
}


.view_more{
	position: relative;
	margin-top: 30px;
}
.view_more .big_wrapper .view_more_contents{
	display: none;
}
.view_more .big_wrapper.open .view_more_contents{
	display: block;
}
.view_more .btn{
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0 auto;
	text-align: center;
	width: 300px;
	padding: 20px 0;
	letter-spacing: 0.12em;
	transition: all .5s ease;
	cursor: pointer;
	margin-top: 40px;
}
.view_more .btn.op_btn{
	color: #eee;
	background-color: rgba(31, 46, 85, 0.3);
}
.view_more .btn.op_btn:hover{
	background-color: #eee;
	color: #826C23;
	border-color: #826C23;
}
.view_more .btn.cs_btn{
	background-color: #eee;
	color: #826C23;
	border-color: #826C23;
	margin-top: 40px;
}
.view_more .btn.cs_btn:hover{
	color: #eee;
	background-color: rgba(31, 46, 85, 0.3);
	border-color: rgba(255, 255, 255, 0.5);
}
.view_more .big_wrapper.open .btn.op_btn{
	display: none;
}












.wanted .flex{
	display: flex;
	justify-content: space-around;
}
.wanted .flex .box{
	width: 31%;
	text-align: center;
	max-width: 300px;
}
.wanted .flex .box .icon{
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #183975;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	box-shadow: rgba(14, 14, 14, 0.2) 0px 8px 24px;
}
.wanted .flex .box .icon img{
	display: block;
	width: 70%;
}
.wanted .flex .box p{
	color: #183975;
	font-weight: 500;
	font-size: 1.2rem;
}
@media (max-width: 750px){
	.wanted .flex{
		display: block;
	}
	.wanted .flex .box{
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.wanted .flex .box:last-child{
		margin-bottom: 0;
	}
}


.rec_anchor{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.rec_anchor li{
	width: 24%;
	margin-bottom: 10px;
}
.rec_anchor a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: linear-gradient(to right bottom, #36301F, 30%, #826C23);
	border: 1px solid #826C23;
	font-weight: 500;
	padding: 20px 0;
	width: 100%;
	height: 100%;
}
.rec_anchor li.active a{
	background: #fff;
	color: #826C23;
}
.rec_anchor a:hover{
	opacity: 0.7;
}

.requirement_wrapper.is-active{
    display: block;
	margin-bottom: 30px;
}

@media (max-width: 960px){
	.rec_anchor li{
		width: 49%;
	}
}
@media (max-width: 450px){
	.rec_anchor li{
		width: 100%;
	}
}


.corp .sbtn a{
	max-width: 600px;
}


/*===会社概要ページ==============================*/
.attitude_lede{
	position: relative;
	z-index: 1;
}
.attitude_lede h3{
	position: relative;
	z-index: 5;
	text-align: center;
	color: #ccc;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
	line-height: 2.2;
}
.attitude_lede h3 span{
	display: block;
	margin-top: 10px;
}


.toward{
	margin-bottom: 60px;
}
.toward ul li{
	color: #ccc;
}


.attitude_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.attitude_wrap .box{
	width: 24%;
	border-top: 1px solid rgba(170, 170, 170, 0.3);
	padding-top: 10px;
}
.attitude_wrap .box .sub{
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	color: #ccc;

	font-family: serif;
	font-size: 0.9rem;
}
.attitude_wrap .box h3{
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	color: #ccc;
	font-size: 1.25rem;
}
.attitude_wrap .box .info{
	line-height: 1.7;
}
@media (max-width: 960px){
	.attitude_wrap .box{
		width: 49%;
		margin-bottom: 15px;
	}
}
@media (max-width: 750px){
	.attitude_wrap .box{
		width: 100%;
	}
}



.daihyo{
	background: url(../img/marble01.png);
	color: #0e0e0e;
	/*padding-bottom: 200px;*/
}
.daihyo h2.title span.ja{
	color: #826C23;
}
.daihyo .text{
	width: 70%;

	margin: 0 auto;
	max-width: 960px;
}
.daihyo .text h3{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	color: #826C23;
}
.daihyo .img{
	width: 46%;
	max-width: 750px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.daihyo .text .info{
	font-size: 1rem;
}
@media (max-width: 960px){
	.daihyo{
		/*padding-bottom: 100px;*/
	}
	.daihyo .img{
		width: 100%;
		position: static;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.daihyo .text{
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 750px){
	.daihyo{
		/*padding-bottom: 60px;*/
	}
	.daihyo .text{
		width: 100%;
	}
	.daihyo .text h3{
		font-size: 1.4rem;
	}
}



ul.address_list{
	
}
ul.address_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.address_list li:last-child{
	margin-bottom: 0;
}
ul.address_list li p:first-child::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
}


.owned .info_table td{
	text-align: center;
}
.owned_lede{
	font-weight: 500;
	margin-bottom: 25px;
}
.tetex{
	letter-spacing: 0.2em;
	margin-bottom: 3px;
}
.owned_lede span.large{
	display: block;
	font-size: 1.3rem;
	font-size: 1.6rem;
	letter-spacing: 0.26em;
	color: #826C23;
	margin-bottom: 10px;
}
.owned_lede span.small{
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0.2em;
}


.owned .info_table tr td a{
	background-image: linear-gradient(to right, #555, #555);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
	padding-bottom: 1px;
}
.owned .info_table tr td a::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	margin-right: 8px;
	font-size: 0.6rem;
	transform: translateY(-1px);

	content: "\f35d";
	font-size: 6px;
	transform: translateY(-2px) scale(0.8);
	margin-right: 5px;
	color: #555;
}
.owned .info_table tr td a:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}
.owned .info_table tr td a.none{
	display: none;
}
/*Lightboxの矢印を常に表示*/
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
	opacity: 1 !important;
}



.access_wrapper{

}
.access_wrapper .box{
	margin-bottom: 50px;
}
.access_wrapper .box:last-child{
	margin-bottom: 0;
}
.access_wrapper .box .text{
	text-align: center;
	margin-bottom: 15px;
}
.access_wrapper .box .text h3{
	color: #ccc;
	letter-spacing: 0.12em;
	font-size: 1.6rem;
	margin-bottom: 10px;
	display: flex;
  	align-items: center;
	justify-content: center;
}
.access_wrapper .box .text h3::before,
.access_wrapper .box .text h3::after{
	content: '';
	border-top: 1px solid;
	width: 3em;
}
.access_wrapper .box .text h3::before{
	margin-right: 1em;
}
.access_wrapper .box .text h3::after{
	margin-left: 1em;
}
.access_wrapper .box .map iframe{
	filter: grayscale(100%) invert(92%) contrast(83%);
}
@media (max-width: 750px){
	.access_wrapper .box .text h3{
		font-size: 1.4rem;
	}
}


.tel_text{
	text-align: center;
}
.tel_text a{
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.tel_text a span{
	display: inline-block;
	margin-right: 5px;
	font-size: 1.1rem;
}
.tel_text a:hover{
	opacity: 0.6;
}


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	border-top: 3px double rgba(130, 108, 35, 0.5);
	border-bottom: 3px double rgba(130, 108, 35, 0.5);
	padding: 15px 0;
	margin: 0 auto;
	width: 94%;
	max-width: 600px;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 0.08em;
	line-height: 1.7;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
@media (max-width: 750px){
	.contact .tel_contact{
		padding: 20px 0;
	}
	.contact .tel_contact a{
		font-size: 2rem;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.mailform{
	margin: 0 auto;
	width: 94%;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: #826C23;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #1f2e55;
	color: #fff;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #aaa;
	font-size: 0.9rem;
}
.mailform .postal_btn:hover{
	opacity: 0.8;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #1f2e55;
	border: 1px solid #aaa;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #1f2e55;
}
.mailform button::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #826C23;
    border-bottom: 3px solid #826C23;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #826C23;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #826C23;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*アコーディオン*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	border: 1px solid #ccc;
}
.privacy li .privacy_wrap .privacy_subject{
	cursor: pointer;
	transition: all .5s ease;
	padding: 15px 20px;
	padding-right: 30px;
	position: relative;
	background-color: #0e0e0e;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}
.privacy li .privacy_wrap .privacy_subject h3{
	font-size: 1.1rem;
}
/*アイコンの＋と×*/
.privacy li .privacy_wrap .privacy_subject::before,
.privacy li .privacy_wrap .privacy_subject::after{
	position: absolute;
	top:48%;
	right: 15px;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #aaa;
}
.privacy li .privacy_wrap .privacy_subject::before{
	transform: rotate(0deg);
}
.privacy li .privacy_wrap .privacy_subject::after{
	transform: rotate(90deg);
}
/*area_closeクラスがついたら形状変化*/
.privacy li .privacy_wrap .privacy_subject.area_close::before{
transform: rotate(45deg);
}
.privacy li .privacy_wrap .privacy_subject.area_close::after{
transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #826C23;
	font-size: 0.95rem;
	font-weight: 500;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #333;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #fafafa;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
_:lang(x)+_:-webkit-full-screen-document, .class{
	background-attachment: scroll;
}