@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap");

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

img {
  vertical-align: bottom;
}

b {
  font-weight: 700;
}

.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.c-headline-001 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 {
    margin-bottom: 20px;
  }
}

.c-headline-001 + * {
  padding-top: 0;
  margin-top: 0;
}

.c-headline-001__en {
  font-weight: 400;
  text-transform: uppercase;
}
.c-headline-001__ja {
  font-weight: 500;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 10.5px 40px;
}
.m-header-001__logo-link-img {
  max-height: 54px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 50px;
  }
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__btn-link {
  min-height: 60px;
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
/* 色調整 */
.m-about-003 {
  /* background: #000 !important; */
}

.m-about-003__headline-txt {
  color: var(--primary);
}

.m-about-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-about-003 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 40px 0;
  }
}

.m-about-003__detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-about-003__detail {
    padding: 20px 0 0;
  }
}

.m-about-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-003__headline {
    margin-bottom: 20px;
  }
}

.m-about-003__headline:only-child {
  margin-bottom: 0;
}

.m-about-003__headline + .m-about-003__desc {
  margin-top: -2px;
}

.m-about-003__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-003__desc-txt {
    padding: 24px 0 0;
  }
}

.m-about-003__desc-txt:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .m-about-003__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .m-about-003__figure {
    width: 100%;
  }

  .m-about-003__detail {
    width: 100%;
    padding: 35px 0 0;
    text-align: center;
  }
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  padding-top: 0;
}

.m-gallery-003__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__inner {
    padding: 0 20px;
  }
}

.m-gallery-003__list {
  padding: 0;
  margin: -5px;
}

.m-gallery-003__list-item {
  padding: 5px;
  width: 33.3%;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin: -3px;
  }

  .m-gallery-003__list-item {
    padding: 3px;
  }
}

/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 80px 0;
  background: var(--sub-bg) !important;
}
@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 40px 0;
  }
}

.m-culture-003 .m-culture-003__inner {
  padding: 0 40px;
  max-width: 800px;
}
@media screen and (max-width: 1024px) {
  .m-culture-003 .m-culture-003__inner {
    padding: 0 20px;
  }
}

.m-culture-003__list {
  padding: 0;
  margin: 0 0 -40px;
}
.m-culture-003__list-item {
  margin: 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .m-culture-003__list {
    margin: 0 0 -25px;
  }
  .m-culture-003__list-item {
    padding: 0 0 25px;
  }
}

.m-culture-003__list-item-detail {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail {
    padding: 10px 0 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  border-color: var(--primary-border);
  padding: 7px 0;
  color: var(--primary);
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------
募集要項 003
------------------------------------------- */
.m-require-003 {
}

.m-require-003__detail-row {
  border-color: var(--primary-border, #ddd);
}

.m-require-003__detail-row:last-child {
  border-color: var(--primary-border, #ddd);
}

.m-require-003__detail-ttl {
  font-weight: 700;
  color: var(--sub-txt);
}

.m-require-003__detail-desc {
  font-weight: 500;
}

.m-require-003__detail-flow-ttl-number {
}

/* フッター */
.m-footer-001 {
  background: var(--sub-bg);
  color: var(--primary);
}

/* フォント */
.c-headline-001__ja,
[class$="__headline-txt"],
[class$="__content-ttl"] {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2.1rem;
    letter-spacing: 0.3rem;
  }
}

.img-headline {
  height: 60px;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 48px;
    margin: 0 0 5px;
  }
}

@media screen and (max-width: 374px) {
  .img-headline {
    height: 43px;
  }
}
