@charset "utf-8";
/* CSS Document */
/* ===============================
	common
 =============================== */
section {
  padding: 60px 0;
}

.catchphrase {
  font-size: 3.0rem;
  font-weight: 400;
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.4em;
}
/* ===============================
	main
 =============================== */
main {
  padding-bottom: 500px;
  background: url("../imgs/top/main_bg.png") no-repeat center bottom;
  background-size: contain;
}
/* ===============================
	mv
 =============================== */
#mv {
  width: 100%;
  height: 100vh;
  padding: 0;
  position: relative;
}
#mv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../imgs/common/dot.png");
  z-index: 2;
}
.swiper-wrapper div {

  background-size: cover;
  background-position: center;
/*  background-repeat: no-repeat;
  background-attachment: fixed;*/
}
#mv h1 {
  font-size: 5.0rem;
  color: #fff;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
  z-index: 3;
}
/* ===============================
	concept
 =============================== */
#concept {
  width: 750px;
  flex-flow: row-reverse;
  justify-content: space-between;
}
#concept h2 {
  margin-left: 100px;
}
#concept p {
  line-height: 2.5;
}
/* ===============================
	strength
 =============================== */
#strength {
  color: #fff;
}
@media screen and (max-width: 767px) {

}
/* ===============================
	model-house
 =============================== */
#model-house .flex-wrap {
  text-align: center;
  justify-content: space-between;
}
#model-house .flex-wrap div {
  width: 49%;
}
#model-house h4 {
  font-size: 2.0rem;
}
#model-house figcaption {
  font-weight: 600;
  padding: 10px 0;
}
#model-house .tag {
  padding: 0 15px;
  font-size: 1.3rem;
  padding: 0 5px;
  color: #7E7E7E;
}

@media screen and (max-width: 767px) {

}
/* ===============================
	WORKS
 =============================== */
#works {
  overflow: hidden;
}
#works .container {
  overflow: initial;
}
#works-slider .slick-list {
  overflow: visible;
}
#works-slider::after,
#works-slider::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-color: rgba(255,255,255,0.5);
  z-index: 10;
}
#works-slider::after {
  right: -100%;
  margin-right: -8px;
}
#works-slider::before {
  left: -100%;
  margin-left: -8px;
}
#works-slider .slick-slide {
  padding: 0 8px;
}
#works-slider .slick-slide figure {
  background: #fff;
}
#works-slider .slick-slide figure figcaption {
  padding: 5px 10px;
  position: relative;
}
#works-slider figcaption::before {
  padding: 3px 10px 5px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  background-color: #1A8DA8;
  display: block;
  width: 28%;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
}
#works-slider .newhouse figcaption::before {
  content: '新築住宅';
}
#works-slider .reform figcaption::before {
  content: 'リフォーム';
}
#works-slider .slick-arrow {
  z-index: 20;
}
#works-slider .slick-prev,
#works-slider .slick-next {
  width: 100px;
  height: 100px;
}
#works-slider .slick-prev::before,
#works-slider .slick-next::before {
  font-size: 0;
}
#works-slider .slick-prev {
  background: url("../imgs/common/prev_arrow_w.svg") no-repeat;
  background-size: contain;
}
#works-slider .slick-next {
  background: url("../imgs/common/next_arrow_w.svg") no-repeat;
  background-size: contain;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-center{
  /*margin: 0 5px;*/
}

@media screen and (max-width: 767px) {

}
/* ===============================
	LINEUP
 =============================== */
#lineup .flex-wrap {
  justify-content: space-between;
  margin-bottom: 3em;
}
#lineup .flex-wrap > div {
  width: 32%;
}
#lineup .flex-wrap > div dl dt {
  font-weight: 600;
}
#lineup .flex-wrap > div dl dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {

}

/* ===============================
	INSTAGRAM
 =============================== */

/* ===============================
	MAKING OF HOUSE
 =============================== */
#making-of-house .flex-wrap div {
  width: 33.333333%;
}

@media screen and (max-width: 767px) {
  #making-of-house .flex-wrap div {
    width: 50%;
  }
}
/* ===============================
	other-content
 =============================== */
#other-content {
  text-align: center;
}
#other-content .container div {
  margin-bottom: 2.5em;
  padding: 35px 10px 20px;
  background: #ccc;
  border: 3px solid #014380;
}
#other-content h3 {
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #014380;
}
#other-content h3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#other-content .container ul {
  display: flex;
  justify-content: space-between;
}
#other-content .container ul li {
  width: 30%;
  position: relative;
  border: 3px solid #014380;
}
#other-content .container ul li a::before {
  content: '';
  width: 35px;
  height: 35px;
  display: block;
  background: #000;
  margin: 0 auto 15px;
}
#other-content .container ul li a {
  height: 170px;
  display: block;
  padding: 30px 10px 0;
  transition: .5s;
}
#other-content .container ul li a::after {
  font-family: 'Material Icons';
  content: "navigate_next";
  font-weight: 500;
  font-size: 2rem;
  line-height: normal;
  position: absolute;
  right: -3px;
  bottom: -3px;
  background: #fff;
  color: #014380;
  padding: 3px;
  border: 3px solid #014380;
}
#other-content .container ul li a:hover {
  background: #014380;
}
#other-content .container ul li h3 {
  font-size: 2.0rem;
}
#other-content .container ul li a:hover h3 {
  color: #fff;
}
#other-content .container ul li a:hover::before {
  background: #fff;
}
@media screen and (max-width: 767px) {

}

