@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: 29px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 32px;
  }
}

.m-header-001__btn-link {
      -ms-flex-pack: center;
  min-height: 80px;
  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: 52px;
  }
}

@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) {
  background-color: var(--primary, #04a1af);
}

.m-footer-001 {
  background: var(--primary, #04a1af);
}

.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;
  }
}

@media screen and (min-width: 768px) {
  .m-culture-002 {
    padding: 68px 0 60px;
  }
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item-figure {
    width: 50%;
  }
}

.m-culture-002__list-item-detail {
  color: var(--primary-txt, #ffffff);
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item-detail {
    width: 50%;
  }
}

.m-culture-002__list-item-detail-ttl {
  margin-bottom: 0;
  border-color: var(--primary-txt, #ffffff);
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .m-culture-002__list-item-detail-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-message-004 {
  padding: 92px 0 28px;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 45vw;
  background-color: var(--sub-bg, #f2f2f2);
}

.m-message-004__inner {
  max-width: 1040px;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
  }
}

.m-culture-003 {
  padding: 60px 0 70px;
}

@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 40px 0 10px;
  }
}

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003__list-item-detail {
  padding: 20px 25px;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail {
    padding: 20px 15px;
  }
}

.m-culture-003__list-item-detail-ttl {
  border-color: var(--primary-txt, #ffffff);
}

@media screen and (min-width: 768px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .m-require-003 {
    padding-top: 90px;
  }
}

.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-require-003__entry-btn {
  color: var(--sub-txt, #000000);
}

.m-require-003__detail-flow-ttl-number {
  background-color: var(--primary, #04a1af);
}
/*# sourceMappingURL=maps/custom.css.map */
