@charset "UTF-8";
/* -----------------------
about
-------------------------- */
.fadeIn {
  opacity: 0;
  transition: all 1.8s ease;
}
.fadeIn.show {
  opacity: 1;
}

.section--about {
    margin-top: 120px;
    padding: 0 6.4%;
}
.topic__name{
    letter-spacing: 0.05em;
    font-size: 2.8rem;
    font-family: "Cormorant Garamond";
    text-align: center;
}
.face {
    display: block;
    max-width: 40%;
    border-radius: 4px;
    margin: 40px auto 0;
}
.Introduction_name {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 30px;
}
.Introduction_name span {
    font-size: 1.4rem;
}
.Introduction_txt {
    font-size: 'Noto sans JP';
    font-size: 1.6rem;
    line-height: 2;
    max-width: 870px;
    margin: 30px auto 0;
}
/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 959px) {
    .topic__name{
        font-size: 2rem;
    }
    .face {
        max-width: 50%;
        margin: 20px auto 0;
    }
    .Introduction_name {
        font-size: 1.4rem;
        letter-spacing: 0.02em;
        text-align: center;
        margin-top: 30px;
    }
    .Introduction_txt {
        font-size: 'Noto sans JP';
        font-size: 1.4rem;
        line-height: 2;
        max-width: 600px;
        margin: 20px auto 0;
    }
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
    .section--about {
        margin-top: 80px;
        padding: 0 6.4%;
    }
    .face {
        max-width: 100%;
        margin: 20px auto 0;
    }
    .Introduction_name {
        font-size: 1.4rem;
    }
    .Introduction_txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }
}

/* -----------------------
career
-------------------------- */
.section--career {
    margin-top: 120px;
    background-color: #eff3fb;
    color: #3b3b3b;
    padding: 120px 6.4%;
}
.career__item {
    display: flex;
    margin-top: 60px;
    position: relative;
}
.career__item::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../images/career.png);
    background-size: contain;
    position: absolute;
    top: -15px;
    left: -76px;
}
.career__item::after {
    content: '';
    display: inline-block;
    background-color: #cfcfcf;
    position: absolute;
    width: 1px;
    height: 90%;
    top: 50px;
    left: -46px;
}
.career__item:last-of-type::after {
    width: 0px;
}
.career__date {
    font-size: 1.8rem;
    margin-right: 30px;
    letter-spacing: 0.02em;
}
.career__title {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
}
.career__txt {
    font-size: 1.4rem;
    margin-top: 12px;
    max-width: 720px;
    line-height: 2;
}
.career__list {
    width: 86%;
    margin-left: auto;
}
/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 959px) {
    .career__item {
        display: flex;
        margin-top: 40px;
        position: relative;
    }
    .career__item::before {
        content: '';
        display: inline-block;
        width: 60px;
        height: 60px;
        background-image: url(../images/career.png);
        background-size: contain;
        position: absolute;
        top: -15px;
        left: -68px;
    }
    .career__item::after {
        content: '';
        display: inline-block;
        background-color: #cfcfcf;
        position: absolute;
        width: 1px;
        height: 90%;
        top: 40px;
        left: -38px;
    }
    .career__item:last-of-type::after {
        width: 0px;
    }
    .career__date {
        font-size: 1.6rem;
        margin-right: 30px;
        letter-spacing: 0.02em;
    }
    .career__title {
        font-size: 1.6rem;
        letter-spacing: 0.02em;
    }
    .career__txt {
        font-size: 1.4rem;
        margin-top: 12px;
        max-width: 460px;
        line-height: 2;
    }
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
    .career__item {
        display: block;
        margin-top: 40px;
        position: relative;
    }
    .section--career {
        margin-top: 60px;
        background-color: #f1f1f1;
        color: #3b3b3b;
        padding: 60px 6.4%;
    }
    .career__item {
        margin-top: 40px;
        position: relative;
    }
    .career__item::before {
        content: '';
        display: inline-block;
        width: 60px;
        height: 60px;
        background-image: url(../images/career.png);
        background-size: contain;
        position: absolute;
        top: -15px;
        left: -60px;
    }
    .career__item::after {
        content: '';
        display: inline-block;
        background-color: #cfcfcf;
        position: absolute;
        width: 1px;
        height: 85%;
        top: 50px;
        left: -30px;
    }
    .career__item:last-of-type::after {
        width: 0px;
    }
    .career__date {
        font-size: 1.6rem;
        margin-right: 0;
        letter-spacing: 0.02em;
    }
    .career__title {
        font-size: 1.6rem;
        letter-spacing: 0.02em;
        margin-top: 10px;
    }
    .career__txt {
        font-size: 1.4rem;
        margin-top: 12px;
    }
}
/* -----------------------
strengths
-------------------------- */
.section--strengths {
    margin-top: 120px;
    margin-bottom: 80px;
    padding: 0 6.4%;
}
.strengths__image {
    display: block;
    margin: 0 auto;
}
.trendy {
    width: 100px;
    height: auto;
}
.charenge {
    width: 90px;
    height: auto;
}
.teamwork {
    width: 100px;
    height: auto;
}
.strengths__title {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0.05em;
}
.strengths__txt {
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 2;
}
.strengths__list {
    max-width: 860px;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    gap: 24px;
}
.strengths__item {
    position: relative;
    width: 300px;
}
.strengths__item:first-of-type::before {
    content: '01';
    font-size: 3.4rem;
    font-family: "Cormorant Garamond";
    position: absolute;
    top: -24px;
}
.strengths__item:nth-of-type(2):before {
    content: '02';
    font-size: 3.4rem;
    font-family: "Cormorant Garamond";
    position: absolute;
    top: -24px;
}
.strengths__item:last-of-type:before {
    content: '03';
    font-size: 3.4rem;
    font-family: "Cormorant Garamond";
    position: absolute;
    top: -24px;
}
.strengths__item:nth-of-type(2) {
    margin-top: 70px;
}
.strengths__item:last-of-type {
    margin-top: 160px;
}
/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 959px) {
.trendy {
    width: 80px;
    height: auto;
}
.charenge {
    width: 70px;
    height: auto;
}
.teamwork {
    width: 80px;
    height: auto;
}
.strengths__title {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.05em;
}
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
    .section--strengths {
        margin-top: 60px;
        margin-bottom: 60px;
        padding: 0 6.4%;
    }
    .strengths__list {
        margin: 0 auto;
        display: block;
    }
    .strengths__item {
        width: 100%;
    }
    .strengths__item:first-of-type {
        margin-top: 40px;
    }
    .strengths__item:nth-of-type(2) {
        margin-top: 40px;
    }
    .strengths__item:last-of-type {
        margin-top: 40px;
    }
    .trendy {
        width: 90px;
    }
    .charenge {
        width: 80px;
        height: auto;
    }
    .teamwork {
        width: 90px;
        height: auto;
    }
}