@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Zen Old Mincho", serif;
  --en-font: "Cinzel", serif;
  --base-color: #333;
  --main: #CDBC94;
  --main-light: #F0EBDF;
  --main-dark: #AC904C;
  --sub: #FFFF27;
  --sub-light: #EBF3F3;
  --sub-dark: #546C6C;
  --gray: #E0E2E4;
  --gray-light: #F0F0F0;
  --gray-dark: #717171;
  --gray-black: #0A2039;
  --white: #FFFFFF;
  --black: #000000;
  --link: #2DABF1;
  --error: #ED6E4E;
  --variation1: #ffd9dc;
  --variation2: #ffe0cc;
  --variation3: #fdefe6;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
}

body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--base-color);
  font-family: var(--base-font);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    margin-bottom: 5.8rem;
    overflow-x: hidden;
  }
}

a {
  transition: all 0.5s;
}

/*
@include pc {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

img {
  vertical-align: middle;
}

.hamburger {
  position: fixed;
  top: 4.7rem;
  right: 5.7rem;
  width: 3.6rem;
  height: 3.6rem;
  cursor: pointer;
  z-index: 3000;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    background: var(--base-color);
  }
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger__line {
  position: absolute;
  width: 36px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--base-color);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger__line {
    background-color: var(--white);
    width: 30px;
  }
}

.hamburger__line--1 {
  top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--1 {
    top: 2.1rem;
  }
}

.hamburger__line--2 {
  top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--2 {
    top: 2.9rem;
  }
}

.hamburger__line--3 {
  top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .hamburger__line--3 {
    top: 3.7rem;
  }
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  top: 1.7rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--1 {
    top: 2.9rem;
  }
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  top: 1.7rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
@media screen and (max-width: 768px) {
  .open .hamburger__line--3 {
    top: 2.9rem;
  }
}

.sp-nav {
  position: fixed;
  right: -54rem;
  top: 0;
  width: 54rem;
  height: 100%;
  background-color: var(--white);
  transition: all 0.5s;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  z-index: 2000;
  box-shadow: -4px 5px 15px 0px rgba(123, 123, 123, 0.25);
}
@media screen and (max-width: 768px) {
  .sp-nav {
    right: -100%;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    align-items: flex-start;
    border-radius: 0;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) {
  .sp-nav-left {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-nav-left {
    display: flex;
    align-items: center;
    gap: 0;
    padding-left: 2rem;
    height: 7.6rem;
  }
  .sp-nav-left__block01 {
    width: 27rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sp-nav-left__logo {
    width: 100%;
  }
  .sp-nav-left__logo img {
    width: 100%;
    height: auto;
  }
  .sp-nav-left__logo a:hover {
    opacity: 0.7;
  }
  .sp-nav-left__tagline {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.04em;
    background: var(--gray-light);
    padding: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.black-bg {
  transition: all 0.5s;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  right: 0;
  visibility: visible;
  transition-delay: 0s;
}

.open .black-bg {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1500;
}

.lightbox {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: fixed !important;
}

.lightboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}

.lb-data .lb-number {
  color: var(--white) !important;
}

@media screen and (min-width: 769px) {
  .lightbox__link {
    pointer-events: none;
  }
}
.caseSwiper .swiper {
  padding: 1rem 0;
  max-width: 124rem;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper {
    padding: 1rem 2rem;
    width: 100%;
    margin: 0;
  }
}
.caseSwiper .swiper-buttons {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-buttons {
    width: 100%;
  }
}
.caseSwiper .swiper-slide {
  scale: 0.9;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide {
    opacity: 0.5;
  }
}
.caseSwiper .swiper-slide-active {
  scale: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-slide-active {
    opacity: 1;
  }
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.caseSwiper .swiper-button-next:hover,
.caseSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.caseSwiper .swiper-button-next {
  position: absolute;
  right: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-next {
    right: 0;
  }
}
.caseSwiper .swiper-button-prev {
  position: absolute;
  left: -6.4rem;
}
@media screen and (max-width: 768px) {
  .caseSwiper .swiper-button-prev {
    left: 0;
  }
}
.caseSwiper .swiper-button-next:after,
.caseSwiper .swiper-button-prev:after {
  font-size: 1.1rem;
  font-weight: 600;
}
.caseSwiper .swiper-button-next,
.caseSwiper .swiper-button-prev {
  top: 50% !important;
}
.blogSwiper .swiper {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.blogSwiper .swiper-buttons {
  width: 94.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .blogSwiper .swiper-buttons {
    width: 100%;
  }
}
.blogSwiper .swiper-button-next,
.blogSwiper .swiper-button-prev {
  color: var(--white);
  background: var(--main-dark);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: all 0.5s;
}
.blogSwiper .swiper-button-next:hover,
.blogSwiper .swiper-button-prev:hover {
  opacity: 0.7;
}
.blogSwiper .swiper-button-next:after,
.blogSwiper .swiper-button-prev:after {
  font-size: 1.4rem;
  font-weight: 600;
}

.noSwiper--case {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.noSwiper--case .c-card {
  width: calc((100% - 1.8rem) / 2);
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--case .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.noSwiper--blog {
  display: flex;
  justify-content: center;
  gap: 0 2.4rem;
  flex-wrap: wrap;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
.noSwiper--blog .c-card {
  width: calc((100% - 1.8rem) / 3);
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .noSwiper--blog .c-card + .c-card {
    margin-top: 2.4rem;
  }
}

.l-main {
  width: 100%;
  overflow: hidden;
  display: block;
}

.l-footer {
  background: var(--base-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  text-align: center;
}
.l-footer small {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.l-footer a:hover {
  opacity: 0.7;
}

/* ----- l-information ----- */
.l-information {
  padding: 18.6rem 0 15.4rem 0;
}
@media screen and (max-width: 768px) {
  .l-information {
    padding: 5.2rem 2rem;
  }
}
.l-information__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-information__inner {
    width: 100%;
  }
}

.l-cta {
  position: relative;
  padding: 9.5rem 0 12rem 0;
  background: url(../img/l-cta-bg.jpg) no-repeat left top/cover;
  box-shadow: 0px 7px 20px 0px rgba(25, 25, 25, 0.3);
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 5rem 2rem 3rem 2rem;
    background: url(../img/l-cta-bg-sp.jpg) no-repeat left top/cover;
    box-shadow: 0px 7px 10px 0px rgba(25, 25, 25, 0.3);
  }
}
.l-cta::before {
  content: "";
  width: 1px;
  height: 9rem;
  background: var(--gray-dark);
  position: absolute;
  left: 50%;
  top: -3.6rem;
}
@media screen and (max-width: 768px) {
  .l-cta::before {
    height: 7rem;
    top: -2.4rem;
  }
}
.l-cta__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-cta__inner {
    width: 100%;
  }
}
.l-cta__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-cta__title {
    margin-bottom: 2.4rem;
  }
}
.l-cta-box01 {
  background: var(--white) url(../img/l-cta-box01-bg.png) no-repeat right bottom/37.3rem auto;
  padding: 7rem 0 5.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-cta-box01 {
    background-image: none;
    padding: 4.2rem 2rem 2.2rem 2rem;
  }
}
.l-cta-box01__inner {
  width: 81.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-cta-box01__inner {
    width: 100%;
  }
}
.l-cta-box01__subtitle {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-cta-box01__subtitle {
    margin-bottom: 2.4rem;
  }
}
.l-cta-box01__subtitle h3 {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-cta-box01__subtitle h3 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
.l-cta-box01__subtitle h3 span {
  display: inline-block;
  border-bottom: 1px solid var(--base-color);
  padding: 1.2rem 0;
}
@media screen and (max-width: 768px) {
  .l-cta-box01__subtitle h3 span {
    padding: 0.4rem 0;
  }
}
.l-cta-box01__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-cta-box01__list {
    flex-wrap: wrap;
    gap: 2.4rem 0.4rem;
  }
  .l-cta-box01__list img {
    width: 13rem;
    height: auto;
  }
}
.l-cta-box01__list .shadow {
  box-shadow: 0px 0px 7.105px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .l-cta-box01__list .shadow {
    width: 100%;
    height: auto;
  }
}
.l-cta-box02 {
  width: 100%;
  position: relative;
  background: var(--gray-light);
  padding: 5rem 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.2rem 5rem;
}
@media screen and (max-width: 768px) {
  .l-cta-box02 {
    padding: 3rem 2rem;
    gap: 2rem 0;
  }
}
.l-cta-box02__subtitle {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-cta-box02__subtitle {
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}
.l-cta-box02__phone {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cta-box02__phone {
    width: 100%;
  }
}
.l-cta-box02__phone a {
  width: 100%;
  height: 11rem;
  border: 1px solid var(--base-color);
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cta-box02__phone a {
    height: 8.2rem;
  }
}
.l-cta-box02__phone a:hover {
  opacity: 0.7;
}
.l-cta-box02__phone p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .l-cta-box02__phone p {
    font-size: 1.2rem;
    line-height: 1.66;
    letter-spacing: 0.1em;
  }
}
.l-cta-box02__phone h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  height: 3.6rem;
}
@media screen and (max-width: 768px) {
  .l-cta-box02__phone h3 {
    font-size: 2.4rem;
  }
  .l-cta-box02__phone h3 img {
    width: 3rem;
    height: auto;
  }
}
.l-cta-box02__reserve {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-cta-box02__reserve {
    width: 100%;
  }
}
.l-cta-box02__reserve a {
  width: 100%;
  height: 11rem;
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cta-box02__reserve a {
    height: 8.2rem;
  }
}
.l-cta-box02__reserve a:hover {
  opacity: 0.7;
}
.l-cta-box02__reserve p {
  text-align: center;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .l-cta-box02__reserve p {
    font-size: 1.2rem;
    line-height: 1.66;
    letter-spacing: 0.1em;
  }
}
.l-cta-box02__reserve h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  height: 3.6rem;
}
@media screen and (max-width: 768px) {
  .l-cta-box02__reserve h3 {
    font-size: 2.4rem;
  }
  .l-cta-box02__reserve h3 img {
    width: 3rem;
    height: auto;
  }
}
.l-cta-box02__sup {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
  width: 100%;
}

.l-result {
  background: linear-gradient(180deg, #FFF 0.29%, #F3F3F3 15.01%, #E0E2E4 54.51%, #C8C8C8 97.65%);
  padding: 10rem 0 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-result {
    background: linear-gradient(180deg, #FFF 0.29%, #F3F3F3 15.01%, #F6F6F6 54.51%, #F9F9F9 97.65%);
    padding: 5rem 1rem 6rem 1rem;
  }
}
.l-result__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-result__inner {
    width: 100%;
  }
}
.l-result__title {
  text-align: center;
  margin-bottom: 6.8rem;
  font-family: var(--sub-font);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-result__title {
    margin-bottom: 9.4rem;
    font-size: 2.8rem;
    line-height: 1.54;
    letter-spacing: 0.05em;
  }
}
.l-result__title .black {
  font-size: 5.2rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .l-result__title .black {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.l-result__title .brown {
  font-size: 5.2rem;
  letter-spacing: 0.15em;
  color: var(--main-dark);
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-result__title .brown {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.l-result__title .brown::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--main-dark);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .l-result__title .brown::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.l-result-box {
  background: var(--white);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10rem 20rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .l-result-box {
    padding: 5rem 2rem;
    gap: 0;
  }
}
.l-result-box::before {
  content: "";
  width: 1px;
  height: 9rem;
  background: var(--gray-dark);
  position: absolute;
  left: 50%;
  top: -4.5rem;
}
@media screen and (max-width: 768px) {
  .l-result-box::before {
    height: 5rem;
    top: -7.2rem;
  }
}
.l-result-box__box01 {
  width: 100%;
}
.l-result-box__box02 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-result-box__box02 {
    margin-top: 2.4rem;
  }
}
.l-result-box__box03 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-result-box__box03 {
    margin-top: 4rem;
  }
}
.l-result-box__figure {
  width: 100%;
}
.l-result-box__figure img {
  width: 100%;
  height: auto;
}
.l-result-box__subtitle01 {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.1em;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-result-box__subtitle01 {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    margin-bottom: 2.4rem;
  }
}
.l-result-box__subtitle02 {
  font-family: var(--sub-font);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-result-box__subtitle02 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.l-result-box__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem;
}
.l-result-box__list li {
  width: calc((100% - 2rem) / 2);
  background: var(--gray-light);
  position: relative;
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-result-box__list li {
    width: 100%;
  }
}
.l-result-box__list .label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gray-dark);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0.05em;
}
.l-result-box__list h4 {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
.l-result-box__list p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
.l-result-box__list .btn {
  text-align: center;
}
.l-result-box__list .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
  border-radius: 0.8rem;
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 0.6rem 1rem;
}
.l-result-box__list .btn a:hover {
  opacity: 0.7;
}

.l-root {
  /* ---------- l-root-head ---------- */
  /* ---------- l-root-body ---------- */
}
@media screen and (min-width: 769px) {
  .l-root-first {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-root-first {
    background: var(--main-dark);
    padding: 2.2rem;
    color: var(--white);
    text-align: center;
    font-family: var(--sub-font);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.l-root-head {
  background: url(../img/l-root-head-bg.jpg) no-repeat center center/cover;
  padding: 9.8rem 0 11.4rem 0;
  position: relative;
  filter: drop-shadow(0px 9px 10px rgba(0, 0, 0, 0.12));
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-root-head {
    background: url(../img/l-root-head-bg-sp.jpg) no-repeat center center/cover;
    padding: 0;
    width: 100%;
    height: 22rem;
    gap: 0;
  }
}
.l-root-head::after {
  content: "";
  width: 1px;
  height: 9rem;
  background: var(--gray-dark);
  position: absolute;
  left: 50%;
  bottom: -4.5rem;
}
@media screen and (max-width: 768px) {
  .l-root-head::after {
    height: 5rem;
    bottom: -3.5rem;
  }
}
.l-root-head__label {
  background: var(--main-dark);
  padding: 1rem 4rem;
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-root-head__label {
    display: none;
  }
}
.l-root-head__title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-root-head__title {
    font-size: 2.3rem;
    letter-spacing: 0.04em;
  }
}
.l-root-head__title .f52 {
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .l-root-head__title .f52 {
    font-size: 3rem;
  }
}
.l-root-head__title .f80 {
  color: var(--main-dark);
  font-size: 8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-root-head__title .f80 {
    font-size: 5rem;
  }
}
.l-root-body {
  background-image: url(../img/l-root-body-before.png), url(../img/l-root-body-after.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  padding: 16rem 0;
}
@media screen and (max-width: 768px) {
  .l-root-body {
    padding: 6rem 2rem 5rem 2rem;
  }
}
.l-root-body__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-root-body__inner {
    width: 100%;
  }
}
.l-root-body__title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__title {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.6rem;
  }
}
.l-root-body__title span {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__title span {
    font-size: 3.4rem;
  }
}
.l-root-body__intro {
  text-align: center;
  font-weight: 600;
  line-height: 1.56;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__intro {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
.l-root-body__box + .l-root-body__box {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__box + .l-root-body__box {
    margin-top: 5rem;
  }
}
.l-root-body__box {
  border: 1px solid var(--main-dark);
}
.l-root-body__head {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
  background: var(--main-dark);
  padding: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__head {
    font-size: 2.4rem;
  }
}
.l-root-body__body {
  padding: 7rem 10rem;
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .l-root-body__body {
    padding: 3rem;
  }
}
.l-root-body__flexbox {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__flexbox {
    flex-wrap: wrap;
    gap: 2.4rem;
  }
}
.l-root-body__flexbox + .l-root-body__flexbox {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__flexbox + .l-root-body__flexbox {
    margin-top: 4rem;
  }
}
.l-root-body__imgbox {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__imgbox {
    width: 100%;
  }
}
.l-root-body__imgbox img {
  width: 100%;
  height: auto;
}
.l-root-body__txtbox {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__txtbox {
    width: 100%;
  }
}
.l-root-body__subtitle {
  width: 100%;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--base-color);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-root-body__subtitle {
    font-size: 2rem;
  }
}

.l-doctor {
  padding: 10.6rem 0 20rem 0;
  background: linear-gradient(272deg, #AC904C 0.21%, #EDE3D2 100%);
  background-size: 100% 0.6rem;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .l-doctor {
    padding: 5rem 0 7.4rem 0;
    background-size: 100% 0.4rem;
  }
}
.l-doctor__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-doctor__inner {
    width: 100%;
  }
}
.l-doctor__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__title {
    margin-bottom: 3rem;
  }
}
.l-doctor-face {
  background: url(../img/l-doctor-face-bg.jpg) no-repeat center bottom/100% auto;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-face {
    background: url(../img/l-doctor-face-bg-sp.png) no-repeat center bottom/100% auto;
    margin-bottom: 3.2rem;
    gap: 0;
    padding: 0 3.6rem 0 0;
    height: 30rem;
  }
}
.l-doctor-face__imgbox {
  width: 46.6rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-face__imgbox {
    display: none;
  }
}
.l-doctor-face__imgbox img {
  width: 100%;
  height: auto;
}
.l-doctor-face__txtbox {
  width: 20.6rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-face__txtbox {
    width: 16rem;
    padding-bottom: 3rem;
    margin-left: auto;
  }
}
.l-doctor-face__txtbox .badge {
  width: 15rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-face__txtbox .badge {
    width: 8.8rem;
    margin-bottom: 2rem;
  }
}
.l-doctor-face__txtbox .badge img {
  width: 100%;
  height: auto;
}
.l-doctor-face__txtbox .job {
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.4rem 1rem;
  background: var(--white);
  display: inline-block;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-face__txtbox .job {
    font-size: 1.6rem;
    line-height: 2;
    display: block;
    width: 100%;
  }
}
.l-doctor-face__txtbox .name .ja {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.25), 0px 2px 5px #FFF;
  font-family: var(--sub-font);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-doctor-face__txtbox .name .ja {
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF, -1px 0px 0 #FFF, 1px 0px 0 #FFF, 0px -1px 0 #FFF, 0px 1px 0 #FFF;
  }
}
.l-doctor-face__txtbox .name .en {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.25), 0px 2px 5px #FFF;
  font-family: var(--sub-font);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-doctor-face__txtbox .name .en {
    font-size: 1.6rem;
    font-weight: 500;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF, -1px 0px 0 #FFF, 1px 0px 0 #FFF, 0px -1px 0 #FFF, 0px 1px 0 #FFF;
  }
}
.l-doctor__subtitle {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__subtitle {
    margin-bottom: 1.2rem;
  }
}
.l-doctor__subtitle h3 span {
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-doctor__subtitle h3 span {
    font-size: 2.4rem;
  }
}
.l-doctor__intro {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .l-doctor__intro {
    margin-bottom: 3.2rem;
    padding: 0 2rem;
  }
}
.l-doctor-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-blocks {
    width: calc(100% - 4rem);
    margin: 0 auto 5rem auto;
  }
}
.l-doctor-blocks__block01 {
  width: 56.8rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-blocks__block01 {
    width: 100%;
  }
}
.l-doctor-blocks__block02 {
  width: 33.2rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-blocks__block02 {
    width: 100%;
  }
}
.l-doctor-blocks h4 {
  font-weight: 600;
  line-height: 1.56;
  text-align: center;
  background: var(--gray-light);
  padding: 0.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-blocks__list01 {
    margin-bottom: 3rem;
  }
}
.l-doctor-blocks__list01 li {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
.l-doctor-blocks__list02 {
  margin-bottom: 3rem;
}
.l-doctor-blocks__list02 li {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
  list-style-type: disc;
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .l-doctor-blocks__book {
    display: flex;
    justify-content: center;
  }
}
.l-doctor-jidv {
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 5rem 15rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-jidv {
    padding: 5rem 3rem;
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
.l-doctor-jidv h3 {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-doctor-jidv h3 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}
.l-doctor-jidv__bnr {
  margin-top: 2.4rem;
}
.l-doctor-jidv__bnr img {
  width: 100%;
  height: auto;
}
.l-doctor-jidv__bnr a:hover {
  opacity: 0.7;
}
.l-doctor-jidv__subtitle {
  display: flex;
  justify-content: center;
  margin: 5rem 0 2rem 0;
}
.l-doctor-jidv__subtitle h4 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.05em;
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
  padding: 1rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l-doctor-jidv__subtitle h4 {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    width: 100%;
  }
}
.l-doctor-jidv__small {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-doctor-jidv__small {
    text-align: left;
  }
}

.l-feature {
  padding: 17.4rem 0;
  background: url(../img/l-feature-bg.png) no-repeat top 5.6rem left/40.8rem auto;
}
@media screen and (max-width: 768px) {
  .l-feature {
    padding: 10.8rem 0 5.4rem 0;
    background: url(../img/l-feature-bg.png) no-repeat top 3.4rem left/17.6rem auto;
  }
}
.l-feature__title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 19rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-feature__title {
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 10.6rem;
  }
}
.l-feature__title::after {
  content: "";
  width: 1px;
  height: 9rem;
  background: var(--gray-dark);
  position: absolute;
  left: 50%;
  bottom: -12.2rem;
}
@media screen and (max-width: 768px) {
  .l-feature__title::after {
    height: 5rem;
    bottom: -7.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-feature__head {
    display: flex;
    align-items: center;
    gap: 0 1.6rem;
    border-bottom: 1px solid var(--main-dark);
    padding-bottom: 1rem;
    margin-bottom: 1.6rem;
  }
}
.l-featureGrid01 + .l-featureGrid02, .l-featureGrid02 + .l-featureGrid01 {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-featureGrid01 + .l-featureGrid02, .l-featureGrid02 + .l-featureGrid01 {
    margin-top: 5rem;
  }
}
.l-featureGrid01 {
  display: grid;
  grid-template-columns: 1fr 500px 500px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: ". l-featureGrid01__txtbox l-featureGrid01__imgbox l-featureGrid01__imgbox";
}
@media screen and (max-width: 768px) {
  .l-featureGrid01 {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 0;
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
.l-featureGrid01__txtbox {
  grid-area: l-featureGrid01__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-featureGrid01__txtbox {
    width: 100%;
  }
}
.l-featureGrid01__imgbox {
  grid-area: l-featureGrid01__imgbox;
}
@media screen and (max-width: 768px) {
  .l-featureGrid01__imgbox {
    width: 100%;
  }
}
.l-featureGrid01__imgbox img {
  width: 100%;
  height: 42rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-featureGrid01__imgbox img {
    height: auto;
  }
}
.l-featureGrid01-num {
  display: flex;
  justify-content: flex-start;
}
.l-featureGrid01-num__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-featureGrid01-num__box .en {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-featureGrid01-num__box .en {
    font-size: 1rem;
  }
}
.l-featureGrid01-num__box .num {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-featureGrid01-num__box .num {
    font-size: 4.3rem;
  }
}
.l-featureGrid01__subtitle {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 8rem 2.4rem 0;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-featureGrid01__subtitle {
    font-size: 2rem;
    font-weight: 500;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.l-featureGrid01__p {
  padding: 0 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .l-featureGrid01__p {
    padding: 0;
  }
}
.l-featureGrid02 {
  display: grid;
  grid-template-columns: 1fr 500px 500px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "l-featureGrid02__imgbox l-featureGrid02__imgbox l-featureGrid02__txtbox .";
}
@media screen and (max-width: 768px) {
  .l-featureGrid02 {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem 0;
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
.l-featureGrid02__txtbox {
  grid-area: l-featureGrid02__txtbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-featureGrid02__txtbox {
    width: 100%;
  }
}
.l-featureGrid02__imgbox {
  grid-area: l-featureGrid02__imgbox;
}
@media screen and (max-width: 768px) {
  .l-featureGrid02__imgbox {
    width: 100%;
  }
}
.l-featureGrid02__imgbox img {
  width: 100%;
  height: 42rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-featureGrid02__imgbox img {
    height: auto;
  }
}
.l-featureGrid02-num {
  display: flex;
  justify-content: flex-end;
}
.l-featureGrid02-num__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-featureGrid02-num__box .en {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-featureGrid02-num__box .en {
    font-size: 1rem;
  }
}
.l-featureGrid02-num__box .num {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-featureGrid02-num__box .num {
    font-size: 4.3rem;
  }
}
.l-featureGrid02__subtitle {
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 0 2.4rem 10rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-featureGrid02__subtitle {
    font-size: 2rem;
    font-weight: 500;
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.l-featureGrid02__p {
  padding: 0 0 0 10rem;
}
@media screen and (max-width: 768px) {
  .l-featureGrid02__p {
    padding: 0;
  }
}

.l-case {
  padding: 9.6rem 0 12rem 0;
  background-image: url(../img/l-case-bg.png), linear-gradient(0deg, #EBE9E2 0%, #EBE9E2 50.96%, #F6F5F2 100%);
  background-size: 86.8rem auto, cover;
  background-position: top left, top center;
  background-repeat: no-repeat, no-repeat;
  /* ----- cards2 ----- */
  /* ----- cards3 ----- */
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 6rem 0.6rem;
    background-image: url(../img/l-case-bg-sp.png), linear-gradient(0deg, #EBE9E2 0%, #EBE9E2 50.96%, #F6F5F2 100%);
    background-size: 100% auto, cover;
  }
}
.l-case__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-case__inner {
    width: 100%;
  }
}
.l-case__title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-case__title {
    margin-bottom: 3rem;
  }
}
.l-case__box {
  background: var(--white);
  padding: 5rem 10rem 7rem 10rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-case__box {
    padding: 3rem 2rem;
  }
}
.l-case__box + .l-case__box {
  margin-top: 5rem;
}
.l-case__subtitle {
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--base-color);
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case__subtitle {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.l-case__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #BDB8AA;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case__tbl {
    margin-top: 2.4rem;
  }
}
.l-case__tbl th {
  width: 25%;
  vertical-align: middle;
  padding: 2rem 3rem;
  background: var(--main-light);
  text-align: center;
  font-weight: 600;
  line-height: 1.56;
  border-bottom: 1px solid #BDB8AA;
}
@media screen and (max-width: 768px) {
  .l-case__tbl th {
    width: 38%;
    padding: 1.5rem;
    text-align: center;
    border-right: 1px solid #BDB8AA;
  }
}
.l-case__tbl td {
  width: 75%;
  vertical-align: middle;
  padding: 2rem 3rem;
  background: var(--white);
  border-bottom: 1px solid #BDB8AA;
}
@media screen and (max-width: 768px) {
  .l-case__tbl td {
    width: 62%;
    padding: 1.5rem;
  }
}
.l-case__triangle {
  background: var(--main-dark);
  height: 3.4rem;
  width: 1.7rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 768px) {
  .l-case__triangle {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 1.7rem;
    width: 3.4rem;
  }
}
.l-case-cards2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-case-cards2 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-case-cards2 li:nth-child(1),
.l-case-cards2 li:nth-child(3) {
  width: calc((100% - 7.6rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-case-cards2 li:nth-child(1),
  .l-case-cards2 li:nth-child(3) {
    width: 100%;
  }
}
.l-case-cards2 li:nth-child(2) {
  width: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-case-cards2 li:nth-child(2) {
    width: 100%;
    padding: 1.6rem 0;
  }
}
.l-case-cards2 h4 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: var(--main-dark);
  padding: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-case-cards2 h4 {
    font-size: 1.4rem;
  }
}
.l-case-cards2 img {
  width: 100%;
  height: auto;
}
.l-case-cards2 p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
  margin-top: 1.2rem;
}
.l-case-cards3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-case-cards3 {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-case-cards3 li:nth-child(1),
.l-case-cards3 li:nth-child(3),
.l-case-cards3 li:nth-child(5) {
  width: calc((100% - 15.2rem) / 3);
}
@media screen and (max-width: 768px) {
  .l-case-cards3 li:nth-child(1),
  .l-case-cards3 li:nth-child(3),
  .l-case-cards3 li:nth-child(5) {
    width: 100%;
  }
}
.l-case-cards3 li:nth-child(2),
.l-case-cards3 li:nth-child(4) {
  width: 7.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-case-cards3 li:nth-child(2),
  .l-case-cards3 li:nth-child(4) {
    width: 100%;
    padding: 1.6rem 0;
  }
}
.l-case-cards3 h4 {
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: var(--main-dark);
  padding: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-case-cards3 h4 {
    font-size: 1.4rem;
  }
}
.l-case-cards3 img {
  width: 100%;
  height: auto;
}
.l-case-cards3 p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
  margin-top: 1.2rem;
}

.l-flow {
  padding: 12rem 0 14.6rem 0;
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 6rem 2rem;
  }
}
.l-flow__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-flow__inner {
    width: 100%;
  }
}
.l-flow__title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .l-flow__title {
    margin-bottom: 3rem;
  }
}
.l-flow__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-flow__list {
    gap: 2rem 0;
  }
}
.l-flow__list::before {
  content: "";
  width: 1px;
  height: 100%;
  background: var(--main-dark);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}
.l-flow__item {
  padding: 4rem 5rem;
  background: var(--white);
  border: 1px solid var(--main-dark);
}
@media screen and (max-width: 768px) {
  .l-flow__item {
    padding: 2rem;
  }
}
.l-flow__item .subtitle {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-flow__item .subtitle {
    margin-bottom: 1.6rem;
  }
}
.l-flow__item .subtitle p {
  color: var(--main-dark);
  font-family: var(--en-font);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow__item .subtitle p {
    line-height: 1;
  }
}
.l-flow__item .subtitle h3 {
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-flow__item .subtitle h3 {
    font-size: 2rem;
  }
}
.l-flow__flexbox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox {
    width: 100%;
    gap: 0 1.6rem;
    align-items: flex-start;
  }
}
.l-flow__flexbox .imgbox {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox .imgbox {
    width: calc((100% - 1.6rem) / 2);
  }
}
.l-flow__flexbox .imgbox img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox .imgbox img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
  }
}
.l-flow__flexbox .txtbox {
  width: 50rem;
}
@media screen and (max-width: 768px) {
  .l-flow__flexbox .txtbox {
    width: calc((100% - 1.6rem) / 2);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.l-flow-ctabox {
  width: 100%;
  margin: 5rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox {
    margin: 2.4rem auto 0 auto;
  }
}
.l-flow-ctabox__phone {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone {
    width: 100%;
  }
}
.l-flow-ctabox__phone a {
  width: 100%;
  height: 10rem;
  border: 1px solid var(--base-color);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--white);
  color: var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone a {
    height: 8.2rem;
  }
}
.l-flow-ctabox__phone a:hover {
  opacity: 0.7;
}
.l-flow-ctabox__phone p {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone p {
    font-size: 1.2rem;
    line-height: 1.66;
    letter-spacing: 0.1em;
  }
}
.l-flow-ctabox__phone h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: var(--sub-font);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__phone h3 {
    font-size: 2.4rem;
  }
  .l-flow-ctabox__phone h3 img {
    width: 3rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.l-flow-ctabox__reserve {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve {
    width: 100%;
  }
}
.l-flow-ctabox__reserve a {
  width: 100%;
  height: 10rem;
  border: 1px solid var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--main-dark);
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve a {
    height: 8.2rem;
  }
}
.l-flow-ctabox__reserve a:hover {
  opacity: 0.7;
}
.l-flow-ctabox__reserve p {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve p {
    font-size: 1.2rem;
    line-height: 1.66;
    letter-spacing: 0.1em;
  }
}
.l-flow-ctabox__reserve h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .l-flow-ctabox__reserve h3 {
    font-size: 2.4rem;
  }
  .l-flow-ctabox__reserve h3 img {
    width: 3rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}

.l-qa {
  padding: 10rem 0 12rem 0;
  background: var(--gray-light);
  /* ----- アコーディオン ----- */
}
@media screen and (max-width: 768px) {
  .l-qa {
    padding: 4.4rem 1rem 6.8rem 1rem;
  }
}
.l-qa__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-qa__inner {
    width: 100%;
  }
}
.l-qa__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-qa__title {
    margin-bottom: 3rem;
  }
}
.l-qa__box {
  width: 100%;
  background: var(--white);
  padding: 7rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-qa__box {
    padding: 3rem 1.2rem;
  }
}
.l-qa .toggle_contents_wrapper {
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents_wrapper {
    border-bottom: none;
  }
}
.l-qa .toggle_contents + .toggle_contents {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents + .toggle_contents {
    margin-top: 3rem;
  }
}
.l-qa .toggle_title {
  border-top: 1px solid var(--gray);
  background: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.08em;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  padding: 2rem 8.2rem 2rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title {
    border-top: none;
    padding: 1.6rem 5rem 1.6rem 6rem;
    font-size: 1.5rem;
    line-height: 1.26;
    letter-spacing: 0.06em;
  }
}
.l-qa .toggle_title::before {
  content: "Q";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--main-dark);
  border-radius: 50%;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 3.4rem;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_title::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    left: 1.6rem;
  }
}
.l-qa .toggle_title:hover {
  color: var(--main-dark);
}
.l-qa .toggle_btn {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_btn {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.l-qa .toggle_btn:before,
.l-qa .toggle_btn:after {
  display: block;
  content: "";
  background-color: var(--gray-dark);
  position: absolute;
  width: 1.8rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-qa .toggle_btn:before {
  width: 0.2rem;
  height: 1.8rem;
}
.l-qa .toggle_title.selected .toggle_btn:before {
  content: normal;
}
.l-qa .toggle_contents dd {
  display: none;
}
.l-qa .toggle_contents dd .inner {
  border-bottom: 1px solid var(--gray);
  background: var(--main-light);
  padding: 3rem 3rem 3rem 10rem;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd .inner {
    border-bottom: none;
    padding: 1.6rem 3.2rem 1.6rem 6rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
}
.l-qa .toggle_contents dd .inner::before {
  content: "A";
  width: 4.2rem;
  height: 4.2rem;
  background: var(--white);
  border: 2px solid var(--main-dark);
  border-radius: 50%;
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 3.4rem;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-qa .toggle_contents dd .inner::before {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    top: 1.6rem;
    left: 1.6rem;
    transform: translate(0, 0);
  }
}

.l-price {
  padding: 12rem 0;
  /* ----- 共通エレメント ----- */
  /* ----- block01 ----- */
  /* ----- block02 ----- */
  /* ----- block03 ----- */
  /* ----- block04 ----- */
}
@media screen and (max-width: 768px) {
  .l-price {
    padding: 5rem 2rem;
  }
}
.l-price__inner {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-price__inner {
    width: 100%;
  }
}
.l-price__title {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .l-price__title {
    margin-bottom: 3rem;
  }
}
.l-price-blocks {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.l-price__subtitle {
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--base-color);
}
@media screen and (max-width: 768px) {
  .l-price__subtitle {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1.4rem;
  }
}
.l-price-block01 {
  width: 100%;
}
.l-price-block01__figure {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-price-block01__figure {
    margin-bottom: 2.4rem;
  }
}
.l-price-block01__figure img {
  width: 100%;
  height: auto;
}
.l-price-block02 {
  width: 100%;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .l-price-block02 {
    margin-top: 4rem;
  }
}
.l-price-block02__credit {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-price-block02__credit {
    flex-wrap: wrap;
  }
}
.l-price-block03 {
  width: 100%;
  margin-top: 5.4rem;
}
@media screen and (max-width: 768px) {
  .l-price-block03 {
    margin-top: 5rem;
  }
}
.l-price-block03__tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--main);
}
.l-price-block03__tbl th {
  width: 40%;
  vertical-align: middle;
  background: var(--main);
  padding: 1rem 3rem;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2.33;
  border-bottom: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
  .l-price-block03__tbl th {
    width: 30%;
    padding: 1.8rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.l-price-block03__tbl td {
  width: 60%;
  vertical-align: middle;
  background: var(--white);
  padding: 1rem 3rem;
  border-bottom: 1px solid var(--main);
}
@media screen and (max-width: 768px) {
  .l-price-block03__tbl td {
    width: 70%;
    padding: 1rem 1.5rem;
  }
}
.l-price-block03__tbl tr:last-child th,
.l-price-block03__tbl tr:last-child td {
  border-bottom: none;
}
.l-price-block04 {
  width: 100%;
  margin-top: 7rem;
  border: 1px solid var(--main-dark);
  padding: 7rem 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-price-block04 {
    margin-top: 4rem;
    padding: 2.8rem 1.8rem;
  }
}
.l-price-block04__subtitle {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-price-block04__subtitle {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.36;
  }
}
.l-price-block04__intro {
  text-align: center;
  font-weight: 600;
  line-height: 1.56;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .l-price-block04__intro {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: left;
  }
}
.l-price-block04__figure {
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-price-block04__figure {
    margin-bottom: 3rem;
  }
}
.l-price-block04__figure img {
  width: 100%;
  height: auto;
}
.l-price-block04__smalltitle {
  text-align: center;
  color: var(--main-dark);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-price-block04__smalltitle {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
  }
}
.l-price-block04__p strong {
  font-weight: 700;
}

.l-second {
  /* ----- l-implant-head ----- */
}
.l-second-head {
  display: grid;
  grid-template-columns: 1fr 544px 100px 556px 1fr;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  background: linear-gradient(142deg, #AC904C 10.87%, #EDE3D2 85.71%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-second-head {
    display: block;
  }
}
.l-second-head__grid01 {
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 768px) {
  .l-second-head__grid01 {
    width: 100%;
    height: 26rem;
    position: relative;
  }
}
.l-second-head__grid01 img {
  width: 100%;
  height: 75rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-second-head__grid01 img {
    height: 26rem;
  }
}
@media screen and (min-width: 769px) {
  .l-second-head__grid01 .position {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-second-head__grid01 .position {
    position: absolute;
    top: 0;
    left: 7.4rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
}
.l-second-head__grid02 {
  grid-area: 1/2/2/3;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .l-second-head__grid02 {
    display: none;
  }
}
.l-second-head__grid03 {
  grid-area: 1/4/2/5;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 3.2rem 0;
}
@media screen and (max-width: 768px) {
  .l-second-head__grid03 {
    width: 100%;
    padding: 5rem 2rem;
    gap: 0;
    background: linear-gradient(190deg, #AC904C 18.56%, #EDE3D2 100%);
  }
}
.l-second-head__grid03 > * {
  width: 100%;
}
.l-second-head__title {
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-second-head__title {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    margin-bottom: 2rem;
  }
}
.l-second-head__p {
  color: var(--white);
}
.l-second-head__vertical {
  writing-mode: vertical-rl;
  box-shadow: -4px 0 10px 0 rgba(0, 0, 0, 0.2);
  background: var(--white);
  color: var(--main-dark);
  font-family: var(--sub-font);
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.26;
  padding: 2.4rem 1.4rem;
  display: inline;
}
@media screen and (max-width: 768px) {
  .l-second-head__vertical {
    font-size: 1.6rem;
    line-height: 1.18;
    padding: 1.2rem 0.8rem;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }
}
.l-second-cta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-second-cta {
    margin-top: 3.2rem;
    gap: 2rem;
  }
}
.l-second-cta__phone {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-second-cta__phone {
    width: 100%;
  }
}
.l-second-cta__phone a {
  width: 100%;
  height: 7.6rem;
  border: 1px solid var(--base-color);
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-second-cta__phone a {
    height: 8.2rem;
  }
}
.l-second-cta__phone a:hover {
  opacity: 0.7;
}
.l-second-cta__phone p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
.l-second-cta__phone h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .l-second-cta__phone h3 {
    height: 3.6rem;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .l-second-cta__phone h3 img {
    width: 3rem;
    height: auto;
  }
}
.l-second-cta__reserve {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-second-cta__reserve {
    width: 100%;
  }
}
.l-second-cta__reserve a {
  width: 100%;
  height: 7.6rem;
  border: 1px solid var(--main-dark);
  background: var(--main-dark);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-second-cta__reserve a {
    height: 8.2rem;
  }
}
.l-second-cta__reserve a:hover {
  opacity: 0.7;
}
.l-second-cta__reserve p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.05em;
  color: var(--white);
}
.l-second-cta__reserve h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--sub-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  height: 3rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-second-cta__reserve h3 {
    height: 3.6rem;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .l-second-cta__reserve h3 img {
    width: 3rem;
    height: auto;
  }
}

.l-cases {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .l-cases {
    padding: 5rem 0;
  }
}
.l-cases__inner {
  width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-cases__inner {
    width: 100%;
  }
}

.l-worry-wrapper {
  position: relative;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.17));
  z-index: 2;
}
.l-worry {
  background: url(../img/l-worry-bg.jpg) no-repeat center top/cover;
  width: 100%;
  height: 56.2rem;
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  margin-bottom: -6.62036rem;
  padding: 6.6rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-worry {
    background: url(../img/l-worry-bg-sp.jpg) no-repeat top center/cover;
    height: 38rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    margin-bottom: -4.4764rem;
    padding: 4rem 2rem 0 2rem;
  }
}
.l-worry__inner {
  width: 42rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-worry__inner {
    width: 100%;
  }
}
.l-worry__title {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-worry__title {
    font-size: 2.8rem;
    margin-bottom: 1.4rem;
  }
}
.l-worry__title span {
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  .l-worry__title span {
    font-size: 3.8rem;
  }
}
.l-worry__list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.4rem;
}
.l-worry__list li {
  width: 100%;
  background: url(../img/l-worry-list-icon.svg) no-repeat center left/2.8rem auto;
  padding-left: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.33;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-worry__list li {
    background: url(../img/l-worry-list-icon.svg) no-repeat center left/2.2rem auto;
    padding-left: 3rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}
.l-worry__list li span {
  color: var(--main-dark);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .l-worry__list li span {
    font-size: 1.8rem;
  }
}

.l-success {
  padding: 20.4rem 0 9.6rem 0;
  background: url(../img/l-success-bg.png) no-repeat bottom right/52.8rem auto;
}
@media screen and (max-width: 768px) {
  .l-success {
    padding: 5.8rem 2rem;
    background: url(../img/l-success-bg.png) no-repeat bottom right/23.4rem auto;
  }
}
.l-success__inner {
  width: 81rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-success__inner {
    width: 100%;
  }
}
.l-success__title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .l-success__title {
    margin-bottom: 3rem;
  }
}
.l-success__title h2 {
  font-family: var(--sub-font);
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.47;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-success__title h2 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.l-success__title h2 .f32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-success__title h2 .f32 {
    font-size: 2rem;
  }
}
.l-success__title h2 .f70 {
  color: var(--main-dark);
  font-size: 7rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-success__title h2 .f70 {
    font-size: 6.3rem;
    letter-spacing: 0;
  }
}
.l-success__title h2 .f40 {
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-success__title h2 .f40 {
    font-size: 3.6rem;
  }
}
.l-success__title img {
  height: 14.6rem;
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-success__title img {
    height: 9.6rem;
  }
}
.l-success__subtitle {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-success__subtitle {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.l-success__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .l-success__list {
    margin-bottom: 3rem;
  }
}
.l-success__list li {
  width: calc((100% - 6rem) / 3);
  height: 13.2rem;
  background: var(--white);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-success__list li {
    width: calc((100% - 1.6rem) / 3);
    height: auto;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
}
.l-success__box {
  border-top: 1px solid var(--base-color);
  border-bottom: 1px solid var(--base-color);
  background: rgba(255, 255, 255, 0.6);
  padding: 5.2rem;
}
@media screen and (max-width: 768px) {
  .l-success__box {
    padding: 3.2rem 2.4rem;
  }
}
.l-success__box h4 {
  color: var(--main-dark);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-success__box h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
  }
}
.l-success__box p {
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-success__box p {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .l-floating {
    width: 100%;
    height: 5.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    z-index: 9999;
  }
  .l-floating__phone {
    width: 50%;
    border-top: 1px solid var(--base-color);
  }
  .l-floating__phone a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    background: var(--white);
  }
  .l-floating__phone p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-family: var(--sub-font);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .l-floating__phone small {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0.04em;
    display: block;
  }
  .l-floating__reserve {
    width: 50%;
    border-top: 1px solid var(--main-dark);
  }
  .l-floating__reserve a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: var(--white);
    text-align: center;
    background: var(--main-dark);
  }
  .l-floating__reserve p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.6rem;
    font-family: var(--sub-font);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .l-floating__reserve small {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0.04em;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .l-floating {
    display: none;
  }
}
.l-header {
  width: 100%;
  height: 13rem;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* ---------- l-header-left ---------- */
  /* ---------- l-header__right ---------- */
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 7.6rem;
    justify-content: flex-start;
  }
}
.l-header-left {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  padding-left: 5.6rem;
}
@media screen and (max-width: 768px) {
  .l-header-left {
    gap: 0;
    padding-left: 2rem;
  }
}
.l-header-left__block01 {
  width: 35rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-header-left__block01 {
    width: 27rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header-left__block02 {
    display: none;
  }
}
.l-header-left__logo {
  width: 100%;
}
.l-header-left__logo img {
  width: 100%;
  height: auto;
}
.l-header-left__logo a:hover {
  opacity: 0.7;
}
.l-header-left__tagline {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background: var(--gray-light);
  padding: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header-left__tagline {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.l-header-left__address {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  border-left: 1px solid var(--base-color);
  padding-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .l-header-left__address {
    display: none;
  }
}
.l-header-right {
  position: fixed;
  top: 4rem;
  right: 12.3rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-header-right__phone {
  margin-right: 3rem;
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .l-header-right__phone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header-right__phone {
    display: none;
  }
}
.l-header-right__phone a {
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-header-right__phone a span {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.l-header-right__phone a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1260px) and (min-width: 769px) {
  .l-header-right__reserve {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header-right__reserve {
    display: none;
  }
}
.l-header-right__reserve a {
  width: 21.5rem;
  height: 5rem;
  background: var(--main-dark);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-header-right__reserve a:hover {
  opacity: 0.7;
}

.l-sitemap {
  width: 100%;
}
.l-sitemap__inner {
  width: 100%;
  margin: 0 auto;
  padding: 11rem 7rem;
}
@media screen and (max-width: 768px) {
  .l-sitemap__inner {
    padding: 4.2rem 2.4rem 10rem 2.4rem;
  }
}
.l-sitemap__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.l-sitemap__flexitem01 {
  width: 100%;
}
.l-sitemap__nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.l-sitemap__nav li {
  width: 100%;
}
.l-sitemap__nav a {
  font-family: var(--sub-font);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 2rem 4rem 2rem 1.2rem;
  position: relative;
  display: block;
  border-bottom: 1px solid var(--base-color);
}
.l-sitemap__nav a::before {
  content: "";
  background: var(--main);
  width: 1.6rem;
  height: 0.8rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translate(0, -50%);
}
.l-sitemap__nav a:hover {
  opacity: 0.7;
}

.l-hero {
  width: calc(100% - 6rem);
  height: calc(100vh - 13rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-hero {
    width: 100%;
    height: 53rem;
  }
}
.l-hero__imgbox {
  position: relative;
  z-index: 2;
  height: calc(100vh - 13rem);
}
@media screen and (max-width: 768px) {
  .l-hero__imgbox {
    height: 53rem;
  }
}
.l-hero__imgbox img {
  width: 100%;
  height: calc(100vh - 13rem);
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .l-hero__imgbox img {
    height: 100%;
  }
}
.l-hero__txtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 0 0 12rem 6.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-hero__txtbox {
    padding: 0 2rem 2rem 2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.l-hero__badges {
  display: flex;
  align-items: stretch;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-hero__badges {
    order: 3;
    margin-top: 1.2rem;
    gap: 0.4rem;
  }
}
.l-hero__badges li {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .l-hero__badges li {
    width: 10rem;
  }
}
.l-hero__badges img {
  width: 100%;
  height: auto;
}
.l-hero__catch {
  text-shadow: 0px 4px 5px #FFF, 4px 0px 5px #FFF, -4px 0px 5px #FFF, -5px 0px 5px #FFF, 0px -5px 5px #FFF;
  font-family: var(--sub-font);
  font-size: 5.9rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-hero__catch {
    order: 1;
    text-shadow: 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF, 0px 0px 15px #FFF;
    font-size: 3.8rem;
    text-align: center;
  }
}
.l-hero__h1 {
  margin-top: 3.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-hero__h1 {
    order: 2;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.72;
    letter-spacing: 0.04em;
    margin-top: 1.2rem;
  }
}

.c-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5rem;
}
@media screen and (max-width: 768px) {
  .c-cta {
    gap: 4rem 0;
  }
}
.c-cta__reserve {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .c-cta__reserve {
    width: 100%;
  }
}
.c-cta__reserve a {
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 15rem;
  background: var(--white);
  color: var(--main-dark2);
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
}
@media screen and (max-width: 768px) {
  .c-cta__reserve a {
    height: 13rem;
  }
}
.c-cta__reserve a:hover {
  opacity: 0.7;
}
.c-cta__reserve h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-cta__reserve h3 {
    font-size: 2.6rem;
  }
}
.c-cta__phone {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .c-cta__phone {
    width: 100%;
  }
}
.c-cta__phone a {
  width: 100%;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 15rem;
  background: var(--white);
  color: var(--sub);
  text-align: center;
  box-shadow: 0px 2px 15px 0px rgba(75, 75, 75, 0.25);
}
@media screen and (max-width: 768px) {
  .c-cta__phone a {
    height: 13rem;
  }
}
.c-cta__phone a:hover {
  opacity: 0.7;
}
.c-cta__phone h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-cta__phone h3 {
    font-size: 2.6rem;
  }
}

.c-card {
  background: var(--white);
}
.c-card__link {
  position: relative;
  display: block;
}
.c-card__link:hover {
  opacity: 0.7;
}
.c-card__label {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main);
  color: var(--white);
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-card__thumb01 {
  display: flex;
  height: 15rem;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card__thumb01 {
    height: 13rem;
  }
}
.c-card__thumb01 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-card__thumb02 {
  display: flex;
}
.c-card__thumb02 img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.c-card__thumb02 img.large {
  width: 100%;
  height: 24rem;
  object-fit: cover;
}
.c-card__body {
  padding: 1.6rem;
  border: 1px solid var(--gray-dark);
  border-top: none;
}
.c-card__title {
  margin-bottom: 1.6rem;
  font-family: var(--sub-font);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.c-card__dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
.c-card__dl dt {
  width: 30%;
}
.c-card__dl dd {
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-card__info {
  border-top: 0.1rem solid var(--gray-light);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  font-size: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 0.8rem;
  color: var(--gray-dark);
}

.c-tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.4rem;
}
.c-tagcloud a {
  border: 0.1rem solid var(--gray);
  border-radius: 0.8rem;
  display: inline-block;
  padding: 0 1rem;
  font-size: 1.3rem;
  transition: all 0.5s;
}
.c-tagcloud a:hover {
  background: var(--gray);
}

.c-heading01 {
  text-align: center;
}
.c-heading01 .en {
  color: var(--white);
  font-family: var(--en-font);
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-heading01 .en {
    font-size: 5rem;
  }
}
.c-heading01 .ja {
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-heading01 .ja {
    font-size: 2rem;
  }
}

.c-heading02 {
  text-align: center;
}
.c-heading02 .en {
  color: var(--main);
  font-family: var(--en-font);
  font-size: 9.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-heading02 .en {
    font-size: 5rem;
  }
}
.c-heading02 .ja {
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-heading02 .ja {
    font-size: 2rem;
  }
}

.c-btn01 a {
  border-radius: 0.7rem;
  border: 1px solid var(--gray);
  background: var(--white);
  padding: 0.5rem 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.c-btn01 a:hover {
  opacity: 0.7;
}

.c-btn02 a {
  border-radius: 1.2rem;
  background: var(--main-dark);
  padding: 1.1rem 1.7rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}
.c-btn02 a:hover {
  opacity: 0.7;
}

.c-calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid var(--base-color);
}
.c-calendar th {
  text-align: center;
  vertical-align: middle;
  width: 9%;
  border-bottom: 1px solid var(--base-color);
  padding: 0.7rem;
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-calendar th {
    font-size: 1.2rem;
    line-height: 1.66;
  }
}
.c-calendar th.head {
  width: 28%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-calendar th.head {
    text-align: center;
  }
}
.c-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 9%;
  padding: 0.7rem;
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-calendar td {
    font-size: 1.6rem;
  }
}
.c-calendar td.head {
  width: 28%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-calendar td.head {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
  }
}

/*
.infiniteslide_wrap {
    overflow: visible !important;
}
*/
/* ----- c-pho-list01 ----- */
.c-pho-list01 {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: slideLoop 20s linear infinite;
  margin-top: 14.2rem;
}
@media screen and (max-width: 768px) {
  .c-pho-list01 {
    animation: slideLoopSP 30s linear infinite;
    margin-top: 3.6rem;
  }
}
.c-pho-list01 li {
  width: 30rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-pho-list01 li {
    width: 25rem;
  }
}
.c-pho-list01 li img {
  width: 100%;
  height: 24rem;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 768px) {
  .c-pho-list01 li img {
    height: 20rem;
  }
}

@keyframes slideLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  @keyframes slideLoopSP {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
}
.p-jidv {
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 10rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-jidv {
    padding: 4rem 2rem;
    margin-top: 4rem;
  }
}
.p-jidv__title {
  color: #968223;
  text-align: center;
  font-family: var(--sub-font);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-jidv__title {
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 1.6rem;
  }
}
.p-jidv__p {
  margin-bottom: 3rem;
}
.p-jidv__bnr {
  margin-bottom: 6rem;
  width: 100%;
}
.p-jidv__bnr img {
  width: 100%;
  height: auto;
}
.p-jidv__bnr a:hover {
  opacity: 0.7;
}
.p-jidv-box {
  position: relative;
  background: #F8F7F0 url(../img/p-jidv-box-bg.png) no-repeat left top/auto 100%;
  border-radius: 2.5rem;
  padding: 4.2rem 5.8rem;
}
@media screen and (max-width: 768px) {
  .p-jidv-box {
    background: #F8F7F0 url(../img/p-jidv-box-bg-sp.png) no-repeat left top/20rem auto;
    border-radius: 2.5rem;
    padding: 5.4rem 1.2rem 3.2rem 1.2rem;
  }
}
.p-jidv-box::before {
  content: "";
  background: #F8F7F0;
  width: 7rem;
  height: 3rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .p-jidv-box::before {
    width: 7.6rem;
    height: 2.6rem;
    top: -2.6rem;
  }
}
.p-jidv-box__subtitle {
  color: #968223;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-jidv-box__subtitle {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
.p-jidv-box__intro {
  padding: 0 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-jidv-box__intro {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    padding: 0;
  }
}
.p-jidv-box__list {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-jidv-box__list {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-jidv-box__list li {
    width: 100%;
  }
}
.p-jidv-box__list li:nth-child(1) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-jidv-box__list li:nth-child(1) {
    width: 100%;
  }
}
.p-jidv-box__list li:nth-child(3) {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-jidv-box__list li:nth-child(3) {
    width: 100%;
  }
}
.p-jidv-box__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 1.2rem;
  background: #968223;
  padding: 1.1rem 1.7rem;
  width: 100%;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .p-jidv-box__list a {
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: 0.08em;
  }
}
.p-jidv-box__list a:hover {
  opacity: 0.7;
}

.p-information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-information {
    gap: 0;
  }
}
.p-information-block01 {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .p-information-block01 {
    width: 100%;
  }
}
.p-information-block02 {
  width: 45rem;
}
@media screen and (max-width: 768px) {
  .p-information-block02 {
    width: 100%;
    margin-top: 3rem;
  }
}
.p-information-block03 {
  width: 100%;
  margin-top: 14rem;
  padding: 0 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-information-block03 {
    margin-top: 4rem;
    padding: 0;
  }
}
.p-information-block03 img {
  width: 100%;
  height: auto;
}
.p-information-block03 a:hover {
  opacity: 0.7;
}
.p-information__logo {
  width: 100%;
  margin-bottom: 1.2rem;
}
.p-information__logo img {
  width: 100%;
  height: auto;
}
.p-information__logo a:hover {
  opacity: 0.7;
}
.p-information__tagline {
  width: 100%;
  margin-bottom: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gray-light);
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__tagline {
    margin-bottom: 2.4rem;
  }
}
.p-information__time {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
  margin-bottom: 2.4rem;
}
.p-information__time dt {
  width: 9rem;
  font-weight: 600;
  line-height: 1.56;
}
.p-information__time dd {
  width: calc(100% - 9rem);
}
.p-information__cta {
  background: var(--main-light);
  width: 100%;
  padding: 5.4rem 6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .p-information__cta {
    padding: 4rem;
  }
}
.p-information__cta h3 {
  text-align: center;
  font-family: var(--sub-font);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__cta h3 {
    font-size: 2.2rem;
    line-height: 1.36;
  }
}
.p-information__phone {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-information__phone a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-information__phone a {
    align-items: flex-end;
  }
}
.p-information__phone a:hover {
  opacity: 0.7;
}
.p-information__phone .en {
  font-family: var(--sub-font);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__phone .en {
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}
.p-information__phone .num {
  font-family: var(--sub-font);
  font-size: 3.2rem;
  line-height: 1.36;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__phone .num {
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.06em;
  }
}
.p-information__reserve {
  width: 100%;
}
.p-information__reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 7.4rem;
  background: var(--main-dark);
  color: var(--white);
  text-align: center;
  font-family: var(--sub-font);
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-information__reserve a {
    gap: 0.8rem;
    font-size: 2.4rem;
    font-weight: 400;
  }
  .p-information__reserve a img {
    width: 3rem;
    height: auto;
  }
}
.p-information__reserve a:hover {
  opacity: 0.7;
}
.p-information__map {
  width: 100%;
  margin-bottom: 1rem;
}
.p-information__map iframe {
  width: 100%;
  height: 30.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__map iframe {
    height: 23.4rem;
  }
}
.p-information__address {
  margin-bottom: 1rem;
}
.p-information__address a:hover {
  opacity: 0.7;
}
.p-information__btns {
  display: flex;
  align-items: stretch;
  gap: 3.6rem;
}
@media screen and (max-width: 768px) {
  .p-information__btns {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-information__btns li {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-information__btns li {
    width: calc(100% - 1.6rem);
  }
}
.p-information__btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--base-color);
  width: 100%;
  height: 4.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-information__btns a {
    height: 5.2rem;
  }
}
.p-information__btns a::after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.6rem;
  background: url(../img/p-information-btns-arrow.png) no-repeat center right/3.6rem 0.6rem;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -1.6rem;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .p-information__btns a:hover::after {
    right: -2.4rem;
  }
}
.p-information__accessTtl {
  width: 100%;
  margin: 2.4rem 0 0.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-information__accessTtl dt {
  width: 5rem;
}
.p-information__accessTtl dt img {
  width: 100%;
  height: auto;
}
.p-information__accessTtl dd {
  width: calc(100% - 6.6rem);
  font-weight: 600;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .p-information__accessP {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.64;
    letter-spacing: 0.06em;
  }
}

.u-cente {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .u-mt0 {
    margin-top: 0 !important;
  }
  .u-mt10 {
    margin-top: 1rem !important;
  }
  .u-mt20 {
    margin-top: 2rem !important;
  }
  .u-mt30 {
    margin-top: 3rem !important;
  }
  .u-mt40 {
    margin-top: 4rem !important;
  }
  .u-mt50 {
    margin-top: 5rem !important;
  }
  .u-mt60 {
    margin-top: 6rem !important;
  }
  .u-mt70 {
    margin-top: 7rem !important;
  }
  .u-mt80 {
    margin-top: 8rem !important;
  }
  .u-mt90 {
    margin-top: 9rem !important;
  }
  .u-mt100 {
    margin-top: 10rem !important;
  }
  .u-mr0 {
    margin-right: 0 !important;
  }
  .u-mr10 {
    margin-right: 1rem !important;
  }
  .u-mr20 {
    margin-right: 2rem !important;
  }
  .u-mr30 {
    margin-right: 3rem !important;
  }
  .u-mr40 {
    margin-right: 4rem !important;
  }
  .u-mr50 {
    margin-right: 5rem !important;
  }
  .u-mr60 {
    margin-right: 6rem !important;
  }
  .u-mr70 {
    margin-right: 7rem !important;
  }
  .u-mr80 {
    margin-right: 8rem !important;
  }
  .u-mr90 {
    margin-right: 9rem !important;
  }
  .u-mr100 {
    margin-right: 10rem !important;
  }
  .u-mb0 {
    margin-bottom: 0 !important;
  }
  .u-mb10 {
    margin-bottom: 1rem !important;
  }
  .u-mb20 {
    margin-bottom: 2rem !important;
  }
  .u-mb30 {
    margin-bottom: 3rem !important;
  }
  .u-mb40 {
    margin-bottom: 4rem !important;
  }
  .u-mb50 {
    margin-bottom: 5rem !important;
  }
  .u-mb60 {
    margin-bottom: 6rem !important;
  }
  .u-mb70 {
    margin-bottom: 7rem !important;
  }
  .u-mb80 {
    margin-bottom: 8rem !important;
  }
  .u-mb90 {
    margin-bottom: 9rem !important;
  }
  .u-mb100 {
    margin-bottom: 10rem !important;
  }
  .u-ml0 {
    margin-left: 0 !important;
  }
  .u-ml10 {
    margin-left: 1rem !important;
  }
  .u-ml20 {
    margin-left: 2rem !important;
  }
  .u-ml30 {
    margin-left: 3rem !important;
  }
  .u-ml40 {
    margin-left: 4rem !important;
  }
  .u-ml50 {
    margin-left: 5rem !important;
  }
  .u-ml60 {
    margin-left: 6rem !important;
  }
  .u-ml70 {
    margin-left: 7rem !important;
  }
  .u-ml80 {
    margin-left: 8rem !important;
  }
  .u-ml90 {
    margin-left: 9rem !important;
  }
  .u-ml100 {
    margin-left: 10rem !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt0--sp {
    margin-top: 0 !important;
  }
  .u-mt10--sp {
    margin-top: 1rem !important;
  }
  .u-mt20--sp {
    margin-top: 2rem !important;
  }
  .u-mt30--sp {
    margin-top: 3rem !important;
  }
  .u-mt40--sp {
    margin-top: 4rem !important;
  }
  .u-mt50--sp {
    margin-top: 5rem !important;
  }
  .u-mt60--sp {
    margin-top: 6rem !important;
  }
  .u-mt70--sp {
    margin-top: 7rem !important;
  }
  .u-mt80--sp {
    margin-top: 8rem !important;
  }
  .u-mt90--sp {
    margin-top: 9rem !important;
  }
  .u-mt100--sp {
    margin-top: 10rem !important;
  }
  .u-mr0--sp {
    margin-right: 0 !important;
  }
  .u-mr10--sp {
    margin-right: 1rem !important;
  }
  .u-mr20--sp {
    margin-right: 2rem !important;
  }
  .u-mr30--sp {
    margin-right: 3rem !important;
  }
  .u-mr40--sp {
    margin-right: 4rem !important;
  }
  .u-mr50--sp {
    margin-right: 5rem !important;
  }
  .u-mr60--sp {
    margin-right: 6rem !important;
  }
  .u-mr70--sp {
    margin-right: 7rem !important;
  }
  .u-mr80--sp {
    margin-right: 8rem !important;
  }
  .u-mr90--sp {
    margin-right: 9rem !important;
  }
  .u-mr100--sp {
    margin-right: 10rem !important;
  }
  .u-mb0--sp {
    margin-bottom: 0 !important;
  }
  .u-mb10--sp {
    margin-bottom: 1rem !important;
  }
  .u-mb20--sp {
    margin-bottom: 2rem !important;
  }
  .u-mb30--sp {
    margin-bottom: 3rem !important;
  }
  .u-mb40--sp {
    margin-bottom: 4rem !important;
  }
  .u-mb50--sp {
    margin-bottom: 5rem !important;
  }
  .u-mb60--sp {
    margin-bottom: 6rem !important;
  }
  .u-mb70--sp {
    margin-bottom: 7rem !important;
  }
  .u-mb80--sp {
    margin-bottom: 8rem !important;
  }
  .u-mb90--sp {
    margin-bottom: 9rem !important;
  }
  .u-mb100--sp {
    margin-bottom: 10rem !important;
  }
  .u-ml0--sp {
    margin-left: 0 !important;
  }
  .u-ml10--sp {
    margin-left: 1rem !important;
  }
  .u-ml20--sp {
    margin-left: 2rem !important;
  }
  .u-ml30--sp {
    margin-left: 3rem !important;
  }
  .u-ml40--sp {
    margin-left: 4rem !important;
  }
  .u-ml50--sp {
    margin-left: 5rem !important;
  }
  .u-ml60--sp {
    margin-left: 6rem !important;
  }
  .u-ml70--sp {
    margin-left: 7rem !important;
  }
  .u-ml80--sp {
    margin-left: 8rem !important;
  }
  .u-ml90--sp {
    margin-left: 9rem !important;
  }
  .u-ml100--sp {
    margin-left: 10rem !important;
  }
}
/*# sourceMappingURL=style.css.map */
