body {
line-height: 1.15 !important;
}
header {
position: relative !important;
height:90px;
}
@media screen and (max-width: 810px) {
header {
    height: 60px;
}
}
#gnav > ul > li > .dropSp .dropPc {
  z-index: 10000;
}
.page-title-wrapper {
margin-top:0;
}

#adminBox {
    z-index: 50;
    position: relative;
}
@media (min-width: 576px) {
    .page-title-wrapper {
        height:350px;
    }
}
a:hover {
text-decoration:none;
}
.aboutus {
background: #fff url(/themes/recruit@saraya/images/aboutus.png) no-repeat left -25px / 50vw;
}

@media screen and (max-width: 810px) {
.aboutus {
background: #fff url(/themes/recruit@saraya/images/aboutus.png) no-repeat -10px -10px / 80vw;
}
}
.interview {
background: #fff url(/themes/recruit@saraya/images/interview-bg2.png) no-repeat left top / 70vw;
}

@media screen and (max-width: 810px) {
.interview {
background: #fff url(/themes/recruit@saraya/images/interview-bg2.png) no-repeat left top / 80vw;
}
}
.solution {
background: #fff url(/themes/recruit@saraya/images/solution.png) no-repeat left -80px / 70vw;
}

@media screen and (max-width: 810px) {
.solution {
background: #fff url(/themes/recruit@saraya/images/solution.png) no-repeat left top / 80vw;
}
}

.workplace {
background: #fff url(/themes/recruit@saraya/images/workplace.png) no-repeat left -85px / 60vw;
}
@media screen and (min-width: 811px) and (max-width: 992px) {
.workplace {
background: #fff url(/themes/recruit@saraya/images/workplace.png) no-repeat left -40px / 70vw;
}
}
@media screen and (max-width: 810px) {
.workplace {
background: #fff url(/themes/recruit@saraya/images/workplace.png) no-repeat left -15px / 70vw;
}
}

.nocategory {
background: #fff url(/themes/recruit@saraya/images/recruit.png) no-repeat left -25px / 50vw;
}
@media screen and (max-width: 810px) {
.nocategory {
background: #fff url(/themes/recruit@saraya/images/recruit.png) no-repeat left -10px / 70vw;
}
}


h1.entry-title {
    border-bottom: 0;
}
@media screen and (max-width: 810px) {
h1.entry-title {
    margin: 0 0 10px;
}
}
h1.entry-title:before {
    background: none;
}

@media screen and (max-width: 810px) {
.foot-wrapper {
    padding: 0;
}
}

/*========= 文字 ===============*/

@media screen and (max-width: 810px) {
.entry-column p {
font-size: 0.8rem;
}
.font-small {
font-size: 0.8rem;
}
}

/*========= ヘッダー ===============*/


#header-waku {
position: relative;
}


#recruit-header{
  z-index: 50;
  position: relative;
  height: 70px;/*高さ指定*/
  width:100%;/*横幅指定*/
  background:#333;
}
/*JSを使いfixedクラスが付与された際の設定*/
#recruit-header.fixed {
  position: fixed;/*fixedを設定して固定*/
    z-index: 100;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
}
@media screen and (max-width: 810px) {
#recruit-header.fixed {
margin-top:0;
}
}
#recruit-header > .header-unit {
    width: 100%;
    max-width: 80em;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
#recruit-header h1 {
font-size: 1.2em;
  padding: 20px;
  color:#fff;
}
#recruit-header h1 span {
padding-right:20px;
}
#recruit-header h1 span a {
color:#fff;
}
@media screen and (max-width: 810px) {
#recruit-header h1 span {
display:none;
}
}

@media screen and (max-width: 810px) {
#recruit-header{
  height: 12vh;/*高さ指定*/

}
#recruit-header h1{
font-size: 1em;
padding: 15px;
}
}

#sp-spacer {
display:none !important;
}
@media screen and (max-width: 810px) {
#sp-spacer {
display:flex !important;
height:5vh;
background:#fff;
padding-left:15px;
border-top:1px solid #ccc;
}
}

/*========= ENTRYボタン ===============*/

div#entrybtn {
    display: flex;
    position: absolute;
    z-index: 50;/*ボタンを最前面に*/
    top: 15px;
    right: 20vw;
    cursor: pointer;
   font-weight: 700;
}
div#entrybtn.fixed {
  position: fixed;/*fixedを設定して固定*/
   z-index: 100;/*ボタンを最前面に*/
}
div#entrybtn p {
    margin-right:10px;
    background-color: #fff;
    padding: 10px 20px;
}
div#entrybtn a:hover {
text-decoration:none;
}
div#entrybtn a:hover p {
    background-color: #fc9420;
    color:#fff;
}
@media screen and (max-width: 810px) {
div#entrybtn {
  top:4.5vh;
    margin-top: 15px;
    left: 5vw;
}
div#entrybtn p {
padding: 5px 10px;
  font-size: 0.7em;
}
}

/*========= MENU ===============*/

#openbtn {
    display: flex;
    position: absolute;
    z-index: 50;/*ボタンを最前面に*/
    top: 0;
    right: 10vw;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background-color: #6EAD1A;
}
@media screen and (max-width: 810px) {
#openbtn {
z-index: 50;
}
}
/*JSを使いfixedクラスが付与された際の設定*/
#openbtn.fixed {
  position: fixed;/*fixedを設定して固定*/
  z-index: 100;/*ボタンを最前面に*/
  top: 0;/*位置指定*/
}

@media screen and (min-width: 811px) and (max-width: 992px) {
#openbtn {
right: 0vw;
}
}
@media screen and (max-width: 810px) {
#openbtn {
right: 0vw;
margin-top:5vh;
}
#openbtn.fixed {
    right: 0; 
}
}
  

#openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 20px;
    height: 3px;
    border-radius: 2px;
  background-color: #fff;
    width: 45%;
  }
  #openbtn-menu {
      position: absolute;
      color: #fff;
      top:53px;
      font-size: 0.8rem;
    left: 18px; 
    }
  #openbtn-close {
      display:none;
    }

#openbtn span:nth-of-type(1) {
  top:17px; 
}

#openbtn span:nth-of-type(2) {
  top:28px;
}

#openbtn span:nth-of-type(3) {
  top:41px;
}

/*×に変化*/  
#openbtn.active {
background-color: #555;
}
#openbtn.active span:nth-of-type(1)  {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

#openbtn.active span:nth-of-type(2)  {
  opacity: 0;
}

#openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
  #openbtn.active #openbtn-menu {
      display:none;
    }
  #openbtn.active #openbtn-close {
          position: absolute;
          display:block;
      color: #fff;
      top:53px;
      font-size: 0.8rem;
    left: 18px; 
    }

/*========= MENUを押すと表示 ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
   z-index: 30;
    /*ナビの位置と形状*/
  top:-180%;
  width:100%;
   left:0;
    height: 100%;/*ナビの高さ*/
 background-color: #87c731;
    /*動き*/
  transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
   top: 0;
}
/*JSを使いfixedクラスが付与された際の設定*/
#g-nav.panelactive.fixed{
   top: 0;
}

#g-nav h1 {
    font-size: 1.2em;
    margin-bottom:15px;
    background:#333;
    padding: 1em;
    color:#fff;
}
/*ナビゲーション*/
#g-nav.panelactive.fixed section {
    padding-top:130px;
}
#g-nav.panelactive section {
    padding-top:200px;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    width: 100%;
    height: 100%;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.accordion {
margin: 3em auto;
max-height: 100%;
}
@media screen and (max-width: 810px) {
.accordion {
margin: 0;
max-height: 100vh;
}

}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1.8em;
}
.option .oppen {
margin-bottom: 0;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
padding: 1.2em;
display: block;
color: #fff;
font-weight: bold;
background-color: #6EAD1A;
font-size: 1.3em;
}
.title span{
font-weight: normal;
padding-left:30px;
font-size: 0.8em;
}
.top a {
padding: 1.2em;
display: block;
color: #fff;
font-weight: bold;
background-color: #6EAD1A;
font-size: 1.3em;
  position: relative;
  display:block;
      margin-bottom: 1.8em;
      cursor:pointer
}
.top a::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
    right: 1.25em;
    top: 1.5em;
  transform: rotate(45deg);
}

@media screen and (max-width: 810px) {
.top a {
padding: 1em;
font-size: 1em;
}
}

@media screen and (max-width: 810px) {
.title {
padding: 1em;
font-size: 1em;
}
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
color: #fff;
}

.content ul {
margin: 10px 0 0 0 ;
padding: 10px;
}
.content li {
    list-style: none;
    line-height: 250%;
    padding: 0;
    font-weight: bold;
      position: relative;
  display: inline-block;
      padding: 15px 20px;
  color: #fff;
  text-decoration: none;
}
.content li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
.content li a {
color:#fff;
 cursor: pointer;
}

@media screen and (max-width: 810px) {
.content li {
      padding: 10px 15px;
          line-height: 150%;
          font-size: 0.8em;
}
}


.toggle:checked + .title + .content {
max-height: 100%;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
.title.sub {
font-size: 1em;
margin:0 20px;
}

.title.sub2 {
border-bottom:2px solid #fff;
background-color: #87c731;
font-size: 1em;
margin:0 20px;
}
.content.sub .row {
font-size: 0.8em;
padding:15px;
}

#mynavi {
    width: 300px;
    text-align: center;
    background: #fff;
    padding: 5px 10px 5px 50px;
    margin-bottom: 30px;
}
@media screen and (max-width: 810px) {
#mynavi {
    width: 200px;
}
}

/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#movie{
  position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    height: 100vh;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: url("/themes/recruit@saraya/images/movie.jpg") no-repeat;
    background-size: cover;
}

/* ローディングアイコン設定 */

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/

#loading.disappear{
     display: none;   
}

/* youtube設定 */




#youtube-area{
    position: fixed;
    z-index: 1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
  opacity: 0;    
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name:PageAnimeAppear;
  animation-duration:.5s;
  animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

#youtube {
/*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  padding-top: 70px;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask{
    position: absolute;
    z-index: 2;/*下から2番目に表示*/
    top:0;
    width:100%;
    height: 100%;
}



/*下のコンテンツ*/
footer, #js-seo_info {
position: relative;
z-index: 3;
}
#js-seo_info {
background:#fff;
}
.container-fluid {
padding-right:0 !important;
padding-left:0 !important;
}
#contents-over {
    position: relative;/*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
    z-index: 3;
}


#main-copy{
    /*見た目の調整*/
background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.8;
    text-align:center;
   font-family: "A1ゴシック M";
}

p#main-en {
    font-family:Arial Black;
     font-size: 4rem;
      line-height: 1.5;
}
@media screen and (max-width: 810px) {
p#main-en {
     font-size: 1.5rem;
}
}
#sp-movie {
display:none;
}

@media screen and (min-width: 811px) and (max-width: 1020px) {
#main-copy {
font-size: 1.9rem;
}
}
/* スマホ設定 */
@media screen and (max-width: 810px) {
#movie {
height:auto;
background:none;
}
#main-copy {
background-color:#333;
font-size: 1rem;
}
#youtube-area {
display:block;
width: 100%;
aspect-ratio: 16 / 9;
}
#youtube-area iframe {
 width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
#youtube-area{
    position: relative;
}
#youtube{
padding-top:0;
}
}


#recruit-top h2 {
font-size: 3.5rem;
font-weight: 700;
font-family: Helvetica,Verdana;
}
#recruit-top .container h2 span {
color: #6EAD1A;
font-size: 1.5rem;
font-weight: 300;
display:block;
}
@media screen and (max-width: 810px) {
#recruit-top h2 {
font-size: 2.3rem;
}
#recruit-top .container h2 span {
font-size: 1rem;
}
}

#recruit-top .container h3 {
font-size: 1.5rem;
font-weight: 700;
line-height: 2;
color:#6EAD1A;
}
@media screen and (max-width: 810px) {
#recruit-top .container h3 {
font-size: 1.1rem;
line-height: 1.2;
}
}
#recruit-top .container p {
font-size: 0.9rem;
 line-height: 1.5;
}
@media screen and (max-width: 810px) {
#recruit-top .container p {
font-size: 0.7rem;
}
}
.pc-no {
	display: none;
}
@media screen and (max-width: 810px) {
.sp-no {
	display: none;
}
.pc-no {
	display: block;
}
}

/*画像hover設定----------------------------------*/

div.img-box > a > img {
width: 100%;
height:100%:
}
div.img-box > a:hover > img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}
div.img-box {
overflow: hidden;
position: relative;
width: 100%;
height:100%:
}


/*トップ　サラヤを知る----------------------------------*/


#aboutus {
background: #fff url(/themes/recruit@saraya/images/aboutus.png) no-repeat right top / 50vw;
;
}
@media screen and (max-width: 810px) {
#aboutus {
background: #fff url(/themes/recruit@saraya/images/aboutus.png) no-repeat right 3vh / 80vw;
;
}
}

#recruit-top #aboutus .container p {
font-size: 0.9rem;
 line-height: 2.5;
}
@media screen and (max-width: 810px) {
#recruit-top #aboutus .container p {
 line-height: 1.8;
}
}
.bg-white {
background: #fff;
}
@media screen and (max-width: 810px) {
.bg-white {
padding-top:30px;
}
}

/*トップ　技術開発を知る----------------------------------*/

#solution {
    position: relative;
    background: url(/themes/recruit@saraya/images/solution.png) no-repeat left 20vh / 60vw;
}
#solution .container {
    background: url(/themes/recruit@saraya/images/triangle.png) no-repeat center center / 80%;
}
@media screen and (max-width: 810px) {
#solution {
    background: #fff url(/themes/recruit@saraya/images/solution.png) no-repeat left top / 70vw;
;
}
}

#solution .img-box  {
  position: relative;
 max-width: 100%;
 max-height: 100%;
  border-radius: 100%;
  overflow: hidden;
  z-index: 0;
}
#solution .btnlink{
width:auto;
}

/* 斜め配置 clip-path */
#solution {
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  background-color:#EDEDED;
  padding: 150px 50px 10px 0;
}
@media screen and (max-width: 810px) {
#solution {
  padding: 0;
clip-path: none;
}
}
.bg-gray {
 background-color:#EDEDED;
}

/*トップ　人を知る----------------------------------*/

#Interview {
    position: relative;
    background: #333 url(/themes/recruit@saraya/images/interview-bg.png) no-repeat right 10vh / 50vw;
}
@media screen and (max-width: 810px) {
#Interview {
    background: #333 url(/themes/recruit@saraya/images/interview-bg.png) no-repeat right top / 80vw;
}
}
#recruit-top #Interview  h2 {
color:#fff;
}
#Interview p {
color:#fff;
}
#Interview div.col-md-4 {
position: relative;
}
p.tag {
background:#6EAD1A;
color:#fff;
display:inline-block;
padding: 5px 10px;
position:absolute;
top:10px;
left:-5px;
z-index:2;
}
@media screen and (max-width: 810px) {
p.tag {
padding: 3px 8px;
top:5px;
}
}
/* 斜め配置 clip-path */
#Interview {
  -webkit-clip-path: polygon(0 130px, 100% 0, 100% 100%, 0px 100%);
  clip-path: polygon(0 130px, 100% 0, 100% 100%, 0px 100%);
  padding: 200px 0px 10px 50px;
}
@media screen and (max-width: 810px) {
#Interview {
  padding: 0;
clip-path: none;
}
}

/*トップ　環境を知る----------------------------------*/

.bg-333 {
 background: #333
}

#workplace {
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  padding: 150px 50px 10px 0;
   background: #fff url(/themes/recruit@saraya/images/workplace.png) no-repeat left 10vh / 50vw;
;
}
@media screen and (max-width: 810px) {
#workplace {
  padding: 0;
  clip-path: none;
  background: #fff url(/themes/recruit@saraya/images/workplace.png) no-repeat left top / 80vw;
;
}
#workplace img {
  height: 70px;
}
}

#recruit-top #workplace .container h3 {
font-size: 1.1rem;
line-height: 1;
}
@media screen and (max-width: 810px) {
#recruit-top #workplace .container h3 {
font-size: 0.7rem;
}
}


/*== ボタン共通設定 */
.btnlink{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
    padding: 15px 20px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
  background:#6EAD1A; 
  font-family: "A1ゴシック M";
  margin-bottom:30px;
  display: flex;
  width: 200px;
  font-size: 1.2rem;
}
.btnlink::after {
  content: '';
  width: 50px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  color:#fff;
}

/*ボタン内spanの形状*/
.btnlink span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#fff;
}
.btnlink:hover::after {
color:#6EAD1A;
}

.btnlink:hover span{
  color:#6EAD1A;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
  background:#fff;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}



/*社員インタビューコンテンツ----------------------------------*/


/* 全体設定打ち消し */
.entry {
padding:0 !important;
}
header {
position: relative !important;
}
@media screen and (max-width: 810px) {

}


/* 社員インタビュータイトル画像の設定 */

.card {
border:none;
}
@media screen and (max-width: 810px) {
.card {
margin-bottom:10px;
}
}

.card-img-overlay{
  top: calc(20% - 0.2rem);
  left: 2rem;
}
@media screen and (max-width: 810px) {
.card-img-overlay{
  left: 0;
  padding:0;
}
}
#staff-txt {
padding-top:50px;
}
@media screen and (max-width: 810px) {
#staff-txt {
padding-top:0;
}
}
.txt-right {
  width:50vw;
 position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  padding: 1.25rem;
}

@media screen and (max-width: 810px) {
.txt-right {
  width:70vw;
   position: static;
}
}
.txt-right .card-img-overlay {
  top: calc(20% - 0.2rem);
 right: 0;
  bottom: 0;
  padding: 1.25rem;
}
@media screen and (min-width: 811px) and (max-width: 1280px) {

}
@media screen and (max-width: 810px) {
.txt-right .card-img-overlay {
 right: 0;
 padding: 0;
}
}
div.staff-title h2 {
    border:none;
    margin: 0 0 2em 0;
    color:#fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
}
.txt-right div.staff-title h2 {
 display: block;
 }
@media screen and (max-width: 810px) {
div.staff-title h2 {
    margin-top:5vh;
    margin: 15px 0 15px 0;
}
.txt-right div.staff-title h2 {
margin-left: 40vw;
margin-top:7vh;
}
}
.staff-title h2 span {
   font-size: 3rem;
   text-align:left;
   background: #6EAD1A;
   display: inline-block;
   padding: 17px 30px;
   line-height:1;
   border:none;
   margin:0;
   letter-spacing: .1em;
   text-indent: -0.1em;
   font-feature-settings: "palt";
   font-family: "A1ゴシック M";
}
@media screen and (min-width: 811px) and (max-width: 1280px) {
div.staff-title h2 {
 margin: 0 0 1em 0;
}
.staff-title h2 span {
   font-size: 1.5rem;
   padding: 15px 30px;
}
}
@media screen and (max-width: 810px) {
.staff-title h2 span {
   font-size:  4vw;
   padding: 7px;
}
}
.staff-title p {
 font-size: 1.3rem;
 padding: 50px 30px 40px 30px;
 line-height:160%;
background:#333;
width:40vw;
    margin-top: -10px;
}
@media screen and (min-width: 811px) and (max-width: 992px) {
.staff-title p {
 font-size: 1rem;
  padding: 20px;
}
}
@media screen and (max-width: 810px) {
.staff-title p {
 font-size:0.6rem;
 padding: 10px;
 width:55vw;
 margin-top: 0;
}
}
@media screen and (max-width: 810px) {
.txt-right .staff-title p {
width: 100vw;
margin-left: 35vw;
}
}


@media screen and (max-width: 810px) {
.txt-right .staff-title p#staffgroup-tag  {
margin-left: 40vw;
}
}

.staff-title p#staffgroup-tag {
background:#fff;
color:#6EAD1A;
 font-weight: 700;
 font-size: 1.3rem;
display: inline;
margin-left: 20px;
 padding: 10px 20px;
     border: 2px solid #6EAD1A;
}

@media screen and (min-width: 811px) and (max-width: 992px) {
.staff-title p#staffgroup-tag {
 font-size: 1.2rem;
 padding: 10px 20px;
}
}
@media screen and (max-width: 810px) {
.staff-title p#staffgroup-tag {
 padding: 5px;
  font-size: 0.8rem;
    width:auto;
 margin-bottom:10px;
}
}
@media screen and (max-width: 810px) {
.card-img-overlay, .txt-right .card-img-overlay{
  top: 0;
}
.staff-title h2 {
 font-size: 1rem;
 margin-bottom:10px;
}
}

/* 社員インタビュー見出しの設定 */

.entry-column h3.interview:after {
display:none;
}
.entry-column  h3.interview {
    border: none;
    font-weight: 600;
    padding: 1rem 0;
    color: #46b035;
    margin-top: 30px;
    background:#fff;
    margin-left: 1rem;/*1文字分、左に寄せる*/
}
.entry-column  h3.interview:first-child {
    margin-top: 0;
}

.stafflist {
position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    border-radius: 4px;
}
.stafflist img {
/* 画像を上下左右に中央配置する（絶対指定） */
position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    transition-duration: 0.3s;
}
.stafflist p.maincopy {
    display: table;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
   background: linear-gradient(to bottom,rgba(0,0,0,0.0),rgba(0,0,0,0.8));
  background: -moz-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.8));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.0),rgba(0,0,0,0.8));
    color: #ffffff;
    margin-top: 2em;
}
.stafflist p.maincopy span {
    display: table-cell;
    height: 65px;
    vertical-align: middle;
    font-weight:bold;
    padding: 12% 9.36% 5% 6.69%;
    line-height: 1.25;
}
@media screen and (max-width: 810px) {
.stafflist p.maincopy span {
font-size: 0.7rem;
}
}

.stafflist img:hover {
  transform: scale(1.1);
transition-duration: 0.5s;
}
#staff {
  counter-reset: h3;  /* 'h3'という名前のカウンターを設定し、 0 で初期化する。 */
}

h3.interview::before {
  counter-increment: h3;  /* h3カウンターの値に1を加算 */
  content: counter(h3);   /* h3カウンターの値を表示 */
  background:none;
  background-color: #7ab73f;
color: #fff;
text-align: center;
	width: 4.2rem;
	height: 4.2rem;
	font-size: 1.8rem;
	margin-right: 1.2rem;
	padding : 1rem 1.5rem;
	flex-shrink: 0;
	position: relative;
}
@media screen and (max-width: 810px) {
.entry-column  h3.interview {
	padding: 1rem;
	margin: 0 0 0 4rem;
}
h3.interview::before {
	font-size: 1.2rem;
	padding : 0.5rem 1rem;
	margin-left: -4rem;
}
}
div#staffgroup-unit {
    background: #f2e9db;
}
ul.staffgroup {
margin: 10px 0 5px 0;
}
ul.staffgroup li {
position: relative;
    padding: 15px;
    list-style: none;
    background: #c1a682;
    color: #fff;
    margin: 5px;
}
@media screen and (max-width: 810px) {
ul.staffgroup li {
    padding: 10px;
    font-size: 0.7em;
}
}
ul.staffgroup a, ul.staffgroup a:hover,
.entry-column ul.staffgroup a, .entry-column ul.staffgroup a:hover {
color: #fff;
}


.button_entry a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 100vw;
    padding: 15px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.button_entry a:hover {
text-decoration:none;
}
.button_entry a:before{
content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    -webkit-transition: 0.5s;
    transition: 0.6s;
}
.button_entry a:hover:before {
    left: 100%;
}

#recruit-toiawase {
display:flex;
justify-content: space-between;
}
#recruit-toiawase li {
list-style:none;
font-size:120%;
}
@media screen and (max-width: 810px) {
#recruit-toiawase {
justify-content: normal;
}
#recruit-toiawase li {
    font-size: 100%;
    padding: 10px 20px;
}
}


/*採用QA----------------------------------*/

h4.question::before {
	content: "Q. ";
	color: #46b035;
	font-size: 1.5rem;
}

