@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);
  background: var(--sub-bg);
  word-break: break-word;
  font-weight: 500;
}

.m-header-001__nav {
    width:33.333%;
  display:inline-block;
}
.m-header-001__btn-link {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #fff;
  width:100%;
  justify-content: center;
}

/* ロゴ */
.m-header-001__logo {
  padding: 9px 40px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 8px 15px;
    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: 32px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}
/* 大見出し */
.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;
  color: var(--primary-txt);
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* 募集要項 */
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(--sub-bg) !important;
}

.m-require-001__entry-btn-icon {
  position: relative;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
.m-require-001__detail-ttl {
  background: var(--primary);
  color: #fff;
}

.m-require-001__detail-desc::before {
  content: none;
}

.m-require-001__detail-desc {
  background: #bae1d3;
}

.m-require-001__detail-flow-ttl-number {
  background: var(--primary);
  color: #fff;
}

.m-require-001__entry-btn {
  background: var(--primary-bg);
  color: #fff;
}

.m-footer-001 {
  background: var(--primary-border);
  color: #fff;
}

.m-kv-002__movie {
  height: 56.25vw;
}

.m-kv-002__movie video {
  max-height: 100%;
}
/* -------------------------------------------
メッセージ 004
------------------------------------------- */
.m-message-004 {
  padding: 80px 0 0;
  background: var(--sub-bg) !important;
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-004 {
    padding: 40px 0 0;
  }
}
.m-message-004::before {
  top: 0;
  max-height: 45vw;
  background: var(--primary);
  /* background: var(--primary-bg, #04a1af); */
}

.m-message-004__detail {
  padding-bottom: 0;
}

.m-message-004__headline {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .m-message-004__headline {
    margin-bottom: 20px;
  }
}
.m-message-004__headline:only-child {
  margin-bottom: 0;
}

.m-message-004__headline + .m-message-004__desc {
  margin-top: -2px;
}

.m-message-004__headline-txt {
  font-weight: 700;
  color: var(--primary-txt);
  /* color: var(--primary); */
}

.m-message-004__desc-txt {
  padding: 0 0 30px 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-004__desc-txt {
    text-align: left;
    padding-bottom: 24px;
  }
}
.m-message-004__desc-txt:first-child {
  padding-top: 0;
}

.m-message-004__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
仕事内容（単体） 001
------------------------------------------- */
.m-jobs-001 {
  padding: 80px 20px 0;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-jobs-001 {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-001__content-desc {
    text-align: left;
  }
}
.m-jobs-001__list {
  padding: 0;
}

.m-jobs-001__list-item:last-child {
  padding-bottom: 0;
}

.m-jobs-001__list-item-inner {
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-inner {
    flex-direction: column;
  }
}
.m-jobs-001__list-item-figure {
  min-height: 490px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-figure {
    width: 100%;
    min-height: 440px; /*適宜変更*/
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-figure {
    min-height: auto;
  }
}
.m-jobs-001__list-item-detail {
  width: 45%;
  margin: 0;
  padding: 40px 0% 40px 40px;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0;
    padding: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail {
    width: 100%;
    margin: 0 0 0 0%;
    padding: 20px 0;
  }
}
.m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
  margin: 0;
  padding: 40px 40px 40px 0%;
}

@media screen and (max-width: 1024px) {
  .m-jobs-001__list-item:nth-child(even) .m-jobs-001__list-item-detail {
    padding: 20px 0px;
  }
}
@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;
  }
}
@media screen and (max-width: 1024px) {
  .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;
  }
}
.m-jobs-001__list-item-detail-job {
  font-weight: 700;
  padding-top: 4px;
}

.m-jobs-001__list-item-detail-ttl {
  display: block; /*safariバグ対策*/
  padding: 0;
  margin: 0 0 15px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background: transparent;
  color: var(--primary-txt);
}

@media screen and (max-width: 767px) {
  .m-jobs-001__list-item-detail-ttl {
    font-size: 1.8rem;
  }
}
.m-jobs-001__list-item-detail-desc {
  font-weight: 500;
}

.m-jobs-001 .c-headline-001__ja {
  display: inline-block;
  border-bottom: 1px solid var(--sub-txt);
}

/* -------------------------------------------
仕事内容（単体） 005
------------------------------------------- */
.m-jobs-005 {
  padding: 80px 40px 0;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-005 {
    padding: 40px 20px 0;
  }
}
.m-jobs-005__content-images {
  padding-top: 0;
}

.m-jobs-005__content-ttl {
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .m-jobs-005__content-ttl {
    font-size: 1.8rem;
  }
}
.m-jobs-005__content-desc {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__content-desc {
    text-align: left;
  }
}
@media screen and (min-width: 1024.1px) {
  .m-jobs-005__list > * {
    padding-bottom: 0;
  }
}
.m-jobs-005__list-item {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .m-jobs-005__list-item:last-child {
    padding-bottom: 0;
  }
}
.m-jobs-005__list-item:nth-child(even) .m-jobs-005__list-item-detail {
  background: var(--primary);
}

.m-jobs-005__list-item-inner {
  display: flex;
}

.m-jobs-005__list-item-detail {
  background: var(--primary-border);
  color: #fff;
}

.m-jobs-005__list-item-detail-job {
  font-weight: 600;
  line-height: 1.4;
}

.m-jobs-005__list-item-detail-ttl {
  margin-top: 24px;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 374px) {
  .m-jobs-005__list-item-detail-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 767.01px) {
  .m-jobs-005__list-item-detail-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* -------------------------------------------
企業理念 003
------------------------------------------- */
.m-about-003 {
  padding: 80px 0 0;
  background: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 40px 0 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-txt {
  font-weight: 700;
  color: var(--primary-txt);
  /* color: var(--primary); */
  line-height: 1.5;
  background: linear-gradient(transparent 50%, #61CBD1 50%);
}

.m-about-003__headline + .m-about-003__desc {
  margin-top: -2px;
}

.m-about-003__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

@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;
}

.m-movie-003__container {
  padding: 90px 0;
}

@media screen and (max-width: 1024px) {
  .m-movie-003__container {
    padding: 8% 0;
  }
}
.m-movie-003 {
  background: var(--sub-bg);
}

.m-movie-003__content {
  padding-bottom: 0;
}

.m-movie-003__slide-link::before,
.m-movie-003__slide-link::after {
  content: none;
}

.m-movie-003__pagination .swiper-pagination-bullet {
  background: var(--sub-bg);
}

.m-movie-003__pagination .swiper-pagination-bullet-active {
  background: var(--primary-bg);
  border-color: var(--primary-bg);
}

/* -------------------------------------------
メッセージ 002
------------------------------------------- */
.m-message-002 {
  /* background: #000 !important; */
  /* background-position: top center; */
  color: #fff;
}

.m-message-002__inner {
  padding: 100px 40px;
}

@media screen and (max-width: 767px) {
  .m-message-002__inner {
    padding: 60px 20px;
  }
}
.m-message-002__inner::before {
  /* display: none; */
  background: var(--primary);
  opacity: 0.6;
}

.m-message-002__detail {
  padding: 0;
}

.m-message-002__headline {
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-message-002__headline {
    margin-bottom: 30px;
  }
}
.m-message-002__headline:only-child {
  margin-bottom: 0;
}

.m-message-002__headline-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-message-002__headline + .m-message-002__desc {
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    text-align: left;
  }
}
.m-message-002__desc-txt {
  color: #fff;
  padding: 30px 0 0;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 24px 0 0;
  }
}
.m-message-002__desc-txt:first-child {
  padding-top: 0;
}

.m-message-002__desc-txt:last-child {
  padding-bottom: 0;
}

/* -------------------------------------------
仕事内容（単体） 004
------------------------------------------- */
.m-jobs-004 {
  background: var(--sub-bg);
  padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
  .m-jobs-004 {
    padding: 40px 0 0;
  }
}
.m-jobs-004__content-images {
  padding-top: 0;
}

.m-jobs-004__content {
  margin: 0;
}

.m-jobs-004__content-ttl {
  font-weight: 700;
  padding: 0 40px;
  color: var(--primary-txt);
}

@media screen and (min-width: 767.1px) {
  .m-jobs-004__content-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-004__content-ttl {
    padding: 0 20px;
  }
}
.m-jobs-004__content-desc {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .m-jobs-004__content-desc {
    text-align: left;
    padding: 0 20px;
  }
}
/* -------------------------------------------
仕事内容（単体） 002
------------------------------------------- */
.m-jobs-002 {
  padding: 80px 20px 0;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-jobs-002 {
    padding: 40px 20px 0;
  }
}
.m-jobs-002__content-desc {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__content-desc {
    text-align: left;
  }
}
.m-jobs-002__list {
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .m-jobs-002__list-item {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child {
    padding-bottom: 0;
  }
}
.m-jobs-002__list-item-detail {
  margin-top: -40px;
}

@media screen and (min-width: 1024.01px) {
  .m-jobs-002__list-item-detail {
    padding-bottom: 0;
    margin-top: -44px;
  }
}
@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item-detail {
    margin-top: -46px;
  }
}
@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail {
    padding: 20px 0;
    margin-top: -34px;
  }
}
@media screen and (max-width: 1024px) {
  .m-jobs-002__list-item:last-child .m-jobs-002__list-item-detail {
    padding-bottom: 0;
  }
}
.m-jobs-002__list-item-detail-job {
  color: var(--primary-txt);
  word-break: break-word;
  font-size: 4.3rem;
  font-weight: 600;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-job {
    font-size: 3.5rem;
    line-height: 1.1em;
    font-weight: 600;
  }
}
.m-jobs-002__list-item-detail-ttl {
  margin: 0;
  padding: 0.8em 0 1.1em;
  line-height: 1.4em;
  font-weight: 500;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .m-jobs-002__list-item-detail-ttl {
    font-size: 2rem;
    margin: 0;
  }
}
.m-jobs-002__list-item-detail-desc {
  font-weight: 500;
}

/* -------------------------------------------
メッセージ 003
------------------------------------------- */
.m-message-003 {
  padding: 80px 20px 0;
  background: var(--sub-bg);
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-003 {
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .m-message-003__inner {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .m-message-003__figure {
    width: calc(100% - 20px);
  }
}
.m-message-003__detail {
  background: var(--primary-border);
  color: #fff;
}

@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;
  /* color: var(--primary); */
}

.m-message-003__headline + .m-message-003__desc {
  margin-top: -2px;
}

.m-message-003__desc-txt {
  padding: 0 0 30px;
  font-weight: 500;
  /* color: #fff; */
}

@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-message-003.-v2 .m-message-003__detail {
  background: var(--primary);
}

/* -------------------------------------------
企業理念 002
------------------------------------------- */
.m-about-002 {
  padding-top: 16.25%;
  padding-bottom: 0;
  background: var(--sub-bg) !important;
  /* background: #000 !important; */
}

@media screen and (min-width: 1600.01px) {
  .m-about-002 {
    padding-top: 260px;
  }
}
.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__background {
    padding-top: 400px;
  }
}
.m-about-002__detail {
  padding-bottom: 80px;
  background: var(--primary);
  color: #fff;
  /* background: #000 !important; */
}

@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-txt {
  font-weight: 700;
  /* color: var(--primary); */
}

.m-about-002__headline + .m-about-002__desc {
  margin-top: -2px;
}

.m-about-002__desc-txt {
  padding: 30px 0 0;
  /* color: #fff; */
}

@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;
}

/* -------------------------------------------
メッセージ 005
------------------------------------------- */
.m-message-005 {
  padding: 80px 0 0;
  overflow: hidden;
  background: var(--sub-bg);
  /* background: #000 !important; */
}

@media screen and (max-width: 767px) {
  .m-message-005 {
    padding: 40px 0 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;
  }
}
@media screen and (min-width: 767.01px) {
  .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;
  color: var(--primary-txt);
  /* color: var(--primary); */
}

.m-message-005__desc-txt {
  padding: 0 0 30px;
  /* color: #fff; */
}

@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-works-002 {
  padding: 80px 0 0;
  background: var(--sub-bg) !important;
}

@media screen and (max-width: 767px) {
  .m-works-002 {
    padding: 40px 0 0;
  }
}
.m-works-002__inner {
  padding: 0 40px;
  max-width: 1160px;
}

@media screen and (max-width: 1024px) {
  .m-works-002__inner {
    padding: 0 20px;
  }
}
.m-works-002__items {
  margin: -10px;
  padding: 0;
}

.m-works-002__item {
  padding: 10px;
}

.m-works-002__item:nth-child(n+2) .m-works-002__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.m-works-002__item:nth-child(n+2) .m-works-002__figure {
  min-height: 1px;
}

.m-works-002__item:nth-child(n+2) .m-works-002__detail {
  flex: 1 0 auto;
}

.m-works-002__ttl-ja {
  font-weight: 700;
}

.m-works-002__desc-txt {
  padding-bottom: 0;
}

.m-works-002__more {
  margin-top: 20px;
}

.m-works-002__item:first-child .m-works-002__detail {
  color: #fff;
  background: #61b235;
}

.m-works-002__detail {
  color: #fff;
  background: var(--primary-border);
}

/* -------------------------------------------
仕事内容(一覧) 001
------------------------------------------- */
.m-works-001 {
  padding-bottom: 0;
  background: var(--sub-bg) !important;
}

.m-works-001__desc-txt {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-works-001__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.m-works-001__detail {
  margin-top: -28px;
}

@media screen and (max-width: 767px) {
  .m-works-001__detail {
    margin-top: -20px;
  }
}
.m-works-001__ttl-en,
.m-works-001__ttl-ja {
  color: #fff;
}

_:-ms-fullscreen,
:root .m-works-001__ttl-en {
  padding-top: 0;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-works-001__ttl-en {
    padding-top: 6px;
    padding-bottom: 8px;
  }
}
.m-works-001__ttl-ja {
  padding: 6px 20px 4px;
}

@media screen and (max-width: 767px) {
  .m-works-001__ttl-ja {
    margin-bottom: 0;
  }
}
_:-ms-fullscreen,
:root .m-works-001__ttl-ja {
  padding-top: 6px;
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-works-001__ttl-ja {
    padding-bottom: 2px;
  }
}
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 72px;
  background-image: url("https://senshuecoss.itszai.jp/wp-content/uploads/2023/10/imgheader_pc.png");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 47px;
    background-image: url("https://senshuecoss.itszai.jp/wp-content/uploads/2023/10/imgheader_sp.png");
  }
}/*# sourceMappingURL=custom.css.map */