@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__btn-link {
 font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
 font-weight: 400;
 color: #fff;
}

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

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

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

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

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

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

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

/* コピーライト */
.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

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

.m-header-001 {
  background: var(--primary);
  border-bottom: 1px solid var(--primary-border);;
}
.m-header-001__nav {
  border-left: 1px solid var(--primary-border);;
}
.single-post_recruit .m-header-001 {
background: transparent;
border:none;
}
.single-post_recruit .m-header-001__nav {
  border:none;
}
.m-header-001 + .m-kv-001 {
margin-top: -68px;
}
@media screen and (max-width: 767px) {
.m-header-001 + .m-kv-001 {
margin-top: -48px;
}
}

/* -------------------------------------------
薬剤師モジュール：福利厚生
------------------------------------------- */
.m-modulegroup009-003 {
  margin: 120px auto;
  padding: 40px 20px 0;
  color:var(--sub-txt);
  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:  #b2cfe4;
}

.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: #4c8fbf;
}

.m-modulegroup009-003__welfare-item:nth-child(3n) {
  background-color: var(--primary, #04a1af);
}

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


.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: #c9ddec;
  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-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: #c9ddec;
  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(--primary);
  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(--primary);
  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-modulegroup009-009 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 150px 20px 180px;
  color: #fff;
  text-align: left;
}

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

.m-modulegroup009-009__bg-pc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__bg-pc {
    display: none;
  }
}

.m-modulegroup009-009__bg-sp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__bg-sp {
    display: block;
  }
}

.m-modulegroup009-009__inner {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
}

.m-modulegroup009-009__headline-en {
  position: absolute;
  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.1);
  white-space: nowrap;
  letter-spacing: .05em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-009__headline-en {
    font-size: 180px;
    font-size: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__headline-en {
    font-size: 72px;
    font-size: 7.2rem;
  }
}

.m-modulegroup009-009__headline-ja {
  position: relative;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: .1em;
}

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

.m-modulegroup009-009__headline + .m-modulegroup009-009__txt {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__headline + .m-modulegroup009-009__txt {
    margin-top: 15px;
  }
}

.m-modulegroup009-009__txt {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup009-009__statue {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__statue {
    margin: 30px 0 0;
  }
}

.m-modulegroup009-009__statue-item {
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__statue-item {
    padding-left: 50px;
  }
}

.m-modulegroup009-009__statue-item::before {
  position: absolute;
  top: -6px;
  left: 0;
  display: inline-block;
  width: 59px;
  height: 59px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%22335.644%2C414.285%2053.466%2C414.285%2053.466%2C132.107%20291.098%2C132.107%20344.564%2C78.64%200%2C78.64%200%2C467.751%20389.106%2C467.751%20389.106%2C441.018%20389.106%2C323.746%20335.644%2C377.213%22%3E%3C%2Fpolygon%3E%3Cpolygon%20fill%3D%22%23ffffff%22%20points%3D%22158.903%2C163.312%20103.914%2C218.311%20193.434%2C307.822%20248.423%2C362.82%20303.412%2C307.822%20512%2C99.247%20457.002%2C44.249%20248.431%2C252.823%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 59px 59px;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__statue-item::before {
    top: -2px;
    width: 29px;
    height: 29px;
    background-size: 29px 29px;
  }
}

.m-modulegroup009-009__statue-item:not(:first-child) {
  margin: 45px 0 0;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__statue-item:not(:first-child) {
    margin: 20px 0 0;
  }
}

.m-modulegroup009-009__statue-ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__statue-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-require-003 .c-headline-001__en  {
  font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.m-require-003 .c-headline-001__ja {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;;
}
.m-require-003__detail-flow-ttl-number ,.m-require-003__entry-btn ,.m-footer-001 {
color: #fff;
}
.m-require-003__detail ,.m-require-003__detail-flow-ttl-number ,.m-require-003__entry-btn ,.m-footer-001 {
font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}