header nav ul li.recruit {
  border-bottom: 2px solid #fff;
}

.titleArea {
  background-image: url(../images/mainimg.jpg);
}

.readArea {
  margin: 100px 0 80px max(5vw, 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .readArea {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) {
  .readArea {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.readArea .text {
  width: calc(50% - 30px);
}
@media screen and (max-width: 668px) {
  .readArea .text {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}
.readArea .text h3 {
  font-size: clamp(35px, 4.1666666667vw, 100px);
  margin-bottom: 80px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .readArea .text h3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .readArea .text h3 {
    margin-bottom: 20px;
  }
}
.readArea .text h3 span {
  display: block;
}
.readArea .text h3 span:nth-child(2) {
  margin-left: 1em;
}
.readArea .text p {
  margin-left: 5vw;
  line-height: 200%;
}
@media screen and (max-width: 1367px) {
  .readArea .text p {
    margin-left: 0;
  }
}
.readArea .photo {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .readArea .photo {
    width: 100%;
  }
}
.readArea .photo .p01 {
  width: 31%;
}
.readArea .photo .p02 {
  width: 62%;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .readArea .photo .p02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 668px) {
  .readArea .photo .p02 {
    margin-top: 20px;
  }
}

.mainArea {
  margin: 0 max(5vw, 20px) 100px;
}
@media screen and (max-width: 960px) {
  .mainArea {
    margin-bottom: 40px;
  }
}
.mainArea .about {
  max-width: 1200px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 960px) {
  .mainArea .about {
    margin-bottom: 40px;
  }
}
.mainArea .about h4 {
  font-size: 4rem;
}
@media screen and (max-width: 1200px) {
  .mainArea .about h4 {
    font-size: clamp(23px, 3.3333333333vw, 100px);
  }
}
.mainArea .about h4 {
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .mainArea .about h4 {
    margin-bottom: 15px;
  }
}
.mainArea .about table {
  width: 100%;
  border-collapse: collapse;
}
.mainArea .about table tr th, .mainArea .about table tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  line-height: 180%;
}
@media screen and (max-width: 1200px) {
  .mainArea .about table tr th, .mainArea .about table tr td {
    padding: 15px 0;
  }
}
.mainArea .about table tr th {
  white-space: nowrap;
}
.mainArea .about table tr th {
  width: 130px;
}
@media screen and (max-width: 668px) {
  .mainArea .about table tr th {
    width: 90px;
  }
}
.mainArea .contact {
  text-align: center;
}
.mainArea .contact h5 {
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .mainArea .contact h5 {
    font-size: clamp(23px, 2.5vw, 100px);
  }
}
.mainArea .contact h5 {
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .mainArea .contact h5 {
    margin-bottom: 20px;
  }
}
.mainArea .contact .text {
  line-height: 200%;
  margin-bottom: 20px;
}
.mainArea .contact {
  /*.tel{
      margin: 50px 0 30px;
      @include media(tablet){
           margin: 20px 0;
      }
      small{
      display: inline-block;
      }
      a{
      font-size: 5rem;
      @include fontEn;
      @include media(tablet){
          font-size: 3.5rem;
      }
      }
      span{
      display: block;
      }
  }*/
}