/*Break Point
------------------------------*/
/*Break Point (for viequ house)
---------------------------------*/
/*font
---------------------------------*/
/*font-size
---------------------------------*/
/*color
---------------------------------*/
@media print, screen and (max-width: 768px) {
  .wrap {
    overflow-x: hidden;
  }
}

.mv figure p {
  position: absolute;
  width: 43%;
  left: 0;
  right: 0;
  margin: auto;
  top: 20%;
}
@media print, screen and (max-width: 768px) {
  .mv figure p {
    width: 85%;
    top: 22%;
  }
}
.mv figure figcaption {
  right: 20px;
}
@media print, screen and (max-width: 768px) {
  .mv figure figcaption {
    right: 0;
  }
}

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

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

.col.no1 {
  font-size: clamp(12px, 5.5vw, 3rem);
}
.col.no2 {
  font-size: clamp(11px, 5.3vw, 2.8rem);
}
.col.no3 {
  font-size: clamp(10px, 5vw, 2.5rem);
}
.col.no4 {
  font-size: clamp(10px, 3vw, 1rem);
}
.col.no5 {
  font-size: clamp(9px, 1vw, 10px);
}

h2 {
  font-size: min(5vw, 1.8em);
  letter-spacing: 0.3rem;
  text-align: center;
  line-height: 1.8;
}
h2 span {
  font-size: 160%;
  color: #1F5027;
}

h3 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto -3.2em;
  padding-block: 4em 0;
  z-index: 100;
}
@media print, screen and (max-width: 768px) {
  h3 {
    margin: 0 auto -2.8em 2.2em;
    padding-block: 1.6em 0;
  }
}
h3 span {
  display: block;
  width: 11em;
}
@media print, screen and (max-width: 768px) {
  h3 span {
    width: 7em;
  }
}

h4 {
  font-size: min(16.5vw, 6.5rem);
  color: #8F0000;
  letter-spacing: 0.8rem;
  margin-block: 0 -11%;
}
@media print, screen and (max-width: 768px) {
  h4 {
    text-align: right;
    margin-block: -1.5em -1em;
    padding-right: 6%;
  }
}

@media print, screen and (max-width: 768px) {
  .f14 {
    font-size: 105%;
  }
}

@media print, screen and (max-width: 768px) {
  .f20 {
    font-size: 140%;
    letter-spacing: 0.1rem;
  }
}

.c_bk01 {
  color: #111011 !important;
}
@media print, screen and (max-width: 768px) {
  .c_bk01 {
    color: #fff !important;
  }
}

@media print, screen and (max-width: 768px) {
  .main {
    margin-top: 15%;
  }
}

.bg01 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(120, 201, 185, 0.2)), to(rgba(0, 136, 110, 0.2)));
  background: linear-gradient(0deg, rgba(120, 201, 185, 0.2) 0%, rgba(0, 136, 110, 0.2) 100%);
}

.bg02 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(149, 135, 78, 0.4)), to(rgba(226, 215, 159, 0.4)));
  background: linear-gradient(0deg, rgba(149, 135, 78, 0.4) 0%, rgba(226, 215, 159, 0.4) 100%);
}

@media print, screen and (max-width: 768px) {
  section {
    position: relative;
  }
}

.sec01 {
  padding-bottom: 3em;
}
@media print, screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 1em;
  }
}
@media print, screen and (max-width: 768px) {
  .sec01 .panView__viewport {
    border-bottom-left-radius: 25px;
    margin: 1em -1.5em -0.9em -1.2em;
  }
}
@media print, screen and (max-width: 768px) {
  .sec01 .panView__hint2 {
    top: 48vw;
    left: 106%;
  }
}

@media print, screen and (max-width: 768px) {
  .sec02 h4 {
    margin-block: -1.8em 0em;
    padding-right: 3%;
  }
}

@media print, screen and (max-width: 768px) {
  .sec03 h4 {
    margin-block: -0.6em 0.2em;
    padding-right: 0;
  }
}
.sec03 .txt {
  width: 80%;
  margin: 0 0 2em auto;
}
@media print, screen and (max-width: 768px) {
  .sec03 .txt {
    width: 100%;
    margin: 0 0 0 auto;
  }
}

.box {
  width: 90%;
  max-width: 1600px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #fff;
  margin: 2em 0 auto auto;
}
@media print, screen and (max-width: 1660px) {
  .box {
    width: 93%;
  }
}
@media print, screen and (max-width: 1440px) {
  .box {
    width: 95%;
  }
}
@media print, screen and (max-width: 768px) {
  .box {
    width: 95%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

.box__inner {
  width: 96%;
  max-width: 1100px;
  margin: 2em auto 1em 6%;
}
@media print, screen and (max-width: 1440px) {
  .box__inner {
    width: 87%;
    padding-block: 3em 1em;
  }
}

.col01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.3fr;
  grid-template-columns: 1fr 2.3fr;
}
@media print, screen and (max-width: 768px) {
  .col01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.col02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media print, screen and (max-width: 768px) {
  .col02 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.col02 figure figcaption {
  font-size: 15px;
  text-align: right;
  right: 6px;
  bottom: 5px;
}
@media print, screen and (max-width: 768px) {
  .col02 figure figcaption {
    font-size: 12px;
  }
}

.col03 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
.col03 > *:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media print, screen and (max-width: 768px) {
  .col03 > *:first-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media print, screen and (max-width: 768px) {
  .col03 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.hanrei {
  width: 40%;
  max-width: 450px;
  margin: -8% auto 8% 0;
}
@media print, screen and (max-width: 768px) {
  .hanrei {
    width: 100%;
    margin: 0 auto 4% 0;
  }
}

@media print, screen and (max-width: 768px) {
  .wide_sp {
    margin-inline: -1em -3em;
  }
}
.slider-block {
  position: relative;
  max-width: 1450px;
  margin-inline: auto;
}
@media print, screen and (max-width: 1440px) {
  .slider-block {
    margin-inline: 1px;
  }
}
.slider-block .swiper-slide figure {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.slider-block .swiper-button-next, .slider-block .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 44);
}
.slider-block .swiper-button-prev, .slider-block .swiper-rtl .swiper-button-next {
  left: -15px;
}
@media print, screen and (max-width: 768px) {
  .slider-block .swiper-button-prev, .slider-block .swiper-rtl .swiper-button-next {
    left: 0;
  }
}
.slider-block .swiper-button-next, .slider-block .swiper-rtl .swiper-button-prev {
  right: -15px;
}
@media print, screen and (max-width: 768px) {
  .slider-block .swiper-button-next, .slider-block .swiper-rtl .swiper-button-prev {
    right: 0;
  }
}
.slider-block .swiper-button-next::after {
  content: "";
  background: url(../img/voice/next.webp);
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.slider-block .swiper-button-prev::after {
  content: "";
  background: url(../img/voice/back.webp);
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

.img-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 5%;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.img-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-modal__inner {
  max-width: 90%;
  max-height: 90%;
  cursor: auto;
  overflow: visible;
}
@media print, screen and (max-width: 768px) {
  .img-modal__inner {
    width: 82vw;
    max-width: 82vw;
    max-height: 80vh;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.img-modal__inner img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
@media print, screen and (max-width: 768px) {
  .img-modal__inner img {
    max-width: none;
    width: 150vw;
    max-height: none;
  }
}
.img-modal__close {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 3em;
  height: 3em;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 3;
}
@media print, screen and (max-width: 768px) {
  .img-modal__close {
    top: 1em;
    right: 1em;
  }
}
.img-modal__close::before, .img-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5em;
  height: 2px;
  background: #fff;
}
.img-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.img-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.img-modal__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.img-modal__arrow--prev {
  left: 2em;
  border-top: 0.8em solid transparent;
  border-bottom: 0.8em solid transparent;
  border-right: 0.8em solid rgba(255, 255, 255, 0.8);
}
@media print, screen and (max-width: 768px) {
  .img-modal__arrow--prev {
    left: 0.8em;
  }
}
.img-modal__arrow--next {
  right: 2em;
  border-top: 0.8em solid transparent;
  border-bottom: 0.8em solid transparent;
  border-left: 0.8em solid rgba(255, 255, 255, 0.8);
}
@media print, screen and (max-width: 768px) {
  .img-modal__arrow--next {
    right: 0.8em;
  }
}