@charset "UTF-8";


body {
  font-family: 'Noto Sans JP', 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  font-style: normal;
  color: #2F3A37;
}

a {
  color: #2F3A37;
  text-decoration: none;
}

a:hover {
  color: #2F3A37;
}

.op {
  transition: .5s linear;
}

.op2 {
  transition: filter 0.5s ease;
}

.op2:hover {
  filter: brightness(1.2);
}

.op3 {
  transition: filter 1s ease;
}

.op3:hover {
  filter: brightness(1.1)
}

.font--en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .05em;
}

.font--serif {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

.ui--sp {
  display: none;
}

/*--- 見出し設定 ---*/

.ttl {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  margin-bottom: 60px;
}

.ttl>span {
  font-size: 3.8rem;
  letter-spacing: .5rem;
  color: #655f53;
  order: 1;
}

.ttl>h2 {
  font-size: 2.4rem;
  font-weight: 700;
  order: 2;
}

.ttl2 {
  margin-bottom: 20px;
}

.ttl2>h2 {
  font-size: 3.8rem;
  letter-spacing: .5rem;
  color: #655f53;
}

.ttl2>span {
  font-size: 2.4rem;
  font-weight: 500;
}

.ttl-sub {
  display: flex;
  align-items: baseline;
}

.ttl-sub>span {
  order: 1;
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #497F74;
  margin-right: 40px;
}

.ttl-sub>h3 {
  font-size: 2rem;
  order: 2;
}

img {
  display: block;
  width: 100%;
}

main {
  font-size: 1.8rem;
  line-height: 1.8;
}

main p {
  line-height: 1.8;
}


/*--- リンクボタン設定 ---*/

.link-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.link-btn {
  width: 49%;
  height: 80px;
}

.link-btn>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #353533;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  position: relative;
  transition: .5s linear;
}

.link-btn>a:hover {
  background: #3B7D7B;
}

.link-arw>svg {
  display: block;
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  fill: #fff;
  z-index: 1;
}


/*--- コンテンツ・カラム等設定 ----*/
section:not(.fv) {
  padding: 170px 0;
}

.l-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-inner__col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-inner__box-c2 {
  /*--2カラム--*/
  width: 49%;
}

.l-inner__box-c3 {
  /*--3カラム--*/
  width: 32.5%;
}

.l-inner__box-row {
  display: flex;
  justify-content: space-between;
}

.l-inner__box-row .l-inner__box-inner {
  width: 48%;
}

.l-inner__box-clm {
  display: flex;
  flex-direction: column;
}

/*--- その他設定 ---*/
.annotation {
  position: absolute;
  bottom: 2.5%;
  right: 2.5%;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, .6);
  padding: 0 10px;
  backdrop-filter: blur(5px);
  letter-spacing: .05em;
  z-index: 1;
}

/*----------------------------------------
	fv ファーストビュー・スライダー
----------------------------------------*/
.fv {
  width: 100%;
  height: calc(100vh - 130px);
  overflow: hidden;
  margin-top: 130px;
}

.fv-inner {
  width: 100%;
  height: 100%;
}

.swiper1 {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: initial;
  position: relative;
}

.swiper-wrapper {
  z-index: initial;
  position: relative;
}

.swiper1 .swiper-slide {
  width: 100% !important;
}

.swiper-slide,
.swiper-slide-active {
  position: relative;
}

.swiper1 .slide-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper1 .slide-img picture,
.swiper1 .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slideno1.slide-img picture,
.slideno1.slide-img img {
  object-position: bottom center;
}

.swiper1 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper1 .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s ease;
  opacity: 0;
  z-index: 1;
}

.swiper1 .swiper-slide.active {
  opacity: 1;
  z-index: 2;
}

swiper1 .swiper-slide {
  transform: none;
}

.swiper1 .swiper-slide.sliding-in {
  transform: translateX(100%);
  transition: transform 1s ease, opacity 1s ease;
}

.swiper1 .swiper-slide.sliding-out {
  transform: translateX(-100%);
  transition: transform 1s ease, opacity 1s ease;
}

/*----
.swiper1 .swiper-slide-active .slide-img,
.swiper1 .swiper-slide-duplicate-active .slide-img,
.swiper1 .swiper-slide-prev .slide-img {
  animation: zoomOut 4.8s linear 0s;
  animation-fill-mode: both;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}
---*/
.slideanima {
  background: #8D877D;
  position: relative;
}

.fv-anima {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;

}

.fv-anima__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-svg {
  width: 100%;
  height: auto;
}

.svg-glow-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.svg-glow {
  width: 100%;
  height: auto;
}

.glow-rect {
  animation: none;
  /* 最初は無効 */
}

.glow-start {
  animation: shineMove 2s forwards;
  /* 再付け直しで発火 */
}

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

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

  100% {
    transform: translateX(100%);

  }
}

.fv-anima {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.fv-anima.show {
  opacity: 1;
  visibility: visible;
}

.slideanima-txt {
  width: 90%;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.slideno1-ttl {
  width: 42.5%;
  position: absolute;
  top: 10%;
  left: 7.5%;
  z-index: 2;
}

.slideno4-ttl {
  width: 37.5%;
  position: absolute;
  bottom: 12.5%;
  left: 7.5%;
  z-index: 2;
}

/* アニメーション定義 */
.fadein {
  opacity: 0;
  transition: all 0.8s ease;
}

.fadein.show {
  opacity: 1;
}

.fadein-up {
  opacity: 0;
  transform: translate(-50%, 30px);
  transition: all 0.8s ease;
  visibility: hidden;
}

.fadein-up.show {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

@keyframes zoomInLogo {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.fv-anima.zoom-start {
  animation: zoomInLogo 1s ease forwards;
}


.scroll_down {
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down a {
  width: 40px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

/*----------------------------------------
	info 新着情報・イベント情報
----------------------------------------*/
.info {
  background: #fff;
}

.info .l-inner {
  display: flex;
  justify-content: space-between;
}

/*--- お知らせ ---*/

.news {
  width: 48%;
}

.top_news,
.news-list {
  height: 330px;
  padding-right: 2.5%;
  box-sizing: border-box;
  border: none;
  overflow-y: scroll;
}

.news-list>dl {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.news-list>dl a {
  color: #497f74;
  border-bottom: 1px solid #497f74;
}

.news-list>dl>dt {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.news-date {
  margin-right: 10px;
}

.news-cat {
  padding: 0 14px;
  font-size: 1.2rem;
  background: #C0E2DB;
}

.news-cat--grn {
  background: #6CBCAB;
  color: #fff;
}

.news-list>dl>dd {
  font-size: 1.6rem;
}

.top_news table {
  font-size: 1.6rem;
  line-height: 1.8;
}

.top_news table a {
  color: #3b7d7b;
  text-decoration: underline;
}

.top_news tr {
  display: flex;
  flex-direction: column;
}

.top_news th {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: none;
  padding: 20px 0 14px 0;
  box-sizing: border-box;
}

.top_news td {
  width: 100%;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  text-align: justify;
}

/*--- イベント ---*/
.event {
  width: 48%;
}

.event-bnr {
  margin-bottom: 20px;
}

.event-bnr>a {
  display: block;
  width: 100%;
  height: auto;
}

.event-bnr__img {
  position: relative;
}

.event-bnr__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 35%;
}

.event-bnr__img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.event-bnr__txt {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 5%;
  box-sizing: border-box;
  background: #7DAF9C;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.event-link {
  font-size: 1.8rem;
}

.event-link>a {
  text-decoration: underline;
}

/*----------------------------------------
	custom 注文住宅
----------------------------------------*/
.custom {
  background: #f0f0f0;
}

.custom-ttl>span {
  font-size: 6rem;
}

.custom-lead {
  text-align: center;
  margin-bottom: 60px;
}

.custom-lead>p {
  line-height: 2;
  font-size: 2rem;
}

.custom-lead .ui--sp {
  display: none;
}

.custum-slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 60px calc(50% - 50vw);
}

.swiper2 .swiper-slide {
  width: auto;
  flex-shrink: 0;
  position: relative;
  padding: 50px 30px;
  box-sizing: border-box;
}

.swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  transform: scale(0.9);
  height: auto;
  transition: transform .5s ease;
}

.swiper2 .swiper-slide.swiper-slide-active img {
  transform: scale(1.2);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url('../images/top/arrrow-left--grn.svg');
  left: 20%;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url('../images/top/arrrow-right--grn.svg');
  left: auto;
  right: 20%;
}


.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 70px 70px;
  -webkit-background-size: 70px 70px;
  background-size: 70px 70px;
  background-position: center;
  background-repeat: no-repeat;
}

.custum-link-wrap {
  width: 75%;
  margin: 0 auto 80px auto;
}

.custom-ttl-sub {
  border-bottom: 1px solid #497F74;
}

/*---　スマートハウス ---*/
.custom-ttl-sub {
  margin-bottom: 60px;
}

.sma-house__link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sma-house__link-box {
  width: 100%;
  height: auto;
}

.sma-house__link-box>a {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sma-house__link-box>a>img {
  width: 50%;
}

.sma-house__txt {
  width: 79%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
}

/*----------------------------------------
	NEW HOUSE 新築一戸建て・土地
----------------------------------------*/
.new-house {
  background: #fff;
}

.new-house .ui--sp {
  display: none;
}

.new-house__col {
  padding: 60px;
  box-sizing: border-box;
  background: #BDBAB5;
  margin-bottom: 60px;
}

.l-inner__box-inner {
  display: flex;
  flex-direction: column;
}

.new-house__box-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.new-house__box-ttl>h3 {
  font-size: 2.2rem;
  order: 2;
}

.new-house__box-ttl>h3>span {
  border-bottom: 1px solid #497F74;
}

.new-house__box-ttl>span {
  font-size: 1.6rem;
  padding: 0 10px;
  order: 1;
  margin-right: 20px;
  background: #497F74;
  color: #fff;
}

.new-house__box-img {
  position: relative;
  margin-top: auto;
}

.new-house__box-img>a {
  display: block;
  width: 100%;
}

.new-house-link-btn {
  margin-top: auto;
}

.new-house__box-cat {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  margin-bottom: 20px;
}

.new-house__box-cat>li {
  padding: 0 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.new-house__box-cat>li:not(.new-house__box-cat-tab) {
  background: #fff;
  border: 1px solid #ccc;
}

.new-house__box-cat>li:not(:last-of-type) {
  margin-right: 20px;
}

.new-house__box-cat-tab {
  background: #A9A296;
  color: #fff;
}

.new-house__box-lead {
  font-weight: 500;
  margin-bottom: 20px;
}

.new-house__box-info>dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

.new-house__box-info {
  margin-bottom: 20px;
}

.new-house__box-info>dl>dt {
  width: 20%;
}

.new-house__box-info>dl>dd {
  width: 80%;
}

.new-house__box-info>dl>dd>ul {
  list-style: none;
}

.new-house-link-btn {
  width: 100%;
  max-width: initial;
  height: 60px;
}

.new-house-link-btn>a {
  background: #6E6D6D;
  border-radius: 6px;
}

.new-house-link-btn>a>svg {
  display: block;
  width: 5%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  fill: #DCDBD8;
}

.new-house-link-btn>a:hover>svg {
  fill: #fff;
}

/*----------------------------------------
	model 注文住宅
----------------------------------------*/
.model {
  background: #f0f0f0;
}

.model-inner {
  width: 65%;
  margin: 0 auto;
}

.model-box>a {
  display: block;
  width: 100%;
  height: auto;
}

.model-box__ttl {
  background: #878481;
  padding: 5px;
  box-sizing: border-box;
  transition: .5s linear
}

.model-box>a:hover .model-box__ttl {
  background: #C6BEB0;
}

.model-box__ttl>h3 {
  background: #fff;
  color: #878481;
  text-align: center;
  font-size: 2.2rem;
  padding: 12px 0;
}

.model-box>a:hover .model-box__ttl>h3 {
  color: #C6BEB0;
}

.model-box__ttl>p {
  padding: 12px 0;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.model-box__img {
  margin-bottom: 20px;
  transition: .5s linear
}

.model-box>a:hover .model-box__img {
  opacity: .5;
}

.model-box__txt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.model-box__txt picture {
  width: 10.5%;
}

.model-box__txt picture img {
  width: 100%;
}

.model-box__txt>p {
  width: 87%;
}

.model-link-wrap {
  width: 100%;
  margin-bottom: 150px;
}

.model-bnr__col {
  display: flex;
  justify-content: space-between;
}

.model-bnr_txt {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}

.model-bnr__col {
  display: flex;
  justify-content: space-around;
}

.model-bnr__box {
  width: 40%;
}

.model-bnr__box>a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/*----------------------------------------
	renov リノベーション（リフォーム）
----------------------------------------*/
.renov {
  background: #fff;
}

.renov-lead {
  margin-left: auto;
  margin-right: auto;
}

.renov__col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #38362B;
  margin-bottom: 60px;
}

.renov__col-box {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.renov__col-item {
  position: relative;
}

.renov__col-item1 {
  width: 100%;
  position: relative;
}

.renov__col-item::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.renov__col-item>a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.renov__col-item1>a {
  background: linear-gradient(45deg, #C6BEB0, #A9A296);
}

.renov__col-item>a img {
  height: 100%;
  object-fit: cover;
}

.renov__col-item2 {
  width: 50%;
}

.renov__col-item2>a {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background: #38362B;
}

.renov__col-item>img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.renov-link-wrap .link-btn {
  width: 24.5%;
}

.renov-link-wrap .link-btn>a {
  font-size: 1.7rem;
}

/*----------------------------------------
	estate 不動産の売却のご相談
----------------------------------------*/
.estate {
  background: #F5FAF8;
}

.estate-col>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.estate-col__img {
  width: 50%;
  position: relative;
}

.estate-col__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 41.5%;
}

.estate-col__img>img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  transition: .5s linear;
}

.estate-col__img-def {
  transition: .5s linear;
}

.estate-col__img-hov {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.estate-col__img:hover .estate-col__img-def {
  opacity: 0;
}

.estate-col__img:hover .estate-col__img-hov {
  opacity: 1;
}

.estate-link-btn {
  max-width: 480px;
  margin: 0 auto;
}

/*----------------------------------------
	busi 不動産の売却のご相談
----------------------------------------*/
.busi {
  background: #fff;
}

.busi-colWrap:not(:last-of-type) {
  margin-bottom: 120px;
}

.busi-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.busi-item {
  width: 23.5%;
  display: flex;
  flex-direction: column;
}

#busi-real .busi-col .busi-item:nth-of-type(n+5) {
  margin-top: 60px;
}

.busi-item__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.busi-item__img {
  position: relative;
  margin-bottom: 20px;
}

.busi-item__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 70%;
}

.busi-item__img>a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.busi-item__img>a>img {
  height: 100%;
  object-fit: cover;
}

.busi-item__txt {
  font-size: 1.65rem;
  text-align: justify;
  margin-bottom: 20px;
}

.busi-item-link-btn {
  width: 100%;
  height: 60px;
  margin-top: auto;
}

.busi-item-link-btn>a {
  font-size: 1.8rem;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.busi-item-link-btn>a>svg {
  width: 18px;
  margin-left: 5px;
  opacity: .5;
}

.busi-item-link-btn>a:hover>svg {
  fill: #fff;
  opacity: 1;
}

/*----------------------------------------
	about 株式会社中村工務店の魅力
----------------------------------------*/
.about {
  background: #F5FAF8;
}

.about-col {
  margin-bottom: 60px;
}

.about-bnr {
  width: 49%;
}

.about-bnr>a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.about-bnr>a::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 35.375%;
}

.about-bnr>a>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-bnr__txt {
  font-size: 1.65rem;
}

.about-link {
  width: 56%;
  margin: 0 auto;
}

.about-link>a {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.about-link>a::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 12.75%;
}

.about-link>a>picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-link>a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-link__txt {
  text-align: center;
  font-size: 1.7rem;
}

/*----------------------------------------
	other 関連サービス
----------------------------------------*/
.other {
  background: #fff;
}

.other-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.other-card {
  width: 24%;
  display: flex;
  flex-direction: column;
}

.other-card__ttl {
  text-align: center;
  padding: 8px 0;
  border-radius: 8px 8px 0 0;
  background: #878481;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0;
}

.other-item__img {
  position: relative;
  margin-bottom: 20px;
}

.other-item__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 42.1%;
}

.other-item__img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.other-card__txt {
  font-size: 1.65rem;
  text-align: justify;
}

.other-link {
  width: 56%;
  margin: 0 auto;
}

.other-link>a {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.other-link>a::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 35.25%;
}

.other-link>a>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.other-link__txt {
  text-align: center;
  font-size: 1.7rem;
}

/*----------------------------------------
	mobile-nav サイドバー
----------------------------------------*/
.mobile-nav {
  display: none;
  width: 68px;
  height: auto;
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 5;
}

.mobile-nav>ul {
  width: 100%;
  list-style: none;
}

.mobile-nav>ul>li {
  display: flex;
  flex-direction: column;
}

.mobile-nav>ul>li:not(:last-of-type) {
  margin-bottom: 10px;
}

.mobile-nav__img {
  width: 100%;
  height: auto;
  padding: 10px 5px 5px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-nav__img>span {
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
}

.mobile-nav-line .mobile-nav__img {
  background: #06C755;
}

.mobile-nav-home .mobile-nav__img {
  background: #8D877D;
}

.mobile-nav__img>img {
  width: 65%;
  margin: 0 auto 5px auto;
}

.mobile-nav__arw {
  padding: 5px 0 10px 0;
  background: #D8CFC0;
}

.mobile-nav__arw>img {
  width: 60%;
  margin: 0 auto;
}




@media screen and (max-width: 1440px) {
  .busi-item-link-btn .ui--sp {
    display: block;
  }

  .busi-item-link-btn a {
    text-align: center;
    line-height: 1.2;
  }

  .other-card__ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: calc(100vw/128.0);
  }

  /*--renov---*/
  .renov .ui--sp {
    display: block;
  }

  .renov .link-btn a {
    line-height: 1.4;
    text-align: center;
  }

  /*--- new-house ---*/
  .new-house__box-img {
    flex: 1;
  }

  .new-house__box-img>a {
    height: 100%;
  }

  .new-house__box-img>a>img {
    height: 100%;
    object-fit: cover;
  }

  /*--- model ---*/
  .model-inner {
    width: 70%;
  }

  /*--- busi ---*/
  .busi-item__ttl {
    font-size: 1.9rem;
  }

}

@media screen and (max-width: 1025px) {
  html {
    font-size: calc(100vw/102.5);
  }

  .ttl2 {
    margin-bottom: 20px;
  }

  .ttl2>h2 {
    font-size: 5rem;
  }

  /*--- fv ---*/

  .fv {
    width: 100%;
    height: calc(80vh - 60px);
    margin-top: 60px;
  }

  .fv-anima {
    width: 40%;
    top: 45%;
  }

  .slideanima-txt {
    top: 65%;
  }

  /*--- info ---*/

  .info .l-inner {
    width: 80%;
    flex-direction: column;
  }

  .news {
    width: 100%;
    padding-bottom: 0 !important;
  }

  .event {
    width: 100%;
  }

  /*--- new-house ---*/

  .l-inner__box-row .l-inner__box-inner {
    width: 100%;
  }

  .new-house__col .l-inner__box-row {
    flex-direction: column;
  }

  .new-house__box-img {
    flex: initial;
    margin-bottom: 40px;
  }

  .new-house__box-img>a {
    height: auto;
  }

  .new-house__box-img>a>img {
    height: auto;
    object-fit: initial;
  }

  /*--- custom ---*/
  .custum-link-wrap {
    width: 85%;
  }

  /*--- model ---*/
  .model-inner {
    width: 80%;
  }

  .model-bnr__box {
    width: 48%;
  }

  /*---renov---*/
  .renov-link-wrap {
    width: 85%;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .renov-link-wrap .link-btn {
    width: 49.5%;
  }

  .renov-link-wrap .link-btn:nth-of-type(n+3) {
    margin-top: 8px;
  }

  /*--- busi ---*/
  .busi-item__ttl {
    font-size: 2rem;
  }

  .busi-item {
    width: 48.5%;
  }

  .busi-item:nth-of-type(n+3) {
    margin-top: 60px;
  }

  /*--- other---*/
  .other-card {
    width: 48.5%;
  }

  .other-card:nth-of-type(n+3) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 896px) {
  .link-arw>svg {
    display: block;
    width: 30px;
  }

  /*--- model ---*/
  .model-inner {
    width: 100%;
  }

}

@media screen and (max-width: 787px) {
  html {
    font-size: calc(100vw/78.7);
  }

  .custum-link-wrap,
  .link-wrap {
    width: 95%;
  }

  .custom-lead .ui--sp {
    display: block;
  }

  .new-house .ttl>h2 {
    font-size: 2.2rem;
  }

  .other-link {
    width: 80%;
  }

  .link_area {
    display: none;
  }

}

@media screen and (max-width:680px) {
  html {
    font-size: calc(100vw/68);
  }

  section:not(.fv) {
    padding: 100px 0;
  }

  .link-wrap {
    width: 85%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .link-btn {
    width: 100%;
  }

  .link-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .ttl2>h2 {
    line-height: 1.4;
  }

  .ttl-sub {
    flex-direction: column;
    line-height: 1.4;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .ttl-sub>span {
    margin-right: 0;
  }

  .fv {
    width: 100%;
    height: calc(65vh - 75px);
    margin-top: 75px;
  }

  .slideno1-ttl {
    width: 60%;
  }

  .slideno4-ttl {
    width: 50%;
    bottom: 15%;
  }

  /*---custom---*/

  .custom-ttl-sub {
    flex-direction: column;
  }

  .custom-lead>p {
    font-size: 1.8rem;
  }

  /*--- new-house---*/
  .new-house .ttl>h2 {
    font-size: 2.4rem;
  }

  .new-house .ui--sp {
    display: block;
  }

  .new-house__col {
    padding: 30px;
  }

  /*--- model ---*/
  .model-bnr__col {
    flex-direction: column;
  }

  .model-bnr__box {
    width: 100%;
  }

  .model-bnr__box:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .model-box__txt picture {
    width: 20%;
  }

  .model-box__txt>p {
    width: 78.5%;
  }

  .model-box__txt>p br {
    display: none;
  }

  .model-link-wrap {
    margin-bottom: 80px;
  }

  .sma-house__link,
  .sma-house__link-box>a {
    flex-direction: column;
  }

  .sma-house__link-box>a>img {
    width: 100%;
  }

  .sma-house__txt {
    width: 90%;
  }

  /*--- renov ---*/
  .renov__col {
    flex-direction: column;
  }

  .renov__col-box {
    width: 100%;
  }

  .renov-link-wrap {
    width: 90%;
    flex-direction: row;
  }

  .renov-link-wrap .link-btn:not(:last-of-type) {
    margin-bottom: 0;
  }

  /*---estate---*/
  .estate-col>a {
    flex-direction: column;
  }

  .estate-col__img {
    width: 100%;
  }

  /*---busi---*/
  .busi .ui--pc {
    display: none;
  }

  .busi-colWrap:not(:last-of-type) {
    margin-bottom: 80px;
  }

  /*---about ---*/
  .about-col {
    flex-direction: column;
  }

  .about-bnr {
    width: 100%;
  }

  .about-bnr:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .about-link {
    width: 85%;
  }

  .about-link>a::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 51%;
  }
}

@media screen and (max-width:480px) {
  html {
    font-size: 62.5%;
  }

  body,
  main {
    font-size: 1.6rem;
  }

  .mobile-nav {
    display: block;
  }

  #side-cta,
  #side-cta2 {
    display: none;
  }

  .ttl {
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .ttl>h2,
  .new-house .ttl>h2 {
    font-size: 1.8rem;
  }

  .custom-ttl>span {
    font-size: 4rem;
    letter-spacing: .025em;
    margin-bottom: 10px;
  }

  .ttl2>h2 {
    font-size: 3rem;
  }

  .ttl-sub>span {
    font-size: 3.6rem;
  }

  .ttl-sub>h3 {
    font-size: 1.8rem;
    padding-left: 5px;
  }

  .link-btn {
    height: 70px;
  }

  .link-btn>a {
    font-size: 1.6rem;
  }

  .link-arw>svg {
    display: block;
    width: 22px;
  }

  section:not(.fv) {
    padding: 80px 0;
  }

  .annotation {
    font-size: 1.2rem;
  }

  .fv {
    width: 100%;
    height: calc(65vh - 75px);
    min-height: 480px;
    margin-top: 60px;
  }

  .fv-anima {
    width: 50%;
    top: 30%;
  }

  .slideanima-txt {
    top: 50%;
  }


  .slideanima-txt p {
    font-size: 1.4rem;
  }

  .slideanima-txt p .ui--sp {
    display: block;
  }

  .arrow {
    width: 26px;
  }

  .info .l-inner {
    width: 85%;
  }

  .news-list>dl>dt {
    font-size: 1.4rem;
  }

  .news-list>dl>dd {
    font-size: 1.4rem;
  }

  /*--- event ---*/
  .event-bnr__txt {
    font-size: 1.6rem;
    text-align: center;
  }

  /*--- custom ---*/
  .custom-lead {
    text-align: justify;
    margin-bottom: 40px;
  }

  .custom-lead>p {
    font-size: 1.6rem;
    text-align: justify;

  }

  .custom .custom-lead>p br:nth-of-type(1),
  .custom .custom-lead>p br:nth-of-type(2) {
    display: none;
  }


  /*---sma-house---*/
  .sma-house .ttl-sub>span {
    font-size: 3rem;
  }

  .sma-house__txt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }

  /*--- new-house ---*/
  .new-house .custom-lead>p br:nth-of-type(3) {
    display: none;
  }

  .new-house__col {
    padding: 20px;
  }

  .new-house__box-ttl {
    flex-direction: column;
  }

  .new-house__box-ttl>span {
    font-size: 1.2rem;
    margin-right: 0;
  }

  .new-house__box-ttl>h3 {
    font-size: 2rem;
  }

  .new-house__box-cat {
    margin-bottom: 0;
  }

  .new-house__box-cat>li {
    font-size: 1.4rem;
    margin-bottom: 8px;
    padding: 0 8px;
  }

  .new-house__box-cat>li:not(:last-of-type) {
    margin-right: 5px;
  }

  .new-house__box-img {
    margin-bottom: 20px;
  }

  .new-house__box-lead {
    margin-bottom: 14px;
    text-align: justify;
  }

  .new-house__box-info>dl {
    font-size: 1.4rem;
  }

  .new-house__box-info>dl>dt {
    width: 27.5%;
  }

  .new-house__box-info>dl>dd {
    width: 72.5%;
  }

  /*---model---*/
  .model .custom-lead>p br:nth-of-type(3) {
    display: none;
  }

  .model-box__ttl>h3 {
    font-size: 1.8rem;
  }

  .model-box__ttl>p {
    font-size: 2.2rem;
  }

  .model-box__txt {
    flex-direction: column;
  }

  .model-box__txt picture {
    width: 40%;
  }

  .model-box__txt>p {
    width: 100%;
    font-size: 1.6rem;
  }

  .model-bnr_txt {
    font-size: 1.7rem;
  }

  .model-bnr__box p {
    font-size: 1.6rem;
  }

  /*--- renov ---*/
  .renov__col {
    margin-bottom: 40px;
  }

  .renov__col-item2 {
    width: 100%;
  }

  .renov-link-wrap {
    width: 90%;
    flex-direction: row;
  }

  .renov-link-wrap .link-btn {
    width: 100%;
  }

  .renov-link-wrap .link-btn:nth-of-type(n+2) {
    margin-top: 8px;
  }

  /*---estate---*/
  .estate .custom-lead>p br:nth-of-type(1),
  .estate .custom-lead>p br:nth-of-type(2),
  .estate .custom-lead>p br:nth-of-type(4) {
    display: none;
  }

  .estate-col>a {
    margin-bottom: 40px;
  }

  /*--- busi---*/
  .busi .custom-lead>p br:nth-of-type(1) {
    display: none;
  }

  .busi-item {
    width: 100%;
  }

  .busi-item:nth-of-type(n+2),
  #busi-real .busi-col .busi-item:nth-of-type(n+5) {
    margin-top: 40px;
  }

  /*---about ---*/
  .about-bnr:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .about-link {
    width: 95%;
  }

  .about-bnr__txt,
  .about-link__txt {
    font-size: 1.6rem;
  }

  .swiper2 .swiper-slide {
    padding: 30px 10px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    -moz-background-size: 36px 36px;
    -webkit-background-size: 36px 36px;
    background-size: 36px 36px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/top/arrrow-left--grn.svg');
    left: 15%;
    right: auto;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/top/arrrow-right--grn.svg');
    left: auto;
    right: 15%;
  }

  /*--- other---*/
  .other .custom-lead>p br:nth-of-type(1) {
    display: none;
  }

  .other-card {
    width: 100%;
  }

  .other-card:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .other-link {
    width: 100%;
  }

  .other-link__txt {
    font-size: 1.5rem;
  }

  /*---mobile-nav---*/
  .mobile-nav {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
  }

  .mobile-nav>ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .mobile-nav>ul>li {
    width: 49%;
    height: 60px;
  }

  .mobile-nav>ul>li:not(:last-of-type) {
    margin-bottom: 0;
  }

  .mobile-nav>ul>li>a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
  }

  .mobile-nav-line>a {
    background: #06C755;
  }

  .mobile-nav-home>a {
    background: #8D877D;
  }

  .mobile-nav__img {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 0;
  }

  .mobile-nav__img>img {
    width: 30px;
    margin: initial;
    margin-right: 8px;
  }

  .mobile-nav__img>span {
    font-size: 1.8rem;
    font-weight: 700;
  }

  .mobile-nav__arw {
    display: none;
  }
}