@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');
.single-post_recruit {
--font-en: 'Vidaloka', 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;
}

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

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

.m-header-001__logo-link-img {
  display: block;
  max-height: 30px;
}

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

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}

.m-header-001__btn-link {
 color: #fff;
}

/* 大見出し */
.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;
/* color: var(--sub-txt); */
}

div[class^="m-require-"][class$="__detail-desc"] {
  font-weight: 500;
}

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

/* コピーライト */
.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: -68px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -48px; /* SPヘッダーの高さ */
  }
}
/* -------------------------------------------
薬剤師モジュール：仕事内容
------------------------------------------- */
.m-modulegroup009-002 {
  margin: 90px auto;
  padding: 0 20px;
  color:var(--sub-txt);
  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 #1e1e1e;
  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: var(--sub-bg);
  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: .1rem;
}

@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-012 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0;
  text-align: left;
}

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

.m-modulegroup009-012__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__inner {
    padding: 0 16px;
  }
}

.m-modulegroup009-012__headline {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__headline {
    margin-bottom: 20px;
  }
}

.m-modulegroup009-012__headline-ja {
  display: block;
  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-012__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-012__headline-en {
  position: absolute;
  top: calc(100% + 25px);
  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: var(--primary-txt);
  white-space: nowrap;
  letter-spacing: .05em;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-012__headline-en {
    top: 5px;
    font-size: 155px;
    font-size: 15.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__headline-en {
    top: 25px;
    font-size: 70px;
    font-size: 7rem;
  }
}

.m-modulegroup009-012__ttl {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.08;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-012__lead {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.11;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-012__loop {
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-012__loop {
    margin-top: 70px;
  }
}

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

.m-modulegroup009-012__repeat {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.m-modulegroup009-012__repeat-item:only-child {
  max-width: 340px;
  margin: 0 auto;
  padding: 0 16px;
}

.m-modulegroup009-012__repeat-figure {
  position: relative;
}

.m-modulegroup009-012__repeat-figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.m-modulegroup009-012__repeat-figure-img-pc, .m-modulegroup009-012__repeat-figure-img-sp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.m-modulegroup009-012__repeat-figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012__repeat-figure-img-sp {
    display: inline;
  }
}

/* -------------------------------------------
薬剤師モジュール：仕事内容（スライダー）
------------------------------------------- */
.m-modulegroup009-010 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0;
  background-color: var(--sub-bg);;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010 {
    padding: 60px 0;
  }
}

.m-modulegroup009-010__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__inner {
    padding: 0 16px;
  }
}

.m-modulegroup009-010__headline {
  position: relative;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__headline {
    margin-bottom: 50px;
  }
}

.m-modulegroup009-010__headline-ja {
  display: block;
  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-010__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-010__headline-en {
  position: absolute;
  top: -15px;
  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: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  letter-spacing: .05em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-010__headline-en {
    top: 5px;
    font-size: 155px;
    font-size: 15.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__headline-en {
    top: 25px;
    font-size: 70px;
    font-size: 7rem;
  }
}

.swiper-container:not(.swiper-container-initialized) .m-modulegroup009-010__repeat {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .swiper-container:not(.swiper-container-initialized) .m-modulegroup009-010__repeat {
    padding: 0 16px;
  }
}

.m-modulegroup009-010__repeat-item {
  height: auto;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-item {
    padding: 16px;
  }
}

.m-modulegroup009-010__repeat-item:only-child {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.m-modulegroup009-010__repeat-figure-img-pc {
  width: 100%;
  border-radius: 10px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-figure-img-pc {
    display: none;
  }
}

.m-modulegroup009-010__repeat-figure-img-sp {
  display: none;
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup009-010__repeat-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
  padding: 18px 0 15px;
  border-bottom: 1px solid var(--sub-bg);
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-ttl {
        -ms-flex-align: baseline;
    -webkit-box-align: baseline;
            align-items: baseline;
  }
}

.m-modulegroup009-010__repeat-ttl:first-child {
  padding-top: 0;
}

.m-modulegroup009-010__repeat-ttl-label {
  margin-right: 30px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 85px;
  font-size: 8.5rem;
  line-height: 1;
  color: var(--sub-bg);
  letter-spacing: .05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-010__repeat-ttl-label {
    margin-right: 15px;
    font-size: 75px;
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-ttl-label {
    margin-right: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup009-010__repeat-ttl-txt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.63;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-ttl-txt {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.m-modulegroup009-010__repeat-txtarea {
  margin: 20px 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.722;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-txtarea {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
  }
}

.m-modulegroup009-010__repeat-nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 14.6%;
  left: 14.6%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-010__repeat-nav {
    right: 11%;
    left: 11%;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-nav {
    right: 5%;
    left: 5%;
  }
}

@media screen and (max-width: 500px) {
  .m-modulegroup009-010__repeat-nav {
    right: 20px;
    left: 20px;
  }
}

.m-modulegroup009-010__repeat-nav-prev, .m-modulegroup009-010__repeat-nav-next {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: center;
  width: 75px;
  height: 75px;
  padding-right: 10px;
  border-radius: 50%;
  background: #3b3b3b;
  cursor: pointer;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-010__repeat-nav-prev, .m-modulegroup009-010__repeat-nav-next {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-nav-prev, .m-modulegroup009-010__repeat-nav-next {
    width: 30px;
    height: 30px;
    padding-right: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.m-modulegroup009-010__repeat-nav-prev:hover, .m-modulegroup009-010__repeat-nav-next:hover {
  opacity: .8;
}

.m-modulegroup009-010__repeat-nav-next {
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-010__repeat-nav-next {
    right: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%);
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-nav-next {
    padding-left: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.m-modulegroup009-010__repeat-nav-svg {
  width: 24px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-010__repeat-nav-svg {
    width: 9px;
    height: 12px;
  }
}

/* -------------------------------------------
薬剤師モジュール：仕事内容（単体）
------------------------------------------- */
.m-modulegroup009-011 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 0 120px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011 {
    padding: 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011 {
    padding: 45px 0 50px;
  }
}

.m-modulegroup009-011__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__inner {
    padding: 0 16px;
  }
}

.m-modulegroup009-011__headline {
  position: relative;
}

.m-modulegroup009-011__headline-ja {
  position: relative;
  z-index: 2;
  display: block;
  padding: 68px 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__headline-ja {
    padding: 45px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__headline-ja {
    padding: 20px 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup009-011__headline-en {
  position: absolute;
  z-index: 1;
  top: 0;
  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:var(--primary-txt);
  white-space: nowrap;
  letter-spacing: .05em;
  opacity: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__headline-en {
    font-size: 155px;
    font-size: 15.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__headline-en {
    font-size: 70px;
    font-size: 7rem;
  }
}

.m-modulegroup009-011__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}

.m-modulegroup009-011__repeat {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat:first-child {
    margin-top: 25px;
  }
}

.m-modulegroup009-011__repeat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: center;
      -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-item {
    margin-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-item {
    margin-top: 30px;
  }
}

.m-modulegroup009-011__repeat-item:first-child {
  margin-top: 0;
}

.m-modulegroup009-011__repeat-item:nth-child(2n) .m-modulegroup009-011__repeat-figure {
      -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-item:nth-child(2n) .m-modulegroup009-011__repeat-figure {
        -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

.m-modulegroup009-011__repeat-item:nth-child(2n) .m-modulegroup009-011__repeat-cnt {
      -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-item:nth-child(2n) .m-modulegroup009-011__repeat-cnt {
        -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-item:not(:has(.m-modulegroup009-011__repeat-figure)) {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
            align-items: center;
  }
}

.m-modulegroup009-011__repeat-label {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding: 0 20px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
  color: #fff;
  letter-spacing: .05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-label {
    margin-top: 70px;
    font-size: 70px;
    font-size: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-label {
    margin-top: 40px;
    padding: 0 10px;
    font-size: max(3.5rem, 9vw);
  }
}

.m-modulegroup009-011__repeat-label::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--sub-bg);
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-label::after {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-label::after {
    width: max(118px, 27vw);
    height: max(118px, 27vw);
  }
}

.m-modulegroup009-011__repeat-figure {
  position: relative;
  z-index: 2;
      -ms-flex-order: -1;
  width: 44.6%;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-figure {
    width: 73.6%;
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-figure {
    max-width: 230px;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-figure:first-child {
    margin-right: auto;
    margin-left: auto;
  }
}

.m-modulegroup009-011__repeat-figure::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.m-modulegroup009-011__repeat-figure-img-pc, .m-modulegroup009-011__repeat-figure-img-sp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--sub-bg);
  border-radius: 50%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.m-modulegroup009-011__repeat-figure-img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup009-011__repeat-cnt {
  position: relative;
  z-index: 2;
  padding: 100px 20px 50px;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-cnt {
    width: 100%;
    max-width: 600px;
    padding: 30px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-cnt {
    padding: 25px 0 0;
  }
}

.m-modulegroup009-011__repeat-label + .m-modulegroup009-011__repeat-cnt {
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-label + .m-modulegroup009-011__repeat-cnt {
    width: 100%;
  }
}

.m-modulegroup009-011__repeat-ttl {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-011__repeat-txtarea {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.72;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-011__repeat-txtarea {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-011__repeat-txtarea {
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-011__repeat-txtarea:first-child {
  margin-top: 0;
}


.m-require-001 {
  padding-top: 120px;
  overflow: hidden;
  background: #fbf4ea !important;
}
@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: #fff;
  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: var(--primary);
  color: #fff;
}

.m-require-001__detail-desc{
  color:var(--sub-txt);
}
.m-require-001__detail-desc::before {
  background: #fff;
  opacity: 1;
}
.m-require-001__detail-flow-ttl-number,.m-require-001__entry-btn {
color: #fff;
}
.m-footer-001 {
 background: #fff;
 color:var(--sub-txt);
}