/* --------------------
 Washing
-------------------- */
.com-page-head-washing {
    align-items: flex-end;
    background-image: url("../images/pages/washing/washing-page-head.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row nowrap;
    height: 240px;
    justify-content: stretch;
    margin: 0;
    padding: 0 0 30px;
}

@media (min-width: 768px) {
    .com-page-head-washing {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .com-page-head-washing {
        height: 500px;
        margin: 0 -50px 0 0;
        padding: 0 50px 70px 0;
    }
}

.com-page-head-washing-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.com-page-head-washing__title {
    margin: 0;
}

.com-page-head-washing__title__en {
    display: block;
    font-size: var(--fs10);
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .com-page-head-washing__title__en {
        margin: 0 0 12px;
    }
}

@media (min-width: 992px) {
    .com-page-head-washing__title__en {
        margin: 0 0 12px;
    }
}

.com-page-head-washing__title__en img {
    height: 60px;
    object-fit: contain;
    object-position: left bottom;
    width: auto;
}

@media (min-width: 768px) {
    .com-page-head-washing__title__en img {
        height: 70px;
    }
}

@media (min-width: 992px) {
    .com-page-head-washing__title__en img {
        height: 74px;
    }
}

.com-page-head-washing__title__ja {
    display: block;
    font-family: var(--ff-serif);
    font-size: var(--fs24);
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .com-page-head-washing__title__ja {
        font-size: var(--fs28);
    }
}

@media (min-width: 992px) {
    .com-page-head-washing__title__ja {
        font-size: var(--fs30);
    }
}

.com-page-head-washing__title__ja:first-letter {
    color: var(--color-theme);
}












.washing {
    padding: 0 0 80px;
}

@media (min-width: 768px) {
    .washing {
        padding: 0 0 100px;
    }
}

@media (max-width: 767px) {
    .com-page-head-washing__title__ja {
        font-size: var(--fs20);
        letter-spacing: 0.2em;
    }
}

.overview {
    margin: 0 0 80px;
    padding: 0;
}

@media (min-width: 768px) {
    .overview {
        margin: 0 0 100px;
        padding: 8px 0 0;
    }
}

.overview-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.overview__content {
    margin: 0 0 60px;
    max-width: 1080px;
}

@media (min-width: 768px) {
    .overview__content {
        margin: 0 0 90px;
    }
}

.overview__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.067em;
    line-height: 1.9;
    margin: 0;
}

@media (min-width: 768px) {
    .overview__content p {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .overview__content p {
        font-size: var(--fs18);
    }
}

.overview__main {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 30px 40px;
    margin: 0 auto;
    max-width: 1000px;
}

@media (min-width: 768px) {
    .overview__main {
        flex-wrap: nowrap;
        margin: 0 auto 40px;
    }
}

@media (min-width: 992px) {
    .overview__main {
        gap: 0 50px;
    }
}

.overview__main__fig {
    flex: 0 0 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .overview__main__fig {
        flex: 0 1 380px;
    }
}

@media (max-width: 767px) {
    .overview__main__fig img {
        width: 100%;
    }
}

.overview__main__contents {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .overview__main__contents {
        flex: 0 1 550px;
    }
}

.overview__main__contents__title {
    color: var(--color-theme);
    font-family: var(--ff-serif);
    font-size: var(--fs22);
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin: 0 0 30px;
}

.overview__main__contents__title:has(wbr) {
    overflow-wrap: anywhere;
    word-break: keep-all;
}

@media (min-width: 768px) {
    .overview__main__contents__title {
        font-size: var(--fs26);
        margin: 0 0 40px;
    }
}

@media (min-width: 992px) {
    .overview__main__contents__title {
        font-size: var(--fs30);
    }
}

.overview__main__contents__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.067em;
    line-height: 2.2;
    margin: 0;
}

@media (min-width: 768px) {
    .overview__main__contents__content p {
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .overview__main__contents__content p {
        font-size: var(--fs18);
    }
}

.detail {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .detail {
        margin: 0 0 100px;
    }
}

.detail-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.detail__item-wrapper {
    margin: 0 auto;
    max-width: 1000px;
}

.detail__item {
    align-items: flex-start;
    border-bottom: 1px solid var(--color-theme);
    display: flex;
    flex-flow: row wrap;
    gap: 30px 40px;
    margin: 0 0 60px;
    padding: 0 0 50px;
}

@media (min-width: 768px) {
    .detail__item {
        flex-wrap: nowrap;
    }
}

@media (min-width: 992px) {
    .detail__item {
        gap: 0 50px;
    }
}

.detail__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.detail__item__fig {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .detail__item__fig {
        flex: 0 1 450px;
    }
}

@media (max-width: 767px) {
    .detail__item__fig > img {
        width: 100%;
    }
}

.detail__item__fig__point {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0;
    position: relative;
}

.detail__item__fig__point > img {
    width: 100%;
}

.detail__item__fig__point__text {
    align-items: center;
    bottom: 0;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs15);
    gap: 12px;
    justify-content: stretch;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 1.5;
    min-height: 50px;
    padding: 20px 16px 10px;
    position: absolute;
    right: 0;
    width: auto;
}

@media (min-width: 1492px) {
    .detail__item__fig__point__text {
        font-size: var(--fs20);
        padding: 30px 16px 10px;
    }
}

.detail__item__fig__point__text:before {
    background-image: url(../images/icons/icon-white-point.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    flex: 0 0 auto;
    height: 40px;
    transform: translateY(-4px);
    width: 37px;
    z-index: 1;
}

@media (min-width: 1240px) {
    .detail__item__fig__point__text:before {
        height: 45px;
        transform: translateY(-8px);
        width: 42px;
    }
}

@media (min-width: 1492px) {
    .detail__item__fig__point__text:before {
        height: 56px;
        width: 52px;
    }
}

.detail__item__fig__point__text:after {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(88, 88, 88) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.detail__item__fig__point__text span {
    display: block;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
}

.detail__item__contents {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .detail__item__contents {
        flex: 0 1 500px;
    }
}

.detail__item__contents__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.067em;
    line-height: 2;
    margin: 0 0 2em;
}

@media (min-width: 768px) {
    .detail__item__contents__content p {
        font-size: var(--fs16);
    }
}

.detail__item__contents__content p:last-child {
    margin-bottom: 0;
}

.case-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.case__item-wrapper {
    margin: 0 auto 65px;
    max-width: 1014px;
}

.case__item {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 70px 54px;
    margin: 0 0 65px;
    position: relative;
}

@media (min-width: 768px) {
    .case__item {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1240px) {
    .case__item {
        gap: 0 74px;
    }
}

.case__item:last-child {
    margin-bottom: 0;
}

.case__item__before {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    padding: 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .case__item__before {
        flex: 0 1 50%;
    }
}

.case__item__before:before {
    background-image: url(../images/pages/washing/washing-case-angle-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -9px;
    content: "";
    display: block;
    height: 52px;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: auto;
    transform: translateY(100%) rotate(90deg);
    width: 34px;
    z-index: 1;
}

@media (min-width: 768px) {
    .case__item__before:before {
        left: auto;
        right: -10px;
        top: 0;
        transform: translateX(100%);
    }
}

@media (min-width: 1240px) {
    .case__item__before:before {
        right: -20px;
    }
}

.case__item__before__fig img {
    width: 100%;
}

.case__item__before__label {
    bottom: 7px;
    color: var(--color-white);
    font-size: var(--fs16);
    font-weight: 500;
    left: 8px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0;
    padding: 4px 24px 4px 20px;
    position: absolute;
    z-index: 1;
}

@media (min-width: 768px) {
    .case__item__before__label {
        font-size: var(--fs18);
    }
}

@media (min-width: 1240px) {
    .case__item__before__label {
        font-size: var(--fs20);
    }
}

.case__item__before__label:before {
    background-color: #868686;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    top: -6px;
    width: 12px;
}

.case__item__before__label:after {
    background-color: #595959;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.case__item__after {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    flex-flow: row wrap;
    padding: 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .case__item__after {
        flex: 0 1 50%;
    }
}

.case__item__after__fig img {
    width: 100%;
}

.case__item__after__label {
    bottom: 7px;
    color: var(--color-white);
    font-size: var(--fs16);
    font-weight: 500;
    left: 8px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0;
    padding: 4px 24px 4px 20px;
    position: absolute;
    z-index: 1;
}

@media (min-width: 768px) {
    .case__item__after__label {
        font-size: var(--fs18);
    }
}

@media (min-width: 1240px) {
    .case__item__after__label {
        font-size: var(--fs20);
    }
}

.case__item__after__label:before {
    background-color: #001522;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: "";
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    top: -6px;
    width: 12px;
}

.case__item__after__label:after {
    background-color: var(--color-theme);
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}