@charset "UTF-8";
/* ----------------------------------------------
スライダーイメージ、基本
------------------------------------------------*/
#container.lower_page #topImage div.image_area {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../image/topImage_p.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../image/topImage_p.jpg);
  background-position: center, center 70%;
}

#container.lower_page #contents h2.midashi::before {
  width: 10px;
  background-color: rgba(0, 104, 182, 0.2);
}

/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 768px) {
  #container.lower_page #contents .plant h2 {
    font-size: calc(16px * 1.75);
    padding: 0.5em 0 0.5em 1.5em;
  }
  #container.lower_page #contents .plant .section01 {
    margin-bottom: 160px;
  }
  #container.lower_page #contents .plant .section01 .in_section1 {
    margin-bottom: calc(2rem * 1.5);
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img1 {
    width: 25.5%;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img2 {
    width: 30%;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img3 {
    width: 43%;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea {
    padding: 1.5rem;
    position: relative;
    width: 80%;
    z-index: 10;
    margin-top: -15px;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section01 .in_section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: calc(2rem * 1.5);
  }
  #container.lower_page #contents .plant .section01 .in_section2 .threed_area {
    width: 50%;
    height: 23vw;
    max-height: 400px;
    border: 1px solid #000;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48%;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea {
    padding: 1.5rem;
    position: relative;
    width: 100%;
    z-index: 10;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section02 {
    margin-bottom: 160px;
  }
  #container.lower_page #contents .plant .section02 .row_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea {
    padding: 1.5rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70%;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#cbe1ef), color-stop(76.9%, #cbe1ef), color-stop(72%, rgba(203, 225, 239, 0)), to(rgba(203, 225, 245, 0)));
    background: linear-gradient(to right, #cbe1ef, #cbe1ef 76.9%, rgba(203, 225, 239, 0) 72%, rgba(203, 225, 245, 0) 100%);
    z-index: -2;
  }
  #container.lower_page #contents .plant .section02 .row_contents figure {
    width: 47%;
  }
  #container.lower_page #contents .plant .section03 {
    margin-bottom: 160px;
  }
  #container.lower_page #contents .plant .section03 .col_contents {
    margin-bottom: calc(2rem * 1.5);
  }
  #container.lower_page #contents .plant .section03 .col_contents figure {
    width: 70%;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea {
    padding: 1.5rem;
    width: 70%;
    margin: -10% 0 0 auto;
    position: relative;
    z-index: 10;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section03 .image_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .plant .section03 .image_area figure {
    width: 48%;
  }
}

/* ----------------------------------------------

pc~pad設定

------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1100px) {
  #container.lower_page #contents .plant h2 {
    font-size: calc(16px * 1.75);
    padding: 0.5em 0 0.5em 1.5em;
  }
  #container.lower_page #contents .plant .section01 {
    margin-bottom: 160px;
  }
  #container.lower_page #contents .plant .section01 .in_section1 {
    margin-bottom: calc(2rem * 1.5);
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img1 {
    width: 41%;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img2 {
    width: 48%;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img3 {
    width: 70%;
    margin: 0 auto;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea {
    padding: 1.5rem;
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: -15px;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section01 .in_section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: calc(2rem * 1.5);
  }
  #container.lower_page #contents .plant .section01 .in_section2 .threed_area {
    width: 90%;
    height: 60vw;
    max-height: 400px;
    border: 1px solid #000;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl figure {
    width: 80%;
    margin-bottom: 0.5rem;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea {
    padding: 1.5rem;
    position: relative;
    width: 80%;
    z-index: 10;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section02 {
    margin-bottom: 160px;
  }
  #container.lower_page #contents .plant .section02 .row_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea {
    padding: 1.5rem;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section02 .row_contents figure {
    width: 80%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .plant .section03 {
    margin-bottom: 160px;
  }
  #container.lower_page #contents .plant .section03 .col_contents {
    margin-bottom: calc(2rem * 1.5);
  }
  #container.lower_page #contents .plant .section03 .col_contents figure {
    width: 80%;
    margin: 0 auto 1rem;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea {
    padding: 1.5rem;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 10;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section03 .image_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .plant .section03 .image_area figure {
    width: 48%;
  }
}

/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
  #container.lower_page #contents .plant h2 {
    font-size: calc(14.4px * 1.75);
    padding: 0.5em 0 0.5em 1.5em;
  }
  #container.lower_page #contents .plant .section01 {
    margin-bottom: 110px;
  }
  #container.lower_page #contents .plant .section01 .in_section1 {
    margin-bottom: calc(1.5rem * 1.5);
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img1 {
    width: 38.25%;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img2 {
    width: 45%;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img3 {
    width: 70%;
    margin: 0 auto;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea {
    padding: 1.5rem;
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: -15px;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section01 .in_section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: calc(1.5rem * 1.5);
  }
  #container.lower_page #contents .plant .section01 .in_section2 .threed_area {
    width: 90%;
    height: 60vw;
    max-height: 400px;
    border: 1px solid #000;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl figure {
    width: 80%;
    margin-bottom: 0.5rem;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea {
    padding: 1.5rem;
    position: relative;
    width: 80%;
    z-index: 10;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section02 {
    margin-bottom: 110px;
  }
  #container.lower_page #contents .plant .section02 .row_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea {
    padding: 1.5rem;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section02 .row_contents figure {
    width: 80%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .plant .section03 {
    margin-bottom: 110px;
  }
  #container.lower_page #contents .plant .section03 .col_contents {
    margin-bottom: calc(1.5rem * 1.5);
  }
  #container.lower_page #contents .plant .section03 .col_contents figure {
    width: 80%;
    margin: 0 auto 1rem;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea {
    padding: 1.5rem;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 10;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section03 .image_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .plant .section03 .image_area figure {
    width: 48%;
  }
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
  #container.lower_page #contents .plant h2 {
    font-size: calc(12.8px * 1.75);
    padding: 0.5em 0 0.5em 1.5em;
  }
  #container.lower_page #contents .plant .section01 {
    margin-bottom: 80px;
  }
  #container.lower_page #contents .plant .section01 .in_section1 {
    margin-bottom: calc(1rem * 1.5);
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img1 {
    width: 80%;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img2 {
    width: 80%;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .image_area .img3 {
    width: 90%;
    margin: 0 auto;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea {
    padding: 1.5rem;
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: -15px;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section01 .in_section1 .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section01 .in_section2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: calc(1rem * 1.5);
  }
  #container.lower_page #contents .plant .section01 .in_section2 .threed_area {
    width: 100%;
    height: 60vw;
    max-height: 400px;
    border: 1px solid #000;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl figure {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea {
    padding: 1.5rem;
    position: relative;
    width: 100%;
    z-index: 10;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section01 .in_section2 .image_cl .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section02 {
    margin-bottom: 80px;
  }
  #container.lower_page #contents .plant .section02 .row_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea {
    padding: 1.5rem;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section02 .row_contents .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section02 .row_contents figure {
    width: 80%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1rem;
  }
  #container.lower_page #contents .plant .section03 {
    margin-bottom: 80px;
  }
  #container.lower_page #contents .plant .section03 .col_contents {
    margin-bottom: calc(1rem * 1.5);
  }
  #container.lower_page #contents .plant .section03 .col_contents figure {
    width: 80%;
    margin: 0 auto 1rem;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea {
    padding: 1.5rem;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 10;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea span {
    display: block;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: -1;
  }
  #container.lower_page #contents .plant .section03 .col_contents .textarea::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: #cbe1ef;
    z-index: -2;
  }
  #container.lower_page #contents .plant .section03 .image_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #container.lower_page #contents .plant .section03 .image_area figure {
    width: 90%;
    margin-bottom: 1rem;
  }
}