@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none !important;
  }
}
body {
  font-family: "Zen Old Mincho", serif;
  color: #7c451e;
  text-align: center;
  font-size: 14px;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 0.938vw;
  }
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 8vw;
  }
}

a:hover {
  opacity: 0.7;
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .header {
    border-radius: 0.521vw;
    top: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-top {
  padding: 1.563vw 3.906vw 0.781vw 2.083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.header-logo {
  font-weight: 700;
}
.header-logo h1 {
  font-size: 1.615vw;
  text-align: left;
}
.header-logo span {
  font-size: 1.198vw;
}
.header-logo .header-logo__s {
  margin-left: 0.521vw;
  font-size: 0.938vw;
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
.header-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact a span {
  font-style: italic;
  font-size: 2.344vw;
}
.header-contact img {
  width: 1.458vw;
  rotate: -349deg;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header-nav__link {
  padding-block: 1.094vw 0.677vw;
  padding-inline: 1.563vw;
  background: #f5ad54;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 5.208vw;
  width: 100%;
  white-space: nowrap;
}

.header-nav__contact {
  padding-block: 1.094vw 0.677vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#5cbf70), to(#a6d35d));
  background: linear-gradient(90deg, #5cbf70 0%, #a6d35d 100%);
  gap: 1.302vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.219vw;
          flex: 0 0 14.219vw;
  height: 5.208vw;
  color: #fff;
}
.header-nav__contact img {
  width: 1.198vw;
}
.header-nav__contact span {
  font-weight: 700;
}

/* 区切り線 */
.header-nav__link:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.052vw;
  height: 2.344vw;
  background: rgba(255, 255, 255, 0.5);
}

.drawer-content {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-nav,
  .header-contact {
    display: none;
  }
  .header-logo {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header-logo h1 {
    font-size: 16px;
    font-weight: 700;
  }
  .header-logo h1 span {
    color: #e9aa4f;
    font-size: 16px;
    font-weight: 700;
  }
  .header-logo span {
    font-size: 14px;
  }
  .header-logo .header-logo__s {
    display: block;
    font-size: 12px;
    color: #b79549;
  }
  .header-logo.is-active {
    opacity: 0;
  }
  .drawer-icon {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #e9aa4f;
    border: none;
    cursor: pointer;
    z-index: 110;
  }
  .drawer-icon__bar {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .drawer-icon__bar:nth-child(1) {
    top: 15px;
  }
  .drawer-icon__bar:nth-child(2) {
    top: 23px;
  }
  .drawer-icon__bar:nth-child(3) {
    top: 31px;
  }
  /* MENU文字 */
  .drawer-icon::after {
    content: "MENU";
    position: absolute;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  /* 開いた時 */
  .drawer-icon.is-active .drawer-icon__bar:nth-child(1) {
    top: 25px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
  }
  .drawer-icon.is-active .drawer-icon__bar:nth-child(2) {
    opacity: 0;
  }
  .drawer-icon.is-active .drawer-icon__bar:nth-child(3) {
    top: 25px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
  }
  /* =========================
  ドロワー本体
  ========================= */
  .drawer-content {
    display: block;
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 99;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    overflow-y: auto;
    padding-top: 90px;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
  }
  .drawer-content.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .drawer-content__menu {
    padding: 0 40px;
  }
  .drawer-nav__link {
    padding-block: 5px;
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  /* 左の > */
  .drawer-nav__link::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
.swiper-fade .swiper-wrapper {
  width: 100%;
}

.swiper-fade .swiper-slide {
  color: #fff;
  text-align: center;
  line-height: 15.625vw;
  width: 100%;
  height: 100%;
}

.fv {
  position: relative;
  margin-top: 9.24vw;
}

.fv-content {
  padding: 1.667vw 1.823vw 1.302vw;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.781vw;
  position: absolute;
  left: 5.729vw;
  bottom: 1.823vw;
  z-index: 10;
}
.fv-content p {
  font-size: 2.76vw;
}
.fv-content p span {
  color: #ec6c1f;
}

.scroll-down {
  position: absolute;
  bottom: -2.083vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.scroll-down img {
  width: 5.99vw;
}

@media screen and (max-width: 768px) {
  .fv {
    margin-top: 70px;
  }
  .fv-content {
    padding: 10px 15px;
    border-radius: 10px;
    left: 10px;
    bottom: 15px;
  }
  .fv-content p {
    font-size: 18px;
  }
  .fv-content p span {
    color: #ec6c1f;
  }
  .scroll-down {
    display: none;
  }
}
.instagram {
  margin-inline: 20px;
}

.about {
  margin-top: 4.427vw;
}

.about-head .about-head__ja {
  font-size: 1.354vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.885vw;
}
.about-head .about-head__ja::after {
  content: "";
  width: 3.802vw;
  height: 0.052vw;
  background: #663300;
}
.about-head .about-head__en {
  font-size: 4.479vw;
}

.about-img {
  margin-top: 4.688vw;
}
.about-img img {
  width: 100%;
}

.about-content {
  margin-top: -4.74vw;
}
.about-content img {
  width: 78.125vw;
}

@media screen and (max-width: 768px) {
  .about {
    margin-top: 30px;
  }
  .about-head .about-head__ja {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .about-head .about-head__ja::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #663300;
  }
  .about-head .about-head__en {
    margin-top: 15px;
    font-size: 30px;
  }
  .about-content img {
    width: 90%;
  }
}
.job {
  margin-top: 11.979vw;
  padding-top: 5.99vw;
  padding-bottom: 11.719vw;
  background: #fdf9f7;
  position: relative;
}

.job-inner {
  margin-inline: 5.208vw;
}

.job-head {
  text-align: left;
  position: absolute;
  top: -5.208vw;
  left: 5.208vw;
}
.job-head .job-head__en {
  font-size: 1.354vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.521vw;
}
.job-head .job-head__en::after {
  content: "";
  background: #4b2e12;
  width: 4.948vw;
  height: 0.052vw;
}
.job-head .job-head__ja {
  font-size: 4.531vw;
}

.job-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.906vw;
}

.job-card {
  background: #fff;
  -webkit-box-shadow: 9px 11px 7px -10px rgba(0, 0, 0, 0.4);
          box-shadow: 9px 11px 7px -10px rgba(0, 0, 0, 0.4);
}

.job-body {
  padding-block: 1.563vw 2.083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.083vw;
}

.job-body__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.979vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job-body__head .job-body__head-ja {
  font-size: 1.823vw;
}
.job-body__head .job-body__head-en {
  font-size: 1.198vw;
  font-style: italic;
}
.job-body__head::after {
  content: "";
  background: #4b2e12;
  width: 4.948vw;
  height: 0.052vw;
  position: absolute;
  bottom: -0.677vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.job-body__btn {
  padding-block: 1.042vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.302vw;
  width: 16.771vw;
  background: #4b2e12;
  color: #fff;
}
.job-body__btn span {
  font-size: 0.885vw;
}
.job-body__btn img {
  width: 0.781vw;
}

.job-content {
  margin-top: -1.042vw;
  margin-right: 5.208vw;
  padding-bottom: 5.208vw;
}

@media screen and (max-width: 768px) {
  .job {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .job-head .job-head__en {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.521vw;
  }
  .job-head .job-head__en::after {
    content: "";
    background: #4b2e12;
    width: 4.948vw;
    height: 0.052vw;
  }
  .job-head .job-head__ja {
    font-size: 30px;
  }
  .job-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .job-body__head .job-body__head-ja {
    font-size: 18px;
  }
  .job-body__head .job-body__head-en {
    font-size: 14px;
    font-style: italic;
  }
  .job-body__head::after {
    content: "";
    width: 80px;
    height: 1px;
  }
  .job-body__btn {
    margin-top: 30px;
    padding-block: 10px;
    gap: 10px;
    width: 250px;
  }
  .job-body__btn span {
    font-size: 12px;
  }
  .job-body__btn img {
    width: 10px;
  }
}
.ikuji {
  padding-block: 7.292vw 5.99vw;
  background: #fdf9f7;
  position: relative;
  z-index: -1;
}

.ikuji-inner {
  margin-inline: 5.208vw;
}

.ikuji-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.604vw;
}
.ikuji-head .ikuji-head__en {
  color: #ec6c1f;
  font-size: 1.302vw;
}
.ikuji-head .ikuji-head__ja {
  font-size: 4.167vw;
}
.ikuji-head .ikuji-head__ja span {
  color: #ec6c1f;
}

.ikuji-bg {
  position: absolute;
  top: 0;
  right: 0;
}
.ikuji-bg img {
  width: 38.542vw;
}

.ikuji-container {
  margin-top: 5.99vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.906vw;
}

.ikuji-card {
  background: #fff;
  -webkit-box-shadow: 9px 11px 7px -10px rgba(0, 0, 0, 0.4);
          box-shadow: 9px 11px 7px -10px rgba(0, 0, 0, 0.4);
  height: 33.854vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.ikuji-body h3 {
  font-size: 1.823vw;
  color: #ec6c1f;
}
.ikuji-body p {
  margin-top: 3.125vw;
  font-size: 0.885vw;
}

@media screen and (max-width: 768px) {
  .ikuji {
    padding-block: 50px;
  }
  .ikuji-head {
    gap: 30px;
  }
  .ikuji-head .ikuji-head__en {
    font-size: 16px;
  }
  .ikuji-head .ikuji-head__ja {
    font-size: 30px;
  }
  .ikuji-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .ikuji-bg img {
    width: 300px;
  }
  .ikuji-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .ikuji-card {
    padding-block: 15px 25px;
  }
  .ikuji-card img {
    width: 80%;
  }
  .ikuji-body h3 {
    font-size: 16px;
  }
  .ikuji-body p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.voice {
  padding-block: 4.948vw 4.167vw;
  background: #fffeec;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.voice-inner {
  margin-inline: 5.208vw;
}

.voice-head {
  text-align: left;
}
.voice-head .voice-head__en {
  font-size: 1.302vw;
  color: #039146;
}
.voice-head .voice-head__ja {
  margin-top: 2.604vw;
  font-size: 4.167vw;
}
.voice-head .voice-head__ja span {
  color: #039146;
}

.voice-bg {
  position: absolute;
  top: 0;
  right: -2.396vw;
}
.voice-bg img {
  width: 59.427vw;
}

.voice-container {
  margin-top: 19.635vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.302vw;
}

.voice-card {
  padding-block: 5.469vw 4.948vw;
  padding-inline: 1.042vw;
  background: #fff;
  -webkit-box-shadow: 9px 11px 7px -10px rgba(0, 0, 0, 0.4);
          box-shadow: 9px 11px 7px -10px rgba(0, 0, 0, 0.4);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 47.604vw;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.voice-card__head .voice-top {
  position: absolute;
  top: 2.813vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.voice-card__head .voice-top img {
  height: 2.604vw;
  width: auto;
}
.voice-card__head img {
  width: 14.271vw;
}
.voice-card__head h3 {
  margin-top: 1.719vw;
  font-size: 1.667vw;
}

.voice-card__body {
  margin-top: 2.604vw;
}
.voice-card__body h3 {
  font-size: 1.458vw;
  color: #ef8337;
}
.voice-card__body p {
  margin-top: 2.865vw;
  text-align: left;
}
.voice-card__body p span {
  color: #ef8337;
}

@media screen and (max-width: 768px) {
  .voice-inner {
    margin-inline: 20px;
  }
  .voice-head .voice-head__en {
    font-size: 16px;
  }
  .voice-head .voice-head__ja {
    margin-top: 2.604vw;
    font-size: 30px;
  }
  .voice-head .voice-head__ja span {
    color: #039146;
  }
  .voice-bg {
    position: absolute;
    top: 0;
    right: -2.396vw;
    z-index: -1;
  }
  .voice-bg img {
    width: 59.427vw;
  }
  .voice-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cta {
  margin-top: -0.26vw;
  background: #fdf9f7;
}

.cta-content {
  margin-top: 6.25vw;
}
.cta-content img {
  width: 83.906vw;
}

.swiper-carousel {
  overflow: hidden;
}

.swiper-carousel .swiper-slide {
  line-height: normal;
  height: auto;
}

.swiper-carousel .swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-carousel .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/* ==========================
   FOOTER
========================== */
.recruit-footer {
  background: #4a2100;
  color: #fff;
}

.recruit-footer__inner {
  margin: 0 auto;
  padding: 3.646vw 2.083vw 4.167vw 5.208vw;
}

.recruit-footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.823vw;
  margin-bottom: 2.083vw;
}

.recruit-footer__title h2 {
  font-size: 1.667vw;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.recruit-footer__title p {
  font-size: 1.042vw;
  margin: 0;
}

/* --------------------------
   ナビ
-------------------------- */
.recruit-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.042vw;
  margin: 0 0 0.781vw;
  padding: 0;
  list-style: none;
}

.recruit-footer__nav li {
  position: relative;
}

.recruit-footer__nav li:not(:last-child)::after {
  content: "|";
  color: rgba(255, 255, 255, 0.6);
  margin-left: 1.042vw;
}

.recruit-footer__nav a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recruit-footer__nav a:hover {
  opacity: 0.7;
}

/* ==========================
   CTAエリア
========================== */
.recruit-footer__cta {
  background: #f4f2f2;
  border-top: 12px solid #f1b55d;
  padding: 2.083vw 1.042vw;
  text-align: center;
}

.footer-cta__pc {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}
.footer-cta__pc img {
  width: 500px;
}

.footer-cta__sp {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-footer__inner {
    padding: 30px 40px 60px;
  }
  .recruit-footer__title {
    display: block;
  }
  .recruit-footer__title h2 {
    font-size: 16px;
  }
  .recruit-footer__title p {
    font-size: 14px;
  }
  .recruit-footer__nav {
    margin-top: 25px;
  }
  .recruit-footer__nav li {
    font-size: 10px;
  }
  .recruit-footer__nav li:not(:last-child)::after {
    content: "|";
    margin-inline: 15px;
  }
}
.page-head {
  margin-top: 9.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.page-head__img {
  margin-left: -2.604vw;
}
.page-head__img img {
  width: 51.563vw;
  height: 28vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-title {
  padding-block: 6.823vw 6.854vw;
  padding-right: 11.719vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.page-title .page-title__ja {
  font-size: 1.354vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.26vw;
}
.page-title .page-title__ja::before {
  content: "";
  background: #663300;
  height: 0.052vw;
  width: 3.646vw;
}

.page-title__en {
  margin-top: 1.406vw;
  font-size: 3.75vw;
}

.page-title__sub {
  font-size: 1.8vw;
  text-align: left;
}

.page-subtitle {
  margin-inline: auto;
  padding-block: 1.823vw;
  width: 82.813vw;
  font-size: 1.823vw;
  font-weight: 700;
  color: #fff;
  background: #77491a;
}

.tour__text {
  margin-top: 3vw;
}
.tour__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.198vw;
  font-weight: 700;
  color: #333333;
}
.tour__text p + p {
  margin-top: 1.563vw;
}

@media screen and (max-width: 768px) {
  .page-head {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-head__img {
    margin-left: -30px;
  }
  .page-head__img img {
    width: 100%;
    height: 180px;
  }
  .page-title {
    padding-block: 6.823vw 8.854vw;
    padding-right: 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-title .page-title__ja {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .page-title .page-title__ja::after {
    content: "";
    background: #663300;
    height: 1px;
    width: 50px;
  }
  .page-title .page-title__ja::before {
    content: "";
    background: #663300;
    height: 1px;
    width: 50px;
  }
  .page-title__en {
    margin-top: 10px;
    font-size: 30px;
  }
  .page-subtitle {
    padding-block: 10px;
    width: 100%;
    font-size: 20px;
  }
  .tour__text {
    margin-top: 30px;
  }
  .tour__text p {
    font-size: 14px;
  }
  .tour__text p + p {
    margin-top: 10px;
  }
}
.tour-kengaku {
  margin-top: 3.906vw;
}
.tour-kengaku img {
  width: 77.813vw;
}

.tour-naiyo {
  padding-block: 8.333vw 5.469vw;
}

.tour-naiyo__inner {
  margin-inline: 2.344vw;
}

.tour-naiyo__container {
  margin-top: 5.208vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.042vw;
  width: 100%;
}
.tour-naiyo__container img {
  width: 22.396vw;
}

.tour-oubo {
  padding-block: 2.917vw 4.063vw;
  background: #fcf6e4;
}

.tour-oubo__container {
  margin-top: 1.563vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.563vw;
}

.tour-oubo-card {
  width: 40vw;
  height: 37.24vw;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.tour-oubo-card h3 {
  padding-block: 1.563vw 1.042vw;
  background: #d1aa4a;
  width: 100%;
  color: #fff;
  font-size: 1.771vw;
}
.tour-oubo-card p {
  font-size: 1.563vw;
}
.tour-oubo-card p span {
  color: #ef8337;
}
.tour-oubo-card a img {
  width: 90%;
}

.tour-oubo-card__body {
  padding-top: 2.083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0.521vw;
}

.tour-oubo-card__btn {
  padding-block: 2.604vw 2.083vw;
  font-size: 2.083vw;
  color: #fff;
  background: #ef6b37;
  width: 35.313vw;
}

.tour-senko {
  padding-block: 1.979vw 1.042vw;
}

.tour-senko__container {
  margin-top: 2.604vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tour-senko__container img {
  width: 18.75vw;
}

.tour-hituyounamono {
  padding-block: 3.125vw 3.646vw;
  background: #fcf6e4;
}
.tour-hituyounamono img {
  margin-top: 3.646vw;
  width: 30.833vw;
}

.tour-soudan {
  padding-block: 5.99vw 2.604vw;
}

.tour-soudan__grid {
  margin-top: 1.563vw;
}
.tour-soudan__grid img {
  width: 73.281vw;
}

@media screen and (max-width: 768px) {
  .tour-naiyo__container {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    width: 100%;
  }
  .tour-naiyo__container img {
    width: 90%;
  }
  .page-inner {
    margin-inline: 20px;
    padding-block: 35px;
  }
  .tour-oubo__container {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .tour-oubo-card {
    width: 90%;
    height: auto;
  }
  .tour-oubo-card h3 {
    padding-block: 10px;
    background: #d1aa4a;
    width: 100%;
    color: #fff;
    font-size: 16px;
  }
  .tour-oubo-card p {
    font-size: 14px;
  }
  .tour-oubo-card a img {
    width: 90%;
  }
  .tour-oubo-card__body {
    padding-block: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 30px;
  }
  .tour-oubo-card__btn {
    font-size: 14px;
    width: 80%;
  }
  .tour-senko__container {
    margin-top: 20px;
    display: block;
  }
  .tour-senko__container img {
    width: 75%;
  }
  .tour-hituyounamono img {
    margin-top: 30px;
    width: 80%;
  }
  .tour-soudan__grid {
    margin-top: 30px;
  }
  .tour-soudan__grid img {
    width: 100%;
  }
}
.tab {
  margin-top: 11.198vw;
}

.tab__content {
  display: none;
  margin-top: 1.563vw;
}
.tab__content img {
  width: 80%;
}

.tab__content.is-active {
  display: block;
}

.tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.042vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.tab__btn {
  padding-block: 1.563vw;
  width: 28.49vw;
  border-radius: 1.042vw 1.042vw 0 0;
  background: #b3b3b3;
  font-size: 1.354vw;
  color: #fff;
}

.tab__btn.is-active {
  background: #93bc45;
}

.page-tab {
  padding-block: 7vw;
  background: #fff7f7;
  position: relative;
}

.page-tab__img {
  position: absolute;
  top: 13vw;
  right: 21vw;
  z-index: 0;
}
.page-tab__img img {
  width: 34vw;
}

@media screen and (max-width: 768px) {
  .tab {
    margin-top: 155px;
  }
  .page-tab__img {
    position: absolute;
    top: 125px;
    right: auto;
    left: 42%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 0;
    width: 100%;
  }
  .page-tab__img img {
    width: 100%;
  }
  .tab__btn {
    padding-block: 10px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: #b3b3b3;
    font-size: 14px;
    color: #fff;
  }
  .tab__content {
    margin-top: 30px;
  }
  .tab__content img {
    width: 100%;
  }
}
.page-contact {
  padding-block: 2.865vw 6.25vw;
  background: #faf8e5;
  font-family: "Noto Sans JP", sans-serif;
}

.page-contact p, .page-contact span {
  font-weight: 700;
}

.page-text {
  margin-top: 4.167vw;
  font-size: 0.938vw;
  color: #000;
}

.recruit-form {
  margin-top: 5.885vw;
  margin-inline: auto;
  width: 63.594vw;
  border-collapse: collapse;
  font-size: 0.99vw;
}

.recruit-form .form-bl {
  background: #f4efda;
}

.recruit-form th {
  width: 14.583vw;
  padding: 1.25vw 0.833vw;
  text-align: left;
  vertical-align: top;
  color: #6b3d13;
  font-weight: 700;
}

.recruit-form td {
  text-align: left;
  padding: 1.042vw;
  color: #000;
  font-weight: 700;
}

.required,
.optional {
  display: inline-block;
  font-size: 0.833vw;
  color: #fff;
  padding: 0.104vw 0.313vw;
  border-radius: 0.26vw;
  margin-right: 0.417vw;
}

.required {
  background: #c1454a;
}

.optional {
  background: #333333;
}

.name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.042vw;
}

.name-wrap .col {
  width: 13.021vw;
}

.name-wrap label,
.address-row label {
  display: block;
  margin-bottom: 0.26vw;
  font-weight: 700;
}

.address-row {
  margin-bottom: 0.625vw;
}

.recruit-form input[type=text],
.recruit-form input[type=email],
.recruit-form input[type=tel],
.recruit-form input[type=date],
.recruit-form select,
.recruit-form textarea {
  width: 100%;
  border: 1px solid #e8dcbd;
  background: #fff;
  border-radius: 0.521vw;
  padding: 0.521vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recruit-form textarea {
  height: 11.458vw;
  resize: vertical;
}

.wpcf7-list-item {
  margin-right: 1.042vw;
}

.privacy-check {
  text-align: center;
  margin-top: 2.604vw;
}

.submit-wrap {
  text-align: center;
  margin-top: 2.083vw;
}

.submit-wrap input[type=submit] {
  width: 14.583vw;
  height: 3.646vw;
  background: #bdbdbd;
  color: #fff;
  border: none;
  font-size: 0.938vw;
  cursor: pointer;
  border-radius: 0.208vw;
}

.submit-wrap input[type=submit]:hover {
  opacity: 0.8;
}

.shikaku-other-inline {
  margin-top: 0.26vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.417vw;
}

.shikaku-other-inline .wpcf7-form-control-wrap {
  display: inline-block;
}

.shikaku-other-inline input[type=text] {
  width: 28.646vw;
}

.contact-type {
  margin-bottom: 1.302vw;
}

.visit-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.604vw;
}

.visit-date__label {
  font-weight: bold;
  min-width: 6.25vw;
  padding-top: 0.625vw;
}

.visit-date__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.781vw;
}

.visit-date__row + .visit-date__row {
  margin-top: 1.042vw;
}

.visit-date__title {
  width: 4.688vw;
  font-weight: bold;
}

.visit-date__body p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.042vw;
}

.visit-date__body + .visit-date__body {
  margin-top: 0.521vw;
}

.visit-date__body input {
  width: 7.448vw !important;
}

.visit-date__body select {
  width: 4.74vw !important;
}

/* CF7の入力幅 */
.visit-date__row input[type=date] {
  width: 9.375vw;
}

.visit-date__row select {
  width: 4.688vw;
}

.privacy-form {
  margin-top: 3.49vw;
}
.privacy-form h3 {
  font-size: 1.302vw;
}
.privacy-form a {
  margin-top: 1.042vw;
  color: #000;
  text-decoration: underline;
}
.privacy-form p {
  margin-top: 1.563vw;
  color: #000;
}

.wpcf7-spinner {
  opacity: 0;
  width: 0.052vw;
  height: 0.052vw;
}

.submit-wrap input[type=submit] {
  width: 18.229vw;
}

@media screen and (max-width: 768px) {
  .recruit-form,
  .recruit-form tbody,
  .recruit-form tr,
  .recruit-form th,
  .recruit-form td {
    display: block;
    width: 100%;
  }
  .recruit-form th {
    padding: 12px 16px;
  }
  .name-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .name-wrap .col {
    width: 100%;
  }
  .page-text {
    margin-top: 30px;
    font-size: 14px;
  }
  .required,
  .optional {
    font-size: 10px;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .recruit-form {
    font-size: 14px;
  }
  .recruit-form td {
    padding: 10px 15px;
  }
  .recruit-form input[type=text],
  .recruit-form input[type=email],
  .recruit-form input[type=tel],
  .recruit-form input[type=date],
  .recruit-form select,
  .recruit-form textarea {
    width: 100%;
    border: 1px solid #e8dcbd;
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .shikaku-other {
    white-space: nowrap;
  }
  .visit-date__body input {
    width: 115px !important;
  }
  .visit-date__body select {
    width: 75px !important;
  }
  .page-contact p, span {
    font-weight: 500;
  }
  .name-wrap label, .address-row label {
    font-weight: 500;
  }
  .recruit-form textarea {
    height: 200px;
  }
  .privacy-form h3 {
    font-size: 16px;
  }
  .privacy-form p {
    margin-top: 20px;
    color: #000;
    font-size: 12px;
    text-align: left;
  }
  .submit-wrap input[type=submit] {
    width: 300px !important;
    height: 45px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.page-philosophy {
  padding-block: 5.99vw;
}

.philosophy-head__en {
  font-family: "Jost", sans-serif;
  font-style: italic;
  color: #ec6c1f;
  font-size: 1.771vw;
}

.philosophy-head__ja {
  font-size: 2.5vw;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.563vw;
}
.philosophy-head__ja::before, .philosophy-head__ja::after {
  content: "";
  background: #663300;
  width: 37.552vw;
  height: 0.052vw;
}

.philosophy-head__text {
  margin-top: 2.344vw;
}
.philosophy-head__text span {
  font-size: 1.979vw;
  color: #ec6c1f;
  font-weight: 600;
}
.philosophy-head__text p {
  margin-top: 3.646vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 2;
}

.philosophy-message__inner {
  margin-top: 4.792vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.philosophy-message__img {
  margin-left: -1.042vw;
}
.philosophy-message__img img {
  width: 61.927vw;
}

.philosophy-message__body {
  padding-inline: 6.667vw;
}

.philosophy-message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.philosophy-message__head-ja {
  font-size: 1.354vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.26vw;
}
.philosophy-message__head-ja::before {
  content: "";
  background: #663300;
  width: 3.646vw;
  height: 0.052vw;
}

.philosophy-message__head-en {
  font-size: 5vw;
}

.philosophy-message__text {
  margin-top: 5.99vw;
  margin-left: -17.969vw;
  padding-block: 1.563vw;
  padding-left: 2.344vw;
  width: 49.115vw;
  background: rgba(255, 251, 240, 0.8);
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.philosophy-message__text p {
  text-align: left;
}
.philosophy-message__text p + p {
  margin-top: 2.24vw;
}

.philosophy-container {
  margin-top: 5.208vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.292vw;
}

.philosophy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.688vw;
}
.philosophy-content:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.philosophy-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.philosophy-content__head-en {
  font-family: "Jost", sans-serif;
  color: #ec6c1f;
  font-style: italic;
  font-size: 1.771vw;
}

.philosophy-content__head-ja {
  font-size: 2.5vw;
}

.philosophy-content__text {
  margin-top: 6.51vw;
  font-family: "Noto Sans JP", sans-serif;
  width: 36.406vw;
  text-align: left;
}
.philosophy-content__text span {
  color: #ec6c1f;
}
.philosophy-content__text p + p {
  margin-top: 2.604vw;
}

.philosophy-content__img img {
  width: 54.688vw;
}

.philosophy-career {
  margin-top: 5.208vw;
  padding-block: 4.167vw 8.854vw;
  background: url(../img/philosophy-career_bg.png) no-repeat center top/cover;
}

.philosophy-career__text {
  font-family: "Noto Sans JP", sans-serif;
}
.philosophy-career__text span {
  color: #ec6c1f;
}

.philosophy-career__container {
  margin-top: 4.167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
}
.philosophy-career__container img {
  width: 26.927vw;
}

.philosophy-guidelines {
  padding-block: 6.094vw 8.854vw;
  padding-right: 6.25vw;
}

.philosophy-clinic {
  padding-block: 5.052vw 6.25vw;
  background: url(../img/philosophy-clinic__bg.png) no-repeat center top/cover;
}

.philosophy-clinic__head-en {
  font-family: "Jost", sans-serif;
  color: #ec6c1f;
  font-style: italic;
  font-size: 1.771vw;
}

.philosophy-clinic__head-ja {
  font-size: 2.5vw;
}

.philosophy-clinic__container {
  margin-top: 6.771vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.042vw;
}

.philosophy-clinic__btn {
  margin-top: 2.604vw;
  display: block;
}
.philosophy-clinic__btn img {
  width: 16.771vw;
}

@media screen and (max-width: 768px) {
  .page-title__sub {
    font-size: 16px;
    text-align: center;
  }
  .page-philosophy {
    padding-block: 0 30px;
  }
  .philosophy-head__en {
    font-size: 20px;
  }
  .philosophy-head__ja {
    font-size: 25px;
  }
  .philosophy-head__ja {
    font-size: 25px;
    gap: 10px;
  }
  .philosophy-head__ja::before, .philosophy-head__ja::after {
    content: "";
    width: 100px;
    height: 1px;
  }
  .philosophy-head__text span {
    font-size: 18px;
  }
  .philosophy-message__img {
    float: left;
    width: 45%;
    margin: 0 15px 15px 0;
    position: relative;
  }
  .philosophy-message__img img {
    width: 100%;
    display: block;
  }
  .philosophy-message__body {
    display: block;
  }
  .philosophy-message {
    background: #fffbf0;
  }
  .philosophy-message__inner {
    display: block;
  }
  .philosophy-message__text {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    background: none;
  }
  .philosophy-message__body {
    padding-inline: 0;
  }
  .philosophy-message__head-ja {
    font-size: 16px;
  }
  .philosophy-message__head-ja::before {
    width: 50px;
  }
  .philosophy-message__head-en {
    font-size: 40px;
  }
  .philosophy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .philosophy-content__head-en {
    font-size: 18px;
  }
  .philosophy-content__head-ja {
    font-size: 27px;
  }
  .philosophy-content__img {
    margin-top: 15px;
  }
  .philosophy-content__img img {
    width: 100%;
  }
  .philosophy-content__text {
    width: 100%;
  }
  .philosophy-content + .philosophy-content {
    margin-top: 30px;
  }
  .philosophy-career__container {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .philosophy-career__container img {
    width: 100%;
  }
  .philosophy-guidelines {
    padding-right: 0;
  }
  .philosophy-guidelines img {
    width: 80%;
  }
  .philosophy-clinic {
    padding-block: 40px;
  }
  .philosophy-clinic__head-en {
    font-size: 18px;
  }
  .philosophy-clinic__head-ja {
    font-size: 28px;
  }
  .philosophy-clinic__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  .philosophy-clinic__btn img {
    width: 70%;
  }
}
.page-access {
  padding-block: 8.854vw 10.625vw;
  padding-inline: 17.708vw;
  background: #fcf6e4;
}
.page-access .page-subtitle {
  width: 100%;
}

.page-access__container {
  padding-block: 3.385vw 2.344vw;
  padding-inline: 1.042vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.604vw;
}

.page-access__content h3 {
  font-size: 1.979vw;
}
.page-access__content a img {
  width: 60%;
  display: block;
  margin-top: 1.563vw;
  margin-inline: auto 0;
}
.page-access__content iframe {
  width: 23.438vw;
  height: 18.229vw;
}

@media screen and (max-width: 768px) {
  .page-access {
    padding-block: 30px;
    padding-inline: 0;
  }
  .page-access__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .page-access__content h3 {
    font-size: 18px;
  }
  .page-access__content a img {
    width: 40%;
    display: block;
    margin-top: 20px;
    margin-inline: auto 0;
  }
  .page-access__content iframe {
    width: 100%;
    height: 250px;
  }
}
.faq {
  background: #f3efe3;
  padding: 5.208vw 0;
}

.faq__inner {
  margin: 0 9vw;
}

.faq__item {
  padding: 1.302vw 0;
  border-bottom: 1px solid #d8d0c3;
  text-align: left;
}

.faq__question {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0.625vw;
  color: #333;
}

.faq__q {
  color: #8ab13d;
  font-weight: 700;
  margin-right: 0.417vw;
}

.faq__answer {
  line-height: 1.8;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .faq__question {
    font-size: 16px;
    margin-bottom: 0.625vw;
  }
  .faq__inner {
    margin: 0 20px;
  }
}
.page-description {
  background: #fcf6e4;
}

.recruit-container {
  margin: 0 auto;
  padding: 2.083vw 2.604vw;
  background: rgba(255, 255, 255, 0.3);
  width: 65.104vw;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.recruit-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3.125vw;
  padding: 1.823vw 2.604vw;
  margin-bottom: 2.083vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.recruit-row.bg {
  background: #f7f0dd;
}

.title {
  font-size: 1.198vw;
  font-weight: bold;
  color: #7b4a18;
  line-height: 1.5;
  white-space: nowrap;
}

.content {
  font-size: 0.938vw;
  line-height: 2;
  font-weight: 600;
  color: #000;
}

.content strong {
  display: inline-block;
  margin-bottom: 0.208vw;
}

@media screen and (max-width: 768px) {
  .recruit-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    padding: 15px 10px;
  }
  .title {
    font-size: 13px;
    width: 150px;
  }
  .content {
    font-size: 12px;
    line-height: 1.8;
  }
  .recruit-container {
    padding: 0;
    width: 100%;
    background: none;
  }
  .page-description__tab {
    margin-top: 30px;
  }
  .page-description__tab .tab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .page-description__tab .tab__btn {
    border-radius: 10px;
  }
}
.page-voice {
  background: #f1ecdf;
  padding: 5.208vw 0 7.292vw;
}
.page-voice .page-subtitle {
  width: 100%;
}

.page-voice__inner {
  width: 65vw;
  margin-inline: auto;
}

.page-voice-card {
  margin-top: 3.021vw;
  margin-bottom: 5.729vw;
  text-align: left;
}

.page-voice-card:last-child {
  margin-bottom: 0;
}

.page-voice-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.646vw;
}

.page-voice-card__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-voice-card__image {
  margin: 0;
}

.page-voice-card__image img {
  max-width: 36.094vw;
  max-height: 37.76vw;
  display: block;
}

.page-voice-card__label {
  width: 11.094vw;
  height: 2.135vw;
  background: #a7cf44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.094vw;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.25em;
  margin-bottom: 1.458vw;
}

.page-voice-card__position {
  font-size: 1.563vw;
  line-height: 1.6;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.146vw;
}

.page-voice-card__title {
  font-size: 1.979vw;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.302vw;
}
.page-voice-card__title span {
  font-weight: 700;
}

.page-voice-card__title span {
  color: #00984d;
}

.page-voice-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.938vw;
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: italic;
}

.page-voice-card__tags li {
  color: #ef7d3a;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.page-voice-card__body {
  margin-top: 1.458vw;
  font-family: "Noto Sans JP", sans-serif;
}

.page-voice-card__body p {
  line-height: 1.6;
  color: #222;
  margin-bottom: 1.042vw;
  font-weight: 600;
}

.page-voice-card__body p:last-child {
  margin-bottom: 0;
}

.page-voice-card--doctor {
  overflow: hidden;
}

.page-voice-card--doctor .page-voice-card__image {
  float: right;
  width: 22.188vw;
  margin-left: 4.167vw;
  margin-bottom: 2.083vw;
}

.page-voice-card--doctor .page-voice-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.page-voice-card--doctor .page-voice-card__info {
  display: block;
}

@media screen and (max-width: 768px) {
  .page-voice__inner {
    width: auto;
    margin-inline: 20px;
  }
  .page-voice-card {
    padding-top: 50px;
  }
  .page-voice-card + .page-voice-card {
    border-top: 1px solid #b3b3b3;
  }
  .page-voice-card__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-voice-card__image img {
    max-width: 100%;
    max-height: 100%;
  }
  .page-voice-card__label {
    width: 200px;
    height: 25px;
    font-size: 14px;
  }
  .page-voice-card__position {
    font-size: 16px;
  }
  .page-voice-card__title {
    font-size: 18px;
  }
  .page-voice-card__body {
    margin-top: 30px;
  }
  .page-voice-card--doctor .page-voice-card__image {
    float: none;
    width: 100%;
    margin: 0 0 24px;
  }
  .page-voice-card--doctor .page-voice-card__image img {
    width: 100%;
    height: auto;
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-voice-card--doctor .page-voice-card__info {
    width: 100%;
  }
}
.attractions-head {
  margin-top: 10.677vw;
  padding-bottom: 5.365vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.906vw;
}
.attractions-head img {
  width: 38.542vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.attractions-head__en {
  font-family: "Jost", sans-serif;
  color: #ec6c1f;
  font-size: 1.771vw;
  font-style: italic;
}

.attractions-head__ja {
  font-size: 3.75vw;
}
.attractions-head__ja span {
  color: #ec6c1f;
}

.attractions__works {
  padding-block: 6.25vw 5.208vw;
  background: #fffeec;
}

.attractions__works-inner {
  margin-inline: 6.771vw;
}

.attractions__works-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.344vw;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
}

.attractions__works-head__en {
  font-family: "Jost", sans-serif;
  color: #039146;
  font-size: 1.771vw;
  font-style: italic;
}

.attractions__works-head__ja {
  font-size: 3.646vw;
}
.attractions__works-head__ja span {
  color: #039146;
}

.attractions__works-container {
  margin-top: 6.771vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.083vw;
}
.attractions__works-container img {
  width: 26.563vw;
}

.attractions__works-container2 {
  margin-top: 5.208vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.208vw;
}

.voice-btn img {
  width: 83.906vw;
}

@media screen and (max-width: 768px) {
  .attractions-inner {
    padding-bottom: 0;
  }
  .attractions-head {
    margin-top: 0;
    padding-bottom: 0;
  }
  .attractions-head__en {
    font-size: 16px;
  }
  .attractions-head__ja {
    font-size: 25px;
  }
  .attractions-head img {
    width: 100%;
    position: relative;
  }
  .attractions__works-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .attractions__works-head__en {
    font-size: 16px;
  }
  .attractions__works-head__ja {
    font-size: 25px;
  }
  .attractions__works-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .attractions__works-container img {
    width: 100%;
  }
  .voice-btn {
    display: none;
  }
}
.recruitment {
  margin-top: 9.3vw;
}

.recruitment-fv {
  position: relative;
}

.recruitment-fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.302vw;
  position: absolute;
  right: 7.813vw;
  bottom: 2.083vw;
}
.recruitment-fv__content img {
  width: 23.958vw;
}

.recruitment-message {
  margin-top: 5.99vw;
  background: url(../img/bg/dr-message_bg.png) no-repeat center top/cover;
}

.recruitment-message__container {
  margin-top: 7.396vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.875vw;
}

.recruitment-message__body-head__en {
  font-family: "Jost", sans-serif;
  color: #ec6c1f;
  font-size: 1.771vw;
  font-style: italic;
}

.recruitment-message__body-head__ja {
  font-size: 2.5vw;
}
.recruitment-message__body-head__ja span {
  color: #93bc45;
}
.recruitment-message__body-head__ja strong {
  font-size: 6.042vw;
  font-weight: 600;
  color: #93bc45;
}
.recruitment-message__body-head__ja .orange {
  color: #ec6c1f;
}

.recruitment-message__body-text {
  margin-top: 4.948vw;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  width: 36.198vw;
  color: #000;
  line-height: 1.6;
}
.recruitment-message__body-text p + p {
  margin-top: 2.083vw;
}
.recruitment-message__body-text span {
  color: #ec6c1f;
}
.recruitment-message__img img {
  width: 51.823vw;
}

.recruitment-topdentiost {
  margin-top: 7.813vw;
}

.recruitment-message__text {
  margin-top: 4.167vw;
  font-size: 1.198vw;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.recruitment-topdentiost__container {
  margin-top: 4.427vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.563vw;
}
.recruitment-topdentiost__container img {
  width: 28.021vw;
}

.recruitment-hope {
  padding-top: 10.417vw;
  background: url(../img/bg/dr-message_bg.png) no-repeat center top/cover;
}

.recruitment-hope__top {
  position: relative;
}

.recruitment-hope__top-img {
  position: absolute;
  right: 0;
  top: 0;
}
.recruitment-hope__top-img img {
  width: 37.083vw;
}

.wish-section {
  margin-top: 5.833vw;
  padding: 4.167vw 0 2.083vw;
}

.wish-item {
  margin-inline: auto;
  position: relative;
  border: 3px solid #d8e4c2;
  padding: 3.646vw 1.563vw 1.563vw;
  margin-bottom: 4.167vw;
  background: rgba(255, 255, 255, 0.3);
  width: 86.667vw;
}

.wish-label {
  position: absolute;
  top: -1.042vw;
  left: 0;
  background: #95be3f;
  color: #fff;
  font-size: 1.667vw;
  font-weight: 700;
  padding: 0.781vw 1.563vw;
  border-radius: 0.781vw;
  font-family: "Noto Sans JP", sans-serif;
}

.wish-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.729vw;
}
.wish-box img {
  width: 38.385vw;
}

.recruitment-hope__bottom {
  padding-bottom: 2.083vw;
}
.recruitment-hope__bottom img {
  width: 89.063vw;
}

.recruitment-point {
  margin-top: 12.76vw;
}

.recruitment-point__content {
  padding-block: 2.604vw;
}
.recruitment-point__content img {
  width: 88.385vw;
}
.recruitment-point__content:nth-of-type(2n) {
  background: #f5feff;
}

@media screen and (max-width: 768px) {
  .recruitment-message__inner {
    margin-inline: 20px;
  }
  .recruitment-fv__content {
    position: relative;
    bottom: inherit;
    right: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruitment-point__content4 {
    position: relative;
  }
  .recruitment-point__content4-img {
    position: absolute;
    top: 435px;
    left: 0;
    width: 100%;
  }
  .recruitment-point__content4-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .recruitment-point__content4-scroll img {
    width: 900px;
    max-width: none;
  }
  .recruitment-fv__content img {
    width: 90%;
  }
  .recruitment-message__container {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruitment-message__body-text {
    width: 100%;
  }
  .recruitment-message__body-head__en {
    font-size: 16px;
  }
  .recruitment-message__body-head__ja {
    margin-top: 20px;
    font-size: 20px;
  }
  .recruitment-message__img img {
    width: 100%;
  }
  .recruitment-message__body-head__ja strong {
    font-size: 45px;
    line-height: 0.9;
  }
  .recruitment-message__text {
    margin-top: 58px;
    font-size: inherit;
    text-align: left;
  }
  .recruitment-topdentiost__inner {
    margin-inline: 20px;
  }
  .recruitment-topdentiost__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruitment-topdentiost__container img {
    width: 95%;
  }
  .recruitment-hope__top-img img {
    width: 230px;
  }
  .recruitment-hope__top-img {
    top: 133px;
  }
  .recruitment-hope__inner {
    margin-inline: 20px;
  }
  .wish-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wish-label {
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
    border-radius: 10px;
  }
  .wish-box img {
    width: 95%;
  }
}
/* ==========================
Voice
========================== */
.recruitment-voice {
  padding: 6.25vw 0;
  background: #fff;
}

.recruitment-voice__inner {
  width: 87.448vw;
  margin: 0 auto;
  padding: 0 2.083vw;
}

/* タイトル */
.recruitment-voice__head {
  margin-bottom: 3.646vw;
  text-align: left;
}

.recruitment-voice__head-en {
  font-family: "Jost", sans-serif;
  color: #f26a21;
  font-size: 2.448vw;
  font-style: italic;
  margin-bottom: 0.781vw;
}

.recruitment-voice__head-ja {
  font-size: 3.438vw;
  color: #6a431d;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.302vw;
}

.recruitment-voice__head p {
  font-size: 1.875vw;
  color: #6a431d;
  font-family: "Noto Sans JP", sans-serif;
}

/* ==========================
VOICE BOX
========================== */
.recruitment-voice__container {
  background: #fff;
  color: #000;
  border: 1px solid #88ac34;
}

/* 緑帯 */
.recruitment-voice__container-head {
  background: #8cad2d;
  color: #fff;
  padding: 1.042vw 2.083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Jost", sans-serif;
}

.recruitment-voice__container-head__ja {
  font-size: 1.198vw;
  font-weight: 700;
}

.recruitment-voice__container-head__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.781vw;
  font-style: italic;
}

.recruitment-voice__container-head__en span:first-child {
  font-size: 3.49vw;
  font-weight: 300;
}

.recruitment-voice__container-head__en span:last-child {
  font-size: 3.49vw;
  line-height: 1;
}

/* ==========================
プロフィール
========================== */
.recruitment-voice__container-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125vw;
  padding: 3.125vw 3.646vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.recruitment-voice__container-profile img {
  margin-top: -6.51vw;
  width: 25.104vw;
  display: block;
}

.recruitment-voice__container-profile-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.302vw;
  padding-bottom: 1.042vw;
  margin-bottom: 1.302vw;
  border-bottom: 1px solid #cfcfcf;
}

.name span {
  font-size: 1.406vw;
  font-weight: 700;
}

.name p {
  font-size: 3.073vw;
  margin: 0;
  color: #111;
}

/* 経歴 */
.profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625vw;
}

.profile-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.profile-row dt {
  width: 4.688vw;
  color: #111;
}

.profile-row dd {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ==========================
QA
========================== */
.recruitment-qa {
  padding: 0 3.646vw 4.167vw;
  text-align: left;
}

.recruitment-qa__content:not(:last-child) {
  margin-bottom: 4.167vw;
}

.recruitment-qa__content-head {
  display: inline-block;
  font-size: 1.875vw;
  color: #6a431d;
  margin-bottom: 1.563vw;
  position: relative;
  font-weight: 600;
  z-index: 1;
}

.recruitment-qa__content-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.26vw;
  width: 100%;
  height: 0.625vw;
  background: #fcee3e;
  z-index: -1;
}

.recruitment-qa__content-text {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.recruitment-qa__content-text p {
  margin: 0;
}

.recruitment-qa__content-text span {
  color: #f26a21;
  font-weight: 700;
}

.recruitment-schedule {
  background: url(../img/bg/dr-message_bg.png) no-repeat center top/cover;
}
.recruitment-schedule img {
  max-width: none;
  width: 90%;
}

.recruitment-about-clinic {
  padding: 6.25vw 0;
  background: #fff;
}

.recruitment-about-clinic__inner {
  margin-left: 7.552vw;
  padding: 0 2.083vw;
}

/* タイトル */
.recruitment-about-clinic__head {
  text-align: center;
}

/* point */
.recruitment-about-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.167vw;
}

.recruitment-about-point:not(:last-child) {
  margin-bottom: 6.25vw;
}

.recruitment-about-point__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  width: 52.083vw;
}

.recruitment-about-point__image {
  width: 32.031vw;
}

.recruitment-about-point__image img {
  width: 100%;
  display: block;
}

.recruitment-about-point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.042vw;
  margin-bottom: 2.083vw;
}

.recruitment-about-point__number {
  color: #8eb43a;
  font-size: 3.438vw;
  line-height: 1;
  min-width: 4.688vw;
}

.recruitment-about-point__number span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #8eb43a;
  color: #fff;
  font-size: 0.833vw;
  letter-spacing: 0.2em;
  border-radius: 1.042vw;
  padding: 0.26vw 0.521vw 0.26vw 0.781vw;
}

.recruitment-about-point__title h3 {
  font-size: 1.927vw;
  line-height: 1.5;
}

.recruitment-about-point__text {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.recruitment-about-point__text p {
  margin-bottom: 1.302vw;
}

.recruitment-about-point__text {
  font-weight: 700;
}
.recruitment-about-point__text .orange {
  color: #f26a21;
}
.recruitment-about-point__text .green {
  color: #8eb43a;
}

.recruitment-about-point__text ul {
  padding-left: 1.042vw;
}

.recruitment-about-point__text li {
  margin-bottom: 0.417vw;
}

/* 院長メッセージ */
.recruitment-about-message {
  margin-top: 2.083vw;
  border: 1px solid #8eb43a;
  background: #f8f4e8;
  position: relative;
  padding: 3.125vw 0.781vw 1.563vw;
  color: #000;
}

.recruitment-about-message__head {
  position: absolute;
  top: 0;
  left: 0;
  background: #8eb43a;
  color: #fff;
  font-weight: 700;
  padding: 0.625vw 1.302vw;
  color: #000;
}

/* SP */
@media screen and (max-width: 768px) {
  .recruitment-about-clinic {
    padding: 80px 0;
  }
  .recruitment-about-clinic__inner {
    padding: 0 20px;
    margin-left: 0;
  }
  .recruitment-about-point {
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(107, 107, 107, 0.4);
            box-shadow: 0px 3px 3px 0px rgba(107, 107, 107, 0.4);
    border-radius: 10px;
  }
  .recruitment-about-point__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruitment-about-point__image {
    width: 75%;
  }
  .recruitment-about-point:not(:last-child) {
    margin-bottom: 80px;
  }
  .recruitment-about-point__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .recruitment-about-point__title h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .recruitment-about-point__text {
    margin-top: 20px;
  }
  .recruitment-about-point__number {
    font-size: 30px;
    text-align: center;
  }
  .recruitment-about-point__number span {
    font-size: 12px;
  }
  .recruitment-about-message {
    padding: 30px 10px 10px;
  }
  .recruitment-voice__head {
    margin-bottom: 30px;
    text-align: center;
  }
  .recruitment-voice__head-en {
    font-size: 16px;
  }
  .recruitment-voice__head-ja {
    font-size: 23px;
  }
  .recruitment-voice__head p {
    font-size: 12px;
  }
}
/* ==========================
SP
========================== */
@media (max-width: 767px) {
  .recruitment-voice {
    padding: 50px 0;
  }
  .recruitment-voice__inner {
    padding: 0 20px;
    width: 100%;
  }
  .recruitment-voice__container-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruitment-voice__container-head__ja {
    font-size: 14px;
  }
  .recruitment-voice__container-head__en span:first-child {
    font-size: 20px;
    font-weight: 600;
  }
  .recruitment-voice__container-head__en span:last-child {
    font-size: 25px;
  }
  .recruitment-voice__container-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }
  .recruitment-voice__container-profile img {
    width: 230px;
    margin: -47px auto;
  }
  .recruitment-voice__container-profile-body {
    margin-top: 30px;
    width: 100%;
  }
  .name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .name span {
    font-size: 14px;
  }
  .name p {
    font-size: 20px;
  }
  .recruitment-qa {
    padding: 0 20px 50px;
  }
  .recruitment-qa__content-head {
    font-size: 15px;
    line-height: 1.5;
  }
  .recruitment-qa__content-head::after {
    height: 8px;
  }
  .profile-row dt {
    width: 95px;
  }
  .recruitment-qa__content-text {
    font-size: 12px;
  }
  .recruitment-qa__content-text p + p {
    margin-top: 20px;
  }
}
.recruitment-clinic-info {
  padding: 6.25vw 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}

.recruitment-clinic-info__inner {
  margin: 0 auto;
}

.recruitment-clinic-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125vw;
  margin-bottom: 4.167vw;
}

/* ======================
画像
====================== */
.recruitment-clinic-info__image {
  width: 38%;
}

.recruitment-clinic-info__image img {
  width: 100%;
  display: block;
}

/* ======================
情報
====================== */
.recruitment-clinic-info__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruitment-clinic-info__list {
  margin-bottom: 2.604vw;
}

.recruitment-clinic-info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.083vw;
  margin-bottom: 1.458vw;
}

.recruitment-clinic-info__row dt {
  width: 7.292vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  color: #222;
}

.recruitment-clinic-info__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  line-height: 1.9;
  color: #222;
}

/* ======================
診療時間
====================== */
.recruitment-clinic-time {
  width: 35.833vw;
}

.recruitment-clinic-time__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #9ca09c;
}

.recruitment-clinic-time__table thead th {
  background: #d7ddc8;
  height: 2.604vw;
  font-size: 1.198vw;
  color: #333;
  font-weight: 600;
}

.recruitment-clinic-time__table tbody td {
  height: 4.427vw;
  text-align: center;
  vertical-align: middle;
  font-size: 1.354vw;
  color: #333;
}

.recruitment-clinic-time__table tbody tr:first-child td {
  padding-top: 0.781vw;
}

.recruitment-clinic-time__table tbody tr:last-child td {
  padding-bottom: 0.781vw;
}

/* 時間 */
.recruitment-clinic-time__table td:nth-child(1),
.recruitment-clinic-time__table td:nth-child(2),
.recruitment-clinic-time__table td:nth-child(3) {
  width: 4.688vw;
  font-weight: 600;
}

/* ● */
.recruitment-clinic-time__table td:not(.close):not(.sat):nth-child(n+4) {
  color: #93bb3c;
  font-size: 1.042vw;
  line-height: 1;
}

/* 休 */
.close {
  color: #b86565 !important;
  font-size: 2.4rem;
}

/* 土曜午後 */
.sat {
  line-height: 1.2;
}

.sat span {
  display: block;
  font-size: 1.354vw;
  color: #000;
}

/* 注釈 */
.recruitment-clinic-time__note {
  margin-top: 1.042vw;
  text-align: right;
  font-weight: 700;
  color: #222;
}

/* ======================
MAP
====================== */
.recruitment-clinic-info__map {
  margin-top: 4.167vw;
}

.recruitment-clinic-info__map iframe {
  margin-inline: auto;
  width: 89.01vw;
  height: 33.854vw;
  display: block;
}

/* ======================
SP
====================== */
@media screen and (max-width: 768px) {
  .recruitment-clinic-info {
    padding: 0;
  }
  .recruitment-clinic-info__inner {
    margin: 0 20px;
  }
  .recruitment-clinic-info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .recruitment-clinic-info__image {
    width: 75%;
  }
  .recruitment-clinic-info__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .recruitment-clinic-info__row dt {
    width: auto;
    font-size: 14px;
  }
  .recruitment-clinic-info__row dd {
    font-size: 14px;
  }
  .recruitment-clinic-info__time {
    margin-left: 0;
  }
  .recruitment-clinic-info__map iframe {
    height: 250px;
  }
  .recruitment-clinic-time {
    width: 100%;
  }
  .recruitment-clinic-time__table thead th {
    height: 2.604vw;
    font-size: 14px;
  }
  .recruitment-clinic-time__table tbody td {
    height: 30px;
    font-size: 10px;
  }
  .recruitment-clinic-time__table tbody tr:first-child td {
    padding-top: 0.781vw;
  }
  .recruitment-clinic-time__table tbody tr:last-child td {
    padding-bottom: 0.781vw;
  }
  /* 時間 */
  .recruitment-clinic-time__table td:nth-child(1),
  .recruitment-clinic-time__table td:nth-child(2),
  .recruitment-clinic-time__table td:nth-child(3) {
    width: 30px;
    font-weight: 600;
  }
  /* ● */
  .recruitment-clinic-time__table td:not(.close):not(.sat):nth-child(n+4) {
    font-size: 14px;
  }
  .sat span {
    font-size: 10px;
  }
  .recruitment-clinic-time__note {
    font-size: 10px;
  }
}
.dh-fv .recruitment-fv__content {
  bottom: 2.8vw;
}

.dh-hope {
  background: none;
}
.dh-hope .wish-label {
  background: #47c480;
}
.dh-hope .wish-item {
  border: 3px solid #47c480;
}

.dh-message {
  background: none;
}
.dh-message .recruitment-message__inner {
  margin-inline: 5.208vw;
}
.dh-message .recruitment-message__container:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.dh-message__head {
  margin-bottom: 2.604vw;
  font-size: 1.875vw;
  color: #88ac34;
  position: relative;
  display: inline-block;
}
.dh-message__head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.26vw;
  width: 100%;
  height: 0.8vw;
  background: #fcee3e;
  z-index: -1;
}

.dh-message_text li {
  position: relative;
  padding-left: 1.563vw;
}

.dh-message_text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 0.938vw;
  height: 0.938vw;
  background: url("../img/DH/dh-message_icon.png") no-repeat center/contain;
}

.dh-point .recruitment-point__content:nth-of-type(2n) {
  background: none;
}

.dh-schedule {
  padding-bottom: 5vw;
  background: url(../img/DH/dh-schedule_bg.png) no-repeat center top/cover;
}

.da-fv .recruitment-fv__content {
  bottom: 2.8vw;
}

.da-recruitment {
  margin-top: 7.5vw;
}
.da-recruitment .recruitment-message__body-head {
  padding-top: 4vw;
}

.da-hope {
  padding-top: 0;
  background: none;
}
.da-hope .wish-label {
  background: #f489ba;
}
.da-hope .wish-item {
  border: 3px solid #f9b7d2;
}

.da-message {
  background: url(../img/DA/da-message__bg_1.png) no-repeat center top/cover;
}
.da-message .recruitment-message__img img {
  width: 39.823vw;
}

.da-message__head {
  font-size: 1.875vw;
  margin-bottom: 2.604vw;
  color: #663300;
}
.da-message__head span {
  color: #ec6c1f;
}

.recruitment-voice__container + .recruitment-voice__container {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .dh-fv .recruitment-fv__content {
    position: absolute;
    bottom: 55px;
  }
  .dh-message .recruitment-message__inner {
    margin-inline: 20px;
  }
  .dh-message .recruitment-message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .dh-message .recruitment-message__container:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .dh-message__head {
    font-size: 20px;
  }
  .dh-message__head::after {
    height: 10px;
  }
  .dh-message_text li {
    position: relative;
    padding-left: 20px;
  }
  .dh-message_text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 16px;
    height: 16px;
    background: url("../img/DH/dh-message_icon.png") no-repeat center/contain;
  }
  .dh-schedule {
    padding-bottom: 50px;
  }
  .da-message {
    background: url(../img/DA/da-message__bg_1.png) no-repeat center top/cover;
  }
  .da-message .recruitment-message__img img {
    width: 100%;
  }
  .da-message__head {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .da-fv .recruitment-fv__content {
    position: absolute;
    bottom: 55px;
  }
}