@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&amp;display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  color: var(--sub-txt);
}

.m-header-001__logo {
  padding: 9px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 8px 20px;
  }
}

.m-header-001__logo-link-img {
  max-height: 62px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    font-size: 1.2rem;
    min-height: 60px;
  }
}

.c-headline-001__en {
  color: var(--primary-bg);
  font-weight: 400;
  letter-spacing: .05rem;
}

.c-headline-001__ja {
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1.5;
  margin: 5px 0 0;
}

.c-module-container>section:nth-of-type(odd) {
  background-color: var(--primary-txt);
}

@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;
  }
}

.g-pagetop-btn::before {
  background: var(--primary-bg);
}

/* フッター */
.m-footer-001 {
  color: #b0b0b0;
  background: var(--primary);
}

.m-footer-001__copyright {
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
企業理念 005
------------------------------------------- */
.m-about-005 {
  padding: 80px 0;
}

.m-about-005__desc-txt {
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-about-005 {
    padding: 40px 0;
  }
}

.m-about-005__detail {
  padding: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-005__detail {
    padding: 10px 20px 0;
  }
}

@media screen and (max-width: 320px) {
  .m-about-005__detail {
    padding: 10px 10px 0;
  }
}

.m-about-005__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-about-005__desc-txt {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .m-about-005__figure {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-about-005__figure {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-about-005__images-item:first-child .m-about-005__figure,
  .m-about-005__images-item:nth-child(2) .m-about-005__figure {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-about-005__images-item {
    width: 50%;
  }
}

/* -------------------------------------------
仕事内容（詳細） 001
------------------------------------------- */
.m-work-001 {
  padding: 80px 0;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-work-001 {
    padding: 40px 0;
  }
}

.m-work-001__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.m-work-001__ttl-en {
  letter-spacing: .15rem;
}

.m-work-001__ttl-ja {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: .15rem;
}

@media screen and (max-width: 767px) {
  .m-work-001__ttl-ja {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-work-001__desc-ttl {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  background: var(--primary);
}

@media screen and (max-width: 767px) {
  .m-work-001__desc-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-work-001__desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

.m-work-001__desc-txt:last-child {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-work-001__desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-work-001__desc-txt:last-child {
    margin: 20px 0 0;
  }
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 40px 20px;
  }
}

.m-jobs-005__list-item-detail-ttl {
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px){
    .m-jobs-005__content-ttl {
        font-size: 2.4rem;
      }
}

.m-jobs-005__content-images {
  max-width: 1000px;
}

@media screen and (min-width: 1025px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}

.m-jobs-005__list-item,
.m-jobs-005__list-item-inner {
  display: flex;
}

.m-jobs-005__list-item-detail-job {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  line-height: 1.25;
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-job {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 15px;
  }
}

.m-jobs-005__list-item-detail-desc {
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
評価制度 002
------------------------------------------- */
.m-assessment-002 {
  padding: 80px 0 56px 0;
  background: var(--sub-bg);
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-assessment-002 {
    padding: 80px 0 68px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-assessment-002 {
    padding: 40px 0 28px 0;
  }
}

.m-assessment-002__inner {
  max-width: 1048px;
}

.m-assessment-002__list-item-inner {
  border: 1px solid #ddd;
}

.m-assessment-002__list-item:first-child {
  padding-top: 0;
}

.m-assessment-002__list-item:first-child .m-assessment-002__list-item-figure {
  max-width: 499px;
  margin: 0 auto;
}

.m-assessment-002__list-item-ttl-txt {
  font-size: 2.5rem;
  color: #333;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item-ttl-txt {
    font-size: 1.6rem;
    letter-spacing: .1rem;
  }
}

.m-assessment-002__list-item-desc-txt {
  color: #333;
}

.m-assessment-002__list-item-ttl-num {
  font-weight: 600;
  letter-spacing: .05rem;
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  background-position: 0 50%; // 背景画像の配置を変更したい場合に使用
}

.m-message-002__inner {
  padding: 190px 40px 165px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 40px 40px;
  }
}

.m-message-002__inner::before {
  opacity: .7;
}

.m-message-002__detail {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
.m-about-003 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 40px 0;
  }
}

.m-about-003__detail {
  padding: 20px 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-about-003__detail {
    padding: 20px 20px 0;
  }
}

.m-about-003__desc-txt {
  padding: 0;
}

/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px;
  }
}

.m-jobs-002__list {
  padding: 0;
}

.m-jobs-002__list-item-detail-job {
word-break: break-word;
}

.m-jobs-002__list-item-detail-job {
  text-transform: uppercase;
  font-size: 4.5rem;
  color: var(--primary-bg);
  font-weight: 600;
  line-height: 1.11;
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    margin: 0 0 15px;
  }
}

.m-jobs-002__list-item-detail-ttl {
  font-size: 2.5rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0 0 15px;
  }
}

.m-jobs-002__list-item-detail-desc {
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .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: -56px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -48px;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 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;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
  }
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001__desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-works-001__desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px){
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.m-works-001__ttl-en {
  letter-spacing: .15rem;
}

.m-works-001__ttl-ja {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: .15rem;
}

@media screen and (max-width: 767px) {
  .m-works-001__ttl-ja {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

_:-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;
  }
}

_:-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: 56px 0;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-culture-001 {
    padding: 16px 0;
  }
}

.m-culture-001__list {
      -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.m-culture-001__list-item-figure-img {
  width: 100%;
}

.m-culture-001__list-item-detail-ttl {
  border-width: 0 0 1px;
  border-color: var(--primary-border, #04a1af);
}

.m-culture-001__list-item-detail-ttl-txt {
  font-size: 2rem;
  color: var(--primary-bg);
}

@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-txt {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .m-culture-001__list-item-detail-desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
.m-message-005 {
  padding: 0 0 80px;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 0 0 40px;
  }
}

.m-message-005__inner {
  padding: 0;
}

.m-message-005__headline-txt {
  /* color: var(--primary); */
  color: #333;
}

.m-message-005__detail {
  padding: 60px 60px 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__detail {
    padding: 30px 30px 0;
  }
}

.m-message-005__desc-txt {
  padding-bottom: 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 2px;
  }
}

@media screen and (min-width: 768px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }
  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}

/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001__detail-desc {
  font-weight: 500;
}

.m-require-001__detail-desc::before {
  content: none;
}
