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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: kinto-sans, sans-serif;
	font-weight: 400;/*300/400/700*/
	line-height: 1.7;
	color: #222;
	font-size: 20px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
}
a{
	text-decoration: none;
	color: #222;
	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%;
	background: #fff;
}
.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;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.lh2{
	line-height: 2;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}


/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	line-height: 1.4;
	color: #000;
	color: #FCBE28;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1.2rem;
	line-height: 1;
	color: #333;
	letter-spacing: 0.05em;
	font-weight: normal;
	color: #FCBE28;
}
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;
}


/*mtitle*/
.mtitle{
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
	padding-right: 0;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 30px;
	color: #FCB303;
}
.mtitle::before,
.mtitle::after{
	position: absolute;
    content: "";
    left: 0;
    height: 8px;
}
.mtitle::before{
    width: 25%;
    top: -8px;
    background: rgba(252, 190, 40, 0.6);
    border-radius: 5px 5px 0 0;
}
.mtitle::after{
	width: 40%;
    bottom: -8px;
    background: #FCBE28;
    border-radius: 0 0 5px 5px;
}


/*stitle*/
.stitle{
	position: relative;
  	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #10d1fc;
}

/*dtitle*/
.dtitle{
	font-weight: bold;
	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.4rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.ntitle::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	color: #10d1fc;
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}


/*ボタン*/
.sbtn{
	text-align: center;
}
.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-size: 1rem;
	font-weight: bold;
	color: #fff;
	transition: all .5s ease;
	background: #FCBE28;
}
.sbtn a:hover{
	background:#fff;
	color: #FCBE28;
	border: 1px solid #FCBE28;
}
.sbtn.left a{
	margin: 0 auto 0 0;
}

.sbtn.white a{
	background:#fff;
	color: #FCBE28;
	border: 1px solid #FCBE28;
}
.sbtn.white a:hover{
	color: #fff;
	background: #FCBE28;
	border: 1px solid #fff;
}

.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{
	display: inline-block;
	position: relative;
}
a.t_link::before{
	content: '';
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	transition: 0.1s;
	background-color: #ccc;
}
a.t_link:hover{
	opacity: 0.6;
}
a.t_link:hover::before{
	width: 0;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
	font-size: 1rem;
}
.info_table tr{
	border: 2px solid #f5f5f5;
}
.info_table th {
	background: #FCB303;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.info_table th,
.info_table td {
	padding: 15px 0;
}
.info_table td{
	padding-left: 10px;
}
.info_table td {
	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;
	font-weight: normal;
	font-size: 1rem;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #FCB303;
}
.info_table02 th,
.info_table02 td {
	padding: 15px 0;
}
.info_table02 td{
	padding-left: 10px;
}
.info_table02 td{
	width: 70%;
}


/*改行*/
@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{
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #FCBE28;
	margin-right: .5em;
	font-size: .9em;
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #FCBE28;
	margin-right: 5px;
}

ul.care_list li{
	margin-bottom: 5px;
}
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: 340px;
}
.mini_flex .text{
	width: calc(100% - 380px);
}
@media (max-width: 750px){
	.mini_flex{
		display: block;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_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%;
}

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






/*===ヘッダー==============================*/
.site_header{
	background: #fff;
	transition: .6s;
	padding: 10px 0 0;
}
.site_header.transform{
}
.sticky{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #fff;
}
.site_header.sticky{
	position: relative;
}
.site_header h1{
	width: 450px;
}
.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 .flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site_header .info p.lede{
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 5px;
}
.site_header .info p.lede::before,
.site_header .info p.lede::after{
	content: '';
	border-top: 1px solid;
	width: 2em;
}
.site_header .info p.lede::before{
	margin-right: .5em;
}
.site_header .info p.lede::after{
	margin-left: .5em;
}
.site_header .info .sbtn a{
	width: 220px;
	padding: 8px 0;
	margin: 0 5px;
}

/*global_nav*/
.global_nav{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.global_nav ul{
	display: flex;
	justify-content: space-between;
}
.global_nav li{
	width: calc(100% / 6);
	border-left: 1px solid rgba(18, 18, 18, 0.2);
}
.global_nav ul li:last-child{
	border-right: 1px solid rgba(18, 18, 18, 0.2);
}
.global_nav li a{
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 1.1rem;
}
.global_nav li a:hover{
	color: #FCBE28;
}

@media (max-width: 960px){
	.site_header{
		padding: 10px 0;
	}
	.site_header.sticky{
		position: sticky;
		border-bottom: 1px solid #eee;
	}
	.site_header h1{
		width: 350px;
	}
	.site_header .info{
		display: none;
	}
	.global_nav{
		display: none;
	}
}
@media (max-width: 450px){
	.site_header{
		padding: 20px 0;
	}
	.site_header h1{
		width: 260px;
	}
}



/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
}
/*.top_slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.05);
	z-index: 1;
	pointer-events: none;
}*/
.top_slider .slider{
	width: 100%;
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.top_slider .slider li{
	width: 100%;
	height: 70vh;
	min-height: 400px;
}
.top_slider .slider li.top01{
	background: url("../img/top01.jpg");
	background-size: cover;
	background-position: right bottom;
}
.top_slider .slider li.top02{
	background: url(../img/top02.jpg);
	background-size: cover;
	background-position: top left;
}
.top_slider .slider li.top03{
	background: url(../img/top03.jpg);
	background-size: cover;
	background-position: center center;
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	/*top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	bottom: 20px;
	right: 20px;
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 96%;
	max-width: 740px;
	animation: apper 2.5s ease-in-out;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 0 20px;
	border-radius: 10px;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 750px){
	.top_slider .catch{
		bottom: 3%;
		right: 10px;
	}
}


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

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


/*==welcome==============================*/
.welcome{
	background-image: url(../img/welcome_deco.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 20%;
}
.welcome .flex{
	display: flex;
	justify-content: space-between;
}
.welcome .flex .text{
	width: 55%;
}
.welcome .flex .img{
	width: 40%;
}
@media (max-width: 750px){
	.welcome{
		background-size: 50%;
	}
	.welcome .flex{
		flex-direction: column-reverse;
	}
	.welcome .flex .text{
		width: 100%;
	}
	.welcome .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
}

.out_cover{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
   
}
.out_cover::after{
	content: "";
	position: absolute;
	background:rgba(255,255,255,0.10);
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	z-index: 11;
	TOP:0;
	left:0;
	right: 0;
	bottom:0;
}
.out_text{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 12;
	color: red;
	font-size: clamp(1rem, 0.5rem + 2vw, 2rem);
}
/*===link==============================*/
.link{
	background: url(../img/link_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	z-index: 1;
	padding-bottom: 0;
	padding-top: 40px;
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .link{
	background-attachment: scroll;
}
.link::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.link .inner{
	max-width: 960px;
}
.bg_linear{
	background: linear-gradient(to bottom, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
	padding: 60px 0;
}
.link .flex{
	display: flex;
	flex-wrap: wrap;
}
.link .flex .box{
	width: 48%;
	margin: 0 1% 40px;
}
.link .flex .box a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	padding: 30px 20px;
	background-color: #fff8f1;
}
.link .flex .box a .img{
	position: relative;
    overflow: hidden;
	min-height: 0%;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 10px;
}
.link .flex .box a .img::before{
    content: '';
    display: block;
    padding-top: 50%;
}
.link .flex .box a .img::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
}
.link .flex .box a .img img{
	display: block;
	object-fit: contain;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.link .flex .box a:hover::after{
	background: rgba(0, 0, 0, 0.2);
}
.link .flex .box a:hover img{
	transform: scale(1.15);
}
.link .flex .box a .st{
	color: #FCBE28;
	border-bottom: 1px solid #FCBE28;
	margin-bottom: 10px;
}
.link .flex .box a .text{
	margin-bottom: 20px;
}
.link .flex .box a .btn{
	text-align: center;
	padding: 5px 0;
	border: 1px solid #FCBE28;
	border-radius: 4px;
	transition: 0.3s;
	font-weight: bold;
	background-color: #FCBE28;
	color: #fff;
}
.link .flex .box a:hover .btn{
	background-color: #fff;
	color: #FCBE28;
}
@media (max-width: 750px){
	.link .flex .box{
		width: 100%;
		margin: 0 0 40px;
	}
	.bg_linear{
		background: linear-gradient(to bottom, transparent 0%, transparent 25%, #fff 25%, #fff 100%);
	}
}


/*===area==============================*/
.area{
	background-color: #FFCC99;
	background-color: #fff4ea;
}
.area .inner{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
.area .flex{
	display: flex;
	justify-content: space-between;
}
.area .flex .text{
	width: 50%;
}
.area .flex .img{
	width: 40%;
	text-align: center;
}
.area .flex .img p{
	color: #666;
	font-size: 1rem;
	margin-top: 10px;
}
.area .flex .img a{
	display: block;
	width: 100%;
}
@media (max-width: 750px){
	.area .inner{
		padding: 40px 20px;
	}
	.area .flex{
		display: block;
	}
	.area .flex .text{
		width: 100%;
		margin-bottom: 40px;
	}
	.area .flex .img{
		width: 100%;
	}
}


/*===求人情報==============================*/
.t_recruit{

}


/*===フッター==============================*/
.footer_top{
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 80px 0;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
/*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);
	z-index:-1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 960px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	background: #FCBE28;
	border: 1px solid #FCBE28;
	color: #fff;
	padding: 20px 0;
	font-size: 1.5rem;
}
.footer_top .btn_wrap .btn a:hover{
	background: #fff;
	color: #FCBE28;
}

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

footer h3{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 20px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
}

.footer_bottom{
	background: #FCBE28;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin-bottom: 20px;
	}
}


/*トップに戻る*/
.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: #FCBE28;
  	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: 400px;
	width: 100%;
}
.kasou_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;
}
.kasou_top h2{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.05em;
}

@media (max-width: 750px){
	.kasou_top{
	  height: 300px;
	}
	.kasou_top h2{
		font-size: 2rem;
	}
}

/*パンくず*/
.breadcrumb{
	z-index: 1;
	font-size: 12px;
}
.breadcrumb li {
	display: inline;
	list-style: none;
	font-weight: normal;
}
.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: #FCBE28;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}


/*===サービス内容ページ==============================*/
.service_lede{
	background: url(../img/service_lede_bg.jpg);
	background-size: cover;
	background-position: center right;
	z-index: 1;
}
.service_lede::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
	z-index:-1;
}
.service_lede .text{
	max-width: 750px;
}
.service_lede .text p{
	color: #fff;
}
@media (max-width: 750px){
	.service_lede{
		background-position: center;
	}
	.service_lede::after{
		background: rgba(0, 0, 0, 0.2);
	}
}

.info_wrap{
	box-shadow: 0 0 0 6px rgb(252, 190, 40, 0.2);
	width: calc(100% - 12px);
	margin: 0 auto;
	background-color: #FDD474;
	padding: 35px 20px;
	color: #7D5D14;
	text-align: center;
}

.img.cirle{
	overflow: hidden;
	border-radius: 80% 30% 50% 50%/50%;
}

.item_list .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.item_list .flex .item{
	width: calc(100% / 6);
	margin-bottom: 30px;
	text-align: center;
}
.item_list .flex .item .img{
	width: 70%;
	max-width: 100px;
	margin: 0 auto 10px;
}
.item_list .flex .item p{
	font-size: 1rem;
	letter-spacing: 0.06em;
	color: #444;
}
@media (max-width: 960px){
	.item_list .flex .item{
		width: calc(100% / 3);
	}
}
@media (max-width: 450px){
	.item_list .flex .item{
		width: calc(100% / 2);
	}
}

.welfare{
	background-image: url(../img/welcome_deco.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 20%;
}

/*===ゆあーずについてページ==============================*/
.philosophy p{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-align: center;
	line-height: 2.2;
}
@media (max-width: 750px){
	.philosophy p{
		text-align: left;
	}
	.philosophy p br{
		display: none;
	}
}

.thought .img{
	max-width: 600px;
	margin: 0 auto 40px;
}
.thought .text{
	text-align: center;
}
.thought .text p span{
	color: #FCBE28;
}
@media (max-width: 750px){
	.thought .text{
		text-align: left;
	}
	.thought .text p br{
		display: none;
	}
}

.staff .img{
	width: 150px;
	margin: 0 auto 40px;
}


/*===ご利用の流れページ==============================*/
.flow_lede .img{
	margin: 0 auto 30px;
	overflow: hidden;
	border-radius: 80% 30% 50% 50%/50%;
	max-width: 800px;
}
.flow_lede .ntitle{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.flow_lede .text{
}
.flow_lede .text ul li{
	font-size: 1rem;
}
.flow_lede .text span{
	background: linear-gradient(transparent 60%, #ff6 60%);
}
.flow{
	background-color: #fff4ea;
}
.flow_list{
}
.flow_list .box{
	padding: 60px;
	display: flex;
}
.flow_list .box:nth-child(odd){
	background-color: #fff;
}
.flow_list .box .num{
	padding-right: 40px;
}
.flow_list .box .num p{
	text-transform: uppercase;
	font-size: 2.2rem;
	color: #FCBE28;
	color: #10d1fc;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}
.flow_list .box .text{

}
.flow_list .box .text h3{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #FCBE28;
}
.flow_list .sbtn2{
	justify-content: left;
	margin: 0;
}
.flow_list .sbtn2 .sbtn:first-child{
	margin-right: 10px;
}
@media (max-width: 960px){
	.flow_list .sbtn2{
		display: block;
	}
	.flow_list .sbtn2 .sbtn:first-child{
		margin-right: 0;
		margin-bottom: 10px !important;
	}
	.flow_list .sbtn2 .sbtn a{
		width: 100%;
	}
}
@media (max-width: 750px){
	.flow_list .box{
		padding: 40px 20px;
		display: block;
	}
	.flow_list .box .num{
		padding-right: 0;
	}
	.flow_list .box .num p{
		font-size: 1.4rem;
		line-height: 1.4;
	}
}

/*===求人情報ページ==============================*/
.recruit_lede .img{
	overflow: hidden;
	border-radius: 80% 30% 50% 50%/50%;
}
.recruit_lede .m_list li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}
.recruit_lede .m_list li span{
	color: #fff;
	background-color: #FCB303;
	padding: 5px 10px;
	font-size: 1.4rem;
	border-radius: 5px;
}
.recruit_lede .m_list li span::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.9em;
}

.recruit_details{
	background-color: #fff4ea;
}

/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	width: 100%;
	padding: 20px 0;
	line-height: 1.5;
	background-color: #fffeee;
}
.contact .tel_contact a{
	display: block;
	font-size: 2.5rem;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #FCB303;
}
.contact .tel_contact a span{
	font-size: 0.9em;
	margin-right: 5px;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .9rem;
}
@media (max-width: 750px){
	.contact .tel_contact{
		padding: 10px 0;
	}
	.contact .tel_contact a{
		font-size: 2rem;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}

.contact .att{
	color: #f05742;
}

/*メールフォーム*/
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 20%;
	font-weight: bold;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.normal{
	font-weight: normal !important;
}
.mailform .row span{
  	color: #fff;
  	background: #FCBE28;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.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: #FCBE28;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #FCBE28;
}
.mailform .postal_btn:hover{
	background: #FCBE28;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #FCBE28;
	border: 1px solid #FCBE28;
	border-radius: 25px;
	color: #fff;
	margin-top: 40px;
}
.mailform button:hover{
	background: #fff;
	color: #FCBE28;
}
.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 #FCBE28;
    border-bottom: 3px solid #FCBE28;
    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);
}


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

/*プライバシーポリシー*/
.privacy_flame{
	height: 250px;
	overflow-y: scroll;
	background: #fff;
}
.privacy_flame p{
	padding: 10px;
}
.privacy p span{
	font-weight: bold;
	font-size: 1rem;
	display: block;
}

/*スクロールバー*/
.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;
}