/* sc-before-after */
.sc-before-after {
}
.sc-before-after .sc-inner {
    text-align: center;
}
.sc-before-after p {
    margin-top: calc(46 * var(--vw));
    line-height: 1.4;
    font-size: calc(35 * var(--vw));
}
.sc-before-after p span {
    font-weight: 600;
}
.sc-before-after .img {
    width: calc(1000 * var(--vw));
    margin: calc(97 * var(--vw)) auto 0;
}
.sc-before-after .img-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(15 * var(--vw));
    width: calc(1000 * var(--vw));
    margin: 0 auto;
}
.sc-before-after .img-info span {
    flex: 1;
    margin-top: calc(14 * var(--vw));
    padding: calc(16 * var(--vw)) 0;
    font-weight: 600;
    font-size: calc(25 * var(--vw));
    color: #fff;
    background-color: #121212;
}
.sc-before-after .info-box {
    margin: calc(57 * var(--vw)) auto 0;
    width: calc(1000 * var(--vw));
    padding: calc(55 * var(--vw)) 0;
    text-align: center;
    line-height: 1.4;
    font-size: calc(30 * var(--vw));
    background-color: #f1f1f1;
}
.sc-before-after .info-box span {
    font-weight: 600;
}

/* sc-line-type */
.sc-line-type {
}
.sc-line-type .sc-inner {
    text-align: center;
}
.sc-line-type .sc-cont {
    margin-top: calc(53 * var(--vw));
}
.sc-line-type .img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(8 * var(--vw));
}
.sc-line-type .img img {
    width: calc(395 * var(--vw));
}
.sc-line-type strong {
    display: block;
    margin-top: calc(70 * var(--vw));
    font-weight: 600;
    font-size: calc(40 * var(--vw));
}
.sc-line-type p {
    width: calc(856 * var(--vw));
    margin: calc(40 * var(--vw)) auto 0;
    padding: calc(50 * var(--vw)) calc(88 * var(--vw));
    text-align: left;
    line-height: 1.4;
    font-size: calc(27 * var(--vw));
    background-color: #f1f1f1;
}
.sc-line-type p span {
    display: block;
    line-height: 1.4;
    font-weight: 600;
    font-size: calc(27 * var(--vw));
    text-indent: calc(-26 * var(--vw));
}
.sc-line-type .img-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(33 * var(--vw));
    margin-top: calc(73 * var(--vw));
}
.sc-line-type .img-group .img {
    position: relative;
}
.sc-line-type .img-group .img span {
    position: absolute;
    left: 0;
    bottom: calc(20 * var(--vw));
    width: 100%;
    font-weight: 600;
    font-size: calc(22 * var(--vw));
    color: #fff;
}
.sc-line-type .txt {
    margin: calc(50 * var(--vw)) auto 0;
    padding: 0;
    text-align: center;
    font-weight: 300;
    font-size: calc(20 * var(--vw));
    background-color: unset;
}

/* .sc-info-graphic */
.sc-info-graphic .sc-cont {
    gap: calc(44 * var(--vw));
}
.sc-info-graphic .img {
    width: calc(528 * var(--vw));
}
