@charset "utf-8";

/* keyvisual */
.main-title{
    margin: 0 64px;
}
.main-title h1{
    margin-top: 64px;
    margin-bottom: 32px;
}
.main-title h4{
    opacity: .7;
    margin-bottom: 48px;
}

.kv{
    width: 100%;
}
.kv img{
    width: 100%;
    display: block;
}

/* aboutme */
.c-aboutme{
    margin: 0 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 64px 0;
    border-bottom: 2px solid #1e1e21;
}
.aboutme-title-wrap{
    width: 30%;
    padding-left: 64px;
    order: 1;
    position: relative;
}
.aboutme-text{
    order: 0;
    width: calc(100% - 30%);
    padding-right: 64px;
    border-right: 2px solid #1e1e21;
}
.aboutme-sns-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: absolute;
    left: 64px;
    bottom: 0;
}
.aboutme-sns-container a{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #1e1e21;
    position: relative;
}
.aboutme-sns-container img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

/* ican */
.c-ican{
    margin: 0 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 64px 0;
}
.ican-title{
    width: 30%;
    position: relative;
}
.ican-title h5::after{
    position: absolute;
    top: 0;
    right: 64px;
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/arrow_black.png) center/cover no-repeat;
}
.ican-wrap{
    width: calc(100% - 30%);
    padding-left: 64px;
    border-left: 1px solid #1e1e21;
}
.ican-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ican-detail{
    width: 50%;
    padding: 0 64px;
}
.ican-detail:nth-child(odd){
    padding-left: 0;
    border-right: 1px solid #1e1e21;
}
.ican-detail:nth-child(even){
    padding-right: 0;
    border: 0;
}
.ican-info:nth-child(1){
    padding-bottom: 64px;
    border-bottom: 1px solid #1e1e21;
}
.ican-info:nth-child(2){
    padding-top: 64px;
}
.ican-detail h4{
    margin-bottom: 16px;
}

/* レスポンシブ */
@media screen and (max-width: 1210px) {
    /* ican */
    .ican-title{
        width: 35%;
    }
    .ican-title h5::after{
        width: 40px;
        height: 40px;
    }
    .ican-wrap{
        width: calc(100% - 35%);
    }
    .ican-info{
        display: block;
    }
    .ican-info:nth-child(1){
        padding-bottom: 0;
        border-bottom: 1px solid #1e1e21;
    }
    .ican-info:nth-child(2){
        padding-top: 0;
    }
    .ican-detail{
        width: 100%;
        padding: 30px 0;
    }
    .ican-detail:nth-child(odd){
        padding-left: 0;
        border-right: 0;
    }
    .ican-detail:nth-child(2){
        padding-right: 0;
        border: 0;
    }
    .ican-detail{
        border-bottom: 1px solid #1e1e21;
    }
    .ican-detail:nth-child(4){
        padding-right: 0;
        border: 0;
    }
    .ican-detail h4{
        margin-bottom: 10.5px;
    }
}


/* タブレット用レスポンシブ===================== */
@media screen and (max-width: 1024px) {
    /* aboutme */
    .c-aboutme{
        margin: 0 42px;
        padding: 42px 0;
    }
    .aboutme-title-wrap{
        width: 200px;
        padding-left: 42px;
    }
    .aboutme-text{
        width: calc(100% - 200px);
        padding-right: 42px;
    }
    .aboutme-sns-container{
        left: 42px;
    }

    /* ican */
    .c-ican{
        margin: 0 42px;
        padding: 42px 0;
    }

    .ican-title{
        width: 280px;
    }
    .ican-title h5::after{
        right: 42px;
        width: 40px;
        height: 40px;
    }
    .ican-wrap{
        width: calc(100% - 280px);
        padding-left: 42px;
    }
    .ican-detail h4{
        font-size: 32px;
    }
}

/* スマホ用レスポンシブ===================== */
@media screen and (max-width:768px){
    /* keyvisual */
    .main-title{
        margin: 0 20px;
    }
    .main-title h1{
        margin-top: 98px;
        margin-bottom: 6.7px;
    }
    .main-title h4{
        margin-bottom: 10px;
    }

    /* aboutme */
    .c-aboutme{
        margin: 0 20px;
        display: block;
        padding: 40px 0;
    }
    .aboutme-title-wrap{
        width: auto;
        padding-left: 0;
        order: 0;
    }
    .aboutme-title{
        margin-bottom: 19px;
    }
    .aboutme-text{
        order: 1;
        width: auto;
        padding-right: 0;
        border: 0;
    }
    .aboutme-sns-container{
        justify-content: start;
        margin-bottom: 40px;
        position: static;
        top: auto;
        left: auto;
    }
    .aboutme-sns-container a{
        width: 66px;
        height: 66px;
    }
    .aboutme-sns-container img{
        width: 27.5px;
        height: 27.5px;
    }

    /* ican */
    .c-ican{
        margin: 0 20px;
        display: block;
        justify-content: start;
        padding-top: 48px;
        padding-bottom: calc(103px - 30px);
    }
    .ican-title{
        width: auto;
        margin-bottom: 13px;
    }
    .ican-title h5::after{
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .ican-wrap{
        width: auto;
        padding-left: 0;
        border: 0;
    }
}