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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: yu-gothic-pr6n, sans-serif;
	line-height: 1.7;
	color: #444;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
}
@media (max-width: 450px){
	body{
		font-size: 0.9rem;
	}
}
a{
	text-decoration: none;
	color: #444;
	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;
}

/*flexbox*/
.flexbox{
	display: flex;
	justify-content: space-between;
}

.mg60{
	margin-bottom: 60px;
}
.mg40{
	margin-bottom: 40px;
}
.mg20{
	margin-bottom: 20px;
}
.mg10{
	margin-bottom: 10px;
}
.lh2{
	line-height: 2;
}
.pmg p{
	margin-bottom: 10px;
}


h2.title{
	margin-bottom: 40px;
	color: #1724d2;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
h2.title span.en{
	display: block;
	font-family: 'Abril Fatface', cursive;
	text-transform: uppercase;
	font-size: 4rem;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: normal;
}
h2.title span.ja{
	display: block;
	font-size: 1.5rem;
	display: flex;
  	align-items: center;
  	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
	letter-spacing: 0.1rem;
	font-weight: bold;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white{
	color: #fff;
	text-shadow: none;
}
@media (max-width: 750px){
	h2.title span.en{
		font-size: 3rem;
	}
	h2.title span.ja{
		font-size: 1.2rem;
	}
}


.mtitle{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #1724d2;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

.stitle{
	position: relative;
  	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #1724d2;
}

.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.2rem;
	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: #1724d2;
}

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


/*ボタン*/
.sbtn{
	text-align: center;
}
.sbtn a{
	display: block;
	border: 1px solid #1724d2;
	margin: 0 auto;
	text-align: center;
	max-width: 300px;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 0.8rem;
	color: #fff;
	transition: all .5s ease;
	background: #1724d2;
}
.sbtn a:hover{
	background:#fff;
	color: #1724d2;
}

.sbtn.white a{
	background:#fff;
	color: #1724d2;
}
.sbtn.white a:hover{
	color: #fff;
	background: #1724d2;
}

.m_contact a{
	min-width: 280px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr{
	border: 2px solid #f5f5f5;
}
.info_table th {
	background: #0E56E8;
	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;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #1724d2;
}
.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;
	}
}
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: #1724d2;
	margin-right: .5em;
	font-size: .9em;
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #1724d2;
	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%;
	}
}

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

.info_list{
	background: #1724d2;
	/*background: #0E56E8;*/
	padding: 20px 15px;
	list-style: none;
}
.info_list li{
	color: #fff;
	font-weight: bold;
}
.info_list li:not(:last-child){
	margin-bottom: 18px;
}
.info_list li::before{
	content: '●';
	margin-right: 5px;
}

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



/*===Loading==============================*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#fff;
	text-align:center;
	color:#fff;
	display: none;
}
#splash_logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
#splash_logo .img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 90%;
	max-width: 600px;
	animation: apper 2s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 750px){
	#splash_logo{
		height: 70vh;
	}
}


/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	padding: 20px 0;
}
.site_header.transform{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

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

.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 .info{
	width: 80%;
}
.site_header .tr{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 0 0 auto;
	margin-bottom: 20px;
}

.site_header .tr .sbtn a{
	margin: 0 auto;
	margin-left: 20px;
	width: 200px;
	padding: 10px 0;
}

/*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;
}
.global_nav ul li{
	margin-left: 40px;
	transition: .4s;
	padding-bottom: 10px;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #333;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	color: #0E56E8;
	font-family: 'Abril Fatface', cursive;
}
.global_nav ul li a span::after{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #0E56E8;
	margin: 5px auto;
	transition: all 0.2s ease-in;
}
.global_nav ul li a:hover span::after{
	width: 20px;
}
@media (max-width: 1100px){
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li a{
		font-size: 0.8rem;
	}
}
@media (max-width: 960px){
	.site_header h1{
		width: 300px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 450px){
	.site_header h1{
		width: 250px;
		opacity: 0;
		pointer-events: none;
	}
	.site_header.transform h1{
		opacity: 1;
		pointer-events: all;
	}
}

/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider{
	width: 100%;
}
.top_slider .slider li{
	width: 100%;
	height: 100vh;
	min-height: 400px;
	position: relative;
}

.top_slider .slider li .slide_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.15);
}
.top_slider .slick-active .slide_img{
	position: relative;
	animation: zoom 8s ease-in-out 0s forwards;
}
@keyframes zoom {
  0% {
		transform: scale(1);
	}
  100% {
		transform: scale(1.15);
	}
}

@media (max-width: 750px){
	.top_slider .slider li{
		height: 70vh;
	}
}

/*キャッチ*/
.top_slider .slider li .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 90%;
	max-width: 600px;
}
.top_slider .slider li.top03 .catch{
	width: 98%;
	max-width: 800px;
}
.top_slider li .catch img{
	display: block;
	width: 100%;
}

.top_slider .slider li .catch02{
	max-width: 960px;
}

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

.gray{
	background: url(../img/basic05.png);
}

.gray .inner.white{
	background: #fff;
	padding: 60px 40px;
}
@media (max-width: 750px){
	.gray .inner.white{
		padding: 40px 20px;
	}
}

/*===news==============================*/
.news{
	background: url(../img/city.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 550px;
}
.news .inner{
	max-width: 960px;
}


/*===作業員募集==============================*/
.top_recruit .inner{
	background: #fff;
	padding: 60px 40px;
}
.top_recruit .text p{
	margin-bottom: 15px;
	line-height: 2;
	font-weight: bold;
}
.top_recruit .text p.bold{
	color: #1724d2;
	margin-bottom: 20px;
	font-size: 1.5rem;
}
.top_recruit .text p.strong{
	color: #1724d2;
	font-size: 1.4em;
	font-weight: bold;
}
.top_recruit .text p.strong span{
	border-bottom: 3px double #0E56E8;
}

@media (max-width: 750px){
	.top_recruit .inner{
		padding: 60px 10px;
	}
	.top_recruit .text p.bold{
		font-size: 1.2rem;
	}
	.top_recruit .text p.strong{
		font-size: 1.2em;
	}
}

.mv_wrap{
	background-color: #000;
}
.mv_wrap .inner{
	max-width: 960px;
}
.mv_wrap .dtitle{
	color: #fff;
}
.mv_wrap .dtitle::after{
	background-color: #fff;
}


/*==welcome==============================*/
.welcome{
	background: url(../img/welcome_bg.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
	background-attachment: fixed;
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .welcome{
	background-attachment: scroll;
}
.welcome::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index:-1;
}
.welcome .text{
	text-align: center;
}
.welcome .text p{
	color: #fff;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 30px;
	font-size: 1.2rem;
	text-shadow: 0 0 80px #000;
}
@media (max-width: 750px){
	.welcome .text p{
		font-size: 1rem;
	}
}

/*===事業紹介==============================*/
.top_business{
	background: url(../img/top_business_bg.png);
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: top right;
}
.top_business .text p{
	margin-bottom: 20px;
	line-height: 2;
	font-weight: bold;
}



/*===対応エリア==============================*/
.area .inner{
	background: #fff;
	padding: 20px;
}
.area .container{
	background: url(../img/area2.png);
	background-size: contain;
	background-position: center right 35%;
	background-repeat: no-repeat;
	padding: 40px 0 200px;
}
.area p{
	text-align: center;
	color: #1724d2;
	font-weight: bold;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
	font-size: 1.8rem;
}
.area p::after{
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #000;
	margin: 15px auto 0;
}
@media (max-width: 750px){
	.area .container{
		background-position: center right;
		padding: 40px 0 160px;
	}
}


/*===link==============================*/
.d_link{
}
.d_link .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.d_link .flex .box{
	width: 46%;
	margin-bottom: 20px;
}
.d_link .flex .box.even{
	margin-top: 40px;
}
.d_link .flex .box a{
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	height: 300px;
	position: relative;
}
.d_link .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: rgba(14, 86, 232, 0.4);
}
.d_link .flex .box a > img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.d_link .flex .box a h3{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	z-index: 2;
}
.d_link .flex .box a h3 .en{
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-family: 'Abril Fatface', cursive;
}
.d_link .flex .box a h3 .ja{
	display: block;
}

.d_link .flex .box a .hide{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: 1s;
	overflow: hidden;
	z-index: 3;
}
.d_link .flex .box a .hide .arrow{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	opacity: 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	font-family: 'Abril Fatface', cursive;
	text-transform: capitalize;
	position: relative;
}
.d_link .flex .box a .hide .arrow span{
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
.d_link .flex .box a .hide .arrow i{
	display: block;
	position: relative;
	width: 60px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
	margin-top: 1em;
}
.d_link .flex .box a .hide .arrow i::before{
	content: '';
	background: #fff;
	width: 13px;
	display: block;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(40deg);
	transform-origin: right bottom
}
.d_link .flex .box a:hover{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.d_link .flex .box a:hover > img{
	transform: scale(1.05);
}
.d_link .flex .box a:hover .hide{
	opacity: 1;
	-ms-backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background-color: rgba(14, 86, 232, 0.5);
}
.d_link .flex .box a:hover .hide .arrow{
	opacity: 1;
	transition: all 1s cubic-bezier(.77,0,.175,1);
}

@media (max-width: 750px){
	.d_link .flex .box{
		width: 100%;
	}
	.d_link .flex .box.even{
		margin-top: 0;
	}
}

/*===フッター==============================*/
.footer_top{
	background: url(../img/footer_top.jpg);
	background-size: cover;
	background-position: center;
	padding: 60px 0;
	text-align: center;
	z-index: 1;
	position: relative;
	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: #0E56E8;
	z-index:-1;
	opacity: 0.6;
}
.footer_top p{
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-around;
}
.footer_top .btn_wrap .btn{
	width: 360px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	background: #1724d2;
	color: #fff;
	padding: 20px 0;
	font-size: 1.5rem;
}
.footer_top .btn_wrap .btn a:hover{
	transform: scale(0.985);
	opacity: 0.9;
}

.footer_middle{
	text-align: center;
	padding: 40px 0 20px;
}
.footer_middle h3{
	width: 80%;
	max-width: 380px;
	margin: 0 auto 10px;
}
.footer_middle h3 a{
	display: block;
	width: 100%;
}
.footer_middle h3 a img{
	display: block;
	width: 100%;
}
.footer_middle h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.9rem;
	font-weight: bold;
	color: #555;
}

.footer_nav{
	max-width: 960px;
	margin: 0 auto 40px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.footer_nav ul li{
	width: calc(100% / 6);
	text-align: center;
	border-right: 1px solid #1724d2;
	font-weight: bold;
	font-size: 1.1rem;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a:hover{
	opacity: 0.7;
}

.footer_bottom{
	background: #1724d2;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
@media (max-width: 750px){
	.footer_top p{
		font-size: 1rem;
	}
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_nav{
		display: none;
	}
}


/*トップに戻る*/
.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: #1724d2;
  	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{
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	height: 400px;
	width: 100%;
}
.kasou_top .box{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
	text-align: center;
}
.kasou_top h2{
	font-size: 3rem;
	font-weight: bold;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
	margin-bottom: 20px;
	white-space: nowrap;
}

.kasou_top h2 span{
	display: block;
	font-family: 'Abril Fatface', cursive;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: normal;
	color: #1724d2;
}

/*パンくず*/
.breadcrumb{
	z-index: 1;
	font-size: 12px;
	color: #444;
	background: rgba(255, 255, 255, 0.8);
	padding: 0 5px;
	display: inline-block;
}
.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: #1724d2;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}

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


/*===求人情報ページ==============================*/
.recruit .lede .text h3{
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #1724d2;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.recruit .lede .text h3 span{
	display: inline-block;
	font-size: 1.4em;
	margin: 0 5px;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.recruit .lede .text p{
	line-height: 2.2;
	margin-bottom: 10px;
}
@media (max-width: 960px){
	.recruit .lede .text h3{
		font-size: 1.5rem;
	}
}
@media (max-width: 750px){
	.recruit .ledex .img{
		max-width: 500px;
		margin: 0 auto 30px;
	}
}
@media (max-width: 450px){
	.recruit .lede .text h3{
		font-size: 1.4rem;
	}
}

.entry .btn_wrap{
	display: flex;
	justify-content: space-around;
	max-width: 960px;
	margin: 0 auto 20px;
}
.entry .btn_wrap .sbtn a{
	width: 300px;
}
@media (max-width: 750px){
	.entry .btn_wrap{
		display: block;
	}
	.entry .btn_wrap .sbtn{
		margin-bottom: 15px;
	}
}

/*===業務内容ページ==============================*/
.flow01{
	position: relative;
	z-index: 1;
}
.flow01 .box{

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

.flow01 .box .flex .flow_left,
.flow01 .box .flex .flow_right{
	padding: 40px 0;
}

.flow01 .box .flex .flow_left{
	width: 200px;
}
.flow01 .box .flex .flow_left p{
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: #666;
	font-size: 1.4rem;
	position: relative;
	padding: 3px 30px;
}
.flow01 .box .flex .flow_left p::after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 8px);
	right: -15px;
	border-left: 15px solid #666;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.flow01 .box .flex .flow_right{
	width: calc(100% - 200px);
	position: relative;
	padding-left: 70px;
}
.flow01 .box .flex .flow_right::before{
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.flow01 .box .flex .flow_right h3{
	font-weight: bold;
	font-size: 1.4rem;
	position: relative;
	margin-bottom: 10px;
}
.flow01 .box .flex .flow_right h3::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0E56E8;
	position: absolute;
	top: 20px;
	left: -65px;
	transform: translateY(-50%);
}
.flow01 .box .flex .flow_right h3::after{
	content: '';
	border-top: 1px dashed #0E56E8;
	width: 50px;
	position: absolute;
	top: 20px;
	left: -55px;
	transform: translateY(-50%);
}

.flow01 .check_list li{
	display: inline-block;
	margin-right: 1em;
}

@media (max-width: 750px){
	.flow01 .box .flex .flow_left,
	.flow01 .box .flex .flow_right{
		padding: 20px 0;
	}
	.flow01 .box .flex .flow_left{
		width: 90px;
	}
	.flow01 .box .flex .flow_left p{
		font-size: 0.8rem;
		padding: 3px 10px;
		transform: translateY(2px);
	}
	.flow01 .box .flex .flow_left p::after{
		top: calc(50% - 4px);
		right: -10px;
		border-left: 10px solid #666;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	.flow01 .box .flex .flow_right{
		width: calc(100% - 90px);
		padding-left: 40px;
	}
	.flow01 .box .flex .flow_right::before{
		width: 14px;
	}
	.flow01 .box .flex .flow_right h3{
		font-size: 1.2rem;
	}
	.flow01 .box .flex .flow_right h3::before{
		width: 8px;
		height: 8px;
		top: 17px;
		left: -37px;
	}
	.flow01 .box .flex .flow_right h3::after{
		width: 25px;
		top: 17px;
		left: -29px;
	}
}


/*===1日の流れページ==============================*/
.staf_flow .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.history_table{
	width: 48%;
	border-left: 1px solid #1724d2;
}
.history_table .item{
	padding-bottom: 40px;
}
.history_table .item p{
	position: relative;
	left: -0.5em;
	font-weight: bold;
}
.history_table .item p::before{
	content: '';
	background: #0E56E8;
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin-right: 5px;
}
.history_table .item ul{
	margin-left: 20px;
}
.history_table .item ul li{
	padding: 3px 0;
	border-bottom: 1px dotted #666;
}

@media (max-width: 750px){
	.staf_flow .flex{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.history_table{
		width: 100%;
	}
}

.staff .text{
	background: #fff;
	padding: 40px;
	position: relative;
	z-index: 1;
}
.staff .text::before, .staff .text::after{
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	font-size: 1.5rem;
	color: #1724d2;
}
.staff .text::before{
	content: "\f10d";
	top: -20px;
	left: 10px;
}
.staff .text::after{
	content: "\f10e";
	bottom: -20px;
	right: 10px;
}
.staff .text p{
	line-height: 2;
	margin-bottom: 20px;
	font-style: italic;
}
.staff .text .deco{
	display: inline-block;
	position: absolute;
	bottom: 3%;
	right: 5%;
	z-index: -1;
	font-size: 5rem;
	color: #1724d2;
	opacity: 0.4;
}


/*===会社概要ページ==============================*/
.daihyo .text{
	text-align: center;
}
.daihyo .text p{
	margin-bottom: 15px;
	line-height: 2;
}
@media (max-width: 750px){
	.daihyo .text{
		text-align: left;
	}
}


.daihyo .flex{
	display: flex;
	justify-content: space-around;
}
.daihyo .flex .text{
	width: 68%;
}
.daihyo .flex .text p{
	margin-bottom: 10px;
	line-height: 2;
}
.daihyo .text h3{
	margin-top: 40px;
	font-size: 1.2rem;
}
.daihyo .text h3 span{
	display: inline-block;
	margin-left: 1em;
	/*font-size: 1.5em;*/
}
.daihyo .flex .img{
	width: 25%;
}
@media (max-width: 750px){
	.daihyo .flex{
		display: block;
	}
	.daihyo .flex .text{
		width: 100%;
		margin-bottom: 20px;
	}
	.daihyo .flex .img{
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
	}
	.daihyo .flex .text h3{
		text-align: right;
		margin-top: 10px;
	}
}
@media (max-width: 450px){
	.daihyo .flex .img{
		max-width: 200px;
	}
}



.philosophy{
	background: url(../img/philosophy.jpg);
	background-size: cover;
	z-index: 1;
	background-attachment: fixed;
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .philosophy{
	background-attachment: scroll;
}
.philosophy::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}



/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	display: inline-block;
	border-top: 3px solid #1724d2;
	border-bottom: 3px solid #1724d2;
	padding: 15px 80px;
	line-height: 1.5;
}
.contact .tel_contact a{
	display: block;
	font-size: 2rem;
	margin-bottom: 3px;
	white-space: nowrap;
}
.contact .tel_contact a span{
	font-size: 0.9em;
	margin-right: 5px;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact{
		padding: 10px 60px;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.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: 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: #1724d2;
  	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: #1724d2;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #1724d2;
	transition: 0.2s;
}
.mailform .postal_btn:hover{
	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: #1724d2;
	border: 1px solid #1724d2;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #1724d2;
}
.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 #1724d2;
    border-bottom: 3px solid #1724d2;
    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 {
    width: 5px;
}

/*スクロールバーの軌道*/
.privacy_flame::-webkit-scrollbar-track {
  	border-radius: 10px;
  	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
.privacy_flame::-webkit-scrollbar-thumb {
  	background-color: rgba(0, 0, 0, .5);
  	border-radius: 10px;
  	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/*===サンクスページ===*/
.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 object{
	background-attachment: scroll;
}