@charset "UTF-8";
/* 樹木のミスト LP 専用スタイル（css/lp-jumoku.css として単独出力し、LPページのみで読み込む） */
html {
  font-size: 20px;
  font-size: 1.042vw;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: normal;
}

@media (min-width: 1920px) {
  html {
    font-size: 20px;
  }
}
#sec_bg {
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -10;
}

#sec_bg.sec_bg_h img {
  height: 100%;
  width: auto;
}

.lp_sec {
  margin: 0 auto;
  max-width: 1920px;
}

.container_type01 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.container_type02 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.lp_txt_lead {
  font-size: 1.4rem;
  line-height: 1.61;
}

.lp_btn {
  background: #0091DE;
  border-radius: 15px;
  color: #fff;
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  padding: 2.5rem 0;
  text-align: center;
  transition: all 0.3s;
  width: 26.8rem;
}

.lp_btn:hover {
  background: #007bff;
  color: #fff;
  text-decoration: none;
}

/* lp_sec01 */
.lp_sec01_outer {
  background: #ffbbba;
}

/* lp_sec02 */
.lp_sec02_outer {
  background: #fff;
  padding: 6rem 0 9.5rem;
}

/* lp_sec03 */
.lp_sec03_outer {
  background: #94bc7e;
  padding: 4rem 0 8rem;
}

.lp_sec03 {
  position: relative;
}

.lp_sec03 .box_img02 {
  content: "";
  display: block;
  position: absolute;
  bottom: -4.5rem;
  right: 1.5rem;
  width: 59.8rem;
  z-index: 2;
}

.sec03_box_01 > div {
  background: #98d9af;
  float: right;
  padding: 6rem 1rem 7rem 7rem;
  position: relative;
  width: 58.5rem;
}

.sec03_box_01 h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 1.25;
}

.sec03_box_01 p {
  margin-top: 1.5rem;
  width: 41.7rem;
}

.sec03_box_01 .box_img01 {
  content: "";
  display: block;
  position: absolute;
  left: -27.5rem;
  top: 0;
  width: 31rem;
  z-index: 1;
}

.sec03_box_01::after {
  content: "";
  display: table;
  clear: both;
}

.sec03_box_02 {
  background: #ffdb9f;
  margin: 10.5rem 0 0 6rem;
  padding: 10.5rem 9.5rem 7.5rem 4.3rem;
  width: 44.7rem;
}

/* lp_sec04 */
.lp_sec04_outer {
  padding-bottom: 4.5rem;
  position: relative;
}

.lp_sec04_outer::after {
  background: url(../environment/jumoku-no-mist/img/sec04_bg_01.png) no-repeat center 0/cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}

.sec04_box {
  margin: 0 0 0 5.8rem;
  padding: 4.5rem 4rem 4.5rem;
  position: relative;
  width: 36.8rem;
}

.sec04_box::after {
  background: #FFD445;
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: screen;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sec04_box h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1.25;
}

.sec04_box .lp_txt_lead {
  font-family: "Noto Serif JP", sans-serif;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .sec04_box {
    margin: 0 auto;
    width: 90%;
  }
}
/* lp_sec05 */
.lp_sec05_outer {
  background: url(../environment/jumoku-no-mist/img/sec05_bg_01.png) no-repeat 0 0/cover;
  padding: 14rem 10rem;
  position: relative;
}

.lp_sec05 .lp_txt_lead {
  color: #fff;
  line-height: 1.79;
}

/* lp_sec07 */
.lp_sec07_outer {
  overflow: hidden;
  padding-bottom: 12.5rem;
  position: relative;
}

.lp_sec07 .ttl_img {
  padding-top: 5.5rem;
}

.sec07_ttl_01 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.38;
  margin-top: 2.5rem;
}

.sec07_ttl_02 {
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.17;
  margin-top: 4rem;
}

.sec07_img + .sec07_ttl_02 {
  margin-top: 3.5rem;
}

.lp_sec07 .lp_txt_lead {
  color: #fff;
  margin-top: 1rem;
}

.sec07_img {
  margin-top: 1rem;
}

.sec07_img + .lp_txt_lead {
  margin-top: 2.5rem;
}

.lp_txt_lead + .sec07_ttl_01 {
  margin-top: 4rem;
}

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

.sec07_col2 > div {
  margin-top: 2.6rem;
  width: 36.8rem;
}

@media (max-width: 767px) {
  .sec07_col2 > div {
    width: 100%;
  }
}
/* lp_sec08 */
.lp_sec08_outer {
  background: #fff;
}

.lp_sec08 {
  padding-bottom: 5rem;
}

.lp_sec08 .container_type02 {
  padding-bottom: 5.6rem;
  padding-top: 5.6rem;
}

.lp_sec08 p {
  font-size: 1.75rem;
  line-height: 1.43;
}

.lp_sec08 .lnk_txt {
  color: #000;
  font-size: 1.75rem;
  line-height: 1.43;
  text-decoration: underline;
}

.lp_sec08 .lnk_txt:hover {
  color: #007bff;
}

/* lp_sec09 */
.lp_sec09_outer {
  overflow: hidden;
  padding: 7rem 0 4.8rem;
  position: relative;
}

.lp_sec09_outer .sec09_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.lp_sec09_outer .sec09_bg img {
  width: 100%;
}

.lp_sec09 img {
  display: block;
  margin: 0 auto;
  width: 35.3rem;
}

/* lp_sec10 */
.lp_sec10_outer {
  background: #fff;
  padding: 5.7rem 0 19.5rem;
}

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

.sec10_col2 .sec10_left {
  margin-left: 7rem;
  width: 40.7rem;
}

.sec10_col2 .sec10_right {
  margin-right: 10rem;
  margin-top: 2.2rem;
  width: 35.4rem;
}

.sec10_ttl {
  font-size: 1.4rem;
  line-height: 1.18;
  margin-top: 2rem;
}

.sec10_ttl:first-child {
  margin-top: 0;
}

.sec10_txt {
  font-size: 1.15rem;
  line-height: 1.44;
  margin-top: 0.6rem;
}

.sec10_info {
  font-size: 1.4rem;
  line-height: 1.43;
  margin: 2rem 0 0 7rem;
}

.lp_sec10 .lp_btn {
  margin-top: 3.5rem;
}

@media (max-width: 767px) {
  .sec10_col2 .sec10_left {
    margin-left: 0;
    width: 100%;
  }
  .sec10_col2 .sec10_right {
    margin: 10rem auto 0;
    width: 80%;
  }
  .sec10_info {
    margin-left: 0;
    text-align: center;
  }
  .lp_sec10 .lp_btn {
    margin: 3.5rem auto 0;
  }
}
/* lp_sec11 */
.lp_sec11_outer {
  background: #fff;
  border-top: 1px solid #707070;
  padding: 14rem 0;
}

.sec11_ttl_01 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.25;
}

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

.sec11_item {
  margin-top: 4rem;
  width: 23rem;
}

.sec11_img {
  border: 1px solid #707070;
}

.sec11_txt h3 {
  font-size: 1.75rem;
  line-height: 1.29;
  margin-top: 2.3rem;
}

.sec11_txt .lp_txt_lead {
  margin-top: 0.6rem;
}

.lp_sec11 .lp_btn {
  margin: 22.5rem auto 0;
}

@media (max-width: 767px) {
  .sec11_item {
    width: 100%;
  }
}
/* lp_sec12 */
.lp_sec12_outer {
  background: #fff;
  padding: 5.6rem 0;
}

.lp_sec12 .lp_btn {
  margin: 0 auto;
}

/* footer (LP) */
.lp_page .footer {
  margin-top: 0;
}
