@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;
}

/* ロゴ */
.m-header-001__logo {
  padding: 7px 75px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 3px 26px;
    max-width: calc(100% - 100px);
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 69px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    display: none;
  }
}

.m-header-001__logo-link-img.is-mobile {
  display: none;
  max-height: 46px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link{
  background: #15c2f4;
}

/* 大見出し */
.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: 400;
  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;
  }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
.m-about-004 {
  padding: 120px 0 80px;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-about-004 {
    padding: 40px 0;
  }
}

.m-about-004__detail {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__detail {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 320px) {
  .m-about-004__detail {
    padding: 20px 10px 0;
  }
}

.m-about-004__figure{
  max-width: 618px;
  margin: 0 auto;
}

.m-about-004__headline {
  margin-bottom: 30px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__headline {
    margin-bottom: 20px;
  }
}

.m-about-004__headline:only-child {
  margin-bottom: 0;
}

.m-about-004__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-about-004__headline + .m-about-004__desc {
  margin-top: -2px;
}

.m-about-004__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-about-004__desc-txt {
    padding-top: 24px;
    text-align: left;
  }
}

.m-about-004__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001{
  background: var(--sub-bg);
}

.m-works-001__desc-txt {
  padding-bottom: 0;
}

@media screen and (min-width: 768px){
  .m-works-001__desc-txt {
  font-size: 1.5rem;
}
}

@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;
  }
}

_:-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;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px){
  .m-works-001__ttl-ja {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

_:-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;
  }
}

/* -------------------------------------------
評価制度 002
------------------------------------------- */
.m-assessment-002 {
  /*background: #000 !important; */
}

.m-assessment-002__inner {
  padding: 0 40px;
  max-width: 920px;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__inner {
    padding: 0 20px;
  }
}

.m-assessment-002__list-item {
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item {
    padding-bottom: 20px;
  }
}

.m-assessment-002__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-002__list-item-inner {
  border-color: var(--primary-border);
}

.m-assessment-002__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-002__list-item-ttl-num {
  /*background: var(--primary-bg); */
  /*color: var(--primary-txt, #fff); */
  font-weight: 600;
}

.m-assessment-002__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  /*color: var(--sub-txt); */
}

@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:only-child,
.m-assessment-002__list-item-ttl + .m-assessment-002__list-item-desc {
  padding-top: 0;
}

/*画像の横幅を縮める 子要素の「何番目」に適用させるかは適宜変更 */
.m-assessment-002__list-item:nth-child(2) .m-assessment-002__list-item-figure-img {
  /*max-width: 70%; */
}

@media screen and (max-width: 767px) {
  .m-assessment-002__list-item:nth-child(2) .m-assessment-002__list-item-figure-img {
    /*max-width: 100%; */
  }
}

.m-assessment-002__list-item-desc-txt {
  /*color: var(--sub-txt); */
}

/* -------------------------------------------
メッセージ 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 {
  /* display: none; */
  /* background: #333; */
  opacity: .5;
}

.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;
}

/* 募集要項 */
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;
}

/* -------------------------------------------
募集要項 002
------------------------------------------- */
/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-002 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-002 .c-headline-001__ja {
  font-weight: 400;
}

.m-require-002__detail-row::before {
  /* background: #ededed; */
}

.m-require-002__detail-ttl {
  /* color: #333; */
}

.m-require-002__detail-desc {
  font-weight: 400;
  color: #333;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}

.m-require-002__entry-btn{
  background: #15c2f4;
}

/* フッター */
.m-footer-001 {
  color: #010101;
  background: #dee8fb;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}