@charset "UTF-8";
/* CSS Document */

/* mainvisual */
#mainvisual-end-of-life {
    position: relative;
    padding-top: 62px;
    background-image: url(../images/mainvisual_end-of-life.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mainvisual__person__SP {
    position: relative;
}

.mainvisual__titleBox__SP {
    position: absolute;
    width: 84%;
    top: 57%;
    left: 42%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 0 10px 9px;
}

.mainvisual__title {
    color: var(--black);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
}

.mainvisual__title__large {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
}

.mainvisual__PC__Box {
    display: none;
}

.mainvisual__beigeBox__SP {
    background: rgba(255, 255, 255, 0.80);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 20px;
}

.mainvisual__SP__item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 6px;
    width: 90%;
    margin: 20px auto;
}

.mainvisual__SP__list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: auto;
}

.mainvisual__text {
    color: var(--blue);
    font-weight: 700;
    text-align: center;
    flex-shrink: 0;
    font-size: 1.3rem;
}

.MVbtn__SP {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 300px;
    background-color: var(--blue);
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.kazari__left {
    width: 27px;
    height: 68px;
}

.kazari__right {
    width: 27px;
    height: 68px;
}

.contact__mainvisual__box {
    display: block;
    margin: 0 auto;
}

.mainvisual__telphone__title {
    position: relative;
    color: var(--black);
    font-size: 2rem;
    font-weight: 700;
}

.contact__telphone__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.contact__telphone__flex__left {
    position: relative;
    width: 27px;
    height: 27px;
    background: var(--blue);
    border-radius: 50%;
}

.mainvisual__telphonenumber {
    position: relative;
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 700;
}

.MVbtn__text {
    color: var(--white);
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    padding: 18px 18.3% 18px 15%;
}

.MVbtn__arrow {
    position: absolute;
    top: 54%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 12px;
}

/* mainvisual sp */

/* mainvisual pc */
@media screen and (min-width:768px) {
    #mainvisual-end-of-life {
        width: 100vw;
        /* max-width: 1440px; */
        height: auto;
        padding-top: 120px;
        background-image: none;
        background-color: var(--white);
    }

    .mainvisual__titleBox__SP {
        display: none;
    }

    .mainvisual__beigeBox__SP {
        display: none;
    }

    .mainvisual__person__SP {
        display: none;
    }

    .mainvisual__PC__Box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 50px 70px 100px;
    }

    .mainvisual__PC__Box__left {
        display: block;
        width: 650px;
        height: 607px;
        flex-shrink: 0;
        border-radius: 15px;
        padding: 214px 0 30px;
    }

    .mainvisual__titleBox__PC {
        margin-bottom: 60px;
        padding: 0;
    }

    .mainvisual__title {
        font-size: 3.6rem;
    }

    .mainvisual__title__large {
        font-size: 4rem;
    }

    .mainvisual__PC__btnBox {
        padding: 0;
    }

    .mainvisual__PC__blueText {
        color: var(--blue);
        font-size: 2.5rem;
        font-weight: 700;
        text-align: left;
        margin-bottom: 100px;
    }

    .MVbtn__box {
        position: relative;
        width: 300px;
        height: auto;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: 0.5s;
    }

    .MVbtn__box:hover {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
        opacity: 0.5;
    }

    .MVbtn__text {
        background: var(--blue);
    }

    .MVbtn__arrow {
        position: absolute;
        width: 6px;
        height: 12px;
        top: 54%;
        left: 90%;
        transform: translate(-50%, -50%);
    }

    .mainvisual__PC__itemBox {
        margin-top: 78px;
    }

    .mainvisual__PC__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .mainvisual__PC__list {
        width: 30%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mainvisual__text {
        font-size: 2.4rem;
    }

    .mainvisual__PC__Box__right {
        position: relative;
        width: 633px;
        height: 617px;
    }

    .mainvisual__PC__Box__right__picture {
        width: 633px;
        height: 617px;
        flex-shrink: 0;
        aspect-ratio: 633/617;
    }

    .contact__mainvisual__box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 33px;
    }

    .mainvisual__telphone__flex {
        display: block;
    }

    .mainvisual__telphone__flex__left {
        /* position: relative; */
        display: flex;
        align-items: center;
    }

    .contact__telphone__flex__icon__box {
        position: relative;
        width: 27px;
        height: 27px;
        background: var(--blue);
        border-radius: 50%;
    }

    .MVbtn__PC {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        width: 300px;
        background-color: var(--blue);
        margin-right: auto;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: 0.5s;
    }

    .MVbtn__PC:hover {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
        opacity: 0.5;
    }
}

/* mainvisual pc */

/* support sp */
#support {
    padding: 75px 0 100px;
    background: var(--waterblue);
}

.section__topic__support {
    position: relative;
    color: var(--primaryblack);
    font-size: 2.4rem;
    font-weight: 500;
}

.section__topicEN__support {
    position: absolute;
    top: 0%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.10);
    font-family: "Noto Sans Gothic";
    font-size: 6rem;
}

.support__box {
    display: block;
    padding: 50px 0 60px;
}

.support__box a {
    display: block;
    width: 320px;
    height: 320px;
    overflow: hidden;
}

.support__box a li {
    transform-origin: center;
    transition: 0.5s;
}

.support__box a:hover li {
    transform: scale(1.1);
}

.support__list-PersonalGuarantee {
    display: block;
    position: relative;
    background-image: url(../images/PersonalGuarantee.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 320px;
    margin: 0 auto 50px;
}

.support__list-endingSupport {
    display: block;
    position: relative;
    background-image: url(../images/endingSupport.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 320px;
    margin: 0 auto 50px;
}

.support__list-will {
    display: block;
    position: relative;
    background-image: url(../images/will.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 320px;
    margin: 0 auto;
}

.support__list__white {
    position: absolute;
    content: '';
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(253, 253, 253, 0.75);
    padding: 14px 32px;
}

.support__list__thinText {
    color: var(--primaryblack);
    line-height: 130%;
    /* 20.8px */
}

.support__list__largeText {
    color: var(--primaryblack);
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 130%;
}

.support__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 300px;
    background-color: var(--blue);
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.support__box a {
    margin: 0 auto 50px;
}

/* support sp */

/* support pc */
@media screen and (min-width:768px) {
    #support {
        padding: 120px 10.4% 100px;
        background: var(--waterblue);
    }

    .section__topicEN__support {
        top: -70%;
        left: auto;
        font-size: 14rem;
        right: 43%;
        left: auto;
        transform: translate(0, -50%);
    }

    .support__box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 91px;
        padding: 80px 0;
    }

    .support__list-PersonalGuarantee {
        margin: 0;
    }

    .support__list-endingSupport {
        margin: 0;
    }

    .support__list-will {
        margin: 0;
    }

    .support__btn {
        width: 400px;
        margin: 0 auto;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .support__box a {
        margin: 0 auto 50px;
    }
}

/* support pc */

/* cta sp */
#cta {
    padding: 75px 0 100px;
    background: var(--lightblue);
}

.section__topic__cta {
    color: var(--blue);
    font-size: 2rem;
    line-height: 150%;
    /* 30px */
    width: 335px;
    margin: 0 auto;
    position: relative;
}

.section__topic__cta span {
    display: block;
    position: absolute;
    top: 63%;
    left: 9%;
    transform: translate(-50%, -50%) rotate(60deg);
    width: 35px;
    height: 3px;
    background-color: var(--blue);
}

.section__topic__cta span:nth-of-type(2) {
    display: block;
    position: absolute;
    top: 63%;
    left: 91%;
    transform: translate(-50%, -50%) rotate(120deg);
    width: 35px;
    height: 3px;
    background-color: var(--blue);
}

.cta__btnBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: 50px auto 30px;
    padding: 10px 22px;
    background: var(--muddyblue);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cta__btnBox__leftText {
    color: var(--darkblue);
    font-weight: 700;
}

.cta__btnBox__right__telphoneNumber {
    color: var(--darkblue);
    font-size: 2.4rem;
    font-weight: 700;
}

.cta__btnBox__rightText {
    color: var(--darkblue);
    font-size: 1.4rem;
}

.MVbtn__cta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 25px; */
    width: 300px;
    background-color: var(--blue);
    margin: 0 auto;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.MVbtn__text__cta {
    color: var(--white);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 25px 22px;
}

/* cta sp*/

/* cts pc */
@media screen and (min-width:768px) {
    .section__topic__cta {
        font-size: 2.4rem;
        width: 395px;
    }

    .section__topic__cta span {
        left: 5%;
        width: 50px;
    }

    .section__topic__cta span:nth-of-type(2) {
        left: 95%;
        width: 50px;
    }

    .cta__btn__largeBox {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 33px;
        padding: 0 300px;
        margin-top: 35px;
    }

    .cta__btnBox {
        width: 400px;
        justify-content: center;
        align-items: baseline;
        gap: 20px;
        margin: 0;
        padding: 10px 22px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: 0.5s;
    }

    .cta__btnBox:hover {
        scale: 1.07;
    }

    .MVbtn__cta {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 400px;
        background-color: var(--blue);
        margin: 0;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        transition: 0.5s;
    }

    .MVbtn__cta:hover {
        scale: 1.07;
    }
}

/* contact sp */
.contact__visual {
    position: relative;
    background-image: url(../images/contact_visual.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

.contact__visual::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 48, 104, 0.36);
}

.section__topic__contact {
    position: relative;
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 500;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.contact__text {
    position: relative;
    color: var(--white);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 40px 0 0;
}

.section__topicEN__contact {
    color: rgba(255, 255, 255, 0.20);
    font-family: "Noto Sans Gothic";
    font-size: 6rem;
    font-weight: 400;
    text-shadow: 0px 0px 0px transparent;
    position: absolute;
    top: 25%;
    left: 39%;
    transform: translate(-50%, -50%);
}

.contact__box {
    margin-top: 20px;
}

.contact__list {
    position: relative;
    width: 330px;
    margin: 0 auto;
    padding: 40px 0;
    background: var(--white);
}

.contact__list:nth-of-type(2) {
    margin-top: 30px;
}

.contact__list__title {
    color: var(--primaryblack);
    font-weight: 700;
    margin-bottom: 30px;
}

.contact__btn {
    display: inline-flex;
    justify-content: center;
    padding: 13px 23px;
    background: var(--blue);
    width: 280px;
    height: 60px;
    margin: 0 auto;
    gap: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.contact__btn:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    opacity: 0.7;
}

.contact__btn__line {
    display: inline-flex;
    justify-content: center;
    padding: 13px 23px;
    background: var(--white);
    width: 280px;
    height: 60px;
    margin: 0 auto;
    gap: 16px;
    border: 1px solid var(--blue);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
}

.contact__btn__line:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    opacity: 0.7;
}

.contact__telphone__title {
    position: relative;
    color: var(--white);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 30px;
}

.contact__telphone__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.contact__telphone__flex__left {
    position: relative;
    width: 27px;
    height: 27px;
    background: var(--blue);
    border-radius: 50%;
}

/* contact sp */

/* contact pc */
@media screen and (min-width:768px) {
    .contact__visual {
        padding: 200px 0 75px;
        background-image: url(../images/contactVisualPC.png);
    }

    .section__topicEN__contact {
        font-size: 14rem;
        top: -75%;
        right: 50%;
        left: auto;
        transform: translate(0, -50%);
    }

    .contact__text {
        padding: 65px 0 0;
    }

    .contact__box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 107px;
        margin-top: 83px;
        margin-bottom: 56px;
        padding: 0 13.4%;
    }

    .contact__list {
        width: 465px;
        margin: 0;
        padding: 40px 0;
    }

    .contact__list:nth-of-type(2) {
        margin-top: 0;
    }
}

/* contact pc */