@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;
  }

  .single-post_recruit .m-header-001 {
    background: transparent;
  }
  
  .m-header-001 + .m-kv-001 {
    margin-top: -68px; /* PCヘッダーの高さ */
  }
  
  @media screen and (max-width: 767px) {
    .m-header-001 + .m-kv-001 {
      margin-top: -48px; /* SPヘッダーの高さ */
    }
  }
  
  /* ロゴ */
  .m-header-001__logo {
    padding: 17px 40px;
  }
  
  @media screen and (max-width: 767px) {
    .m-header-001__logo {
      padding: 12px 15px;
      max-width: 220px;
    }
  }
  
  .m-header-001__logo-link-img {
    display: block;
    max-height: 24px;
  }
  
  @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;
    }
  }
  
  /* 大見出し */
  .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: 700;
    line-height: 1.6;
  }
  
  @media screen and (max-width: 767px) {
    .c-headline-001__ja {
      font-size: 2rem;
      letter-spacing: .2rem;
    }  
  }
  
  @media screen and (max-width: 374px) {
    .c-headline-001__ja {
      font-size: 1.8rem;
      letter-spacing: .1rem;
    }  
  }
  
  /* モジュール内見出し */
  @media screen and (max-width: 767px) {
    [class$="__headline-txt"],
    [class$="__content-ttl"] {
      font-size: 2rem;
      letter-spacing: .2rem;
    }
  }
  
  @media screen and (max-width: 374px) {
    [class$="__headline-txt"],
    [class$="__content-ttl"] {
      font-size: 1.8rem;
      letter-spacing: .1rem;
    }
  }

  /* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001__desc-txt {
    padding-bottom: 0;
  }
  
  @media screen and (max-width: 767px){
    .m-works-001__item:not(:last-child) {
      margin-bottom: 40px;
    }
  }
  
  .m-works-001__detail {
    margin-top: -28px;
  }
  
  @media screen and (max-width: 767px) {
    .m-works-001__detail {
      margin-top: -20px;
    }
  }

  .m-works-001__ttl-en {
    font-weight: 400;
    background-color: #043a1a;
  }
  
  _:-ms-fullscreen, :root .m-works-001__ttl-en {
    padding-top: 0;
    padding-bottom: 4px;
  }
  
  @media screen and (max-width: 767px){
    _:-ms-fullscreen, :root .m-works-001__ttl-en {
      padding-top: 6px;
      padding-bottom: 8px;
    }
  }
  
  .m-works-001__ttl-ja {
    padding: 6px 20px 4px;
    background-color: #043a1a;
  }
  
  @media screen and (max-width: 767px){
    .m-works-001__ttl-ja {
      margin-bottom: 0;
    }
  }
  
  _:-ms-fullscreen, :root .m-works-001__ttl-ja {
    padding-top: 6px;
  
  }
  
  @media screen and (max-width: 767px){
    _:-ms-fullscreen, :root .m-works-001__ttl-ja {
      padding-bottom: 2px;
    }
  }

  /* -------------------------------------------
社風 001
------------------------------------------- */
.m-culture-001 {
    padding: 80px 0;
    background-color: var(--sub-bg) !important;
  }
  
  @media screen and (max-width: 767px) {
    .m-culture-001 {
      padding: 40px 0;
    }
  }
  
  .m-culture-001__inner {
    max-width: 1480px;
  }
  
  .m-culture-001__list {
    padding: 0 8px;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  
  .m-culture-001__list {
    margin: -12px auto;
  }
  
  .c-headline-001 + .m-culture-001__list {
    margin: -12px auto;
  }
  
  @media screen and (max-width: 1024px) {
    .m-culture-001__list {
      margin-bottom: 0;
    }
  
    .c-headline-001 + .m-culture-001__list {
      margin-bottom: 0;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .m-culture-001__list-item {
      padding: 30px 15px 0;
    }
    .m-culture-001__list-item:first-child {
      padding-top: 0;
    }
  }
  
  .m-culture-001__list-item-figure-img {
    width: 100%;
  }
  
  .m-culture-001__list-item-detail-ttl {
    border-width: 0 0 1px;
    font-weight: 700;
    border-color: var(--primary-border, #04a1af);
    /* color: var(--primary); */
  }
  
  .m-culture-001__list-item-detail-ttl:only-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .m-culture-001__list-item-detail-ttl-txt {
    font-size: 2rem;
    color:var(--primary);
  }
  
  @media screen and (max-width: 767px) {
    .m-culture-001__list-item-detail-ttl-txt {
      font-size: 1.5rem;
    }
  }
  
  .m-culture-001__list-item-detail-desc {
    /* color: var(--primary); */
  }
  
  .m-culture-001__list-item-detail-desc-txt {
    text-align: justify;
  }

  /* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
    padding: 80px 0 0;
  }
  
  @media screen and (max-width: 767px) {
    .m-jobs-004 {
      padding: 40px 0 0;
    }
  }
  
  .m-jobs-004__content-images {
    padding-top: 0;
  }
  
  .m-jobs-004__content {
    margin: 0;
  }
  
  .m-jobs-004__content-ttl {
    font-weight: 700;
    padding: 0 40px;
  }
  
  @media screen and (min-width: 767.1px) {
    .m-jobs-004__content-ttl {
      font-size: 3rem;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-jobs-004__content-ttl {
      padding: 0 20px; 
    }
  }
  
  .m-jobs-004__content-desc {
    padding: 0 40px;
  }
  
  @media screen and (max-width: 767px) {
    .m-jobs-004__content-desc {
      text-align: left;
      padding: 0 20px;
    }
  }

  /* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
    padding: 80px 20px;
    background-color: var(--sub-bg) !important;
  }
  
  @media screen and (max-width: 767px) {
    .m-jobs-002 {
      padding: 40px 20px;
    }
  }
  
  .m-jobs-002__content-desc {
    font-weight: 500;
  }
  
  @media screen and (max-width: 767px) {
    .m-jobs-002__content-desc {
      text-align: left;
    }
  }
  
  .m-jobs-002__list {
    padding: 0;
  }
  
  @media screen and (min-width: 1025px) {
    .m-jobs-002__list-item {
      padding-bottom: 0;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .m-jobs-002__list-item:last-child {
      padding-bottom: 0;
    }
  }
  
  .m-jobs-002__list-item-detail {
    margin-top: -40px;
  }
  
  @media screen and (min-width: 1024.01px) {
    .m-jobs-002__list-item-detail {
      padding-bottom: 0;
      margin-top: -44px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .m-jobs-002__list-item-detail {
      margin-top: -46px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .m-jobs-002__list-item-detail {
      padding: 20px 0;
      margin-top: -34px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
      padding-bottom: 0;
    }
  }
  
  .m-jobs-002__list-item-detail-job {
    word-break: break-word;
    font-size: 4.5rem;
    font-weight: 600;
     line-height: 1.4em;
  }
  
  @media screen and (max-width: 767px) {
    .m-jobs-002__list-item-detail-job {
      font-size: 3.5rem;
      line-height: 1.1em;
      font-weight: 600;
    }
  }
  
  .m-jobs-002__list-item-detail-ttl {
    margin: 0;
    padding: 0.8em 0 1.1em;
    line-height: 1.4em;
    font-weight: 500;
    font-size: 2.5rem;
  }
  
  @media screen and (max-width: 767px) {
    .m-jobs-002__list-item-detail-ttl {
      font-size: 2rem;
      margin: 0;
    }
  }
  
  .m-jobs-002__list-item-detail-desc {
    font-weight: 500;
  }

  /* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
    background-color: var(--sub-bg) !important;
  }
  

.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;
  }
  
  @media screen and (max-width: 767px) {
    .m-gallery-003__list {
      margin: -3px;
    }
  }
  
  .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-item {
      padding: 3px;
    }
  }

  /* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
    /* background: #000 !important; */
    /* 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__inner::before {
    background-color: #043a1a;
    opacity: .6;
  }
  
  .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;
    /* color: var(--primary); */
  }
  
  .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;
    /* color: #fff; */
  }
  
  @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-require-003 {
   background: #fff !important;
  }

  div[class^="m-require-"][class$="__detail-row"] {
    border-color: var(--primary-border);
  }
  
  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-require-001__entry-btn-icon {
  position: relative;
  }
  
  .c-module-container > section:nth-of-type(odd) {
      background-color: transparent;
  }
  
  /* コピーライト */
  .m-footer-001 {
    background-color: #043a1a;
  }

  .m-footer-001__copyright {
    padding: 30px 0;
    font-family: inherit;
  }
  
  @media screen and (max-width: 767px) {
    .m-footer-001__copyright {
      padding: 20px 0;
    }
  }