@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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

ol {
  display: none;
}

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

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

body {
  color: #5f6a5c;
  font-family: "Zen Old Mincho", serif;
  font-size: max(12px, 1.1111111111vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  body {
    font-size: min(26px, 3.4666666667vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    padding-bottom: 13.3333333333vw;
  }
}
@media (max-width: 599px) {
  body {
    font-size: min(26px, 3.4666666667vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    padding-bottom: 13.3333333333vw;
  }
}

.over {
  overflow: hidden;
}

.swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

[id] {
  scroll-margin-top: 9.7222222222vw; /* ヘッダー高さ分 */
}
@media (min-width: 600px) and (max-width: 767px) {
  [id] {
    scroll-margin-top: 21.3333333333vw; /* ヘッダー高さ分 */
  }
}
@media (max-width: 599px) {
  [id] {
    scroll-margin-top: 21.3333333333vw; /* ヘッダー高さ分 */
  }
}

.fz48 {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz48 {
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .fz48 {
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}

.fz40 {
  font-size: max(12px, 2.7777777778vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz40 {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
  }
}
@media (max-width: 599px) {
  .fz40 {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
  }
}

.fz36 {
  font-size: max(12px, 2.5vw);
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz36 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .fz36 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.fz32 {
  font-size: max(12px, 2.2222222222vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03125em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz32 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 599px) {
  .fz32 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.fz28 {
  font-size: max(12px, 1.9444444444vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz28 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 599px) {
  .fz28 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}

.fz25 {
  font-size: max(12px, 1.7361111111vw);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz25 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 599px) {
  .fz25 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.fz24 {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz24 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .fz24 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.fz20 {
  font-size: max(12px, 1.3888888889vw);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.11em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz20 {
    font-size: min(36px, 4.8vw);
    font-weight: 500;
    line-height: 1.1111111111;
    letter-spacing: 0.0555555556em;
  }
}
@media (max-width: 599px) {
  .fz20 {
    font-size: min(36px, 4.8vw);
    font-weight: 500;
    line-height: 1.1111111111;
    letter-spacing: 0.0555555556em;
  }
}

.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fz18 {
  font-size: max(12px, 1.25vw);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.0555555556em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz18 {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.0625em;
  }
}
@media (max-width: 599px) {
  .fz18 {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.0625em;
  }
}

.fz16 {
  font-size: max(12px, 1.1111111111vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.0625em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz16 {
    font-size: min(30px, 4vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.0666666667em;
  }
}
@media (max-width: 599px) {
  .fz16 {
    font-size: min(30px, 4vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.0666666667em;
  }
}

.be-none::before {
  display: none;
}

.af-none::after {
  display: none;
}

.bd-none {
  border-bottom: none !important;
}

.row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 600px) and (max-width: 767px) {
  .row-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .row-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cw {
  color: white !important;
}

.cb {
  color: #496044 !important;
}

.cm {
  color: #869a82 !important;
}

.w100 {
  width: 100% !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.ml70 {
  margin-left: 4.8611111111vw !important;
}

.pt0 {
  padding-top: 0 !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 599px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt60 {
  padding-top: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pt60 {
    padding-top: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .pt60 {
    padding-top: 8.5333333333vw;
  }
}

.pl60 {
  padding-left: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pl60 {
    padding-left: 6.4vw;
  }
}
@media (max-width: 599px) {
  .pl60 {
    padding-left: 6.4vw;
  }
}

.pl40 {
  padding-left: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pl40 {
    padding-left: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .pl40 {
    padding-left: 5.3333333333vw;
  }
}

.pl20 {
  padding-left: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pl20 {
    padding-left: 3.2vw;
  }
}
@media (max-width: 599px) {
  .pl20 {
    padding-left: 3.2vw;
  }
}

.mt300 {
  margin-top: 20.8333333333vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt300 {
    margin-top: 32vw !important;
  }
}
@media (max-width: 599px) {
  .mt300 {
    margin-top: 32vw !important;
  }
}

.mt240 {
  margin-top: 16.6666666667vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt240 {
    margin-top: 32vw !important;
  }
}
@media (max-width: 599px) {
  .mt240 {
    margin-top: 32vw !important;
  }
}

.mt180 {
  margin-top: 12.5vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt180 {
    margin-top: 21.3333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt180 {
    margin-top: 21.3333333333vw !important;
  }
}

.mt160 {
  margin-top: 11.1111111111vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt160 {
    margin-top: 21.3333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt160 {
    margin-top: 21.3333333333vw !important;
  }
}

.mt140 {
  margin-top: 9.7222222222vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt140 {
    margin-top: 21.3333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt140 {
    margin-top: 21.3333333333vw !important;
  }
}

.mt120 {
  margin-top: 8.3333333333vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt120 {
    margin-top: 17.0666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt120 {
    margin-top: 17.0666666667vw !important;
  }
}

.mt100 {
  margin-top: 6.9444444444vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt100 {
    margin-top: 12.8vw !important;
  }
}
@media (max-width: 599px) {
  .mt100 {
    margin-top: 12.8vw !important;
  }
}

.mt80 {
  margin-top: 5.5555555556vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt80 {
    margin-top: 10.6666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt80 {
    margin-top: 10.6666666667vw !important;
  }
}

.mt60 {
  margin-top: 4.1666666667vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt60 {
    margin-top: 8vw !important;
  }
}
@media (max-width: 599px) {
  .mt60 {
    margin-top: 8vw !important;
  }
}

.mt50 {
  margin-top: 3.4722222222vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt50 {
    margin-top: 6.4vw !important;
  }
}
@media (max-width: 599px) {
  .mt50 {
    margin-top: 6.4vw !important;
  }
}

.mt40 {
  margin-top: 2.7777777778vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt40 {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt40 {
    margin-top: 4.2666666667vw !important;
  }
}

.mt32 {
  margin-top: 2.2222222222vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt32 {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt32 {
    margin-top: 4.2666666667vw !important;
  }
}

.mt30 {
  margin-top: 2.0833333333vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt30 {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt30 {
    margin-top: 4.2666666667vw !important;
  }
}

.mt24 {
  margin-top: 1.6666666667vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt24 {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt24 {
    margin-top: 4.2666666667vw !important;
  }
}

.mt20 {
  margin-top: 1.3888888889vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
}

.mt16 {
  margin-top: 1.1111111111vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt16 {
    margin-top: 2.1333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt16 {
    margin-top: 2.1333333333vw !important;
  }
}

.mt10 {
  margin-top: 0.6944444444vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt10 {
    margin-top: 2.1333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt10 {
    margin-top: 2.1333333333vw !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.bgm {
  background: #869a82 !important;
}

.bg-bule {
  background: #d5ecfb !important;
}

.c-wf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.wf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 600px) and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 1201px) {
  .u-sp {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .u-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .u-sp {
    display: none;
  }
}

@media (min-width: 1201px) {
  .u-tab {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .u-tab {
    display: none;
  }
}
@media (max-width: 599px) {
  .u-tab {
    display: none;
  }
}

.c-ttlbox {
  text-align: center;
  position: relative;
}

.c-ttl {
  font-size: max(12px, 6.6666666667vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2083333333em;
  color: #869a82;
  text-align: center;
  font-family: "Cinzel", serif;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-ttl {
    font-size: min(96px, 12.8vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .c-ttl {
    font-size: min(96px, 12.8vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.c-subttl {
  font-size: max(12px, 2.2222222222vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-subttl span {
  color: #fad05b;
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-subttl {
    margin-top: 5.3333333333vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.09em;
  }
  .c-subttl span {
    font-size: min(72px, 9.6vw);
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .c-subttl {
    margin-top: 5.3333333333vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.09em;
  }
  .c-subttl span {
    font-size: min(72px, 9.6vw);
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0.1em;
  }
}

.c-main__ttl {
  padding-top: 1.3888888889vw;
  padding-left: 0vw;
  padding-bottom: 3.4722222222vw;
  padding-right: 0vw;
  margin: 0 auto;
  color: white;
  text-align: center;
  font-size: max(12px, 2.7777777778vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 5.5555555556vw;
  background: url(../img/pc/main__ttl.webp) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.c-main__ttl::after {
  position: absolute;
  width: 4.1666666667vw;
  height: 1px;
  bottom: 2.0833333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-main__ttl {
    margin-top: 10.6666666667vw;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding-top: 5.3333333333vw;
    padding-left: 0vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 0vw;
  }
  .c-main__ttl::after {
    width: 10.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .c-main__ttl {
    margin-top: 10.6666666667vw;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding-top: 5.3333333333vw;
    padding-left: 0vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 0vw;
  }
  .c-main__ttl::after {
    width: 10.6666666667vw;
    bottom: 2.6666666667vw;
  }
}

.c-sub__ttl {
  padding-top: 1.3888888889vw;
  padding-left: 6.8055555556vw;
  padding-bottom: 2.6388888889vw;
  padding-right: 0vw;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  border-bottom: 1px solid;
  position: relative;
  z-index: 1;
}
.c-sub__ttl::after {
  position: absolute;
  width: 4.7916666667vw;
  height: 4.1666666667vw;
  top: 0vw;
  left: 0vw;
  background: url(../img/pc/c-sub__ttl.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
.c-sub__ttl {
  margin-top: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-sub__ttl {
    padding-top: 2.6666666667vw;
    padding-left: 8vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 8vw;
  }
  .c-sub__ttl::after {
    width: 6.9333333333vw;
    height: 5.3333333333vw;
    top: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .c-sub__ttl {
    padding-top: 2.6666666667vw;
    padding-left: 8vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 8vw;
  }
  .c-sub__ttl::after {
    width: 6.9333333333vw;
    height: 5.3333333333vw;
    top: 2.1333333333vw;
  }
}

.p-concept__ttl,
.p-medical__ttl {
  font-family: "Cinzel", serif;
  color: #f5f1ec;
}

.p-concept__subttl,
.p-medical__subttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-concept__subttl,
  .p-medical__subttl {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .p-concept__subttl,
  .p-medical__subttl {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.1em;
    margin-top: 0;
  }
}

.p-concept__ttl {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1875em;
}

.c-btn {
  padding-top: 1.3888888889vw;
  padding-left: 4.1666666667vw;
  padding-bottom: 1.3888888889vw;
  padding-right: 7.5vw;
  position: relative;
  background: #496044;
  font-size: max(12px, 1.25vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: white;
  border-radius: 110px;
  z-index: 1;
}
.c-btn::after {
  position: absolute;
  width: 3.6111111111vw;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0vw;
  background: white;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-btn {
    padding-top: 4vw;
    padding-left: 10.6666666667vw;
    padding-bottom: 4vw;
    padding-right: 19.2vw;
    font-size: min(28px, 3.7333333333vw);
    font-weight: 400;
    line-height: 1.2857142857;
    letter-spacing: 0.1em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .c-btn::after {
    width: 13.8666666667vw;
  }
}
@media (max-width: 599px) {
  .c-btn {
    padding-top: 4vw;
    padding-left: 10.6666666667vw;
    padding-bottom: 4vw;
    padding-right: 19.2vw;
    font-size: min(28px, 3.7333333333vw);
    font-weight: 400;
    line-height: 1.2857142857;
    letter-spacing: 0.1em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .c-btn::after {
    width: 13.8666666667vw;
  }
}

.dod li {
  margin-top: 0.6944444444vw;
  padding-left: 1.7361111111vw;
  position: relative;
  z-index: 1;
}
.dod li::after {
  position: absolute;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  top: 0.5555555556vw;
  left: 0vw;
  background: #496044;
  border-radius: 50%;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .dod li {
    margin-top: 2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
  .dod li::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .dod li {
    margin-top: 2.6666666667vw;
    padding-left: 5.3333333333vw;
  }
  .dod li::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 2.1333333333vw;
  }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*------------------------*/
.inner {
  padding-left: 5.5555555556vw !important;
  padding-right: 5.5555555556vw !important;
  padding-top: 4.1666666667vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .inner {
    padding-left: 5.3333333333vw !important;
    padding-right: 5.3333333333vw !important;
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .inner {
    padding-left: 5.3333333333vw !important;
    padding-right: 5.3333333333vw !important;
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

.inner-s {
  padding-left: 8.3333333333vw !important;
  padding-right: 8.3333333333vw !important;
}
@media (min-width: 768px) and (max-width: 999px) {
  .inner-s {
    padding-left: 4.1666666667vw !important;
    padding-right: 4.1666666667vw !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .inner-s {
    padding-left: 4.1666666667vw !important;
    padding-right: 4.1666666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .inner-s {
    padding-left: 5.3333333333vw !important;
    padding-right: 5.3333333333vw !important;
  }
}
@media (max-width: 599px) {
  .inner-s {
    padding-left: 5.3333333333vw !important;
    padding-right: 5.3333333333vw !important;
  }
}

.l-drawer__icon {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  cursor: pointer;
  background: #496044;
  position: relative;
  z-index: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-drawer__icon.is-active .p-drawer__icon--bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 8px;
}
.l-drawer__icon.is-active .p-drawer__icon--bar2 {
  display: none;
}
.l-drawer__icon.is-active .p-drawer__icon--bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.l-drawer__icon--bar {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 2.6666666667vw;
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2,
.p-drawer__icon--bar3 {
  position: absolute;
  width: 6.6666666667vw;
  height: 3px;
  background: white;
  top: 0;
  left: 0;
}

.p-drawer__icon--bar1 {
  top: 0;
}

.p-drawer__icon--bar2 {
  top: 2.1333333333vw;
}

.p-drawer__icon--bar3 {
  top: 4.2666666667vw;
}

.p-drawer__icon--tx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.0666666667vw;
  font-size: min(20px, 2.6666666667vw);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  font-family: "Cinzel", serif;
  color: white;
}

.l-drawer {
  overflow: scroll;
  padding-top: 26.6666666667vw;
  padding-left: 7.4666666667vw;
  padding-bottom: 26.6666666667vw;
  padding-right: 7.4666666667vw;
  width: 78.6666666667vw;
  height: 100%;
  position: fixed;
  background: #fbf6ee;
  right: 0;
  bottom: 0;
  z-index: 299;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-drawer.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.8666666667vw;
}

.p-drawer__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

.p-drawer__item--en {
  color: #496044;
}

.fixed {
  overflow: hidden;
  height: 100%;
}

.p-drawer__item,
.p-drawer__item--active {
  position: relative;
  margin-top: 5.3333333333vw;
}
.p-drawer__item a,
.p-drawer__item--active a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3333333333vw;
}

.p-drawer__item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.p-drawer__item--active::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  border-top: 4vw solid #869a82;
  border-left: 2.1333333333vw solid transparent;
  border-right: 2.1333333333vw solid transparent;
  top: 0.5333333333vw;
  right: -6.4vw;
  content: "";
}
.p-drawer__item--active.is-open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-drawer__links {
  background: #869a82;
  padding-top: 5.3333333333vw;
  padding-left: 8vw;
  padding-bottom: 5.3333333333vw;
  padding-right: 8vw;
  margin-top: 3.2vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: none;
}

.p-drawer__link {
  font-size: min(32px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.0625em;
  color: white;
}
.p-drawer__link:not(:first-child) {
  margin-top: 5.3333333333vw;
}

.to-top {
  position: fixed;
  width: 4.0277777778vw;
  height: 4.0277777778vw;
  bottom: 1.6666666667vw;
  right: 2.9166666667vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 300;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 600px) and (max-width: 767px) {
  .to-top {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    bottom: 26.6666666667vw;
    right: 4.8vw;
  }
  .to-top.is-active {
    display: none;
  }
}
@media (max-width: 599px) {
  .to-top {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    bottom: 26.6666666667vw;
    right: 4.8vw;
  }
  .to-top.is-active {
    display: none;
  }
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}
@media (min-width: 600px) and (max-width: 767px) {
  header {
    position: fixed;
  }
}
@media (max-width: 599px) {
  header {
    position: fixed;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__inner {
    padding-top: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 599px) {
  .l-header__inner {
    padding-top: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header__logo {
  width: 36.3888888889vw;
  height: 6.3888888889vw;
  margin-top: 1.3194444444vw;
  margin-left: 5.5555555556vw;
  margin-bottom: 0vw;
  margin-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__logo {
    width: 60.5333333333vw;
    height: 10.6666666667vw;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .l-header__logo {
    width: 60.5333333333vw;
    height: 10.6666666667vw;
    margin: 0;
  }
}

.l-header__ri {
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__ri {
    display: none;
  }
}
@media (max-width: 599px) {
  .l-header__ri {
    display: none;
  }
}

.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3472222222vw;
}

.c-tel,
.c-web {
  padding-top: 1.9444444444vw;
  padding-left: 2.2222222222vw;
  padding-bottom: 1.9444444444vw;
  padding-right: 2.2222222222vw;
  font-size: max(12px, 1.3888888889vw);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: #496044;
  position: relative;
}
.c-tel::after,
.c-web::after {
  position: absolute;
  bottom: 0.3472222222vw;
  right: 0.3472222222vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.3888888889vw solid transparent;
  border-bottom: 0;
  border-left: 0;
  border-right: 1.3888888889vw solid;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-tel,
  .c-web {
    padding-top: 4.5333333333vw;
    padding-left: 1.8666666667vw;
    padding-bottom: 4.5333333333vw;
    padding-right: 1.8666666667vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: 0.1em;
  }
  .c-tel::after,
  .c-web::after {
    border-top: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid;
  }
}
@media (max-width: 599px) {
  .c-tel,
  .c-web {
    padding-top: 4.5333333333vw;
    padding-left: 1.8666666667vw;
    padding-bottom: 4.5333333333vw;
    padding-right: 1.8666666667vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: 0.1em;
  }
  .c-tel::after,
  .c-web::after {
    border-top: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid;
  }
}

.c-web {
  background: #869a82;
  padding-top: 0.8333333333vw;
  padding-left: 2.7777777778vw;
  padding-bottom: 0.8333333333vw;
  padding-right: 2.7777777778vw;
}
.c-web .tac {
  font-size: max(12px, 1.1111111111vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.0625em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-web {
    padding-top: 1.6vw;
    padding-left: 6.4vw;
    padding-bottom: 1.6vw;
    padding-right: 6.4vw;
  }
  .c-web .tac {
    font-size: min(24px, 3.2vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.0833333333em;
  }
}
@media (max-width: 599px) {
  .c-web {
    padding-top: 1.6vw;
    padding-left: 6.4vw;
    padding-bottom: 1.6vw;
    padding-right: 6.4vw;
  }
  .c-web .tac {
    font-size: min(24px, 3.2vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.0833333333em;
  }
}

.c-web__tx {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.0833333333em;
  padding-left: 2.2916666667vw;
  position: relative;
  z-index: 1;
}
.c-web__tx::after {
  position: absolute;
  width: 1.5972222222vw;
  height: 1.3888888889vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/pc/web.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-web__tx {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.125;
    letter-spacing: 0.1em;
    padding-left: 5.8666666667vw;
  }
  .c-web__tx::after {
    width: 4vw;
    height: 3.4666666667vw;
  }
}
@media (max-width: 599px) {
  .c-web__tx {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.125;
    letter-spacing: 0.1em;
    padding-left: 5.8666666667vw;
  }
  .c-web__tx::after {
    width: 4vw;
    height: 3.4666666667vw;
  }
}

.l-header__add {
  background-color: #baa177;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5555555556vw;
  padding-top: 0.5555555556vw;
  padding-left: 1.9444444444vw;
  padding-bottom: 0.5555555556vw;
  padding-right: 1.9444444444vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
  margin-top: 0.3472222222vw;
  position: relative;
  z-index: 1;
}
.l-header__add::after {
  position: absolute;
  width: 1px;
  height: 2.9861111111vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  content: "";
  z-index: -1;
}
.l-header__add::before {
  position: absolute;
  bottom: 0.3472222222vw;
  right: 0.3472222222vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.3888888889vw solid transparent;
  border-bottom: 0;
  border-left: 0;
  border-right: 1.3888888889vw solid;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__add {
    padding-top: 2.6666666667vw;
    padding-left: 4.5333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 4.5333333333vw;
    gap: 8vw;
    margin-top: 1.3333333333vw;
  }
  .l-header__add::before {
    border-top: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid;
  }
  .l-header__add::after {
    height: 4vw;
  }
}
@media (max-width: 599px) {
  .l-header__add {
    padding-top: 2.6666666667vw;
    padding-left: 4.5333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 4.5333333333vw;
    gap: 8vw;
    margin-top: 1.3333333333vw;
  }
  .l-header__add::before {
    border-top: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid;
  }
  .l-header__add::after {
    height: 4vw;
  }
}

.p-header__add,
.p-header__train {
  padding-left: 2.4305555556vw;
  position: relative;
  z-index: 1;
}
.p-header__add::after,
.p-header__train::after {
  position: absolute;
  width: 1.0416666667vw;
  height: 1.7361111111vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/pc/pin.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-header__add,
  .p-header__train {
    padding-left: 3.7333333333vw;
  }
  .p-header__add::after,
  .p-header__train::after {
    width: 2.4vw;
    height: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .p-header__add,
  .p-header__train {
    padding-left: 3.7333333333vw;
  }
  .p-header__add::after,
  .p-header__train::after {
    width: 2.4vw;
    height: 4.2666666667vw;
  }
}

.p-header__train {
  padding-left: 2.7777777778vw;
}
.p-header__train::after {
  width: 1.3888888889vw;
  height: 1.7361111111vw;
  background: url(../img/pc/train.webp) no-repeat center center/cover;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-header__train {
    padding-left: 4.8vw;
  }
  .p-header__train::after {
    width: 3.4666666667vw;
    height: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .p-header__train {
    padding-left: 4.8vw;
  }
  .p-header__train::after {
    width: 3.4666666667vw;
    height: 4.2666666667vw;
  }
}

/* ============================================
fv
============================================ */
.l-fv {
  position: relative;
  color: white;
}

.l-fv__ttlbox {
  position: absolute;
  bottom: 4.1666666667vw;
  left: 5.5555555556vw;
  z-index: 10;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-fv__ttlbox {
    top: 81.8666666667vw;
    left: 0;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .l-fv__ttlbox {
    top: 81.8666666667vw;
    left: 0;
    text-align: center;
  }
}

.p-fv__ttl {
  font-size: max(12px, 3.8888888889vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.p-fv__ttl span {
  font-size: max(12px, 5.4166666667vw);
  font-weight: 400;
  line-height: 1.1538461538;
  letter-spacing: 0.0717948718em;
}
.p-fv__ttl {
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-fv__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.075em;
  }
  .p-fv__ttl span {
    font-size: min(112px, 14.9333333333vw);
    font-weight: 400;
    line-height: 1.1428571429;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .p-fv__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.075em;
  }
  .p-fv__ttl span {
    font-size: min(112px, 14.9333333333vw);
    font-weight: 400;
    line-height: 1.1428571429;
    letter-spacing: 0.1em;
  }
}

.p-fv__subttl {
  margin-top: 1.3888888889vw;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-fv__subttl {
    margin-top: 2.6666666667vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .p-fv__subttl {
    margin-top: 2.6666666667vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.l-fv__txbox {
  position: absolute;
  z-index: 10;
  bottom: 4.1666666667vw;
  right: 5.5555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-fv__txbox {
    bottom: 18.6666666667vw;
    right: 5.3333333333vw;
    gap: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 599px) {
  .l-fv__txbox {
    bottom: 18.6666666667vw;
    right: 5.3333333333vw;
    gap: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fv__tx {
  position: relative;
  background: url(../img/pc/fv-txbox.webp) no-repeat center center/cover;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
}
.p-fv__tx p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
.p-fv__tx span {
  font-size: max(12px, 1.3888888889vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-fv__tx {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
  .p-fv__tx p {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-fv__tx {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
  .p-fv__tx p {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

/* ============================================
nav
============================================ */
.l-nav {
  padding-top: 2.0833333333vw;
  padding-left: 0vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 0vw;
  position: relative;
  z-index: 10;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-nav {
    display: none;
  }
}
@media (max-width: 599px) {
  .l-nav {
    display: none;
  }
}

.l-global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: white;
  z-index: 300;
}

.l-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.5555555556vw;
}

.p-nav__item {
  text-align: center;
  font-size: max(12px, 1.25vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}

.p-nav__item--en {
  color: #496044;
  font-family: "Cinzel", serif;
}

.l-menu__drawer {
  position: relative;
  cursor: pointer;
}

.pc-drawer {
  position: relative;
  padding-right: 1.7361111111vw;
}
.pc-drawer::after {
  position: absolute;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/pc/sankaku.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
.pc-drawer.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.pc-drawer__items {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4.1666666667vw;
  background: #496044;
  padding-top: 1.1111111111vw;
  padding-left: 1.1111111111vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  display: none;
  text-align: left;
}
.pc-drawer__items.is-active {
  display: block;
  -webkit-transition: all 0.2s ease-out 0.2s;
  transition: all 0.2s ease-out 0.2s;
  opacity: 0.92;
}

.pc-drawer__item {
  font-size: max(12px, 0.9722222222vw);
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.0357142857em;
  white-space: nowrap;
  color: white;
  position: relative;
  margin-top: 1.1111111111vw;
}

/* ============================================
news
============================================ */
.l-news {
  padding-top: 0vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 5.5555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fbf6ee;
  position: relative;
}
@media (min-width: 768px) and (max-width: 999px) {
  .l-news {
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}

.l-news__box,
.l-news__box02 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 4.1666666667vw;
  padding-left: 2.7777777778vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news__box,
  .l-news__box02 {
    padding-top: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-news__box,
  .l-news__box02 {
    padding-top: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 2.6666666667vw;
  }
}

.p-news__ttl {
  padding-bottom: 0.6944444444vw;
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cinzel", serif;
  color: #869a82;
  border-bottom: 2px solid;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-news__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-bottom: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-news__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-bottom: 2.6666666667vw;
  }
}

.l-news__items {
  height: 20.8333333333vw;
  overflow-y: scroll;
  background: white;
  padding-top: 2.7777777778vw;
  padding-left: 2.7777777778vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 2.7777777778vw;
  margin-top: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news__items {
    height: 93.3333333333vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-news__items {
    height: 93.3333333333vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}

.l-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
  }
}

.c-schedule {
  padding-top: 1.3888888889vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 1.3888888889vw;
  padding-right: 5.5555555556vw;
  background: #869a82;
  color: white;
  margin-top: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-schedule {
    padding-top: 5.3333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .c-schedule {
    padding-top: 5.3333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}

.c-schedule__table {
  border-collapse: collapse;
  display: block;
}
.c-schedule__table tr {
  border-bottom: 1px solid;
}

.c-schedule__header,
.c-schedule__data,
.c-schedule__time {
  padding-top: 0.6944444444vw;
  padding-left: 0.6944444444vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 0.6944444444vw;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-schedule__header,
  .c-schedule__data,
  .c-schedule__time {
    padding-top: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .c-schedule__header,
  .c-schedule__data,
  .c-schedule__time {
    padding-top: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}

.c-schedule__time,
.c-top {
  text-align: left;
  padding-left: 0;
}

.c-schedule__note {
  margin-top: 0.6944444444vw;
}

.l-concept {
  padding-top: 5.5555555556vw;
  padding-left: 9.7222222222vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 9.7222222222vw;
  background: url(../img/pc/concept-bg.webp) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-concept {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-concept {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.l-concept__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5555555556vw;
  margin-top: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-concept__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-concept__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    margin-top: 5.3333333333vw;
  }
}

.l-concept__le {
  width: 36.1111111111vw;
  height: 38.8888888889vw;
  -webkit-box-shadow: 0.4166666667vw 0.4166666667vw 0 0 #baa177;
          box-shadow: 0.4166666667vw 0.4166666667vw 0 0 #baa177;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-concept__le {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 1.6vw 1.6vw 0 0 #baa177;
            box-shadow: 1.6vw 1.6vw 0 0 #baa177;
  }
}
@media (max-width: 599px) {
  .l-concept__le {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 1.6vw 1.6vw 0 0 #baa177;
            box-shadow: 1.6vw 1.6vw 0 0 #baa177;
  }
}

.l-concept__ri {
  width: calc(100% - 41.6666666667vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-concept__ri {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-concept__ri {
    width: 100%;
  }
}

.p-concept__ri--ttl {
  font-size: max(12px, 2.7777777778vw);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-concept__ri--ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .p-concept__ri--ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.p-concept__ri--tx {
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-concept__ri--tx {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .p-concept__ri--tx {
    margin-top: 5.3333333333vw;
  }
}

.p-concept__youtube {
  margin: 0 auto;
  margin-top: 4.1666666667vw;
  width: 55.5555555556vw;
  height: 32.2916666667vw;
}
.p-concept__youtube iframe {
  width: 100%;
  height: 32.2916666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-concept__youtube {
    margin-top: 8vw;
    height: 52vw;
    width: 100%;
  }
  .p-concept__youtube iframe {
    height: 52vw;
  }
}
@media (max-width: 599px) {
  .p-concept__youtube {
    margin-top: 8vw;
    height: 52vw;
    width: 100%;
  }
  .p-concept__youtube iframe {
    height: 52vw;
  }
}

/* ============================================
feature
============================================ */
.l-feature {
  padding-top: 2.9861111111vw;
  background: white;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature {
    padding-top: 10.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-feature {
    padding-top: 10.6666666667vw;
  }
}

.l-feature01 {
  position: relative;
  padding-top: 2.7777777778vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 5.5555555556vw;
  background-color: #fbf6ee;
  margin-top: 8.3333333333vw;
  z-index: 1;
}
.l-feature01::after {
  position: absolute;
  width: 17.3611111111vw;
  height: 19.0277777778vw;
  top: 2.7777777778vw;
  left: 1.3888888889vw;
  background: url(../img/pc/feature01-asi.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature01 {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .l-feature01::after {
    width: 32.8vw;
    height: 35.7333333333vw;
    top: 74.6666666667vw;
    left: -3.4666666667vw;
  }
}
@media (max-width: 599px) {
  .l-feature01 {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .l-feature01::after {
    width: 32.8vw;
    height: 35.7333333333vw;
    top: 74.6666666667vw;
    left: -3.4666666667vw;
  }
}

.p-feature__subttl {
  position: relative;
}

.l-feature01__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature01__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 22.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-feature01__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 22.6666666667vw;
  }
}

.l-feature01__le {
  width: calc(100% - 50vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature01__le {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-feature01__le {
    width: 100%;
  }
}

.p-feature__number {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5f6a5c;
  font-size: max(12px, 6.6666666667vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.p-feature__number p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き・右から左 */
  font-size: max(12px, 1.3888888889vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.p-feature__number span {
  color: #c6b18e;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature__number {
    font-size: min(96px, 12.8vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-feature__number p {
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .p-feature__number {
    font-size: min(96px, 12.8vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-feature__number p {
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 2.1333333333vw;
  }
}

.p-feature01__ttl,
.p-feature02__ttl,
.p-feature03__ttl {
  padding-bottom: 1.3888888889vw;
  color: #c6b18e;
  border-bottom: 1px solid;
  font-size: max(12px, 2.2222222222vw);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-feature01__ttl span,
.p-feature02__ttl span,
.p-feature03__ttl span {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #5f6a5c;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature01__ttl,
  .p-feature02__ttl,
  .p-feature03__ttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-bottom: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-feature01__ttl span,
  .p-feature02__ttl span,
  .p-feature03__ttl span {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-feature01__ttl,
  .p-feature02__ttl,
  .p-feature03__ttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-bottom: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-feature01__ttl span,
  .p-feature02__ttl span,
  .p-feature03__ttl span {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.l-feature01__ri {
  width: 44.4444444444vw;
  height: 30.7638888889vw;
  position: relative;
  top: -6.9444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature01__ri {
    width: 100%;
    height: auto;
    top: 0;
  }
}
@media (max-width: 599px) {
  .l-feature01__ri {
    width: 100%;
    height: auto;
    top: 0;
  }
}

.l-feature01__txbox {
  position: absolute;
  bottom: -6.9444444444vw;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature01__txbox {
    gap: 4vw;
    bottom: -17.3333333333vw;
    right: 5.3333333333vw;
  }
  .l-feature01__txbox .p-fv__tx {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-feature01__txbox {
    gap: 4vw;
    bottom: -17.3333333333vw;
    right: 5.3333333333vw;
  }
  .l-feature01__txbox .p-fv__tx {
    width: 37.3333333333vw;
    height: 37.3333333333vw;
  }
}

.l-feature02 {
  padding-top: 0vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 0vw;
  padding-right: 8.0555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5555555556vw;
  background-color: #e5f0e3;
  margin-top: 8.3333333333vw;
  position: relative;
  z-index: 1;
}
.l-feature02 .p-feature__number span {
  color: #95b78e;
}
.l-feature02 .p-feature02__ttl {
  color: #5c8455;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature02 {
    padding-top: 13.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 13.3333333333vw;
    padding-right: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-feature02 {
    padding-top: 13.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 13.3333333333vw;
    padding-right: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.l-feature02__le {
  width: 41.9444444444vw;
  height: 41.9444444444vw;
  top: -4.1666666667vw;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature02__le {
    width: 100%;
    height: auto;
    top: 0;
  }
}
@media (max-width: 599px) {
  .l-feature02__le {
    width: 100%;
    height: auto;
    top: 0;
  }
}

.l-feature02__ri {
  width: 38.8888888889vw;
  height: 24.8611111111vw;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature02__ri {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .l-feature02__ri {
    width: 100%;
    height: auto;
  }
}

.p-feature02__asi {
  width: 29.7916666667vw;
  height: 19.0972222222vw;
  position: absolute;
  top: 0.8333333333vw;
  right: -4.4444444444vw;
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature02__asi {
    width: 58.4vw;
    height: 37.6vw;
    top: 10.6666666667vw;
    right: -9.3333333333vw;
  }
}
@media (max-width: 599px) {
  .p-feature02__asi {
    width: 58.4vw;
    height: 37.6vw;
    top: 10.6666666667vw;
    right: -9.3333333333vw;
  }
}

.l-feature03 {
  padding-top: 4.1666666667vw;
  padding-left: 11.1111111111vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 5.5555555556vw;
  position: relative;
  margin-top: 4.1666666667vw;
  z-index: 10;
  background: url(../img/pc/feature03-bg.webp) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.l-feature03::after {
  position: absolute;
  width: 16.0416666667vw;
  height: 21.25vw;
  top: 1.3888888889vw;
  left: -1.3888888889vw;
  background: url(../img/pc/feature03-asi.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature03 {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    background: url(../img/sp/feature03-bg.webp) no-repeat center center/cover;
  }
  .l-feature03::after {
    width: 28.2666666667vw;
    height: 37.6vw;
    top: 69.3333333333vw;
    left: -1.6vw;
  }
}
@media (max-width: 599px) {
  .l-feature03 {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    background: url(../img/sp/feature03-bg.webp) no-repeat center center/cover;
  }
  .l-feature03::after {
    width: 28.2666666667vw;
    height: 37.6vw;
    top: 69.3333333333vw;
    left: -1.6vw;
  }
}

.l-feature03__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature03__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 17.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-feature03__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 17.3333333333vw;
  }
}

.l-feature03__le {
  width: calc(100% - 44.4444444444vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature03__le {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-feature03__le {
    width: 100%;
  }
}

.l-feature03__ri {
  width: 38.8888888889vw;
  height: 25vw;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature03__ri {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .l-feature03__ri {
    width: 100%;
    height: auto;
  }
}

.l-feature03__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3888888889vw;
  position: absolute;
  bottom: -3.8194444444vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature03__items {
    gap: 1.3333333333vw;
    bottom: -12vw;
  }
}
@media (max-width: 599px) {
  .l-feature03__items {
    gap: 1.3333333333vw;
    bottom: -12vw;
  }
}

.l-feature03__item {
  font-size: max(12px, 1.25vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background-color: #869a82;
  border-radius: 50%;
  position: relative;
}
.l-feature03__item p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature03__item {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .l-feature03__item {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

.l-feature__row {
  margin-top: 4.1666666667vw;
  position: relative;
  z-index: 1;
}
.l-feature__row::after {
  position: absolute;
  width: 100%;
  height: 34.7222222222vw;
  bottom: 0;
  left: 0;
  background: url(../img/pc/feature-row-bg.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature__row {
    margin-top: 0vw;
    background: url(../img/sp/feature-row-bg.webp) no-repeat center center/cover;
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .l-feature__row::after {
    display: none;
  }
}
@media (max-width: 599px) {
  .l-feature__row {
    margin-top: 0vw;
    background: url(../img/sp/feature-row-bg.webp) no-repeat center center/cover;
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
  .l-feature__row::after {
    display: none;
  }
}

.l-feature__row--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
  padding-bottom: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature__row--items {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  .l-feature__row--items {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding-bottom: 0;
  }
}

.l-feature__row--item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-feature__row--txbox,
.l-feature__row--txbox05 {
  background-color: #fbf6ee;
  padding-top: 2.7777777778vw;
  padding-left: 2.0833333333vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 2.0833333333vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature__row--txbox,
  .l-feature__row--txbox05 {
    padding-top: 5.3333333333vw;
    padding-left: 8vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 8vw;
  }
}
@media (max-width: 599px) {
  .l-feature__row--txbox,
  .l-feature__row--txbox05 {
    padding-top: 5.3333333333vw;
    padding-left: 8vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 8vw;
  }
}

.l-feature__row--txbox05 {
  background-color: #e5f0e3;
}
.l-feature__row--txbox05 .p-feature__number span {
  color: #95b78e;
}
.l-feature__row--txbox05 .p-feature__row--item--ttl {
  color: #5c8455;
}

.p-feature__row--item--ttl {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  color: #9f8253;
  border-bottom: 1px solid;
  padding-bottom: 1.3888888889vw;
  text-align: center;
  margin-top: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature__row--item--ttl {
    margin-top: 5.3333333333vw;
    font-size: min(36px, 4.8vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    padding-bottom: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .p-feature__row--item--ttl {
    margin-top: 5.3333333333vw;
    font-size: min(36px, 4.8vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    padding-bottom: 5.3333333333vw;
  }
}

/* ============================================
clinic
============================================ */
.l-clinic {
  position: relative;
  margin-top: 5.5555555556vw;
}

.l-clinic__item:nth-child(2n) {
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-clinic__item:nth-child(2n) {
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-clinic__item:nth-child(2n) {
    margin-top: 10.6666666667vw;
  }
}

.l-clinic__btnbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

/* ============================================
mana
============================================ */
.l-mana {
  padding-top: 6.0416666667vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 0vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-mana {
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-mana {
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}

.l-mana__inner {
  background: url(../img/pc/mana-bg.webp) no-repeat center center/contain;
  padding-top: 5.5555555556vw;
  padding-left: 11.8055555556vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 11.8055555556vw;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-mana__inner {
    padding-top: 10.6666666667vw;
    padding-left: 8vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 8vw;
    background: url(../img/sp/mana-bg.webp) no-repeat center center/contain;
  }
}
@media (max-width: 599px) {
  .l-mana__inner {
    padding-top: 10.6666666667vw;
    padding-left: 8vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 8vw;
    background: url(../img/sp/mana-bg.webp) no-repeat center center/contain;
  }
}

.p-mana__ttl {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: #95b78e;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-mana__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .p-mana__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.1em;
  }
}

.p-mana__subttl {
  margin-top: 1.6666666667vw;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-mana__subttl {
    margin-top: 2.6666666667vw;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .p-mana__subttl {
    margin-top: 2.6666666667vw;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0.1em;
  }
}

.p-mana__subttl02 {
  margin-top: 2.0833333333vw;
  font-size: max(12px, 2.2222222222vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-mana__subttl02 {
    margin-top: 5.3333333333vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .p-mana__subttl02 {
    margin-top: 5.3333333333vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.p-mana__tx {
  margin-top: 2.0833333333vw;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-mana__tx {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .p-mana__tx {
    margin-top: 5.3333333333vw;
  }
}

.l-mana__btnbox {
  margin-top: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-mana__btnbox {
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-mana__btnbox {
    margin-top: 5.3333333333vw;
  }
}

/* ============================================
medical
============================================ */
.l-medical {
  margin-top: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-medical {
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-medical {
    margin-top: 10.6666666667vw;
  }
}

.l-medical__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.0833333333vw 1.8055555556vw;
  background: #FBF6EE;
  padding-top: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 5.5555555556vw;
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-medical__items {
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw 6.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-medical__items {
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6666666667vw 6.6666666667vw;
  }
}

.p-medical__item {
  padding-top: 2.3611111111vw;
  padding-left: 6.25vw;
  padding-bottom: 2.3611111111vw;
  padding-right: 0vw;
  color: white;
}
.p-medical__item:nth-child(1) {
  background: url(../img/pc/medical-icon01.webp) no-repeat center center/cover;
}
.p-medical__item:nth-child(2) {
  background: url(../img/pc/medical-icon02.webp) no-repeat center center/cover;
}
.p-medical__item:nth-child(3) {
  background: url(../img/pc/medical-icon03.webp) no-repeat center center/cover;
}
.p-medical__item:nth-child(4) {
  background: url(../img/pc/medical-icon04.webp) no-repeat center center/cover;
}
.p-medical__item:nth-child(5) {
  background: url(../img/pc/medical-icon05.webp) no-repeat center center/cover;
}
.p-medical__item:nth-child(6) {
  background: url(../img/pc/medical-icon06.webp) no-repeat center center/cover;
}
.p-medical__item:nth-child(7) {
  background: url(../img/pc/medical-icon07.webp) no-repeat center center/cover;
}
.p-medical__item:nth-child(8) {
  background: url(../img/pc/medical-icon08.webp) no-repeat center center/cover;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-medical__item {
    padding-top: 4.5333333333vw;
    padding-left: 9.6vw;
    padding-bottom: 4.5333333333vw;
    padding-right: 0vw;
    font-size: min(26px, 3.4666666667vw);
    font-weight: 400;
    line-height: 1.3846153846;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .p-medical__item {
    padding-top: 4.5333333333vw;
    padding-left: 9.6vw;
    padding-bottom: 4.5333333333vw;
    padding-right: 0vw;
    font-size: min(26px, 3.4666666667vw);
    font-weight: 400;
    line-height: 1.3846153846;
    letter-spacing: 0.1em;
  }
}

/* ============================================
inst
============================================ */
.l-inst {
  padding-top: 4.1666666667vw;
  padding-left: 6.5972222222vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 6.5972222222vw;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-inst {
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 8vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-inst {
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 8vw;
    padding-right: 0vw;
  }
}

.p-inst__ttl {
  text-align: center;
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-family: "Cinzel", serif;
  color: #95b78e;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-inst__ttl {
    font-size: min(80px, 10.6666666667vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .p-inst__ttl {
    font-size: min(80px, 10.6666666667vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}

.p-inst__asi01 {
  position: absolute;
  width: 10.6944444444vw;
  height: 14.7222222222vw;
  left: -1.25vw;
  top: -5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-inst__asi01 {
    width: 19.7333333333vw;
    height: 27.4666666667vw;
    top: -6.6666666667vw;
    left: -1.0666666667vw;
  }
}
@media (max-width: 599px) {
  .p-inst__asi01 {
    width: 19.7333333333vw;
    height: 27.4666666667vw;
    top: -6.6666666667vw;
    left: -1.0666666667vw;
  }
}

.p-inst__asi02 {
  position: absolute;
  width: 11.6666666667vw;
  height: 11.3194444444vw;
  right: -2.2222222222vw;
  top: -4.8611111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-inst__asi02 {
    width: 21.6vw;
    height: 21.0666666667vw;
    right: -1.0666666667vw;
    top: -6.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-inst__asi02 {
    width: 21.6vw;
    height: 21.0666666667vw;
    right: -1.0666666667vw;
    top: -6.6666666667vw;
  }
}

.l-footer__inner {
  background: #FBF6EE;
  padding-top: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 8vw;
  }
}
@media (max-width: 599px) {
  .l-footer__inner {
    padding-top: 8vw;
  }
}

.l-footer__logo {
  width: 36.3888888889vw;
  height: 6.3888888889vw;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__logo {
    width: 75.7333333333vw;
    height: 13.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-footer__logo {
    width: 75.7333333333vw;
    height: 13.3333333333vw;
  }
}

.l-footer__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.7777777778vw;
  margin-top: 3.4722222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-footer__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.l-footer__le {
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__le {
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-footer__le {
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}

.l-footer__sns {
  margin-top: 1.3888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6944444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-footer__sns {
    margin-top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}

.p-inst {
  width: 5.5555555556vw;
  height: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-inst {
    width: 16vw;
    height: 16vw;
  }
}
@media (max-width: 599px) {
  .p-inst {
    width: 16vw;
    height: 16vw;
  }
}

.p-youtube {
  width: 10.6944444444vw;
  height: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-youtube {
    width: 37.3333333333vw;
    height: 16vw;
  }
}
@media (max-width: 599px) {
  .p-youtube {
    width: 37.3333333333vw;
    height: 16vw;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__ri {
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-footer__ri {
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}

.l-footer-schedule__table {
  background: #869a82;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 1.3888888889vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 1.3888888889vw;
  padding-right: 5.5555555556vw;
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer-schedule__table {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-footer-schedule__table {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.l-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2222222222vw;
  padding-top: 1.5277777778vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}

.l-map {
  width: 100%;
  height: 43.9583333333vw;
}
.l-map iframe {
  width: 100%;
  height: 43.9583333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-map {
    height: 128vw;
  }
  .l-map iframe {
    height: 128vw;
  }
}
@media (max-width: 599px) {
  .l-map {
    height: 128vw;
  }
  .l-map iframe {
    height: 128vw;
  }
}

.l-footer__bg {
  background: url(../img/pc/footer-bg.webp) no-repeat center center/cover;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__bg {
    background: url(../img/sp/footer-bg.webp) no-repeat center center/cover;
  }
}
@media (max-width: 599px) {
  .l-footer__bg {
    background: url(../img/sp/footer-bg.webp) no-repeat center center/cover;
  }
}

.l-footer__links {
  color: white;
  padding-top: 4.1666666667vw;
  padding-left: 19.4444444444vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 19.4444444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}

.l-footer__link01 {
  width: 16.6666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__link01 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-footer__link01 {
    width: 100%;
  }
}

.p-footer__link--ttl {
  padding-bottom: 1.3888888889vw;
  border-bottom: 1px solid;
  font-size: max(12px, 2.2222222222vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-family: "Cinzel", serif;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-footer__link--ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.3125;
    letter-spacing: 0.1em;
    padding-bottom: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-footer__link--ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.3125;
    letter-spacing: 0.1em;
    padding-bottom: 2.6666666667vw;
  }
}

.l-footer__items01 {
  margin-top: 0.6944444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__items01 {
    margin-top: 4vw;
    gap: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-footer__items01 {
    margin-top: 4vw;
    gap: 5.3333333333vw;
  }
}

.p-footer__item {
  padding-left: 2.4305555556vw;
  position: relative;
}
.p-footer__item::before {
  position: absolute;
  width: 1.7361111111vw;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: white;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-footer__item {
    padding-left: 6.6666666667vw;
    font-size: min(30px, 4vw);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-footer__item::before {
    width: 4vw;
  }
}
@media (max-width: 599px) {
  .p-footer__item {
    padding-left: 6.6666666667vw;
    font-size: min(30px, 4vw);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .p-footer__item::before {
    width: 4vw;
  }
}

.l-footer__link02 {
  width: calc(100% - 22.2222222222vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__link02 {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-footer__link02 {
    width: 100%;
  }
}

.l-footer__items02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3888888889vw;
  margin-top: 0.6944444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__items02 {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 4vw;
  }
}
@media (max-width: 599px) {
  .l-footer__items02 {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 4vw;
  }
}

.l-footer__copy {
  padding-bottom: 2.0833333333vw;
  text-align: center;
  color: white;
  font-size: max(12px, 0.9027777778vw);
  font-weight: 400;
  line-height: 1.3846153846;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__copy {
    font-size: min(24px, 3.2vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 8vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-footer__copy {
    font-size: min(24px, 3.2vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 8vw;
    padding-right: 0vw;
  }
}

.l-fix {
  display: none;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.3333333333vw;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 300;
  }
}
@media (max-width: 599px) {
  .l-fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.3333333333vw;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 300;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .p-fix01 {
    width: 21.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media (max-width: 599px) {
  .p-fix01 {
    width: 21.3333333333vw;
    height: 13.3333333333vw;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .p-fix02 {
    width: 32vw;
    height: 13.3333333333vw;
  }
}
@media (max-width: 599px) {
  .p-fix02 {
    width: 32vw;
    height: 13.3333333333vw;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .p-fix03 {
    width: 33.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media (max-width: 599px) {
  .p-fix03 {
    width: 33.3333333333vw;
    height: 13.3333333333vw;
  }
}

.c-fv {
  background: url(../img/pc/c-fv.webp) no-repeat center center/cover;
  padding-top: 17.0138888889vw;
  padding-left: 0vw;
  padding-bottom: 9.0277777778vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fv {
    padding-top: 48vw;
    padding-left: 0vw;
    padding-bottom: 32vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .c-fv {
    padding-top: 48vw;
    padding-left: 0vw;
    padding-bottom: 32vw;
    padding-right: 0vw;
  }
}

.c-fv__ttlbox {
  text-align: center;
  color: white;
}

.c-fv__ttl {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fv__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .c-fv__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.c-fv__subttl {
  margin-top: 1.3888888889vw;
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fv__subttl {
    margin-top: 3.2vw;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 599px) {
  .c-fv__subttl {
    margin-top: 3.2vw;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

/* ============================================
qa
============================================ */
.l-qa__box {
  background-color: #e5f0e3;
  padding-top: 4.1666666667vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 5.5555555556vw;
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-qa__box {
    padding-top: 8vw;
    padding-left: 3.2vw;
    padding-bottom: 8vw;
    padding-right: 3.2vw;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .l-qa__box {
    padding-top: 8vw;
    padding-left: 3.2vw;
    padding-bottom: 8vw;
    padding-right: 3.2vw;
    margin-top: 8vw;
  }
}

.l-qa__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-qa__items {
    gap: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-qa__items {
    gap: 5.3333333333vw;
  }
}

.l-qa__item {
  background: white;
  padding-top: 2.7777777778vw;
  padding-left: 2.0833333333vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 2.0833333333vw;
}

.p-qa__q,
.p-qa__a {
  background: white;
  font-size: max(12px, 1.3888888889vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  padding-top: 0.6944444444vw;
  padding-left: 3.1944444444vw;
  padding-bottom: 0vw;
  padding-right: 3.1944444444vw;
  position: relative;
  z-index: 1;
}
.p-qa__q::after,
.p-qa__a::after {
  position: absolute;
  width: 1.8055555556vw;
  height: 1.8055555556vw;
  top: 0.6944444444vw;
  left: 0vw;
  content: "Q.";
  color: #496044;
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-qa__q,
  .p-qa__a {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
    padding-top: 3.2vw;
    padding-left: 6.4vw;
    padding-bottom: 3.2vw;
    padding-right: 3.2vw;
  }
  .p-qa__q::after,
  .p-qa__a::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 3.2vw;
  }
}
@media (max-width: 599px) {
  .p-qa__q,
  .p-qa__a {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0em;
    padding-top: 3.2vw;
    padding-left: 6.4vw;
    padding-bottom: 3.2vw;
    padding-right: 3.2vw;
  }
  .p-qa__q::after,
  .p-qa__a::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 3.2vw;
  }
}

.p-qa__q {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.p-qa__q::before {
  position: absolute;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  top: 50%;
  right: 1.3888888889vw;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-qa__q::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .p-qa__q::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.p-qa__q.is-open::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-qa__a {
  margin-top: 2.7777777778vw;
}
.p-qa__a span {
  color: red;
}
.p-qa__a::after {
  content: "A.";
  color: #baa176;
}
.p-qa__a {
  display: none;
}

.l-Clinic01__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3333333333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 11.25vw;
  padding-left: 0vw;
  padding-bottom: 11.25vw;
  padding-right: 0vw;
  position: relative;
  z-index: 1;
}
.l-Clinic01__fx::after {
  position: absolute;
  width: 38.8888888889vw;
  height: 31.3194444444vw;
  top: 6.25vw;
  left: 0vw;
  background: url(../img/pc/clinic-icon.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic01__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-left: 0vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 0vw;
  }
  .l-Clinic01__fx::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}
@media (max-width: 599px) {
  .l-Clinic01__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-left: 0vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 0vw;
  }
  .l-Clinic01__fx::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}

.l-Clinic01__le {
  width: calc(100% - 47.7777777778vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic01__le {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-Clinic01__le {
    width: 100%;
  }
}

.l-Clinic01__ri {
  width: 44.4444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic01__ri {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-Clinic01__ri {
    width: 100%;
  }
}

.l-Clinic01__items {
  margin-top: 2.7777777778vw;
  margin-left: 5.5555555556vw;
  margin-bottom: 0vw;
  margin-right: 5.5555555556vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 999px) {
  .l-Clinic01__items {
    margin-top: 2.7777777778vw;
    margin-left: 0vw;
    margin-bottom: 0vw;
    margin-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic01__items {
    grid-template-columns: 1fr;
    gap: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic01__items {
    grid-template-columns: 1fr;
    gap: 3.2vw;
  }
}

.l-Clinic01__item,
.l-Clinic05__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  border-bottom: 1px solid;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic01__item,
  .l-Clinic05__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .l-Clinic01__item,
  .l-Clinic05__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-Clinic01__item--ttl,
.p-Clinic05__item--ttl {
  width: 11.8055555556vw;
  text-align: center;
  background: #496044;
  padding-top: 0.6944444444vw;
  padding-left: 2.0833333333vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 2.0833333333vw;
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-Clinic01__item--ttl,
  .p-Clinic05__item--ttl {
    width: 16.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic01__item--ttl,
  .p-Clinic05__item--ttl {
    width: 100%;
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .p-Clinic01__item--ttl,
  .p-Clinic05__item--ttl {
    width: 100%;
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    text-align: left;
  }
}

.p-Clinic01__item--tx,
.p-Clinic05__item--tx {
  background: #869a82;
  width: calc(100% - 11.8055555556vw);
  padding-top: 0.6944444444vw;
  padding-left: 1.1111111111vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 1.1111111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic01__item--tx,
  .p-Clinic05__item--tx {
    width: 100%;
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-Clinic01__item--tx,
  .p-Clinic05__item--tx {
    width: 100%;
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.p-Clinic01__youtube {
  margin: 0 auto;
  margin-top: 5.5555555556vw;
  width: 55.5555555556vw;
  height: 32.2916666667vw;
}
.p-Clinic01__youtube iframe {
  width: 100%;
  height: 32.2916666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic01__youtube {
    margin-top: 10.6666666667vw;
    width: 100%;
    height: 80vw;
  }
  .p-Clinic01__youtube iframe {
    height: 80vw;
  }
}
@media (max-width: 599px) {
  .p-Clinic01__youtube {
    margin-top: 10.6666666667vw;
    width: 100%;
    height: 80vw;
  }
  .p-Clinic01__youtube iframe {
    height: 80vw;
  }
}

.l-Clinic02__box {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 99.4vw;
  margin-top: 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5555555556vw;
  padding-left: 11.1111111111vw;
  background: #FBF6EE;
}
.l-Clinic02__box:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 11.1111111111vw;
  background-color: #e5f0e3;
}
.l-Clinic02__box:nth-child(2n) span {
  color: #95b78e;
}
.l-Clinic02__box:nth-child(2n) .p-Clinic02__ttl {
  color: #95b78e;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic02__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding-left: 0;
  }
  .l-Clinic02__box:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .l-Clinic02__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    padding-left: 0;
  }
  .l-Clinic02__box:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}

.p-Clinic02-01-asi {
  width: 12.6388888889vw;
  height: 13.8194444444vw;
  position: absolute;
  top: 0.8333333333vw;
  left: 0;
}

.p-Clinic02-02-asi {
  width: 20.4861111111vw;
  height: 13.125vw;
  position: absolute;
  top: 0.3472222222vw;
  right: -2.4305555556vw;
}

.p-Clinic02-03-asi {
  width: 9.9305555556vw;
  height: 13.125vw;
  position: absolute;
  top: 0.3472222222vw;
  left: 0;
}

.p-Clinic02-04-asi {
  width: 10.6944444444vw;
  height: 14.7222222222vw;
  position: absolute;
  top: 0.3472222222vw;
  right: 0;
}

.l-Clinic02__txbox {
  position: relative;
  width: calc(100% - 50vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic02__txbox {
    width: 100%;
    padding-top: 16vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic02__txbox {
    width: 100%;
    padding-top: 16vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}

.p-Clinic02__number {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Cinzel", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6944444444vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-Clinic02__number span {
  color: #c6b18e;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic02__number {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    top: -6.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-Clinic02__number {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    top: -6.6666666667vw;
  }
}

.p-Clinic02__ttl {
  color: #9f8253;
  padding-bottom: 1.3888888889vw;
  border-bottom: 1px solid;
}

.l-Clinic02__img {
  width: 44.4444444444vw;
  height: 30.5555555556vw;
  position: relative;
  top: -4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic02__img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }
}
@media (max-width: 599px) {
  .l-Clinic02__img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }
}

.l-Clinic03__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0416666667vw;
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic03__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic03__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}

.l-Clinic03__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.4722222222vw;
  margin-top: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic03__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic03__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16vw;
    margin-top: 10.6666666667vw;
  }
}

.l-Clinic03__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic03__item {
    gap: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic03__item {
    gap: 2.6666666667vw;
  }
}

.l-Clinic03__item--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-Clinic03__item--name .p-Clinic03__name--en {
  color: #869a82;
}

.l-Clinic03__table {
  border-collapse: collapse;
  table-layout: fixed;
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic03__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic03__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.6666666667vw;
  }
}

.p-Clinic03__table--tx,
.p-Clinic03__table--ttl {
  padding-top: 0.6944444444vw;
  padding-left: 0.6944444444vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 0.6944444444vw;
  border-bottom: 1px solid;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic03__table--tx,
  .p-Clinic03__table--ttl {
    padding-top: 1.6vw;
    padding-left: 1.6vw;
    padding-bottom: 1.6vw;
    padding-right: 1.6vw;
  }
}
@media (max-width: 599px) {
  .p-Clinic03__table--tx,
  .p-Clinic03__table--ttl {
    padding-top: 1.6vw;
    padding-left: 1.6vw;
    padding-bottom: 1.6vw;
    padding-right: 1.6vw;
  }
}

.p-Clinic03__table--ttl {
  background-color: #496044;
  vertical-align: middle;
  width: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic03__table--ttl {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .p-Clinic03__table--ttl {
    width: 100%;
    text-align: left;
  }
}

.p-Clinic03__table--tx {
  background-color: #869a82;
  text-align: left;
  width: 18.0555555556vw;
}
.p-Clinic03__table--tx li::after {
  background: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic03__table--tx {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .p-Clinic03__table--tx {
    width: 100%;
  }
}

.l-Clinic03__txbox {
  width: calc(100% - 44.4444444444vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic03__txbox {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-Clinic03__txbox {
    width: 100%;
  }
}

.l-Clinic03__name {
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  width: 23.8194444444vw;
  padding-top: 2.7777777778vw;
  padding-left: 0vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 0vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3888888889vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic03__name {
    gap: 2.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 53.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic03__name {
    gap: 2.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 53.3333333333vw;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic03__name--tag {
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-Clinic03__name--tag {
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.p-Clinic03__name--en {
  font-family: "Cinzel", serif;
}

.l-Clinic03__img {
  width: 38.8888888889vw;
  height: 41.6666666667vw;
  position: relative;
  -webkit-box-shadow: 0.6944444444vw 0.6944444444vw 0 0 #9f8253;
          box-shadow: 0.6944444444vw 0.6944444444vw 0 0 #9f8253;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic03__img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .l-Clinic03__img {
    width: 100%;
    height: auto;
  }
}

.l-Clinic04__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.1666666667vw 2.7777777778vw;
  padding-top: 2.7777777778vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic04__items {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 8vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic04__items {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 8vw;
    padding-right: 0vw;
  }
}

.l-Clinic04__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-Clinic04__item--ttl {
  padding-top: 1.3888888889vw;
  padding-left: 4.8611111111vw;
  padding-bottom: 1.3888888889vw;
  padding-right: 4.8611111111vw;
  background-color: #e5f0e3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-Clinic05 {
  position: relative;
  z-index: 1;
  margin: 0 calc(50% - 50vw);
  width: 99.4vw;
  padding-top: 4.1666666667vw;
  padding-left: 9.7222222222vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 9.7222222222vw;
}
.l-Clinic05::after {
  position: absolute;
  width: 100%;
  height: 56.1805555556vw;
  bottom: 0;
  left: 0;
  background-color: #e5f0e3;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic05 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
  .l-Clinic05::after {
    height: 133.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic05 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
  .l-Clinic05::after {
    height: 133.3333333333vw;
  }
}

.p-Clinic05__img {
  width: 66.6666666667vw;
  height: 33.3333333333vw;
  margin: 0 auto;
  margin-top: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic05__img {
    width: 100%;
    height: auto;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .p-Clinic05__img {
    width: 100%;
    height: auto;
    margin-top: 8vw;
  }
}

.l-Clinic05__logo {
  width: 36.3888888889vw;
  height: 6.3888888889vw;
  margin: 0 auto;
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic05__logo {
    width: 100%;
    height: auto;
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic05__logo {
    width: 100%;
    height: auto;
    margin-top: 10.6666666667vw;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic05__le,
  .l-Clinic05__ri {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .l-Clinic05__le,
  .l-Clinic05__ri {
    padding: 0;
  }
}

.l-Clinic05__items {
  margin-top: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic05__items {
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic05__items {
    margin-top: 8vw;
  }
}

.l-Clinic05__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ct {
  color: #5f6a5c;
}

.l-Clinic06 {
  padding-top: 4.1666666667vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 0vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic06 {
    padding-top: 10.6666666667vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic06 {
    padding-top: 10.6666666667vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}

.l-Clinic06__map {
  width: 100%;
  height: 33.3333333333vw;
}
.l-Clinic06__map iframe {
  width: 100%;
  height: 33.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic06__map {
    height: 80vw;
  }
  .l-Clinic06__map iframe {
    height: 80vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic06__map {
    height: 80vw;
  }
  .l-Clinic06__map iframe {
    height: 80vw;
  }
}

.l-Clinic06__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.7777777778vw;
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic06__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic06__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}

.l-Clinic06__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FBF6EE;
  padding-top: 0vw;
  padding-left: 2.0833333333vw;
  padding-bottom: 5.7638888889vw;
  padding-right: 2.0833333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: 0.4166666667vw solid #baa176;
  gap: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Clinic06__item {
    padding-top: 0vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 8vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-Clinic06__item {
    padding-top: 0vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 8vw;
    padding-right: 4.2666666667vw;
  }
}

.p-Clinic06__item--img {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic06__item--img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-Clinic06__item--img {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

.p-Clinic06__item--ttl {
  text-align: center;
  padding-top: 2.0833333333vw;
  padding-left: 0vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 0vw;
  border-bottom: 1px solid;
  font-size: max(12px, 1.9444444444vw);
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Clinic06__item--ttl {
    padding-top: 4.2666666667vw;
    padding-left: 0vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 0vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-Clinic06__item--ttl {
    padding-top: 4.2666666667vw;
    padding-left: 0vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 0vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.c-fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7777777778vw;
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .c-fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-top: 8vw;
  }
}

.c-le {
  width: calc(100% - 44.4444444444vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-le {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .c-le {
    width: 100%;
  }
}

.c-ri {
  width: 41.6666666667vw;
  height: 27.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-ri {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .c-ri {
    width: 100%;
    height: auto;
  }
}

.c-trouble {
  margin: 0 calc(50% - 50vw);
  width: 99.4vw;
  margin-top: 5.2083333333vw;
  background: url(../img/pc/trouble-bg.webp) no-repeat center center/cover;
  position: relative;
  padding-top: 4.1666666667vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-trouble {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
    margin-top: 16vw;
  }
}
@media (max-width: 599px) {
  .c-trouble {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
    margin-top: 16vw;
  }
}

.c-trouble__ttl {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1875em;
  font-family: "Cinzel", serif;
  color: #496044;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.4305555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-trouble__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.09375em;
    top: -5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .c-trouble__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.09375em;
    top: -5.3333333333vw;
  }
}

.c-trouble__inner {
  background: white;
  padding-top: 4.1666666667vw;
  padding-left: 6.9444444444vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 6.9444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-trouble__inner {
    padding-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .c-trouble__inner {
    padding-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.l-Medical06__inner,
.l-Medical06__inner02 {
  padding-top: 2.0833333333vw;
  padding-left: 2.7777777778vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 2.7777777778vw;
  border: 1px solid #496044;
}

.l-Medical06__inner {
  border: 1px solid #baa176;
}
.l-Medical06__inner .c-trouble__subttl {
  background-color: #baa176;
}

.c-trouble__subttl {
  padding-top: 0.6944444444vw;
  padding-left: 0vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 0vw;
  text-align: center;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: white;
  background: #496044;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-trouble__subttl {
    padding-top: 1.6vw;
    padding-left: 0vw;
    padding-bottom: 1.6vw;
    padding-right: 0vw;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .c-trouble__subttl {
    padding-top: 1.6vw;
    padding-left: 0vw;
    padding-bottom: 1.6vw;
    padding-right: 0vw;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
}

.check {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2.2222222222vw;
  gap: 1.3888888889vw 2.7777777778vw;
}
.check li {
  position: relative;
  padding-top: 0vw;
  padding-left: 3.4722222222vw;
  padding-bottom: 1.7361111111vw;
  padding-right: 0vw;
  border-bottom: 1px dotted;
  font-size: max(12px, 1.25vw);
  font-weight: 400;
  line-height: 1.1111111111;
  letter-spacing: 0em;
  z-index: 1;
}
.check li::after {
  position: absolute;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  top: -0.2777777778vw;
  left: 0vw;
  background: url(../img/pc/check.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .check {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
  .check li {
    padding-top: 0vw;
    padding-left: 6.4vw;
    padding-bottom: 3.2vw;
    padding-right: 0vw;
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
  .check li::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 0.5333333333vw;
  }
}
@media (max-width: 599px) {
  .check {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
  .check li {
    padding-top: 0vw;
    padding-left: 6.4vw;
    padding-bottom: 3.2vw;
    padding-right: 0vw;
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
  .check li::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 0.5333333333vw;
  }
}

.l-Medical06__check {
  grid-template-columns: 1fr;
  gap: 1.3888888889vw;
}

.c-nagare__ttl {
  background: url(../img/pc/nagare-ttl.webp) no-repeat center center/cover;
  padding-top: 1.3888888889vw;
  padding-left: 0vw;
  padding-bottom: 1.3888888889vw;
  padding-right: 0vw;
  text-align: center;
  color: white;
  font-size: max(12px, 2.2222222222vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-top: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-nagare__ttl {
    padding-top: 2.6666666667vw;
    padding-left: 0vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 0vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .c-nagare__ttl {
    padding-top: 2.6666666667vw;
    padding-left: 0vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 0vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 8vw;
  }
}

.c-naagre__items {
  padding-top: 2.7777777778vw;
  padding-left: 0vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 0vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.4722222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-naagre__items {
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 8vw;
    padding-right: 0vw;
    gap: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .c-naagre__items {
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 8vw;
    padding-right: 0vw;
    gap: 8.5333333333vw;
  }
}

.c-naagre__item {
  background-color: #fbf6ee;
  padding-top: 3.8888888889vw;
  padding-left: 6.6666666667vw;
  padding-bottom: 3.8888888889vw;
  padding-right: 2.7777777778vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.7777777778vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-naagre__item::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  border-top: 2.0833333333vw solid #496044;
  border-left: 5.5555555556vw solid transparent;
  border-right: 5.5555555556vw solid transparent;
  bottom: -2.0833333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.c-naagre__item:nth-child(2n) .c-naagre__item--number::after {
  background-color: #d9c7a9;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-naagre__item {
    padding-top: 8.5333333333vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 4.2666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
  }
  .c-naagre__item::after {
    border-top: 3.4666666667vw solid #496044;
    border-left: 5.3333333333vw solid transparent;
    border-right: 5.3333333333vw solid transparent;
    bottom: -6.4vw;
  }
}
@media (max-width: 599px) {
  .c-naagre__item {
    padding-top: 8.5333333333vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 4.2666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.6666666667vw;
  }
  .c-naagre__item::after {
    border-top: 3.4666666667vw solid #496044;
    border-left: 5.3333333333vw solid transparent;
    border-right: 5.3333333333vw solid transparent;
    bottom: -6.4vw;
  }
}

.c-naagre__item--number {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
  width: 19.1666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.c-naagre__item--number::after {
  position: absolute;
  width: 10.6944444444vw;
  height: 10.6944444444vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.7777777778vw;
  background-color: #b9d2b4;
  border-radius: 50%;
  content: "";
  z-index: -1;
}
.c-naagre__item--number p {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
.c-naagre__item--number span {
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-naagre__item--number {
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    width: 100%;
  }
  .c-naagre__item--number p {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .c-naagre__item--number {
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    width: 100%;
  }
  .c-naagre__item--number p {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-right: 2.6666666667vw;
  }
}

.c-nagare__item--tx {
  width: calc(100% - 33.3333333333vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-nagare__item--tx {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .c-nagare__item--tx {
    width: 100%;
  }
}

.c-nagare__item--asi {
  width: 8.6111111111vw;
  height: 8.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-nagare__item--asi {
    position: absolute;
    top: 2.6666666667vw;
    right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .c-nagare__item--asi {
    position: absolute;
    top: 2.6666666667vw;
    right: 5.3333333333vw;
  }
}

.gray {
  padding-top: 2.7777777778vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 5.5555555556vw;
  background-color: #e5f0e3;
  margin-top: 1.3888888889vw;
}
.gray span {
  color: red;
}
@media (min-width: 600px) and (max-width: 767px) {
  .gray {
    margin-top: 5.3333333333vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .gray {
    margin-top: 5.3333333333vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}

.max {
  margin: 0 calc(50% - 50vw);
  width: 99.4vw;
  background: #FBF6EE;
  padding-top: 4.1666666667vw;
  padding-left: 9.7222222222vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 9.7222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .max {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .max {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

.dg2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.7777777778vw;
  margin-top: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .dg2 {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .dg2 {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.pa40 {
  padding-top: 2.7777777778vw;
  padding-left: 2.7777777778vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 2.7777777778vw;
  background: white;
  border: 2px solid;
  margin-top: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pa40 {
    margin-top: 5.3333333333vw;
    padding-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .pa40 {
    margin-top: 5.3333333333vw;
    padding-top: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

.p-Medical02__ttl {
  text-align: center;
  padding-bottom: 1.3888888889vw;
  border-bottom: 1px solid;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Medical02__ttl {
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-Medical02__ttl {
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.c-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1666666667vw;
  border-bottom: 1px dotted;
  padding-top: 2.0833333333vw;
  padding-left: 0vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
  .c-price:not(:first-child) {
    padding-top: 16vw;
    padding-left: 0vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .c-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
  .c-price:not(:first-child) {
    padding-top: 16vw;
    padding-left: 0vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 0vw;
  }
}

.bb-none {
  border-bottom: none;
}

.c-price__txbox {
  border-bottom: 1px dotted;
  padding-top: 2.0833333333vw;
  padding-left: 0vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 0vw;
}

.c-price__le {
  width: 50vw;
  position: relative;
  z-index: 1;
}
.c-price__le::after {
  position: absolute;
  width: 1px;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.0833333333vw;
  background: #5f6a5c;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-price__le {
    width: 100%;
  }
  .c-price__le::after {
    display: none;
  }
}
@media (max-width: 599px) {
  .c-price__le {
    width: 100%;
  }
  .c-price__le::after {
    display: none;
  }
}

.c-price__ri {
  width: calc(100% - 54.1666666667vw);
  text-align: center;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-price__ri {
    width: 100%;
    padding-top: 4.2666666667vw;
    text-align: left !important;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .c-price__ri {
    width: 100%;
    padding-top: 4.2666666667vw;
    text-align: left !important;
    font-size: min(36px, 4.8vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.bb {
  padding-bottom: 1.3888888889vw;
  border-bottom: 1px dotted;
  margin-top: 2.0833333333vw;
  position: relative;
  padding-left: 2.7777777778vw;
}
.bb span {
  border: 1px solid;
  border-radius: 50%;
  padding-top: 0.1388888889vw;
  padding-left: 0.8333333333vw;
  padding-bottom: 0.1388888889vw;
  padding-right: 0.8333333333vw;
  position: absolute;
  left: 0;
  top: -0.2083333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .bb {
    margin-top: 5.3333333333vw;
    padding-left: 8.5333333333vw;
  }
  .bb span {
    padding-top: 0vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 0vw;
    padding-right: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .bb {
    margin-top: 5.3333333333vw;
    padding-left: 8.5333333333vw;
  }
  .bb span {
    padding-top: 0vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 0vw;
    padding-right: 2.1333333333vw;
  }
}

.pa40-80 {
  background: white;
  padding-top: 2.7777777778vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 2.7777777778vw;
  padding-right: 5.5555555556vw;
  margin-top: 1.3888888889vw;
  border: 1px solid;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pa40-80 {
    margin-top: 5.3333333333vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .pa40-80 {
    margin-top: 5.3333333333vw;
    padding-top: 8vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 8vw;
    padding-right: 5.3333333333vw;
  }
}

.breadcrumb,
.l-archive,
.l-single {
  padding-top: 5.5555555556vw;
  padding-left: 11.1111111111vw;
  padding-bottom: 0vw;
  padding-right: 11.1111111111vw;
}
@media (min-width: 768px) and (max-width: 999px) {
  .breadcrumb,
  .l-archive,
  .l-single {
    padding-top: 0vw;
    padding-left: 5.5555555556vw;
    padding-bottom: 0vw;
    padding-right: 5.5555555556vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .breadcrumb,
  .l-archive,
  .l-single {
    padding-top: 0vw;
    padding-left: 5.5555555556vw;
    padding-bottom: 0vw;
    padding-right: 5.5555555556vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .breadcrumb,
  .l-archive,
  .l-single {
    padding-top: 6.4vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 6.4vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .breadcrumb,
  .l-archive,
  .l-single {
    padding-top: 6.4vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 6.4vw;
    padding-right: 4.2666666667vw;
  }
}

.l-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6666666667vw;
  margin-bottom: 11.1111111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-archive {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-archive {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}

.l-single {
  padding-bottom: 8.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-single {
    padding-bottom: 16vw;
  }
}
@media (max-width: 599px) {
  .l-single {
    padding-bottom: 16vw;
  }
}

.l-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667vw;
}

.p-single__ttl {
  margin-top: 1.1111111111vw;
  font-size: max(12px, 2.2222222222vw);
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-single__ttl {
    margin-top: 3.2vw;
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-single__ttl {
    margin-top: 3.2vw;
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}

.p-single__tx {
  margin-top: 1.1111111111vw;
  margin-left: 0vw;
  margin-bottom: 5.5555555556vw;
  margin-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-single__tx {
    margin-top: 3.2vw;
    margin-left: 0vw;
    margin-bottom: 10.6666666667vw;
    margin-right: 0vw;
  }
}
@media (max-width: 599px) {
  .p-single__tx {
    margin-top: 3.2vw;
    margin-left: 0vw;
    margin-bottom: 10.6666666667vw;
    margin-right: 0vw;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .page-numbers {
    gap: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .page-numbers {
    gap: 5.3333333333vw;
  }
}