@charset "utf-8";

/* ------------------------------------------
	- COMMON SETTING
	- HEADER
		-- NAV MENU
	- MAIN
		--
		--
	- FOOTER
------------------------------------------ */

/* ==============================================================
	common setting
============================================================== */
body{
	width:100%;
	box-sizing: border-box;
	text-align: center;
	font-family: arial,sans-serif;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
}

#wrap{
	background: url(../img/main_bg.jpg);
}
h1,h3,h4,h5,h6{ line-height: 1.5;}
h2{font-size: 20px;　line-height: 0.8; }
h2 span.jp_title{font-size: 12px; color: #000; }
p,a,li,th,td{ font-size: 14px;line-height: 1.8;}
a{ text-decoration: none; color: inherit;}
img {  max-width: 100%;  height: auto;}
iframe { width : 100%;}
.pc{ display: none;}
table{border-collapse: collapse; }
.flexbox{	display: block;}
.contents,.contents02{
	width:90%;
	margin: 40px auto;
}
.inner,.inner02{
	width:100%;
	margin: 0 auto;
}
.icon_title h2 img{ width:10%; max-width: 12px; margin:35px auto;}
:focus { outline: none;}

@media screen and (min-width:751px){
	body{	min-width:1200px;}
	h1,h3,h4,h5,h6{ line-height: 1.8;}
	h2{font-size: 32px;}
	h2 span.jp_title{font-size: 16px; }
	p,a,li,th,td{ font-size: 16px;}
	a.tel{ pointer-events: none;}
	.sp{ display: none;}
	.pc{ display: block;}
	.contents{	width:1050px;	padding:70px 0;	margin: 0 auto;}
	.contents02{	width:1100px;	padding:70px 0;	margin: 0 auto;}
	.inner{	width:900px;	margin: 0 auto;}
	.inner02{	width:1000px;	margin: 0 auto;}
	.flexbox{	display: flex;}
	.icon_title h2 img{margin:35px auto;}
}

/* ==============================================================
	HEADER
============================================================== */
header{	width:100%;	height:490px;	padding-top: 60px;}
@media screen and (max-width:751px){
	header{	height:28vw; margin-top: 60px;}
}

/*	NAV MENU
------------------------------------------------ */
.nav-wrap.open {  display: block;}
.nav-wrap.close {  display: none;}
.nav-wrap {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
	overflow-y: auto;
}
@media screen and (min-width:750px){
	.nav-wrap {	width: 420px;}
}
@media screen and (max-width:751px){
	.nav-wrap {	width: 100%;	margin-top:60px;}
}

.nav-wrap .nav {
  height: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
	padding-top: 2em;
}
.nav-wrap .nav > li{
	border-top: 2px dotted #fff;
}
.nav-wrap .nav > li:first-child{
	border-top: none;
}
.nav-wrap .nav > li:last-child{
	border-bottom: 2px dotted #fff;
}
.nav-wrap .nav li .main_list{
	display: block;
	padding:1em 0;
	text-align: left;
	color: #fff;
	font-size: 20px;
	padding-left: 100px;
	cursor: pointer;
}
.nav-wrap .nav li .main_list a{
	font-size: 20px;
}
.nav-wrap .nav li.news_icon .main_list{
background: url(../img/news_icon.png) no-repeat 10% center;
}
.nav-wrap .nav li.message_icon .main_list{
background: url(../img/message_icon.png) no-repeat 10% center;
}
.nav-wrap .nav li.company_icon .main_list{
background: url(../img/company_icon.png) no-repeat 10% center;
}
.nav-wrap .nav li.work_icon .main_list{
background: url(../img/work_icon.png) no-repeat 10% center;
}
.nav-wrap .nav li.recruit_icon .main_list{
background: url(../img/recruit_icon.png) no-repeat 10% center;
}
.nav-wrap .nav li.contact_icon .main_list{
background: url(../img/contact_icon.png) no-repeat 10% center;
}
.nav-wrap .nav li .sub_list {	display: none;}
.nav-wrap .nav li .sub_list.op_active {	display: block;}
.nav-wrap .nav li .sub_list li{
	padding:0px 0 25px 100px;
	text-align: left;
}
.nav-wrap .nav li .sub_list li a{
	color: #fff;
	font-size: 18px;
	font-weight: 200;
}
.open_btn{ position: relative;}
.open_btn:after,
.open_btn.op_active:after {
	font-size: 24px;
	color: #fff;
	position: absolute;
	right:10%;
	top:25%;
}
.open_btn.op_active::after {
	font-family: "Font Awesome 5 Free";
	content: "\f056";
	font-weight: 900;
}
.open_btn::after {
	font-family: "Font Awesome 5 Free";
	content: "\f055";
	font-weight: 900;
}

@media screen and (max-width:751px){
	.main_menu{
		background: #fff;
		height:60px;
		position: fixed;
		top:0;
		width:100%;
		z-index: 9999;
	}
	.main_menu .header_logo{	width:80%;	height:60px;	position: relative; display: flex; align-items: center;  justify-content: flex-start;}
	.main_menu .header_logo a{
		width:30%;
		max-width:190px;
		padding-left:5%;
	}
	.main_menu .header_logo img{
		width:100%;
		padding-top: 5px;
	}
	.main_menu .header_logo p{ padding-left:12px; font-weight: bold;}
	.nav-wrap .nav {	padding-top: 0;}
	.nav-wrap .nav li .main_list{	padding:1em 0 1em 80px;font-size: 16px;}
	.nav-wrap .nav li .main_list a{	font-size: 16px;}
	.nav-wrap .nav li .sub_list{	display: none;	text-align: left;}
	.nav-wrap .nav li .sub_list li{ padding:0 50px 15px 80px;}
	.nav-wrap .nav li .sub_list li a {
		color: #fff;
		font-size: 14px;
		display: block;
	}
	.open_btn:after,
	.open_btn.op_active:after {	font-size: 20px;	top:20%;}
}
.nav-wrap .tel_nam{	padding-bottom:3em;}
.nav-wrap .tel_nam p{	font-size: 18px;	color: #fff;}
.nav-wrap .tel_nam p a{	font-size: 42px;	color: #f7b400;}
.nav-wrap .tel_nam p span{	font-size: 14px;}
.nav-wrap .global_btn{
	height:90px;
	padding-bottom: 10em;
}
.nav-wrap .global_btn img{
	margin-top:0;
}
@media screen and (max-width:751px){
	.nav-wrap .tel_nam p{	font-size: 16px;}
	.nav-wrap .tel_nam p a{	font-size: 30px;}
	.nav-wrap .tel_nam p span{	font-size: 12px;}
}

/* ----- メニュー内ロゴ ----- */

.nav-wrap img {	margin-top: 170px;}

@media screen and (max-width:751px){
	.nav-wrap img {	width:80%;	max-width: 590px;	margin:20px auto 10px;}
}

/* ----- メニュー内ボタン ----- */

.nav-wrap .btn {	margin:3em 0;}
.nav-wrap .btn a{
	display: inline-block;
	padding:1.5em 0;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	width:350px;
	margin-bottom:20px;
}
.nav-wrap .btn a:first-child{background: #6fb92c;}
.nav-wrap .btn a:last-child{	background: #f7b400;}

@media screen and (max-width:751px){
	.nav-wrap .btn a{	width:80%;	max-width:350px;	font-size: 16px;}
}

/* ----- メニューボタン ----- */
.nav-button,
.nav-button span { display: inline-block; transition: all 0.4s; box-sizing: border-box;}
.nav-button {
  z-index: 999;
	display: block;
  position: fixed;
  width: 100px;
  height: 100px;
	background: #f7b400;
	right:40px;
	top:40px;
	border-radius: 50%;
}

@media screen and (max-width:751px){
	.nav-button {
	  width: 60px;
	  height: 60px;
		right:0;
		top:0;
		border-radius: 0;
	}
}

/* ----- トグルボタン ----- */
.nav-button span {
  position: absolute;
  left: 0;
	right:0;
	margin: auto;
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.nav-button span:nth-of-type(1) {  top: 34px;}
.nav-button span:nth-of-type(2) {  top: 47px;}
.nav-button span:nth-of-type(3) {  top: 60px;}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {  opacity: 0;}
.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

@media screen and (max-width:751px){
	.nav-button span { width: 30px; height: 3px;}
	.nav-button span:nth-of-type(1) {  top: 14px;}
	.nav-button span:nth-of-type(2) {  top: 27px;}
	.nav-button span:nth-of-type(3) {  top: 40px;}
}


/* SUBMENU
------------------------------------------------ */
.sub_menu{
	width:860px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin:0 auto;
	padding:15px 30px;
}
.sub_menu img{	margin-right:15px;}
.sub_menu h1 a{
	vertical-align: middle;
	display: flex;
	align-items: center;
	font-size: 22px;
}
.sub_menu h1 span{	font-size: 12px;	color: #f7b400;	padding-left: 15px;}
.sub_menu ul{	display: flex;	align-items: center;	margin-left: 50px;}
.sub_menu ul li a{
	font-size: 12px;
	padding:0 20px;
	border-right: 1px solid #000000;
}
.sub_menu ul li:first-child a{	border-left: 1px solid #000000;}

@media screen and (max-width:751px){
	.sub_menu{	display: none;}
}


/* ==============================================================
	FOOTER
============================================================== */
footer{ background: #1b1b1b; padding:50px 0 0; color: #fff;}
footer .flexbox{justify-content: space-between;
	text-align: left;}
@media screen and (min-width:751px){
	footer .flexbox{width:1100px; margin:0 auto;}
}
@media screen and (max-width:750px){
	footer{ padding:0; }
	footer .footer_content{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
}

footer p,footer p a{font-size: 14px;}
footer p.note,footer p.note a,footer li a{font-size: 12px;}
footer p.note a{ margin-right:5px;}
footer p.note{ padding-bottom: 3px;}
footer .footer_text{ margin-right:130px;}
footer .footer_text img{ margin-bottom:20px;}
.copyright{	font-size: 12px;	padding:0 0 20px;	font-weight: 400;}

@media screen and (max-width:750px){
	footer .footer_text{ margin-right:0;margin-top:50px; text-align: center;}
	footer p.note,footer p.note a,footer li a{font-size: 10px;}
	.copyright{	font-size: 8px;	margin-top:30px;}
}

footer .footer_nav{
	justify-content: flex-start;
	height:100%;
}
footer .footer_nav .nav_item{
	margin-right:65px;
}
footer .footer_nav .nav_item p{
	height:35px;
	padding-bottom:5px;
	position:relative;
}
footer .footer_nav .nav_item p:before{
	position:absolute;
	content: "";
	width: 5px;
	height: 35px;
	background: #6fb92c;
	top: -3px;
	left:-15px;
}
@media screen and (min-width:751px){
	footer .footer_nav{  position: relative;}
	footer .footer_nav .nav_item.irregular{
		position: absolute;
		left:0;
		top:70px;
		display: block;
	}
}
@media screen and (max-width:750px){
	footer .footer_nav{
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		justify-content: flex-start;
		border-bottom: 1px solid #a0a0a0;
	}
	footer .footer_nav .nav_item{
		width:49.8%;
		text-align: center;
		border-bottom: 1px solid #a0a0a0;
		margin-right:0;
		vertical-align: middle;
	}
	footer .footer_nav .nav_item:nth-child(2n-1){
		border-right: 1px solid #a0a0a0;
	}
	footer .footer_nav .nav_item:last-child{
		border-bottom: none;
	}
	footer .footer_nav .nav_item ul{
		display: none;
	}
	footer .footer_nav .nav_item p:before{
		width: 0;
		height: 0;
		background: none;
	}
	footer .footer_nav .nav_item p{
		height:auto;
		padding: 20px 0;
	}
}

footer .global_btn{
	margin:50px auto;
}
@media screen and (max-width:750px){
	footer .global_btn{
		width:90%;
	}
}

/* SUBMENU
------------------------------------------------ */
@media screen and (min-width:751px){
	.toppage_btn{
		position: fixed;
		bottom:100px;
		right:100px;
		z-index: 10;
	}
}

@media screen and (max-width:750px){
	.toppage_btn{ padding:10px 0 5px; background: #f7b400; width:100%; text-align: center;}
	.toppage_btn img{ width:30px;}
}
