@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;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: 400;
  /* 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__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: 15px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 10px 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 39px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 26px;
    }
}

.m-header-001__btn-link {
  background-color: var(--primary);;
}

/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
} */

.m-header-001 {
  margin-bottom: -80px; /* PCヘッダーの高さ */
  background: transparent;
}

@media screen and (max-width: 767px) {
  .m-header-001 {
    margin-bottom: -48px; /* SPヘッダーの高さ */
  }
}

@media screen and (max-width: 767px) {
    .c-page-ttl-001 {
        padding-top: 60px;
    }
}

@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;
}

/* -------------------------------------------
企業理念 004
------------------------------------------- */
/* 色調整 */
.m-about-004 {
  background: #fff !important;
}

.m-about-004__headline-txt {
  color: var(--sub-txt);
}

.m-about-004__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-about-004 {
  padding: 80px 0 50px;
}

@media screen and (max-width: 767px) {
  .m-about-004 {
    padding: 40px 0 25px;
  }
}

.m-about-004__detail {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .m-about-004__detail {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 320px) {
  .m-about-004__detail {
    padding: 20px 10px 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;
}

/* -------------------------------------------
メッセージ 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: 50px 20px 80px;
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 25px 20px 40px;
  }
}

@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;
}

.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;
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
/* 色調整 */
.m-message-005 {
  /* background: #000 !important; */
}

.m-message-005__headline-txt {
  /* color: var(--primary); */
}

.m-message-005__desc-txt {
  /* color: #fff; */
}

/* その他 */
.m-message-005 {
  padding: 80px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 40px 0;
  }
}

.m-message-005__inner {
  padding: 0;
}

.m-message-005__images {
  margin: -5px 0;
}

@media screen and (max-width: 767px) {
  .m-message-005__images {
    margin: -2.5px 0;
  }
}

.m-message-005__images-item {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item {
    padding: 2.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(even) {
    padding-left: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd) {
    padding-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__images-item:nth-child(odd):last-child {
    padding-right: 2.5px;
  }
}

@media screen and (min-width: 767.01px) {
  .m-message-005__images-item:first-child {
    padding-left: 0;
  }
  .m-message-005__images-item:last-child {
    padding-right: 0;
  }
}

.m-message-005__detail {
  padding: 40px 40px 0;
}

@media screen and (max-width: 1024px) {
  .m-message-005__detail {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-005__detail {
    padding: 30px 20px 0;
  }
}

.m-message-005__headline {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .m-message-005__headline {
    margin-bottom: 20px;
  }
}

.m-message-005__headline:only-child {
  margin-bottom: 0;
}

.m-message-005__headline + .m-message-005__desc {
  margin-top: -2px;
}

.m-message-005__headline-txt {
    font-weight: 700;
}

.m-message-005__desc-txt {
  padding: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .m-message-005__desc-txt {
    padding-bottom: 24px;
    text-align: left;
  }
}

.m-message-005__desc-txt:last-child {
  padding-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: 50px;
}

@media screen and (max-width: 767px) {
	.m-about-002__detail {
		padding-bottom: 25px;
	}
}

.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;
}

.m-require-001 {
	padding: 40px 0 80px;
	background-color: #fff !important;
}

@media screen and (max-width: 767px) {
	.m-require-001 {
		padding: 20px 0 40px;
	}
}

.m-require-001__detail-desc {
	background: none;
}

.m-require-001__detail-desc::before {
	background: #464646;
	opacity: .2;
}

.m-require-001__entry-btn {
    position: relative;
    display: block;
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 0;
    background: var(--primary-bg, #04a1af);
    color: var(--primary-txt, #fff);
}

.m-require-001__detail-row {
    margin: 0 0 5px;
}

.m-require-001__entry-btn {
	background-color: var(--primary);
}

.m-require-001__detail {
    padding: 10px 40px 40px;
}

@media screen and (max-width: 767px) {
	.m-require-001__detail {
    	padding: 5px 20px 20px;
	}
}

.m-require-001 .c-headline-001__ja {
	font-weight: 500;
}

.m-footer-001 {
	background-color: #a2a2a2;
}