@charset "UTF-8";

.ui--sp {
  display: none;
}

.construction {
  font-size: 1rem;
  background: rgba(0, 0, 0, .2);
  padding: 0 8px;
  backdrop-filter: blur(5px);
  color: #fff;
  position: absolute;
  bottom: 2.5%;
  left: 2.5%;
  z-index: 2;
  border-radius: 4px;
}

.attention {
  position: absolute;
  bottom: 2.5%;
  right: 2.5%;
  font-size: 1rem;
  padding: 0 10px;
  color: #3B3633;
  background: rgba(255, 255, 255, .8);
  border-radius: 4px;
  backdrop-filter: blur(5px);
}

.caption {
  font-size: 1.2rem;
  text-align: right;
}

.ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 40px;
}

.ttl>h2 {
  font-size: 1.6rem;
  order: 2;
}

.ttl>span {
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
  order: 1;
}

.ttl::after {
  display: block;
  content: '';
  width: calc(66px * 1);
  height: calc(12px * 1);
  background: url('../images/icon/dia.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  order: 3;
  margin-top: 14px;
}

.fv {
  width: 100%;
  height: 100vh;
  min-height: 620px;
  position: relative;
  overflow: hidden;
}

.is-tablet .fv {
  height: 70vh;
}

.fv-inner {
  width: 100%;
  height: 78%;
  position: absolute;
  top: calc(50% + 25px);
  left: 0;
  transform: translate(0, -50%);
}

.fv-bg {
  width: 37.5%;
  height: 100%;
  background: url('../images/top/fv-bg.jpg');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.fv-img {
  width: 75%;
  height: 100%;
  margin-left: auto;
}

.fv-img picture,
.fv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv-catch {
  width: 4.8%;
  position: absolute;
  top: 0;
  left: 12.5%;
  z-index: 1;
}

.fv-catch__sub {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  position: absolute;
  top: 75%;
  left: 17.5%;
  z-index: 1;
}

.fv-catch__sub>p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fv-domyoji {
  width: 45%;
  position: absolute;
  top: 60%;
  left: 2.5%;
  transform: translate(0, -50%);
  mix-blend-mode: overlay;
}

.fv-main {
  width: 25%;
  max-width: 370px;
  position: absolute;
  top: 25%;
  right: 2.5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fv-ttl {
  width: 70%;
  margin: 0 auto;
}

.fv-main__lead {
  font-size: 5.6rem;
  line-height: 1.6;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 6px solid #3B3633;
  margin-bottom: 10px;
}

.fv-main__area {
  letter-spacing: -0.05em;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.fv-main__garage {
  width: 95%;
  border: 2px solid #3B3633;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 10px auto;
}

.fv-main__col {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.fv-main__col>img {
  width: 70px;
  margin-right: 10px;
}

.fv-main__col>ul {
  font-weight: 700;
  list-style: none;
  white-space: nowrap;
}

.ui--sp-fv {
  display: none;
}

.fv-main--sp,
.fv-main--sp-img {
  display: none;
}

/*----------------------------------------------------
  news
----------------------------------------------------*/
.news {
  padding: 100px 0 20px 0 !important;
}

.news-col {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background: #f6f6f0;
}

.news-ttl {
  width: 140px;
  margin-bottom: 0;
  border-right: 1px solid #ccc;
  padding: 20px 30px;
  border-radius: 4px;
  margin-right: 30px;
  box-sizing: border-box;
}

.news-ttl::after {
  display: none;
}

.news-ttl>h2 {
  font-size: 1.6rem;
  font-weight: 500;
}

.news-ttl>span {
  font-size: 3rem;
  margin-bottom: 10px;
}

.news-ttl::after {
  margin-bottom: 0;
}

.news-inner {
  width: calc(100% - 160px);
  font-size: 1.8rem;
}

.news-inner__list {
  list-style: none;
}

.news-inner__list>li {
  display: flex;
  justify-content: space-between;
}

.news-inner__list>li>span {
  width: 100px;
}

.news-inner__list>li>p {
  width: calc(100% - 125px);
  font-weight: 700;
}

/*----------------------------------------------------
  concept
----------------------------------------------------*/
.concept {
  position: relative;
}

.concept::before {
  display: block;
  content: '';
  width: 95%;
  height: calc(100% - 130px);
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #cfdfd6;
}

.concept .l-inner {
  max-width: 1100px;
  position: relative;
  z-index: 1;
}

.concept-lead {
  width: 100%;
  padding: 42px 30px 30px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  font-weight: 700;
  margin-bottom: 80px;
  position: relative;
}

.concept-lead__ttl {
  width: auto;
  height: 30px;
  position: absolute;
  left: 50px;
  top: -15px;
}

.concept-lead__ttl::after {
  display: block;
  content: '';
  width: 100%;
  border-top: 2px solid #ccc;
  margin-top: 8px;
}

.concept-lead__ttl>img {
  width: auto;
  height: 100%;
}

.contact-lead__img {
  width: 25%;
  position: absolute;
  top: -60%;
  right: 5%;
}

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

.concept-img {
  width: 49%;
  position: relative;
}

.concept-img:nth-of-type(n+3) {
  margin-top: 30px;
}

.concept-img>img {
  border-radius: 10px;
}

.concept-parts__left {
  width: 7%;
  position: absolute;
  top: 60%;
  right: 0;
  z-index: 1;
}

.concept-parts__bottom {
  width: 10.5%;
  position: absolute;
  bottom: -2.5%;
  left: 0;
  z-index: 1;
}


/*----------------------------------------------------
  land
----------------------------------------------------*/
.land {
  position: relative;
}

.land::before {
  display: block;
  content: '';
  width: 100%;
  height: calc(100% - 130px);
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #f5f5ef;
}

.land .l-inner {
  position: relative;
  z-index: 1;
}

.land-col {
  display: flex;
  margin-bottom: 100px;
  position: relative;
}

.land .l-inner {
  max-width: 1200px;
}

.land-inner {
  width: 52.5%;
}

.land-inner__lead {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #BC9DA7;
}

.land-inner__lead>img {
  width: 32.5%;
  margin-right: 20px;
}

.land-inner__txt {
  margin-bottom: 30px;
}

.land-img {
  width: 50%;
  position: absolute;
  top: 65%;
  right: 0;
  transform: translate(0, -50%);
}

.land-prise {
  width: 50%;
  position: absolute;
  top: -10%;
  left: 10%;
}

.land-area {
  width: 85%;
}

.land-area__top {
  margin-left: 2.5%;
  padding: 5px 20px;
  font-weight: 700;
  text-align: center;
  background: #e1dfcb;
  margin-bottom: 14px;
  position: relative;
}

.land-area__top::before {
  display: block;
  content: "";
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 98%;
  height: 95%;
}


.land-area>dl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

.land-area>dl>dt {
  font-size: 2.2rem;
  flex-shrink: 0;
  margin-right: 20px;
  font-weight: 700;
}

.land-area>dl>dd {
  display: flex;
  align-items: center;
}

.land-area__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}

.land-area__item-blk>span {
  font-size: 2rem;
  letter-spacing: 0;
  margin: 0 2px;
  color: #c20d23;
}

.land-area__item-blk__b {
  font-size: 3.2rem !important;
}

.land-area__range {
  font-size: 3.4rem;
  margin: 0 10px;
}

/*----------------------------------------------------
  land > price
----------------------------------------------------*/
.price {
  width: 100%;
  padding: 40px 80px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  background: #e1dfcb;
  border-radius: 10px;
}

.price-illust {
  width: 12.5%;
  position: absolute;
  top: -5%;
  left: 2.5%;
}

.price-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.price-ttl>h3 {
  font-size: 2.4rem;
  font-weight: 700;
}

.price-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.price__item {
  width: 49.5%;
  padding: 20px 60px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .2));
  position: relative;
}

.price__item:nth-of-type(n+3) {
  margin-top: 10px;
}

.price__item-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
}

.price__item-tab-sub {
  color: #fff;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0 10px;
}

.price-first {
  background: #e60012;
}

.price-second {
  background: #00913a;
}

.price-third {
  background: #00913a;
}

.price__item-tab-main {
  font-size: 2.4rem;
  font-weight: 700;
}

.price__item>dl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.price__item>dl>dt {
  width: 30%;
  line-height: 1.4;
}

.price__item>dl>dd {
  width: 70%;
  font-size: 2rem;
  line-height: 1.4;
}

.price__item-b {
  font-size: 3rem;
  font-weight: 700;
  margin-right: 3px;
}

.price-txt {
  text-align: center;
  font-size: 1.8rem;
}

/*----------------------------------------------------
  land > feature
----------------------------------------------------*/
.feature {
  padding-top: 100px;
}

.feature-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
}

.feature-ttlWrap {
  width: 20%;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding: 40px 0;
}

.feature-ttlWrap::after {
  display: block;
  content: '';
  width: 130%;
  height: 70%;
  background: rgba(191, 208, 235, .5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.feature-ttl {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 7.5%;
  padding-top: 20px;
  box-sizing: border-box;
}

.feature-ttl>h3 {
  font-size: 3.4rem;
  letter-spacing: .075em;
  order: 2;
}

.feature-ttl>span {
  font-size: 3rem;
  font-weight: 500;
  order: 1;
  opacity: .5;
}

.feature-ttl__sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 1;
}

.feature-ttl__sub>span {
  background: #8894a7;
  color: #fff;
  padding: 0 14px;
}

.feature-ttl__sub>span:nth-of-type(n+2) {
  margin-top: 8px;
}

.feature-top__img {
  width: 80%;
  margin-top: 50px;
  position: relative;
}

.feature-top__img .construction {
  left: initial;
  right: 2.5%;
}

.feature-top__logo {
  width: 50%;
  margin: 0 auto 20px auto;
}

.feature-top__txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 40px auto;
}

.feature-colWrap {
  padding: 60px 0;
  margin-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}

.feature-colWrap::before {
  display: block;
  content: '';
  width: 95vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(191, 208, 235, .3);
  z-index: -1;
}

.feature-illust {
  width: 22.5%;
  position: absolute;
  top: -12.5%;
  right: -2.5%;
}

.feature-col__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

.feature-col__ttl>p {
  margin-bottom: 5px;
}

.feature-col__ttl::after {
  display: block;
  content: '';
  width: calc(200px * 1.6);
  height: calc(10px * 1.6);
  background: url('../images/top/bubble--brw.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-col__ttl>p {
  font-size: 2.4rem;
  font-weight: 700;
}

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

.feature-col__img {
  width: 32%;
  position: relative;
}

.feature-txt {
  text-align: center;
}

.feature-txt>ul {
  display: inline-block;
  width: auto;
  list-style: none;
  font-size: 1.4rem;
}

.feature-txt>ul>li:first-of-type {
  font-size: 1.6rem;
  font-weight: 700;
}

.feature-boxWrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.feature-box {
  width: 49%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  padding-bottom: 20px;
  background: #fff;
}

.feature-box__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  padding: 14px 20px;
  box-sizing: border-box;
  background: #eee;
}

.feature-box__ttl>span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

.feature-box__ttl>p {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.feature-box__txt {
  padding: 0 20px;
  margin: 20px auto;
  box-sizing: border-box;
}

.feature-box__img {
  width: 90%;
  margin: 0 auto;
}

.feature-box__img--second {
  width: 80%;
  margin: 0 auto;
}

.feature-box__attention {
  font-size: 1.1rem;
  text-align: center;
}

/*----------------------------------------------------
  plan
----------------------------------------------------*/
.plan .l-inner {
  position: relative;
  z-index: 1;
}

.plan-top {
  padding: 40px;
  box-sizing: border-box;
  background: #f5f5ef;
  border-radius: 10px;
  margin-bottom: 60px;
}

.plan-top__inner {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px auto;
  position: relative;
}

.plan-top__inner>img {
  width: 25%;
  margin-right: 5%;
}

.plan-top__inner-desc {
  width: auto;
}

.plan-top__inner-desc-main {
  font-size: 2.2rem;
  font-weight: 700;
}

.plan-photo {
  width: 100%;
}

.plan-photo__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.plan-photo__top-img {
  width: 49.5%;
  height: auto;
  position: relative;
  background: #fff;
}

.plan-photo__top-img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}

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

.plan-photo__btm {
  display: flex;
  justify-content: space-between;
}

.plan-photo__btm-img {
  width: 31%;
}

.plan-photo__btm-img1 {
  width: 36%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-photo__btm-img--row {
  position: relative;
}

.plan-photo__btm-img--row::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 63.5%;
}

.plan-photo__btm-img2 {
  position: relative;
}

.plan-photo__btm-img2::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 150%;
}

/*---参考プラン・間取り---*/

.plan-colWrap {
  position: relative;
}

#plan-1a {
  margin-bottom: 80px;
}

.plan-col__ttl {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.plan-col__ttl-img {
  width: 120px;
  margin-right: 20px;
}

.plan-col__ttl-inner {
  flex: 1;
  line-height: 1.2;
}

.plan-col__ttl-main {
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 4px solid #ccc;
}

.plan-col__ttl-main>h3 {
  font-size: 3rem;
}

.plan-col__ttl-main>p {
  display: block;
  font-size: 1.4rem;
}

.plan-col__ttl-box {
  display: flex;
}

.plan-col__ttl-box>span {
  display: inline-block;
  padding: 5px 30px;
  font-size: 1.8rem;
  font-weight: 700;
  background: #e1dea8;
  border-radius: 4px;
}

.plan-col__ttl-box>span:first-of-type {
  margin-right: .5vw;
}


.plan-col {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
}

.ui--sp--plan {
  display: none;
}

.plan-inner {
  width: 42.5%;
}

.plan-inner__box {
  padding: 20px 30px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #a09991;
  border-radius: 6px;
  margin-bottom: 20px;
}

.plan-inner__lead {
  position: relative;
  text-align: center;
  margin-top: -42px;
  margin-bottom: 30px;
}

.plan-inner__lead>img {
  width: 70%;
  margin: 0 auto;
}

.plan-inner__lead>p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plan-inner__lead.plan--sp {
  display: none;
}

.plan-inner__lead>p {
  font-size: 2.2rem;
  font-weight: 700;
}

.plan-inner__list {
  list-style: none;
  margin-bottom: 20px;
}

.plan-inner__list>li {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 14px;
  display: flex;
}

.plan-inner__list>li::before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background: #8b7e77;
  border-radius: 50vh;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 8px;
}

.plan-data__top {
  padding: 5px 14px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #e3eaf6;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
}

.plan-data__top>span {
  font-weight: 500;
}

.plan-data__top>span:nth-of-type(1) {
  margin-right: 10px;
}

.plan-data__list {
  list-style: none;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

.plan-data__attention {
  font-size: 1.2rem;
  text-align: center;
}

.plan-imgWrap {
  width: 46%;
  position: relative;
}

.plan-img__tab {
  width: 120px;
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 1;
}

.plan-priceWrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}

.plan-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1.5%;
  line-height: 1.1;
}

.plan-price__sub {
  font-size: 2.6rem;
  display: flex;
  flex-direction: column;
  min-width: 116px;
  text-align: center;
}

.plan-price__main {
  font-size: 3rem;
  margin-left: 10px;
}

.plan-price__main>span {
  font-size: 5rem;
}

.plan-price__tax {
  font-size: 1.4rem !important;
}

/*----------------------------------------------------
  model
----------------------------------------------------*/
.model {
  position: relative;
}

.model .l-inner {
  position: relative;
  z-index: 1;
}

.model-house__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.model-house__name-main,
.model-house__name-sub {
  white-space: nowrap;
}

.model-house__name-main {
  font-size: 2rem;
  border-bottom: 1px solid #fff;
}

.model-house__name-sub {
  font-size: 1.4rem;
}

.model-house__name-num {
  font-size: 2rem;
  font-weight: 700;
}

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

.model-photo__box {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.model-photo__box-l {
  width: 48%;
}

.model-photo__box-m {
  width: 24.5%;
}

.model-photo__img {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #eee;
  margin-bottom: 14px;
}

.model-photo__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 58%;
}

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

.model-photo__txt {
  flex: 1;
}

.model-photo__attention {
  font-size: 1.4rem;
  margin-bottom: 60px;
}

.model-plan-colWrap {
  margin-bottom: 30px;
}

.model-price {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.model-price__box {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px dashed #545454;
}

.model-price__box>dl {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

.model-price__box>dl>dt {
  width: auto;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.model-price__box>dl>dt>span {
  font-size: 1.7rem;
}

.model-price__box-num {
  font-size: 4rem;
  letter-spacing: 0;
  margin-right: 3px;
  line-height: 1;
}

.model-price__box-sub {
  font-size: 1.6rem;
}

/*----------------------------------------------------
  location
----------------------------------------------------*/
.ui--sp-loc {
  display: none;
}

.loc-top {
  width: 75%;
  background: #F7F4C6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 40px 5%;
  box-sizing: border-box;
  margin: 0 auto 60px auto;
  border-radius: 10px;
  position: relative;
}

.loc-top__img {
  width: 13.5%;
  position: absolute;
  top: -25.5%;
  left: 5%;
}

.loc-top__inner {
  width: auto;
}

.loc-top__lead {
  font-size: 2rem;
  font-weight: 500;
  box-sizing: border-box;
}

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

.loc-box__img {
  width: 24.5%;
  position: relative;
}

.loc-box__img>img {
  margin-bottom: 10px;
}

.loc-box__inner {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
  font-weight: 500;
}

.loc-box__inner>span:nth-of-type(1) {
  font-size: 1.6rem;
  font-weight: 700;
}

.loc-box__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.loc-box__lead::before,
.loc-box__lead::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 4px dotted #ccc;
}

.loc-box__lead::before {
  margin-right: 10px;
}

.loc-box__lead::after {
  margin-left: 10px;
}

.loc-box__lead>img {
  width: 56px;
}

.loc-box__lead>p {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 14px;
}

.loc-list {
  width: 95%;
  margin: 0 auto 80px auto;
}

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

.loc-list__inner>dl {
  width: 48%;
  margin-bottom: 40px;
}

.loc-list__inner>dl>dt {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.loc-list__inner>dl>dt>span {
  margin-left: 10px;
  color: #8b7e77;
}

.loc-list__inner>dl>dd>ul>li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.loc-list__attention {
  font-size: 1.2rem;
}

/*----------------------------------------------------
  map
----------------------------------------------------*/
.mapWrap {
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  background: #f2f2f2;
}

.map-inner {
  width: 90%;
  margin: 0 auto;
}

.map-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.map-ttl>h3 {
  font-size: 3.6rem;
}

.map {
  width: 100%;
  margin-bottom: 30px;
}

.map-txt {
  text-align: center;
  font-weight: 700;
}

.map-code {
  width: 90%;
  padding: 15px 30px;
  margin: 0 auto;
}

.map-code>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 10px;
}

.map-code>ul>li {
  width: 49.5%;
  background: #E1DEA8;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
}

.map-code>ul>li:nth-of-type(n+3) {
  margin-top: 8px;
}

.map-code>img {
  margin-bottom: 8px;
}

.map-code>p {
  font-size: 1.2rem;
  text-align: center;
}

.map-link {
  width: 100%;
  max-width: 520px;
  height: 90px;
  margin: 0 auto;
}

.map-link>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #deb887;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 6px;
}

.map-link>a>img {
  width: 10%;
  margin-right: 8px;
}

.map-link>a>span {
  line-height: 1.4;
  text-align: center;
}

/*----------------------------------------------------
  access
----------------------------------------------------*/
.access {
  position: relative;
}

.access .l-inner {
  position: relative;
  z-index: 1;
}

.access .font--red {
  font-weight: 700;
}

.access-font--s {
  font-size: 1.6rem;
}

.access-top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 80px;
}

.bus-access-top {
  margin-top: 30px;
}

.access-inner {
  width: auto;
}

.access-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.access-lead__inner>p {
  margin-bottom: 0 !important;
}

.access-lead__inner .ui--sp-767 {
  display: none;
}

.access-lead .font--red {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-right: 2px;
}

.access-lead>img {
  width: 120px;
  margin-right: 20px;
}

.access-col {
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px auto;
}

.access-item {
  width: 49%;
}

.access-item>img {
  border-radius: 10px;
}

.access-item>p {
  text-align: center;
  font-size: 2rem;
}

.access-item>p .font--red {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 0 2px;
}

/*----------------------------------------------------
  access > route
----------------------------------------------------*/
.route {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.route-box {
  width: 32.5%;
}

.route-box__list {
  width: 100%;
  margin-bottom: 30px;
}

.route-box__list>li {
  width: 100%;
  padding: 30px 0 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  position: relative;
}

.route-box__main {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.route-box__main-ttl {
  font-size: 1.6rem;
  font-weight: 700;
}

.route-box__main-col {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}

.route-box__main-sta {
  font-size: 2.4rem;
}

.route-box__main-ttl {
  display: flex;
  align-content: center;
}

.route-box__main-ttl::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: #F8CBA4;
  border-radius: 50vh;
  margin-right: 5px;
  margin-top: 2px;
}

.route-time {
  margin-left: 2.5%;
}

.route-time>span {
  font-size: 3rem;
  letter-spacing: -0.025em;
  padding: 0 3px;
}

.route-box__attention {
  display: flex;
  font-size: 1.3rem;
  line-height: 1.4;
}

.route-box__attention::before {
  display: block;
  content: '※';
  margin-right: 5px;
}

.route-notice {
  font-size: 1.4rem;
  list-style: none;
}

.route-notice>li {
  display: flex;
  font-size: 1.3rem;
  line-height: 1.6;
}

.route-notice>li::before {
  display: block;
  content: '※';
  margin-right: 5px;
}

.route-img {
  width: 60%;
  position: relative;
}

.route-img__col {
  width: 42.5%;
  position: absolute;
  bottom: 10%;
  left: 2.5%;
  z-index: 1;
}

.route-img__col::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 105%;
}

.route-img__item {
  position: absolute;
}

.route-img__item--first {
  width: 51.5%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.route-img__item--second {
  width: 45%;
  bottom: 0;
  left: 0;
}

.route-img__item--third {
  width: 49%;
  bottom: 4%;
  right: -5%;
}

.route-img__item>span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  bottom: -2.5%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.route-illust {
  width: 30%;
  position: absolute;
  top: 37.5%;
  left: -5%;
  transform: translate(0, -50%);
}

/*----------------------------------------------------
  equipment
----------------------------------------------------*/
.equipment {
  position: relative;
}

.equipment::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #8b7e77;
  opacity: .05;
}

.equipment .l-inner {
  position: relative;
  z-index: 1;
}

.equ-top__col {
  width: 85%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 100px auto;
  position: relative;
  padding: 40px 50px;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(225, 222, 168, .8);
}

.equ-inner {
  width: auto;
  padding-left: 23%;
  box-sizing: border-box;
}

.equ-lead>p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #a28b5f;
}

.equ-txt {
  font-size: 1.6rem;
}

.equ-img {
  width: 26%;
  position: absolute;
  top: -7.5%;
  left: -2%;
}


.kitchen,
.bath,
.rest,
.wc,
.hall,
.ecoc {
  padding: 0 0 100px 0 !important;
  margin-bottom: 100px;
  position: relative;
}

.kitchen::after,
.bath::after,
.rest::after,
.wc::after,
.hall::after {
  display: block;
  content: '';
  width: 97.5vw;
  height: 70%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(191, 208, 235, .3);
  z-index: -1;
}

.bath::after {
  height: 50%;
  position: absolute;
  top: 50%;
  background: rgba(235, 218, 191, .5);
}

.rest::after {
  height: 50%;
  position: absolute;
  top: 50%;
  background: rgba(207, 223, 214, .5);
}

.equ-col__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.6;
  margin-bottom: 60px;
  box-sizing: border-box;
  position: relative;
}

.equ-col__ttl>h2 {
  font-size: 2.4rem;
  order: 2;
}

.equ-col__ttl>span {
  color: #8b7e77;
  font-size: 3.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  order: 1;
  border-bottom: 6px solid #c6c6c6;
}

.equ-col__ttl>span::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 10px;
}

.equ-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.equ-col--stretch {
  align-items: stretch;
}

.equ-item {
  width: 49%;
}

.equ-item--40 {
  width: 45%;
}

.equ-item__img {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.equ-item__img>span {
  position: absolute;
  bottom: 2.5%;
  right: 2.5%;
  padding: 0 14px;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  backdrop-filter: blur(5px);
}

.equ-item__lead {
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.equ-box__col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.equ-box__col--center {
  justify-content: center;
}

.equ-box__col:not(:last-of-type),
.equ-box__img-blk {
  margin-bottom: 2.5vh;
}

.equ-box__col-img {
  flex: 1;
}

.equ-box__col-inner {
  width: 100%;
  flex: 1;
  padding: 10px;
  box-sizing: border-box;
}

.equ-box__col-inner>h3 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.equ-box__col-inner>h3::before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50vh;
  margin-right: 5px;
  flex-shrink: 0;
}

.bath .equ-box__col-inner>h3::before {
  background: #EBC486;
}

.equ-box__col-inner>p {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}

.equ-box__img {
  position: relative;
}

.equ-box__img>img {
  border-radius: 6px;
}

.equ-box__blk {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.equ-box__blk-65 {
  width: 65%;
  position: relative;
}

.equ-box__blk-70 {
  width: 70%;
}

.equ-box__blk-75 {
  width: 75%;
  position: relative;
}

.equ-blk {
  display: flex;
  flex-direction: column;
  width: 32%;
}

.equ-blk__inner {
  width: 100%;
}

.equ-item__txt {
  font-size: 1.8rem;
}

/*---キッチン---*/
.equ-item--kitchen {
  display: flex;
}

.equ-item--kitchen .equ-item__img {
  object-fit: cover;
  flex: 1;
}

.equ-item--kitchen .equ-item__img>img {
  height: 100%;
  object-fit: cover;
}

.kitchen .equ-box__col-inner>h3::before {
  background: #86adeb;
}

/*--- トイレ ---*/
.wc::after {
  height: 50%;
  position: absolute;
  top: 50%;
  background: rgba(233, 218, 243, .5);
}

.wc .equ-box__col-inner>h3::before {
  background: #C39EDD;
}

/*--- ---*/
.rest .equ-box__col-inner>h3::before {
  background: #4DCCA6;
}


/*--- 玄関 ---*/
.hall::after {
  height: 70%;
  position: absolute;
  top: 30%;
  background: rgba(226, 222, 218, .5);
}

.hall-lead {
  width: 85%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.equ-col--hall {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.equ-col--hall-cazas {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}

.equ-item--cazas {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cazas-logo {
  width: 70%;
  margin-bottom: 30px;
}


/*--- エコキュート ---*/
.ecoc {
  margin-bottom: 0 !important;
}

.ecoc-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.ecoc-ttl>h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.ecoc-ttl>span {
  font-size: 3rem;
}

.equ-col--ecoc {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.ecoc-col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ecoc-item {
  width: 49%;
  background: #fff;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(2px 2px 6px rgba(171, 159, 165, .4));
  padding: 40px;
  box-sizing: border-box;
}

.ecoc-item__ttl {
  text-align: center;
  margin-bottom: 14px;
}

.ecoc-item__ttl>h3 {
  padding: 5px 20px;
  box-sizing: border-box;
  font-size: 2rem;
  background: rgba(225, 222, 168, .8);
  border-radius: 4px;
}

.ecoc-item__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ecoc-item__img {
  width: 65%;
}

.ecoc-item__inner {
  width: 100%;
}

.ecoc-attention {
  font-size: 1.4rem;
  text-align: center;
}

/*--- 保証 ---*/
.warranty {
  padding: 0 !important;
}

.wa-wrapper {
  background: #fff;
  border: 1px solid #EBE7E9;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  filter: drop-shadow(2px 2px 6px rgba(171, 159, 165, .4));
}

.wa-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;
}

.wa-ttl>h2 {
  margin: 0 1%;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
}

.wa-ttl::before {
  display: inline-block;
  content: '';
  width: calc(30px * 2);
  height: calc(50px * 2);
  background: url('../images/icon/laurel.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1.5%;
}

.wa-ttl::after {
  display: inline-block;
  content: '';
  width: calc(30px * 2);
  height: calc(50px * 2);
  background: url('../images/icon/laurel2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1.5%;
}

.wa-col {
  width: 85%;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.wa-img {
  width: 46%;
}

/*----------------------------------------------------
  outline
----------------------------------------------------*/
.outline-colWrap {
  margin-bottom: 60px;
}

.outline-ttl {
  text-align: center;
  margin-bottom: 40px;
}

.outline-col__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

.outline-col__ttl>h3 {
  font-size: 2.6rem;
  text-align: center;
}

.outline-col__ttl-sub {
  font-size: 1.8rem;
}

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

.outline-col__item {
  width: 48%;
}

.outline-col__list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

.outline-col__list>dt {
  width: 30%;
  font-weight: 500;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
}

.outline-col__list>dd {
  width: 70%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
}

.outline-col__list>dd>ul {
  list-style: none;
}

.outline-col__list>dt:not(:last-of-type),
.outline-col__list>dd:not(:last-of-type),
.outline-col__list-border {
  border-bottom: 1px solid #ccc;
}

.outline-btm {
  margin-top: 40px;
}

.outline-btm__lead {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #545454;
  margin-bottom: 20px;
}

.outline-btm__txt {
  font-size: 1.4rem;
}

@media screen and (max-width:1440px) {
  .loc-top__img {
    width: 14.5%;
    position: absolute;
    top: -25.5%;
    left: 2%;
  }

  .loc-top {
    padding-left: 0;
  }

  .loc-top__inner {
    width: 100%;
  }

  .loc-top__lead {
    width: 100%;
    padding-left: 20%;
  }
}

@media screen and (max-width:1400px) {
  .plan-col {
    justify-content: space-between;
  }

  .plan-inner {
    width: 50%;
  }

}

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

  /*--- fv ---*/
  .fv-img {
    width: 80%;
  }

  .fv-catch {
    width: 5.8%;
    left: 8.5%;
  }

  .fv-catch__sub {
    left: 7.5%;
  }

  .fv-main {
    width: 30%;
  }


  /*---news---*/
  .news-col {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .fv {
    width: 100%;
    height: 75vh;
  }

  /*---land---*/

  .price {
    width: 100%;
    padding: 40px;
  }

  /*---plan---*/
  .plan-col__ttl-img {
    width: 100px;
  }

  .plan-col__ttl-box>span {
    padding: 5px 20px;
  }

  /*---equipment---*/
  .equ-img {
    width: 180px;
    top: -82px;
    left: initial;
    right: 3%;
  }

  .equ-inner {
    padding-left: 0;
  }

}

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

  .fv {
    width: 100%;
    height: 80vh;
    position: relative;
    min-height: initial;
  }

  /*--- news ---*/
  .news-inner__list>li>span {
    width: 110px;
  }

  .news-inner__list>li>p {
    width: calc(100% - 115px);
  }

  /*--- land---*/
  .price__item {
    width: 49%;
  }

  .price__item:nth-of-type(n+3) {
    margin-top: 14px;
  }

  /*---plan---*/

  .plan-col {
    width: 85%;
    flex-direction: column;
    margin: 0 auto;
  }

  .plan-inner {
    width: 100%;
  }

  .plan-col__ttl {
    margin-bottom: 30px;
  }

  .ui--sp--plan {
    display: block;
  }

  .ui--pc--plan {
    display: none;
  }

  .plan-imgWrap {
    width: 85%;
    margin: 0 auto 50px auto;
  }

  .plan-priceWrap {
    width: 85%;
    margin: 0 auto;
  }

  .model-plan-colWrap .plan-col {
    flex-direction: column-reverse;
  }

  /*---location---*/
  .loc-top {
    width: 85%;
  }

  .loc-top__img {
    width: 17.5%;
    position: absolute;
    top: -18.5%;
    left: 0%;
  }

  /*---equipment---*/
  .equ-img {
    width: 180px;
    top: -82px;
    left: initial;
    right: 3%;
  }

}

@media screen and (max-width: 769px) {
  .fv-inner {
    width: 100%;
    height: 85%;
    position: absolute;
    top: 15%;
    left: 0;
    transform: translate(0, 0);
  }

  .fv-img {
    width: 100%;
  }

  .fv-bg {
    width: 100%;
  }

  .fv-main {
    width: 40%;
  }

  .fv-main__lead {
    font-size: 4.2rem;
  }

  .fv-main__area {
    line-height: 1.4;
  }

  .fv-catch {
    width: 50%;
    height: auto;
    left: initial;
    right: 0;
    top: -5%;
    mix-blend-mode: difference;
  }

  .fv-catch__sub>p>span {
    display: block;
    background: rgba(255, 255, 255, .6);
    padding: 2px 10px;
    backdrop-filter: blur(10px);
  }

  .fv-catch__sub>p>span:nth-of-type(1) {
    margin-bottom: 6px;
  }

  .ui--sp-fv {
    display: block;
  }


  /*--- news ---*/
  .news-col {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 30px;
  }

  .news-ttl {
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0 10px 10px 10px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .news-ttl>h2 {
    margin-left: 8px;
  }

  .news-ttl>span {
    margin-bottom: 0;
  }

  .news-inner {
    width: 100%;
  }

  .news-inner__list>li>span {
    width: 22.5%;
  }

  .news-inner__list>li>p {
    width: 75%;
  }


  /*--- concept ---*/

  .concept-top {
    margin-bottom: 48px;
  }

  .concept-top__lead {
    width: 20%;
    margin: 0 auto;
  }

  .concept-top__img {
    width: 55%;
    position: relative;
  }

  .concept-top__img::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 110%;
  }

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

  .concept-top__img2 {
    width: 17.5%;
    top: initial;
    bottom: 0;
  }

  .concept-bottom {
    flex-direction: column-reverse;
  }

  .concept-bottom__img {
    width: 100%;
    margin: 0 auto 40px auto;
  }

  .concept-bottom__img>img {
    width: 55%;
    margin-left: auto;
  }

  .concept-bottom__img2 {
    width: 40%;
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
  }

  .concept-bottom__inner {
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
  }

  /*--- land ---*/
  .land .l-inner {
    width: 90%;
  }

  .land-col {
    flex-direction: column-reverse;
  }

  .land-img {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    transform: initial;
    margin-bottom: 40px;
  }

  .land-img--sp {
    display: block;
  }

  .land-img--pc {
    display: none;
  }

  .land-inner {
    width: 100%;
  }

  .land-inner__lead {
    margin-bottom: 80px;
  }

  .land-area {
    margin-left: auto;
    margin-right: auto;
  }

  .price-ttl {
    margin-bottom: 20px;
  }

  .price-col {
    width: 90%;
    margin: 0 auto 30px auto;
  }

  .price__item {
    width: 100%;
  }

  .price__item:nth-of-type(n+2) {
    margin-top: 14px;
  }

  .plan-priceWrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .plan-price {
    line-height: 1.2;
  }

  .plan-price__tax {
    display: block;
    text-align: right;
  }

  .price-illust {
    width: 18.5%;
  }

  .feature-top {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    flex-direction: column;
  }

  .feature-ttlWrap {
    width: 80%;
    -ms-writing-mode: initial;
    writing-mode: initial;
    padding: 14px 0;
  }

  .feature-ttlWrap::after {
    width: 100%;
    height: 130%;
  }

  .feature-ttl {
    align-items: flex-start;
  }

  .feature-top__img {
    width: 90%;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: auto;
    padding-right: 5%;
  }

  .feature-ttl__sub {
    left: 2.5%;
  }

  .feature-top__inner {
    width: 100%;
  }

  .feature-top__logo {
    width: 80%;
  }

  .feature-top__txt {
    text-align: justify;
  }

  .feature-top__txt br {
    display: none;
  }

  .feature-col {
    flex-wrap: wrap;
  }

  .feature-illust {
    width: 220px;
    position: absolute;
    top: -80px;
  }

  .feature-col__img {
    width: 49%;
  }

  .feature-col__img:first-of-type {
    width: 100%;
  }

  .feature-col__img:nth-of-type(n+2) {
    margin-top: 8px;
  }

  .feature-boxWrap {
    width: 85%;
    flex-direction: column;
  }

  .feature-box {
    width: 100%;
  }

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

  /*--- plan ---*/
  .plan-top__inner>img {
    width: 200px;
    position: absolute;
    top: -100px;
    right: -18%;
  }

  .plan-col__ttl {
    flex-wrap: wrap;
  }

  .plan-col__ttl-img {
    width: 120px;
  }

  .plan-col {
    width: 100%;
    flex-direction: column-reverse;
  }

  .plan-imgWrap {
    width: 85%;
    margin-bottom: 20px;
  }

  .plan-inner {
    width: 100%;
  }

  .plan-inner__lead.plan--pc {
    display: none;
  }

  .plan-inner__lead.plan--sp {
    display: block;
  }

  .plan-priceWrap {
    justify-content: space-around;
  }

  /*---model---*/
  .model-plan-col__ttl {
    justify-content: center;
  }


  .model-price {
    flex-direction: column;
    align-items: center;
  }

  .model-price__box {
    width: 90%;
  }

  .model-photo__box-l {
    width: 100%;
  }

  .model-photo__box-m {
    width: 49%;
  }

  /*--- location ---*/
  .loc-top {
    width: 95%;
    padding: 40px 5%;
  }

  .loc-top__img {
    width: auto;
    height: 180px;
    top: -60px;
  }

  .loc-top__img>img {
    width: auto;
    height: 100%;
  }

  .loc-top__lead {
    padding-left: 100px;
  }

  .loc-top__lead br {
    display: none;
  }

  .loc-box__img {
    width: 49.5%;
  }

  .loc-box__img:nth-of-type(n+3) {
    margin-top: 14px;
  }

  .loc-list__inner {
    flex-direction: column;
  }

  .loc-list__inner>dl {
    width: 100%;
  }

  .ui--sp-loc {
    display: block;
  }

  .map-inner {
    width: 100%;
  }

  .map-code {
    width: 80%;
  }

  /*---access---*/
  .access-lead>img {
    width: 150px;
  }

  .access-lead__inner .ui--sp-767 {
    display: block;
  }

  .access-lead__inner>p {
    line-height: 1.2;
  }

  .access-lead__inner>p:nth-of-type(1) {
    margin-bottom: 8px !important;
  }

  .access-lead--btm {
    line-height: 1.8;
  }

  .access-col {
    width: 100%;
    flex-direction: column;
  }

  .access-item {
    width: 100%;
  }

  .access-item:nth-of-type(n+2) {
    margin-top: 14px;
  }

  .route {
    flex-direction: column-reverse;
  }

  .route-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .route-box {
    width: 100%;
  }

  /*--- equipment---*/
  .bath::after,
  .wc::after {
    height: 70%;
    position: absolute;
    top: 30%;
  }

  .rest::after {
    height: 70%;
    position: absolute;
    top: 30%;
  }

  .hall::after {
    height: 80%;
    position: absolute;
    top: 20%;
  }

  .equ-top__col {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .equ-inner {
    width: 100%;
    margin-bottom: 14px;
  }

  .equ-col {
    flex-direction: column;
  }

  .equ-item {
    width: 100%;
  }

  .equ-item__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .equ-blk {
    width: 100%;
  }

  .equ-box__blk-65,
  .equ-box__blk-70 {
    width: 100%;
  }

  .equ-box__img {
    width: 100%;
  }

  .equ-col--hall {
    width: 100%;
  }

  .ecoc-col {
    flex-direction: column;
  }

  .ecoc-item {
    width: 100%;
  }

  .ecoc-item:nth-of-type(n+2) {
    margin-top: 30px;
  }

  .wa-col {
    width: 95%;
  }

  .wa-img {
    width: 49%;
  }

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

  .outline-col__item {
    width: 100%;
  }

  .outline-col__item:first-of-type {
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 681px) {
  .fv {
    height: calc(95vh - 70px);
    min-height: 640px;
  }

  .fv-img>img {
    object-position: left center;
  }

  .fv-ttl {
    width: 45%;
  }

  .ui--680.fv-house {
    display: none;
  }

  .ui--sp.fv-house {
    display: block;
    width: 50%;
    z-index: 0;
    position: absolute;
    top: -110%;
    bottom: initial;
  }

  .fv-txt {
    padding: 4vh 0 2vh 0;
  }

  .fv-txt__access {
    margin: 0 auto;
    width: 85%;
    position: relative;
    z-index: 1;
  }

  .fv-img__attention {
    bottom: initial;
    top: 5%;
    left: 22.5%;
  }



  /*--- location ---*/

  .loc-top {
    flex-direction: column;
    align-items: center;
    padding: 30px 10% 30px 90px;
    margin-bottom: 40px;
  }

  .loc-top__img {
    width: 90px;
    height: auto;
    position: absolute;
    top: -60px;
    left: -2%;
  }

  .loc-top__img>img {
    width: 100%;
    height: auto;
  }

  .loc-top__lead {
    font-size: 1.8rem;
    text-align: justify;
    padding-left: 0;
  }

  .loc-top__lead>br:not(.ui--sp) {
    display: none;
  }

  .mapWrap {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 601px) {
  .fv-main {
    max-width: initial;
  }

  .equ-img {
    width: 160px;
    top: -82px;
    left: initial;
    right: 3%;
  }
}

@media screen and (max-width: 481px) {
  .ui--sp {
    display: block;
  }

  .ui--pc {
    display: none;
  }

  .ttl {
    margin-bottom: 30px;
  }

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

  .ttl>h2 {
    font-size: 1.6rem;
  }

  .ttl::after {
    display: block;
    content: '';
    width: calc(66px * .6);
    height: calc(12px * .6);
  }

  .caption {
    font-size: 1.1rem;
  }

  .fv {
    height: calc(var(--vh, 1vh) * 105);
    min-height: 470px;
  }

  .fv-inner {
    height: 100%;
    top: 0;
  }

  .fv-main {
    width: 100%;
    align-items: flex-start;
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 40%;
    box-sizing: border-box;
    padding-bottom: 10px;
  }

  .fv-main::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/top/fv-bg--sp.jpg');
    background-size: cover;
  }

  .fv-main--sp-img {
    display: block;
    width: 27.5%;
    position: absolute;
    top: 50%;
    left: 7.5%;
    transform: translate(0, -50%);
    z-index: 1;
  }

  .fv-main .fv-ttl {
    display: none;
  }

  .fv-main__lead {
    font-size: 2.4rem;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
  }

  .fv-domyoji {
    width: 67%;
    top: 63.5%;
  }

  .fv-main__area {
    font-size: 1.2rem;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
  }

  .fv-main__garage {
    width: auto;
    font-size: 1.3rem;
    padding: 0 20px;
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .fv-main .fv-main__col {
    display: none;
  }

  .fv-main--sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 42.5%;
    position: absolute;
    top: 33.5%;
    right: 5%;
    z-index: 1;
  }

  .fv-catch__sub {
    display: none;
  }

  .fv-ttl {
    width: 80%;
    margin-bottom: 10px;
  }

  .fv-main__col {
    font-size: 1.2rem;
  }

  .fv-main__col>ul>li {
    line-height: 1.4;
    filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
    text-align: center;
  }

  .fv-main__col>ul>li:nth-of-type(n+2) {
    margin-top: 8px;
  }

  .fv-catch {
    top: 18.5%;
    width: 65%;
    right: -2.5%;
  }

  .fv-img {
    height: 100%;
  }

  /*---news---*/
  .news {
    padding: 80px 0 0 0 !important;
  }

  .news-ttl {
    padding: 5px 20px;
    margin: 0 auto 5px auto;
  }

  .news-ttl>span {
    font-size: 2.4rem;
  }

  .news-ttl>h2 {
    font-size: 1.2rem;
  }

  .news-inner {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .news-inner__list>li {
    flex-direction: column;
    line-height: 1.6;
    padding: 10px 14px;
    box-sizing: border-box;
  }

  .news-inner__list>li>span {
    opacity: .7;
  }

  .news-inner__list>li>p {
    width: 100%;
  }

  /*--- concept ---*/
  .concept::before {
    display: block;
    content: '';
    width: 100%;
    height: calc(100% - 100px);
    top: 100px;
  }

  .concept-lead {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 42px 20px 30px 20px;
    margin-bottom: 40px;
  }

  .concept-lead__ttl {
    width: 65%;
    height: auto;
    position: relative;
    left: initial;
    top: initial;
    margin-bottom: 14px;
  }

  .concept-lead>p {
    font-size: 1.5rem;
    text-align: justify;
  }

  .concept-lead>p br {
    display: block;
  }

  .contact-lead__img {
    top: -40px;
    right: -1%;
    width: 120px;
  }

  .concept-top__lead {
    width: 25%;
    margin-right: auto;
    margin-left: 7.5%;
  }

  .concept-parts__left {
    width: 15%;
    top: 60%;
  }

  .concept-img:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .concept-parts__bottom {
    width: 20%;
  }

  .attention {
    transform: scale(.6);
    padding: 0 5px;
    right: -5px;
  }

  /*--- model ---*/

  .model-price__box {
    width: 100%;
    font-size: 2rem;
  }

  .model-price__box>dl>dt>span {
    font-size: 1.4rem;
  }

  .model-price__box-num {
    font-size: 3rem;
    line-height: 1;
  }

  .model-price__box-sub {
    font-size: 1.4rem;
  }

  /*--- land ---*/
  .land::before {
    display: block;
    content: '';
    width: 100%;
    height: calc(100% - 100px);
    top: 100px;
  }

  .land .l-inner {
    width: 90%;
  }

  .land-img {
    margin-bottom: 24px;
  }

  .land-prise {
    width: 52%;
    top: -14%;
    left: 2%;
  }

  .land-inner__lead {
    font-size: 1.8rem;
    flex-direction: column;
  }

  .land-inner__txt {
    font-size: 1.5rem;
  }

  .land-area__top {
    margin-bottom: 34px;
    margin-left: 0;
  }

  .land-area {
    width: 100%;
  }

  .land-area>dl>dt {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  .land-area>dl>dd {
    padding-bottom: 10px;
  }

  .land-area__item {
    font-size: 1.4rem;
  }

  .land-area__range {
    font-size: 1.4rem;
  }

  .land-area__item-blk>span {
    font-size: 1.6rem;
  }

  .land-area__item-blk__b {
    font-size: 2rem !important;
  }

  .price {
    padding: 40px 20px;
  }

  .price-ttl {
    margin-bottom: 24px;
  }

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

  .price-col {
    width: 100%;
  }

  .price-illust {
    width: 80px;
    top: -20px;
  }

  .price__item {
    padding: 20px;
  }

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

  .price-txt {
    font-size: 1.5rem;
  }

  .plan-price:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .plan-price__tax {
    font-size: 1.1rem !important;
  }

  .feature-ttlWrap {
    width: 90%;
  }

  .feature-ttl>h3 {
    font-size: 2.4rem;
  }

  .feature-ttl>span {
    font-size: 1.8rem;
  }

  .feature-ttl__img {
    width: 85%;
  }

  .feature-ttl__sub {
    left: 2.5%;
    bottom: 0;
    font-size: 1.6rem;
  }

  .feature-ttl {
    font-size: 2rem;
  }

  .feature-top {
    margin-bottom: 40px;
  }

  .feature-top__img {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
  }

  .feature-top__img .caption {
    padding-right: 14px;
    box-sizing: border-box;
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.4;
  }

  .feature-top__logo {
    width: 90%;
    margin-bottom: 10px;
  }

  .feature-illust {
    width: 165px;
    top: -60px;
  }

  .feature-top__txt {
    font-size: 1.6rem;
  }

  .feature-col__ttl {
    margin-bottom: 20px;
  }

  .feature-col__ttl>p {
    font-size: 2rem;
  }

  .feature-col__ttl::after {
    display: block;
    content: '';
    width: calc(200px * 1.2);
    height: calc(10px * 1.2);
  }

  .feature-col__img .caption {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 5px;
  }

  .feature-txt {
    text-align: justify;
    margin-bottom: 0;
  }

  .feature-box__ttl>span {
    font-size: 1.1rem;
  }

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

  .feature-box__img {
    padding-bottom: 20px;
  }

  .feature-boxWrap {
    width: 100%;
  }

  .feature-box__txt {
    font-size: 1.4rem;
  }

  /*---plan---*/
  .plan-top {
    padding: 30px 24px;
  }

  .plan-top__inner {
    margin-bottom: 30px;
  }

  .plan-top__inner>img {
    width: 135px;
    position: absolute;
    top: -90px;
    right: -12%;
  }

  .plan-top__inner {
    width: 100%;
  }

  .plan-top__inner-desc {
    font-size: 1.5rem;
  }

  .plan-top__inner-desc-main {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 10px !important;
  }

  .plan-col__ttl {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .plan-col__ttl-main {
    width: 100%;
    margin: 0 auto 10px auto;
  }

  .plan-col__ttl-img,
  .model-plan-col__ttl .plan-col__ttl-img {
    width: 80px;
    margin-bottom: 10px;
  }

  .plan-col__ttl-main {
    flex-direction: column;
    align-items: center;
  }

  .plan-col__ttl-main>h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.6rem;
    line-height: 1.4;
  }

  .plan-col__ttl-main>p {
    font-size: 1.4rem;
    opacity: .5;
    text-align: center;
  }

  .plan-col__ttl-box>span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.5rem;
  }

  .plan-inner {
    width: 100%;
  }

  .plan-inner__box {
    padding: 20px;
  }

  .plan-inner__lead {
    width: 100%;
    margin-top: -35px;
  }

  .plan-inner__lead>img {
    width: 90%;
  }

  .plan-inner__lead>p {
    font-size: 1.6rem;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .plan-data__top {
    font-size: 1.8rem;
  }

  .plan-data__list {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }

  .plan-priceWrap {
    width: 100%;
  }

  .plan-price__sub {
    font-size: 1.8rem;
    min-width: 94px;
    align-items: center;
  }

  .plan-price__main>span {
    font-size: 3.2rem;
  }

  .plan-price__main {
    font-size: 2rem;
  }

  .plan-imgWrap {
    width: 95%;
  }

  .plan-img__tab {
    width: 70px;
  }

  .plan-data__attention {
    margin-bottom: 20px;
  }

  /*---model---*/

  .model-plan-colWrap {
    margin-bottom: 0;
  }

  .model-photo__box {
    margin-bottom: 20px;
  }

  .model-photo__img {
    margin-bottom: 6px;
  }

  .model-photo__txt {
    flex: initial;
    line-height: 1.6;
    font-size: 1.4rem;
  }

  .model-photo__attention {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 40px;
  }

  /*--- location ---*/
  .loc-top {
    padding: 30px 20px;
  }

  .loc-top__img {
    width: auto;
    height: 110px;
    top: -90px;
  }

  .loc-top__img>img {
    width: auto;
    height: 100%;
  }

  .loc-top__lead {
    padding-left: 0;
    font-size: 1.5rem;
  }

  .loc-top__txt {
    text-align: left;
  }

  .loc-box__lead>h3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }

  .loc-box__lead>h3::before,
  .loc-box__lead>h3::after {
    display: block;
    content: '';
    flex: 1;
    border-top: 1px solid #ccc;
  }

  .loc-box__lead>h3::before {
    margin-right: 8px;
  }

  .loc-box__lead>h3::after {
    margin-left: 8px;
  }

  .loc-box__lead>img {
    width: 44px;
    margin-right: 5px;
  }

  .loc-box__lead>p {
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .loc-list__inner>dl>dt {
    font-size: 1.6rem;
  }

  .loc-list__inner>dl>dd>ul>li {
    font-size: 1.4rem;
    flex-direction: column;
    font-weight: 700;
    line-height: 1.6;
  }

  .loc-list__inner>dl>dd>ul>li>span {
    font-weight: 500;
  }

  .loc-box__inner {
    font-size: 1.3rem;
    text-align: center;
  }

  .loc-box__inner>span:nth-of-type(1) {
    font-size: 1.3rem;
  }

  .loc-box__inner>span:nth-of-type(2n) {
    font-size: 1.2rem;
    text-align: center;
  }

  .mapWrap {
    padding: 40px 14px;
  }

  .map-txt {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.6;
  }

  .map-code {
    width: 100%;
    padding: 20px 0;
  }

  .map-code>ul {
    width: 100%;
    flex-direction: column;
  }

  .map-code>ul>li {
    width: 100%;
  }

  .map-code>ul>li:nth-of-type(n+2) {
    margin-top: 8px;
  }

  .map-code>p {
    line-height: 1.4;
    padding-top: 5px;
  }

  .map-link {
    height: auto;
  }

  .map-link>a {
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.4rem;
  }

  .map-link>a>img {
    width: 13%;
    margin-right: 0;
  }

  .map-link>a>span {
    width: 80%;
  }

  .map-link>a>span br {
    display: none;
  }

  /*--- access ---*/
  .access-top {
    margin-bottom: 40px;
  }

  .access-lead {
    flex-direction: column;
  }

  .access-lead>img {
    width: 120px;
    margin-right: 0;
    margin-bottom: 14px;
  }

  .access-lead {
    line-height: 1.6;
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: center;
  }

  .access-item>p {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .access-img {
    width: 100%;
  }

  .route-img__item>span {
    font-size: 1rem;
  }


  .route-box__list>li {
    width: 100%;
    padding: 20px 0 14px 0;
  }

  .route-box__list>li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }

  .route-box__main {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }

  .route-box__main-ttl {
    font-size: 1.3rem;
  }

  .route-box__main-sta {
    font-size: 2rem;
  }

  /*--- equipment---*/
  .equ-img {
    width: 130px;
    top: -72px;
    left: initial;
    right: 3%;
  }

  .equ-top__col {
    padding: 30px;
  }

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

  .equ-txt {
    font-size: 1.5rem;
  }

  .kitchen,
  .bath,
  .rest,
  .wc,
  .hall,
  .ecoc {
    padding: 0 0 60px 0 !important;
    margin-bottom: 60px;
  }

  .kitchen .equ-item__img>img,
  .hall .equ-item__img>img {
    height: auto;
    object-fit: initial;
  }

  .equ-top__col {
    width: 100%;
  }

  .equ-item__img>span {
    font-size: 1rem;
  }

  .equ-item__lead,
  .equ-item__txt {
    font-size: 1.5rem;
  }

  .equ-col__ttl {
    margin-bottom: 20px;
  }

  .equ-col__ttl>h2 {
    font-size: 1.6rem;
  }

  .equ-col__ttl>span {
    font-size: 2.4rem;
  }

  .equ-box__col {
    flex-direction: column;
  }

  .equ-box__col-inner>h3 {
    font-size: 1.6rem;
  }

  .equ-box__col-sink {
    flex-direction: column-reverse;
  }

  .equ-box__img-blk>span {
    position: relative;
    top: initial;
    right: initial;
  }

  .equ-box__blk {
    width: 100%;
  }

  .equ-box__blk--spacer {
    margin-bottom: 2.5vh;
  }

  .hall-lead {
    font-size: 1.4rem;
  }

  .cazas-logo {
    width: 80%;
    margin-bottom: 14px;
  }

  .equ-col--hall__txt {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }

  .ecoc-ttl>h2 {
    font-size: 2rem;
  }

  .ecoc-ttl>span {
    font-size: 2rem;
  }

  .ecoc-item {
    padding: 20px;
  }

  .ecoc-item__ttl {
    margin-bottom: 20px;
  }

  .ecoc-item__ttl>h3 {
    width: 100%;
    font-size: 1.8rem;
    display: block;
    line-height: 1.4;
  }

  .ecoc-item__col {
    flex-direction: column;
    align-items: center;
  }

  .ecoc-item__img {
    width: 70%;
    margin-bottom: 14px;
  }

  .ecoc-item__inner {
    width: 100%;
    font-size: 1.5rem;
    text-align: justify;
  }

  .wa-ttl>h2 {
    font-size: 1.6rem;
  }

  .wa-wrapper {
    padding: 30px 10px 40px 10px;
  }

  .wa-ttl {
    margin-bottom: 20px;
  }

  .wa-ttl::before,
  .wa-ttl::after {
    display: inline-block;
    content: '';
    width: calc(30px * 1);
    height: calc(50px * 1);
  }

  .wa-col {
    flex-direction: column;
  }

  .wa-img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

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

  /*---outline---*/
  .outline-col__ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .outline-col__ttl>h3 {
    font-size: 2rem;
  }

  .outline-col__ttl-sub {
    font-size: 1.6rem;
  }

  .outline-col__list {
    font-size: 1.2rem;
  }

  .outline-col__list>dt {
    width: 45%;
  }

  .outline-col__list>dd {
    width: 55%;
  }

  .outline-btm__lead {
    font-size: 1.3rem;
  }

  .outline-btm__txt {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
}

@media screen and (orientation: landscape) {

  body.is-sp .fv,
  body.is-tablet .fv {
    height: auto;
  }

  body.is-sp .fv::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 100%;
  }

  body.is-tablet .fv::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 65%;
  }

}