/* =========================================================
about
========================================================= */
.p-about-mv--wrap {
  aspect-ratio: 1670/600;
  background-image: url(../images/menu/img-mv01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-about-mv_title::after {
  aspect-ratio: 1/1;
  background-color: #f7eeeb;
  border-radius: 100%;
  content: "";
  display: block;
  width: 210px;
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-about-mv_title::after {
    width: 320px;
    bottom: -200px;
  }
}
.p-about-mv_title .inner {
  font-size: clamp(26px, 4.4vw, 34px);
  font-weight: bold;
  padding: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-about-mv_title .inner {
    font-size: 34px;
  }
}
.p-about-link {
  margin-top: 40px;
}
.p-about-link_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-about-link_list > li {
  margin-bottom: 5px;
  padding: 0 14px;
}
.p-about-link_list > li a {
  color: #8d5948;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  padding-right: 2rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-about-link_list > li a {
    font-size: 18px;
  }
}
.p-about-link_list > li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.p-about-link_list > li a::before {
  aspect-ratio: 1/1;
  background-color: #8d5948;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-about-link_list > li a::after {
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.4rem;
  position: absolute;
  right: 0.4rem;
  top: 0;
  bottom: 0.2rem;
  margin: auto;
  transform: rotate(135deg);
}
.p-about-att {
  color: #803119;
  display: block;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.8;
  margin: 40px auto 0;
  max-width: 1000px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-att {
    letter-spacing: 0.3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-about-att {
    font-size: 24px;
  }
}
.p-about-att .reduce {
  display: block;
  font-size: 80%;
}
.p-about-content {
  padding: 40px 5vw;
}
@media screen and (min-width: 768px) {
  .p-about-content {
    padding: 70px 2vw;
  }
}
.p-about-content--wrap {
  margin: auto;
  max-width: 1000px;
}
.p-about-content_phrase {
  color: #8d5948;
  display: block;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 600;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-content_phrase {
    letter-spacing: 0.3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-about-content_phrase {
    font-size: 20px;
  }
}
.p-about-content_phrase .reduce {
  display: block;
  font-size: 80%;
}
.p-about-content_title {
  color: #4a3f41;
  display: block;
  font-size: clamp(24px, 3.6vw, 36px);
  letter-spacing: 0.3rem;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-content_title {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-about-content_title {
    font-size: 36px;
  }
}
.p-about-content_title:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-about-content_title:not(:first-of-type) {
    margin-top: 70px;
  }
}
.p-about-content_title .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-about-content_title .inner::before {
  background-image: url(../images/common/icon-footprints02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-about-content_title .inner::before {
    height: 70px;
    width: 70px;
  }
}
.p-about-content_title .inner .reduce {
  display: block;
  font-size: 60%;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-about-content_title .inner .reduce {
    padding: 0 2rem;
  }
}
.p-about-content_detail {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-content_detail {
    margin-top: 50px;
  }
}
.p-about-content_detail .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-about-content_detail .inner {
    flex-direction: row;
    gap: 40px;
  }
}
.p-about-content_detail .inner picture {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-content_detail .inner picture {
    width: 40%;
  }
}
.p-about-content_detail .inner picture img {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-about-content_detail .inner picture img {
    border-radius: 50px;
  }
}
.p-about-content_detail .inner .text-block {
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-content_detail .inner .text-block {
    margin-top: 0;
    width: 60%;
  }
}
.p-about-content_detail .inner .text-block .list {
  margin: 15px auto;
}
.p-about-content_detail .inner .text-block .list > li {
  margin: 0.5rem auto;
  padding-left: 2rem;
  position: relative;
}
.p-about-content_detail .inner .text-block .list > li::before {
  aspect-ratio: 1/1;
  background-color: #8d5948;
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-about-content_detail .inner .text-block .list > li::after {
  aspect-ratio: 2/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.4rem;
  position: absolute;
  left: 0.2rem;
  top: 0;
  bottom: 0.2rem;
  margin: auto;
  transform: rotate(120deg);
}
.p-about-content_detail hr {
  border: none;
  border-top: 1px solid #c29774;
  margin: 2rem 0;
}
.p-about-content_detail p {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-about-content_detail p {
    font-size: 16px;
  }
}
.p-about-content_detail .title {
  color: #651901;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(18px, 2.4vw, 24px);
  margin-top: 30px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-about-content_detail .title {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 24px;
  }
}
.p-about-content_detail .title::before {
  background-image: url(../images/common/icon-bone01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  margin-right: 15px;
}
.p-about-content_detail .title .reduce {
  font-size: 80%;
}
.p-about-content_detail .att {
  color: #651901;
  display: block;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-about-content_detail .att {
    font-size: 20px;
  }
}
.p-about-content_detail .att .reduce {
  display: block;
  font-size: 80%;
}
.p-about-contact {
  padding: 70px 5vw;
}
@media screen and (min-width: 768px) {
  .p-about-contact {
    padding: 70px 2vw;
  }
}
.p-about-contact--wrap {
  margin: auto;
  max-width: 1000px;
}
.p-about-contact_title {
  color: #4a3f41;
  display: block;
  font-size: clamp(28px, 4.4vw, 44px);
  letter-spacing: 0.3rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-about-contact_title {
    font-size: 44px;
  }
}
.p-about-contact_title .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-about-contact_title .inner::before {
  background-image: url(../images/common/icon-footprints02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 70px;
  width: 70px;
  margin-right: 15px;
}
.p-about-contact_text {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-about-contact_text {
    font-size: 16px;
  }
}
.p-about-contact_line {
  border-top: 1px dotted #413734;
  display: flex;
  align-items: center;
  margin-top: 2%;
  padding-top: 20px;
}
.p-about-contact_line .image {
  max-width: 210px;
  padding: 15px;
}
.p-about-contact_line .text {
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .p-about-contact_line .text {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style-about.css.map */