@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #2f312f;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background-color: #FEFEFE;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

.sb_style img, .sb_style video {
  margin-bottom: 20px;
}

.sb_style video {
  width: 100%;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img, .sb_style video {
    width: 100%;
    height: 100%;
  }
}
.heading--lv3 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  color: #5d7135;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  text-align: center;
}
.heading--lv3::before, .heading--lv3::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 133px;
  height: 29px;
  margin: auto;
}
.heading--lv3::before {
  background: url(../img/components/title/leaf-left-green.svg) no-repeat center/cover;
  left: -135px;
  right: 0;
}
.heading--lv3::after {
  background: url(../img/components/title/leaf-right-green.svg) no-repeat center/cover;
  right: -135px;
  left: 0;
}
.heading--lv3--brown {
  color: #835523;
}
.heading--lv3--brown::before {
  background: url(../img/components/title/leaf-left-brown.svg) no-repeat center/cover;
}
.heading--lv3--brown::after {
  background: url(../img/components/title/leaf-right-brown.svg) no-repeat center/cover;
}
.heading--lv3--white {
  color: white;
}
.heading--lv3--white::before {
  background: url(../img/components/title/leaf-left-white.svg) no-repeat center/cover;
}
.heading--lv3--white::after {
  background: url(../img/components/title/leaf-right-white.svg) no-repeat center/cover;
}
.heading--lv3--right::before {
  content: unset;
}
.heading--lv3--right::after {
  right: 0;
}
.heading--lv4 {
  position: relative;
  color: #5D7135;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2px;
  padding-left: 35px;
  padding-right: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.heading--lv4::before, .heading--lv4::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 15px;
  margin: auto;
}
.heading--lv4::before {
  left: 0;
  background: url(../img/components/title/quotation-left-green.svg) no-repeat center/cover;
}
.heading--lv4::after {
  right: 0;
  background: url(../img/components/title/quotation-right-green.svg) no-repeat center/cover;
}
.heading--lv4--brown {
  color: #835523;
}
.heading--lv4--brown::before {
  background: url(../img/components/title/quotation-left-brown.svg) no-repeat center/cover;
}
.heading--lv4--brown::after {
  background: url(../img/components/title/quotation-right-brown.svg) no-repeat center/cover;
}
.heading--lv4--left {
  margin: 0;
}
.heading--lv4--left::before {
  bottom: unset;
  top: 5px;
}
.heading--lv4--left::after {
  bottom: unset;
  top: 5px;
}
.heading--lv5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
  position: relative;
  padding-left: 20px;
}
.heading--lv5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/components/title/check-list-green.svg) no-repeat center/cover;
  width: 11px;
  height: 9px;
}
.heading--lv5--brown::before {
  background: url(../img/components/title/check-list-brown.svg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    font-size: 2.7rem;
    padding-bottom: 30px;
  }
  .heading--lv3::before, .heading--lv3::after {
    width: 100px;
    height: 22px;
  }
  .heading--lv3::before {
    left: -105px;
  }
  .heading--lv3::after {
    right: -105px;
  }
  .heading--lv3--right::after {
    right: 0;
  }
  .heading--lv4 {
    font-size: 1.8rem;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 150%;
    text-align: center;
  }
  .heading--lv5 {
    font-size: 1.5rem;
  }
}
.button--pattern-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #5d7135;
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: opacity 0.3s;
}
.button--pattern-1 .text {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FEFEFE;
  letter-spacing: 0.1em;
}
.button--pattern-1 .icon {
  font-size: 1.6rem;
  color: #FEFEFE;
}
.button--pattern-1:hover {
  opacity: 0.8;
}
.button--pattern-1:hover .icon {
  transition: transform 0.3s ease;
  transform: translateX(5px);
}
.button--pattern-1--brown {
  background: #835523;
}
.button--pattern-2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #23211f;
}
.button--pattern-2 .icon {
  color: #5d7135;
}
.button--pattern-2 span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #23211f;
  letter-spacing: 0.05em;
}
.button--pattern-2:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    padding: 13px 20px;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-2 span {
    font-size: 1.5rem;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 120px);
  height: 100px;
  padding: 30px 60px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  z-index: 300;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.header__logo {
  display: block;
}
.header__logo img {
  height: 80px;
  width: auto;
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__item a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #23211f;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: color 0.3s;
}
.header__item a:hover {
  color: #5d7135;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__action-mail, .header__action-line {
  display: block;
}
.header__action-mail img, .header__action-line img {
  width: 60px;
  height: 60px;
}
.header__action-mail, .header__action-line {
  transition: opacity 0.3s;
}
.header__action-mail:hover, .header__action-line:hover {
  opacity: 0.8;
}
.header__item {
  position: relative;
}
.header__item > a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: color 0.3s;
}
.header__item > a:hover {
  color: #5d7135;
}
.header__item--menu {
  position: relative;
}
.header__item--menu:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 207px;
  height: 28px;
}
.header__item--menu:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.header__item--menu > a {
  pointer-events: none;
  cursor: pointer;
}
.header__dropdown {
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #FEFEFE;
  border-radius: 3px;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 500;
}
.header__dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FEFEFE;
}
.header__dropdown-list {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.header__dropdown-list li {
  text-align: center;
}
.header__dropdown-list li a {
  position: relative;
  display: block;
  transition: color 0.3s;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.6px;
  width: 100%;
  padding: 5px 0;
}
.header__dropdown-list li a:hover {
  color: #5D7135;
}
.header__dropdown-list li a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #5d7135;
}

.header--page {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header--page .header__bar {
  position: static;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

@media only screen and (max-width: 767px) {
  .header {
    width: calc(100% - 40px);
    height: 70px;
    padding: 0px 20px;
  }
  .header__bar {
    position: fixed;
    height: 70px;
  }
  .header__bar-inner {
    padding: 5px 15px;
  }
  .header__logo {
    width: 105px;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header__actions {
    gap: 10px;
  }
  .header__action-mail img, .header__action-line img {
    width: 44px;
    height: 44px;
  }
}
.footer-action {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.footer-action__bg {
  position: absolute;
  inset: 0;
  background: url(../img/pages/top/cta-bg.jpg) no-repeat center/cover;
}
.footer-action__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(109, 97, 83, 0.8);
  mix-blend-mode: hue;
  opacity: 0.8;
}
.footer-action__inner {
  position: relative;
  z-index: 1;
}
.footer-action__box {
  border-radius: 10px;
  background: rgba(131, 85, 35, 0.9);
  padding: 50px 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.footer-action__heading .text {
  color: #fefefe;
}
.footer-action__line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 80px;
  max-width: 670px;
  background: #06c755;
  border-radius: 58px;
  transition: opacity 0.3s;
}
.footer-action__line:hover {
  opacity: 0.85;
}
.footer-action__line:hover .bi-arrow-right-circle-fill {
  transition: transform 0.3s ease;
  transform: translateX(5px);
}
.footer-action__line-icon {
  width: 60px;
  height: 60px;
}
.footer-action__line-text {
  font-size: 2rem;
  font-weight: 700;
  color: #fefefe;
  line-height: 180%;
  letter-spacing: 2px;
}
.footer-action .bi-arrow-right-circle-fill {
  font-size: 1.6rem;
  color: #fefefe;
}
.footer-action__btns {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  max-width: 670px;
  width: 100%;
}
.footer-action__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fefefe;
  border-radius: 58px;
  padding: 20px 30px;
  transition: opacity 0.3s;
  width: 100%;
  justify-content: center;
  height: 50px;
}
.footer-action__btn:hover {
  opacity: 0.85;
}
.footer-action__btn:hover .bi-arrow-right-circle-fill {
  transition: transform 0.3s ease;
  transform: translateX(5px);
}
.footer-action__btn .bi {
  font-size: 2rem;
  color: #835523;
}
.footer-action__btn--contact {
  max-width: 220px;
  color: #835523;
}
.footer-action__tel-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-action__tel-num {
  font-size: 3.2rem;
  font-weight: 700;
  color: #835523;
  line-height: 100%;
  letter-spacing: 1.6px;
}
.footer-action__tel-note {
  font-size: 1.4rem;
  color: #835523;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.4px;
}

.footer-bar {
  position: relative;
  padding: 70px 0 50px;
}
.footer-bar__inner {
  position: relative;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  align-items: center;
  border-top: 1px solid #835523;
  padding-top: 15px;
  margin-top: 120px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-bar__logo {
  display: block;
}
.footer-bar__logo img {
  height: 80px;
  width: auto;
}
.footer-bar__address {
  font-size: 1.4rem;
  color: #835523;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.footer-bar__nav {
  display: flex;
  align-items: flex-start;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 645px;
}
.footer-bar__list--parent {
  pointer-events: none;
}
.footer-bar__list--child {
  display: flex;
  flex-flow: column;
  gap: 12px;
  margin-top: 10px;
}
.footer-bar__list--child .footer-bar__item {
  padding-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.footer-bar__list--child .footer-bar__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #835523;
  margin: auto;
}
.footer-bar__list--child .footer-bar__item a {
  font-size: 1.2rem;
}
.footer-bar__item {
  width: 130px;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #835523;
  line-height: 100%;
  letter-spacing: 0.75px;
  transition: opacity 0.3s;
}
.footer-bar__item a:hover {
  opacity: 0.8;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 500;
  color: #835523;
  line-height: 100%;
  letter-spacing: 0.65px;
}
.footer-bar__copyright a {
  transition: opacity 0.3s;
}
.footer-bar__copyright a:hover {
  opacity: 0.7;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #835523;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.footer-bar__link a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 50px 0;
  }
  .footer-action__box {
    padding: 40px 20px;
    gap: 30px;
  }
  .footer-action__line {
    height: 60px;
    padding: 5px 10px;
    width: calc(100% - 20px);
    gap: 5px;
  }
  .footer-action__line-icon {
    width: 44px;
    height: 44px;
  }
  .footer-action__line-text {
    font-size: 1.5rem;
    line-height: 20px;
  }
  .footer-action__btns {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .footer-action__btn {
    width: calc(100% - 20px);
    max-width: 100%;
    justify-content: center;
    padding: 10px 10px;
  }
  .footer-action__tel-num {
    font-size: 2.8rem;
    text-align: center;
  }
  .footer-action__tel-note {
    font-size: 1.3rem;
    text-align: center;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__wrapper--top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: column-reverse;
    gap: 15px;
    text-align: center;
    margin-top: 25px;
    padding-top: 20px;
  }
  .footer-bar__contents {
    align-items: center;
    gap: 10px;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__links {
    gap: 25px;
  }
}
.sub-mv {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-top: -160px;
}
.sub-mv::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  background: url(../img/layout/header/header-leaf.png) no-repeat center/cover;
  width: 510px;
  height: 210px;
  z-index: 100;
}
.sub-mv__bg {
  position: absolute;
  inset: 0;
}
.sub-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-mv__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(219, 179, 130, 0.5), rgba(247, 243, 238, 0));
  mix-blend-mode: lighten;
}
.sub-mv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-mv__title {
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .sub-mv {
    height: 280px;
    margin-top: -70px;
  }
  .sub-mv::before {
    width: 270px;
    height: 110px;
  }
  .sub-mv__title {
    font-size: 2.8rem;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #5D7135;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10000;
}
.drawer-on__inner {
  padding: 14px 20px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: flex;
  width: 105px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #5D7135;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background: #06c755;
  gap: 10px;
  border-radius: 8px;
  padding: 12px 15px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.drawer-line .icon {
  width: 25px;
}
.drawer-line .text {
  color: #ffffff;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #5D7135;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns {
  margin-bottom: 15px;
}
.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #5d7135;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  height: 100vh;
  max-height: 900px;
  min-height: 850px;
  position: relative;
  overflow: hidden;
  margin-top: -160px;
}
.top-mv__body {
  padding: 0 60px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
  width: 580px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 5%;
  z-index: 100;
}
.top-mv__catch {
  font-size: 3rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.6px;
  text-align: center;
}
.top-mv__title {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 120%;
  letter-spacing: 2px;
  text-align: center;
}
.top-mv__title::after, .top-mv__title::before {
  content: "";
  position: absolute;
}
.top-mv__title::before {
  background: url(../img/pages/top/quota-left.svg) no-repeat center/cover;
  top: 0;
  left: -45px;
  width: 35px;
  height: 22px;
}
.top-mv__title::after {
  background: url(../img/pages/top/quota-right.svg) no-repeat center/cover;
  bottom: 0;
  right: -45px;
  width: 35px;
  height: 20px;
}
.top-mv__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 180%;
  letter-spacing: 1.8px;
  text-align: center;
}
.top-mv__fade {
  width: 100%;
  height: 100%;
}
.top-mv__fade .fade-fv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fvFade 16s infinite;
}
.top-mv__fade .fade-fv--01 {
  background: url(../img/pages/top/fv--01.jpg) no-repeat center/cover;
  animation-delay: 0s;
}
.top-mv__fade .fade-fv--02 {
  background: url(../img/pages/top/fv--02.jpg) no-repeat center/cover;
  animation-delay: 4s;
}
.top-mv__fade .fade-fv--03 {
  background: url(../img/pages/top/fv--03.jpg) no-repeat center/cover;
  animation-delay: 8s;
}
.top-mv__fade .fade-fv--04 {
  background: url(../img/pages/top/fv--04.jpg) no-repeat center/cover;
  animation-delay: 12s;
}
.top-mv__fade .fade-fv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(219, 179, 130, 0.5) 0%, rgba(247, 243, 238, 0) 68.11%);
  mix-blend-mode: lighten;
}
.top-mv__leaf {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 911px;
  pointer-events: none;
  z-index: 2;
}
.top-mv__leaf img {
  width: 100%;
  height: auto;
}

@keyframes fvFade {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-mv {
    position: relative;
    height: 500px;
    margin-top: -70px;
    min-height: 100%;
  }
  .top-mv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1;
  }
  .top-mv__body {
    width: 90%;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    text-shadow: 1px 1px 15px rgb(255, 255, 255);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .top-mv__catch {
    font-size: 2rem;
  }
  .top-mv__title {
    font-size: 3.2rem;
  }
  .top-mv__title::before {
    left: -40px;
  }
  .top-mv__title::after {
    right: -40px;
  }
  .top-mv__text {
    font-size: 1.4rem;
  }
  .top-mv__fade {
    width: 100%;
    height: 100%;
  }
  .top-mv__fade .fade-fv--01 {
    background: url(../img/pages/top/fv-sp--01.jpg) no-repeat center/cover;
    animation-delay: 0s;
  }
  .top-mv__fade .fade-fv--02 {
    background: url(../img/pages/top/fv-sp--02.jpg) no-repeat center/cover;
    animation-delay: 4s;
  }
  .top-mv__fade .fade-fv--03 {
    background: url(../img/pages/top/fv-sp--03.jpg) no-repeat center/cover;
    animation-delay: 8s;
  }
  .top-mv__fade .fade-fv--04 {
    background: url(../img/pages/top/fv-sp--04.jpg) no-repeat center/cover;
    animation-delay: 12s;
  }
  .top-mv__leaf {
    position: absolute;
    bottom: 0;
    left: 2%;
    width: 195px;
    pointer-events: none;
    z-index: 2;
  }
  .top-mv__leaf img {
    width: 100%;
    height: auto;
  }
}
.top-about {
  padding: 120px 0;
  border-bottom: 1px solid #D2D6CC;
}
.top-about__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-about__heading {
  margin-bottom: 40px;
}
.top-about__lead {
  font-size: 1.8rem;
  font-weight: 500;
  color: #23211f;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
.top-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
.top-about__item {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(59, 40, 28, 0.15);
}
.top-about__link {
  display: flex;
  align-items: end;
  flex-flow: wrap;
  gap: 25px;
  padding: 20px;
  background: white;
  transition: opacity 0.3s;
}
.top-about__link:hover {
  opacity: 0.75;
}
.top-about__link:hover .top-about__arrow img {
  transition: transform 0.3s ease;
  transform: translateX(3px);
}
.top-about__icon {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-about__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-about__body {
  flex: 1;
  min-width: 0;
}
.top-about__title {
  font-size: 2rem;
  color: #5D7135;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2px;
}
.top-about__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.top-about__arrow {
  width: 100%;
  display: flex;
  justify-content: end;
}
.top-about__arrow img {
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about__heading {
    margin-bottom: 30px;
  }
  .top-about__lead {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .top-about__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .top-about__link {
    gap: 15px;
    align-items: flex-start;
  }
  .top-about__icon {
    width: 100%;
  }
  .top-about__title {
    font-size: 1.8rem;
  }
}
.top-reason {
  padding: 120px 0;
  background: #f6f2ed;
}
.top-reason__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-reason .heading--lv3 {
  margin-bottom: 60px;
}
.top-reason__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin-bottom: 60px;
}
.top-reason__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: space-between;
  z-index: 100;
}
.top-reason__item--reverse {
  flex-direction: row-reverse;
}
.top-reason__item--reverse .top-reason__body {
  margin-right: -90px;
  margin-left: 0;
  z-index: 100;
}
.top-reason__item:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -250px;
  background: url(../img/pages/top/reason-leaf-right.svg) no-repeat center/cover;
  width: 195px;
  height: 321px;
  z-index: -1;
}
.top-reason__item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: -120px;
  top: -250px;
  background: url(../img/pages/top/reason-leaf-left.svg) no-repeat center/cover;
  width: 195px;
  height: 321px;
  z-index: -1;
}
.top-reason__item:nth-child(3)::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  background: url(../img/pages/top/reason-leaf-right.svg) no-repeat center/cover;
  width: 195px;
  height: 321px;
  z-index: -1;
}
.top-reason__img {
  flex-shrink: 0;
  width: 600px;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
}
.top-reason__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason__body {
  padding: 30px;
  width: 460px;
  margin-left: -90px;
  border-radius: 5px;
  background-color: #FEFEFE;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.top-reason__title {
  font-size: 2rem;
  font-weight: 700;
  color: #835523;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
}
.top-reason__text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.top-reason__quote {
  font-size: 2rem;
  font-weight: 700;
  color: #835523;
  text-align: center;
  position: relative;
  line-height: 180%;
  letter-spacing: 2px;
}
.top-reason__quote::after, .top-reason__quote::before {
  content: "";
  position: absolute;
}
.top-reason__quote::before {
  background: url(../img/pages/top/quota-left.svg) no-repeat center/cover;
  top: 15px;
  left: -50px;
  width: 32px;
  height: 20px;
}
.top-reason__quote::after {
  background: url(../img/pages/top/quota-right.svg) no-repeat center/cover;
  bottom: 15px;
  right: -50px;
  width: 32px;
  height: 19px;
}
.top-reason__btn {
  margin: 60px auto 0;
}

@media only screen and (max-width: 767px) {
  .top-reason {
    padding: 60px 0;
  }
  .top-reason .heading--lv3 {
    margin-bottom: 40px;
  }
  .top-reason__list {
    gap: 20px;
    margin-bottom: 40px;
  }
  .top-reason__item {
    flex-direction: column;
  }
  .top-reason__item--reverse {
    flex-direction: column;
  }
  .top-reason__item--reverse .top-reason__body {
    margin: 0;
  }
  .top-reason__item:nth-child(2)::after {
    content: unset;
  }
  .top-reason__item:nth-child(3)::after {
    content: unset;
  }
  .top-reason__item:nth-child(3)::before {
    content: unset;
  }
  .top-reason__img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
  }
  .top-reason__body {
    padding: 20px;
    margin: 0;
    border-radius: 0 0 5px 5px;
    width: calc(100% - 40px);
    min-width: unset;
  }
  .top-reason__title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .top-reason__text {
    font-size: 1.4rem;
  }
  .top-reason__quote {
    font-size: 1.8rem;
    padding: 0 40px;
  }
  .top-reason__quote::before {
    left: 0;
  }
  .top-reason__quote::after {
    right: 0;
  }
  .top-reason__btn {
    margin: 40px auto 0;
  }
}
.top-media {
  position: relative;
  padding: 120px 0;
  position: relative;
}
.top-media::before, .top-media::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.top-media::before {
  background: url(../img/pages/top/media-leaf-right.svg) no-repeat center/cover;
  top: 0;
  right: 0;
  width: 260px;
  height: 343px;
}
.top-media::after {
  background: url(../img/pages/top/media-leaf-left.svg) no-repeat center/cover;
  bottom: 0;
  left: 0;
  width: 293px;
  height: 262px;
}
.top-media__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-media__heading {
  margin-bottom: 40px;
}
.top-media__lead {
  margin-bottom: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
  text-align: center;
  text-shadow: #fefefe 0px 0px 5px;
}
.top-media__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-bottom: 60px;
}
.top-media__item {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.top-media__thumb {
  width: 20%;
  aspect-ratio: 1/1;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-media__body {
  width: 80%;
  padding: 30px;
  box-sizing: border-box;
}
.top-media__title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.54px;
  color: #5D7135;
}
.top-media__text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 180%;
}
.top-media__btn {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-media {
    padding: 60px 0;
  }
  .top-media::before, .top-media::after {
    content: none;
  }
  .top-media__lead {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 50px;
  }
  .top-media__list {
    margin-bottom: 40px;
  }
  .top-media__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
  }
  .top-media__thumb {
    width: 60%;
    aspect-ratio: 1/1;
  }
  .top-media__body {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .top-media__title {
    margin-bottom: 10px;
  }
}
.top-beginner {
  padding: 120px 0;
}
.top-beginner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-beginner__head {
  margin-bottom: 40px;
}
.top-beginner__lead1 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.2px;
  margin-bottom: 20px;
}
.top-beginner__lead2 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
  margin-bottom: 60px;
}
.top-beginner__videos {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
  width: 100%;
}
.top-beginner__video {
  width: 520px;
  aspect-ratio: 16/9;
  position: relative;
}
.top-beginner__video video {
  width: 100%;
  height: 100%;
}
.top-beginner__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.top-beginner__play:hover {
  background: rgba(0, 0, 0, 0.35);
}
.top-beginner__play .bi {
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.85);
}
.top-beginner__btn {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-beginner {
    padding: 60px 0;
  }
  .top-beginner__head {
    margin-bottom: 40px;
    gap: 20px;
  }
  .top-beginner__lead1 {
    font-size: 1.7rem;
  }
  .top-beginner__lead2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .top-beginner__videos {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
  .top-beginner__video {
    width: 100%;
  }
}
.top-voice {
  padding: 120px 50px;
  position: relative;
  background: #F6F2ED;
  margin: 0 40px;
  z-index: 100;
}
.top-voice::after {
  content: "";
  background: url(../img/pages/top/voice-leaf.svg) no-repeat center/cover;
  width: 412px;
  height: 290px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.top-voice__head {
  margin-bottom: 60px;
}
.top-voice__list {
  display: flex;
  gap: 70px;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
}
.top-voice__item {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-flow: column;
  max-width: 380px;
}
.top-voice__body {
  background: #F6F2ED;
  border-radius: 0 0 5px 5px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.top-voice__thumb {
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
}
.top-voice__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
  color: #835523;
}
.top-voice__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.top-voice__date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #706965;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.top-voice__btn {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-voice {
    padding: 60px 20px;
    margin: 0 20px;
  }
  .top-voice::after {
    width: 322px;
    height: 220px;
  }
  .top-voice__head {
    margin-bottom: 40px;
  }
  .top-voice__list {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .top-voice__body {
    padding: 20px;
  }
  .top-voice__card {
    padding: 20px;
  }
}
.top-guide {
  padding: 120px 0;
}
.top-guide__inner {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.top-guide__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-guide__col .heading--lv3 {
  margin-bottom: 40px;
}
.top-guide__owner-img {
  width: 100%;
}
.top-guide__owner-img img {
  width: 100%;
  height: 414px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-guide__owner-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #FEFEFE;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  padding: 30px;
  max-width: 440px;
  margin-top: -160px;
}
.top-guide__owner-title {
  color: #5D7135;
  font-size: 2rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2px;
  width: 100%;
}
.top-guide__owner-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.top-guide__calendar {
  width: 100%;
  margin-bottom: 15px;
}
.top-guide__calendar iframe {
  display: block;
  width: 100%;
  height: 540px;
}
.top-guide__calendar-note {
  font-size: 1.4rem;
  font-weight: 500;
  color: #706965;
  letter-spacing: 0.05em;
  text-align: right;
  width: 100%;
}
.top-guide__calendar-note a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .top-guide {
    padding: 60px 0;
  }
  .top-guide__inner {
    flex-direction: column;
    gap: 60px;
  }
  .top-guide__col {
    width: 100%;
  }
  .top-guide__col .heading--lv3 {
    margin-bottom: 30px;
  }
  .top-guide__owner-img img {
    height: 280px;
  }
  .top-guide__owner-body {
    margin: -60px 20px 0;
    width: calc(100% - 100px);
    gap: 15px;
  }
  .top-guide__owner-title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .top-guide__owner-text {
    font-size: 1.4rem;
  }
  .top-guide__calendar iframe {
    height: 350px;
  }
  .top-guide__calendar-note {
    font-size: 1.3rem;
  }
}
.top-column {
  padding: 120px 0;
  background: #F6F2ED;
  position: relative;
  z-index: 100;
}
.top-column::before, .top-column::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.top-column::before {
  background: url(../img/pages/top/column-leaf-right.svg) no-repeat center/cover;
  bottom: 0;
  right: 0;
  width: 260px;
  height: 233px;
}
.top-column__inner {
  position: relative;
}
.top-column__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-left: 80px;
}
.top-column__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
  margin-bottom: 60px;
  text-shadow: #fefefe 0px 0px 5px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: opacity 0.3s;
}
.top-column__item .link:hover {
  opacity: 0.7;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 400/285;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
}
.top-column__item .date {
  color: #835523;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.top-column__item .title {
  color: #835523;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #FEFEFE;
  padding-bottom: 15px;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column::before {
    content: unset;
  }
  .top-column::after {
    width: 120px;
    height: 159px;
  }
  .top-column__head {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0;
  }
  .top-column__heading {
    align-items: center;
    text-align: center;
  }
  .top-column__btn {
    margin: 50px auto 0;
    text-align: center;
  }
  .top-column__lead {
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: center;
  }
  .top-column__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .top-column__item {
    width: 90%;
  }
}
.top-news {
  padding: 120px 0;
}
.top-news__inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.top-news__head {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.top-news__btn {
  flex-shrink: 0;
  margin-top: 40px;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 760px;
}
.top-news__item {
  border-bottom: 1px solid #D2D6CC;
}
.top-news__item:first-child {
  border-top: 1px solid #D2D6CC;
}
.top-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  gap: 20px;
  transition: opacity 0.3s;
}
.top-news__link:hover {
  opacity: 0.7;
}
.top-news__wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.top-news__date {
  color: #5D7135;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
}
.top-news__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.8px;
}
.top-news__icon {
  font-size: 1.6rem;
  color: #5d7135;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news__inner {
    flex-flow: column;
  }
  .top-news__head {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .top-news__btn {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 20px auto 0;
  }
  .top-news__link {
    padding: 20px 0;
  }
  .top-news__date {
    font-size: 1.5rem;
  }
  .top-news__title {
    font-size: 1.5rem;
  }
}
.top-access {
  padding: 120px 0;
}
.top-access__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-access .heading--lv3 {
  margin-bottom: 60px;
}
.top-access__body {
  display: flex;
  gap: 50px;
  align-items: flex-end;
  width: 100%;
}
.top-access__table {
  flex: 1;
  border-collapse: collapse;
}
.top-access__label {
  padding: 25px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
  width: 110px;
  text-align: center;
  border-bottom: 1px solid #5D7135;
}
.top-access__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
  padding: 25px;
  border-bottom: 1px solid #D2D6CC;
}
.top-access__text span {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
}
.top-access__map {
  width: 500px;
  flex-shrink: 0;
}
.top-access__map iframe {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .top-access {
    padding: 60px 0;
  }
  .top-access .heading--lv3 {
    margin-bottom: 40px;
  }
  .top-access__body {
    flex-direction: column;
    gap: 40px;
  }
  .top-access__table {
    width: 100%;
  }
  .top-access__label {
    padding: 10px;
    font-size: 1.5rem;
    width: 80px;
  }
  .top-access__text {
    padding: 10px;
    font-size: 1.5rem;
  }
  .top-access__map {
    width: 100%;
  }
  .top-access__map iframe {
    width: 100%;
    height: 280px;
  }
}
.concept {
  padding: 120px 0;
  background: #f6f2ed;
  position: relative;
  overflow: hidden;
}
.concept__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concept .heading--lv3 {
  margin-bottom: 40px;
}
.concept__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.concept__item {
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  z-index: 100;
}
.concept__item--reverse {
  flex-direction: row-reverse;
}
.concept__item--reverse .concept__body {
  margin-left: 0;
  margin-right: -30px;
  z-index: 100;
}
.concept__item--wide {
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.concept__item--wide .concept__text {
  text-align: center;
}
.concept__item:nth-child(1)::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: 0;
  background: url(../img/pages/top/reason-leaf-right.svg) no-repeat center/cover;
  width: 195px;
  height: 321px;
  z-index: -1;
}
.concept__item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -20px;
  background: url(../img/pages/top/reason-leaf-left.svg) no-repeat center/cover;
  width: 195px;
  height: 321px;
  z-index: -1;
}
.concept__item:nth-child(3)::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: 140px;
  background: url(../img/pages/top/reason-leaf-right.svg) no-repeat center/cover;
  width: 195px;
  height: 321px;
  z-index: -1;
}
.concept__img {
  flex-shrink: 0;
  width: 600px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  overflow: hidden;
}
.concept__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept__img--wide {
  width: 100%;
  height: 400px;
  flex-shrink: unset;
}
.concept__body {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  background: #FEFEFE;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  margin-left: -30px;
}
.concept__body--wide {
  background: unset;
  box-shadow: unset;
  text-align: center;
}
.concept__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .concept {
    padding: 60px 0;
  }
  .concept .heading--lv3 {
    margin-bottom: 40px;
  }
  .concept__list {
    gap: 30px;
  }
  .concept__item {
    flex-direction: column;
  }
  .concept__item--reverse {
    flex-direction: column;
  }
  .concept__item--reverse .concept__body {
    margin-left: 0;
    margin-right: 0px;
  }
  .concept__item:nth-child(1)::after {
    content: unset;
  }
  .concept__item:nth-child(2)::before {
    content: unset;
  }
  .concept__item:nth-child(3)::after {
    content: unset;
  }
  .concept__img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 5px 5px 0 0;
  }
  .concept__img--wide {
    height: 220px;
    border-radius: 5px;
  }
  .concept__body {
    padding: 20px;
    margin: 0;
    border-radius: 0 0 5px 5px;
  }
  .concept__body--wide {
    padding: 0;
  }
  .concept__card-heading {
    font-size: 1.8rem;
  }
}
.salon {
  padding: 120px 0;
  background: #fefefe;
  border-bottom: 1px solid #d2d6cc;
}
.salon__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.salon .heading--lv3 {
  margin-bottom: 60px;
}
.salon__profile {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-bottom: 50px;
}
.salon__img {
  flex-shrink: 0;
  width: 350px;
  border-radius: 5px;
  overflow: hidden;
}
.salon__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  display: block;
}
.salon__content {
  flex: 1;
  min-width: 0;
}
.salon__content .heading--lv4 {
  margin-bottom: 10px;
}
.salon__profile-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.salon__section {
  margin-bottom: 40px;
  width: 100%;
}
.salon__section:last-child {
  margin-bottom: 0;
}
.salon__section .heading--lv4 {
  margin-bottom: 10px;
}
.salon__section-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #5d7135;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.salon__section-heading img {
  width: 10px;
  height: auto;
  flex-shrink: 0;
}
.salon__sublist {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background: #f6f2ed;
  border-radius: 5px;
  padding: 20px;
}
.salon__sublist-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-left: 1em;
  position: relative;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.salon__sublist-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.salon__sublist-item span {
  font-size: 1.4rem;
}
.salon__career-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.salon__btn {
  margin: 0;
  width: 100%;
}
.salon__info {
  width: 100%;
  margin-top: 60px;
}
.salon__body {
  display: flex;
  gap: 50px;
  margin-top: 10px;
}
.salon__table {
  width: 100%;
  border-collapse: collapse;
}
.salon__table th, .salon__table td {
  padding: 25px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  vertical-align: top;
  text-align: left;
}
.salon__table th {
  width: 100px;
  font-weight: 700;
  border-bottom: 1px solid #5d7135;
  text-align: center;
  vertical-align: middle;
}
.salon__table td {
  border-bottom: 1px solid #d2d6cc;
}
.salon__table td span {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
}
.salon__map {
  width: 100%;
  height: 450px;
  border-radius: 5px;
  overflow: hidden;
}
.salon__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media only screen and (max-width: 767px) {
  .salon {
    padding: 60px 0;
  }
  .salon .heading--lv3 {
    margin-bottom: 40px;
  }
  .salon__profile {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
  }
  .salon__img {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .salon__profile-text {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .salon__section-heading {
    font-size: 1.8rem;
  }
  .salon__sublist {
    grid-template-columns: 1fr;
  }
  .salon__sublist-item {
    font-size: 1.4rem;
  }
  .salon__career-text {
    font-size: 1.4rem;
  }
  .salon__info {
    margin-top: 40px;
  }
  .salon__body {
    flex-flow: column;
    gap: 30px;
  }
  .salon__table th, .salon__table td {
    font-size: 1.4rem;
    padding: 14px 10px;
  }
  .salon__table th {
    width: 120px;
  }
  .salon__map {
    height: 300px;
  }
}
.media {
  position: relative;
  padding: 120px 0;
  border-top: 1px solid #d2d6cc;
}
.media::before, .media::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.media::before {
  background: url(../img/pages/about/leaf-right.svg) no-repeat center/cover;
  top: 0;
  right: 0;
  width: 260px;
  height: 343px;
}
.media::after {
  background: url(../img/pages/about/leaf-left.svg) no-repeat center/cover;
  bottom: 0;
  left: 0;
  width: 293px;
  height: 262px;
}
.media__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media .heading--lv3 {
  margin-bottom: 60px;
}
.media__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.media__item {
  display: flex;
  align-items: center;
  background: #fefefe;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.media__img {
  flex-shrink: 0;
  width: 20%;
  aspect-ratio: 1/1;
  background: url(../img/pages/about/no-img.jpg) no-repeat center/cover;
}
.media__body {
  width: 80%;
  padding: 30px;
  box-sizing: border-box;
}
.media__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #5d7135;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 15px;
}
.media__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .media {
    padding: 60px 0;
  }
  .media::before, .media::after {
    content: unset;
  }
  .media .heading--lv3 {
    margin-bottom: 40px;
  }
  .media__list {
    gap: 15px;
  }
  .media__item {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
  }
  .media__img {
    width: 60%;
  }
  .media__body {
    width: 100%;
    padding: 0;
  }
  .media__title {
    font-size: 1.6rem;
  }
  .media__text {
    font-size: 1.3rem;
  }
}
.trouble {
  padding: 120px 0;
  position: relative;
}
.trouble::before, .trouble::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.trouble::before {
  background: url(../img/pages/menu/leaf-right.svg) no-repeat center/cover;
  top: 0;
  right: 0;
  width: 200px;
  height: 263px;
}
.trouble::after {
  background: url(../img/pages/menu/leaf-left.svg) no-repeat center/cover;
  bottom: 0;
  left: 0;
  width: 223px;
  height: 202px;
}
.trouble__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trouble .heading--lv3 {
  margin-bottom: 60px;
}
.trouble__text {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
}
.trouble__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
  justify-content: space-between;
}
.trouble__img {
  flex-shrink: 0;
  width: 500px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.trouble__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trouble__checklist {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.trouble__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f6f2ed;
  border-radius: 5px;
  padding: 20px;
}
.trouble__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #23211f;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.trouble__item .bi {
  font-size: 2rem;
  color: #5d7135;
  flex-shrink: 0;
}
.trouble__lead {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.trouble__sub-lead {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.trouble__sub-lead-reverse {
  flex-flow: row-reverse;
  margin-top: 0;
  margin-bottom: 60px;
}
.trouble__sub-lead-reverse .trouble__sub-lead-body {
  margin-left: 0;
  margin-right: -30px;
}
.trouble__sub-lead-reverse .trouble__sub-lead-img {
  z-index: -1;
}
.trouble__sub-lead-img {
  border-radius: 5px;
  overflow: hidden;
}
.trouble__sub-lead-body {
  background-color: #FEFEFE;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
  max-width: 460px;
  width: 100%;
  margin-left: -40px;
  display: flex;
  gap: 10px;
  flex-flow: column;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
.trouble__sub-lead-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}

@media only screen and (max-width: 767px) {
  .trouble {
    padding: 60px 0;
  }
  .trouble::before, .trouble::after {
    content: unset;
  }
  .trouble .heading--lv3 {
    margin-bottom: 40px;
  }
  .trouble__content {
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .trouble__img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .trouble__checklist {
    width: 100%;
  }
  .trouble__checklist-heading {
    font-size: 1.8rem;
  }
  .trouble__list {
    gap: 5px;
  }
  .trouble__item {
    font-size: 1.4rem;
  }
  .trouble__lead {
    font-size: 1.5rem;
    text-align: left;
  }
  .trouble__sub-lead {
    margin-top: 50px;
    flex-flow: column;
    gap: 20px;
  }
  .trouble__sub-lead-reverse .trouble__sub-lead-body {
    margin-left: 0;
    margin-right: 0px;
  }
  .trouble__sub-lead-body {
    padding: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-left: 0px;
  }
  .trouble__sub-lead-img {
    width: 100%;
  }
  .trouble__sub-lead-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 1.4px;
  }
}
.reason {
  padding: 120px 0;
  background: #f6f2ed;
}
.reason .heading--lv3 {
  margin-bottom: 60px;
}
.reason .heading--lv4 {
  margin-bottom: 20px;
}
.reason__lead {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
.reason__sub-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #835523;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 30px;
}
.reason__sub-heading img {
  width: 10px;
  height: auto;
  flex-shrink: 0;
}
.reason__media-row {
  margin-top: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.reason__media-row-reverse {
  flex-flow: row-reverse;
}
.reason__media-row-reverse .reason__media-row-body {
  margin-left: 0;
  margin-right: -40px;
  z-index: 100;
}
.reason__media-row-body {
  background-color: #FEFEFE;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
  max-width: 460px;
  width: 100%;
  margin-left: -40px;
  display: flex;
  gap: 10px;
  flex-flow: column;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
.reason__media-row-text a {
  color: #835523;
  border-bottom: 1px solid #835523;
}
.reason__media-row-img {
  border-radius: 5px;
  overflow: hidden;
}
.reason__media-row-list {
  border: 1px solid #706965;
  border-radius: 5px;
  padding: 20px;
  -moz-column-count: 2;
       column-count: 2;
}
.reason__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin-bottom: 60px;
}
.reason__category {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.reason__category-title {
  background: #835523;
  color: #fefefe;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 14px 20px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.reason__body {
  background: #fefefe;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.reason__list-items {
  display: flex;
  justify-content: space-between;
}
.reason__list-item {
  width: 340px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.reason__list-item-title {
  background: #835523;
  color: #fefefe;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 14px 20px;
  border-radius: 5px;
  text-align: center;
}
.reason__list-item-body {
  padding: 20px;
  border-radius: 5px;
  background: #fefefe;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.reason__service {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-top: 20px;
}
.reason__service-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5d7135;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.reason__service-label .bi {
  font-size: 1.6rem;
}
.reason__service-thumbnail {
  width: 320px;
  aspect-ratio: 320/225;
  background: url(../img/pages/menu/no-img.jpg) no-repeat center/cover;
}
.reason__service-text {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.reason__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.reason__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.reason__item-head {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #835523;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.reason__item-title {
  color: #835523;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.2px;
}
.reason__item-text {
  color: #835523;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.2px;
}
.reason__item-text span {
  font-size: 1.4rem;
}
.reason__dl {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.reason__dl-row {
  display: flex;
  align-items: center;
  background: #F6F2ED;
}
.reason__dl-row dt, .reason__dl-row dd {
  padding: 15px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
}
.reason__dl-row dt {
  min-width: 150px;
  text-align: center;
}
.reason__dl-row ul {
  list-style: inside;
}

@media only screen and (max-width: 767px) {
  .reason {
    padding: 60px 0;
  }
  .reason .heading--lv3 {
    margin-bottom: 50px;
  }
  .reason .heading--lv4 {
    text-align: center;
  }
  .reason__lead {
    text-align: left;
    margin-bottom: 40px;
  }
  .reason__sub-heading {
    font-size: 1.8rem;
  }
  .reason__media-row {
    margin-top: 50px;
    flex-flow: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  .reason__media-row-body {
    padding: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-left: 0px;
  }
  .reason__media-row-reverse .reason__media-row-body {
    margin-right: 0px;
  }
  .reason__media-row-img {
    width: 100%;
  }
  .reason__media-row-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 1.4px;
  }
  .reason__list {
    gap: 30px;
    margin-bottom: 50px;
  }
  .reason__list-items {
    flex-flow: column;
    gap: 30px;
  }
  .reason__list-item {
    width: 100%;
    gap: 10px;
  }
  .reason__list-item-title {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  .reason__category-title {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  .reason__service {
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .reason__service-title {
    min-width: unset;
  }
  .reason__service-thumbnail {
    width: 100%;
    aspect-ratio: 320/225;
  }
  .reason__item-title {
    font-size: 1.7rem;
  }
  .reason__items {
    padding: 20px;
  }
  .reason__item-head {
    gap: 5px;
    flex-flow: column;
    align-items: baseline;
  }
  .reason__item-text {
    font-size: 1.8rem;
    text-align: right;
    width: 100%;
  }
  .reason__item-text span {
    font-size: 1.4rem;
    line-height: 1;
  }
  .reason__dl-row {
    flex-direction: column;
    background-color: unset;
    gap: 2px;
  }
  .reason__dl-row dt {
    font-weight: 700;
  }
  .reason__dl-row dt, .reason__dl-row dd {
    width: calc(100% - 30px);
    padding: 10px 15px;
    background: #F6F2ED;
    font-size: 1.5rem;
    text-align: left;
  }
}
.flow {
  padding: 120px 0;
}
.flow__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.flow__head {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.flow__lead {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
.flow__step-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.flow__step-arrow {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.flow__step-arrow .bi {
  font-size: 2.5rem;
  color: #5d7135;
}
.flow__step {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 15px 0;
  border-top: 1px solid #d2d6cc;
  border-bottom: 1px solid #d2d6cc;
}
.flow__step-img {
  flex-shrink: 0;
  width: 400px;
  height: 180px;
  border-radius: 5px;
  overflow: hidden;
}
.flow__step-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow__step-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.flow__step-body .heading--lv5 {
  font-weight: 700;
}
.flow__step-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.flow__step-num {
  color: #5d7135;
  margin-right: 10px;
}
.flow__step-text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .flow {
    padding: 60px 0;
  }
  .flow__inner {
    gap: 50px;
  }
  .flow__lead {
    text-align: left;
  }
  .flow__step {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 0;
  }
  .flow__step-body {
    gap: 10px;
    align-items: center;
    width: 100%;
  }
  .flow__step-img {
    width: 100%;
    height: auto;
  }
  .flow__step-label {
    font-size: 1.6rem;
  }
  .flow__step-text {
    padding: 0 16px;
  }
}
.support {
  padding: 120px 0;
  background: #f6f2ed;
}
.support__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.support__voice {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.support__voice-title {
  background: #835523;
  color: #fefefe;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}
.support__voice-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}
.support__voice-card {
  background: #f6f2ed;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.support__voice-card-img {
  background: url(../img/layout/header/logo.png) no-repeat center/60%, #fefefe;
  aspect-ratio: 520/240;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 5px 5px 0 0;
}
.support__voice-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.support__voice-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.support__voice-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid #835523;
  color: #835523;
  background: #fefefe;
  border-radius: 50px;
  padding: 5px 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.support__voice-card-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #835523;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.support__voice-card-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  flex: 1;
}
.support__voice-card-date {
  font-size: 1.4rem;
  font-weight: 500;
  color: #706965;
  letter-spacing: 0.05em;
  line-height: 1;
}
.support__faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.support__faq-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #835523;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.support__faq-heading img {
  width: 10px;
  height: auto;
  flex-shrink: 0;
}
.support__faq-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.support__faq-item {
  border-bottom: 1px solid #706965;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.support__faq-item:last-child {
  margin-bottom: 0;
}
.support__faq-q, .support__faq-a {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.support__faq-badge {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.support__faq-badge--q {
  background: #fefefe;
  color: #835523;
}
.support__faq-badge--a {
  background: #835523;
  color: #fefefe;
}
.support__faq-text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.support__faq-text--q {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .support {
    padding: 60px 0;
  }
  .support__inner {
    gap: 40px;
  }
  .support__voice-title {
    font-size: 1.8rem;
  }
  .support__voice-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .support__voice-card-img {
    height: 200px;
  }
  .support__voice-card-body {
    gap: 10px;
  }
  .support__voice-card-title {
    font-size: 1.6rem;
  }
  .support__faq {
    gap: 40px;
  }
  .support__faq-badge {
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
  }
  .support__faq-q, .support__faq-a {
    gap: 15px;
  }
  .support__faq-text {
    font-size: 1.5rem;
  }
}
.intro {
  padding: 120px 0;
  position: relative;
}
.intro::before, .intro::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.intro::before {
  background: url(../img/pages/menu/leaf-right.svg) no-repeat center/cover;
  top: 0;
  right: 0;
  width: 260px;
  height: 343px;
}
.intro::after {
  background: url(../img/pages/menu/leaf-left.svg) no-repeat center/cover;
  bottom: 0;
  left: 0;
  width: 293px;
  height: 262px;
}
.intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.intro .heading--lv3 {
  margin-bottom: 60px;
}
.intro__text {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.intro__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
  justify-content: space-between;
}
.intro__img {
  flex-shrink: 0;
  width: 500px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}
.intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__checklist {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.intro__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f6f2ed;
  border-radius: 5px;
  padding: 20px;
}
.intro__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #23211f;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.intro__item .bi {
  font-size: 2rem;
  color: #5d7135;
  flex-shrink: 0;
}
.intro__lead {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.intro__sub-lead {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.intro__sub-lead-reverse {
  flex-flow: row-reverse;
  margin-top: 0;
  margin-bottom: 60px;
}
.intro__sub-lead-reverse .intro__sub-lead-body {
  margin-left: 0;
  margin-right: -30px;
}
.intro__sub-lead-reverse .intro__sub-lead-img {
  z-index: -1;
}
.intro__sub-lead-img {
  border-radius: 5px;
  overflow: hidden;
}
.intro__sub-lead-body {
  background-color: #FEFEFE;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 30px;
  max-width: 460px;
  width: 100%;
  margin-left: -40px;
  display: flex;
  gap: 10px;
  flex-flow: column;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
.intro__sub-lead-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 60px 0;
  }
  .intro::before, .intro::after {
    content: unset;
  }
  .intro .heading--lv3 {
    margin-bottom: 40px;
  }
  .intro__content {
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .intro__img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .intro__checklist {
    width: 100%;
  }
  .intro__checklist-heading {
    font-size: 1.8rem;
  }
  .intro__list {
    gap: 5px;
  }
  .intro__item {
    font-size: 1.4rem;
  }
  .intro__lead {
    font-size: 1.5rem;
    text-align: left;
  }
  .intro__sub-lead {
    margin-top: 50px;
    flex-flow: column;
    gap: 20px;
  }
  .intro__sub-lead-body {
    padding: 20px;
    max-width: 100%;
    width: calc(100% - 40px);
    margin-left: 0px;
  }
  .intro__sub-lead-img {
    width: 100%;
  }
  .intro__sub-lead-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 1.4px;
  }
}
.plan {
  padding: 120px 0;
  background: #f6f2ed;
}
.plan .heading--lv3 {
  margin-bottom: 60px;
}
.plan .heading--lv4 {
  margin-bottom: 20px;
}
.plan__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin-bottom: 60px;
}
.plan__category {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.plan__category-title {
  background: #835523;
  color: #fefefe;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 14px 20px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.plan__body {
  background: #fefefe;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.plan__list-items {
  display: flex;
  justify-content: space-between;
}
.plan__list-item {
  width: 340px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.plan__list-item-title {
  background: #835523;
  color: #fefefe;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 14px 20px;
  border-radius: 5px;
  text-align: center;
}
.plan__list-item-body {
  padding: 20px;
  border-radius: 5px;
  background: #fefefe;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.plan__service {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-top: 20px;
}
.plan__service-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5d7135;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.plan__service-label .bi {
  font-size: 1.6rem;
}
.plan__service-title {
  min-width: 320px;
  display: flex;
  justify-content: center;
}
.plan__service-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.plan__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.plan__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.plan__item-head {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #835523;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.plan__item-title {
  color: #835523;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.2px;
}
.plan__item-text {
  color: #835523;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.2px;
}
.plan__item-text span {
  font-size: 1.4rem;
}
.plan__dl {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.plan__dl-row {
  display: flex;
  align-items: center;
  background: #F6F2ED;
}
.plan__dl-row dt, .plan__dl-row dd {
  padding: 15px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.8px;
}
.plan__dl-row dt {
  min-width: 150px;
  text-align: center;
}
.plan__dl-row ul {
  list-style: inside;
}

@media only screen and (max-width: 767px) {
  .plan {
    padding: 60px 0;
  }
  .plan .heading--lv3 {
    margin-bottom: 50px;
  }
  .plan .heading--lv4 {
    text-align: center;
  }
  .plan__list {
    gap: 30px;
    margin-bottom: 50px;
  }
  .plan__list-items {
    flex-flow: column;
    gap: 30px;
  }
  .plan__list-item {
    width: 100%;
    gap: 10px;
  }
  .plan__list-item-title {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  .plan__category-title {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
  .plan__service {
    flex-direction: column;
    gap: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .plan__service-title {
    min-width: unset;
  }
  .plan__item-title {
    font-size: 1.7rem;
  }
  .plan__items {
    padding: 20px;
  }
  .plan__item-head {
    gap: 5px;
    flex-flow: column;
    align-items: baseline;
  }
  .plan__item-text {
    font-size: 1.8rem;
    text-align: right;
    width: 100%;
  }
  .plan__item-text span {
    font-size: 1.4rem;
    line-height: 1;
  }
  .plan__dl-row {
    flex-direction: column;
    background-color: unset;
    gap: 2px;
  }
  .plan__dl-row dt {
    font-weight: 700;
  }
  .plan__dl-row dt, .plan__dl-row dd {
    width: calc(100% - 30px);
    padding: 10px 15px;
    background: #F6F2ED;
    font-size: 1.5rem;
    text-align: left;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #5d7135;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #5d7135;
  padding: 2px 10px;
}
.blog-single__title {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */