@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


.border-yellow {
  background: linear-gradient(transparent 60%, #ffe400 40%);
}

.box0 {
  border: 4px solid #539861;
}

.scroll {
  max-height: 370px !important;
}
.home_cont02 .box5 h3 {
  height: auto;
  min-height: 50px;
  padding-top: 0;
}

.list2 h3 {
    background-color: #1a36b1;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    padding: 10px;
}

.pd0 .box {
  padding: 0px!important;
}

.list3 {
  margin-top: 0px!important;
}


.btn p {
  background-color: #ffe400;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    color: #333 !important;
    width: 220px;
    text-align: center;
    padding: 14px;
}

/*2021.11.04　LINEボタン追加*/
.header_container {
  justify-content: space-between;
  align-items: center;
}

.col_01{
  width:auto!important;
  max-width:450px!important;
}

.btn01,.btn02,.btn03 {
  display:flex!important;
  justify-content: center;
  align-items:center;
  background-color: #ffe400;
  font-size: 14px!important;
  color: #333 !important;
  width: auto!important;
  text-align: center;
  padding-top:0!important;
  padding: 10px 12px!important;
}

.btn01,.btn02{
  margin-right: 10px!important;
}

.btn03 {
  background-color: #06c755;
  border-radius: 5px;
  color: #fff !important;
}

.btn03 img{
  padding-left:10px;
  text-align: center;
}


@media screen and (max-width:768px){
  .btn01,.btn02,.btn03 {
    font-size: 11px!important;
    padding: 10px 8px!important;
    white-space: nowrap;
  }
  
  .btn03 img{
    display:none;
  }

}

@media screen and (max-width: 468px){
  .btn p {
    margin: 5px !important;
    width: 97%;
  }
  .col_01{
    padding-right:80px;
  }

  .col_02{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right:0!important;
  }

  .btn01,.btn02{
    width:48%!important;
    margin-inline:auto!important;
  }

  .btn03{
    display:block;
    width:100%!important;
    margin-top:10px!important;
  }
}


/*             フッター             */
#footer .inner .footer_container .col_01 .nav_footer li a {
    color: #333 !important;
    font-size: 16px;
}

/******************20241016 t.h フッター修正**********************/
#footer .inner .footer_container .col_01 .nav_footer{
          flex-direction: column;
          align-items: flex-start;
}
/******************20250218 t.h ナビゲーション修正**********************/
#nav_global ul li a {
    font-size: 12px!important;
}
/******************20250218 t.h 採用情報ページ文字サイズ**********************/
.recruit {
    font-size: 20px;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    max-width: 1000px;
}
@media screen and (max-width: 468px) {
    .recruit {
        width: 100%;
    }
}