@import url('https://fonts.googleapis.com/css2?family=Vidaloka&display=swap');
/* ----------共通パッチ  START--------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}
.sp320 {
  display: none;
}
@media screen and (max-width: 320px) {
  .sp320 {
    display: block;
  }
}
/* ----------共通パッチ END ----------------- */
/* ----------common  START----------------- */
img[class$="figure-img"] {
  vertical-align: bottom;
}

.c-headline-001__en {
  font-weight: 400;
}
.c-headline-001__ja {
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-headline-001__ja,
  span[class$="__headline-txt"],
  h3[class$="list-item-detail-ttl"],
  h3[class$="content-ttl"] {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 320px) {
  .c-headline-001__ja,
  span[class$="__headline-txt"],
  h3[class$="list-item-detail-ttl"],
  h3[class$="content-ttl"] {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}
/* ----------common  END------------------- */
/* ----------kv & header START------------- */
.m-header-001__logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m-header-001__logo img {
  max-height: 50px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo img {
    max-height: 35px;
  }
}
.m-header-001 {
  position: fixed;
  width: 100%;
  background: transparent;
}

/* ヘッダーIE対応
ヘッダーの高さ分マイナスしてください。*/
_:-ms-fullscreen,
:root .m-kv-001 {
  transform: translate(0%, -70px);
  margin-bottom: -70px;
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-kv-001 {
    transform: translate(0%, -60px);
    margin-bottom: -60px;
  }
}

/* スマホサイズより位置を戻したい場合適用 */
@media screen and (max-width: 767px) {
  .m-header-001 {
    position: sticky;
    position: -webkit-sticky;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  _:-ms-fullscreen,
  :root .m-kv-001 {
    transform: translate(0%, 0);
    margin-bottom: 0;
  }
}
/* ----------kv & header END--------------- */
/* ----------module2 START----------------- */
.m-message-001 {
  /* background: #000 !important; */
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-message-001__detail {
    padding: 80px 30px;
  }
}

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

.m-message-001__headline-txt {
  /* color: #333; */
}

.m-message-001__desc-txt {
  padding-bottom: 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-message-001__desc-txt {
    text-align: left;
  }
}
/* ----------module2 END------------------- */
/* ----------module3 START----------------- */
.m-about-003__headline-txt {
  color: var(--primary);
}
.m-about-003 {
  padding: 20px 0 80px;
}
.m-about-003__inner {
  padding: 0;
}
.m-about-003__desc-txt {
  padding: 15px 0 0px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-about-003__inner {
    padding: 0 40px;
    flex-direction: column;
  }
  .m-about-003__figure {
    width: 100%;
  }
  .m-about-003__detail {
    width: 100%;
  }
  .m-about-003__detail {
    padding: 20px 0 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .m-about-003 {
    padding: 20px 0 40px;
  }
  .m-about-003__detail {
    padding: 20px 20px 0;
  }
}
/* ----------module3 END------------------- */
/* ----------module4 START----------------- */
.c-module-container > section:nth-of-type(odd).m-welfare-001 {
  background: var(--primary-border);
}

.m-welfare-001__list-item-inner {
  border: 1px solid #ddd;
  /* background: #000; */
}

@media screen and (min-width: 1025px) {
  .m-welfare-001__list > * {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .m-welfare-001__list-item:last-child {
    padding-bottom: 0;
  }
}

/* 番号の背景色の変更を行いたい場合に使用 */
.m-welfare-001__list-item-ttl-num {
  /* background: #333; */
}

.m-welfare-001__list-item-ttl-txt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-ttl-txt {
    font-size: 2rem;
  }
}

.m-welfare-001__list-item-desc {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .m-welfare-001__list-item-desc {
    padding-top: 5px;
  }
}

.m-welfare-001__list-item-desc-txt {
  font-size: 1.5rem;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 320px) {
  .m-welfare-001__list-item-ttl-txt {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
.m-welfare-001__list-item-ttl-txt {
  line-height: 1.4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-welfare-001__list-item-ttl-txt br {
    display: none;
  }
}
/* ----------module4 END------------------- */
/* ----------module5 START----------------- */
.m-culture-003 {
  padding: 80px 20px;
}

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

.m-culture-003__inner {
  max-width: 800px;
}
.m-culture-003__list-item-detail-ttl {
  border: solid #ddd;
  border-width: 0 0 1px;
}
.m-culture-003__list,
.m-culture-003__list-item {
  padding: 0;
}

.m-culture-003__list-item-figure {
  margin: 0;
}

.m-culture-003__list-item-detail {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .m-culture-003__list-item-detail {
    padding: 20px 0;
  }
}

.m-culture-003__list-item:last-child .m-culture-003__list-item-detail {
  padding-bottom: 0;
}
/* ----------module5 END------------------- */
/* ----------Requirements START------------ */
.m-message-002 {
  /* background-position: top center; */
}

.m-message-002__inner::before {
  /* display: none; */
  /* background: #333; */
  /* background: var(--primary); */
  /* opacity: .7; */
}

@media screen and (max-width: 767px) {
  .m-message-002__detail {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-message-002__desc-txt {
    padding: 10px 0 0 0;
    text-align: left;
  }
}

.m-require-004 {
  /* background: #f7f7f7 !important; */
}

/* タイトル（英語）の見出しを大文字に変更したい場合に使用 */
.m-require-004 .c-headline-001__en {
  /* text-transform: uppercase; */
}

.m-require-004 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-004__detail-row {
  border-top: 1px solid #ddd;
}

.m-require-004__detail-row:last-child {
  border-bottom: 1px solid #ddd;
}

.m-require-004__detail-ttl {
  /* color: #333; */
}

.m-require-004__detail-desc {
  font-weight: 400;
  color: #333;
}

/* 「STEP番号」の背景色を変更したい場合に適用 */
.m-require-004__detail-flow-ttl-number {
  /* background-color: #f2f2f2; */
  /* color: #333; */
}
/* .m-footer-001 {
  background: #fff;
  color: #333;
} */

/*エントリーボタン反転 _003*/
/* .m-require-003__entry-btn::before {
  background: var(--primary);
}
.m-require-003__entry-btn {
  background-color: var(--primary-txt);
  border: 2px solid var(--primary);
  color: var(--primary);
}
.m-require-003__entry-btn:hover {
  color: var(--primary-txt);
}*/
/*エントリーボタン反転_004*/
.m-require-004__entry-btn::before {
  background: var(--primary);
}
.m-require-004__entry-btn {
  background-color: var(--sub-bg);
  border: 2px solid var(--primary);
  color: var(--primary);
}
.m-require-004__entry-btn:hover {
  color: var(--sub-bg);
}
/* ----------Requirements END------------- */


/* -------------------------------------------
薬剤師モジュール：メッセージ
------------------------------------------- */
.m-modulegroup009-001 {
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 20px;
  background-color: #ffd7ef;
  color: #000;
  text-align: left;
}

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

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

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

.m-modulegroup009-001__headline-en {
  position: absolute;
  top: -40px;
  left: 50%;
  font-family: 'Vidaloka', serif;
  font-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  letter-spacing: .04em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

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

.m-modulegroup009-001__cnt {
  position: relative;
  max-width: 800px;
  margin: 20px auto 0;
}

.m-modulegroup009-001__ttl {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .1em;
}

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

.m-modulegroup009-001__ttl + .m-modulegroup009-001__txt {
  margin-top: 25px;
}

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

.m-modulegroup009-001__txt {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
}

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

/* -------------------------------------------
薬剤師モジュール：福利厚生
------------------------------------------- */
.m-modulegroup009-003 {
  margin: 120px auto;
  padding: 40px 20px 0;
  color: #000;
  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: 'Vidaloka', 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: #ffd7ef;
}

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

.m-modulegroup009-003__welfare-item:nth-child(3n) {
  background-color: #ffd7ef;
}

@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: 'Vidaloka', 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;
  }
}

/* -------------------------------------------
薬剤師モジュール：1日のスケジュール
------------------------------------------- */
.m-modulegroup009-004 {
  margin: 120px auto;
  padding: 0 20px;
  color: #000;
  text-align: left;
}

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

.m-modulegroup009-004__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-004__inner {
    display: block;
  }
}

.m-modulegroup009-004__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-004__headline {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

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

.m-modulegroup009-004__headline-en {
  display: block;
  font-family: 'Vidaloka', serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__headline-en {
    font-size: 50px;
    font-size: 5rem;
  }
}

.m-modulegroup009-004__flow {
  width: calc(100% - 160px);
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__flow {
    width: 100%;
    margin: 15px 0 0;
  }
}

.m-modulegroup009-004__flow-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 35px 0 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.m-modulegroup009-004__flow-item::before {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 145px;
  display: block;
  width: 4px;
  height: 200vh;
  background: -webkit-radial-gradient(circle farthest-side, #ffd7ef, #ffd7ef 50%, transparent 50%, transparent);
  background: radial-gradient(circle farthest-side, #ffd7ef, #ffd7ef 50%, transparent 50%, transparent);
  background-size: 4px 4px;
  content: "";
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-004__flow-item {
    display: block;
    padding: 0 0 25px;
  }
  .m-modulegroup009-004__flow-item::before {
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.m-modulegroup009-004__flow-item:last-child {
  padding: 35px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-004__flow-item:last-child {
    padding: 0;
  }
}

.m-modulegroup009-004__flow-item:last-child::before {
  height: 35px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-004__flow-item:last-child::before {
    content: none;
  }
}

.m-modulegroup009-004__flow-figure {
  position: relative;
  max-width: 294px;
  margin-top: -35px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-004__flow-figure {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__flow-figure {
    width: 85%;
  }
}

.m-modulegroup009-004__flow-figure-img-pc {
  border-radius: 100%;
  vertical-align: bottom;
}

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

.m-modulegroup009-004__flow-figure-img-sp {
  display: none;
  border-radius: 100%;
  vertical-align: bottom;
}

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

.m-modulegroup009-004__flow-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77.03%;
  max-width: 1083px;
  margin: 0 0 0 -100px;
  padding: 30px 35px 30px 0;
  border: 2px solid #ffd7ef;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-004__flow-item-inner {
    width: 100%;
    margin: -147px 0 0;
    padding: 177px 35px 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__flow-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 167px 15px 20px;
  }
}

.m-modulegroup009-004__flow-item-inner:only-child {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 30px 35px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__flow-item-inner:only-child {
    padding: 20px 15px;
  }
}

.m-modulegroup009-004__flow-item-inner:only-child .m-modulegroup009-004__flow-cnt {
  margin: 0;
}

.m-modulegroup009-004__flow-cnt {
  margin: 0 0 0 140px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-004__flow-cnt {
    max-width: 100%;
    margin: 0;
  }
}

.m-modulegroup009-004__flow-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-004__flow-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-004__flow-ttl + .m-modulegroup009-004__flow-txt {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__flow-ttl + .m-modulegroup009-004__flow-txt {
    margin-top: 10px;
  }
}

.m-modulegroup009-004__flow-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em;
}

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

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__flow-cnt + .m-modulegroup009-004__flow-time {
    margin-bottom: 10px;
  }
}

.m-modulegroup009-004__flow-time {
  min-width: 90px;
  margin: 0 0 0 4.6%;
  font-family: 'Vidaloka', serif;
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1;
  color: #ffd7ef;
  text-align: center;
  white-space: nowrap;
  letter-spacing: .01em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__flow-time {
    min-width: 48px;
    margin: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}

.m-modulegroup009-004__flow-time:only-child {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__flow-time:only-child {
    margin: 0;
  }
}

.m-modulegroup009-004__flow-time span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-004__flow-time span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* -------------------------------------------
薬剤師モジュール：インタビュー
------------------------------------------- */
.m-modulegroup009-008 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 20px;
  background-color: #93ddfa;
  color: var(--sub-txt, #000000);
  text-align: left;
}

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

.m-modulegroup009-008__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-008__bg-pc {
    display: none;
  }
}

.m-modulegroup009-008__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-008__bg-sp {
    display: block;
  }
}

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

.m-modulegroup009-008__headline-ja {
  display: block;
  max-width: 490px;
  padding-top: 5px;
  border-top: 1px solid #1e1e1e;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-008__headline-en {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Vidaloka', serif;
  font-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  letter-spacing: .05em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__headline-en {
    font-size: 160px;
    font-size: 16rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__headline-en {
    font-size: 65px;
    font-size: 6.5rem;
    letter-spacing: .03em;
  }
}

.m-modulegroup009-008__interview {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup009-008__interview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__interview-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 60px 0 0;
  }
}

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

.m-modulegroup009-008__interview-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__interview-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__interview-item:nth-child(even) .m-modulegroup009-008__interview-dl + .m-modulegroup009-008__interview-figure {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-item:nth-child(even) .m-modulegroup009-008__interview-dl + .m-modulegroup009-008__interview-figure {
    margin: 0 auto 15px;
  }
}

.m-modulegroup009-008__interview-item:nth-child(even) .m-modulegroup009-008__interview-figure {
  margin: -15px 3.12% 0 6.25%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__interview-item:nth-child(even) .m-modulegroup009-008__interview-figure {
    margin: 0 auto;
  }
}

.m-modulegroup009-008__interview-item:last-child .m-modulegroup009-008__interview-dl:only-child {
  margin: 30px 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__interview-item:last-child .m-modulegroup009-008__interview-dl:only-child {
    margin: 0;
  }
}

.m-modulegroup009-008__interview-dl {
  width: 50%;
  margin: 30px 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__interview-dl {
    width: 100%;
    margin: 0;
  }
}

.m-modulegroup009-008__interview-dl:only-child {
  width: 100%;
}

.m-modulegroup009-008__interview-dl:only-child .m-modulegroup009-008__interview-txt {
  padding: 0 6.64% 0 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__interview-dl:only-child .m-modulegroup009-008__interview-txt {
    padding: 0;
  }
}

.m-modulegroup009-008__interview-dt-headline {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows:auto auto;
  -ms-grid-columns:100px 1fr;
  -ms-grid-rows:auto auto;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-dt-headline {
    grid-template-columns: 40px 1fr;
    -ms-grid-columns:40px 1fr;
  }  
}

.m-modulegroup009-008__interview-num {
  font-family: 'Vidaloka', serif;
  font-size: 85px;
  font-size: 8.5rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: .05em;
  grid-column: 1 / 2;
  grid-row: 1/ 3;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-num {
    font-size: 40px;
    font-size: 4rem;
    grid-row: 1/ 2;
    -ms-grid-row-span: 1;
  }
}

.m-modulegroup009-008__interview-dt-inner {
  padding-left: 20px;
  grid-column: 2 / 3;
  grid-row: 1/ 2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-dt-inner {
    padding-left: 15px;
  }
}

.m-modulegroup009-008__interview-icon {
  display: inline-block;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 21px;
  color: #93ddfa;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-icon {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-008__interview-icon + .m-modulegroup009-008__interview-name,
.m-modulegroup009-008__interview-name + .m-modulegroup009-008__interview-position,
.m-modulegroup009-008__interview-icon + .m-modulegroup009-008__interview-position {
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-name + .m-modulegroup009-008__interview-position {
    margin-left: 0;
    display: inline-block;
    width: 100%;
  }
}


.m-modulegroup009-008__interview-name, .m-modulegroup009-008__interview-position {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-name, .m-modulegroup009-008__interview-position {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-008__interview-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .05em;
  padding-left: 20px;
  grid-column: 2 / 3;
  grid-row: 2/ 3;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .05em;
    grid-column: 1 / 3;
    grid-row: 2/ 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    padding-left: 0;
  }
}

.m-modulegroup009-008__interview-dd {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-dd {
    padding-top: 15px;
  }
}

.m-modulegroup009-008__interview-txt {
  padding: 0 13.28% 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .05em;
}

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

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

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__interview-dl + .m-modulegroup009-008__interview-figure {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-dl + .m-modulegroup009-008__interview-figure {
    margin: 0 auto 15px;
  }
}

.m-modulegroup009-008__interview-figure {
  overflow: hidden;
  width: calc(50% - 9.37%);
  max-width: 520px;
  margin: -15px 6.25% 0 3.12%;
  border-radius: 100%;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-008__interview-figure {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-008__interview-figure {
    width: 85%;
  }
}

.m-modulegroup009-008__interview-figure-img-pc {
  vertical-align: bottom;
}

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

.m-modulegroup009-008__interview-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

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