@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */

#top .main {
    background-image: url("../../img/top_new/firstview/DSC_0008.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 5x;
    background-color: #3D2312;
}

#top .main::before {
    content: url("../../img/top_new/firstview/step_icon01.svg");
    position: absolute;
    width: 10vw;
    height: 10vw;
    top: 0;
    left: 0;
    z-index: 1;
}

#top .main::after {
    content: url("../../img/top_new/firstview/step_icon02.svg");
    width: 10vw;
    height: 10vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#top .main_txt {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 0 0 10vw;
    z-index: 3;
    top: 0;
}

#top .main_txt .logo_box {
    display: flex;
    flex-direction: column;
}

#top .main_txt .logo_box .ttl span {
    display: block;
    font-size: 36px;
    color: #FFF;
}

#top .main_txt .logo_box .ttl span:last-of-type {
    margin-bottom: 1vw;
}

#top .main_txt .logo_box > img{
    width: 450px;
}

#top .main_txt .logo_box ul {
    display: flex;
    justify-content: space-between;
    margin-top: 4vw;
}

#top .main_txt .logo_box ul li {
    width: 49%;
}

#solution_area .description_box {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    padding: 0 0 4vw 0;
}

.quest_tit {
    color: #00B097;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4vw;
}

#top .main_txt .logo_box ul li {
    width: 49%;
}

#solution_area {
    padding: 5vw 0;
    background: #F8F8F4;
}

#solution_area .inner {
    display: flex;
    justify-content: space-between;
    padding: 0 19vw;
}

#solution_area .inner article {
    width: 47%;
}

#solution_area .inner article a {
    padding: 1.3vw 4vw 1.3vw 2vw;
    display: block;
    border-radius: 20px;
    border: 4px solid #4EAD98;
    text-align: center;
    background: #FFF;
    position: relative;
}

#solution_area .inner article a:after {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    content: url(../../img/top_new/ionic-md-arrow-dropright-circle.svg);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

#solution_area .inner article a:hover {
    background: #C2FACB;
}

#solution_area .inner article a:hover h2:after {
    background: #F9FFAC;
}

#solution_area .inner article h2{
    font-size: 36px;
    text-align: center;
    margin-bottom: 1.5vw;
    position: relative;
    display: inline-block;
}

#solution_area .inner article h2 span {
    z-index: 4;
    position: relative;
}

#solution_area .inner article .icon_box {
    display: flex;
}

#solution_area .inner article .icon_box img {
    width: 120px;
    margin-right: 1vw;
}

#solution_area .inner article h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
    background: #CADED1;
    z-index: 3;
}

#solution_area .inner article p{
    font-size: 18px;
    text-align: left;
}



.first_stage {
    display: flex;
    justify-content: space-between;
    margin-right: 19vw;
    position: relative;
    z-index: 5;
}


.first_stage picture {
    flex: 0 1 46%;
}

.first_stage picture img {
    width: 100%;
}

.first_stage .description_box {
    flex: 0 1 46%;
    font-size: 22px;
    line-height: 2;
}


.title {
    font-size: 44px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 5vw 0;
}

.title:after {
    content: url(../../img/top_new/icon-kaidan-title.svg);
    margin-left: 3vw;
    width: 70px;
}

#installation_area {
    position: relative;
}

#installation_area .bg_icon_area {
    margin-left: 19vw;
    background: #F8F8F4;
    padding: 14vw 0 6vw 0;
    margin-top: -10vw;
    position: relative;
}

#installation_area .bg_icon_area > img {
    position: absolute;
    right: 0;
    top: -174px;
}

#installation_area .icon_area {
    margin-bottom: 2vw;
}

#installation_area .icon_area dl {
    display: flex;
    align-items: center;
}


#installation_area .icon_area dl dt {
    flex: 0 0 350px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #658B85;
}

#installation_area .icon_area dl dt span {
    display: block;
}

#installation_area .icon_area dl dt span:first-of-type {
    border-bottom: 2px solid #658B85;
    display: inline-block;
}

#installation_area .icon_area dl dt span:last-of-type {
    display: block;
    font-size: 40px;
}

#installation_area .icon_area dl dd {
    flex: 1 1 100%;
}

#installation_area .icon_area dl dd ul {
    display: flex;
    margin-right: 19vw;
}

#installation_area .icon_area dl dd ul li {
    margin-left: 1vw;
    width: calc(100% / 5 - 1vw);
}

#installation_area .icon_area dl dd ul li img {
    width: 100%;
}

#installation_area .icon_area dl dd ul li:nth-of-type(5n+1) {
    margin-left: 0;
}

#installation_area .icon_area dl dd ul li img {
    border-radius: 20px;
    border: 4px solid #658B85;
}

#installation_area .icon_area dl dd ul li span {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #658B85;
    margin-top: 6px;
}

#installation_area .descript_at {
    padding-left: 350px;
    margin-right: 19vw;
    font-size: 22px;
    line-height: 2;
}

.contact_box {
    margin-top: 3vw;
}

#installation_area .contact_box {
    padding-left: 350px;
    text-align: left;
}

.contact_box a {
    width: 340px;
    display: block;
    border-radius: 35px;
    border: 3px solid #658B85;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    text-align: center;
    background: #FFF;
}

.contact_box a:hover {
    background: #A0EAAC;
    color: #658B85;
    border: 3px solid #658B85;
}

.contact_box a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_box a span:after {
    content: url(../../img/top_new/icon-arrow-botan.svg);
    margin-left: 10px;
    width: 40px;
    height: 20px;
    stroke: #FFF;
    display: block;
}

.contact_box a:hover span:after {
    content: url(../../img/top_new/icon-arrow-botan_hover.svg);
}

#ex_area .description_box {
    font-size: 22px;
    line-height: 2;
    text-align: center;
    margin-bottom: 5vw;
}


.slick-slide img {
    display: block;
    width: 100%;
    max-width: auto;
}

.slick-slide {
    border-right: 1px solid #FFF;
}



/* 前／次の矢印の設定 */
.slick-box.type_img.arrows img{
	position: relative;
}
.slick-box.type_img.arrows .prev{
	position: absolute;
	top: -70px;
	left: 20px;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	content: url(../../img/top_new/firstview/arrow01.svg);
	z-index: 1;
}
.slick-box.type_img.arrows .next{
	position: absolute;
	top: -70px;
	right: 20px;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	content: url(../../img/top_new/firstview/arrow02.svg);
	z-index: 1;
}

#ex_area {
    padding-bottom: 5vw;
}

#ex_area .slick-box span {
    display: block;
    padding: 10px;
    font-size: 18px;
}

#ex_area .link_box {
    margin-right: 19vw;
}



.link_box {
    text-align: right;
    margin-top: 2vw;
}

.link_box a {
    font-size: 22px;
    line-height: 22px;
    color: #658B85;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.link_box a:hover{
    color: #00B097;
}

.link_box a:after {
    content: url(../../img/top_new/icon-arrow.svg);
    width: 48px;
    height: 18px;
    margin-left: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.link_box a:hover:after {
    content: url(../../img/top_new/icon-arrow_hover.svg);
}

#voice_area {
    background: #F8F8F4;
}

#voice_area > div {
    padding: 5vw 0;
    background: url(../../img/top_new/img-bg.png);
    background-repeat: repeat-x;
    background-position: top;
}

#voice_area h2 {
    font-size: 44px;
    line-height: 44px;
    color: #333333;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 4vw;
}

#voice_area h2 span:before {
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #658B85;
    content: "";
    margin-right: 50px;
}

#voice_area h2 span:after {
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #658B85;
    content: "";
    margin-left: 50px;
}

#voice_area .description_box {
    font-size: 22px;
    line-height: 2;
    text-align: center;
    margin-bottom: 4vw;
}

#voice_area .description_box span {
    color: #658B85;
    font-weight: bold;
}

#voice_area .voice_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 19vw;
}

#voice_area .voice_box > div {
    flex: 0 1 46%;
}

#voice_area .voice_box > div article {
    display: flex;
    justify-content: space-between;
    background: #FFF;
    padding: 30px;
    box-shadow: 3px 3px 0px #00000029;
}

#voice_area .voice_box > div:first-of-type article:first-of-type {
    margin-bottom: 3vw;
}

#voice_area .voice_box > div article picture {
    flex: 0 0 70px;
    margin-right: 1.5vw;
}

#voice_area .voice_box > div article dl {
    flex: 1 1 100%;
    font-size: 18px;
    flex-direction: column;
    display: flex;
}

#voice_area .voice_box > div article dl dd {
    flex: 1 1 100%;
    order: 1;
    padding-bottom: 5px;
}

#voice_area .voice_box > div article dl dt {
    border-top:  1px solid #E2E0E0;
    order: 2;
    font-size: 16px;
    padding-top: 5px;
}

#voice_area .link_box {
    margin-top: -24px;
    margin-right: 19vw;
}

#voice_area .contact_box a {
    margin: 0 auto;
}

#voice_area .ribon_box {
    padding: 3vw 3vw 3vw 0;
    display: flex;
    box-shadow: 0px 3px 6px #00000029;
    background: #FFF;
    margin: 0 19vw 5vw;
    position: relative;
}

#voice_area .ribon_box::before {
    content: url("../../img/top_new/ribon.svg");
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    left: -5px;
    top: -5px;
}

#voice_area .ribon_box::after {
    content: url("../../img/top_new/ribon02.svg");
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    right: -5px;
    bottom: -5px;
}

#voice_area .ribon_box picture{
    flex: 0 0 336px;
}

#voice_area .ribon_box picture img {
    width: 100%;
    max-width: auto;
}

#voice_area .ribon_box .description_box{
    flex: 0 1 100%;
    margin-bottom: 0;
    line-height: 2.5;
}



#select_area .container{
    margin-bottom: 5vw;
}

#select_area .container:nth-of-type(2n-1) {
    position: relative;
    margin-right: 19vw;
}

#select_area .container:nth-of-type(2n-1) h3 {
    width: 700px;
    margin-left: auto;
    font-size: 40px;
    margin-bottom: 20px;
}

#select_area .container:nth-of-type(2n-1) picture {
    position: absolute;
    right: 750px;
    top: -20px;
}

#select_area .container:nth-of-type(2n-1) picture img {
    border-radius: 50%;
}

#select_area .container:nth-of-type(2n-1) .left_step {
    background: #F4FCE8;
    height: 200px;
    border-radius: 0px 100px 100px 0px;
}

#select_area .container:nth-of-type(2n-1) .left_step .description_box {
    padding: 30px 80px 30px 0;
    font-size: 20px;
    width: 700px;
    margin-left: auto;
}

#select_area .container:nth-of-type(2n) {
    position: relative;
    margin-left: 19vw;
}

#select_area .container:nth-of-type(2n) h3 {
    width: 700px;
    margin-right: auto;
    font-size: 40px;
    margin-bottom: 20px;
    padding-left: 80px;
    letter-spacing: 1.5px;
}

#select_area .container:nth-of-type(2n) picture {
    position: absolute;
    left: 700px;
}

#select_area .container:nth-of-type(2n) picture img {
    border-radius: 50%;
}

#select_area .container:nth-of-type(2n) .left_step {
    background: #FCF8E8;
    height: 200px;
    border-radius: 100px 0 0 100px;
}

#select_area .container:nth-of-type(2n) .left_step .description_box {
    padding: 30px 0 30px 80px;
    font-size: 20px;
    width: 600px;
    margin-right: auto;
}

#price_area {
    padding-bottom: 5vw;
}

#price_area .description_box {
    font-size: 22px;
    line-height: 2;
    text-align: center;
    margin-bottom: 4vw;
}

#price_area .price_main {
    display: flex;
}

#price_area .price_main picture {
    flex: 0 1 50%;
}

#price_area .price_main picture img {
    width: 100%;
    max-width: 100%;
}

#price_area .price_main .price_box {
    flex: 0 1 50%;
    position: relative;
}

#price_area .price_main .price_box .border_box{
    margin: 5vw 0 0 -3vw;
    background: #FFF;
    padding: 40px;
    border: 1px solid #707070;
    margin-right: 19vw;
}

#price_area .price_main .price_box .border_box h3 {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 2px solid #6D8A85;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

#price_area .price_main .price_box .border_box p {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 2vw;
}

#price_area .type_box {
    display: flex;
    flex-wrap: wrap;
    margin: 5vw 19vw 0;
}

#price_area .type_box article{
    width: calc(100% / 4 - 1.59vw);
    margin-right: 2vw;
    background: #658B85;
    color: #FFF;
    border-radius: 0px 10px 10px 10px;
    position: relative;
}

#price_area .type_box article img {
    position: absolute;
    left: 0;
    top: 0;
}

#price_area .type_box article:nth-of-type(4n){
    margin-right: 0;
}


#price_area .type_box article h4 {
    font-size: 22px;
    text-align: center;
    margin: 1vw 0;
}

#price_area .type_box article .contact_box {
    margin-top: 0;
}

#price_area .type_box article .contact_box a {
    width: auto;
    font-size: 18px;
    margin: 0 15px 15px 15px;
    padding: 15px 5px;
}

#products_area {
    padding: 5vw 0 0;
    background: #F8F8F4;
    position: relative;
    z-index: 1;
}

#products_area .bg_container {
    position: relative;
}

#products_area .bg_container:after {
    position: absolute;
    content: "";
    display: block;
    height: 333px;
    width: 100%;
    background: #fff;
    bottom: 0;
    z-index: -1;
}

#products_area .bg_container > img {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(-1, 1);
}


#products_area h2 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4vw;
}

#products_area .product_box {
    margin:  0 19vw;
    display: flex;
}

#products_area .product_box .description_box{
    flex: 0 1 29%;
    margin-right: 1%;
    font-size: 22px;
    line-height: 2;
}

#products_area .product_box .article_box{
    flex: 0 1 70%;
    display: flex;
    flex-wrap: wrap;
}

#products_area .product_box .article_box article {
    width: calc(100% / 2 - 0.5vw);
    margin-right: 1vw;
    position: relative;
}

#products_area .product_box .article_box article a {
    position: relative;
    display: block;
}

#products_area .product_box .article_box article:nth-of-type(2n) {
    margin-right: 0;
}

#products_area .product_box .article_box article a > ul {
    position: absolute;
    display: flex;
    z-index: 5;
}

#products_area .product_box .article_box article figure {
    position: relative;
}

#products_area .product_box .article_box article figure img {
    width: 100%;
    max-width: auto;
}

#products_area .product_box .article_box article figure figcaption {
    position: absolute;
    bottom: 0;
    padding: 6px 15px;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    background: #FFF;
}

#products_area .product_box .article_box article:nth-of-type(1) figure figcaption,#products_area .product_box .article_box article:nth-of-type(2) figure figcaption {
    background: #F8F8F4;
}

#products_area .product_box .article_box article .caption_box {
    font-size: 20px;
    padding: 20px;
}

#products_area .btn_area {
    background: #FFF;
    padding: 3vw 0 5vw;
}

.btn_area ul {
    display: flex;
    justify-content: center;
}

.btn_area ul li:first-of-type{
    margin-right: 2vw;
}


#products_area .contact_box a {
    width: 380px;
    margin:  0 auto;
}

#qa_area {
    background: #F8F8F4;
    padding: 0 0 5vw;
}

#qa_area dl {
    margin: 0 19vw;
}

#qa_area dl dt {
    background: #FFF;
    font-size: 22px;
    box-shadow: 3px 3px 0px #A0A0A0;
    padding: 10px 20px;
}

#qa_area dl dd {
    font-size: 22px;
    padding: 25px 40px;
    margin-left: 1.5em;
}

#qa_area dl dd p {
    text-indent:  -1.5em;
}

#qa_area .link_box {
    margin: 5vw 19vw 0;
}

#news_area {
    padding: 5vw 0;
}

#news_area .news_container {
    display: flex;
    justify-content: space-between;
    margin: 0 19vw;
}

#news_area .news_container .news_section{
    flex: 0 0 47%;
}

#news_area .news_container h2 {
    font-size: 32px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}

#news_area .news_container h2 span {
    display: block;
    flex: 1 0 auto;
    margin-right: 20px;
}

#news_area .news_container h2:after {
    content: "";
    display: block;
    flex: 0 1 100%;
    height: 10px;
    background: #658B85;
    border-radius: 0px 5px 5px 0px;
}

#news_area .news_container .blog_section{
    flex: 0 0 47%;
}

#news_area .news_container article a{
    background: #E9EFEB;
    display: block;
    margin-bottom: 5px;
    padding: 10px 15px;
    font-size: 18px;
}

#news_area .news_container article a:hover {
    background: #C2FACB;
    color: #658B85;
}

aside h2 {
    font-size: 32px;
    margin-bottom: 3vw;
    text-align: center;
}

aside .description_box {
    text-align: center;
    font-size: 22px;
    line-height: 2;
}

aside .btn_area {
    width: 700px;
    margin: 0 auto;
}

aside .btn_area ul li {
    width: 100%;
}

aside .contact_box {
    margin-top: 1.5vw;
    position: relative;
}

aside .contact_box a span::after {
    content: url(../../img/top_new/icon-arrow-botan.svg);
    position: absolute;
    right: 20px;
    top: 22px;
}

aside .contact_box a {
    width: 100%;
    margin: 0 auto;
}

aside .btn_area > .contact_box a {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}

aside .btn_area > .contact_box a span::after {
    content: "";
}

aside .btn_area > .contact_box a span:last-of-type {
    display: flex;
    align-items: flex-start;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.5px;
}

aside .btn_area > .contact_box a span:last-of-type::before {
    content: url(../../img/top_new/img-freedial.jpg);
    margin: 0 10px 0 20px;
}

aside .announce {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.1px;
    margin-top: 10px;
}

.footer_container {
    display: flex;
    justify-content: space-between;
    margin: 0 19vw 3vw;
}

.footer_container dl{
    flex: 0 0 30%;
}

footer {
    background: #658B85;
    color: #ffffff;
    padding: 3vw 0 0;
  }
  
  footer dl dt {
    font-size: 20px;
    margin-bottom: 10px;
  }

  footer dl dt.ol {
    margin-bottom: 25px;
  }

  footer dl dt a {
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
  }

  footer dl dd ul a:visited,footer dl dd ul a:link {
    color: #FFF !important;
  }


  footer dl dd .sub_title {
    font-size: 16px;
  }

  footer dl dd ul {
    font-size: 14px;
    padding: 5px 0 15px 15px;
  }

  footer dl dd ul li::before {
    position: relative;
    top: -2px;
    left: -5px;
    display: inline-block;
    width: 2px;
    height: 2px;
    content: '';
    border-radius: 100%;
    background: #FFF;
  }

.address_area {
    background: #F8F8F4;
    display: flex;
    justify-content: space-between;
}

.address_area .address_container {
    padding: 2vw;
    color: #000;
    display: flex;
    margin-left: 19vw;
}

.address_area .address_container address {
    font-size: 16px;
    margin-left: 2vw;
}

.address_area .address_container address span {
    display: block;
}

.address_area .google_map {
    padding: 2vw;
    color: #000;
    display: flex;
    align-items: center;
    margin-right: 19vw;
}

.address_area .google_map a {
    color: #658B85;
    padding: 10px;
    line-height: 1;
    border: 1px solid #658B85;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

footer a:visited {
    color: #FFF;
}

.address_area .google_map a:before {
    content: url(../../img/top_new/Icon\ awesome-map-marker-alt.svg);
    margin-right: 5px;
}

.copy_right {
    text-align: center;
    padding: 3vw 0 1vw;
    background: #F8F8F4;
    color: #658B85;
    font-size: 12px;
}

#sp_area {
    display: none;
}

.quest_tit br {
    display: none;
}

.title br {
    display: none;
}

.sp_menu {
    display: none ;
}

nav > img {
    display: none;
}

#g_nav > ul:nth-of-type(2) {
    display: none;
}

aside h2 br {
    display: none;
}


