@charset "UTF-8";
@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;
}

.c-headline-001__en {
  font-weight: 600;
  text-transform: uppercase;
}

.c-headline-001__ja {
  font-weight: 700;
  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); */
}

div[class^="m-require-"][class$="__detail-desc"] {
    font-weight: 500;
}

.m-header-001__btn-link {
  background-color: var(--primary);
}

.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: 19px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 9px 15px;
    }
}

.m-header-001__logo-link-img {
  max-height: 42px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 42px;
  }
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -60px; /* SPヘッダーの高さ */
  }
}

.img-headline {
  margin: 0 auto;
  height: 62px;
}

@media screen and (max-width: 767px) {
    .img-headline{
        height: 56px;
    }
}
@media screen and (max-width: 374px) {
    .img-headline.sp{
        display:none;
    }
}

.img-headline.sp320 {
  display: none;
/*  height: 42px;*/
  height: 54px;
}

@media screen and (max-width: 374px) {
  .img-headline.sp320 {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

@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;
  }
}

[class$="__headline-txt"] {
  letter-spacing: .06rem;
}

/* -------------------------------------------
社風 003
------------------------------------------- */
/* 色調整 */
.m-culture-003 {
  /* background : var(--primary); */
}

.m-culture-003__list-item-detail-ttl {
  border: solid var(--primary-border, #dddddd);
 /* color: var(--primary);*/
}

/* その他 */
.m-culture-003 {
  padding: 80px 20px;
}

@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.4rem;
  }
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
/* 色調整 */
.m-message-003 {
  background: var(--sub-bg) !important;
}

.m-message-003__headline-txt {
  /* color: var(--primary); */
}

.m-message-003__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-003 {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__inner {
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: calc(100% - 20px);
  }
}

@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;
}

@media screen and (max-width: 767px) {
  .m-message-003__headline-txt {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0;
  }
}

.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;
}

/* -------------------------------------------
追加パッチ（河田）
------------------------------------------- */
.m-movie-003 .c-headline-001 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-movie-003 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.m-movie-003__content {
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .m-movie-003__content {
    padding: 40px 20px;
  }
}

.m-movie-003__container {
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 0;
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
/* 色調整 */
.m-about-002 {
/* background: #000 !important; */
}

.m-about-002__detail {
/* background: #000 !important; */
}

.m-about-002__headline-txt {
/* color: var(--primary); */
}

.m-about-002__desc-txt {
/* color: #fff; */
}

/* その他 */
.m-about-002 {
	padding-top: 16.25%;
	padding-bottom: 0;
}

.m-about-002__background {
	top: 0;
	height: 0;
	max-height: none;
	padding-top: 25%;
/* background-position: top center; */
}

@media screen and (min-width: 1600.01px) {
	.m-about-002 {
		padding-top: 260px;
	}
	.m-about-002__background {
		padding-top: 400px;
	}
}

.m-about-002__detail {
	padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.m-about-002__detail {
		padding-bottom: 40px;
	}
}

.m-about-002__headline {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.m-about-002__headline {
		margin-bottom: 20px;
	}
}

.m-about-002__headline:only-child {
	margin-bottom: 0;
}

.m-about-002__headline + .m-about-002__desc {
	margin-top: -2px;
}

.m-about-002__headline-txt {
    font-weight: 700;
}

.m-about-002__desc-txt {
	padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
	.m-about-002__desc-txt {
		text-align: left;
		padding-top: 24px;
	}
}

.m-about-002__desc-txt:first-child {
	padding-top: 0;
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  background-color: var(--sub-bg) !important;
}

.m-gallery-003 .c-headline-001 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-gallery-003 .c-headline-001 {
    margin-bottom: 20px;
  }
}

.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;
}

.m-gallery-003__list-item {
  padding: 5px;
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin: -3px;
  }

  .m-gallery-003__list-item {
    padding: 3px;
  }
}

.m-require-001__detail {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .m-require-001__detail {
    padding-top: 10px;
  }
}

.m-require-003__detail-flow-ttl-number {
  background: var(--primary);
}

.m-require-003__entry-btn {
  background: var(--primary);
}

.m-footer-001 {
  background: var(--primary);
}