/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-feature-settings: "palt";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

body {
  color: #231815;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
}

img {
  height: auto;
  width: 100%;
  vertical-align: top;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
}

@media screen and (min-width: 751px) {
  .u-pc {
    display: block !important;
  }
}
@media screen and (max-width: 750px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .u-sp {
    display: block !important;
  }
}

.u-nowrap {
  white-space: nowrap;
}

.content-inner {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .content-inner {
    width: 1246px;
  }
}
@media screen and (max-width: 750px) {
  .content-inner {
    width: 89.6vw;
  }
}

.header .content-inner {
  position: relative;
}
@media screen and (min-width: 751px) {
  .header .content-inner {
    padding: 17px 33px 18px;
  }
}
@media screen and (max-width: 750px) {
  .header .content-inner {
    padding: 4vw 0 1.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .header .header_logo01 {
    width: 708.4049px;
  }
}
@media screen and (max-width: 750px) {
  .header .header_logo01 {
    width: 89.4220666667vw;
  }
}
.header .header_logo02 {
  display: block;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .header .header_logo02 {
    width: 144.7402px;
    top: 25px;
    right: 67px;
  }
}
@media screen and (max-width: 750px) {
  .header .header_logo02 {
    width: 38.2096533333vw;
    top: 4.9333333333vw;
    right: -2.5333333333vw;
  }
}

/* ==========================================================================
   Layout - Footer
   ========================================================================== */
/* Page footer
   ========================================================================== */
.page-footer {
  zoom: 1;
  overflow: visible;
  background-color: #fff;
}
@media screen and (min-width: 751px) {
  .page-footer {
    min-width: 960px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  .page-footer {
    padding-top: 13.3333333333vw;
  }
}

.page-footer:before,
.page-footer:after {
  content: "";
  display: table;
}

.page-footer:after {
  clear: both;
}

.page-footer .footer-nav-wrap {
  background-color: #009944;
}

.page-footer .footer-nav {
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .page-footer .footer-nav {
    padding: 50px 0 60px;
  }
}

.page-footer .footer-nav .footer-nav_col {
  float: left;
}
@media screen and (min-width: 751px) {
  .page-footer .footer-nav .footer-nav_col {
    width: 215px;
    margin: 0 0 -35px 33px;
  }
}

.page-footer .footer-nav .footer-nav_col:first-child {
  margin-left: 0;
}

.page-footer .footer-nav a {
  color: #fff;
  text-decoration: none;
}

.page-footer .footer-nav a:hover {
  text-decoration: underline;
}

.page-footer .footer-lower {
  clear: both;
  position: relative;
  background-color: #fff;
  overflow: visible;
}
@media screen and (min-width: 751px) {
  .page-footer .footer-lower {
    padding: 30px 0 60px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: normal;
    background: url("../img/footer/footer_line_img01.png") bottom center/960px 45px no-repeat, url("../img/footer/footer_line_img02.png") bottom 16px left/1px 13px repeat-x;
  }
}
@media screen and (max-width: 750px) {
  .page-footer .footer-lower {
    padding: 5.3333333333vw 5.3333333333vw 34.6666666667vw;
    background: #ffffff url("../img/footer/footer_line.png") bottom 20vw center/106.6666666667vw 12.5333333333vw no-repeat;
  }
}

@media screen and (min-width: 751px) {
  .page-footer .footer-lower .footer-logo {
    float: left;
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .page-footer .footer-lower .footer-logo {
    float: none;
    margin: 0;
    text-align: center;
  }
}
.page-footer .footer-lower .footer-logo img {
  height: auto;
}
@media screen and (min-width: 751px) {
  .page-footer .footer-lower .footer-logo img {
    width: 164px;
  }
}
@media screen and (max-width: 750px) {
  .page-footer .footer-lower .footer-logo img {
    width: 33.0666666667vw;
  }
}

@media screen and (min-width: 751px) {
  .page-footer .footer-lower .footer-sub-nav {
    overflow: hidden;
    float: right;
    text-align: right;
    width: 620px;
  }
}
@media screen and (max-width: 750px) {
  .page-footer .footer-lower .footer-sub-nav {
    overflow: visible;
    float: none;
    width: 100%;
    margin-top: 5.6vw;
  }
}

@media screen and (min-width: 751px) {
  .page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list {
    margin-right: -10px;
  }
}
@media screen and (max-width: 750px) {
  .page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list {
    margin: 0;
    text-align: center;
  }
}

.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li {
    border-right: 1px solid #bcbcbc;
    margin: 0 5px 12px 0;
    padding-right: 5px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  .page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li {
    overflow: visible;
    margin: 3.3333333333vw 2vw 0 0;
    padding-right: 2vw;
    border-right: 0.2666666667vw solid #bcbcbc;
    font-size: 2.9333333333vw;
    line-height: 1;
    vertical-align: middle;
  }
}
.page-footer .footer-lower .footer-sub-nav .footer-sub-nav_list > li a {
  color: inherit;
  text-decoration: none;
}

.page-footer .footer-lower .copyright {
  color: #666;
}
@media screen and (min-width: 751px) {
  .page-footer .footer-lower .copyright {
    clear: both;
    text-align: right;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  .page-footer .footer-lower .copyright {
    display: block;
    width: 100%;
    margin: 5.6vw 0 0 0;
    text-align: center;
    font-size: 2.9333333333vw;
  }
}

#footerArea .pbNestedWrapper {
  overflow: visible;
}

.page-footer .pbNestedWrapper {
  overflow: visible;
}

.footer-totop {
  margin-top: 0 !important;
}
.footer-totop a {
  display: block;
  position: absolute;
  box-sizing: border-box;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .footer-totop a {
    top: -84px;
    right: 42px;
    width: 67px;
    padding: 66px 5px 20px;
    background: url("../img/footer/footer_totop.png") top center/67px 115px no-repeat;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .footer-totop a {
    bottom: 4.6666666667vw;
    right: 4vw;
    width: 12.6666666667vw;
  }
}
.footer-totop a .-text {
  color: #009944 !important;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .footer-totop a .-text {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .footer-totop a .-img {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .footer-totop a .-img {
    width: 100%;
  }
}

.footer-lower .inner,
.footer-nav-wrap .inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .footer-lower .inner,
  .footer-nav-wrap .inner {
    width: 960px;
  }
}

/* Page Copyright
   ========================================================================== */
.page-copyright {
  padding: 10px 0;
}

.page-copyright_inner {
  width: 960px;
  margin: 0 auto;
}

.page-copyright_inner > p {
  margin-top: 0 !important;
  text-align: right;
  font-size: 1.1rem;
}

.page-copyright_inner > p br {
  display: none;
}

@media screen and (min-width: 751px) {
  .lp-forest {
    min-width: 1246px;
    overflow: hidden auto;
  }
}
.lp-forest .lp-forest-kv {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kv {
    background-image: url("../img/kv/bg_01_pc.svg"), linear-gradient(180deg, #e1eef7 0%, #e1eef7 95%, #85b027 95%, #85b027 100%);
    height: 1078px;
    padding-top: 27px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kv {
    background-image: url("../img/kv/bg_01_sp.svg"), linear-gradient(180deg, #e1eef7 0%, #e1eef7 95%, #85b027 95%, #85b027 100%);
    height: 138.5333333333vw;
    padding-top: 4.4vw;
  }
}
.lp-forest .lp-forest-kv .lp-forest-kv__hdg {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__hdg {
    width: 1115.2424px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__hdg {
    width: 81.92388vw;
  }
}
.lp-forest .lp-forest-kv .lp-forest-kv__txt {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__txt {
    width: 865.4918px;
    margin-top: 265px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__txt {
    width: 89.5171866667vw;
    margin-top: 50.2666666667vw;
  }
}
.lp-forest .lp-forest-kv .lp-forest-kv__img {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__img {
    width: 1250px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__img {
    width: 94.1333333333vw;
    margin-top: 2.5333333333vw;
  }
}
.lp-forest .lp-forest-kv .lp-forest-kv__kumo {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__kumo {
    left: 50%;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__kumo.-kumo01 {
    width: 511.2312px;
    top: 209px;
    transform: translateX(-616px);
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__kumo.-kumo01 {
    width: 68.16416vw;
    top: 18.4vw;
    left: -4.9333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__kumo.-kumo02 {
    width: 443.28px;
    top: 266px;
    transform: translateX(135px);
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kv .lp-forest-kv__kumo.-kumo02 {
    width: 59.104vw;
    top: 37.2vw;
    right: 1.3333333333vw;
  }
}
.lp-forest .lp-forest-main {
  margin-top: -1px;
  background-color: #85b027;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main {
    padding: 179px 0 82px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main {
    padding: 11.6vw 0 10.9333333333vw;
  }
}
.lp-forest .lp-forest-main .lp-forest-main-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009844;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-title {
    width: 979px;
    height: 107px;
    padding-top: 5px;
    padding-left: 10px;
    top: -52px;
    border-radius: 30px;
    font-size: 46px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), inset 0 0 0 8px #009844, inset 0 0 0 13px #ffffff;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-title {
    width: 80.9333333333vw;
    height: 8.8vw;
    padding-top: 0.6666666667vw;
    padding-left: 1.3333333333vw;
    top: -4.8vw;
    border-radius: 3.3333333333vw;
    font-size: 3.8053333333vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    box-shadow: 0 0.5333333333vw 1.3333333333vw rgba(0, 0, 0, 0.3), inset 0 0 0 0.6666666667vw #009844, inset 0 0 0 1.0666666667vw #ffffff;
  }
}
.lp-forest .lp-forest-main .lp-forest-main-title::before, .lp-forest .lp-forest-main .lp-forest-main-title::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-title::before, .lp-forest .lp-forest-main .lp-forest-main-title::after {
    width: 65.9993px;
    height: 70.9299px;
    bottom: 13px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-title::before, .lp-forest .lp-forest-main .lp-forest-main-title::after {
    width: 5.4572266667vw;
    height: 5.8649333333vw;
    bottom: 1.0666666667vw;
  }
}
.lp-forest .lp-forest-main .lp-forest-main-title::before {
  background-image: url("../img/common/deco_01.svg");
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-title::before {
    left: 50px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-title::before {
    left: 4vw;
  }
}
.lp-forest .lp-forest-main .lp-forest-main-title::after {
  background-image: url("../img/common/deco_02.svg");
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-title::after {
    right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-title::after {
    right: 4vw;
  }
}
.lp-forest .lp-forest-main .lp-forest-main-content {
  background-color: #ffffff;
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content {
    border-radius: 50px;
    padding: 50px 67px 50px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content {
    border-radius: 3.3333333333vw;
    padding: 6vw 6.2666666667vw 6vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content + .lp-forest-main-content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content + .lp-forest-main-content {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 {
    padding-top: 106px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 {
    padding-top: 7.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 .content-img {
    width: 946px;
    margin-top: 56px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 .content-img {
    width: 79.7333333333vw;
    margin-top: 4.4vw;
    transform: translateX(-1.3333333333vw);
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 .content-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 .content-text {
    margin-top: 3.4666666667vw;
  }
}
.lp-forest .lp-forest-main .lp-forest-main-content.-content01 .content-lead {
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 .content-lead {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 .content-lead {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 .content-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content01 .content-btn {
    margin-top: 3.4666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content02 .content-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content02 .content-text {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content02 .content-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content02 .content-list {
    margin-top: 6.1333333333vw;
  }
}
.lp-forest .lp-forest-main .lp-forest-main-content.-content02 .content-deco {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content02 .content-deco {
    width: 110.5505px;
    bottom: 22px;
    right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content02 .content-deco {
    width: 14.7400666667vw;
    bottom: 2.9333333333vw;
    right: 4.4vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content03 {
    padding-top: 117px;
  }
}
.lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-title .-deco {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-title .-deco {
    width: 779px;
    top: -177px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-title .-deco {
    width: 84vw;
    top: -16.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-img {
    width: 533px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-img {
    width: 65.6vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-column2 {
    margin-top: 53px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-column2 {
    margin-top: 6.5333333333vw;
  }
}
.lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-textS {
  text-align: right;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-textS {
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .lp-forest-main-content.-content03 .content-textS {
    margin-top: 5.3333333333vw;
  }
}
.lp-forest .lp-forest-main .content-title {
  color: #009844;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-title {
    padding-bottom: 21px;
    font-size: 38px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-title {
    padding-bottom: 0.8vw;
    font-size: 4.4vw;
    line-height: 1.2424242424;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}
.lp-forest .lp-forest-main .content-title::before, .lp-forest .lp-forest-main .content-title::after {
  content: "";
  display: block;
  position: absolute;
}
.lp-forest .lp-forest-main .content-title::before {
  background-image: url("../img/common/deco_03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 0;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-title::before {
    width: 77.6735px;
    height: 97.2229px;
    left: 7px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-title::before {
    width: 7.6626133333vw;
    height: 9.5911866667vw;
    left: 0.5333333333vw;
  }
}
.lp-forest .lp-forest-main .content-title::after {
  width: 100%;
  background-color: #009844;
  left: 0;
  bottom: 0;
  border-radius: 100px;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-title::after {
    height: 5px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-title::after {
    height: 0.2666666667vw;
  }
}
.lp-forest .lp-forest-main .content-img {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-text {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-text {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-textS {
    font-size: 16.43px;
    line-height: 1.5995130858;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-textS {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
.lp-forest .lp-forest-main .content-lead {
  color: #009844;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-lead {
    font-size: 24.15px;
    line-height: 1.3428571429;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-lead {
    font-size: 3.9093333333vw;
    line-height: 1.3427694407;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}
.lp-forest .lp-forest-main .content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #85b027;
  color: #ffffff;
  text-align: center;
  border-radius: 1000px;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-btn {
    width: 730px;
    height: 90px;
    font-size: 28.64px;
    line-height: 1.6665502793;
    letter-spacing: 0.05em;
    font-weight: bold;
    transition: opacity 0.3s;
  }
  .lp-forest .lp-forest-main .content-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-btn {
    width: 77.0666666667vw;
    height: 15.2vw;
    font-size: 4.3613333333vw;
    line-height: 1.4062977683;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
}
.lp-forest .lp-forest-main .content-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-btn::after {
    width: 15px;
    height: 15px;
    right: 30px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-btn::after {
    width: 2.4vw;
    height: 2.4vw;
    right: 4vw;
    border-top: 0.5333333333vw solid #ffffff;
    border-right: 0.5333333333vw solid #ffffff;
  }
}
.lp-forest .lp-forest-main .content-list {
  display: flex;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-list {
    justify-content: space-between;
    gap: 22px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-list {
    flex-direction: column;
    gap: 6.5333333333vw;
    width: 66.6666666667vw;
    margin: 0 auto;
  }
}
.lp-forest .lp-forest-main .content-list .content-list_text {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-list .content-list_text {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.752;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-list .content-list_text {
    margin-top: 1.2vw;
    font-size: 3.0173333333vw;
    line-height: 1.6000883783;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
.lp-forest .lp-forest-main .content-column2 {
  display: flex;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-main .content-column2 {
    align-items: flex-start;
    gap: 50px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-main .content-column2 {
    flex-direction: column;
    gap: 4vw;
  }
}
.lp-forest .lp-forest-intro {
  margin: 0 auto;
  background-color: #ecfaee;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro {
    width: 1055px;
    margin-top: 30px;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro {
    margin-top: 3.2vw;
    padding: 4vw 5.3333333333vw;
  }
}
.lp-forest .lp-forest-intro .intro-header {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro .intro-header {
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro .intro-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lp-forest .lp-forest-intro .intro-title {
  position: relative;
  color: #009844;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro .intro-title {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro .intro-title {
    font-size: 4.1533333333vw;
    line-height: 1.6667736758;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-left: 3.7333333333vw;
    margin-bottom: 3.0666666667vw;
  }
}
.lp-forest .lp-forest-intro .intro-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #009844;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro .intro-title::before {
    width: 10px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro .intro-title::before {
    width: 1.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro .intro-lead {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: normal;
    width: 685px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro .intro-lead {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
.lp-forest .lp-forest-intro .intro-white-box {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro .intro-white-box {
    margin-top: 26px;
    padding: 10px 30px 10px 300px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro .intro-white-box {
    margin-top: 2.5333333333vw;
    padding: 1.7333333333vw 3.7333333333vw 1.8666666667vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro .intro-white-box .box-img-phone {
    width: 206.5224px;
    position: absolute;
    left: 50px;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro .intro-white-box .box-img-phone {
    width: 33.8666666667vw;
    margin: 0 auto 1.6vw;
  }
}
.lp-forest .lp-forest-intro .intro-white-box .box-list li {
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro .intro-white-box .box-list li {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-left: 12px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro .intro-white-box .box-list li {
    font-size: 2.6626666667vw;
    line-height: 1.7220831247;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-left: 1.4666666667vw;
  }
}
.lp-forest .lp-forest-intro .intro-white-box .box-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #231815;
  border-radius: 50%;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro .intro-white-box .box-list li::before {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro .intro-white-box .box-list li::before {
    width: 1.2vw;
    height: 1.2vw;
  }
}
.lp-forest .lp-forest-intro .intro-white-box .box-list .list-note::before {
  content: none;
}
.lp-forest .lp-forest-intro .intro-white-box .box-list .list-note {
  padding-left: 0;
}
.lp-forest .lp-forest-intro .intro-white-box .box-img-chara {
  position: absolute;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-intro .intro-white-box .box-img-chara {
    width: 154.3514px;
    bottom: -24px;
    right: 60px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-intro .intro-white-box .box-img-chara {
    width: 20.5801866667vw;
    bottom: -2.2666666667vw;
    right: -3.8666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-news {
    margin-top: 95px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-news {
    margin-top: 13.3333333333vw;
  }
}
.lp-forest .lp-forest-news .news-hdg {
  color: #0072b8;
  text-align: center;
}
.lp-forest .lp-forest-news .news-hdg span {
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-news .news-hdg span {
    font-size: 45.12px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-left: 115px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-news .news-hdg span {
    font-size: 6.016vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    padding-left: 14.6666666667vw;
    padding-right: 14.6666666667vw;
  }
}
.lp-forest .lp-forest-news .news-hdg span::before {
  content: "";
  display: block;
  background-image: url("../img/news/img_01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-news .news-hdg span::before {
    width: 104.081px;
    height: 122.7657px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-news .news-hdg span::before {
    width: 13.8774666667vw;
    height: 16.36876vw;
  }
}
.lp-forest .lp-forest-news .news-list {
  border-top: 1px solid #c9d3d9;
  border-bottom: 1px solid #c9d3d9;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-news .news-list {
    margin-top: 55px;
    padding: 12px 0;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-news .news-list {
    margin-top: 7.2vw;
    padding: 2.6666666667vw 6vw;
  }
}
.lp-forest .lp-forest-news .news-list .news-item + .news-item {
  border-top: 1px solid #c9d3d9;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-news .news-list .news-item + .news-item {
    margin-top: 12px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-news .news-list .news-item + .news-item {
    margin-top: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
}
.lp-forest .lp-forest-news .news-list .news-item .news-item-inner {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-news .news-list .news-item .news-item-inner {
    display: flex;
    align-items: center;
    gap: 35px;
  }
}
.lp-forest .lp-forest-news .news-list .news-item .news-date {
  background-color: #e1eef7;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-news .news-list .news-item .news-date {
    width: 281px;
    padding: 30px 0;
    border-radius: 10px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-news .news-list .news-item .news-date {
    padding: 1.8666666667vw 0 1.3333333333vw;
    margin-bottom: 1.2vw;
    border-radius: 1.3333333333vw;
    font-size: 3.3333333333vw;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-news .news-list .news-item .news-text {
    flex: 1;
    font-size: 25px;
    line-height: 1.48;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-news .news-list .news-item .news-text {
    font-size: 3.3333333333vw;
    line-height: 1.48;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kanren {
    margin-top: 110px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kanren {
    margin-top: 18.6666666667vw;
  }
}
.lp-forest .lp-forest-kanren .kanren-lead {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kanren .kanren-lead {
    font-size: 25.73px;
    line-height: 1.4998056743;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kanren .kanren-lead {
    font-size: 2.9813333333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: normal;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kanren .kanren-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kanren .kanren-list {
    width: 77.0666666667vw;
    margin: 2.6666666667vw auto 0;
  }
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kanren .kanren-list .kanren-item {
    width: 539px;
  }
}
@media screen and (max-width: 750px) {
  .lp-forest .lp-forest-kanren .kanren-list .kanren-item + .kanren-item {
    margin-top: 3.8666666667vw;
  }
}
.lp-forest .lp-forest-kanren .kanren-list .kanren-item a {
  display: block;
}
@media screen and (min-width: 751px) {
  .lp-forest .lp-forest-kanren .kanren-list .kanren-item a {
    transition: opacity 0.3s;
  }
  .lp-forest .lp-forest-kanren .kanren-list .kanren-item a:hover {
    opacity: 0.8;
  }
}/*# sourceMappingURL=style.css.map */