@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: 66px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 36px;
  }
}

.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: 40px;
  }
}

@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(1),
.c-module-container > section:nth-of-type(2),
.c-module-container > section:nth-of-type(5) {
  background-color: #fff;
}

.c-module-container > section:nth-of-type(3) {
  background-color: var(--sub-bg, #f2f2f2);
}

.c-headline-001__en {
  font-weight: 400;
}

.m-footer-001__copyright {
  padding: 23px 0;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.m-message-001 {
  padding: 85px 0 75px;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0;
  }
}

.m-message-001__detail {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

.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 {
  opacity: .5;
}

.m-message-002__detail {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

.m-jobs-001 {
  padding: 100px 20px 75px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px 30px;
  }
}

.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: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .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 15px;
  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 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 400;
}

.m-culture-001__list {
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.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-border, #04a1af);
}

@media screen and (min-width: 768px) {
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-require-002__detail-row::before {
  background-color: var(--sub-bg, #f2f2f2);
  opacity: 1;
}

.m-require-002__detail-desc {
  font-weight: 400;
}

.m-require-002__entry-btn {
  border: 2px solid var(--primary-bg, #04a1af);
  background: transparent;
  color: var(--primary, #04a1af);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.m-require-002__entry-btn:hover {
  color: var(--primary-txt, #ffffff);
}

.m-require-002__entry-btn::before {
  background: var(--primary, #04a1af);
}
/*# sourceMappingURL=maps/custom.css.map */
/* -------------------------------------------
メッセージ 005
------------------------------------------- */
/* 色調整 */
.m-message-005 {
  /* background: #000 !important; */
}

.m-message-005__headline-txt {
  color: var(--primary);
}

.m-message-005__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-005 {
	padding: 80px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
	  padding: 40px 0 0;
  }
}

.m-message-005__inner {
  padding: 0;
}

.m-message-005__images {
  margin: -5px 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__images {
    margin: -2.5px 0;
  }
}

.m-message-005__images-item {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item {
    padding: 2.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd):last-child {
    padding-right: 2.5px;
  }
}

@media screen and (min-width: 767.01px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }
  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}

.m-message-005__detail {
  padding: 40px 40px 0;
}

@media screen and (max-width: 1024px) {
  .m-message-005__detail {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__detail {
    padding: 30px 20px 0;
  }
}

.m-message-005__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-005__headline {
    margin-bottom: 20px;
  }
}

.m-message-005__headline:only-child {
  margin-bottom: 0;
}

.m-message-005__headline + .m-message-005__desc {
  margin-top: -2px;
}

.m-message-005__desc-txt {
  padding: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    padding-bottom: 24px;
    text-align: left;
  }
}

.m-message-005__desc-txt:last-child {
  padding-bottom: 0;
}