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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #000;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2.2;
}
p,li,span,a{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	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: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.inner.wide{
	max-width: 1400px;
}
.inner.max{
	max-width: none;
}
.inner.mini{
	max-width: 960px;
}

.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{
	color: #EF7C10;
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	color: #EFCCAB;
	font-size: 1.2rem;
	font-family: "Ubuntu", sans-serif;
  	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.12em;
	margin-bottom: 5px;
}
h2.title span.ja{
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
h2.title.black span.en{
	color: #EF7C10;
}
@media (max-width: 750px){
	h2.title{
		margin-bottom: 30px;
	}
	h2.title.m_center{
		text-align: center;
	}
	h2.title span.en{
		font-size: 1rem;
		margin-bottom: 5px;
	}
	h2.title span.ja{
		font-size: 1.6rem;
		letter-spacing: 0.15em;
	}
}
@media (max-width: 450px){
	h2.title.mini span.ja{
		font-size: 1.4rem;
	}
}



/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.4rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    padding: 14px 18px;
	border-top: 3px solid #EF7C10;
	border-bottom: 3px solid #EF7C10;
	color: #EF7C10;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #009ee2;
    padding: 18px 18px;
	padding-left: 36px;
	color: #009ee2;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(0, 158, 226, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #009ee2;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.4rem;
	border-bottom: 3px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -3px;
	width: 120px;
	height: 3px;
	background: #EF7C10;
}
.stitle::first-letter{
	color: #EF7C10;
	font-size: 1.2em;
	margin-right: 1px;
}


/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	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;
}
.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.3rem;
	letter-spacing: 0.1em;
	color: #EF7C10;
}
.ctitle::before{
	content: '';
	display: block;
	width: 60px;
	aspect-ratio: 52 / 23;
	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);
}


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

.rtitle{
	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: 1.2rem;
	letter-spacing: 0.1em;
	padding: 12px 12px;
	background-color: #f7f7f7;
	margin-bottom: 15px;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.9em;
	color: #EF7C10;
	transform: translateY(-1px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-family: "Ubuntu", sans-serif;
  	font-weight: 700;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	color: #EFCCAB;
	text-transform: uppercase;
}
.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{
	max-width: 260px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	border: 2px solid #EF7C10;
	text-align: center;
	width: 100%;
	padding: 12px 0;
	border-radius: 40px;
	letter-spacing: 0.18em;
	font-size: 0.9rem;
	color: #fff;
	transition: all .5s ease;
	background: #EF7C10;
}
.sbtn a:hover{
	background:#fff;
	color: #EF7C10;
}
.sbtn.white a{
	background:#fff;
	color: #EF7C10;
}
.sbtn.white a:hover{
	color: #fff;
	background: #EF7C10;
	border-color: #fff;
}

.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #333;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.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: #EF7C10;
	background-image: linear-gradient(to right, #EF7C10, #EF7C10);
	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: #EF7C10;
	color: #fff;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 700;
}
.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: #EF7C10;
	width: 200px;
	font-weight: 700;
	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 #EF7C10;
}
.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: 700;
}
.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: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		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;
	padding: 5px 0;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #EF7C10;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list.white li{
	color: #fff;
	border-color: rgba(255, 255, 255, 1);
}
ul.check_list.white li::before{
	color: #fff;
}

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: #08A6A6;
	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: #08A6A6;
	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;
}
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: 900;
	margin-right: 8px;
	font-size: 0.8em;
	transform: translateY(-2px);
	color: #EF7C10;
}
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: 400px;
}
.mini_flex .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.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{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}


/*YouTube*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
.youtube_wrapper iframe{
	display: block;
	width: 100%;
	height: 100%;
}

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




.overwrap{
	overflow-x: clip;
}



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




.deco img{
	display: block;
	width: 100%;
}





img.round{
	border-radius: 10px;
}




/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	background-color: #fff;
	padding-right: 200px;/*右TELの長さ*/
}
.site_header.transform{
}
.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 30px;
}

.site_header h1{
	width: 300px;
	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 .h_tel{
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #EF7C10;
	color: #fff;
	width: 200px;
	padding: 18px 0;
	border-radius: 0 0 0 10px;
	border-left: 2px solid #EFCCAB;
	border-bottom: 2px solid #EFCCAB;
	line-height: 2.1;
}
.site_header .h_tel .wrap{
	transition: 0.4s;
}
.site_header .h_tel img{
	display: block;
	width: 60px;
	margin: 0 auto;
	margin-bottom: 12px;
}
.site_header .h_tel p.txt1{
	font-size: 0.95rem;
	letter-spacing: 0.15em;
}
.site_header .h_tel p.txt2{
	font-size: 1rem;
	font-family: "Ubuntu", sans-serif;
  	font-weight: 700;
}
.site_header .h_tel p.txt2 span{
	display: inline-block;
}
.site_header .h_tel:hover .wrap{
	opacity: 0.8;
	transform: scale(0.98);
}


/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
}
.global_nav ul li{
	margin-left: 35px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.28em;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	font-family: "Ubuntu", sans-serif;
  	font-weight: 700;
	color: #EF7C10;
	color: #EFCCAB;
	font-size: 0.72em;
	letter-spacing: 0.22em;
	margin-bottom: 9px;
	transition: 0.4s;
	transition-delay: 0.1s;
}
.global_nav ul li a:hover span{
	color: #EFCCAB;
	color: #EF7C10;
}
@media (max-width: 1200px){
	.site_header .flex{
		padding: 10px 10px;
	}
	.global_nav ul li{
		margin-left: 15px;
	}
	.global_nav ul li a{
		font-size: 0.8rem;
	}
}
@media (max-width: 960px){
	.site_header{
		padding-right: 0;
	}
	.site_header .flex{
		padding: 0 10px;
		height: 70px;
	}
	.site_header h1{
		width: 200px;
	}
	.site_header .h_tel,
	.global_nav{
		display: none;
	}
}


/*===スライダー==============================*/
.top_slider{
	position: relative;
	z-index: 1;
}
.top_slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 80;
	opacity: 0;
	pointer-events: none;
	animation: fv_apper 2s linear;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.top_slider .slider{
	position: relative;
	z-index: 1;
}
/*ドットテクスチャ*/
.top_slider .slider::before{
	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;
	pointer-events: none;
}
.top_slider .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	z-index: 2;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 90vh;
	min-height: 400px;
}
.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
}
.top_slider .slider li.add-animation .slide_img{
	animation: zoom 7s linear 0s forwards;
}
@keyframes zoom {
	0% {
	  transform: scale(1.1);
  }
  100% {
	  transform: scale(1);
  }
}

@media (max-width: 750px){
	.top_slider .slider li{
		height: 70vh;
	}
}
@media (max-width: 450px){
	/*ドットテクスチャ*/
	.top_slider .slider::before{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}


/*キャッチ*/
.top_slider .catch{
	position: absolute;
	bottom: 8%;
	left: 6%;
	z-index: 5;
	white-space: nowrap;
	animation: apper 2.5s ease-in-out;
	color: #fff;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.top_slider .catch h2{
	margin-bottom: 25px;
}
.top_slider .catch h2 span{
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 2.8rem;
	letter-spacing: 0.24em;
}
.top_slider .catch h2 span:last-child{
	margin-bottom: 0 !important;
}
.top_slider .catch p{
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.3;
	letter-spacing: 0.25em;
}

@media (max-width: 750px){
	.top_slider .catch{
		bottom: 5%;
		left: 5%;
	}
	.top_slider .catch h2{
		margin-bottom: 15px;
	}
	.top_slider .catch h2 span{
		font-size: 1.6rem;
	}
	.top_slider .catch p{
		font-size: 0.7rem;
	}
}


/*===メイン==============================*/
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: #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;
	}
}


.s_middle{
	position: relative;
	height: 500px;
	z-index: 1;
}
.s_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 750px){
	.s_middle{
		height: 300px;
	}
}


.bg01{
	background-color: #f5f5f5;
}
.bg02{
	background-color: #EFCCAB;
}



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

.welcome .deco01{
	position: absolute;
	bottom: 0;
	right: -20px;
	z-index: -1;
	width: 60%;
	max-width: 400px;
	opacity: 0.1;
}

.welcome .flex{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.welcome .flex .img{
	position: relative;
	width: 60%;
	overflow: hidden;
	border-radius: 0 10px 10px 0;
}
.welcome .flex .img::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index: 1;
}
.welcome .flex .img img{
}
.welcome .flex .text{
	position: relative;
	left: -100px;
	z-index: 5;
	width: 40%;
	text-shadow: rgba(255, 255, 255, 0.4) 0 3px 20px;
}
.welcome .flex .text h3{
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
@media (max-width: 960px){
	.welcome .flex{
		display: block;
		width: 96%;
		margin: 0 auto;
	}
	.welcome .flex .img{
		width: 100%;
		border-radius: 10px;
		margin-bottom: 30px;
	}
	.welcome .flex .img::after{
		opacity: 0;
	}
	.welcome .flex .text{
		position: static;
		width: 100%;
	}
	.welcome .flex .text h3{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
}
@media (max-width: 750px){
	.welcome .flex{
		margin-bottom: 60px;
	}
}



/*===t_service==============================*/
.t_service{
}
.t_service::after{
	content: '';
	width: 80%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #f5f5f5;
	pointer-events: none;
	z-index: -1;
	border-radius: 10px 0 0 10px;
}

.t_service .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.t_service .flex .text{
	width: 40%;
}
.t_service .flex .container{
	width: 56%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.t_service .flex .container .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	width: 49%;
	padding: 30px 20px;
	border-radius: 10px;
	margin-bottom: 15px;
	box-shadow: rgba(239, 124, 16, 0.15) 0px 8px 24px;
}
.t_service .flex .container .box .img{
	width: 80px;
}
.t_service .flex .container .box .txt{
	width: calc(100% - 120px);
}
.t_service .flex .container .box .txt .num{
	font-family: "Ubuntu", sans-serif;
  	font-weight: 700;
	text-transform: capitalize;
	color: #EF7C10;
}
.t_service .flex .container .box .txt h3{
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}
@media (max-width: 1200px){
	.t_service .flex{
		flex-direction: column;
	}
	.t_service .flex .text{
		width: 100%;
		display: contents;
	}
	.t_service .flex .text h2{
		order: 1;
		width: 100%;
	}
	.t_service .flex .text .wrap{
		order: 3;
		width: 100%;
	}
	.t_service .flex .container{
		order: 2;
		width: 100%;
		margin-bottom: 20px;
	}
}
@media (max-width: 750px){
	.t_service .flex .container{
		display: block;
	}
	.t_service .flex .container .box{
		width: 100%;
		padding: 20px;
		margin-bottom: 10px;
	}
	.t_service .flex .container .box:last-child{
		margin-bottom: 0 !important;
	}
	.t_service .flex .container .box .img{
		width: 70px;
	}
	.t_service .flex .container .box .txt{
		width: calc(100% - 100px);
	}
	.t_service .flex .container .box .txt h3{
		font-size: 1.1rem;
	}
}





/*===t_recruit==============================*/
.t_recruit{
}
.t_recruit .deco01{
	position: absolute;
	bottom: 5px;
	left: 20px;
	z-index: -1;
	width: 60%;
	max-width: 300px;
	opacity: 0.1;
}

.t_recruit .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_recruit .flex .pic{
	width: 49%;
	display: flex;
	justify-content: space-between;
}
.t_recruit .flex .pic .img{
	width: 48%;
}
.t_recruit .flex .text{
	width: 48%;
}
@media (max-width: 960px){
	.t_recruit .flex{
		display: block;
	}
	.t_recruit .flex .pic{
		width: 100%;
		margin-bottom: 20px;
	}
	.t_recruit .flex .pic .img:first-child{
		margin-top: 10px;
	}
	.t_recruit .flex .text{
		width: 100%;
	}
}


/*===フッター==============================*/
footer{
}
.footer_top{
}
@media (max-width: 750px){
}

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

footer h3{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 15px;
}
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 .f_banner{
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
}

.footer_bottom{
	text-align: center;
	padding: 20px 0;
	letter-spacing: 0.08em;
	background-color: #fff;
}

@media (max-width: 750px){
}






.footer_nav{
	margin-top: 40px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 960px;
	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.25em;
}
.footer_nav ul li a i{
	display: inline-block;
	font-size: 0.6em;
	transform: translateY(-2px);
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav{
		margin-top: 30px;
	}
	.footer_nav ul{
		display: block;
		width: 90%;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #ddd;
		padding: 10px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #ddd;
	}
	.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 #EF7C10;
		border-bottom: 1px solid #EF7C10;
	}
}





/*トップに戻る*/
.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: #eee;
  	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: 12px;
  	color: #EF7C10;
}
.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: 90%;
	padding: 130px 0;
	padding: 180px 0 100px;
	margin: 0 0 0 auto;
	border-radius: 0 0 0 10px;
	overflow: hidden;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.3;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 960px){
	.kasou_top{
		width: 100%;
		border-radius: 0;
	}
	.kasou_top h2{
		text-align: center;
		font-size: 2.2rem;
	}
}
@media (max-width: 750px){
	.kasou_top{
		padding: 140px 0 80px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 0;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.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: 960px){
	.breadcrumb{
		text-align: center;
	}
}


/*===事業紹介ページ==============================*/
.service{
}
.service .deco01{
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: -1;
	width: 60%;
	max-width: 400px;
	opacity: 0.1;
}


.service .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service .flex .img{
	width: 48%;
}
.service .flex .text{
	width: 48%;
}
@media (max-width: 960px){
	.service .flex{
		display: block;
	}
	.service .flex .img{
		width: 100%;
		margin-bottom: 10px;
	}
	.service .flex .text{
		width: 100%;
	}
}









/*===導入事例ページ==============================*/
.works_lede{
	padding-bottom: 0;
}
.works_lede .container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works_lede .container .wrapper{
	width: 48.5%;
	margin-bottom: 30px;
}
.works_lede .container .wrapper .num{
	color: #EFCCAB;
	font-size: 1.4rem;
	font-family: "Ubuntu", sans-serif;
  	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 10px;
}
.works_lede .container .wrapper .num span{
	display: inline-block;
	font-size: 3em;
	margin-left: 8px;
}
.works_lede .container .wrapper .img{
	margin-bottom: 10px;
}
.works_lede .container .wrapper h3{
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #EF7C10;
	border-bottom: 1px solid #EFCCAB;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.works_lede .container .wrapper .tail{
	text-align: right;
	color: #aaa;
	margin-top: 10px;
}
@media (max-width: 750px){
	.works_lede .container{
		display: block;
	}
	.works_lede .container .wrapper{
		width: 100%;
		margin-bottom: 30px;
	}
	.works_lede .container .wrapper:last-child{
		margin-bottom: 0 !important;
	}
	.works_lede .container .wrapper .num{
		text-align: center;
	}
	.works_lede .container .wrapper .num span{
		font-size: 2em;
	}
	.works_lede .container .wrapper h3{
		font-size: 1.3rem;
	}
}



.works_bottom .deco01{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: -1;
	width: 50%;
	max-width: 300px;
	opacity: 0.1;
}





/*===初めての方へページ==============================*/
.guide_lede{
}
.guide_lede .deco01{
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: -1;
	width: 50%;
	max-width: 300px;
	opacity: 0.1;
}
.guide_lede .flex{
	display: flex;
	justify-content: space-between;
}
.guide_lede .flex .left{
	width: 42%;
}
.guide_lede .flex .text{
	width: 55%;
}
.guide_lede h3{
}
@media (max-width: 960px){
	.guide_lede .flex{
		display: block;
	}
	.guide_lede .flex .left{
		width: 100%;
	}
	.guide_lede .flex .text{
		width: 100%;
	}
}


.trouble{
}
.trouble .flex{
	display: flex;
	justify-content: space-between;
}
.trouble .flex .text{
	width: 41%;
}
.trouble .flex ul.comments{
	width: 55%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.trouble .flex ul.comments li{
	position: relative;
	z-index: 1;
	width: 49%;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	border: 1px solid #EFCCAB;
	display: flex;
	align-items: center;
	line-height: 1.7;
}
.trouble .flex ul.comments li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f086";
	font-weight: 400;
	margin-right: 20px;
	font-size: 2rem;
	color: #EF7C10;
}
@media (max-width: 960px){
	.trouble .flex{
		display: block;
	}
	.trouble .flex .text{
		width: 100%;
		margin-bottom: 30px;
	}
	.trouble .flex ul.comments{
		width: 100%;
	}
}
@media (max-width: 750px){
	.trouble .flex ul.comments{
		display: block;
	}
	.trouble .flex ul.comments li{
		width: 100%;
	}
	.trouble .flex ul.comments li:last-child{
		margin-bottom: 0 !important;
	}
}



.guide_feature{
}
.guide_feature .container{	
}
.guide_feature .container .wrapper{
	margin-bottom: 60px;
}
.guide_feature .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.guide_feature .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guide_feature .container .wrapper .flex .img{
	width: 400px;
}
.guide_feature .container .wrapper .flex .text{
	width: calc(100% - 440px);
}

.stitle span.num{
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #EFCCAB;
}
@media (max-width: 960px){
	.guide_feature .container .wrapper .flex .img{
		width: 300px;
	}
	.guide_feature .container .wrapper .flex .text{
		width: calc(100% - 340px);
	}
}
@media (max-width: 750px){
	.guide_feature .container .wrapper .flex{
		display: block;
	}
	.guide_feature .container .wrapper .flex .img{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.guide_feature .container .wrapper .flex .text{
		width: 100%;
	}
}






.guide_works{
}
.guide_works::after{
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #EFCCAB;
	pointer-events: none;
	z-index: -1;
}
.guide_works .flex{
	display: flex;
	justify-content: space-between;
}
.guide_works .flex .box{
	background-color: #fff;
	width: calc(25% - 4px);
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(239, 124, 16, 0.12) 0px 8px 24px;
}
.guide_works .flex .box .img{
	width: 70%;
	max-width: 120px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.guide_works .flex .box h3{
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	color: #EF7C10;
}
.guide_works .flex .box h3 span.num{
	display: block;
	color: #EFCCAB;
	font-size: 0.8em;
}
.guide_works .flex .box .tail{
	text-align: right;
	margin-top: 10px;
	color: #bbb;
}
@media (max-width: 960px){
	.guide_works::after{
		height: 70%;
	}
	.guide_works .flex{
		flex-wrap: wrap;
	}
	.guide_works .flex .box{
		width: 49%;
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.guide_works::after{
		height: 90%;
	}
	.guide_works .flex{
		display: block;
	}
	.guide_works .flex .box{
		width: 100%;
	}
	.guide_works .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}



.point_tel{
	text-align: center;
}
.point_tel a{
	display: inline-block;
	font-family: "Ubuntu", sans-serif;
  	font-weight: 700;
	font-size: 2.8rem;
	color: #EF7C10;
	line-height: 1;
}
.point_tel a i{
	display: inline-block;
	font-size: 0.8em;
}
.point_tel a:hover{
	opacity: 0.6;
}
@media (max-width: 750px){
	.point_tel a{
		font-size: 2rem;
	}
}



/*===求人情報ページ==============================*/
.recruit_lede{
}
.recruit_lede .deco01{
	position: absolute;
	bottom: 0;
	right: -20px;
	z-index: -1;
	width: 60%;
	max-width: 400px;
	opacity: 0.1;
}

.recruit_lede .stairs_img2{
	max-width: 960px;
	margin: 0 0 0 auto;
	margin-bottom: 40px;
}



.recommend{
}
.recommend .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
}
.recommend .flex .box{
	width: 32%;
	margin: 0 0.5% 10px;
	background-color: #fff;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
	box-shadow: rgba(239, 124, 16, 0.1) 0px 8px 24px;
}
.recommend .flex .box .img{
	width: 70%;
	max-width: 120px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.recommend .flex .box h3{
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
@media (max-width: 750px){
	.recommend .flex{
		justify-content: space-between;
	}
	.recommend .flex .box{
		width: 48.5%;
		margin: 0 0 10px;
	}
	.recommend .flex .box .img{
		margin-bottom: 10px;
	}
	.recommend .flex .box h3{
		font-size: 0.9rem;
	}
}



.rec_detail{
}
.rec_detail .container .wrapper{
	margin-bottom: 100px;
}
.rec_detail .container .wrapper:last-child{
	margin-bottom: 0 !important;
}

.rec_detail .charm .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}
.rec_detail .charm .wrap:first-child{
	padding-top: 0 !important;
}
.rec_detail .charm .wrap .num{
	font-size: 10rem;
	line-height: 1;
	font-family: "Ubuntu", sans-serif;
  	font-weight: 700;
	color: #EFCCAB;
}
.rec_detail .charm .wrap .text{
	width: calc(100% - 240px);
}
@media (max-width: 750px){
	.rec_detail .container .wrapper{
		margin-bottom: 60px;
	}
	.rec_detail .charm .wrap{
		display: block;
		border-bottom: none;
		padding: 0;
		margin-bottom: 30px;
	}
	.rec_detail .charm .wrap:last-child{
		margin-bottom: 0 !important;
	}
	.rec_detail .charm .wrap .num{
		font-size: 5rem;
		text-align: center;
		margin-bottom: 20px;
	}
	.rec_detail .charm .wrap .text{
		width: 100%;
	}
}



/*===会社案内ページ==============================*/
.greeting{
}
.greeting .tail{
	text-align: right;
	margin-top: 20px;
}


.concept{
}
.concept .deco01{
	position: absolute;
	bottom: 0;
	right: -20px;
	z-index: -1;
	width: 60%;
	max-width: 400px;
	opacity: 0.1;
}

.concept h3{
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	color: #EF7C10;
	margin-bottom: 20px;
}
@media (max-width: 750px){
	.concept h3{
		font-size: 1.5rem;
		text-align: center;
	}
}




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

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}