@charset "UTF-8";
body *{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.Quicksand {font-family: "Quicksand", sans-serif;}

/*フォントサイズ*/
h2 {
    font-size: 3rem;
    margin-top: 35px;
    margin-bottom: 45px;
    font-weight: bold;
    text-align: left;
}

h2 span{
    font-size:1rem;
    display: block;
    margin-top: 2%;
}

h3{
    font-size: 1rem;
    font-weight: bold;
}

p{
    font-size: 0.75rem;
}
/**/

#Container{
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
}

main {
    width: 100%;
    position: relative;
}

/*.main_inner{
    padding: 20px ;
    padding-bottom: 0;
    
}*/

.main_inner h2{
    padding-inline:20px;
}

.pc_menu{
    display: none;
}

footer {
    height: 50px;
    text-align: center;
    line-height: 50px;
}

/*コンテンツここから*/

#Profile_Top, #Profile_main_contents, .Skill, .Strength, .Hoby-Liks{
    width: 100%;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.Profile_Top_Inner{
    padding-inline: 5.25%;
    margin-bottom: 8vh;
    max-width: 500px;
}

.porofile_img{
    margin: 0 auto;
    margin-bottom: 5%;
    position: relative;
    box-sizing: border-box;
    /*max-width: 400px;*/
}

.porofile_img figure::before{
    content: "";
    display: inline-block;
    width: 60%;
    height: 60%;
    background:url(../svg/logo_icon.svg)no-repeat center / contain ;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: -10;
    right: -17px;
    top: -20%;
    opacity: 0.2;
}

.porofile_img figure img{
    z-index: 1;
}

.profile_text h3{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 8%;
    font-weight: bold;
}

.profile_text h3 span{
    font-size: 1rem;
    display: block;
    margin-top: 6%;
}

.profile_text_main{
    font-size: 1rem;
    line-height: 2.45;
    margin-bottom: 8%;
}

.contact_text_link ul li a{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8%;
}

.contact_text_link ul li:last-child{
    margin-bottom: 0;
}

.contact_text_link ul li p{
    font-size: 1rem;
}

.link_img{
    width: 50px;
    height: auto;
}

.Skill, .Strength{
    width: 100%;
    background-color: #EBEBEB;
    margin-bottom: 8vh;
}

.skill_inner, .strength_inner{
    padding-inline: 5.25%;
    padding-block: 50px;
}

.Hoby-Liks_inner{
    padding-inline: 5.25%;
}

.skill_inner h3, .strength_inner h3, .Hoby-Liks_inner h3{
    font-size: 3rem;
    text-align: center;
    margin-bottom: 6%;
}

.Hoby-Liks_inner h3{
    /*margin-bottom: 7.3%;*/
    margin-bottom: 50px;
}

h3 span{
    font-size:1rem;
    display: block;
    margin-top: 2%;
}

.s_card, .st_card{
    background-color: #fff;
    padding: 15px;
    max-width: 335px;
    margin-bottom: 50px;
    border-radius: 8px;
}

.st_card img{
    display: block;
    padding-inline: 18%;
    margin-bottom: 4%;
}

.s_card:last-child{
    margin-bottom: 0;
}

.st_card:last-child{
    margin-bottom: 0;
}

.cord_big_text{
    font-size: 1.3rem;
    margin-bottom: 6%;
}

.skill_tool{
    margin-bottom: 6%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.85em 1.4em;
}

.big_column{
    grid-column: 1 / 3;
}

.tool_text{
    font-size: 13px;
    margin-bottom: 8%;
}

.card_text{
    font-size: 1rem;
    line-height: 2;
}

.button_001 {
    position: relative;
    display: none;
    width: 80%;
    max-width: 250px;
    margin: 15px auto 0;
    padding: 3% 10%;
    text-align: center;
    color: #941F2A;
    font-size: 1.1rem;
    border-radius: 100vh;
    line-height: 1.4rem;
    transition: 0.5s;
    border: #941F2A 1px solid;
    font-weight: bold;
}

.button_001:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.hoby-liks_box{
    padding-inline: 5%;
}

.hoby-liks_box li{
    margin-bottom: 8%;
    max-width: 335px;
}

.hoby-liks_box li figure{
    max-width: 300px;
    margin-bottom: 15px;
}

.hoby_text h4{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 5%;
    font-weight: bold;
}

.hoby_text p{
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -0.15px;
}

@media screen and (min-width: 768px){

    #Container{
        max-width: 100%;
    }
    
    .Profile_Top_Inner{
        display: flex;
        gap: 50px;
        max-width: 1010px;
        /*max-height: 552px;*/
    }

    .porofile_img{
        margin-bottom: 0;
    }

    .ander_link{
        display: flex;
        gap: 25px;
    }

    .contact_text_link ul .ander_link li{
        margin-bottom: 0;
    }

    .profile_text{
        max-width: 560px;
    }

    .profile_text h3{
        text-align: left;
    }

    .profile_text_main{
        line-height: 2.5;
    }

    .skill_inner, .strength_inner{
        padding-inline: 2%;
    }

    .Hoby-Liks_inner{
        padding-inline: 0;
    }

    .hoby-liks_box{
        padding-inline: 0;
    }

    .hoby-liks_box li{
        display: flex;
        justify-content: space-between;
        max-width: 940px;
        gap: 30px;
        padding-inline: 20px;
    }

    .hoby-liks_box li figure {
        width: 300px;
        margin: 0;
        flex-shrink: 0; /* 【これを追加！】何があっても300pxより縮まないようにする魔法のコード */
    }

    .hoby_text{
        max-width: 615px;
        padding-top: 64px;
    }

    .hoby_text h4{
        text-align: start;
    }

    .hoby_text p{
        letter-spacing:0;
    }

    .row_card{
        flex-direction: row-reverse;
    }

}

@media screen and (min-width: 860px){

    .skill_inner, .strength_inner{
        width:100% ;
    }

    .skill_card, .strength_card{
        display: flex;
        gap: 1.3%;
        justify-content: space-between;
    }

    .s_card, .st_card{
        width: calc(100% - 10%);
        margin-bottom: 0;
        padding: 1.3%;
    }

}


@media screen and (min-width: 1025px){
    /*#Container{
        max-width: 100%;
    }*/
    
    .main_inner{
        width: 100%;
        padding-top: 50px;
        padding-inline: 20px;
    }

    .main_inner h2{
        max-width: 1080px;
        padding: 0;
        margin: 15px auto 30px;
    }

    .hamburger-menu{
        display: block;
    }

    .Profile_Top_Inner{
        padding: 0;
        margin-bottom: 120px;
    }

    .Skill, .Strength{
        background-color: #fff;
        margin-bottom: 100px;
    }

    .skill_inner, .strength_inner, .Hoby-Liks_inner{
        padding: 0;
        max-width: 1080px;
        width: 100%;
    }

    .skill_inner h3, .strength_inner h3{
        text-align: left;
        margin-bottom: 48px;
    }

    h3 span{
        margin-top: 15px;
    }

    .skill_card, .strength_card{
        padding: 38px 20px;
        background-color: #EBEBEB;
    }

    .st_card img{
        padding-inline: 57px;
    }

    .Hoby-Liks_inner h3{
        text-align: left;
    }

    .hoby_text{
        padding-top: 64px;
        max-width: 100%;
    }

    .hoby-liks_box {
        max-width: 940px;
        margin: 0 auto;
    }

    .hoby-liks_box li{
        padding-inline: 0;
        /*max-width: 100%;*/
    }

}

@media screen and (min-width: 1250px){

    
}