@charset "utf-8";
/* 
	
CSS base.css */



/*
green : #1eaa39
*/



/*//////////////////


Header


//////////////////*/

#header { width: 100%; z-index: 100; }
#header .mainbox { display: flex; align-items: center; justify-content: space-between; height: 145px; }
#header .logo { line-height: 0; width: 115px; }
#header .cap { font-size: 15px; margin-left: 15px; text-align: left; flex: 1;}
#header .telbox { line-height: 1.6; position: relative; text-align: center; margin-right: 80px; padding-left: 35px; }
#header .telbox>svg { width: 26px; height: 26px; position: absolute; top: 5px; left: 0; }
#header .telbox>.tel { font-size: 21px; }
#header .telbox>.txt { font-size: 14px; display: block; letter-spacing: 0; }
/* スクロール時fixed */
#header.fixed { position: fixed; top: 0; background: #fff; background: rgba(255,255,255,0.97); animation: navfit 0.5s ease-out 0s 1 normal both; }
#header.fixed .mainbox { height: 120px; }
#header.fixed .logo img { width: 180px; }
@media screen and (max-width: 1040px) {
	#header .cap { display: none; }
	#header .logo { top: 0px; left: 40px; width: 110px; }
	#header .mainbox { height: 120px; }
	#header.fixed .mainbox { height: 100px; }
}
@media screen and (max-width: 767px) {
	#header .mainbox { height: 80px; }
	#header .logo { left: 20px; }
	#header .logo img { width: 86px; }
	#header.fixed .logo { width: 80px; }
	#header .telbox { display: none; }
}
	
/* スクロール時fixedのアニメーション */
@keyframes navfit {
  0% { transform: translate(0px, -50px); }
  100% { transform: translate(0px, 0px);  }
}
















/*//////////////////


Nav


//////////////////*/

#gnav{ background-color: #fff; z-index: 1000; position: fixed; left: 0; top: 0; }
#gnav .navbox { background-color: #fff; margin: 0 8%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; height: 100%; }
#gnav .copybox { text-align: center; }
#gnav .copybox .copy { font-size: 48px; letter-spacing: 0.14em;}
#gnav .copybox .en { font-size: 14px; letter-spacing: 0.3em;}
#gnav .mainbox { margin-top: 30px; width: 100%; }
#gnav .mainbox li { font-size: 18px; margin: 0 10px 5px; display: inline-block; }
#gnav .mainbox li[data-cat="index"] { display: block; }
#gnav .mainbox li a { text-decoration: none; }
#gnav .mainbox li a::before { content: ''; display: inline-block; background:url(../img/common/arr1.svg) no-repeat; background-size: contain; width: 6px; height: 12px; vertical-align: 0px; margin-right: 5px; }
#gnav .snsbox { text-align: center; display: inline-block; line-height: 0;font-size: 0; margin-top: 30px; }
#gnav .snsbox li { display: inline-block; margin: 0 5px; }
#gnav .snsbox li>a>svg { width: 30px; height: 30px; transition: 0.6s; }
#gnav .snsbox li>a:hover>svg { opacity: 0.7; }
#gnav .navbox .mainlist>li a{ display: block; text-decoration: none; color: initial; }
#gnav .contactbox{ margin-top: 60px; }
#gnav .contactbox>ul{ margin-bottom: -10px; }
#gnav .contactbox>li{ margin: 0 10px 10px; display: inline-block; }
#gnav .contactbox>li.tellink{  }
#gnav .contactbox>li.tellink>svg{ width: 32px; height: 32px; margin-right: 5px; display: inline-block; vertical-align: middle; }
#gnav .contactbox>li.tellink>.tel{ font-size: 24px; letter-spacing: 0.15em; display: inline-block; vertical-align: middle; line-height: 1.6; }
#gnav .contactbox>li.maillink{  }
#gnav .contactbox>li.maillink>svg{ width: 36px; height: 24px; display: inline-block; vertical-align: middle; }
#gnav .contactbox>li.maillink>.mail{font-size: 24px; text-decoration: none; display: inline-block; vertical-align: middle; line-height: 1.6; }
@media screen and (max-width: 1040px) {
	#gnav .copybox .copy { font-size: 32px;}
	#gnav .copybox .en { font-size: 11px; }
}
@media screen and (max-width: 767px) {
	#gnav { overflow-y: auto; }
	#gnav .navbox { margin: 60px 8%; height: auto; }
	#gnav .mainbox li { font-size: 16px; margin: 0 8px 3px; }
	#gnav .mainbox li a::before { 4px; height: 8px; vertical-align: 1px;}
	#gnav .contactbox>li.tellink{  }
	#gnav .contactbox>li.tellink>svg{ width: 25px; height: 25px; }
	#gnav .contactbox>li.tellink>.tel{ font-size: 18px; }
	#gnav .contactbox>li.maillink{  }
	#gnav .contactbox>li.maillink>svg{ width: 26px; height: 18px; }
	#gnav .contactbox>li.maillink>.mail{ font-size: 18px; }
	
}
@media screen and (max-width: 639px) {
	#gnav .copybox .copy { font-size: 24px;}
}













/*//////////////////


Menubtn


//////////////////*/

#menubtn { display: block; background: transparent; width: 50px; height: 45px; cursor: pointer; z-index: 1002; position: fixed; top: 55px; right: 55px; transition: 0.3s; }
#menubtn a { text-decoration: none; position: relative; display: block; height: 100%; width: 100%; }
#menubtn a .closetxt{ display: none; }
#menubtn a .line { width: 48px; height: 5px; background: #292929; position: absolute; left: 50%; margin-left: -24px; transition: all 0.6s; }
#menubtn a #line1 { top: 15px; }
#menubtn a #line2 { bottom: 15px; }
#menubtn.active{ padding-right: 30px; }
#menubtn.active a .line { width: 24px; }
#menubtn.active a #line1 {
	-webkit-transform:translateY(5px) translateX(0) rotate(45deg);
	transform:translateY(5px) translateX(0) rotate(45deg);
}
#menubtn.active a #line2 { 
	-webkit-transform:translateY(-5px) translateX(0) rotate(-45deg); 
	transform:translateY(-5px) translateX(0) rotate(-45deg);
}
#menubtn.active a .closetxt{ font-size: 14px; position: absolute; left: 30px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; display: flex; align-items: center; }
#header.fixed+#menubtn { top: 35px; }
#menubtn a:hover { color: #292929; }
@media screen and (max-width: 1040px){
	#menubtn { right: 6%; top: 35px; }
	#header.fixed+#gnav #menubtn{ top: 25px; }
}
@media screen and (max-width: 767px){
	#menubtn { top: 18px; }
}









/*//////////////////


Sidebtnbox


//////////////////*/

#sidebtnbox{ position: fixed; top: 130px; right: 0; z-index: 1000; }
#sidebtnbox>ul { margin-bottom: -5px; }
#sidebtnbox>ul>li { margin-bottom: 5px; text-align: right; }
#sidebtnbox>ul>li.mail{  }
#sidebtnbox>ul>li.mail>a { background: #1eaa39; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 140px; height: 140px; text-decoration: none; color: #fff; }
#sidebtnbox>ul>li.mail>a .title{ font-size: 15px; text-align: center; line-height: 1.4; margin: 5px 0 10px; }
#sidebtnbox>ul>li.mail>a .icon{ text-align: center; line-height: 1; }
#sidebtnbox>ul>li.mail>a .icon svg{ width: 36px; height: 24px; transition: 0.3s; }
#sidebtnbox>ul>li.mail>a .icon svg .mail_st0.st0{ transition: 0.3s; fill: #fff; }
#sidebtnbox>ul>li.mail>a:hover{ background: #292929; color: #fff; }
#sidebtnbox>ul>li.mail>a:hover .icon svg { margin-top: -4px; margin-bottom: 4px; }
#sidebtnbox>ul>li#pagetop{  }
#sidebtnbox>ul>li#pagetop>a{ background: #292929; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100px; height: 90px; text-decoration: none; color: #fff; margin-left: auto; }
#sidebtnbox>ul>li#pagetop>a .icon{ text-align: center; line-height: 1.2; }
#sidebtnbox>ul>li#pagetop>a .icon svg{ width: 18px; height: 28px; transition: 0.3s; }
#sidebtnbox>ul>li#pagetop>a .icon svg .pagetop_st0.st0{ transition: 0.3s; fill: #fff; }
#sidebtnbox>ul>li#pagetop>a .title { text-align: center; line-height: 1.4; font-size: 11px; letter-spacing: 0.18em; }
#sidebtnbox>ul>li#pagetop>a:hover { background: #1eaa39; }
#sidebtnbox>ul>li#pagetop>a:hover .icon svg { margin-top: -5px; margin-bottom: 5px; }
@media screen and (max-width: 1040px){
	#sidebtnbox { display: none; }
}













/*//////////////////


Mainv_index


//////////////////*/

#mainv_index{ position: relative; height: calc(100vh - 145px); }
#mainv_index .copybox { color: #fff; display: flex; justify-content: center; align-items: flex-start; padding-left: 14%; position: relative; z-index: 1; flex-direction: column; box-sizing: border-box; width: 100%; height: 100%; }
#mainv_index .copybox .sub { font-weight: bold; font-size: 28px;line-height: 1.6; letter-spacing: 0.14em; text-shadow: 0 0 8px rgba(0,0,0,0.1);}
#mainv_index .copybox .main { font-weight: 900; font-size: 72px; line-height: 1.4; letter-spacing: 0.14em; text-shadow: 0 0 8px rgba(0,0,0,0.1);}
#mainv_index .copybox .en { font-weight: 900; font-size: 28px; padding-top: 40px; margin-top: 40px; position: relative; letter-spacing: 0.3em; }
#mainv_index .copybox .en:before{ content: ""; background: #fff; height: 4px; width: 40px; display: inline-block; position: absolute; top: 0; left: 0; }
#mainv_index .bglist{  position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
#mainv_index .bglist .slidebox{  }
#mainv_index .bglist .slidebox li{ height: calc(100vh - 145px); }
#mainv_index .bglist .slidebox li img{  width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ }
#mainv_index .scrollicon { position: absolute; bottom: 35px; right: 20px; }
#mainv_index .scrollicon .txt { font-size: 11px; display: block; }
#mainv_index .scrollicon .arr { text-align: center; display: block; animation: arrow 1.0s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate; }
#mainv_index .scrollicon .arr img { width: 18px; height: 32px; }
@media screen and (max-width: 1200px){
	#mainv_index .copybox { padding-left: 8%; }
}
@media screen and (max-width: 1040px){
	#mainv_index{ height: 600px; }
	#mainv_index .copybox .sub { font-size: 24px; }
	#mainv_index .copybox .main { font-size: 60px; }
	#mainv_index .copybox .en { font-size: 20px; padding-top: 30px; margin-top: 30px; }
	#mainv_index .bglist .slidebox li { height: 600px; }
}
@media screen and (max-width: 767px){
	#mainv_index{ height: 400px; }
	#mainv_index .bglist .slidebox li { height: 400px; }
	#mainv_index .copybox .sub { font-size: 18px; }
	#mainv_index .copybox .main { font-size: 40px; margin-top: 10px; }
	#mainv_index .copybox .en { font-size: 16px; padding-top: 25px; margin-top: 25px; }
	#mainv_index .copybox .en:before{ height: 2px; width: 30px; }
	#mainv_index .copybox { padding-left: 6%; }
}
@media screen and (max-width: 500px){
	#mainv_index .copybox .sub { font-size: 16px; }
	#mainv_index .copybox .main { font-size: 32px; }
	#mainv_index .copybox .en { font-size: 14px; padding-top: 20px; margin-top: 20px; }
	#mainv_index .scrollicon { position: absolute; bottom: 20px; right: 20px; }
}

@keyframes arrow {
  0% { transform: translate(0, 8px); }
  100% { transform: translate(0, 0); }
}


#topicsbox { display: flex; height: 65px; }
#topicsbox:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
#topicsbox .title { background: #1eaa39; box-sizing: border-box; padding-right: 30px; text-align: right; width: 25%; display: flex; align-items: center; justify-content: flex-end; color: #fff; font-size: 11px; }
#topicsbox .newsbox { padding-left: 30px; box-sizing: border-box; width: 75%; display: flex; flex-direction: row; padding-right: 8%; justify-content: space-between; align-items: center; }
#topicsbox .newsbox .newslist { width: calc(100% - 120px); position:relative; margin-top: -30px; }
#topicsbox .newsbox .newslist>li { position:absolute; top:-34px; left:0; width: 100%;}
#topicsbox .newsbox .newslist._count1>li:nth-child(1){ opacity: 1; top:0; }
#topicsbox .newsbox .newslist._count2>li:nth-child(1){ -webkit-animation:cycle2_1 10s linear infinite; animation:cycle2_1 10s linear infinite; }
#topicsbox .newsbox .newslist._count2>li:nth-child(2){ -webkit-animation:cycle2_2 10s linear infinite; animation:cycle2_2 10s linear infinite; }
#topicsbox .newsbox .newslist._count3>li:nth-child(1){ -webkit-animation:cycle3_1 15s linear infinite; animation:cycle3_1 15s linear infinite; }
#topicsbox .newsbox .newslist._count3>li:nth-child(2){ -webkit-animation:cycle3_2 15s linear infinite; animation:cycle3_2 15s linear infinite; }
#topicsbox .newsbox .newslist._count3>li:nth-child(3){ -webkit-animation:cycle3_3 15s linear infinite; animation:cycle3_3 15s linear infinite; }
#topicsbox .newsbox .newslist>li>dl { display: flex; justify-content: space-between; align-items: center; }
#topicsbox .newsbox .newslist>li>dl>dd { display: inline-block; vertical-align: middle; margin-right: 15px; flex: 1; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#topicsbox .newsbox .newslist>li>dl>dd a { text-decoration: none; }
#topicsbox .newsbox .newslist>li>dl>dd a:hover { text-decoration: underline; }
#topicsbox .newsbox .newslist>li>dl>dt { font-size: 12px; display: inline-block; vertical-align: middle; width: 100px;  }
#topicsbox .link { margin-left: 20px; width: 100px; }
@media screen and (max-width: 1040px){
	#topicsbox { display: block; margin-bottom: 100px; height: auto; margin-top: 100px; }
	#topicsbox .title { width: 100%; padding: 0 6% 20px; justify-content: flex-start; background: none; color: #292929; }
	#topicsbox .newsbox { padding-right: 0; width: 100%; display: block; padding-right: 6%; padding-left: 6%; }
	#topicsbox .newsbox .newslist { width: 100%; margin-top: 0px;}
	#topicsbox .newsbox .newslist>li { position:static; }
	#topicsbox .newsbox .newslist>li:nth-child(1),
	#topicsbox .newsbox .newslist>li:nth-child(2),
	#topicsbox .newsbox .newslist>li:nth-child(3){ -webkit-animation:none!important; animation:none!important; }
	#topicsbox .newsbox .newslist>li>dl { display: block; margin-bottom: 20px; }
	#topicsbox .newsbox .newslist>li>dl>dd { display: block; margin-right:0px; text-overflow: inherit; overflow: auto; white-space:inherit; }
	#topicsbox .newsbox .newslist>li>dl>dt { font-size: 11px; display: block; width: 100%; }
	#topicsbox .link { width: 100%; margin-left: 0; text-align: left; margin-top: 10px; }
}
@media screen and (max-width: 767px){
	#topicsbox { display: block; margin-bottom: 60px; }
	#topicsbox .newsbox .newslist>li>dl>dd a { text-decoration: underline; }
}

@keyframes cycle2_1 {
	0% { top:0px; }
	5% { top:0px; }
	45% { top:0px; opacity:1; z-index:0; }
	50% { top:34px; opacity:0; z-index:0; }
	51% { top:-34px; opacity:0; z-index:-1; }
	90% { top:-34px; opacity:0; z-index:0; }
	95% { top:-34px; opacity:0; }
	100% { top:0px; opacity:1; }
}
@keyframes cycle2_2 {
	0% { top:-34px; opacity:0; z-index:-1; }
	40% { top:-34px; opacity:0; z-index:0; }
	45% { top:-34px; opacity:0; }
	50% { top:0px; opacity:1; }
	55% { top:0px; }
	95% { top:0px; opacity:1; z-index:0; }
	100% { top:34px; opacity:0; z-index:0; }
}
@keyframes cycle3_1 {
	0% { top:0px; }
	5% { top:0px; }
	28% { top:0px; opacity:1; z-index:0; }
	33% { top:34px; opacity:0; z-index:0; }
	34% { top:-34px; opacity:0; z-index:-1; }
	90% { top:-34px; opacity:0; z-index:0; }
	95% { top:-34px; opacity:0; }
	100% { top:0px; opacity:1; }
}
@keyframes cycle3_2 {
	0% { top:0px; opacity:0; z-index:-1; }
	23% { top:-34px; opacity:0; z-index:0; }
	28% { top:-34px; opacity:0; }
	33% { top:0px; opacity:1;}
	37% { top:0px; }
	61% { top:0px; opacity:1; z-index:0; }
	66% { top:34px; opacity:0; z-index:0; }
	67% { top:-34px; opacity:0; z-index:-1; }
	100% { top:0px; opacity:0; z-index:-1; }
}
@keyframes cycle3_3 {
	0% { top:-34px; opacity:0; z-index:-1; }
	56% { top:-34px; opacity:0; z-index:0; }
	61% { top:-34px; opacity:0; }
	66% { top:0px; opacity:1;}
	71% { top:0px; }
	95% { top:0px; opacity:1; z-index:0; }
	99% { top:34px; opacity:0; z-index:0; }
	100% { top:-34px; opacity:0; z-index:-1; }
}






/*//////////////////


Mainv


//////////////////*/

#mainv { height:  calc(20vw + 200px); min-height: 500px; position: relative; display: flex; justify-content: flex-start; align-items: center; }
#mainv .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; /*IE対策*/ z-index: -1; }
#mainv .pagetitle { padding-left: 12% ; }
@media screen and (max-width: 1040px){
	#mainv { height: 400px; min-height: 0; }
}
@media screen and (max-width: 767px){
	#mainv { height: 300px; }
}
@media screen and (max-width: 500px){
	#mainv .pagetitle { padding-left: 8% ; }
}











/*//////////////////


Pankuzu


//////////////////*/

#pankuzu { line-height: 1.4; padding:15px 0; background: #f7f7f7; position: absolute; right: 0; bottom: -26px; }
#pankuzu ol { margin: 0 60px; font-size: 0; }
#pankuzu ol li { display:inline; font-size: 14px; letter-spacing: 0; }
#pankuzu ol li:before { content:"/"; display: inline-block; margin: 0 5px }
#pankuzu ol li:first-child:before { display: none; }
#pankuzu ol li a:hover { opacity: 0.7; transition: 0.3s; }
@media screen and (max-width: 1040px) { 
	#pankuzu{ display: none; }
}






/*//////////////////


Content


//////////////////*/

#main { margin-top: 100px; margin-bottom: 150px; }
#index #main { margin: 0; }
@media screen and (max-width: 767px) { 
	#main { margin-top: 60px; margin-bottom: 60px; }
}















/*//////////////////


Footer


//////////////////*/

/* #sec_contact */
#sec_contact {   }
#sec_contact .titlebox { position: relative; padding: 140px 0 120px; color: #fff; }
#sec_contact .titlebox .bg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;'; display: block; z-index: -1; }
#sec_contact .titlebox .sectitle { position: relative; margin-bottom: 60px; }
#sec_contact .titlebox .sectitle:after { content: ""; background: #fff; width: 40px; height: 4px; display: inline-block; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -30px; }
#sec_contact .titlebox .txt { text-align: center; }
#sec_contact .contactbox { margin: 50px 0 100px; }
#sec_contact .contactbox .title { text-align: center; font-size: 24px; line-height: 1.8; }
#sec_contact .contactbox .linklist { margin-top: 30px; margin-left: -40px; text-align: center; margin-bottom: -5px; }
#sec_contact .contactbox .linklist>li { margin-left: 30px; display: inline-block; vertical-align: middle; margin-bottom: 10px; }
#sec_contact .contactbox .linklist>li.tellink {  }
#sec_contact .contactbox .linklist>li.tellink>svg { width: 32px; height: 32px; margin-right: 5px; display: inline-block; vertical-align: middle; }
#sec_contact .contactbox .linklist>li.tellink>.tel { font-size: 32px; display: inline-block; vertical-align: middle; line-height: 1.6; }
#sec_contact .contactbox .linklist>li.maillink{  }
#sec_contact .contactbox .linklist>li.maillink>svg { width: 36px; height: 24px; display: inline-block; vertical-align: -9px; }
#sec_contact .contactbox .linklist>li.maillink>svg .mail_st0.st0 { fill:#292929; }
#sec_contact .contactbox .linklist>li.maillink>.mail { font-size: 24px; text-decoration: none; display: inline-block; vertical-align: middle; line-height: 1.6; }
#sec_contact .contactbox .txtlist { margin-top: 10px; margin-left: -15px; text-align: center; }
#sec_contact .contactbox .txtlist>li { margin-left: 15px; display: inline-block; vertical-align: middle; }
@media screen and (max-width: 1040px){
	#sec_contact .contactbox .title{ font-size: 20px; }
	#sec_contact .contactbox .linklist>li.tellink>.tel { font-size: 24px; }
	#sec_contact .contactbox .linklist>li.maillink>.mail { font-size: 20px; }
}
@media screen and (max-width: 767px){
	#sec_contact .titlebox { padding: 100px 0 80px; }
	#sec_contact .titlebox .sectitle { margin-bottom: 40px; }
	#sec_contact .titlebox .sectitle:after { width: 30px; height: 2px; bottom: -20px; }
	#sec_contact .contactbox { margin: 50px 0 70px; }
	#sec_contact .contactbox .linklist { margin-top: 20px; }
}
@media screen and (max-width: 639px) { 
	#sec_contact .titlebox .txt { text-align: justify; }
	#sec_contact .titlebox .txt br { display:none; }
}
@media screen and (max-width: 500px) { 
	#sec_contact .titlebox { padding: 70px 0 60px; }
	#sec_contact .contactbox .title { font-size: 16px; }
	#sec_contact .contactbox .linklist>li.tellink>.tel { font-size: 18px; }
	#sec_contact .contactbox .linklist>li.tellink>svg { width: 25px; height: 25px; }
	#sec_contact .contactbox .linklist>li.maillink>.mail { font-size: 18px; }
	#sec_contact .contactbox .linklist>li.maillink>svg { width: 26px; height: 18px; vertical-align: -7px; }
}


/* #sec_recruit */
#sec_recruit { margin-bottom: 100px; }
#sec_recruit a.recruitbtn { text-decoration: none; padding: 80px 8%; display: block; position: relative; transition: 0.6s; }
#sec_recruit a.recruitbtn .sectitle { margin-bottom: 0; }
#sec_recruit a.recruitbtn .sectitle .main { font-size: 24px; }
#sec_recruit a.recruitbtn span.bg { position: absolute; top: 10px; left: 10px; width: 100%; height: 100%; background: #f7f7f7; z-index: -1; transition: 0.6s; }
#sec_recruit a.recruitbtn:hover { color: #292929; text-decoration: none; }
#sec_recruit a.recruitbtn:before,
#sec_recruit a.recruitbtn:after,
#sec_recruit a.recruitbtn>.sectitle:before,
#sec_recruit a.recruitbtn>.sectitle:after{ content: ""; display: inline-block; background: #292929; position: absolute; transition: 0.3s; }
#sec_recruit a.recruitbtn:before,
#sec_recruit a.recruitbtn>.sectitle:before{ width: 1px; height: calc(100% - 5px); }
#sec_recruit a.recruitbtn:after,
#sec_recruit a.recruitbtn>.sectitle:after{ height: 1px; width: calc(100% - 5px); }
#sec_recruit a.recruitbtn:before,
#sec_recruit a.recruitbtn:after{ top: 0; left: 0; }
#sec_recruit a.recruitbtn>.sectitle:before,
#sec_recruit a.recruitbtn>.sectitle:after{ bottom: 0; right: 0; }
#sec_recruit a.recruitbtn:hover:before,
#sec_recruit a.recruitbtn:hover>.sectitle:before { height: 0; }
#sec_recruit a.recruitbtn:hover:after  { width: 0; }
#sec_recruit a.recruitbtn:hover>.sectitle:after { height: 3px; width: 50px; right: calc(50% - 25px); }
#sec_recruit a.recruitbtn:hover span.bg { opacity: 0; } 
@media screen and (max-width: 767px){
	#sec_recruit { margin-bottom: 60px; }
	#sec_recruit a.recruitbtn { padding: 12% 8%; }
}
@media screen and (max-width: 500px){
	#sec_recruit a.recruitbtn .sectitle .main { font-size: 20px; }
}


/* #linkbox */
#linkbox {  }
#linkbox .incnt { text-align: center; margin-bottom: -10px; }
#linkbox .ameblo,
#linkbox .snslist { display: inline-block; margin: 0 10px 10px; vertical-align: middle; }
#linkbox .ameblo .txt { vertical-align: middle; font-weight: bold; }
#linkbox .ameblo .icon { vertical-align: middle; }
#linkbox .ameblo .icon img{ width: 70px; height: 70px; }
#linkbox .snslist .txt { display: inline-block; vertical-align: 0px; font-weight: bold; margin-right: 5px; }
#linkbox .snslist .list { display: inline-block; margin-left: -5px; }
#linkbox .snslist .list>li{ display: inline-block; vertical-align: middle; margin-left: 5px; }
#linkbox .snslist .list>li>a{  }
#linkbox .snslist .list>li>a>svg { width: 40px; transition: 0.3s; }
#linkbox .snslist .list>li>a>svg .st0 { transition: 0.3s; }
#linkbox .snslist .list>li>a:hover>svg .st0 { fill:#1eaa39; }
@media screen and (max-width: 500px) { 
	
}


#footer { margin-top: 60px; background: #f7f7f7; padding-top: 65px; padding-bottom: 75px; }
#footer .inwrap { display: flex; align-items: center; justify-content: space-between; }
#footer .txtbox { display: flex; flex-direction: row; align-items: center; width: 500px; }
#footer .txtbox .logo { margin-right: 25px; }
#footer .txtbox .logo a {  }
#footer .txtbox .logo img { width: 120px; }
#footer .txtbox .address { }
#footer .txtbox .tel{  }
#footer #fnav{ width: calc(100% - 550px) }
#footer #fnav .list { margin-left: -15px; text-align: right; }
#footer #fnav .list>li{ margin-left: 15px; display: inline-block; vertical-align: top; }
#footer #fnav .list>li a { text-decoration: none; }
#footer #fnav .list>li a:hover { text-decoration: underline; }
#cr { text-align: center; padding: 25px 8%; line-height: 1.6; font-size: 15px; }
@media screen and (max-width: 1040px){
	#footer #fnav{ display: none; }
	#footer>.incnt>.inwrap{ display: block; }
	#footer .txtbox{ width: 100%; }
}
@media screen and (max-width: 767px){
	#footer #cr{ padding-bottom: 70px; }
}
@media screen and (max-width: 500px){
	#footer { padding-top: 45px; padding-bottom: 40px; }
	#footer .txtbox { display: block; text-align: center; line-height: 1.8; }
	#footer .txtbox .logo{ margin-right: 0; margin-bottom: 10px; }
	#cr { padding: 20px 8%; font-size: 14px; }
}



