@charset "utf-8";
/* CSS Document */
.about-01-circle {
    border-radius: 50% !important;
    border-color: #cf142b !important;
    position: relative;
    width: 22.5%;
    min-width: 200px;
}
.about-01-circle::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.about-01-circle p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 240px) {
    .about-01-circle {
        width: 100%;
        min-width: inherit;
    }
}
.features-h3 {
    border-radius: 50% !important;
    border-color: #cf142b !important;
    width: 56px;
    height: 56px;
    line-height: 56px;
}
@media (max-width: 640px) {
    .features-h3 {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.u-w-154 {
    width: 154px!important;
}
.u-w-100 {
    width: 100px!important;
}
.u-mw-154 {
    max-width: 154px!important;
}
.u-mw-100 {
    max-width: 100px!important;
}
.features-03-content {
    width: calc(33% - (20px / 3));
}
@media (max-width: 1099px) {
    .features-03-content {
        width: calc(50% - 5px);
    }
}
@media (max-width: 640px) {
    .features-03-content {
        width: 100%;
    }
}
@media (min-width: 1561px) {
    #banner .catch-01 {
        font-size: 36px !important;
        line-height: 1.4 !important;
    }
    #banner .catch-02 {
        font-size: 58px !important;
        line-height: 1.4 !important;
    }
}
@media (min-width: 641px) and (max-width: 1560px) {
    #banner .catch-01 {
        font-size: 2.25vw !important;
        line-height: 1.4 !important;
    }
    #banner .catch-02 {
        font-size: 3.625vw !important;
        line-height: 1.4 !important;
    }
}
@media (max-width: 640px) {
    #banner .catch-01 {
        font-size: 3.75vw !important;
        line-height: 1.4 !important;
    }
    #banner .catch-02 {
        font-size: 5.75vw !important;
        line-height: 1.4 !important;
    }
}
/*.u-li-14 {
    line-height: 1.4 !important;
}
.u-fz-225vw {
    font-size: 2.25vw !important;
}
.u-fz-3625vw {
    font-size: 3.625vw !important;
}
@media (max-width: 640px) {
    .u-sp-fz-375vw {
        font-size: 3.75vw !important;
    }
    .u-sp-fz-575vw {
        font-size: 5.75vw !important;
    }
}*/