.page-award .main-top-text {
    letter-spacing: 1px;
}
.about-bottom .box:nth-child(1) .text {
    right: unset;
    left: 70px;
}
.about-bottom .name {
    line-height: 1.4;
}
.main-top-text {
    max-width: 800px;
    margin-bottom: 30px;
    line-height: 1.5;
}
.page-award .main-top-text {
    max-width: unset;
    margin-bottom: unset;
    line-height: unset;
}
.about-top-title .t1 {
    font-size: 35px;
    letter-spacing: 2px;
}
.about-top-title .t2 {
    letter-spacing: 1px;
}
.page-about-sect .text-box {
    font-family: "Libertinus Sans", sans-serif;
}
.sect-title-2 {
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 1.5;
}
.sect-title-3 {
    letter-spacing: 1px;
}
.team-title .t1 {
    margin-bottom: 30px;
}
.atom-list .box {
    height: auto;
    padding: 38px 105px 0 63px;
}
.atom-list .box:nth-of-type(2n) {
    padding: 38px 63px 0 105px;
}
.atom-list .name {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 2px;
}
.atom-list .description {
    line-height: 1.5;
    letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
    .about-top-title .t1 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .sect-title-2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .sect-title-2 {
        font-size: 25px;
        text-align: center;
    }
    .about-top-title .t1 {
        font-size: 22px;
    }
    .about-bottom .box:nth-child(1) .text,
    .about-bottom .box:nth-child(2) .text {
        left: 0;
        padding: 0 30px;
    }
    .about-bottom .text:before {
        right: 30px;
    }
}
@media screen and (max-width: 480px) {
    .count-list .box {
        align-items: center;
    }
    .count-list .count-top {
        width: 50px;
        line-height: 1.5;
    }
    .count-list .name {
        width: calc(100% - 50px);
    }
}