@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.all_bg {
  background-color: #f4f1e9;
  padding: 120px 0;
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .all_bg {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}

.fv_titl {
  display: block;
  color: #866a5e;
  font-size: clamp(4.8rem, -3.657rem + 11.429vw, 9.6rem);
  margin-bottom: 120px;
}
@media (max-width: 740px) {
  .fv_titl {
    margin-bottom: 80px;
  }
}

.fv_img {
  display: block;
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .fv_img {
    margin-bottom: 60px;
  }
}

.con_base {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 115px;
  margin-bottom: 100px;
}
@media (max-width: 740px) {
  .con_base {
    grid-template-columns: 1fr;
    gap: 60px;
    margin-bottom: 80px;
  }
}
.con_base .txts {
  padding-top: 135px;
  color: #876a5e;
}
@media (max-width: 740px) {
  .con_base .txts {
    padding-top: 0;
  }
}
.con_base .txts .txt01 {
  font-size: clamp(3rem, 2.648rem + 0.476vw, 3.2rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .con_base .txts .txt01 {
    margin-bottom: 30px;
  }
}
.con_base .txts .txt02 {
  font-size: clamp(2rem, 1.648rem + 0.476vw, 2.2rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .con_base .txts .txt02 {
    margin-bottom: 30px;
  }
}
.con_base .txts .txt03 {
  text-align: justify;
  font-size: clamp(1.5rem, 1.324rem + 0.238vw, 1.6rem);
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .con_base .txts .txt03 {
    margin-bottom: 30px;
  }
}
.con_base .txts .ill_img {
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.con_base .txts .ill_img.ill01 {
  width: 190px;
}
.con_base .txts .ill_img.ill02 {
  width: 175px;
}
.con_base .txts .ill_img.ill03 {
  width: 190px;
}
.con_base .txts .ill_img.ill04 {
  width: 270px;
}
.con_base .txts .ill_img.ill05 {
  width: 120px;
}
.con_base .txts .ill_img.ill06 {
  width: 200px;
}
.con_base .txts .ill_img.ill07 {
  width: 290px;
}
.con_base .txts .ill_img .cap {
  text-align: right;
}

@media (max-width: 740px) {
  .layout01 .img01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 740px) {
  .layout01 .txts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 740px) {
  .layout01 .img02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 740px) {
  .layout01 .img03 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.more {
  width: 335px;
  line-height: 40px;
  border: 1px solid #85695d;
  text-align: center;
  margin: 0 auto 60px;
  color: #85695d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 740px) {
  .more {
    width: 90%;
    margin-bottom: 50px;
  }
}
.more img {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.more svg {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
}
.more svg polyline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  stroke: #85695d;
}
@media not all and (pointer: coarse) {
  .more:hover {
    background-color: #85695d;
    color: #fff;
  }
  .more:hover svg polyline {
    stroke: #fff;
  }
}/*# sourceMappingURL=lifestyle.css.map */