@charset "UTF-8";
/* CSS Document */

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/
.clear_fix {
  zoom: 1;
}

.clear_fix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

/********************************/
/*
リセット
/***********************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a,
a:hover {
  text-decoration: none;
}

a>img,
nav>img,
li>img,
div>img {
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }

  .pc_only {
    display: none !important;
  }
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "ヒラギノ角ゴシック Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS Pゴシック", MS PGothic, sans-serif;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
}

body * {
  box-sizing: border-box;
}

div,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
dl,
dt,
dd {
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p,
div,
span {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

img,
a img {
  border: none;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2
{
font-weight: bold;
}

.lato {
  font-family: 'Lato', sans-serif;
}

#wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    overflow: hidden;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/
.clear_fix {
  zoom: 1;
}

.clear_fix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

body {
  color: #717071;
  padding: 0;
  margin: 0;
  line-height: 1.35;
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 1.3vw;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
}

header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

.header__link:first-of-type {
  cursor: auto;
}

.header__site-logo {
  width: 34vw;
  max-width: 408px;
  position: absolute;
  top: 50%;
  left: 1.3125em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.header__matching {
  width: 266px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.header__matching.rev {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}

.header__link.hover:hover {
  opacity: 1;
}

.main {
  position: relative;
  width: 100%;
  height: 53.875em;
  overflow: hidden;
  padding-top: 80px;
}

.main-logo {
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .main {
    height: 73.7vw;
  }
}

.main-logo {
  width: 52.5%;
  max-width: 630px;
  position: absolute;
  left: 50%;
  top: 52.4%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.main-text {
  margin-bottom: 0;
  padding-top: 1.75em;
  padding-bottom: 4.75em;
  border-bottom: .0625em solid #717071;
}

.main-text>div {
  width: 83.33vw;
  max-width: 1000px;
  margin: 0 auto;
}

.main ul.slide {
  width: 100%;
  height: 100%;
}

.main ul.slide li {
  width: 100%;
  height: 46.25em;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}

.main ul.slide li.slide1 {
  background-image: url(../img/main-list-item-1.jpg);
}

.main ul.slide li.slide2 {
  background-image: url(../img/main-list-item-2.jpg);
}

.main ul.slide li.slide3 {
  background-image: url(../img/main-list-item-3.jpg);
}

.main ul.slide li.slide4 {
  background-image: url(../img/main-list-item-4.jpg);
}

.main ul.slide li.slide5 {
  background-image: url(../img/main-list-item-5.jpg);
}

.main ul.slide li.slide6 {
  background-image: url(../img/main-list-item-6.jpg);
}


.main ul.slide .slick-dots {
  display: inline-block;
  margin: 0 auto;
  margin-top: 1.25em;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main ul.slide .slick-dots li {
  float: none;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 20px;
  background: none;
}

.main ul.slide .slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots button {
  width: 13px;
  height: 13px;
  border-radius: 13px;
  position: relative;
  background-color: #ddd6d3;
  color: transparent;
  cursor: pointer;
  outline: none;
}

.slick-dots .slick-active button {
  background-color: #db007d;
}

.slick-dots button:before {
  content: " ";
  display: block;
}

.slick-arrow {
  display: none !important;
}

.fixed-btn {
  display: block;
  width: 8.3vw;
  max-width: 100px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.box1 {
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #717071;
}

.box1 .inner {
  padding-top: 3.3125em;
  padding-bottom: 3.0625em;
  position: relative;
}

.box1 .inner .bg {
  background-color: #fcfcfc;
  width: 100%;
  height: calc(100% + 3em);
  position: absolute;
  top: -1.5em;
  z-index: -1;
}

.box1 h2 {
  font-size: 1.625em;
  line-height: 1.16;
  color: #717071;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2.475em;
}

.box1 ul {
  display: flex;
  flex-wrap: wrap;
  width: 80.83%;
  max-width: 970px;
  margin: 0 auto;
}

.box1 li {
  float: left;
  width: calc(25% - 3px);
  padding-right: 3px;
  position: relative;
}

.box1 li:last-child {
  padding-right: 0;
}

.box1 li:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/box1-dot.png);
  background-repeat: no-repeat;
  background-position: right 3.4em;
  background-size: 4px auto;
}

.box1 li:last-child:before {
  background: none;
}

.box2 {
  position: relative;
  background-color: #fffbf8;
  padding: 0 0 3.6875em;
  margin-top: 6.75em;
}

.box2 h2 {
  font-size: 1.625em;
  line-height: 1.16;
  color: #717071;
  font-weight: normal;
  text-align: center;
  top: -0.6em;
  margin-bottom: 3.476em;
}

.model__img {
  width: 80.17%;
  max-width: 962px;
  height: 30.829em;
  margin: 0 auto;
  background-image: url(../img/modelground.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.model__link--hinokiya {
  width: 12.9vw;
  max-width: 154px;
  position: absolute;
  top: 53.2%;
  left: 4.4%;
  z-index: 1;
}


.model__link--aikoumu {
  width: 13.02vw;
  max-width: 161.5px;
  position: absolute;
  top: 48.05%;
  left: 71%;
  z-index: 1;
}


.model__link--sekisuihi {
  width: 12.74vw;
  max-width: 153px;
  position: absolute;
  top: -2%;
  left: 16%;
  z-index: 1;
}

.model__link--sumitomor {
  width: 14.8vw;
  max-width: 178px;
  position: absolute;
  top: 28.2%;
  left: 9.4%;
  z-index: 1;
}

.model__link--sekisuiho {
  width: 15vw;
  max-width: 179.5px;
  position: absolute;
  top: 70.9%;
  left: 41%;
  z-index: 1;
}

.model__link--hebel {
  width: 12.26vw;
  max-width: 147px;
  position: absolute;
  top: -3%;
  left: 45.5%;
  z-index: 1;

}

.model__link--mitsui {
  width: 13.21vw;
  max-width: 159px;
  position: absolute;
  top: 23%;
  left: 43.5%;
  z-index: 2;
}

.model__link--sumitomof {
  width: 12.43vw;
  max-width: 157px;
  position: absolute;
  top: 58.7%;
  left: 42.5%;
  z-index: 1;
}

.model__link--ichijo {
  width: 12.74vw;
  max-width: 153px;
  position: absolute;
  top: 23.5%;
  left: 75.5%;
  z-index: 1;
}

.model__link--aqura {
  width: 14.09vw;
  max-width: 166px;
  position: absolute;
  top: -1%;
  left:71%;
  z-index: 1;
}

.model__link--nihonhouse {
  width: 12.26vw;
  max-width: 147px;
  position: absolute;
  top:50%;
  left: 45%;
  z-index: 1;
}

.circle-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.circle.show {
  visibility: visible;
}

.circle {
  max-width: 50px;
  max-height: 50px;
  width: 13.33vw;
  height: 13.33vw;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
}

.circle-1 {
  top: 8.2%;
  left: 24.3%;
  z-index: 3;
}

.circle-2 {
  top: 38.6%;
  left: 18.8%;
  z-index: 3;
}

.circle-3 {
  top: 84.75%;
  left: 51.4%;
  z-index: 3;
}

.circle-4 {
  top: 9.4%;
  left: 52.75%;
  z-index: 3;
}

.circle-5 {
  top: 34.4%;
  left: 53.4%;
  z-index: 3;
}

.circle-6 {
  top: 34%;
  left: 84%;
  z-index: 3;
}

.circle-7 {
  top: 61.6%;
  left: 79.3%;
  z-index: 3;
}

.circle-8 {
  top: 66%;
  left: 13%;
  z-index: 3;
}

.circle-9 {
  top: 7%;
  left: 80.5%;
  z-index: 3;
}

.circle-10{
  top: 60%;
  left: 52.5%;
  z-index: 3;
}

.box3 {
  width: 83.33%;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 4.625em;
  /*    padding-bottom: 7.375em;*/
  padding-bottom: 4.0625em;
}

.box3 .top-pic.head {
  width: 41.9%;
  margin: 0 auto 2.14875rem;
}

.box3 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.box3 li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
  overflow: hidden;
}

.box3 li .btn {
  position: absolute;
  max-width: 172px;
  width: 68.8%;
  right: 14.5%;
  top: 64%;
}

.box3 li .btn .rev {
  position: relative;
}

.box3 li .btn .normal {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.box3 li .pic {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  z-index: -1;
}

.box3 li img {
  width: 100%;
  object-fit: cover;
  height: auto;
  display: block;
}

.footer__place-box {
  width: 83.33vw;
  max-width: 1000px;
  margin: 0 auto;
}

.footer__gotop {
  width: 43.33vw;
  max-width: 52px;
  height: 43.333vw;
  max-height: 52px;
  margin: 1.375em auto 1.125em;
}

.copyright {
  font-size: .875em;
  text-align: center;
  margin-bottom: 1.785em;
}

.copyright span {
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: middle;
}

.sansaku-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.sansaku-box__circle {
  max-width: 49px;
  width: 4.08vw;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: auto;
}



.sansaku-box__circle img:first-child {
  position: relative;

}

@-webkit-keyframes yoyo {
  0% {
    -webkit-transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(-10%);
  }

  100% {
    -webkit-transform: translateY(0%);
  }
}

@keyframes yoyo {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0%);
  }
}

.sansaku-box__circle img:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.sansaku-box__circle-1 {
  left: 60.2%;
  top: 84.3%;
}

@media screen and (min-width: 769px) {

  .header__link:hover .header__matching.rev {
    opacity: 1;
  }

  .box3 li:hover .pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .box3 li .btn:hover .normal {
    opacity: 0;
  }

  .model__btn--go:hover img.rev {
    opacity: 1;
  }
}

/* sp
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

  header {
    height: 17.4vw;
  }

  .header__site-logo {
    width: 49.86%;
    max-width: inherit;
    left: 2.1%;
    top: 2.73vw;
    -webkit-transform: none;
    transform: none;
  }

  .header__matching {
    width: auto;
    height: 100%;
  }

  .fixed-btn {
    width: 14.17%;
  }

  .main {
    height: 85vw;
    padding-top: 17.4vw;
    margin-bottom: 8.1vw;
  }

  .main-logo {
    width: 74.66%;
    top: 56.3%;
  }

  .main ul.slide li {
    height: 46.875em;
  }

  .main ul.slide .slick-dots {
    margin-top: 2.93vw;
  }

  .main ul.slide .slick-dots li {
    width: 2.13vw;
    height: 2.13vw;
    margin-right: 3.2vw;
  }

  .slick-dots button {
    width: 100%;
    height: 100%;
  }

  .main-text {
    width: 100%;
    margin: 0 auto;
    padding: 10.86vw 5.33vw 10.76vw;
  }

  .main-text>div {
    width: 100%;
  }

  .box1 {
    border: none;
  }

  .box1 .main-title {
    width: 89.33%;
    margin: 0 auto;
  }

  .box1 .inner {
    padding-top: 7.64vw;
    border-bottom: .0625em solid #717071;
  }

  .box1 .inner .bg {
    top: 0vw;
    height: calc(100% + 4vw);
  }

  .box1 h2 {
    font-size: 5.6vw;
    line-height: 1.22;
    margin-bottom: 6.99vw;
  }

  .box1 ul {
    width: 100%;
    padding: 0 5.3%;
    box-sizing: border-box;
  }

  .box1 li {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 5.63vw;
  }

  .box1 li:last-child {
    margin-bottom: 0;
  }

  .box1 li:before {
    background: none;
  }

  .box2 {
    padding: 20.26vw 0 14.33vw;
    margin-bottom: 10.8vw;
    margin-top: 17.06vw;
  }

  .box2 h2 {
    font-size: 5.8vw;
    line-height: 1.22;
    margin-bottom: -15vw;
    top: -24vw;
  }

  .model__img {
    width: 85.93%;
    height: 52.8vw;
    height: 62.04vw;
    margin: 0 auto;
    background-image: url(../img/modelground-sp.png);
    background-size: 100% auto;
  }

  .model__link--aikoumu {
    width: 20.1vw;
    max-width: inherit;
    top: 56%;
    left: 68.5%;
  }

  .model__link--sekisuihi {
    width: 23.466vw;
    max-width: inherit;
    top: 3%;
    left: -3%;
  }

  .model__link--sumitomor {
    width: 19.6vw;
    max-width: inherit;
    top: 35.8%;
    left: -1.8%;
  }

  .model__link--sekisuiho {
    width: 19.73vw;
    max-width: inherit;
    top: 78%;
    left: 32.3%;
  }

  .model__link--hebel {
    width: 22vw;
    max-width: inherit;
    top: 1%;
    left: 36.1%;
  }

  .model__link--mitsui {
    width: 20vw;
    max-width: inherit;
    top: 28%;
    left: 32%;
  }

  .model__link--sumitomof {
    width: 20.53vw;
    max-width: inherit;
    top: 58.7%;
    left: 34.1%;
  }

  .model__link--ichijo {
    width: 19.33vw;
    max-width: inherit;
    top: 32%;
    left: 77.9%;
  }

  .model__link--hinokiya {
    width: 18.1vw;
    max-width: inherit;
    top: 59%;
    left: -0.3%;
  }

  .model__link--nihonhouse{
    width: 22vw;
    max-width: inherit;
    top: 54%;
    left: 32%;
  }

  .model__link--aqura {
    width: 24vw;
    max-width: inherit;
    top: 5%;
    left: 76%;
  }

  .circle-box {
    height: 100%;
  }

  .circle-1 {
    top: 14.6%;
    left: 10.7%;
  }

  .circle-2 {
    top: 42%;
    left: 10.1%;
  }

  .circle-3 {
    top: 87%;
    left: 44.6%;
  }

  .circle-4 {
    top: 11.2%;
    left: 47.4%;
  }

  .circle-5 {
    top: 38%;
    left: 44.2%;
  }

  .circle-6 {
    top: 41%;
    left: 89.8%;
  }

  .circle-7 {
    top: 64%;
    left: 79.4%;
  }

  .circle-8 {
    top: 69%;
    left: 10.3%;
  }

  .circle-9 {
    top: 12%;
    left: 90%;
  }

  .circle-10 {
    top: 61%;
    left: 45.5%;
  }

  .model__btns {
    max-width: inherit;
    width: 100%;
    position: absolute;
    bottom: 0vw;
  }

  .model__btn--go {
    max-width: inherit;
    position: relative;
    top: 7.4vw;
    width: 26.12vw;
    visibility: visible;
  }

  .model__btn--use {
    max-width: inherit;
    position: relative;
    left: 20%;
    top: 8vw;
    width: 39vw;
  }

  .box3 {
    width: 100%;
    padding: 0 5.3%;
    margin-bottom: 3.73vw;
  }

  .box3 .top-pic.head {
    width: 100%;
    margin: 0 auto 2.14875rem;
  }

  .box3 .top-pic {
    margin-bottom: 9.78vw;
    width: 100%;
  }

  .box3 ul {
    grid-template-columns: 1fr;
  }

  .box3 li {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 4.26vw;
  }

  .box3 li .btn {
    max-width: inherit;
    right: 12%;
    top: 55%;
    width: 23.64vw;
  }


  .footer__place-box {
    /*    width: 67.01vw;*/
    width: 89.33%;
    margin: 0 auto;
  }

  .footer__gotop {
    width: 10.38vw;
    height: 10.38vw;
    margin: 3.82vw auto 7.77vw;
  }

  .copyright-box {
    background-color: #0f8985;
  }

  .copyright {
    margin-bottom: 0;
    font-size: 2.66vw;
    line-height: 6.8vw;
    font-weight: bold;
    color: #fff;
    transform: scale(.8);
  }

  .sansaku-box__circle {
    width: 6.72%;
  }

  .sansaku-box__circle-1 {
    left: 61%;
    top: 105%;
  }
}