/* --------------------
 On-site
-------------------- */
:root {
    --color-standard: #ff2e65;
    --color-long: #fe9c06;
}

.main {
    overflow-x: clip;
}

.overview {
    padding: 40px 0 60px;
}

@media (min-width: 768px) {
    .overview {
        padding: 70px 0 90px;
    }
}

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

.overview__title {
    color: var(--color-teal);
    font-size: var(--fs22);
    font-weight: 500;
    letter-spacing: 0.3em;
    line-height: 1.92;
    margin: 0 0 12px;
    text-align: center;
}

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

.overview__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 2.12;
    margin: 0;
    text-align: center;
}

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

.reason {
    margin: 0 0 80px;
    position: relative;
}

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

.reason-container {
    margin: 0 auto;
    padding: 30px var(--c-pad) 50px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .reason-container {
        padding: 48px var(--c-pad) 90px;
    }
}

.reason__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 28px 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .reason__head {
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .reason__head {
        padding: 52px 0 36px;
    }
}

.reason__head__frame {
    bottom: 0;
    left: -4px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .reason__head__frame {
        left: -8px;
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .reason__head__frame {
        left: -36px;
    }
}

.reason__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.reason__head__frame span:before, .reason__head__frame span:after {
    background-color: #cae7df;
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .reason__head__frame span:before, .reason__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.reason__head__frame span:nth-child(1):before {
    left: 0;
    -webkit-mask-image: url(../images/commons/com-frame-left-top.svg);
    mask-image: url(../images/commons/com-frame-left-top.svg);
    top: 0;
}

.reason__head__frame span:nth-child(1):after {
    -webkit-mask-image: url(../images/commons/com-frame-right-top.svg);
    mask-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.reason__head__frame span:nth-child(2):before {
    bottom: 0;
    left: 0;
    -webkit-mask-image: url(../images/commons/com-frame-left-bottom.svg);
    mask-image: url(../images/commons/com-frame-left-bottom.svg);
}

.reason__head__frame span:nth-child(2):after {
    bottom: 0;
    -webkit-mask-image: url(../images/commons/com-frame-right-bottom.svg);
    mask-image: url(../images/commons/com-frame-right-bottom.svg);
    right: 0;
}

.reason__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 12px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .reason__head__title {
        gap: 0 20px;
    }
}

.reason__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 1.6875rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .reason__head__title__en {
        font-size: 2.625rem;
    }
}

.reason__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.reason__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 40px var(--c-pad);
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .reason__list {
        gap: 50px 40px;
    }
}

.reason__list__item {
    width: calc(50% - var(--c-pad)*0.5);
}

@media (min-width: 768px) {
    .reason__list__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.reason__list__item__number {
    margin: 0 0 12px;
    position: relative;
}

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

.reason__list__item__number__fig img {
    aspect-ratio: 307/202;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.reason__list__item__number__text {
    bottom: -4px;
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs10);
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    width: 60px;
}

@media (min-width: 768px) {
    .reason__list__item__number__text {
        width: 90px;
    }
}

.reason__list__item__number__text span {
    color: var(--color-white);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs12);
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 4px;
}

@media (min-width: 768px) {
    .reason__list__item__number__text span {
        font-size: var(--fs14);
        margin: 0 0 8px;
    }
}

.reason__list__item__number__text em {
    color: var(--color-white);
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs40);
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0;
    line-height: 1;
}

@media (min-width: 768px) {
    .reason__list__item__number__text em {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .reason__list__item__number__text em {
        font-size: 3.1875rem;
    }
}

.reason__list__item__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.46;
    margin: 0 0 8px;
}

@media (min-width: 768px) {
    .reason__list__item__title {
        font-size: var(--fs20);
        margin: 0 0 12px;
    }
}

.reason__list__item__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

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

.method {
    margin: 0 0 80px;
}

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

@media (min-width: 992px) {
    .method {
        margin: 0 0 160px;
    }
}

.method-container {
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.method__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 40px;
    padding: 28px 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .method__head {
        margin: 0 0 50px;
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .method__head {
        padding: 52px 0 36px;
    }
}

.method__head__frame {
    bottom: 0;
    left: -4px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .method__head__frame {
        left: -8px;
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .method__head__frame {
        left: -36px;
    }
}

.method__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.method__head__frame span:before, .method__head__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .method__head__frame span:before, .method__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.method__head__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.method__head__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.method__head__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.method__head__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.method__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 12px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .method__head__title {
        gap: 0 20px;
    }
}

.method__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 1.6875rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .method__head__title__en {
        font-size: 2.625rem;
    }
}

.method__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.method__content {
    margin: 0 0 40px;
}

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

.method__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

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

.method__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 40px var(--c-pad);
    justify-content: flex-start;
    margin: 0 0 52px;
}

@media (min-width: 768px) {
    .method__list {
        gap: 36px 40px;
    }
}

.method__list__item {
    width: calc(50% - var(--c-pad)*0.5);
}

@media (min-width: 768px) {
    .method__list__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.method__list__item__fig {
    margin: 0 0 12px;
}

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

.method__list__item__fig img {
    aspect-ratio: 307/202;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.method__list__item__title {
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.82;
    margin: 0 0 5px;
}

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

.method__list__item__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

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

.method__option__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .method__option__title {
        font-size: var(--fs20);
        margin: 0 0 28px;
        padding: 4px 0 12px 46px;
    }
}

.method__option__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .method__option__title:before {
        height: 34px;
        width: 30px;
    }
}

.method__option__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 40px var(--c-pad);
    justify-content: flex-start;
    margin: 0 0 52px;
}

@media (min-width: 768px) {
    .method__option__list {
        gap: 36px 40px;
    }
}

.method__option__list__item {
    width: calc(50% - var(--c-pad)*0.5);
}

@media (min-width: 768px) {
    .method__option__list__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.method__option__list__item__fig {
    margin: 0 0 12px;
}

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

.method__option__list__item__fig img {
    aspect-ratio: 307/202;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.method__option__list__item__title {
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.82;
    margin: 0 0 5px;
}

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

.method__option__list__item__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

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

.genre {
    margin: 0 0 80px;
}

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

@media (min-width: 992px) {
    .genre {
        margin: 0 0 145px;
    }
}

.genre-container {
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.genre__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 40px;
    padding: 28px 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .genre__head {
        margin: 0 0 50px;
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .genre__head {
        padding: 52px 0 36px;
    }
}

.genre__head__frame {
    bottom: 0;
    left: -4px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .genre__head__frame {
        left: -8px;
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .genre__head__frame {
        left: -36px;
    }
}

.genre__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.genre__head__frame span:before, .genre__head__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .genre__head__frame span:before, .genre__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.genre__head__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.genre__head__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.genre__head__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.genre__head__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.genre__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 12px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .genre__head__title {
        gap: 0 20px;
    }
}

.genre__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 1.6875rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .genre__head__title__en {
        font-size: 2.625rem;
    }
}

.genre__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.genre__content {
    margin: 0 0 40px;
}

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

.genre__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

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

.genre__general__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .genre__general__title {
        font-size: var(--fs20);
        margin: 0 0 28px;
        padding: 4px 0 12px 46px;
    }
}

.genre__general__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .genre__general__title:before {
        height: 34px;
        width: 30px;
    }
}

.genre__general__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: var(--c-pad);
    justify-content: flex-start;
    margin: 0 0 52px;
}

@media (min-width: 768px) {
    .genre__general__list {
        gap: 30px 16px;
    }
}

.genre__general__list__item {
    position: relative;
    width: calc(50% - var(--c-pad)*0.5);
}

@media (min-width: 768px) {
    .genre__general__list__item {
        width: calc(25% - 12px);
    }
}

@media (min-width: 992px) {
    .genre__general__list__item {
        width: calc(20% - 12.8px);
    }
}

.genre__general__list__item__fig img {
    aspect-ratio: 185/150;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.genre__general__list__item__title {
    bottom: 0;
    color: var(--color-white);
    font-size: var(--fs12);
    font-weight: 500;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    padding: 8px 4px;
    position: absolute;
    right: 0;
    top: auto;
    z-index: auto;
}

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

.genre__general__list__item__title:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.genre__general__list__item__title span {
    display: block;
    position: relative;
    z-index: 1;
}

.genre__business__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .genre__business__title {
        font-size: var(--fs20);
        margin: 0 0 28px;
        padding: 4px 0 12px 46px;
    }
}

.genre__business__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .genre__business__title:before {
        height: 34px;
        width: 30px;
    }
}

.genre__business__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: var(--c-pad);
    justify-content: flex-start;
    margin: 0 0 52px;
}

@media (min-width: 768px) {
    .genre__business__list {
        gap: 30px 16px;
    }
}

.genre__business__list__item {
    position: relative;
    width: calc(50% - var(--c-pad)*0.5);
}

@media (min-width: 768px) {
    .genre__business__list__item {
        width: calc(25% - 12px);
    }
}

@media (min-width: 992px) {
    .genre__business__list__item {
        width: calc(20% - 12.8px);
    }
}

.genre__business__list__item__fig img {
    aspect-ratio: 185/150;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.genre__business__list__item__title {
    bottom: 0;
    color: var(--color-white);
    font-size: var(--fs12);
    font-weight: 500;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    padding: 8px 4px;
    position: absolute;
    right: 0;
    top: auto;
    z-index: auto;
}

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

.genre__business__list__item__title:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.genre__business__list__item__title span {
    display: block;
    position: relative;
    z-index: 1;
}

.plan {
    margin: 0 auto 80px;
    width: calc(100% - var(--c-pad)*2);
}

@media (min-width: 768px) {
    .plan {
        margin: 0 auto 110px;
    }
}

@media (min-width: 992px) {
    .plan {
        margin: 0 auto 150px;
    }
}

.plan-container {
    background-color: var(--color-white);
    border-radius: 25px;
    margin: 0 auto;
    padding: 40px var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .plan-container {
        border-radius: 50px;
        padding: 40px var(--c-pad) 100px;
    }
}

.plan__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 0 40px;
    padding: 28px 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .plan__head {
        margin: 0 0 50px;
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .plan__head {
        padding: 52px 0 36px;
    }
}

.plan__head__frame {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .plan__head__frame {
        width: 200px;
    }
}

.plan__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.plan__head__frame span:before, .plan__head__frame span:after {
    background-color: var(--color-mint);
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .plan__head__frame span:before, .plan__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.plan__head__frame span:nth-child(1):before {
    left: 0;
    -webkit-mask-image: url(../images/commons/com-frame-left-top.svg);
    mask-image: url(../images/commons/com-frame-left-top.svg);
    top: 0;
}

.plan__head__frame span:nth-child(1):after {
    -webkit-mask-image: url(../images/commons/com-frame-right-top.svg);
    mask-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.plan__head__frame span:nth-child(2):before {
    bottom: 0;
    left: 0;
    -webkit-mask-image: url(../images/commons/com-frame-left-bottom.svg);
    mask-image: url(../images/commons/com-frame-left-bottom.svg);
}

.plan__head__frame span:nth-child(2):after {
    bottom: 0;
    -webkit-mask-image: url(../images/commons/com-frame-right-bottom.svg);
    mask-image: url(../images/commons/com-frame-right-bottom.svg);
    right: 0;
}

.plan__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 12px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .plan__head__title {
        gap: 0 20px;
    }
}

.plan__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 1.6875rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .plan__head__title__en {
        font-size: 2.625rem;
    }
}

.plan__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.plan__content {
    margin: 0 0 54px;
    text-align: center;
}

.plan__content p {
    font-size: var(--fs16);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
    text-align: center;
}

.plan__list {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 0;
    justify-content: stretch;
    margin: 0 auto;
    width: 100%;
}

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

.plan__list__item {
    border-top: 1px solid var(--color-teal);
    flex: 0 0 100%;
    padding: 40px 8px;
}

@media (min-width: 768px) {
    .plan__list__item {
        border-right: 1px solid var(--color-teal);
        border-top: none;
        flex: 0 0 33.3333333333%;
        padding: 20px 16px 30px;
    }
}

@media (min-width: 768px) {
    .plan__list__item:first-child {
        border-left: 1px solid var(--color-teal);
    }
}

.plan__list__item__title {
    margin: 0 0 44px;
    text-align: center;
}

.plan__list__item__title__en {
    font-size: var(--fs10);
    margin: 0 0 12px;
}

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

.plan__list__item__title__en img {
    height: 24px;
    width: auto;
}

@media (min-width: 768px) {
    .plan__list__item__title__en img {
        height: 24px;
    }
}

@media (min-width: 992px) {
    .plan__list__item__title__en img {
        height: 32px;
    }
}

.plan__list__item__title__ja {
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.53;
    margin: 0;
}

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

.plan__list__item__time {
    align-items: center;
    border-radius: 20px;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs22);
    font-weight: 700;
    gap: 8px;
    height: 36px;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 auto 12px;
    max-width: 200px;
    padding: 0 8px 0 0;
    width: 100%;
}

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

.plan__list__item__time:before {
    background-image: url(../images/icons/icon-white-clock.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    width: 22px;
}

@media (min-width: 992px) {
    .plan__list__item__time:before {
        height: 24px;
        width: 24px;
    }
}

.plan__list__item__price {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
    white-space: nowrap;
}

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

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

.plan__list__item__price em {
    font-size: var(--fs28);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

@media (min-width: 992px) {
    .plan__list__item__price em {
        font-size: var(--fs32);
    }
}

.plan__list__item__price .small {
    font-size: var(--fs14);
}

@media (min-width: 992px) {
    .plan__list__item__price .small {
        font-size: var(--fs16);
    }
}

.plan__list__item__detail {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: -webkit-fit-content;
    width: fit-content;
}

.plan__list__item__detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.plan__list__item__detail ul > li {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 18px;
    padding: 0 0 0 24px;
    position: relative;
}

@media (min-width: 992px) {
    .plan__list__item__detail ul > li {
        font-size: var(--fs16);
    }
}

.plan__list__item__detail ul > li:last-child {
    margin-bottom: 0;
}

.plan__list__item__detail ul > li:before {
    border: 1px solid transparent;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 14px;
}

.plan__list__item--basic .plan__list__item__time {
    background-color: var(--color-teal);
}

.plan__list__item--basic .plan__list__item__price em {
    color: var(--color-teal);
}

.plan__list__item--basic .plan__list__item__detail ul > li:before {
    border-color: var(--color-teal);
}

.plan__list__item--standard .plan__list__item__time {
    background-color: var(--color-standard);
}

.plan__list__item--standard .plan__list__item__price em {
    color: var(--color-standard);
}

.plan__list__item--standard .plan__list__item__detail ul > li:before {
    border-color: var(--color-standard);
}

.plan__list__item--long .plan__list__item__time {
    background-color: var(--color-long);
}

.plan__list__item--long .plan__list__item__price em {
    color: var(--color-long);
}

.plan__list__item--long .plan__list__item__detail ul > li:before {
    border-color: var(--color-long);
}

.gallery {
    margin: 0 0 80px;
}

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

@media (min-width: 992px) {
    .gallery {
        margin: 0 0 150px;
    }
}

.gallery-container {
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.gallery__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 40px;
    padding: 28px 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .gallery__head {
        margin: 0 0 30px;
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .gallery__head {
        padding: 52px 0 36px;
    }
}

.gallery__head__frame {
    bottom: 0;
    left: -4px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .gallery__head__frame {
        left: -8px;
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .gallery__head__frame {
        left: -36px;
    }
}

.gallery__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gallery__head__frame span:before, .gallery__head__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .gallery__head__frame span:before, .gallery__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.gallery__head__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.gallery__head__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.gallery__head__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.gallery__head__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.gallery__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 12px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .gallery__head__title {
        gap: 0 20px;
    }
}

.gallery__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 1.6875rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .gallery__head__title__en {
        font-size: 2.625rem;
    }
}

.gallery__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.gallery__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 40px var(--c-pad);
    justify-content: flex-start;
    margin: 0 0 52px;
}

@media (min-width: 768px) {
    .gallery__list {
        gap: 28px 40px;
    }
}

.gallery__list__item {
    width: calc(50% - var(--c-pad)*0.5);
}

@media (min-width: 768px) {
    .gallery__list__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.gallery__list__item__fig {
    margin: 0 0 12px;
}

.gallery__list__item__fig img {
    aspect-ratio: 307/202;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.gallery__list__item__title {
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.82;
    margin: 0 0 5px;
}

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

.gallery__list__item__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

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

.flow {
    margin: 0 0 80px;
}

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

@media (min-width: 992px) {
    .flow {
        margin: 0 0 160px;
    }
}

.flow-container {
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.flow__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 28px 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .flow__head {
        margin: 0 0 24px;
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .flow__head {
        padding: 52px 0 36px;
    }
}

.flow__head__frame {
    bottom: 0;
    left: -4px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .flow__head__frame {
        left: -8px;
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .flow__head__frame {
        left: -36px;
    }
}

.flow__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.flow__head__frame span:before, .flow__head__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .flow__head__frame span:before, .flow__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.flow__head__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.flow__head__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.flow__head__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.flow__head__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.flow__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 12px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .flow__head__title {
        gap: 0 20px;
    }
}

.flow__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 1.6875rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .flow__head__title__en {
        font-size: 2.625rem;
    }
}

.flow__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.flow__item-wrapper {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 30px 30px;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 0 10px 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .flow__item-wrapper {
        gap: 30px 60px;
        padding: 0 30px 0 0;
    }
}

@media (min-width: 992px) {
    .flow__item-wrapper {
        gap: 30px 80px;
    }
}

.flow__item {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}

@media (min-width: 768px) {
    .flow__item {
        flex: 0 0 calc(33.33333% - 40px);
    }
}

@media (min-width: 992px) {
    .flow__item {
        flex: 0 0 calc(33.33333% - 53.33333px);
    }
}

.flow__item__angle {
    aspect-ratio: 255/140;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

.flow__item__angle:after {
    background-color: var(--color-teal);
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    height: 21px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: -20.25px;
    top: 0;
    width: 11px;
}

@media (min-width: 768px) {
    .flow__item__angle:after {
        height: 30px;
        right: -37.5px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .flow__item__angle:after {
        right: -47.5px;
    }
}

.flow__item__number {
    border-radius: 5px;
    margin: 0 0 12px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .flow__item__number {
        border-radius: 10px;
    }
}

.flow__item__number:before {
    background-color: var(--color-white);
    bottom: -1px;
    -webkit-clip-path: polygon(0 0, 58.8235294118% 0, 43.137254902% 100%, 0 100%);
    clip-path: polygon(0 0, 58.8235294118% 0, 43.137254902% 100%, 0 100%);
    content: "";
    display: block;
    left: -1px;
    opacity: 0.8;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 0;
}

.flow__item__number__fig {
    overflow: hidden;
    width: 100%;
}

.flow__item__number__fig img {
    aspect-ratio: 255/140;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.flow__item__number__text {
    align-items: stretch;
    bottom: 0;
    color: var(--color-teal);
    display: flex;
    flex-flow: column nowrap;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs10);
    justify-content: center;
    left: 0;
    padding: 8px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}

@media (min-width: 768px) {
    .flow__item__number__text {
        width: 100px;
    }
}

@media (min-width: 992px) {
    .flow__item__number__text {
        width: 120px;
    }
}

.flow__item__number__text span {
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs12);
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 4px;
}

@media (min-width: 768px) {
    .flow__item__number__text span {
        font-size: var(--fs14);
        margin: 0 0 8px;
    }
}

.flow__item__number__text em {
    display: block;
    font-family: var(--ff-josefin-sans);
    font-size: var(--fs40);
    font-style: normal;
    font-weight: inherit;
    letter-spacing: 0;
    line-height: 1;
}

@media (min-width: 768px) {
    .flow__item__number__text em {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .flow__item__number__text em {
        font-size: 3.1875rem;
    }
}

.flow__item__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.46;
    margin: 0 0 10px;
}

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

.flow__item__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.62;
    margin: 0;
}

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

.flow__item__content p a {
    color: var(--color-teal);
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
}

.flow__item__content p a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .flow__item__content p a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.precaution {
    margin: 0 0 80px;
}

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

.precaution-container {
    margin: 0 auto;
    padding: 0 var(--c-pad);
    position: relative;
    width: 100%;
    z-index: 1;
}

.precaution__head {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 28px 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .precaution__head {
        margin: 0 0 48px;
        padding: 44px 0 32px;
    }
}

@media (min-width: 992px) {
    .precaution__head {
        padding: 52px 0 36px;
    }
}

.precaution__head__frame {
    bottom: 0;
    left: -4px;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 0;
    width: 160px;
    z-index: 0;
}

@media (min-width: 768px) {
    .precaution__head__frame {
        left: -8px;
        width: 200px;
    }
}

@media (min-width: 1240px) {
    .precaution__head__frame {
        left: -36px;
    }
}

.precaution__head__frame span {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.precaution__head__frame span:before, .precaution__head__frame span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 19px;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: 29px;
}

@media (min-width: 768px) {
    .precaution__head__frame span:before, .precaution__head__frame span:after {
        height: 26px;
        width: 40px;
    }
}

.precaution__head__frame span:nth-child(1):before {
    background-image: url(../images/commons/com-frame-left-top.svg);
    left: 0;
    top: 0;
}

.precaution__head__frame span:nth-child(1):after {
    background-image: url(../images/commons/com-frame-right-top.svg);
    right: 0;
    top: 0;
}

.precaution__head__frame span:nth-child(2):before {
    background-image: url(../images/commons/com-frame-left-bottom.svg);
    bottom: 0;
    left: 0;
}

.precaution__head__frame span:nth-child(2):after {
    background-image: url(../images/commons/com-frame-right-bottom.svg);
    bottom: 0;
    right: 0;
}

.precaution__head__title {
    align-items: baseline;
    display: flex;
    flex-flow: row nowrap;
    gap: 0 12px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .precaution__head__title {
        gap: 0 20px;
    }
}

.precaution__head__title__en {
    color: var(--color-teal);
    font-family: var(--ff-josefin-sans);
    font-size: 1.6875rem;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .precaution__head__title__en {
        font-size: 2.625rem;
    }
}

.precaution__head__title__ja {
    color: var(--color-teal);
    font-size: var(--fs12);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0;
}

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

.precaution__list__item {
    margin: 0 0 46px;
}

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

.precaution__list__item__title {
    border-bottom: 1px solid var(--color-jade);
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin: 0 0 12px;
    padding: 4px 0 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .precaution__list__item__title {
        font-size: var(--fs20);
        margin: 0 0 12px;
        padding: 4px 0 12px 46px;
    }
}

.precaution__list__item__title:before {
    background-image: url(../images/icons/icon-symbol.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 27px;
}

@media (min-width: 768px) {
    .precaution__list__item__title:before {
        height: 34px;
        width: 30px;
    }
}

.precaution__list__item__content p {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.75;
    margin: 0 0 1.5em;
}

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

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

.precaution__list__item__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.precaution__list__item__content ul > li {
    font-size: var(--fs14);
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.75;
    margin: 0;
    padding: 0 0 0 12px;
    position: relative;
}

@media (min-width: 768px) {
    .precaution__list__item__content ul > li {
        font-size: var(--fs16);
        padding: 0 0 0 20px;
    }
}

.precaution__list__item__content ul > li:last-child {
    margin-bottom: 0;
}

.precaution__list__item__content ul > li:before {
    background-color: var(--color-black);
    border-radius: 50%;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 3px;
}

@media (min-width: 768px) {
    .precaution__list__item__content ul > li:before {
        height: 4px;
        left: 2px;
        top: 12px;
        width: 4px;
    }
}

.precaution__list__item__content .title {
    font-size: var(--fs14);
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.75;
    margin: 1.65em 0 0;
    padding: 0 0 0 18px;
    position: relative;
}

@media (min-width: 768px) {
    .precaution__list__item__content .title {
        font-size: var(--fs16);
        padding: 0 0 0 20px;
    }
}

.precaution__list__item__content .title:before {
    border: 1px solid var(--color-teal);
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 12px;
}

@media (min-width: 768px) {
    .precaution__list__item__content .title:before {
        height: 14px;
        top: 8px;
        width: 14px;
    }
}

.precaution__list__item__content .title:first-child {
    margin-top: 0;
}

.precaution__list__item__content a {
    color: var(--color-teal);
    font-weight: 500;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s;
    transition: text-decoration-color 0.35s var(--cubic) 0s, -webkit-text-decoration-color 0.35s var(--cubic) 0s;
}

.precaution__list__item__content a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .precaution__list__item__content a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}