@charset "UTF-8";

.tbllist_td_flex{
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 1rem;
}

.tbllist_td_flex:not(:last-child){
  margin-bottom: 2rem;
}

.tbllist_td_flex .cont img{
  margin-bottom: 1rem;
}


@media screen and (max-width: 767px) {
  .tbllist_td_flex{
    flex-wrap: wrap;
  }
  .tbllist_td_flex .img,
  .tbllist_td_flex .cont{
    display: block;
    width: 100%;
  }
}


.recruitarea .row{
  padding-bottom: 30px;
}

section.s1.recruitarea h2{
  background-color: #0A59A8;
  color: #fff;
}

.recruitarea .txt{
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .recruitarea .txt{
    text-align: left;
    margin-bottom: 30px;
  }
}

.list_recruit{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .list_recruit{
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.list_recruit li{
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .list_recruit li{
    padding: 40px 24px;
  }
}

.entry__content .list_recruit_ttl{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .entry__content .list_recruit_ttl{
    font-size: 15px;
  }
}

.list_recruit li a{
  transition: .3s;
}

.list_recruit li a:hover{
  opacity: 0.5;
}

.list_recruit li img{
  width: 100%;
  max-width: 415px;
  margin: auto;
  border: 1px solid #0A59A8;
}

.menu-spmenu-container{
  height: calc(100vh - 65px);
  overflow: scroll;
}

@media screen and (max-width: 767px) {
  body.menu-open {
    overflow: hidden;
  }
}