/*
Theme Name:always-new
....
*/

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

/*---------------------------------
recet css
--------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
table th {
	background-color: #eee;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
a:focus {
	outline:none;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #262626;
}
a:hover {
	color: #666;
}
/*---------------------------------
default　CSS
--------------------------------*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
  }
  .both {
  	clear:both;
  }
  a:hover img {
  	filter:alpha(opacity=65);
  	-moz-opacity: 0.65;
  	opacity: 0.65;
  }

/*---------------------------------
layout
--------------------------------*/
body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-size: 15px;
}
header {
	height: 500px;
}
@media only screen and (max-width: 568px) {
	header {
		background-position: 0px 90px !important;
		height: 336px;
	}
}
#top {
	background:no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 568px) {
	#top {
		background-size: contain;
	}
}
nav {
	background: rgba(0,65,33,0.9);
	height: 90px;
}
.nav-in {
	width: 1040px;
	margin: 0 auto;
}
@media only screen and (max-width: 568px) {
	.nav-in {
		width: 100%;
	}
}
.logo {
	float: left;
	margin: 19px 0 0 0;
}
@media only screen and (max-width: 568px) {
	.logo {
		float: left;
		margin: 26px 0 0 20px;
	}
}
nav ul {
	float: right;
	margin: 36px 0 0 0;
	align-items: center;
	display: flex;
}
@media only screen and (max-width: 568px) {
	nav ul {
		margin: 20px 0 0 0;
	}
}
nav li {
	float: left;
	font-size: 16px;
	margin: 0 40px 0 0;
}
@media only screen and (max-width: 568px) {
	nav li {
		float:none;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}
}

nav li a {
	color: #fff;
	font-weight: bold;
}


@media only screen and (max-width: 568px) {
	nav li a {
		color: #fff;
		font-weight: bold;
	}
}


.catch {
	position: relative;
	top: -127px;
	width: 1040px;
	margin: 0 auto;
	text-align: right;
	margin-bottom: -204px;
	z-index: 1;
}
@media only screen and (max-width: 568px) {
	.catch {
		width: 100%;
	}
}
@media only screen and (max-width: 568px) {
	.catch img {
		width: 40%;
		height: auto;
	}
}
h2 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 32px;
	text-align: center;
	background-color: #FAFFED;
	height: 50px;
	border-bottom:1px solid #898989;
	padding: 90px 0 0 0;
	position:  relative;
	color: #006934;
	margin: 0 0 15px 0;
	z-index: -1;
}

h2:before  {
	content:  '';
	width: 250px;
	height: 3px;
	background-color: #006934;
	display:  block;
	position:  absolute;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: -2px;
}
.fb {
	margin: 0 auto;
	text-align: center;
	background: url(../images/bg.png);
	background-size: 86px 86px;
	padding: 50px 0;
}

.greeting h3 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 52px;
	text-align: center;
	font-weight: bold;
	padding: 50px 0 20px 0;
}
@media only screen and (max-width: 568px) {
	.greeting h3 {
		font-size: 40px;
	}
}
.greeting {
	padding: 0 0 54px 0;
	border-bottom: 1px solid #898989;

}
.greeting p {
	width: 700px;
	margin: 0 auto;
	line-height: 2.4;
}
@media only screen and (max-width: 568px) {
	.greeting p {
		width: 92%;
		padding: 0 4%;
	}
}
.greeting img {
	float: right;
	margin: 10px 0 0 0;
}
.profile {
	clear: both;
	display: table;
	margin: 10px 0;
}
@media only screen and (max-width: 568px) {
	.profile {
		display: flex;
		flex-flow: row wrap;
	}
}
.profile h4 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 32px;
	border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 568px) {
	.profile h4 {
		margin: 0 0 12px 0;
	}
}
.profile h5 {
	padding: 20px 0 8px 0;
	clear: both;
	font-weight: bold;
}

.profile p {
	padding: 0 0 20px 0;
}
.profile-right {
	/*width: 53%;*/
	float: right;
	background: #006335; /* Old browsers */
	background: -moz-linear-gradient(45deg, #006335 0%, #8ab928 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #006335 0%,#8ab928 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #006335 0%,#8ab928 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006335', endColorstr='#8ab928',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
	padding: 40px;
	display: table-cell;
}
@media only screen and (max-width: 568px) {
	.profile-right {
		width: 92%;
		float: none;
		padding: 4%;
		height: auto;
		order: 2;
	}
}
.profile-img {
/*	float: right;
	position: relative;
	height: 430px;
	width: 400px;*/
	display: table-cell;
}
@media only screen and (max-width: 568px) {
	.profile-img {
		height: auto;
		width: 100%;
		order: 1;

	}
}

.profile img {
/*	bottom: 0;
position: absolute;*/
display: table-cell;
}
@media only screen and (max-width: 568px) {
	.profile-img img{
		height: auto;
		width: 100%;
		position: relative;
	}
}
.profile-right li {
	font-size: 14px;

}
.profile span {
	font-size: 14px;
	padding: 0 0 0 10px;
}

@media only screen and (max-width: 568px) {
	.plofile-h4-before::before {
		content: "\A" ;
		white-space: pre;
	}
}
@media only screen and (max-width: 568px) {
	.plofile-h4-before {
		position: relative;
		top: -13px;
	}
}
@media only screen and (max-width: 568px) {
	.profile span.sp-before::before {
		content: "\A" ;
		white-space: pre;
	}
}

.before::before {
	content: "\A" ;
	white-space: pre;
}
.career li{
	float: left;
	list-style-type: disc;
	margin:0 20px;
}
@media only screen and (max-width: 568px) {
	.nokaigyou li{
		float: none;
	}
}
.disc li {
	list-style-type: disc;
	margin: 0 0 0 20px;
}
.line li{
	border-bottom: 1px solid #fff;
}
.efforts {
	color: #fff;
	background-image: url(../images/bg.png);
	background-size: 	84px 84px;
	z-index: -999;
	padding: 60px 0 0 0;
}

.efforts-in {
	background: url(../images/tomikawa_bg.png) no-repeat;
	background-position: 140% bottom;
	background-size:  auto 1270px;
	padding: 0 0 175px 0;
}
@media only screen and (max-width: 568px) {
	.efforts-in {
		background-image: none;
	}
}
.efforts-txt {
	margin: 0 0 0 100px;
}
@media only screen and (max-width: 568px) {
	.efforts-txt {
		margin: 0 0 0 2%;
	}
}
.efforts-no {
	color: #004123;
	background: rgba(169,207,82,0.9);
	width: 108px;
	height: 103px;
	float: left;
	margin: 0 12px 28px 0;
	font-size: 36px;
	text-align: center;
	padding: 5px 0 0 0;
	font-weight: bold;

}
@media only screen and (max-width: 568px) {
	.efforts-no {
		width: 20%;
		font-size: 24px;
		height: auto;
		margin: 0 2% 2% 0;
	}
}
.efforts-no span {
	font-size: 40px;
	line-height: 1;
	top: -6px;
	position: relative;
	font-weight: bold;
}
@media only screen and (max-width: 568px) {
	.efforts-no span {
		font-size: 30px;
	}
}
.efforts-box {
	background: rgba(169,207,82,0.9);
	padding: 10px;
	width: 450px;
	height: 88px;
	display: table;
	margin: 0 0 28px 0;
	color: #004123;
}
@media only screen and (max-width: 568px) {
	.efforts-box {
		width: 71%;
	}
}
.efforts-box h3 {
	border-bottom: 1px solid #000;
	font-size: 27px;
	font-weight: bold;
}
.efforts-box p {
	font-size: 15px;
}

.catch_bottom {
	position: relative;
	top: -123px;
	width: 1040px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: -293px;
}
@media only screen and (max-width: 568px) {
	.catch_bottom {
		width: 100%;
	}
}

footer {
	background: #006934;
	text-align: center;
	color: #fff;
	padding: 212px 0 0 0;
}
.footer_name {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 27px;
	margin: 0 0 18px 0;
}
.mail {
	margin: 32px 0 57px 0;
}
.banner {
	width: 890px;
	margin: 0 auto;
}
@media only screen and (max-width: 568px) {
	.banner {
		width: 100%;
	}
}
.banner li {
	float: left;
	margin: 0 30px 0 0;
}
@media only screen and (max-width: 568px) {
	.banner li {
		float: none;
		margin: 0 0 30px 0;
	}
}

.banner li:last-child {
	margin-right: 0;
}
.copyright {
	font-size: 14px;
	color: #8FC31F;
	padding: 25px 0;
	clear: both;
}
.bold {
	font-weight: bold;
}
