@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: 14px 15px;
    max-width: 220px;
  }
}

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

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

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

.m-header-001__btn-link {
 font-family: 'Josefin Sans', 'Noto Sans JP', Arial, Helvetica, sans-serif;
 font-weight: 400;
 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;
  }
}

/* -------------------------------------------
薬剤師モジュール：求める人物像
------------------------------------------- */
.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-modulegroup009-003 {
  margin: 120px auto 0;
  padding: 40px 20px 0;
  color: var(--primary-txt, #ffffff);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-003 {
    margin: 60px auto 0;
    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;
  color:var(--sub-txt);
  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: #e2a800;
  color: #fff;
}

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

.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;
  color:var(--sub-txt);
  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: 120px 0 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-012 {
    padding: 60px 0 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;
    letter-spacing: 0.016rem;
  }
}

.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-require-001 {
  padding-top: 120px;
  overflow: hidden;
}
@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:var(--primary-txt);
  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-desc{
  color:var(--sub-txt);
}
.m-require-001__detail-desc::before {
  background: #f5f5f5;
  opacity: 1;
}
/* 「応募する」ボタン */
a[class^="m-require-"][class$="__entry-btn"] {
  border: 2px solid var(--primary-bg);
  background: transparent;
  color: var(--primary);
   -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a[class^="m-require-"][class$="__entry-btn"]:hover {
  color: var(--primary-txt);
}

a[class^="m-require-"][class$="__entry-btn"]::before {
  background: var(--primary);
}

a[class^="m-require-"][class$="__entry-btn"] .fa-arrow-right {
  position: relative;
}

.m-footer-001 {
 background: #000000;
 color: #fff;
}
.m-require-001__detail ,.m-require-001__detail-flow-ttl-number ,.m-require-001__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;
}