/* --------------------
 Detail - About Insurance
-------------------- */
.overview {
    margin: 0 0 10.6666666667vw;
    padding: 10.6666666667vw 0 0;
}

@media (min-width: 768px) {
    .overview {
        margin: 0 0 60px;
        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__main {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap-reverse;
    gap: 8vw 0;
    margin: 0 0 18.1333333333vw;
    padding: 0 0 21.3333333333vw;
    position: relative;
}

@media (min-width: 768px) {
    .overview__main {
        flex-wrap: nowrap;
        gap: 0 20px;
        margin: 0 0 85px;
        padding: 0 0 100px;
    }
}

.overview__main:after {
    background-image: url(../images/icons/icon-triangle-bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 9.8133333333vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 18.1333333333vw;
}

@media (min-width: 768px) {
    .overview__main:after {
        height: 46px;
        width: 85px;
    }
}

.overview__main__contents {
    flex: 0 0 100%;
    min-width: 0px;
    padding: 0;
}

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

@media (min-width: 768px) {
    .overview__main__contents .com-title {
        margin-bottom: 55px;
    }
}

.overview__main__contents__content {
    margin: 0 auto;
    max-width: 780px;
}

.overview__main__contents__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.58;
    margin: 0 0 1.75em;
}

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

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

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

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

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

@media (min-width: 992px) {
    .overview__main__fig {
        flex: 0 0 240px;
    }
}

@media (min-width: 1240px) {
    .overview__main__fig {
        flex: 0 0 300px;
    }
}

.overview__feature {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 16vw;
    margin: 0 auto;
    max-width: 1130px;
    width: 100%;
}

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

@media (min-width: 992px) {
    .overview__feature {
        gap: 70px;
    }
}

.overview__feature__item {
    align-items: stretch;
    border: 2px solid var(--color-onyx);
    border-radius: 6.9333333333vw;
    display: flex;
    flex: 0 0 100%;
    flex-flow: column nowrap;
    justify-content: stretch;
    position: relative;
}

@media (min-width: 768px) {
    .overview__feature__item {
        border-radius: 26px;
        flex: 0 0 calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .overview__feature__item {
        flex: 0 0 calc(50% - 35px);
    }
}

.overview__feature__item:before {
    background-color: var(--color-peach);
    border-radius: 6.4vw;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: url(../images/commons/com-dotted-bg.svg);
    mask-image: url(../images/commons/com-dotted-bg.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 266.6666666667vw 266.6666666667vw;
    mask-size: 266.6666666667vw 266.6666666667vw;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(1.6vw, 1.6vw);
    z-index: -1;
}

@media (min-width: 768px) {
    .overview__feature__item:before {
        border-radius: 24px;
        -webkit-mask-size: 1000px 1000px;
        mask-size: 1000px 1000px;
        transform: translate(6px, 6px);
    }
}

.overview__feature__item__title {
    align-items: center;
    background-color: var(--color-white);
    border-bottom: 0.5333333333vw solid var(--color-onyx);
    border-radius: 6.4vw 6.4vw 0 0;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    font-size: var(--fs24);
    font-weight: 700;
    height: 16vw;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .overview__feature__item__title {
        border-bottom-width: 2px;
        border-radius: 24px 24px 0 0;
        height: 78px;
    }
}

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

.overview__feature__item__title:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 2.1333333333vw;
    position: absolute;
}

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

@media (min-width: 992px) {
    .overview__feature__item__title:before {
        left: 16px;
    }
}

.overview__feature__item__contents {
    border-radius: 0 0 6.4vw 6.4vw;
    flex: 1 1 auto;
    padding: 8vw 3.2vw 8vw 5.3333333333vw;
}

@media (min-width: 768px) {
    .overview__feature__item__contents {
        border-radius: 0 0 24px 24px;
        padding: 40px 12px 40px 20px;
    }
}

@media (min-width: 992px) {
    .overview__feature__item__contents {
        padding: 60px 12px 56px 24px;
    }
}

.overview__feature__item__contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.overview__feature__item__contents ul > li {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.4;
    margin: 0 0 5.3333333333vw;
    padding: 0 0 0 9.8666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .overview__feature__item__contents ul > li {
        font-size: var(--fs20);
        margin: 0 0 24px;
        padding: 0 0 0 39px;
    }
}

@media (min-width: 992px) {
    .overview__feature__item__contents ul > li {
        font-size: var(--fs22);
        padding: 0 0 0 52px;
    }
}

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

.overview__feature__item__contents ul > li:before {
    background-color: var(--color-white);
    background-image: url(../images/icons/icon-black-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4.5333333333vw 3.7333333333vw;
    border: 0.5333333333vw solid var(--color-onyx);
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 7.2vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 7.2vw;
}

@media (min-width: 768px) {
    .overview__feature__item__contents ul > li:before {
        background-size: 18px 15px;
        border-width: 2px;
        height: 29px;
        width: 29px;
    }
}

@media (min-width: 992px) {
    .overview__feature__item__contents ul > li:before {
        background-size: 24px 20px;
        height: 38px;
        width: 38px;
    }
}

.overview__feature__item:nth-child(1) .overview__feature__item__title:before {
    background-image: url(../images/pages/aboutinsurance/detail/detail-02.svg);
    height: 29.8666666667vw;
    width: 29.8666666667vw;
}

@media (min-width: 768px) {
    .overview__feature__item:nth-child(1) .overview__feature__item__title:before {
        height: 120px;
        width: 120px;
    }
}

@media (min-width: 992px) {
    .overview__feature__item:nth-child(1) .overview__feature__item__title:before {
        height: 160px;
        width: 160px;
    }
}

.overview__feature__item:nth-child(1) .overview__feature__item__contents {
    background-color: var(--color-peach);
}

.overview__feature__item:nth-child(2):before {
    background-color: #b9bec2;
}

.overview__feature__item:nth-child(2) .overview__feature__item__title:before {
    background-image: url(../images/pages/aboutinsurance/detail/detail-03.svg);
    height: 28.5333333333vw;
    width: 17.6vw;
}

@media (min-width: 768px) {
    .overview__feature__item:nth-child(2) .overview__feature__item__title:before {
        height: 114px;
        width: 71px;
    }
}

@media (min-width: 992px) {
    .overview__feature__item:nth-child(2) .overview__feature__item__title:before {
        height: 152px;
        width: 94px;
    }
}

.overview__feature__item:nth-child(2) .overview__feature__item__contents {
    background-color: #e0e3e4;
}

.detail {
    overflow: hidden;
    position: relative;
}

.detail:before {
    background-image: url(../images/commons/com-shape-02.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -0.2666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail:before {
        background-size: 1920px 40px;
        height: 40px;
        top: -1px;
    }
}

.detail:after {
    background-image: url(../images/commons/com-shape-01.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    bottom: -0.2666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail:after {
        background-size: 1920px 40px;
        bottom: -1px;
        height: 40px;
    }
}

.detail-container {
    background-color: var(--color-cream);
    margin: 0 auto;
    max-width: 1535px;
    padding: 21.3333333333vw var(--c-pad);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .detail-container {
        padding: 100px var(--c-pad);
    }
}

.detail-container-inner {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .detail-container-inner {
        padding: 0 16px;
    }
}

.detail__content {
    margin: 0 0 21.3333333333vw;
}

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

.detail__content h2 {
    color: var(--color-onyx);
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 21.3333333333vw auto 14.6666666667vw;
    max-width: 730px;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .detail__content h2 {
        font-size: var(--fs29);
        margin: 90px auto 55px;
    }
}

.detail__content h2:first-child {
    margin-top: 0;
}

.detail__content h2:before {
    background-color: var(--color-onyx);
    bottom: -7.2vw;
    content: "";
    height: 7.4666666667vw;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 0.5333333333vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__content h2:before {
        bottom: -29px;
        height: 30px;
        width: 2px;
    }
}

.detail__content h2:after {
    background-image: url(../images/commons/com-dotted-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 266.6666666667vw 266.6666666667vw;
    border-radius: 10.6666666667vw;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(2.1333333333vw, 2.6666666667vw);
    z-index: 0;
}

@media (min-width: 768px) {
    .detail__content h2:after {
        background-size: 1000px 1000px;
        border-radius: 40px;
        transform: translate(8px, 10px);
    }
}

.detail__content h2 span {
    align-items: center;
    background-color: var(--color-white);
    border: max(1px, 0.5333333333vw) solid var(--color-onyx);
    border-radius: 10.6666666667vw;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    min-height: 14.9333333333vw;
    padding: 2.1333333333vw 2.1333333333vw 2.6666666667vw;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .detail__content h2 span {
        border-radius: 40px;
        border-width: 2px;
        min-height: 65px;
        padding: 8px 8px 10px;
    }
}

.detail__content h3 {
    font-size: var(--fs20);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.4;
    margin: 10.6666666667vw 0 4.2666666667vw;
    padding: 0 0 4.2666666667vw 7.68vw;
    position: relative;
}

@media (min-width: 768px) {
    .detail__content h3 {
        font-size: var(--fs24);
        margin: 48px 0 16px;
        padding: 0 0 20px 32px;
    }
}

.detail__content h3:first-child {
    margin-top: 0;
}

.detail__content h3:before {
    background-color: var(--color-peach);
    background-image: url(../images/icons/icon-black-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.12vw 2.64vw;
    border: 0.5333333333vw solid var(--color-umber);
    border-radius: 3.12vw;
    bottom: auto;
    content: "";
    display: block;
    height: 6.24vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0.2em;
    width: 6.24vw;
}

@media (min-width: 768px) {
    .detail__content h3:before {
        background-size: 13px 11px;
        border-radius: 13px;
        border-width: 2px;
        height: 26px;
        width: 26px;
    }
}

.detail__content h3:after {
    border-bottom: 0.2666666667vw solid var(--color-onyx);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}

@media (min-width: 768px) {
    .detail__content h3:after {
        border-bottom-width: 1px;
        left: -16px;
        right: -16px;
    }
}

.detail__content h4 {
    font-size: var(--fs18);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 8vw 0 4.2666666667vw;
}

@media (min-width: 768px) {
    .detail__content h4 {
        font-size: var(--fs20);
        margin: 30px 0 16px;
    }
}

.detail__content h4:first-child {
    margin-top: 0;
}

.detail__content h5, .detail__content h6 {
    font-size: var(--fs16);
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 8vw 0 1.0666666667vw;
}

@media (min-width: 768px) {
    .detail__content h5, .detail__content h6 {
        font-size: var(--fs18);
        margin: 30px 0 4px;
    }
}

.detail__content h5:first-child, .detail__content h6:first-child {
    margin-top: 0;
}

.detail__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.66;
    margin: 1em 0 1.75em;
}

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

.detail__content p:first-child {
    margin-top: 0;
}

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

.detail__content ul {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 1.66;
    list-style: none;
    margin: 1em 0 1.75em;
    padding: 0;
}

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

.detail__content ul:first-child {
    margin-top: 0;
}

.detail__content ul:last-child {
    margin-bottom: 0;
}

.detail__content ul > li {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0.075em;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}

.detail__content ul > li:before {
    background-color: var(--color-onyx);
    border-radius: 1.0666666667vw;
    content: "";
    display: block;
    height: 0.5333333333vw;
    left: 1.0666666667vw;
    position: absolute;
    top: 0.75em;
    width: 1.6vw;
}

@media (min-width: 768px) {
    .detail__content ul > li:before {
        border-radius: 4px;
        height: 2px;
        left: 4px;
        width: 6px;
    }
}

.detail__content b, .detail__content strong {
    font-weight: 700;
}

.detail__content i {
    font-style: italic;
}

.detail__content s {
    text-decoration: line-through;
}

.detail__content a {
    color: inherit;
    text-decoration: underline;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

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

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