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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul:not(.news-detail .flex #main .text ul),
ol:not(.news-detail .flex #main .text ol){
	list-style: none;
}
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: 92%;
	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;
}
.mg15{
	margin-bottom: 15px !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;
}

/*蛍光マーカー*/
.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{
	margin-bottom: 40px;
}
h2.title span.en{
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 2.6rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.14em;
	color: #F47711;
	background: linear-gradient(to right bottom, #F47711, #F52B05);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.08em;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
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;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
	h2.title span.en{
		font-size: 2rem;
	}
	h2.title span.ja{
		font-size: 0.9rem;
		line-height: 1.4;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.12em;
    padding: 14px 18px;
    margin-bottom: 20px;
	background-color: #fff;
	border-left: 3px solid #F47711;
}
@media (max-width: 750px){
	.mtitle{
		font-size: 1.3rem;
		padding: 8px 15px;
	}
}

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

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

/*dtitle*/
.dtitle{
	font-weight: 400;
	letter-spacing: 0.1em;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	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: 400;
}
.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 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}
@media (max-width: 750px){
	.ctitle{
		font-size: 1.2rem;
	}
}


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

.rtitle{
	font-weight: 400;
	letter-spacing: 0.08em;
	font-size: 1.05rem;
	margin-bottom: 15px;
	background-color: #999;
	color: #fff;
	padding: 5px 10px;
}

.ntitle{
	font-size: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 400;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 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: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.22em;
	margin-bottom: 20px;
	white-space: nowrap;
}
.btitle span.en{
	display: inline-block;
	margin-right: 10px;
	text-transform: capitalize;
}
.btitle span.en::first-letter{
	color: #F47711;
}
.btitle::after{
	content: '';
	border-top: 1px solid #999;
	width: 100%;
	margin-left: 20px;
}
@media (max-width: 750px){
	.btitle{
		font-size: 1rem;
		letter-spacing: 0.2em;
	}
	.btitle::after{
		margin-left: 10px;
	}
}


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


/*ボタン*/
.sbtn{
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	position: relative;
	background: #fff;
	text-align: center;
	border: 1px solid #555;
	padding: 15px 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	font-size: 0.9rem;
}
.sbtn a::before,
.sbtn a::after{
	content: '';
	position: absolute;
	border: solid #555;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbtn a::before{
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}
.sbtn a::after{
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.sbtn a:hover{
	color: #fff;
	background: #07174e;
	border-color: transparent;
}
.sbtn a:hover::before,
.sbtn a:hover::after{
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #07174e;
}

.sbtn.white a::before,
.sbtn.white a::after{
	border-color: #fff;
}
.sbtn.white a:hover::before,
.sbtn.white a:hover::after{
	border-color: #fff;
}

.sbtn.left{
	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;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
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 #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 400;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #007766;
	width: 200px;
	font-weight: 400;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #007766;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.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;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 400;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@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 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #14369B;
	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 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #14369B;
	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.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #14369B;
	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: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
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);
	color: #14369B;
}
ul.single_list.non li::before{
	display: none;
}

/*===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: 20px;
}

.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;
}


/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
}
.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;
	}
}






/* ローディング画面設定　*/
#splash{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background-color: #fff;
	text-align:center;
	color:#fff;
}
#splash_logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 400px;
	animation: load_apper 1.6s ease-in-out;/*ロゴが現れるまでの時間(◯秒かけて出現)*/
}
#splash_logo img{
	display: block;
	width: 100%;
}
@keyframes load_apper{
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


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

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	height: 100px;
}

.site_header h1{
	width: 400px;
	transition: 0.6s;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}
.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 h1 a img.default{
	display: none;
}
.site_header.transform h1{
	filter: none;
}
.site_header.transform h1 a img.default{
	display: block;
}
.site_header.transform h1 a img.white{
	display: none;
}
.open .site_header h1 a img.default{
	display: block;
}
.open .site_header h1 a img.white{
	display: none;
}

.site_header .info{
	display: flex;
	justify-content: right;
	align-items: center;
}
.site_header .tr{
	display: flex;
	justify-content: right;
	margin-right: 70px;
}
.site_header .tr a{
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	margin-left: 22px;
	transform: translateY(-2px);
}
.site_header .tr a:first-child{
	margin-left: 0;
}
.site_header .tr a.tel_btn{
	letter-spacing: 0.1em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	transform: translateY(2px);
}
.site_header .tr a:hover{
	opacity: 0.6;
}
.site_header.transform .tr a{
	color: #333;
}
.open .site_header h1{
	filter: none;
}
.open .site_header .tr a{
	color: #333;
}



@media (max-width: 960px){
	.site_header .flex{
		padding: 0 15px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 450px){
	.site_header .flex{
		height: 80px;
	}
	.site_header h1{
		width: 250px;
	}
}


/*===スライダー==============================*/
/*背景に設定*/
.main_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.main_bg::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255,1);
	z-index: 8;
	opacity: 0;
	pointer-events: none;
	animation: fv_apper 2s linear;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.main_bg .slider{
	position: relative;
}
.main_bg .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 1;
}
.main_bg .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 400px;
}
.main_bg .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
}
.main_bg .slick-active .slide_img{
	position: relative;
	animation: zoom 6s linear 0s forwards;
}
@keyframes zoom {
	0% {
	  transform: scale(1);
  }
  100% {
	  transform: scale(1.06);
  }
}



/*キャッチ*/
.top_slider{
	position: relative;
	height: 100vh;
	min-height: 400px;
}
/*キャッチ*/
.top_slider .catch{
	position: absolute;
	bottom: calc(34px + 5.5%);
	left: 8.75%;
	pointer-events: none;
	z-index: 2;
}
.top_slider .catch h2{
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 400;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
}
.top_slider .catch h2 .ja{
	display: block;
	letter-spacing: 7px;
	font-size: 28px;
	margin-bottom: 8px;
}
.top_slider .catch h2 .en{
	display: block;
	font-size: 11.8px;
	letter-spacing: 1.58px;
}

@media (max-width: 750px){
	.main_bg .slider li{
		height: 70vh;
	}
	.top_slider{
		height: 70vh;
	}
	.top_slider .catch{
		bottom: calc(34px + 5%);
		left: 5%;
	}
	.top_slider .catch h2 .ja{
		font-size: 24px;
		margin-bottom: 7px;
	}
}
@media (max-width: 450px){
	.top_slider .catch{
		bottom: 39px;
		left: 3%;
	}
	.top_slider .catch h2 .ja{
		letter-spacing: 6px;
		font-size: 20px;
	}
	.top_slider .catch h2 .en{
		font-size: 10px;
	}
}


/*arrowアニメーション*/
.arrowWrap{
	display: block;
	position: absolute;
	right: 3.5%;
	bottom: 10%;
	z-index: 2;
	animation: catch_apper 1.6s ease-in-out;
	animation-delay: 0.1s;
}
.arrowWrap .arrowInner p{
	font-size: 12px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	letter-spacing: 0.5em;
	transition: 0.4s;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
}
.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のみ*/
::-webkit-full-page-media, :future, :root .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;
	background-color: #fff;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.bg01{
	background-color: #f8f5f3;
}
.bg02{
	background: url(../img/bg02.jpg);
	background-size: cover;
}


/*==news==============================*/
.news{
	overflow: hidden;
}
.news::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(135deg, #f8f5f3 0 30%, transparent 30% 100%);
	pointer-events: none;
	z-index: -1;
}


/*==welcome==============================*/
.welcome{
	padding: 0;
}
.welcome .flex{
	display: flex;
	justify-content: space-between;
}
.welcome .flex .pic{
	width: 50%;
	background: url(../img/welcome.webp);
	background-size: cover;
	background-position: center;
}
.welcome .flex .text{
	width: 50%;
	padding: 100px 60px;
	background: linear-gradient(135deg, transparent 0 94%, #f8f5f3 94% 100%);
}
@media (max-width: 960px){
	.welcome .flex{
		display: block;
	}
	.welcome .flex .pic{
		width: 100%;
		height: 400px;
	}
	.welcome .flex .text{
		width: 100%;
		padding: 100px 60px;
	}
}
@media (max-width: 750px){
	.welcome .flex .pic{
		height: 300px;
	}
	.welcome .flex .text{
		width: 100%;
		padding: 60px 20px;
		background: linear-gradient(135deg, transparent 0 90%, #f8f5f3 90% 100%);
	}
}


/*===movie==============================*/
.movie{
	clip-path: ellipse(100% 100% at top);
}
@media (max-width: 750px){
	.movie{
		clip-path: none;
	}
}

/*YouTube*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 3px;
}
.youtube_wrapper iframe{
	width: 100%;
	height: 100%;
}


/*===特徴==============================*/
.t_feature{
	padding-bottom: 0;
}

.gene_link{
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.gene_link a{
	display: block;
	width: calc(100% / 5);
	background-size: cover;
	background-position: center;
	height: 450px;
	padding: 20px;
}
.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;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
}
.gene_link a h3 span.en{
	display: block;
	text-transform: capitalize;
	font-size: 1rem;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.gene_link a h3 span.ja{
	display: block;
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.14em;
}
.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);
}
.gene_link a.link05,
.gene_link a.link05::after{
	background-image: url(../img/link05.jpg);
}
.gene_link a.link06,
.gene_link a.link06::after{
	background-image: url(../img/link06.jpg);
}
@media (max-width: 1100px){
	.gene_link{
		flex-wrap: wrap;
	}
	.gene_link a{
		width: calc(100% / 2);
		height: 380px;
		padding: 10px;
	}
	.gene_link a:last-child{
		width: 100%;
	}
}
@media (max-width: 960px){
	.gene_link a{
		height: 250px;
	}
}
@media (max-width: 750px){
	.gene_link a{
		width: 100%;
		height: 220px;
	}
}



/*===物件一覧==============================*/
.t_works_container .box{
	margin-bottom: 100px;
}
.t_works_container .box:last-child{
	margin-bottom: 0 !important;
}

.t_works .t_works_slide{
	margin-bottom: 40px;
}
.t_works .t_works_slide li{
	display: block;
	position: relative;
	aspect-ratio: 3 / 2;
}
.t_works .t_works_slide li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 750px){
	.t_works_container .box{
		margin-bottom: 60px;
	}
}


/*===対応可能エリア==============================*/
.area{
	padding-bottom: 0;
}
@media (max-width: 750px){
	.area .text .info{
		text-align: center;
		margin-bottom: 20px;
	}
}



/*===コンテンツ==============================*/
.cop_link{
	display: flex;
}
.cop_link .box{
	width: calc(100% / 5);
}
.cop_link .box a{
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	background: #F47711;
	padding: 20px;
	overflow: hidden;
}
.cop_link .box a img.bg{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
	opacity: 0.7;
}
.cop_link .box a h3{
	position: relative;
	z-index: 5;
	color: #fff;
	text-shadow: rgba(51,51,51,0.6) 0 0 5px, rgba(51,51,51,0.6) 0 0 5px;
}
.cop_link .box a h3 span.en{
	display: block;
	text-transform: capitalize;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
}
.cop_link .box a h3 span.ja{
	display: block;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.cop_link .box a h3 span.ja i{
	display: inline-block;
	margin-right: 5px;
}
.cop_link .box a .arrow{
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 50px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}
.cop_link .box a:hover img.bg{
	opacity: 1;
	transform: scale(1.1);
}
@media (max-width: 960px){
	.cop_link{
		display: block;
	}
	.cop_link .box{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.cop_link .box:last-child{
		margin-bottom: 0;
	}
}
@media (max-width: 750px){
	.cop_link .box a{
		height: 200px;
	}
}


/*===フッター==============================*/
footer{
	background-color: #fff;
}
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.webp);
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	pointer-events: none;
	z-index: -1;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.footer_top .btn_wrap .btn{
	width: 32%;
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: center;
}
.footer_top .btn_wrap .btn.fax a{
	pointer-events: none;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}

.footer_top .btn_wrap .btn p{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-weight: 400;
	text-transform: uppercase;
}
.footer_top .btn_wrap .btn p::before,
.footer_top .btn_wrap .btn p::after{
	content: '';
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	width: 100%;
}
.footer_top .btn_wrap .btn p::before{
	margin-right: 20px;
}
.footer_top .btn_wrap .btn p::after{
	margin-left: 20px;
}

@media (max-width: 750px){
	.footer_top{
		padding: 100px 0;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}


.footer_middle{
	text-align: center;
	padding: 100px 0 60px;
}
footer h3{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 12px;
}
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{
	background: #F47711;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.08em;
}
@media (max-width: 750px){
	.footer_middle{
		padding: 60px 0 40px;
	}
}


.footer_nav{
	margin-bottom: 15px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
}
.footer_nav ul li{
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid #ccc;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	font-size: 0.9rem;
	letter-spacing: 0.12em;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav ul{
		display: block;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #eee;
		padding: 10px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #eee;
	}
	.footer_nav ul li a{

	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
}

.f_icon_wrap{
	display: flex;
	justify-content: center;
}
.f_icon_wrap a.f_icon{
	display: inline-block;
	margin: 0 8px;
	font-size: 1.1rem;
}
.f_icon_wrap a.f_icon:hover{
	opacity: 0.7;
}



/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #F47711;
  	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%;
	height: 340px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.5;
	pointer-events: none;
	z-index:-1;
}
.kasou_top .inner{
	position: absolute;
	left: 50%;
	bottom: 20%;
	transform: translate(-50%, 0);
	z-index: 3;
}
.kasou_top h2{
	text-align: center;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 6px;
}
@media (max-width: 750px){
	.kasou_top h2{
		font-size: 1.8rem;
	}
}
@media (max-width: 450px){
	.kasou_top{
		height: 260px;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 0.8rem;
}
.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;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}
@media (max-width: 450px){
	.breadcrumb{
		font-size: 0.7rem;
	}
}


/*===特徴ページ==============================*/
.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{
	position: relative;
	width: 45%;
}
.key_flex .images .img::after{
	content: '';
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 2;
}
.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: 960px){
	.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;
	}
}


.feature h3{
	margin-bottom: 30px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.feature h3 span{
	display: block;
	color: #aaa;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 1rem;
}
@media (max-width: 750px){
	.feature h3{
		font-size: 1.5rem;
	}
	.feature h3 span{
		font-size: 0.9rem;
	}
}


/*===カスタムCMS各種ページ==============================*/
.gallery .gallery_flex{
	display: flex;
	flex-wrap: wrap;
}
.gallery .gallery_flex li{
	width: 32%;
	margin: 0 0.5% 30px;
}
.gallery .gallery_flex li a{

}
.gallery .gallery_flex li a .thumbnail{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	margin-bottom: 10px;
}
.gallery .gallery_flex li a .thumbnail::before{
    content: '';
    display: block;
    padding-top: 80%;
    padding-top: 70%;
}
.gallery .gallery_flex li a .thumbnail img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.6s ease;
}
.gallery .gallery_flex li a .text{

}
.gallery .gallery_flex li a .text h3{
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
}
.gallery .gallery_flex li a p{
	font-size: 0.9rem;
}
.gallery .gallery_flex li a span{
	display: inline-block;
}
.gallery .gallery_flex li a span::after{
	content: '/';
}
.gallery .gallery_flex li a span:last-child::after{
	display: none;
}
.gallery .gallery_flex li a:hover .thumbnail img{
	transform: scale(1.05);
	opacity: 0.8;
}
@media (max-width: 960px){
	.gallery .gallery_flex{
		justify-content: space-between;
	}
	.gallery .gallery_flex li{
		width: 49%;
		margin: 0 0 30px;
	}
}
@media (max-width: 750px){
	.gallery .gallery_flex li{
		width: 100%;
	}
}



.detail_info{
	display: flex;
	justify-content: space-between;
}
.detail_info .box{
	width: 49%;
}
.detail_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.detail_table tr{
	border-bottom: 1px solid #ccc;
}
.detail_table th,
.detail_table td{
	padding: 15px 10px;
	letter-spacing: 0.1em;
	font-size: 0.85rem;
}
.detail_table th{
	width: 30%;
	border-bottom: 1px solid #3c8448;
	font-weight: 500;
	text-align: left;
}
.detail_table td{
	width: 70%;
}
@media (max-width: 750px){
	.detail_info{
		display: block;
	}
	.detail_info .box{
		width: 100%;
	}
}



.detail_map{
	position: relative;
	margin-top: 60px;
}
.detail_map::before{
    content: '';
    display: block;
    padding-top: 46%;
}
.detail_map iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 750px){
	.detail_map::before{
		padding-top: 65%;
	}
}



.works .tw_slider{
	display: flex;
	flex-wrap: wrap;
}
.works .tw_slider li{
	width: 19%;
	margin: 0 0.5% 30px;
}
.works .tw_slider li a{

}
.works .tw_slider li a .thumbnail{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	margin-bottom: 5px;
}
.works .tw_slider li a .thumbnail::before{
    content: '';
    display: block;
    padding-top: 120%;
}
.works .tw_slider li a .thumbnail img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.6s ease;
}
.works .tw_slider li a .text{

}
.works .tw_slider li a .text .blog_title{
	font-size: 0.9rem;
}
.works .tw_slider li a .text .btn{
	font-size: 0.8rem;
	margin-top: 5px;
	display: none;
}
.works .tw_slider li a .text .btn::before{
	font-family: "Font Awesome 6 Free";
	content: "\f124";
	font-weight: bold;
	margin-right: 10px;
}
.works .tw_slider li a:hover .thumbnail img{
	transform: scale(1.1);
}
@media (max-width: 960px){
	.works .tw_slider li{
		width: 32%;
		margin: 0 0.5% 30px;
	}
}
@media (max-width: 750px){
	.works .tw_slider li{
		width: 48%;
		margin: 0 1% 20px;
	}
}




/*works_slider*/
.detail_slider{
	margin-bottom: 40px;
}
.detail_slider li p{
	text-align: center;
}
.detail_slider .main_slider{
	max-width: 750px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.detail_slider .main_slider li{
}
.detail_slider .main_slider li .d_imgwrap{
	position: relative;
	margin-bottom: 5px;
}
.detail_slider .main_slider li .d_imgwrap::before{
    content: '';
    display: block;
    padding-top: 60%;
}
.detail_slider .main_slider li .d_imgwrap img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.detail_slider .thumbnail_slider{
	padding: 0 50px;
}
.detail_slider .thumbnail_slider .slide_left, .detail_slider .thumbnail_slider .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;
}
.detail_slider .thumbnail_slider .slide_left{
	left: 0;
}
.detail_slider .thumbnail_slider .slide_right{
	right: 0;
}
.detail_slider .thumbnail_slider .slide_left i, .detail_slider .thumbnail_slider .slide_right i{
	display: block;
	font-size: 30px;
	transition: .8s;
}
.detail_slider .thumbnail_slider .slide_left:hover i{
	transform: translate(-6px);
}
.detail_slider .thumbnail_slider .slide_right:hover i{
	transform: translate(6px);
}
.detail_slider .thumbnail_slider li{
	margin: 0 5px;
}
.detail_slider .thumbnail_slider li .d_imgwrap{
	position: relative;
	overflow: hidden;
	background-color: rgba(14, 14, 14, 0.4);
	margin-bottom: 5px;
}
.detail_slider .thumbnail_slider li .d_imgwrap::before{
    content: '';
    display: block;
    padding-top: 65%;
}
.detail_slider .thumbnail_slider li .d_imgwrap img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
	cursor: pointer;
}
.detail_slider .thumbnail_slider li img:hover{
	opacity: 0.8;
}

@media (max-width: 750px){
	.detail_slider li p{
		font-size: 0.9rem;
	}
	.detail_slider .thumbnail_slider{
		padding: 0 30px;
	}
	.detail_slider .thumbnail_slider .slide_left, .detail_slider .thumbnail_slider .slide_right{
		width: 30px;
	}
	.detail_slider .thumbnail_slider .slide_left i, .detail_slider .thumbnail_slider .slide_right i{
		font-size: 20px;
	}
}


.detail_textarea{

}

.works-detail .sbtn{
	margin-top: 80px;
}


/*===契約の流れページ==============================*/
.preparation .flex{
	display: flex;
	flex-wrap: wrap;
}
.preparation .flex .box{
	width: 32%;
	margin: 0 0.5% 30px;
	border: 1px solid #999;
	padding: 30px;
}
.preparation .flex .box .img{
	margin-bottom: 15px;
}
.preparation .flex .box .text h3{
	font-size: 1.3rem;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}
@media (max-width: 960px){
	.preparation .flex .box{
		width: 49%;
	}
}
@media (max-width: 750px){
	.preparation .flex{
		display: block;
	}
	.preparation .flex .box{
		width: 100%;
		margin: 0 0 30px;
	}
}


.anchor_link{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.anchor_link a{
	display: block;
	width: 24%;
	text-align: center;
	border: 1px solid #666;
	padding: 2px 0;
	margin-bottom: 10px;
}
@media (max-width: 960px){
	.anchor_link a{
		width: 49%;
	}
}
@media (max-width: 750px){
	.anchor_link a{
		width: 100%;
	}
}

.flow_container .wrapper{
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.flow_container .wrapper:last-child{
	margin-bottom: 0 !important;
}

.flow_chart{
	position: relative;
}
.flow_chart .box{
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.flow_chart .box:last-child{
	margin-bottom: 0 !important;
}
.flow_chart .box .num{
	position: relative;
	background-color: #F47711;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	width: 200px;
	font-size: 1.2rem;
}
.flow_chart .box .num::before{
	display: block;
	position: absolute;
	top: calc(100% + 20px);
	left: 100px;
	font-family: "Font Awesome 6 Free";
	content: "\f0dd";
	font-weight: bold;
	color: #F47711;
	line-height: 1;
	transform: translate(-55%, -65%);
	font-size: 1.8rem;
}
.flow_chart .box:last-child .num::before{
	display: none;
}
.flow_chart .box .num span{

}
.flow_chart .box .text{
	width: calc(100% - 200px);
	padding: 15px 30px;
	background-color: #fff;
}
.flow_chart .box .text h3{
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

@media (max-width: 750px){
	.flow_chart .box{
		margin-bottom: 30px;
	}
	.flow_chart .box .num{
		width: 100px;
		font-size: 1rem;
	}
	.flow_chart .box .num::before{
		left: 50px;
		top: calc(100% + 15px);
		font-size: 1.6rem;
	}
	.flow_chart .box .text{
		width: calc(100% - 100px);
		padding: 15px 20px;
	}
	.flow_chart .box .text h3{
		font-size: 1.05rem;
	}
}



/*===よくあるご質問ページ==============================*/
.faq .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.faq .flex .box{
	width: 47%;
	margin-bottom: 80px;
}
.faq .flex .box:last-child{
	margin-bottom: 0 !important;
}
.faq .flex .box h3{
	position: relative;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	padding: 20px 0;
	border-top: 1px solid #eee;
}
.faq .flex .box h3::before{
	display: inline-block;
	content: 'Ques.';
	font-weight: bold;
	margin-right: 10px;
	color: #F47711;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}
.faq .flex .box h3::after{
	content: '';
	height: 1px;
	background-color: #F47711;
	position: absolute;
	left: 0;
	top: -1px;
	width: 20%;
}
.faq .flex .box .answer{
	opacity: 0.8;
}
.faq .flex .box .answer p{
	margin-bottom: 10px;
}
@media (max-width: 750px){
	.faq .flex .box{
		width: 100%;
		margin-bottom: 60px;
	}
}


.accent_text{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
	margin: 0 auto;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
}
.accent_text::before,
.accent_text::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.6rem;
}
.accent_text::before{
	content: '＼';
	left: 0;
}
.accent_text::after{
	content: '／';
	right: 0;
}

/*===会社概要ページ==============================*/
.daihyo{

}
.daihyo::after{
	content: '';
	width: 54%;
    height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f8f5f3;
	pointer-events: none;
	z-index: -1;
}
.daihyo .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.daihyo .flex .text{
	width: 58%;
}
.daihyo .flex .img{
	width: 38%;
}
.daihyo .tail{
	margin-top: 30px;
}
@media (max-width: 750px){
	.daihyo .flex{
		flex-direction: column-reverse;
	}
	.daihyo .flex .text{
		width: 100%;
	}
	.daihyo .flex .img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.daihyo .tail{
		text-align: right;
	}
}


/*===お問い合わせページ==============================*/
.contact .tel_contact .wrap{
	background-color: #FFFAF4;
	background-color: #f8f8f8;
	padding: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
}
.contact .tel_contact .wrap .sub{
	font-size: 1.8rem;
	margin-right: 40px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}
.contact .tel_contact .wrap .sub a{
	display: inline-block;
	white-space: nowrap;
	color: #F47711;
}
.contact .tel_contact .wrap .sub a i{
	font-size: 0.8em;
}
.contact .tel_contact .wrap .sub a:hover{
	opacity: 0.6;
}
.contact .tel_contact .wrap .info{
	
}
.contact .tel_contact .wrap .info p{
	font-size: 0.9rem;
}
.contact .tel_contact .wrap .info .btn a{
	display: block;
	width: 280px;
	padding: 10px 0;
	border-radius: 400px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	letter-spacing: 0.08em;
}
.contact .tel_contact .wrap .info .btn a:hover{
	background-color: #f4f4f4;
}
@media (max-width: 960px){
	.contact .tel_contact .wrap{
		display: block;
		text-align: center;
	}
	.contact .tel_contact .wrap .sub{
		font-size: 1.8rem;
		margin-right: 0;
	}
	.contact .tel_contact .wrap .sub a{
		font-size: 2rem;
	}
	.contact .tel_contact .wrap .info .btn a{
		margin: 0 auto;
		margin-top: 10px;
	}
}



/*メールフォーム*/
.mailform{
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #ccc;
}
.mailform .row > div:nth-child(1){
	width: 28%;
	font-weight: 400;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row > div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 400;
}
.mailform .row span.hissu{
	color: #fff;
	background: #999;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.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 .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 400;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #F47711;
	border: 1px solid #F47711;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #F47711;
}
.mailform button::before{
	font-family: "Font Awesome 6 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 #F47711;
    border-bottom: 3px solid #F47711;
    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: #fff;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #F47711;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #F47711;
}
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{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #f8f8f8;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #F47711;
	font-size: 0.9rem;
}
.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: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.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のみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}