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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	color: #222;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}

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

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

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

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


/*Title*/
h2.title{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 3.5rem;
	text-transform: uppercase;
	line-height: 1.6;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1.1rem;
	line-height: 1;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title span.en{
		font-size: 3rem;
	}
	h2.title span.ja{
		font-size: 1rem;
	}
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
}



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

/*mtitle02*/
.mtitle02{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #a78ce6;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

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

/*dtitle*/
.dtitle{
	font-weight: 500;
	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;
	}
}

/*wtitle*/
.wtitle{
	position: relative;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 500;
    background: linear-gradient(60deg, #0f4d4d 0%, #0f4d4d 85%, #60C0E0 85%);
    padding: 12px 18px;
	color: #fff;
    margin-bottom: 20px;
}
.wtitle.white{
	background: linear-gradient(60deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 85%, rgba(96, 192, 224,0.6) 85%);
	border: 1px solid #fff;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


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

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


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}

.bold{
	font-weight: 500;
	font-size: 1.2rem;
}
.s_bold{
	font-weight: 500;
}


/*ボタン*/
.sbtn a{
	display: block;
	width: 300px;
	padding: 15px 0;
	border-radius: 40px;
	text-align: center;
	position: relative;
	z-index: 1;
	border: 2px solid #A8D6E6;
	background: #60C0E0;
	overflow: hidden;
	color: #fff;
	font-weight: 500;
	margin: 0 auto;
}
.sbtn a span{
	color: #fdff31;
}
.sbtn a::before{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170%;
    height: 170%;
    z-index: -1;
    transform: scale(1,0) skewY(0deg) translate3d(-50%,-50%,0);
    border-radius: 100%;
    transform-origin: bottom left;
    transition: transform .5s cubic-bezier(.39,.575,.565,1.000);
	background-color: #0f4d4d;
}
.sbtn a::after{
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0,-50%);
	transition: 0.4s;
}
.sbtn a:hover{
	transition-delay: 0.2s;
	border: 2px solid #0f4d4d;
}
.sbtn a:hover::before{
	transform:scale(1,1) skewY(-5deg) translate3d(-50%,-50%,0);
}
.sbtn a:hover::after{
	transform: translate(5px,-50%);
}
.sbtn.non a::after{
	display: none;
}

.sbtn.left a{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
	padding: 8px 0;
}

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

/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 15px 0;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #F3CE25;
	font-weight: 500;
	color: #F3CE25;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

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

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	margin-bottom: 5px;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #334b01;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list02 li{
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #0f4d4d;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list02.white li::before{
	color: #fff;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

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

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

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

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

/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		display: block;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


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

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

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map iframe{
	vertical-align: top;
}

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






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

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

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

.site_header .info{
}
.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: 15px;
}

.site_header .tr .tel_btn a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
}
.site_header .tr .h_contact a{
	display: block;
	color: #fff;
	margin-left: 20px;
	width: 40px;
    height: 40px;
    background-color: #0f4d4d;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 1rem;
}
.site_header .tr .h_contact a i{
	display: block;
	transform: translateX(0.5px);
}
.site_header .tr .tel_btn a:hover,
.site_header .tr .h_contact a:hover{
	opacity: 0.7;
}

/*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: 30px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	color: #60C0E0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.global_nav ul li a span::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #60C0E0;
	margin: 5px auto;
	transition: all 0.2s ease-in;
}
.global_nav ul li a:hover span::after{
	width: 10px;
}
@media (max-width: 960px){
	.site_header{
		padding: 10px 0;
	}
	.site_header h1{
		width: 100px;
	}
	.site_header.transform h1{
		width: 80px;
	}
	.site_header .info{
		display: none;
	}
}

/*===スライダー==============================*/
.top_slider{
	position: relative;
	height: 100vh;
	min-height: 400px;
	background-color: #fff;
}
@media (max-width: 960px){
	.top_slider{
		height: 65vh;
	}
}
@media (max-width: 750px){
	.top_slider{
		height: 65vh;
	}
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	bottom: calc(34px + 5.5%);
	left: 8.75%;
	pointer-events: none;
	z-index: 2;
}
.top_slider .catch h2{
	color: #fff;
	/*font-family: 'Noto Serif JP', serif;
	font-weight: 400;*/
}
.top_slider .catch h2 .ja{
	display: block;
	letter-spacing: 7.55px;
	font-size: 28px;
	margin-bottom: 8px;
}
.top_slider .catch h2 .en{
	display: block;
	font-size: 11.8px;
	letter-spacing: 1.58px;
}
@media (max-width: 960px){
	.top_slider .catch{
		left: 3%;
	}
}
@media (max-width: 750px){
	.top_slider .slider li{
		height: 70vh;
	}
	.top_slider .catch h2 .ja{
		letter-spacing: 5px;
		font-size: 20px;
	}
	.top_slider .catch h2 .en{
		font-size: 8px;
	}
}
@media (max-width: 450px){
	.top_slider .catch{
		bottom: calc(18px + 5.5%);
	}
}

/*ドットテクスチャ*/
.top_slider::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;
}
@media (max-width: 450px){
	.top_slider::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}

/*arrowアニメーション*/
.arrowWrap{
	position: absolute;
	right: 2%;
	bottom: 1%;
	z-index: 2;
}
.arrowWrap .arrowInner p{
	font-size: 10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.arrowWrap .arrow{
	width: 1px;
	height: 100px;
	margin: 20px auto 0;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	overflow: hidden;
}
.arrowWrap .arrow::before{
	content: '';
	width: 1px;
	height: 100px;
	margin: 50px auto 0;
	background-color: #fff;
	position: absolute;
	top: -150px;
	left: 0;
	animation: arrowWrap 3.5s ease 1s infinite normal;
}
@keyframes arrowWrap{
	0%{
		transform: translate3d(-50%, 0, 0);
	}
	100%{
		transform: translate3d(-50%, 200px, 0);
	}
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .arrowWrap .arrowInner p{
	transform: translateX(-45%);
}
@media (max-width: 750px){
	.top_slider .slider li .catch{
		bottom: 10%;
		left: 3%;
		font-size: 1.6rem;
	}
	.arrowWrap{
		right: 3%;
	}
}
@media (max-width: 450px){
	.arrowWrap .arrowInner p{
		font-size: 8px;
	}
}
/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

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

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.bg01{
	background: url(../img/bg01.jpg);
	background-size: cover;
	background-position: center;
}
.bg02{
	background-color: #0f4d4d;
}
.bg03{
	background-color: #60C0E0;
}
.bg04{
	background: url(../img/bg04a.png), url(../img/bg04b.png);
	background-size: 37%;
	background-repeat: no-repeat;
	background-position: top right, bottom left;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg04{
	background-attachment: scroll;
}
.bg04a{
	background-image: url(../img/bg04a.png);
	background-size: 37%;
	background-repeat: no-repeat;
	background-position: top right;
}
.bg04b{
	background-image: url(../img/bg04b.png);
	background-size: 37%;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.bg04c{
	background-image: url(../img/bg04a.png),url(../img/bg04b.png);
	background-size: 37%;
	background-repeat: no-repeat;
	background-position: top right,bottom left;
}
.bg05{
	background-color: #222;
}

/*==welcome==============================*/
.welcome .inner{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 40px;
	border: 1px solid #0f4d4d;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.welcome .text{
	text-align: center;
}
.welcome .text h3{
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 20px;
}
@media (max-width: 750px){
	.welcome .inner{
		padding: 40px 20px;
	}
}



/*===事業内容==============================*/
.t_business{
	color: #fff;
}
.t_business .flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.t_business .flex .box{
	width: 50%;
}
.t_business .flex .box a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: #fff;
	padding: 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	height: 100%;
}
.t_business .flex .box a .img{
	width: 40%;
	overflow: hidden;
}
.t_business .flex .box a .img img{
	transition: 0.4s ease-in;
}
.t_business .flex .box a .text{
	width: 55%;
}
.t_business .flex .box a .text h3{
	font-weight: 500;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.t_business .flex .box a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
.t_business .flex .box a:hover .img img{
	transform: scale(1.1);
}

.t_business .flex .box.long{
	width: 100%;
}



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


/*===施工実績==============================*/
.t_works{
	background: linear-gradient(-185deg, #0f4d4d 0%, #0f4d4d 50%, transparent 50.3%, transparent 100%);
	color: #fff;
}
.mini_slide li{
	position: relative;
	z-index: 1;
	margin: 0 20px;
}
.mini_slide a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	background-color: #fff;
	width: 100%;
}
.mini_slide a::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.mini_slide a img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.mini_slide a:hover img{
	opacity: .8;
	transform: scale(1.15);
}

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

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


/*===求人情報==============================*/
.t_recruit{
	background: url(../img/t_recruit_bg.jpg);
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .t_recruit{
	background-attachment: scroll;
}
.t_recruit::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}
.t_recruit .deco{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	max-width: 800px;
}
.t_recruit .text{
	width: 45%;
	margin: 0 0 0 auto;
}
@media (max-width: 750px){
	.t_recruit .deco{
		position: static;
		width: 90%;
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 30px;
		overflow: hidden;
		border-radius: 0 0 0 40%;
	}
	.t_recruit .text{
		width: 100%;
	}
}


/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}
.footer_top .btn{
	width: 50%;
	background-color: #000;
}
.footer_top .btn a{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 60px 0;
}
.footer_top .btn:nth-child(1) a{
	background-color: #0f4d4d;
}
.footer_top .btn:nth-child(2) a{
	background-color: #60C0E0;
}
.footer_top .btn a .ja{
	font-size: 1.3rem;
	font-size: 1.1rem;
}
.footer_top .btn a .en{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	font-size: 2rem;
	text-transform: capitalize;
}
.footer_top .btn a:hover{
	opacity: 0.9;
}

.footer_middle{
	position: relative;
	z-index: 1;
	padding: 100px 0;
	text-align: center;
	background: url("../img/footer_0623.jpg");
	background-size: cover;
	background-position: center top;
	color: #fff;
}
.footer_middle::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}

footer h3{
	width: 50%;
	max-width: 300px;
	margin: 0 auto 20px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
}

.footer_bottom{
	background-color: #0D1117;
}
.footer_bottom .nav_wrap{
	padding: 60px 0;
}
.footer_nav ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_nav ul li a{
	display: block;
	width: 100%;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
}
.footer_nav ul li a .en{
	display: block;
	text-transform: capitalize;
	transition: 0.2s;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.footer_nav ul li a .ja{
	opacity: 0.5;
	font-size: 0.7rem;
}
.footer_nav ul li a:hover .en{
	opacity: 0.5;
}
.footer_bottom .copy{
	padding: 60px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f_sns_wrap{
	display: flex;
	flex-wrap: wrap;
}
.f_sns_wrap a{
	display: block;
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	margin-right: 25px;
}
.f_sns_wrap a:last-child{
	margin-right: 0;
}
.f_sns_wrap a:hover{
	opacity: 0.5;
}
.footer_bottom .copy small{
	color: rgba(255,255,255,0.5);
}
@media (min-width: 1300px){
	.footer_middle{
		padding: 10vw 0;
	}
}
@media (max-width: 750px){
	.footer_top{
		display: block;
	}
	.footer_top .btn{
		width: 100%;
	}
	.footer_top .btn a{
		padding: 40px 0;
	}
	.footer_bottom{
		padding: 0 40px;
	}
	.footer_nav ul{
		margin-bottom: -40px;
	}
	.footer_nav ul li{
		width: 45%;
		margin-bottom: 40px;
	}
	.footer_bottom .copy{
		padding: 30px 0;
		display: block;
	}
	.f_sns_wrap{
		margin-bottom: 30px;
	}
}
@media (max-width: 450px){
	.footer_nav ul li{
		width: 100%;
		margin-bottom: 40px;
	}
}

/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
  	height: 60px;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #111;
  	z-index: 50;
	border: 1px solid rgba(255,255,255,0.5);
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
  	font-weight: 900;
  	font-size: 10px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}
.page_top.is_animation:hover{
	transform: translateY(-5px);
}
@media (max-width: 750px){
	.page_top{
		width: 45px;
		height: 45px;
		right: 10px;
		bottom: 10px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 220px 0 100px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.5;
	pointer-events: none;
	z-index:-1;
}
/*ドットテクスチャ*/
.kasou_top::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;
}
@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}

.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 150px 0 100px;
	}
	.kasou_top h2{
		font-size: 1.7rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	text-align: center;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}


/*===ページ==============================*/
.greeting .info_flexbox{
	align-items: flex-start;
}
.greeting .img{
	position: relative;
}
.greeting .img::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: rgb(255, 255, 255) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
	pointer-events: none;
	z-index: 1;
}

.about table{
	color: #fff;
}

.access{
	background: linear-gradient(-185deg, #0f4d4d 0%, #0f4d4d 50%, transparent 50.3%, transparent 100%);
}


/*===事業内容ページ==============================*/
.business_box{
	padding-top: 100px;
}
.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: #eee;
	opacity: 0.6;
	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{
		padding-top: 0;
		margin-bottom: 120px;
	}
	.business_box:last-child{
		margin-bottom: 0;
	}
	.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;
	}
}



/*===施工実績ページ==============================*/
.works_wrapper{
	display: flex;
	flex-wrap: wrap;
}
.works_wrapper .box{
	width: calc(100% / 5 - 8px);
	margin: 0 4px;
	margin-bottom: 20px;
}
.works_wrapper .box a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
}
.works_wrapper .box a::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.works_wrapper .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.works_wrapper .box a:hover img{
	transform: scale(1.1);
}
@media (max-width: 960px){
	.works_wrapper .box{
		width: calc(100% / 3 - 8px);
	}
}
@media (max-width: 750px){
	.works_wrapper .box{
		width: calc(100% / 2 - 8px);
		font-size: 0.9rem;
	}
}


/*===求人情報ページ==============================*/
.recruit_lede .ctitle span{
	font-size: 1.2em;
}

.staff .flex{
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 60px;
}
.staff .flex:last-child{
	margin-bottom: 0;
}
.staff .flex .img{
	width: 43%;
}
.staff .flex .text{
	width: 52%;
	padding-top: 20px;
}
.staff .flex .text h3{
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-weight: 500;
}
@media (max-width: 960px){
	.staff .flex .img{
		width: 45%;
	}
	.staff .flex .text{
		width: 52%;
		padding-top: 20px;
	}
	.staff .flex .text h3{
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
}
@media (max-width: 750px){
	.staff .flex{
		flex-direction: column;
	}
	.staff .flex.reverse{
		flex-direction: column-reverse;
	}
	.staff .flex .img{
		width: 100%;
	}
	.staff .flex .text{
		width: 100%;
		padding-top: 20px;
	}
}


/*===お問い合わせページ==============================*/
.contact .tel_contact{
	text-align: center;
	border-top: 2px solid #0f4d4d;
	border-bottom: 2px solid #0f4d4d;
	padding: 15px 0;
	margin: 0 auto;
	max-width: 600px;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #0f4d4d;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}


/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: #60C0E0;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.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: #60C0E0;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #60C0E0;
}
.mailform .postal_btn:hover{
	background: #60C0E0;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #60C0E0;
	border: 1px solid #60C0E0;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #60C0E0;
}
.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 #60C0E0;
    border-bottom: 3px solid #60C0E0;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #60C0E0;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #60C0E0;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


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

/*プライバシーポリシー*/
.privacy{
	background: linear-gradient(-185deg, #0f4d4d 0%, #0f4d4d 50%, transparent 50.3%, transparent 100%);
}
.privacy_flame{
	height: 250px;
	overflow-y: scroll;
	background: rgba(255, 255, 255, 1);
}
.privacy_flame p{
	padding: 10px 20px;
	font-size: 0.8rem;
}
.privacy p span{
	font-weight: 500;
	display: block;
	color: #0f4d4d;
}
.privacy p span::before{
	content: "■";
	font-size: 0.6rem;
	margin-right: 0.5em;
	vertical-align: text-top;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}


/* YOUTUBE 230705 ================================================== */
.movie_wrap{
	width: 100%;
	margin: auto;
	padding: 50px 15px 0;
}
.movie_wrap iframe{
	width: 100%; 
	height: auto;
	aspect-ratio: 16/9;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}