﻿/*----- TOP 背景 -----*/
#top_contents1{
    background-color:var(--color4)!important;
    color:#fff;
}

/*-----TOP FV-----*/
.fv_item01{
    z-index: 10;
    width: 13%;
    left: 2%;
}
.fv_item02{
    z-index: 10;
    width: 35%;
    top: 33%;
    left: 3%;
}

@media screen and (max-width: 1400px){
    .fv_item01{
        top: 11%;
    }
}

@media screen and (max-width: 820px){
.fv_item01 {
width: 24%;
left: initial;
right: 6%;
top: initial;
bottom: 30%;
}
.fv_item02 {
width: 50%;
bottom: 3%;
right: 3%;
top: initial;
left: initial;
}
}
@media screen and (max-width: 768px){
    #main_img{
        height: 50vh;
    }
     .fv_item01 {
        width: 21%;
        left: 5%;
        right: initial;
        bottom: 39%;
}
.fv_item02 {
    width: 52%;
    bottom: 5%;
    right: initial;
    top: initial;
    left: 5%;
}
}
@media screen and (max-width: 400px){
    .mainwrap-r h1 {
        width: 140px;
    }
    #main_img{
        height: 40vh;
    }
    .fv_item01 {
    width: 27%;
        bottom: 25%;
}
    .fv_item02 {
        width: 71%;
        bottom: -8%;
}
}

/*-----TOP intro----*/
.con_item01{
    z-index: 1;
    width: 64%;
    top: 18%;
    left: 19%;
}

.con1_txt_wrap{
    padding-top: 340px !important;
    padding-bottom: 60px !important;
}

@media screen and (max-width: 768px){
    .con_item01 {
    width: 70%;
    top: -1%;
    left: 15%;
}
.con1_txt_wrap {
    padding-top: 177px !important;
    padding-bottom: 194px !important;
}
}
@media screen and (max-width: 400px){
    .con_item01 {
        width: 75%;
        top: 1%;
        left: 11%;
    }
        .con1_txt_wrap {
        padding-top: 100px !important;
        padding-bottom: 84px !important;
    }
}

/*----- TOP　コンテンツ画像-----*/
.con_img01{
    width:18%;
    position: absolute;
    right: 0;
    z-index: 1;
}
.con_img02{
    position: absolute;
    width: 18%;
    right: 10%;
    top: -10%;
}
.con_img03{
    position: absolute;
    width: 18%;
    left: 0%;
    top: 45%;
    z-index: 3;
}
@media screen and (max-width: 1400px){
    .con_img01{
        display: none;
    }
}

@media screen and (max-width: 768px){
.con_img02{
    position: absolute;
    width: 33%;
    right: 4%;
    top: -8%;
}
.con_img03{
    position: absolute;
    width: 28%;
}    
}

/*----- TOP aboutタイトル -----*/
.attach_txt{
    text-shadow: 2px 3px 5px rgb(63,51,45,0.8);
}

/*-----TOP 会社情報-----*/
/* .info_txt_wrap{
    background-color: var(--color1);
}  */

/*-----こだわり-----*/
#cms_2-g .cate_img1 {
    max-height: 630px;
    border-radius:10px;
}

/*-----サイトマップ-----*/
#page10 .more a::after{
    background-color:var(--color1);
}

/*-----共通 ハンバーガーメニュー-----*/
#sp_nav .sp_nav_ul1 li a,#sp_nav .sp_nav_ul2 li a{
    color:var(--black)!important;
}
.hamburger_line{
    background-color: var(--color2)!important;
}

/*----- 共通 リスト-----*/
.cate_list li{
    background-color:var(--color1)!important;
    border-radius:50px;
}

@media screen and (max-width: 400px){
    .cate_list li{
    padding-left:15px;
    }
}

.cate_list li a{
    color:#fff!important;    
}

/*-----共通 固定ボタン-----*/
#page-top{
    background-color: var(--color4);
}

/*-----共通 フッター-----*/
footer{
    background-color:var(--color2)!important;
    color:#fff;
}