@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");
@media screen and (min-width: 768px) {
  .pc-tab,
  .is-tablet-up {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab,
  .is-tablet-up {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-message-001 {
    margin: 0 auto;
  }
}

body {
  color: var(--sub-txt, #000000);
}

.m-header-001__logo {
  padding: 4px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    max-width: 70%;
    padding: 4px 15px;
  }
}

.m-header-001__logo-link-img {
  max-height: 26px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 22px;
  }
}

.m-header-001__btn-link {
      -ms-flex-pack: center;
  min-height: 80px;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link-txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-module-container > section:nth-of-type(odd) {
  background-color: #fff;
}

.c-headline-001__en {
  font-weight: 400;
  color: var(--primary-bg, #04a1af);
}

.m-footer-001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  height: 80px;
  background: var(--primary-border, #04a1af);
  color: var(--sub-txt, #000000);
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-footer-001 {
    height: 60px;
  }
}

.m-footer-001__copyright {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 0;
  }
}

.m-message-003 {
  padding: 120px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 50px 0 0;
  }
}

.m-message-003__inner {
  max-width: 1920px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-message-003__figure {
  margin-bottom: 5%;
  line-height: 0;
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: calc(100% - 20px);
    margin-bottom: 0;
  }
}

.m-message-003__detail {
  background-color: var(--primary, #04a1af);
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

.m-jobs-002 {
  padding: 120px 20px 70px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 50px 20px 30px;
  }
}

.m-jobs-002__list {
      -ms-flex-pack: center;
  padding: 0;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-jobs-002__list-item {
  padding: 25px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item {
    padding: 20px 0 0;
  }
}

.m-jobs-002__list-item-detail {
  margin-top: -36px;
}

.m-jobs-002__list-item-detail-job {
  margin-bottom: 16px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--primary-bg, #04a1af);
  text-transform: uppercase;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-jobs-002__list-item-detail-ttl {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail-ttl {
    margin: 0 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 400;
}

.m-jobs-002__content {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

.m-works-001 {
  padding: 120px 20px;
  background-color: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width: 767px) {
  .m-works-001 {
    padding: 50px 0 40px;
  }
}

.m-works-001__inner {
  max-width: 1000px;
}

.m-works-001 .c-headline-001 {
  margin-bottom: 32px;
}

.m-works-001 .c-headline-001__en {
  color: var(--primary, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-works-001__detail {
    margin-top: -12px;
  }
}

.m-works-001__desc-txt {
  padding-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.m-works-001__item {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.m-works-001__ttl-en {
  background-color: var(--primary, #04a1af);
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  .m-works-001__ttl-en {
    padding: 10px 12px 4px;
  }
}

.m-works-001__ttl-ja {
  background-color: var(--primary, #04a1af);
  letter-spacing: 1.5px;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 767px) {
  .m-works-001__ttl-ja {
    padding: 6px 12px 4px;
  }
}

.m-works-001__figure-img {
  width: 100%;
}

.m-culture-001 {
  padding: 100px 0 90px;
}

@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 26px 0 20px;
  }
}

.m-culture-001__list {
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item {
    padding: 12px 8px;
  }
}

.m-culture-001__list-item-figure-img {
  width: 100%;
}

.m-culture-001__list-item-detail-ttl {
  border-width: 0 0 1px;
  border-color: var(--primary, #04a1af);
  color: var(--primary, #04a1af);
}

@media screen and (min-width: 768px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-message-002 {
  background-position: 0 50%;
}

.m-message-002__inner {
  padding: 100px 40px 75px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 50px 20px 40px;
  }
}

.m-message-002__inner::before {
  background-color: var(--primary, #04a1af);
  opacity: .7;
}

.m-message-002__detail {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

.m-require-001 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding-top: 50px;
  }
}

.m-require-001__detail-ttl {
  position: relative;
  background-color: transparent;
  color: var(--primary-bg, #04a1af);
}

.m-require-001__detail-ttl::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-bg, #04a1af);
  content: "";
  opacity: .3;
}

.m-require-001__detail-desc {
  background-color: var(--primary-border, #04a1af);
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  background: transparent;
}

.m-require-001__entry-btn-icon {
  position: relative;
}

.m-require-001__detail {
  padding-top: 0;
}

.m-message-002 + .m-kv-001 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .m-message-002 + .m-kv-001 {
    padding-top: 50px;
  }
}
/*# sourceMappingURL=maps/custom.css.map */
