@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: 15px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 6px 20px;
  }
}

.m-header-001__logo-link-img {
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    font-size: 1.3rem;
    min-height: 45px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  letter-spacing: .05rem;
}

.c-headline-001__ja {
  letter-spacing: .2rem;
  line-height: 1.5;
  margin: 5px 0 0;
}

.c-module-container>section:nth-of-type(odd) {
  background-color: var(--primary-txt);
}

/* フッター */
.m-footer-001 {
  color: var(--sub-txt);
  background: var(--sub-bg);
}

.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: 12px;
  font-size: 1.2rem;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001 {
  background-color: var(--sub-bg) !important;
}

.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;
  }
}

_:-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;
  }
}

.m-works-001__ttl-en {
  background: var(--primary);
  letter-spacing: .15rem;
}

.m-works-001__ttl-ja {
  font-size: 19px;
  font-size: 1.9rem;
  background: var(--primary);
  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;
  }
}

@media screen and (max-width: 767px){
  .m-works-001__detail {
    margin: -28px 0 0;
  }
}

/* -------------------------------------------
社風 002
------------------------------------------- */
.m-culture-002 .c-headline-001__en {
  color: var(--primary);
}

.m-culture-002__list-item-detail-ttl {
  border-color: var(--primary-border, #04a1af);
  border-width: 1px 0;
  color: var(--primary);
}

.m-culture-002__list-item-detail-ttl-txt {
  font-size: 2rem;
}

@media screen and (max-width: 767px){
  .m-culture-002__list-item-detail-ttl-txt {
    font-size: 1.5rem;
  }
}

.m-culture-002__list-item-detail-desc-txt {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
}

@media screen and (max-width: 767px){
  .m-culture-002__list-item-detail-desc-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-culture-002__list-item-detail-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-culture-002__list-item:last-child .m-culture-002__list-item-detail {
    padding-bottom: 0;
  }
}

.m-culture-002__list-item:last-child {
  padding-bottom: 0%;
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:nth-child(2) {
    padding-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .m-culture-002__list-item:nth-last-child(2) {
    padding-bottom: 0;
  }
}

.m-culture-002__list-item-figure-img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-culture-002 {
    padding: 40px 0;
  }
}

/* -------------------------------------------
メッセージ 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 {
  background: var(--primary);
  opacity: .7;
}

.m-message-002__detail {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項 002
------------------------------------------- */
/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-002 .c-headline-001__en {
  text-transform: uppercase;
}

.m-require-002 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-002__detail-row::before {
  opacity: 1;
  background: #ccd5e1;
}

.m-require-002__detail-ttl {
  font-weight: 700;
}

.m-require-002__detail-desc {
  font-weight: 400;
  color: #333;
}

.m-require-002__detail-flow-ttl-number {
  background: var(--primary);
}

/* IE対応 */
_:-ms-fullscreen, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

@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;
  }
}
