@charset "UTF-8";
html {font-size: 62.5%;}

/*リセット*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: "tbchibirgothicplusk-pro", '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	color:#fff;
	background: #fff; /* Old browsers */
	padding: 15px;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	/* position: relative;
	overflow-x: hidden; */
}
@media screen and (max-width: 767px) {
	body {
		padding: 10px;
	}
}

#container {
	overflow-x: hidden;
	margin: 0 auto;
}

/*共通*/
ol, ul{
	list-style: none;
}

*{
margin:0;
padding:0;
}

a:hover,
a{
	text-decoration: none;
	cursor: pointer;
}

img{
	width: 100%;
}

span{
	display: block;
}

.box{
	width: 100%;
	margin-bottom: 15px;
}

.center{
	max-width:1050px;
	margin: 0 auto;
}

.bg_b{
	background-color: #32AE78;
}

tr{
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 2em 1em;
}

th{
	width: 40%;
}

td{
	width: 59%;
}



/*font*/
h1{
	font-size: 85px;
}

h2{
	font-size:40px;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3{
	font-size: 16px;
}


.title{
	font-size: 50px;
}

h1
,.big_catch
,.comment_title{
	font-family: 'Monda', sans-serif;
	font-weight: 700;
	font-size: 85px;
}

/*ボタン*/
.button {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  outline: none;
	margin: 0 auto;
	/* position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden; */
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: tranparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
	font-size: 16px;
}

.button:hover {
  color: #32AE78;
}

.button::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}

.button:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}

a .button{
	color: #fff;
}


/*header*/
header {
	width:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
}
header.active {
	position: fixed;
}
header #head {
	padding:50px 30px 0;
}
.logo{
	display: inline-block;
	vertical-align: top;
}
.logo img {
	width:400px;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,1));
}

.nav
,.nav_wrap{
	display: none;
}

.nav_btn{
	vertical-align: top;
	display: inline-block;
	width:50px;
	height: 50px;
	cursor: pointer;
	float: right;
	position: relative;
}



.nav_btn span {
position: absolute;
border: 1px solid #fff;
transition: all 0.5s ease-in;
display: block;
box-sizing: border-box;
left: 0;
width: 100%;
height: 1px;
background-color: #fff;
box-shadow: 1px 1px 1px #000;
}
.nav_btn span:nth-child(1) {
top:0px;
}
.nav_btn span:nth-child(2) {
top:18px;
}
.nav_btn span:nth-child(3) {
top:36px;
}



.nav_btn.active{
	display: block;
	z-index:100;
}
.nav_btn.active li{
	border-bottom:1px dotted #ccc;
}
.nav_btn.active li:first-child{
border-bottom:1px dotted #ccc;
}
.nav_btn.active li:last-child{
border-bottom:none;
}

.nav_btn.active span:nth-of-type(1) {
-webkit-transform: translateY(18px) rotate(-315deg) scale(.8);
transform: translateY(18px) rotate(-315deg) scale(.8);
}
.nav_btn.active span:nth-of-type(2) {
display: none;
}
.nav_btn.active span:nth-of-type(3) {
-webkit-transform: translateY(-18px) rotate(315deg) scale(.8);
transform: translateY(-18px) rotate(315deg) scale(.8);
}


.nav_wrap{
	display: none;
}
@keyframes show{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.nav_wrap.active {
	display: block;
	animation: show 0.5s linear 0s;
	position: fixed;
	height: calc(100vh - 0px);
	width:calc(100% - 15px);
	top:0;
	left:0;
	z-index:99;
	border: 10px solid rgba(255,255,255,1);
}


.active .nav_sp{
	display: block;
	background-color: #333;
	margin: 0 auto;
	height: calc(100vh - 20px);
}
.nav_sp li{
	width:100%;
	max-width: 1050px;
	margin: 0 auto 1.5vh;
	text-align: center;
}
.nav_sp ul{
	text-align: center;
}
.nav_sp li:first-child{
	padding-top: 4.5em;
}
.nav_sp li span{
	width:100%;
	text-align: center;
}
.nav_sp li span:first-child{
	font-size: 32px;
}
.nav_sp li a {
	color: #fff;
	padding-bottom: 1.0em;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.nav_sp li a:hover {
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	header #head {
    padding-top: 30px;
	}
	.logo img {
		width:210px;
		margin-top: 15px;
	}
	.nav_btn{
		margin-top: 5px;
		width:30px;
		height: 40px;
	}
	.nav_btn span:nth-child(1) {
	top:5px;
	}
	.nav_btn span:nth-child(2) {
	top:18px;
	}
	.nav_btn span:nth-child(3) {
	top:31px;
	}
	.nav_btn.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-315deg) scale(.8);
	transform: translateY(13px) rotate(-315deg) scale(.8);
	}
	.nav_btn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(315deg) scale(.8);
	transform: translateY(-13px) rotate(315deg) scale(.8);
	}
	.nav_wrap.active{
		/* padding: 10px; */
	}

	.nav_sp li span:first-child{
		font-size: 24px;
	}
}





/*footer*/
footer{
	padding-top: 3em;;
	/* background: #333 !important; */
}

.footer_left{
	width: 55%;
	display: inline-block;
}

.footer_right{
	width: 44%;
	display: inline-block;

}

.footer_logo{
	width: 100%;
	margin-bottom: 2em;
}

.company_name{
	font-size: 20px;
	margin-bottom: 0.7em;
}

.company_details p{
	margin-bottom: 1.5em;
}

/*index*/
.top_main{
	background: url("../images/top_main.jpg") center center /cover no-repeat;
	width: 100%;
	height: 98vh;
	position: relative;
}

.main_catch{
	position: absolute;
	height: 13em;
	max-width: 1000px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.big_catch{
	font-size: 73px;
	text-shadow: 1px 1px 1px #000;
}
.sub_page_catch{
	text-shadow: 1px 1px 1px #000;
}

.small_catch{
	font-size: 28px;
}


/*box common*/
.font0{
	font-size: 0;
}

/*concept*/
.business,
.concept{
	display: flex;
}
.business .title,
.concept .title{
	position: absolute;
	bottom: 0;
}
.concept .title{
	right: 0;
}
.half {
	width:50%;
	position: relative;
}
.comment {
	background: #32AE78;
}
.comment_frame {
	max-width: 495px;
	padding: 15px 15px 30px 15px;
	display: inline-block;
}
.business .comment{
	text-align: right;
}
.comment_title {
	font-size: 50px;
	padding: 1em 0 0.25em;
	text-align: left;
}
.comment_frame p{
	font-size: 16px;
	margin-bottom: 2em;
	line-height: 1.5;
	text-align: left;
}
.half .title h1{
	line-height: 0.7;
}

.concept .half:first-child{
	background: url("../images/top_concept.jpg") no-repeat center center /cover;
}
.business .half:last-child {
	background: url("../images/top_business.jpg") no-repeat center center /cover;
}


.news{
	background: url("../images/news_bg.jpg") center center /cover no-repeat;
	padding: 6em 0;
}

.news_title{
	margin-bottom: 1em;
}

.news_left{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
}

.news_right{
	width: 59%;
	display: inline-block;
	vertical-align: middle;
}

.news_right ul{
	width: 100%;
	max-height: 200px;
	text-align: left;
	overflow-y: scroll;
}
.news_right li{
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 1em 0;
}
.news_right li span{
	display: inline-block;
	margin-right: 1em;
}

@media screen and (max-width: 767px) {
	.main_catch{
		height: 11em;
		text-align: center;
	}
	.big_catch{
		font-size: 40px;
	}
	.small_catch{
		font-size: 16px;
	}

	.box h1 {
		font-size: 40px;
	}

	.box .button{
		max-width:150px;
		font-size: 12px;
		line-height: 3.4;
		height: auto;
	}
	.business, .concept {
		display:flex;
		flex-direction:column;
		width: 100%;
	}
	.half {
		width: 100%;
		min-height: 200px;
	}
	.business .half:first-child{
		order:2;
	}
	.business .half:last-child{
		order:1;
	}
	.btn_b {
		padding-bottom: 30px;
	}

	/*news*/
	.news .center{
		padding-left: 15px;
	}

	.news_left{
		width: 96%;
	}

	.news_right{
		width: 96%;
	}

	.news li
	,.news li span{
		width: 100%;
		display: inline-block;
	}

	.news li{
		margin-bottom: 1em;
	}
}


/*sub_page*/
.sub_main{
  height: 40vh;
  position: relative;
  margin-bottom: 15px;
}

.sub_main span:first-child{
  font-size: 40px;
  font-family: 'Monda', sans-serif;
  line-height: 1.2;
	font-weight: 700;
}
.sub_main span:last-child{
  font-size: 20px;
}

.sub_main .center{
  height: 3em;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  position: absolute;
  text-align: center;
  margin: auto;
}


#sub_page .box{
  background: #32AE78;
  padding: 60px 15px;
}

#sub_page .box .title h1{
  font-size: 30px;
  text-align: center;
  padding: 1.5em;
}

.box table {
  margin: 30px auto;
  width: 100%;
}
.box th {
  width:30%;
  text-align: left;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1em;
  vertical-align: top;
}

.box td {
  vertical-align: top;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 1em;
}

/*about*/
.about .sub_main{
  background: url('../images/about_main.jpg') center center /cover;
}

/*business*/
.business .sub_main{
  background: url('../images/business_main.jpg') center center /cover;
}
.bg_image {
  background: url('../images/business_img01.jpg') no-repeat left center ;
  min-height: 400px;
	width: 100%;
}
.bg_image_wrap {
  padding-top: 70px;
  padding-left: 35%;
}
.bg_image span{
  margin-bottom: 0.5em;
  font-size: 20px;
}
.bg_image h1{
  font-size: 40px;
  margin-bottom: 0.5em;
}

.bg_image p{
  font-size: 14px;
  line-height: 2;
}

.three_column_wrap {
  font-size: 0;
}
.three_column {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 15px 5% 15px 0;
}
.three_column:nth-child(3n) {
  margin-right:0;
}
.three_column img {
  height: 80px;
  margin-bottom: 15px;
}
.three_column h1{
  font-size: 18px;
  margin-bottom: 15px;
}
.three_column a h1{
	color:#fff;
}

.three_column p{
  font-size: 12px;
  margin-bottom: 15px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*wanted*/
.wanted .sub_main{
  background: url('../images/wanted_main.jpg') center center /cover;
}

.wanted h2
,.wanted .half_box p{
	text-align: center;
}

.wanted h2{
	line-height: 1.5em;
	display: block;
}

.center .note{
	text-align: left;
	display: block;
	width: 440px;
	margin: 0 auto;
}

.wanted .half_box{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-top: 3em;
}

.wanted .half_box .fas{
	display: block;
}

.wanted .half_box span{
	font-size: 40px;
	margin-bottom: 0.5em;
	text-align: center;
}

.wanted .half_box .fas{
	font-size: 40px;
	text-align: center;
}

.wanted .half_box a{
	color: #fff;
	display: block;
}
.wanted .half_box a:hover{
	opacity: 0.5 !important;
}

@media screen and (max-width: 767px) {
	.wanted h2{
		font-size: 20px;
	}

	.wanted .box .center p{
		font-size: 14px;
	}

	.wanted .half_box{
		width: 100%;
		display: block;
	}

	.wanted .half_box span{
		margin-bottom: 0;
}
}


/*recruit*/
.recruit .sub_main{
  background: url('../images/recruit_main.jpg') center center /cover;
}

.recruit th
,.recruit td{
	width: 100%;
	display: block;
}

.recruit th{
	background-color: #fff;
	color: #32AE78;
	padding: 1em 2em ;
}

.recruit td{
	background-color: #32AE78;
	border: 2px solid #fff;
	padding: 2em;
}

.recruit tr{
	display: block;
	border-bottom: none;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.recruit .box td{
		padding-top: 2em;
	}
}

/*contact*/
.contact .sub_main{
  background: url('../images/contact_main.jpg') center center /cover;
}

.contact tr{
	border: none;
}
.box th span {
  display: inline-block;
  margin-left: 1em;
}

.center.white{
  background: #fff;
  color: #333;
  padding: 30px 15px;
  text-align: center;
  line-height: 1.5;
}

.center.white p{
  font-size: 16px;
}
.center.white p span:first-child{
  font-size: 30px;
  margin-right: 1em;
  display: inline-block;
}

.center.white p span:last-child{
  font-size: 40px;
  font-weight: bold;
  display: inline-block;
}

select{
	color: #333;
	width: 100%;
	height: 40px;
	outline: none;
	background: #fff;
}

option{
}

input,textarea {
  border: none;
  width:100%;
  padding: 0.5em 0.25em;
  color:#333;
	outline: none;
}

.btn_b {
  text-align: center;
}
button {
  background: transparent;
}


@media screen and (max-width: 767px) {
  .box th,
  .box td {
    display: block;
    width: auto;
    padding-left: 1em;
  }
  .box th {
    padding-bottom: 0.7em;
  }
  .box td {
    padding-top: 0;
  }
	.bg_image_wrap {
		padding: 15px;
	}
	.three_column {
		width: 40%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin: 15px 5%;
	}
	.three_column:nth-child(3n) {
		margin-right:5%;
	}
	.center.white{
		max-width: 90%;
	}
	.center.white p{
		font-size: 12px;
	}
	.center.white p span{
		display: block !important;
		font-size: 1.2rem !important;
		margin: 0 !important;
	}
	.three_column h1{
	  font-size: 12px;
	}
	.three_column p{
	  text-align: left;
	}
	#sub_page .box .title h1{
		padding: 0;
	}
}
