@charset "UTF-8";

/* -------------------------------------------
共通パッチ
------------------------------------------- */
/* PCとタブレットのみ改行を適用 */
@media screen and (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

.m-footer-001__copyright {
  padding: 30px 0;
  font-family: inherit;
}

@media screen and (max-width: 767px) {
  .m-footer-001__copyright {
    padding: 20px 0;
  }
}

img {
  vertical-align: bottom;
}

b {
  font-weight: 700;
}

.single-post_recruit {
  color: var(--sub-txt, #333);
  word-break: break-word;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.c-module-container > section:nth-of-type(odd) {
  background-color: transparent;
}

.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;
}

/* -------------------------------------------
ヘッダー
------------------------------------------- */
.m-header-001__logo {
  padding: 24px 20px;
}
.m-header-001__logo-link-img {
  max-height: 22px;
}
@media screen and (max-width: 767px) {
  .m-header-001__logo {
    padding: 19px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 22px;
  }
}
@media screen and (max-width: 374px) {
  .m-header-001__logo {
    padding: 14px 15px;
  }
  .m-header-001__logo-link-img {
    max-height: 22px;
  }
}

.m-header-001__logo {
  max-width: 67%;
}

.m-header-001__btn-link {
  min-height: 50px;
}

.single-post_recruit .m-header-001 {
  background: rgba(255, 255, 255, 0.7);
}

.m-header-001 + .m-kv-001 {
  margin-top: -70px; /* PCヘッダーの高さ */
}

@media screen and (max-width: 767px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -60px; /* SPヘッダーの高さ */
  }
}

@media screen and (max-width: 374px) {
  .m-header-001 + .m-kv-001 {
    margin-top: -50px; /* SPヘッダーの高さ */
  }
}

/* -------------------------------------------
KV
------------------------------------------- */
@media screen and (max-width: 1024px) {
  .m-kv-001__figure-img-pc {
    display: none;
  }
  .m-kv-001__figure-img-sp {
    display: block;
  }
}

/* -------------------------------------------
薬剤師モジュール：ポイント
------------------------------------------- */
.m-modulegroup009-006 {
  overflow: hidden;
  margin: 0 auto;
  padding: 55px 20px 85px;
  background-color: var(--primary-bg, #04a1af);
  color: var(--primary-txt, #000000);
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006 {
    padding: 60px 16px;
  }
}

.m-modulegroup009-006__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.m-modulegroup009-006__headline {
  position: relative;
}

.m-modulegroup009-006__headline-en {
  position: absolute;
  top: -15px;
  left: 50%;
  font-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Vidaloka", serif;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-006__headline-en {
    top: -10px;
    font-size: 180px;
    font-size: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__headline-en {
    top: -5px;
    font-size: 72px;
    font-size: 7.2rem;
  }
}

.m-modulegroup009-006__headline-en + .m-modulegroup009-006__headline-ja {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__headline-en + .m-modulegroup009-006__headline-ja {
    padding-top: 20px;
  }
}

.m-modulegroup009-006__headline-ja {
  position: relative;
  display: block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__headline-ja {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-modulegroup009-006__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
  -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-006__point {
    display: block;
    margin: 0;
  }
}

.m-modulegroup009-006__point-item {
  width: 33.33%;
  margin: 60px 0 0;
}

.m-modulegroup009-006__point-item:nth-child(3n) .m-modulegroup009-006__point-cnt {
  border-right: 0;
}

.m-modulegroup009-006__point-item:last-child .m-modulegroup009-006__point-cnt {
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-006__point-item {
    width: 50%;
  }
  .m-modulegroup009-006__point-item:nth-child(odd) .m-modulegroup009-006__point-cnt {
    border-right: 2px solid var(--primary-txt, #04a1af);
  }
  .m-modulegroup009-006__point-item:last-child .m-modulegroup009-006__point-cnt {
    border-right: 0;
  }
  .m-modulegroup009-006__point-item:nth-child(even) .m-modulegroup009-006__point-cnt {
    border-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__point-item {
    width: 100%;
    margin: 30px 0 0;
  }
  .m-modulegroup009-006__point-item:not(:first-child) {
    padding: 30px 0 0;
    border-top: 2px solid var(--primary-txt, #04a1af);
  }
  .m-modulegroup009-006__point-item:nth-child(odd) .m-modulegroup009-006__point-cnt {
    border-right: 0;
  }
}

.m-modulegroup009-006__point-num {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-family: "Vidaloka", serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__point-num {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup009-006__point-cnt {
  height: calc(100% - 65px);
  padding: 0 40px;
  border-right: 2px solid var(--primary-txt, #04a1af);
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__point-cnt {
    height: auto;
    padding: 0;
    border-right: 0;
  }
}

.m-modulegroup009-006__point-ttl {
  margin-top: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__point-ttl {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-006__point-txt {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__point-txt {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-modulegroup009-006__point-figure {
  overflow: hidden;
  max-width: 302px;
  margin: 25px auto 0;
  border: 2px solid #fff;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__point-figure {
    width: 85%;
    margin: 15px auto 0;
  }
}

.m-modulegroup009-006__point-figure-img-pc {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__point-figure-img-pc {
    display: none;
  }
}

.m-modulegroup009-006__point-figure-img-sp {
  display: none;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-006__point-figure-img-sp {
    display: inline;
  }
}

.m-modulegroup009-006__point-cnt {
  display: flex;
  flex-direction: column;
}

.m-modulegroup009-006__point-txt {
  margin-bottom: auto;
}

.m-modulegroup009-006__point-figure {
  min-height: 1px;
}

/* -------------------------------------------
薬剤師モジュール：求める人物像
------------------------------------------- */
.m-modulegroup009-009 {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 150px 20px 180px;
  color: var(--primary-txt, #000000);
  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-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Vidaloka", serif;
  font-weight: 400;
}

@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;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@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: 0.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;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-009__statue-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* -------------------------------------------
薬剤師モジュール：よくある質問
------------------------------------------- */
.m-modulegroup009-007 {
  overflow: hidden;
  margin: 90px auto;
  padding: 0 20px;
  color: var(--sub-txt, #ffffff);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007 {
    margin: 60px auto;
    padding: 0 16px;
  }
}

.m-modulegroup009-007__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.m-modulegroup009-007__headline-ja {
  max-width: 490px;
  padding-top: 5px;
  border-top: 1px solid #1e1e1e;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__headline-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-modulegroup009-007__headline-en {
  position: absolute;
  z-index: -10;
  top: -165px;
  left: 50%;
  font-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: var(--primary, #04a1af);
  white-space: nowrap;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Vidaloka", serif;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-007__headline-en {
    top: -125px;
    font-size: 155px;
    font-size: 15.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__headline-en {
    top: -50px;
    font-size: 65px;
    font-size: 6.5rem;
    letter-spacing: 0.02em;
  }
}

.m-modulegroup009-007__question-outer {
  position: relative;
  max-width: 1280px;
  margin: 150px auto 0;
  padding: 75px 6.25% 65px;
}

@media screen and (max-width: 1024px) {
  .m-modulegroup009-007__question-outer {
    margin: 115px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-outer {
    margin: 50px auto 0;
    padding: 25px 20px;
  }
}

.m-modulegroup009-007__question-outer::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 14px;
  background-image: -webkit-radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 25%, transparent 25%, transparent), -webkit-radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 25%, transparent 25%, transparent),
    -webkit-radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 25%, transparent 25%, transparent), -webkit-radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 25%, transparent 25%, transparent);
  background-image: radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 25%, transparent 25%, transparent), radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 25%, transparent 25%, transparent), radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 25%, transparent 25%, transparent),
    radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 25%, transparent 25%, transparent);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-position: left top, left bottom, left top, right top;
  background-size: 20px 7px, 20px 6px, 7px 20px, 6px 20px;
  pointer-events: none;
  content: "";
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-outer::after {
    border-radius: 12px;
    background-image: -webkit-radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 20%, transparent 20%, transparent), -webkit-radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 20%, transparent 20%, transparent),
      -webkit-radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 20%, transparent 20%, transparent), -webkit-radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 20%, transparent 20%, transparent);
    background-image: radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 20%, transparent 20%, transparent), radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 20%, transparent 20%, transparent), radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 20%, transparent 20%, transparent),
      radial-gradient(circle farthest-side, #3b3b3b, #3b3b3b 20%, transparent 20%, transparent);
    background-size: 12px 5px, 12px 7px, 5px 12px, 7px 12px;
  }
}

.m-modulegroup009-007__question-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-modulegroup009-007__question-item:not(:first-child) {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-item {
    display: block;
  }
  .m-modulegroup009-007__question-item:not(:first-child) {
    margin-top: 20px;
  }
}

.m-modulegroup009-007__question-num {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-num {
    font-size: 30px;
    font-size: 3rem;
  }
}

.m-modulegroup009-007__question-cnt {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-cnt {
    margin-top: 10px;
    padding-left: 0;
  }
}

.m-modulegroup009-007__question-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.m-modulegroup009-007__question-ttl + .m-modulegroup009-007__question-txt {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-ttl + .m-modulegroup009-007__question-txt {
    margin-top: 15px;
  }
}

.m-modulegroup009-007__question-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-007__question-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
薬剤師モジュール：メッセージ
------------------------------------------- */
.m-modulegroup009-001 {
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 20px;
  background-color: #787d8b;
  color: var(--sub-txt, #ffffff);
  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: 0.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-size: 200px;
  font-size: 20rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  letter-spacing: 0.04em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Vidaloka", serif;
  font-weight: 400;
}

@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;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@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: 0.1em;
}

@media screen and (max-width: 767px) {
  .m-modulegroup009-001__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -------------------------------------------
ギャラリー 003
------------------------------------------- */
.m-gallery-003 {
  padding-top: 0;
}

.m-gallery-003__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__inner {
    padding: 0 20px;
  }
}

.m-gallery-003__list {
  padding: 0;
  margin: -5px;
}

.m-gallery-003__list-item {
  padding: 5px;
}

@media screen and (max-width: 1024px) {
  .m-gallery-003__list-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-gallery-003__list {
    margin: -3px;
  }

  .m-gallery-003__list-item {
    padding: 3px;
  }
}

/* -------------------------------------------
募集要項 004
------------------------------------------- */
.m-require-004 {
  /* background: #f7f7f7 !important; */
}

.m-require-004 .c-headline-001__ja {
  font-weight: 700;
}

.m-require-004__detail-row {
  border-top: 1px solid var(--primary-border);
}

.m-require-004__detail-row:last-child {
  border-bottom: 1px solid var(--primary-border);
}

.m-require-004__detail-ttl {
}

.m-require-004__detail-desc {
  font-weight: 500;
}

.m-require-004__detail-flow-ttl-number {
  background: var(--primary);
}

.m-require-004__entry-btn {
  border: 2px solid var(--primary);
  background: transparent;
  color: var(--primary);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.m-require-004__entry-btn:hover {
  color: var(--primary-txt);
}

.m-require-004__entry-btn::before {
  background: var(--primary);
}

/* フッター */
.m-footer-001 {
  background: #96781e;
}

.img-headline {
  height: 100px;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .img-headline {
    height: 76px;
    margin: 0 0 5px;
  }
}
