﻿/* ------------- my css ------------- */



/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #457c46; 
    --color2: #cedbc1; 
    --color3: #e09e46; 
    --color4: #d6c88a; 
    --black: #151a1e; 
}

.txt_red, .hvr_txt_red:hover{color: #C12326;}
.txt_gray, .hvr_txt_gray:hover{color: #ccc}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_gray, .hvr_bg_gray:hover{background-color: #ccc}
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_gray, .hvr_border_gray:hover{border-color: #ccc}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}


/*自動リンク設定*/
.linkStyle{
    color:var(--color1);
}
.linkStyle:hover{
	opacity:0.7
}


/*------------- header -------------*/


.fa-envelope:before {
    content: "\f086" !important;
}


.drawer-nav{
    height: 100% !important;
    margin-top: 0 !important;
    background: #fff;
}

.drawer-nav .drawer-menu li a{
    transition: all 0.5s;
}

.drawer-nav .drawer-menu li a:hover{
    color: var(--color3);
}

#header_menu ul{
    display: none;
}

 #header{
    padding-bottom: 30px;
}

 #header #logo h1{
    max-width: 150px;
    margin: 0 auto;
        transform: translate(12px, 0px);
}
.is-show #header{
    padding-bottom: 20px;
}

.is-show #header #logo h1 {
    max-width: 80px;
    margin: 0 auto;
}

.all #header #logo h1{
    max-width: 60px;
}

@media screen and (max-width: 768px) {
#header #logo h1{
    max-width: 60px;
}

#header {
    padding-bottom: 10px;
}

}

/*------------- FV -------------*/
#main_img .main_txt{
        z-index: 2;
    top: 5%;
    left: 50%;
    width: 20%;
    max-width: 125px;
    transform: translateX(-50%);
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
  /*  mix-blend-mode: difference;*/
}
#main_img .swiper-container .box_img{
    position: relative;
}


#main_img .swiper-container .box_img.img1::before {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    bottom: 35%;
    width: 25%;
    height: 35%;
    right: 0;
    background-image: url(../img/spring.png);
    opacity: 0.7;
    mix-blend-mode: screen;
}

#main_img .swiper-container .box_img.img2::before {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: 35%;
    left: 0;
    z-index: 2;
    background-image: url(../img/summer.png);
       width: 25%;
    height: 35%;
    opacity: 0.5;
    mix-blend-mode: screen;
}
#main_img .swiper-container .box_img.img3::before {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    bottom: 35%;
    right: 0;
    z-index: 2;
    background-image: url(../img/autumn.png);
        width: 25%;
    height: 35%;
    opacity: 0.7;
    mix-blend-mode: screen;
}

#main_img .swiper-container .box_img.img4::before {
    position: absolute;
    content: "";
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(../img/winter.png);
    bottom: 35%;
    left: 0;
       width: 25%;
    height: 35%;
    opacity: 0.7;
    mix-blend-mode: screen;
}

@media screen and (max-width: 768px) {
    #main_img .box_img{
        height: 70vh !important;
    }
    #main_img .swiper-container .box_img.img1::before{
    bottom: 0%;
      height: 33%;
        width: 35%;

}
#main_img .swiper-container .box_img.img2::before{
    bottom: 0;
       height: 33%;
        width: 35%;
        opacity: 0.7;

}
#main_img .swiper-container .box_img.img3::before{
    bottom: 0%;
        height: 33%;
        width: 35%;

}

#main_img .swiper-container .box_img.img4::before{
    bottom: 0%;
      height: 33%;
        width: 35%;
        opacity: 0.5;
}

}

@media screen and (max-width: 667px) {

    #main_img .swiper-container .box_img.img1::before{
                width: 55%;
                height: 39%;
}
#main_img .swiper-container .box_img.img2::before{
         width: 55%;
                height: 39%;
}
#main_img .swiper-container .box_img.img3::before{
        width: 55%;
                height: 39%;
}

#main_img .swiper-container .box_img.img4::before{
        width: 55%;
                height: 39%;
}

}


/*------------- TOP -------------*/

#intro {
    height: 450px;
    max-height: 450px;
    text-align: center;
    padding: 100px 0 150px;
}

#intro::after {
    background: url(../img/bg_content.png) no-repeat right bottom !important;
    background-size: contain; 
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}


#intro_txt{
    max-width: 1250px;
}

#intro_txt .pc_txt{
    transform: translateY(-20px);
}

#intro_txt .sp_txt{
    font-feature-settings: "palt";
}

.offset-1r{
    margin-right: 0;
}


footer .bg_img{
    width: 40%;
    max-width: 300px;
    bottom: 0;
    z-index: -1;
}


#contents .back_color2::after{
    background-color: transparent !important;
}

#contents h2{
    filter: drop-shadow(0px 0px 10px rgba(69,124,70,1));

}

#contents .sp_txt{
    text-align: center;
}

#top_cms .cms_title .title_box,
#top_cms .cms_title .bg-mask  {
    background-color: transparent;
}

#top_cms .title_box h2{
    color: #fff;
}


#top_cms .cms_title .title_box h2,#contents h2 .svg_box  {
   filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 768px) {
footer .bg_img{
    max-width: 180px;
}
}
@media screen and (max-width: 667px) {
#intro_txt{
    padding: 50px 8%;
}
#intro {
    padding: 10px 0 130px;
}
#intro::after {
    width: 100%;
    height: 140%;
}


}

/*video*/

#video{
    position: relative;
        height: 48vh;
}

#video .video{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        width: 60%;
    max-width: 800px;
}
@media screen and (max-width: 768px) {
    #video{
        height: 30vh;
}
}

@media screen and (max-width: 667px) {
     #video{
                margin-top: 15px;
}
#video .video{
        width: 100%;
}
}



/*------------- 下層 -------------*/

#page_title .back_color ,#page_title .back_color2 {
           background-color: transparent;
}

#page_title h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
}


#page_title .txt_shadow {
    text-shadow:none; 
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    filter: drop-shadow(0px 0px 10px rgba(69,124,70,1));

}
#contents .back_color {
        border-bottom: 3px solid #fff;
}

.all main {
    padding-top: 125px;
}

@media screen and (max-width: 768px) {
    .all main {
        padding-top: 85px;
    }
    #page_title .txt_shadow {
    font-size: 24px;
    }
}

@media screen and (max-width: 667px) {
    .all main {
        padding-top: 80px;
    }
}


/*------------- 会社について -------------*/
#cms_2-g .cate_list{
    display: none;
}

/*------------- ビフォーアフター -------------*/

#cms_4-b  .cate_box {
    margin: 0 auto;
}

#cms_4-b  .cate_box.width_50per{
    width: 47% !important;
}

.before_txt{
    top: 0;
    padding: 10px 25px;
    border-radius: 0 0 20px 0;
}
@media screen and (max-width: 667px) {
#cms_4-b .cate_box.width_50per {
    width: 100% !important;
}
 .before_txt {
    padding: 5px 15px;
    border-radius: 0 0 15px 0;
}
}

/*------------- footer -------------*/

#footer .pd_l-r5per{
    padding: 0 10%;
}


#footer #logo2{
    max-width: 150px;
}