@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 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    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 {
    padding: 4px 15px;
  }
}

.m-header-001__logo-link-img {
  max-height: 64px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 47px;
  }
}

.m-header-001__btn-link {
      -ms-flex-pack: center;
  min-height: 80px;
  background-color: var(--sub-txt, #000000);
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

@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(4) {
  background-color: var(--primary-bg, #04a1af);
}

.c-module-container > section:nth-of-type(3),
.c-module-container > section:nth-of-type(5) {
  background-color: #fff;
}

.c-module-container > section:nth-of-type(2) {
  background-color: var(--sub-bg, #f2f2f2);
}

.c-headline-001__en {
  font-weight: 400;
}

.c-headline-001__ja {
  font-weight: 500;
}

.m-footer-001 {
  background: var(--primary-border, #04a1af);
}

.m-footer-001__copyright {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.m-assessment-003 {
  position: relative;
  padding: 80px 0 105px;
}

@media screen and (max-width: 767px) {
  .m-assessment-003 {
    padding: 40px 0 60px;
  }
}

.m-assessment-003__list-item-inner {
  border-color: var(--primary-border, #04a1af);
}

.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: 60px 40px 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-jobs-001 {
  padding: 80px 20px 100px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 60px 20px 40px;
  }
}

.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: 20px 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-ttl {
  display: block;
  margin: 0 0 24px;
  padding: 0;
  background: transparent;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--sub-txt, #000000);
  letter-spacing: .1rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 400;
}

.m-interview-004 {
  padding: 80px 0 130px;
}

@media screen and (max-width: 767px) {
  .m-interview-004 {
    padding: 60px 0;
  }
}

.m-interview-004__inner {
  max-width: 1040px;
}

.m-interview-004__nav {
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-interview-004__nav-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: var(--primary, #04a1af);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.m-interview-004__nav-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.m-interview-004__contents {
  margin: 40px 0 0;
}

.m-interview-004__contents-section-figure {
  line-height: 0;
}

.m-interview-004__contents-section-figure + .m-interview-004__contents-section-detail {
  margin-top: -14%;
}

.m-interview-004__contents-section-detail-intro {
  font-weight: 500;
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
}

.m-require-003__detail-ttl {
  color: var(--sub-txt, #000000);
}

.m-require-003__detail-row {
  border-color: var(--primary-border, #04a1af);
}

.m-require-003__detail-row:last-child {
  border-color: var(--primary-border, #04a1af);
}

.m-assessment-003__list-item-ttl-num {
  background-color: var(--primary, #04a1af);
}

.m-require-003__detail-flow-ttl-number {
  background-color: var(--primary, #04a1af);
}

.m-require-003__entry-btn {
  background-color: var(--sub-txt, #000000);
}

.page-id-33 .c-page-ttl-001 {
  background-color: var(--sub-txt, #000000);
}

.page-id-33 .c-form__label-val.is-require {
  background-color: var(--sub-txt, #000000);
}

.page-id-33 .c-form input[type="radio"] + span::after {
  background-color: var(--primary, #04a1af);
}

.page-id-33 .c-form input[type="checkbox"] + span::after {
  border-color: var(--primary, #04a1af);
}
/*# sourceMappingURL=maps/custom.css.map */
