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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.7;
	color: #595757;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	color: #595757;
	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;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}

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

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

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

span.red{
	color: #f05742;
}
/*蛍光マーカー*/
span.marker{
	background: linear-gradient(transparent 60%, #ff6 60%);
}

.orange{
	color: #FF6E00;
}


/*Title*/
h2.title{
	margin-bottom: 40px;
	font-weight: 700;
	color: #FF6E00;
}
h2.title span.en{
	display: block;
	text-shadow: 2px 2px rgb(63 63 63 / 5%);
	font-size: 3.5rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 5px;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	line-height: 1;
}
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;
}
@media (max-width: 450px){
	h2.title span.en{
		font-size: 3rem;
	}
}

/*mtitle*/
.mtitle{
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 5px 15px;
	padding-right: 0;
    font-size: 1.4rem;
    margin-top: 15px;
    margin-bottom: 30px;
	color: #683f26;
}
.mtitle::before,
.mtitle::after{
	position: absolute;
    content: "";
    left: 0;
    height: 6px;
}
.mtitle::before{
    width: 25%;
    top: -6px;
    background: #FF6E00;
	opacity: 0.6;
    border-radius: 5px 5px 0 0;
}
.mtitle::after{
	width: 40%;
    bottom: -6px;
    background: #FF6E00;
    border-radius: 0 0 5px 5px;
}
@media (max-width: 750px){
	.mtitle{
		font-size: 1.4rem;
	}
}

/*mtitle02*/
.mtitle02{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #FF6E00;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 8px;
	margin-bottom: 20px;
	background: #fff;
}

/*stitle*/
.stitle{
	position: relative;
	font-weight: 700;
	font-size: 1.4rem;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #FF6E00;
}
.stitle::first-letter{
	color: #FF6E00;
	font-size: 1.4em;
}

/*dtitle*/
.dtitle{
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 40px;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.2rem;
	}
}

.ntitle{
	font-size: 1.2rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
}
.ntitle::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	color: #FF6E00;
}

.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.1rem;
    margin-bottom: 20px;
	background-color: #803700;
	color: #fff;
	padding: 5px 10px;
	border-left: 7px solid #CC7B3D;
	font-weight: 700;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.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;
	}
}

.bold{
	font-size: 1.2rem;
}


/*ボタン*/
.sbtn a{
	display: block;
	border: 1px solid #fff;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 0.9rem;
	color: #fff;
	transition: all .5s ease;
	background: #FF6E00;
}
.sbtn a:hover{
	background:#fff;
	color: #FF6E00;
	border: 1px solid #FF6E00;
}
.sbtn.white a{
	background:#fff;
	color: #FF6E00;
	border: 1px solid #FF6E00;
}
.sbtn.white a:hover{
	color: #fff;
	background: #FF6E00;
	border: 1px solid #fff;
}
.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;
	}
}

/*テキストリンク*/
a.t_link{
	color: #FF6E00;
	background-image: linear-gradient(to right, #FF6E00, #FF6E00);
	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: 2px solid #f5f5f5;
}
.info_table th,
.info_table td{
	padding: 15px 0;
}
.info_table th{
	background: #FF6E00;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
	font-weight: 700;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}

/*スタイリッシュ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;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #FF6E00;
	font-weight: 700;
	color: #FF6E00;
}
.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: 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: 451px){
	br.only450{
		display: none;
	}
}

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

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	margin-bottom: 5px;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #FF6E00;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list02 li{
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #FF6E00;
	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{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #FF6E00;
	margin-right: 5px;
}

ul.care_list li{
	font-size: 0.9rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

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

/*画像 + テキスト 上下逆転のflex*/
.info_flexbox_reverse{
	display: flex;
	justify-content: space-between;
}
.info_flexbox_reverse .text{
	width: 48%;
}
.info_flexbox_reverse .img{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox_reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox_reverse .text{
		width: 100%;
	}
	.info_flexbox_reverse .img{
		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{
		display: block;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48%;
}
@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;
	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;
	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;
}

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






/*===ヘッダー==============================*/
.site_header{
	transition: 0.6s;
	padding: 10px 0;
	background: #fff;
}
.sticky{
	position: sticky;
	top: 0;
	left:0;
	right:0;
	z-index: 990;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.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 .info{
}
.site_header .tr{
	display: flex;
	justify-content: right;
}

.site_header .tr .btn a{
	display: block;
	align-items: center;
	background-color: #f8f6f3;
	background-color: #f2efec;
	border-radius: 10px;
	padding: 5px 30px;
	font-size: 1.1rem;
}
.site_header .tr .btn:nth-child(2) a{
	background-color: #FF6E00;
	color: #fff;
	margin-left: 5px;
}
.site_header .tr .btn a:hover{
	transform: translateY(-5px);
}

/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav > ul{
	display: flex;
}
.global_nav > ul > li{
	transition: .4s;
	width: calc(100% / 5);
}
.global_nav > ul > li > a{
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 20px 0;
}
.global_nav > ul > li > a span{
	display: inline-block;
	width: 100%;
	border-left: 1px dashed #775635;
	padding: 5px 0;
}
.global_nav > ul > li > a:hover{
	color: #FF6E00;
}
.global_nav > ul > li:last-child > a span{
	border-right: 1px dashed #775635;
}

/*haschild*/
.global_nav > ul > li.haschild{
	position: relative;
}
.global_nav > ul > li.haschild > a{
	position: relative;
}
.global_nav > ul > li.haschild > a i{
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.global_nav > ul > li.haschild .drop_list{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(-100%) scale(0);
	background-color: #fff;
	transition: all 0.5s;
	padding: 60px 30px;
	width: 500px;
	border-radius: 10px;
	pointer-events: none;
	opacity: 0;
}
.global_nav > ul > li.haschild .drop_list li{
	border-bottom: 1px dashed #775635;
}
.global_nav > ul > li.haschild .drop_list li:first-child{
	border-top: 1px dashed #775635;
}
.global_nav > ul > li.haschild .drop_list li a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 3px;
	transition: 0.2s;
}
.global_nav > ul > li.haschild .drop_list li a img{
	display: block;
	width: 80px;
	margin-right: 15px;
}
.global_nav > ul > li.haschild:hover .drop_list{
	transform: translateX(-50%) translateY(0) scale(1);
	pointer-events: all;
	opacity: 1;
}
.global_nav > ul > li.haschild .drop_list li a:hover{
	background-color: rgba(255, 255, 255, 0.5);
	color: #FF6E00;
}

@media (max-width: 1200px){
	.site_header{
		padding: 10px 0;
	}
	.site_header h1{
		width: 240px;
	}
	.site_header .info,
	.global_nav{
		display: none;
	}
}
@media (max-width: 450px){
	.site_header h1{
		width: 200px;
	}
}


/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .deco{
	position: absolute;
	z-index: 1;
	width: 35%;
	max-width: 300px;
	opacity: 0.7;
	pointer-events: none;
}
.top_slider .deco01{
	top: 0;
	left: 0;
}
.top_slider .deco02{
	bottom: 0;
	right: 0;
}
.top_slider .slider{
}
.top_slider .slider li{
	width: 100%;
	height: 100vh;
	min-height: 800px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
	background-position: bottom center;
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}
.top_slider .slider li.top04{
	background-image: url(../img/top04.jpg);
}
.top_slider .slider li.top05{
	background-image: url(../img/top05.jpg);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 95%;
	max-width: 750px;
}
/*出来るだけ見切れないように*/
@media (max-width: 1400px){
	.top_slider .slider li{
		height: 80vh;
		min-height: 600px;
	}
}
@media (max-width: 960px){
	.top_slider .slider li{
		height: 50vh;
		min-height: 300px;
	}
}
@media (max-width: 750px){
	.top_slider .slider li{
		height: 40vh;
	}
}
@media (max-width: 450px){
	.top_slider .slider li{
		height: 35vh;
	}
}


/*===メイン==============================*/
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;
}
@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: #fffaf6;
}
.bg02{
	background: url(../img/old01.png);
}

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

}

/*===link==============================*/
.t_business{
}
.t_business .box{
	display: flex;
}
.t_business .box .img{
	width: 55%;
	background-size: cover;
	background-position: center;
}
.t_business .box .img01{
	background-image: url(../img/tb01.jpg);
}
.t_business .box .img02{
	background-image: url(../img/tb02.jpg);
}
.t_business .box .img03{
	background-image: url(../img/tb03.jpg);
}
.t_business .box .img04{
	background-image: url(../img/tb04.jpg);
}
.t_business .box .text{
	width: 45%;
	padding: 80px 40px;
	background: #fffaf6;
}
.t_business .box .text h3{
	font-size: 1.8rem;
	margin-bottom: 15px;
	color: #FF6E00;
	position: relative;
	padding-left: 1em;
}
.t_business .box .text h3::before{
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 0.9em;
	background: linear-gradient(to bottom, #FF6E00 0%, #FF6E00 50%, #FFB20D 50%, #FFB20D 100%);
	top: 0;
	left: 0;
	transform: translateY(50%);
}
.t_business .box .text p{
	margin-bottom: 10px;
}
.t_business .box.reverse .text{
	background: #fff;
}

@media (max-width: 750px){
	.t_business .box{
		flex-direction: column;
	}
	.t_business .box.reverse{
		flex-direction: column-reverse;
	}
	.t_business .box .img{
		width: 100%;
		height: 280px;
	}
	.t_business .box .text{
		width: 100%;
		padding: 20px 20px 40px;
	}
	.t_business .box .text h3{
		font-size: 1.5rem;
	}
}

/*===スタッフ募集中！==============================*/
.t_recruit .img{
	max-width: 960px;
	margin: 0 auto;
}


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

/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 140px 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;
}
.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;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 0;
	font-size: 1.5rem;
}
.footer_top .btn_wrap .btn a:hover{
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.footer_middle{
	text-align: center;
	padding: 30px 0;
	background-color: #E8DFD1;
	background-color: #806854;
	color: #fff;
}

.footer_nav{
	margin: 0 auto;
	max-width: 960px;
	margin-bottom: 30px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	width: calc(100% / 5);
	text-align: center;
	border-right: 1px solid #eee;
	font-size: 0.85rem;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	color: #fff;
}
.footer_nav ul li a:hover{
	opacity: 0.7;
}

footer h3{
	width: 70%;
	max-width: 300px;
	margin: 0 auto 40px;
}
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-color: #E8DFD1;
	text-align: center;
	padding: 10px 0;
	color: #806854;
}

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


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 50px;
  	height: 50px;
  	position: fixed;
  	right: 10px;
  	bottom: 10px;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #FF6E00;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	font-weight: 900;
  	font-size: 25px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
	opacity: .6;
}
.page_top.is_animation:hover{
	opacity: 1;
	transform: translateY(-10px);
}


/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	height: 350px;
	width: 100%;
}
.kasou_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.kasou_top h2 .ja{
	display: block;
	font-size: 2.8rem;
	margin-bottom: 10px;
}
.kasou_top h2 .en{
	font-size: 1.4rem;
	display: block;
	text-transform: capitalize;
}
@media (max-width: 750px){
	.kasou_top{
	  height: 300px;
	}
	.kasou_top h2 .ja{
		font-size: 2rem;
	}
	.kasou_top h2 .en{
		font-size: 1.2rem;
	}
}


/*パンくず*/
.breadcrumb{
	z-index: 1;
	font-size: 11px;
}
.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;
	font-size: 1.1em;
	color: #FF6E00;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}


/*===事業内容ページ==============================*/

.b_contents .text{
	padding: 0 5px;
	/*color: #683f26;*/
}




/*===求人情報ページ==============================*/
.recruit_lede .text h3{
	font-size: 1.4rem;
	margin-bottom: 25px;
	line-height: 2.5;
}
.recruit_lede .text h3 p{
	display: inline;
	border-bottom: 2px dotted #683f26;
	padding-bottom: 10px;
	color: #683f26;
}
.recruit_lede .text h3 span{
	color: #FF6E00;
}


.comment_box{
	display: flex;
	margin-bottom: 40px;
}
.comment_box:last-child{
	margin-bottom: 0;
}
.comment_box .img{
	width: 180px;
}
.comment_box .info{
	width: calc(100% - 180px);
	padding-left: 20px;
}
.comment_box .info h3{
	font-size: 1.3rem;
	color: #FF6E00;
	margin-bottom: 10px;
}
.comment_box .info h3::before{
	font-family: "Font Awesome 5 Free";
	content: "\f4ad";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 750px){
	.comment_box{
		display: block;
	}
	.comment_box .img{
		margin: 0 auto 20px;
	}
	.comment_box .info{
		width: 100%;
		padding-left: 0;
	}
}



/*===会社案内ページ==============================*/
.daihyo .img{
	border-radius: 16px 0 16px 0;
	overflow: hidden;
}
.daihyo .text_main{
	color: #683f26;
}


/*===ご利用者・ご家族専用　※パスワード付ページ==============================*/
.newspaper ul.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newspaper ul.flex li{
	width: 31%;
	margin-bottom: 15px;
}
.newspaper ul.flex li a{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #FF6E00;
	color: #fff;
}
.newspaper ul.flex li a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	font-weight: bold;
	margin-right: 10px;
}
.newspaper ul.flex li a:hover{
	background-color: #fff;
	color: #FF6E00;
}
@media (max-width: 750px){
	.newspaper ul.flex li{
		width: 48%;
	}
}
@media (max-width: 450px){
	.newspaper ul.flex li{
		width: 100%;
	}
}

.gallery .flex{
	display: flex;
	flex-wrap: wrap;
}
.gallery .flex .box{
	display: block;
	width: 31%;
	margin: 0 1% 40px;
	min-height: 0%;
}
.gallery .flex .box a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	margin-bottom: 5px;
}
.gallery .flex .box a::before{
    content: '';
    display: block;
    padding-top: 65%;
}
.gallery .flex a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
}
.gallery .flex a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.gallery .flex a:hover::after{
	background: rgba(0, 0, 0, 0.2);
}
.gallery .flex a:hover img{
	transform: scale(1.15);
}
@media (max-width: 750px){
	.gallery .flex .box{
		width: 48%;
		margin: 0 1% 20px;
	}
}


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	background-color: #fffaf6;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	white-space: nowrap;
	color: #FF6E00;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.mailform{
	margin: 0 auto;
	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: 700;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: #FF6E00;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 700;
}
.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: #FF6E00;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #FF6E00;
}
.mailform .postal_btn:hover{
	background: #FF6E00;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 700;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #FF6E00;
	border: 1px solid #FF6E00;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #FF6E00;
}
.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 #FF6E00;
    border-bottom: 3px solid #FF6E00;
    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: #FF6E00;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #FF6E00;
}
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_flame{
	height: 250px;
	overflow-y: scroll;
	background: rgba(255, 255, 255, 0.8);
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.9rem;
}
.privacy p span{
	font-weight: 700;
	display: block;
	color: #FF6E00;
}
.privacy p span::before{
	content: "■";
	font-size: 0.6rem;
	margin-right: 0.5em;
	vertical-align: text-top;
}

/*スクロールバー*/
.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: #333;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}

/*===サンクスページ===*/
.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;
}


/* 230502更新分 現在休止中フィルター */
.disabled_wrap {
		position: relative;
}
.disabled_wrap::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
		z-index: 1;
		background: rgba(255, 255, 255, 0.75);
}
.disabled_wrap .disabled_text {
		position: absolute;
		top: 22%;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 2;
		font-size: 1.9rem;
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media (max-width: 750px) {
		.disabled_wrap .disabled_text {
				font-size: 1.4rem;
		}
}