/*
Theme Name: greenspoon2020
*/

@charset "utf-8";
htlm{
	overflow:auto;
}

body{
	color:#191919;
	font-size:14px;
	line-height:24px;
	font-family:'Riviera',"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","Quicksand","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;;
}


@font-face {
  font-family: 'Riviera';
	src:url('font/Riviera.woff2') format('woff2'), 
	url('font/Riviera.woff') format('woff'),
	url('font/Riviera.otf') format('opentype');
}

ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

li{
	letter-spacing: normal; /* 文字間を通常に戻す */
}
a {
	color:#191919;
	text-decoration:none;
}

header a , nav a{
	text-decoration:none;
}

a:hover{
	opacity:1;
}

img{
	max-width:100%;
}

.clear{
	clear:both;
}

.clearfix_af:after{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}

.clearfix_bf:before{
	content: "";
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix_af ,.clearfix_bf{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix_af{
	height: 1%;
}
.clearfix_af ,.clearfix_bf{
	display:block;
}

/* End Hack */

body.color01 .head_logo,
body.color01 .head_mark{
	fill: #368a69;
}

body.color01 header .header_area #switchBtnArea .switchBtn span,
body.color01 .side_menu ul li.act a span{
	background-color:#368a69;
}

body.color01 .side_menu ul li a span{
	border-color:#368a69;
}

body.color01 .side_menu,
body.color01 .side_menu a,
body.color01 section#news,
body.color01 section#news a{
	color:#368a69;
}

body.color02 .head_logo,
body.color02 .head_mark{
	fill: #d45436;
}

body.color02 header .header_area #switchBtnArea .switchBtn span,
body.color02 .side_menu ul li.act a span{
	background-color:#d45436;
}

body.color02 .side_menu ul li a span{
	border-color:#d45436;
}

body.color02 .side_menu,
body.color02 .side_menu a,
body.color02 section#news,
body.color02 section#news a{
	color:#d45436;
}


.mark svg{
	display:none;
}

.head_logo {
	fill: #1b1c1b;
	fill-rule: evenodd;
	transition:all 0.4s;
}

.head_mark{
	fill: #1b1c1b;
	fill-rule: evenodd;
	transition:all 0.4s;
}

h2{
	font-weight:normal;
}

h3{
	font-size:40px;
	line-height:68px;
}

.g_menu{
	width:100%;
	height:100vh;
	background-color:#f0d9b5;
	text-align:center;
	position:fixed;
	z-index:9998;
	display:none;
}

.g_menu ul{
	margin-top:200px;
}

.g_menu ul li{
	margin-bottom:54px;
	font-size:32px;
}


header{
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}

header .header_area{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	padding:50px;
	background-color:rgba(255,255,255,0);
}

header .header_area h1{
	display:none;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

header .header_area h1 img{
	height:34px;
}

header .header_area .mark img{
	height:40px;
}

header #switchBtnArea{
	position:relative;
	z-index:9;
}

header .header_area #switchBtnArea .switchBtn {
	width: 38px;
	height: 25px;
	display: block;
	z-index:9999;
}

header .header_area #switchBtnArea .switchBtn span {
	height: 2px;
	display: block;
	position: absolute;
	background-color: #191919;
	transition: all 0.2s linear;
}
header .header_area #switchBtnArea .switchBtn span:nth-of-type(1) {top:0px;transform: rotate(0);width:30px;}
header .header_area #switchBtnArea .switchBtn span:nth-of-type(2) {top:15px;transform: scale(1);width:30px;}

header .header_area #switchBtnArea .switchBtn.btnClose span:nth-of-type(1) {top:8px;transform: rotate(-45deg);width:30px;}
header .header_area #switchBtnArea .switchBtn.btnClose span:nth-of-type(2) {top:8px;transform: rotate(45deg);width:30px;}

/*
.side_menu{
	position: fixed;
	bottom: 70px;
	left:50px;
	z-index:8;
}
*/
.side_menu{
	position: fixed;
	left:50px;
	top:calc(50% - 95px);
	z-index:8;
	margin:auto;
}


.side_menu ul li{
	margin-bottom:20px;
	min-height:15px;
}

.side_menu ul li:last-child{
	margin-bottom:0;
}

.side_menu ul li a{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	line-height:1;
}

.side_menu ul li a span{
	display:block;
	width:6px;
	height:6px;
	border:solid 1px #191919;
	border-radius:50%;
	margin-right:20px;
}

.side_menu ul li a div{
	display:none;
}

.side_menu ul li.act a span{
	background-color:#191919;
}

section#news{
	position:absolute;
	bottom:70px;
	left:130px;
}

section#news h2{
	margin-bottom:90px;
}

section#news dl{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:36px;
}

section#news dl:last-child{
	margin-bottom:0;
}

section#news dl dt{
	width:110px;
}

section#news dl dd{
	flex:1;
	padding-left:15px;
}

section#service{
	min-height:100vh;
}

section#service > ul{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	min-height:100vh;
}

section#service > ul > li{
	width:50%;
}

section#service > ul > li:first-child{
	padding:100px 0 100px 130px;
	box-sizing:border-box;
	align-self:center;
}

section#service > ul > li:last-child{
	background:url(image/service_img@2x.jpg)no-repeat center center;
	background-size:cover;
}

section#service > ul > li.bg_area:last-child{
	background:url(image/service_img02@2x.jpg)no-repeat center center;
	background-size:cover;
}

section#service > ul > li:last-child img{
	width:100%;
	display:block;
}

section#service > ul > li .logo{
	margin-top:90px;
}

section#service > ul > li .logo img{
	height:30px;
}

section#service > ul > li h3{
	margin-top:20px;
}

section#service > ul > li p{
	font-size:16px;
	line-height:32px;
	margin-top:70px;
}

.more{
	margin-top:75px;
}

.more a{
	display:block;
	border:solid 1px #191919;
	width:190px;
	border-radius:25px;
	box-sizing:border-box;
	text-align:center;
	padding:11px 0;
	transition:all 0.4s;
}

#overview .more a{
	 margin:auto;
}
.more a:hover{
	opacity:0.8;
}

#service .more a{
	background-color:#368a69;
	color:#fff;
	border:0;
}

#team .more a{
	background-color:#d45436;
	color:#fff;
	border:0;
}

#overview .more a{
	background-color:#c0dcdb;
	color:#191919;
	border:0;
}

section#vision{
	text-align:center;
	background-color:#fbfbf6;
	min-height:100vh;
	justify-content:center;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

section#vision h3{
	font-size:50px;
	margin-top:80px;
}

section#vision p{
	max-width:800px;
	text-align:left;
	margin:65px auto 0 auto;
	font-size:16px;
	line-height:32px;
}

section#mission{
/*	min-height:100vh;*/
}

section#mission > ul{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
/*	min-height:100vh;*/
}

section#mission > ul > li{
	width:50%;
}

section#mission > ul > li h3 span{
	display:block;
	font-size:24px;
	font-weight:normal;
}

section#mission > ul > li:first-child{
	padding:100px 0 100px 130px;
	box-sizing:border-box;
	align-self:center;
}

section#mission > ul > li:last-child{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
/*
	background:url(image/mission_img@2x.jpg)no-repeat top left;
	background-size:cover;
*/
	background-color:#fbfbf6;
}

section#mission > ul > li:last-child img{
	width:100%;
	display:block;
}

section#mission > ul > li h3{
	margin-top:75px;
	line-height:68px;
}

section#mission > ul > li p{
	font-size:16px;
	line-height:32px;
	margin-top:60px;
	max-width:470px;
}

section#values{
	background-color:#fbfbf6;
	padding:0 130px 0 130px;
	min-height:100vh;
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

section#values ul{
	background-color:#fbfbf6;
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
}

section#values ul li{
	width:32%;
	margin-right:2%;
	margin-top:90px;
}

section#values ul li:nth-child(3n){
	margin-right:0;
}

section#values ul li h3{
	font-size:24px;
	line-height:34px;
}

section#values ul li h3 span{
	display:block;
	font-size:14px;
}

section#values ul li p{
	margin-top:25px;
}


section#team{
	min-height:100vh;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section#team ul{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
	width:100%;
}

section#team ul li:first-child{
	float:right;
	padding-left:80px;
	padding-right:130px;
	flex:1;
}

section#team ul li:first-child .text_area{
}

section#team ul li:last-child{
	width:64%;
}

section#team ul li:last-child img{
	width:100%;
}

section#team ul li h3{
	margin-top:80px;
	font-weight:normal;
}

section#team ul li h3 span{
	font-size:14px;
	margin-right:25px;
}

section#team ul li:first-child p{
	margin-top:45px;
	max-width:280px;
	font-size:16px;
	line-height:32px;
}

section#team ul li:last-child p{
	padding-left:130px;
	padding-top:15px;
}

section#overview{
	min-height:100vh;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section#overview .overview_area{
	margin-top:70px;
	width:100%;
}

section#overview ul{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
}

section#overview ul li:first-child{
	width:36.1%;
	padding-left:130px;
	box-sizing:border-box;
}

section#overview ul li:last-child{
	flex:1;
}

section#overview ul li dl{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	font-size:16px;
	margin-bottom:40px;
}

section#overview ul li dl:last-child{
	margin-bottom:0;
}

section#overview ul li dl dt{
	width:200px;
}

section#overview ul li dl dd{
	flex:1;
}

.contact_us{
	text-align:center;
	font-size:42px;
	margin-top:100px;
	letter-spacing:4px;
}

footer{
	padding:100px 50px 35px 50px;
}

footer ul{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

footer ul li:first-child a{
	margin-right:30px;
	font-size:12px;
}

footer ul li:last-child a{
	font-size:12px;
	margin-right:30px;
}

footer ul li a.insta{
	margin-right:0;
}

footer ul li a.insta img{
	vertical-align:middle;
}
/*
.copyright{
	position: fixed;
	bottom:30px;
	right:20px;
	z-index:9999;
}
*/


.copyright{
	position: fixed;
	top:calc(50% - 70px);
	right:50px;
	z-index:9999;
}

.copyright img{
	width:13px;
}


@media all and (min-width: 768px) {
	.sp_only{
		display:none !important;
	}

	section#overview{
		min-height:calc(100vh - 230px);
	}

	footer ul li a.insta{
		position:relative;
		top:-3px;
	}
}


@media all and (max-width: 768px) {
	.tab_none{
		display:none !important;
	}

	.tab_only{
		display:block !important;
	}


	section#service > ul{
		display:block;
	}

	section#service > ul > li:first-child,
	section#service > ul > li:last-child{
		width:100%;
	}

	section#mission > ul{
		display:block;
	}

	section#mission > ul > li:first-child,
	section#mission > ul > li:last-child{
		width:100%;
	}

	section#values ul{
		justify-content:space-between;
	}

	section#values ul li{
		width:45%;
		margin-right:0;
	}

	section#values ul li h3{
		word-break: break-all;
		font-size:18px;
	}

	section#team ul{
		display:block;
	}

	section#team ul li:first-child{
		float:unset;
		max-width:unset;
		width:100%;
		box-sizing:border-box;
	}

	section#team ul li:last-child{
		margin-top:50px;
	}

	section#overview ul li dl{
		display:block;
	}

	.side_menu{
		display:none;
	}

	section#team ul li:last-child{
		width:90%;
	}

	section#team{
		padding-top:50px;
	}

	section#overview ul{
		display:block;
	}

	section#overview ul li:first-child{
		width:auto;
	}

	section#overview ul li:last-child{
		padding-left:130px;
		padding-top:50px;
	}

}

@media all and (max-width: 767px) {

	.pc_only{
		display:none !important;
	}

	header .header_area h1{
		top:0;
	}

	section#service > ul > li:last-child{
		background:unset;
	}

	.copyright{
		top:calc(50vh - 70px);
		bottom:unset;
		right:10px;
	}

	header .header_area{
		padding:0;
		justify-content: center;
	}

	h1{
		padding-top:18px;
	}

	h1 svg{
		width:185px;
	}

	h3{
		font-size:24px;
		line-height:40px;
	}

	.mark{
		position:fixed;
		right:20px;
		bottom:40px;
		display:none;
	}

	.mark svg{
		width:45px;
	}

	header #switchBtnArea{
		position:fixed;
		top:25px;
		left:25px;
	}

	section#news{
		padding-left:25px;
		padding-right:25px;
		left:0;
	}

	section#news{
		bottom:70px;
	}

	section#news h2{
		margin-bottom:30px;
	}

	section#news dl{
		display:block;
		margin-bottom:35px;
		margin-right:30px;
	}

	section#news dl dt{
		width:100%;
	}

	section#news dl dd{
		padding-left:0;
	}

	section#service > ul > li .logo{
		margin-top:70px;
	}

	section#service > ul > li .logo img{
		height:auto;
		width:200px;
	}

	section#service > ul > li h3{
		margin-top:10px;
	}

	section#service > ul > li p{
		margin-top:70px;
		font-size:14px;
		line-height:30px;
	}

	section#service > ul > li:first-child{
		padding-left:25px;
		padding-right:25px;
		padding-bottom:0;
	}

	section#service > ul > li .more{
		position:relative;
		margin-top:75px;
	}

	section#service > ul > li .more a{
		color:#fff;
		margin:auto;
		position:absolute;
		left:0;
		right:0;
		top:-25px;
	}

	section#vision{
		padding:100px 25px;
		min-height:unset;
		text-align:left;
		display:block;
	}

	section#vision h3{
		font-size:26px;
		line-height:48px;
		margin-top:70px;
	}

	section#vision p{
		font-size:15px;
		line-height:30px;
		margin-top:70px;
	}

	section#mission h2{
	}

	section#mission > ul > li h3{
		margin-top:70px;
	}

	section#mission > ul > li h3 span{
		font-size:22px;
	}

	section#mission > ul > li p{
		margin-top:70px;
	}

	section#mission > ul > li:first-child{
		padding-left:25px;
		padding-right:25px;
		padding-bottom:50px;
	}

	section#values{
		padding:100px 25px;
		display:block;
	}

	section#values h2{
	}

	section#values ul{
		display:block;
	}

	section#values ul li{
		width:100%;
		margin-top:50px;
	}

	section#values ul li h3{
		font-size:24px;
	}

	section#values ul li p{
		font-size:14px;
		line-height:28px;
		margin-top: 15px;
	}

	section#team{
		padding-top:100px;
	}

	section#team ul li h3{
		margin-top:50px;
		padding-left:25px;
		padding-right:25px;
		font-size:40px;
		line-height:52px;
	}

	section#team ul li:first-child{
		padding-left:0;
		padding-right:0;
		font-size:14px;
		line-height:30px;
	}

	section#team ul li:first-child p{
		padding-left:25px;
		padding-right:25px;
		max-width:unset;
		margin-top:50px;
		font-size:14px;
		line-height:30px;
	}

	section#team ul li .more a{
		color:#fff;
		margin:auto;
		border-radius: 50px;
		line-height:24px;
	}

	section#team ul li:last-child p{
		padding-left:25px;
		padding-top:30px;
	}

	section#team .more{
		margin-top:30px;
	}

	section#overview{
		padding-top:100px;
	}


	section#overview ul li:first-child,
	section#overview ul li:last-child{
		padding-left:25px;
		padding-right:25px;
	}

	section#overview ul li:last-child{
		padding-top:50px;
	}

	section#overview ul li dl dd{
		margin-top:8px;
	}

	footer{
		padding-left:25px;
		padding-right:25px;
		padding-top:120px;
	}

	footer ul{
		display:block;
	}

	footer ul li:first-child a{
		display:block;
		margin-bottom:30px;
		font-size:12px;
	}

	footer ul li:last-child{
		justify-content:space-between;
		display:flex;
		flex-wrap:wrap;
	}

	.g_menu ul{
		margin-top:120px;
	}

	.g_menu ul li{
		font-size:24px;
		margin-bottom:30px;
	}

	.contact_us{
		font-size:32px;
		line-height:1;
		margin-top:120px;
	}

	footer ul li:last-child a{
		font-size:12px;
	}

	section#service > ul > li:first-child{
		padding-top:80px;
	}

	section#service > ul > li .logo{
		margin-top:50px;
	}

	section#service > ul > li p{
		margin-top:50px;
	}

	section#vision{
		padding-top:80px;
		padding-bottom:80px;
	}

	section#vision h3{
		margin-top:50px;
		font-size:20px;
	}

	section#vision p{
		margin-top:50px;
		font-size:14px;
		line-height:30px;
	}

	section#mission > ul > li:first-child{
		padding-top:80px;
		padding-bottom:50px;
	}

	section#mission > ul > li h3{
		font-size:24px;
		line-height:40px;
		margin-top:50px;
	}

	section#mission > ul > li p{
		margin-top:50px;
		font-size:14px;
		line-height:30px;
	}

	section#values{
		padding-top:80px;
		padding-bottom:80px;
	}

	section#values ul li h3{
		font-size:20px;
		line-height:26px;
	}

	section#team{
		padding-top:80px;
	}

	section#team h2{
		padding-left:25px;
		padding-right:25px;
	}

	section#team .team_img{
		padding-top:50px;
		padding-right:25px;
	}

	section#team .team_img img{
		display:block;
	}

	section#team ul li:first-child p.name{
		font-size:14px;
		line-height:22px;
		padding-left:25px;
		padding-right:25px;
		margin-top:20px;
	}

	section#overview .overview_area{
		margin-top:0;
	}

	section#overview ul li dl{
		font-size:14px;
		line-height:22px;
		margin-bottom:35px;
	}

	header .header_area #switchBtnArea .switchBtn span:nth-of-type(1) {top:0px;transform: rotate(0);width:18px;}
	header .header_area #switchBtnArea .switchBtn span:nth-of-type(2) {top:11px;transform: scale(1);width:18px;}

	header .header_area #switchBtnArea .switchBtn.btnClose span:nth-of-type(1) {top:8px;transform: rotate(-45deg);width:18px;}
	header .header_area #switchBtnArea .switchBtn.btnClose span:nth-of-type(2) {top:8px;transform: rotate(45deg);width:18px;}

	#service .more a{
		background-color:#368a69;
		color:#fff;
	}

	#team .more a{
		background-color:#d45436;
		color:#fff;
	}

	#overview .more a{
		background-color:#c0dcdb;
		color:#191919;
	}

}

@media all and (max-width: 375px) {

}

@media all and (max-width: 320px) {


}
