@charset "utf-8";

section {
    padding-top: 80px;
}

/*skill*/
.st_01 {
    fill: none;
    stroke: var(--black);
    stroke-width: 1.5;
    stroke-miterlimit: 10;
}

.st_02 {
    fill: none;
    stroke: var(--black);
    stroke-width: 1;
    stroke-miterlimit: 10;
}

/***************************************************
 * Generated by SVG Artista on 11/29/2023, 11:06:43 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
#skill_area {
    padding-top: 200px;
}



#skill {
    margin-left: -2vw;
    width: 30vw;
}

/* ===== SKILL SVG：キャリア方式（svg-elem-1〜5 を利用） ===== */

.svg-elem-1,
.svg-elem-2,
.svg-elem-3,
.svg-elem-4,
.svg-elem-5 {
    stroke-dasharray: 1300px;
    stroke-dashoffset: 1300px;
    transition: stroke-dashoffset 1.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* 遅延をつけて順番に描く */
.svg-elem-1 {
    transition-delay: 0s;
}

.svg-elem-2 {
    transition-delay: 0.12s;
}

.svg-elem-3 {
    transition-delay: 0.24s;
}

.svg-elem-4 {
    transition-delay: 0.36s;
}

.svg-elem-5 {
    transition-delay: 0.48s;
}

/* .on が付くと描画が始まる */
.on .svg-elem-1,
.on .svg-elem-2,
.on .svg-elem-3,
.on .svg-elem-4,
.on .svg-elem-5 {
    stroke-dashoffset: 0;
}


.skill_container {
    width: 80vw;
    margin-inline: auto;
}

.design_title {
    display: flex;
    align-items: baseline;
    margin-left: -2em;
    position: relative;
}

.design_line {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -1em;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background-color: var(--black);
    transition: 1.3s linear;
    transform: scaleX(0);
    /*X方向0、Y方向1*/
    transform-origin: left;
}

.design_line.show {
    transform: scaleX(1);
    /*X方向にスケール拡大*/
}


.skill_design {
    margin: 64px 0;
}

.about_title {
    font-size: 3em;
    padding-top: 8px;
    letter-spacing: 0.02em;
    font-family: var(--sub-font);
}

.number {
    font-size: 1.5em;
    padding-right: 0.3em;
}

.design_text {
    margin-top: 24px;
    font-size: 1.5em;
    font-family: var(--jp-font);
    line-height: 2.1;
    letter-spacing: 0.03px;
}


.design_tools {
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 1.4em;
    padding-top: 32px;
}

.subtext {
    letter-spacing: 0.3px;
    font-size: 1.35em;
    padding: 40px 8px 0 8px;
    font-family: var(--jp-font);
    line-height: 2.3;
}

.processing {
    margin-bottom: 64px;
}


.processing_img {
    width: 100%;
    /* aspect-ratio: 1366/1036; */
    max-width: 1366px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.design_tools_00 {
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 1.4em;
    padding-top: 0;
    padding-bottom: 32px;
}

.illust_img {
    width: 100%;
    aspect-ratio: 1081/331;
    max-width: 900px;
    padding-bottom: 64px;
    padding-top: 16px;
}

.coding_line {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -1em;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background-color: var(--black);
    transition: 1.3s linear;
    transform: scaleX(0);
    /*X方向0、Y方向1*/
    transform-origin: left;
}

.coding_line.show {
    transform: scaleX(1);
    /*X方向にスケール拡大*/
}

#career {
    margin-left: -2vw;
    width: 50vw;
}

#career_area {
    position: relative;
}

#works::before {
    display: none;
}

#career_area::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -40%;
    width: 120%;
    aspect-ratio: 2000/1841;
    background: url(img/bg05.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: lighten;
    z-index: -10;
}

.skill_coding {
    margin-bottom: 64px;
}

.other_line {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -1em;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background-color: var(--black);
    transition: 1.3s linear;
    transform: scaleX(0);
    /*X方向0、Y方向1*/
    transform-origin: left;
}

.other_line.show {
    transform: scaleX(1);
    /*X方向にスケール拡大*/
}

.career_area_style {
    padding-bottom: 64px;
}


.svg_car-1 {
    stroke-dashoffset: 510.6081237792969px;
    stroke-dasharray: 510.6081237792969px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

.on .svg_car-1 {
    stroke-dashoffset: 0;
}

.svg_car-2 {
    stroke-dashoffset: 756.7711181640625px;
    stroke-dasharray: 756.7711181640625px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4600000000000001s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4600000000000001s;
}

.on .svg_car-2 {
    stroke-dashoffset: 0;
}

.svg_car-3 {
    stroke-dashoffset: 464.9361877441406px;
    stroke-dasharray: 464.9361877441406px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.62s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.62s;
}

.on .svg_car-3 {
    stroke-dashoffset: 0;
}

.svg_car-4 {
    stroke-dashoffset: 654.7137451171875px;
    stroke-dasharray: 654.7137451171875px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.78s;
}

.on .svg_car-4 {
    stroke-dashoffset: 0;
}

.svg_car-5 {
    stroke-dashoffset: 654.7171020507812px;
    stroke-dasharray: 654.7171020507812px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.94s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.94s;
}

.on .svg_car-5 {
    stroke-dashoffset: 0;
}

.svg_car-6 {
    stroke-dashoffset: 464.9363098144531px;
    stroke-dasharray: 464.9363098144531px;
    -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
    transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.on .svg_car-6 {
    stroke-dashoffset: 0;
}

.career_container {
    width: 80vw;
    margin-inline: auto;
    padding-left: 16px;
    padding-bottom: 0.5px;
    border-left: 1px solid #000000;
}

.career_item {
    font-family: var(--jp-font);
    letter-spacing: 0.03em;
    line-height: 1.8em;
    font-size: 1.5em;
    margin-bottom: 48px;

}



.career_text {
    padding-top: 16px;
}

.career_days {
    display: flex;
    column-gap: 1em;
    font-weight: 600;
    position: relative;
}

.career_day::before {
    content: "●";
    position: absolute;
    font-size: 1em;
    left: -24px;
    bottom: 0;
}

.pagetop_a {
    text-align: right;
    font-size: 48px;
    font-weight: 400;
    padding-bottom: 8px;
}

.pagetop_a a:hover {
    opacity: 0.4;
}

.design_text_b {
    display: block;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

@media screen and (min-width:1400px) {
    #career_area::after {
        bottom: -150%;
    }

    /*=====min-width:1900px=====*/
}


@media screen and (max-width:768px) {

    .here {
        display: none;
    }

    .pagetop_a {
        /* padding-top: 104px;*/
        font-size: 32px;
    }

    .processing {

        margin-bottom: 72px;
    }

    .processing img {
        border: 1px solid var(--gray);
    }

    .processing img:last-child {
        margin-bottom: 40px;
    }

    .original,
    .color,
    .trace {
        font-size: 1.3em;
        font-family: var(--jp-font);
        line-height: 2;
        letter-spacing: 1.3px;
        width: 100%;
        margin-top: 40px;
    }


    #career_area::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -50%;
        width: 130%;
        aspect-ratio: 2230/1688;
        background: url(img/bg04.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.7);
        background-blend-mode: lighten;
        z-index: -5;
    }

    #career_area::after {
        bottom: -90%;
        width: 160%;
    }




    #skill {
        margin-left: -3vw;
        width: 40vw;
    }


    #career {
        margin-left: -3vw;
        width: 65vw;

    }

    .career_days {
        column-gap: 1em;
    }


    .career_day::before {
        display: none;
    }



    .career_container {
        padding-left: 0;
        border-left: none;
    }

    /*=====max-width:768px=====*/
}

@media screen and (max-width:500px) {
    .career_days {
        flex-direction: column;
    }

    #career_area::before {
        width: 160%;
    }

    #career_area::after {
        bottom: -40%;
        width: 180%;
    }

    /*=====max-width:500px=====*/
}