@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: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
}
a{
	text-decoration: none;
	color: #333;
	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;
}


.mg80{
	margin-bottom: 80px;
}
.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;
}
.pmg15 p{
	margin-bottom: 15px;
}


/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 4.5rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	line-height: 1.2;
	color: #3bb4cb;
	color: #002b59;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
  	justify-content: center;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
}
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 span.en,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title span.en{
		font-size: 3.5rem;
	}
}


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

/*stitle*/
.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: #002b59;
}

/*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.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: #002b59;
}

.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;
	font-size: 1.2rem;
}
.s_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: 0.8rem;
	color: #fff;
	transition: all .5s ease;
	background: #002b59;
}
.sbtn a:hover{
	background:#fff;
	color: #002b59;
	border: 1px solid #002b59;
}
.sbtn.left a{
	margin: 0 auto 0 0;
}

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

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

@media (max-width: 450px){
	.sbtn.mini a{
		width: 200px;
		padding: 10px 0;
		border-radius: 30px;
	}
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
@media (max-width: 750px){
	.sbtn.left a{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn:first-child a{
		margin-bottom: 10px;
	}
}



/*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: #002b59;
	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 #002b59;
}
.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: #3bb4cb;
	opacity: 0.6;
	margin-right: .5em;
	font-size: .9em;
}

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

ul.care_list li{
	margin-bottom: 5px;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.l_list li{
	border-bottom: 1px dotted #ccc;
	padding-top: 3px;
}
ul.l_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	color: #3bb4cb;
	opacity: 0.5;
}


/*===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%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

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






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

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

.site_header h1{
	width: 400px;
	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;
}

/*global_nav*/
.global_nav{
	width: 80%;
}
.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;
}
.global_nav ul li a{
	display: block;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	color: #002b59;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	transition: 0.4s;
}
.global_nav ul li a span::after{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #3bb4cb;
	margin: 5px 0;
	transition: all 0.2s ease-in;
	opacity: 0.5;
}
.global_nav ul li a:hover span{
	color: #3bb4cb;
}
.global_nav ul li a:hover span::after{
	width: 20px;
}

#home .current01 a span{
	color: #3bb4cb;
}
#home .current01 a span::after{
	width: 20px;
}
#about .current02 a span{
	color: #3bb4cb;
}
#about .current02 a span::after{
	width: 20px;
}
#business .current03 a span{
	color: #3bb4cb;
}
#business .current03 a span::after{
	width: 20px;
}
#works .current04 a span{
	color: #3bb4cb;
}
#works .current04 a span::after{
	width: 20px;
}
#recruit .current05 a span{
	color: #3bb4cb;
}
#recruit .current05 a span::after{
	width: 20px;
}
#contact_page .current06 a span{
	color: #3bb4cb;
}
#contact_page .current06 a span::after{
	width: 20px;
}




@media (max-width: 1200px){
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li a span{
		font-size: 1rem;
	}
}
@media (max-width: 960px){
	.site_header h1{
		width: 300px;
	}
	.global_nav{
		display: none;
	}
}
@media (max-width: 450px){
	.site_header{
		padding: 15px 0;
	}
	.site_header h1{
		width: 250px;
	}
}


/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider{
	width: 100%;
}
.top_slider .slider li{
	width: 100%;
	height: 80vh;
	min-height: 400px;
}
.top_slider .slider li.top01{
	background: url(../img/top01.jpg);
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top02{
	background: url(../img/top02.jpg);
	background-size: cover;
	background-position: center center;
}
.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%);
	pointer-events: none;
	text-align: center;
	z-index: 2;
	width: 90%;
	max-width: 650px;
	animation: apper 2.5s ease-in-out;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


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

.bg01{
	background: linear-gradient(45deg, #2788b5 0%, #2788b5 25%, #3599c7, #3aaecb, #3bb4cb);
}
.bg02{
	background: url(../img/basic02.png);
	background: url(../img/stripe01.png);
}


/*==welcome==============================*/
.welcome{
	background: url(../img/city.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 600px;
}
.welcome .inner{
	max-width: 960px;
}
.welcome .deco{
	width: 50px;
	margin: 0 auto 10px;
}
.welcome .text p{
}
@media (max-width: 750px){
	.welcome{
		background-size: 400px;
	}
}
@media (max-width: 450px){
	.welcome{
		background-size: 300px;
	}
}


/*===当社が選ばれる3つの理由==============================*/
.top_points .inner{
	background: url(../img/top_points_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 40px 20px;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.top_points .inner::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	z-index:-1;
}
.top_points .img{
	max-width: 500px;
	margin: 0 auto;
}




/*===content==============================*/
.area{
	background: url(../img/area_bg.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.area::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.area .text .info{
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}
.area .text .info .lede{
	font-size: 2.4rem;
	margin-bottom: 10px;
}
@media (max-width: 450px){
	.area .text .info .lede{
		font-size: 1.8rem;
	}
}


/*===link==============================*/
.link{
	padding-bottom: 0;
}
.link .flex{
	display: flex;
	flex-wrap: wrap;
}
.link .flex .box{
	width: 50%;
}
.link .flex .box a{
	display: block;
	width: 100%;
	position: relative;
	min-height: 0%;
	overflow: hidden;
}
.link .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}
.link .flex .box a img{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
	transition: 1s;
}
.link .flex .box a .text{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	padding: 0 40px;
	z-index: 3;
}
.link .flex .box a .text h3{
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
}
.link .flex .box a .text h3 span{
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	line-height: 1.2;
}
.link .flex .box a .text p{
	font-size: 1.2rem;
}

.link .flex .box a:hover img{
	transform: scale(1.1);
}
.link .flex .box a:hover::after{
	background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 960px){
	.link .flex .box a .text{
		padding: 0 20px;
	}
	.link .flex .box a .text p{
		font-size: 1.1rem;
	}
}
@media (max-width: 750px){
	.link .flex .box{
		width: 100%;
	}
}



/*===フッター==============================*/
.footer_top{
}
.footer_top a{
	display: block;
	background: linear-gradient(45deg, #3599c7 0%, #3599c7 25%, #3aaecb, #3bb4cb, #86ccdd);
	padding: 100px 0;
	position: relative;
	z-index: 1;
	color: #fff;
}
.footer_top a::after{
    content: "";
    background: #579fc1;
    background: linear-gradient(45deg, #2788b5 0%, #2788b5 25%, #3599c7, #3aaecb, #3bb4cb);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    opacity: 0;
    transition: opacity 0.8s ease;
	z-index: -1;
}
.footer_top .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_top .flex .text{
	width: calc(100% - 100px);
}
.footer_top .flex .text .info p{
	line-height: 2;
}
.footer_top .arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: 0.6s;
	transform: translateX(-10px);
}
.footer_top a:hover::after{
	opacity: 1;
}
.footer_top a:hover .arrow{
	color: #3bb4cb;
	background: #fff;
	border: 1px solid #3bb4cb;
	transform: translateX(0);
}



.footer_middle{
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	/*background-attachment: fixed;*/
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .footer_middle{
	background-attachment: scroll;
}
.footer_middle::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index:-1;
}
.footer_middle h3{
	width: 90%;
	max-width: 400px;
	margin: 0 auto 30px;
}
.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: 1.4rem;
}
.footer_middle .fbtn a{
	color: #fff;
	font-size: 2.5rem;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	white-space: nowrap;
}
.footer_middle .fbtn a:hover{
	opacity: 0.6;
}

.footer_bottom{
	background: #002b59;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

@media (max-width: 750px){
	.footer_top a{
		padding-bottom: 40px;
	}
	.footer_top .flex{
		display: block;
	}
	.footer_top .flex .text{
		width: 90%;
		margin-bottom: 40px;
	}
	.footer_top .arrow{
		width: 80px;
		height: 80px;
		margin: 0 0 0 auto;
	}
}
@media (max-width: 450px){
	.footer_middle p{
		font-size: 1.2rem;
	}
	.footer_middle .fbtn a{
		font-size: 2rem;
	}
}


/*トップに戻る*/
.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: #002b59;
  	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: bottom 20% center;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-bottom: 80px;
}
.kasou_top::before{
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background: #fff;
	margin: 0 auto;
}
.kasou_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.kasou_top h2{
	color: #fff;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}
.kasou_top h2 span.en{
	font-size: 3rem;
	text-transform: capitalize;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.kasou_top h2 span.ja{
	display: block;
	font-size: 1.2rem;
}
@media (max-width: 750px){
	.kasou_top{
		padding-bottom: 60px;
	}
	.kasou_top::before{
		height: 60px;
	}
	.kasou_top h2 span.en{
		font-size: 2.6rem;
	}
	.kasou_top h2 span.ja{
		font-size: 1.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: #002b59;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}


/*===業務内容ページ==============================*/
.business_box{
	margin-bottom: 100px;
}
.business_box:last-child{
	margin-bottom: 0;
}
.b_flex{
	display: flex;
	align-items: center;
}
.b_flex .vis{
	width: 50%;
	position: relative;
	display: flex;
	z-index: 1;
}
.b_flex .vis::after{
	content: '';
	width: 100%;
	height: 85%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #f5f5f5;
	z-index:-1;
}
.b_flex .vis .img{
	width: 40%;
}
.b_flex .vis .img:nth-child(1){
	margin-right: 30px;
	transform: translateY(20px);
}
.b_flex .vis .img:nth-child(2){
	transform: translateY(-20px);
}
.b_flex .text{
	width: 40%;
	padding: 40px;
	position: relative;
	z-index: 2;
}
.b_flex .text p{
	line-height: 2;
}

.b_flex.reverse{
	justify-content: right;
}
.b_flex.reverse .vis{
	justify-content: right;
}
.b_flex.reverse .vis .img:nth-child(1){
	transform: translateY(-20px);
}
.b_flex.reverse .vis .img:nth-child(2){
	transform: translateY(20px);
}


@media (max-width: 960px){
	.business_box{
		margin-bottom: 120px;
	}
	.b_flex{
		flex-direction: column-reverse;
	}
	.b_flex.reverse{
		flex-direction: column;
	}
	.b_flex .vis{
		width: 100%;
		justify-content: space-between;
	}
	.b_flex .vis::after{
		width: 80%;
		height: 100%;
		top: 8%;
		left: auto;
		right: 0;
		transform: none;
	}
	.b_flex .vis .img{
		width: 48%;
	}
	.b_flex .vis .img:nth-child(1){
		margin-right: 0;
	}
	.b_flex .text{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 40px;
		padding: 0;
	}
	.b_flex.reverse .vis{
		justify-content: space-between;
	}
	.b_flex.reverse .vis::after{
		left: 0;
		right: auto;
	}
}


.flow_list{

}
.flow_list .box{
	background-color: #fff;
	padding: 60px;
	display: flex;
}
.flow_list .box:nth-child(odd){
	background-color: #f5f5f5;
}
.flow_list .box .num{
	padding-right: 40px;
}
.flow_list .box .num p{
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	color: #3bb4cb;
	line-height: 1;
}
.flow_list .box .text{

}
.flow_list .box .text h3{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.6rem;
}
@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;
	}
}


/*===施工実績ページ==============================*/
.works_tile .flex{
	display: flex;
	flex-wrap: wrap;
}
.works_tile .flex .box{
	width: 23%;
	margin: 0 1% 30px;
	text-align: center;
}
.works_tile .flex .box a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	margin-bottom: 5px;
}
.works_tile .flex .box a::before{
    content: '';
    display: block;
    padding-top: 80%;
}
.works_tile .flex .box a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
}
.works_tile .flex .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.works_tile .flex .box a:hover::after{
	background: rgba(0, 0, 0, 0.2);
}
.works_tile .flex .box a:hover img{
	transform: scale(1.15);
}
@media (max-width: 750px){
	.works_tile .flex .box{
		width: 48%;
	}
}


.works .works_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works .box{
	width: 49%;
	margin-bottom: 60px;
}
.works .box .flex{
	display: flex;
	justify-content: space-between;
}
.works .box .img{
	width: 45%;
}
.works .box .text{
	width: 53%;
}
.works .box h3{
	background: linear-gradient(45deg, #2788b5 0%, #2788b5 25%, #3599c7, #3aaecb, #3bb4cb);
	color: #fff;
	padding: 3px 10px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.w_slider li a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
}
.w_slider li a::before{
	content: '';
    display: block;
    padding-top: 80%;
}
.w_slider li a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.w_slider li a:hover img{
	transform: scale(1.15);
}

@media (max-width: 960px){
	.works .box .flex{
		display: block;
	}
	.works .box .img{
		width: 100%;
		margin-bottom: 10px;
	}
	.works .box .text{
		width: 100%;
	}
}
@media (max-width: 750px){
	.works .box{
		width: 100%;
	}
}




.works_movie{
}
.works_movie .container{
	display: flex;
	/* justify-content: space-between; */
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.works_movie .container .wrap{
	position: relative;
	width: 49%;
	background-color: #f5f5f5;
	aspect-ratio: 3 / 2;
	margin-bottom: 20px;
}
.works_movie .container .wrap video{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (max-width: 750px){
	.works_movie .container{
		display: block;
	}
	.works_movie .container .wrap{
		width: 100%;
	}
}




/*===求人ページ==============================*/

/*===会社概要ページ==============================*/
.greeting .text{
	background: #fff;
	padding: 40px 30px;
	position: relative;
}
.greeting .text::before, .greeting .text::after{
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	font-size: 1.5rem;
	color: #3bb4cb;
}
.greeting .text::before{
	content: "\f10d";
	top: -20px;
	left: 10px;
}
.greeting .text::after{
	content: "\f10e";
	bottom: -20px;
	right: 10px;
}
.greeting .text p{
	line-height: 2;
	margin-bottom: 20px;
	font-style: italic;
	font-weight: bold;
}
.greeting .text p:last-child{
	margin-bottom: 0;
}



/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	display: inline-block;
	border-top: 3px solid #002b59;
	border-bottom: 3px solid #002b59;
	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: #002b59;
  	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: #73C89C;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #73C89C;
}
.mailform .postal_btn:hover{
	background: #73C89C;
	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: #002b59;
	border: 1px solid #002b59;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #002b59;
}
.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 #002b59;
    border-bottom: 3px solid #002b59;
    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 .class{
	background-attachment: scroll;
}

/*動画*/
.mov_0718{
	align-items: center;
	justify-content: center;
	width: 100%;
}
.movie_wrap{
	width: 50%;
	margin: auto;
}
.movie_wrap iframe{
	width: 100%; 
	height: auto;
	aspect-ratio: 16/9;
}
.pt_100{
	padding-top:100px;
}
@media (max-width: 959px){
.movie_wrap{
	width: 100%;
	margin: auto;
}
}

/**/
.banner{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
	width: 100%;
}
.banner2{
	padding: 5px;
}


@media (max-width: 959px){
.banner{
	flex-direction:column;
}
}
