@charset "utf-8";
.main{
    background-color: #F3F3F3;
    background-image: url(../img/common/asfalt-dark.png);
}
.main.active{
    background-color: #494949;
}
.nav-head-about, .nav-head-skill, .nav-head-strength, .nav-head-favorite{
    position: fixed;
    right: 80px;
    z-index: -100;
    padding-right: 10px;
  }
  .nav-head-about a, .nav-head-skill a, .nav-head-strength a, .nav-head-favorite a{
    text-align: left;
    font-size: 1.6rem;
    text-decoration: none;
    color: #FC3C00;
  }
  .nav-head-about p, .nav-head-skill p, .nav-head-strength p, .nav-head-favorite p{
    font-size: 1.0rem;
    line-height: 1.2rem;
    text-align: left;
    color: #A0A0A0;
  }
  .nav-head-about, .nav-head-skill, .nav-head-strength, .nav-head-favorite{
    opacity: 0;
    transition: .4s;
  }
  .nav-head-about.nav-head-active, .nav-head-skill.nav-head-active, .nav-head-strength.nav-head-active, .nav-head-favorite.nav-head-active{
    opacity: 1;
    z-index: 1000;
  }
@media(min-width: 1200px){
    .nav-head-about,.nav-head-skill,.nav-head-strength,.nav-head-favorite{
        display: none;
    }
    .nav-wide-about{
        position: relative;
    }
    .nav-about{
        opacity: 0;
        transition: .4s;
    }
    .nav-skill, .nav-strength, .nav-favorite{
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: .4s;
        z-index: -100;
    }
    .nav-skill a, .nav-strength a, .nav-favorite a{
        font-size: 1.6rem;
        color: #FC3C00;
        font-weight: 500;
        text-decoration: none;
        transition: .4s;
    }
    .nav-skill p{
        width: 90px;
    }
    .nav-skill p, .nav-strength p, .nav-favorite p{
        cursor: default;
        position: absolute;
        color: #A0A0A0;
        font-size: 12px;
        font-family: "Noto Sans JP", sans-serif;
    }
    .nav-about.nav-active, .nav-skill.nav-active, .nav-strength.nav-active, .nav-favorite.nav-active{
        opacity: 1;
        z-index: 1000;
    }
    .nav-skill.nav-active p, .nav-strength.nav-active p, .nav-favorite.nav-active p{
        opacity: 1;
    }
}



.about{
    padding-bottom:  140px;
}
.about-profile{
    margin: 0 30px;
    padding-top: 200px;
    padding-bottom: 80px;
    border-bottom: solid 1px #a4a4a4;
}
.about-name{
    padding: 0 10px 60px;
}
.about-name h1{
    text-align: left;
    font-size: 4.0rem;
    font-weight: 400;
    line-height: 4.0rem;
    color: #FC3C00;
}
.about-name p{
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8rem;
    color: #222222;
    padding-top: 20px;
}
.about-text{
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3.0rem;
    padding-bottom: 40px;
    padding-left: 30px;
}
@media(min-width: 500px){
    .about-name{
        display: flex;
    }
    .about-name p{
        padding-left: 40px;
    }
}
@media(min-width: 1200px){
    .about-profile_wrapper{
        max-width: 1200px;
        margin: 0 auto;
    }
    .about-name{
        padding: 0 0 80px 40px;
    }
    .about-name h1{
        font-size: 8.0rem;
        font-weight: 400;
        line-height: 7.0rem;
    }
    .about-name p{
        text-align: left;
        font-size: 2.4rem;
        line-height: 2.0rem;
        padding-top: 45px;
    }
    .about-text-area{
        margin-left: auto;
        text-align: right;
        width: 60%;
    }
    .about-text{
        text-align: left;
        font-size: 1.8rem;
        line-height: 3.6rem;
        padding: 0;
    }
}

.about-skill{
    padding: 80px 30px;
    color: #e6e6e6;
}
.about-skill_design{
    padding-bottom: 60px;
}
.about-skill_design-wrapper{
    border-bottom: solid 1px #a4a4a4;
}
.about-skill_coding{
    padding-top: 60px;
}
.about-skill_design, .about-skill_coding{
    text-align: left;
}
.about-skill_title{
    display: flex;
    padding-bottom: 40px;
}
.about-skill_title h2{
    font-size: 4.0rem;
    line-height: 5.0rem;
    font-weight: 400;
}
.about-skill_title p{
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8rem;
    padding-top: 28px;
    padding-left: 10px;
}
.about-skill_text-wrapper{
    padding-left: 30px;
}
.about-skill_text{
    font-size: 1.4rem;
    line-height: 3.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    padding-bottom: 40px;
}
.about-skill_tool{
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.about-skill_tool h4{
    padding-bottom: 10px;
    font-weight: 400;
}

@media(min-width: 1200px){
    .about-skill_design, .about-skill_coding{
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
    }
    .about-skill_design{
        padding-bottom: 140px;
    }
    .about-skill_coding{
        padding-top: 140px;
    }
    .about-skill_title{
        padding: 0 0 80px 40px;
    }
    .about-skill_title h2{
        font-size: 4.8rem;
    }
    .about-skill_title p{
        font-size: 1.6rem;
        padding-left: 20px;
        letter-spacing: 0.15rem;
    }
    .about-skill_text-wrapper{
        text-align: right;
        margin-left: auto;
        width: 60%;
        padding-top: 20px;
    }
    .about-skill_text{
        text-align: left;
        font-size: 1.8rem;
        line-height: 3.6rem;
        padding: 0 0 60px;
    }
    .about-skill_tool{
        padding: 0;
        font-size: 1.8rem;
        text-align: left;
    }
}

.about-strength{
    padding: 80px 0 60px;
    margin: 0 30px;
    color: #e6e6e6;
    border-top: solid 1px #a4a4a4;
    border-bottom: solid 1px #a4a4a4;
}
.about-strength_positivity{
    padding-bottom: 60px;
}
.about-strength_positivity-wrapper{
    border-bottom: solid 1px #a4a4a4;
}
.about-strength_proposal{
    padding-top: 80px;
}
.about-strength_positivity, .about-strength_proposal{
    text-align: left;
}
.about-strength_title{
    display: flex;
    padding-bottom: 40px;
}
.about-strength_title h2{
    font-size: 4.0rem;
    line-height: 5.0rem;
    font-weight: 400;
}
.about-strength_title p{
    font-size: 1.2rem;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8rem;
    padding-top: 28px;
    padding-left: 10px;
}
.about-strength_text{
    font-size: 1.4rem;
    line-height: 3.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    padding: 0  0 40px 30px;
}
@media(min-width: 1200px){
    .about-strength_positivity, .about-strength_proposal{
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
    }
    .about-strength_positivity{
        padding-bottom: 140px;
    }
    .about-strength_proposal{
        padding-top: 140px;
    }
    .about-strength_title{
        padding: 0 0 80px 40px;
    }
    .about-strength_title h2{
        font-size: 4.8rem;
    }
    .about-strength_title p{
        font-size: 1.6rem;
        padding-left: 20px;
        letter-spacing: 0.15rem;
    }
    .about-strength_text-wrapper{
        text-align: right;
        margin-left: auto;
        width: 60%;
    }
    .about-strength_text{
        text-align: left;
        font-size: 1.8rem;
        line-height: 3.6rem;
        padding: 20px 0 0 30px
    }
}


.about-favorite{
    margin: 100px 30px 0;
}
.about-favorite ul{
    list-style: none;
}
.about-favorite ul li{
    margin-bottom: 40px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 3 ;
    transition: .4s;
}
/* hover */
.about-favorite ul li {
    position: relative;
    overflow: hidden;
  }
  .about-favorite ul li::before,
  .about-favorite ul li::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    margin: auto;
    transition: .4s;
    opacity: 0;
  }
  .about-favorite ul li::before {
    background: rgba(39, 39, 39, 0.6);
    width: 100%;
    height: 100%;
  }
  .about-favorite ul li:first-child:after {
    padding: 30px;
    color: #fff;
    content: "好きな場所は海。";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .about-favorite ul li:nth-child(2):after{
    padding: 30px;
    color: #fff;
    content: "12年間ラグビーをやっていました。";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .about-favorite ul li:nth-child(3):after{
    padding: 30px;
    color: #fff;
    content: "スニーカーが好きです。";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .about-favorite ul li:nth-child(4):after{
    padding: 30px;
    color: #fff;
    content: "スポーツを観るのが好きです。";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .about-favorite ul li:nth-child(5):after{
    padding: 30px;
    color: #fff;
    content: "趣味は料理です。";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .about-favorite ul li:last-child:after{
    padding: 30px;
    color: #fff;
    content: "週に2、3回ジムに行きます。";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
  }
  .about-favorite ul li:hover::before,
  .about-favorite ul li:hover::after {
    opacity: 1;
  }

.about-favorite ul li img{
    width: 100%;
}

@media(min-width: 700px){
    .about-favorite ul{
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        max-width: 1400px;
        margin: 0 auto;
    }
    .about-favorite ul li{
        width: calc( ( 100% - 30px ) / 2 );
        margin-bottom: 0;
    }
    .about-favorite ul li:first-child:after, .about-favorite ul li:nth-child(2):after , .about-favorite ul li:nth-child(3):after , .about-favorite ul li:nth-child(4):after , .about-favorite ul li:nth-child(5):after , .about-favorite ul li:nth-child(6):after {
        font-size: 1.6rem;
    }
}
@media(min-width: 1200px){
    .about-profile{
        margin:  0 7vh 0 14vw;
        padding: 300px 0 200px;
    }
    .about-strength{
        margin:  0 7vh 0 14vw;
        padding: 140px 0;
    }
    .about-favorite{
        margin:  0 7vh 0 14vw;
        padding: 160px 0 60px;
    }
    .about-skill{
        margin: 0 7vh 0 14vw;;
        padding:  140px 0;
    }
    .about-favorite ul li{
        width: calc( ( 100% - 60px ) / 3 );
    }
}