@charset "UTF-8";

#sec02 .txt .inner,
#sec03 .txt .inner,
#sec04 .txt .inner,
#sec05 .txt .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sec02 .txt h2,
#sec03 .txt h2,
#sec04 .txt h2,
#sec05 .txt h2{
    font-family: "M PLUS Rounded 1c";
    color: #943023;
    font-size: 3.4rem;
    margin-bottom: 30px;
    width: 31rem;
}
#sec02 .txt ul,
#sec03 .txt ul,
#sec04 .txt ul,
#sec05 .txt ul{
    margin-bottom: 30px;
}
#sec02 .txt li,
#sec03 .txt li,
#sec04 .txt li,
#sec05 .txt li{
    font-family: "M PLUS Rounded 1c";
    font-size: 2rem;
    margin-bottom: 10px;
}
#sec02 .more a,
#sec03 .more a,
#sec04 .more a,
#sec05 .more a{
    font-family: "M PLUS Rounded 1c";
    font-size: 2rem;
    background: url(../images/common/icon_arrow.png) no-repeat center right;
    padding-right: 60px;
}

/* ----------------------------------------------------------------------------------------------------
*  sec01
* --------------------------------------------------------------------------------------------------*/
#sec01{
    padding: 70px 0 90px;
    position: relative;
}
#sec01 figure{
    text-align: right;
    width: 70%;
    margin-left: auto;
}
#sec01 figure img{
    width: 100%;
}
#sec01 .txt:before{
    content: "";
    background: url(../images/index/scroll.png) no-repeat 0 0;
    width: 32px;
    height: 102px;
    display: block;
    position: absolute;
    left:2%;
    top:-100px;
}
#sec01 .txt{
    position: absolute;
    background: rgba(209,212,211,0.5);
    top:50%;
    transform: translate(0, -50%);
    padding: 40px 20px 40px 100px;
}
#sec01 .txt h2{
    color: #d1112a;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 30px;
    font-family: "Noto Sans JP";
    letter-spacing: 2;
}
#sec01 .txt p{
    font-size: 2.4rem;
    font-family: "Noto Sans JP";
    line-height: 1.4;
}

/* ----------------------------------------------------------------------------------------------------
*  sec02
* --------------------------------------------------------------------------------------------------*/
#sec02{
    position: relative;
}
#sec02 .txt{
    position: relative;
    width: 50%;
}
/* ----------------------------------------------------------------------------------------------------
*  sec03
* --------------------------------------------------------------------------------------------------*/
#sec03{
    position: relative;
}
#sec03 .txt{
    position: relative;
    width: 50%;
}
#sec03 .txt h2{
    color: #367541;
}
#sec03 figure{
    margin-left: auto;
}

/* ----------------------------------------------------------------------------------------------------
*  sec04
* --------------------------------------------------------------------------------------------------*/
#sec04{
    position: relative;
}
#sec04 .txt{
    position: relative;
    width: 50%;
}
#sec04 .txt h2{
    color: #e55303;
}

/* ----------------------------------------------------------------------------------------------------
*  sec05
* --------------------------------------------------------------------------------------------------*/
#sec05{
    position: relative;
}
#sec05 .txt{
    position: relative;
    width: 50%;
}
#sec05 .txt h2{
    color: #774b27;
}
#sec05 figure{
    margin-left: auto;
}

/* ----------------------------------------------------------------------------------------------------
*  sec06
* --------------------------------------------------------------------------------------------------*/
#sec06{
    background: url(../images/index/bg.jpg) no-repeat 0 0 /cover;
    min-height: 400px;
}
#sec06 p{
    margin: 0 auto;
    width: 500px;
    padding-top: 11%;
}
#sec06 p a{
    text-align: center;
    background: url(../images/common/icon_btn_arrow.png) no-repeat 95% center #d1112a;
    box-sizing: border-box;
    padding: 30px;
    color: #fff;
    display: block;
    font-size: 2.3rem;
    line-height: 1;
    letter-spacing: 3px;
    font-family: "Noto Sans JP";
}
#sec06 p a:hover{
    text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
*  sec07
* --------------------------------------------------------------------------------------------------*/
#sec07{
    background: #fff;
    text-align: center;
    padding: 50px 0 30px;
}
#sec07 .inner{
    max-width: 610px;
    margin: 0 auto;
}
#sec07 h2{
    font-size: 2.8rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
    text-align: center;
    color: #d1112a;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1112a;
    letter-spacing: 3px;
}
#sec07 dl{
    margin: 30px 100px 0;
}
#sec07 dl dt{
    color: #d1112a;
    font-size: 1.4rem;
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
    vertical-align: text-top;
    line-height: 1.2;
}
#sec07 dl dd {
    display: inline-block;
    width: 68%;
    margin-bottom: 20px;
    vertical-align: text-top;
    font-size: 1.4rem;
    line-height: 1.2;
}
#sec07 dl dd a{
    font-size: 1.4rem;
    line-height: 1.2;
}


/* ----------------------------------------------------------------------------------------------------
*  sec08
* --------------------------------------------------------------------------------------------------*/
#sec08{
    background: #f4f4f4;
    padding: 110px 0 115px;
}
#sec08 .inner{
    max-width: 1150px;
    margin: 0 auto;
}
#sec08 ul{
    align-items: center;
    justify-content: space-around;
}
#sec08 ul li{
    position: relative;
}
#sec08 ul li a{
    background: #fff;
    width: 236px;
    height: 74px;
    display: block;
    text-align: center;
    padding: 7px 0;
    box-sizing: border-box;
}
#sec08 ul li:nth-child(2) a img{
    width: 80%;
    padding-top: 15px;
}
#sec08 ul li:nth-child(3) a img{
    width: 80%;
    padding-top: 0;
}
#sec08 ul li:nth-child(4) a img{
    padding-top: 20px;
}

/* ----------------------------------------------------------------------------------------------------
*  sp
* --------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    #sec01{
        padding: 0 0 12%;
    }
    #sec01 .txt{
        position: relative;
        top:auto;
        transform: none;
        padding:  5%;
    }
    #sec01 .txt::before {
        display: none;
    }
    #sec01 .txt h2{
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
    #sec01 .txt p{
        font-size: 1.6rem;
        line-height: 1.4;
    }
    #sec01 figure{
        width: 100%;
    }
    #sec02 .inner, 
    #sec03 .inner, 
    #sec04 .inner, 
    #sec05 .inner{
        flex-wrap: wrap;
    }
    #sec02 .inner figure, 
    #sec03 .inner figure, 
    #sec04 .inner figure, 
    #sec05 .inner figure{
        width: 100%;
        margin-bottom: 2%;
    }
    #sec02 .txt .inner, 
    #sec03 .txt .inner, 
    #sec04 .txt .inner, 
    #sec05 .txt .inner{
        position: relative;
        top:auto;
        left: auto;
        transform: none;
        width: 90%;
        margin: 0 auto;
        display: flex;
    }
    #sec02 .txt h2, 
    #sec03 .txt h2, 
    #sec04 .txt h2, 
    #sec05 .txt h2{
        font-size: 2.5rem;
        margin-right: auto;
        margin-bottom: 15%;
    }
    #sec02 .txt, 
    #sec03 .txt, 
    #sec04 .txt, 
    #sec05 .txt {
        width: 100%;
    }
    #sec02 .txt ul, 
    #sec03 .txt ul, 
    #sec04 .txt ul, 
    #sec05 .txt ul{
        display: none;
    }
    #sec02 .more a, 
    #sec03 .more a, 
    #sec04 .more a, 
    #sec05 .more a{
        font-size: 1.4rem;
        padding-right: 5rem;
        background-size: auto 70%;
    }
    #sec03 figure,
    #sec05 figure{
        order: 1;
    }
    #sec03 .txt,
    #sec05 .txt{
        order: 2;
    }
    #sec05 .txt h2{
        margin-bottom: 5%;
    }
    #sec06{
        background: url(../images/index/bg_sp.jpg) no-repeat 0 0 / 100%;
        min-height: 26rem;
    }
    #sec06 p{
        width: 65%;
        padding-top: 20%;
    }
    #sec06 p a{
        font-size: 1.6rem;
        padding: 2rem;
        letter-spacing: 0;
        background-size: 5%;
    }
    #sec07{
        padding: 5% 5% 1%;
    }
    #sec07 .inner{
        width: 85%;
        margin: 0 auto;
    }
    #sec07 h2{
        font-size: 2rem;
        padding-bottom: 1rem;
        font-weight: normal;
        letter-spacing: 0;
    }
    #sec07 dl{
        margin: 5% 7%;
    }
    #sec07 dl dd{
        width: 72%;
        margin-bottom: 3%;
   }
    #sec07 dl dt{
        font-size: 1.2rem;
        margin-bottom: 3%;
        width: 25%;
    }
    #sec07 dl dd,
    #sec07 dl dd a{
        font-size: 1.2rem;
        letter-spacing: -0.5px;
        vertical-align: text-top;
    }
    #sec08{
        padding: 10% 0;
        background: none;
    }
    #sec08 .inner{
        width: 90%;
        margin: 0 auto;
    }
    #sec08 ul{
        width: 100%;
    }
    #sec08 ul li{
        width: 27%;
        padding: 0 1%;
    }
    #sec08 ul li a{
        width: auto;
        height: 20%;
    }
    #sec08 ul li:first-child{
        width: 20%;
        padding: 0 5% 0 0;
    }
    #sec08 ul li:nth-child(2) a img{
        width: 100%;
        padding-top:0; 
    }
    #sec08 ul li:nth-child(3) a img{
        width: 100%;
        padding-top:2%; 
    }
    #sec08 ul li:nth-child(4) a{
        padding-top: 0;
    }
    #sec08 ul li:nth-child(4) a img{
        padding-top: 0;
    }
}
