@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  min-height: 480px;
  height: 60vh;
}
.fv-img {
  background-image: url("../img/landscape/fv-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .fv-img {
    background-image: url("../img/landscape/fv-img-pc.jpg");
  }
}
.fv-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 3;
}
@media (min-width: 768px) {
  .fv {
    height: 70vh;
  }
}
.fv .wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv-caption {
  position: absolute;
  z-index: 4;
  left: 5px;
  bottom: 5px;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 500;
}

.headbtn {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .headbtn {
    padding: 70px 15px 0;
  }
}
.headbtn-title {
  text-align: center;
  position: relative;
  z-index: 6;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .headbtn-title {
    transform: translateY(-100%);
    padding: 0 8rem;
    max-width: none;
  }
}

.titlearea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
  position: relative;
  z-index: 3;
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .titlearea {
    margin-top: 0;
    padding-bottom: 70px;
  }
}

.sup {
  padding-top: 0;
}

.sec01 {
  padding: 15px 15px;
}
@media (min-width: 768px) {
  .sec01 {
    padding: 20px 15px;
  }
}
.sec01-title {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .sec01-title {
    font-size: 30px;
  }
}
.sec01-text {
  font-size: 16px;
  text-align: center;
  line-height: 2.5;
}
@media (min-width: 768px) {
  .sec01-text {
    font-size: 18px;
  }
}
.sec01-text .underline {
  background: #689296;
  padding: 0px 5px;
  display: inline-block;
  color: #ffffff;
  line-height: 1.5;
}
.sec01-subtitle {
  font-size: 20px;
  margin-top: 30px;
  text-align: center;
  line-height: 40px;
  vertical-align: baseline;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .sec01-subtitle {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
.sec01-subtitle .big {
  font-size: 2em;
  font-weight: 700;
  vertical-align: bottom;
}
.sec01-promisebg {
  background: url("../img/landscape/sec01-img04.svg") no-repeat center bottom;
  padding-bottom: 80px;
  background-size: 100px auto;
  position: relative;
}
@media (min-width: 768px) {
  .sec01-promisebg {
    padding-bottom: 80px;
    background-size: auto;
  }
}
.sec01-promisebg .caption {
  right: 0;
  bottom: 60px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .sec01-promisebg .caption {
    bottom: 90px;
  }
}
.sec01-promise {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec01-promise {
    flex-direction: row;
    gap: 30px;
  }
}
.sec01-promise-col {
  width: 100%;
}
@media (min-width: 768px) {
  .sec01-promise-col {
    width: calc((100% - 60px) / 3);
  }
}
.sec01-promise-col .flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .sec01-promise-col .flex {
    gap: 0;
    flex-direction: column;
  }
}
.sec01-promise-col .flex .img {
  max-width: 40%;
}
@media (min-width: 768px) {
  .sec01-promise-col .flex .img {
    max-width: 100%;
  }
}
.sec01-promise-col .flex .block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec01-promise-col .flex .block .title {
  background: #a08e82;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  .sec01-promise-col .flex .block .title {
    transform: translateY(-50%);
  }
}
.sec01-promise-col .flex .block .text {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec01-promise-col .flex .block .text {
    margin-top: 0;
  }
}
.sec01-conclusion {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.sec01-conclusion-title {
  display: inline-flex;
  flex-direction: column;
  font-size: 18px;
  align-items: center;
  gap: 5px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec01-conclusion-title {
    gap: 10px;
    font-size: 28px;
  }
}
.sec01-conclusion-title .small {
  font-size: 70%;
  text-align: center;
}
@media (min-width: 768px) {
  .sec01-conclusion-title .small {
    font-size: 60%;
  }
}
.sec01-conclusion-title .underline {
  position: relative;
  padding: 0 5px 8px;
  padding-bottom: 10px;
  background-position: center bottom;
}
@media (min-width: 768px) {
  .sec01-conclusion-title .underline {
    padding: 0 10px 10px;
  }
}
.sec01-conclusion-title .underline:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-45deg, #fff 25%, #d6cebb 25%, #d6cebb 50%, #fff 50%, #fff 75%, #d6cebb 75%, #d6cebb);
  background-size: 5px 5px;
}

.sec02 .wrap-pad {
  padding: 0 15px;
}
.sec02-modal {
  position: relative;
  background: rgba(156, 138, 128, 0.85);
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec02-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(156, 138, 128, 0.85);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
}
.sec02-modal-btnarea {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .sec02-modal-btnarea {
    position: absolute;
    overflow: visible; /* ボタンが見えるように変更 */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
  }
}
.sec02-modal-swiper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .sec02-modal-close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 110;
    transform: translate(50%, -50%);
  }
  .sec02-modal-close:before, .sec02-modal-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    height: 2px;
    background-color: #fff; /* ボタンの色を白に設定 */
  }
  .sec02-modal-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .sec02-modal-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.sec02-modal-cont {
  border: 5px solid #e7f3f4;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #fff;
  max-height: 90vh;
  overflow-y: auto;
  gap: 15px;
  align-items: center;
}
@media (min-width: 768px) {
  .sec02-modal-cont {
    padding: 30px;
  }
}
.sec02-modal-cont .icon {
  width: 30px;
}
@media (min-width: 768px) {
  .sec02-modal-cont .icon {
    width: auto;
  }
}
.sec02-modal-cont .title {
  background: #689296;
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.sec02-modal-cont .title .text {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec02-modal-cont .title .text {
    font-size: 26px;
  }
}
.sec02-modal-cont .flex {
  display: flex;
  flex-direction: column;
}
.sec02-modal-cont .flex.flexcol {
  flex-direction: column;
}
.sec02-modal-cont .flex.flexrow {
  gap: 15px;
}
@media (min-width: 768px) {
  .sec02-modal-cont .flex.flexrow {
    flex-direction: row;
    justify-content: flex-start;
  }
  .sec02-modal-cont .flex.flexrow .img {
    width: 40%;
  }
  .sec02-modal-cont .flex.flexrow .text {
    width: calc(60% - 15px);
  }
}
.sec02-modal-cont .flex .img {
  position: relative;
}
.sec02-modal-cont .flex .img .caption {
  text-align: right;
}
@media (min-width: 768px) {
  .sec02-modal-cont .flex .img .caption.rightout {
    position: absolute;
    right: 0;
    bottom: 5px;
    transform: translateX(100%);
  }
}
.sec02-modal-cont .flex .img .caption.innerabs {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.sec02-modal-cont .flex .text {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .sec02-modal-cont .flex .text {
    font-size: 20px;
  }
}
.sec02-modal .swiper-button-prev,
.sec02-modal .swiper-button-next {
  color: #689296;
}
.sec02-modal .swiper-button-prev {
  left: 8px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec02-modal .swiper-button-prev {
    left: 0;
  }
}
.sec02-modal .swiper-button-next {
  right: 8px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sec02-modal .swiper-button-next {
    right: 0;
  }
}
.sec02-title {
  width: 90%;
  max-width: 1000px;
  margin: 80px auto 0;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding: 50px 0 30px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .sec02-title {
    text-align: right;
    font-size: 30px;
    padding: 150px 0 90px;
  }
}
.sec02-title span {
  display: block;
  position: absolute;
  left: 0;
  top: -60px;
}
.sec02-text {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .sec02-text {
    font-size: 19px;
  }
}
.sec02 .wrap_machi_illust {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec02 .wrap_machi_illust {
    margin-top: 30px;
  }
}
.sec02 .wrap_machi_illust .num {
  display: block;
  position: absolute;
  z-index: 10;
  transition: 0.3s;
  cursor: pointer;
}
.sec02 .wrap_machi_illust .num img {
  position: relative;
  z-index: 3;
}
@media (max-width: 1000px) {
  .sec02 .wrap_machi_illust .num {
    width: 38px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .sec02 .wrap_machi_illust .num {
    width: 22px;
    height: auto;
  }
}
.sec02 .wrap_machi_illust .num:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(104, 146, 150, 0.5);
  position: absolute;
  z-index: 2;
  opacity: 0;
}
@media (min-width: 768px) {
  .sec02 .wrap_machi_illust .num:before {
    width: 60px;
    height: 60px;
  }
}
.sec02 .wrap_machi_illust .num:hover:before, .sec02 .wrap_machi_illust .num.active:before {
  animation: tab03anim 0.5s infinite;
}
.sec02 .wrap_machi_illust .num.num01 {
  top: 2%;
  left: 9%;
}
.sec02 .wrap_machi_illust .num.num02 {
  top: 12%;
  left: 59.5%;
}
.sec02 .wrap_machi_illust .num.num03 {
  top: 0%;
  left: 67%;
}
.sec02 .wrap_machi_illust .num.num04 {
  top: 36%;
  left: 9%;
}
.sec02 .wrap_machi_illust .num.num05 {
  top: 53%;
  left: 87%;
}
.sec02 .wrap_machi_illust .num.num06 {
  top: 40%;
  left: 19%;
}
.sec02 .wrap_machi_illust .num.num07 {
  top: 57%;
  left: 23%;
}
.sec02 .wrap_machi_illust .num.num08 {
  top: 42%;
  left: 27%;
}
.sec02 .wrap_machi_illust .num.num09 {
  top: 24%;
  left: 38%;
}
.sec02-figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .sec02-figure {
    padding-top: 70px;
  }
}
.sec02-figure-caption {
  display: flex;
  justify-content: center;
  max-width: 800px;
}
.sec02-figure .caption {
  max-width: 800px;
  width: 100%;
}
.sec02-guideline {
  padding: 15px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .sec02-guideline {
    padding: 30px 15px;
  }
}
.sec02-guideline-btn {
  background: #9c8a80;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  position: relative;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .sec02-guideline-btn {
    padding: 15px 40px;
    font-size: 20px;
  }
}
.sec02-guideline-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 20px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
}
.sec02-guideline-btn:hover {
  opacity: 0.6;
}

.sec03 {
  overflow: hidden;
}
.sec03-title {
  width: 100%;
  background-color: #efeeea;
  text-align: center;
  color: #9c8a80;
  padding: 15px;
  font-size: 18px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sec03-title {
    padding: 30px 15px;
    font-size: 30px;
  }
}
.sec03-text {
  padding: 15px;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .sec03-text {
    padding: 30px 15px;
  }
}
.sec03-flex {
  display: flex;
  position: relative;
  z-index: 3;
  flex-direction: column;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .sec03-flex {
    justify-content: center;
    margin-bottom: 120px;
  }
}
.sec03-flex:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9c8a80;
  opacity: 0.15;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .sec03-flex:after {
    height: 85%;
    transform: translate(15%, 25%);
  }
}
.sec03-flex-title {
  background-color: #9c8a80;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .sec03-flex-title {
    width: auto;
    padding: 30px 45px;
    font-size: 35px;
    white-space: nowrap;
  }
}
.sec03-flex-title .small {
  font-size: 0.7em;
}
.sec03-flex-col1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .sec03-flex-col1 {
    flex-direction: row;
    padding: 30px;
    gap: 30px;
  }
}
.sec03-flex-col2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .sec03-flex-col2 {
    flex-direction: row;
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .sec03-flex.corner:after {
    transform: translate(-15%, 25%);
  }
}
@media (min-width: 768px) {
  .sec03-flex.corner .sec03-flex-col1 {
    flex-direction: row-reverse;
  }
}
.sec03-flex .box1,
.sec03-flex .box2 {
  display: flex;
  width: 100%;
  gap: 15px;
}
@media (min-width: 768px) {
  .sec03-flex .box1,
  .sec03-flex .box2 {
    width: auto;
    gap: 30px;
  }
}
.sec03-flex .img {
  width: 100%;
}
@media (min-width: 768px) {
  .sec03-flex .img {
    max-width: 250px;
  }
}
.sec03-flex .img-caption {
  text-align: center;
  font-size: 10px;
  padding-top: 0.5em;
}
.sec03-flex .img-caption span {
  padding: 0 0.5rem;
  color: #ffffff;
  margin-right: 0.5em;
}
.sec03-flex .img-caption span.syoka {
  background-color: #f6ab3b;
}
.sec03-flex .img-caption span.haru {
  background-color: #ffa5a7;
}
.sec03-flex .img-caption span.aki {
  background-color: #bc6124;
}
.sec03-flex .box1 {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sec03-flex .box1 {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .sec03-flex .box1 .img {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 768px) {
  .sec03-flex .box2 .img {
    width: calc((100% - 60px) / 3);
  }
}
.sec03-flex .caption {
  padding: 0 15px;
}
.sec03-img {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .sec03-img {
    padding: 30px;
  }
}

@keyframes tab03anim {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(20%, 20%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(120%, 120%);
  }
}/*# sourceMappingURL=landscape.css.map */