h2 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10%;
}

.secTtl {
  color: #ee8070;
  font-size: 8.125vw;
  line-height: 1.6;
}
.secTtl span {
  display: block;
  font-size: .4em;
  letter-spacing: .5em;
  color: #ffcec7;
}

@media screen and (min-width: 768px) {
  h2 {
    margin-bottom: 3%;
  }

  .secTtl {
    font-size: 2.1666666667vw;
  }
}
/*==============================
	fv
==============================*/
.fv .slick-slider {
  line-height: 0;
}
.fv .slick-slider img {
  z-index: 1;
}
.fv li {
  position: relative;
  line-height: 1.4;
}
.fv li .box {
  width: 87.5%;
  max-width: 486px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  text-align: center;
  z-index: 2;
}
.fv li.first .box {
  padding: 10% 0;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.fv li.first .box .catch {
  font-weight: bold;
  font-size: 8.75vw;
  margin-bottom: 5%;
}
.fv li.first .box .txt {
  font-size: 5.625vw;
}
.fv li.second .inner {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
}
.fv li.second .box {
  width: 100%;
  padding: 5%;
  position: static;
  transform: translate(0%, 0%);
}
.fv li.second .box .catch {
  font-weight: bold;
  font-size: 5.625vw;
  margin-bottom: 5%;
}
.fv li.second .box .serviceBox {
  border: solid 3px #ee8070;
  border-radius: 8px;
  padding: 5%;
  background: #FFF;
}
.fv li.second .box .serviceBox h3 {
  display: inline-block;
  background: #ee8070;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 5%;
  font-size: 5vw;
  padding: 0 8px;
  line-height: 1.8;
}
.fv li.second .box .serviceBox p {
  font-weight: bold;
  font-size: 5vw;
}
.fv li.third .box {
  padding: 10% 0;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.fv li.third .box .catch {
  font-weight: bold;
  font-size: 6.875vw;
  margin-bottom: 5%;
}
.fv li.third .box .txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .fv li.first .box {
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 0;
  }
  .fv li.first .box .catch {
    font-weight: bold;
    font-size: 2.8333333333vw;
    margin-bottom: 2%;
  }
  .fv li.first .box .txt {
    font-size: 1.6666666667vw;
  }
  .fv li.second .inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fv li.second .box {
    padding: 20px 30px;
  }
  .fv li.second .box .catch {
    font-size: 1.6666666667vw;
    margin-bottom: 20px;
  }
  .fv li.second .box .serviceBox {
    padding: 3% 5%;
  }
  .fv li.second .box .serviceBox h3 {
    font-size: 1.3333333333vw;
    margin-bottom: 3%;
  }
  .fv li.second .box .serviceBox p {
    font-size: 1.3333333333vw;
    line-height: 1.6;
  }
  .fv li.third .box {
    padding: 30px 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .fv li.third .box .catch {
    font-weight: bold;
    font-size: 1.8333333333vw;
    margin-bottom: 3%;
  }
  .fv li.third .box .txt {
    line-height: 2.0;
  }
}
@media screen and (min-width: 1200px) {
  .fv li.first .box .catch {
    font-size: 34px;
  }
  .fv li.first .box .txt {
    font-size: 20px;
  }
  .fv li.second .box .catch {
    font-size: 20px;
  }
  .fv li.second .box .serviceBox h3 {
    font-size: 16px;
  }
  .fv li.second .box .serviceBox p {
    font-size: 16px;
  }
}
/*==============================
	intro
==============================*/
.intro {
  background: #fdf6f4;
}
.intro .catch {
  font-size: 8.125vw;
}
.intro .catch span {
  background: #FFF;
}
.intro .catch:before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
  padding-top: 21%;
  margin: 0 auto;
  background: url("../img/common/icon01.svg") no-repeat center center;
  background-size: contain;
}
.intro p {
  margin-bottom: 14%;
}

@media screen and (min-width: 768px) {
  .intro .catch {
    font-size: 2.1666666667vw;
  }
  .intro .catch:before {
    width: 10%;
    padding-top: 10%;
  }
  .intro p {
    margin-bottom: 4%;
    text-align: center;
  }
}
/*==============================
	service
==============================*/
.service {
  border-top: solid 3px #ee8070;
  border-bottom: solid 3px #ee8070;
}
.service .secTtl:before {
  content: "";
  display: block;
  width: 17%;
  height: 0;
  padding-top: 22%;
  margin: 0 auto 10px;
  background: url("../img/common/icon02.svg") no-repeat center center;
  background-size: contain;
}
.service p {
  margin-bottom: 14%;
}
.service .bnrList {
  margin-bottom: -7%;
}
.service .bnrList li {
  position: relative;
  margin-bottom: 7%;
  transition: .3s;
}
.service .bnrList li:hover {
  opacity: .8;
}
.service .bnrList li .box {
  width: 82%;
  padding: 13% 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.service .bnrList li .box h3 {
  font-weight: bold;
  color: #FFF;
  text-align: center;
  font-size: 7.5vw;
  line-height: 1.0;
}
.service .bnrList li .box h3 span {
  border-bottom: solid 3px #FFF;
}
.service .bnrList li .box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.service .bnrList li:nth-child(1) .box {
  background: rgba(245, 99, 1, 0.8);
}
.service .bnrList li:nth-child(2) .box {
  background: rgba(9, 150, 176, 0.8);
}
.service .bnrList li:nth-child(3) .box {
  background: rgba(100, 179, 8, 0.8);
}

@media screen and (min-width: 768px) {
  .service .secTtl:before {
    width: 8%;
    padding-top: 10%;
  }
  .service p {
    margin-bottom: 7%;
    text-align: center;
  }
  .service .bnrList {
    margin-bottom: 3%;
  }
  .service .bnrList li {
    margin-bottom: 3%;
  }
  .service .bnrList li .box {
    width: 31.4%;
    padding: 5% 0;
  }
  .service .bnrList li .box h3 {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px) {
  .service .bnrList li .box h3 {
    font-size: 24px;
  }
}
/*==============================
	pickup
==============================*/
.pickup {
  background: #f1ede8;
}
.pickup .secTtl {
  margin-bottom: 12%;
}
.pickup .secTtl:before {
  content: "";
  display: block;
  width: 18%;
  height: 0;
  padding-top: 16%;
  margin: 0 auto 10px;
  background: url("../img/common/icon03.svg") no-repeat center center;
  background-size: contain;
}
.pickup .secTtl .deco {
  font-size: 1em;
  letter-spacing: normal;
  color: #ee8070;
  position: relative;
  border-bottom: solid 2px #333;
  display: inline-block;
  padding-bottom: 15px;
}
.pickup .secTtl .deco:before, .pickup .secTtl .deco:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pickup .secTtl .deco:before {
  border: solid 12px transparent;
  border-top: solid 12px #333;
}
.pickup .secTtl .deco:after {
  border: solid 14px transparent;
  border-top: solid 14px #f1ede8;
  margin-top: -5px;
}
.pickup .secTtl .deco span {
  color: #333;
}
.pickup .btns .sale a {
  background: #f56301;
}
.pickup .btns .sale a:before, .pickup .btns .sale a:after {
  background: #f56301;
}
.pickup .btns .rent a {
  background: #0996b0;
}
.pickup .btns .rent a:before, .pickup .btns .rent a:after {
  background: #0996b0;
}

@media screen and (min-width: 768px) {
  .pickup .secTtl {
    position: relative;
    margin-bottom: 4%;
  }
  .pickup .secTtl:before {
    width: 6.4%;
    padding-top: 5.8%;
  }
  .pickup .btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -4%;
  }
  .pickup .btns .btn {
    margin: 0 0 0 4%;
  }
  .pickup .slick-dots {
    bottom: -10%;
  }
}
/*==============================
	philosophy
==============================*/
.philosophy .catch {
  font-weight: bold;
  text-align: center;
  font-size: 6.875vw;
  margin-bottom: 10%;
  line-height: 1.4;
}
.philosophy .txt {
  margin-bottom: 14%;
  text-align: justify;
  text-justify: inter-ideograph;
}
.philosophy .txtBox {
  margin-bottom: 16%;
}

@media screen and (min-width: 768px) {
  .philosophy .is-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .philosophy .catch {
    font-size: 1.8333333333vw;
    margin-bottom: 6%;
  }
  .philosophy .txt {
    margin-bottom: 8%;
  }
  .philosophy .txtBox {
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 3.3%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1200px) {
  .philosophy .catch {
    font-size: 22px;
  }
}
/*==============================
	company
==============================*/
.company {
  padding: 20% 0;
  background: url("../img/index/company_img01-sp.jpg") no-repeat bottom center;
  background-size: cover;
}
.company .secTtl {
  color: #FFF;
}
.company .secTtl span {
  color: #FFF;
}
.company .box {
  background: #FFF;
  padding: 10%;
  box-sizing: border-box;
}
.company .box p {
  text-align: center;
  margin-bottom: 10%;
  font-size: 5vw;
}

@media screen and (min-width: 768px) {
  .company {
    padding: 3% 0;
    background: url("../img/index/company_img01-pc.jpg") no-repeat bottom center;
    background-size: cover;
  }
  .company .box {
    width: 48.6%;
    margin: 0 auto;
    padding: 4% 0;
  }
  .company .box p {
    margin-bottom: 4%;
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .company .box p {
    font-size: 16px;
  }
}
