@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');

@font-face {
  font-family: iconfont;
  src: url(assets/iconfont/iconfont.eot?cache=1448520200000);
  src: url(assets/iconfont/iconfont.eot?#iefix&cache=1448520200000) format('eot'), url(assets/iconfont/iconfont.woff?cache=1448520200000) format('woff'), url(assets/iconfont/iconfont.ttf?cache=1448520200000) format('truetype'), url(assets/iconfont/iconfont.svg#iconfont&cache=1448520200000) format('svg')
}

@font-face {
  font-family: 'Novecento Medium';
  font-style: normal;
  font-weight: 500;
  src: url(assets/fonts/Novecento-Medium.eot);
  src: url(assets/fonts/Novecento-Medium.eot?#iefix) format('embedded-opentype'), url(assets/fonts/Novecento-Medium.woff) format('woff'), url(assets/fonts/Novecento-Medium.ttf) format('truetype')
}
/*
Theme Name:国光自動車2023
*/

/*google font
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

  font-family: 'Novecento Medium', sans-serif;
*/


/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{box-sizing: border-box;}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#fff;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

svg:not(:root) {
  overflow: hidden
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  padding: 0
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}
button,
input,
select,
textarea {
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif
}

textarea {
  overflow: auto
}
img{
	vertical-align:bottom;
	max-width: 100%;
}

@media print {
  body {
    padding-top: 0!important;
    min-width: 1025px!important
  }
}

/************** layout base ********************/

.clearfix{
overflow:hidden;
}
.clear:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


a{color:#312604;
	text-decoration:none;
}

a:active,
a:visited {
  color: #312604;
  text-decoration: underline
}

a:focus,
a:hover {
  opacity: .6;
  text-decoration: none
}



sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}
.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}

.txtRed{ color:#e60012;}
.note{ font-size:12px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:60px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:60px !important;}




main{
 overflow: hidden;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;}
.inner{
 box-sizing: content-box;
 max-width: 962px;
 padding: 0 15px;
 margin: 0 auto;
}

@media screen and (min-width: 769px) {
.sp{ display:none;}
	.pcFlex{		
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	}
}/*-PC only-*/
@media screen and (max-width: 768px) {
.pc{ display:none;}

}/*spOnly*/
/************** layout base ********************/
body{
position: relative;
background:#FFFFFF;
font-family:'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 16px;
line-height: 1.2;
letter-spacing: .08em;
font-weight: 300;
text-align:center;
 padding-top: 130px;
}
@media screen and (min-width: 768px) {
 body{
  min-width: 1002px;
 }
}/*-pcOnly-*/
.fontMin{
 font-family:Garamond , "Times New Roman" ,"游明朝" , "Yu Mincho" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,  "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.fontNoto{
 font-family:'Noto Sans JP', "游ゴシック", YuGothic,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fontG{
 font-family:"游ゴシック", YuGothic,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.fontNov{
  font-family: 'Novecento Medium', sans-serif;
}

div,p,dl{
text-align:left;
}

p,dt,dd,li,td,th{
color:#312604;
font-size:16px;
}
h1,h2,h3,h4,h5,h6{
 color:#312604;
	font-size:14px;
 font-weight: 700;
}

@media screen and (max-width: 768px) {
	body{
		font-family: 'Noto Sans JP',Roboto, “Droid Sans”, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	
-webkit-text-size-adjust: 100%;
  padding-top: 48px;
	}
img{
	height: auto;}

p,dt,dd,li,td,th{
font-size:15px;
line-height:1.5;
}
h2{
}
}/*-sp end-*/
/*------------------ list style----------------*/
.numberList{
	padding:0 0 0 18px;	
}
.numberList li{
	list-style:decimal outside;
	padding:0 0 5px 0;
}

.discList{
	padding:0 0 0 18px;
}
.discList li{
	list-style:disc outside;
	padding:0 0 2px 0;
}

.indentList li{
	padding-left:1em;
	text-indent:-1em;
}
.indentList li + li{
	margin-top: 5px;
}

/*****************  head ***********************/
header{
	background: #fff;
 position: fixed;
 top: 0;
 left: 0;
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 width: 100%;
 height: 130px;
 padding: 10px 48px 0 80px;
 z-index: 999;
}
header .logo{
 max-width: 285px;
 padding: 0 0 26px;
}
header .headerImg{
  max-width: 156px;
  margin: 0 auto 0 1.6vw;
 padding: 0 0 26px;
}
header .headerImg a{
  display: block;
	animation: 3s 0s bound ease-in infinite;
}
@keyframes bound {
	79%,
	90%,
	97%,
	100% {
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	85% {
		-webkit-transform: translateY(-16px);
		        transform: translateY(-16px);
	}
	94% {
		-webkit-transform: translateY(-4px);
		        transform: translateY(-4px);
	}
	99% {
		-webkit-transform: translateY(-2px);
		        transform: translateY(-2px);
	}
}

#gNavi{}
@media screen and (min-width: 769px) {
 #gNavi ul{
  display: flex;
  justify-content: flex-end;
 }
 #gNavi .gnav-item a{
  position: relative;
  display: block;
  padding: 10px 28px 26px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.1;
 }
 #gNavi .gnav-item .en {
    display: block;
    margin-top: 6px;
    font-family: 'Novecento Medium', sans-serif;
    font-size: .687rem;
    font-weight: 500;
    color: #629708;
}
 #gNavi .gnav-item--recruit a{
  color: #004ea0;
 }
 #gNavi .sns a{
  margin-left: 30px;
 }
 #service .gnav-item--service a::after,
 #work .gnav-item--work a::after,
 #work-02 .gnav-item--work a::after,
 #work-03 .gnav-item--work a::after,
 #work-04 .gnav-item--work a::after,
 #company .gnav-item--company a::after,
 #recruit .gnav-item--recruit a::after{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -19px;
    display: block;
    content: '';
    width: 37px;
    height: 6px;
    background: #004ea0;
}
}/*-PC only-*/
@media screen and (min-width: 769px) and  (max-width: 1300px){
 header{
 padding: 10px 20px 0 40px;
}
 header .logo{
  width: 24%;
 max-width: 225px;
}
header .headerImg{
  width: 13%;
  max-width: 123px;
}
 #gNavi .gnav-item a{
  padding: 10px 8px 26px;
  font-size: 14px;
 }
 #gNavi .sns a{
  margin-left: 5px;
 }
 #gNavi .sns img{
  width: 20px;
 }
}/*-PC max1300 only-*/

@media screen and (max-width: 768px) {/*----SP header----*/	
header{
 align-items: center;
 height: 58px;
 padding: 0 0 0 5%;
}
header .logo{
 max-width: none;
 padding: 0 0 0;
}
 header .logo img{
  height: 45px;
 }
 header .headerImg{
  max-width: 75px;
  padding: 0 0 0;
 }
 /*header .headerImg img{
  height: 45px;
 }*/

#spMenu{
 position: relative;
 display: flex;
 align-items: flex-end;
 background: #9fca50;
	width:58px;
	height:58px;
 z-index: 1;
}
 #spMenu::before,
 #spMenu span::before,
  #spMenu span::after{
   content: "";
   display: block;
   background: #fff;
   width: calc(100% - 30px );
   height:3px;
   position: absolute;
   top: 20px;
   left: 15px;
   -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
 }
 #spMenu span::before{
  top: 28px;
 }
 #spMenu span::after{
  top: 36px;
 }
 #spMenu span{
  display: block;
  font-size: 10px;
  text-align: center;
 }
 #spMenu.active::before{
  opacity: 0;
 }
 #spMenu.active span::before,
 #spMenu.active span::after{
  top: 28px;
  bottom: 0;
 }
 #spMenu.active span::before{
  -webkit-transform: rotate(45deg);
transform: rotate(45deg);
 }
 #spMenu.active span::after{
  left: auto;
  right: 15px;
  -webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
 }
 #gNavi{
  position: absolute;
  top: -100vh;
  left: 0;
  background:rgba(255,255,255,.7);
  width: 100%;
  /*min-height: calc(100vh - 58px) ;*/
 max-height: calc(100vh - 58px) ;
  padding: 0 0 1px;
 overflow-y: auto;
 opacity: 0;
  -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;
 }
 #gNavi.active{
  height: auto;
 top:58px;
  opacity: 1;
 }
 #gNavi li{
  border-top: 1px #dedede solid;
  background: #fff;
 }
 #gNavi .gnav-item a{
  position: relative;
  display: block;
  padding: 15px 13px;
  font-weight: bold;
  text-align: left;
 }
 .gnav-item a::after{
  content: '\E902';
  color: #8fca2c;
  font-family: iconfont;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -6px;
}
 #gNavi .gnav-item .en{display: none;}
 
 #gNavi .sns{
  padding: 15px 0;
 }
 #gNavi .sns a{
  margin:0 18px;
 }
 
.gnavioverlay{
  position: fixed;
 top: 0;
 left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .7;
  z-index: 290;
}
}/*-SP-*/


/*****************  foot ***********************/
footer{
 position: relative;
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 background:url("assets/img/common/bg_town.png") repeat-x center bottom /auto 65px #8fca2c;
 padding: 35px 156px 146px 85px;
 margin-top: 100px;
}
#top footer{
 margin-top: 0;
}
@media screen and (min-width: 769px) and (max-width: 1300px){
footer{
 padding: 35px 5% 146px 40px;
}
}/*PC ONly*/
@media screen and (min-width: 769px) {
footer::before{
 content: "";
 display: block;
 background: url("assets/img/common/taxi.png") no-repeat left top /100% auto;
 width: 143px;
 height: 106px;
 position: absolute;
 right: 26.8vw;
 bottom: 0;
}
}/*-PC only-*/
footer *{
 color: #fff;
}
footer p{
 font-size: 15px;
}
footer p span{
 display: inline-block;
 white-space: nowrap;
}
.footLogo{
 max-width: 221px;
}
footer .pcFlex{
 flex-wrap: nowrap;
 align-items: flex-end;
}
footer .pcFlex p{
 margin-left: 20px;
 letter-spacing: .05em;
}
footer small{
 display: block;
 margin-top: 16px;
 text-align: right;
 font-size: 11px;
 white-space: nowrap;
}
/*--*/
#pagetop{
	position: fixed;
	right: 50px;
	bottom: 60px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #004ea0;
 width: 90px;
 height: 90px;
 color: #fff;
 font-size: 12px;
 font-family: 'Novecento Medium', sans-serif;
 cursor: pointer;
 z-index: 100;
}
#pagetop::before{
 content: '\E900';
 font-family: iconfont;
 font-size: 10px;
 font-weight: 400;
 color: #fff;
 position: absolute;
 top: 50%;
 margin-top: -2.4em;
}
@media screen and (max-width: 768px) {/*----SP footer----*/	
footer{
 display: block;
 background: #8fca2c;
 padding:20px 10px 18px;
 margin-top: 40px;
}
footer p{
 font-size: .6875rem;
 text-align: center;
}
 footer p span:first-of-type{
  display: block;
 }
footer .pcFlex .footLogo{
 max-width: 200px;
 margin: 0 auto 20px;
}
footer .pcFlex p{
 margin-left: 0px;
}
footer .add{
 margin-top: 10px;
}
 
 footer small{
 margin-top: 10px;
 font-size:.5625rem;
  text-align: center;
 }
/**/
 
#pagetop{
	right: 10px;
	bottom: 20px;
 width: 54px;
 height:54px;
 padding: 5px 0 0;
 font-size: 10px;
 text-align: center;
}
#pagetop::before{
 font-size: 7px;
 top:8px;
 margin-top: 0;
}
}/*-SP-*/
@media screen and (max-width: 600px) {
#pagetop::before{
 font-size:1.4vw;
}
}/*-SP only-*/
/*****************  contents ***********************/




.blog-list .head .label,
.blog-list .head .label:active,
.blog-list .head .label:focus,
.blog-list .head .label:hover,
.blog-list .head .label:link,
.blog-list .head .label:visited,
.sub-category .category-title a,
.sub-category .category-title a:active,
.sub-category .category-title a:focus,
.sub-category .category-title a:hover,
.sub-category .category-title a:link,
.sub-category .category-title a:visited {
  color: #629708;
  text-decoration: none
}


.blank-link {
  padding-right: 20px;
  background: url("assets/img/common/ico_blank.png") right center no-repeat;
  background-size: 13px auto
}

.section-inner {
  margin-right: auto;
  margin-left: auto;
  width: 962px
}

.subpage-header {
  margin-bottom: 50px;
  padding: 70px 0 50px;
  background: #8fca2c;
}
.subpage-header .section-inner {
  display: table
}

@media screen and (max-width:768px) {
  .subpage-header {
    margin-bottom: 40px;
    padding: 35px 0 20px;
    background-size: 20px
  }
  .subpage-header .section-inner {
    display: block
  }
}


.subpage-header .lead,
.subpage-header .title {
  display: table-cell;
  vertical-align: middle;
  height: 90px
}
.section-sub-title,
.subpage-header .lead {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  font-weight: 700
}

.subpage-header .lead {
  line-height: 1.875em;
  letter-spacing: .03em;
  width: 100%;
 padding-bottom: 1rem;
}
.subpage-header .title {
  margin: 0;
  padding: 0 40px 0 0;
  font-size: 2.3125rem;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  letter-spacing: .13em;
  white-space: nowrap
}

.subpage-header .title .large {
  font-size: 2.8125rem
}

.subpage-header .title .en {
  display: block;
  margin-top: 2px;
  font-family: 'Novecento Medium', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  font-weight: 400
}

.ie11 .subpage-header .title .en {
  margin-top: -7px
}
@media screen and (max-width:768px) {
  .subpage-header .lead,
  .subpage-header .title {
    display: block;
    height: auto
  }
  .subpage-header .title {
    font-size: 1.5rem
  }
  .subpage-header .title .large {
    font-size: 1.75rem
  }
  .subpage-header .title .en {
    font-size: .75rem
  }
  .subpage-header .lead {
    margin-top: 15px;
    font-size: .9375rem;
    line-height: 1.75
  }
  .section-inner {
    margin-right: 15px;
    margin-left: 15px;
    width: auto
  }
}

.section-columns:after {
  content: "";
  display: table;
  clear: both
}

.section-main {
  float: left;
  width: 71.3%
}

.section-sub {
  float: right;
  width: 22.7%;
  text-align: left
}

.section-lead {
  margin-top: -10px;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.875
}

.section-lead .caution {
  font-size: .875rem
}

@media screen and (max-width:768px) {
  .section-main,
  .section-sub {
    float: none;
    width: auto
  }
  .section-lead {
    margin-bottom: 20px;
    font-size: .875rem
  }
  .section-lead .caution {
    font-size: .75rem
  }
}

.section-sub-title {
  margin: 0 0 40px;
  font-size: 2.125rem;
  letter-spacing: .02em
}

@media screen and (max-width:768px) {
  .section-sub-title {
    margin: 0 0 20px;
    font-size: 1.125rem
  }
}

/*------------------------------
      TOP
--------------------------------*/
#mv{
 position: relative;
 overflow: hidden;
 text-align: center;
 line-height: 1;
}
#mv .movie{
 position: relative;
 display: block;
 width: 100%;
 height: 41.95vw;
}
#mv .movie video{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
#mv .movie.spsize{
 height: 150vw;
}

.sound{
 position: absolute;
 right: 14.42vw;
 bottom: 3.34vw;
 border-radius: 50%;
 background: url("assets/img/top/sound_on.png") no-repeat center center/ 100% auto;
 width: 77px;
 height: 77px;
 cursor: pointer;
}
.sound.on{
 background: url("assets/img/top/sound_off.png") no-repeat center center/ 100% auto;
}
#mv .movie.spsize .sound{
 right: 3vw;
 bottom: 18vw;
 width: 55px;
 height: 55px;
}
#mv .movie.spsize .sound.on{
}

.endWindow{
 display: none;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.endWindow a{
 position: absolute;
 top: 28.1vw;
 left: 54.53vw;
 display: flex;
 align-items: center;
 border-radius: 3vw;
 /*background: #8fca2c;
 padding: 0 0 0 2vw;*/
 width: 16.95vw;
 height: 4.59vw;
 /*color: #fff;
 font-size: 1.43vw;*/
}
/*.endWindow a::after{ 
    content: '\E902';
    font-family: iconfont;
    font-weight: 400;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.375em;
    margin-top: -0.5em;
    line-height: 100%;
    color: #fff;
}*/
.endWindow a:hover{
 opacity: 1;
}
.spsize + .endWindow a{ 
 top: 124.5vw;
 left:19.0vw;
 border-radius: 8vw;
 padding: 0 0 0 8vw;
 width: 62.2vw;
 height: 16.6vw;
 font-size: 5.2vw;
}
/*----*/
.top-promise {
  padding: 74px 0 60px
}

.top-promise .section-title {
  position: relative;
  margin: 0 0 40px;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  font-size: 2.3125rem;
  line-height: 1;
  letter-spacing: .13em;
  white-space: nowrap
}

.top-promise .section-title .ruby {
  position: absolute;
  top: -.7em;
  left: .6em;
  font-size: .875rem;
  letter-spacing: .05em
}

.top-promise .section-title .large {
  font-size: 2.8125rem
}

.top-promise .section-title .en {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-top: 13px;
  opacity: .7;
  font-family: 'Novecento Medium', sans-serif;
  font-size: .875rem;
  line-height: 1em;
  letter-spacing: .1em;
  font-weight: 400
}

.promise-list .title,
.top-blog .section-title {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif
}

.top-promise .section-title .en:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 3px;
  background-color: #8fca2c
}

@media screen and (max-width:768px) {
  .top-promise .section-title {
    margin-bottom: 25px;
    font-size: 1.5rem
  }
  .top-promise .section-title .ruby {
    font-size: .6875rem;
    top: -.9em;
    left: .3em
  }
  .top-promise .section-title .large {
    font-size: 1.75rem
  }
  .top-promise .section-title .en {
    font-size: .75rem
  }
  .top-promise .section-title .en:before {
    width: 23px;
    height: 4px
  }
  .top-promise {
    padding: 30px 0
  }
}

.promise-list {
 display: flex;
 justify-content: space-between;
  padding: 0;
}


.promise-list .item {
  width: 30.9%;
 background: #f3ffdd;
}

.promise-list .summary {
  margin-bottom: 25px;
  height: 223px;
  background: #8fca2c;
  position: relative;
  text-align: center
}

.promise-list .summary:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 35px solid #629708;
  border-right: 35px solid #fff
}

.promise-list .title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin: -1.8em 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5
}
.promise-list p{
 padding: 0 28px 30px;
 line-height: 2;
}


@media screen and (max-width:768px) {
  .promise-list {
   display: block;
  }
  .promise-list .item {
    width: auto;
    margin: 0 0 25px
  }
  .promise-list .summary {
    margin-bottom: 10px;
    height: auto;
    padding: 26px 10px;
    position: relative
  }
  .promise-list .summary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #629708;
    border-right: 25px solid #fff
  }
  .promise-list .title {
    position: relative;
    top: auto;
    margin: 0;
    font-size: 1.1875rem
  }

  .promise-list .title br {
    display: none
  }
}

.example-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: .08em
}

.example-list li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  position: relative;
  padding-left: 25px
}

.example-list li:before {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 9px;
  top: .7em;
  background: #629708
}

@media screen and (max-width:768px) {
  .example-list {
    font-size: .9375rem;
    line-height: 1.75
  }
  .example-list li {
    padding-left: 15px
  }
  .example-list li:before {
    width: 4px;
    height: 4px;
    left: 4px;
    top: .7em
  }
}

.top-blog {
  padding: 63px 0 78px;
  background-color: #f3ffdd
}

.top-blog .section-inner {
  position: relative
}

.top-blog .section-title {
  position: relative;
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 2.3125rem;
  line-height: 1;
  letter-spacing: .13em;
  white-space: nowrap
}

.top-blog .section-title .ruby {
  position: absolute;
  top: -.7em;
  left: .6em;
  font-size: .875rem;
  letter-spacing: .05em
}

.top-blog .section-title .large {
  font-size: 2.8125rem
}

.top-blog .section-title .en {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-top: 13px;
  opacity: .7;
  font-family: 'Novecento Medium', sans-serif;
  font-size: .875rem;
  line-height: 1em;
  letter-spacing: .1em;
  font-weight: 400
}

.top-blog .section-title .en:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 3px;
  background-color: #8fca2c
}

@media screen and (max-width:768px) {
  .top-blog .section-title {
    margin-bottom: 25px;
    font-size: 1.5rem
  }
  .top-blog .section-title .ruby {
    font-size: .6875rem;
    top: -.9em;
    left: .3em
  }
  .top-blog .section-title .large {
    font-size: 1.75rem
  }
  .top-blog .section-title .en {
    font-size: .75rem
  }
  .top-blog .section-title .en:before {
    width: 23px;
    height: 4px
  }
}

.top-blog .more-nav {
  position: absolute;
  right: 0;
  top: 13px
}

.top-blog .more-nav a {
  display: inline-block;
  padding: .65em 2.5em;
  border-radius: 2.3em;
  line-height: 1;
  background-color: #8fca2c;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  position: relative
}

.ie11 .top-blog .more-nav a {
  padding-top: .78em;
  padding-bottom: .52em
}

.top-blog .more-nav a:after {
  content: '\E902';
 font-family: iconfont;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.46em;
  margin-top: -.5em;
  line-height: 100%;
  font-size: 11px
}

@media screen and (max-width:768px) {
  .top-blog {
    padding: 30px 0
  }
  .top-blog .more-nav {
    top: 10px
  }
  .top-blog .more-nav a {
    font-size: .75rem
  }
}

.column-blog-list {
  margin: 0 -2.4% 0 0;
  padding: 0;
  list-style: none
}

.column-blog-list li {
  margin-left: 0
}

.column-blog-list:after {
  content: "";
  display: table;
  clear: both
}

.column-blog-list .item {
  float: left;
  width: 30.9%;
  margin-right: 2.4%;
  background: #fff
}

.column-blog-list .link {
  position: relative;
  display: block;
  padding: 28px 20px 15px
}

.column-blog-list .link:after {
  content: "";
  display: table;
  clear: both
}

.column-blog-list .new {
  position: absolute;
  right: 6px;
  top: -6px;
  display: inline-block;
  background: #ffdf2f;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1;
  padding: 5px 6px;
  letter-spacing: 0
}

.top-service .lead,
.top-service .section-title {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  letter-spacing: .13em
}

.column-blog-list .new:before {
  position: absolute;
  left: -6px;
  top: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #d9bc1c
}

.column-blog-list .main,
.column-blog-list .sub {
  display: table;
  width: 100%
}

.column-blog-list .sub {
  margin-top: 19px
}

.column-blog-list .sub.is-bottom {
  position: absolute;
  left: 0;
  bottom: 0
}

.column-blog-list .category,
.column-blog-list .date,
.column-blog-list .img,
.column-blog-list .title {
  display: table-cell;
  text-align: left;
  vertical-align: top
}

.column-blog-list .img {
  padding: 0 13px 0 0
}

.column-blog-list .img img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
 max-width: none;
}

.column-blog-list .title {
  margin: 0;
  width: 100%;
  font-size: .9375rem;
  line-height: 1.73;
  font-weight: 400;
  vertical-align: middle
}

.column-blog-list .category,
.column-blog-list .date {
  vertical-align: bottom
}

.column-blog-list .date {
  font-size: .9375rem;
  font-weight: 700;
  white-space: nowrap
}

.column-blog-list .category {
  padding-left: 10px;
  color: #629708;
  font-size: .875rem;
  text-align: right
}

.top-service {
  background: #8fca2c;
}

@media screen and (max-width:768px) {
  .column-blog-list {
    margin-right: 0
  }
  .column-blog-list .item {
    float: none;
    width: auto;
    margin: 0 0 15px
  }
  .column-blog-list .new {
    font-size: .75rem
  }
  .column-blog-list .link {
    height: auto!important;
    padding: 20px 15px 10px
  }
  .column-blog-list .sub {
    margin-top: 10px;
    height: auto!important
  }
  .column-blog-list .img img {
    width: 60px;
    height: auto
  }
  .column-blog-list .title {
    font-size: .875rem;
    line-height: 1.5
  }
  .column-blog-list .category,
  .column-blog-list .date {
    font-size: .8125rem
  }
  .top-service {
    background-position: left bottom;
    background-size: 150% auto
  }
}

.top-service .lead {
  padding: 120px 0 125px;
  background: url("assets/img/top/service_lead_bg.jpg") center bottom no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .5);
  text-align: center;
  line-height: 1.75
}
.top-service .lead.lead2406 {
  background: url("assets/img/top/service_lead_bg24.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 40px 0 160px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.top-service .lead span {
  display: inline-block
}

@media screen and (max-width:768px) {
  .top-service .lead {
    padding: 30px 20px;
    font-size: .9375rem
  }
  
  .top-service .lead.lead2406{
    background-size: 240%;
  padding: 30px 0 30px;
    font-size: 1rem;
  line-height: 1.2;
  }
}

.top-service .section-inner {
  padding: 95px 0 77px;
}

@media screen and (max-width:768px) {
  .top-service .section-inner {
    padding: 30px 0 60px;
    background-position: 80% bottom;
    background-size: 80px auto
  }
}

.top-service .section-title {
  position: relative;
  margin: 0 0 66px;
  font-weight: 700;
  font-size: 2.3125rem;
  line-height: 1;
  white-space: nowrap;
  float: left
}

.top-service .section-title .ruby {
  position: absolute;
  top: -.7em;
  left: .6em;
  font-size: .875rem;
  letter-spacing: .05em
}

.top-service .section-title .large {
  font-size: 2.8125rem
}

.top-service .section-title .en {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-top: 13px;
  font-family: 'Novecento Medium', sans-serif;
  font-size: .875rem;
  line-height: 1em;
  letter-spacing: .1em;
  font-weight: 400;
  opacity: 1;
  color: rgba(255, 255, 255, .86)
}

.service-excellent .button a,
.service-excellent .title,
.service-list .item .title {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif
}

.top-service .section-title .en:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 3px;
  background: #fff!important
}

@media screen and (max-width:768px) {
  .top-service .section-title {
    font-size: 1.5rem;
    float: none;
    margin-bottom: 30px
  }
  .top-service .section-title .ruby {
    font-size: .6875rem;
    top: -.9em;
    left: .3em
  }
  .top-service .section-title .large {
    font-size: 1.75rem
  }
  .top-service .section-title .en {
    font-size: .75rem
  }
  .top-service .section-title .en:before {
    width: 23px;
    height: 4px
  }
}

/*		top-people
-----------------------------*/
#top-people{
	padding-top: 12vw;
	padding-bottom: 40px;
	background: #f7fedf;
}
#top-people h2{
	margin-bottom: 10vw;
	color: #3cb20a;
	font-weight: 700;
		font-size: 5.87vw;
	letter-spacing: 0.08em;
  text-align: center;
}
#top-people h2.subTiBd span{
	display: inline-block;
	background: linear-gradient(transparent 60%, #fff100 60%);
	font-size: 5.87vw;
	letter-spacing: 0.08em;
	font-weight: 700;
	line-height: 1.55;
}
@media screen and (min-width: 769px) {
	#top-people h2.subTiBd span{
		background: linear-gradient(transparent 60%, #fff100 60%);
		font-size: 42px;
		letter-spacing: 0.08em;
		font-weight: 700;
		line-height: 1.2;
	}
}/* //end for PC */

#top-people ul{
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
#top-people li{
	position: relative;
	width: 48%;
	background: #fff;
	margin-bottom: 4vw;
	padding: 6.67vw 4vw 21.6vw;
}
#top-people li h3{
	position: relative;
	margin: 0 -3vw;
    padding-bottom: 2vw;
	font-size: 3.73vw;
	text-align: center;
	letter-spacing: 0.02em;
	font-weight: 600;
}
#top-people li h3::before,
#top-people li h3::after{
	position: absolute;	
 bottom: 0;
	content: "";
	display: block;
	width: 3px;
	height: 12vw;
	background: #3cb20a;
}
#top-people li h3::before{
	left: 3vw;
	transform: rotate(-20deg);
}
#top-people li h3::after{
	right: 3vw;
	transform: rotate(20deg);
}
#top-people li figure{
	margin: 5.33vw auto 4.67vw;
}
#top-people li .peopleInfo{
	position: absolute;
	display: block;
	left: 4vw;
	right: 4vw;
	top: calc(100% - 17vw);
	font-size: 3.73vw;
}
#top-people .btn{
	margin-top: calc(40px - 4vw);
}
@media screen and (min-width: 769px) {
	#top-people{
		padding-top: 75px;
		padding-bottom: 60px;
	}
	#top-people h2{
		margin-bottom: 80px;
		font-size: 42px;
	}
 #top-people ul.spOnly{display: none;}
	#top-people li{
		width: 30.8%;
		padding: 50px 30px 80px;
		margin-bottom: 38px;
	}
	#top-people li h3{
		margin: 0 -15px;
		padding-bottom: 0px;
		font-size: 18px;
		line-height: 1.67;
	}
	#top-people li h3::before,
	#top-people li h3::after{
  bottom: auto;
 top: 5px;
		width: 3px;
		height: 76px;
	}
	#top-people li h3::before{
		left: 15px;
		transform: rotate(-20deg);
	}
	#top-people li h3::after{
		right: 15px;
		transform: rotate(20deg);
	}
	#top-people li figure{
		margin: 30px auto 10px;
	}
	#top-people li .peopleInfo{
		left: 30px;
		right: 30px;
		top: calc(100% - 60px);
		width: calc(100% - 60px);
		text-align: right;
		font-size: 14px;
	}
#top-people .btn{
	margin-top: 40px;
}
}/* //end for PC */
@media screen and (max-width: 768px) {
	#top-people li h3{
		line-height: 1.43;
	}
 #top-people ul.spOnly{ 
	margin-top: 40px;
  }
  #top-people ul.pcOnly{display: none;}
}


.service-excellent {
  position: relative;
  float: right;
  width: 380px;
  margin-top: -26px;
  text-align: center
}

.service-excellent:after,
.service-excellent:before {
  position: absolute;
  top: 0;
  content: '';
  width: 35px;
  height: 115px;
  background: left top no-repeat;
  background-size: 35px auto
}

.service-excellent:before {
  left: 0;
  background-image: url("assets/img/common/bg_crown_l.png")
}

.service-excellent:after {
  right: 0;
  background-image: url("assets/img/common/bg_crown_r.png")
}

.service-excellent .title {
  margin: -3px 0 12px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .05em
}

.ie11 .service-excellent .title {
  font-weight: 700
}

.service-excellent .title span {
  font-size: 1.625rem;
  line-height: 1
}
.service-excellent .button{
 text-align: center;
}
.service-excellent .button a {
  padding: .65em 2.5em;
  border-radius: 2.3em;
  line-height: 1;
  background-color: #f3ffdd;
  font-weight: 700;
  color: #629708;
  text-decoration: none;
  position: relative;
  display: inline-block
}

.ie11 .service-excellent .button a {
  padding-top: .78em;
  padding-bottom: .52em
}

.service-excellent .button a:after {
  content: '\E902';
 font-family: iconfont;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.46em;
  margin-top: -.5em;
  line-height: 100%;
  font-size: 11px
}

@media screen and (max-width:768px) {
  .service-excellent {
    float: none;
    width: auto;
    max-width: 20em;
    margin: 0 auto 30px
  }
  .service-excellent:after,
  .service-excellent:before {
    width: 35px;
    height: 100px;
    background-size: auto 100%
  }
  .service-excellent .title {
    margin: 0 0 10px;
    padding-top: 3px;
    font-size: .875rem
  }
  .service-excellent .title span {
    font-size: 1.25rem
  }
  .service-excellent .button a {
    font-size: .75rem
  }
}

.service-list {
  clear: both;
  margin: 0 -20px 0 0;
  padding: 0;
  list-style: none
}

.service-list li {
  margin-left: 0
}

.service-list:after {
  content: "";
  display: table;
  clear: both
}

.service-list .item {
  position: relative;
  float: left;
  width: 224px;
  margin-right: 20px
}

.service-list .item:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 224px;
  height: 224px;
  background: #fff;
  border-radius: 50%
}

.service-list .item .link {
  position: relative;
  z-index: 2;
  display: block;
  height: 224px
}

.service-list .item .link,
.service-list .item .link:active,
.service-list .item .link:focus,
.service-list .item .link:hover,
.service-list .item .link:link,
.service-list .item .link:visited {
  color: #312604;
  text-decoration: none
}

.service-list .item .title {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -.75em 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  width: 100%;
  padding-right: 0;
  text-align: center
}

.service-list .item .title span {
  display: block;
  font-size: 1rem
}

.service-list .item .title:before {
  content: '\E902';
 font-family: iconfont;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  line-height: 1;
  color: #629708
}

.service-list .item .number {
  position: absolute;
  right: -10px;
  bottom: 8px;
  color: #b1ce80;
  font-size: 1.375rem;
  font-family: 'Novecento Medium', sans-serif;
  line-height: 1;
  letter-spacing: .05em
}

.service-list .item .number span {
  margin-left: 5px;
  color: #629708;
  font-size: 4.6875rem;
  font-weight: 700;
  line-height: 1
}

.recruit-banner .banner .link,
.recruit-banner .banner .link:active,
.recruit-banner .banner .link:focus,
.recruit-banner .banner .link:hover,
.recruit-banner .banner .link:link,
.recruit-banner .banner .link:visited,
.top-recruit .banner .link,
.top-recruit .banner .link:active,
.top-recruit .banner .link:focus,
.top-recruit .banner .link:hover,
.top-recruit .banner .link:link,
.top-recruit .banner .link:visited,
.work-nav .link,
.work-nav .link:active,
.work-nav .link:focus,
.work-nav .link:hover,
.work-nav .link:link,
.work-nav .link:visited {
  color: #312604;
  text-decoration: none
}

.service-list .item--service01 .title {
  font-size: 1.875rem
}

.service-list .item--service02 .title {
  margin-top: -1.25em
}

@media screen and (max-width:768px) {
  .service-list {
    margin: 0 -10px
  }
  .service-list .item {
    width: 50%;
    margin: 0 0 15px;
    text-align: center
  }
  .service-list .item:after {
    width: 136px;
    height: 136px;
    left: 50%;
    margin-left: -68px
  }
  .service-list .item .link {
    width: 136px;
    height: 136px;
    margin: 0 auto
  }
  .service-list .item .title {
    font-size: 1.0625rem
  }
  .service-list .item .title span {
    font-size: .6875rem
  }
  .service-list .item .title:before {
    right: 6px;
    margin-top: -5px;
    font-size: 10px
  }
  .service-list .item .number {
    right: 0;
    font-size: .875rem
  }
  .service-list .item .number span {
    font-size: 2.25rem
  }
  .service-list .item--service01 .title {
    font-size: 1.25rem
  }
}

.top-work {
  padding: 95px 0 70px
}

.top-work.pTop80{
	padding-top: 31px
}

.top-work .section-title {
  position: relative;
  margin: 5px 40px 65px 0;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  font-size: 2.3125rem;
  line-height: 1;
  letter-spacing: .13em;
  white-space: nowrap;
  float: left
}

.top-work .section-title .ruby {
  position: absolute;
  top: -.7em;
  left: .6em;
  font-size: .875rem;
  letter-spacing: .05em
}

.top-work .section-title .large {
  font-size: 2.8125rem
}

.top-work .section-title .en {
  position: relative;
  display: block;
  margin-top: 12px;
  padding-top: 13px;
  opacity: .7;
  font-family: 'Novecento Medium', sans-serif;
  font-size: .875rem;
  line-height: 1em;
  letter-spacing: .1em;
  font-weight: 400
}

.top-work .section-title .en:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 3px;
  background: #ffdf2f
}

.work-nav .link:after,
.work-nav:after {
  content: "";
  clear: both
}

.top-work .lead {
  overflow: hidden;
  letter-spacing: .05em;
  line-height: 2;
  font-weight: 500
}

.top-work .work-support {
  margin-top: 49px
}

@media screen and (max-width:768px) {
  .top-work .section-title {
    margin-bottom: 25px;
    font-size: 1.5rem;
    float: none;
    margin-top: 0;
    margin-right: 0
  }
  .top-work .section-title .ruby {
    font-size: .6875rem;
    top: -.9em;
    left: .3em
  }
  .top-work .section-title .large {
    font-size: 1.75rem
  }
  .top-work .section-title .en {
    font-size: .75rem
  }
  .top-work .section-title .en:before {
    width: 23px;
    height: 4px
  }
  .top-work {
    padding: 30px 0 15px
  }
  .top-work .lead {
    margin-bottom: 20px;
    font-size: .9375rem;
    line-height: 1.75
  }
  .top-work .work-support {
    margin-top: 15px
  }
}

.work-nav {
  clear: both;
  margin-right: -2.5%
}

.work-nav:after {
  display: table
}

.work-nav .item {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
  margin-bottom: 19px;
  background: #fdf4b0
}

.work-nav .item--nav01 .title {
  font-size: 1.8125rem;
  letter-spacing: 0
}

.work-nav .item--nav04 {
  background: #fae236
}

.work-nav .item--nav04 .link {
  background: 0 0
}

.work-nav .item--nav04 .img {
  padding: 54px 15px 0 0;
  width: 107px;
  height: 143px;
  text-align: right
}

.work-nav .item--nav04 .img img {
  width: 68px;
  height: auto
}

.work-nav .item--nav04 .title {
  margin: 10px 0 15px;
  font-size: 2.4375rem
}

.work-nav .item--nav04 .title span {
  font-size: 1.8125rem
}

.work-nav .link {
  display: block;
  padding: 20px 20px 39px;
  background: linear-gradient(#fae236 60px, transparent 60px)
}

.work-nav .link:after {
  display: table
}

.work-nav .img {
  float: right;
  margin-left: 10px
}

.work-nav .text {
  overflow: hidden
}

.work-nav .title {
  margin: 18px 0 20px;
  font-size: 1.875rem;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  font-weight: 700
}

.work-nav .title span {
  font-size: 1.5rem
}

.work-nav .desc {
  margin: 0;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.75
}

@media screen and (max-width:768px) {
  .work-nav {
    margin-right: 0
  }
  .work-nav .item {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 15px
  }
  .work-nav .item--nav01 .title {
    font-size: 1.0625rem
  }
  .work-nav .item--nav04 .img {
    padding: 20px 10px 0 0;
    width: 50px;
    height: auto
  }
  .work-nav .item--nav04 .img img {
    width: 50px
  }
  .work-nav .item--nav04 .title {
    margin: 0 0 10px;
    font-size: 1.25rem
  }
  .work-nav .item--nav04 .title span {
    font-size: .875rem
  }
  .work-nav .link {
    padding: 15px;
    background: linear-gradient(#fae236 30px, transparent 30px)
  }
  .work-nav .img {
    width: 25%;
    margin-left: 15px
  }
  .work-nav .img img {
    width: 100%;
    height: auto
  }
  .work-nav .text {
    overflow: hidden
  }
  .work-nav .title {
    margin: 0 0 10px;
    font-size: 1.125rem
  }
  .work-nav .title span {
    font-size: .875rem
  }
  .work-nav .desc {
    font-size: .8125rem
  }
}

.work-support {
  margin-top: 70px;
  background: url("assets/img/common/bg_slash_blue.png") repeat left top;
 padding: 30px 48px 35px;
}
.work-support .inner {
 position: relative;
  background: #fff;
  padding: 30px 40px 45px 45px;
 text-align: center;
}
.work-support .inner::before,
.work-support .inner::after{
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
}
.work-support .inner::before{
 background: url("assets/img/top/work_pct01.png") no-repeat left top/auto 100% ;
 width: 128px;
 height: 171px;
 left: 40px;
}
.work-support .inner::after{
 background: url("assets/img/top/work_pct02.png") no-repeat left top/auto 100% ;
 width: 132px;
 height: 172px;
 right: 44px;
}

.work-support .title {
  margin: 0 0 12px;
  font-size: 1.875rem;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.6
}

.work-support .title span {
  position: relative;
  display: inline-block;
  font-size: 1.375rem
}

.work-support .title span:after,
.work-support .title span:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 13px;
  height: 18px;
  top: 3px;
  background: left top no-repeat;
  background-size: 13px auto
}

.work-support .title span:before {
  background-image: url("assets/img/common/ico_slash_l.png");
  margin-right: 10px
}
.work-support .title span:after {
  background-image: url("assets/img/common/ico_slash_r.png");
  margin-left: 10px
}

.work-support p {
 max-width: 455px;
  margin: 0 auto;
  font-size: .9375rem;
  line-height: 1.75;
  letter-spacing: .08em;
 text-align: left;
}

.work-section .work-support {
  margin-top: 0
}

@media screen and (max-width:768px) {
  .work-support {
    margin-top: 30px;
    background-size: 20px auto;
   padding: 18px 18px 20px
  }
  .work-support .inner {
    padding:25px 20px;
  }
.work-support .inner::before{
 display: none;
 width: 60px;
 height: 81px;
 left: -10px;
}
.work-support .inner::after{
 display: none;
 width: 60px;
 height: 80px;
 right: -10px;
}
  .work-support .title {
    margin: 0 -5px 15px 0;
    font-size: 1.125rem
  }
  .work-support .title span {
    font-size: .8125rem;
    margin-right: 5px
  }
  .work-support .title span:after,
  .work-support .title span:before {
    width: 10px;
    height: 15px;
    top: 3px;
    background-size: 10px auto
  }
  .work-support p {
    font-size: .9375rem;
    line-height: 1.5
  }
  .work-section .work-support {
    margin-top: 0
  }
}

.work-followup {
  margin: 60px -2.4% 0 0;
}

.work-followup .item {
  position: relative;
  width: 31.6%;
 margin-top: 62px;
 background: #fae236;
}
.work-followup .item::before{
 content: "";
 display: block;
 border-radius: 10px;
 background: #fff;
 width: calc(100% - 20px);
 height: calc(100% - 32px);
 position: absolute;
 left: 10px;
 top: 16px;
}

.work-followup .number {
 position: absolute;
 bottom: 100%;
 left: 0;
 width: 100%;
  text-align: center
}
.work-followup .number img {
  width: 123px;
  height: auto
}

.work-followup .text {
 position: relative;
  padding:55px 32px;
  text-align: justify
}
.work-followup .text *{
 position: relative;
}

.work-followup .title {
 position: relative;
 padding: 0 0 26px;
 margin: 0 0 25px;
 font-size: 1.312rem;
 letter-spacing: 0.04em;
 text-align: center;
 line-height: 1.5;
}
.work-followup .title::after {
  content: '';
  width: 29px;
  height: 5px;
  background: #312604;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px
}

.work-followup p {
  font-size: .9375rem;
  line-height: 2;
}
.work-followup p span{
 font-size: 0.812rem;
}

@media screen and (max-width:768px) {
  .work-followup {
    margin: 40px 0 0
  }
  .work-followup .section-title {
    margin-bottom: 60px
  }
  .work-followup .item {
    width: auto;
    margin: 55px 0 15px;
    padding: 10px
  }
  .work-followup .item:last-child {
    margin-bottom: 0
  }
  .work-followup .number img {
    width: 80px
  }
  .work-followup .text {
    margin: 0;
    padding: 20px 15px
  }
  .work-followup .title {
   margin-bottom: 20px;
   padding: 0 0 15px;
    font-size: 1.125rem
  }
 .work-followup .title::after {
    height: 4px
  }
  .work-followup p {
    font-size: .875rem;
    line-height: 1.75
  }
}

@media screen and (min-width:0px) and (max-width:350px) {
  .work-followup .section-title {
    font-size: 1.1875rem;
    letter-spacing: .05em
  }
}


.recruit-banner .banner .button span,
.recruit-banner .banner .title,
.top-recruit .banner .button span,
.top-recruit .banner .title {
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  font-weight: 700
}
.recruit-banner .banner,
.top-recruit .banner {
  background: #fae236
}

.recruit-banner .banner .link,
.top-recruit .banner .link {
  display: table;
  width: 100%
}

.recruit-banner .banner .button,
.recruit-banner .banner .title,
.top-recruit .banner .button,
.top-recruit .banner .title {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 35px 0
}

.recruit-banner .banner .title,
.top-recruit .banner .title {
  padding-left: 144px;
  background: url("assets/img/common/bnr_handle.png") 46px center no-repeat;
  background-size: 86px auto;
  font-size: 2.5rem;
  letter-spacing: .025em;
  text-align: left;
  line-height: 1.25
}

.ie11 .recruit-banner .banner .title,
.ie11 .top-recruit .banner .title {
  padding-top: 54px;
  padding-bottom: 34px
}

.recruit-banner .banner .button,
.top-recruit .banner .button {
  padding-right: 90px;
  text-align: right
}

.recruit-banner .banner .button span,
.top-recruit .banner .button span {
  font-size: 1rem;
  padding: 1.15em 3em;
  border-radius: 3.3em;
  line-height: 1;
  background-color: #fff;
  color: #312604;
  text-decoration: none;
  position: relative;
  letter-spacing: .05em;
  display: inline-block
}

.ie11 .recruit-banner .banner .button span,
.ie11 .top-recruit .banner .button span {
  padding-top: 1.38em;
  padding-bottom: .92em
}

.recruit-banner .banner .button span:after,
.top-recruit .banner .button span:after {
  content: '\E902';
 font-family: iconfont;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.46em;
  margin-top: -.5em;
  line-height: 100%;
  color: #fb9d38
}

@media screen and (max-width:768px) {
  .recruit-banner .banner .link,
  .top-recruit .banner .link {
    display: block;
    padding: 5px 15px 15px
  }
  .recruit-banner .banner .button,
  .recruit-banner .banner .title,
  .top-recruit .banner .button,
  .top-recruit .banner .title {
    display: block;
    padding: 0
  }
  .recruit-banner .banner .title,
  .top-recruit .banner .title {
    padding: 13px 0 10px 55px;
    background-position: left center;
    background-size: 42px auto;
    font-size: 1.25rem
  }
  .recruit-banner .banner .button,
  .top-recruit .banner .button {
    margin-top: -3px;
    text-align: center
  }
  .recruit-banner .banner .button span,
  .top-recruit .banner .button span {
    display: inline-block;
    padding: .65em 2.5em;
    border-radius: 2.3em;
    line-height: 1;
    background-color: #fff;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
    font-weight: 700;
    color: #312604;
    text-decoration: none;
    position: relative;
    font-size: .75rem
  }
  .ie11 .recruit-banner .banner .button span,
  .ie11 .top-recruit .banner .button span {
    padding-top: .78em;
    padding-bottom: .52em
  }
  .recruit-banner .banner .button span:after,
  .top-recruit .banner .button span:after {
    content: '\E902';
 font-family: iconfont;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.46em;
    margin-top: -.5em;
    line-height: 100%;
    font-size: 11px
  }
  .recruit-banner#js-top-recruit-clone,
  .top-recruit#js-top-recruit-clone {
    padding: 30px 0
  }
}

.recruit-banner .banner:before,
.top-recruit .banner:before {
  content: '';
  right: 0;
  width: 0;
  height: 0;
  top: 0
}

@media screen and (min-width:0px) and (max-width:350px) {
  .recruit-banner .banner .title,
  .top-recruit .banner .title {
    font-size: 1.125rem
  }
}

.top-recruit {
  padding: 78px 0;
  background: #f3f3f4
}

.top-recruit .banner {
  position: relative
}

.top-recruit .banner:before {
  position: absolute;
  border-bottom: 58px solid #fdf4b0;
  border-right: 58px solid #f3f3f4
}

@media screen and (max-width:768px) {
  .top-recruit {
    padding: 30px 0
  }
  .top-recruit:last-child {
    padding-bottom: 40px
  }
  .top-recruit .banner {
    position: relative
  }
  .top-recruit .banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 24px solid #fdf4b0;
    border-right: 24px solid #f3f3f4
  }
}

.recruit-banner {
  padding: 78px 0
}

@media screen and (max-width:768px) {
  .recruit-banner {
    padding: 30px 0
  }
}

.subpage-header+.recruit-banner {
  padding-top: 0
}

.recruit-banner:last-child {
  padding-bottom: 0
}

.recruit-banner .banner {
  position: relative
}

.recruit-banner .banner:before {
  position: absolute;
  border-bottom: 58px solid #fbe6d0;
  border-right: 58px solid #fff
}

@media screen and (max-width:768px) {
  .recruit-banner .banner {
    position: relative
  }
  .recruit-banner .banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 24px solid #fbe6d0;
    border-right: 24px solid #fff
  }
}
/*add*/

.recruit-banner .banner .button,
.top-recruit .banner .button {
  width: 295px;
}

.recruit-banner .banner .button span,
.top-recruit .banner .button span,
.recruit-banner .banner .button a,
.top-recruit .banner .button a {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.recruit-banner .banner .button span:last-child,
.top-recruit .banner .button span:last-child,
.recruit-banner .banner .button a:last-child,
.top-recruit .banner .button a:last-child {
  margin-bottom: 0;
}

.recruit-banner .banner .button a,
.top-recruit .banner .button a {
  font-size: 1rem;
  padding: 1.15em 3em;
  border-radius: 3.3em;
  line-height: 1;
  background-color: #fff;
  color: #312604;
  text-decoration: none;
  position: relative;
  letter-spacing: .05em;
  display: block;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}
.recruit-banner .banner .button a:after,
.top-recruit .banner .button a:after {
  content: '\E902';
  font-family: iconfont;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.46em;
  margin-top: -0.5em;
  line-height: 100%;
  color: #312604;
}

@media screen and (max-width: 768px) {
  .recruit-banner .banner .button,
  .top-recruit .banner .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    width: 100%;
  }

  .recruit-banner .banner .button span,
  .top-recruit .banner .button span,
  .recruit-banner .banner .button a,
  .top-recruit .banner .button a {
    flex: 1;
    margin-bottom: 0;
    max-width: 145px;
    width: auto;
  }

  .recruit-banner .banner .button a,
  .top-recruit .banner .button a {
    display: inline-block;
    padding: 0.65em 2.5em;
    border-radius: 2.3em;
    line-height: 1;
    background-color: #fff;
    font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
    font-weight: 700;
    color: #312604;
    text-decoration: none;
    position: relative;
    font-size: .75rem;
  }
  .recruit-banner .banner .button a:after,
  .top-recruit .banner .button a:after {
    content: '\E902';
 font-family: iconfont;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.46em;
    margin-top: -0.5em;
    line-height: 100%;
    font-size: 11px;
  }
}

.banner.btns{
 display: table;
 width: 100%;
}
.banner.btns .button a{
 padding: 1.15em 2.2em;
 text-align: center;
}
@media screen and (min-width: 769px) {
 .banner.btns .button a.sp{
  display: none;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {
.banner.btns{
 padding: 5px 15px 15px;
}
 
.banner.btns .button a{
 padding: 0.65em 2.2em;
} 
 .banner.btns .button a.pc{
  display: none;
 }
}


/*----------------*/



/**----------------
        blog
--------------------**/

#debug_design_overlay {
  display: block;
  display: none;
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999998;
  width: 100%;
  overflow: hidden;
  pointer-events: none
}

#debug_design_overlay img {
  display: block;
  margin: 0 auto
}

.adjacent-nav .item--next a:after,
.adjacent-nav .item--next span:after,
.adjacent-nav .item--prev a:before,
.adjacent-nav .item--prev span:before,
.sub-category .category-title a:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:before {
  font-family: iconfont;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  speak: none
}

.page-blog .subpage-header {
  margin-bottom: 80px
}

.page-blog .section-inner {
  width: 1032px
}

@media screen and (max-width:768px) {
  .page-blog .subpage-header {
    margin-bottom: 30px
  }
  .page-blog .section-inner {
    width: auto
  }
}

.blog-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.blog-list li {
  margin-left: 0
}

.blog-list .item {
  margin-bottom: 70px
}

.blog-list .link {
  display: block
}

.blog-list .link,
.blog-list .link:active,
.blog-list .link:focus,
.blog-list .link:hover,
.blog-list .link:link,
.blog-list .link:visited {
  text-decoration: none
}

.blog-list .head {
  display: table;
  width: 100%;
  background: #f0fcdb;
  vertical-align: baseline;
  margin-bottom: 25px
}

.blog-list .head .category,
.blog-list .head .date {
  display: table-cell;
  padding: 7px;
  vertical-align: middle
}

.blog-list .head .date {
  width: 8em;
  padding-left: 15px;
  font-size: 1.125rem;
  font-weight: 700
}

.blog-list .head .category {
  text-align: right
}

.blog-list .head .label {
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
  border-radius: 3px;
  font-size: .9375rem;
  font-weight: 500;
  text-align: left
}

@media screen and (max-width:768px) {
  .blog-list .head .category,
  .blog-list .head .date {
    padding: 5px
  }
  .blog-list .head .date {
    padding-left: 10px;
    font-size: .875rem
  }
  .blog-list .head .label {
    font-size: .75rem;
    padding: 3px 6px
  }
}

.blog-list .title {
  margin: 0 12px 15px;
  font-size: 1.125rem;
  font-weight: 700
}

.blog-list .excerpt {
  margin: 0 12px;
  font-size: 1rem
}

.sub-category {
  padding: 0;
  border-top: solid 3px #8fca2c
}

@media screen and (max-width:768px) {
  .blog-list .item {
    margin-bottom: 35px
  }
  .blog-list .head {
    margin-bottom: 15px
  }
  .blog-list .title {
    margin: 0 10px 10px;
    font-size: 1rem
  }
  .blog-list .excerpt {
    margin: 0 10px;
    font-size: .875rem
  }
  .sub-category {
    border-top-width: 2px;
    margin: 0 -15px;
    padding: 20px 15px
  }
}

.sub-category .category-title {
 position: relative;
 padding: 15px 45px 16px 0;
 color: #538401;
  font-size: .9375rem;
  font-weight: 500;
 line-height: 1.3;
 cursor: pointer;
}

.sub-category .category-title a {
  position: relative;
  display: block;
  padding-right: 50px
}

.sub-category .category-title::after{
  content: '\E901';
 font-family: iconfont;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  color: #312604;
  font-size: 10px;
  line-height: 1
}
.sub-category .category-title.active::after{
 content: '\E900';
}

@media screen and (max-width:768px) {
  .sub-category {
    border-top: none;
    padding: 0 15px
  }
  .sub-category:first-child {
    border-top: solid 2px #8fca2c;
    padding-top: 20px
  }
  .sub-category:first-child:before {
    content: 'カテゴリ一覧';
    display: block;
    margin-bottom: 10px;
    font-size: .9375rem;
    font-weight: 700
  }
  .sub-category .category-title {
    margin: 5px 0 0;
    font-size: .875rem;
    font-weight: 300
  }
  .sub-category .category-title a {
    display: inline;
    padding-right: 0
  }
  .sub-category .category-title a,
  .sub-category .category-title a:active,
  .sub-category .category-title a:focus,
  .sub-category .category-title a:hover,
  .sub-category .category-title a:link,
  .sub-category .category-title a:visited {
    color: #312604;
    text-decoration: none
  }
}

.category-blog-list {
 padding: 0 0 45px;
}

.category-blog-list li {
  margin-left: 0
}

.category-blog-list .item {
  margin-top: 15px
}

.category-blog-list .link {
  display: block
}

.category-blog-list .link,
.category-blog-list .link:active,
.category-blog-list .link:focus,
.category-blog-list .link:hover,
.category-blog-list .link:link,
.category-blog-list .link:visited {
  text-decoration: none
}

.category-blog-list .date {
  margin-bottom: .2em;
  font-size: .9375rem;
  font-weight: 500
}

.category-blog-list .title {
  margin: 0;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.46
}

.sub-archive {
  padding: 15px 0 45px;
  border-top: solid 3px #8fca2c
}

@media screen and (max-width:768px) {
  .category-blog-list {
    display: none
  }
  .sub-archive {
    border-top-width: 2px;
    margin: 0 -15px;
    padding: 20px 15px
  }
}

.sub-archive .archive-title {
  margin: 0 0 20px;
  font-size: .9375rem;
  font-weight: 700
}
.sub-archive .archive-sub-title {
 border-top: 3px #def7b1 solid;
 position: relative;
 padding: 18px 0;
 font-size: 0.937rem;
 font-weight: 400;
 cursor: pointer;
}
.sub-archive .archive-sub-title::after{
  content: '\E901';
 font-family: iconfont;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  color: #312604;
  font-size: 10px;
  line-height: 1
}
.sub-archive .archive-sub-title.active::after{
 content: '\E900';
}

.sub-archive .archive-list {
 margin-top: -5px;
 padding: 0 0 16px;
}

.sub-archive .archive-list li {
  margin-top: 8px;
 font-size: 0.937rem;
}

.sub-archive .archive-list a,
.sub-archive .archive-list a:active,
.sub-archive .archive-list a:focus,
.sub-archive .archive-list a:hover,
.sub-archive .archive-list a:link,
.sub-archive .archive-list a:visited {
  text-decoration: none
}

@media screen and (max-width:768px) {
  .sub-archive {
    margin-top: 20px;
    margin-bottom: -10px;
    padding-bottom: 0
  }
  .sub-archive .archive-title {
    margin-bottom: 10px
  }
  .sub-archive .archive-list {
    font-size: .875rem
  }
  .sub-archive .archive-list li {
    margin-top: 5px
  }
}

.wp-pagenavi {
  margin: 28px 0;
  text-align: center
}

.wp-pagenavi a,
.wp-pagenavi a:active,
.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.wp-pagenavi a:link,
.wp-pagenavi a:visited {
  text-decoration: none
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.2em;
  text-align: center;
  font-size: 1rem;
  color: #312604;
  border: 1px solid #666;
  border-radius: 4px;
  margin: 0 7px 7px
}

.wp-pagenavi .current {
  border-color: #629708;
  background: #629708;
  color: #fff
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  height: 2.4em;
  line-height: 2.4em
}

.wp-pagenavi .nextpostslink.disabled,
.wp-pagenavi .previouspostslink.disabled {
  color: #c3c2c2
}

.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:before {
  font-size: 1rem;
  position: absolute;
  top: 0
}

.wp-pagenavi .previouspostslink {
  margin-right: 15px
}

.wp-pagenavi .previouspostslink:before {
  content: '\EA01';
  right: 0
}

.wp-pagenavi .nextpostslink {
  margin-left: 15px
}

.wp-pagenavi .nextpostslink:before {
  content: '\EA02';
  left: 0
}

@media screen and (max-width:768px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page {
    font-size: .8125rem;
    margin: 0 4px 8px
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: .8125rem
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 5px
  }
  .wp-pagenavi .previouspostslink:before {
    content: '\EA01'
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 5px
  }
  .wp-pagenavi .nextpostslink:before {
    content: '\EA02'
  }
}

.blog-article .head {
  display: table;
  width: 100%;
  background: #f0fcdb;
  vertical-align: baseline;
  margin-bottom: 40px
}

.adjacent-nav .item,
.adjacent-nav .item a,
.adjacent-nav .item span {
  vertical-align: middle
}

.blog-article .head .category,
.blog-article .head .date {
  display: table-cell;
  padding: 7px;
  vertical-align: middle
}

.blog-article .head .date {
  width: 8em;
  padding-left: 15px;
  font-size: 1.125rem;
  font-weight: 700
}

.blog-article .head .category {
  text-align: right
}

.blog-article .head .label {
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
  border-radius: 3px;
  font-size: .9375rem;
  font-weight: 500;
  text-align: left
}

.blog-article .head .label,
.blog-article .head .label:active,
.blog-article .head .label:focus,
.blog-article .head .label:hover,
.blog-article .head .label:link,
.blog-article .head .label:visited {
  color: #629708;
  text-decoration: none
}

@media screen and (max-width:768px) {
  .blog-article .head .category,
  .blog-article .head .date {
    padding: 5px
  }
  .blog-article .head .date {
    padding-left: 10px;
    font-size: .875rem
  }
  .blog-article .head .label {
    font-size: .75rem;
    padding: 3px 6px
  }
}

.blog-article .title {
  margin: 0 15px 55px;
  font-size: 1.125rem
}

@media screen and (max-width:768px) {
  .blog-article {
    margin-bottom: 40px
  }
  .blog-article .head {
    margin-bottom: 20px
  }
  .blog-article .title {
    margin: 0 10px 30px;
    font-size: 1rem
  }
}

.mce-content-body {
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: 300;
  color: #312604;
  max-width: 706px
}

.blog-article .body {
  margin: 0 15px
}

@media screen and (max-width:768px) {
  .blog-article .body {
    margin: 0 10px
  }
}

.blog-article .body,
.mce-content-body {
  line-height: 1.75em
}

.blog-article .body p,
.mce-content-body p {
  margin-bottom: 1.5em
}

.blog-article .body p:last-child,
.mce-content-body p:last-child {
  margin-bottom: 0
}

.blog-article .body a,
.blog-article .body a:active,
.blog-article .body a:focus,
.blog-article .body a:hover,
.blog-article .body a:link,
.blog-article .body a:visited,
.mce-content-body a,
.mce-content-body a:active,
.mce-content-body a:focus,
.mce-content-body a:hover,
.mce-content-body a:link,
.mce-content-body a:visited {
  color: #312604
}

.blog-article .body img,
.mce-content-body img {
  display: block;
  max-width: 100%;
  height: auto!important;
  margin: 3em auto
}

.blog-article .body blockquote,
.mce-content-body blockquote {
  position: relative;
  margin: 2em 0;
  background: #f3f3f4;
  padding: 40px 30px
}

.blog-article .body blockquote:after,
.blog-article .body blockquote:before,
.mce-content-body blockquote:after,
.mce-content-body blockquote:before {
  position: absolute;
  color: #ccc;
  font-size: 50px;
  line-height: 1
}

.blog-article .body blockquote:before,
.mce-content-body blockquote:before {
  content: '“';
  left: 15px;
  top: 10px
}

.blog-article .body blockquote:after,
.mce-content-body blockquote:after {
  content: '”';
  right: 15px;
  bottom: -15px
}

.blog-article .body hr,
.mce-content-body hr {
  margin: 2em 0;
  height: 0;
  border: none;
  border-top: solid 1px #c8c3c3
}

.blog-article .body .aligncenter,
.mce-content-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.blog-article .body .alignleft,
.mce-content-body .alignleft {
  float: left;
  margin-right: 40px
}

.blog-article .body .alignright,
.mce-content-body .alignright {
  float: right;
  margin-left: 40px
}

.blog-article .body .alignleft,
.blog-article .body .alignright,
.mce-content-body .alignleft,
.mce-content-body .alignright {
  clear: both;
  margin-top: .5em;
  margin-bottom: 2em
}

@media screen and (max-width:768px) {
  .blog-article .body,
  .mce-content-body {
    font-size: .875rem
  }
  .blog-article .body img,
  .mce-content-body img {
    margin: 2em auto
  }
  .blog-article .body blockquote,
  .mce-content-body blockquote {
    padding: 30px 20px
  }
  .blog-article .body blockquote:after,
  .blog-article .body blockquote:before,
  .mce-content-body blockquote:after,
  .mce-content-body blockquote:before {
    font-size: 30px
  }
  .blog-article .body blockquote:before,
  .mce-content-body blockquote:before {
    left: 10px;
    top: 10px
  }
  .blog-article .body blockquote:after,
  .mce-content-body blockquote:after {
    right: 10px;
    bottom: -5px
  }
  .blog-article .body .alignleft,
  .mce-content-body .alignleft {
    margin-left: 20px
  }
  .blog-article .body .alignright,
  .mce-content-body .alignright {
    margin-right: 20px
  }
}

.anchor-nav .item:before,
.workstyle-nav .item:before {
  left: -1px
}

.adjacent-nav {
  display: table;
  width: 100%;
  margin-top: 80px;
  border-top: solid 1px #c8c3c3
}

.adjacent-nav .item {
  display: table-cell;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 500
}

.adjacent-nav .item a,
.adjacent-nav .item a:active,
.adjacent-nav .item a:focus,
.adjacent-nav .item a:hover,
.adjacent-nav .item a:link,
.adjacent-nav .item a:visited {
  color: #629708;
  text-decoration: none
}

.adjacent-nav .item span {
  color: #989793
}

.adjacent-nav .item--next,
.adjacent-nav .item--prev {
  width: 10em
}

.adjacent-nav .item--next a:after,
.adjacent-nav .item--next a:before,
.adjacent-nav .item--next span:after,
.adjacent-nav .item--next span:before,
.adjacent-nav .item--prev a:after,
.adjacent-nav .item--prev a:before,
.adjacent-nav .item--prev span:after,
.adjacent-nav .item--prev span:before {
  position: relative;
  top: 2px;
  color: #c3c2c2
}

.adjacent-nav .item--prev {
  text-align: left
}

.adjacent-nav .item--prev a:before,
.adjacent-nav .item--prev span:before {
  content: '\EA01';
  margin-right: 5px
}

.adjacent-nav .item--next {
  text-align: right
}

.adjacent-nav .item--next a:after,
.adjacent-nav .item--next span:after {
  content: '\EA02';
  margin-left: 5px
}

.adjacent-nav .item--index {
  text-align: center
}

@media screen and (max-width:768px) {
  .adjacent-nav {
    margin-top: 40px
  }
  .adjacent-nav .item {
    padding: 20px 0 30px;
    font-size: .875rem
  }
  .adjacent-nav .item--next,
  .adjacent-nav .item--prev {
    width: 6em
  }
  .adjacent-nav .item--index {
    text-align: center
  }
}
/*------------*/

.local-nav .item a,
.local-nav .item a.is-current,
.local-nav .item--recruit a,
.local-nav .item--recruit a.is-current {
  display: inline-block;
  border-radius: 2px;
  letter-spacing: .05em;
  text-decoration: none;
  opacity: 1!important;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Noto Sans Japanese', sans-serif;
  font-weight: 700
}


.local-nav {
  margin-right: auto;
  margin-left: auto;
  width: 962px;
  margin-bottom: 80px
}

@media screen and (max-width:768px) {
  .local-nav {
    margin-right: 15px;
    margin-left: 15px;
    width: auto
  }
}

.local-nav .items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center
}

.local-nav .items li {
  margin-left: 0;
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
  margin-right: 20px
}

.local-nav .items li:last-child {
  margin-right: 0
}

.local-nav .item a {
  padding: 1.25em 1.9em;
  background-color: #e1dfd6;
  box-shadow: #fdf4b0 0 7px 0 0;
  color: #312604
}

.ie11 .local-nav .item a {
  padding-top: 1.5em;
  padding-bottom: 1em
}

.local-nav .item a:hover {
  box-shadow: none;
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0)
}

@media screen and (max-width:768px) {
  .local-nav .item a {
    padding: .75em 1.2em;
    box-shadow: #fdf4b0 0 4px 0 0
  }
  .local-nav .item a:hover {
    box-shadow: #fdf4b0 0 4px 0 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.local-nav .item a.is-current {
  padding: 1.25em 1.9em;
  background-color: #fae236;
  box-shadow: #fdf4b0 0 7px 0 0;
  color: #312604
}

.ie11 .local-nav .item a.is-current {
  padding-top: 1.5em;
  padding-bottom: 1em
}

.local-nav .item a.is-current:hover {
  box-shadow: none;
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0)
}

@media screen and (max-width:768px) {
  .local-nav .item a.is-current {
    padding: .75em 1.2em;
    box-shadow: #fdf4b0 0 4px 0 0
  }
  .local-nav .item a.is-current:hover {
    box-shadow: #fdf4b0 0 4px 0 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.local-nav .item--work01 a,
.local-nav .item--work01 a.is-current {
  padding-right: 1.5em;
  padding-left: 1.5em
}

.local-nav .item--work02 a,
.local-nav .item--work02 a.is-current {
  padding-right: 1.7em;
  padding-left: 1.7em
}

.local-nav .item--recruit a {
  padding: 1.25em 1.9em;
  background-color: #e1dfd6;
  box-shadow: #fdd0ab 0 7px 0 0;
  color: #f4840b
}

.ie11 .local-nav .item--recruit a {
  padding-top: 1.5em;
  padding-bottom: 1em
}

.local-nav .item--recruit a:hover {
  box-shadow: none;
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0)
}

@media screen and (max-width:768px) {
  .local-nav .item--recruit a {
    padding: .75em 1.2em;
    box-shadow: #fdd0ab 0 4px 0 0
  }
  .local-nav .item--recruit a:hover {
    box-shadow: #fdd0ab 0 4px 0 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

.local-nav .item--recruit a.is-current {
  padding: 1.25em 1.9em;
  background-color: #f4840b;
  box-shadow: #fdd0ab 0 7px 0 0;
  color: #312604
}

.ie11 .local-nav .item--recruit a.is-current {
  padding-top: 1.5em;
  padding-bottom: 1em
}

.local-nav .item--recruit a.is-current:hover {
  box-shadow: none;
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0)
}

@media screen and (max-width:768px) {
  .local-nav .item--recruit a.is-current {
    padding: .75em 1.2em;
    box-shadow: #fdd0ab 0 4px 0 0
  }
  .local-nav .item--recruit a.is-current:hover {
    box-shadow: #fdd0ab 0 4px 0 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .local-nav {
    margin-top: -70px;
    margin-bottom: 40px;
    padding-top: 70px
  }
  .local-nav .items {
    position: relative;
    margin-right: -3%
  }
  .local-nav .items:after {
    content: "";
    display: table;
    clear: both
  }
  .local-nav .items li {
    margin: 0 3% 14px 0
  }
  .local-nav .item {
    float: left;
    width: 30.3%
  }
  .local-nav .item a,
  .local-nav .item a.is-current {
    display: block!important
  }
  .local-nav .item a {
    font-size: .875rem;
    padding-right: 5px!important;
    padding-left: 5px!important
  }
  .local-nav .item--work01,
  .local-nav .item--work02 {
    width: 97%
  }
}


/*-------*/
@media screen and (min-width: 769px) {
}/*-PC only-*/
@media screen and (max-width: 768px) {
}/*-SP only-*/
