/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
}

.g-pagetop-btn::before{
  background: var(--sub-bg);
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
/* ロゴ */
.m-header-001__logo {
  padding: 16px 25px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 9px;
    max-width: 220px;
  }
}

.m-header-001__logo-link-img {
  display: block;
  max-height: 49px;
}

@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: 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -81px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -50px; /* SPヘッダーの高さ */
  }
}

.m-header-001__btn-link{
  background: var(--sub-bg);
}

.m-header-001__btn-link::before{
  background: rgba(255,255,255,0.2);
}

/* -------------------------------------------
モジュール
------------------------------------------- */
/* 大見出し */
.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; */
  color: var(--primary-txt);
}

.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;
  }
}

/*
投稿ページ「タイトル：日本語」に img タグを挿入
<img class="img-headline pc-tab" src="https://shoeidenki.itszai.jp/wp-content/uploads/2022/10/gallery-pc.png" /><img class="img-headline sp" src="https://shoeidenki.itszai.jp/wp-content/uploads/2022/10/gallery-sp.png" /><img class="img-headline sp320" src="https://shoeidenki.itszai.jp/wp-content/uploads/2022/10/gallery-sp320.png" />
*/
.img-headline {
  margin: 0 auto;
  height: 60px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
    .img-headline{
        height: 44px;
    }
}
@media screen and (max-width: 374px) {
    .img-headline.sp{
        display:none;
    }
}

.img-headline.sp320 {
  display: none;
  height: 41px;
}

@media screen and (max-width: 374px) {
  .img-headline.sp320 {
    display: inline-block;
  }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* -------------------------------------------
プロジェクト紹介 004
------------------------------------------- */
.m-project-004{
  background: var(--primary-bg) !important;
  padding: 80px 0;
}

@media screen and (max-width: 767px){
  .m-project-004{
    padding: 40px 0;
  }
}

.m-project-004 .c-headline-001{
  display: none;
}

.m-project-004__eyecatch{
  margin: 0;
}

.c-headline-001 + .m-project-004__eyecatch {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .c-headline-001 + .m-project-004__eyecatch {
    padding-top: 20px;
  }
}

.m-project-004__ttl {
  font-weight: 700;
}

.m-project-004__lead {
  font-weight: 500;
}

@media screen and (min-width: 767.01px){
  .m-project-004__lead{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-project-004__lead {
    text-align: left;
  }
}

.m-project-004__member-item-inner {
  height: 100%;
}

.m-project-004__contents-section-detail-ttl {
  font-weight: 700;
}

@media screen and (max-width: 374px) {
  .m-project-004__contents-section-detail-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.m-project-004__contents-section-detail-content-txt {
  font-weight: 500;
}

/* -------------------------------------------
インタビュー 004
------------------------------------------- */
.m-interview-004{
  background: var(--primary-bg);
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .m-interview-004 {
    padding-bottom: 40px;
  }
}

.m-interview-004__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-interview-004__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-headline-001 + .m-interview-004__nav {
  margin-top: -5px;
}

.m-interview-004__nav-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--primary-txt);
  color: var(--primary);
}

.m-interview-004__nav-item-figure {
  min-height: 1px; /* for IE */
}

.m-interview-004__nav-item-ttl {
  flex: 1 0 auto;
}

.m-interview-004__nav-item-ttl-category {
  font-weight: 500;
}

.m-interview-004__nav-item-ttl-name {
  font-weight: 700;
}

.m-interview-004__nav-item-ttl-ruby {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 400;
}

.m-interview-004__nav-item-ttl {
  flex: 1 0 auto;
}

@media screen and (max-width: 767px){
  .m-interview-004__contents{
    margin: 40px 0 0;
  }
}

.m-interview-004__contents-section {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section {
    margin-bottom: 40px;
  }
}

.m-interview-004__contents-section-detail {
  /* padding-bottom: 0; */
}

@media screen and (max-width: 767px) {
  .m-interview-004__contents-section-figure+.m-interview-004__contents-section-detail {
    margin-top: -60px;
  }
}

.m-interview-004__contents-section-detail-ttl {
  font-weight: 700;
}

.m-interview-004__contents-section-detail-intro {
  font-weight: 500;
}

.m-interview-004__contents-section-detail-content-txt:last-child {
  margin-bottom: 0;
}

.m-interview-004__contents-section-detail-content-txt-name {
  font-weight: 700;
}

.m-interview-004__contents-section-detail-content-txt-block {
  font-weight: 500;
}

/* -------------------------------------------
評価制度 001
------------------------------------------- */
.m-assessment-001 {
  background: var(--primary-bg) !important;
  padding: 0 0 80px;
}

@media screen and (max-width: 767px){
  .m-assessment-001{
    padding: 0 0 40px;
  }
}

.m-assessment-001__inner {
  padding: 0 40px;
  max-width: 920px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__inner {
    padding: 0 20px;
  }
}

.m-assessment-001__list-item {
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item {
    padding-bottom: 30px;
  }
}

.m-assessment-001__list-item:last-child {
  padding-bottom: 0;
}

.m-assessment-001__list-item-ttl {
  border-width: 1px 0;
  border-color: var(--primary-border);
}

.m-assessment-001__list-item-ttl:only-child {
  margin-bottom: 0;
}

.m-assessment-001__list-item-ttl-num {
  font-weight: 600;
  background: var(--primary-txt);
  color: var(--primary);
}

.m-assessment-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  /*color: var(--sub-txt); */
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-assessment-001__list-item-ttl-txt {
    font-size: 1.7rem;
  }
}

/*画像の横幅を縮める 子要素の「何番目」に適用させるかは適宜変更 */
.m-assessment-001__list-item:nth-child(2) .m-assessment-001__list-item-figure-img {
  /*max-width: 600px; */
  /*width: 100%; */
}

.m-assessment-001__list-item-desc {
  padding: 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .m-assessment-001__list-item-desc {
    padding: 10px 0 0;
  }
}

.m-assessment-001__list-item-ttl + .m-assessment-001__list-item-desc,
.m-assessment-001__list-item-desc:only-child {
  padding-top: 0;
}

.m-assessment-001__list-item-desc-txt {
  /*color: var(--sub-txt); */
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003{
  background: var(--primary-bg);
  padding: 0 0 80px;
}

@media screen and (max-width: 767px){
  .m-gallery-003{
    padding: 0 0 40px;
  }
}

.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;
}

@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;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
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{
  background: var(--primary-bg) !important;
  padding: 0 0 80px;
}

.m-require-001__detail-ttl{
  background: var(--primary-txt);
  color: var(--primary);
}

.m-require-001__detail-desc{
  background: transparent;
  color: var(--sub-bg);
}

.m-require-001__detail-desc::before{
  background: var(--primary-txt);
  opacity: .45;
}

.m-require-001__detail-flow-ttl-number{
  background: var(--primary-txt);
  color: var(--primary);
}

.m-require-001__entry-btn{
  background: var(--sub-bg);
}

.m-require-001__entry-btn::before{
    background: rgba(255,255,255,0.2);
}

/* -------------------------------------------
フッター
------------------------------------------- */
.m-footer-001 {
  color: #35cdff;
  background: var(--primary-txt, #fff);
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}