/*カスタム*/
@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 {
  background: #ead7ba;
}

.m-header-001__logo {
  padding: 10px 2%;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo {
    padding: 20px 2%;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 10px 3%;
  }
}

.m-header-001__logo-link-img {
  max-height: 38px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__logo-link-img {
    max-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img {
    max-height: 19px;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .m-header-001__btn-link {
    min-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
    min-height: 60px;
  }
}

.c-headline-001__en {
  font-weight: 400;
  color: #b28448;
}

.c-headline-001__ja {
  font-weight: 500;
  color: #333;
}

@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: #8e765f;
  color: #000;
}

/* フッター */
.m-footer-001__copyright {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
.m-footer-001__copyright {
    padding: 15px 0;
  }
}

/* -------------------------------------------
インタビュー 002
------------------------------------------- */
.m-interview-002 {
  padding: 80px 0;
  background: #ead7ba !important;
}

@media screen and (max-width: 767px) {
  .m-interview-002 {
    padding: 40px 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-002 .c-headline-001 {
    margin: 0 0 15px;
  }
}

.m-interview-002__nav {
  justify-content: center;
}

.m-interview-002__contents-section-detail-intro {
  font-size: 2.5rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-detail-intro {
    font-size: 2rem;
  }
}

.m-interview-002__contents-section-detail-content-txt {
  margin: 0 0 30px;
  font-weight: 400;
  color: #333;
}

.m-interview-002__contents-section-detail-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #00349a;
  border: 1px solid #00349a;
  border-width: 0 0 1px 0;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-detail-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 320px) {
  .m-interview-002__nav-item-ttl {
    padding: 10px 10px 15px;
  }
}

.m-interview-002__nav-item-ttl-name {
  padding: 10px 0;
}

.m-interview-002__nav-item-ttl-ruby {
  font-family: 'Josefin Sans',"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-figure+.m-interview-002__contents-section-detail {
    margin-top: -60px;
  }
}

@media screen and (max-width: 320px) {
  .m-interview-002__nav-item-ttl-category {
    font-size: 1.1rem;
    letter-spacing: .1rem;
  }
}

.m-interview-002__nav-item-ttl-ruby {
    font-size: 1.1rem;
    letter-spacing: .1rem;
}

@media screen and (max-width: 320px) {
  .m-interview-002__nav-item-ttl-ruby {
    font-size: 1.1rem;
    letter-spacing: .1rem;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents {
    margin: 20px 5px 0;
  }
}

.m-interview-002__contents-section-detail-content-txt-name {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #b28448;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-section-detail-content-txt-name {
    font-size: 1.6rem;
  }
}

.m-interview-002__contents-card-lead {
  display: block;
  margin-top: 15px;
}

.m-interview-002__contents-card-content {
  padding: 50px 50px 30px 50px;
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-card-content {
    padding: 30px 30px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-interview-002__contents-card-content::after {
    display: none;
  }
}

.m-interview-002__nav-item-btn {
  pointer-events: none;
}

/* -------------------------------------------
社風 003
------------------------------------------- */
.m-culture-003 {
  padding: 80px 0 0 0;
  /* background: #000 !important; */
}

@media screen and (max-width: 1024px) {
  .m-culture-003 {
    padding: 80px 20px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003 {
    padding: 40px 20px 40px 20px;
  }
}

.m-culture-003__inner {
  max-width: 800px;
}

.m-culture-003 .c-headline-001__en {
  /* color: #fff; */
}

.m-culture-003 .c-headline-001__ja {
  /* color: #fff; */
}

.m-culture-003__list {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .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: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item {
    padding: 0;
  }
}

.m-culture-003__list-item:last-child {
  padding-bottom: 0;
}

.m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
    padding-bottom: 0;
  }
}

.m-culture-003__list-item-detail-ttl {
  border: solid #ddd;
  border-width: 0 0 1px;
}

.m-culture-003__list-item-detail-ttl-txt {
  font-size: 2rem;
  font-weight: 900;
  color: #333;
}

@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;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-culture-003__list-item-detail-desc-txt {
    font-size: 1.5rem;
  }
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  padding: 40px 0 74px 0;
}

@media screen and (max-width: 767px) {
  .m-gallery-003 {
    padding: 10px 0 28px 0;
  }
}

.m-gallery-003 .c-headline-001 {
  margin: 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003 .c-headline-001 {
    margin: 0 0 5px;
  }
}

.m-gallery-003__inner {
  max-width: 1100px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list {
    padding: 0 8px;
  }
}

.m-gallery-003__list-item {
  width: 33.33%;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

.img-headline {
  height: 78px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 55px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .img-headline {
    height: 55px;
  }
}

/* -------------------------------------------
募集要項
------------------------------------------- */
.m-require-003 {
  padding: 80px 0;
  background: #ead7ba !important;
}

@media screen and (max-width: 767px) {
  .m-require-003 {
    padding: 40px 0;
  }
}

.m-require-003 .c-headline-001 {
  margin: 0;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-003 .c-headline-001__en {
  /* color: #333; */
  text-transform: uppercase;
}

.m-require-003 .c-headline-001__ja {
  font-weight: 500;
  /* color: #333; */
}

.m-require-003__detail {
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 1024px){
  .m-require-003__detail {
    padding: 20px;
  }
}

.m-require-003__detail-row {
  border-top: 1px solid #b28448;
}

.m-require-003__detail-row:last-child {
  border-bottom: 1px solid #b28448;
}

.m-require-003__detail-ttl {
  color: #b28448;
}

.m-require-003__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-003__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}

/* ボタン背景なしの場合にコメントアウトを削除 */
/* .m-require-003__entry-btn {
  background: transparent;
  color: var(--primary);
  border: 1px solid var(--primary-bg);
}

.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-003__entry-btn::before {
  background: var(--primary);
} */