@charset "utf-8";

body,h1,h2,h3,h4,h5,ul,li,p{
	margin:0;
	padding:0;
}

ul{
	list-style-position: inside;
}

body{
	font-family:"Sawarabi Gothic","Yu Gothic","Yu Gothic","游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ, ", sans-serif;
	font-size:22px;
	font-weight: 500;
	line-height:250%;
	-webkit-text-size-adjust:100%;
	background-color: #fff;
	color: #333333;
}

#nav{
	display: none;
}

/*よく使うクラス*/

.clear{
	clear:both;
}

.yollow_marker{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight:bold;
}

.yollow_marker_red{
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight:bold;
	color:#ff5251;
}

.red_underline{
	text-decoration:underline;
	color:#ff5251;
	font-weight:bold;
}

.strong{
	font-weight:bold;
}



/*logo*/

header{
	background-image: url(../img/top_gray.png);
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	background-position: bottom center;
	position: relative;
}

#head{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 30px 25px 30px 25px;
	align-items: center;
	position: fixed;
	width: 100%;
	z-index: 999;
}

#head h1 a{
	background-image:url(../img/logo.svg);
	width: 114.7px;
	height: 70px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
}

#nav{
	width: 840px;
}

#nav ul{
	display: flex;
}

#nav ul li{
	list-style-type: none;
	text-align: center;
	margin-right: 150px;
	width: 70px;
}

#nav ul li:last-child{
	margin-right: 100px;
}

#nav ul li a{
	color: #333;
	text-decoration: none;
	font-size: 16px;
	display:block;
	border-bottom: solid 2px #027D44;
	font-weight: 500;
}

.main_catch{
	width: 600px;
	height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	bottom: 40%;
	left: 5%;
	margin: auto;
	font-family:"Sawarabi Mincho","Yu Gothic","Yu Gothic","游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ, ", sans-serif;
}

.main_catch h2{
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 30px;
}

.main_catch p{
	font-size: 26px;
	line-height: 200%;
 }

.news{
	text-align: center;
	margin: 100px 0 100px 0;
}

.news h2{
	font-size: 32px;
	color: #027D44;
}

.news p{
	font-size: 16px;
}

.box{
	width: 700px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
}

.box h3{
	width: 80px;
	margin-right: 50px;
}

.box p{
}

.wrap:nth-child(odd){
	background-color: #f6f6f6;
}

.wrap:nth-child(even){
	background-color: #e8e8e8;
}

.wrap{
	padding: 20px 0;
}

#business{
	text-align: center;
	margin-top: 150px;
	margin-bottom: 100px;
}

#business h2{
	font-size: 32px;
	color: #027D44;
}

.service_area{
	width: 700px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.service_box{
	width: 700px;
	height: 500px;
	background-color: #e8e8e8;
	position: relative;
	margin-bottom: 100px;
}

.service_inner{
	width: 450px;
	height: 380px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.service_inner img{
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
}

.service_inner h3{
	text-align: center;
	padding: 20px 0 50px;
	font-size: 32px;
}

.access{
	text-align: center;
	margin-bottom: 100px;
}

.access h2{
	font-size: 32px;
	color: #027D44;
}

.info_area{
	width: 580px;
	margin: 50px 0 0 25px;
	display: flex;
	flex-direction: column;
	line-height: 200%;
}

.info_box{
	margin-top: 50px;
}

.copylight{
	text-align: center;
	font-size: 10px;
	padding: 150px 0 100px;
}

.badge span{
	display: inline-block;
	background: #ff4000;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1;
	margin: 0;
	padding: 3px;
}

.insta {
	display: flex;
	align-items: center;
	
}

.insta img {
	width: 30px;
	padding: 15px;
}
/******************************/

#about_area{
	
}

.about_box{
	background-image: url(../img/about_gray.png);
	width: 100%;
	height: 350px;
	position: relative;
	top: 130px;
	margin-bottom: 130px;/*nav縦幅打消し*/
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #fff;
}

/*1921px以上のモニターは下記のサイズで表示*/
@media screen and (min-width: 1921px){
	.about_box{
		height: 700px;
	}
}

.about_box h2{
	font-size: 42px;
    font-weight: 400;
}

.about_box p{
	font-size: 16px;
}

.about_inner{
	width: 215px;
	height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20%;
	margin: auto;
}

table{
	width: 700px;
	margin: 0 auto;
	margin-top: 290px;
	
}

table tbody tr{
	
}


table tbody tr th{
	width: 135px;
	padding-right: 50px;
	text-align: right;
	vertical-align: top;
}


table tbody tr td{
	padding-bottom: 75px;
}

/******************************/

#message_area{
	
}

.message_box{
	background-image: url(../img/message_gray.png);
	width: 100%;
	height: 350px;
	position: relative;
	top: 130px;
	margin-bottom: 130px;/*nav縦幅打消し*/
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #fff;
}

/*1921px以上のモニターは下記のサイズで表示*/
@media screen and (min-width: 1921px){
	.message_box{
		height: 700px;
	}
}

.message_box h2{
	font-size: 42px;
    font-weight: 400;
}

.message_inner{
	width: 215px;
	height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20%;
	margin: auto;
}

.message_wrap{
	width: 700px;
	margin: 0 auto;
	margin-top: 290px;
}

.message_wrap h2{
	font-size: 42px;
	font-weight: 400;
	padding: 15px 0 15px 50px;
	margin-bottom: 70px;
	border-left: solid 3px #027D44;
}

.message_wrap p{
	padding-top: 30px;
}

.signature{
	width: 700px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: right;
}

/******************************/

#projects_area{
}

.projects_box{
	background-image: url(../img/projects_gray.png);
	width: 100%;
	height: 350px;
	position: relative;
	top: 140px;
	margin-bottom: 140px;/*nav縦幅打消し*/
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #fff;
}

/*1921px以上のモニターは下記のサイズで表示*/
@media screen and (min-width: 1921px){
	.message_box{
		height: 700px;
	}
}

.projects_box h2{
	font-size: 42px;
    font-weight: 400;
}

.projects_inner{
	width: 215px;
	height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20%;
	margin: auto;
}

.projects_wrap{
	width: 700px;
	margin: 0 auto;
	margin-top: 290px;
}

.projects_wrap h2{
	font-size: 42px;
	font-weight: 400;
	padding: 15px 0 15px 50px;
	margin-bottom: 100px;
	border-left: solid 3px #027D44;
}

.projects_wrap p{
	padding-top: 30px;
}

.main_group{
	width: 700px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.main_block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: solid 1px #95989A;
	margin-bottom: 180px;
}

.projects_item{
	display: flex;
	width: 460px;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.projects_item h3{
	margin-top: -10px;
}

.projects_item h3::after{
	content: "";
	display: block;
	width: 30px;
	border-bottom: solid 2px #027D44;
}

.item_inner{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item_inner h4{
	width: 110px;
	font-size: 20px;
}

.item_inner p{
	width: 340px;
	font-size: 20px;
}






