@charset "UTF-8";
/*main color*/
/*mono*/
/*accent*/
/*addcolor*/
/*font-family*/
/*font-weight*/
/*media query break point*/
/*se*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*grid settings*/
/* media query */
:root {
  --arch-h: 5rem;
}

main {
  padding-top: 7rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: 2rem;
  }
}

.p-cont-bg {
  background-color: #F7F7F7;
}
@media only screen and (max-width: 768px) {
  .p-cont-bg {
    padding-bottom: 5rem;
  }
}

.p-mv {
  padding: 1px 0 7rem;
}
@media only screen and (max-width: 768px) {
  .p-mv {
    padding-bottom: 3rem;
  }
}
.p-mv__ttl {
  margin: 4.7rem 0 3.3rem;
  margin-left: 8.6rem;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1366px) {
  .p-mv__ttl {
    margin-left: 12.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    margin: 2rem 0 1rem;
    margin-left: 8%;
  }
}
.p-mv__subttl {
  position: absolute;
  margin-left: calc((100% - 1040px) / 2);
  top: 50%;
  transform: translateY(-50%);
  padding-left: 8.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-mv__subttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-mv__subttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1366px) {
  .p-mv__subttl {
    margin-left: 12%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__subttl {
    padding-left: 2rem;
    top: unset;
    transform: unset;
    top: 4rem;
  }
}
.p-mv__slider {
  position: relative;
  aspect-ratio: 1203/460;
  width: calc(100% - (100% - 1040px) / 2);
  margin-left: calc((100% - 1040px) / 2);
  overflow: hidden;
  max-height: 55rem;
}
@media only screen and (max-width: 1366px) {
  .p-mv__slider {
    width: 88%;
    margin-left: 12%;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__slider {
    aspect-ratio: 1/1.3;
  }
}
.p-mv__slider-wrap {
  position: relative;
}
.p-mv__slider__list {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-mv__slider__list {
    position: absolute;
    width: 100%;
  }
}
.p-mv__slider__img {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.p-mv__slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-mv__slider__img img {
    -o-object-position: center;
       object-position: center;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__slider #image4 img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
.p-mv__icon {
  position: absolute;
  bottom: -8rem;
  right: calc(100% - (100% - 740px) / 2);
  width: 27%;
  aspect-ratio: 431/242;
  max-height: 23rem;
}
@media only screen and (max-width: 1366px) {
  .p-mv__icon {
    right: 80%;
    bottom: -6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__icon {
    right: unset;
    left: -11rem;
    bottom: -3rem;
    width: 60%;
  }
}
.p-mv__ctrl {
  margin: 2rem 0;
  margin-left: 8.6rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 1366px) {
  .p-mv__ctrl {
    margin-left: 12.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ctrl {
    margin-left: 12%;
  }
}
.p-mv__ctrl__dots {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-mv__ctrl__dots {
    gap: 0.7rem;
  }
}
.p-mv__ctrl__dots button {
  cursor: pointer;
  width: 20px;
  height: 2px;
  border-radius: 50px;
  display: inline-block;
  background-color: #C6C6C6;
}
@media only screen and (max-width: 768px) {
  .p-mv__ctrl__dots button {
    width: 1rem;
  }
}
.p-mv__ctrl__dots button.active {
  background-color: #63704D;
}
.p-mv__btm {
  padding: 1px 0;
  position: relative;
}
.p-mv__btm__btn {
  position: absolute;
  bottom: 2.125rem;
  right: 0;
}

.p-scroll {
  height: 10rem;
  width: 2.6rem;
  position: absolute;
  left: 8%;
  top: 59%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-scroll {
    left: 4%;
  }
}
.p-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 60px;
  background: #333;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 60px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}
.p-scroll__txt {
  position: absolute;
  right: 0;
  writing-mode: vertical-lr;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-scroll__txt {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-scroll__txt {
    font-size: 1rem;
  }
}

.p-cont-in {
  position: relative;
}
.p-cont-wideimg {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: calc(100% - (100% - 1200px) / 2);
}
@media only screen and (max-width: 1200px) {
  .p-cont-wideimg {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg {
    grid-template-columns: 1fr;
  }
}
.p-cont-wideimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cont-wideimg--l {
  margin-right: calc((100% - 1200px) / 2);
  grid-template-columns: 45vw 1fr;
}
@media only screen and (max-width: 1200px) {
  .p-cont-wideimg--l {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg--l {
    grid-template-columns: 1fr;
  }
}
.p-cont-wideimg--r {
  margin-left: calc((100% - 1200px) / 2);
  grid-template-columns: 1fr 45vw;
}
@media only screen and (max-width: 1200px) {
  .p-cont-wideimg--r {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg--r {
    grid-template-columns: 1fr;
  }
}
.p-cont-wideimg .p-cont__img.obj--ord2 {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg .p-cont__img.obj--ord2 {
    order: unset;
  }
}
.p-cont-duo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.p-cont-duo--l {
  grid-template-columns: 45% 1fr;
}
@media only screen and (max-width: 768px) {
  .p-cont-duo--l {
    grid-template-columns: 1fr;
  }
}
.p-cont-duo--r {
  grid-template-columns: 1fr 45%;
}
@media only screen and (max-width: 768px) {
  .p-cont-duo--r {
    grid-template-columns: 1fr;
  }
}
.p-cont-duo .obj--ord2 {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .p-cont-duo .obj--ord2 {
    order: unset;
  }
}
.p-cont__subttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-cont__subttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-cont__subttl {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__subttl {
    margin: 2rem 0;
  }
}
.p-cont__txt {
  margin: 2rem 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-cont__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-cont__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__txt {
    margin: 1rem 0;
  }
}
.p-cont__txt-wrap {
  margin: 2rem 6rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__txt-wrap {
    margin: 1rem 5%;
  }
}
.p-cont-wideimg--l .p-cont__txt-wrap {
  margin-right: unset;
}
.p-cont-wideimg--r .p-cont__txt-wrap {
  margin-left: unset;
}
.p-cont__txt--sm {
  font-size: 15px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-cont__txt--sm {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-cont__txt--sm {
    font-size: 1.5rem;
  }
}
.p-cont__txt em {
  font-weight: 700;
}
.p-cont__img {
  height: 100%;
  width: 100%;
  position: relative;
}
.p-cont__img__no {
  position: absolute;
  top: -0.5lh;
  left: 50%;
  transform: translateX(-50%);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 70px;
  font-size: 7rem;
  color: #DDCABC;
}
@media (max-width: 768px) {
  .p-cont__img__no {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .p-cont__img__no {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__btn a {
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.p-cont__list {
  margin: 6rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__list {
    margin: 6rem auto 3rem;
    gap: 5rem;
  }
}
.p-cont__icon {
  position: absolute;
}
.p-cont__icon--r {
  right: -5%;
  top: -5rem;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .p-cont__icon--r {
    top: -9rem;
  }
}
.p-cont__convarea {
  margin: 7.6rem auto 0.6rem;
  width: 90%;
  max-width: 71.2rem;
  background-color: #F7F7F7;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-cont__convarea {
    flex-direction: column;
    gap: 3rem;
    padding: 4rem 1rem 5rem;
    margin: 3rem auto;
  }
}
.p-cont__convarea::before {
  content: "";
  background-image: url("../../../assets/img/common/paste-lt.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 12rem;
  height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
  top: -3rem;
  left: -4rem;
}
.p-cont__convarea::after {
  content: "";
  background-image: url("../../../assets/img/common/paste-rb.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 12rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: -4rem;
  right: -3rem;
}
.p-cont__convarea__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-cont__convarea__ttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-cont__convarea__ttl {
    font-size: 1.8rem;
  }
}
.p-cont__convarea__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.p-cont__convarea__tel .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  gap: 4px;
}
.p-cont__convarea__tel .tel__icon {
  width: 2.3rem;
  height: 2.3rem;
}
.p-cont__convarea__tel .tel__icon img {
  filter: invert(1);
}
.p-cont__convarea__tel .num {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-cont__convarea__tel .num {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-cont__convarea__tel .num {
    font-size: 3rem;
  }
}
.p-cont__convarea__jusho {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-cont__convarea__jusho {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-cont__convarea__jusho {
    font-size: 1.4rem;
  }
}
.p-cont__convarea__btn {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__convarea__btn {
    margin: 1rem auto 0;
  }
}
.p-cont__cap {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-cont__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-cont__cap {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__cap {
    margin-bottom: 2rem;
  }
}

.p-abt {
  padding-bottom: 5rem !important;
}

.p-reason.u-sec {
  padding-top: unset !important;
}
.p-reason-trans {
  position: relative;
}
.p-reason-trans::before {
  content: "";
  position: absolute;
  height: 60%;
  width: 100vw;
  top: 0;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-prod__img {
    aspect-ratio: 1/1;
  }
  .p-prod__img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.p-prod-cont {
  background-color: #fff;
  position: relative;
}
.p-prod__main {
  background-color: #fff;
  max-width: 60.6rem;
  margin: -17rem auto 0;
  position: relative;
  padding: 6rem 2rem 5rem;
}
@media only screen and (max-width: 768px) {
  .p-prod__main {
    margin-top: -12rem;
    padding: 5rem 1rem 8rem;
  }
}
.p-prod__main__img {
  margin: 3rem auto 0;
  width: 15.2rem;
  height: 15.2rem;
  background-color: #F7F7F7;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-prod__main__img .p-cont__img {
  max-width: 7.5rem;
  height: 10.5rem;
}
.p-prod__main .p-cont__txt {
  margin-bottom: unset;
  text-align: center;
  font-weight: 600;
}
.p-prod__tab {
  position: absolute;
  margin: 0 auto;
  top: -2.9rem;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0.5rem;
  max-width: 83.2rem;
  width: 100%;
}
.p-prod__tabbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5.8rem;
  width: 100%;
  background-color: #BDC6AA;
  transition: 0.3s;
}
.p-prod__tabbtn.active {
  background-color: #63704D;
  color: #fff;
  transition: 0.3s;
}
.p-prod__tabbtn.active .u-arw-dwn {
  width: 1.5lh;
  transform: rotate(90deg) translateX(0.3lh);
  transition: 0.3s;
}
.p-prod__ttl {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 6.3rem;
}
@media only screen and (max-width: 768px) {
  .p-prod__ttl {
    gap: 0.5rem 3rem;
    flex-wrap: wrap;
  }
}
.p-prod__ttl-sanchi {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-prod__ttl-sanchi {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-prod__ttl-sanchi {
    font-size: 1.5rem;
  }
}
.p-prod__ttl-sanchi::after {
  content: "";
  position: absolute;
  height: 1lh;
  width: 1px;
  background-color: #A06639;
  right: -3.1rem;
}
@media only screen and (max-width: 768px) {
  .p-prod__ttl-sanchi::after {
    right: -1.5rem;
  }
}
.p-prod__ttl-typ {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-prod__ttl-typ {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-prod__ttl-typ {
    font-size: 2.2rem;
  }
}
.p-prod__cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 40% 1fr;
  gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-prod__cont {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-prod__cont-datawrap {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-prod__cont-datawrap {
    margin-top: 2rem;
  }
}
.p-prod__cont-dl {
  display: grid;
  grid-template-columns: 12rem 1fr;
}
.p-prod__cont__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #63704D;
}
@media (max-width: 768px) {
  .p-prod__cont__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-prod__cont__ttl {
    font-size: 1.6rem;
  }
}
.p-prod__cont__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-prod__cont__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-prod__cont__txt {
    font-size: 1.6rem;
  }
}
.p-prod__cont__txt--dot {
  position: relative;
  margin: 4rem 0;
}
.p-prod__cont__txt--dot::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-rev {
  background-color: #fff;
  padding: 3rem;
  border-bottom: 1px solid;
  position: relative;
  height: 100%;
}
.p-rev-wrap {
  margin: 9rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .p-rev-wrap {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.p-rev-wrap--1 {
  grid-template-columns: 1fr;
}
.p-rev-wrap--2 {
  grid-template-columns: 1fr 1fr;
  max-width: 80rem;
}
@media only screen and (max-width: 768px) {
  .p-rev-wrap--2 {
    grid-template-columns: 1fr;
  }
}
.p-rev.coming-soon {
  border-bottom: unset;
}
.p-rev-wrap--1 .p-rev {
  max-width: 50rem;
  margin-inline: auto;
}
.p-rev__ttl {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #63704D;
}
@media (max-width: 768px) {
  .p-rev__ttl {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-rev__ttl {
    font-size: 1.4rem;
  }
}
.coming-soon .p-rev__ttl {
  filter: blur(5px);
}
.p-rev__txt {
  margin-top: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-rev__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-rev__txt {
    font-size: 1.6rem;
  }
}
.coming-soon .p-rev__txt {
  filter: blur(5px);
}
.p-rev__icon {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.4rem;
  height: 7.4rem;
  background-color: #63704D;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
}
.coming-soon .p-rev__icon {
  filter: blur(5px);
}
.p-rev:nth-of-type(2n) .p-rev__ttl {
  color: #A06639;
}
.p-rev:nth-of-type(2n) .p-rev__icon {
  background-color: #A06639;
}

.p-use__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .p-use__ttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-use__ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-use__ttl {
    margin: 2rem 0 0;
  }
}
.p-use__ttl .dot-bg {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  position: relative;
}
.p-use__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #333 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.p-use__ttl__icon {
  position: absolute;
  top: -2rem;
  left: -9rem;
}
@media only screen and (max-width: 768px) {
  .p-use__ttl__icon {
    top: -7rem;
    left: -4rem;
  }
}
.p-cont-wideimg--l .p-use__ttl__icon {
  left: unset;
  right: -7rem;
}
@media only screen and (max-width: 768px) {
  .p-cont-wideimg--l .p-use__ttl__icon {
    top: -7rem;
    right: -3rem;
  }
}
.p-use__txtwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-use__subimg {
  aspect-ratio: 317/149;
  max-width: 31rem;
}
.p-use__subimg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-use__img {
  position: relative;
}
.p-use__cap {
  position: absolute;
  bottom: 0;
  right: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 5px black, 0 0 10px black;
}
@media (max-width: 768px) {
  .p-use__cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-use__cap {
    font-size: 1.2rem;
  }
}

.p-news {
  background-color: #fff;
  padding: 4rem 8rem;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-news {
    padding: 2rem 2rem 4rem;
    gap: 3rem;
  }
}
.p-news-li {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-news-li {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-news__date {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-news__date {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-news__date {
    font-size: 1.5rem;
  }
}
.p-news__txt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-news__txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-news__txt {
    font-size: 1.5rem;
  }
}
.p-news__btn {
  position: absolute;
  bottom: -2rem;
  right: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-news__btn {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-qa {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem 0 5rem;
  margin: 4rem auto;
  border: 2px solid #BDC6AA;
  border-left: unset;
  border-right: unset;
}
@media only screen and (max-width: 768px) {
  .p-qa {
    padding: 2rem 0;
  }
}
.p-qa__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #fff;
  padding: 1.8rem 2rem 1.8rem 3rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-qa__q {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-qa__q {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-qa__q {
    padding: 1.5rem 3rem 1.5rem 1.5rem;
  }
}
.p-qa__q__txt {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 3rem;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .p-qa__q__txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-qa__q__txt {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-qa__q__txt {
    gap: 1rem;
  }
}
.p-qa__q__txt .c-icon-QA {
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .p-qa__q__txt .c-icon-QA {
    font-size: 1.8rem;
  }
}
.p-qa__a {
  border: 1px solid white-l;
  padding: 2rem 6rem 1.8rem 3rem;
}
@media only screen and (max-width: 768px) {
  .p-qa__a {
    padding: 1.5rem;
  }
}
.p-qa__a__txt {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 3rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-qa__a__txt {
    gap: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-qa__a__txt .c-icon-QA {
    font-size: 1.8rem;
  }
}
.p-qa__a__txt small {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-qa__a__txt small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-qa__a__txt small {
    font-size: 1.2rem;
  }
}
.p-qa__ic {
  width: 3rem;
  height: 3rem;
  background-color: #63704D;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 1000px;
}
@media only screen and (max-width: 768px) {
  .p-qa__ic {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
  }
}
.p-qa__icon {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
  color: #63704D;
}
@media (max-width: 768px) {
  .p-qa__icon {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-qa__icon {
    font-size: 2.4rem;
  }
}

.u-sec {
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .u-sec {
    padding: 5rem 0;
  }
}
.u-sec--mont {
  position: relative;
}
.u-sec--mont .u-mont {
  position: absolute;
  top: -4rem;
  height: 4.7rem;
  width: 100%;
  background-image: url("../../../assets/img/common/bg-mont.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.u-sec--mont .u-mont--w {
  background-image: url("../../../assets/img/common/bg-mont-wh.png");
}

.u-longimg {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .u-longimg {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */