/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: transparent;
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -90px);
  margin-bottom: -70px;
}

@media screen and (max-width: 767px) {
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, -60px);
    margin-bottom: -60px;
  }
}

/* スマホサイズより位置を戻したい場合適用 */
@media screen and (max-width: 767px) {
  .m-header-001 {
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
  }
}

@media screen and (max-width: 767px){
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}

.m-header-001__logo {
  padding: 0;
  align-items: normal;
}

.m-header-001__logo-link-img {
  max-height: 80px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 70px;
  }
}

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

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #81c952;
}

.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;
  }
}

.m-footer-001 {
  background: #81c952;
  color: #fff;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

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

.c-page-ttl-001 {
  padding: 120px 20px;
}

/* IE対応 */
_:-ms-fullscreen, :root .c-page-ttl-001 {
  padding: 100px 20px;
}

@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
    padding: 60px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen, :root .c-page-ttl-001 {
    padding: 40px 20px;
  }
}

/* -------------------------------------------
メッセージ 001
------------------------------------------- */
.m-message-001 {
  /* background: #000 !important; */
}

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

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-message-001__detail {
    padding: 80px 30px;
  }
}

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

.m-message-001__headline-txt {
  /* color: #333; */
}

@media screen and (max-width: 767px) {
  .m-message-001__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-001__headline-txt {
    font-size: 1.8rem;
  }
}

.m-message-001__desc-txt {
  padding-bottom: 0;
  color: #333;
}

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

/* -------------------------------------------
仕事内容（単体） 003
------------------------------------------- */
.m-jobs-003 {
  padding: 0 20px 10px 20px;
}

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

.m-jobs-003__content-desc {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-003__content-desc {
    text-align: left;
  }
}

.m-jobs-003__list {
  justify-content: center;
}

.m-jobs-003__list-item-detail {
  background: #f7f7f7;
}

/* .m-jobs-003__list-item:nth-of-type(1) .m-jobs-003__list-item-detail {
  padding: 40px 40px 68px 40px;
} */

/* @media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-003__list-item:nth-of-type(1) .m-jobs-003__list-item-detail {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__list-item:nth-of-type(1) .m-jobs-003__list-item-detail {
    padding: 20px;
  }
} */

/* .m-jobs-003__list-item:nth-of-type(3) .m-jobs-003__list-item-detail {
  padding: 40px 40px 96px 40px;
} */

/* @media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-003__list-item:nth-of-type(3) .m-jobs-003__list-item-detail {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-003__list-item:nth-of-type(3) .m-jobs-003__list-item-detail {
    padding: 20px;
  }
} */

@media screen and (max-width: 1024px) {
  .m-jobs-003__list-item:nth-child(1) .m-jobs-003__list-item-figure {
    background-position: top left;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__list-item:nth-child(2) .m-jobs-003__list-item-figure {
    background-position: top right;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-003__list-item:nth-child(3) .m-jobs-003__list-item-figure {
    background-position: top center;
  }
}

.m-jobs-003__list-item-detail-job {
  font-size: 2rem;
}

.m-jobs-003__list-item-detail-ttl {
  font-size: 3rem;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-jobs-003__list-item-detail-ttl {
    font-size: 2rem;
  }
}

.m-jobs-003__list-item-detail-desc {
  color: #333;
}

/* -------------------------------------------
インタビュー 004
------------------------------------------- */
.m-interview-004 {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .m-interview-004 {
    padding: 0;
  }
}

.m-interview-004 .c-headline-001__ja {
  font-weight: 700;
}

.m-interview-004__nav-item-ttl {
  padding: 2px 20px 15px 20px;
  text-align: center;
}

.m-interview-004__nav-item-ttl-name {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-interview-004__nav-item-ttl-name {
    font-size: 2rem;
  }
}

.m-interview-004__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;
}

.m-interview-004__contents-section-detail-ttl {
  color: #333;
}

@media screen and (max-width: 320px) {
  .m-interview-004__contents-section-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-interview-004__contents-section-detail-intro {
  font-weight: 500;
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
  color: #333;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background-position: top center; */
  background-size: contain;
}
/* 
@media screen and (min-width: 1901px) {
  .m-message-002 {
    background-size: cover;
  }
} */

@media screen and (max-width: 1179px) {
  .m-message-002 {
    background-size: cover;
  }
}
@media screen and (min-width: 1901px) {
  .m-message-002__inner {
    padding: 95px 20px;
  }
}

@media screen and (min-width:1600px) and (max-width:1900px) {
  .m-message-002__inner {
    padding: 40px 20px;
  }
}

@media screen and (min-width:1180px) and (max-width:1599px) {
  .m-message-002__inner {
    padding: 0;
  }
}

@media screen and (min-width:1180px) and (max-width:1414px) {
  .m-message-002__detail {
    padding: 15px 0;
  }
}

.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 {
  margin: 25px 0 20px;
}


.m-message-002__headline-txt {
  /* color: #1770ca; */
}

@media screen and (min-width:1180px) and (max-width:1599px) {
  .m-message-002__headline-txt {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-002__headline-txt {
    font-size: 1.8rem;
  }
}

.m-message-002__desc-txt {
  /* color: #333; */
}

@media screen and (min-width:1180px) and (max-width:1599px) {
  .m-message-002__desc-txt {
    padding: 0;
  }
}

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

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  /* background: #f7f7f7 !important; */
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-003 .c-headline-001__ja {
  font-weight: 700;
}

@media screen and (max-width: 767px){
  .m-require-003__detail {
    padding-top: 14px;
  }
}

.m-require-003__detail-row {
  border-top: 1px solid #ddd;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #ddd;
}

.m-require-003__detail-ttl {
  /* color: #333; */
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}

.m-require-003__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary-bg);
}

.m-require-003__entry-btn:hover {
    color: var(--primary-txt);
}

.m-require-003__entry-btn::before {
  background: var(--primary);
}