@charset "UTF-8";
/* ======================================================
  Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
body {
  line-height: 1;
}
img {
  line-height: 0;
  vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
li {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input, select {
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}
a {
  outline: none;
}
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ======================================================
  Common
====================================================== */
body, html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  color: #333;
}
.wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
.is_hidden {
  transform: translate(0, 30px);
  opacity: 0;
}
.is_show {
  transition: 800ms ease;
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .5s;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.33334vw; /* W750 */
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .header_logo {
    width: 20rem;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 10rem 0 9rem;
    text-align: center;
  }
  .footer_btn {
    width: 79%;
    margin: auto;
    margin-top: -1.5rem;
    padding-left: 2.5rem;
    padding-bottom: 4rem;
  }
  .footer_copy {
    font-size: 14.5px;
    line-height: 1.3;
    letter-spacing: .07em;
    margin-top: -0.6rem;
    padding-left: 1.4rem;
  }
}

@media screen and (min-width: 751px) {
  a:hover {
    transition: opacity 0.2s;
    opacity: 0.7;
  }
  html {
    font-size: 0.5208333vw; /* W1920 */
  }
  .is_sp {
    display: none;
  }
  .is_pc {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 14px;
    text-align: center;
  }
  .header_logo {
    width: 100px;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 6.6rem 0 10rem;
    text-align: center;
  }
  .footer_btn {
    width: 382px;
    margin: auto;
    padding-bottom: 4rem;
    margin-top: -5.5rem;
    padding-left: 2.5rem;
  }
  .footer_copy {
    font-size: 15.5px;
    line-height: 1.8;
    letter-spacing: .03em;
    margin-top: -0.5rem;
    padding-left: 2rem;
  }
  .btn_hover {
    position:relative;
  }
  .btn_hover a:hover {
    opacity: 1;
  }
  .btn_hover img {
    width: 100%;
    display: block;
  }
  .btn_hover .img_after{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_hover:hover .img_before{
    visibility:hidden;
  }
  .btn_hover:hover .img_after{
    visibility:visible;
  }
  .flex {
    display: flex;
  }
}

/* ======================================================
  Contents
====================================================== */
@media screen and (max-width: 750px) {
  /* 背景画像を2つ指定する例 */
  .main_frame {
    background: #f0f0f0;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .sec01_frame {
    background: url(../img/sp/sec01_bg.png) 0 top no-repeat;
    background-size: contain, 30rem auto;
    padding-bottom: 9.5rem;
  }
  .sec01_frame .sec01_01 {
    position: relative;
    width: 100%;
    padding-top: 6rem;
  }
  .sec01_frame .sec01_01 .ttl {
    position: absolute;
    font-size: 3.7rem;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    top: 23.8rem;
    left: 18.7rem;
  }
  .sec01_frame .sec01_01 .ttl::before {
    content: "・";
    position: absolute;
    font-size: 2rem;
    top: -1.3rem;
    left: 1.3rem;
  }
  .sec01_frame .sec01_01 .ttl::after {
    content: "・";
    position: absolute;
    font-size: 2rem;
    top: -1.3rem;
    left: 4.5rem;
  }
  .sec01_frame .sec01_01 .txt {
    position: absolute;
    top: 32.8rem;
    left: 10rem;
    font-size: 8rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    text-shadow: 0 -0.5rem 0.5rem #557e51, 0 0.5rem 0.5rem #557e51, -0.5rem 0 0.5rem #557e51, 0.5rem 0 0.5rem #557e51,
    -0.5rem -0.5rem 0.5rem #557e51, 0.5rem 0.5rem 0.5rem #557e51, -0.5rem 0.5rem 0.5rem #557e51, 0.5rem -0.5rem 0.5rem #557e51,
    0 -1rem 1rem #557e51, 0 0.5rem 1rem #557e51, -1rem 0 0.5rem #557e51, 1rem 0 0.5rem #557e51,
    -1rem -1rem 1rem #557e51, 1rem 1rem 1rem #557e51, -1rem 1rem 1rem #557e51, 1rem -1rem 1rem #557e51,
    0 0 10rem #557e51;
  }
  .sec01_frame .sec01_01 .txt span {
    font-size: 7.5rem;
  }
  .sec01_frame .sec01_02 {
    display: block;
    width: 62rem;
    margin: 4rem auto 5rem;
  }
  .sec01_frame .sec01_03 {
    width: 63.6rem;
    margin: 0 auto 3rem;
  }
  .sec01_frame .sec01_04 {
    width: 67.1rem;
    margin: 10rem auto 3.5rem;
  }
  .sec01_frame .sec01_05 {
    display: block;
    width: 62rem;
    margin: 10rem auto 0;
  }

  .sec02_frame {
    background: #fafaf0;
  }
  .sec02_frame .sec02_01 {
    width: 100%;
    padding-top: 10rem;
  }
  .sec02_frame .sec02_02 {
    display: block;
    width: 62rem;
    margin: 10.6rem auto 8.2rem;
  }
  .sec02_frame .sec02_03 {
    width: 100%;
    margin: 0 auto -1rem;
  }
  .sec03_frame {
    background: #fff;
  }
  .sec03_frame .sec03_01 {
    width: 69.2rem;
    margin: 9.5rem auto 9rem;
  }
  .sec03_frame .sec03_02 {
    display: block;
    width: 62rem;
    margin: 0 auto 9rem;
  }
  .sec04_frame {
  }
  .sec04_frame .sec04_01 {
    width: 67rem;
    margin: 0 auto;
  }
  .sec04_frame .sec04_02 {
    display: block;
    width: 62rem;
    margin: 8rem auto 9rem;
  }
  .sec04_frame .sec04_01 {
    width: 67rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .main_frame {
    background: #f0f0f0;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .sec01_frame {
    background: url(../img/pc/sec01_bg.png) 0 top no-repeat;
    background-size: contain;
    padding-bottom: 8.5rem;
    /* height: 274.1rem; */
  }
  .sec01_frame .sec01_01 {
    position: relative;
    width: 120rem;
    padding-top: 8rem;
    margin: 0 auto;
    left: 3.6rem;
  }
  .sec01_frame .sec01_01 .ttl {
    position: absolute;
    font-size: 4.8rem;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    top: 28.5rem;
    left: 27.5rem;
  }
  .sec01_frame .sec01_01 .ttl::before {
    content: "・";
    position: absolute;
    font-size: 2.6rem;
    top: -1.3rem;
    left: 1.3rem;
  }
  .sec01_frame .sec01_01 .ttl::after {
    content: "・";
    position: absolute;
    font-size: 2.6rem;
    top: -1.3rem;
    left: 5.8rem;
  }
  .sec01_frame .sec01_01 .txt {
    position: absolute;
    top: 39rem;
    left: 27.5rem;
    font-size: 9.5rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    text-shadow: 0 -0.5rem 0.5rem #557e51, 0 0.5rem 0.5rem #557e51, -0.5rem 0 0.5rem #557e51, 0.5rem 0 0.5rem #557e51,
    -0.5rem -0.5rem 0.5rem #557e51, 0.5rem 0.5rem 0.5rem #557e51, -0.5rem 0.5rem 0.5rem #557e51, 0.5rem -0.5rem 0.5rem #557e51,
    0 -1rem 1rem #557e51, 0 1rem 1rem #557e51, -1rem 0 1rem #557e51, 1rem 0 1rem #557e51,
    -1rem -1rem 1rem #557e51, 1rem 1rem 1rem #557e51, -1rem 1rem 1rem #557e51, 1rem -1rem 1rem #557e51,
    0 0 5rem #557e51, 0 0 8rem #557e51;
  }
  .sec01_frame .sec01_01 .txt span{
    font-size: 7.5rem;
  }
  .sec01_frame .sec01_02 {
    display: block;
    width: 62rem;
    margin: 40rem auto 0;
  }
  .sec01_frame .sec01_03 {
    width: 123.6rem;
    margin: 5.3rem auto;
  }
  .sec01_frame .sec01_04 {
    width: 123.6rem;
    margin: 7.6rem auto;
  }
  .sec01_frame .sec01_05 {
    display: block;
    width: 62rem;
    margin: 10rem auto 0;
  }
  .sec02_frame {
    background: #fafaf0;
    /* height: 200rem; */
  }
  .sec02_frame .sec02_01 {
    width: 142.2rem;
    padding-top: 10rem;
    margin: 0 auto;
    /* padding-left: 26rem; */
  }
  .sec02_frame .sec02_02 {
    display: block;
    width: 62rem;
    margin: 9.5rem auto 5.5rem;
  }
  .sec02_frame .sec02_03 {
    display: block;
    width: 100%;
    margin: 0 auto -2rem;
  }
  .sec03_frame {
  }
  .sec03_frame .sec03_01 {
    width: 120.9rem;
    padding-top: 10rem;
    margin: 0 auto;
    /* padding-left: 23.5rem; */
  }
  .sec03_frame .sec03_02 {
    display: block;
    width: 62rem;
    margin: 9rem auto 18.5rem;
  }
  .sec04_frame {
    padding-bottom: 14rem;
  }
  .sec04_frame .sec04_01 {
    width: 120rem;
    margin: 0 auto;
  }
  .sec04_frame .sec04_02 {
    display: block;
    width: 62rem;
    margin: 8rem auto 7rem;
  }
  .sec04_frame .sec04_03 {
    width: 120rem;
    margin: 0 auto;
  }
}

/* ======================================================
  Slide
====================================================== */
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-dots li button:before {
  color: #fff;
}
.slick-dots li.slick-active button:before {
  color: #557e51;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #slide_modelhouse.slide_item_wrap {
    position: relative;
    width: 100%;
  }
  #slide_modelhouse2.slide_item_wrap {
    position: relative;
    width: 100%;
  }
  .slide_item div {
    padding-right: 4.7rem;
  }
  .slide_item div img {
    display: block;
    width: 100%;
    margin-left: 12%;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
  }
  .slick-prev {
    left: calc(50% - 28.2rem);
    transform: translateX(-50%);
  }
  .slick-next {
    left: calc(50% + 31.7rem);
    transform: translateX(-50%);
  }
  .slick-dots {
    bottom: -25px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 751px) {
  #slide_modelhouse.slide_item_wrap {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #slide_modelhouse2.slide_item_wrap {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .slide_item div img {
    display: block;
    width: 90%;
    margin-left: 15%;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5rem;
  }
  .slick-prev {
    left: calc(50% - 37rem);
    transform: translateX(-50%);
  }
  .slick-next {
    left: calc(50% + 36.5rem);
    transform: translateX(-50%);
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 1rem;
  }
}