@charset "UTF-8";

/*================================================
 *  indexページ用
 ================================================*/
 
/*******メインエリア*******/
section#main_area {
	position: relative;
	overflow: hidden;
	/*opacity: 0;*/
}

section#main_area #main_slider .slick-slide {
	width: 100%;
	height: 100vh;
}
section#main_area #main_slider .slick-slide .object-fit-img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	font-family: 'object-fit: cover;';
}
section#main_area #main_slider .slick-slide .sp {
	display: none;
}

section#main_area .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	z-index: 100;
	color: #fff;
	text-align: center;
}
section#main_area .text h2 {
	position: relative;
	margin-bottom: 40px;
}
section#main_area .text p {
	font-size: 18px;
	line-height: 2.5;
}

section#main_area .scroll {
	position: absolute;
	left: 50%;
	bottom: 130px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 100;
	text-align: center;
	color: #fff;
}
section#main_area .scroll span {
	font-size: 14px;
	font-weight: 700;
	display: block;
	letter-spacing: 0.1em;
}
section#main_area .scroll .arrow {
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-animation: scrollAnime 1.5s infinite;
	animation: scrollAnime 1.5s infinite;
}
@-webkit-keyframes scrollAnime {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: translate(0, 1em);
		opacity: 0;
	}
}
@keyframes scrollAnime {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0, 1em);
		opacity: 0;
	}
}



/*******会社案内*******/
section#company_area {
	padding: 80px 0 100px;
}
section#company_area .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#company_area .inner > div:first-child {
	width: 530px;
}
section#company_area .inner > div:first-child h3 {
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

section#company_area .inner > div:last-child .animated {
	opacity: 1;
	position: relative;
	overflow: hidden;
}
section#company_area .inner > div:last-child .animated::before {
	position: absolute;
	content: '';
	background-color: #f6f4f1;
	width: 130%;
	height: 130%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
section#company_area .inner > div:last-child .animated.move::before {
	-webkit-animation: comAnime 3s cubic-bezier(0.77, 0, 0.175, 1) both;
	animation: comAnime 3s cubic-bezier(0.8, 0, 0.1, 1) both;
}
@keyframes comAnime {
	0% { top: 50%; left: 50%; }
	100% { top: 200%; left: 200%;}
}
@-webkit-keyframes comAnime {
	0% { top: 50%; left: 50%; }
	100% { top: 200%; left: 200%;}
}

section#company_area .inner .hover_btn {
	width: 220px;
	height: 54px;
	margin-top: 40px;
}


/*******事業案内＋技術紹介*******/
section#abouttech_area {
	height: 540px;
	background-size: cover;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
section#abouttech_area .list_wrap {
	width: 1070px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items : stretch;
}
section#abouttech_area .list_wrap .frame {
	width: 510px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
section#abouttech_area .list_wrap .frame .top,
section#abouttech_area .list_wrap .frame .bottom,
section#abouttech_area .list_wrap .frame .inner {
	background-color: rgba(220,170,30,0.7);
}
section#abouttech_area .list_wrap .frame:last-of-type .top,
section#abouttech_area .list_wrap .frame:last-of-type .bottom,
section#abouttech_area .list_wrap .frame:last-of-type .inner {
	background-color: rgba(80,160,180,0.7);
}
section#abouttech_area .list_wrap .frame .top,
section#abouttech_area .list_wrap .frame .bottom {
	height: 40px;
	transform: skewX(-45deg);
}
section#abouttech_area .list_wrap .frame .top {
	transform-origin: left bottom;
}
section#abouttech_area .list_wrap .frame .bottom {
	transform-origin: right top;
}
section#abouttech_area .list_wrap .frame .inner {
	padding: 30px 0;
}
section#abouttech_area .list_wrap .frame .inner h3 {
	font-size: 32px;
	position: relative;
	margin-bottom: 1.5em;
}
section#abouttech_area .list_wrap .frame .inner h3::after {
	position: absolute;
	content: '';
	bottom: -0.8em;
	left: 50%;
	width: 1.25em;
	height: 3px;
	background-color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
section#abouttech_area .list_wrap .frame .inner p {
	font-size: 18px;
	line-height: 2;
}
section#abouttech_area .list_wrap .frame .inner .hover_btn {
	width: 180px;
	height: 42px;
	margin: 45px auto 0;
	font-size: 14px;
	border-color: #fff;
	color: #fff;
	overflow: hidden;
}
section#abouttech_area .list_wrap .frame .inner .hover_btn:hover {
	color: rgba(220,170,30,1);
}
section#abouttech_area .list_wrap .frame:last-of-type .inner .hover_btn:hover {
	color: rgba(80,160,180,1);
}
section#abouttech_area .list_wrap .frame .inner .hover_btn::before {
	background-color: transparent;
}
section#abouttech_area .list_wrap .frame .inner .hover_btn::after {
	right: auto;
	left: 0;
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	transform-origin: top left;
	-webkit-transform-origin: top left;
}
section#abouttech_area .list_wrap .frame .inner .hover_btn:hover::after {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
section#abouttech_area .list_wrap .frame .inner .hover_btn span::after {
	border-color: #fff;
}
section#abouttech_area .list_wrap .frame .inner .hover_btn:hover span::after {
	border-color: rgba(220,170,30,1);
}
section#abouttech_area .list_wrap .frame:last-of-type .inner .hover_btn:hover span::after {
	border-color: rgba(80,160,180,1);
}



/*******工事実績*******/
section#works_area {
	position: relative;
	padding-top: 90px;
	overflow: hidden;
}
section#works_area::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 90px;
	background-color: #fff;
}
section#works_area .inner {
	position: relative;
	padding-bottom: 220px;
}
section#works_area .inner::before,
section#works_area .inner::after {
	position: absolute;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
}
section#works_area .inner::before {
	top: 0;
	border-width: 220px 100vw 0 0;
	border-color: #ffffff transparent transparent transparent;
}
section#works_area .inner::after {
	bottom: 0;
	border-width: 0 0 220px 100vw;
	border-color: transparent transparent #ffffff transparent;
}

section#works_area h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
section#works_area h3 span:last-child {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-top: 0.8em;
}

section#works_area #works_list {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
section#works_area #works_list .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items : stretch;
}
section#works_area #works_list .slick-slide {
	width: 360px;
	height: 100%;
	background-color: #fff;
	margin: 0 15px;
	height: auto;
	float: none;
}
section#works_area #works_list .slick-slide a {
	display: block;
}
section#works_area #works_list .slick-slide figure .thumb {
	width: 100%;
	height: 66.7%;
}
section#works_area #works_list .slick-slide figure .thumb img {
	width: 100%;
    height: 100%;
    object-fit: contain;
	font-family: 'object-fit: contain;';
}
section#works_area #works_list .slick-slide figure figcaption {
	padding: 25px;
	font-size: 14px;
}
section#works_area #works_list .slick-slide figure figcaption h6 {
	font-weight: bold;
}
section#works_area #works_list .slick-slide figure figcaption h6 span {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0.2em;
}
section#works_area #works_list .slick-slide figure figcaption dl {
	margin-top: 0.7em;
	line-height: 1.5;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
section#works_area #works_list .slick-slide figure figcaption dl dt {
	width: 5em;
}
section#works_area #works_list .slick-slide figure figcaption dl dd {
	flex: 1;
	-webkit-flex: 1;
	min-width: 200px;
}

section#works_area  .hover_btn {
	width: 320px;
	height: 54px;
	margin: 0 auto;
}




/*******新着情報*******/
section#news_area {
	padding: 30px 0 80px;
}
section#news_area .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 50px;
}
section#news_area .inner .title h3 {
	font-size: 14px;
}
section#news_area .inner .title h3 span {
	display: block;
	font-size: 40px;
	margin-bottom: 0.8em;
	position: relative;
}
section#news_area .inner .title h3 span::after {
	position: absolute;
	content: '';
	width: 1em;
	height: 4px;
	bottom: -0.4em;
	left: 0;
	background: linear-gradient(to right, rgba(0,200,68,1) 0%,rgba(0,135,68,1) 100%);
}
section#news_area .inner .news_box {
	width: 720px;
}
section#news_area .inner .news_box .news {
	overflow-y: scroll;
	padding-right: 1em;
	width: 100%;
	height: 205px;
}
section#news_area .inner .news_box .news::-webkit-scrollbar {
	width: 10px;
}
section#news_area .inner .news_box .news::-webkit-scrollbar-track {
	background: #eee;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}
section#news_area .inner .news_box .news::-webkit-scrollbar-thumb {
	background: #008744;
	border-radius: 10px;
	box-shadow: none;
}

section#news_area .inner .news_box .news ul li {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
	font-size: 14px;
	overflow: hidden;
	line-height: 1.5;
}
section#news_area .inner .news_box .news ul li:first-of-type {
	padding-top: 0;
}
section#news_area .inner .news_box .news ul li a {
	opacity: 1;
}
section#news_area .inner .news_box .news ul li a:hover {
	text-decoration:none;
}
section#news_area .inner .news_box .news ul li p {
	float: right;
	width: 460px;
	font-size: 16px;
}
section#news_area .inner .news_box .news ul li a p:hover {
	text-decoration:underline;
}
section#news_area .inner .news_box .news ul li img {
	vertical-align: -0.3em;
	margin-left: 1em;
}


section#news_area .hover_btn {
	width: 320px;
	height: 54px;
	margin: 0 auto;
}






/*******トップシェア*******/
section#topshare_area {
	background-size: cover;
	height: 740px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}
section#topshare_area .inner {
	width: 1320px;
	max-width: 100%;
	position: relative;
}
section#topshare_area .title_shadow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	mix-blend-mode: multiply;
}
section#topshare_area h3 {
	position: relative;
	margin-bottom: 50px;
}

section#topshare_area .btn_list {
	width: 630px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section#topshare_area .btn_list li {
	width: 300px;
}
section#topshare_area .btn_list li .hover_btn {
	border-color: #fff;
	color: #fff;
	height: 60px;
	letter-spacing: 0;
}
section#topshare_area .btn_list li .hover_btn:hover {
	color: #008744;
}
section#topshare_area .btn_list li .hover_btn::before {
	background-color: #fff;
}
section#topshare_area .btn_list li .hover_btn::after {
	background-color: #008744;
}
section#topshare_area .btn_list li .hover_btn span::after {
	border-color: #fff;
}
section#topshare_area .btn_list li .hover_btn:hover span::after {
	border-color: #008744;
}


/*******リクルート*******/
#recruit_area {
	width: 780px;
	margin: 0 auto;
	padding: 80px 0 140px;
}




/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

/*******メインエリア*******/
section#main_area #main_slider .slick-slide {
	height: auto;
}
section#main_area #main_slider .slick-slide .object-fit-img {
	display: none;
}
section#main_area #main_slider .slick-slide .sp {
	display: block;
}


section#main_area .text {
	width: 100%;
	top: 28vw;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
section#main_area .text h2 {
	margin-bottom: 5vw;
	width: 100%;
}
section#main_area .text h2 img {
	width: 70vw;
	margin: 0 auto;
}
section#main_area .text p {
	font-size: 3.7vw;
	line-height: 2;
}

section#main_area .scroll {
	bottom: 15vw;
}
section#main_area .scroll span {
	font-size: 4vw;
}
section#main_area .scroll .arrow {
	top: 5vw;
}
section#main_area .scroll .arrow img {
	width: 11vw;
}

/*******会社案内*******/
section#company_area {
	padding: 10vw 0 15vw;
}
section#company_area .inner {
	display: block;
}
section#company_area .inner > div:first-child {
	width: 100%;
}
section#company_area .inner > div:first-child h3 {
	font-size: 5.5vw;
	margin: 0 -1.5em 0.5em;
	text-align: center;
}
section#company_area .inner > div:last-child {
	text-align: center;
	margin-top: 5vw;
}
section#company_area .inner > div:last-child .animated img {
	width: 65vw;
}

section#company_area .inner .hover_btn {
	width: 50vw;
	height: 13vw;
	margin: 8vw auto 0;
}




/*******事業案内＋技術紹介*******/
section#abouttech_area {
	height: auto;
	display: block;
	padding: 15vw 0;
	background-image: url(../images/index/index_abouttech_bg_sp.jpg)!important;
}
section#abouttech_area .list_wrap {
	width: 90vw;
	display: block;
	margin: 0 auto;
}
section#abouttech_area .list_wrap .frame {
	width: 100%;
}
section#abouttech_area .list_wrap .frame:last-of-type {
	margin-top: 8vw;
}
section#abouttech_area .list_wrap .frame .top,
section#abouttech_area .list_wrap .frame .bottom {
	height: 6.5vw;
}
section#abouttech_area .list_wrap .frame .inner {
	padding: 5vw 0;
}
section#abouttech_area .list_wrap .frame .inner h3 {
	font-size: 6vw;
}
section#abouttech_area .list_wrap .frame .inner p {
	font-size: 4vw;
}
section#abouttech_area .list_wrap .frame .inner .hover_btn {
	width: 50vw;
	height: 12vw;
	margin: 5vw auto 0;
	font-size: 4vw;
}



/*******工事実績*******/
section#works_area {
	padding-top: 15vw;
}
section#works_area::before {
	height: 18vw;
}
section#works_area .inner {
	padding-bottom: 20vw;
}
section#works_area .inner::before,
section#works_area .inner::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
section#works_area .inner::before {
	border-width: 25vw 200vw 0 0;
	top: 3vw;
}
section#works_area .inner::after {
	border-width: 0 0 25vw 200vw;
	bottom: -3vw;
}

section#works_area h3 {
	font-size: 7vw;
	margin-bottom: -5vw;
	top: -5vw;
	padding-bottom: 8vw;
}
section#works_area h3 span:last-child {
	font-size: 3.6vw;
}


section#works_area #works_list {
	margin-bottom: 8vw;
}
section#works_area #works_list .slick-slide {
	width: 75vw;
	margin: 0 3vw;
}
section#works_area #works_list .slick-slide figure figcaption {
	padding: 5vw;
	font-size: 3.6vw;
}
section#works_area #works_list .slick-slide figure figcaption h6 span {
	font-size: 4.2vw;
}
section#works_area #works_list .slick-slide figure figcaption dl dt {
	width: 5.5em;
}
section#works_area #works_list .slick-slide figure figcaption dl dd {
	min-width: 30vw;
}

section#works_area  .hover_btn {
	width: 50vw;
	height: 13vw;
}




/*******新着情報*******/
section#news_area {
	padding: 0 0 15vw;
}
section#news_area .inner {
	display: block;
	margin-bottom: 8vw;
}
section#news_area .inner .title h3 {
	font-size: 3.6vw;
	text-align: center;
}
section#news_area .inner .title h3 span {
	font-size: 8vw;
}
section#news_area .inner .title h3 span::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
section#news_area .inner .news_box {
	width: 100%;
	margin-top: 8vw;
}
section#news_area .inner .news_box .news {
	width: 100%;
	height: 70vw;
	margin-bottom: 5vw;
}
section#news_area .inner .news_box .news ul li {
    padding: 3vw;
	font-size: 3.6vw;
}
section#news_area .inner .news_box .news ul li p {
	float: none;
	width: 100%;
	font-size: 4vw;
	margin-top: 0.5em;
}
section#news_area .inner .news_box .news ul li img {
	margin-left: 0.5em;
	height: 5vw;
}


section#news_area .hover_btn {
	width: 50vw;
	height: 13vw;
}

/*******トップシェア*******/
section#topshare_area {
	height: 105vw;
	background-image: url(../images/index/index_topshare_bg_sp.jpg)!important;
}
section#topshare_area .inner {
	width: 100%;
	max-width: inherit;
	text-align: center;
}
section#topshare_area .title_shadow img,
section#topshare_area h3 img {
	width: 100%;
}
section#topshare_area h3 {
	margin-bottom: 8vw;
}

section#topshare_area .btn_list {
	width: 65vw;
	display: block;
	margin: 0 auto;
}
section#topshare_area .btn_list li {
	width: 100%;
}
section#topshare_area .btn_list li:last-child {
	margin-top: 5vw;
}
section#topshare_area .btn_list li .hover_btn {
	height: 13vw;
}


/*******リクルート*******/
#recruit_area {
	width: 90vw;
	margin: 0 auto;
	padding: 10vw 0 15vw;
}




	
}