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

home

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

variables

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

home

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

mixins

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

common

***************************************/
h3.common_title {
  display: flex;
}
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;
  }
}

@media screen and (max-width: 768px) {
  #fv_common h2 img {
    width: 30.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  #introduction.base {
    padding: 12vw 0 13.3333333333vw;
  }
}
#introduction .inner4 {
  width: 1012px;
}
@media screen and (max-width: 768px) {
  #introduction .inner4 {
    width: 100%;
  }
}
#introduction .inner4 p {
  color: #000;
}
@media screen and (max-width: 768px) {
  #introduction .inner4 .img_wrap {
    padding: 6.6666666667vw 0 0;
  }
  #introduction .inner4 .img_wrap img {
    width: 57.3333333333vw;
  }
}

#about {
  background-color: #f0f1f1;
}
@media screen and (max-width: 768px) {
  #about .swiper {
    overflow: visible;
  }
}

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

#strengths

***************************************/
#strengths {
  padding: 200px 0 208px;
}
@media screen and (max-width: 768px) {
  #strengths {
    padding: 13.6vw 0 22.6666666667vw;
    overflow: hidden;
  }
}
#strengths .features_wrap {
  padding: 0 0 190px;
}
@media screen and (max-width: 768px) {
  #strengths .features_wrap {
    padding: 9.3333333333vw 0 26.6666666667vw;
  }
}
#strengths .features_wrap ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #strengths .features_wrap ul {
    display: block;
  }
}
#strengths .features_wrap ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #strengths .features_wrap ul li {
    width: 100%;
  }
  #strengths .features_wrap ul li:first-child {
    padding: 0 0 13.3333333333vw;
  }
}
#strengths .features_wrap ul li a {
  background-color: #fff;
  display: block;
  position: relative;
}
#strengths .features_wrap ul li a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-color: #580011;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #strengths .features_wrap ul li a::before {
    width: 7.6vw;
    height: 7.6vw;
  }
}
#strengths .features_wrap ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  bottom: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #strengths .features_wrap ul li a::after {
    width: 1.6vw;
    height: 1.6vw;
    right: 3.2vw;
    bottom: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #strengths .features_wrap ul li a .img_wrap img {
    width: 100%;
  }
}
#strengths .features_wrap ul li a .title_wrap {
  padding: 50px 0 55px;
}
@media screen and (max-width: 768px) {
  #strengths .features_wrap ul li a .title_wrap {
    padding: 6.6666666667vw 0 7.3333333333vw;
  }
  #strengths .features_wrap ul li a .title_wrap img.features {
    width: 44.9333333333vw;
  }
  #strengths .features_wrap ul li a .title_wrap img.professional {
    width: 69.4666666667vw;
  }
}
#strengths h3 {
  padding: 0 0 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #strengths h3 {
    padding: 0 0 22.6666666667vw;
  }
  #strengths h3 img {
    width: 66.8vw;
  }
}
#strengths .swiper ul {
  display: flex;
  justify-content: space-between;
}
#strengths .swiper ul li {
  width: 292px;
}
@media screen and (max-width: 768px) {
  #strengths .swiper ul li {
    width: 61.3333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #strengths .swiper ul li {
    margin: 0 6.6666666667vw 0 0 !important;
  }
}
#strengths .swiper ul li a {
  display: block;
}
#strengths .swiper ul li a .detail {
  padding: 30px 26px 0 36px;
  background-color: #a41034;
  height: 278px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #strengths .swiper ul li a .detail {
    padding: 2.9333333333vw 2.6666666667vw 2.6666666667vw 2vw;
    height: 39.7333333333vw;
    position: relative;
  }
}
#strengths .swiper ul li a .detail h4 {
  text-align: right;
  height: 155px;
}
@media screen and (max-width: 768px) {
  #strengths .swiper ul li a .detail h4 {
    height: auto;
    position: absolute;
    top: 2.9333333333vw;
    right: 2.6666666667vw;
  }
  #strengths .swiper ul li a .detail h4 img {
    width: 7.6vw;
  }
}
#strengths .swiper ul li a .detail p {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #strengths .swiper ul li a .detail p {
    font-size: 3.3333333333vw;
    line-height: 7.3333333333vw;
    letter-spacing: 0.1em;
  }
}
#strengths .swiper ul li a .img_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  #strengths .swiper ul li a .img_wrap img {
    width: 100%;
  }
}
#strengths .swiper ul li a .img_wrap::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background-color: #580011;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #strengths .swiper ul li a .img_wrap::before {
    width: 7.6vw;
    height: 7.6vw;
  }
}
#strengths .swiper ul li a .img_wrap::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  bottom: 13px;
}
@media screen and (max-width: 768px) {
  #strengths .swiper ul li a .img_wrap::after {
    width: 1.6vw;
    height: 1.6vw;
    right: 3.2vw;
    bottom: 2.9333333333vw;
  }
}
#strengths .swiper-pagination {
  display: none;
}
@media screen and (max-width: 768px) {
  #strengths .swiper {
    overflow: visible;
  }
  #strengths .swiper-pagination {
    display: flex;
    position: absolute;
    left: 0;
    top: -14vw;
    bottom: auto;
  }
  #strengths .swiper-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.3333333333vw;
    letter-spacing: 0.025em;
    font-family: YakuHanJP, "Noto Serif JP", serif;
    width: 28.6666666667vw;
    height: 8.6666666667vw;
    margin: 0;
    opacity: 1;
    background: none;
    border-radius: 0;
    border-bottom: 0.4vw solid #fff;
  }
  #strengths .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #dcdcdc;
    border-bottom: 0.4vw solid #a41034;
  }
}

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

#weak

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

#recommend

***************************************/
#recommend {
  padding: 136px 0;
  background-color: #e1e1e1;
}
@media screen and (max-width: 768px) {
  #recommend {
    padding: 29.0666666667vw 0 27.4666666667vw;
  }
}
#recommend h3 {
  text-align: center;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #recommend h3 {
    padding: 0 0 6.6666666667vw;
  }
}
#recommend .detail {
  background-color: #fff;
}
#recommend .detail a {
  padding: 45px 0 40px 40px;
  display: flex;
  align-items: center;
  gap: 0 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #recommend .detail a {
    padding: 6.1333333333vw 6.1333333333vw 9.3333333333vw;
    display: block;
  }
}
#recommend .detail a.none {
  pointer-events: none;
}
#recommend .detail a.none::after {
  display: none;
}
#recommend .detail a::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../../img/about/arw.svg") no-repeat center center;
  background-size: 34px auto;
}
@media screen and (max-width: 768px) {
  #recommend .detail a::after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    background-size: 6.9333333333vw auto;
  }
}
@media screen and (max-width: 768px) {
  #recommend .detail a .img_wrap {
    padding: 0 0 6vw;
  }
  #recommend .detail a .img_wrap img {
    width: 100%;
  }
}
#recommend .detail a ul li {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 40px;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  padding: 0 0 0 35px;
  background: url("../../img/about/check_point.svg") no-repeat left center;
  background-size: 27px auto;
}
@media screen and (max-width: 768px) {
  #recommend .detail a ul li {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 5.6vw;
    letter-spacing: 0.02em;
    padding: 0 0 2.6666666667vw 6.6666666667vw;
    background: url("../../img/about/check_point.svg") no-repeat left top;
    background-size: 5.0666666667vw auto;
  }
}
#recommend .detail a p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 40px;
  font-family: YakuHanJP, "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  #recommend .detail a p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 5.6vw;
    letter-spacing: 0em;
  }
}
#recommend #feature {
  padding: 0 0 135px;
}
@media screen and (max-width: 768px) {
  #recommend #feature {
    padding: 0 0 36vw;
  }
  #recommend #feature h3 img {
    width: 35.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #recommend #craftsman h3 img {
    width: 56.1333333333vw;
  }
}

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

modelhouse

***************************************/
#modelhouse .modelhouse_wrap {
  background-color: #96937c;
}
#modelhouse .modelhouse_wrap .inner_wrap {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #modelhouse .modelhouse_wrap .inner_wrap {
    max-width: inherit;
  }
}
#modelhouse .flex_wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  #modelhouse .flex_wrap {
    display: block;
  }
}
#modelhouse .flex_wrap .link {
  width: 818px;
}
@media screen and (max-width: 768px) {
  #modelhouse .flex_wrap .link {
    width: 100%;
    padding: 8.6666666667vw 6vw 4.2666666667vw;
  }
}
#modelhouse .flex_wrap .link a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
#modelhouse .flex_wrap .link a::before {
  content: "";
  width: 35px;
  height: 35px;
  display: block;
  background-color: #580011;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #modelhouse .flex_wrap .link a::before {
    display: none;
  }
}
#modelhouse .flex_wrap .link a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  bottom: 14px;
}
@media screen and (max-width: 768px) {
  #modelhouse .flex_wrap .link a::after {
    display: none;
  }
}
#modelhouse .flex_wrap .link a .wrap {
  width: 465px;
}
@media screen and (max-width: 768px) {
  #modelhouse .flex_wrap .link a .wrap {
    width: 100%;
  }
  #modelhouse .flex_wrap .link a .wrap picture {
    width: fit-content;
    position: relative;
  }
  #modelhouse .flex_wrap .link a .wrap picture::before {
    content: "";
    width: 2.5333333333vw;
    height: 2.5333333333vw;
    display: block;
    position: absolute;
    right: -6vw;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #modelhouse .flex_wrap .link a .wrap img {
    width: 48.9333333333vw;
  }
}
#modelhouse .flex_wrap .link a .wrap p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 45px 0 0;
}
@media screen and (max-width: 768px) {
  #modelhouse .flex_wrap .link a .wrap p {
    font-size: 3.3333333333vw;
    line-height: 6vw;
    padding: 4vw 0 0;
  }
}
#modelhouse .flex_wrap .img_wrap {
  width: 782px;
}
@media screen and (max-width: 768px) {
  #modelhouse .flex_wrap .img_wrap {
    width: 100%;
  }
  #modelhouse .flex_wrap .img_wrap img {
    width: 100%;
  }
}

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