@charset "UTF-8";
.scale-wrapper {
    width: 1440px;
    transform-origin: top left;
    position: relative;
}
.head-area {
    width: 1440px;
    height: 520px;
    margin-top: 130px;
    position: relative;
}
.top-img {
    position: absolute;
    top: 40px;
    left: 160px;
    aspect-ratio: 2 / 0.8;
    width: 980px;
    overflow: hidden;
    z-index: 2;
}
.top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
    scale: calc(1.2);
}
.top-shape {
    width: 160px;
    height: 110px;
    border: solid 1px #666;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 80px;
    z-index: 3;
}
.big-shape {
    aspect-ratio: 2 / 0.8;
    width: 980px;
    border: solid 1px #666;
    opacity: 0.3;
    position: absolute;
    top: 90px;
    left: 300px;
    z-index: 1;
}
.bottom-shape {
    width: 100px;
    height: 100px;
    border: solid 1px #666;
    opacity: 0.4;
    position: absolute;
    bottom: -10px;
    right: 100px;
    z-index: 3;
}


/*-------------section-line--------------------*/
.section-line {
    width: 100%;
    height: 1px;
    background-color: #999;
}

/*--------------------------------About----------------------------------*/
#about {
    margin-bottom: 100px;
    position: relative;
}
#about .section-circle {
    width: 280px;
    height: 280px;
    border: solid 1px #666;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: -60px;
    z-index: -10;
    opacity: 0.2;
}
#about .box {
    position: relative;
    margin-bottom: 100px;
}
#about .section-heading {
    margin-bottom: 90px;
}
#about .inner {
    display: flex;
}
#about .img {
    margin: 0 10% 0 40px;
    max-width: 300px;
    max-height: 400px;
    width: 100%;
    height: 100%;
    position: relative;
}
#about .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}
#about .img .under-box {
    position: absolute;
    inset: 0;
    border: solid 1px #666;
    transform: translate(-15%, -8%);
    width: 85%;
    z-index: -10;
}
#about .vertical-line {
    width: 1px;
    background-color: #666;
    position: absolute;
    top: 56px;
    left: 80px;
    bottom: 0;
    z-index: -2;
}
#about .text {
    margin-top: 130px;
    position: relative;
    margin-bottom: 50px;
}
#about .text .name-en {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
#about .text .name {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
#about .text .name-line {
    width: 100%;
    height: 1px;
    background-color: #666;
    margin-bottom: 40px;
}
#about .text .detail-1 {
    margin-bottom: 25px;
    line-height: 1.8;
    text-align: justify;
}
#about .text .detail-2 {
    margin-bottom: 40px;
    line-height: 1.8;
    text-align: justify;
}
#about .text .detail-line {
    height: 1px;
    background-color: #666;
    position: absolute;
    left: -410px;
    bottom: 0;
    right: 0;
}

/*---------------------------------------career---------------------------------*/
#career {
    margin-bottom: 100px;
    position: relative;
}
#career .box {
    margin-bottom: 100px;
}
/*----------------triangle--------------------*/
#career .section-triangle {
    position: absolute;
    top: 50%;
    right: 100px;
    width: 240px;
    height: 240px;
    border-bottom: 1px solid #666;
    opacity: 0.2;
    transform: translateY(-50%) rotate(-15deg);
    z-index: -10;
}
#career .section-triangle::before,
#career .section-triangle::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 240px;
    border-top: 1px solid #666;
}
#career .section-triangle::before {
    left: 0;
    transform: rotate(-60deg);
    transform-origin: left center;
}
#career .section-triangle::after {
    right: 0;
    transform: rotate(60deg);
    transform-origin: right center;
}

#career .career-list {
    position: relative;
    padding: 20px 0 10px 60px;
}
#career .career-list::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #666;
    position: absolute;
    top: 0;
    left: 16px;
}
#career li {
    position: relative;
}
#career li::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d9d9d9;
    border: solid 1px #666;
    position: absolute;
    top: 8px;
    left: -51px;
    z-index: 2;
}
#career time {
    font-size: 1.25rem;
    display: inline-block;
    margin-bottom: 10px;
}
#career .title {
    font-size: 1.25rem;
    margin-bottom: 8px;
}
#career .detail {
    color: #444;
    line-height: 1.8;
    margin-bottom: 40px;
}
#career .last {
    margin-bottom: 40px;
}
#career .line {
    width: 100%;
    height: 1px;
    background-color: #666;
    margin-bottom: 40px;
    opacity: 0.5;
}

/*---------------------------------------skill---------------------------------*/
#skill {
    margin-bottom: 100px;
    position: relative;
}
#skill .box {
    margin-bottom: 100px;
}
#skill .section-square {
    width: 220px;
    height: 220px;
    border: solid 1px #666;
    opacity: 0.2;
    position: absolute;
    bottom: 80px;
    left: 30px;
    z-index: -10;
}
#skill .inner {
    display: flex;
    gap: 5%;
}
#skill .design,
#skill .coding {
    width: 50%;
}
#skill .title {
    font-size: 1.5rem;
    margin: 0 0 30px 20px;
    position: relative;
}
#skill .title::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #666;
    position: absolute;
    top: 0;
    left: -20px;
}
#skill .detail {
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: justify;
}
#skill .skill-item {
    margin-bottom: 40px;
}
#skill .skill-name {
    font-size: 1.5rem;
    margin-bottom: 15px;
}
#skill .skill-bar {
    max-width: 480px;
    height: 35px;
    background-color: #d8dde1;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
#skill .skill-bar-fill {
    height: 100%;
    background-color: #3f4c52;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
}
.skill-bar-fill.ps {
    width: 60%;
}
.skill-bar-fill.ai {
    width: 40%;
}
.skill-bar-fill.fg {
    width: 100%;
}
.skill-bar-fill.html {
    width: 80%;
}
.skill-bar-fill.css {
    width: 60%;
}
.skill-bar-fill.js {
    width: 20%;
}
#skill .wp {
    text-align: center;
    padding: 4px 0;
    font-weight: 500;
    letter-spacing: 0.05em;
}

/*--------------------------------------strengths------------------------------------------*/
#strengths {
    margin-bottom: 100px;
    position: relative;
}
#strengths .section-square {
    width: 120px;
    height: 120px;
    border: solid 1px #666;
    opacity: 0.2;
    transform: rotate(20deg);
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: -10;
}
#strengths .item {
    display: flex;
    align-items: flex-start;
    gap: 3%;
    padding: 30px 0;
}
#strengths .item-1 {
    padding: 0 0 30px;
}
#strengths .item-2 {
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
}
#strengths .no {
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #666;
    opacity: 0.3;
}
#strengths .title {
    font-size: 1.5rem;
    padding: 10px 0;
    margin-bottom: 10px;
}
#strengths .detail {
    line-height: 1.8;
    margin-bottom: 20px;
}
#strengths .btn {
    color: #222;
    background-color: #F3F5F6;
    border: solid 1px #222;
    padding: 12px 25px;
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    transition: 0.4s;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
}
#strengths .btn:hover {
    color: #fff;
    background-color: #222;
    border: solid 1px #222;
}


/*-------------------------------------------------------
------------------------------------------スマートフォン----------------------------*/
@media screen and (max-width: 767px) {
    .scale-wrapper {
        width: 767px;
    }
    .head-area {
        margin-top: 90px;
        width: 767px;
        height: 600px;
        overflow: visible;
    }
    .top-img {
        top: 50px;
        left: 100px;
        width: 500px;
        aspect-ratio: 9 / 7;
    }
    .top-img img {
        scale: calc(1);
    }
    .top-shape {
        width: 200px;
        height: 180px;
        opacity: 0.6;
        top: 0;
        left: 30px;
    }
    .big-shape {
        width: 400px;
        opacity: 0.4;
        top: 180px;
        left: 300px;
        aspect-ratio: 9 / 7;
    }
    .bottom-shape {
        width: 100px;
        height: 100px;
        opacity: 0.4;
        bottom: 50px;
        right: 20px;
    }

/*--------------------------------About----------------------------------*/
    #about {
        margin-bottom: 80px;
    }
    #about .box {
        margin-bottom: 80px;
    }
    #about .section-heading {
        margin-bottom: 70px;
    }
    #about .inner {
        flex-direction: column;
    }
    #about .img {
        padding-right: 30px;
    }
    #about .img .under-box {
    border: solid 1px #999;
}
    #about .vertical-line {
        top: 39px;
        left: 70px;
    }
    #about .text {
        margin-top: 70px;
        margin-bottom: 50px;
    }
    #about .text .name-en {
        font-size: 1.15rem;
        margin-bottom: 0px;
        background-color: #F3F5F6;
    }
    #about .text .name {
        font-size: 2rem;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
        background-color: #F3F5F6;
    }
    #about .text .name-line {
        width: 60%;
        margin-bottom: 30px;
    }
    #about .text .detail-1 {
        margin-bottom: 0;
        padding-bottom: 20px;
        background-color: #F3F5F6;
    }
    #about .text .detail-2 {
        margin-bottom: 30px;
        background-color: #F3F5F6;
    }


/*---------------------------------------career---------------------------------*/
    #career {
        margin-bottom: 80px;
    }
    #career .box {
        margin-bottom: 80px;
    }
/*----------------triangle--------------------*/
    #career .section-triangle {
        right: 50px;
        width: 200px;
        height: 200px;
        opacity: 0.15;
    }
    #career .section-triangle::before,
    #career .section-triangle::after {
        width: 200px;
    }

    #career .career-list {
        padding: 20px 0 10px 40px;
    }
    #career .career-list::before {
        left: 5px;
    }
    #career li::before {
        top: 8px;
        left: -42.5px;
    }
    #career time {
        font-size: 1.15rem;
        margin-bottom: 8px;
    }
    #career .title {
        font-size: 1.15rem;
        margin-bottom: 8px;
    }
    #career .detail {
        margin-bottom: 30px;
    }
    #career .last {
        margin-bottom: 30px;
    }
    #career .line {
        margin-bottom: 30px;
    }

/*---------------------------------------skill---------------------------------*/
    #skill {
        margin-bottom: 80px;
    }
    #skill .box {
        margin-bottom: 80px;
    }
    #skill .section-square {
        width: 100px;
        height: 100px;
        opacity: 0.1;
        bottom: 20px;
        left: 20px;
        transform: rotate(-5deg);
    }
    #skill .inner {
        flex-direction: column;
        gap: 0;
    }
    #skill .design,
    #skill .coding {
        width: 100%;
    }
    #skill .design {
        margin-bottom: 40px;
    }
    #skill .title {
        font-size: 1.25rem;
        margin: 0 0 20px 15px;
    }
    #skill .title::after {
        left: -15px;
    }
    #skill .detail {
        margin-bottom: 30px;
    }
    #skill .skill-item {
        margin-bottom: 20px;
    }
    #skill .skill-name {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }

/*--------------------------------------strengths------------------------------------------*/
    #strengths {
        margin-bottom: 80px;
    }
    #strengths .section-square {
        width: 100px;
        height: 100px;
        bottom: 10px;
    }
    #strengths .item {
        gap: 3%;
        padding: 20px 0;
    }
    #strengths .item-1 {
        padding: 0 0 20px;
    }
    #strengths .no {
        font-size: 4.5rem;
        letter-spacing: 0.05em;
    }
    #strengths .title {
        font-size: 1.25rem;
        margin-bottom: 0px;
        font-weight: 500;
    }
    #strengths .detail {
        margin-bottom: 10px;
    }
    #strengths .btn {
        margin: 20px auto 0;
        font-size: 1rem;
    }


}

