.txt {
  line-height: 1.8;
}

.work-detail {
  margin: 0 auto;
  max-width: 1000px;
}

.column-box {
  margin-top: 56px;
  width: 100%;
  display: flex;
  align-items: center;
}

.column-box img {
  width: 50%;
}

.column-box p {
  margin-left: 24px;
}

.interview-list {
  margin-top: 56px;
}

.interview-list li {
  margin-bottom: 24px;
  line-height: 1.8;
}

.interview-list li span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.company-link {
  margin-top: 36px;
  text-align: right;
}
.company-link a {
  position: relative;
  padding: 12px 46px 12px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #333;
  text-decoration: none;
  transition: .3s;
}
.company-link a:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  right: 22px;
  transform: translate(0, -50%);
  background: url("/images/recruit_btn_link_ico_202411.png") center / contain no-repeat;
}
.company-link a:hover {
  color: #333;
  opacity: .7;
}

.other-link {
  margin-top: 48px;
}
.other-link a {
  padding: 12px 48px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #333;
  background-color: #FFF;
  text-decoration: none;
  transition: .3s;
}
.other-link a:hover {
  color: #333;
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .txt {
    line-height: 1.8;
  }
  
  .work-detail {
    margin: 0 auto;
    padding: 0 16px;
    max-width: none;
  }
  
  /* .logo-wrap{
    text-align: center;
  } */
  .logo-wrap img {
    padding-right: 8vw;
    width: 82%;
  }

  .logo-wrap_2 img {
    padding-right: 8vw;
    width: 82%;
  }

  .leed {
    margin-top: 16px;
    font-size: 3.6vw;
    line-height: 2;
  }
  
  .column-box {
    margin-top: 56px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .column-box img {
    width: 100%;
  }
  
  .column-box p {
    margin-top: 24px;
    margin-left: 0;
  }
  
  .interview-list {
    margin-top: 64px;
  }
  
  .interview-list li {
    margin-bottom: 24px;
    font-size: 3.2vw;;
    line-height: 1.8;
  }
  
  .interview-list li span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
  }
  
  .company-link {
    margin-top: 48px;
    text-align: center;
  }
  .company-link a {
    position: relative;
    padding: 2.4vw 9.2vw 2.4vw 4vw;
    width: 60%;
    display: inline-block;
    font-size: 3.6vw;
    font-weight: bold;
    border: 2px solid #333;
    text-decoration: none;
    transition: .3s;
  }
  .company-link a:after {
    position: absolute;
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    top: 50%;
    right: 9vw;
    transform: translate(0, -50%);
    background: url("/images/recruit_btn_link_ico_202411.png") center / contain no-repeat;
  }
  
  .other-link {
    margin-top: 24px;
  }
  .other-link a {
    padding: 2.4vw 0;
    width: 60%;
    display: inline-block;
    font-size: 3.6vw;
    font-weight: bold;
    border: 2px solid #333;
    text-decoration: none;
    transition: .3s;
  }
 
}