@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 {
  background: var(--primary, #04a1af);
}

.m-header-001__logo {
  padding: 4px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    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: 18px;
  }
}

.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: 45px;
  }
}

@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.m-message-003 {
  background: #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, #04a1af);
  -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;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 0;
  }
}

.m-message-003 {
  padding: 120px 0 80px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 50px 0 20px;
  }
}

.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;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

.m-jobs-005 {
  padding: 40px 20px 120px;
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 30px 20px 50px;
  }
}

.m-jobs-005__content-images {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-images {
    margin-bottom: 16px;
  }
}

.m-jobs-005__content-ttl {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-ttl {
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}

.m-jobs-005__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-jobs-005__list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-jobs-005__list-item-detail-job {
  padding: 16px 0 28px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .m-jobs-005__list-item-detail-job {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-job {
    padding: 12px 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-jobs-004 {
  padding: 120px 20px 90px;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 50px 20px 25px;
  }
}

@media screen and (min-width: 768px) {
  .m-jobs-004__content-images {
    overflow: hidden;
    margin: 0 -20px 20px;
  }
}

.m-jobs-004__content-ttl {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
  }
}

.m-jobs-001 {
  padding: 120px 20px 95px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 50px 20px 35px;
  }
}

.m-jobs-001__inner {
  max-width: 1340px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    padding: 0;
    text-align: left;
  }
}

.m-jobs-001__list {
  padding: 0;
}

.m-jobs-001__list-item {
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item {
    padding: 10px 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 50px 40px 0;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 20px 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-001__list-item-inner {
      -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.m-jobs-001__list-item-figure {
  width: 59.70149%;
  min-height: 500px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40.29851%;
  margin: 0;
  padding: 40px 0 40px 50px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    padding: 20px 0 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
  }
}

.m-jobs-001__list-item-detail-job {
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--sub-txt, #000000);
  letter-spacing: .1rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-job {
    margin: 0 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-jobs-001__list-item-detail-ttl {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  background: transparent;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-bg, #04a1af);
  letter-spacing: .1rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 400;
}

.m-require-002 {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .m-require-002 {
    padding-top: 50px;
  }
}

.m-require-002__detail-ttl {
  font-weight: 900;
  color: var(--primary-bg, #04a1af);
}

.m-require-002__detail-desc {
  font-weight: 400;
}
/*# sourceMappingURL=maps/custom.css.map */
