/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
}

.c-headline-001__en {
  font-weight: 400;
  /* text-transform: uppercase; */
  color: #fc9aa6;
}

.c-headline-001__ja {
  font-weight: 400;
  line-height: 1.6;
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

div[class^="m-require-"][class$="__detail-ttl"] {
    font-weight: 700;
    /* color: var(--sub-txt); */
    background: var(--primary);
}

div[class^="m-require-"][class$="__detail-desc"] {
    font-weight: 500;
    background: transparent;
}

.m-header-001__logo-link-img {
    display: block;
}

@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;
    }
}

.m-header-001__logo {
    padding: 28px 50px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 13px 9px;
    }
}

.m-header-001__logo-link-img {
    max-height: 22px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 13px;
    }
}

/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}
.c-module-container > section:nth-of-type(even) {
  background-color: var(--sub-bg, #f2f2f2);
} */

/* 募集要項の罫線 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

/* 見出し下の余白設定 */
.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;
}

/* フッター */
.m-footer-001 {
  background: var(--primary, #fff);
}

/* 色調整 */
.m-movie-001{
  padding: 40px 0 120px;
}

.m-movie-001__list-item-inner {
  border: 1px solid #000;
}

.m-movie-001__list-item-ttl {
  border-bottom: 1px solid var(--primary-border);
}

/* その他 */
.m-movie-001__inner {
  max-width: 960px;
}

.m-movie-001__list-item-inner {
  padding: 60px 40px;
  align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

@media screen and (max-width: 767px) {
  .m-movie-001{
    padding: 20px 0 40px;
  }

  .m-movie-001__list-item-inner {
    padding: 20px;
  }
}

.m-movie-001__list-item-movie {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.m-movie-001__list-item-movie img {
  width: 100%;
}

/*.m-movie-001__list-item-movie iframe,
.m-movie-001__list-item-movie img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: auto;
}

@media screen and (max-width: 1024px) {
  .m-movie-001__list-item-movie iframe,
  .m-movie-001__list-item-movie img {
    max-width: 100%;
  }
}*/

@media screen and (max-width: 767px) {
  .m-movie-001__list-item-content {
    padding: 0;
  }
}

@media screen and (max-width: 320px) {
  .m-movie-001__list-item-ttl-txt {
    letter-spacing: .1rem;
  }
}

.m-movie-001__list-item-desc-txt {
  margin: 0;
  font-size: 1.5rem;
}

/* -------------------------------------------
社風 003
------------------------------------------- */
/* 色調整 */
.m-culture-003 {
  /* background : var(--primary); */
}

.m-culture-003__list-item-detail-ttl {
  border: solid #fc9aa6;
 /* color: var(--primary);*/
}

/* その他 */
.m-culture-003 {
  padding: 80px 20px 40px;
}

@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 40px 20px;
  }
}

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003__list {
  padding: 0;
}

.m-culture-003__list-item {
  margin: 0;
  padding: 0 0 60px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item {
    padding-bottom: 30px;
  }
}

.m-culture-003__list-item:last-child {
  padding-bottom: 0;
}
.m-culture-003__list-item-figure {
  margin: 0;
}

.m-culture-003__list-item-detail {
  padding: 20px 20px 0;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item-detail {
    padding: 20px 0 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  border-width: 0 0 1px;
  font-weight: 700;
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-culture-003__list-item-detail-ttl-txt {
    font-size: 1.6rem;
  }
}

.m-culture-003__list-item-detail-desc-txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-desc-txt {
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
/* 色調整 */
.m-message-003 {
  /* background: #000 !important; */
}

.m-message-003__headline-txt {
  /* color: var(--primary); */
}

.m-message-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-003 {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 0;
  }
}

.m-message-003__inner{
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: calc(100% - 20px);
  }
}

.m-message-003__detail{
  background: var(--primary);
}

@media screen and (max-width: 1024px) {
  .m-message-003__detail {
    width: calc(100% - 20px);
    margin: -10% 0 0 20px;
  }
}

.m-message-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-003__headline {
    margin-bottom: 20px;
  }
}

.m-message-003__headline:only-child {
  margin-bottom: 0;
}

.m-message-003__headline-txt {
  font-weight: 700;
}

.m-message-003__headline + .m-message-003__desc {
  margin-top: -2px;
}

.m-message-003__desc-txt {
  padding: 0 0 30px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt {
    padding: 0 0 24px;
  }
}

.m-message-003__desc-txt:last-child {
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .m-message-003__desc-txt:last-child {
    padding-bottom: 2px;
  }
}

.m-message-003__desc:only-child .m-message-003__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
企業理念 003
------------------------------------------- */
/* 色調整 */
.m-about-003 {
  /* background: #000 !important; */
}

.m-about-003__headline-txt {
  /* color: var(--primary); */
}

.m-about-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-about-003 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 40px 0;
  }
}

.m-about-003__detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-about-003__detail {
    padding: 20px 0 0;
  }
}

.m-about-003__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-about-003__headline {
    margin-bottom: 20px;
  }
}

.m-about-003__headline:only-child {
  margin-bottom: 0;
}

.m-about-003__headline + .m-about-003__desc {
  margin-top: -2px;
}

.m-about-003__headline-txt {
  font-weight: 700;
}

.m-about-003__desc-txt {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-003__desc-txt {
    padding: 24px 0 0;
  }
}

.m-about-003__desc-txt:first-child {
  padding-top: 0;
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
/* 色調整 */
.m-about-004 {
  /* background: #000 !important; */
}

.m-about-004__headline-txt {
  color: var(--sub-txt);
}

.m-about-004__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-about-004 {
  padding: 120px 0 80px;
}

@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 0 0;
  }
}

.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;
}

.m-about-004__headline + .m-about-004__desc {
  margin-top: -2px;
}

.m-about-004__desc-txt {
  padding: 30px 0 0;
}

@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;
}

.m-require-001 {
  background: #e7f6fa !important;
}

.m-require-001__detail-desc::before{
  background: #cef1fa;
  opacity: 1;
}

.m-require-001__detail-flow-ttl-number{
  background: var(--primary);
}

@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;
  }
}

.m-movie-001__list-item-movie video {
  width: 100%;
}