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

html, body ,#wrapper {position: relative;}

#wrapper .container {
	max-width: 1000px;
}
#wrapper footer .container {
    max-width: 100%;
}
/* 下層ページのheaderimg */
/*
#header-img::after {
	background: url("../../01companyprofile - Copy [2]/img/header-title01.svg"); ここの画像だけ変える 
	background-repeat: no-repeat;
	background-position: center;
}
*/
header{
	background-color: #fff;
}
header img{
	margin: auto;
	padding-top: 5rem;
	width: 30rem;
	padding-bottom: 4rem;
}
/* navcolor-グラデーションの時は適用する */
.side-menu {
	background: -moz-linear-gradient(top, #CBFF00, #66CD73, #009DE6);
	background: -webkit-linear-gradient(top, #CBFF00, #66CD73, #009DE6);
	background: linear-gradient(to bottom, #CBFF00, #66CD73, #009DE6);
}
.hamburger span{background: #ffffff;}
.side-menu .g-border{background-color: #ffffff;}
.side-menu p a{color: #ffffff;}
div.google-map{display:none}
/* ------------------ */


/*top-----------------------------------------------------------------------------------*/
#top {
	background:url("../img/topimg.jpg") no-repeat top center;
	background-size: cover;
	height: 740px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1199px) {
		#top {
		height: 600px;
	}
}
@media (max-width: 991px) {
	#top {
		height: 500px;
	}
}
@media (max-width: 767px) {
	#top {
		height: 400px;
	}
}
@media (max-width: 575px) {
	#top {
		height: 250px;
	}
}
#top h1{
	font-size: 60px;
	font-size: 6rem;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	letter-spacing: 10px;
    font-weight: 500;
    margin-bottom: 4rem;
	margin-top: 4rem;
}
@media (max-width: 1199px) {
	#top h1{
		font-size: 50px;
		font-size: 5rem;
		letter-spacing: 5px;
	}
}
@media (max-width: 767px) {
	#top h1{
		font-size: 40px;
		font-size: 4rem;
		letter-spacing: 3px;
	}
}
@media (max-width: 575px) {
	#top h1{
		font-size: 35px;
		font-size: 3.5rem;
		letter-spacing: 0;
		margin-bottom: 3rem;
		margin-top: 3rem;
	}
}
#top p{
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.75;
    letter-spacing: 1px;
}
@media (max-width: 1199px) {
	#top p {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media (max-width: 575px) {
	#top p {
		font-size: 16px;
		font-size: 1.6rem;
	}
}


/*about-----------------------------------------------------------------------------------*/
#about h2{
	font-size: 40px;
	font-size: 4rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
@media (max-width: 1199px) {
	#about h2{
		font-size: 35px;
		font-size: 3.5rem;
	}
}
@media (max-width: 767px) {
	#about h2{
		font-size: 30px;
		font-size: 3rem;
        line-height: 1.5;
        padding-top: 0;
		width: 60%;
	}
}
@media (max-width: 575px) {
	#about h2{
		width: 100%;
	}
}
#about .container{
	margin-bottom: 2rem;
}
#about div.d-flex{
	margin-top: 3rem;
	justify-content: center;
}
@media (max-width: 767px) {
	#about div.d-flex{
		align-items: center;
	}
}
@media (max-width: 1199px) {
	#about div.d-flex img{
		width: 15%;
	}
}
@media (max-width: 767px) {
	#about div.d-flex img{
		width: 20%;
	}
}
@media (max-width: 575px) {
	#about div.d-flex img{
		display: none;
	}
}
#about ul{
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
}
#about ul li{
	display: block;
	width: 215px;
	height: 215px;
	margin: 0 2rem;
	position: relative;
}
@media (max-width: 1199px) {
	#about ul li {
		width: 180px;
		height: 180px;
		margin: 0 1rem;
	}
}
@media (max-width: 767px) {
	#about ul li {
		width: 150px;
		height: 150px;
		margin: 0 0.5rem;
	}
}
@media (max-width: 575px) {
	#about ul li {
		width: 100px;
		height: 100px;
		margin: 0 0.5rem;
	}
}
#about ul li div{
	position: absolute;
	width: 215px;
	height: 215px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #98BED7;
	border-radius: 50%;
}
@media (max-width: 1199px) {
	#about ul li div {
		width: 180px;
		height: 180px;
	}
}
@media (max-width: 767px) {
	#about ul li div {
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 575px) {
	#about ul li div {
		width: 100px;
		height: 100px;
	}
}
#about ul li:nth-child(1) div,
#about ul li:nth-child(3) div{
	bottom: -5rem;
}
@media (max-width: 1199px) {
	#about ul li:nth-child(1) div,
	#about ul li:nth-child(3) div{
		bottom: -3rem;
	}
}
@media (max-width: 767px) {
	#about ul li:nth-child(1) div,
	#about ul li:nth-child(3) div{
		bottom: -2rem;
	}
}
@media (max-width: 575px) {
	#about ul li:nth-child(1) div,
	#about ul li:nth-child(3) div{
		bottom: -1rem;
	}
}
#about ul li p{
	font-size: 28px;
	font-size: 2.8rem;
	color: #fff;
	text-align: center;
	line-height: 1.75;
	font-weight: normal;
	margin: 0;
}
@media (max-width: 1199px) {
	#about ul li p {
		font-size: 23px;
		font-size: 2.3rem;
	}
}
@media (max-width: 767px) {
	#about ul li p {
		line-height: 1.5;
		font-size: 20px;
		font-size: 2.0rem;
	}
}
@media (max-width: 575px) {
	#about ul li p {
		line-height: 1.25;
		font-size: 16px;
		font-size: 1.6rem;
	}
}
#about div.d-block.text-center img{
	max-width: 355px;
}
@media (max-width: 991px) {
	#about div.d-block.text-center img{
		max-width: 300px;
	}
}
@media (max-width: 575px) {
	#about div.d-block.text-center img{
		max-width: 260px;
	}
}
#about .woody-back {
	background:url("../img/background.jpg") no-repeat top center;
	background-size: cover;
	height: 430px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1199px) {
	#about .woody-back {
		height: 400px;
	}
}
@media (max-width: 991px) {
	#about .woody-back {
		height: 350px;
	}
}
@media (max-width: 767px) {
	#about .woody-back {
		height: 300px;
	}
}
@media (max-width: 575px) {
	#about .woody-back {
		height: 250px;
	}
}

#about .woody-back::before {
	content: "";
	display: block;
	width: 210px;
	height: 105px;
	background:url("../img/arrow.svg") no-repeat top center;
	background-size: cover;
	position: absolute;
	top: -1px;
}
@media (max-width: 1199px) {
	#about .woody-back::before {
		width: 170px;
		height: 85px;
	}
}
@media (max-width: 991px) {
	#about .woody-back::before {
		width: 150px;
		height: 75px;
	}
}
@media (max-width: 575px) {
	#about .woody-back::before {
		width: 120px;
        height: 60px;
	}
}
#about .woody-back p{
	font-size: 40px;
	font-size: 4rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1.75;
	margin: 0;
}
@media (max-width: 1199px) {
	#about .woody-back p {
		font-size: 35px;
		font-size: 3.5rem;
	}
}
@media (max-width: 575px) {
	#about .woody-back p {
		font-size: 30px;
		font-size: 3rem;
	}
}
#about .woody-back p span{
	position: relative;
}
#about .woody-back p span::before{
	content: "";
    width: 11px;
    height: 11px;
    background-color: #006138;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
@media (max-width: 991px) {
	#about .woody-back p span::before{
		width: 8px;
		height: 8px;
	}
}
@media (max-width: 575px) {
	#about .woody-back p span::before{
		width: 5px;
		height: 5px;
	}
}

/*point-----------------------------------------------------------------------------------*/
#point{
	margin-top: 2rem;
}
#point h2{
	font-size: 40px;
	font-size: 4rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	color: #006138;
}
@media (max-width: 1199px) {
	#point h2{
		font-size: 35px;
		font-size: 3.5rem;
	}
}
@media (max-width: 767px) {
	#point h2{
		font-size: 30px;
		font-size: 3rem;
	}
}
#point ol{
	justify-content: space-between;
	flex-wrap: wrap;
	counter-reset: number;
}
#point ol li figure{
	position: relative;
}
#point ol li figure::before{
	counter-increment: number;
	content: counter(number);
	position: absolute;
	font-size: 60px;
	font-size: 6rem;
	color: #553C27;
	font-family: "Noto Serif JP", serif;
	top: 0;
}
@media (max-width: 1199px) {
	#point ol li figure::before {
		font-size: 60px;
		font-size: 6rem;
	}
}
@media (max-width: 991px) {
	#point ol li figure::before {
		top: -7%;
	}
}
@media (max-width: 767px) {
	#point ol li figure::before {
		top: 5%;
		font-size: 80px;
		font-size: 8rem;
	}
}
@media (max-width: 575px) {
	#point ol li figure::before {
		top: 0;
		font-size: 50px;
		font-size: 5rem;
	}
}
#point ol li figure img{
	width: 100%;
}
#point ol li{
	width: 30%;
	margin-top: 7rem;
}
@media (max-width: 767px) {
	#point ol li{
		width: 100%;
		margin-top: 5rem;
	}
}
#point ol li h3{
	font-size: 28px;
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}
@media (max-width: 991px) {
	#point ol li h3 {
		font-size: 25px;
		font-size: 2.5rem;
		margin-top: 2rem;
	}
}
@media (max-width: 767px) {
	#point ol li h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}
@media (max-width: 575px) {
	#point ol li h3 {
		font-size: 23px;
		font-size: 2.3rem;
	}
}

/*product-----------------------------------------------------------------------------------*/
#product{
	margin: 10rem 0;
}
@media (max-width: 991px) {
	#product{
		margin: 6rem 0;
	}
}
#product h2{
	font-size: 40px;
	font-size: 4rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	color: #006138;
}
@media (max-width: 1199px) {
	#product h2{
		font-size: 35px;
		font-size: 3.5rem;
	}
}
@media (max-width: 767px) {
	#product h2{
		font-size: 30px;
		font-size: 3.0rem;
	}
}
#product ul{
	flex-wrap: wrap;
	justify-content: space-between;
}
#product ul li{
	margin-bottom: 3rem;
	width: 24%;
}
@media (max-width: 767px) {
	#product ul li{
		margin-bottom: 1.5rem;
		width: 32.5%;
	}
}
@media (max-width: 575px) {
	#product ul li{
		margin-bottom: 1.5rem;
		width: 49%;
	}
}
#product figure img{
	width: 100%;
}
#product figure figcaption{
	text-align: center;
	margin-top: 0.5rem;
}
@media (max-width: 991px) {
	#product figure figcaption{
		font-size: 15px;
		font-size: 1.5rem;
	}
}
#product div.d-flex{
	position: relative;
	margin: 8rem 0;
}
@media (max-width: 991px) {
	#product div.d-flex{
		margin: 5rem 0;
	}
}
@media (max-width: 767px) {
	#product div.d-flex{
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	#product div.d-flex div{
		width: 100%;
	}
}
@media (max-width: 991px) {
	.regular-series div.d-flex,
	.floorstar-series div.d-flex{
		margin-bottom: 8rem!important;
	}
}
@media (max-width: 767px) {
	.regular-series div.d-flex,
	.floorstar-series div.d-flex{
		margin-bottom: 5rem!important;
	}
}
#product dl{
	background: #F0F0F0;
	position: absolute;
    width: 400px;
    padding: 3rem 4rem;
	bottom: -3rem;
    right: 0;
    margin: 0;
}
@media (max-width: 767px) {
	#product dl{
		position: relative;
		width: 100%;
		bottom: 0;
	}
}
#product dt{
	font-size: 32px;
	font-size: 3.2rem;
	font-family: "Noto Serif JP", serif;
	color: #006138;
	margin-bottom: 2rem;
}
@media (max-width: 1199px) {
	#product dt {
		font-size: 28px;
		font-size: 2.8rem;
	}
}
.regular-series ul li.regular-text{
	position: relative;
    display: flex;
    align-items: flex-start;
}
@media (max-width: 575px) {
	.regular-series ul li.regular-text{
		align-content: center;
		justify-content: center;
		width: 100%!important;
	}
}
.regular-series ul li.regular-text p{
	position: absolute;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	color: #006138;
	width: 264px;
    display: block;
    line-height: 1.25;
	left: -50%;
    top: 10%;
}
@media (max-width: 991px) {
	.regular-series ul li.regular-text p{
		left: -65%;
	}
}
@media (max-width: 767px) {
	.regular-series ul li.regular-text p{
		font-size: 20px;
		font-size: 2rem;
		left: -60%;
	}
}
@media (max-width: 575px) {
	.regular-series ul li.regular-text p{
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		text-align: center;
	}
}
.floorstar-series .d-flex{
	justify-content: flex-end;
}
.floorstar-series dl{
    left: 0;
}
.flooring-series .d-flex{
	justify-content: space-between;
	align-items: flex-end;
}
#product .flooring-series dl{
	padding: 5rem 4rem;
    top: 3rem;
	bottom: auto;
    right: 0;
    margin: 0;
}
@media (max-width: 991px) {
	#product .flooring-series dl{
		padding: 3rem 4rem;
	}
}
@media (max-width: 767px) {
	#product .flooring-series dl{
		top: 0;
	}
}
#product .flooring-series figure{
    margin: 0 4rem;
}
@media (max-width: 767px) {
	#product .flooring-series figure{
		margin: 0;
	}
}


/*link-list-----------------------------------------------------------------------------------*/
.link-list{
	margin: 20rem 0 10rem;
}
@media (max-width: 767px) {
	.link-list{
		margin: 10rem 0 10rem;
	}
}
@media (max-width: 575px) {
	.link-list{
		margin: 8rem 0 8rem;
	}
}
.link-list ul{
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
	.link-list ul{
		justify-content: space-between;
	}
}
.link-list li{
	width: 45%;
	margin: 0 1.5rem;
}
@media (max-width: 991px) {
	.link-list li{
		width: 49%;
		margin: 0;
	}
}
@media (max-width: 767px) {
	.link-list li{
		width: 100%;
		margin: 2rem 0 0 0;
	}
}
.link-list li a{
	position: relative;
	display: block;
	width: 100%;
	height: 170px;
	overflow: hidden;
	border-radius: 3rem;
}
@media (max-width: 575px) {
	.link-list li a{
		height: 110px;
		border-radius: 2rem;
	}
}

.link-list li a:hover p,
.link-list li a:hover p::after,
.link-list li a:hover p span::after{
	color: #FFF100!important;
}
.link-list li a::after{
	position: absolute; 
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 97, 56, 0.7);
	transition: all .5s ease;
}
.link-list li a::before{
	position: absolute; 
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url("../img/link-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .5s ease;
	background-size: cover;
}
.link-list li a:hover::before{
	transform: scale(1.08);
	background-image: url("../img/link-01.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.link-list li a div{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.link-list li a p{
	margin: 0 0 0 2rem;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	position: relative;
}
@media (max-width: 991px) {
	.link-list li a p{
		font-size: 28px;
		font-size: 2.8rem;
	}
}
@media (max-width: 575px) {
	.link-list li a p{
		font-size: 25px;
		font-size: 2.5rem;
	}
}
.link-list li a div img{
	max-width: 95px;
}
@media (max-width: 991px) {
	.link-list li a div img{
		max-width: 85px;
	}
}
@media (max-width: 575px) {
	.link-list li a div img{
		max-width: 60px;
	}
}
.link-list li:nth-child(1) a p span{
	font-size: 19px;
	font-size: 1.9rem;
	display: block;
	position: relative;
}
@media (max-width: 991px) {
	.link-list li:nth-child(1) a p span{
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.link-list li:nth-child(1) a p span::after{
	content: "▶";
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	margin-left: 0.5rem;
}
@media (max-width: 991px) {
	.link-list li:nth-child(1) a p span::after{
		font-size: 18px;
		font-size: 1.8rem;
	}
}
.link-list li:nth-child(2) a::before{
	background-image: url("../img/link-02.jpg");
}
.link-list li:nth-child(2) a:hover::before{
	background-image: url("../img/link-02.jpg");
}
.link-list li:nth-child(2) a p{
	display: flex;
	align-items: center;
}
.link-list li:nth-child(2) a p::after{
	content: "▶";
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	margin-left: 0.5rem;
}

/*works-----------------------------------------------------------------------------------*/
#works{
	margin: 10rem 0 25rem;
}
@media (max-width: 991px) {
	#works{
		margin: 8rem 0 20rem;
	}
}
@media (max-width: 575px) {
	#works{
		margin: 0rem 0 10rem;
	}
}
#works h2{
	font-size: 40px;
	font-size: 4rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	color: #006138;
}
@media (max-width: 1199px) {
	#works h2{
		font-size: 35px;
		font-size: 3.5rem;
	}
}
@media (max-width: 767px) {
	#works h2{
		font-size: 30px;
		font-size: 3.0rem;
	}
}
#works .slick-list{
    overflow: visible;
}
#works .slick-img img{
    width: 100%;
}
#works .slick-slide{
   margin: 0 1rem;
}
#works .slider-wrap{
   margin-top: 8rem;
}
@media (max-width: 991px) {
	#works .slider-wrap{
		 margin-top: 5rem;
	}
}
#works .slick-dots{
	bottom: -8rem;
}
@media (max-width: 575px) {
	#works .slick-dots{
	bottom: -4rem;
	}
}
#works .slick-dots li{
	width: 15px;
	height: 15px;
	margin: 0 0.5rem;
	text-align: center;
}
@media (max-width: 575px) {
	#works .slick-dots li{
		width: 12px;
		height: 12px;
	}
}
#works .slick-dots li button{
	background: #A8A8A8;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	margin: auto;
}
@media (max-width: 575px) {
	#works .slick-dots li button{
		width: 5px;
		height: 5px;
	}
}
#works .slick-dots li.slick-active button{
	background: #006138;
	width: 15px!important;
	height: 15px!important;
}
@media (max-width: 575px) {
	#works .slick-dots li.slick-active button{
		width: 12px!important;
		height: 12px!important;
	}
}


