<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 769px) {
  #recruit .sec02,
  #recruit .sec03 {
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  #recruit .sec02,
  #recruit .sec03 {
    padding: 30px 0 0;
  }
}

@media only screen and (min-width: 769px) {
  #recruit .recritWrap {
    /* display: flex;
    flex-flow: row wrap;
    justify-content: space-between; */
  }
}

#recruit .recruitBox {
  border: 1px solid #ccc;
}

@media only screen and (min-width: 769px) {
  #recruit .recruitBox {
    margin-bottom: 30px;
    padding: 30px;
  }

  #recruit .box__movie {
    margin: 30px auto 0;
    padding: 30px 0 0;
    width: 700px;
  }
  #recruit .box__movie iframe {
    width: 700px !important;
  }
  #recruit .recruitBox__title {
    margin-bottom: 20px;
    color: #595955;
    border-bottom: 2px solid #F6BD03;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2;
  }
  #recruit .recruitBox__txt .intro {
    font-size: 1.2rem;
    line-height: 2;
  }

}

@media only screen and (max-width: 768px) {
  #recruit .recruitBox {
    margin-bottom: 20px;
    padding: 30px 20px;
  }
  #recruit .recruitBox__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2;
    color: #595955;
    border-bottom: 2px solid #F6BD03;
  }
  #recruit .recruitBox__txt .intro {
    font-size: 1.5rem;
    line-height: 2;
  }

  #recruit .box__movie {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  #recruit .box__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

}




#recruit .recruitBox__txt .job {
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  #recruit .recruitBox__txt .job {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 768px) {
  #recruit .recruitBox__txt .job {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#recruit .recruitBox__txt .job__list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #recruit .recruitBox__txt .job__list {
    margin-bottom: 20px;
  }
}
#recruit .recruitBox__txt .job__list li {
  margin-bottom: 5px;
  padding-left: 20px;
  font-weight: bold;
  position: relative;
}
#recruit .recruitBox__txt .job__list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #005068;
  position: absolute;
  top:13px;
  left:0;
}
#recruit .recruitBox__txt .job__list li span{
  font-weight: normal;
}

#recruit .recruitBox__txt p:last-child {
  margin-bottom: 0;
}

#recruit .recruitBox__txt .btnList {
  text-align: center;
}
#recruit .recruitBox__txt .btnList li {
  display: inline-block;
  margin-right: 20px;
}
#recruit .recruitBox__txt .btnList li:last-child {
  margin-right: 0;
}

#recruit .linkBox {
  margin-top: 60px;
  padding: 30px;
  background-color: #f2f2f2;
}
#recruit .linkBox .text {
  text-align: center;
}
#recruit .linkBox .btn {
  margin: 0;
  text-align: center;
}
#recruit .linkBox .btn a {
  background: #F6BD03;
  display: inline-block;
  padding: 10px 28px;
  font-size: 18px;
  font-weight: bold;
  color: #595955;
}
#recruit .linkBox .btn a i {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  #recruit .recruitBox__txt .btnList li {
    margin-bottom: 20px;
    display: block;
    margin-right: 0;
  }

  #recruit .linkBox {
    margin-top: 40px;
    padding: 20px;
  }

  #recruit .linkBox .btn a {
    background: #F6BD03;
    display: inline-block;
    padding: 10px;
    width: 100%;
    font-size: 15px;
  }
}


#recruit .certifiedBox {
  padding: 30px;
  border: 1px solid #ccc;
  display: flex;
  align-items:center;
}
#recruit .certifiedBox .image {
  margin-right: 30px;
}
#recruit .certifiedBox .image img {
  width: 130px;
}
#recruit .certifiedBox .text h2 {
  margin-bottom: 15px;
  color: #595955;
  font-size: 2.1rem;
  line-height: 1.6;
}
#recruit .certifiedBox .text p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  #recruit .certifiedBox {
    display: block;
  }
  #recruit .certifiedBox .image{
    margin: 0 0 20px;
    text-align: center;
  }
  #recruit .certifiedBox .image img {
    width: 50px;
  }
  #recruit .certifiedBox .text h2 {
    font-size: 1.8rem;
    text-align: center;
  }
}</pre></body></html>