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


/*リセット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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}

.pc { display: inline-block!important; }
.sp { display: none !important; }


@media all and (max-width: 970px) {
.pc { display: none !important; }
.sp { display: inline-block!important; }
	.logo-sp {position: absolute; z-index: 100; left: 20px;}
}





/*トップ*/
.concept {
	position: absolute;
	z-index: 10;
	text-align: center;
	background-color: rgba(0,156,116,0.8);
	width: 710px;
	height: 220px;
	left: 50%;
	margin-left: -355px;
	margin-top: 270px;
}
.concept h1 {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.4em;	
	margin-bottom: 15px;
	margin-top: 35px;
	color: white;
}
.concept p {
	font-size: 16px;
	line-height: 1.5em;
	color: white;
}

@media all and (max-width: 970px){
	.concept h1 {margin-top: 25px;}
	.concept {width: 500px; height: 240px; margin-left: -250px; margin-top: 230px;}
	#logo-sp img {position: absolute; z-index: 100; top: 50px; left: 30px;}
}




/*メニュー*/
.menu-top {
	height: 65px;
	text-align: center;
	margin-top: -16px;
}

.logo {
	display: inline-block;
}
.logo img {
	margin-top: 12px;
}

.menu {
	display: flex;
	justify-content: center;
	position: fixed;
	left: 50%;
	margin-left: -470px;
	z-index: 20;
}

.menu2 li {
	font-weight: 600;
	text-align: center;
	margin-right: 50px;
	font-size: 17px;
	margin-top: 17px;
	color: black;
}
.menu2 li:hover {
	color: #009C74;
}

.sb {
	font-weight: 400;
	font-size: 14px;
}
.menu2 {
	display: flex;
	margin-left: 70px;
}
.menu-top {
	background-color:white;
	position: fixed;
	z-index: 20;
	width: 100%;
}





nav.globalMenuSp {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


/*ハンバーガー*/
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 33px;
    top: 12px;
    width: 72px;
    height: 81px;
    cursor: pointer;
    z-index: 110;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 50px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px;
}
 
.navToggle span:nth-child(1) {
    top: 16px;
}
 
.navToggle span:nth-child(2) {
    top: 30px;
}
 
.navToggle span:nth-child(3) {
    top: 44px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 16px;
    font-weight: 300;
    top: 52px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    left: 10px;
	top:28px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	top:28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*事業内容*/

.jigyo {
	display: inline-block;
	width: 970px;
}
.jigyo-all {
	text-align: center;
}

.m-title {
	font-size: 29px;
	font-weight: 600;
	margin-top: 75px;
	line-height: 0.9em;
}
.m-title span {
	font-weight: 600;
	font-size: 18px;
}

.jigyo-bun p {
	margin-top: 10px;
	margin-bottom: 50px;
	display: inline-block;
	width: 660px;
	text-align: left;
	font-size: 17px;
	line-height: 1.7em;
	font-weight: 400;
}

.jigyo3 h2 {
	display: inline-block;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
}

.jigyo3 h2:before {
	content: '';
  position: absolute;
  left: 50%;
  bottom: -13px; /*下線の上下位置調整*/
  display: inline-block;
  width: 45px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color:black;
}

.jigyo3 h3 {
	font-size: 18px;
	font-weight: 500;
}

.jigyo4 {
	display: flex;
	justify-content: center;
	height: 137px;
	width: 370px;
	border-top: solid #009C74;
	border-bottom: solid #009C74;
	background-color: white;
	margin-top: 110px;
}
.jigyo4 p {
	margin-left: 30px;
	width: 234px;
	font-size: 18px;
	text-align: left;
	line-height: 1.6em;
	font-weight: 500;
	margin-top: 25px;
}


.jigyo5 {
	display: flex;
	justify-content: center;
	height: 137px;
	width: 370px;
	border-top: solid #009C74;
	border-bottom: solid #009C74;
	background-color: white;
	margin-top: 110px;
}
.jigyo5 p {
	margin-left: 30px;
	width: 234px;
	font-size: 18px;
	text-align: left;
	line-height: 1.6em;
	font-weight: 500;
	margin-top: 25px;
}

.jigyo3 {
	margin-top: 30px;
}

.sekkei {
	display: flex;
	justify-content: center;
	justify-content: space-around;
	margin-bottom: 30px;
}

.sekkei2 {
	display: flex;
	justify-content: center;
	justify-content: space-around;
	margin-bottom: 30px;
}

.nigyou {
	margin-top: 15px;
}

@media all and (max-width: 970px){
	.j-img {text-align: center; width: 100%;}
	.jigyo {width: 100%;}
	.sekkei {justify-content:flex-start;}
	.jigyo4 {z-index: 10; background-color: white; position: absolute; right: 0; margin-right: 60px; margin-top: 240px;}
	.jigyo5 {z-index: 10; background-color: white; position: absolute; left: 0; margin-left: 60px; margin-top: 240px;}
	.jigyoimg {width: 60%; height: auto; min-width: 400px; display: inline-block;}
	.sekkei{margin-bottom: 140px;}
}

@media all and (max-width: 750px){
	.jigyo-bun p {width: 80%;}
}



/*会社情報*/

.kaisya {
	text-align: center;
	margin-top: 70px;
	background-color: #009C74;
}
.kaisya2 {
	display: inline-block;
	width: 840px;
	background-color: white;
	margin-bottom: 70px;
}
.kaisya3 {
	display: flex;
	justify-content: center;
	border-bottom: solid 2px #009C74;
	width: 720px;
	margin-left: 60px;
	font-weight: 500;
}
.naiyou1 {
	width: 262px;
	text-align: left;
	font-size: 19px;
	margin-top: 25px;
}
.naiyou2 {
	width: 458px;
	text-align: left;
	font-size: 19px;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 1.5em;
}

.m-title2 {
	font-size: 29px;
	font-weight: 500;
	margin-top: 40px;
	line-height: 0.9em;
	margin-bottom: 30px;
	color: white;
}
.m-title2 span {
	font-weight: 500;
	font-size: 18px;
}

.kuukan {
	height: 30px;
}
.kuukan2 {
	height: 70px;
}

@media all and (max-width: 970px){
	.kaisya2 {width: 80%;}
	.kaisya3 {width: 80%;}
}






/*採用情報*/
.saiyou {
	text-align: center;
}

.m-title3 {
	font-size: 29px;
	font-weight: 600;
	margin-top: 75px;
	line-height: 0.9em;
	margin-bottom: 20px;
}
.m-title3 span {
	font-weight: 600;
	font-size: 18px;
}

.m-title4 {
	font-size: 29px;
	font-weight: 500;
	line-height: 0.9em;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 75px;
	color: white;
}
.m-title4 span {
	font-weight: 500;
	font-size: 18px;
}

.saiyou2 p {
	text-align: left;
	position: absolute;
	font-size: 19px;
	line-height: 1.8em;
	color: white;
	margin-top: 115px;
	font-weight: 500;
	left: 50%;
	margin-left: -120px;
}


.setumei {
	margin-bottom: 40px;
	font-size: 17px;
	font-weight: 400;
	color: white;
}

@media all and (max-width: 970px){
	.saiyou {overflow: hidden;}
	#saiyou-sp {display: block; width: 100%; height: 440px; object-fit: cover;}
	.saiyou2 p {margin-top: 410px; text-align: center; margin-left: -155px; font-size: 20px;}
}


.acsess {
	text-align: center;
}



/*お問い合わせ*/
.contact {
	text-align: center;
	background-color: #009C74;
	display: block;
}

.contact2 {
	background-color: white;
	width: 850px;
	height: 520px;
	display: inline-block;
	margin-bottom: 130px;
}

.koumoku1 {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	margin-right: 30px;
	width: 150px;
	margin-bottom: 40px;
}

.koumoku4 {
	display: inline-block;
	font-size: 18px;
	text-align: right;
	margin-right: 30px;
	width: 150px;
	font-weight: 500;
}

.koumoku2 {
	width: 500px;
	text-align: left;
	height: 30px;
}

.koumoku3 {
	width: 500px;
	text-align: left;
	height: 100px;
}


.danjo {
	width: 500px;
	display: inline-block;
	text-align: left;
}

.naiyou {
	display: flex;
	justify-content: center;
}

.kakunin {
	display: block;
	text-align: center;
	margin-bottom: 60px;
}

@media all and (max-width: 970px){
	.contact2 {width: 80%;}
	.koumoku2,.koumoku3,.danjo {width: 50%;}
	.koumoku1,.koumoku4 {font-size: 16px;}
}





.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #4C4948;/*背景色*/
  border-bottom: solid 2px #202120;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: 500;
  font-size: 20px;
	margin-top: 25px;
}

.btn-square-pop:active {
  border-bottom: solid 2px #202120;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.namae {
	margin-top: 50px;
}
.naiyou {
	margin-bottom: 50px;
}


/*フッター*/
.futta- {
	background-image:url( ../image/f-image.png);
	background-size: 100%;
	background-position:center;
	height: 230px;
}
.futta-2 {
	display: flex;
	justify-content: center;
	color: white;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.7em;
}

.f-logo {
	margin-right: 80px;
	margin-top: 95px;
}
.f-jusho {
	margin-right: 80px;
	margin-top: 35px;
}
.f-jusho li {
	margin-bottom: 20px;
}
.f-menu {
	margin-top: 50px;
	line-height: 1.6em;
}

.f-menu li a {
	color: white;
}

.f-menu li a:hover {
	opacity: 0.6;
}

@media all and (max-width: 970px){
	.futta- {height: 300px; text-align: center;}
	.futta-2 {margin-top: -10px; text-align: left;}
	.f-logo {margin: 0;}
	.futta- img {margin-top: 30px;}
	.f-jusho {margin-right: 50px;}
}



.copyrighat {
	height: 50px;
	text-align: center;
}
.copyrighat h3 {
	display: inline-block;
	margin-top: 16px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 100;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
