@charset "utf-8";

:root {
  --mincho: "Noto Serif JP", serif;
}
.page_best100companies .box_main {
  padding-top: 0px;
  border-top: none;
}
.page_best100companies .pageheader {
  text-align: left;
  overflow: visible;
  background: url(/images2017/common/gnav-bg.png) center top/auto 141px repeat-x;
}
.page_best100companies .box_h_logo{
  height:103px;
  
}
.page_best100companies .box_mv {
  margin: 0 0px;
}
.page_best100companies .box_mv{
  background-image: url(/images2017/best100/mv01.jpg);
  background-size:cover;
  position:relative;
  /* top: -20px; */
}
.page_best100companies .box_mv h1 {
  display: none;
}
.page_best100companies .box_h_logo:after,
.page_best100companies .bread:after {
  display: none;
}
.page_best100companies .best100 {
  background: url("/images2017/best100/best100-bg.png") no-repeat center / cover;
  padding: 60px 20px;
  position: relative;
}
.page_best100companies .best100::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.page_best100companies .best100-inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.page_best100companies .best100-inner:after {
  content: "";
  display: block;
  background: url("/images2017/best100/logo.png") no-repeat center / contain;
  padding:15%;
  position: absolute;
  right:0;
  top: -132px;
}
.page_best100companies .best100-title {
  font-size: 2.7375rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: var(--mincho);
  text-align: left;
}
.page_best100companies .best100-sub {
  font-size: 14px;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--mincho);
  text-align: left;
}

.page_best100companies .index-section {
  background: url("/images2017/best100/index_bg.png") no-repeat center / cover;
}
.page_best100companies .index-section .index-lead{
  color: #000;
text-align: center;
font-family: var(--mincho);
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 2rem; /* 200% */
letter-spacing: 0.1rem;
text-align:center;
}
.page_best100companies .index-inner {
  display: flex;
  gap: 2.19rem;
  padding: 35px 0px;
  flex-direction:column;
  position:relative;
}
.page_best100companies .index-list {
  list-style: none;
  text-align: left;
  display: flex;
padding-left: 0.625rem;
flex-direction: column;
align-items: flex-start;
gap: 0.625rem;
}
.page_best100companies .index-list li {
  cursor: pointer;
color: #112763;
font-family: var(--font-family-Font-1, Montserrat);
font-size: 1.125rem;
font-style: normal;
font-weight: 500;
line-height: 1.125rem; /* 100% */
letter-spacing: 0.1125rem;
}
.page_best100companies .index-list li {
  position: relative;
}

.page_best100companies .index-list li:hover::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff; /* ←色調整 */
}
.page_best100companies .index-list li:hover,
.page_best100companies .index-list li.active {
  color: #0a2a5e;
}
.page_best100companies .index-list li span{
color: #112763;
font-family: var(--mincho);
font-size: 1.5rem;
font-style: normal;
font-weight: var(--font-weight-700, 700);
line-height: 1.5625rem; /* 104.167% */
padding-right:0.5rem;
}

.page_best100companies .index-images {
  position: absolute;
  max-width: 550px;
  bottom:-60px;
  right:0;
   filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
}
.page_best100companies .index-images .img {
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s;
}
.page_best100companies .index-images .img.active {
  opacity: 1;
  position: relative;
}
.page_best100companies .index-list .child {
  margin-left: 3.2em;
  font-size: 1em;
  /* opacity: 0.8; */
}
.page_best100companies .index-list .child:hover {
  opacity: 1;
}


.page_best100companies .bread{
  padding-top:2.19rem;
}
.page_best100companies .bread ol{
  padding-left:0px;
}

.page_best100companies #sec02 {
  background: url("/images2017/best100/section.sec02_01.png") left top no-repeat;
}
.page_best100companies .ttl_slush {
  color: #112763;
  font-size: 33.83px;
  font-family: var(--mincho);
  font-weight: 700;
  text-align: left;
  letter-spacing: 1.353px;
  line-height: 110px;
  position: relative;
  padding: 0 0 44px;
  margin: 0;
  vertical-align: middle;
  max-width: 1080px;
  margin: auto;
}
.page_best100companies .ttl_slush .cnt {
  color: #112763;
  line-height: 1em;
  font-family: Montserrat;
  font-size: 3.375rem;
  display: inline-block;
  height: 110px;
  width: 121px;
  background: url(/images2017/best100/line-section-cnt.png) right bottom no-repeat;
  vertical-align: middle;
}
.page_best100companies .ttl_slush:after {
  content: attr(data-eng);
  font-size: 1.125rem;
  color: #68769D;
  position: absolute;
  left: 121px;
  bottom: 10px;
  font-weight: 400;
  font-family: Montserrat;
}
.page_best100companies #sec01{
  padding-bottom: 5rem;
  padding-top: 2.81rem;
}
.page_best100companies #sec02,
.page_best100companies #sec02_02,
.page_best100companies #sec02_03,
.page_best100companies #sec02_04,
.page_best100companies #sec03{
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.page_best100companies #sec01 .flex_wrap {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  align-self: stretch;
  justify-content: center;
}
.page_best100companies #sec01 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*background: lightgray;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.25);*/
  display: block;
  filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
}
@media screen and (min-device-width: 600px){
  .page_best100companies #sec01 .right img {
    width: 263px;
  }
}
.page_best100companies #sec01 .left .txt {
  max-width: 47.875rem;
  text-align: left;
}
.page_best100companies .txt_yl {
  color: #D3B750;
  font-weight: 700;
}


@media screen and (min-device-width: 600px){
.page_best100companies #sec02 .item-gallery.slider {
  display: none!important;
}
}

.page_best100companies #sec02 .lead_weap {
  background: url("/images2017/best100/sec02_bg.png") no-repeat center top / 100%;
}
@media screen and (max-width: 1375px) {
.page_best100companies #sec02 .lead_weap {
    background-size:130%;
  }
}
.page_best100companies h3 {
  font-size: 1.4375rem;
  font-weight: 500;
  margin: 0rem auto 1.875rem;
  line-height: 3.4375rem;
  vertical-align: middle;
  padding-left: 17px;
  box-sizing: border-box;
  text-align: left;
  max-width: 1080px;
}
.page_best100companies h3.h3_gd {
  color: #676029;
  background: url(/images2017/best100/h3_gd.png) left bottom no-repeat;
}
.page_best100companies h3.h3_wh {
  color: #ffffff;
  background: url(/images2017/best100/h3_wh.png) left bottom no-repeat;
}
.page_best100companies h4 {
  color: #112763;
  text-align: center;
  font-family: var(--mincho);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: var(--font-weight-700, 700);
  line-height: var(--line-height-45, 2.8125rem);
  margin-bottom: 1.18em;
  padding-top: 1.18em;
}
.page_best100companies .lead .txt {
  line-height: 1.6;
  /* 143.75% */
}
.page_best100companies .lead .txt {
  line-height: 1.6;
  /* 143.75% */
}
.page_best100companies .message {
  padding: 60px 20px 0px;
}
.page_best100companies .message-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.page_best100companies .message-photo {
  width: 300px;
  flex-shrink: 0;
}
.page_best100companies .message-photo img {
  width: 100%;
  height: auto;
  display: block;
box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, 0.25);
}
.page_best100companies .message-content {
  flex: 1;
  position: relative;
}
.page_best100companies .message-head {
  background: url("/images2017/best100/message_bg_nv.png") left top / contain no-repeat;
  color: #ffffff;
  padding: 1rem 0 1.1875rem 1rem;
  height: 2.625rem;
  font-weight: bold;
  position: relative;
  /* margin-bottom: 20px; */
  text-align: left;
  filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
  font-size: 1.25rem;
}
.page_best100companies .message-head span {
  background-color: #cacaca;
  padding:0.1em 0.5em;
  margin-right:0.3em;
  position:relative;
  bottom:2px;
  color:#112763;
  font-size:0.8em;
}
.page_best100companies .item-comment.gy .message-head span {
 background-color: #112763;
   color:#ffffff;
}
.page_best100companies .message-content p {
  margin-bottom: 20px;
  text-align: left;
   line-height:1.6rem;
  /* 143.75% */
}
.page_best100companies .message-sign {
  text-align: right;
  font-family: "HGSGyoshotai","Yuji Syuku", serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.page_best100companies .message-sign span {
  font-family: "HGSGyoshotai","Yuji Syuku", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
}
@media screen and (max-device-width: 599px){
  .page_best100companies .message-head span,
  .page_best100companies .item-comment.gy .message-head span{
    display: none;
  }

  .page_best100companies .message-inner {
    flex-direction: column;
  }
  .page_best100companies .message-photo{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
  }
.page_best100companies .message-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0%;
    display: block;
  }
  .page_best100companies .message-photo {
    /* width: 100%; */
  }
.page_best100companies .message-sign {
  font-size: 1.2rem;
}
.page_best100companies .message-sign span{
  font-size: 1.8rem;
}
}
.page_best100companies .item#sec02_02 {
  background: url("/images2017/best100/section.sec02_02.png") no-repeat center / cover;
  color: #fff;
}
.page_best100companies .item#sec02_03 {
  background: url("/images2017/best100/section.sec02_03.png") no-repeat center / cover;
  color: #fff;
}
.page_best100companies .item#sec02_04 {
  background: url("/images2017/best100/section.sec02_04.png") no-repeat center / cover;
  color: #fff;
}


.page_best100companies .sec_inner {
  max-width: 1080px;
  margin: 0 auto;
}
/* h3 */
.page_best100companies .h3_wh {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.page_best100companies .sec_inner .lead {
  font-size: 1.5rem;
  color: #FFEBA1;
  margin-bottom: 20px;
  font-family: var(--mincho);
  font-weight: var(--font-weight-700, 700);
  letter-spacing: 0.15rem;
  padding-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align:left;
}
.page_best100companies .sec_inner .lead.nv {
  color:#112763
}
.page_best100companies .sec_inner .text {
  line-height: 1.4375rem;
  margin-bottom: 1.875rem;
  text-align:left;
  color: #fff;
  line-height: 1.6;
}
.page_best100companies .sec_inner .text.bk {
color: #373737;
}
.page_best100companies .sec_inner .text strong {
  font-weight: 700;
}
.page_best100companies .item-gallery {
  display: flex;
  gap: 20px;
  margin-bottom:2.56rem;
  justify-content:center;
}
@media screen and (min-device-width: 600px){
.page_best100companies #sec02_03 .item-gallery .item{
  max-width:347px;
}
}

.page_best100companies .item-gallery .item {
  flex: 1;
  text-align: center;
}
@media screen and (max-device-width: 599px){
  .page_best100companies .item-gallery {
  display: block;
}
.page_best100companies .item-gallery .item{
  /* width: 100%!important; */
}
}

.page_best100companies .item-gallery img {
  width: 100%;
  margin-bottom: 10px;
filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
}
.page_best100companies .item-gallery .item p {
  color: var(--www-kounanlaminate-co-jp-white, var(--color-white-solid, #FFF));
text-align: center;
font-family: var(--font-family-Font-1, Montserrat);
font-size: var(--font-size-16, 1rem);
font-style: normal;
font-weight: var(--font-weight-400, 400);
line-height: 1.6; /* 143.75% */
}
.page_best100companies .item-comment .message-inner {
  align-items: flex-start;
}
.page_best100companies .item-comment.gy .message-head{
  background: url("/images2017/best100/message_bg_gy.png") left top / contain no-repeat;
  color: #112763;
  padding: 1rem 0 1.1875rem 1rem;
  height: 2.625rem;
  font-weight: bold;
  position: relative;
  /* margin-bottom: 20px; */
  text-align: left;
  filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
}
.page_best100companies .item-comment.gy .message-content p,
.page_best100companies .item-comment .message-content.wh p {
  color:#ffffff;
  /* 143.75% */
}


.page_best100companies #sec02_04 .flex_wrap {
  display: flex;
  align-items: center;
  gap: 1.88rem;
  align-self: stretch;
  justify-content: center;
  margin-bottom:1.88rem;
}
.page_best100companies #sec02_04 .flex_wrap img {
  width: 100%;
  margin-bottom: 10px;
filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
}

.page_best100companies #sec02_04 .strength {
  text-align: center;
  margin-bottom:3.76rem;
}

.strength-head {
  background: url("/images2017/best100/strength_bg.png") center / contain no-repeat;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
}

/* テキスト */
.strength-head span {
color: #676029;
font-family: Montserrat;
font-size: 1.5rem;
font-style: normal;
font-weight: var(--font-weight-700, 700);
line-height: var(--line-height-24_7, 1.54375rem);
letter-spacing: 0.15rem;
}

.strength-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 60px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.strength-list li {
color: #FFEBA1;
font-size: 1.25rem;
font-style: normal;
font-weight: 600;
line-height: 1.6; 
position: relative;
}
.strength-list li span {
color: #ffffff;
}

.strength-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #f1d17a;
  border-radius: 50%;
  position: absolute;
  left: -1em;
  top: 0.3em;
}

.page_best100companies #sec02_04 .item-comment.gy{
  margin-bottom:1.88rem;
}

.page_best100companies #sec03{
  background: url("/images2017/best100/section.sec03.png") no-repeat center top / cover;
}
.page_best100companies #sec03 .flex_wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.88rem;
  align-self: stretch;
  justify-content: center;
  margin:0 auto 1.88rem;
  max-width:1080px;
  text-align:left;
}
.page_best100companies #sec03 .txt{
  margin-bottom:1.88rem;
}
.page_best100companies #sec03 .txt p{
color:#112763;
font-family: var(--mincho);
font-size: 1.5rem;
font-style: normal;
font-weight: var(--font-weight-700, 700);
line-height: 2.5rem; 
}
.page_best100companies #sec03 .txt_02{
color: #373737;
font-size: var(--font-size-16, 1rem);
font-style: normal;
font-weight: var(--font-weight-400, 400);
line-height: 1.6; /* 143.75% */
}
.page_best100companies #sec03 .txt_02 span{
  display: flex;
  align-content:center;
  align-items:center;
  gap:0.5rem;
  padding-top:0.5rem;
}
.page_best100companies #sec03 .right{
  position:relative;
  width:50%;
}
.page_best100companies #sec03 .right img{
  position:absolute;
  top:-50px;
  left:10px;
}
.page_best100companies #sec03 .insta_wrap{
  background: url("/images2017/best100/Instagram_bg.png") no-repeat center top;
  background-size: 100%;
  max-width: 1037px;
  height: 600px;
  /* height: 35.73875rem; */
  /* aspect-ratio: 1080.00/571.82; */
  display:block;
  margin:auto;
  filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
  width: 100%;
}
#sb_instagram{
 width: 90%!important;
 margin: 0 auto;
 position: relative;
 top: 36px;
}
.page_best100companies #sec03 .ttl_slush{
  padding-bottom: 1.68rem;
}
.page_best100companies #sec03 .ttl_slush:after{bottom: -10px;}

@media screen and (max-device-width: 599px){
body.page_best100companies{
  width:100%;
}
.page_best100companies .box_mv{
  background-image: url(/images2017/best100/sp-mv.png);
}
.page_best100companies .box_mv:before{
  display:none;
}

  .page_best100companies .best100 {
    padding: 40px 20px;
  }
  .page_best100companies .best100-title {
    font-size: 1.7rem;
    /* text-align:center;     */
  }
  .page_best100companies .best100-sub {
    font-size: 1.2rem;
    line-height: 1.7rem;
     /* text-align:center; */
  }
  .page_best100companies .best100-inner:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 15px;
  width: 220px;
  height: 220px;
  background: url("/images2017/best100/logo.png") no-repeat center / contain;
  filter: drop-shadow(5px 10px 20px rgb(0 0 0 / 50%));
  padding: 0;
}
  .page_best100companies .index-section{
    padding:20px 16px;
  }
  .page_best100companies .index-section .index-lead{
    text-align:left;
    line-height:1.5rem;
  }
.index-list_hr {
  width: 100%;
  overflow: hidden;
}

.index-list_hr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .page_best100companies .index-list{
    padding-left:0px
  }
  .page_best100companies .index-list li{
    font-size:0.9rem;
  }
  .page_best100companies .index-list .child{
    font-size:0.9rem;
  }
  .page_best100companies .index-list li span{
    font-size:1rem;
  }
  .page_best100companies .index-images {
    display:none;
  }
.page_best100companies #sec01 .flex_wrap{
  flex-direction:column;
  gap:2rem;
}
.page_best100companies #sec02 .lead{
  padding-bottom:1.875rem;
}
.page_best100companies .message{
  padding: 1rem 0px 0px;
}
.page_best100companies #sec01{
  padding-bottom: 3rem;
}
.page_best100companies #sec02,
.page_best100companies #sec02_02,
.page_best100companies #sec02_03,
.page_best100companies #sec02_04,
.page_best100companies #sec03{
  padding-bottom: 3rem;
  padding-top: 3rem;
  padding-left:1rem;
  padding-right:1rem;
}

  
.page_best100companies .ttl_slush {
    line-height: 1.3em;
    padding: 20px 0 44px 130px;
    min-height: 110px;
    }
.page_best100companies  .ttl_slush .cnt {
      position: absolute;
      left: 16px;
      top: 0;
      font-size: 2.45455rem;
      }
.page_best100companies  .ttl_slush:after {
      content: none; }
.page_best100companies #sec01 .left .txt,
.page_best100companies .lead .txt{
 
  text-align:left;
}
.page_best100companies #sec01 .left .txt p{
 padding-left: 1rem;
 padding-right: 1rem;
}
.page_best100companies #sec01 .right{
  width:90%;
}
.page_best100companies h3{
  text-align:center;
  padding-left:0px;
  
}
.page_best100companies h4{
  font-size:1.3rem;
  line-height:2rem;
}
.page_best100companies h3.h3_gd,
.page_best100companies h3.h3_wh{
  background-size:cover;
  font-size:1rem;
  line-height:2rem;
  padding:0.5rem 0rem;
}
  .page_best100companies .message-head{
background: url("/images2017/best100/sp-message_bg_nv.png") left top / contain no-repeat;
}
.page_best100companies .item-comment.gy .message-head{
  background: url("/images2017/best100/sp-message_bg_gy.png") left top / contain no-repeat;
}
.page_best100companies .message-head,
.page_best100companies .item-comment.gy .message-head{
  background-size:cover;
  background-position:right;
  padding:1.2rem 1rem 1rem;
  height:auto;
  margin-bottom:1.5rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
}
.page_best100companies #sec02 .lead_weap{
background:none;
}
  .page_best100companies h3{
    margin-bottom:0px;
  }
  .page_best100companies .sec_inner .lead{
    font-size:1.2rem;
    line-height:2rem;
  }


  .page_best100companies .item-gallery{
    /* flex-direction:column; */
    gap:1.5rem;
    margin-bottom:1.5rem;
}
.page_best100companies #sec02_04 .flex_wrap{
   flex-direction:column-reverse;
   gap:1.5rem;
   margin-bottom:0;
   padding-top:1.875rem;
}
.page_best100companies #sec02_04 .sec_inner .lead{
  padding-top:0;
}
.page_best100companies h3.strength-head{
   background-size:cover;
  background-position:right;
  margin-bottom:1.5rem;
}
.strength-head span{
   font-size:1.2rem;
}
.strength-list{
justify-content:flex-start;
  padding-left:2em;
}
  .strength-list li{
    text-align:left;
    font-size:1rem;
  }
.strength-list li::before {
  top: 0.5em;
}
.page_best100companies #sec02_04 .strength{
  margin-bottom:1rem;
}
.page_best100companies #sec03 .flex_wrap{
  flex-direction:column;
}
  .page_best100companies #sec03 .flex_wrap .left{
 padding-bottom:100px;
}
.page_best100companies #sec03 .txt p{
  font-size:1.2rem;
  line-height: 2rem;
  text-align: center;
}

.page_best100companies #sec02_04 .item-comment:last-of-type .message-inner {
  flex-direction:column-reverse;
}
  .page_best100companies #sec03{
position:relative;
    padding-bottom:5rem;
  }
  .page_best100companies #sec03 .ttl_slush{
  padding-bottom: 1rem;
}
    .page_best100companies #sec03 .txt{
    margin-bottom:1rem;
  }
  .page_best100companies #sec03 .txt_02{
    line-height: 1.6rem;
    text-align: center;
  }
  .page_best100companies #sec03 .txt_02 span{
    display:inline-flex;
    padding:0;
    gap:0;
    position:relative;
    bottom: 3px;
  }
.page_best100companies #sec03 .insta_wrap{
  background: none;
  height: auto;
  width: 100%;
}
.page_best100companies #sec03 .right{
  position:inherit;
}
.page_best100companies #sec03 .right img{
 top: 22%;
 z-index: 0;
 width: 90%;
 left: 7%;
}
}

@media screen and (max-device-width: 599px){
.bx-wrapper{
  background:none!important;
  border:none!important;
  box-shadow:none!important;
  filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
}
.page_best100companies .item-gallery img {
filter: none;
}
.index-images {
  position: relative;
}
.bx-viewport {
  height: auto !important;
}
.index-images .img {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.index-images .img.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
}



.recruit-catch {
  position: relative;
  text-align: center;
  margin: 80px 0 40px;
}


/* テキスト */
.recruit-catch span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  background: #fff;
  color: #FF7800;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
  line-height:1.6;
}

/* 左右の斜線 */
.recruit-catch span::before,
.recruit-catch span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 3px;
  background: #FF7800;
}

/* 左 */
.recruit-catch span::before {
  left: 0px;
 transform: translateY(-50%) rotate(30deg);
}

/* 右 */
.recruit-catch span::after {
  right: 5px;
   transform: translateY(-50%) rotate(-30deg);
  
}

@media screen and (max-device-width: 599px){

  .recruit-catch {
  position: relative;
  text-align: center;
  margin: 65px 0 10px;
}

  
/* 左右の斜線 */
.recruit-catch span::before,
.recruit-catch span::after {
  content: "";
  position: absolute;
  top: 70%;
  width: 30px;
  height: 3px;
  background: #FF7800;
}

/* 左 */
.recruit-catch span::before {
  left: 0px;
 transform: translateY(-50%) rotate(50deg);
}

/* 右 */
.recruit-catch span::after {
  right: 5px;
   transform: translateY(-50%) rotate(-50deg);
  
}

}


/* 初期状態（隠す） */
.fixed-banner {
  position: fixed;
  right: -200px; /* 画面外 */
  top: 76%;
  transform: translateY(-50%);
  z-index: 9999;
  width: 160px;
  opacity: 0;
  transition: all 0.4s ease;
}

/* 表示状態 */
.fixed-banner.show {
  right: 3px;
  opacity: 1;
}

.fixed-banner img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(5px 10px 10px rgba(0,0,0,0.25));
}

/* ===== スマホ ===== */
@media screen and (max-width: 599px){

  .fixed-banner {
    right: -140px; /* 幅に合わせて外へ */
    top: auto;
    bottom: 100px; /* 指の邪魔にならない位置 */
    transform: none;
    width: 120px;
  }

  .fixed-banner.show {
    right: 5px;
  }

}