@charset "utf-8";

/* ============================
ABOUT PC 
=============================== */

.section--profile {
    padding: 150px 60px;

}

.profile__w {
    max-width: 1440px;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;

}


.my__img img {
    width: 319px;
    aspect-ratio: 319 / 360;
    border-radius: 12px;
    object-fit: cover;
}

.about-title {
    width: calc(100% - 800px);
}

.name {
    font-size: clamp(1.8rem, 2vw + 1rem, 2.4rem);
    font-weight: 600;
    display: flex;
}

.name__e {
    color: #9B9999;
    font-size: 1.4rem;
}

.aboutMe__txt__name {
    display: flex;
    flex-direction: column;
}

.my {
    width: 800px;
}

.profile__txt {
    margin-top: 30px;
}

.nnn {
    display: flex;
    align-items: flex-end;
    column-gap: 1rem;
}

.my__txt {
    margin-top: 40px;
    font-size: clamp(1.3rem, 1.6vw, 1.6rem);
    line-height: 2.3;
}

/* ============================
ABOUT iPad 
=============================== */
@media (max-width: 1230px) {

    .section--profile {
        padding: 80px 30px;

    }

    .profile__w {
        flex-direction: column;

    }

    .my__txt {
        margin-top: 30px;
    }


    .my {
        margin-top: 40px;
        width: auto;
    }



    .about__title,
    .profile__txt {
        width: auto;
    }
}

/* ============================
ABOUT SP 
=============================== */
@media screen and (max-width: 768px) {
    .section--profile {
        padding: 60px 14px;
    }

    .my__img img {
        width: 70%;
    }
}

/* ============================
skill PC
=============================== */
.section--skill {
    padding: 150px 60px;
    background-color: var(--beju);

}

.skill--m {
    max-width: 1440px;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;

}

.skill__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 800px;
}

.number {
    font-family: Inter;
    font-size: 1.3rem;
    white-space: nowrap;
}

.skill__t {
    font-size: clamp(1.8rem, 2vw + 1rem, 2.4rem);
    font-weight: 500;
    margin-top: 16px;
}

.skill__txt {
    font-size: 1.6rem;
    line-height: 2.3;
    margin-top: 40px;
}

.skill__name {
    display: flex;
    margin-top: 30px;
    gap: 8px;
    align-items: center;
}

.skill {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: auto;
    border-radius: 30px;
    height: auto;
    padding: 6px 10px;
    background-color: var(--oranji);
    color: var(--white);
    font-weight: 500;

}

.s-tt {
    font-size: 1.6rem;
    margin-left: 14px;

}

.skill__item {
    display: flex;
    border-bottom: solid 1px #ccc;
    padding-bottom: 60px;
    width: 100%;
}

.skill__item:nth-of-type(2) {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 60px;

}

.name {
    display: flex;
    flex-direction: column;
}

/* ============================
skill ipad
=============================== */
@media (max-width: 1230px) {
    .section--skill {
        padding: 80px 30px;
        flex-direction: column;
    }

    .skill--m {
        flex-direction: column;
    }

    .skill__txt {
        font-size: 1.3rem;
        margin-top: 14px;
    }

    .skill {
        font-size: 1.3rem;
    }

    .skill__tt {
        width: 100%;
        box-sizing: border-box;
    }

    .skill__container {
        margin-top: 40px;
        gap: 0;
    }

    .skill__name {
        margin-top: 14px;
        flex-wrap: wrap;
    }

    .skill__name__t {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .skill__container {
        width: auto;
        margin-top: 60px;
    }

    .skill__item:nth-of-type(2) {
        margin-top: 30px;
    }

    .skill__item {
        padding-bottom: 30px;
    }

}

/* ============================
skill SP
=============================== */
@media screen and (max-width: 768px) {
    .section--skill {
        padding: 60px 14px;
    }
     .s-tt{
        font-size: 1.3rem;
    }
   
}

/* ============================
 career PC
=============================== */
.section--career {
    padding: 150px 60px;
    justify-content: space-between;
}

.career__m {
    max-width: 1440px;
    display: flex;
    margin: 0 auto;
}

.career__item {
    display: flex;
    margin-left: auto;
    gap: 50px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 800px;
    border-bottom: solid 1px #ccc;
}

.c--date {
    font-size: 1.6rem;
    font-family: 'Inter';
    width: 70px;
    line-height: 1.6;
}

.c--title {
    font-size: 1.8rem;
    font-weight: 500;
}

.c__txt {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 2.3;
}

.c__content {
    flex-direction: column;
    align-items: flex-start;

}

.c__t-m {
    width: 664px;
}

.career__item:last-child {
    border-bottom: none;
    padding-bottom: 0;

}

/* ============================
 career ipad
=============================== */

@media (max-width: 1230px) {
    .section--career {
        padding: 80px 30px;
        flex-direction: column;
    }

    .career__m {
        flex-direction: column;
    }

    .c__content {
        width: 100%;
        align-items: flex-start;
    }

    .c--date {
        font-size: 1.3rem;
    }

    .c--title {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .c__txt {
        font-size: 1.3rem;
        margin-top: 2rem;
    }

    .career__item {
        flex-direction: column;
        width: auto;
        margin-top: 60px;
        gap: 2rem;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .career__item:nth-last-of-type(:last-child) {
        padding-bottom: none;
    }

    .c__t-m {
        width: auto;
    }


}

/* ============================
 career SP
=============================== */
@media (max-width: 768px) {
    .section--career {
        padding: 60px 14px;
    }

    .career__item {
        gap: 16px;
        margin-top: 60px;
    }

    .career__item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

}

/* ============================
strengths  PC
=============================== */
.section--strengths {
    padding: 150px 60px;
    justify-content: space-between;
    background-color: var(--beju);
}

.strengths__m {
    max-width: 1440px;
    display: flex;
    margin: 0 auto;
}

.strengths__title {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.strengths__title-en {
    font-size: 5.2rem;
    font-weight: 700;
}

.strengths__title-ja {
    font-size: 1.6rem;
}

.strengths__list {
    display: flex;
    flex-direction: column;
    width: 800px;
    margin-left: auto;
}

.strengths__item {
    display: flex;
    gap: 50px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #ccc;
}

.strengths__item:last-child {
    border-bottom: none;
    padding-bottom: 0;

}

.strengths__num {
    width: 70px;
    font-size: 1.6rem;
}

.strengths__heading {
    font-size: 1.8rem;
    font-weight: 500;
    /* margin-bottom: 30px; */
}

.strengths__text {
    font-size: 1.6rem;
    line-height: 2.3;
    width: 664px;
    margin-top: 30px;
}


/* ============================
 Strengths iPad
=============================== */

@media (max-width: 1230px) {
    .section--strengths {
        padding: 80px 30px;
    }

    .strengths__m {
        flex-direction: column;
    }

    .strengths__list {
        width: 100%;
        margin-top: 60px;
    }

    .strengths__text {
        font-size: 1.3rem;
    }

    .strengths__heading {
        font-size: 1.6rem;
    }

    .strengths__item {
        flex-direction: column;
        width: auto;
        gap: 20px;
    }

    .strengths__num {
        width: auto;
    }

    .strengths__text {
        width: auto;
        margin-top: 20px;
    }

    .strengths__item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/* ============================
 Strengths SP
=============================== */

@media (max-width: 768px) {
    .section--strengths {
        padding: 60px 14px;
    }

}

/* ============================
hobby  PC
=============================== */
.section--hobby {
    padding: 150px 60px;
    justify-content: space-between;
    margin-bottom: 120px;
}

.hobby__wrapper {
    display: flex;
    /* justify-content: space-between; */
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}

.hobby__item {
    /* max-width: 340px; */
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;


}

.hobby__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.hobby__grid {
    width: 800px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.hobby__caption {
    font-size: 1.6rem;
    padding-left: 8px;
    text-align: center;
    line-height: 1.6;
}

.hobby__p {
    display: flex;
    flex-direction: column;
    align-items: start;
}


.hobby__caption--link a {
    text-decoration: underline;
}

.hobby__caption--link a:hover {
    color: #0056b3;
}

.hobby__p {
    gap: 16px;
}

/* ============================
 hobby iPad
=============================== */

@media (max-width: 1230px) {
    .section--hobby {
        padding: 80px 30px;
        margin-bottom: 60px;
    }

    .hobby__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        /* 横の隙間 */
        row-gap: 60px;
        max-width: 800px;
    }

    .hobby__caption {
        font-size: 1.6rem;
        text-align: start;
        padding: 0;
        line-height: 1.6;

    }

    .hobby__wrapper {
        flex-direction: column;
    }

    .hobby__grid {
        margin-top: 60px;
        width: auto;

    }

}

/* ============================
 hobby SP
=============================== */
@media (max-width: 460px) {
    .section--hobby {
        padding: 60px 14px;
        margin-bottom: 30px;
    }

    .hobby__grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;

    }

    .hobby__caption {
        font-size: 1.3rem;
        padding-left: 8px;

    }


    .hobby__item {
        gap: 1.6rem;
    }

    .hobby__item img {
        width: 80%;
        height: 80%;
    }
}