/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

.m-header-001__logo {
  padding: 2px 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 10px 2%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 5px 2%;
  }
}

.m-header-001__logo-link-img {
  max-height: 79px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 74px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 72px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #4dc53b;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@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;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: .2rem;
  }
}

.m-footer-001 {
  background: #4dc53b;
  color: #fff;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
1日の仕事の流れ 003
------------------------------------------- */
.m-schedule-003__list {
  border: solid #333;
  border-width: 0;
}

.m-schedule-003__list-item {
  border: solid #333;
  border-width: 1px 0 0 0;
}

.m-schedule-003__list-item:last-child {
  border-width: 1px 0;
}

.m-schedule-003__list-item-ttl {
  color: #333;
}

.m-schedule-003__list-item:nth-child(3) .m-schedule-003__list-item-figure-img {
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .m-schedule-003__list-item:nth-child(3) .m-schedule-003__list-item-figure-img {
    max-width: 100%;
  }
}

.m-schedule-003__list-item-time {
  min-width: 210px;
}

@media screen and (max-width: 767px) {
  .m-schedule-003__list-item-time {
    min-width: 140px;
  }
}

.m-schedule-003__list-item-time-txt {
  color: #4dc53b;
}

.m-schedule-003__list-item-desc-txt {
  color: #333;
}

.m-schedule-003__list-item:nth-child(odd)::after {
  background: #f2f2f2;
}

.m-schedule-003__list-item-content {
  width: calc(100% - 210px);
}

@media screen and (max-width: 767px) {
  .m-schedule-003__list-item-content {
    width: 100%;
  }
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
.m-about-002 {
  padding-top: 16%;
  padding-bottom: 0;
}

.m-about-002__background {
  top: 0;
  height: 0;
  max-height: none;
  padding-top: 25%;
  /* background-position: top center; */
}

@media screen and (min-width: 1441px) {
  .m-about-002 {
  padding-top: calc(1440px * .16);
  }

  .m-about-002__background {
  padding-top: calc(1440px * .25);
  }
}

@media screen and (max-width: 767px) {
  .m-about-002 {
  padding-top: 23%;
  }

  .m-about-002__background {
  padding-top: 35%;
  }
}

.m-about-002__headline-txt {
  color: #4dc53b;
}

@media screen and (max-width: 320px) {
  .m-about-002__headline-txt {
    font-size: 2rem;
  }
}

.m-about-002__detail {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .m-about-002__detail {
    padding-bottom: 40px;
  }
}

.m-about-002__desc-txt {
  padding-bottom: 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-about-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
インタビュー 002
------------------------------------------- */
.m-interview-002 {
  padding: 0 0 50px 0;
  /* background: #effaff; */
}

@media screen and (max-width: 767px) {
  .m-interview-002 {
    padding: 0 0 0 0;
  }
}

.m-interview-002 .c-headline-001 {
  margin: 0 0 15px 0;
}

.m-interview-002__nav {
  justify-content: center;
}

.m-interview-002__contents-section {
  margin: 0;
}

.m-interview-002__contents-section-detail {
  padding: 40px 40px 10px 40px;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-detail {
    padding: 40px 20px 40px 20px;
  }
}

.m-interview-002__contents-section-detail-intro {
  font-size: 2.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-detail-intro {
    font-size: 2rem;
  }
}

.m-interview-002__contents-section-detail-content-txt {
  font-weight: 400;
  color: #333;
}

.m-interview-002__contents-section-detail-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #4dc53b;
  border: 1px solid #4dc53b;
  border-width: 0 0 1px 0;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-detail-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-interview-002__nav-item-ttl {
    padding: 10px 10px 15px;
  }
}

.m-interview-002__nav-item-ttl-name {
  padding: 10px 0;
}

.m-interview-002__nav-item-ttl-ruby {
  font-family: 'Josefin Sans',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-figure+.m-interview-002__contents-section-detail {
    margin-top: -90px;
  }
}

@media screen and (max-width: 320px) {
  .m-interview-002__nav-item-ttl-category {
    font-size: 1.1rem;
    letter-spacing: .1rem;
  }
}

.m-interview-002__nav-item-ttl-ruby {
    font-size: 1.1rem;
    letter-spacing: .1rem;
}

@media screen and (max-width: 320px) {
  .m-interview-002__nav-item-ttl-ruby {
    font-size: 1.1rem;
    letter-spacing: .1rem;
  }
}

.m-interview-002__contents-card-lead {
  display: block;
  margin-top: 15px;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  /* opacity: .7; */
}

@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }
}

.m-message-002__headline-txt {
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-002__headline-txt {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

.m-message-002__desc-txt {
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-004 {
  padding: 80px 0;
  /* background: #f7f7f7 !important; */
}

@media screen and (max-width: 767px) {
  .m-require-004 {
    padding: 40px 0;
  }
}

.m-require-004 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-004 .c-headline-001__en {
  /* color: #333; */
  text-transform: uppercase;
}

.m-require-004 .c-headline-001__ja {
  font-weight: 700;
  /* color: #333; */
}

.m-require-004__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 767px){
  .m-require-004__detail {
    padding: 20px;
  }
}

.m-require-004__detail-row {
  border-top: 1px solid #ddd;
}

.m-require-004__detail-row:last-child {
  border-bottom: 1px solid #ddd;
}

.m-require-004__detail-ttl {
  font-weight: 700;
  /* color: #333; */
}

.m-require-004__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-004__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* 応募ボタン背景なしの場合にコメントアウトを削除 */
.m-require-004__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary-bg);
}

.m-require-004__entry-btn:hover {
    color: var(--primary-txt);
}

.m-require-004__entry-btn::before {
  background: var(--primary);
}