@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: #7e7e7e;
  font-family: "Shippori Mincho B1", serif;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  background: url(../img/pc/bg.webp) no-repeat center center/cover;
}
@media (min-width: 600px) and (max-width: 767px) {
  body {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.03125em;
  }
}
@media (max-width: 599px) {
  body {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.03125em;
  }
}

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

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

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

.fz36 {
  font-size: max(12px, 1.875vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
.fz36 span {
  color: #fe935f;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz36 {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .fz36 {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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

.fz28 {
  font-size: max(12px, 1.4583333333vw);
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.0357142857em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz28 {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 599px) {
  .fz28 {
    font-size: min(40px, 4.6511627907vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}

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

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

.fz22 {
  font-size: max(12px, 1.1458333333vw);
  font-weight: 700;
  line-height: 1.1818181818;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz22 {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 700;
    line-height: 1.1111111111;
    letter-spacing: 0.0555555556em;
  }
}
@media (max-width: 599px) {
  .fz22 {
    font-size: min(36px, 4.1860465116vw);
    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, 0.9375vw);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.0555555556em;
}

.fz16 {
  font-size: max(12px, 0.8333333333vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.0625em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz16 {
    font-size: min(30px, 3.488372093vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.0666666667em;
  }
}
@media (max-width: 599px) {
  .fz16 {
    font-size: min(30px, 3.488372093vw);
    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: #fafafa !important;
}

.cm {
  color: #fe935f !important;
}

.w100 {
  width: 100% !important;
}

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

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

.ml70 {
  margin-left: 3.6458333333vw !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: 3.125vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pt60 {
    padding-top: 7.4418604651vw;
  }
}
@media (max-width: 599px) {
  .pt60 {
    padding-top: 7.4418604651vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bgm {
  background: #fe935f !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;
}

.over {
  overflow-x: hidden;
}

@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-ttl {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: "Lora", serif;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-ttl {
    font-size: min(80px, 9.3023255814vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .c-ttl {
    font-size: min(80px, 9.3023255814vw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

.c-ttlbox {
  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;
  gap: 4.1666666667vw;
  color: #fe935f;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-ttlbox {
    gap: 8.1395348837vw;
  }
}
@media (max-width: 599px) {
  .c-ttlbox {
    gap: 8.1395348837vw;
  }
}

.c-line {
  border-top: 2px solid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-subttl {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-top: 1.0416666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-subttl {
    margin-top: 2.3255813953vw;
    font-size: min(40px, 4.6511627907vw);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .c-subttl {
    margin-top: 2.3255813953vw;
    font-size: min(40px, 4.6511627907vw);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

.c-main__ttl {
  padding-bottom: 1.5625vw;
  font-size: max(12px, 2.5vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 6.25vw;
  position: relative;
}
.c-main__ttl::after {
  position: absolute;
  width: 50%;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fe935f;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-main__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding-bottom: 2.7906976744vw;
    margin-top: 13.9534883721vw;
  }
}
@media (max-width: 599px) {
  .c-main__ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding-bottom: 2.7906976744vw;
    margin-top: 13.9534883721vw;
  }
}

.c-btn {
  font-size: max(12px, 1.25vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  color: white;
  padding-top: 1.5625vw;
  padding-left: 4.1666666667vw;
  padding-bottom: 1.5625vw;
  padding-right: 8.8541666667vw;
  background: #fe935f;
  border: 2px solid;
  position: relative;
}
.c-btn::after {
  position: absolute;
  width: 2.6041666667vw;
  height: 0.4427083333vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.1666666667vw;
  background: url(../img/pc/arrow.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-btn {
    padding-top: 4.6511627907vw;
    padding-left: 11.6279069767vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 23.2558139535vw;
    font-size: min(32px, 3.7209302326vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  .c-btn::after {
    width: 7.2093023256vw;
    height: 1.1627906977vw;
    right: 11.6279069767vw;
  }
}
@media (max-width: 599px) {
  .c-btn {
    padding-top: 4.6511627907vw;
    padding-left: 11.6279069767vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 23.2558139535vw;
    font-size: min(32px, 3.7209302326vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
  }
  .c-btn::after {
    width: 7.2093023256vw;
    height: 1.1627906977vw;
    right: 11.6279069767vw;
  }
}

/*----------------------------
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-top: 4.1666666667vw;
  padding-left: 16.6666666667vw;
  padding-bottom: 6.25vw;
  padding-right: 16.6666666667vw;
  padding-left: 16.6666666667vw !important;
  padding-right: 16.6666666667vw !important;
}
@media (min-width: 768px) and (max-width: 999px) {
  .inner {
    padding-left: 5.2083333333vw !important;
    padding-right: 5.2083333333vw !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .inner {
    padding-left: 5.2083333333vw !important;
    padding-right: 5.2083333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .inner {
    padding-top: 13.9534883721vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 4.6511627907vw;
    padding-left: 4.6511627907vw !important;
    padding-right: 4.6511627907vw !important;
  }
}
@media (max-width: 599px) {
  .inner {
    padding-top: 13.9534883721vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 4.6511627907vw;
    padding-left: 4.6511627907vw !important;
    padding-right: 4.6511627907vw !important;
  }
}

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

header.scrolled {
  background: #7e7e7e;
  -webkit-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s;
}

.l-drawer__icon {
  width: 13.023255814vw;
  height: 13.023255814vw;
  border-radius: 50%;
  background: #fe935f;
  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.976744186vw;
  height: 6.976744186vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 2.3255813953vw;
}

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

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

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

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

.p-drawer__icon--tx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.3953488372vw;
  font-size: min(22px, 2.5581395349vw);
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0em;
  font-family: "Lora", serif;
  color: white;
}

.l-drawer {
  overflow: scroll;
  padding-top: 46.511627907vw;
  width: 81.3953488372vw;
  height: 100%;
  position: fixed;
  background: url(../img/sp/drawer-bg.webp) no-repeat center center/cover;
  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__logo {
  width: 53.2558139535vw;
  height: 9.3023255814vw;
  margin: 0 auto;
}

.l-drawer__items {
  padding-top: 0vw;
  padding-left: 17.6744186047vw;
  padding-bottom: 0vw;
  padding-right: 17.6744186047vw;
}

.p-drawer__item {
  margin-top: 9.3023255814vw;
  font-size: min(40px, 4.6511627907vw);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  position: relative;
}
.p-drawer__item::after {
  position: absolute;
  width: 7.2093023256vw;
  height: 1.1627906977vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/pc/arrow-bk.webp) no-repeat center center/cover;
  content: "";
}

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

.to-top {
  position: fixed;
  width: 3.0208333333vw;
  height: 3.0208333333vw;
  bottom: 1.25vw;
  right: 2.1875vw;
  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: 13.488372093vw;
    height: 13.488372093vw;
    bottom: 23.2558139535vw;
    right: 4.1860465116vw;
  }
  .to-top.is-active {
    display: none;
  }
}
@media (max-width: 599px) {
  .to-top {
    width: 13.488372093vw;
    height: 13.488372093vw;
    bottom: 23.2558139535vw;
    right: 4.1860465116vw;
  }
  .to-top.is-active {
    display: none;
  }
}

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

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6041666667vw;
  padding-right: 6.25vw;
}
@media (min-width: 768px) and (max-width: 999px) {
  .l-header__inner {
    padding-right: 0vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .l-header__inner {
    padding-right: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__inner {
    padding-top: 4.6511627907vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 4.6511627907vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .l-header__inner {
    padding-top: 4.6511627907vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 4.6511627907vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-header__logo {
  width: 29.4791666667vw;
  height: 6.5104166667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__logo {
    width: 61.8604651163vw;
    height: 13.9534883721vw;
  }
}
@media (max-width: 599px) {
  .l-header__logo {
    width: 61.8604651163vw;
    height: 13.9534883721vw;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) and (max-width: 999px) {
  .l-header__nav {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .l-header__nav {
    gap: 0.5208333333vw;
  }
}
@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: 0.78125vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-header__item {
  font-weight: 700;
  color: white;
  text-shadow: 0.1041666667vw 0.15625vw 0.1041666667vw rgba(0, 0, 0, 0.2);
}

.c-web,
.c-tel {
  background: white;
  color: #fe935f;
  border: 2px solid;
  border-radius: 110px;
  font-size: max(12px, 1.25vw);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
.c-web a,
.c-tel a {
  padding-top: 1.0416666667vw;
  padding-left: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5208333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.c-web img {
  width: 1.9791666667vw;
  height: 1.8229166667vw;
}

.c-tel {
  font-family: "Lora", serif;
}
.c-tel img {
  width: 1.40625vw;
  height: 1.8229166667vw;
}

.l-fv {
  position: relative;
}

.p-fv__ttl {
  position: absolute;
  left: 7.8125vw;
  bottom: 10.15625vw;
  z-index: 5;
  font-size: max(12px, 2.5vw);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: white;
  text-shadow: 2px 3px 2px rgba(65, 52, 46, 0.5);
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-fv__ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    bottom: 90.6976744186vw;
    left: 6.976744186vw;
  }
}
@media (max-width: 599px) {
  .p-fv__ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    bottom: 90.6976744186vw;
    left: 6.976744186vw;
  }
}

.l-info {
  padding-top: 5.2083333333vw;
  padding-left: 10.4166666667vw;
  padding-bottom: 7.2916666667vw;
  padding-right: 10.4166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 8.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.3023255814vw;
    padding-top: 9.3023255814vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .l-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.3023255814vw;
    padding-top: 9.3023255814vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 9.3023255814vw;
  }
}

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

.l-news__items {
  margin-top: 1.0416666667vw;
  height: 18.2291666667vw;
  overflow-y: scroll;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news__items {
    margin-top: 2.3255813953vw;
    height: 46.511627907vw;
  }
}
@media (max-width: 599px) {
  .l-news__items {
    margin-top: 2.3255813953vw;
    height: 46.511627907vw;
  }
}

.l-news__item {
  padding-top: 2.0833333333vw;
  padding-left: 0vw;
  padding-bottom: 1.5625vw;
  padding-right: 0vw;
  border-bottom: 2px solid;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news__item {
    padding-top: 4.6511627907vw;
    padding-left: 0vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-news__item {
    padding-top: 4.6511627907vw;
    padding-left: 0vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 0vw;
  }
}

.p-news__item--ttl {
  margin-top: 1.0416666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-news__item--ttl {
    margin-top: 2.3255813953vw;
  }
}
@media (max-width: 599px) {
  .p-news__item--ttl {
    margin-top: 2.3255813953vw;
  }
}

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

.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 {
  font-size: max(12px, 1.3541666667vw);
  font-weight: 400;
  line-height: 1.1538461538;
  letter-spacing: 0.0769230769em;
  padding-top: 0.625vw;
  padding-left: 0.5208333333vw;
  padding-bottom: 0.625vw;
  padding-right: 0.5208333333vw;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-schedule__header,
  .c-schedule__data,
  .c-schedule__time {
    font-size: min(29px, 3.3720930233vw);
    font-weight: 400;
    line-height: 1.1724137931;
    letter-spacing: 0.0689655172em;
    padding-top: 1.8604651163vw;
    padding-left: 1.8604651163vw;
    padding-bottom: 1.8604651163vw;
    padding-right: 1.8604651163vw;
  }
}
@media (max-width: 599px) {
  .c-schedule__header,
  .c-schedule__data,
  .c-schedule__time {
    font-size: min(29px, 3.3720930233vw);
    font-weight: 400;
    line-height: 1.1724137931;
    letter-spacing: 0.0689655172em;
    padding-top: 1.8604651163vw;
    padding-left: 1.8604651163vw;
    padding-bottom: 1.8604651163vw;
    padding-right: 1.8604651163vw;
  }
}

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

.l-concept {
  padding-top: 0vw;
  padding-left: 10.4166666667vw;
  padding-bottom: 0vw;
  padding-right: 10.4166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.4166666667vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.976744186vw;
    padding-top: 0vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 0vw;
    padding-right: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .l-concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.976744186vw;
    padding-top: 0vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 0vw;
    padding-right: 9.3023255814vw;
  }
}

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

.p-concept__subttl {
  margin-top: 2.0833333333vw;
  font-size: max(12px, 2.0833333333vw);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-concept__subttl {
    margin-top: 4.6511627907vw;
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-concept__subttl {
    margin-top: 4.6511627907vw;
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

.p-concept__tx {
  margin-top: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-concept__tx {
    margin-top: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .p-concept__tx {
    margin-top: 4.6511627907vw;
  }
}

.p-concept__img {
  width: 31.25vw;
  height: 31.25vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-concept__img {
    width: 72.0930232558vw;
    height: 72.0930232558vw;
  }
}
@media (max-width: 599px) {
  .p-concept__img {
    width: 72.0930232558vw;
    height: 72.0930232558vw;
  }
}

.l-first {
  padding-top: 11.4583333333vw;
  padding-left: 16.6666666667vw;
  padding-bottom: 11.4583333333vw;
  padding-right: 16.6666666667vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 999px) {
  .l-first {
    padding-top: 8.3333333333vw;
    padding-left: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .l-first {
    padding-top: 8.3333333333vw;
    padding-left: 8.3333333333vw;
    padding-bottom: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-first {
    padding-top: 32.5581395349vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 32.5581395349vw;
    padding-right: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .l-first {
    padding-top: 32.5581395349vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 32.5581395349vw;
    padding-right: 9.3023255814vw;
  }
}

.p-first__asirai {
  position: absolute;
  width: 16.8229166667vw;
  height: 16.8229166667vw;
  right: -5.3645833333vw;
  top: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-first__asirai {
    width: 44.1860465116vw;
    height: 44.1860465116vw;
    right: -19.7674418605vw;
    top: -9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .p-first__asirai {
    width: 44.1860465116vw;
    height: 44.1860465116vw;
    right: -19.7674418605vw;
    top: -9.3023255814vw;
  }
}

.l-first__inner {
  background: url(../img/pc/first-bg.webp) no-repeat center center/cover;
}

.p-first__img01,
.p-first__img02 {
  width: 18.75vw;
  height: 18.75vw;
  position: absolute;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-first__img01,
  .p-first__img02 {
    width: 37.2093023256vw;
    height: 37.2093023256vw;
  }
}
@media (max-width: 599px) {
  .p-first__img01,
  .p-first__img02 {
    width: 37.2093023256vw;
    height: 37.2093023256vw;
  }
}

.p-first__img01 {
  top: 5.2083333333vw;
  left: 5.2083333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-first__img01 {
    top: 18.6046511628vw;
    left: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .p-first__img01 {
    top: 18.6046511628vw;
    left: 4.6511627907vw;
  }
}

.p-first__ttl {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 500;
  line-height: 1.3125;
  letter-spacing: 0em;
  padding-top: 4.1666666667vw;
  padding-left: 1.5625vw;
  padding-bottom: 6.0416666667vw;
  padding-right: 0vw;
  color: #8f2f00;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.p-first__ttl::before {
  position: absolute;
  width: 0.2604166667vw;
  height: 10.625vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #8f2f00;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-first__ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-top: 34.8837209302vw;
    padding-left: 3.488372093vw;
    padding-bottom: 34.8837209302vw;
    padding-right: 0vw;
  }
  .p-first__ttl::before {
    width: 3px;
    height: 23.7209302326vw;
  }
}
@media (max-width: 599px) {
  .p-first__ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-top: 34.8837209302vw;
    padding-left: 3.488372093vw;
    padding-bottom: 34.8837209302vw;
    padding-right: 0vw;
  }
  .p-first__ttl::before {
    width: 3px;
    height: 23.7209302326vw;
  }
}

.p-first__img02 {
  right: 5.2083333333vw;
  bottom: 5.2083333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-first__img02 {
    right: 4.6511627907vw;
    bottom: 18.6046511628vw;
  }
}
@media (max-width: 599px) {
  .p-first__img02 {
    right: 4.6511627907vw;
    bottom: 18.6046511628vw;
  }
}

.l-first__btnbox {
  position: relative;
  top: -2.2916666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-first__btnbox {
    top: -6.2790697674vw;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .l-first__btnbox {
    top: -6.2790697674vw;
    margin: 0;
  }
}

.p-feature__subttl {
  color: #fe935f;
  text-align: center;
}

.l-feature__items {
  padding-top: 0vw;
  padding-left: 6.25vw;
  padding-bottom: 17.7083333333vw;
  padding-right: 6.25vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature__items {
    padding-top: 0vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .l-feature__items {
    padding-top: 0vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 4.6511627907vw;
  }
}

.l-feature__item {
  position: relative;
}
.l-feature__item:nth-child(2n+1) .l-feature__item--box {
  margin-left: auto;
}
.l-feature__item:nth-child(2n+1) .p-feature__img {
  left: 0;
}
.l-feature__item:nth-child(1) {
  margin-top: 8.4375vw;
}
.l-feature__item:nth-child(2) {
  margin-top: 13.6979166667vw;
}
.l-feature__item:nth-child(3) {
  margin-top: 11.6666666667vw;
}
.l-feature__item:nth-child(4) {
  margin-top: 12.65625vw;
}
.l-feature__item:nth-child(5) {
  margin-top: 17.8645833333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature__item:nth-child(1) {
    margin-top: 9.3023255814vw;
  }
  .l-feature__item:nth-child(2), .l-feature__item:nth-child(3), .l-feature__item:nth-child(4), .l-feature__item:nth-child(5) {
    margin-top: 2.3255813953vw;
  }
}
@media (max-width: 599px) {
  .l-feature__item:nth-child(1) {
    margin-top: 9.3023255814vw;
  }
  .l-feature__item:nth-child(2), .l-feature__item:nth-child(3), .l-feature__item:nth-child(4), .l-feature__item:nth-child(5) {
    margin-top: 2.3255813953vw;
  }
}

.l-feature__item--box {
  padding-top: 3.125vw;
  padding-left: 7.2916666667vw;
  padding-bottom: 3.125vw;
  padding-right: 7.2916666667vw;
  border: 2px solid;
  width: 56.25vw;
  position: relative;
  z-index: 5;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature__item--box {
    width: 81.3953488372vw;
    margin: 0 auto;
    padding-top: 13.9534883721vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .l-feature__item--box {
    width: 81.3953488372vw;
    margin: 0 auto;
    padding-top: 13.9534883721vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 4.6511627907vw;
  }
}

.l-feature__item--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-feature__item--number {
    gap: 3.7209302326vw;
  }
}
@media (max-width: 599px) {
  .l-feature__item--number {
    gap: 3.7209302326vw;
  }
}

.p-feature__item--number {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: "Dancing Script", cursive;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature__item--number {
    font-size: min(80px, 9.3023255814vw);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-feature__item--number {
    font-size: min(80px, 9.3023255814vw);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

.p-feature__item--ttl {
  font-size: max(12px, 1.875vw);
  font-weight: 500;
  line-height: 1.1111111111;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature__item--ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-feature__item--ttl {
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.p-feature__item--tx {
  margin-top: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature__item--tx {
    margin-top: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .p-feature__item--tx {
    margin-top: 9.3023255814vw;
  }
}

.p-feature__img {
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature__img {
    width: 90.6976744186vw;
    height: 90.6976744186vw;
    position: relative;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: -6.976744186vw;
  }
}
@media (max-width: 599px) {
  .p-feature__img {
    width: 90.6976744186vw;
    height: 90.6976744186vw;
    position: relative;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    top: -6.976744186vw;
  }
}

.p-feature__asirai01,
.p-feature__asirai02,
.p-feature__asirai03,
.p-feature__asirai05 {
  position: absolute;
  z-index: -1;
}

.p-feature__asirai01 {
  width: 18.4375vw;
  height: 25.625vw;
  left: -6.09375vw;
  bottom: -18.2291666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature__asirai01 {
    width: 37.2093023256vw;
    height: 49.3023255814vw;
    left: -27.9069767442vw;
  }
}
@media (max-width: 599px) {
  .p-feature__asirai01 {
    width: 37.2093023256vw;
    height: 49.3023255814vw;
    left: -27.9069767442vw;
  }
}

.p-feature__asirai02 {
  width: 22.8645833333vw;
  height: 22.8645833333vw;
  right: -12.5vw;
  bottom: -22.3958333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature__asirai02 {
    width: 48.1395348837vw;
    height: 48.1395348837vw;
    right: -37.2093023256vw;
  }
}
@media (max-width: 599px) {
  .p-feature__asirai02 {
    width: 48.1395348837vw;
    height: 48.1395348837vw;
    right: -37.2093023256vw;
  }
}

.p-feature__asirai03 {
  width: 15.0520833333vw;
  height: 47.65625vw;
  left: -6.09375vw;
  bottom: -31.25vw;
}

.p-feature__asirai05 {
  width: 26.5625vw;
  height: 26.5625vw;
  right: -12.5vw;
  bottom: -21.3541666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-feature__asirai05 {
    width: 61.8604651163vw;
    height: 61.8604651163vw;
    right: -40.9302325581vw;
    bottom: -30.2325581395vw;
  }
}
@media (max-width: 599px) {
  .p-feature__asirai05 {
    width: 61.8604651163vw;
    height: 61.8604651163vw;
    right: -40.9302325581vw;
    bottom: -30.2325581395vw;
  }
}

.l-treatment {
  position: relative;
  background: url(../img/pc/treatment-bg.webp) no-repeat center center/cover;
  padding-top: 0vw;
  padding-left: 10.4166666667vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 10.4166666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-treatment {
    padding-top: 0vw;
    padding-left: 5.8139534884vw;
    padding-bottom: 9.3023255814vw;
    padding-right: 5.8139534884vw;
    background: url(../img/sp/treatment-bg.webp) no-repeat center center/cover;
  }
}
@media (max-width: 599px) {
  .l-treatment {
    padding-top: 0vw;
    padding-left: 5.8139534884vw;
    padding-bottom: 9.3023255814vw;
    padding-right: 5.8139534884vw;
    background: url(../img/sp/treatment-bg.webp) no-repeat center center/cover;
  }
}

.p-treatment__tx {
  margin-top: 3.125vw;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-treatment__tx {
    margin-top: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .p-treatment__tx {
    margin-top: 4.6511627907vw;
  }
}

.l-treatment__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.1666666667vw;
  margin-top: 3.125vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-treatment__items {
    margin-top: 9.3023255814vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 11.6279069767vw 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .l-treatment__items {
    margin-top: 9.3023255814vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 11.6279069767vw 4.6511627907vw;
  }
}

.l-treatment__item {
  width: 16.6666666667vw;
  height: 16.6666666667vw;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.2);
}
.l-treatment__item:nth-child(2), .l-treatment__item:nth-child(3), .l-treatment__item:nth-child(6), .l-treatment__item:nth-child(7) {
  margin-top: 3.125vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-treatment__item {
    width: 41.8604651163vw;
    height: 41.8604651163vw;
  }
  .l-treatment__item:nth-child(2n) {
    margin-top: 4.6511627907vw;
  }
  .l-treatment__item:nth-child(3), .l-treatment__item:nth-child(7) {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .l-treatment__item {
    width: 41.8604651163vw;
    height: 41.8604651163vw;
  }
  .l-treatment__item:nth-child(2n) {
    margin-top: 4.6511627907vw;
  }
  .l-treatment__item:nth-child(3), .l-treatment__item:nth-child(7) {
    margin-top: 0;
  }
}

.p-treatment__item--ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.125vw;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  width: 100%;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-treatment__item--ttl {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    top: 6.976744186vw;
  }
}
@media (max-width: 599px) {
  .p-treatment__item--ttl {
    font-size: min(36px, 4.1860465116vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    top: 6.976744186vw;
  }
}

.l-greeting {
  padding-top: 4.1666666667vw;
  padding-left: 6.25vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 0vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.84375vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.3720930233vw;
    padding-top: 13.9534883721vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 12.5581395349vw;
    padding-right: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .l-greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.3720930233vw;
    padding-top: 13.9534883721vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 12.5581395349vw;
    padding-right: 9.3023255814vw;
  }
}

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

.p-greeting__tx {
  margin-top: 3.125vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-greeting__tx {
    margin-top: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .p-greeting__tx {
    margin-top: 4.6511627907vw;
  }
}

.p-greeting__name {
  margin-top: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-greeting__name {
    margin-top: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .p-greeting__name {
    margin-top: 4.6511627907vw;
  }
}

.l-greeting__btnbox {
  margin-top: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-greeting__btnbox {
    margin-top: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .l-greeting__btnbox {
    margin-top: 9.3023255814vw;
  }
}

.p-greeting__btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fd9c57), to(#f3d838));
  background: linear-gradient(to right, #fd9c57 25%, #f3d838 100%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-greeting__img {
  width: 45.15625vw;
  height: 47.65625vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-greeting__img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .p-greeting__img {
    width: 100%;
    height: auto;
  }
}

.p-greeting__asirai {
  position: absolute;
  left: -5.5729166667vw;
  top: -4.4270833333vw;
  width: 15.9895833333vw;
  height: 15.9895833333vw;
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-greeting__asirai {
    width: 34.1860465116vw;
    height: 34.1860465116vw;
    top: -13.2558139535vw;
    left: -15.5813953488vw;
  }
}
@media (max-width: 599px) {
  .p-greeting__asirai {
    width: 34.1860465116vw;
    height: 34.1860465116vw;
    top: -13.2558139535vw;
    left: -15.5813953488vw;
  }
}

.l-gallery {
  background: url(../img/pc/gallery-bg.webp) no-repeat center center/cover;
  padding-top: 4.1666666667vw;
  padding-left: 0vw;
  padding-bottom: 6.25vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-gallery {
    padding-top: 13.9534883721vw;
    padding-left: 0vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 0vw;
    background: url(../img/sp/gallery-bg.webp) no-repeat center center/cover;
  }
}
@media (max-width: 599px) {
  .l-gallery {
    padding-top: 13.9534883721vw;
    padding-left: 0vw;
    padding-bottom: 13.9534883721vw;
    padding-right: 0vw;
    background: url(../img/sp/gallery-bg.webp) no-repeat center center/cover;
  }
}

.l-gallery__linebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.96875vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 6.25vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-gallery__linebox {
    gap: 5.3488372093vw;
    padding-right: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .l-gallery__linebox {
    gap: 5.3488372093vw;
    padding-right: 9.3023255814vw;
  }
}

.p-gallery__subttl {
  text-align: right;
}

.l-gallery01__swiper-container,
.l-gallery02__swiper-container {
  position: relative;
}

.l-gallery01__swiper-container {
  margin-top: 3.125vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-gallery01__swiper-container {
    margin-top: 6.976744186vw;
  }
}
@media (max-width: 599px) {
  .l-gallery01__swiper-container {
    margin-top: 6.976744186vw;
  }
}

.l-gallery02__swiper-container {
  margin-top: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-gallery02__swiper-container {
    margin-top: 6.0465116279vw;
  }
}
@media (max-width: 599px) {
  .l-gallery02__swiper-container {
    margin-top: 6.0465116279vw;
  }
}

.swiper {
  position: relative;
}

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

.l-footer__inner {
  margin-top: 6.25vw;
  background: url(../img/pc/footer-bg.webp) no-repeat center center/cover;
  padding-top: 5.2083333333vw;
  padding-left: 16.6666666667vw;
  padding-bottom: 1.5625vw;
  padding-right: 16.6666666667vw;
}
@media (min-width: 768px) and (max-width: 999px) {
  .l-footer__inner {
    padding-top: 5.2083333333vw;
    padding-left: 10.4166666667vw;
    padding-bottom: 1.5625vw;
    padding-right: 10.4166666667vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .l-footer__inner {
    padding-top: 5.2083333333vw;
    padding-left: 10.4166666667vw;
    padding-bottom: 1.5625vw;
    padding-right: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 13.9534883721vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 9.3023255814vw;
    margin-top: 0;
    background: url(../img/sp/footer-bg.webp) no-repeat center center/cover;
  }
}
@media (max-width: 599px) {
  .l-footer__inner {
    padding-top: 13.9534883721vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 9.3023255814vw;
    margin-top: 0;
    background: url(../img/sp/footer-bg.webp) no-repeat center center/cover;
  }
}

.l-footer__logo {
  width: 25.3125vw;
  height: 4.4270833333vw;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__logo {
    width: 53.2558139535vw;
    height: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .l-footer__logo {
    width: 53.2558139535vw;
    height: 9.3023255814vw;
  }
}

.l-footer__fx {
  margin-top: 6.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1666666667vw;
}
@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: 4.6511627907vw;
    margin-top: 6.976744186vw;
  }
}
@media (max-width: 599px) {
  .l-footer__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.6511627907vw;
    margin-top: 6.976744186vw;
  }
}

.p-footer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border: 2px solid;
  color: #fe935f;
  padding-top: 2.0833333333vw;
  padding-left: 4.6875vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 4.6875vw;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-footer__item {
    padding-top: 4.6511627907vw;
    padding-left: 0vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .p-footer__item {
    padding-top: 4.6511627907vw;
    padding-left: 0vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 0vw;
  }
}

.p-footer__item--tx {
  font-size: max(12px, 1.25vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-footer__item--tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-footer__item--tx {
    font-size: min(32px, 3.7209302326vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

.p-footer__item--tel,
.p-footer__item--web {
  margin-top: 1.875vw;
  font-size: max(12px, 2.5vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: "Lora", serif;
  padding-left: 3.4375vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.p-footer__item--tel::before,
.p-footer__item--web::before {
  position: absolute;
  width: 2.3958333333vw;
  height: 3.125vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/pc/tel.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-footer__item--tel,
  .p-footer__item--web {
    margin-top: 2.3255813953vw;
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
    padding-left: 9.3023255814vw;
  }
  .p-footer__item--tel::before,
  .p-footer__item--web::before {
    width: 6.976744186vw;
    height: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .p-footer__item--tel,
  .p-footer__item--web {
    margin-top: 2.3255813953vw;
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
    padding-left: 9.3023255814vw;
  }
  .p-footer__item--tel::before,
  .p-footer__item--web::before {
    width: 6.976744186vw;
    height: 9.3023255814vw;
  }
}

.p-footer__item--web {
  padding-left: 4.4270833333vw;
}
.p-footer__item--web::before {
  background: url(../img/pc/web.webp) no-repeat center center/cover;
  width: 3.4375vw;
  height: 3.125vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-footer__item--web {
    padding-left: 12.3255813953vw;
  }
  .p-footer__item--web::before {
    width: 10.2325581395vw;
    height: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .p-footer__item--web {
    padding-left: 12.3255813953vw;
  }
  .p-footer__item--web::before {
    width: 10.2325581395vw;
    height: 9.3023255814vw;
  }
}

.l-map {
  margin-top: 4.1666666667vw;
  width: 100%;
  height: 29.1666666667vw;
}
.l-map iframe {
  width: 100%;
  height: 29.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-map {
    margin-top: 9.3023255814vw;
    height: 130.2325581395vw;
  }
  .l-map iframe {
    height: 130.2325581395vw;
  }
}
@media (max-width: 599px) {
  .l-map {
    margin-top: 9.3023255814vw;
    height: 130.2325581395vw;
  }
  .l-map iframe {
    height: 130.2325581395vw;
  }
}

.l-footer__copy {
  margin-top: 4.1666666667vw;
  text-align: center;
  font-size: max(12px, 0.8333333333vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 9.3023255814vw;
    font-size: min(26px, 3.023255814vw);
    font-weight: 400;
    line-height: 1.3846153846;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .l-footer__copy {
    margin-top: 9.3023255814vw;
    font-size: min(26px, 3.023255814vw);
    font-weight: 400;
    line-height: 1.3846153846;
    letter-spacing: 0em;
  }
}

.c-fv {
  background: url(../img/pc/c-fv.webp) no-repeat center center/cover;
}

.c-fv__ttl {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  padding-top: 12.7604166667vw;
  padding-left: 6.25vw;
  padding-bottom: 10.4166666667vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fv__ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-top: 32.5581395349vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 27.9069767442vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .c-fv__ttl {
    font-size: min(64px, 7.4418604651vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-top: 32.5581395349vw;
    padding-left: 9.3023255814vw;
    padding-bottom: 27.9069767442vw;
    padding-right: 0vw;
  }
}

/* ============================================
first
============================================ */
.p-first__subttl {
  font-size: max(12px, 1.875vw);
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  color: #fe935f;
  padding-top: 0.5208333333vw;
  padding-left: 1.0416666667vw;
  padding-bottom: 0.5208333333vw;
  padding-right: 0vw;
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin-top: 3.125vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-first__subttl {
    margin-top: 6.976744186vw;
    padding-top: 2.3255813953vw;
    padding-left: 2.3255813953vw;
    padding-bottom: 2.3255813953vw;
    padding-right: 0vw;
    font-size: min(40px, 4.6511627907vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-first__subttl {
    margin-top: 6.976744186vw;
    padding-top: 2.3255813953vw;
    padding-left: 2.3255813953vw;
    padding-bottom: 2.3255813953vw;
    padding-right: 0vw;
    font-size: min(40px, 4.6511627907vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.c-tx {
  margin-top: 2.0833333333vw;
}
.c-tx li {
  padding-left: 1.5625vw;
  position: relative;
}
.c-tx li::before {
  position: absolute;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  top: 0.5208333333vw;
  left: 0vw;
  background: #7e7e7e;
  border-radius: 50%;
  content: "";
}
@media (min-width: 768px) and (max-width: 999px) {
  .c-tx li::before {
    top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-tx {
    margin-top: 6.976744186vw;
  }
  .c-tx li {
    padding-left: 4.6511627907vw;
  }
  .c-tx li::before {
    width: 2.3255813953vw;
    height: 2.3255813953vw;
    top: 2.3255813953vw;
  }
}
@media (max-width: 599px) {
  .c-tx {
    margin-top: 6.976744186vw;
  }
  .c-tx li {
    padding-left: 4.6511627907vw;
  }
  .c-tx li::before {
    width: 2.3255813953vw;
    height: 2.3255813953vw;
    top: 2.3255813953vw;
  }
}

.c-nagare {
  margin-top: 3.8541666667vw;
  position: relative;
  z-index: 1;
}
.c-nagare::before {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 2.6041666667vw;
  left: 2.0833333333vw;
  background: #7e7e7e;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-nagare {
    margin-top: 9.3023255814vw;
  }
  .c-nagare::before {
    display: none;
  }
}
@media (max-width: 599px) {
  .c-nagare {
    margin-top: 9.3023255814vw;
  }
  .c-nagare::before {
    display: none;
  }
}

.c-nagare__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4.1666666667vw;
}
.c-nagare__item:not(:first-child) {
  margin-top: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-nagare__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.3255813953vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-nagare__item:not(:first-child) {
    margin-top: 6.976744186vw;
  }
}
@media (max-width: 599px) {
  .c-nagare__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.3255813953vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-nagare__item:not(:first-child) {
    margin-top: 6.976744186vw;
  }
}

.c-nagare__number {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: "Lora", serif;
  padding-top: 1.0416666667vw;
  padding-left: 1.1458333333vw;
  padding-bottom: 1.0416666667vw;
  padding-right: 1.1458333333vw;
  border: 2px solid;
  border-radius: 50%;
  background: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-nagare__number {
    padding-top: 3.7209302326vw;
    padding-left: 4.1860465116vw;
    padding-bottom: 3.7209302326vw;
    padding-right: 4.1860465116vw;
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .c-nagare__number {
    padding-top: 3.7209302326vw;
    padding-left: 4.1860465116vw;
    padding-bottom: 3.7209302326vw;
    padding-right: 4.1860465116vw;
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.c-nagare__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  border-bottom: 2px solid;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-nagare__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .c-nagare__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
  }
}

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

.c-nagare__ttl {
  color: #fe935f;
  border: 2px solid;
  padding-top: 0.78125vw;
  padding-left: 0vw;
  padding-bottom: 0.78125vw;
  padding-right: 0vw;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-nagare__ttl {
    padding-top: 2.3255813953vw;
    padding-left: 0vw;
    padding-bottom: 2.3255813953vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .c-nagare__ttl {
    padding-top: 2.3255813953vw;
    padding-left: 0vw;
    padding-bottom: 2.3255813953vw;
    padding-right: 0vw;
  }
}

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

/* ============================================
staff
============================================ */
.c-fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}
@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: 9.3023255814vw;
  }
}
@media (max-width: 599px) {
  .c-fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9.3023255814vw;
  }
}

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

.p-staff__name {
  margin-top: 0.5208333333vw;
  font-size: max(12px, 2.5vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  padding-bottom: 1.0416666667vw;
  border-bottom: 2px solid;
}
.p-staff__name span {
  color: #fe935f;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-staff__name {
    margin-top: 2.3255813953vw;
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
    padding-bottom: 3.7209302326vw;
  }
}
@media (max-width: 599px) {
  .p-staff__name {
    margin-top: 2.3255813953vw;
    font-size: min(48px, 5.5813953488vw);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0em;
    padding-bottom: 3.7209302326vw;
  }
}

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

/* ============================================
price
============================================ */
.l-price__item {
  margin-top: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-price__item {
    margin-top: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .l-price__item {
    margin-top: 4.6511627907vw;
  }
}

.p-price__item--ttl,
.p-price__item--tx {
  text-align: center;
  padding-top: 1.5625vw;
  padding-left: 0vw;
  padding-bottom: 1.5625vw;
  padding-right: 0vw;
  border-bottom: 2px solid #7e7e7e;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-price__item--ttl,
  .p-price__item--tx {
    padding-top: 2.3255813953vw;
    padding-left: 0vw;
    padding-bottom: 2.3255813953vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .p-price__item--ttl,
  .p-price__item--tx {
    padding-top: 2.3255813953vw;
    padding-left: 0vw;
    padding-bottom: 2.3255813953vw;
    padding-right: 0vw;
  }
}

.p-price__item--ttl {
  background: #fe935f;
  color: white;
  border-top: 2px solid #7e7e7e;
}

.p-price__item--tx {
  background: white;
}

.l-clinic01 {
  margin: 0 calc(50% - 50vw);
  width: 99.4vw;
}

.dg3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .dg3 {
    grid-template-columns: 1fr;
    gap: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .dg3 {
    grid-template-columns: 1fr;
    gap: 4.6511627907vw;
  }
}

.l-clinic05__table {
  border-collapse: collapse;
  table-layout: fixed;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-clinic05__table {
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
  }
}
@media (max-width: 599px) {
  .l-clinic05__table {
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
  }
}
.l-clinic05__table tr {
  border-bottom: 2px solid #7e7e7e;
  border-top: 2px solid #7e7e7e;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-clinic05__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .l-clinic05__table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.6511627907vw;
  }
}

.p-clinic05__table--ttl,
.p-clinic05__table--tx {
  padding-top: 1.5625vw;
  padding-left: 2.0833333333vw;
  padding-bottom: 1.5625vw;
  padding-right: 2.0833333333vw;
  vertical-align: middle;
  text-align: center;
}

.p-clinic05__table--ttl {
  color: white;
  background: #fe935f;
  width: 25vw;
}

.p-clinic05__table--tx {
  width: calc(100% - 25vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-clinic05__table--tx {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .p-clinic05__table--tx {
    width: 100%;
  }
}

.c-main__ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fe935f;
  margin: 0 calc(50% - 50vw);
  width: 99.4vw;
  margin-top: 10.4166666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-main__ttlbox {
    gap: 4.6511627907vw;
    margin-top: 23.2558139535vw;
  }
}
@media (max-width: 599px) {
  .c-main__ttlbox {
    gap: 4.6511627907vw;
    margin-top: 23.2558139535vw;
  }
}

.c-sub__ttl {
  color: #fe935f;
  margin-top: 1.0416666667vw;
  text-align: center;
  font-size: max(12px, 1.875vw);
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-sub__ttl {
    margin-top: 2.3255813953vw;
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .c-sub__ttl {
    margin-top: 2.3255813953vw;
    font-size: min(40px, 4.6511627907vw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

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

.p-medical__btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fd9c57), to(#f3d838));
  background: linear-gradient(to right, #fd9c57 25%, #f3d838 100%);
}

.l-medical04__box {
  padding-top: 2.0833333333vw;
  padding-left: 3.125vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 3.125vw;
  border: 2px solid;
  height: 35.8333333333vw;
  overflow-y: scroll;
  margin-top: 3.125vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-medical04__box {
    padding-top: 4.6511627907vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 4.6511627907vw;
    height: 93.023255814vw;
    margin-top: 6.976744186vw;
  }
}
@media (max-width: 599px) {
  .l-medical04__box {
    padding-top: 4.6511627907vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 4.6511627907vw;
    height: 93.023255814vw;
    margin-top: 6.976744186vw;
  }
}

.gap80 {
  gap: 4.1666666667vw;
}

.l-medical__item {
  padding-top: 2.0833333333vw;
  padding-left: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 2.0833333333vw;
  background: white;
  -webkit-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-medical__item {
    padding-top: 4.6511627907vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .l-medical__item {
    padding-top: 4.6511627907vw;
    padding-left: 4.6511627907vw;
    padding-bottom: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}

.dg2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625vw;
  padding-top: 0vw;
  padding-left: 18.2291666667vw;
  padding-bottom: 0vw;
  padding-right: 18.2291666667vw;
  margin-top: 3.125vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .dg2 {
    grid-template-columns: 1fr;
    gap: 2.3255813953vw;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .dg2 {
    grid-template-columns: 1fr;
    gap: 2.3255813953vw;
    padding: 0;
  }
}

.breadcrumb {
  padding-top: 4.1666666667vw;
  padding-left: 16.6666666667vw;
  padding-bottom: 0vw;
  padding-right: 16.6666666667vw;
}
@media (min-width: 768px) and (max-width: 999px) {
  .breadcrumb {
    padding-top: 0vw;
    padding-left: 5.2083333333vw;
    padding-bottom: 0vw;
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .breadcrumb {
    padding-top: 0vw;
    padding-left: 5.2083333333vw;
    padding-bottom: 0vw;
    padding-right: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .breadcrumb {
    padding-top: 5.5813953488vw;
    padding-left: 3.7209302326vw;
    padding-bottom: 5.5813953488vw;
    padding-right: 3.7209302326vw;
  }
}
@media (max-width: 599px) {
  .breadcrumb {
    padding-top: 5.5813953488vw;
    padding-left: 3.7209302326vw;
    padding-bottom: 5.5813953488vw;
    padding-right: 3.7209302326vw;
  }
}

.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.25vw;
  margin-bottom: 8.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-archive {
    grid-template-columns: 1fr;
    gap: 3.7209302326vw;
    margin-bottom: 18.6046511628vw;
  }
}
@media (max-width: 599px) {
  .l-archive {
    grid-template-columns: 1fr;
    gap: 3.7209302326vw;
    margin-bottom: 18.6046511628vw;
  }
}

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

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

.p-single__tx {
  margin-top: 0.8333333333vw;
  margin-left: 0vw;
  margin-bottom: 4.1666666667vw;
  margin-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-single__tx {
    margin-top: 2.7906976744vw;
    margin-left: 0vw;
    margin-bottom: 9.3023255814vw;
    margin-right: 0vw;
  }
}
@media (max-width: 599px) {
  .p-single__tx {
    margin-top: 2.7906976744vw;
    margin-left: 0vw;
    margin-bottom: 9.3023255814vw;
    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.0416666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .page-numbers {
    gap: 4.6511627907vw;
  }
}
@media (max-width: 599px) {
  .page-numbers {
    gap: 4.6511627907vw;
  }
}