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

home

***************************************/
/***************************************

variables

***************************************/
/*---------------------------------------
break point
---------------------------------------*/
/*---------------------------------------
color
---------------------------------------*/
/***************************************

home

***************************************/
/***************************************

mixins

***************************************/
/*---------------------------------------
media queries
---------------------------------------*/
/*---------------------------------------
clearfix
---------------------------------------*/
/*---------------------------------------
vwのサイズ計算
---------------------------------------*/
/***************************************

common

***************************************/
h3.common_title {
  display: flex;
  justify-content: center;
}
h3.common_title .jp {
  padding: 40px 0 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  h3.common_title .jp {
    padding: 6.1333333333vw 0 0 1.8666666667vw;
  }
}
h3.common_title .jp::before {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  background-color: #000;
  position: absolute;
  left: 10px;
  top: -20px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  h3.common_title .jp::before {
    height: 13.3333333333vw;
    left: 1.3333333333vw;
    top: -2vw;
  }
}

#fv_common {
  padding: 90px 0 0;
}
@media screen and (max-width: 768px) {
  #fv_common {
    padding: 8.2666666667vw 0 11.3333333333vw;
  }
}
#fv_common h2 {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fv_common h2 {
    padding: 0 0 13.3333333333vw;
  }
  #fv_common h2 img {
    width: 49.7333333333vw;
  }
}
#fv_common .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #fv_common .flex_wrap {
    display: block;
  }
}
#fv_common .flex_wrap h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.025em;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  padding: 0 0 0 28px;
  margin: 0 0 68px;
  border-left: 1px solid #c5cdcf;
}
@media screen and (max-width: 768px) {
  #fv_common .flex_wrap h3 {
    font-size: 5.0666666667vw;
    line-height: 9.6vw;
    padding: 0 0 0 3.6vw;
    margin: 0 0 8vw;
  }
}
#fv_common .flex_wrap .img_wrap {
  transform: translateX(30px);
}
@media screen and (max-width: 768px) {
  #fv_common .flex_wrap .img_wrap {
    transform: translateX(-2.1333333333vw);
  }
  #fv_common .flex_wrap .img_wrap img {
    width: 91.2vw;
  }
}

/***************************************

#floor

***************************************/
#floor {
  background-color: #f0f1f1;
  padding: 65px 0 135px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #floor {
    padding: 7.3333333333vw 0 26.6666666667vw;
  }
}
#floor .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 38px;
  padding: 0 0 78px;
}
@media screen and (max-width: 768px) {
  #floor .detail {
    display: block;
    padding: 0 0 6.6666666667vw;
  }
}
#floor .detail h4 {
  width: 156px;
  line-height: 156px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 0.025em;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #floor .detail h4 {
    width: 100%;
    line-height: 12.5333333333vw;
    font-size: 4.2666666667vw;
    margin: 0;
    border-radius: 0;
    margin: 0 0 6.6666666667vw;
  }
}
#floor .detail span {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  #floor .detail span {
    font-size: 3.7333333333vw;
    line-height: 6.2666666667vw;
    padding: 0 0 8vw;
    display: block;
  }
}
#floor .detail span span {
  font-size: 12px;
  line-height: 20px;
  display: block;
  text-align: justify;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #floor .detail span span {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    padding: 0;
  }
}
#floor .detail span br {
  line-height: 1;
}
#floor .img_wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #floor .img_wrap {
    transform: translateX(-2.1333333333vw);
  }
  #floor .img_wrap img {
    width: 91.6vw;
  }
}
#floor .infinite-slider {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 26px;
}
@media screen and (max-width: 768px) {
  #floor .infinite-slider {
    bottom: 4.8vw;
  }
}
#floor .infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#floor .infinite-slider .swiper-wrapper .swiper-slide {
  width: auto;
  margin: 0 45px;
}
@media screen and (max-width: 768px) {
  #floor .infinite-slider .swiper-wrapper .swiper-slide {
    margin: 0 6vw;
  }
  #floor .infinite-slider .swiper-wrapper .swiper-slide img {
    width: 57.3333333333vw;
  }
}

/***************************************

#spec

***************************************/
#spec {
  padding: 145px 0;
}
@media screen and (max-width: 768px) {
  #spec {
    padding: 16.6666666667vw 0 21.3333333333vw;
  }
}
#spec h3 {
  padding: 0 0 47px;
}
@media screen and (max-width: 768px) {
  #spec h3 {
    padding: 0 0 15.3333333333vw;
  }
  #spec h3 .en img {
    width: 8vw;
  }
  #spec h3 .jp img {
    width: 40.4vw;
  }
}
#spec .spec_wrap {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #spec .spec_wrap {
    width: 86.6666666667vw;
  }
}
#spec .spec_wrap dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 768px) {
  #spec .spec_wrap dl {
    display: block;
    height: auto;
    border-bottom: none;
    padding: 0 0 10.6666666667vw;
  }
}
#spec .spec_wrap dl:first-child {
  border-top: 1px solid #e4e4e4;
}
@media screen and (max-width: 768px) {
  #spec .spec_wrap dl:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  #spec .spec_wrap dl:last-child {
    padding: 0;
  }
}
#spec .spec_wrap dl dt, #spec .spec_wrap dl dd {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 10px 0 10px 5px;
}
@media screen and (max-width: 768px) {
  #spec .spec_wrap dl dt, #spec .spec_wrap dl dd {
    font-size: 3.7333333333vw;
  }
}
#spec .spec_wrap dl dt {
  width: 350px;
}
@media screen and (max-width: 768px) {
  #spec .spec_wrap dl dt {
    width: 100%;
    padding: 0 0 2vw;
    margin: 0 0 2.4vw;
    border-bottom: 1px solid #e4e4e4;
  }
}
#spec .spec_wrap dl dd {
  width: calc(100% - 252px);
}
@media screen and (max-width: 768px) {
  #spec .spec_wrap dl dd {
    width: 100%;
    line-height: 6.1333333333vw;
    padding: 0;
  }
  #spec .spec_wrap dl dd span {
    display: block;
    font-size: 2.8vw;
    font-family: YakuHanJP, "Noto Serif JP", serif;
    font-weight: 500;
  }
}

/*# sourceMappingURL=conceptplan.css.map */
