@charset "utf-8";

/* KAORIN かおりん
-------------------------------*/
#wrapper.kaorin main{
    font-size: 20px;
    line-height: 1.8em;
    color: #4d4d4d;
    padding-top: 110px;

}
#wrapper.kaorin main section {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width:910px){
    #wrapper.kaorin main{
        font-size: 16px;
        line-height: 1.8em;
    }
}
@media screen and (max-width:640px){
    #wrapper.kaorin main{
        padding-top: 70px;

    }
}





.kao-cont01{
    width: 100%;
    height: 1150px;
    margin-bottom: 180px;
}
.kao-cont01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width:910px){
    .kao-cont01{
        width: 100%;
        height: 126vw;
        margin-bottom: 100px;
    }
}







.kao-cont02{
    width: 100%;
    max-width: 1800px;
    margin: auto;
    padding-bottom: 130px;
}

.kao-cont02 .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.kao-cont02 .item .txt{
    width: 47.5%;
    line-height: 2.5em;
}
.kao-cont02 .item .txt_in{
    width: 95%;
    max-width: 515px;
    margin-left: auto;
}
.kao-cont02 .item .img{
    width: 47.5%;
    text-align: center;
}
.kao-cont02 .item.rec{
    flex-flow: row-reverse;
    margin-top: 50px;
}
.kao-cont02 .item.rec .txt_in{
    margin-left: 0;
}

.kao-cont02 .item .txt_in.bg{
    position: relative;
    z-index: 3;
}
.kao-cont02 .item .txt_in.bg:after{
    position: absolute;
    left: -300px;
    top: -130px;
    z-index: 1;
    width: 623px;
    height: 538px;
    background: url(../img/kaorin/kao_02.png) center center/contain no-repeat;
    content: "";
}
.kao-cont02 .item .txt_in.bg p{
    position: relative;
    z-index: 3;
}
.kao-cont02 .item .txt_in.bg p span{
    font-size: 150%;
}
.kao-cont02 .item .txt .sub{
    margin-bottom: 70px;
    position: relative;
    z-index: 3;
}
.kao-cont02 .item .txt .sub:before{
    position: absolute;
    left: -77px;
    top: -150px;
    width: 323px;
    height: 133px;
    background: url(../img/kaorin/txt01.png) center top/contain no-repeat;
    content: "";
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
@media screen and (max-width:1300px){
    .kao-cont02 .item .txt .sub:before{
        left: -20px;
    }
}
@media screen and (max-width:910px){

    .kao-cont02{
        width: 90%;
        padding-bottom: 80px;
    }

    .kao-cont02 .item{
        display: block;
    }
    .kao-cont02 .item .txt{
        width: 100%;
        line-height: 1.8em;
    }
    .kao-cont02 .item .txt_in{
        width: 100%;
        max-width: initial;
        max-width: auto;
        margin-left: 0;
    }
    .kao-cont02 .item .txt_in.bg:after{
        left: -32vw;
        top: -14vw;
        width: 68vw;
        height: 59vw;
    }
    .kao-cont02 .item .img{
        width: 100%;
        margin-top: 20px;
    }
    .kao-cont02 .item .txt .sub {
        margin-bottom: 50px;
    }

}
@media screen and (max-width:640px){
    .kao-cont02 {
        padding-bottom: 0;
    }
    .kao-cont02 .item .txt .sub {
        margin-bottom: 20px;
    }
    .kao-cont02 .item .txt .sub img{
        width: 80%;
        max-width: 420px;
        height: auto;
    }
    .kao-cont02 .item .txt .sub:before{
        position: absolute;
        left: -20px;
        top: -70px;
        width: 150px;
        height: 80px;
        content: "";
    }
    .mt30{
        margin-top: 20px;
    }
    .mt40{
        margin-top: 30px;
    }

}






.bg_nami{
    width: 100%;
    background: url(../img/kaorin/kao_09.png) center top no-repeat;
    padding-top: 140px;
}

.kao-cont03{
    width: 90%;
    max-width: 1720px;
    margin: auto;
    padding-bottom: 130px;
}
.kao-cont03 .ttl{
    text-align: center;
    margin-bottom: 100px;
}
.kao-cont03 .item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kao-cont03 .item .img{
    width: 47%;
    text-align: center;
}
.kao-cont03 .item .txt{
    width: 47%;
    background: url(../img/kaorin/kao_06.png) right top no-repeat;
}
.kao-cont03 .item .txt .sub1{
}
.kao-cont03 .item .txt .sub2{
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
}
.kao-cont03 .item .txt .sub2 tr{
    border-bottom: solid 1px #4d4d4d;
    position: relative;
}
.kao-cont03 .item .txt .sub2 tr:after{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100px;
    height: 2px;
    background-color: #4d4d4d;
    content: "";
}
.kao-cont03 .item .txt .sub2 th{
    width: 180px;
    padding: 15px 0;
    font-weight: bold;
}
.kao-cont03 .item .txt .sub2 td{
    width: calc(100% - 180px);
    padding: 15px 0;
}
.btn_link{
    justify-content: space-between;
}
.btn_link a{
    width: 48%;
}




@media screen and (max-width:910px){
    .kao-cont03{
        padding-bottom: 100px;
    }

    .kao-cont03 .item .img{
        width: 100%;
        margin-bottom: 40px;
    }
    .kao-cont03 .item .txt{
        width: 100%;
    }
    .kao-cont03 .item .txt .sub1 img{
        width: 53vw;
        height: auto;
    }
    .kao-cont03 .item .txt .sub2{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .kao-cont03 .item .txt .link{
        text-align: center;
    }
}
@media screen and (max-width:640px){
    
    .kao-cont03 .ttl {
        margin-bottom: 40px;
    }
    .kao-cont03 .ttl img{
        width: 200px;
        height: auto;
    }
    .kao-cont03 .item .txt{
        background-position: right 30px;
        background-size: 30% auto;
    }
    .kao-cont03 .item .txt .sub1 img{
        width: 78vw;
        height: auto;
    }
    .kao-cont03 .item .txt .link img{
        width: 80%;
        max-width: 300px;
        height: auto;
    }
}
@media screen and (max-width:480px){

    .kao-cont03 .item .txt .sub2{
        border-top: solid 1px #4d4d4d;
    }
    .kao-cont03 .item .txt .sub2 tr:after{
        display: none;
    }
    .kao-cont03 .item .txt .sub2 th{
        display: inline-block;
        width: 100%;
        padding: 5px 10px;
        background-color: #f3f3f3;
    }
    .kao-cont03 .item .txt .sub2 td{
        display: inline-block;
        width: 100%;
        padding: 10px;
    }

    .btn_link a{
        width: 80%;
        max-width: 380px;
        margin: 0 auto 20px;
    }
}










.kao-cont04{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-bottom: 130px;
}
.kao-cont04 .ttl{
    text-align: center;
    margin-bottom: 100px;
}
.kao-cont04 .item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.kao-cont04 .item .img{
    width: 47%;
    text-align: center;
}
.kao-cont04 .item .txt{
    width: 47%;
    padding-top: 30px;
    line-height: 2.5em;
}
.kao-cont04 .item .txt_in{
    width: 95%;
    max-width: 520px;
    margin-left: auto;
}
.kao-cont04 .item .txt .sub3{
    margin-bottom: 45px;
}
.kao-cont04 .item.rec{
    flex-flow: row-reverse;
    margin-bottom: 130px;
}
.kao-cont04 .item.rec .txt_in{
    margin-left: 0;
}
@media screen and (max-width:910px){

    .kao-cont04{
        width: 90%;
        padding-bottom: 100px;
    }
    .kao-cont04 .ttl{
        margin-bottom: 40px;
    }
    .kao-cont04 .item{
        width: 100%;
        display: block;
    }
    .kao-cont04 .item .img{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .kao-cont04 .item .txt{
        width: 100%;
        padding-top: 0;
        line-height: 1.8em;
    }
    .kao-cont04 .item .txt_in{
        width: 100%;
        max-width: initial;
        max-width: auto;
        margin-left: 0;
    }
    .kao-cont04 .item .txt .sub3{
        margin-bottom: 30px;
    }
    .kao-cont04 .item.rec{
        margin-bottom: 100px;
    }
}
@media screen and (max-width:640px){
    .kao-cont04 .ttl{
        margin-bottom: 30px;
    }

    .kao-cont04 .ttl img{
        width: 200px;
        height: auto;
    }
    .kao-cont04 .item .img{
        margin-top: 20px;
    }
    .kao-cont04 .item .txt .sub3{
        margin-bottom: 20px;
    }
    .kao-cont04 .item.rec{
        margin-bottom: 50px;
    }
}




.kao-cont05{
    width: 100%;
    height: 580px;
    background: url(../img/kaorin/kao_10.jpg) center center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.kao-cont05 .btn_link{
    width: 90%;
    max-width: 790px;
    margin: auto;
}

@media screen and (max-width:1030px){
    .kao-cont05{
        height: 56vw;
    }
    .kao-cont05 .link img{
        width: 49.5vw;
        height: auto;
    }
}
@media screen and (max-width:640px){

    .kao-cont05{
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .kao-cont05 .link img{
        width: 80%;
        max-width: 300px;
        height: auto;
    }



}




















