@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');

:root {
  --font-en: 'Vidaloka';
}

/* -------------------------------------------
共通パッチ
------------------------------------------- */
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;
}

/* ロゴ */
.m-header-001__logo {
  padding: 8px 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: 63px;
}

@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: 30px;
}

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link-txt {
  font-family: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

/* 大見出し */
.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;
/* 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: .2rem;
  }  
}

@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }  
}

/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 2rem;
    letter-spacing: .2rem;
  }
}

@media screen and (max-width: 374px) {
  [class$="__headline-txt"],
  [class$="__content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: .1rem;
  }
}

/* 募集要項 */
div[class^="m-require-"][class$="__detail-row"] {
  border-color: var(--primary-border);
}

div[class^="m-require-"][class$="__detail-ttl"] {
  font-weight: 700;
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

/* コピーライト */
.m-footer-001 {
  background-color: #ffb66e;
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

.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: -48px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
薬剤師モジュール：メッセージ
------------------------------------------- */
.m-modulegroup009-001 {
  overflow: hidden;
  margin: 90px auto 0;
  padding: 90px 20px;
  background-color: var(--sub-bg, #04a1af);
  color: #000000;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-001 {
    margin-top: 40px;
    padding: 60px 16px;
  }
}

.m-modulegroup009-001__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup009-001__headline-ja {
  max-width: 490px;
  padding-top: 5px;
  border-top: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-001__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-001__headline-en {
  position: absolute;
  top: -40px;
  left: 50%;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: #ffdebf;
  white-space: nowrap;
  letter-spacing: .04em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-001__headline-en {
    top: -35px;
    font-size: 180px;
    font-size: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-001__headline-en {
    top: -8px;
    font-size: 72px;
    font-size: 7.2rem;
  }
}

.m-modulegroup009-001__cnt {
  position: relative;
  max-width: 800px;
  margin: 20px auto 0;
}

.m-modulegroup009-001__ttl {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-001__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-001__ttl + .m-modulegroup009-001__txt {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-001__ttl + .m-modulegroup009-001__txt {
    margin-top: 15px;
  }
}

.m-modulegroup009-001__txt {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-001__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
薬剤師モジュール：仕事内容
------------------------------------------- */
.m-modulegroup009-002 {
  margin: 90px auto;
  padding: 0 20px;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002 {
    margin: 60px auto;
    padding: 0 16px;
  }
}

.m-modulegroup009-002__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup009-002__headline-ja {
  max-width: 490px;
  padding-top: 5px;
  border-top: 1px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-002__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__headline-en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup009-002__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 60px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-002__work {
    display: block;
    margin: 0 auto;
  }
}

.m-modulegroup009-002__work-item {
  width: 50%;
  padding: 0 4.7% 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-002__work-item {
    width: 100%;
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__work-item {
    padding: 20px 0 0;
  }
}

.m-modulegroup009-002__work-item:nth-child(n+3) {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-002__work-item:nth-child(n+3) {
    margin-top: 0;
  }
}

.m-modulegroup009-002__work-item:nth-child(even) {
  padding: 130px 4.7% 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-002__work-item:nth-child(even) {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__work-item:nth-child(even) {
    padding: 20px 0 0;
  }
}

.m-modulegroup009-002__work-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__work-dt {
    display: block;
  }
}

.m-modulegroup009-002__work-num {
  display: inline-block;
  min-width: 90px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  color: #ffc389;
  text-align: center;
  white-space: nowrap;
  letter-spacing: .01em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__work-num {
    min-width: 48px;
    font-size: 40px;
    font-size: 4rem;
  }
}

.m-modulegroup009-002__work-ttl {
  padding-left: 15px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__work-ttl {
    margin-top: 5px;
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup009-002__work-dd {
  padding: 0 0 0 10.3%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-002__work-dd {
    padding: 0;
  }
}

.m-modulegroup009-002__work-figure {
  overflow: hidden;
  max-width: 467px;
  margin: 30px auto 0;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__work-figure {
    width: 85%;
    margin: 15px auto 0;
  }
}

.m-modulegroup009-002__work-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__work-figure-img-pc {
    display: none;
  }
}

.m-modulegroup009-002__work-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__work-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup009-002__work-txt {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-002__work-txt {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
薬剤師モジュール：福利厚生
------------------------------------------- */
.m-modulegroup009-003 {
  margin: 100px auto;
  padding: 40px 20px 0;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003 {
    margin: 60px auto;
    padding: 0 16px;
  }
}

.m-modulegroup009-003__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__inner {
    display: block;
  }
}

.m-modulegroup009-003__headline {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 51px 53px;
          transform-origin: 51px 53px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__headline {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.m-modulegroup009-003__headline-ja {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-003__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__headline-en {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup009-003__welfare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 160px);
  margin: -60px 0 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare {
    width: 100%;
    margin: 5px 0 0;
  }
}

.m-modulegroup009-003__welfare-item {
  position: relative;
  width: 33.33%;
  margin: 60px 0 0;
  padding: 80px 3.5% 40px;
  background-color: #ffe7d0;
}

.m-modulegroup009-003__welfare-item:nth-child(3n + 1) {
  border-radius: 10px 0 0  10px;
}

.m-modulegroup009-003__welfare-item:last-child {
  border-radius: 0 10px 10px 0;
}

.m-modulegroup009-003__welfare-item:nth-child(3n) {
  border-radius: 0 10px 10px 0;
}

.m-modulegroup009-003__welfare-item:last-child:nth-child(3n + 1) {
  border-radius: 10px;
}

.m-modulegroup009-003__welfare-item:nth-child(3n + 2) {
  background-color: #ffc389;
}

.m-modulegroup009-003__welfare-item:nth-child(3n) {
  background-color: #faab5d;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-003__welfare-item {
    width: 50%;
  }
  .m-modulegroup009-003__welfare-item:nth-child(odd) {
    border-radius: 10px 0 0 10px;
  }
  .m-modulegroup009-003__welfare-item:nth-child(even) {
    border-radius: 0 10px 10px 0;
  }
  .m-modulegroup009-003__welfare-item:last-child:nth-child(odd) {
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-item {
    width: 100%;
    margin: 30px 0 0;
    padding: 40px 15px 20px;
  }
  .m-modulegroup009-003__welfare-item:nth-child(odd) {
    border-radius: 10px;
  }
  .m-modulegroup009-003__welfare-item:nth-child(even) {
    border-radius: 10px;
  }
}

.m-modulegroup009-003__welfare-num {
  position: absolute;
  top: -48px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-num {
    top: -24px;
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup009-003__welfare-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-003__welfare-ttl + .m-modulegroup009-003__welfare-figure {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-ttl + .m-modulegroup009-003__welfare-figure {
    margin-top: 15px;
  }
}

.m-modulegroup009-003__welfare-figure {
  max-width: 130px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-figure {
    max-width: 100px;
  }
}

.m-modulegroup009-003__welfare-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-figure-img-pc {
    display: none;
  }
}

.m-modulegroup009-003__welfare-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup009-003__welfare-figure + .m-modulegroup009-003__welfare-txt,
.m-modulegroup009-003__welfare-ttl + .m-modulegroup009-003__welfare-txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-figure + .m-modulegroup009-003__welfare-txt,
  .m-modulegroup009-003__welfare-ttl + .m-modulegroup009-003__welfare-txt {
    margin-top: 15px;
  }
}

.m-modulegroup009-003__welfare-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003__welfare-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
薬剤師モジュール：よくある質問
------------------------------------------- */
.m-modulegroup009-007 {
  overflow: hidden;
  margin: 90px auto 0;
  padding: 90px 20px;
  color: #000;
  text-align: left;
  background-color: var(--sub-bg);
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007 {
    margin: 60px auto 0;
    padding: 60px 16px;
  }
}

.m-modulegroup009-007__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup009-007__headline-ja {
  max-width: 490px;
  padding-top: 5px;
  border-top: 1px solid #1e1e1e;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-007__headline-en {
  position: absolute;
  z-index: -10;
  top: -165px;
  left: 50%;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: #ffdebf;
  white-space: nowrap;
  letter-spacing: .05em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-007__headline-en {
    top: -125px;
    font-size: 155px;
    font-size: 15.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__headline-en {
    top: -50px;
    font-size: 65px;
    font-size: 6.5rem;
    letter-spacing: .02em;
  }
}

.m-modulegroup009-007__question-outer {
  position: relative;
  max-width: 1280px;
  margin: 150px auto 0;
  padding: 75px 6.25% 65px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-007__question-outer {
    margin: 115px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-outer {
    margin: 50px auto 0;
    padding: 25px 20px;
  }
}

.m-modulegroup009-007__question-outer::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 14px;
  background-image: -webkit-radial-gradient(circle farthest-side, #000, #000 25%, transparent 25%, transparent), -webkit-radial-gradient(circle farthest-side, #000, #000 25%, transparent 25%, transparent), -webkit-radial-gradient(circle farthest-side, #000, #000 25%, transparent 25%, transparent), -webkit-radial-gradient(circle farthest-side, #000, #000 25%, transparent 25%, transparent);
  background-image: radial-gradient(circle farthest-side, #000, #000 25%, transparent 25%, transparent), radial-gradient(circle farthest-side, #000, #000 25%, transparent 25%, transparent), radial-gradient(circle farthest-side, #000, #000 25%, transparent 25%, transparent), radial-gradient(circle farthest-side, #000, #000 25%, transparent 25%, transparent);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left top, left bottom, left top, right top;
  background-size: 20px 7px, 20px 6px, 7px 20px, 6px 20px;
  pointer-events: none;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-outer::after {
    border-radius: 12px;
    background-image: -webkit-radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent), -webkit-radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent), -webkit-radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent), -webkit-radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent);
    background-image: radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent), radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent), radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent), radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent);
    background-size: 12px 5px, 12px 7px, 5px 12px, 7px 12px;
  }
}

.m-modulegroup009-007__question-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-modulegroup009-007__question-item:not(:first-child) {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-item {
    display: block;
  }
  .m-modulegroup009-007__question-item:not(:first-child) {
    margin-top: 20px;
  }
}

.m-modulegroup009-007__question-num {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-num {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup009-007__question-cnt {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-cnt {
    margin-top: 10px;
    padding-left: 0;
  }
}

.m-modulegroup009-007__question-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-007__question-ttl + .m-modulegroup009-007__question-txt {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-ttl + .m-modulegroup009-007__question-txt {
    margin-top: 15px;
  }
}

.m-modulegroup009-007__question-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-require-001 {
  overflow: hidden;
  background-color: #fff !important;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding-top: 60px;
  }
}

.m-require-001 .c-headline-001__en {
  position: absolute;
  left: 50%;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1;
  color: #ffe9d3;
  white-space: nowrap;
  letter-spacing: .05em;
  text-transform: lowercase;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    font-size: 43px;
    font-size: 4.3rem;
  }
}

.m-require-001 .c-headline-001__ja {
  position: relative;
  display: block;
  padding: 0 0 50px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    padding: 0 0 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-require-001__detail-ttl {
  background-color: #ffb66e;
}

.m-require-001__detail-desc::before {
  background-color: #fff0e2;
  opacity: 1;
}