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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.7;
	color: #444;
	font-size: 16px;
	background: #fff;
	background: url(../img/basic01.png);
	-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;
}
h2.title span.en{
	display: block;
	font-family: 'Scheherazade New', serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 4rem;
	letter-spacing: 0.15em;
	line-height: 1;
	color: #3859ab;
	background-image: linear-gradient(to right,#3859ab 0%,#60a0db 50%,#3859ab 100%);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2.title.white span.en{
	background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	color: #fff;
	background-image: none;
}
@media all and (-ms-high-contrast: none){/*対IE*/
	h2.title span.en{
		background-image: none;
	}
}
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;
	color: #3859ab;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	width: 100%;
	color: #60a0db;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.ja{
	color: #fff;
}
@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 #3859ab;
	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: #60a0db;
}

.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;
	}
}

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


/*ボタン*/
.sbtn{
	text-align: center;
}
.sbtn a{
	display: block;
	border: 1px solid #fff;
	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-image: linear-gradient(to right,#3859ab 0%,#60a0db 50%,#3859ab 100%);
    background-size: 200% auto;
    background-position: left center;
}
.sbtn a:hover{
	background-position:right center;
}

.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: #3859ab;
	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 #3859ab;
}
.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: #3859ab;
	margin-right: .5em;
	font-size: .9em;
}

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

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






/*===ヘッダー==============================*/
.site_header{
	padding: 20px 0;
	background: #fff;
	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: 300px;
}
.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 .tr{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header .sbtn a{
	margin: 0 auto;
	margin-left: 20px;
	width: 200px;
}
.header_tel a{
	display: inline-block;
	font-size: 1.8rem;
	width: 100%;
	text-align: center;
	display: block;
	color: #3859ab;
}
.header_tel a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
	font-size: 1em;
	transform: skewX(5deg);
}
.header_tel a:hover{
	opacity: .8;
}

.site_header .tr .h_sns a{
	display: block;
	font-size: 2rem;
	color: #3859ab;
	margin-left: 20px;
}
.site_header .tr .h_sns a:hover{
	opacity: 0.5;
}

@media (max-width: 960px){
	.site_header{
		padding: 20px 0;
	}
	.site_header .tr{
		display: none;
	}
}
@media (max-width: 450px){
	.site_header{
		padding: 25px 0;
	}
	.site_header h1{
		width: 220px;
	}
}

/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
}
.top_slider .slider{
	width: 100%;
}
.top_slider .slider li{
	width: 100%;
	height: 80vh;
	min-height: 400px;
	position: relative;
}
.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 li::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.5;
	z-index: 1;
	pointer-events: none;
}
@media (max-width: 450px){
	.top_slider li::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}

/*キャッチ*/
.top_slider li .catch{
	position: absolute;
	bottom: 10%;
	left: 5%;
	pointer-events: none;
	z-index: 2;
	width: 90%;
	max-width: 960px;
	animation: apper 2.5s ease-in-out;
}
.top_slider li .catch img{
	display: block;
	width: 100%;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 750px){
	.top_slider .slider li{
		height: 70vh;
	}
	.top_slider li .catch{
		bottom: 5%;
		left: 2%;
	}
}


.slick-slide .catch img {
  	transform: scale(1.2);
  	transition: .8s cubic-bezier(.645, .045, .355, 1);
}
.slick-current .catch img {
  	transform: scale(1);
}


/*===global_nav==============================*/
/*global_nav*/
.global_nav{
	width: 100%;
	padding: 40px 0;
}
.global_nav > ul{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.global_nav > ul > 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 > ul > li > a{
	display: block;
	text-align: center;
	font-size: 0.8rem;
}
.global_nav > ul > li > a span{
	display: block;
	font-family: 'Scheherazade New', serif;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #3859ab;
	background-image: linear-gradient(to right,#3859ab 0%,#60a0db 50%,#3859ab 100%);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	line-height: 1;
}
@media all and (-ms-high-contrast: none){/*対IE*/
	.global_nav > ul > li > a span{
		background-image: none;
	}
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .global_nav > ul > li > a span{
	background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	color: #60a0db;
	background-image: none;
}
.global_nav > ul > li > a span::after{
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: #f2e827;
	margin: 3px auto 5px;
	transition: all 0.2s ease-in;
}
.global_nav > ul > li > a:hover{
	opacity: .6;
}

.global_nav > ul > li.parent > a{
	cursor: default;
}
.global_nav > ul > li.parent .children{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transform: translateY(100%);
	width: 100%;
	transition: 0.2s all ease-in;
	display: flex;
	justify-content: space-around;
	padding: 20px 40px;
}
.global_nav > ul > li.parent .children > li{
	display: block;
	width: 30%;
}
.global_nav > ul > li.parent .children > li a{
	display: block;
	width: 100%;
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
.global_nav > ul > li.parent .children > li a::before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40px;
	height: 1px;
	background: #60a0db;
	transition: all .5s ease;
}

.global_nav > ul > li.parent .children > li a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	margin-top: -5px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #3859ab;
	border-bottom: 1px solid #3859ab;
}

.global_nav > ul > li.parent > a:hover{
	opacity: 1;
}
.global_nav > ul > li.parent:hover .children{
	opacity: 1;
	pointer-events: all;
}
.global_nav > ul > li.parent .children > li a:hover::before{
	width: 100%;
}


@media (max-width: 1100px){
	.global_nav > ul > li > a{
		font-size: 0.6rem;
	}
	.global_nav > ul > li > a span{
		font-size: 1.3rem;
	}
}
@media (max-width: 960px){
	.global_nav{
		display: none;
	}
}


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

main section.blue{
	background-image: linear-gradient(to right,#3859ab 0%,#60a0db 50%,#3859ab 100%);
}
main section.line{
	padding-top: 0;
}
main section.line::before{
	content: '';
	display: block;
	width: 1px;
	height: 100px;
	background: #60a0db;
	margin: 0 auto 40px;
}
main section.line.blue::before{
	background: #fff;
}
@media (max-width: 750px){
	main section.line::before{
		height: 60px;
		margin: 0 auto 20px;
	}
}

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

}
.welcome .flex{
	display: flex;
	justify-content: space-between;
}
.welcome .flex .text{
	width: 50%;
}
.welcome .flex .text h3{
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.welcome .flex .text p{
	line-height: 2;
}
.welcome .flex .design{
	width: 45%;
	position: relative;
	padding-bottom: 40px;
}
.welcome .flex .design::after{
	content: '';
	background-image: linear-gradient(to right,#3859ab 0%,#60a0db 100%);
	display: block;
	width: 80%;
	height: 70%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.welcome .flex .design .img{
	width: 90%;
}
@media (max-width: 960px){
	.welcome .flex{
		display: block;
	}
	.welcome .flex .text{
		width: 96%;
		margin-bottom: 40px;
	}
	.welcome .flex .text h3{
		font-size: 1.4rem;
	}
	.welcome .flex .design{
		width: 100%;
	}
}


/*===事業紹介==============================*/


/*===施工実績==============================*/
.d_link{
	padding-bottom: 0;
	background: url(../img/d_link_bg.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
	background-attachment: fixed;
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .d_link{
	background-attachment: scroll;
}
.d_link.line::before{
	background: #fff;
}
.d_link::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index:-1;
	backdrop-filter: blur(4px);
}
.d_link .wrap{
	position: relative;
	z-index: 1;
}
.d_link .wrap::after{
	content: '';
	width: 100%;
	height: 50%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/stylish05.png);
	z-index: -1;
}

.mini li{
	margin: 0 10px;
}
.mini a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	background: #000;
	width: 100%;
	border-radius: 5px 0 5px 0;
}
.mini a::before{
    content: '';
    display: block;
    padding-top: 70%;
}
.mini a img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.mini a:hover img{
	opacity: .8;
	transform: scale(1.15);
}

.mini .slide_left, .mini .slide_right{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	height: 101%;
	width: 50px;
	cursor: pointer;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .8s;
	color: #fff;
	font-weight: normal;
}
.mini .slide_left{
	left: 0;
}
.mini .slide_right{
	right: 0;
}
.mini .slide_left i, .mini .slide_right i{
	display: block;
	font-size: 50px;
	transition: .8s;
}
.mini .slide_left:hover i{
	transform: translate(-6px);
}
.mini .slide_right:hover i{
	transform: translate(6px);
}

@media (max-width: 450px){
	.mini li{
		margin: 0 5px;
	}
	.mini .slide_left, .mini .slide_right{
		font-size: 40px;
		width: 45px;
	}
}




/*===area==============================*/
.area{
	padding-bottom: 0;
	background: url(../img/stylish05.png);
}
.area .wrap{
	background: #f2e827;
	padding: 10px;
}
.area .wrap .img{
	width: 40%;
}
.area .text{
	background: #fff;
	width: 60%;
	margin: 0 5% 0 auto;
	padding: 40px 20px;
	transform: translateY(-50%);
}
.area .text h2{
	margin-bottom: 30px;
}
.area .text p{
	line-height: 2;
}
@media (max-width: 750px){
	.area{
		padding-bottom: 40px;
	}
	.area .wrap .img{
		width: 60%;
		margin: 0 auto;
	}
	.area .text{
		width: 90%;
		transform: translateY(-10%);
	}
}

/*===採用情報==============================*/
.top_recruit{
	background: url(../img/top_recruit_bg.jpg);
	background-size: cover;
	background-position: top center;
	z-index: 1;
}
.top_recruit::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.3);
	z-index:-1;
	/*backdrop-filter: blur(4px);*/
}

.top_recruit .text{
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
}
.top_recruit .text .sbtn a{
	margin: 0 auto 0 0;
}
@media (max-width: 750px){
	.top_recruit .text p{
		text-align: center;
	}
	.top_recruit .text .sbtn a{
		margin: 0 auto;
	}
}


/*===link==============================*/
.q_link{
	position: relative;
	z-index: 1;
}
.q_link::after{
	content: '';
	background-image: linear-gradient(to right,#3859ab 0%,#60a0db 50%,#3859ab 100%);
	display: block;
	width: 100%;
	height: 60%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.q_link .flex{
	display: flex;
	flex-wrap: wrap;
}
.q_link .flex .box{
	width: calc(100% / 4 - 4px);
	margin: 0 2px;
}
.q_link .flex .box.down{
	margin-top: 50px;
}
.q_link .flex .box a{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.q_link .flex .box a img{
	display: block;
	width: 100%;
	transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.q_link .flex .box a p{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 1em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.3rem;
	font-weight: bold;
}
.q_link .flex .box a p span{
	display: inline-block;
	background: #fff;
	padding: 20px 8px;
}

.q_link .flex .box a:hover p{
	color: #fa4268;
}
.q_link .flex .box a:hover p span{
	background: #f2e827;
}
.q_link .flex .box a:hover img{
	transform: scale(1.05);
}

@media (max-width: 960px){
	.q_link .flex .box a p{
		font-size: 1.2rem;
	}
}
@media (max-width: 750px){
	.q_link::after{
		width: 88%;
		height: 50%;
	}
	.q_link .flex .box{
		width: calc(100% / 2 - 12px);
		margin: 0 6px;
	}
	.q_link .flex .box.down{
		margin-top: 20px;
	}
}
@media (max-width: 450px){
	.q_link .flex .box a p{
		font-size: 1rem;
	}
}

/*===フッター==============================*/
.footer_top{
	background: #3859ab;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	border-top: 2px solid #f2e827;
}
.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: #60a0db;
	color: #fff;
	padding: 20px 0;
	font-size: 1.5rem;
	border: 1px solid #f2e827;
}
.footer_top .btn_wrap .btn a:hover{
	background: #f2e827;
	color: #fa4268;
}

.footer_middle{
	text-align: center;
	padding: 60px 0;
	background: #60a0db;
}
.footer_middle ul{
	display: flex;
	flex-wrap: wrap;
}
.footer_middle ul li{
	width: 31%;
	margin: 0 1%;
	border-top: 1px solid #eee;
}
.footer_middle ul li a{
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	padding: 15px 0;
}
.footer_middle ul li a::after{
	content: '';
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	margin-top: -5px;
	right: 10px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #f2e827;
	border-bottom: 1px solid #f2e827;
}
.footer_middle ul li a:hover{
	opacity: 0.5;
}
@media (max-width: 960px){
	.footer_middle ul li{
		width: 100%;
		margin: 0;
	}
}

.footer_bottom{
	text-align: center;
	padding: 60px 0 0;
}
.footer_bottom h3{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 10px;
}
.footer_bottom h3 a{
	display: block;
	width: 100%;
}
.footer_bottom h3 a img{
	display: block;
	width: 100%;
}
.footer_bottom h3 a:hover img{
	opacity: 0.7;
}
.footer_bottom p{
	font-size: 0.8rem;
}

.copy{
	text-align: center;
	padding: 20px;
}
.copy hr{
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgb(175, 175, 175);
	border: 0;
	margin-bottom: 20px;
}

@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: #f2e827;
  	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: #fa4268;
}
.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;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-top: 80px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.kasou_top::after{
	content: '';
	display: block;
	width: 1px;
	height: 80px;
	background: #fff;
	margin: 0 auto;
}
.kasou_top h2{
	width: 100%;
	text-align: center;
	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;
	font-size: 2.5rem;
	color: #60a0db;
}
.kasou_top h2 span.en{
	display: block;
	text-transform: capitalize;
	font-size: 0.5em;
	color: #3859ab;
}
@media (max-width: 750px){
	.kasou_top{
		padding-top: 60px;
	}
	.kasou_top::after{
		height: 60px;
	}
	.kasou_top h2{
		font-size: 1.5rem;
	}
}

/*パンくず*/
.breadcrumb{
	z-index: 1;
	font-size: 12px;
	color: #444;
	margin-top: 60px;
}
.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: #3859ab;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}
@media (max-width: 960px){
	.breadcrumb{
		margin-top: 0;
	}
}

/*===事業紹介ページ==============================*/
.business_lede .text p{
	margin-bottom: 20px;
	line-height: 2;
}


.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-image: linear-gradient(to right,#3859ab 0%,#60a0db 50%,#3859ab 100%);
	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 #3859ab;
	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: #60a0db;
	position: absolute;
	top: 20px;
	left: -65px;
	transform: translateY(-50%);
}
.flow01 .box .flex .flow_right h3::after{
	content: '';
	border-top: 1px dashed #60a0db;
	width: 50px;
	position: absolute;
	top: 20px;
	left: -55px;
	transform: translateY(-50%);
}

@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 #3859ab;
		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;
	}
}


/*===実績紹介ページ==============================*/
.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-image: linear-gradient(to right,#3859ab 0%,#60a0db 50%,#3859ab 100%);
	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%;
	}
}

/*===K.Iの特徴ページ==============================*/
.point_list{
	margin-top: 100px;
}
.point_list .box{
	margin-bottom: 100px;
	display: flex;
}
.point_list .box .img{
	position: relative;
	width: 300px;
	margin-right: 40px;
}
.point_list .box .img p{
	text-transform: capitalize;
	position: absolute;
	font-size: 3.5rem;
    top: -20px;
    left: 0;
    color: #60a0db;
    font-family: "Mrs Saint Delafield",cursive;
    font-weight: 300;
    opacity: .6;
    transform: rotate(-15deg);
    pointer-events: none;
    z-index: 1;
	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;
}
.point_list .box .img img{
	border-radius: 50%;
}
.point_list .box .text h3{
	font-size: 1.6rem;
	margin-bottom: 10px;
	color: #60a0db;
}
.point_list .box .text h3::before{
	content: '';
    display: inline-block;
    width: 6px;
    height: 0.8em;
    background: linear-gradient(to bottom, #3859ab 0%,#3859ab 50%, #60a0db 50%,#60a0db 100%);
    margin-right: 4px;
}
.point_list .box .text p{
	margin-bottom: 10px;
	line-height: 2;
}

@media (max-width: 750px){
	.point_list .box{
		display: block;
	}
	.point_list .box .img{
		margin: 0 auto 20px;
	}
}


/*===代表挨拶ページ==============================*/
.greeting{
	z-index: 1;
}
.greeting::after{
	content: '';
	width: 40%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right,#3859ab 0%,#60a0db 50%,#3859ab 100%);
	pointer-events: none;
	z-index:-1;
}
.greeting .text{
	background-color: rgba(255, 255, 255, 0.98);
	padding: 30px;
	width: 90%;
	margin: 0 0 0 auto;
	line-height: 2;
	color: #111;
	position: relative;
}
.greeting .text .tail{
	text-align: right;
}
.greeting .text::before, .greeting .text::after{
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	font-size: 1.5rem;
	color: #3859ab;
}
.greeting .text::before{
	content: "\f10d";
	top: -20px;
	left: 10px;
}
.greeting .text::after{
	content: "\f10e";
	bottom: -20px;
	right: 10px;
}
@media (max-width: 750px){
	.greeting::after{
		width: 60%;
		height: 50%;
	}
	.greeting .text{
		padding: 30px 20px;
		width: 95%;
	}
}

/*===会社概要ページ==============================*/
.philosophy .text{
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
span.marker{
	background: linear-gradient(transparent 60%, #ff6 60%);
}
@media (max-width: 450px){
	.philosophy .text{
		font-size: 1.2rem;
	}
}


/*===お客様の声ページ==============================*/
.review .text .lede{
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
}
.review .text h3{
	margin-bottom: 20px;
}
.review .text h3 span{
	color: #60a0db;
	font-size: 2em;
	background:linear-gradient(transparent 70%, #ff6 70%);
}
@media (max-width: 750px){
	.review .text .lede{
		font-size: 1rem;
	}
	.review .text h3 span{
		font-size: 1.5em;
	}
}
@media (max-width: 450px){
	.review .text h3 span{
		font-size: 1.3em;
	}
}

/*アコーディオン*/
.accordion_area{
}
.accordion_area li{
	margin: 10px 0;
}
.accordion_area li .area_wrap{
	border: 1px solid #ccc;
}
.accordion_area li .area_wrap .area_subject{
	cursor: pointer;
	font-size:1rem;
	font-weight: bold;
	transition: all .5s ease;
	display: flex;
	align-items: center;
	padding: 20px 40px;
	position: relative;
	background-image: linear-gradient(to right,#3859ab 0%,#60a0db 50%,#3859ab 100%);
}
.accordion_area li .area_wrap .en{
	display: block;
	margin-right: 1em;
	color: #e10100;
}
.accordion_area li .area_wrap .area_subject .en{
	color: #fff;
}
.accordion_area li .area_wrap .area_subject h3{
	width: 100%;
	color: #fff;
}
/*アイコンの＋と×*/
.accordion_area li .area_wrap .area_subject::before,
.accordion_area li .area_wrap .area_subject::after{
	position: absolute;
	top:48%;
	right: 15px;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #fff;
}
.accordion_area li .area_wrap .area_subject::before{
	transform: rotate(0deg);
}
.accordion_area li .area_wrap .area_subject::after{    
	transform: rotate(90deg);
}
/*area_closeクラスがついたら形状変化*/
.accordion_area li .area_wrap .area_subject.area_close::before{
transform: rotate(45deg);
}
.accordion_area li .area_wrap .area_subject.area_close::after{
transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion_area li .area_wrap .area_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px 40px;
	background: #fff;
}
.accordion_area li .area_wrap .area_box .flex{
	display: flex;
}
.accordion_area li .area_wrap .area_box .flex .en{
	color: #e10100;
}
.accordion_area li .area_wrap .area_box .flex .text{
	width: 100%;
}
.accordion_area li .area_wrap .area_box .flex .text p{
	margin-bottom: 10px;
}

/*===採用情報ページ==============================*/
.recruit .lede{
	position: relative;
}
.recruit .lede ul li{
	margin: 0 20px;
}
.recruit .lede .deco{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 600px;
	pointer-events: none;
}
@media (max-width: 750px){
	.recruit .lede ul li{
		margin: 0 10px;
	}
}


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	display: inline-block;
	border-top: 3px solid #f2e827;
	border-bottom: 3px solid #f2e827;
	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: #3859ab;
  	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: #3859ab;
	border: 1px solid #3859ab;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #3859ab;
}
.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 #3859ab;
    border-bottom: 3px solid #3859ab;
    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;
}