@charset "UTF-8";
/* header、footer など、ベースとなる部分のCSSを書く*/
/*メディアクエリ（サンプル最後に取る）*/
/*sp（なくても良い）*/
@media screen and (max-width: 480px) {}
/*tablet 768px以下*/
@media screen and (max-width: 767px) {}
/*pc 1000px以下*/
@media screen and (max-width: 1000px) {}
body{
  overflow-x: hidden;
	counter-reset: number 0;
}
img {
  width: 100%;
  height: auto;
}
a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s;
}
a:hover {
  color: #000;
	opacity: 0.7;
	transition: all 0.2s;
}



.zen-maru gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.nunito {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
/* 文字基準 */
html, h1, h2, h3, h4, h5, h6, p ,span {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.6;
}
html, h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  line-height: 1.6;
}
p,span{
	font-weight: 400;
	font-size: 1.4rem;
}


h2{
	font-family: "Nunito", sans-serif;
	font-size: 62px;
	font-weight: 800;
}
h2 span{
	font-size: 18px;
	font-weight: 700;
}

/* 文字基準 */
/*header*/
header {
  display: block;
}


.kv{
	position: relative;
	height: 1vh;
	 width: 100%;
	padding-bottom: 67%;
}
.kv .kv-copy{
	max-width: 1280px;
	padding: 230px 60px 0px;
	margin: 0px auto;
}

.kv .fadeIn{
	animation-name: fadeIn1s;
    animation-delay: 3s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        opacity: 1;
    }
}
.kv .fadeIn02{
	animation-name: fadeIn2s;
    animation-delay: 4s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        opacity: 1;
    }
}

.kv .kv-copy div.copy_item01{
	margin-top: 40px;
}
.kv .kv-copy p{
	position: relative;
	display: inline-block;
	font-size: calc(1.25vw + 1.5vw);
	font-weight: 700;
	line-height: 0.5;
	color: #fff;
	padding-bottom: 20px;
}

.kv .kv-copy p span{
	display: inline-block;
}
.kv .kv-copy .copy_item02 span::before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #fff;
}

.kv .kv-copy .copy_item01 span::before{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #fff;
	padding-bottom: 20px;
}

.kv .kv-copy .copy_item01 p{
	margin-left: 7vw;
}

.video{
  width: 100%;
  height: auto;
	padding-bottom: 67%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.video video{
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) translateY(-0%);
}

/*fadeIn*/
.fadeIn-up {
  transition: 1.5s;
  opacity: 0;
  transform:translatey(100px);
}

.fadeIn-up.animated {
  opacity: 1;
  transform:translatey(0px);
}

#job001, #job002, #job003{
	margin-top: -110px;
	padding-top: 110px;
}

/*footer*/
footer {
	width: 100%;
	text-align: center;
	background-color: #DFEFC8;
}
.footer_inner {
	margin: 0px auto;
	max-width: 1230px;
	padding: 0px 60px;
}
.footer_inner .footer_con{
	display: flex;
	text-align: left;
	padding: 35px 0px;
	border-bottom: 2px solid #579815;
	
}
.footer_inner .footer_con .txt{
	margin-right: 40px;
}
.footer_inner .footer_con .txt p{
	font-size: 1.8rem;
	font-weight: 700;
	color: #557237;
}
.footer_inner .footer_con .txt h3{
	font-size: 2.8rem;
	font-weight: 700;
	color: #557237;
}
.footer_inner .footer_con .address p{
	color: #557237;
}
.footer_inner nav ul{
	display: flex;
	justify-content: center;
	margin: 20px auto;
}
.footer_inner nav li{
	padding: 0px 40px;
	border-left: 1px solid #579815;
}
.footer_inner nav li:last-child{
	border-right: 1px solid #579815;
}
.footer_inner a{
	color: #557237;
}
.footer_inner nav li a p{
	line-height: 1.2;
}


footer .copyright{
	font-size: 1.3rem;
	color: #557237;
	padding: 14px 0 14px;
	background-color: #fff;
}



/*nav*/
.inner {
	max-width: 1280px;
	padding: 0px 60px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
/* header */
#top-head {
  position: fixed;
  top: -100px;
  z-index: 999;
  width: 100%;
  margin: 100px auto 0;
  padding: 0px 0 0;
  line-height: 1;
  height: 110px;
	transition: .35s ease-in-out;
}
#top-head a, #top-head {
  color: #000;
  text-decoration: none;
}
.fixed #top-head, #sub #top-head  {
  background-color: #fff;
}
#top-head .inner-head {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	max-width: 1280px;
	padding: 0px 60px;
	margin: 0px auto;
}
.inner-head-sp{
	display: none;
}
#top-head .inner-head .tel{
	font-family: "Nunito", sans-serif;
	font-size: 1.7rem;
	font-weight: 500;
	color: #fff;
	margin-right: 25px;
	padding-bottom: 6px;
}
#top-head .inner-head .time{
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	margin-right: 25px;
	padding-bottom: 5px;
	line-height: 2.2;
}
#top-head .inner-head .time span{
	font-family: "Nunito", sans-serif;
}
#top-head .inner-head .btn div{
	position: relative;
	padding: 20px 20px 10px 15px;
	color: #579815;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
}
#top-head .inner-head .btn div::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #579815;
	position: absolute;
	top: 52%;
	right: 9px;
}
#top-head .inner-head p{
	font-weight: 500;
	margin-bottom: 0px;
}

#sub #global-nav ul li .memu_second a:hover, .fixed #global-nav ul li .memu_second a:hover{
  color: #579815;
}

@media screen and (max-width:1152px) {
	#top-head .logo {
		position: absolute;
		width: 300px;
		top: 0px;
	}
}


@media screen and (max-width:1058px) {
	#mobile-head {
		position: relative;
	}
	#top-head .logo {
		top: -10px;
	}
	
	.menu_contents{
		width: 90%;
	}
	#global-nav .memu_second {
		padding-left: 30px;
	}
	#global-nav .memu_second.first{
		padding-right: 30px;
		padding-left: 0px;
	}

}

@media screen and (max-width:1026px) {
	#top-head .logo {
		width: 270px;
		top: -20px;
	}

}

@media screen and (min-width: 866px) {
/* スクロール 下層ページ カラーチェンジ */
#sub #top-head .inner-head .tel, .fixed #top-head .inner-head .tel{
	color: #579815;
}
#sub #top-head .inner-head .time, .fixed #top-head .inner-head .time{
	color: #579815;
}
#sub #top-head .inner-head .btn div, .fixed #top-head .inner-head .btn div {
  color: #fff;
  background-color: #579815;
}
#sub #top-head .inner-head .btn div::after, .fixed #top-head .inner-head .btn div::after {
  border-color: transparent transparent transparent #fff;
}

#sub li.menu_list.category01 a::after, .fixed li.menu_list.category01 a::after {
  background-color: #579815;
}

#sub #global-nav ul li a, .fixed #global-nav ul li a{
  color: #579815;
}
#sub #global-nav ul li .memu_second a, .fixed #global-nav ul li .memu_second a{
  color: #fff;
}
	
}



#top-head .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-head .logo {
	max-width: 390px;
	margin-top: -30px;
}
#global-nav {
  width: calc(100% - 390px);
	margin-top: 10px;
}
#global-nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  flex-wrap: wrap;
}
#global-nav ul li.menu_list {
	margin-left: 25px;
  padding-bottom: 50px;
  margin-bottom: -50px;
}
 #global-nav ul li a {
  font-size: 1.5rem;
	 color: #fff;
}
/* Fixed */
#top-head.fixed {
  position: fixed;
  top: 0;
  padding-top: 10px;
  margin-top: 0;
  height: 55px;
  background: #000;
  background: rgba(255, 255, 255, .7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
  width: 180px;
}
#top-head.fixed #global-nav ul li a {
  color: #333;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  z-index: 101;
  right: 25px;
  top: 20px;
  width: 28px;
  height: 30px;
  cursor: pointer;
}

#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.open #nav-toggle span {
  background: #fff;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}

.fixed #nav-toggle span{
  background: #579815;
}
.fixed.open #nav-toggle span{
  background: #fff;
}
#sub #nav-toggle span{
	background: #579815;
}
#sub.open #nav-toggle span{
	background: #fff;
}

@media screen and (max-width: 1156px) {
#global-nav {
  width: calc(100% - 0px);
  margin-top: 10px;
}
}

@media screen and (max-width: 866px) {
  /* Fixed reset */

  #top-head .logo {
    margin: auto;
    left: 25px;
    top: 15px;
    color: #fff;
    font-size: 1.625em;
    width: 250px;
  }
  #top-head #global-nav ul li.menu_list > a, #top-head.fixed #global-nav ul li.menu_list > a {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 20px 15px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: left;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
/*parts*/
.alpha a:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.fade {
  opacity: 1;
}
#under-nav {
	position: fixed;
	display: none;
	justify-content: flex-end;
	bottom: 50px;
	right: 20px;
	margin-bottom: 0;
    z-index: 5;
}
#under-nav a{
	padding: 10px 15px;
	text-align: center;
	border-radius: 10px;
	margin-left: 15px;
	box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, .15);
}
#under-nav a img{
	width: 30px;
	height: 24px;
}
#under-nav a p{
	margin-bottom: 0px;
	font-size: 1.4rem;
	font-weight: 500;
}

#under-nav a.join{
	background-color: #DECEA1;
	color: #625C4D;
}
#under-nav a.job{
	background-color: #B8D3E2;
	color: #404D53;
}
#under-nav a.pagetop{
	background-color: #CECECE;
	color: #585757;
}


/*parts*/
/* グローバルメニュー */
/* SP時：ハンバーガーメニューボタン */
.global-nav-icon {
  display: none;
}
@media screen and (max-width:1058px) {
	.kv{
		height: auto;
		padding-bottom: 37%;
	}
	.video{
		height: 0;
		padding-bottom: 67%;
	}
	.video video{
		width: 100%;
	}

}
@media screen and (max-width: 866px) {
  body.open {
    height: 95%;
    overflow-y: hidden;
  }
  .breadcrumb li{
    line-height: 2;
}
#page-top {
  width: 80px;
}

	.kv {
    height: auto;
    padding-bottom: 100%;
  }
.video {
    height: 100%;
    padding-bottom: 100%;
  }
	
.kv .kv-copy {
		position: absolute;
  padding: 150px 33px 0px;
  margin: 0px auto;
		
}
.kv .kv-copy p{
	padding-bottom: 10px;
	font-size: calc(3vw + 1.5vw);
}
.kv .kv-copy div.copy_item01 {
  margin-top: 38px;
}
	.kv .kv-copy .copy_item02 span::before, .kv .kv-copy .copy_item01 span::before{
		border-bottom: solid 1px #fff;
	}

}
/* メガメニュー */
.menu_contents {
  background: #579815;
  border-radius: 20px;
  position: absolute;
  top: 57px;
  height: 0;
  left: 0;
  right: 0;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.2s;
}
.menu_contents .closebtn{
  position: absolute !important;
  right: 30px;
  top: 19px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.menu_contents .closebtn::before, .menu_contents .closebtn::after {
  content: '';
  position: absolute !important;
  left: 25px;
  top: 12px;
  height: 23px;
  width: 3px;
  background-color: #fff !important;
	bottom: auto;
  right: auto;
}
.menu_contents .closebtn::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_contents .closebtn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_contents h3 {
	position: relative;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
	padding: 5px 8px 5px 30px;
	transition: .2s ease-in-out;
	margin-top: -10px;
}
.menu_contents h3:hover{
	color: #579815;
	background-color: #fff;
	transition: .2s ease-in-out;
	opacity: 1;
}
.menu_contents a:hover{
	opacity: 1;
}
.memu_second_wrap {
  width: calc(100% - 80px);
  margin: 45px auto 27px;
  display: flex;
}
#global-nav .memu_second.first {
  padding-right: 90px;
	border-right: 2px solid #fff;
}
#global-nav .memu_second.first a::after{
	content: none;
}
#global-nav .memu_second.first h3::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 34%;
	left: 10px;
}
#global-nav .memu_second.first h3:hover::before{
	border-color: transparent transparent transparent #579815;
	transition: .2s ease-in-out;
}
#global-nav .memu_second {
  padding-left: 90px;
}
#global-nav .memu_second ul {
  flex-flow: column;
}
#global-nav .memu_second ul li{
  margin-bottom: 25px;
}
#global-nav .memu_second ul li:last-child{
	margin-bottom: 0px;
}
#global-nav .memu_second ul li a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  transition: .2s ease-in-out;
	padding: 5px 8px 5px 30px;
}
#global-nav .memu_second ul li a:hover {
	color: #579815;
	background-color: #fff;
	transition: .2s ease-in-out;
	opacity: 1;
}
#global-nav .memu_second ul li a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 34%;
	left: 10px;
}
#global-nav .memu_second ul li a:hover::before {
	border-color: transparent transparent transparent #579815;
	 transition: .2s ease-in-out;
}
#global-nav .memu_second ul li a::after {
	content: none;
}
/* #nav color */
li .menu_contents {
  padding-bottom: 0px;
  transition: 0.2s;
}
li.sub_open .menu_contents {
  height: auto;
  padding-bottom: 20px;
}
.menu_contents li {
  width: 100%;
}
li.menu_list a {
  position: relative;
  color: #335BA1;
}
li.category03.menu_list a {
  position: relative;
  color: #D90000;
}
li.menu_list a::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

li.menu_list.category01 a::after {
  background-color: #fff;
}
li.menu_list.category02 a::after {
  background-color: #D7EA87;
}
li.menu_list.category03 a::after {
  background-color: #DECEA1;
}
li.menu_list.category04 a::after {
  background-color: #B8D3E2;
}
li.menu_list.category05 a::after {
  background-color: #BABEC4;
}

.menu_contents li a {
  color: #fff;
}
.menu_contents .close {
  width:15px;
  position: absolute;
  right: -15px;
  top: 0;
}
.sub-toggle {
  display: none;
}


.works_point {
	margin-top: 10px;
    font-size: 15px;
	font-weight: 600;
}

.works_point {
	margin-top: 20px;
    font-size: 15px;
	font-weight: 600;
}

.works_point_text{
	margin-top: 20px;
	margin-bottom: 100px;
    font-size: 12px;
}

/*アンダーライン */
/*ヘッダー */
a.line {
position: relative; /*アンダーラインの位置を決めるための基準 */
}

li.menu_list a.line::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}

li.menu_list a.line:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}


/* お知らせ関連 */
a .title span{
	padding-bottom: .15em;
	background: linear-gradient(rgb(181, 217, 131), rgb(181, 217, 131)) 0 100%/0 2px no-repeat;
	transition: background .4s;
	text-decoration: none;
}
a .title span:hover {
	background-size: 100% 2px;
}


/* 一覧・戻る */
.btn_area a p, .btn a p{
	position: relative;
}
.btn_area a p::before, .btn a p::before {
position: absolute;
left: 0;
bottom: -1px;
content: '';
width: 100%;
height: 2px;
background-color: #B5D983;
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}

.btn_area a p:hover::before, .btn a p:hover::before {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}


/* link・フッター */
.link_con a, .footer_inner a p{
	padding-bottom: .15em;
	background: linear-gradient(rgb(181, 217, 131), rgb(181, 217, 131)) 0 100%/0 2px no-repeat;
	transition: background .4s;
	text-decoration: none;
}

.link_con a:hover,  .footer_inner a p:hover{
	background-size: 100% 2px;
}


/* 下部ナビゲーション */
#under-nav a p{
	position: relative;
}
#under-nav a p::before {
position: absolute;
left: 0;
bottom: -1px;
content: '';
width: 100%;
height: 2px;
background-color: #fff;
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}

#under-nav a p:hover::before {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}


/* 会報 2024.12更新 */
.member_item_bk li a, .member_info li a, .kaihou-sub li a span{
	padding-bottom: .15em;
	background: linear-gradient(rgb(181, 217, 131), rgb(181, 217, 131)) 0 100%/0 2px no-repeat;
	transition: background .4s;
	text-decoration: none;
}
.member_item_bk li a:hover, .member_info li a:hover, .kaihou-sub li a span:hover{
	background-size: 100% 2px;
}

/* ページ内リンクのマージン */
/*#news, #about, #about_btn, #guidance_join, #guidance_job, #access, #link,
#job001, #job002, #job003{
	margin-top: -110px;
	padding-top: 110px;
}*/


@media screen and (max-width: 1244px) {
.kv .kv-copy {
  padding: 180px 60px 0px;
}
}


@media screen and (max-width: 1060px) {
.menu_contents .close {
  right: 0px;
}
}


@media screen and (max-width: 866px) {
	h2{
	font-size: 50px;
}
h2 span{
	font-size: 1.6rem;
}
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
	height: 70px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    position: relative;
    z-index: 999;
    width: 100%;
    transition: .35s ease-in-out;
  }

  .open #mobile-head {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 80px;
    background-color: #579815;
  }

  #global-nav {
    position: absolute;
    top: -100vh;
    width: 100%;
    height: 100vh;
    padding: 0px;
    background-color: #579815;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow-y: scroll;
	  margin-top: 0px;
  }
  #global-nav ul {
    position: static;
    right: 0;
    bottom: 0;
    font-size: 0.875em;
    list-style: none;
  }
 /* #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    display: block;
    width: 100%;
    margin: 0px auto 15px;
    padding: 12px 10px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: left;
    background-color: #fff;
    color: #335BA1;
  }*/
	
  /* SP時、大カテゴリーのリンクは反映しないCSS */
/*	#global-nav ul li.menu_list > a {
    pointer-events: none;
  }*/
	

li.menu_list a::after {
  display: none;
}
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    -moz-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  /* sub-toggle 切り替えアニメーション */
.sub-toggle {
    display: block;
    position: absolute;
    width: 10px;
    right: 10px;
    top: 15px;
    height: 20px;
    cursor: pointer;
  }
.sp_link {
  display: block;
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
  height: 62px;
}
.sub-toggle::before{
	content: "";
	display: inline-block;
    width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  }
  /* nav */
  #global-nav ul li {
    width: 85%;
    margin: auto;
    position: relative;
	  padding-left: 5px;
  }
	#global-nav ul li.menu_list {
    border-top: 1px solid #fff;
	padding-bottom: 0px;
    margin-bottom: 0px;
	margin-left: auto;
  }
	#global-nav ul li.menu_list:first-child{
    border-top: 2px solid #fff;
  }
	#global-nav .menu_list:last-child{
    border-bottom: 2px solid #fff;
  }
  #global-nav .memu_second {
    padding: 0 18px;
    width: 100%;
    text-align: left;
  }
	#global-nav .memu_second.first{
		display: none;
	}
  #top-head #global-nav .memu_second ul li a {
    padding: 13px 30px 13px 0px;
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    line-height: 1.4;
    margin: 0px auto;
    font-size: 1.6rem;
    position: relative;
    width: 100%;
      display: block;
  }

  #global-nav .memu_second ul li a::before {
    display: none;
  }
  .menu_contents {
    top: 0;
    margin: auto;
    position: relative;
    width: 100%;
  }
	.menu_contents .closebtn{
		display: none;
	}
  .open #global-nav ul {
    margin-top: 80px;
  }
  #global-nav .memu_second ul {
    width: 100%;
    margin: 0px auto;
  }
 #top-head .menu_contents h2{
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
  font-size: 1.8rem;
  width: calc(100% - 20px);
  
  }
#top-head .menu_contents h2 a {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
    #global-nav .memu_second h3{
        margin-top: 30px;
    }
 .memu_second_wrap {
    margin: 0px auto auto;
    transition: 0.1s;
    display: block;
    width: 100%;
  }
  .memu_second_wrap h3, .memu_second_wrap li{
    height: 0;
    transition: 0.6s;
  }
  .li.sub_open .memu_second_wrap {
    max-width: 980px;
    height: 100%;
  }
 .sub_open .memu_second_wrap h3, .sub_open .memu_second_wrap li{
    height: auto;
  }
  .category03 .menu_contents {
    background-color: inherit;
  }
  .category05 .menu_contents {
    background-color: inherit;
  }

  #top-head #global-nav .memu_second ul li {
    position: relative;
    margin: 0px;
	width: 100%;
  }
 #top-head #global-nav .sub_open .memu_second ul li {
    transition: 0.3s;
  }
  /* #nav color */
  li.menu_list.current a {
    color: inherit;
  }
  li.menu_list.category03.current a {
    color: inherit;
  }
  li.menu_list.current a::after {
    display: none;
  }
  .nav-toggle {
    margin-top: 30px;
  }
  li.menu_list.current a {
    position: relative;
  }
  li.menu_list.category03.current a {
    position: relative;
    color: inherit;
  }
  li.menu_list.current a::after {
    display: none;
  }
  .contents .main_img img {
    width: 100%;
    /*height: calc(100vh - 120px);
    object-fit: cover;*/
  }
  .menu_contents .close {
    display: none;
  }
	
	.inner-head-sp{
		display: block;
		margin-top: 30px;
	}
	.inner-head-sp-sub{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px auto;
	}
	.inner-head-sp .tel{
	font-family: "Nunito", sans-serif;
	font-size: 2.8rem;
	font-weight: 500;
	color: #fff;
		line-height: 1;
	}
	.inner-head-sp .time{
	font-size: 1.3rem;
	font-weight: 400;
	color: #fff;
		text-align: left;
		line-height: 1.2;
		margin-left: 15px;
}
.inner-head-sp .time span{
	font-family: "Nunito", sans-serif;
}
.inner-head-sp .btn div{
	display: inline-block;
	position: relative;
	padding: 8px 30px;
	color: #579815;
	background-color: #fff;
	border-radius: 20px;
}
	.inner-head-sp .btn div p{
	font-size: 1.8rem;
		font-weight: 500;
}
.inner-head-sp .btn div::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #579815;
	position: absolute;
	top: 43%;
	right: 15px;
}
.inner-head-sp p{
	margin-bottom: 0px;
}
	
#under-nav {
	bottom: 20px;
	right: 0px;
	left: 0;
	margin: 0px auto;
	justify-content: center;
	padding: 0px 20px;
}
.member #under-nav {
	justify-content: flex-end;
}
#under-nav a {
  padding: 10px 5px;
}
#under-nav a:first-child{
  margin-left: 0px;
}
#under-nav a p {
  font-size: 1.3rem;
  font-weight: 500;
}
	
.footer_inner{
	padding: 0px 33px;
		
}
	.footer_inner .footer_con{
		flex-wrap: wrap;
		padding: 35px 0px 15px;
	}
	.footer_inner .footer_con .txt {
		margin-right: 0px;
	}
	.footer_inner .footer_con .address{
		padding-top: 15px;
		margin-top: 15px;
		border-top: 2px solid #579815;
		width: 100%;
	}
	.footer_inner nav ul{
		justify-content: space-between;
	}
	.footer_inner nav ul li{
		width: 50%;
		padding: 0px;
	}
	footer .copyright{
		font-size: 1.15rem;
	}
}


@media screen and (max-width: 569px) {
	.kv .kv-copy{
		padding: 100px 33px 0px;
	}
	.kv .kv-copy div.copy_item01{
		margin-top: 20px
	}
}











