@charset "utf-8";

/***fv***/
.fv_deco_sec {
    position: relative;
}

.fv_deco_sec .fv_deco_circle {
    position: absolute;
    width: 413px;
    top: -117px;
    left: -33px;
    z-index: 2;
}



.top_fv_sec {
    height: 900px;
    width: 100%;
}




.top_fv_sec::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/top_fv_back.png) bottom center / cover no-repeat;
}

.top_fv_sec::after {
    content: '';
    width: 100%;
    height: calc(100% + 310px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/top_fv_deco_2.svg) bottom center / cover no-repeat;
}


.top_fv_sec .fv_image_1,
.top_fv_sec .fv_image_2 {
    position: absolute;
    z-index: 2;
}

.top_fv_sec .fv_image_1 {
    top: 46px;
    transform: translateX(-50%);
    left: calc(50% - 14%);
    max-width: 668px;
    width: 41%;
}
.top_fv_sec .fv_image_2 {
    top: 120px;
    transform: translateX(-50%);
    left: calc(50% + 13%);
    max-width: 668px;
    width: 41%;
}

.top_fv_sec .text {
    max-width: 731px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}

.top_fv_sec .text p {
    font-size: 6.5rem;
    line-height: 1;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    text-align: center;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.top_fv_sec .text .text_1 {
    max-width: 496px;
    background: url(../img/top_fv_text_1.png) center / contain no-repeat;
    margin-bottom: 4px;
}

.top_fv_sec .text .text_2 {
    max-width: 538px;
    background: url(../img/top_fv_text_2.png) center / contain no-repeat;
    margin-left: auto;
}



@media screen and (max-width: 800px) {
    .top_fv_sec::before {
    z-index: -2;
}

.top_fv_sec::after {
    z-index: -1;
}

    .fv_deco_sec .fv_deco_circle {
        width: 285px;
        top: -148px;
        left: -52px;
    }
    .top_fv_sec {
    height: 104vw;
    }

    .top_fv_sec .fv_image_1 {
    top: 100px;
}
    .top_fv_sec .text {
        max-width: 400px;
        bottom: 30px;
    }


    .top_fv_sec .text p {
        font-size: 3.5rem;
        height: 56px;
    }

    .top_fv_sec .text .text_1 {
        max-width: 300px;
        background: url(../img/top_fv_text_1.png) center / contain no-repeat;
        margin-bottom: 4px;
    }

    .top_fv_sec .text .text_2 {
        max-width: 322px;
        background: url(../img/top_fv_text_2.png) center / contain no-repeat;
        margin-left: auto;
    }


}




/***message***/
.top_message_sec {
    background-color: var(--back-red);

    position: relative;
}

.top_message_sec::after {
    content: '';
    width: 316px;
    height: 50px;
    position: absolute;
    bottom: 90px;
    left: 0;
    background: url(../img/top_message_deco.png) center left / contain no-repeat;
}

.top_message_sec .wrapper {
    display: flex;
    gap: 6rem;
    padding: 9rem 0;
    padding-left: 15rem;
    position: relative;
    align-items: center;
    z-index: 2;
}

.top_message_sec .wrapper .text_image {
    position: absolute;
    top: 0;
    left: -9rem;
    width: 28.4rem;
}

.top_message_sec .text {
    width: 45.5%;
    color: white;
}

.top_message_sec .text p span {
    color: var(--yellow);
    font-weight: bold;
    font-size: 1.3em;
}

.top_message_sec .image {
    flex: 1;
}

.top_message_sec .text  h2 {
    margin-bottom: 3rem;
}


@media screen and (max-width: 800px) {



    .top_message_sec::after {
        width: 162px;
        height: 25px;
        bottom: 45px;
    }

    .top_message_sec .wrapper {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        padding: 5rem 0;
        padding-left: 3rem;
    }

    .top_message_sec .wrapper .text_image {
        left: -4.5rem;
        width: 14.2rem;
    }
    .top_message_sec .text {
    width: 100%;
}
.top_message_sec .image {
    width: 100%;
    max-width: 300px;
}

}




/***careerpath***/
.top_careerpath_sec {
    background-color: var(--green-blue);
    position: relative;
    padding: 9rem 0;
}

.top_careerpath_sec .wrapper {
    border-radius: 2rem;
    background-color: white;
    padding: 7rem 9.5rem;
    position: relative;
    width: calc(100% - 160px);
}
.top_careerpath_sec .title_text {
    position: absolute;
    width: 80px;
    top: 0;
    right: -75px;
}
.top_careerpath_sec h2 {
    text-align: center;
    margin-bottom: 4rem;
}

.top_careerpath_sec .top_text {
    margin-bottom: 5.5rem;
}


.top_careerpath_sec .feature_list {
    margin-bottom: 5.5rem;
}
.feature_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4rem;
}

.feature_list li {
    width: calc(100% / 3 - 4.8rem / 3);
    min-width: 30rem;
}

.feature_list li h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 0.4rem;
}

.feature_list li h4.en {
    text-align: center;
    font-size: 1.6rem;
    font-family: "Khand", sans-serif;
    font-style: normal;
    color: var(--green-blue);
    margin-bottom: 1.2rem;
}

.feature_list li figure {
    margin-bottom: 1.6rem;
}

.feature_list li p {
    font-weight: 500;
}


.top_careerpath_sec .deco {
    position: absolute;
}

.top_careerpath_sec .deco_1 {
    top: -90px;
    right: 40px;
    width: 246px;
}

.top_careerpath_sec .deco_2 {
    bottom: 20%;
    left: -100px;
    width: 177px;
}


.top_careerpath_sec .deco_3 {
    bottom: -58px;
    right: 0;
    width: 279px;

}


@media screen and (max-width: 800px) {

    .top_careerpath_sec {
        padding: 5rem 0;
    }
    .top_careerpath_sec .wrapper {
        padding: 3.5rem 4.7rem;
        width: calc(100% - 80px);
    }
    .top_careerpath_sec .title_text {
        width: 40px;
        right: -32px;
    }
        .top_careerpath_sec .top_text {
        margin-bottom: 2.7rem;
    }

    .feature_list {
    flex-direction: column;
    align-items: center;
}


.feature_list li {
    width: 100%;
    min-width: inherit;
}

.top_careerpath_sec .deco_1 {
    top: -45px;
    right: 20px;
    width: 123px;
}

.top_careerpath_sec .deco_2 {
    bottom: 20%;
    left: -50px;
    width: 85px;
}


.top_careerpath_sec .deco_3 {
    bottom: -28px;
    right: 0;
    width: 140px;
}

}



/***look at the number***/
.top_looknumber_sec {
    padding: 12rem 0 9rem;
    position: relative;
}

.top_looknumber_sec .wrapper {
    position: relative;
    padding: 0 10rem;
}

.top_looknumber_sec .wrapper .text_img{
    position: absolute;
    top: 0;
    left: 22px;
    width: 80px;
}

.top_looknumber_sec .top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 11rem;
}

.top_looknumber_sec .top h2 {
    font-size: 3.5rem;
}

.top_looknumber_sec .number_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5rem;
}

.top_looknumber_sec .number_list .box {
    position: relative;
    background-color: #D4F58C;
    border: 3px solid #AFE140;
    border-radius: 10px;
    padding: 3rem 3rem 5rem;
    width: calc(100% / 2 - 10px);
    max-width: 45rem;
}

.top_looknumber_sec .number_list h3 {
    width: 25.5rem;
    height: 4.7rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/top_look_at_title_back.png) center / contain no-repeat;
    font-size: 2.2rem;
    font-weight: bold;
}

.top_looknumber_sec .number_list h3.small {
    font-size: 1.6rem;
}

.top_looknumber_sec .number_list .num_text {
    text-align: center;
    color: var(--red);
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.top_looknumber_sec .number_list .num_text.small {
    font-size: 3rem;
    margin: 1rem;
    line-height: 1.2;
}

.top_looknumber_sec .number_list .num_text strong {
    font-size: 8rem;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.top_looknumber_sec .number_list .num_text.small strong {
    font-size: 6rem;
}

.top_looknumber_sec .number_list .ex {
    font-weight: 500;
}


.top_looknumber_sec .deco {
    position: absolute;
}

.top_looknumber_sec .deco_1 {
    right: 13%;
    top: -35px;
    width: 122px;
}

.top_looknumber_sec .deco_2 {
    left: 0%;
    bottom: -110px;
    width: 287px;
}

.top_looknumber_sec .deco_3 {
    right: 2%;
    bottom: 27%;
    width: 87px;
}


@media screen and (max-width: 800px) {

    .top_looknumber_sec {
    padding: 5rem 0;
    position: relative;
}

    .top_looknumber_sec .wrapper {
        padding: 0;
    }
    .top_looknumber_sec .wrapper .text_img{
    position: absolute;
    top: 0;
    left: 22px;
    width: 40px;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
}
.top_looknumber_sec .top {
    display: block;
    margin-bottom: 5rem;
}
.top_looknumber_sec .top h2 {
    font-size: 3rem;
}
.top_looknumber_sec .number_list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}
.top_looknumber_sec .number_list .box {
    width: 100%;
    padding: 3rem 3rem 3rem;
    max-width: 30rem;
}

.top_looknumber_sec .number_list h3 {
    width: 18.7rem;
    height: 4.9rem;
    position: absolute;

    font-size: 1.6rem;
    font-weight: bold;
}

.top_looknumber_sec .number_list h3.small {
    font-size: 1.2rem;
}

.top_looknumber_sec .number_list .num_text {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.top_looknumber_sec .number_list .num_text strong {
    font-size: 5rem;

}

.top_looknumber_sec .number_list .num_text.small {
    font-size: 1.6rem;
}

.top_looknumber_sec .number_list .num_text.small strong {
    font-size: 4rem;
}


.top_looknumber_sec .deco_1 {
    right: 4%;
    top: -17px;
    width: 61px;
}
.top_looknumber_sec .deco_2 {
    left: 0%;
    bottom: -50px;
    width: 140px;
    z-index: -1;
}
.top_looknumber_sec .deco_3 {
    right: 1%;
    bottom: 18%;
    width: 44px;
}



}


/***interview***/
.top_interview_sec {
    padding: 100px 0;
    background: url(../img/top_interview_back.png) center / cover no-repeat;
    position: relative;
}

.top_interview_sec::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--yellow:);
    z-index: -1;
}

.top_interview_sec h2 {
    text-align: center;
    margin-bottom: 8rem;
}

.top_interview_sec .interview_image_box {
    margin-bottom: 6rem;
}

.interview_image_box {
    width: 100%;
    height: 0;
    padding-bottom: 73%;
    position: relative;
}
.interview_image_box .box {
    position: absolute;
}
.interview_image_box .box_1 {
    width: 34%;
    height: 44.5%;
    background: url(../img/top_interview_text_1.svg) center / contain no-repeat;
    padding-top: 6%;
    padding-left: 6%;
    top: 0;
    left: 0;
    z-index: 5;
}

.interview_image_box .box_1 h3 {
    font-size: min(1.5vw, 2.3rem);
}
.interview_image_box .box_2 {
    width: 38%;
    height: 44%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/top_interview_text_2.svg) center / contain no-repeat;
    padding-top: 6.5%;
    padding-left: 2%;
    text-align: center; 
    z-index: 2;
}

.interview_image_box .box_2 h3 {
    font-size: min(2.5rem, 1.8vw);
    padding-bottom: 4%;
}

.interview_image_box .box_2 li {
    font-size: min(1.8rem, 1.3vw);
    font-weight: bold;
}
.interview_image_box .box_2 li span {
    color: var(--red);
}
.interview_image_box .box_2 li::before {
    content: '“';
}
.interview_image_box .box_2 li::after {
    content: '”';
}
.interview_image_box .box_3 {
    width: 31%;
    height: 56%;
    top: 3%;
    right: 0;
    background: url(../img/top_interview_text_3.svg) center / contain no-repeat;
    padding-top: 7.5%;
    padding-left: 5%;
    padding-right: 5.2%;
    z-index: 3;
}

.interview_image_box .box_3 h3 {
    font-size: min(2.5rem, 1.8vw);
    padding-bottom: 5%;
}

.interview_image_box .box_3 ul {
    margin-left: auto;
    width: 67%;
}

.interview_image_box .box_3 ul li {
    padding: 3% 0;
    text-align: center;
    border: 2px solid var(--font-color);
    border-radius: 7px;
    font-size: min(1.3rem, 0.9vw);
    font-weight: bold;
    margin-bottom: 5%;

}

.interview_image_box .box_4 {
    width: 42.5%;
    height: 49%;
    bottom: 6%;
    left: 0;
    background: url(../img/top_interview_text_4.svg) center / contain no-repeat;
    padding-top: 5%;
    padding-left: 8%;
}

.interview_image_box .box_4 h3 {
    font-size: min(2.5rem, 1.8vw);
}
.interview_image_box .box_4 figure {
    width: 64%;
    margin-left: 5%;
}
.interview_image_box .box_5 {
    top: 38%;
    left: 37.5%;
    width: 44.5%;
    height: 33%;
    background: url(../img/top_interview_text_5.svg) center / contain no-repeat;
    z-index: 2;
    text-align: center;
    padding-top: 4%;
    padding-left: 4%;
    padding-right: 6%;
}

.interview_image_box .box_5 h3 {
    font-size: min(2.3rem, 1.6vw);
    margin-bottom: 6%;
}

.interview_image_box .box_5 ol {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.interview_image_box .box_5 ol li {
    width: calc(50% - 1%);
    border: 2px solid var(--font-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 0;
    padding-top: 3%;
    font-size: min(1.5rem, 1.1vw);
    line-height: 1.4;
    border-radius: 5px;
    background-color: white;
    position: relative;
    font-weight: bold;
}

.interview_image_box .box_5 ol li::before {
    content: '';
    width: 50px;
    height: 34px;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.interview_image_box .box_5 ol li:nth-of-type(1)::before {
    background-image: url(../img/top_interview_textback_5_crown1.png);
}
.interview_image_box .box_5 ol li:nth-of-type(2)::before {
    background-image: url(../img/top_interview_textback_5_crown2.png);
}
.interview_image_box .box_6 {
    bottom: 0;
    left: 38%;
    width: 31%;
    height: 24.5%;
    background: url(../img/top_interview_text_6.svg) center / contain no-repeat;
    z-index: 2;
    text-align: center;
    padding-top: 1.6%;
    padding-left: 1.2%;
    padding-right: 3%;
}
.interview_image_box .box_6 h3 {
    font-size: min(2rem, 1.4vw);
    margin-bottom: 3%;
}

.interview_image_box .box_6 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: stretch;
}

.interview_image_box .box_6 ul li {
    border: 1.5px solid var(--font-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: min(1.5rem, 1.1vw);
    font-weight: bold;
    background-color: white;
}


.interview_image_box .box_6 ul li:nth-of-type(2n + 1) {
    width: calc(42% - 6px / 2);
}
.interview_image_box .box_6 ul li:nth-of-type(2n) {
    width:calc(58% - 6px / 2);
}


.interview_image_box .box_7 {
    bottom: 0;
    right: 0;
    width: 28%;
    height: 38%;
    background: url(../img/top_interview_text_7.svg) center / contain no-repeat;
    z-index: 2;
    padding-top: 6.1%;
    padding-left: 2.1%;
    padding-right: 4.4%;
}

.interview_image_box .box_7 h3 {
    font-size: min(2rem, 1.4vw);
     margin-bottom: 15.5%;
    padding-left: 4%;
}

.interview_image_box .box_7 ol {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 35px 10px;
    flex-wrap: wrap;
}

.interview_image_box .box_7 ol li {
    width: calc(50% - 10px / 2);
    padding: 2% 0%;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    font-size: min(1.8rem, 1.25vw);
}

.interview_image_box .box_7 ol li::before {
    position: absolute;
    content: '';
    width: 37%;
    padding-bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    top: -78%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.interview_image_box .box_7 ol li:nth-of-type(1) {
    background-color: #FFA54A;
    color: white;
}

.interview_image_box .box_7 ol li:nth-of-type(1)::before {
    background-image: url(../img/top_interview_textback_7_crown1.png);
}
.interview_image_box .box_7 ol li:nth-of-type(2) {
    background-color: #E62A2A;
    color: white;
}
.interview_image_box .box_7 ol li:nth-of-type(2)::before {
    background-image: url(../img/top_interview_textback_7_crown2.png);
}
.interview_image_box .box_7 ol li:nth-of-type(3) {
    background-color: #EDDF26;
}
.interview_image_box .box_7 ol li:nth-of-type(3)::before {
    background-image: url(../img/top_interview_textback_7_crown3.png);
}

@media screen and (max-width: 800px) {

    .top_interview_sec {
    padding: 50px 0;
}
.top_interview_sec h2 {
    margin-bottom: 4rem;
}

.top_interview_sec .interview_image_box {
    margin-bottom: 3rem;
}


.interview_image_box {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.interview_image_box .box {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    transform: inherit;
    width: 100%;
    height: auto;
    max-width: 360px;
}

.interview_image_box .box_1 {
    height: 323px;
    padding-top: 17%;
    padding-left: 16%;
}

.interview_image_box .box_1 h3 {
    font-size: 2rem;
}

.interview_image_box .box_2 {
    height: 286px;
    padding-top: 14.5%;
    padding-left: 9%;
}

.interview_image_box .box_2 h3 {
    font-size: 2.3rem;
    padding-bottom: 4%;
}

.interview_image_box .box_2 li {
    font-size: 1.6rem;
}


.interview_image_box .box_3 {
    height: 416px;
    padding-top: 19.5%;
    padding-left: 14%;
    padding-right: 16.2%;
}

.interview_image_box .box_3 h3 {
    font-size: 2.5rem;
    padding-bottom: 5%;
}

.interview_image_box .box_3 ul {
    margin-left: auto;
    width: 67%;
}

.interview_image_box .box_3 ul li {
    padding: 3% 0;
    font-size: 1.2rem;
    margin-bottom: 5%;
}


.interview_image_box .box_4 {
    height: 283px;
    padding-top: 14%;
    padding-left: 15%;
}

.interview_image_box .box_4 h3 {
    font-size: 1.7rem;
    margin-bottom: 1%;
}
.interview_image_box .box_4 figure {
        width: 56%;
        margin-left: 9%;
}






.interview_image_box .box_5 {

    height: 180px;
    padding-top: 6%;
    padding-left: 4%;
    padding-right: 6%;
}

.interview_image_box .box_5 h3 {
    font-size: 1.6rem;
    margin-bottom: 6%;
}

.interview_image_box .box_5 ol {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.interview_image_box .box_5 ol li {
    width: calc(50% - 1%);
    padding: 2% 0;
    padding-top: 3%;
    font-size: 1.2rem;
}

.interview_image_box .box_5 ol li::before {
        width: 40px;
        height: 27px;
        top: -21px;
}



.interview_image_box .box_6 {
    height: 196px;
    padding-top: 4.6%;
    padding-left: 2.2%;
    padding-right: 9%;
}
.interview_image_box .box_6 h3 {
    font-size: 1.7rem;
    margin-bottom: 5%;
}

.interview_image_box .box_6 ul {
    gap: 6px;
}

.interview_image_box .box_6 ul li {
    font-size: 1.3rem;
    padding: 2% 0;
}


.interview_image_box .box_6 ul li:nth-of-type(2n + 1) {
    width: calc(42% - 6px / 2);
}
.interview_image_box .box_6 ul li:nth-of-type(2n) {
    width:calc(58% - 6px / 2);
}





.interview_image_box .box_7 {

    height: 334px;
    padding-top: 17%;
        padding-left: 3.1%;
        padding-right: 13.4%;
}

.interview_image_box .box_7 h3 {
        font-size: 1.8rem;
        margin-bottom: 12.5%;
        padding-left: 13%;

}

.interview_image_box .box_7 ol {
    gap: 35px 10px;
}

.interview_image_box .box_7 ol li {
    width: calc(50% - 10px / 2);
    padding: 2% 0%;

    font-size: 1.8rem;
}

.interview_image_box .box_7 ol li::before {
        width: 31%;
        padding-bottom: 20%;
        top: -83%;

}




}




/***要項リンク***/
.top_requirement_sec {
    text-align: center;
    background-color: #40B4BC;
    position: relative;
}

.top_requirement_sec .wrapper {
    padding: 8rem 0;
    position: relative;
}

.top_requirement_sec .wrapper::before {
    content: '';
    width: 203px;
    height: 30px;
    position: absolute;
    top: 70px;
    left: 10%;
    background: url(../img/top_requierements_deco_1.png) center / contain no-repeat;

}


.top_requirement_sec .wrapper::after {
    content: '';
    width: 106px;
    height: 106px;
    position: absolute;
    bottom: 10px;
    right: 0%;
    background: url(../img/top_requierements_deco_2.png) center / contain no-repeat;
    
}

.top_requirement_sec h2 {
    width: 100%;
    max-width: 395px;
    height: 77px;
    margin: 0 auto;
    background: url(../img/top_requierements_title_back.png) center / contain no-repeat;
    margin-bottom: 48px;
    color: var(--green-blue);
    font-size: 3.5rem;
    padding-bottom: 0.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_requirement_sec .ex {
    color: white;
    font-weight: 500;
    margin-bottom: 55px;
}

@media screen and (max-width: 800px) {

    .top_requirement_sec .wrapper {
        padding: 5rem 0;
        position: relative;
        z-index: 1;
    }

    .top_requirement_sec .wrapper::before {
    width: 101px;
    height: 15px;
    top: 35px;
    left: 5%;

}

.top_requirement_sec .wrapper::after {
    width: 53px;
    height: 53px;
    bottom: 5px;
    right: 0%;
    z-index: -1;
}

.top_requirement_sec h2 {
    max-width: 308px;
    height: 65px;
    margin-bottom: 30px;
    font-size: 2.8rem;
    padding-bottom: 0.5%;
}
.top_requirement_sec .ex {
    margin-bottom: 25px;
}


}



/***エントリー***/
.common_entry_sec {
    padding: 80px 0;
}

.common_entry_sec::before {
    content: '';
    width: 400px;
    height: 62px;
    position: absolute;
    bottom: 33px;
    left: 0;
    background: url(../img/top_entry_deco_2.png) left center / contain no-repeat;
}

.common_entry_sec::after {
    content: '';
    width: 107px;
    height: 82px;
    position: absolute;
    bottom: -50px;
    right: 24%;
    background: url(../img/top_entry_deco_3.png) left center / contain no-repeat;
}

.common_entry_sec .wrapper {
    border-radius: 25px;
    padding: 80px 20px 55px;
    position: relative;
    background: url(../img/top_entry_back.png) center / cover no-repeat;
    text-align: center;
    width: calc(100% - 80px);
}

.common_entry_sec .wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    background-color: var(--pink);
    z-index: -1;
}

.common_entry_sec .wrapper::after {
    content: '';
    width: 203px;
    height: 32px;
    position: absolute;
    top: 27.5px;
    right: -32px;
    background: url(../img/top_entry_deco_1.png) center / contain no-repeat;
}

.common_entry_sec h2 {
    width: 100%;
    max-width: 395px;
    height: 77px;
    margin: 0 auto;
    background: url(../img/top_entry_title_back.png) center / contain no-repeat;
    margin-bottom: 48px;
    font-size: 3.5rem;
    padding-bottom: 0.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pink);
}

.common_entry_sec .ex {
    color: white;
    margin-bottom: 50px;
}

.common_entry_sec .btn_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 854px;
    margin: 0 auto;
}

.common_entry_sec .btn_box .original_btn {
    width: 47%;
}



@media screen and (max-width: 800px) {

    .common_entry_sec {
        padding: 50px 0;
    }
    .common_entry_sec::before {
    width: 200px;
    height: 31px;
    bottom: 16px;
}

.common_entry_sec::after {
    width: 54px;
    height: 41px;
    bottom: -25px;
    right: 12%;
}

.common_entry_sec .wrapper {
    border-radius: 25px;
    padding: 50px 20px 30px;
    width: calc(100% - 40px);
}



.common_entry_sec .wrapper::after {
    width: 101px;
    height: 16px;
    top: 14px;
    right: -16px;
}


.common_entry_sec h2 {
    max-width: 308px;
    height: 65px;
    margin-bottom: 30px;
    font-size: 2.8rem;
    padding-bottom: 0.5%;
}

.common_entry_sec .ex {
    margin-bottom: 25px;
}

.common_entry_sec .btn_box {
   flex-direction: column;
   max-width: 300px;
   width: 100%;
   gap: 10px;
}


.common_entry_sec .btn_box .original_btn {
    width: 100%;
}

.common_entry_sec .btn_box .original_btn a {
    font-size: 1.4rem;
}

}



/***common contact***/
.common_contact_sec {
    padding: 20px 0 80px;
    position: relative;
    background: linear-gradient(180deg, transparent 50%, var(--yellow) 50%);
}

.common_contact_sec::before,
.common_contact_sec::after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none;
}

.common_contact_sec::before {
    width: 204px;
    height: 32px;
    background-image: url(../img/top_entry_deco_4.png);
    left: 2%;
    bottom: 16%;
}

.common_contact_sec::after {
    width: 198px;
    height: 30px;
    background-image: url(../img/top_entry_deco_5.png);
    right: 2%;
    bottom: 25%;
}

.common_contact_sec .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 44px;
}

.common_contact_sec .wrapper .box {
    display: block;
    width: calc(100% / 2 - 44px / 2);
    text-align: center;
    padding: 50px 0;
    border-radius: 20px;
    color: white;
}

.common_contact_sec .wrapper .box.contact {
    background-color: var(--back-red);
    box-shadow: 15px 15px 0 #7B3B3B;
}

.common_contact_sec .wrapper .box.company {
        background-color: var(--green-blue);
    box-shadow: 15px 15px 0 #24559D;
    margin-top: 80px;
}

.common_contact_sec .wrapper .box h3 {
      font-family: "Khand", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 6rem;
}

.common_contact_sec .wrapper .box .ex {
    font-size: 2.5rem;
    font-weight: 500;
    padding-bottom: 60px;
    min-height: 135px;
    position: relative;
}

.common_contact_sec .wrapper .box .ex::after {
    content: '→';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_contact_sec .wrapper .box.contact .ex::after {
    color: var(--back-red);
}

.common_contact_sec .wrapper .box.box.company .ex::after {
    color: var(--green-blue);
}


@media screen and (max-width: 800px) {


    .common_contact_sec {
    padding: 20px 0 50px;
    background: linear-gradient(-90deg, transparent 30%, var(--yellow) 30%);
}

.common_contact_sec::before {
    width: 102px;
    height: 16px;
    left: 1%;
    bottom: 8%;
}

.common_contact_sec::after {
    width: 99px;
    height: 15px;
    right: 1%;
    bottom: 12%;
}
.common_contact_sec .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.common_contact_sec .wrapper .box {
    width: 100%;
    max-width: 400px;
    padding: 25px 0;
}

.common_contact_sec .wrapper .box.contact {
    box-shadow: 7px 7px 0 #7B3B3B;
}

.common_contact_sec .wrapper .box.company {
    box-shadow: 7px 7px 0 #24559D;
    margin-top: 0px;
}

.common_contact_sec .wrapper .box h3 {
        font-size: 3rem;
}


.common_contact_sec .wrapper .box .ex {
    font-size: 1.8rem;
    padding-bottom: 60px;
    min-height: inherit;
}
.common_contact_sec .wrapper .box .ex::after {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
}





}
