@charset "UTF-8";
/* =============================================
  go page top CSS
   - 共通ページトップボタン
============================================= */
.bl_goPageTop {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  bottom: -130px;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.bl_goPageTop_btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .bl_goPageTop_btn {
    right: 39px;
    bottom: 36px;
    width: 60px;
    height: 60px;
  }
}
/* =============================================
   privacyエリア
=.bl_business_img============================================ */
.bl_terms {
  color: var(--black-color);
  padding-right: 26px;
  padding-right: 6.9333333333vw;
  padding-left: 26px;
  padding-left: 6.9333333333vw;
}
.bl_terms h3, .bl_terms p, .bl_terms dt, .bl_terms dd, .bl_terms li {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 24px;
  line-height: 6.4vw;
}

.bl_terms_ttl {
  font-size: 22px;
  font-size: 5.8666666667vw;
  font-weight: bold;
}

.bl_terms_txt {
  margin-top: 47px;
  margin-top: 12.5333333333vw;
}

.bl_terms_list {
  margin-top: 24px;
  margin-top: 6.4vw;
}

@media screen and (min-width: 768px) {
  .bl_terms {
    max-width: 1251px;
    padding-right: 26px;
    padding-left: 26px;
    margin-inline: auto;
  }
  .bl_terms h3, .bl_terms p, .bl_terms dt, .bl_terms dd, .bl_terms li {
    font-size: 16px;
    line-height: 28px;
  }
  .bl_terms_ttl {
    font-size: 40px;
  }
  .bl_terms_txt {
    margin-top: 50px;
  }
  .bl_terms_list {
    margin-top: 28px;
  }
}
/* =============================================
   KVエリア
============================================= */
.bl_kv {
  width: 100%;
  height: 100%;
}

.bl_kv_ttl {
  width: 142px;
  width: 35.5333333333vw;
  height: 123px;
  height: 32.8vw;
  margin: 0 0 0 auto;
}

.bl_kv_ttl img{
  margin-top: 35px;
}

.bl_kv_txt {
  font-size: 12px;
  font-size: 3vw;
  font-weight: bold;
  color: var(--white-color);
  margin-top: 0px;
  margin-top: 0vw;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .bl_kv_ttl {
    width: 300px;
    height: 245px;
    margin: 0 auto 0 0;
  }

.bl_kv_ttl img{
  margin-top: 0;
}

  .bl_kv_txt {
    margin-top: 58px;
    font-size: 18px;
    color: black;
    margin-top: 24px;
    text-align: left;
  }
}
/* =============================================
   KVエリア
============================================= */
.bl_about_ttl {
  font-size: 22px;
  font-size: 5.8666666667vw;
  font-weight: bold;
  color: var(--black-color);
  text-align: left;
}

.bl_about_txt {
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: var(--about-text-color);
  text-align: left;
  white-space: nowrap;
  margin-top: 23px;
  margin-top: 6.1333333333vw;
  line-height: 24px;
  line-height: 6.4vw;
}
.bl_about_txt > span {
  display: block;
}
.bl_about_txt > span:last-of-type {
  margin-top: 21px;
  margin-top: 5.6vw;
}

@media screen and (min-width: 768px) {
  .bl_about_ttl {
    font-size: 40px;
  }
  .bl_about_txt {
    margin-top: 40px;
    font-size: 22px;
    line-height: 40px;
  }
  .bl_about_txt > span:last-of-type {
    margin-top: 19px;
  }
}


/* =============================================
   画面横のCTAボタン 
============================================= */
  .l-header-cta-button_wrapper{
  display: none;
}

.l-header-cta-button_wrapper_sp {
  padding: 30px 0 0 0;
  margin: 0 15% 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  gap: 0;
}

.l-header-cta-button_a_sp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 42px 12px 42px;
  background-color: #ffcd00;
}

.l-header-cta-button_a_sp:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
      padding: 12px 42px 12px 42px;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {

  .l-header-cta-button_wrapper_sp{
  display: none;
}

.l-header-cta-button_wrapper {
  position: fixed;
  right: 0;
  top: 25%; /* 画面上部20%の位置 */
  transform: translateY(-20%); /* 上記に対して必要な記述 */
  z-index: 20;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.l-header-cta-button_a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 12px 42px 14px;
  background-color: #ffcd00;
  /* 縦書き関連のスタイル */
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.l-header-cta-button_a:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 12px 42px 14px;
  background-color: #000;
  /* 縦書き関連のスタイル */
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
}
}

/* =============================================
   businessエリア
============================================= */

 .business_block {
    display: flex;
    flex-direction: column;
 }

.bl_business_list > li:nth-child(n+2) {
  margin-top: 72px;
  margin-top: 19.2vw;
}


.business_block1 {
    order: 2;
  }
.business_block2 {
    order: 1;
  }

.bl_business_img {
width: 80%;
height: 263px;
height: 70.1333333333vw;
margin-top: 22px;
margin-top: 5.8666666667vw;
margin-left: auto;
margin-right: auto;
-webkit-filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
        filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
}

.bl_business_img2 {
width: 100%;
height: 121px;
margin-top: 22px;
margin-top: 5.8666666667vw;
-webkit-filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
        filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
}




@media screen and (min-width: 768px) {
 .business_block {
    flex-direction: row;
 }

  .bl_business_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 81px;
  }
  .bl_business_list > li:nth-child(n+2) {
    margin-top: 0;
    margin-left: 30px;
  }
  .bl_business_img {
        width: 100%;
        height: auto;
        margin-top: 28px;
  }

  .business_block1 {
    order: 1;
  }
.business_block2 {
    order: 2;
  }

 
}


/* =============================================
モーダルウィンドウ
============================================= */



.modal-open-button {
display: flex;
justify-content: center;
align-items: center;
width: 300px;
height: 30px;
margin: -30px 0 0 auto;
color: #343434;
position: relative;
border: none;
background-color: rgba(255, 255, 255, 0);
position: relative;
}

.modal-open-button:before,
.modal-open-button:after {
position: absolute;
top: 50%;
right: 22px;
height: 1px;
background: #343434;
content: '';
}

.modal-open-button:before {
width: 30px;
transform: translateY(-50%);
}

.modal-open-button:after {
width: 8px;
transform: translateY(-50%) rotate(45deg);
transform-origin: right center;
}




.layer {
background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s linear, visibility 1s linear, z-index 1s linear;
  
  /* レスポンシブ対応のための追加/修正 */
  display: flex; /*  Flexコンテナにする */
  flex-direction: column; /* 縦に並べる (モーダル -> ボタン) */
  justify-content: center; /*  垂直方向の中央揃え */
  align-items: center; /*  水平方向の中央揃え */
  overflow-y: auto; /*  画面高さより大きい場合にオーバーレイ全体をスクロール可能に */
  -webkit-overflow-scrolling: touch; 
  padding: 20px 0; /*  上下に少し余白を設け、端に張り付かないようにする */
}



.layer.is-open {
z-index: 999;
opacity: 1;
visibility: visible;
}

.layer.is-open .modal{
opacity: 1;
visibility: visible;
}

.modal__button-wrap {
 position: relative; 
    margin: 0;
    display: inline-flex;
}


.close-button {
position: relative;
width: 80px;
height: 80px;
background: rgb(0 0 0 / 0.2);
border: solid #fff;
border-radius: 50%;
padding: 0;
cursor: pointer;
}

.close-button span {
width: 25px;
height: 2px;
background: #fff;
display: inline-block;
position: absolute;
left: calc(50% - 12px);
top: 50%;
border-radius: 20px;
}

.close-button span:nth-child(1) {
transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
transform: rotate(-45deg) translate(1px, -1px);
}



.modal {
position: relative; /* 必要なら残す */
  margin: 0 0 30px 0; /*  Closeボタンとの間にマージンを入れる */
  width: 80%;
  height: auto; /*  高さをコンテンツに合わせる */
  min-width: 440px; /* PCではこの幅を維持 */
  max-width: 1251px; /* 最大幅を設定 */
opacity: 0;
visibility: hidden;
transition: visibility .7s linear, opacity .7s linear;
}


.modal__inner {
position: relative; /*  absoluteの基準に必要 */
  width: 100%;
  max-height: 90vh; /*  画面の高さを超えない最大高を設定 (vh単位でレスポンシブ) */
  overflow-y: auto; /*  コンテンツが max-height を超えたら内部をスクロール */
  background: #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  padding: 50px 40px;
  height: auto;
  border-bottom: 5px solid #ffcc00;

}

.modal__content {
padding-top: 50px;
padding-bottom: 50px;
}

.modal__content h1{
font-weight: bolder;
font-size: 3em;
color: #000;
margin-bottom: 20px;
}

.modal__content h1 span{
color: #ffcc00;
display:block;
}

.modal__content p{
font-size: 1.6em;
}

.modal__button-area {
max-width: 843px;
margin-right: auto;
margin-left: auto;
margin-top: 17px;
padding-top: 15px;
}


.modal__content1{
width: 60%;
float: left;
}
.modal__content2{
width: 40%;
float: left;
}

.modal__content2 img{
width: 100%;
}

@media(max-width:750px){
  
/* モーダルの幅と最小幅の解除 */
.modal {
    width: 95%; /*  スマホで幅を広く使う */
    min-width: unset; /*  最小幅の制限を解除 */
    margin: 0 0 20px 0; /*  マージンを調整 */
}

/* 内部の最大高を調整 */
.modal__inner {
  max-height: 80vh; /*  スマホの画面高に合わせて調整 */
  padding: 30px 20px; /*  スマホに合わせてパディングを調整 */
}

/* コンテンツのフローティング解除 */
.modal__content1, .modal__content2{
    width: 100%;
    float: none; /*  floatの解除 */
    clear: both;
}

/* 画像の微調整 (必要に応じて) */
.modal__content2 img{
    width: 80%;
    margin: 20px auto;
    display: block;
}

}

@media screen and (min-width: 768px) {

.modal-open-button {
margin: 30px 0 0 auto;
}
}



/* =============================================
   company profileエリア
============================================= */
.bl_companyProfile_ttl {
  font-size: 20px;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: var(--black-color);
  margin-top: 54px;
  margin-top: 14.4vw;
}

.bl_companyProfile_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 46px;
  margin-top: 12.2666666667vw;
}

.bl_companyProfile_listItem > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bl_companyProfile_listItem > div > dt {
  width: 124px;
  width: 33.0666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 28px;
  line-height: 7.4666666667vw;
  padding: 6px 0;
  padding: 1.6vw 0;
  color: var(--about-text-color);
}
.bl_companyProfile_listItem > div > dd {
  width: 202px;
  width: 53.8666666667vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 28px;
  line-height: 7.4666666667vw;
  padding: 6px 0;
  padding: 1.6vw 0;
  font-weight: bold;
  color: var(--black-color);
}
.bl_companyProfile_listItem > div > dd > ul > li:nth-child(n+2) {
  margin-top: 12px;
  margin-top: 3.2vw;
}

@media screen and (min-width: 768px) {
  .bl_companyProfile_ttl {
    margin-top: 54px;
    font-size: 26px;
  }
  .bl_companyProfile_list {
    margin-top: 39px;
  }
  .bl_companyProfile_listItem > div > dt {
    width: 175px;
    padding: 6px 0;
    font-size: 18px;
    line-height: 41px;
  }
  .bl_companyProfile_listItem > div > dd {
    width: auto;
    padding: 6px 0;
    font-size: 18px;
    line-height: 41px;
  }
  .bl_companyProfile_listItem > div > dd > ul > li:nth-child(n+2) {
    margin-top: 2px;
  }
  .bl_companyProfile_listItem:nth-child(n+2) {
    margin-left: 157px;
  }
  .bl_companyProfile_listItem:nth-child(n+2) dt {
    width: 154px;
  }
}
/* =============================================
   accessエリア
============================================= */
.bl_access_address {
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 24px;
  line-height: 6.4vw;
  margin-top: 50px;
  margin-top: 13.3333333333vw;
  color: var(--company-txt-color);
}

.bl_access_map {
  position: relative;
  width: 100%;
  height: 208px;
  height: 55.4666666667vw;
  margin-top: 18px;
  margin-top: 4.8vw;
  -webkit-filter: drop-shadow(0 15px 34px rgba(0, 0, 0, 0.0696));
          filter: drop-shadow(0 15px 34px rgba(0, 0, 0, 0.0696));
}
.bl_access_map > iframe {
  width: 100%;
  height: 100%;
}

.bl_access_train {
  font-size: 15px;
  font-size: 4vw;
  margin-top: 17px;
  margin-top: 4.5333333333vw;
  color: var(--company-txt-color);
}

@media screen and (min-width: 768px) {
  .bl_access_address {
    margin-top: 56px;
    font-size: 18px;
    line-height: 18px;
  }
  .bl_access_map {
    width: 1194px;
    height: 480px;
    margin-top: 30px;
    -webkit-filter: drop-shadow(0 24px 35px rgba(0, 0, 0, 0.07));
            filter: drop-shadow(0 24px 35px rgba(0, 0, 0, 0.07));
  }
  .bl_access_train {
    margin-top: 22px;
    font-size: 18px;
  }
}
/* =============================================
  テキスト
============================================= */
.el_txtBold {
  font-weight: bold;
}

.el_list > li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.el_list > li::before {
  content: "・";
}

.el_listBeforeNum {
  list-style: none; /* 標準のスタイルは消す */
  counter-reset: listnum; /* カウンターをリセット */
}
.el_listBeforeNum > li::before {
  content: "(" counter(listnum) ") ";
  counter-increment: listnum;
}

/* =============================================
  見出し
============================================= */
.el_ttl > span {
  display: inline-block;
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
  padding-bottom: 9px;
  padding-bottom: 2.4vw;
  color: var(--cont-text-color);
}

@media screen and (min-width: 768px) {
  .el_ttl {
    width: 233px;
  }
  .el_ttl > span {
    padding-bottom: 13px;
    font-size: 18px;
  }
}
/* =============================================
  見出し下テキスト
============================================= */
.el_cont {
  margin-top: 47px;
  margin-top: 12.5333333333vw;
}
.el_cont > h3 {
  font-size: 20px;
  font-size: 5.3333333333vw;
  color: var(--black-color);
}
.el_cont > p {
  margin-top: 8px;
  margin-top: 2.1333333333vw;
  font-size: 14px;
  font-size: 3.7333333333vw;
  line-height: 24px;
  line-height: 6.4vw;
  color: var(--about-text-color);
}

@media screen and (min-width: 768px) {
  .el_cont {
    margin-top: 55px;
  }
  .el_cont > h3 {
    font-size: 26px;
  }
  .el_cont > p {
    margin-top: 13px;
    font-size: 18px;
    line-height: 30px;
  }
}
/* =============================================
  ボタン
============================================= */
.el_btn {
  width: 280px;
  padding: 2px 0;
  background-color: 000;
  border-radius: 100px;
  font-size: 2em;
  font-weight: bold;
  color: var(--btn-txt-color);
  text-decoration: none;
  text-align: center;
  margin: 45px auto;
}

.el_btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #FFF;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}


.el_btn2  {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #ffcc00;
  border-radius: 100px;
  font-size: 2em;
  font-weight: bold;
  color: var(--btn-txt-color);
  text-decoration: none;
  text-align: center;
  margin: 45px auto;
}

.el_btn2 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #55432b;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}



.el_btn3  {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #ffcc00;
  border-radius: 100px;
  font-size: 2em;
  font-weight: bold;
  color: var(--btn-txt-color);
  text-decoration: none;
  text-align: center;
  margin: 45px auto 0 ;
}

.el_btn3 a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #55432b;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}





@media screen and (min-width: 768px) {
  .el_btn {
      width: 280px;
    margin: 85px auto 0 0;
    font-size: 22px;
    line-height: 64px;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.13);
            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.13);
  }

.el_btn3{
  margin: 45px auto 0 0;
}

}

/* =============================================
   about usエリア
============================================= */

.el_ttl.el_ttl_about_us {
  width: 163px;
  width: 43.4666666667vw;
}
.el_ttl.el_ttl_about_us > img {
  margin-left: -12px;
  margin-left: -3.2vw;
}

.el_cont.el_cont_margin {
  margin-top: 28px;
  margin-top: 7.4666666667vw;
}

@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_about_us {
    width: 281px;
  }
  .el_ttl.el_ttl_about_us > img {
    margin-left: -26px;
  }
  .el_cont.el_cont_margin {
    margin-top: 55px;
  }
}


/* =============================================
   businessエリア
============================================= */
.el_ttl.el_ttl_business {
  width: 163px;
  width: 43.4666666667vw;
}
.el_ttl.el_ttl_business > img {
  margin-left: -12px;
  margin-left: -3.2vw;
}

.el_cont.el_cont_margin {
  margin-top: 28px;
  margin-top: 7.4666666667vw;
}

@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_business {
    width: 281px;
  }
  .el_ttl.el_ttl_business > img {
    margin-left: -26px;
  }
  .el_cont.el_cont_margin {
    margin-top: 55px;
  }
}
/* =============================================
   recruitエリア
============================================= */
.el_ttl.el_ttl_recruit {
  width: 148px;
  width: 39.4666666667vw;
}
.el_ttl.el_ttl_recruit > img {
  margin-left: -12px;
  margin-left: -3.2vw;
}

.el_ttl.el_ttl_recruit2 {
  width: 500px;
  width: 65.10416666666666vw;
  margin: 0 auto;
  text-align: center;
}
.el_ttl.el_ttl_recruit2 > img {
  margin-left: -12px;
  margin-left: -3.2vw;
}

    .el_ttl.el_ttl_recruit2 > span {
    padding-bottom: 0;
    font-size: 1.5em;
    color: var(--footer-bg-color);
    text-align: center;
  }

@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_recruit {
    width: 249px;
  }
  .el_ttl.el_ttl_recruit > img {
    margin-left: -23px;
  }

    .el_ttl.el_ttl_recruit2 {
    width: 500px;
    height: 80px;
    text-align: center;
  }
  .el_ttl.el_ttl_recruit2 > img {
    margin-left: -23px;
  }

    .el_ttl.el_ttl_recruit2 > span {
    padding-bottom: 0;
    font-size: 2em;
    color: var(--footer-bg-color);
    text-align: center;
  }

  .el_cont_padding {
    padding-right: 90px;
  }
}
/* =============================================
   contactエリア
============================================= */
.el_ttl.el_ttl_contact {
  width: 165px;
  width: 44vw;
}
.el_ttl.el_ttl_contact > img {
  margin-left: -13px;
  margin-left: -3.4666666667vw;
}

@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_contact {
    width: 280px;
  }
  .el_ttl.el_ttl_contact > img {
    margin-left: -23px;
  }
  .el_btn.el_btn_margin {
    margin: -147px 0 0 0;
  }
  .el_cont.el_cont_padding {
    padding: 0;
  }
}
/* =============================================
   company profileエリア
============================================= */
.el_ttl.el_ttl_companyProfile {
  width: 294px;
  width: 78.4vw;
}
.el_ttl.el_ttl_companyProfile > img {
  margin-left: -8px;
  margin-left: -2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_companyProfile {
    width: 487px;
  }
  .el_ttl.el_ttl_companyProfile > img {
    margin-left: -17px;
  }
}

/* =============================================
   accessエリア
============================================= */
.el_ttl.el_ttl_access {
  width: 132px;
  width: 35.2vw;
}
.el_ttl.el_ttl_access > img {
  margin-left: -8px;
  margin-left: -2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .el_ttl.el_ttl_access {
    width: 217px;
  }
  .el_ttl.el_ttl_access > img {
    margin-left: -11px;
  }
}

/* =============================================
   helper CSS
   - ヘルパー スタイル上書き用
============================================= */
.hp_smDb {
  display: block !important;
}

.hp_smDb2 {
  display: block !important;
  width: 80%;
  margin: 0 auto;
}


@media screen and (min-width: 768px) {
  .hp_smDb {
    display: none !important;
  }

  .hp_smDb2 {
    display: none !important;
  }
}

.hp_laDb {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hp_laDb {
    display: block !important;
  }
}

.hp_spTbDb {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hp_spTbDb {
    display: none !important;
  }
}

.hp_pcDb {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hp_pcDb {
    display: block !important;
  }
}

.hp_flexDirection {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hp_flexDirection {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* =============================================
   program CSS
   - プログラム 状態変化用
============================================= */
@media screen and (min-width: 768px) {
  .is_hover {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
  }
  .is_hover:hover {
    opacity: 0.6;
  }
}
.is_active {
  bottom: 0;
}

.is_scrollStop {
  height: 100%;
}
.is_scrollStop body {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/* =============================================
   layout CSS
   - レイアウト 外枠用
============================================= */
/* =============================================
  section, div
============================================= */
.ly_main > .ly_wrap > div {
  padding-right: 24px;
  padding-right: 6.4vw;
  padding-left: 24px;
  padding-left: 6.4vw;
  background-color: #fff;
}

.ly_main > section:not(.ly_kv) > div {
  padding-right: 24px;
  padding-right: 6.4vw;
  padding-left: 24px;
  padding-left: 6.4vw;
}

@media screen and (min-width: 768px) {
  .ly_main > .ly_wrap > div {
    max-width: 1251px;
    padding-right: 26px;
    padding-left: 26px;
    margin-inline: auto;
  }
  .ly_main > section:not(.ly_kv) > div {
    max-width: 1251px;
    padding-right: 26px;
    padding-left: 26px;
    margin-inline: auto;
  }
}
/* =============================================
  pc recruit & contact
============================================= */
.ly_wrap_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact_text{
  clear:both;
}
.contact_btn{
  clear:both;
}

@media screen and (min-width: 768px) {
  .contact_text{
  float: left;
}
.contact_btn{
  float: right;
}
}

/* =============================================
   KVエリア
============================================= */
.ly_kv {
  background-image: url("../img/kv_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 371px;
  height: 98.9333333333vw;
}

.ly_kv_lead {
  position: relative;
  padding: 177px 24px 0;
  padding: 47.2vw 6.4vw 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .ly_kv {
        height: 600px;
        background-image: url(../img/kv1.png);
        background-position: right;
        background-size: contain;
        max-width: 1200px;
        margin: 50px auto;
  }
  .ly_kv_lead {
    max-width: 1200px;
    padding: 170px 0 0 0;
  }
}
/* =============================================
   aboutエリア
============================================= */
.ly_about {
  position: relative;
  padding: 65px 0 70px 0;
  padding: 17.3333333333vw 0 18.6666666667vw 0;
}

@media screen and (min-width: 768px) {
  .ly_about {
    padding: 137px 0 150px;
  }
}
/* =============================================
   businessエリア
============================================= */

.scroll-text{
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  overflow-x: hidden;
}

/* liタグ */
.scroll-text li:first-child,
.scroll-text li:nth-child(3n){
  color:rgba(255, 205, 0, 0.5);
  font-size: 9em;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 1em 0 0;
  background: linear-gradient(0deg,rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 0) 50%);
  animation: marquee-left 16s linear infinite;
}

.scroll-text li:nth-child(2n),
.scroll-text li:last-child {
  color: rgb(255 255 255 / 0.2);
  -webkit-text-stroke: 1px black;
  font-size: 9em;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 1em 0 0;
  background: linear-gradient(0deg,rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 50%, rgba(255, 255, 255, 0) 50%);
  animation: marquee-left 16s linear infinite;
}

/* PCの時のフォントサイズ */
@media screen and (min-width: 768px) {
.scroll-text li {
    font-size: 8vw;
  }
}

/* アニメーション */
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}

.ly_business {
  position: relative;
  padding-top: 66px;
  padding-top: 17.6vw;
  padding-bottom: 66px;
  padding-bottom: 17.6vw;
}
.ly_business::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1762px;
  height: 469.8666666667vw;
  content: "";
  background-color: var(--cont-bg-color);
}

@media screen and (min-width: 768px) {
  .ly_business {
    padding-top: 149px;
    padding-bottom: 0;
  }
  .ly_business::before {
    height: 822px;
  }
}
/* =============================================
   recruitエリア
============================================= */
.ly_recruit {
  position: relative;
  padding: 135px 0 51px;
  padding: 36vw 0 13.6vw;
}

 .ly_recruit2 {
  background-color: var(--cont-bg-color);
   margin-left: 0;
   margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
 }

  .ly_recruit2:nth-child(2n){
  background-color: var(--cont-bg-color);
   margin-left: 0px;
   margin-top: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
 }

.recruit_text{
  width: 600px;
  width: 78.125vw;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.recruit_text p{
  font-size: 14px;
  font-size: 3.7333333333vw;
 }

@media screen and (min-width: 768px) {
  .ly_recruit {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0;
  }


  .ly_recruit2 {
    width: calc(50% - 26px);
    background-color: var(--cont-bg-color);
    margin-left: 0;
    margin-top: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
 }

 .recruit_text{
  width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}


 .recruit_text p{
  font-size: 17px;
 }
  .ly_recruit2:nth-child(2n){
  background-color: var(--cont-bg-color);
   margin-left: 30px;
   margin-top: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 15px;
 }
}
/* =============================================
   contactエリア
============================================= */
.ly_contact {
  position: relative;
  padding-top: 86px;
  padding-top: 22.9333333333vw;
  padding-bottom: 86px;
  padding-bottom: 22.9333333333vw;
  margin: 86px 0 0 0;
}

@media screen and (min-width: 768px) {
  .ly_contact {
    width: calc(100% - 26px);
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    margin: 100px 0 0 0;
  }
}
/* =============================================
   company profileエリア
============================================= */
.ly_companyProfile {
  position: relative;
  padding-top: 72px;
  padding-top: 19.2vw;
  padding-bottom: 95px;
  padding-bottom: 25.3333333333vw;
  margin-top: 74px;
  margin-top: 19.7333333333vw;
}
.ly_companyProfile::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--cont-bg-color);
}

@media screen and (min-width: 768px) {
  .ly_companyProfile {
    padding-top: 153px;
    padding-bottom: 149px;
    margin-top: 141px;
  }
}
/* =============================================
   accessエリア
============================================= */
.ly_access {
  position: relative;
  padding-top: 38px;
  padding-top: 10.1333333333vw;
  padding-bottom: 113px;
  padding-bottom: 30.1333333333vw;
}

@media screen and (min-width: 768px) {
  .ly_access {
    padding-top: 153px;
    padding-bottom: 144px;
  }
}