/*カスタム*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');

/* -------------------------------------------
共通パッチ
------------------------------------------- */
body {
  background:#fff;
}

/* ヘッダー */
.m-header-001 {
  position: fixed;
  width: 100%;
  background: transparent;
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen, :root .m-kv-001 {
  transform: translate(0%, -90px);
  margin-bottom: -90px;
}

@media screen and (max-width: 767px) {
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, -60px);
    margin-bottom: -60px;
  }
}

@media screen and (max-width: 767px){
_:-ms-fullscreen, :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}

.m-header-001__logo {
  padding: 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 0;
  }
}

.m-header-001__logo-link-img {
  max-height: 80px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 40px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 65px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 40px;
  }
}

@media screen and (max-width: 320px) {
  .m-header-001__btn-link {
    min-height: 32px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #27a41a;
}

.c-headline-001__ja {
  font-weight: 700;
  color: #111;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    font-size: 20px;
  }
}

@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;
  }
}

@media screen and (max-width: 320px) {
  .c-headline-001__ja {
    letter-spacing: .2rem;
  }
}

.m-footer-001 {
  background: #111;
  color: #cfcfcf;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

.c-page-ttl-001 {
  padding: 160px 20px 120px 20px;
}

/* IE対応 */
_:-ms-fullscreen, :root .c-page-ttl-001 {
  padding: 100px 20px;
}

@media screen and (max-width: 767px) {
  .c-page-ttl-001 {
    padding: 80px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen, :root .c-page-ttl-001 {
    padding: 40px 20px;
  }
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  /* opacity: .7; */
}

@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }
}

.m-message-002__headline-txt {
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__headline-txt {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-message-002__headline-txt {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

.m-message-002__desc-txt {
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 10px 0 0;
    text-align: left;
  }
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px;
  background: #ebf0f7 !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px;
  }
}

.m-jobs-001 .c-headline-001__en {
  /* color: #fff; */
}

.m-jobs-001 .c-headline-001__ja {
  /* color: #fff; */
}

.m-jobs-001__content-desc {
  color: #111;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}

.m-jobs-001__list {
  padding-top: 0;
  padding-bottom: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

.m-jobs-001__list-item-figure {
  width: 60%;
  min-height: 490px;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: auto;
  }
}

.m-jobs-001__list-item-detail {
  width: 40%;
  margin: 0;
  padding: 0 0% 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail{
    padding: 0 0% 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width:100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 0 40px 0 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 0 20px 0 0%;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    margin: 0;
    padding: 20px 0;
  }
}

/* 英語見出しがある場合コメントアウトを削除 */
/* .m-jobs-001__list-item-detail-job {
  padding: 5px 20px 0px 20px;
  background: #fff;
  color: #0c4eb1;
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-job {
    padding: 5px 20px 2px 20px;
    font-size: 1.8rem;
    letter-spacing: 0rem;
  }
} */

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safari対応*/
  padding: 2px 0;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: .1rem;
  background: transparent;
  color: #27a41a;
}

/* IE対応 */
_:-ms-fullscreen, :root .m-jobs-001__list-item-detail-ttl {
  padding-top:8px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-jobs-001__list-item-detail-ttl {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    margin: 0 0 10px;
    padding: 2px 0;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}

.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
  color: #111;
  text-align: justify;
}

/*タブレットから縦並びの時*/
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner,
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
  .m-jobs-001__list-item:last-child .m-jobs-001__list-item-detail {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}

/* -------------------------------------------
福利厚生 001
------------------------------------------- */
.m-welfare-001 {
  padding: 80px 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-welfare-001 {
    padding: 40px 0;
  }
}

.m-welfare-001__inner {
  max-width: 1140px;
}

.m-welfare-001 .c-headline-001 {
  margin: 0 0 12px;
}

.m-welfare-001 .c-headline-001__en {
  /* color: #fff; */
}

.m-welfare-001 .c-headline-001__ja {
  /* color: #fff; */
}

.m-welfare-001__list {
  justify-content: center;
}

.m-welfare-001__list-item {
  width: 28.33333%;
  padding: 8px;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item {
    width: 100%;
    padding: 10px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .m-welfare-001__list > * {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item:first-child {
    padding-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item:last-child {
    padding-bottom: 0;
  }
}

.m-welfare-001__list-item-inner {
  border: 1px solid #ddd;
  /* background: #000; */
}

/* 番号の背景色の変更を行いたい場合に使用 */
.m-welfare-001__list-item-ttl-num {
  /* background: #000; */
}

.m-welfare-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-ttl-txt {
    font-size: 1.8rem;
  }
}

.m-welfare-001__list-item-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-desc {
    padding-top: 5px;
  }
}

.m-welfare-001__list-item-desc-txt {
  font-size: 1.5rem;
  color: #111;
  text-align: justify;
}

.m-welfare-001__desc {
  max-width: 800px;
}

.m-welfare-001__desc-txt {
  color: #111;
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__desc-txt {
    padding: 0 20px;
  }
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
.m-about-002 {
  padding: 16% 0 80px 0;
  background: #ebf0f7 !important;
}

@media screen and (max-width: 767px) {
  .m-about-002 {
    padding: 16% 0 40px 0;
  }
}

.m-about-002__background {
  top: 0;
  height: 0;
  max-height: none;
  padding-top: 25%;
  /* background-position: top center; */
}

@media screen and (min-width: 1441px) {
  .m-about-002 {
  padding-top: calc(1440px * .16);
  }

  .m-about-002__background {
  padding-top: calc(1440px * .25);
  }
}

@media screen and (max-width: 767px) {
  .m-about-002 {
  padding-top: 23%;
  }

  .m-about-002__background {
  padding-top: 35%;
  }
}

.m-about-002__headline-txt {
  color: #111;
}

@media screen and (max-width: 320px) {
  .m-about-002__headline-txt {
    font-size: 2rem;
  }
}

.m-about-002__detail {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .m-about-002__detail {
    padding-bottom: 40px;
  }
}

.m-about-002__desc-txt {
  padding-bottom: 0;
  color: #111;
}

@media screen and (max-width: 767px) {
  .m-about-002__desc-txt {
    text-align: left;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-002 {
  padding: 80px 0;
  /* background: #f7f7f7 !important; */
}

@media screen and (max-width: 767px) {
  .m-require-002 {
    padding: 40px 0;
  }
}

.m-require-002 .c-headline-001 {
  margin: 0;
}

.m-require-002 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-002 .c-headline-001__ja {
  font-weight: 900;
}

.m-require-002__detail-row::before {
  background: #f1f1f1;
  opacity: 1;
}

.m-require-002__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 767px) {
  .m-require-002__detail {
    padding: 20px;
  }
}

.m-require-002__detail-ttl {
  color: #27a41a;
}

.m-require-002__detail-desc {
  font-weight: 400;
  color: #111;
}

/* IE対応 */
_:-ms-input-placeholder, :root .m-require-002__detail-flow-ttl-number {
  padding: 6px 10px 1px;
}