@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant&family=Barlow+Condensed:wght@500&family=Noto+Serif+JP:wght@400;700&display=swap');
:root {
  --font: 'Noto Serif JP', serif;
  --font-en: 'Cormorant', serif;
}
/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@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: 28px 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 18px 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 25px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 15px;
    }
}

.m-header-001__btn-link {
  background: var(--primary-border);
}


/* サブカラー 背景を無効化したいとき */
.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

@media screen and (min-width: 767.01px) {
  .single-post_recruit .m-header-001 {
    background: transparent;
  }
  
  .m-header-001 + .m-kv-001 {
    margin-top: -80px; /* PCヘッダーの高さ */
  }
}

.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 110px;
  max-width: 378px;
  background-image: url("../images/headline-pc.jpg");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 70px;
    max-width: 247px;
    background-image: url("../images/headline-sp.jpg");
  }
}

@media screen and (max-width: 374px) {
  .img-headline {
    height: 70px;
    max-width: 247px;
    background-image: url("../images/headline-sp320.jpg");
  }
}

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

/* -------------------------------------------
歯科衛生士モジュール：福利厚生（画像のみ）
------------------------------------------- */
.m-modulegroup006-013 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 115px;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013 {
    padding: 50px 20px 42px;
  }
}

.m-modulegroup006-013__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup006-013__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary-bg);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-013__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-013__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary-bg);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-013__figure {
  width: 100%;
  margin-top: 74px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__figure {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__figure-img-pc {
    display: none;
  }
}

.m-modulegroup006-013__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-013__figure-img-sp {
    display: block;
  }
}

/* -------------------------------------------
歯科衛生士モジュール：当院の特徴
------------------------------------------- */
.m-modulegroup006-002 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 120px;
  background-color: var(--sub-bg);
  color: var(--primary);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002 {
    padding: 40px 20px 50px;
  }
}

.m-modulegroup006-002__container {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup006-002__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-002__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-002__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-002__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: stretch;
  margin-left: -70px;
  padding-top: 72px;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-002__cnt {
    max-width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__cnt {
    max-width: 100%;
    padding-top: 36px;
  }
}

.m-modulegroup006-002__item {
  width: 33.333%;
  max-width: 480px;
  padding-left: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-002__item {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.m-modulegroup006-002__item:nth-child(n + 4) {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup006-002__item + .m-modulegroup006-002__item {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__item + .m-modulegroup006-002__item {
    margin-top: 20px;
  }
}

.m-modulegroup006-002__item-inner {
  min-height: 100%;
  padding: 55px 35px 70px;
  border-top: 2px solid var(--primary);
  background-color: #c6dfef;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__item-inner {
    padding: 30px 20px 40px;
  }
}

.m-modulegroup006-002__figure {
  margin-top: 36px;
  line-height: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__figure {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__figure-img-pc {
    display: none;
  }
}

.m-modulegroup006-002__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__figure-img-sp {
    display: block;
  }
}

.m-modulegroup006-002__num {
  font-size: 41px;
  font-size: 4.1rem;
  line-height: 1.2;
  color: var(--primary);
  letter-spacing: 6px;
  letter-spacing: 0.6rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__num {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.m-modulegroup006-002__ttl {
  position: relative;
  padding: 16px 0 30px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--primary);
  letter-spacing: 3px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__ttl {
    padding: 12px 0 18px;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 3px;
    letter-spacing: 0.3rem;
  }
}

.m-modulegroup006-002__ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: -webkit-radial-gradient(var(--primary) 10%, transparent 20%);
  background-image: radial-gradient(var(--primary) 10%, transparent 20%);
  background-size: 8px 8px;
  content: "";
}

.m-modulegroup006-002__txt {
  padding-top: 28px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  letter-spacing: 5px;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-002__txt {
    padding-top: 18px;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

/* -------------------------------------------
歯科衛生士モジュール：当院について
------------------------------------------- */
.m-modulegroup006-011 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 100px 20px 115px;
  color: var(--sub-txt);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011 {
    padding: 40px 0 42px;
  }
}

.m-modulegroup006-011__container {
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup006-011__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__headline {
    padding: 0 20px;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-011__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-011__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__headline-sub::before {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__cnt {
    padding: 0 20px;
  }
}

.m-modulegroup006-011__item {
  position: relative;
  margin-top: 35px;
  padding: 0 0 40px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  text-align: left;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__item {
    margin-top: 30px;
    padding: 0 0 20px;
  }
}

.m-modulegroup006-011__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: -webkit-radial-gradient(var(--primary) 10%, transparent 20%);
  background-image: radial-gradient(var(--primary) 10%, transparent 20%);
  background-size: 8px 8px;
  content: "";
}

.m-modulegroup006-011__item + .m-modulegroup006-011__item {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__item + .m-modulegroup006-011__item {
    margin-top: 40px;
  }
}

.m-modulegroup006-011__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--primary);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup006-011__figure {
  width: 100%;
  margin-top: 30px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__figure {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__figure-img-pc {
    display: none;
  }
}

.m-modulegroup006-011__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__figure-img-sp {
    display: block;
  }
}

.m-modulegroup006-011__ttl_sub {
  margin-top: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__ttl_sub {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup006-011__txt {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-011__txt {
    margin-top: 12px;
  }
}

/* -------------------------------------------
歯科衛生士モジュール：当院について（スライダー）
------------------------------------------- */
.m-modulegroup006-012 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  color: var(--sub-txt);
}

.m-modulegroup006-012__container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__container {
    padding: 0 20px;
  }
}

.m-modulegroup006-012__headline {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.4;
  color: var(--primary);
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__headline {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-modulegroup006-012__headline-sub {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__headline-sub {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-modulegroup006-012__headline-sub::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__headline-sub::before {
    width: 30px;
  }
}

.m-modulegroup006-012__txtbox {
  margin-top: 35px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  text-align: left;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__txtbox {
    margin-top: 30px;
  }
}

.m-modulegroup006-012__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  color: var(--primary);
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-modulegroup006-012__ttl + .m-modulegroup006-012__txt {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__ttl + .m-modulegroup006-012__txt {
    margin-top: 12px;
  }
}

.m-modulegroup006-012__cnt {
  margin-top: 40px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__cnt {
    margin-top: 20px;
  }
}

.m-modulegroup006-012__item:only-child {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.m-modulegroup006-012__figure {
  width: 100%;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__figure-img-pc {
    display: none;
  }
}

.m-modulegroup006-012__figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup006-012__figure-img-sp {
    display: block;
  }
}

.m-require-001 {
  padding: 100px 0 80px;
  font-family: var(--font-sans, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
}

@media screen and (max-width: 767px) {
  .m-require-001 {
    padding: 50px 0 40px;
  }
}

.m-require-001__inner {
  max-width: 880;
}

.m-require-001__detail-row::before {
  background-color: var(--sub-bg);
  opacity: 1;
}

.m-require-001 .c-headline-001 {
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001 {
    padding: 0 20px;
  }
}

.m-require-001 .c-headline-001__en {
  position: relative;
  z-index: 1;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 4px;
    letter-spacing: 0.4rem;
  }
}

.m-require-001 .c-headline-001__ja {
  position: relative;
  display: block;
  margin-top: 6px;
  padding-left: 75px;
  font-family: var(--font, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif);
  font-size: 20px;
  font-size: 2rem;
  color: var(--primary, #04a1af);
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    margin-top: 0;
    padding-left: 42px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.m-require-001 .c-headline-001__ja::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 55px;
  height: 1px;
  background: var(--primary);
  content: "";
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja::before {
    width: 30px;
  }
}

.m-require-001__detail {
  max-width: 880px;
  margin: 0 auto;
}

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

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

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

.m-footer-001 {
    background: #c7e0f3;
    color: var(--sub-txt);
}
