@charset "utf-8";

.c1 {
    background: linear-gradient(90deg, #0079BD 0%, #04A79B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c2 {
    background: linear-gradient(90deg, #0079BD 0%, #04A79B 100%);
}

/* header */
.top_wrapper #upper {
    position: fixed;
    height: 80px;
    box-shadow: 0 0 3px rgb(0 0 0 / 5%);
    ;
}

.top_wrapper #upper .inner {
    max-width: 1920px;
    width: 100%;
    padding: 8px 40px;
}

.top_wrapper #upper .logo {
    margin: 4px 0 0 12px;
}

.top_wrapper #upper .logo img {
    height: 2.7vw;
    max-height: 41px;
}

.top_wrapper .btn {
    transition: .2s;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    height: 6vw;
    max-height: 54px;
    width: 31vw;
    max-width: 300px;
    font-size: clamp(2rem, 1.8vw, 2rem);
    transition: .2s;
}

.top_wrapper .btn:hover {
    filter: brightness(1.2);
}

.top_wrapper .btn>p {
    letter-spacing: 0.16vw;
}



.top_wrapper #upper .head_pc .tel_box {
    margin-right: 29px;
}

.top_wrapper #upper .head_pc .tel_box .txt {
    font-size: clamp(1.2rem, 1vw, 1.5rem);
}

.top_wrapper #upper .head_pc .tel_box .tel_number {
    font-size: clamp(1.2rem, 2vw, 3.6rem);
}

.trial-form-wrapper {
    width: 100%;
    /* max-height: 770px; del? */
    height: 665px;
    overflow: hidden;
    background: linear-gradient(76deg, #68acdbe8 0%, #1f84c9 40%, #14b9c1 60%, #0da2ab78 100%);
}

/* .trial-form-container {
    padding: 80px 0;
    height: 100%;
} del? */

.ambassador-text {
    position: absolute;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    font-size: clamp(8px, .86vw, 14px);
    width: 3vw;
    max-width: 28px;
    left: 0;
    right: 0;
    top: 24px;
    bottom: 0;
    margin: auto;
    transform: translateX(-484px);
    line-height: 1.4;
}

.ambassador-text .amb {
    letter-spacing: 1.5px;
}

.content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /*position: relative; del?*/
    max-width: 1120px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    /**/
    padding-top: 81px;
}

.image-wrapper {
    max-width: 630px;
    width: 36vw;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: -544px;
    margin: auto;
}

.consultant-image {
    width: 100%;
    height: auto;
}

/* .text-content {
    position: absolute;
    top: 50px;
    right: 0;
    left: 564px;  
    bottom: 0;
    max-width: 617px;
    margin-top: 100px;
} del? */

/* .main-title {
    text-align: center;
    color: #fff;
    font-size: clamp(10px, 2.6vw, 44px);
    line-height: 1.7;
    margin-bottom: 40px;
} del? */

/* .subtitle {
    display: inline-block;
    font-size: clamp(10px, 2.5vw, 44px); del ?
    font-size: 40px;
    letter-spacing: 5px;
} del? */

.features-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    padding: 0 35px 0 49px;
}

.feature-item {
    display: flex;
    align-items: center;
    height: 6.6vw;
    max-height: 128px;
    position: relative;
    background: linear-gradient(180deg, rgb(255 255 255 / 85%) 0%, rgb(255 255 255 / 75%) 100%);
    padding: 0 32px 0 52px;
}

.features-list .feature-item:first-child {
    border-radius: 16px 16px 4px 4px;
}

.features-list .feature-item:nth-child(2) {
    border-radius: 4px;
}

.features-list .feature-item:nth-child(3) {
    border-radius: 4px 4px 16px 16px;
}

.feature-icon {
    position: absolute;
    left: -38px;
    /* width: 6.9vw;
    max-width: 66px;
    max-height: 66px; 
    background: linear-gradient(135deg, #4B9CD3 0%, #13B5B1 100%); del? */
    padding: 12.5px;
    border: 1px solid rgb(255 255 255 / 70%);
    border-radius: 50%;
    /**/
    width: 56px;
    height: 56px;
    background: linear-gradient(90deg, #0079BD 0%, #04A79B 100%);
}

.features-list .feature-item:nth-child(2) .feature-icon {
    padding: 16px;
}

.features-list .feature-item:nth-child(3) .feature-icon {
    padding: 17px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-text {
    /* font-size: clamp(8px, 1.15vw, 23px); del?  */
    font-size: 20px;
    line-height: 1.4;
    color: #083461;
    margin: 0;
    letter-spacing: 0px;
}

.fukidashi {
    width: 100%;
    border-bottom: 2px solid #dfdfdf;
}

/* .fukidashi-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 15vw;
    max-height: 282px;
    position: relative;
} del? */

/* .fukidashi-txt {
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
    font-size: clamp(10px, 1.4vw, 28px);
    letter-spacing: 1px;
    width: 37vw;
    max-width: 503px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 13vw;
    max-height: 106px;
    position: absolute;
    color: #ffffff;
    z-index: 0;
} del? */

/* .fukidashi-image {
    position: absolute;
    z-index: 0;
    width: 35vw;
    max-width: 664px;
    max-height: 157px;
    height: 10vw;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
} del? */

/* .fukidashi-wrapper span {
    font-weight: normal;
    font-size: clamp(6px, 1.1vw, 22px);
} del? */

.calendar_wrap {
    margin-bottom: 116px;
}


/*************************/
.fukidashi-wrapper span {
    font-weight: normal;
    /* font-size: clamp(6px, 1.1vw, 22px); */
    font-size: 22px;
}
.fukidashi-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* height: 15vw;
    max-height: 282px; */
    position: relative;
    /**/
    height: 211px;
}
.fukidashi-txt {
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
    /* font-size: clamp(10px, 1.4vw, 28px);
    letter-spacing: 1px;
    width: 37vw; 
    max-width: 503px;
    margin: auto;
    top: 0; del? */
    top: 29px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 13vw;
    max-height: 106px;
    position: absolute;
    color: #ffffff;
    z-index: 0;
    /**/
    font-size: 28px;
    width: 480px;
    letter-spacing: 0px;
    margin: 0 auto;
    
}
.fukidashi-image {
    /* position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    width: 35vw;
    max-width: 664px;
    max-height: 157px;
    height: 10vw; 
    z-index: -1; del? */
    margin: auto;
    /**/
    margin-top: 80px;
    width: 662px;
    height: 135px;
}
.main-title {
    text-align: center;
    color: #fff;
    /* font-size: clamp(10px, 2.6vw, 44px); del?*/
    line-height: 1.7;
    margin-bottom: 62px;
}
.text-content {
    /* position: absolute;
    top: 50px;
    right: 0;
    left: 564px;  
    bottom: 0; 
    max-width: 617px; del? */
    margin: 0 auto; 
}
.subtitle {
    display: inline-block;
    /* font-size: clamp(10px, 2.5vw, 44px); 
    letter-spacing: 5px; del? */
    font-size: 40px;
    margin-top: 104px;
}
.trial-form-container {
    /* padding: 80px 0; del? */
    padding: 0;
    height: 100%;
}
.feature-item {
    width: 472px;
    padding: 0 0 0 42px;
    /* display: flex;
    align-items: center;
    height: 6.6vw;
    max-height: 128px;
    position: relative;
    background: linear-gradient(180deg, rgb(255 255 255 / 85%) 0%, rgb(255 255 255 / 75%) 100%);
    padding: 0 32px 0 52px; del? */
    /**/
    height: 80px;
}
/*************************/

/* Responsive Breakpoints */
@media (max-width: 1680px) {

    /* header */
    .top_wrapper #upper .logo img {
        height: 4vw;
        max-height: 40px;
    }

    .ambassador-text {
        top: 1.6vw;
        transform: translateX(-25.6vw);
    }

    .image-wrapper {
        top: 2.8vw;
        left: -28.3vw;
    }

    .text-content {
        top: 5.4vw;
        left: 29.6vw;
        /* margin: auto; del?*/
    }

    /* .main-title {
        margin-bottom: 3vw;
    } del? */

    .features-list {
        padding: 0 1.6vw 0 2.8vw;
    }

    /* .feature-item {
        padding: 0 0 0 3.6vw;
        height: 6vw;
    } del? */

    .feature-icon {
        /* left: -2vw;
        padding: 0.95vw; del? */
    }

    /* .features-list .feature-item:nth-child(2) .feature-icon {
        padding: 1.1vw;
    }

    .features-list .feature-item:nth-child(3) .feature-icon {
        padding: 1.2vw;
    } del? */
}

@media (max-width: 1279px) {
    /* .ambassador-text {
        top: 1.7vw;
    }

    .feature-icon {
        left: -3vw;
        left: -29px;
    }

    .features-list .feature-item:first-child {
        border-radius: 1.2vw 1.2vw .2vw .2vw;
    }

    .features-list .feature-item:nth-child(2) {
        border-radius: .2vw;
    }

    .features-list .feature-item:nth-child(3) {
        border-radius: .2vw .2vw 1.2vw 1.2vw;
    }

    .fukidashi-txt {
        height: 6.5vw;
    }

    .calendar_wrap {
        margin-bottom: 9.4vw;
    } */
}

@media (max-width: 1000px) {
    /* .main-title {
        margin-bottom: 1.6vw;
    } del? */

    /* .text-content {
        width: 33vw;
        top: 4vw;
    } 
    .ambassador-text {
        font-size: .8vw;
    }

    .fukidashi-image {
        height: 14.03vw;
        width: 70.355vw;
    }

    .fukidashi-txt {
        height: 7vw;
    }

    .calendar_wrap {
        margin-bottom: 0;
    }del? */
}


/*************************/
@media screen and (min-width: 641px) and (max-width: 800px) { 
    .fukidashi-image {
        width: 91.87vw;
        max-width: 662px;
        height: 18.16vw;
        max-height: 135px;
    }
    .fukidashi-wrapper span {
        /* font-size: 2.75vw; */
        margin-top: 0.88vw;
    }
    .fukidashi-txt {
        top: 3.58vw;
    }
    .subtitle {
        font-size: 5vw;
    }
    .features-list .feature-item:nth-child(2)>.feature-icon {
        padding: 2vw;
    }

    .features-list .feature-item:nth-child(3)>.feature-icon {
        padding: 1.999vw;
    }
    
}
/*************************/


@media (max-width: 640px) {

    /* header */
    .top_wrapper #upper .logo img {
        height: 7.5vw;
    }

    .trial-form-wrapper {
        height: 137vw;
        /* max-height: 121.875vw; del? */
        background: linear-gradient(50deg, #4b9cd3 0%, #4b9cd3 50%, #3ccfcc96 100%);
        padding-top: 80px;
    }

    .trial-form-container {
        padding: 0;
    }

    .ambassador-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        writing-mode: initial;
        text-align: left;
        left: auto;
        top: -19vw;
        right: 5vw;
        bottom: 0;
        transform: initial;
        width: 62vw;
        max-width: 380px;
        height: 10vw;
        max-height: 62px;
        background: #ffffff61;
        color: #083461;
        font-size: 2.4vw;
        margin: auto;
        z-index: 1;
        padding-left: 1.4vw;
    }

    .content-wrapper {
        /* flex-direction: column; del? */
        text-align: center;
        padding-top: 16.5625vw;
    }

    .main-title {
        font-size: 7vw;
        text-align: center;
        /* position: absolute;
        top: 12.1vw;
        right: 4.5vw;
        width: 45vw; 
        right: 0;
        left: 0; del?*/
        line-height: 1.33;
        letter-spacing: 0.6vw;
        /**/
        width: 88vw;
        margin: 0 auto;
        margin-bottom: 11.875vw;
    }

    .subtitle {
        font-size: 7vw;
        letter-spacing: 0.3vw;
        display: inline;
    }

    .features-list {
        justify-content: center;
        /* position: absolute; del?*/
        width: 100%;
        bottom: 0;
        /* padding: 4vw 5vw 4vw 10.8vw; del?*/
        /* max-height: 408px; */
        /* height: 64vw; */
        height: auto;
        /* background: linear-gradient(135deg, #4B9CD3 0%, #13B5B1 100%); del?*/
        /**/
        padding: 0 5vw 15vw 10.8vw;
        gap: 4px;

    }

    .features-list::before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        /* background: #D4D4D44D; 
        border: 3px solid #ffffff3b; */
        border-bottom: none;
        box-sizing: border-box;
    }

    .feature-item {
        padding: 0 0 0 8vw;
        height: 16.4vw;
        /**/
        width: 100%;
    }

    .features-list .feature-item:first-child {
        border-radius: 3vw 3vw 0.6vw 0.6vw;
    }

    .features-list .feature-item:nth-child(2) {
        border-radius: 0.6vw 0.6vw 0.6vw 0.6vw;
    }

    .features-list .feature-item:nth-child(3) {
        border-radius: 0.6vw 0.6vw 3vw 3vw;
    }

    .feature-icon {
        padding: 2.5vw;
        width: 11.5625vw;
        height: 11.5625vw;
        left: -5.9vw;
    }

    .features-list .feature-item:nth-child(2)>.feature-icon {
        /* padding: 2.6vw 2.6vw 2.6vw 3vw; del? */
        padding: 2.5vw;
    }

    .features-list .feature-item:nth-child(3)>.feature-icon {
        /* padding: 2.2vw 3.4vw 2.6vw 3.2vw; del? */
        padding: 2.5vw;
    }

    .feature-text {
        /* font-size: 3.6vw; del?*/
        letter-spacing: 0vw;
        font-size: 3.5vw;
    }

    .feature-text .c1 {
        /* letter-spacing: -0.1vw; del? */
        letter-spacing: -0.2vw;
    }

    .image-wrapper {
        max-width: 523px;
        width: 80vw;
        position: absolute;
        top: -3.4vw;
        left: -48vw;
    }

    .text-content {
        width: 100%;
        max-width: 100%;
        /* position: absolute;
        top: 0;
        left: 0;
        bottom: 0; */
        height: 600px; /* edit */
        margin: 0;
    }

    .fukidashi {
        border-bottom: none;
        position: relative;
    }

    .fukidashi::after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 90vw;
        margin: auto;
        height: 0.1vw;
        box-shadow: #9b9b9bd9 0 0.4vw 0.4vw;
    }

    .fukidashi-wrapper {
        /* height: 47vw;
        max-height: 299px; */
        height: 41vw;
    }

    .fukidashi-image {
        width: 90vw;
        height: 33vw;
        /* max-height: 215px;
        max-width: 576px; del? */
        margin: auto;
        /**/
        margin-top: 10vw;
    }

    .fukidashi-txt {
        font-size: 4.6vw;
        width: 72vw;
        letter-spacing: 0.1vw;
        font-weight: bold;
        height: 23.2vw;
        /* max-width: 600px;
        max-height: 147px;
        line-height: 1.4; del? */
        /**/
        top: 4.531vw;
    }

    .fukidashi-wrapper span {
        font-size: 3.3vw;
        margin-top: 2.3vw;
        display: inline-block;
    }

    .calendar_wrap {
        margin-bottom: 6vw;
    }
}