@charset "utf-8";

.about-page {
    width: 85%;
    margin-inline: auto;
}

.about-page__aout {
    margin-bottom: 110px;
}

.section-about__description {
    width: 100%;
    padding: 5% 0;
    background-color: #E4F1ED;
    border-radius: 10px;
}

.section-about__wrapper {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
}

.section-about__img {
    border-radius: 10px;
    display: block;
    width: 40%;
    height: auto;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    object-fit: cover;
}

.section-about__text-wrapper {
    width: 54%;
    line-height: 1.5;
    text-align: justify;
}

.section-about__text {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.section-about__name {
    font-weight: 500;
    font-size: 1.6rem;
}

.section-about__eng-name {
    font-size: 1.2rem;
    margin-bottom: 20px;
}


.about-page__thumbnail {
    width: 61.5%;
    margin-inline: auto;
    display: block;
    margin-bottom: 40px;
}

/* 最初のテキスト */
.about-page__text-wrapper {
    color: #333;
    width: 50%;
    word-break: normal;
    line-height: 1.5;
    margin-inline: auto;
    margin-bottom: 100px;
}

.about-page__text-wrapper p {
    margin-bottom: 10px;
}

.about-page__interest {
    color: #429C7E;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

.about-page__interest li {
    margin-right: 10px;
}

.about-page__skill {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 110px;
}

/* h2 できること*/
.about-page__title {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
}

.about-page__title span {
    font-size: 1.2rem;
    padding-top: 10px;
}

.skill-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* スキルごと */
.skill-list__item {
    width: 49%;
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 50px 0;
    margin-bottom: 20px;
}

/* 文章の幅 */
.skill-content {
    width: 75%;
    margin-inline: auto;
}

/* h4 */
.skill-content h4 {
    display: inline-block;
    padding: 2px 8px;
    line-height: 1;
    background-color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.5;
}

/* スキルの説明文 */
.skill-description {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
}

.skill__tool{
	padding-top:20px;
}

.skill__tool,
.skill__language {
    line-height: 1.5;
    font-size: 1.2rem;
}

.coding-tool {
    margin-bottom: 10px;
}

/* 挑戦中〜のところ */
.challenge-list-item {
    margin-bottom: 20px;
}

.challenge-list-item:last-child {
    margin-bottom: 0;
}

.challenge-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
}

/* **********WEBデザイナーを目指すまでBiography********** */
.about-page__biography {
    width: 100%;
    margin-inline: auto;
    border-radius: 20px;
}

/* 横スクロール */
.scroll-wrapper {
    background-color: #F6F6F6;
    padding: 50px 70px;
    /* width: 100%; */
    border-radius: 20px;
}

.scroll-wrapper time{
    font-family: 'Montserrat', sans-serif;
}

/* SCROLLを促すテキスト */
.scroll-appeal {
    display: inline-block;
    line-height: 1;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    padding: 6px 8px;
}

.yoko-scroll {
    display: flex;
    flex-direction: row;
    gap: 60px;
    overflow-x: auto;
    scrollbar-width: thin;

}

::-webkit-scrollbar {
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    /* border-left: solid 1px #ececec; */
}

::-webkit-scrollbar-thumb {
    background: #429C7E;
    border-radius: 10px;
}

.biography-item {
    min-width: 260px;
    font-size: 1.6rem;
    margin-bottom: 50px;
}

/* 各タイトル */
.biography-item-title {
    font-weight: 500;
    padding: 10px 0;
}

.biography-content {
    line-height: 1.5;
    text-align: justify;
    color: #333;
    font-size: 1.4rem;
}

/* 今後のキャリアパス */
/* .about-page__career {
    width: 100%;
} */

/* .about-page__career img {
    display: block;
    width: 100%;
} */

/* レスポンシブ */

/* 1024px以下 */
@media screen and (max-width: 1024px) {
    .skill-list {
        display: block;
    }

    .skill-list__item {
        width: 100%;
    }


    .skill-list {
        background-color: #f6f6f6;
        border-radius: 20px;
    }

    .skill-list__item {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .skill-list__item:last-child {
        padding-bottom: 50px;
    }

}

/* 900px以下 */
@media screen and (max-width: 900px) {

    .about-page {
        width: 100%;
    }

    /* about */
    .section-about__description {
        border-radius: 0;
        width: 100%;
    }

    .section-about__img {
        display: block;
        width: 40%;
        height: auto;
        aspect-ratio: 1 / 1;
        background-color: #fff;
    }

    .section-about__text-wrapper {
        width: 50%;
        line-height: 1.5;
        text-align: justify;
    }

    .section-about__text {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    /* スキル */
    .about-page__skill {
        width: 85%;
    }

    /* 目指すまで */
    .about-page__biography {
        width: 85%;
    }

    /* .about-page__career {
        width: 85%;
        margin-inline: auto;
    } */
}

/* 630px以下 */
@media screen and (max-width: 630px) {
    .section-about__description {
        padding: 10% 0;
    }
    
        .section-about__wrapper{
            display: block;
        }
    
        .section-about__img {
            width: 80%;
            margin-inline: auto;
            margin-bottom: 30px;
        }
    
        .section-about__text-wrapper {
            margin-inline: auto;
            width: 80%;
        }
    
        .section-about__button{
            margin-inline: auto;
        }

        .scroll-wrapper {
            padding: 30px;
        }
    }