@charset "UTF-8";


/* main（共通）*/
.wrap{
width: 100%;
border-top: #a8a8a8 1px solid;
background-image: url(../images/common/shida_bg.png);
background-repeat: no-repeat;
background-size: contain;
background-position: bottom;
background-attachment: fixed;
}


main {
    width: 960px;
}

main h1,
main h2,
main h3{
    font-family: 'Macondo', cursive;
    font-size: 2.5rem;/* 37px */
    display: flex;
    color: #6a6367;
    margin-bottom: 50px;
}

main h1::before,
main h2::before,
main h3::before{
    content: "";
    display: inline-block;
    margin-right: 12px;
    border-top-right-radius: 38px;
    color: #fff;
    padding-left: 38px;
    background-color: #ffcbcb;
}




/* 事業内容を後日追加（音楽関係） */
/* service_content */
/* main .service_content .service {
    background-image: url(../images/about/img_services.png);
    width: 700px;
    height: 267px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    color: transparent;
    margin-bottom: 60px;
} */

/* main .service_content .service_copy {
    text-align: center;
    line-height: 2.2em;
    margin-bottom: 60px;
} */

/* main .service_content .service_type {
    text-align: center;
    font-size: 1.3125rem;
    font-weight: 400;
    color: #a285f0;
} */


/* read btn  */
.btn {
    padding-top: 90px;
    width: 350px;
    height: 80px;
    margin: 0 auto;
}

.btn .read_btn {
    text-align: center;
    width: 350px;
    height: 80px;
    border: #414141 solid 1px;
    border-radius: 45px;
    font-size: 16px;
}

.btn .read_btn a {
    display: block;
    width: 350px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(106, 99, 103, .8);
    color: #fff;
    border-radius: 45px;
    transition: all .3s;
    position: relative;
    top: -10px;
    left: -10px;
}

.btn .read_btn a:hover {
    display: block;
    width: 350px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(255, 203, 203, 0.8);
    color: #614d4d;
    border-radius: 45px;
    position: relative;
    top: 0px;
    left: 0px;
}





/* KORUNEO */
main section.koruneo_content{
    margin-bottom: 200px;
}

main section.koruneo_content .concept_box01{
    display: flex;
    justify-content: space-between;
}


/* KORUNEO - logo*/
main section.koruneo_content .concept_box01 .origin01{
    background-color: #ffffff;
    /* background-image: linear-gradient(62deg, #e4e4e4 0%, #d1c4d4 80%); */
    background-image:linear-gradient(62deg, #c7b7cc 0%, #f7e7e7 80%);
    width: 350px;
    height: auto;
    padding: 30px;
    border-radius: 30px;
}

main section.koruneo_content .concept_box01 .origin01 .koruneo_logo{
    background-image: url(../images/about/KORUNEO_site_logo-white.png);
    background-position: center;
    width: 230px;
    height: 317px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    box-sizing: border-box;
    position: relative;
}

main section.koruneo_content .concept_box01 .origin01 .koruneo_logo::before{
    content: " ";
    width: 140px;
    height: 140px;
    border-left: #dcbbbe 1px solid;
    transform: rotate(45deg);
    position: absolute;
    top: -13px;
    left: -76px;
} 

main section.koruneo_content .concept_box01 .origin01 .koruneo_logo::after{
    content: " ";
    width: 140px;
    height: 140px;
    border-left: #dcbbbe 1px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 290px;
    right: -172px;
}


/* KORUNEO - text */
main section.koruneo_content .concept_box01 .origin02{
    width: 510px;
    clear: both;
}

main section.koruneo_content .concept_box01 .origin02 p{
    line-height: 1.4em;
}     

main section.koruneo_content .concept_box01 .origin02 .origin_title{
    font-weight: 700;
    padding-top: 30px;
}

main section.koruneo_content .concept_box01 .origin02 dl{
    width: 100%;
    padding-top: 30px;
}

main section.koruneo_content .concept_box01 .origin02 dt{
    float: left;
    font-size: 1.3125rem;/* 21px */
}
main section.koruneo_content .concept_box01 .origin02 .s_text{
    font-size: 0.812rem;/* 13px */
}

main section.koruneo_content .concept_box01 .origin02 dd{
    padding-left: 150px;
    padding-left: 161px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

main section.koruneo_content .concept_box01 .origin02 dd:last-child{
    margin-bottom: 30px;
}

main section.koruneo_content .concept_box01 .origin02 .about-address{
    padding-top: 30px;
}

main section.koruneo_content .concept_box01 .origin02 .icon-contact{
    padding-top: 20px;
    font-weight: 700;
}

main section.koruneo_content .concept_box01 .origin02 .icon-contact a{
    color: #5e3bbd;
}

main section.koruneo_content .concept_box01 .origin02 .icon-contact::before{
    content:" ";
    background-image: url(../images/about/arrow.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-size: contain;
}

/* PROFILE */
main section.profile_content{
margin-bottom: 0;
}

main section.profile_content {
    background-image: url(../images/about/map.png);
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: right top;
}

main section.profile_content .plofile {
    display: flex;
    justify-content: space-between;
}


/* PROFILE - Photo */
main section.profile_content .plofile .plofile_box {
    width: 380px;
    text-align: center
}

main section.profile_content .plofile .plofile_box .photo {
    background-image: url(../images/about/plofile.jpg);
}


/* PROFILE - career */
main section.profile_content .plofile .career {
    width: 530px;
    padding-top: 250px;
}

main section.profile_content .plofile .career p {
    line-height: 1.6em;
    margin-bottom: 20px;
}

main section.profile_content .plofile .career dl {
    width: 100%;
    clear: both;
}

main section.profile_content .plofile .career dt,
main section.profile_content .plofile .career dd {
    line-height: 1.6em;
}

main section.profile_content .plofile .career dt {
    float: left;
    padding-right: 30px;
}

main section.profile_content .plofile .career dd {
    padding-left: 90px;
    margin-bottom: 15px;

}


/* PROFILE - skill */
main section.profile_content .skill_box{
    padding-top: 90px;
}

main section.profile_content .skill_box .skill_list{
    width: 100%;
    border-top: #616161 1px solid;
    border-bottom: #616161 1px solid;
    padding: 20px;
    font-size: 1.5rem;
    margin-bottom: 50px;
    box-sizing: border-box;
}

main section.profile_content .skill_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

main section.profile_content .skill_box li{
    width: 295px;
    border: 1px solid #a5a1a7;
    border-radius: 25px;
    padding: 25px 15px 15px 15px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2rem;
}

main section.profile_content .skill_box li img{
    padding-bottom: 25px;
}

main section.profile_content .skill_box .skill_name{
    font-weight: 700;
    padding-bottom: 25px;
}

main section.profile_content .skill_box .ex{
    text-align: left;
    line-height: 1.3rem;
}

main section.profile_content .skill_box li:last-child{
    width: 629px;
    margin-bottom: 200px;
}






/* --- スマホ0~640pxまで --- */
@media screen and (max-width:640px) {

    .wrap{
        width: 100%;
        border-top:none;
        background-image: url(../images/common/shida_bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        background-attachment: fixed;
        }

        header{
            border-bottom: #a8a8a8 1px solid;      
          }

    main {
        width: 100%;
        padding: 30px 20px 0 20px;
        box-sizing: border-box;
        }
    
    main h1,
    main h2,
    main h3{
        font-size: 2rem;/* 37px */
        display: flex;
        color: #6a6367;
        margin-bottom: 35px;
    }
    
    main h1::before,
    main h2::before,
    main h3::before{
        content: "";
        display: inline-block;
        margin-right: 14px;
        border-top-right-radius: 38px;
        color: #fff;
        padding-left: 31px;
        background-color: #ffcbcb;
    }


    /* KORUNEO */
main section.koruneo_content{
    margin-bottom: 90px;
}

main section.koruneo_content .concept_box01{
    display: block;
    justify-content: start;
}


/* KORUNEO - logo*/
main section.koruneo_content .concept_box01 .origin01{
    background-color: #ffffff;
    background-image:linear-gradient(62deg, #c7b7cc 0%, #f7e7e7 80%);
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 30px;
    box-sizing: border-box;
}

main section.koruneo_content .concept_box01 .origin01 .koruneo_logo{
    background-image: url(../images/about/KORUNEO_site_logo-white.png);
    background-position: center;
    width: 230px;
    height: 240px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    position: relative;
}

main section.koruneo_content .concept_box01 .origin01 .koruneo_logo::before{
    content: " ";
    width: 0;
    height: 0;
    border-left: none;
    transform: rotate(45deg);
    position: absolute;
    top: -14px;
    left: -59px;
} 

main section.koruneo_content .concept_box01 .origin01 .koruneo_logo::after{
    content: " ";
    width: 0;
    height: 0;
    border-left: none;
    transform: rotate(45deg);
    position: absolute;
    top: 222px;
    right: -140px;
}


/* KORUNEO - text */
main section.koruneo_content .concept_box01 .origin02{
    width: 100%;
    clear: both;
}

/* PROFILE */
main section.profile_content{
    margin-bottom: 0;
    }
    
    main section.profile_content {
        background-size: 100%;
        background-position-y: 530px;
    }
    
    main section.profile_content .plofile {
        display: block;
        justify-content: start;
    }
    
    
/* PROFILE - Photo */
main section.profile_content .plofile .plofile_box {
    width: 100%;
    text-align: center
}

main section.profile_content .plofile .plofile_box .photo {
    background-image: url(../images/about/plofile.jpg);
}


    /* PROFILE - career */
    main section.profile_content .plofile .career {
        width: 100%;
        padding-top: 250px;
        margin-bottom: 60px;
    }
    
    main section.profile_content .plofile .career p {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    
 
    
/* PROFILE - skill */
main section.profile_content .skill_box{
    padding-top: 0px;
}

main section.profile_content .skill_box .skill_list{
    width: 100%;
    border-top: #616161 1px solid;
    border-bottom: #616161 1px solid;
    padding: 20px;
    font-size: 1.5rem;
    margin-bottom: 50px;
    box-sizing: border-box;
}

main section.profile_content .skill_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

main section.profile_content .skill_box li{
    width: 48%;
}

main section.profile_content .skill_box li:last-child{
    width: 100%;
    margin-bottom: 60px;
}


}