@charset "UTF-8";
.home_column-ph__ttl{
  border-bottom: solid 2px #ed6c00;
  padding: 0 0 10px;
  color: #ed6c00;
  font-size: 2.5rem;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 20px;
}
.home_column-txt{
  flex-direction: column;
  
}
.home_column-ph__right{
  justify-content: right;
}
.home_column-ph__left{
  justify-content: left;
}
.home_column-normal .home_column-txt{
  padding: 20px 8% 20px 7%;
}
.home_column-rev .home_column-txt{
  padding-left: 7%;
}




@media screen and (max-width: 768px) {
  .home_column-ph-photoBox {
      width: 100%;
  }
  .home_column-normal .home_column-txt {
    width: 100%;
    display: block;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .home_column-rev .home_column-txt {
    width: 100%;
    display: block;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

/* インタビュー */


body#interview .recruiting_key.recruiting_key-vol1::after {
  background-image: url(../img/interview/vol1/key-v.jpg);
  /* width: 80%; */
  background-position: center;
}
@media only screen and (max-width: 549px) {
  body#interview .recruiting_key.recruiting_key-vol1::after {
      background-image: url(../img/interview/vol1/key-v-sp.jpg);
  }
}