@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
img {
  vertical-align: bottom;
}

/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 767.01px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 要項ページ body */
.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-weight: 500;
}

.c-headline-001__en {
  font-weight: 400;
  text-transform: uppercase;
}

.c-headline-001__ja {
  font-weight: 500;
  line-height: 1.6;
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

div[class^="m-require-"][class$="__detail-ttl"] {
    font-weight: 700;
    /* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
    font-weight: 500;
}

.m-header-001__logo-link-img {
    display: block;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        display: none;
    }
}

.m-header-001__logo-link-img.is-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img.is-mobile {
        display: block;
    }
}

/* .m-header-001__logo {
    padding: 20px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 30px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 30px;
    }
} */

/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
} */

/* 募集要項の罫線 */
div[class^="m-require-"][class$="__detail-row"] {
    border-color: var(--primary-border);
}

/* 見出し下の余白設定 */
.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;
}

/*　投稿ページ「タイトル：日本語」に img タグを挿入　*/
.img-headline {
  margin: 0 auto;
  height: 63px;
}

@media screen and (max-width: 767px) {
    .img-headline{
        height: 45px;
    }
}
@media screen and (max-width: 374px) {
    .img-headline.sp{
        display:none;
    }
}

.img-headline.sp320 {
  display: none;
  height: 46px;
}

@media screen and (max-width: 374px) {
  .img-headline.sp320 {
    display: inline-block;
  }
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
/* 色調整 */
.m-message-001 {
  /* background: #000 !important; */
}

.m-message-001__headline-txt {
  /* color: var(--primary); */
}

.m-message-001__desc-txt {
  /* color: var(--sub-txt, #333); */
}

/* その他 */
.m-message-001 {
  padding: 120px 0 80px;
}

@media screen and (max-width: 767px) {
  .m-message-001 {
    padding: 40px 0;
  }
}

.m-message-001__detail {
  padding: 0 20px;
}

.m-message-001__headline {
  margin-bottom: 20px;
}

.m-message-001__headline-txt {
   font-weight: 700;
}

.m-message-001__headline + .m-message-001__desc {
  margin-top: -2px;
}

.m-message-001__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}

.m-message-001__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
.m-interview-003__nav-item-btn {
  display: flex;
  flex-direction: column;
}

.m-interview-003__nav-item-figure {
  min-height: 1px; /* for IE */
}

.m-interview-003__nav-item-ttl {
  flex: 1 0 auto;
}

/* -------------------------------------------
福利厚生 001
------------------------------------------- */
/* 色調整 */
.m-welfare-001 {
  /* background: #000 !important; */
}

.m-welfare-001 .c-headline-001__en {
  /* color: var(--primary); */
}

.m-welfare-001__list-item-inner {
  border-color: var(--primary-border);
  background: #d4dce7;
  border-color: #d4dce7;
}

.m-welfare-001__list-item-ttl-num {
  /* color: var(--primary-txt); */
  /* background: var(--primary); */
}

.m-welfare-001__list-item-ttl-txt {
  /* color: var(--primary); */
}

.m-welfare-001__list-item-desc-txt {
  /* color: #fff; */
}

.m-welfare-001__desc-txt {
  /* color: var(--sub-txt); */
}

/* その他 */
.m-welfare-001__inner {
  max-width: 1140px;
  padding: 0 30px;
}
@media screen and (max-width: 1024px) {
  .m-welfare-001__inner {
    padding: 0 20px;
  }
}

.m-welfare-001__list{
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  margin-top: -20px;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list{
    margin-top: 0;
  }
}

.m-welfare-001__list-item {
  padding: 20px 10px 0;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item {
    width: 100%;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item:first-child {
    padding-top: 0;
  }
}

.m-welfare-001__list-item-ttl {
  margin-bottom: 20px;
}

.m-welfare-001__list-item-ttl:last-child {
  margin-bottom: 0;
}

.m-welfare-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-ttl-txt {
    font-size: 2rem;
  }
}

.m-welfare-001__list-item-figure {
  margin-bottom: 10px;
}

.m-welfare-001__list-item-figure:last-child {
  margin-bottom: 0;
}

.m-welfare-001__list-item-desc {
  padding: 0;
}

.m-welfare-001__list-item-ttl + .m-welfare-001__list-item-desc {
  margin-top: -2px;
}

.m-welfare-001__list-item-desc-txt {
  font-size: 1.5rem;
  text-align: justify;
}

.m-welfare-001__desc {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__desc {
    padding-top: 20px;
  }
}

.m-welfare-001__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__desc-txt {
    padding: 24px 0 0;
  }
}

.m-welfare-001__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
メッセージ 004
------------------------------------------- */
/* 色調整 */
.m-message-004 {
  background: #9ab8d0 !important;
}

.m-message-004::before {
  background: #0058a2;
  opacity: 0.5;
}

.m-message-004__headline-txt {
  /* color: var(--primary); */
}

.m-message-004__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-004 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0;
  }
}

.m-message-004::before {
  top: 0;
  max-height: 45vw;
}

.m-message-004__detail {
  padding-bottom: 0;
}

.m-message-004__headline {
  margin-bottom:40px;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline {
    margin-bottom: 20px;
  }
}

.m-message-004__headline:only-child {
  margin-bottom: 0;
}

.m-message-004__headline + .m-message-004__desc {
  margin-top: -2px;
}

.m-message-004__headline-txt {
  font-weight: 700;
}

.m-message-004__desc-txt {
  padding: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
    padding-bottom: 24px;
  }
}

.m-message-004__desc-txt:first-child {
  padding-top: 0;
}

.m-message-004__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
}

.m-gallery-003 .c-headline-001 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-gallery-003 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.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: 25%;
}

@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;
  }
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
/* 色調整 */
.m-message-002 {
  /* background: #000 !important; */
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  opacity: .5;
}

.m-message-002__headline-txt {
  /* color: var(--primary); */
}

.m-message-002__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner {
  padding: 100px 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 20px;
  }
}

.m-message-002__detail {
  padding: 0;
}

.m-message-002__headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__headline {
    margin-bottom: 30px;
  }
}

.m-message-002__headline:only-child {
  margin-bottom: 0;
}

.m-message-002__headline-txt {
  font-weight: 700;
}

.m-message-002__headline + .m-message-002__desc {
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

.m-message-002__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 24px 0 0;
  }
}

.m-message-002__desc-txt:first-child {
  padding-top: 0;
}

.m-message-002__desc-txt:last-child {
  padding-bottom: 0;
}


.m-header-001 {
  background: #80a8c9;
}

.m-header-001__logo {
  padding: 0;
}

.m-header-001__logo-link-img {
  max-height: 80px;
}

.m-header-001__btn-link {
  background: #000;
}

.m-interview-003 {
  background: #9ab8d0;
}

.m-interview-003__nav {
  justify-content: center;
}

.m-interview-003__nav-item-ttl-name {
  font-size: 16px;
  font-size: 1.6rem;
}

.m-interview-003__contents-section-detail-ttl {
  font-size: 35px;
  font-size: 3.5rem;
}

span.m-interview-003__contents-section-detail-content-txt-block {
  font-weight: 500;
}

.m-welfare-001 {
  padding: 80px 0 120px;
}

.m-welfare-001__list-item-ttl {
  font-weight: 600;
}

.m-gallery-003 {
  padding: 80px 0 160px;
}

.m-require-001 {
  padding-top: 120px;
}

.m-require-001__detail-ttl {
  background: rgba(0, 0, 0, 0.5);
}

.m-require-001__detail-flow-ttl-number {
  background: rgba(0, 0, 0, 0.5);
}

.m-require-001__detail-desc::before {
  background: #d4dce7;
  opacity: 1;
}

.m-require-001__entry-btn {
  background: #000;
}

.m-footer-001 {
  background: #3e4a53;
}

.g-pagetop-btn::before {
  background: #000;
}

.c-module-container>section:nth-of-type(even) {
  background-color: var(--sub-bg, #f2f2f2);
}

@media screen and (max-width:767px) {
  .m-header-001__logo-link-img {
    max-height: 48px;
  }

  .m-interview-003 {
    padding: 40px 0 0;
  }

  .m-interview-003__nav-item-ttl-name {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
  }

  .m-interview-003__contents-section-detail {
    padding: 20px 0;    
  }

  .m-interview-003__contents-section-detail-ttl {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }

  .m-welfare-001 {
    padding: 40px 0;
  }

  .m-gallery-003 {
    padding: 40px 0;
  }

  .m-require-001 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 2rem;
     letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja,
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
     font-size: 1.8rem;
     letter-spacing: .1rem;
  }

  .m-interview-003__nav-item-ttl {
    padding: 10px 8px 15px;
  }

  .m-interview-003__nav-item-ttl-name {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  .m-interview-003__contents-section-detail-ttl {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}