@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Vidaloka&family=Noto+Sans+JP:wght@400;700&display=swap');

:root {
  --font: 'Noto Sans JP', sans-serif;
  --font-en: 'Vidaloka', serif;
  --font-sans: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-en-sans: "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-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: 400; */
}

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

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

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

@media screen and (max-width: 767px) {
  .m-header-001__logo-link-img.is-mobile {
    display: block;
  }
}
/* 大見出し */
.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;
  letter-spacing: 0.05em;
  /* text-transform: uppercase; */
}

.c-headline-001__ja {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-headline-001__ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 374px) {
  .c-headline-001__ja {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
/* モジュール内見出し */
@media screen and (max-width: 767px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 374px) {
  [class$=__headline-txt],
  [class$=__content-ttl] {
    font-size: 1.8rem;
    letter-spacing: 0.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); */
  background: var(--sub-bg);
}

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

/* コピーライト */
.m-footer-001 {
  background: var(--primary-border);
  color: inherit;
}

.m-footer-001__copyright {
  padding: 27px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* ヘッダーの高さ */
@media screen and (min-width: 767.1px) {
  .m-header-001__btn-link {
    min-height: 80px;
  }
}
.m-header-001 {
  background: rgba(255, 255, 255, .6);
}

.m-header-001 + .m-kv-001 {
  margin-top: -80px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -48px; /* SPヘッダーの高さ */
  }
}
/*
モジュールを「フリーテキスト」にしてタイトルh2の子を下記 div タグのみにする
<div class="img-headline"></div>
*/
.img-headline {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 62px;
  background-image: url("画像URL");
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 44px;
    background-image: url("画像URL");
  }
}
@media screen and (max-width: 374px) {
  .img-headline {
    height: 42px;
    background-image: url("画像URL");
  }
}
/* -------------------------------------------
募集要項 001
------------------------------------------- */
.m-require-001 {
  background: #fff !important;
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
/*.m-require-001 .c-headline-001__en {
  text-transform: uppercase; 
}*/
@media screen and (max-width: 340px) {
  .m-require-001__detail {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-require-001__detail-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.m-require-001__detail-desc::before {
  opacity: 1;
  background: #ebe2da;
}

.m-require-001 {
  overflow: hidden;
}

.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: rgba(255, 255, 255, 0.3); */
  color: #e0d4c3;
  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-header-001__btn-link,
.c-page-ttl-001__txt-en {
  font-family: var(--font-en-sans);
} */

/* .c-page-ttl-001__txt-ja, */
.c-desc-001,
.f-entry,
.c-form__btn,
div[class^=m-require-][class$=__detail-row],
p[class^=m-require-][class$=__entry],
.m-footer-001__copyright {
  font-family: var(--font-sans);
}

/* -------------------------------------------
薬剤師モジュール：求める人物像
------------------------------------------- */
.m-modulegroup009-009 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 150px 40px 180px;
  color: #fff;
  text-align: left;
  background: var(--sub-bg);
}

@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;
  width: fit-content;
}

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

.m-modulegroup009-009__statue {
  margin: 60px auto 0;
  width: fit-content;
}

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

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

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

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

.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: 1024px) {
  .m-modulegroup009-009__statue-ttl {
    font-size: 2.4rem;
  }
}

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


/* -------------------------------------------
薬剤師モジュール：福利厚生
------------------------------------------- */
.m-modulegroup009-003 {
  margin: 80px auto;
  padding: 40px 20px 0;
  /* color: var(--primary-txt, #ffffff); */
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003 {
    margin: 50px 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: 1024) {
  .m-modulegroup009-003__welfare {
    flex-direction: column;
    align-items: 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: var(--sub-bg, #04a1af);
}

.m-modulegroup009-003__welfare-item:nth-child(3n + 1) {
  border-radius: 10px 0 0  10px;
  background: #ebe2da;
}

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

/* .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: 100%;
    max-width: 400px;
  }
  .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-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-013 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0;
  text-align: left;
  background: var(--sub-bg);
}

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

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

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

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

.m-modulegroup009-013__headline-ja {
  position: relative;
  z-index: 2;
  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-013__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-013__headline-en {
  position: absolute;
  top: calc(100% - 35px);
  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: #e7ddd1;
  white-space: nowrap;
  letter-spacing: .05em;
  opacity: .78;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

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

.m-modulegroup009-013__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;
}

.m-modulegroup009-013__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;
}

.m-modulegroup009-013__contents {
  position: relative;
  max-width: 1300px;
  margin: 85px auto 0;
  padding: 0 16px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-013__contents {
    margin-top: 95px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-013__contents {
    margin-top: 55px;
  }
}

.m-modulegroup009-013__control {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 16px;
  width: calc(46% - 16px);
  padding: 0 60px;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup009-013__control {
    position: relative;
    left: 0;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
  }
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup009-013__control-svg {
    width: 22px;
  }
}

.m-modulegroup009-013__control .swiper-button-prev,
.m-modulegroup009-013__control .swiper-button-next {
  width: auto;
  height: auto;
  margin-top: 0;
  background-image: none;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);

  display: none;
}

.m-modulegroup009-013__control .swiper-button-prev:hover,
.m-modulegroup009-013__control .swiper-button-next:hover {
  opacity: .5;
}

.m-modulegroup009-013__control .swiper-button-prev {
  left: 0;
}

.m-modulegroup009-013__control .swiper-button-next {
  right: 0;
}

.m-modulegroup009-013__thumbnail-item {
  height: auto;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-013__thumbnail-item {
    height: auto;
    border-radius: 2.2vw;
  }
}

.m-modulegroup009-013__thumbnail-item.is-active .m-modulegroup009-013__thumbnail-label {
  color: #fff;
}

.m-modulegroup009-013__thumbnail-item.is-active .m-modulegroup009-013__thumbnail-label::before {
  background: var(--primary);
}

.m-modulegroup009-013__thumbnail-label {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 75px;
  margin: 0 auto 4px;
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  pointer-events: all;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-013__thumbnail-label {
    width: 45px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .m-modulegroup009-013__thumbnail-label {
    width: 35px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.m-modulegroup009-013__thumbnail-label::before {
  display: block;
  width: 100%;
  padding-top: 100%;
  border: 1px solid var(--primary);
  border-radius: 50%;
  content: "";
}

.m-modulegroup009-013__thumbnail-label-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .m-modulegroup009-013__main {
    margin-top: 50px;
  }
}

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

@media screen and (max-width: 1200px) {
  .m-modulegroup009-013__main:first-child {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-013__main:first-child {
    padding-top: 0;
  }
}

.m-modulegroup009-013__repeat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup009-013__repeat-inner {
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.m-modulegroup009-013__repeat-figure {
  position: relative;
  width: 50%;
  margin-left: 4%;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup009-013__repeat-figure {
    width: 100%;
    max-width: 550px;
    margin: 0 0 50px 0;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-013__repeat-figure {
    margin-bottom: 30px;
  }
}

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

.m-modulegroup009-013__repeat-figure-img-pc, .m-modulegroup009-013__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-013__repeat-figure-img-pc {
    display: none;
  }
}

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

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

.m-modulegroup009-013__repeat-cnt {
      -ms-flex-order: -1;
  width: 46%;
  margin-top: 125px;
  padding-top: 30px;
  border-top: 1px solid var(--primary);
  -webkit-box-ordinal-group: 0;
          order: -1;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup009-013__repeat-cnt {
        -ms-flex-order: inherit;
    width: 100%;
    margin-top: 0;
    padding-top: 50px;
    -webkit-box-ordinal-group: inherit;
            order: inherit;
  }
}

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

.m-modulegroup009-013__repeat-cnt:first-child {
  width: 100%;
}

.m-modulegroup009-013__repeat-ttl {
  font-family: var(--font-en, "Josefin Sans", "Noto Sans JP", Arial, Helvetica, sans-serif);
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1.23;
  color: #fff;
  letter-spacing: .05em;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup009-013__repeat-ttl {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-013__repeat-ttl {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.m-modulegroup009-013__repeat-subttl {
  margin-top: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.08;
  letter-spacing: .1em;
}

@media screen and (max-width: 1200px) {
  .m-modulegroup009-013__repeat-subttl {
    margin-top: 18px;
  }
}

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

.m-modulegroup009-013__repeat-subttl:first-child {
  margin-top: 0;
}

.m-modulegroup009-013__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-013__repeat-txtarea {
    margin: 15px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}


/* -------------------------------------------
薬剤師モジュール：当店について（スライダー）
------------------------------------------- */
.m-modulegroup009-012 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0;
  text-align: left;
  background: #d7cbbe;
}

@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-bg);
  white-space: nowrap;
  letter-spacing: .05em;
  opacity: .78;
  -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;
  }
}
