html {
  font-size: 62.5%;
}

img {
  width: 100%;
}

main {
  padding-top: clamp(6rem, 8vw, 8rem);
}

.container {
  width: min(85vw, 1200px);
  margin: 0 auto;
}
@media (max-width: 920px) {
  .container {
    width: 90vw;
  }
}

section:not(#hero) {
  padding: clamp(110px, 13vw, 150px) 0;
}

section.bg {
  background-color: #f8f7f4;
}

.margin-auto {
  margin-inline: auto;
}

.circle-has-bg {
  background-color: #fff2e5;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.card {
  background-color: #fff;
  border-radius: 10px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  line-height: 1.5;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  background-color: #fff;
  color: #000;
  min-height: 100vh;
}

ul,
ol {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

button,
input,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  vertical-align: middle;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
}

[hidden] {
  display: none !important;
}

:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: clamp(1.5rem, 1.5vw, 1.6rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.09em;
}

strong,
h2,
h3,
h4 {
  font-weight: inherit;
}

h2 {
  font-family: "Shippori Mincho", serif !important;
  font-size: clamp(2.8rem, 3vw, 3.6rem);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 1.8em;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #e96802;
  font-weight: 500;
}
h2::before, h2::after {
  content: "";
  background-image: url(/images/icon/title-deco.svg);
  width: 0.9em;
  aspect-ratio: 89/94;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  position: absolute;
}
h2::before {
  right: calc(100% + 0.5em);
}
h2::after {
  left: calc(100% + 0.48em);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  display: block;
  margin-bottom: 10px;
  color: #e96802;
  line-height: 1.4em;
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}

.intro {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  margin-bottom: 3em;
  line-height: 1.8em;
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fade-in-up.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-up:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fade-in-up:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.fade-in-up:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

a:not(.logo) {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

@media (hover: hover) and (pointer: fine) {
  a:not(.logo):hover {
    opacity: 0.5;
  }
}
.button {
  display: block;
  background-color: #e96802;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
}

.button-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(320px, 40vw, 400px);
  height: 80px;
  font-weight: 600;
  background-color: #fff;
  color: #e96802;
  margin-top: clamp(30px, 10vw, 50px);
  position: relative;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
.button-guide img {
  width: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.2em;
  position: absolute;
}

.button-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  gap: 0.5em;
  width: clamp(220px, 23vw, 250px);
}
.button-header img {
  width: 0.8em;
}

.button--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 80px;
  gap: 5px;
  background-color: #ffffff;
  color: #000;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28px;
  height: 20px;
  z-index: 200;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background: #e96802;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 920px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header.is-open .hamburger span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.header.is-open .hamburger span:nth-child(2) {
  opacity: 0;
}

.header.is-open .hamburger span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

#reserve {
  position: relative;
  z-index: 0;
  background-image: url("images/background/reserve.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
#reserve::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: -1;
}
#reserve h2 {
  color: #fff;
}
#reserve {
  background-image: url("/images/common/reserve.png");
}
#reserve .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px min(5vw, 30px);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  -webkit-filter: drop-shadow(2px 3px 10px rgba(165, 129, 105, 0.05));
          filter: drop-shadow(2px 3px 10px rgba(165, 129, 105, 0.05));
}
@media (max-width: 920px) {
  #reserve .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#reserve .container .leaf {
  position: absolute;
  width: 7%;
  left: min(3vw, 20px);
  top: min(3vw, 25px);
}
@media (max-width: 920px) {
  #reserve .container .leaf {
    width: clamp(50px, 15%, 80px);
  }
}
#reserve .container .tel {
  width: 45%;
  border-right: 1px solid #d8cdc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 920px) {
  #reserve .container .tel {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #d8cdc2;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
#reserve .container .tel .price {
  font-weight: 600;
  margin-bottom: 0.8em;
  font-size: clamp(1.8rem, 2vw, 2rem);
}
#reserve .container .tel .number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
#reserve .container .tel .number-wrap img {
  width: 1.8em;
}
#reserve .container .tel .number-wrap .number {
  font-size: clamp(3rem, 3.5vw, 3.8rem);
  font-weight: 700;
}
#reserve .container .tel .time {
  margin-top: 0.8em;
  font-weight: 600;
}
#reserve .container ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#reserve .container ul li {
  width: 100%;
}
#reserve .container ul li a {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  gap: 0.8em;
  width: clamp(300px, 80%, 350px);
}
#reserve .container ul li a.line {
  background-color: #669d4f;
  margin-top: 20px;
}
#reserve .container ul li a img {
  width: 2.5em;
}
#reserve .container ul li a span {
  font-size: clamp(1.2rem, 1.5vw, 1.3rem);
  line-height: 1em;
}
#reserve .container ul li a p {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
}

footer {
  background-color: #e96802;
  padding-block: 0.5em;
  color: #fff;
}
footer small {
  display: block;
  text-align: center;
  font-size: 1.3rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
  padding-inline: min(5vw, 20px);
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(6rem, 8vw, 8rem);
}
.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(150px, 20vw, 200px);
}
.header h1 a {
  display: inline-block;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.header__nav ul {
  display: none;
}
.header .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.5em;
}
.header .call img {
  width: 1.3em;
}
.header .call .date {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9em;
}
.header .call .number {
  font-size: clamp(2.2rem, 2vw, 2.4rem);
  font-weight: 600;
}
@media (max-width: 920px) {
  .header .nav-pc {
    display: none;
  }
}
.header .nav-pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  width: calc(100vw - 100px);
  border-top: 1px solid #d8cdc2;
  gap: 3em;
}
.header .nav-pc ul li {
  line-height: 2.6em;
}
.header .nav-pc ul li a {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  font-size: clamp(1.6rem, 1.5vw, 1.7rem);
}
.header .nav-pc ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110%;
  height: 3px;
  background: #e96802;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .nav-pc ul li a.is-active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
}
.header.is-open .header__overlay {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 920px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 75%;
    max-width: 330px;
    height: 100vh;
    background: #fff;
    padding-top: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 150;
    gap: 0;
  }
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .header__nav ul li {
    width: 100%;
  }
  .header__nav ul li:last-child a {
    border-bottom: 1px solid #d8cdc2;
  }
  .header__nav ul li a {
    width: 100%;
    padding-inline: 30px;
    padding-block: 1em;
    display: inline-block;
    border-top: 1px solid #d8cdc2;
  }
  .header__nav .call,
  .header__nav .button {
    margin-inline: 30px;
  }
  .header__nav .call {
    margin-bottom: 20px;
  }
  .header.is-open .header__nav {
    right: 0;
  }
}

#hero {
  position: relative;
  height: clamp(600px, 80vh, 800px);
  overflow: hidden;
}
#hero .hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#hero .hero-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5vw;
  z-index: 2;
  width: 80vw;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
}
#hero .hero-img img {
  position: absolute;
  top: 0;
  left: 5vw;
  display: block;
  width: calc(100% - 5vw);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
#hero .hero-img img.is-active {
  opacity: 1;
}
#hero .container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(100px, 10vw, 150px);
  width: 90vw;
  height: 100%;
}
#hero .container .top-text h2 {
  margin-left: 0;
  margin-bottom: 0.5em;
  color: #000;
  font-size: clamp(3.4rem, 5vw, 4.6rem);
  line-height: 1.4em;
  letter-spacing: 0;
  text-shadow: 0 0 4px rgb(255, 255, 255);
}
#hero .container .top-text h2::before, #hero .container .top-text h2::after {
  display: none;
}
#hero .container .top-text h2 strong {
  display: inline-block;
  color: #e96802;
  -webkit-transform: scale(1.12) translate(0.05em, -0.05em);
          transform: scale(1.12) translate(0.05em, -0.05em);
}
#hero .container .top-text p {
  font-family: "Shippori Mincho", serif !important;
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 500;
  line-height: 1.5em;
  text-shadow: 0 0 4px rgb(255, 255, 255);
}
#hero .container ul {
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: clamp(320px, 60vw, 420px);
}
#hero .container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31%;
  aspect-ratio: 1/1;
  -webkit-filter: drop-shadow(2px 3px 3px rgba(165, 129, 105, 0.08));
          filter: drop-shadow(2px 3px 3px rgba(165, 129, 105, 0.08));
}
#hero .container ul li img {
  width: auto;
  height: 30%;
}

#concept .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 920px) {
  #concept .content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#concept .content-wrap .img-wrap {
  width: 45%;
}
@media (max-width: 920px) {
  #concept .content-wrap .img-wrap {
    width: 90%;
    margin-inline: auto;
  }
}
#concept .content-wrap .img-wrap .img-01,
#concept .content-wrap .img-wrap .img-02 {
  border: 1px solid #d8cdc2;
  border-radius: 10px;
}
#concept .content-wrap .img-wrap .img-02 {
  width: 50%;
  margin-top: -20%;
  margin-left: -5%;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
#concept .content-wrap .card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 80px;
  margin-left: -60px;
  padding: clamp(30px, 5vw, 60px) min(5vw, 45px);
}
@media (max-width: 920px) {
  #concept .content-wrap .card {
    margin-top: 0;
    margin-left: 0;
  }
}
#concept .content-wrap .card::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff2e5;
  border-radius: 10px;
  -webkit-filter: drop-shadow(2px 3px 10px rgba(165, 129, 105, 0.05));
          filter: drop-shadow(2px 3px 10px rgba(165, 129, 105, 0.05));
}
#concept .content-wrap .card h3 {
  margin-bottom: 0.8em;
  font-size: clamp(2rem, 2vw, 2.6rem);
}
@media (max-width: 920px) {
  #concept .content-wrap .card h3 {
    text-align: center;
  }
}
#concept .content-wrap .card .leaf {
  width: 12%;
  margin-top: 1em;
  margin-left: auto;
}

#type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: clamp(35px, 5vw, 50px);
}
@media (max-width: 920px) {
  #type ul {
    max-width: 650px;
    margin-inline: auto;
  }
}
#type ul li {
  width: 17.6%;
  -webkit-filter: drop-shadow(2px 3px 3px rgba(165, 129, 105, 0.08));
          filter: drop-shadow(2px 3px 3px rgba(165, 129, 105, 0.08));
}
@media (max-width: 920px) {
  #type ul li {
    width: 31.3333333333%;
  }
}
@media screen and (max-width: 450px) {
  #type ul li {
    width: 48.5%;
  }
}
#type ul li h4 {
  margin-bottom: 0.5em;
  font-size: clamp(1.6rem, 2vw, 1.7rem);
  font-weight: 500;
}
#type ul li .circle-has-bg {
  padding: 27%;
}
#type ul li .circle-has-bg.lg {
  padding: 25%;
}
#type ul li .circle-has-bg.xlg {
  padding: 23%;
}

#step {
  position: relative;
}
#step ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding: 40px min(5vw, 30px);
  -webkit-filter: drop-shadow(2px 3px 10px rgba(165, 129, 105, 0.05));
          filter: drop-shadow(2px 3px 10px rgba(165, 129, 105, 0.05));
}
@media (max-width: 920px) {
  #step ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    max-width: 500px;
    margin-inline: auto;
    padding-top: 50px;
  }
}
#step ul li:last-child {
  margin-bottom: 0;
}
#step ul li .number {
  top: 15px;
  left: 15px;
  width: 4.5rem;
  aspect-ratio: 1/1;
  color: #fff;
  background-color: #e96802;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#step ul li .number.display-sp {
  display: none;
}
@media (max-width: 920px) {
  #step ul li .number.display-sp {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 920px) {
  #step ul li .number.display-pc {
    display: none;
  }
}
#step ul li .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 920px) {
  #step ul li .content {
    width: 100%;
  }
}
#step ul li .content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1rem;
}
@media (max-width: 920px) {
  #step ul li .content h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#step ul li .content div {
  padding-left: 5.5rem;
}
@media (max-width: 920px) {
  #step ul li .content div {
    padding-left: 0;
  }
}
#step ul li .img-wrap {
  width: 140px;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#step ul li .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#step::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 10;
  width: 100vw;
  height: 50px;
  background: #f5f5f5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section#guide {
  position: relative;
  z-index: 1;
  padding-top: calc(clamp(100px, 12vw, 120px) + 50px);
  color: #fff;
  background-image: url(/images/common/guide.png);
  background-position: center;
  background-size: cover;
}
section#guide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e96802;
  opacity: 0.85;
}
section#guide h3 {
  color: #fff;
}

#voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 25px;
}
@media (max-width: 920px) {
  #voice ul {
    gap: 30px;
  }
}
#voice ul li {
  width: calc(50% - 12.5px);
  padding: 30px min(5vw, 30px) 40px;
}
@media (max-width: 920px) {
  #voice ul li {
    width: 100%;
  }
}
#voice ul li .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.7em;
  margin-bottom: 1.2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #d8cdc2;
}
#voice ul li .user img {
  width: 50px;
}
#voice ul li .user h3 {
  margin-bottom: 0.2em;
  font-size: clamp(1.6rem, 3vw, 2rem);
}
#voice ul li div span {
  text-decoration: underline;
  text-decoration-color: #fff2e5;
  text-decoration-thickness: 6px;
  text-underline-offset: -2px;
}

#info .container {
  max-width: 800px;
  margin-inline: auto;
}
#info .container ul {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d8cdc2;
  border-radius: 10px;
  -webkit-filter: drop-shadow(2px 3px 10px rgba(165, 129, 105, 0.05));
          filter: drop-shadow(2px 3px 10px rgba(165, 129, 105, 0.05));
}
#info .container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#info .container ul li:last-child .label,
#info .container ul li:last-child .value {
  border-bottom: none;
}
#info .container ul li .label,
#info .container ul li .value {
  padding-block: 1.5em;
  border-bottom: 1px solid #d8cdc2;
}
#info .container ul li .label {
  width: clamp(7em, 15vw, 16em);
  color: #fff;
  background-color: #e96802;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
}
#info .container ul li .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: min(5vw, 20px);
}

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

@media (max-width: 920px) {
  .display-pc {
    display: none;
  }
}
.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.br-sp {
  display: none;
}
@media (max-width: 920px) {
  .br-sp {
    display: block;
  }
}