@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: #000000;
  font-family: "Zen Old Mincho", serif;
  background: #fff8ea;
  position: relative;
  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(30px, 4vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  body {
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.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; /* ヘッダー高さ分 */
  }
}

.fz96 {
  font-size: max(12px, 6.6666666667vw);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.0104166667em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz96 {
    font-size: min(80px, 10.6666666667vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 599px) {
  .fz96 {
    font-size: min(80px, 10.6666666667vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
  }
}

.fz64 {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.015625em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz64 {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03125em;
  }
}
@media (max-width: 599px) {
  .fz64 {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03125em;
  }
}

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

.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: 700;
  line-height: 1;
  letter-spacing: 0em;
}
.fz36 span {
  color: #486440;
}
@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: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.0357142857em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz28 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 599px) {
  .fz28 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    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: 700;
  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: 700;
    line-height: 1.1111111111;
    letter-spacing: 0.0555555556em;
  }
}
@media (max-width: 599px) {
  .fz20 {
    font-size: min(36px, 4.8vw);
    font-weight: 700;
    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: #fff8ea !important;
}

.cm {
  color: #486440 !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;
  }
}

.mt90 {
  margin-top: 6.25vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt90 {
    margin-top: 10.6666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt90 {
    margin-top: 10.6666666667vw !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;
  }
}

.mt70 {
  margin-top: 4.8611111111vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt70 {
    margin-top: 10.6666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt70 {
    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: 2.6666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt20 {
    margin-top: 2.6666666667vw !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: #486440 !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 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き・右から左 */
  text-orientation: mixed; /* 文字の向きを自動調整 */
  text-align: left;
}

.c-ttl {
  font-size: max(12px, 2.2222222222vw);
  font-weight: 400;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  color: #d3d3d3;
  border-left: 1px solid;
  padding-left: 0.4861111111vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-ttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding-left: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .c-ttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding-left: 2.1333333333vw;
  }
}

.c-subttl {
  font-size: max(12px, 2.7777777778vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 10.8333333333vw;
  padding-right: 1.6666666667vw;
}
.c-subttl span {
  color: #486440;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-subttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 24vw;
  }
}
@media (max-width: 599px) {
  .c-subttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 24vw;
  }
}

.c-main__ttl {
  font-size: max(12px, 2.7777777778vw);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き・右から左 */
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -9.0277777778vw;
}
.c-main__ttl span {
  color: #486440;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-main__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.0416666667em;
    position: relative;
    top: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* 横書き */
    text-align: center;
  }
}
@media (max-width: 599px) {
  .c-main__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.0416666667em;
    position: relative;
    top: 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* 横書き */
    text-align: center;
  }
}

.c-btn {
  font-size: max(12px, 1.3888888889vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #67563d;
  padding-right: 6.5972222222vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-btn {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    padding-right: 25.3333333333vw;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .c-btn {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    padding-right: 25.3333333333vw;
    margin: 0 auto;
  }
}

.c-btn {
  position: relative;
  z-index: 1;
}
.c-btn::before, .c-btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  z-index: -1;
}
.c-btn::before {
  width: 3.6805555556vw;
  height: 1px;
  right: 0.8333333333vw;
  background: #67563d;
}
.c-btn::after {
  width: 1.5277777778vw;
  height: 1.5277777778vw;
  right: 0;
  border: 1px solid;
  border-radius: 50%;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-btn::before {
    width: 14.1333333333vw;
    right: 3.2vw;
  }
  .c-btn::after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
@media (max-width: 599px) {
  .c-btn::before {
    width: 14.1333333333vw;
    right: 3.2vw;
  }
  .c-btn::after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}

.c-schedule__table {
  border-collapse: collapse;
  padding-top: 2.3611111111vw;
  padding-left: 9.3055555556vw;
  padding-bottom: 2.3611111111vw;
  padding-right: 9.3055555556vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3.2638888889vw;
  border: 1px solid;
  display: block;
}
.c-schedule__table thead {
  border-bottom: 1px solid;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-schedule__table {
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .c-schedule__table {
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-top: 8vw;
  }
}

.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;
}
@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;
}

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

header.scrolled {
  -webkit-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}
header.scrolled .l-header__logo {
  display: none;
}
header.scrolled .l-header__inner {
  padding-top: 2.0833333333vw;
  padding-left: 2.0833333333vw;
  padding-bottom: 0vw;
  padding-right: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  header.scrolled .l-header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 599px) {
  header.scrolled .l-header__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
header.scrolled .l-header__nav {
  margin-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.scrolled .p-header__item {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb; /* 横書き */
}

.l-drawer__icon {
  width: 16.5333333333vw;
  height: 16.5333333333vw;
  cursor: pointer;
  background: #486440;
  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.9333333333vw;
  height: 6.9333333333vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5.8666666667vw;
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2,
.p-drawer__icon--bar3 {
  position: absolute;
  width: 6.9333333333vw;
  height: 2px;
  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;
}

.l-drawer {
  overflow: scroll;
  padding-top: 53.3333333333vw;
  width: 93.3333333333vw;
  height: 100%;
  position: fixed;
  background: white;
  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;
  text-align: center;
}

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

.to-top {
  position: fixed;
  width: 1.1805555556vw;
  height: 8.0555555556vw;
  bottom: 6.3888888889vw;
  right: 5.5555555556vw;
  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: 4.5333333333vw;
    height: 30.9333333333vw;
    bottom: 8.5333333333vw;
    right: 2.6666666667vw;
  }
  .to-top.is-active {
    display: none;
  }
}
@media (max-width: 599px) {
  .to-top {
    width: 4.5333333333vw;
    height: 30.9333333333vw;
    bottom: 8.5333333333vw;
    right: 2.6666666667vw;
  }
  .to-top.is-active {
    display: none;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}

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

.l-header__logo {
  width: 3.8888888889vw;
  height: 21.875vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__logo {
    width: 10.1333333333vw;
    height: 56.8vw;
  }
}
@media (max-width: 599px) {
  .l-header__logo {
    width: 10.1333333333vw;
    height: 56.8vw;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
  margin-left: 29.1666666667vw;
}
@media (min-width: 768px) and (max-width: 999px) {
  .l-header__nav {
    margin-left: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
@media (max-width: 599px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3888888889vw;
}

.p-header__item {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き・右から左 */
}

.l-header__inst {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}

.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7638888889vw;
  margin-left: 3.1944444444vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__info {
    display: none;
  }
}
@media (max-width: 599px) {
  .l-header__info {
    display: none;
  }
}

.c-tel {
  padding-top: 0.9722222222vw;
  padding-left: 3.3333333333vw;
  padding-bottom: 0.9722222222vw;
  padding-right: 1.5277777778vw;
  font-size: max(12px, 2.2222222222vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #67563d;
  color: white;
  position: relative;
  z-index: 1;
}
.c-tel::after {
  position: absolute;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.5277777778vw;
  background: url(../img/pc/tel.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-tel {
    padding-top: 5.3333333333vw;
    padding-left: 14.6666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 7.7333333333vw;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
  .c-tel::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    left: 7.7333333333vw;
  }
}
@media (max-width: 599px) {
  .c-tel {
    padding-top: 5.3333333333vw;
    padding-left: 14.6666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 7.7333333333vw;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
  .c-tel::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    left: 7.7333333333vw;
  }
}

.word {
  width: 4.3055555556vw;
  height: 4.3055555556vw;
  cursor: pointer;
}

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

.p-fv__ttl {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  position: absolute;
  top: 25.9027777778vw;
  left: 13.0555555556vw;
  z-index: 10;
}
.p-fv__ttl span {
  color: #486440;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-fv__ttl {
    font-size: min(56px, 7.4666666667vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    top: 85.3333333333vw;
    left: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-fv__ttl {
    font-size: min(56px, 7.4666666667vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    top: 85.3333333333vw;
    left: 2.6666666667vw;
  }
}

/* ============================================
news
============================================ */
.l-news {
  padding-top: 7.9861111111vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 6.25vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news {
    padding-top: 10.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 29.8666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-news {
    padding-top: 10.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 29.8666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.l-news__ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 14.8611111111vw;
  gap: 2.0833333333vw;
  padding-bottom: 0.5555555556vw;
  border-bottom: 1px solid #d3d3d3;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news__ttlbox {
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 3.7333333333vw;
    padding-right: 0vw;
    gap: 3.7333333333vw;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-news__ttlbox {
    padding-top: 0vw;
    padding-left: 0vw;
    padding-bottom: 3.7333333333vw;
    padding-right: 0vw;
    gap: 3.7333333333vw;
    width: 100%;
  }
}

.p-news__ttl,
.p-news__subttl {
  color: #d3d3d3;
  font-size: max(12px, 2.2222222222vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-news__ttl,
  .p-news__subttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 599px) {
  .p-news__ttl,
  .p-news__subttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

.p-news__subttl {
  color: #000000;
}

.l-news__items {
  margin-top: 3.5416666667vw;
  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;
  height: 9.7222222222vw;
  overflow-y: scroll;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news__items {
    margin-top: 6.4vw;
    gap: 5.3333333333vw;
    height: 64vw;
  }
}
@media (max-width: 599px) {
  .l-news__items {
    margin-top: 6.4vw;
    gap: 5.3333333333vw;
    height: 64vw;
  }
}

.l-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25vw;
}
@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: 0vw;
  }
}
@media (max-width: 599px) {
  .l-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
}

.p-inst__banner {
  width: 40.2777777778vw;
  height: 14.0277777778vw;
  margin: 0 auto;
  margin-top: 10.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-inst__banner {
    width: 100%;
    height: auto;
    margin-top: 6.4vw;
  }
}
@media (max-width: 599px) {
  .p-inst__banner {
    width: 100%;
    height: auto;
    margin-top: 6.4vw;
  }
}

/* ============================================
concept
============================================ */
.l-concept {
  padding-top: 6.3194444444vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 8.0555555556vw;
  padding-right: 0vw;
  background: url(../img/pc/concept-bg.webp) no-repeat center center/cover;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-concept {
    padding-top: 64.8vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 12.2666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-concept {
    padding-top: 64.8vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 12.2666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.l-concept__ttlbox {
  position: absolute;
  left: 5.5555555556vw;
  top: -7.2222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-concept__ttlbox {
    left: 2.6666666667vw;
    top: -16.5333333333vw;
  }
}
@media (max-width: 599px) {
  .l-concept__ttlbox {
    left: 2.6666666667vw;
    top: -16.5333333333vw;
  }
}

.l-concept__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@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: 6.4vw;
  }
}
@media (max-width: 599px) {
  .l-concept__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
  }
}

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

.l-concept__btnbox {
  margin-top: 3.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-concept__btnbox {
    margin-top: 4vw;
  }
}
@media (max-width: 599px) {
  .l-concept__btnbox {
    margin-top: 4vw;
  }
}

.l-concept__ri {
  width: 51.1111111111vw;
  height: 34.0972222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-concept__ri {
    width: 100%;
    height: auto;
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-concept__ri {
    width: 100%;
    height: auto;
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}

/* ============================================
service
============================================ */
.l-service {
  padding-top: 7.9861111111vw;
  padding-left: 0vw;
  padding-bottom: 17.6388888889vw;
  padding-right: 5.5555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.2vw;
    padding-top: 14.1333333333vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.2vw;
    padding-top: 14.1333333333vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 21.3333333333vw;
    padding-right: 2.6666666667vw;
  }
}

.p-service__ttl {
  border-left: none;
  position: relative;
  z-index: 1;
}
.p-service__ttl::after {
  position: absolute;
  width: 1px;
  height: 34.7222222222vw;
  top: 0vw;
  left: 0vw;
  background: #d3d3d3;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-service__ttl {
    border-left: 1px solid;
  }
  .p-service__ttl::after {
    display: none;
  }
}
@media (max-width: 599px) {
  .p-service__ttl {
    border-left: 1px solid;
  }
  .p-service__ttl::after {
    display: none;
  }
}

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

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

.p-service__item--img {
  width: 36.1805555556vw;
  height: 17.9166666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-service__item--img {
    width: 70.4vw;
    height: 34.9333333333vw;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .p-service__item--img {
    width: 70.4vw;
    height: 34.9333333333vw;
    margin: 0 auto;
  }
}

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

.p-service__item--ttl {
  font-size: max(12px, 2.2222222222vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-service__item--ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .p-service__item--ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: center;
  }
}

.p-service__item--tx {
  margin-top: 0.6944444444vw;
  font-size: max(12px, 1.3888888889vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-service__item--tx {
    margin-top: 2.6666666667vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-service__item--tx {
    margin-top: 2.6666666667vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.l-service__btnbox {
  margin-top: 2.6388888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-service__btnbox {
    margin-top: 7.2vw;
  }
}
@media (max-width: 599px) {
  .l-service__btnbox {
    margin-top: 7.2vw;
  }
}

/* ============================================
product
============================================ */
.l-product {
  background: url(../img/pc/concept-bg.webp) no-repeat center center/cover;
  position: relative;
  padding-top: 21.0416666667vw;
  padding-left: 0vw;
  padding-bottom: 6.1111111111vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-product {
    padding-top: 58.9333333333vw;
    padding-left: 0vw;
    padding-bottom: 13.3333333333vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-product {
    padding-top: 58.9333333333vw;
    padding-left: 0vw;
    padding-bottom: 13.3333333333vw;
    padding-right: 0vw;
  }
}

.l-product__ttlbox {
  position: absolute;
  top: -7.1527777778vw;
  left: 11.7361111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-product__ttlbox {
    top: -10.6666666667vw;
    left: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-product__ttlbox {
    top: -10.6666666667vw;
    left: 5.3333333333vw;
  }
}

.l-product__btnbox {
  margin-top: 3.4722222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-product__btnbox {
    margin-top: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .l-product__btnbox {
    margin-top: 8.5333333333vw;
  }
}

/* ============================================
info
============================================ */
.l-info {
  padding-top: 5.5555555556vw;
  padding-left: 0vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 5.5555555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.9444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6.6666666667vw;
    padding-top: 12.2666666667vw;
    padding-left: 0vw;
    padding-bottom: 9.6vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6.6666666667vw;
    padding-top: 12.2666666667vw;
    padding-left: 0vw;
    padding-bottom: 9.6vw;
    padding-right: 0vw;
  }
}

.l-access,
.l-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5694444444vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  padding-right: 10.4166666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-access,
  .l-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
    padding-top: 0vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 0vw;
    padding-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-access,
  .l-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.6666666667vw;
    padding-top: 0vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 0vw;
    padding-right: 2.6666666667vw;
  }
}

.l-contact__ttlbox,
.l-access__ttlbox {
  position: absolute;
  top: 0vw;
  right: 0;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-contact__ttlbox,
  .l-access__ttlbox {
    position: relative;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* 横書き */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 1px solid #d3d3d3;
  }
}
@media (max-width: 599px) {
  .l-contact__ttlbox,
  .l-access__ttlbox {
    position: relative;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb; /* 横書き */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 1px solid #d3d3d3;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .p-contact__ttl,
  .p-access__ttl {
    border-left: none;
  }
}
@media (max-width: 599px) {
  .p-contact__ttl,
  .p-access__ttl {
    border-left: none;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .p-access__subttl,
  .p-contact__subttl {
    margin-top: 0;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.0833333333;
    letter-spacing: 0.0416666667em;
  }
}
@media (max-width: 599px) {
  .p-access__subttl,
  .p-contact__subttl {
    margin-top: 0;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.0833333333;
    letter-spacing: 0.0416666667em;
  }
}

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

.p-contact__tx {
  font-size: max(12px, 1.3888888889vw);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-contact__tx {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .p-contact__tx {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.125;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.l-contact__txbox {
  margin-top: 1.8055555556vw;
  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.25vw;
}
.l-contact__txbox li {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-contact__txbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 3.2vw;
    gap: 3.2vw;
  }
  .l-contact__txbox li {
    grid-template-columns: 3fr 7fr;
  }
}
@media (max-width: 599px) {
  .l-contact__txbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 3.2vw;
    gap: 3.2vw;
  }
  .l-contact__txbox li {
    grid-template-columns: 3fr 7fr;
  }
}

.l-contact__info {
  margin-top: 2.3611111111vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8333333333vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-contact__info {
    margin: 0 auto;
    margin-top: 4.8vw;
    gap: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-contact__info {
    margin: 0 auto;
    margin-top: 4.8vw;
    gap: 3.2vw;
  }
}

.c-mail {
  background: #486440;
  color: white;
  padding-top: 1.3888888889vw;
  padding-left: 3.6111111111vw;
  padding-bottom: 1.3888888889vw;
  padding-right: 1.875vw;
  font-size: max(12px, 1.3888888889vw);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
.c-mail::after {
  position: absolute;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.875vw;
  background: url(../img/pc/mail.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-mail {
    padding-top: 5.3333333333vw;
    padding-left: 9.0666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 2.4vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0em;
  }
  .c-mail::after {
    width: 4vw;
    height: 4vw;
    left: 2.4vw;
  }
}
@media (max-width: 599px) {
  .c-mail {
    padding-top: 5.3333333333vw;
    padding-left: 9.0666666667vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 2.4vw;
    font-size: min(40px, 5.3333333333vw);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0em;
  }
  .c-mail::after {
    width: 4vw;
    height: 4vw;
    left: 2.4vw;
  }
}

/* ============================================
footer
============================================ */
.l-footer__inner {
  background: #486440;
  padding-top: 5.5555555556vw;
  padding-left: 12.5vw;
  padding-bottom: 9.0277777778vw;
  padding-right: 12.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 8.5333333333vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 42.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-footer__inner {
    padding-top: 8.5333333333vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 2.1333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 42.6666666667vw;
  }
}

.l-footer__logo {
  width: 3.4722222222vw;
  height: 19.5833333333vw;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__logo {
    width: 13.3333333333vw;
    height: 75.2vw;
    position: absolute;
    top: 8.5333333333vw;
    left: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .l-footer__logo {
    width: 13.3333333333vw;
    height: 75.2vw;
    position: absolute;
    top: 8.5333333333vw;
    left: 2.1333333333vw;
  }
}

.p-footer__add {
  margin-top: 2.6388888889vw;
}

.p-footer__mail {
  margin-top: 1.3888888889vw;
  font-size: max(12px, 0.9722222222vw);
  font-weight: 400;
  line-height: 1.1428571429;
  letter-spacing: 0.0357142857em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-footer__mail {
    margin-top: 0;
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.0533333333em;
  }
}
@media (max-width: 599px) {
  .p-footer__mail {
    margin-top: 0;
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.0533333333em;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5277777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__nav {
    gap: 5.8666666667vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 599px) {
  .l-footer__nav {
    gap: 5.8666666667vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.l-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5277777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__items {
    gap: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-footer__items {
    gap: 3.2vw;
  }
}

.p-footer__item {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き・右から左 */
}

.l-footer__inst {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__inst {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media (max-width: 599px) {
  .l-footer__inst {
    width: 6.4vw;
    height: 6.4vw;
  }
}

body:not(.home) .l-header__logo {
  display: none;
}
body:not(.home) .l-header__inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.c-fv {
  padding-top: 8.5416666667vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 0vw;
  padding-right: 0vw;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fv {
    padding: 0;
    height: 80vw;
  }
}
@media (max-width: 599px) {
  .c-fv {
    padding: 0;
    height: 80vw;
  }
}

.c-fv__ttl {
  position: absolute;
  top: 6.6666666667vw;
  left: 9.7916666667vw;
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: 0em;
}
.c-fv__ttl span {
  color: #486440;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fv__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .c-fv__ttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}

/* ============================================
about
============================================ */
.p-about__tx {
  text-align: center;
  margin-top: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-about__tx {
    margin-top: 10.6666666667vw;
    text-align: left;
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .p-about__tx {
    margin-top: 10.6666666667vw;
    text-align: left;
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}

.l-about01 {
  background: #FFF4DD;
  padding-top: 12.8472222222vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 12.8472222222vw;
  padding-right: 5.5555555556vw;
  margin-top: 13.8888888889vw;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about01 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-about01 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

.l-about__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: 1.6666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about__items {
    gap: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-about__items {
    gap: 5.3333333333vw;
  }
}

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

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

.p-about__item--point {
  color: #d3d3d3;
  padding-bottom: 0.6944444444vw;
  border-bottom: 1px solid;
}

.p-about__item--img {
  width: 36.6666666667vw;
  height: 24.4444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-about__item--img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .p-about__item--img {
    width: 100%;
    height: auto;
  }
}

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

.l-about03 {
  padding-top: 15.5555555556vw;
  padding-left: 22.2222222222vw;
  padding-bottom: 6.9444444444vw;
  padding-right: 22.2222222222vw;
  position: relative;
}
.l-about03 .c-main__ttl {
  top: -4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about03 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-about03 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

/* ============================================
price
============================================ */
.p-price__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: max(12px, 2.7777777778vw);
  font-weight: 400;
  line-height: 1.075;
  letter-spacing: 0.05em;
  margin-top: 4.0277777778vw;
  padding-top: 0vw;
  padding-left: 4.6527777778vw;
  padding-bottom: 0vw;
  padding-right: 4.6527777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-price__ttl {
    margin-top: 8vw;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0.0416666667em;
    padding-top: 0vw;
    padding-left: 8.5333333333vw;
    padding-bottom: 0vw;
    padding-right: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .p-price__ttl {
    margin-top: 8vw;
    font-size: min(48px, 6.4vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0.0416666667em;
    padding-top: 0vw;
    padding-left: 8.5333333333vw;
    padding-bottom: 0vw;
    padding-right: 8.5333333333vw;
  }
}

.p-price__ttl {
  position: relative;
  z-index: 1;
}
.p-price__ttl::before, .p-price__ttl::after {
  position: absolute;
  width: 3.4027777778vw;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000000;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-price__ttl::before, .p-price__ttl::after {
    width: 6.4vw;
  }
}
@media (max-width: 599px) {
  .p-price__ttl::before, .p-price__ttl::after {
    width: 6.4vw;
  }
}
.p-price__ttl::before {
  left: 0;
}
.p-price__ttl::after {
  right: 0;
}

.red {
  color: red;
}

.l-price__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-top: 4.3055555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-price__table {
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .l-price__table {
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
    margin-top: 8vw;
  }
}

.l-price__table__head {
  background: #FFF4DD;
}

.l-price__table__header,
.l-price__table__data {
  text-align: center;
  padding-top: 0.8333333333vw;
  padding-left: 0vw;
  padding-bottom: 0.8333333333vw;
  padding-right: 0vw;
  border: 1px solid;
  vertical-align: middle;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-price__table__header,
  .l-price__table__data {
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-price__table__header,
  .l-price__table__data {
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

small {
  color: #d3d3d3;
}

.l-price__contact {
  margin-top: 5vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-price__contact .l-contact__ttlbox {
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-price__contact .l-contact__ttlbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
}
@media (max-width: 599px) {
  .l-price__contact .l-contact__ttlbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
}

.p-price03__img {
  width: 49.5833333333vw;
  height: 33.125vw;
  margin: 0 auto;
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-price03__img {
    width: 100%;
    height: auto;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .p-price03__img {
    width: 100%;
    height: auto;
    margin-top: 8vw;
  }
}

/* ============================================
gallery
============================================ */
.dg4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .dg4 {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .dg4 {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
  }
}

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

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

.l-access__txbox li {
  display: grid;
  grid-template-columns: 2fr 8fr;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-access__txbox li {
    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: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-access__txbox li {
    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: 5.3333333333vw;
  }
}

.l-access__txbox p {
  padding-top: 0.6944444444vw;
  padding-left: 0.6944444444vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 0.6944444444vw;
}
.l-access__txbox p:nth-child(1) {
  border-bottom: 2px solid;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-access__txbox p:nth-child(1) {
    text-align: left;
    border-bottom: none;
  }
}
@media (max-width: 599px) {
  .l-access__txbox p:nth-child(1) {
    text-align: left;
    border-bottom: none;
  }
}
.l-access__txbox p:nth-child(2) {
  border-bottom: 2px solid #d3d3d3;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-access__txbox p {
    padding: 0;
  }
}
@media (max-width: 599px) {
  .l-access__txbox p {
    padding: 0;
  }
}

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

/* ============================================
contact
============================================ */
.l-privacy {
  height: 28.8194444444vw;
  background: white;
  padding-top: 0.6944444444vw;
  padding-left: 5.7638888889vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 5.7638888889vw;
  margin-top: 2.5694444444vw;
  overflow-y: scroll;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-privacy {
    padding-top: 2.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 4.2666666667vw;
    height: 80vw;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-privacy {
    padding-top: 2.6666666667vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 4.2666666667vw;
    height: 80vw;
    margin-top: 5.3333333333vw;
  }
}

.fw700 {
  font-weight: 700;
}

.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: 2.7777777778vw;
    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: 2.7777777778vw;
    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-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667vw;
}

.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;
  }
}

.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;
  }
}

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

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.0416666667vw;
  padding-left: 0vw;
  padding-bottom: 1.0416666667vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw;
    padding-top: 3.2vw;
    padding-left: 0vw;
    padding-bottom: 3.2vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1333333333vw;
    padding-top: 3.2vw;
    padding-left: 0vw;
    padding-bottom: 3.2vw;
    padding-right: 0vw;
  }
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.2222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 599px) {
  .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-form__ttl {
  width: 19.4444444444vw;
}
@media (min-width: 768px) and (max-width: 999px) {
  .p-form__ttl {
    width: 34.7222222222vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .p-form__ttl {
    width: 34.7222222222vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-form__ttl {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .p-form__ttl {
    width: 100%;
  }
}

.p-form__required {
  color: red;
  margin-right: 1.3888888889vw;
}

.wpcf7-form-control-wrap {
  width: calc(100% - 21.5277777778vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.p-form__input,
.p-form__textarea {
  width: 100%;
  border: 1px solid #d3d3d3;
  padding-top: 0.8333333333vw;
  padding-left: 1.1111111111vw;
  padding-bottom: 0.8333333333vw;
  padding-right: 1.1111111111vw;
  background: white;
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-form__input,
  .p-form__textarea {
    margin-left: 0;
    padding-top: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .p-form__input,
  .p-form__textarea {
    margin-left: 0;
    padding-top: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 2.1333333333vw;
  }
}

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

.wpcf7-form-control-wrap .wpcf7-textarea {
  height: 13.3333333333vw;
  width: 100%;
  padding-top: 1.1111111111vw;
  padding-left: 1.1111111111vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  border: 1px solid #d3d3d3;
  background: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .wpcf7-form-control-wrap .wpcf7-textarea {
    height: 53.3333333333vw;
    padding-top: 3.2vw;
    padding-left: 3.2vw;
    padding-bottom: 3.2vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .wpcf7-form-control-wrap .wpcf7-textarea {
    height: 53.3333333333vw;
    padding-top: 3.2vw;
    padding-left: 3.2vw;
    padding-bottom: 3.2vw;
    padding-right: 3.2vw;
  }
}

/* ボタン */
.p-form__button-wrap {
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-form__button-wrap input[type=submit],
.p-form__button-wrap button[type=submit] {
  background-color: #486440;
  color: white;
  padding-top: 0.6944444444vw;
  padding-left: 2.0833333333vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 2.0833333333vw;
  font-size: max(12px, 1.3888888889vw);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.p-form__button-wrap input[type=submit]:hover,
.p-form__button-wrap button[type=submit]:hover {
  opacity: 0.7;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-form__button-wrap input[type=submit],
  .p-form__button-wrap button[type=submit] {
    padding-top: 2.6666666667vw;
    padding-left: 8vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 8vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.0625em;
  }
}
@media (max-width: 599px) {
  .p-form__button-wrap input[type=submit],
  .p-form__button-wrap button[type=submit] {
    padding-top: 2.6666666667vw;
    padding-left: 8vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 8vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.0625em;
  }
}