@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
:root {
  --font-en: 'Lato';
}
/* -------------------------------------------
共通パッチ
------------------------------------------- */
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: inherit;
}

@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: 0 40px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo {
        padding: 0 15px;
    }
}

.m-header-001__logo-link-img {
    max-height: 23px;
}

@media screen and (max-width: 767px) {
    .m-header-001__logo-link-img {
        max-height: 19px;
    }
}

.m-header-001__btn-link {
  background: #132d81;
  min-height: 5vw;
  width: 9.375vw;
  padding: 0;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .m-header-001__btn-link {
  min-height: 13.33333vw;
  width: 24.8vw;
  padding: 0;
  justify-content: center;
}
}


/* サブカラー 背景を無効化したいとき */
/* .c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
} */

/* 募集要項の罫線 */
div[class^="m-require-"][class$="__detail-row"] {
    border-color: var(--primary-border);
}
.m-header-001 {
  background: var(--primary);
}

.single-post_recruit .m-header-001 {
  background: transparent;
}

.m-header-001 + .m-kv-001 {
  margin-top: -5vw; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -13.33333vw; /* SPヘッダーの高さ */
  }
}

.c-page-ttl-001 {
  margin-top: -48px;
}

@media screen and (max-width: 767px) {
.c-page-ttl-001 {
  margin-top: -20px;
}
}

/*
投稿ページ「タイトル：日本語」に img タグを挿入
<img class="img-headline pc-tab" src="path/to/headline-pc.png" /><img class="img-headline sp" src="path/to/headline-sp.png" /><img class="img-headline sp320" src="path/to/headline_sp320.jpg" />
*/
.img-headline {
  margin: 0 auto;
  height: 62px;
}

@media screen and (max-width: 767px) {
    .img-headline{
        height: 44px;
    }
}
@media screen and (max-width: 374px) {
    .img-headline.sp{
        display:none;
    }
}

.img-headline.sp320 {
  display: none;
  height: 42px;
}

@media screen and (max-width: 374px) {
  .img-headline.sp320 {
    display: inline-block;
  }
}

/* フッター */
.m-footer-001 {
  color: #fff;
  background: #d0d5e6;
}

/* -------------------------------------------
飲食店モジュール：メッセージ
------------------------------------------- */
.m-modulegroup008-001 {
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 20px;
  background-color: var(--primary-bg, #04a1af);
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-001 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001 {
    padding: 50px 16px 0;
  }
}

.m-modulegroup008-001__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup008-001__headline {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup008-001__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 700;
  letter-spacing: .2em;
}

.m-modulegroup008-001__headline-ja {
  display: block;
  margin-top: 25px;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
}

.m-modulegroup008-001__message {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message {
    margin-top: 30px;
  }
}

.m-modulegroup008-001__message-figure {
  position: relative;
  width: calc(87.5% + 160px);
  max-width: 1280px;
  margin-left: -160px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-001__message-figure {
    width: calc(100% + 40px);
    max-width: none;
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-figure {
    width: calc(100% + 32px);
    margin-right: -16px;
    margin-left: -16px;
  }
}

.m-modulegroup008-001__message-figure::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  width: 160vw;
  background-color: var(--primary, #04a1af);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-001__message-figure::after {
    content: none;
  }
}

.m-modulegroup008-001__message-figure-img-pc {
  position: relative;
  z-index: 10;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-figure-img-pc {
    display: none;
  }
}

.m-modulegroup008-001__message-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup008-001__message-cnt {
  position: relative;
  width: 87.5%;
  max-width: 1120px;
  margin-left: auto;
  padding: 80px 0 80px 12.5%;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-001__message-cnt {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-cnt {
    padding: 30px 0;
    letter-spacing: .1em;
  }
}

.m-modulegroup008-001__message-cnt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 160vw;
  background-color: #132d81;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-001__message-cnt::after {
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-cnt::after {
    left: -16px;
  }
}

.m-modulegroup008-001__message-ttl {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 7px 25px;
  background-color: var(--primary-bg, #04a1af);
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-ttl {
    padding: 4px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup008-001__message-ttl:not(:first-of-type) {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-ttl:not(:first-of-type) {
    margin-top: 4px;
  }
}

.m-modulegroup008-001__message-ttl + .m-modulegroup008-001__message-txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-ttl + .m-modulegroup008-001__message-txt {
    margin-top: 20px;
  }
}

.m-modulegroup008-001__message-txt {
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-001__message-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
飲食店モジュール：当店について（スライダー）
------------------------------------------- */
.m-modulegroup008-012 {
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 20px;
  background-color: #fff;
  color: var(--sub-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012 {
    padding: 50px 16px;
  }
}

.m-modulegroup008-012__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup008-012__headline {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup008-012__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 700;
  letter-spacing: .2em;
}

.m-modulegroup008-012__headline-ja {
  display: block;
  margin-top: 25px;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
}

.m-modulegroup008-012__about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding: 80px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 80px 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about {
    margin-top: 30px;
    padding: 30px 0 0;
  }
}

.m-modulegroup008-012__about::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 160vw;
  background-color: #132d81;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.m-modulegroup008-012__about::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16.66%;
  background-color: var(--sub-bg, #f2f2f2);
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about::after {
    top: auto;
    left: 50%;
    width: 160vw;
    height: 290px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about::after {
    height: 32.115vw;
  }
}

.m-modulegroup008-012__about-slider {
  position: relative;
  width: calc(55.56% + 80px);
  max-width: 880px;
  margin: 0 0 0 -80px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about-slider {
    width: calc(100% + 20px);
    margin: 70px 0 0 -20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-slider {
    width: calc(100% + 16px);
    margin: 30px 0 0 -16px;
  }
}

.m-modulegroup008-012__about-item {
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-item {
    padding-bottom: 50px;
  }
}

.m-modulegroup008-012__about-figure-left {
  width: 63.64%;
  max-width: 560px;
}

.m-modulegroup008-012__about-figure-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48.64%;
  max-width: 428px;
}

.m-modulegroup008-012__about-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-figure-img-pc {
    display: none;
  }
}

.m-modulegroup008-012__about-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup008-012__about-cnt {
  position: relative;
  width: 44.44%;
  max-width: 640px;
  margin-left: auto;
  padding: 0 0 0 5.55%;
  text-align: left;
  letter-spacing: .12em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012__about-cnt {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-cnt {
    letter-spacing: .1em;
  }
}

.m-modulegroup008-012__about-ttl {
  display: inline-block;
  padding: 7px 25px;
  background-color: var(--primary-bg, #04a1af);
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.5;
  color: var(--primary-txt, #ffffff);
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-ttl {
    padding: 4px 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup008-012__about-ttl:not(:first-of-type) {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-ttl:not(:first-of-type) {
    margin-top: 4px;
  }
}

.m-modulegroup008-012__about-ttl + .m-modulegroup008-012__about-txt {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-ttl + .m-modulegroup008-012__about-txt {
    margin-top: 20px;
  }
}

.m-modulegroup008-012__about-txt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012__about-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup008-012 .swiper-pagination-bullets {
  position: relative;
  z-index: 10;
  margin-top: -30px;
  padding-left: 116px;
  text-align: left;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-012 .swiper-pagination-bullets {
    width: 51.4%;
    padding-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012 .swiper-pagination-bullets {
    margin-top: -25px;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.m-modulegroup008-012 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px;
  border-radius: 0;
  background: var(--primary, #04a1af);
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-012 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}

.m-modulegroup008-012 .swiper-pagination-bullet-active {
  background: var(--primary-bg, #04a1af);
}

/* -------------------------------------------
飲食店モジュール：ギャラリー
------------------------------------------- */
.m-modulegroup008-014 {
  margin: 0 auto;
  padding: 120px 30px;
  background-color: var(--sub-txt, #f2f2f2);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014 {
    padding: 50px 30px;
  }
}

.m-modulegroup008-014__inner {
  max-width: 960px;
  margin: 0 auto;
}

.m-modulegroup008-014__headline {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014__headline {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup008-014__headline-en {
  display: block;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-weight: 700;
  letter-spacing: .2em;
}

.m-modulegroup008-014__headline-ja {
  display: block;
  margin-top: 25px;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014__headline-ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
}

.m-modulegroup008-014__gallery-swiper-contents {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 70px 0 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014__gallery-swiper-contents {
    margin: 30px 0 0;
  }
}

.m-modulegroup008-014__gallery-thumbnail-item {
  height: auto;
  cursor: pointer;
}

.m-modulegroup008-014__gallery-thumbnail-item:hover, .m-modulegroup008-014__gallery-thumbnail-item.is-active {
  opacity: .7;
}

.m-modulegroup008-014__gallery-thumbnail-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014__gallery-thumbnail-figure-img-pc {
    display: none;
  }
}

.m-modulegroup008-014__gallery-thumbnail-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014__gallery-thumbnail-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup008-014 .swiper-button-prev,
.m-modulegroup008-014 .swiper-container-rtl .swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 27px;
  left: -25px;
  width: 50px;
  height: 50px;
  margin-top: 0;
  outline: none;
}

.m-modulegroup008-014 .swiper-button-prev:hover,
.m-modulegroup008-014 .swiper-container-rtl .swiper-button-next:hover {
  opacity: .7;
}

.m-modulegroup008-014 .swiper-button-prev svg,
.m-modulegroup008-014 .swiper-container-rtl .swiper-button-next svg {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-014 .swiper-button-prev svg,
  .m-modulegroup008-014 .swiper-container-rtl .swiper-button-next svg {
    width: 4.883vw;
    height: 4.883vw;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-014 .swiper-button-prev,
  .m-modulegroup008-014 .swiper-container-rtl .swiper-button-next {
    top: 2.637vw;
    left: -2.441vw;
    width: 4.883vw;
    height: 4.883vw;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014 .swiper-button-prev,
  .m-modulegroup008-014 .swiper-container-rtl .swiper-button-next {
    top: 5.483vw;
    left: -3.3335vw;
    width: 6.667vw;
    height: 6.667vw;
  }
  .m-modulegroup008-014 .swiper-button-prev svg,
  .m-modulegroup008-014 .swiper-container-rtl .swiper-button-next svg {
    width: 6.667vw;
    height: 6.667vw;
  }
}

.m-modulegroup008-014 .swiper-button-next,
.m-modulegroup008-014 .swiper-container-rtl .swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 27px;
  right: -25px;
  width: 50px;
  height: 50px;
  margin-top: 0;
  outline: none;
}

.m-modulegroup008-014 .swiper-button-next:hover,
.m-modulegroup008-014 .swiper-container-rtl .swiper-button-prev:hover {
  opacity: .7;
}

.m-modulegroup008-014 .swiper-button-next svg,
.m-modulegroup008-014 .swiper-container-rtl .swiper-button-prev svg {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-014 .swiper-button-next svg,
  .m-modulegroup008-014 .swiper-container-rtl .swiper-button-prev svg {
    width: 4.883vw;
    height: 4.883vw;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup008-014 .swiper-button-next,
  .m-modulegroup008-014 .swiper-container-rtl .swiper-button-prev {
    top: 2.637vw;
    right: -2.441vw;
    width: 4.883vw;
    height: 4.883vw;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014 .swiper-button-next,
  .m-modulegroup008-014 .swiper-container-rtl .swiper-button-prev {
    top: 5.483vw;
    right: -3.3335vw;
    width: 6.667vw;
    height: 6.667vw;
  }
  .m-modulegroup008-014 .swiper-button-next svg,
  .m-modulegroup008-014 .swiper-container-rtl .swiper-button-prev svg {
    width: 6.667vw;
    height: 6.667vw;
  }
}

.m-modulegroup008-014 .swiper-button-prev.swiper-button-disabled,
.m-modulegroup008-014 .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0;
}

.m-modulegroup008-014 .slider {
  width: 100%;
  height: auto;
}

.m-modulegroup008-014__gallery {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014__gallery {
    margin-top: 20px;
  }
}

.m-modulegroup008-014__gallery-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014__gallery-figure-img-pc {
    display: none;
  }
}

.m-modulegroup008-014__gallery-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014__gallery-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup008-014__gallery-txt {
  padding: 40px 60px;
  background-color: #132d81;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup008-014__gallery-txt {
    padding: 25px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
}

.m-require-001 {
  background: #fff !important;
}

.m-require-001 .c-headline-001__en {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 70px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  color: var(--sub-txt, #000000);
  letter-spacing: .2em;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__en {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .12em;
  }
}

.m-require-001 .c-headline-001__ja {
  margin-top: 25px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .12em;
}

@media screen and (max-width: 767px) {
  .m-require-001 .c-headline-001__ja {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
}

.m-require-001__detail-desc::before {
  background: #d0d5e6;
  opacity: 1;
}

.m-require-001__entry-btn {
  background: #132d81;
}

.m-require-001__entry-btn-txt {
  font-weight: 700;
}