<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------------------
  変数
----------------------------------------------------*/
/* -----------------------------------------------------------
  opening
----------------------------------------------------------- */
.opening {
  position: relative;
  width: 100%;
  height: 50vh;
  background: url(../img/recruit/recruit-kv.jpg) no-repeat center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .opening {
    height: 45vh;
  }
}
.opening::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.opening__inner {
  position: relative;
  height: 100%;
  padding: 0 7vw;
  display: flex;
  align-items: center;
}
.opening__inner .opening-ttl--en {
  display: inline-block;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #8bbf1f;
}
@media screen and (max-width: 768px) {
  .opening__inner .opening-ttl--en {
    font-size: 18px;
  }
}
.opening__inner .opening-ttl--en span {
  color: #11803a;
}
.opening__inner .opening-ttl--jp {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFFFFF;
}
@media (min-width: 769px) and (max-width: 1499px) {
  .opening__inner .opening-ttl--jp {
    font-size: 45px;
    font-size: 3vw !important;
  }
}
@media screen and (max-width: 768px) {
  .opening__inner .opening-ttl--jp {
    font-size: 30px;
  }
}
.opening .opening-symbolmark {
  position: absolute;
  top: 40px;
  right: -50px;
  display: block;
  width: 60%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .opening .opening-symbolmark {
    top: auto;
    bottom: -30px;
    right: -30px;
    width: 80%;
  }
}
.opening .opening-symbolmark::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 64.47%;
  background: url(../img/share/symbolmark-white.svg) no-repeat center;
  background-size: cover;
}

/* -----------------------------------------------------------
  info
----------------------------------------------------------- */
.info {
  padding: 120px 0 60px;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 60px 0;
  }
}
.info__inner {
  padding: 0 7vw;
}
@media screen and (max-width: 768px) {
  .info__inner {
    padding: 0 20px;
  }
}
.info__container {
  max-width: 1000px;
  margin: 0 auto;
}
.info .info-table {
  width: 100%;
  margin-bottom: 60px;
}
.info .info-table tr:last-of-type th {
  border-bottom: 1px solid #8bbf1f;
}
.info .info-table tr th, .info .info-table tr td {
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.8;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .info .info-table tr th, .info .info-table tr td {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
.info .info-table tr th {
  width: 30%;
  font-size: 16px;
  vertical-align: center;
  text-align: center;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background-color: #8bbf1f;
}
@media screen and (max-width: 768px) {
  .info .info-table tr th {
    width: 100%;
    font-size: 15px;
    padding: 15px 20px;
    border-bottom: none;
  }
}
.info .info-table tr td {
  width: 70%;
  border: 1px solid #8bbf1f;
}
@media screen and (max-width: 768px) {
  .info .info-table tr td {
    width: 100%;
    text-align: justify;
  }
  .info .info-table tr td .br-none {
    display: none;
  }
}
.info .info-contact-box {
  text-align: center;
}
.info .info-contact-box .info-contact {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .info .info-contact-box .info-contact {
    display: block;
  }
}
.info .info-contact-box .info-contact__inner {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  background-color: #8bbf1f;
}
@media screen and (max-width: 768px) {
  .info .info-contact-box .info-contact__inner {
    display: block;
    padding: 20px 20px;
  }
}
.info .info-contact-box .info-contact__txt {
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .info .info-contact-box .info-contact__txt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.info .info-contact-box .info-contact__tel .info-tel {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 30px;
  color: #8bbf1f;
  padding: 15px 20px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .info .info-contact-box .info-contact__tel .info-tel {
    justify-content: center;
    font-size: 25px;
    padding: 10px 20px;
  }
}
.info .info-contact-box .info-contact__tel .info-tel:before {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  content: "";
  background: url(../img/share/tel-icon-lime.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .info .info-contact-box .info-contact__tel .info-tel:before {
    width: 25px;
    height: 25px;
  }
}
.info .info-contact-box .info-contact__tel .info-name {
  font-size: 14px;
  color: #FFFFFF;
  text-align: right;
}/*# sourceMappingURL=recruit.css.map */</pre></body></html>