@charset "UTF-8";
/*Break Point
------------------------------*/
/*Break Point (for viequ house)
---------------------------------*/
/*font
---------------------------------*/
/*font-size
---------------------------------*/
/*color
---------------------------------*/
.mv figure p {
  position: absolute;
  width: 40%;
  right: 10.5%;
  bottom: 5.3%;
}
@media print, screen and (max-width: 768px) {
  .mv figure p {
    width: 90%;
    right: 5%;
    bottom: 8.3%;
  }
}

.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, 2.8rem);
  text-align: center;
  border-right: 2px solid #fff;
}
@media print, screen and (max-width: 1440px) {
  h2 {
    font-size: min(5vw, 2.2rem);
  }
}
@media print, screen and (max-width: 768px) {
  h2 {
    font-size: 7vw;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 5%;
    margin-bottom: 7%;
  }
}
h2 span {
  display: block;
  font-size: 70%;
  padding-bottom: 2%;
}

h3 {
  font-size: min(5vw, 2.1rem);
  text-align: center;
}

.ctaArea {
  padding-top: 10px;
}
@media print, screen and (max-width: 768px) {
  .ctaArea {
    padding-top: 10px;
  }
}

.-sc.-sc03 {
  top: 83%;
}

.h3-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(6vw, 2.5rem);
}
@media print, screen and (max-width: 768px) {
  .h3-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.h3-02 span.num {
  width: 5vw;
  max-width: 70px;
  margin: 0 3% 0 0;
  display: block;
}
@media print, screen and (max-width: 768px) {
  .h3-02 span.num {
    width: 15%;
    padding: 0 0 2%;
    margin: auto;
  }
}
.h3-02 span.num.n03 {
  margin-bottom: -1.2%;
}
@media print, screen and (max-width: 768px) {
  .h3-02 span.num.n03 {
    margin-bottom: auto;
  }
}

h4 {
  font-size: min(4.5vw, 1.9rem);
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 768px) {
  h4 {
    line-height: 1.7;
    letter-spacing: 0;
  }
}

.cap_btm4 {
  bottom: 4.5%;
}
@media print, screen and (max-width: 768px) {
  .cap_btm4 {
    bottom: 4%;
  }
}

.box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (max-width: 768px) {
  .w10 {
    width: 20%;
  }
}

@media print, screen and (max-width: 768px) {
  .w88 {
    width: 75%;
  }
}

@media print, screen and (max-width: 768px) {
  .f15 {
    font-size: clamp(12px, 5vw, 1.5rem);
  }
}

.c_red01 span {
  font-size: 130%;
}

.txt01 {
  font-size: min(4vw, 21px);
}
.txt01 .cap {
  font-size: 50%;
}

.txt02 {
  font-size: min(5vw, 28px);
  line-height: 1;
}
.txt02 .big {
  font-size: 150%;
}
.txt02 .cap {
  font-size: 40%;
}

.icon01 {
  width: 35%;
  top: 76%;
  right: -3%;
}
@media print, screen and (max-width: 768px) {
  .icon01 {
    width: 37%;
    top: 83%;
    right: 2%;
  }
}

.icon02 {
  width: 27%;
  top: 65.3%;
  right: -5.3%;
}
@media print, screen and (max-width: 768px) {
  .icon02 {
    width: 39%;
    top: 49.3%;
    right: -6.3%;
  }
}

.icon03 {
  width: 17%;
  top: 76%;
  right: -3%;
}
@media print, screen and (max-width: 768px) {
  .icon03 {
    width: 19%;
    top: 76%;
    right: 2%;
  }
}

.icon04 {
  width: 27%;
  top: 67%;
  right: 23%;
}
@media print, screen and (max-width: 768px) {
  .icon04 {
    width: 38%;
    top: -8%;
    right: -5%;
  }
}

.icon05 {
  width: 27%;
  top: 67%;
  right: -5%;
}
@media print, screen and (max-width: 768px) {
  .icon05 {
    width: 38%;
    top: 47%;
    right: -5%;
  }
}

.col-sp01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto 0 0 auto;
}
@media print, screen and (max-width: 768px) {
  .col-sp01 {
    margin-inline: auto;
  }
}

.col-sp02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto auto 0 0;
}
@media print, screen and (max-width: 768px) {
  .col-sp02 {
    margin-inline: auto;
  }
}

/*スクロール開始位置変更*/
.scroll-box.-cen {
  direction: ltr;
}

@media print, screen and (max-width: 768px) {
  .scroll-box > img.loc01 {
    width: 150vw;
  }
}

@media print, screen and (max-width: 768px) {
  .scroll-box > img.loc03 {
    width: 180vw;
  }
}
.cap_map01 {
  position: absolute;
  bottom: 10%;
}

@media print, screen and (max-width: 768px) {
  .f08 {
    font-size: 10px;
  }
  .f12-2 {
    font-size: 3.5vw;
  }
  .lhsp01 {
    line-height: 2.2;
  }
  .lhsp02 {
    line-height: 1.8;
  }
  .lhsp03 {
    line-height: 2;
  }
  .pt34_underM {
    padding-top: 34%;
  }
  .pt44_underM {
    padding-top: 44%;
  }
  .pb30_underM {
    padding-bottom: 30%;
  }
  .pb40_underM {
    padding-bottom: 40%;
  }
  .cap_r {
    padding: 4px 12px 0 0;
  }
  .sp-01 {
    margin-top: -7%;
    padding-bottom: 8%;
  }
  .panView__hint2 {
    top: 77vw;
    left: 77%;
  }
  .-sc.-sc04 {
    top: 93%;
    left: 50%;
  }
  .s02 {
    height: 53vh;
  }
  .s02 > img {
    width: 160%;
  }
  .t54vw_underM {
    top: 54vw;
  }
}
.contents-wrap.-mr {
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 800px) {
  .contents-wrap.-mr {
    padding: 0 5%;
  }
}

.-mainCont {
  padding-top: 100px;
  padding-bottom: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .-mainCont {
    padding-top: 40px;
  }
}

.bx-wrapper {
  border: none;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.bx-viewport {
  overflow: visible !important;
}

.slide {
  max-width: 100%;
  margin: 0 auto 20px;
}
.slide figcaption {
  color: #fff;
  display: block;
  position: absolute;
  font-size: 13px;
  bottom: 5px;
  right: 5px;
  width: auto;
}
.slide figcaption img {
  -webkit-filter: drop-shadow(0px 0px 4px #000);
          filter: drop-shadow(0px 0px 4px #000);
}
@media only screen and (max-width: 800px) {
  .slide figcaption {
    bottom: -3px;
  }
  .slide figcaption img {
    width: 70%;
  }
}
.slide figcaption.bgL {
  left: 0;
  right: auto;
}
@media all and (-ms-high-contrast: none) {
  .slide figcaption.bgL {
    padding: 5px 6px 1px;
  }
}
.slide figcaption.out {
  bottom: -20px;
  background: none;
  color: #000;
}

.slider01 figure {
  margin-bottom: -1px;
}

.bx-wrapper {
  border: none;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  margin: 10px auto 0;
}

.custom-thumb a {
  width: 24.5%;
  margin-bottom: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.custom-thumb a p {
  color: #FFF;
  font-size: 22px;
  text-align: center;
  position: absolute;
  font-family: "Times New Roman", serif;
}
@media print, screen and (max-width: 1023.9px) {
  .custom-thumb a p {
    font-size: 2.3vw;
  }
}
.custom-thumb a:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.custom-thumb.n7 a {
  width: 13.5%;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.custom-thumb a.active, .custom-thumb a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom-thumb a.active:before, .custom-thumb a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0);
}
.custom-thumb a.active p, .custom-thumb a:hover p {
  opacity: 0;
}

.custom-thumb a img {
  max-width: 100%;
}

.custom-thumb a.active, .custom-thumb a:hover {
  opacity: 1;
}

.child-main-copy {
  padding-bottom: 50px;
  line-height: 1.6;
}

.capArea p {
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 10.8px;
}

.pageCap {
  padding-bottom: 100px;
  max-width: 1100px;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .slide {
    margin-bottom: 10px;
  }
  .custom-thumb {
    margin: 10px auto 0;
  }
  .custom-thumb a {
    width: 24%;
    margin-bottom: 5px;
  }
  .custom-thumb.n7 a {
    width: 24%;
  }
  .child-main-copy {
    padding-bottom: 25px;
    letter-spacing: 0;
  }
  .pageCap {
    padding: 20px 15px 50px;
    font-size: 10px;
  }
}
.bg-plan {
  background: -webkit-gradient(linear, right top, left top, from(#00886e), to(#1f5027));
  background: linear-gradient(to left, #00886e 0%, #1f5027 100%);
}

@media print, screen and (max-width: 768px) {
  .stylebt {
    width: 90%;
  }
}

@media print, screen and (max-width: 768px) {
  .planBt {
    margin-bottom: 60px;
  }
}