@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

p {
  margin: 0;
}

/* ==========================================================================
  base
========================================================================== */
body.mania {
  position: relative;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  padding-top: 50px;
  font-feature-settings: "palt";
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  max-width: 100vw;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body.mania {
    font-size: 20px;
    padding-top: 80px;
  }
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.se {
  display: none;
}
@media screen and (max-width: 320px) {
  .se {
    display: block;
  }
}

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a img {
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover img.hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  anime
========================================================================== */
.hide {
  transition: all 0.8s;
  opacity: 0;
}

.hide-l {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(-40px, 0);
}
@media screen and (max-width: 767px) {
  .hide-l {
    transform: translate(0, 0);
  }
}

.hide-s {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(0, 30px);
}
@media screen and (max-width: 767px) {
  .hide-s {
    transform: translate(0, 20px);
  }
}

.hide-r {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(40px, 0);
}
@media screen and (max-width: 767px) {
  .hide-r {
    transform: translate(0, 0);
  }
}

.hide-mtl {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(-30px, 0);
}
@media screen and (max-width: 767px) {
  .hide-mtl {
    transform: translate(-20px, 0);
  }
}

.hide-mtr {
  transition: all 0.8s;
  opacity: 0;
  transform: translate(30px, 0);
}
@media screen and (max-width: 767px) {
  .hide-mtr {
    transform: translate(20px, 0);
  }
}

.moves {
  transition: all 1s;
  opacity: 1 !important;
  transform: translate(0, 0);
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 1100px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .menu {
    top: 30px;
    right: 30px;
  }
}

.menu span {
  transition: all 0.3s;
  background: #fff;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  display: block;
}
.menu span:nth-child(1) {
  top: 0;
}
.menu span:nth-child(2) {
  top: 9px;
}
.menu span:nth-child(3) {
  bottom: 0;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .menu:hover span:nth-child(1) {
    width: 20px;
  }
  .menu:hover span:nth-child(3) {
    left: 20px;
  }
}

.active span {
  transition: all 0.3s;
}
.active span:nth-child(1) {
  width: 20px;
}
.active span:nth-child(3) {
  left: 20px;
}

/* ==========================================================================
  header
========================================================================== */
.mania-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
  background: #396722;
}
@media screen and (min-width: 768px) {
  .mania-header {
    height: 80px;
  }
}

.header-green {
  background: #396722;
}

.header-logo {
  position: absolute;
  height: 100%;
  top: 0;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-logo {
    left: 20px;
  }
}
.header-logo img {
  height: 34px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    height: 50px;
  }
}

.gnav {
  display: none;
  width: 100%;
  height: calc(100% - 50px);
  height: calc(100vh - 50px);
  height: calc(100svh - 50px);
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .gnav {
    top: 80px;
  }
}

.nav-list li {
  background: #202020;
  border-top: 1px solid #707070;
}
.nav-list li a {
  transition: all 0.3s;
  width: 100%;
  height: 60px;
  padding: 0 8%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .nav-list li a {
    padding: 0 50px;
    transition: all 0.3s;
    height: 100px;
    justify-content: center;
  }
  .nav-list li a:hover {
    transition: all 0.3s;
    background: #396722;
  }
}
.nav-list li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 20px;
  background: url(../../img/common/arrow_white.svg) no-repeat;
  background-size: contain;
  margin-top: -7px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .nav-list li a:after {
    width: 24px;
    height: 30px;
    margin-top: -12px;
    right: 40px;
  }
}
.nav-list li a.nav-cs {
  pointer-events: none;
  cursor: default;
}
.nav-list li a.nav-cs:after {
  content: none;
}
.nav-list li .l-link {
  height: 75px;
}
@media screen and (min-width: 768px) {
  .nav-list li .l-link {
    height: 100px;
  }
}
.nav-list li .l-link .jp {
  line-height: 1.3;
}
.nav-list li .l-link .en {
  margin-bottom: 3px;
}

.nav-list-green li {
  background: #396722;
  border: none;
}
.nav-list-green li:nth-child(even) {
  background: #66964E;
}
.nav-list-green li a:after {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .nav-list-green li a:hover {
    transition: all 0.3s;
    background: #8FC320;
  }
}

.nav-box {
  transition: all 0.3s;
}
.nav-box .en {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .nav-box .en {
    margin-bottom: 15px;
    text-align: center;
  }
}
.nav-box .en img {
  height: 14px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .nav-box .en img {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nav-box .en img img {
    height: 12px;
  }
}
.nav-box .jp {
  font-weight: bold;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  .nav-box .jp {
    font-size: 1.2em;
    text-align: center;
  }
}
.nav-box .jp span {
  font-size: 12px;
  color: #396722;
  background: #fff;
  font-weight: bold;
  font-family: Helvetica;
  padding: 4px;
  vertical-align: 5px;
}
@media screen and (max-width: 767px) {
  .nav-box .jp span {
    font-size: 10px;
    padding: 2px;
    vertical-align: 2.5px;
  }
}

.nav-mania {
  padding: 30px 8%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .nav-mania {
    padding: 60px 10%;
  }
}

.nav-about-ttl {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .nav-about-ttl {
    margin: 0 auto 30px;
  }
}

.nav-about-btn {
  display: block;
  padding: 10px 20px;
  background: #396722;
  width: 70%;
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nav-about-btn:hover {
    transition: all 0.3s;
  }
}

/* ==========================================================================
  footer
========================================================================== */
.mania-footer {
  background: #fff;
}

.footer-float {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .footer-float {
    left: auto;
    right: 0;
  }
}

.btn-shiryo {
  display: block;
  background: #39356A;
  width: 100%;
  padding: 10px;
  text-align: center;
  transition: all 0.3s;
  max-width: 450px;
}
.btn-shiryo img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .btn-shiryo img {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .btn-shiryo {
    padding: 20px;
  }
  .btn-shiryo:hover {
    background: #396722;
    transition: all 0.3s;
  }
}

.footer-bottom {
  padding: 30px 0 100px;
  border-top: 1px solid #ccc;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    padding: 60px 0;
  }
}

.footer-logo {
  width: 50%;
  max-width: 160px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    margin: 0 auto 30px;
    max-width: 200px;
  }
}

.footer-copy {
  font-size: 0.6em;
  letter-spacing: -0.02em;
}

/* ==========================================================================
  about
========================================================================== */
.about-area {
  background: #fff;
  padding: 8vw 8vw 40px 8vw;
}
@media screen and (min-width: 768px) {
  .about-area {
    padding: 80px 30px;
  }
}

.about-img {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .about-img {
    max-width: 800px;
    margin: 0 auto 80px;
  }
}

.about-logo {
  width: 56%;
  max-width: 600px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .about-logo {
    max-width: 480px;
    margin: 0 auto 80px;
  }
}

.about-lead {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .about-lead {
    max-width: 480px;
    margin: 0 auto 80px;
  }
}

.about-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-text {
    max-width: 1020px;
    margin: 0 auto;
  }
}

.about-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 900px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .about-nav {
    margin: 20px auto 0;
  }
}

.about-nav-box {
  width: 33.3333333333%;
}

.about-nav-box-01 {
  width: 34.6%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-01 {
    padding-right: 10px;
  }
}

.about-nav-box-02 {
  width: 31.3%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-02 {
    padding: 0 10px;
  }
}

.about-nav-box-03 {
  width: 34.1%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-03 {
    padding-left: 10px;
  }
}

.about-nav-box-04 {
  width: 34.1%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-04 {
    padding-left: 10px;
  }
}

.about-nav-box-02 {
  border-right: 1px dotted #396722;
  border-left: 1px dotted #396722;
}

.about-nav-box-06 {
  width: 31.3%;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .about-nav-box-06 {
    padding: 0 10px;
  }
}

.abput-nav-img {
  display: block;
  transition: all 0.3s;
}
.abput-nav-img:hover {
  transition: all 0.3s;
  opacity: 0.7;
}
.abput-nav-img.about-nav-cs {
  pointer-events: none;
  cursor: default;
}

.nav-list-green .l-link {
  height: 75px;
}
@media screen and (min-width: 768px) {
  .nav-list-green .l-link {
    height: 100px;
  }
}

/* ==========================================================================
 TOP
========================================================================== */
.top-mv {
  background: url(../../img/green/green_top_main.webp) top center no-repeat;
  background-size: cover;
  width: 100vw;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  min-height: 650px;
  max-height: 750px;
}
@media screen and (min-width: 768px) {
  .top-mv {
    background: url(../../img/green/green_top_main_pc.webp) center center no-repeat;
    height: auto;
    min-height: 100%;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    background-size: cover;
    background-position: 30% 38%;
  }
}

@media screen and (min-width: 768px) {
  .green-top-ttl-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    min-height: calc(100svh - 80px);
  }
}

.top-mv-h1 {
  display: block;
  opacity: 0;
  width: 38%;
  margin: 30px;
  transition: all 1s;
}
.top-mv-h1 img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 768px) {
  .top-mv-h1 {
    width: 30%;
    max-width: 600px;
    margin: 5% 0 0 10%;
    text-align: left;
  }
  .top-mv-h1 img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.top-hero {
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  .top-hero {
    background-size: cover;
  }
}

.green-top-hero-h2 {
  display: block;
  position: absolute;
  opacity: 0;
  width: 63%;
  min-width: 236px;
  max-width: 400px;
  margin: 25px;
  bottom: 0;
  transition: all 1s;
}
.green-top-hero-h2 img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .green-top-hero-h2 {
    width: 40%;
    max-width: 500px;
    aspect-ratio: 962/453;
    bottom: 30%;
    right: 0;
    margin: 80px;
  }
  .green-top-hero-h2 img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: inherit;
  }
}

.top-lead-inner {
  padding: 15% 10%;
}

.top-lead-area {
  background: url(../../img/green/green_top_lead_bg.webp) center center no-repeat;
  background-size: cover;
  height: auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-lead-area {
    width: 100%;
  }
}
.top-lead-area .top-hero-lead {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.7;
  font-weight: bold;
}
.top-lead-area .top-hero-text {
  line-height: 2;
  margin: 30px auto 30px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top-lead-area .top-hero-text {
    margin-bottom: 40px;
    line-height: 2.5;
  }
}

.hero-outer {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero-outer {
    max-height: unset;
  }
}

.hero-kv {
  position: relative;
  z-index: 0;
  transition: all 0.6s;
}
.hero-kv.kv-down {
  transition: all 0.6s;
  opacity: 0.3;
  filter: blur(2px);
}
@media screen and (max-width: 1000px) {
  .hero-kv {
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 767px) {
  .hero-kv {
    height: calc(100vh - 30px);
    min-height: 620px;
  }
}
.hero-kv img {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .hero-kv img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 1000px) {
  .hero-kv img {
    height: calc(100vh - 30px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
    min-height: 620px;
  }
}

.hero-body {
  position: absolute;
  top: 10vh;
  right: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
}
.hero-body.body-apr {
  opacity: 1;
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  .hero-body {
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

h4 {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 23px;
    line-height: 2;
  }
}

/* ==========================================================================
 英文タイトル
========================================================================== */
.ttl-en img {
  height: 25px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .ttl-en img {
    height: 48px;
  }
}

/* ==========================================================================
緑と生きる至福
========================================================================== */
.green01-area {
  padding: 0;
  background: #fff;
}
.green01-area .green01-hero {
  width: 100%;
  aspect-ratio: 375/500;
  background-image: url("../../img/green/green01_main.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}
.green01-area .green01-hero .green01-hero-cont {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 90%;
}
.green01-area .green01-hero .green01-hero-cont .ttl-en {
  width: 40%;
  margin-bottom: 10px;
}
.green01-area .green01-hero .green01-hero-cont .green-top-h3 {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .green01-area .green01-hero {
    text-align: center;
    width: 100%;
    aspect-ratio: 1500/966;
    background-image: url("../../img/green/green01_main_pc.webp");
  }
  .green01-area .green01-hero .green01-hero-cont {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 90%;
  }
  .green01-area .green01-hero .green01-hero-cont .ttl-en {
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
  }
  .green01-area .green01-hero .green01-hero-cont .green-top-h3 {
    width: 70%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.green01-area .contents-area {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .green01-area .contents-area {
    padding: 100px 0 0;
  }
}
.green01-area .green01-set {
  width: 100%;
  margin-bottom: 70px;
}
.green01-area .green01-set .green01-inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.green01-area .green01-set img {
  width: 100%;
  height: auto;
  display: block;
}
.green01-area .green01-set .cont-text {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
}
.green01-area .green01-lead-move {
  z-index: 2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.green01-area .green01-lead-move.is-show {
  -webkit-animation: handWriting 1s ease-in-out forwards;
          animation: handWriting 1s ease-in-out forwards;
}
@-webkit-keyframes handWriting {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes handWriting {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.green01-area .green01-set01 .green01-inner {
  padding-right: 5%;
}
.green01-area .green01-set01 .cont-img {
  width: 65%;
}
.green01-area .green01-set01 .cont-lead {
  position: absolute;
  top: -5%;
  left: 55%;
  width: 40%;
  z-index: 2;
  max-width: 400px;
}
.green01-area .green01-set01 .cont-text.tate {
  position: absolute;
  top: 30%;
  right: 8%;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1.7;
  font-feature-settings: "palt" 0;
  font-variant-ligatures: none;
  margin-left: 10px;
}
.green01-area .green01-set02 .green01-inner {
  align-items: center;
}
.green01-area .green01-set02 .cont-text.yoko {
  width: 90%;
  margin-bottom: 30px;
  text-align: center;
}
.green01-area .green01-set02 .cont-lead {
  width: 70%;
  margin-bottom: -12px;
  z-index: 2;
  max-width: 700;
}
@media screen and (min-width: 768px) {
  .green01-area .green01-set02 .cont-lead {
    margin-bottom: -30px;
  }
}
.green01-area .green01-set02 .cont-img {
  width: 100%;
  z-index: 1;
}
.green01-area .green01-set03 .green01-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: flex-end;
  width: 100%;
}
.green01-area .green01-set03 .cont-img {
  width: 65%;
  align-self: flex-end;
  z-index: 1;
}
.green01-area .green01-set03 .cont-img img {
  width: 100%;
  height: auto;
}
.green01-area .green01-set03 .cont-lead {
  position: absolute;
  bottom: -15%;
  left: 10%;
  width: 45%;
  z-index: 2;
}
.green01-area .green01-set03 .cont-text.tate {
  top: 0;
  margin-right: 20px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-feature-settings: "palt" 0;
  font-variant-ligatures: none;
}
.green01-area .green01-set04 .green01-inner {
  align-items: center;
}
.green01-area .green01-set04 .cont-img {
  width: 100%;
}
.green01-area .green01-set04 .cont-lead {
  width: 60%;
  margin-top: -10px;
  margin-bottom: 20px;
  z-index: 2;
}
.green01-area .green01-set04 .cont-text.yoko {
  width: 90%;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.green01-area .green01-set05 .green01-inner {
  padding-right: 5%;
}
.green01-area .green01-set05 .cont-img {
  width: 65%;
}
.green01-area .green01-set05 .cont-lead {
  position: absolute;
  bottom: -15%;
  left: 35%;
  width: 43%;
  z-index: 2;
  max-width: 400px;
}
.green01-area .green01-set05 .cont-text.tate {
  position: absolute;
  top: 25%;
  right: 9%;
  z-index: 3;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 1.7;
  font-feature-settings: "palt" 0;
  font-variant-ligatures: none;
  margin-left: 10px;
}
.green01-area .green01-set06 {
  margin-bottom: 50px;
}
.green01-area .green01-set06 .green01-inner {
  align-items: center;
}
.green01-area .green01-set06 .cont-img {
  width: 100%;
}
.green01-area .green01-set06 .cont-lead {
  width: 60%;
  margin-top: -10px;
  margin-bottom: 40px;
  z-index: 2;
}
.green01-area .green01-set06 .cont-text.yoko {
  width: 90%;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .green01-area .green01-set {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 180px;
  }
  .green01-area .green01-set .cont-text {
    font-size: 1.1em;
    line-height: 2;
  }
  .green01-area .green01-set.green01-set01 .cont-text.tate {
    top: 30%;
    right: 10%;
  }
  .green01-area .green01-set.green01-set02 .cont-text.yoko {
    width: 70%;
  }
  .green01-area .green01-set.green01-set03 .green01-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .green01-area .green01-set.green01-set03 .cont-lead {
    bottom: 0;
    left: 0;
  }
  .green01-area .green01-set.green01-set03 .cont-text.tate {
    left: 10%;
    top: 15%;
    position: absolute;
  }
  .green01-area .green01-set.green01-set04 .cont-lead {
    max-width: 600px;
  }
  .green01-area .green01-set.green01-set05 .cont-lead {
    bottom: 10%;
    right: 10%;
    left: auto;
  }
  .green01-area .green01-set.green01-set05 .cont-text {
    right: 15%;
  }
  .green01-area .green01-set.green01-set06 .cont-lead {
    max-width: 600px;
  }
}

/* ==========================================================================
We are グリーン・ラバーズ！
========================================================================== */
.green02-area {
  color: #08090E;
}

.green02-top {
  position: relative;
  background: url(../../img/green/green02_main.webp) bottom center no-repeat;
  background-size: cover;
  padding-top: 50px;
  height: 150vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .green02-top {
    height: auto;
    padding: 50px 0;
    min-height: 700px;
    min-height: calc(100svh - 80px);
    background: url(../../img/green/green02_main_pc.webp) bottom center no-repeat;
    background-size: cover;
  }
}

.green02-top-cont {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.green02-top-en-ttl {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 60px;
  text-align: center;
}
.green02-top-en-ttl img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .green02-top-en-ttl {
    margin: 0 auto -40px;
    width: auto;
    height: 100px;
  }
}

.green02-top-ttl {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(36, 28, 28);
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .green02-top-ttl {
    line-height: 1;
    font-size: 4em;
    margin: 30px auto;
  }
}

.green02-top-lead {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  text-shadow: 0px 0px 10px rgb(36, 28, 28);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .green02-top-lead {
    font-size: 1.4em;
  }
}

.green02-cont01 {
  background: url(../../img/green/green02_bg.webp) top center repeat-y;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .green02-cont01 {
    padding-bottom: 100px;
  }
}

.green02-hero {
  position: relative;
  background: url(../../img/green/green02_interview_top.webp) center center no-repeat;
  background-size: cover;
  height: 130vw;
}
@media screen and (min-width: 768px) {
  .green02-hero {
    height: auto;
    background: url(../../img/green/green02_interview_top_pc.webp) center center no-repeat;
    background-size: cover;
    padding: 150px 0 50px;
    min-height: 800px;
    margin: 0 auto;
  }
}

.green02-hero-en {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .green02-hero-en {
    margin-bottom: 40px;
  }
  .green02-hero-en img {
    filter: drop-shadow(0 0 10px rgb(0, 0, 0));
  }
}

.green02-hero-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .green02-hero-ttl {
    margin-bottom: 40px;
  }
  .green02-hero-ttl img {
    filter: drop-shadow(0 0 10px rgb(0, 0, 0));
  }
}

.green02-hero02-ttl {
  margin-bottom: 20px;
}
.green02-hero02-ttl img {
  height: 120px;
}
@media screen and (min-width: 768px) {
  .green02-hero02-ttl img {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .green02-hero02-ttl {
    margin-bottom: 40px;
  }
  .green02-hero02-ttl img {
    filter: drop-shadow(0 0 10px rgb(0, 0, 0));
  }
}

.green02-hero-box {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .green02-hero-box {
    max-width: 750px;
    top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .green02-img {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.green02-img .green02-img-flex {
  display: flex;
  justify-content: space-between;
  margin: 2% auto 0;
}
.green02-img .green02-img-flex img {
  width: 49%;
}
.green02-img .green02-bottom-img {
  margin-bottom: 2%;
}

.green02-hero-name {
  background: #396722;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  font-size: 0.9em;
  display: inline-block;
}

.green02-text {
  padding: 40px 8%;
  color: #08090E;
}
@media screen and (min-width: 768px) {
  .green02-text {
    padding: 80px 20px;
    margin: 0 auto;
    max-width: 1060px;
  }
}
.green02-text p {
  margin-bottom: 40px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .green02-text p {
    line-height: 2.2;
  }
}
.green02-text p:last-child {
  margin-bottom: 0;
}

.greenlov-outer {
  background: #fff;
  padding: 30px 8vw;
}
@media screen and (min-width: 768px) {
  .greenlov-outer {
    padding: 80px 20px;
  }
}

.greenlov-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.greenlov-ttl {
  width: 56vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .greenlov-ttl {
    width: 100%;
    max-width: 400px;
  }
}

.greenlov-lead {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 2em;
  text-align: center;
  margin-top: 20px;
}

.greenlov-set {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .greenlov-set {
    margin-top: 60px;
  }
}

.swiper-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .swiper-container {
    margin-bottom: 30px;
  }
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 1px solid #396722;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #396722;
}

.greenlov-name {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .greenlov-name {
    margin-bottom: 15px;
  }
}
.greenlov-name span {
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #396722;
}

.greenlov-text {
  font-size: 0.9em;
  line-height: 1.8;
}

/* ==========================================================================
ガーデニングの恵み
========================================================================== */
.green03-area {
  color: #08090E;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .green03-area .green03-top-en-ttl {
    height: 86px;
    text-align: center;
  }
}

.green03-top {
  position: relative;
  background: url(../../img/green/green03_main.webp) top center no-repeat;
  background-size: cover;
  padding-top: 50px;
  height: 100vw;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .green03-top {
    height: auto;
    padding: 100px 0 50px;
    min-height: 700px;
    min-height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    background: url(../../img/green/green03_main.webp) top center no-repeat;
    background-size: cover;
  }
}

.green03-top-cont {
  position: absolute;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.green03-top-en-ttl {
  display: block;
  margin: 0 auto -20px;
  height: 45px;
  width: auto;
}
.green03-top-en-ttl img {
  width: auto;
  height: 100%;
}

.green03-top-ttl {
  display: block;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .green03-top-ttl {
    margin: 0 auto;
    width: 100%;
  }
}

.green03-top-lead {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  color: #fff;
  line-height: 1.7;
  text-shadow: 0px 0px 10px rgb(36, 28, 28);
  margin-bottom: 30px;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .green03-top-lead {
    font-size: 1.4em;
    text-shadow: 0 0 5px #396722;
    text-align: center;
  }
}

.green03-contents {
  padding: 40px 0 0;
  background-color: #FDFBEF;
}
@media screen and (min-width: 768px) {
  .green03-contents {
    padding: 100px 0 0;
  }
}
.green03-contents .block-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .green03-contents .block-header {
    max-width: 1450px;
    margin: 0 auto 100px;
  }
}
.green03-contents .block-header .block-ttl {
  font-size: 2.5em;
  color: #396722;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}
.green03-contents .block-header .block-sub-ttl {
  color: #396722;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.green03-contents .block-header .block-lead {
  line-height: 2;
  color: #396722;
}
.green03-contents .green03-cont01::before, .green03-contents .green03-cont01::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 90px;
  height: 180px;
  background: url("../../img/green/green03_deco01.png") no-repeat center/contain;
}
.green03-contents .green03-cont01::before {
  left: -5%;
}
.green03-contents .green03-cont01::after {
  right: -5%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .green03-contents .green03-cont01::before, .green03-contents .green03-cont01::after {
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 400px;
    background: url("../../img/green/green03_deco01_pc.svg") no-repeat center/contain;
  }
  .green03-contents .green03-cont01::before {
    left: 50%;
    margin-left: -500px;
    transform: translateY(-50%);
  }
  .green03-contents .green03-cont01::after {
    right: 50%;
    margin-right: -500px;
    transform: translateY(-50%) scale(-1, 1);
  }
}
.green03-contents .green03-cont02::before, .green03-contents .green03-cont02::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 90px;
  height: 180px;
  background: url("../../img/green/green03_deco02.png") no-repeat center/contain;
}
.green03-contents .green03-cont02::before {
  left: -5%;
}
.green03-contents .green03-cont02::after {
  right: -5%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .green03-contents .green03-cont02::before, .green03-contents .green03-cont02::after {
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 400px;
    background: url("../../img/green/green03_deco02_pc.svg") no-repeat center/contain;
  }
  .green03-contents .green03-cont02::before {
    left: 50%;
    margin-left: -500px;
    transform: translateY(-50%);
  }
  .green03-contents .green03-cont02::after {
    right: 50%;
    margin-right: -500px;
    transform: translateY(-50%) scale(-1, 1);
  }
}
.green03-contents .green03-cont03::before, .green03-contents .green03-cont03::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 90px;
  height: 180px;
  background: url("../../img/green/green03_deco03.png") no-repeat center/contain;
}
.green03-contents .green03-cont03::before {
  left: -5%;
}
.green03-contents .green03-cont03::after {
  right: -5%;
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .green03-contents .green03-cont03::before, .green03-contents .green03-cont03::after {
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 400px;
    background: url("../../img/green/green03_deco03_pc.svg") no-repeat center/contain;
  }
  .green03-contents .green03-cont03::before {
    left: 50%;
    margin-left: -500px;
    transform: translateY(-50%);
  }
  .green03-contents .green03-cont03::after {
    right: 50%;
    margin-right: -500px;
    transform: translateY(-50%) scale(-1, 1);
  }
}
.green03-contents .photo-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .green03-contents .photo-grid {
    grid-template-columns: repeat(16, 1fr);
    width: 90%;
  }
}
.green03-contents .photo-grid .grid-item {
  grid-column: span 4;
}
.green03-contents .photo-grid .grid-item.item-m {
  grid-column: span 5;
}
.green03-contents .photo-grid .grid-item.item-h {
  grid-column: span 4;
}
.green03-contents .photo-grid .grid-item.item-s {
  grid-column: span 3;
}
.green03-contents .photo-grid .grid-item.item-l {
  grid-column: span 8;
}
.green03-contents .photo-grid .grid-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.green03-contents .photo-grid .grid-item.item-m img {
  aspect-ratio: 1/1;
}
.green03-contents .photo-grid .grid-item.item-h img {
  aspect-ratio: 190/238;
}
.green03-contents .photo-grid .grid-item.item-s img {
  aspect-ratio: 140/242;
}
.green03-contents .photo-grid .grid-item.item-l img {
  aspect-ratio: 391/220;
}
@media screen and (min-width: 768px) {
  .green03-contents .photo-grid .grid-item.item-m img {
    aspect-ratio: 1/1;
  }
  .green03-contents .photo-grid .grid-item.item-h img {
    aspect-ratio: 190/238;
  }
  .green03-contents .photo-grid .grid-item.item-s img {
    aspect-ratio: 134/227;
  }
  .green03-contents .photo-grid .grid-item.item-l img {
    aspect-ratio: 356/220;
  }
  .green03-contents .photo-grid .grid-item.item-l-pc {
    grid-column: span 10;
  }
  .green03-contents .photo-grid .grid-item.item-l-pc img {
    aspect-ratio: 369/220;
  }
  .green03-contents .photo-grid .grid-item.item-m-pc {
    grid-column: span 6;
  }
}

.green03-contents-last {
  padding: 40px 0 150px;
}
@media screen and (min-width: 768px) {
  .green03-contents-last .photo-grid {
    grid-template-columns: repeat(16, 1fr);
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .green03-contents-last {
    padding: 100px 0 250px;
  }
}

.green-column-area {
  position: relative;
  padding: 75px 0 50px;
  background: url(../../img/green/green03_column_bg.webp) no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  margin-top: -110px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .green-column-area {
    padding: 120px 0 100px;
  }
}
.green-column-area .column-inner {
  width: 100%;
  padding: 0 35px;
}
@media screen and (min-width: 768px) {
  .green-column-area .column-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.green-column-area .column-header {
  text-align: center;
  margin-bottom: 30px;
}
.green-column-area .column-header .column-sub-ttl {
  height: 18px;
  margin-bottom: 20px;
}
.green-column-area .column-header .column-sub-ttl img {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .green-column-area .column-header .column-sub-ttl {
    height: 23;
  }
}
.green-column-area .column-header .column-ttl {
  font-size: 1.5em;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #396722;
}
@media screen and (min-width: 768px) {
  .green-column-area .column-header .column-ttl {
    font-size: 1.8em;
  }
}
.green-column-area .column-header .column-lead {
  color: #396722;
  line-height: 2.2;
  text-align: left;
  display: inline-block;
}
.green-column-area .column-photos {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.green-column-area .column-photos .column-photo-item {
  width: 100%;
}
.green-column-area .column-photos .column-photo-item img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .green-column-area .column-photos {
    flex-direction: row;
  }
}

/* ==========================================================================
家と緑をデザインする
========================================================================== */
.green04-area {
  color: #08090E;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  overflow: hidden;
}

.green04-top {
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .green04-top {
    padding-top: 100px;
  }
}

.green04-top-cont {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.green04-top-ttl {
  width: 85%;
  margin: 0 auto 30px;
}
.green04-top-ttl img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .green04-top-ttl {
    margin: 0 auto 50px;
  }
}

.green04-top-lead {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 30px;
}

.map-container {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
.map-container img.map-img {
  width: 100%;
  height: auto;
  display: block;
}

.map-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .map-btn {
    width: 100px;
    height: 100px;
  }
}
.map-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255); /* 波紋の色 */
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  pointer-events: none; /* クリックの邪魔をしない */
  z-index: -1;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.btn-1 {
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-2 {
  top: 78%;
  left: 72%;
  transform: translate(-50%, -50%);
}

.btn-3 {
  top: 70%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.green04-cont {
  margin: 50px auto 0;
  width: 90%;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .green04-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px auto 0;
  }
  .green04-cont .green04-cont-left {
    width: 45%;
  }
  .green04-cont .green04-cont-img {
    width: 50%;
  }
}

#approach {
  margin-bottom: 120px;
}

#symbol-tree {
  flex-direction: row-reverse;
}

.green04-cont-ttl {
  text-align: center;
  font-size: 1.3em;
  color: #396722;
  padding-bottom: 15px;
  border-bottom: 2px solid #396722;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.green04-cont-ttl .en-ttl {
  background-color: #396722;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 17px;
}
.green04-cont-ttl .en-ttl img {
  height: 15px;
  width: auto;
}

.green04-cont-text {
  line-height: 1.8em;
  margin-bottom: 20px;
}

.green04-recommend-plant {
  background-color: #396722;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  margin-top: -80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .green04-recommend-plant {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.gren04-rcmnd-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding: 40px 20px 20px;
  border-bottom: 1px solid #fff;
}
.gren04-rcmnd-ttl .main-ttl {
  width: 80%;
  margin: 0 auto;
}
.gren04-rcmnd-ttl .main-ttl img {
  width: 100%;
}
.gren04-rcmnd-ttl .deco-tree-l, .gren04-rcmnd-ttl .deco-plant-r {
  position: absolute;
  bottom: -10px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -1px;
}
.gren04-rcmnd-ttl .deco-tree-l {
  left: -30px;
  width: 70px;
  height: 100px;
  background-image: url("../../img/green/green04_recommend_tree.png");
}
.gren04-rcmnd-ttl .deco-plant-r {
  right: -15px;
  width: 50px;
  height: 70px;
  background-image: url("../../img/green/green04_recommend_plant.png");
}
@media screen and (min-width: 768px) {
  .gren04-rcmnd-ttl {
    width: 800px;
    margin: 0 auto 80px;
  }
}

.gren04-rcmnd-content {
  width: 85%;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .gren04-rcmnd-content {
    max-width: 1200px;
  }
}
.gren04-rcmnd-content .plant-card {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .gren04-rcmnd-content .plant-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    border-bottom: 2px dotted #fff;
    padding-bottom: 70px;
  }
  .gren04-rcmnd-content .plant-card .plant-card-text {
    width: 50%;
  }
  .gren04-rcmnd-content .plant-card figure {
    width: 45%;
  }
}
.gren04-rcmnd-content .plant-card .plant-img {
  margin-bottom: 20px;
}
.gren04-rcmnd-content .plant-card .plant-img img {
  width: 100%;
  height: auto;
}
.gren04-rcmnd-content .plant-card .plant-name {
  font-size: 22px;
  margin-bottom: 15px;
}
.gren04-rcmnd-content .plant-card .plant-info-line {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  margin-bottom: 15px;
}
.gren04-rcmnd-content .plant-card .plant-info-line .plant-info {
  font-size: 13px;
  letter-spacing: 1.5;
  line-height: 1.7em;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.gren04-rcmnd-content .plant-card .plant-desc {
  font-size: 15px;
  line-height: 2;
  text-align: left;
  display: inline-block;
}
.gren04-rcmnd-content .plant-card .plant-desc .lead {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.gren04-rcmnd-content .plant-card .plant-point {
  font-size: 15px;
  line-height: 2;
  display: inline-block;
}
.gren04-rcmnd-content .plant-card .plant-point .point-ttl {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 20px 0;
  margin: 20px auto 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.gren04-rcmnd-content .plant-card .plant-point .point-ttl::before, .gren04-rcmnd-content .plant-card .plant-point .point-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
.gren04-rcmnd-content .plant-card .plant-point .point-ttl::before {
  left: 0;
  background-image: url("../../img/green/green04_frame_l.svg");
}
.gren04-rcmnd-content .plant-card .plant-point .point-ttl::after {
  right: 0;
  background-image: url("../../img/green/green04_frame_r.svg");
}
.gren04-rcmnd-content .plant-card .plant-point .point-text {
  text-align: left;
}

.green04-gs-area {
  width: 90%;
  background-color: #FFFAEF;
  padding: 25px;
  margin: 0 auto;
}
.green04-gs-area .gs-text {
  font-size: 0.9em;
  color: #000;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 20px;
}
.green04-gs-area .gs-text span {
  color: #396722;
}
@media screen and (min-width: 768px) {
  .green04-gs-area .gs-text-pc {
    width: 45%;
  }
}
.green04-gs-area .gs-btn-pc a, .green04-gs-area .gs-btn-sp a {
  text-decoration: none;
  color: #fff;
}
.green04-gs-area .gs-img .gs-img-sample {
  display: flex;
  justify-content: space-between;
}
.green04-gs-area .gs-img .gs-img-sample img {
  width: 33%;
}
@media screen and (min-width: 768px) {
  .green04-gs-area .gs-img {
    width: 50%;
  }
}
.green04-gs-area .gs-btn {
  display: block;
  padding: 20px 20px;
  background: #396722;
  width: 100%;
  max-width: 480px;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
}
.green04-gs-area .gs-btn:hover {
  transition: all 0.3s;
  background: #8FC320;
}
.green04-gs-area .gs-btn:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .green04-gs-area {
    max-width: 900px;
    margin: 0 auto;
  }
  .green04-gs-area .green04-gs-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.caption {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 40px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .caption {
    margin-top: 50px;
  }
}

/* ==========================================================================
モデルハウス
========================================================================== */
.green05-area {
  background: #fff;
}

.green05-top {
  padding: 50px 0 30px;
}
@media screen and (min-width: 768px) {
  .green05-top {
    padding: 80px 0 0;
  }
}

.green05-ttl {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .green05-ttl {
    margin-bottom: 60px;
  }
}

.green05-top-en {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .green05-top-en {
    margin-bottom: 40px;
  }
}

.green05-top-sub {
  padding: 0 8vw;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
  font-size: 0.9em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .green05-top-sub {
    max-width: 960px;
    margin: 0 auto 40px;
    text-align: center;
  }
}

.green05-top-h3 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  font-size: 1.8em;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .green05-top-h3 {
    font-size: 2.4em;
  }
}

.green05-top-lead {
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .green05-top-lead {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}

.green05-top-cap {
  line-height: 1.7;
  font-size: 0.9em;
  text-align: left;
  padding: 0 8vw;
}
@media screen and (min-width: 768px) {
  .green05-top-cap {
    text-align: center;
  }
}

.green05-cont {
  width: 90%;
  margin: 0 auto 50px;
}
.green05-cont .text-area {
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .green05-cont .img-area {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .green05-cont {
    margin: 0 auto;
  }
}

.green05-bottom {
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  .green05-bottom {
    padding: 80px 30px;
  }
}

.green05-btn {
  display: block;
  padding: 10px 0;
  color: #fff;
  background: #8FC320;
  text-decoration: none;
  margin-bottom: 30px;
  max-width: 480px;
  margin: 0 auto 30px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .green05-btn {
    margin: 0 auto 60px;
  }
  .green05-btn:hover {
    transition: all 0.3s;
    background: #396722;
  }
}

.model-btn-logo {
  width: 36%;
  margin: 0 auto 10px;
}

.model-btn-text {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.model-cap {
  font-size: 0.9em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .model-cap {
    max-width: 960px;
    margin: 0 auto;
    font-size: 0.7em;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */