@charset "utf-8";


/*****subpage fv*****/
.subpage_fv_sec {
    background: url(../img/subpage_fv_back.svg) center bottom / cover no-repeat;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.subpage_fv_sec .subpage_title .en {
    font-size: 8rem;
    font-family: "Khand", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: var(--back-red);
    line-height: 1;
}

.subpage_fv_sec .subpage_title .jp {
    font-size: 2rem;
    font-weight: bold;
    font-family: "M PLUS 1p", sans-serif;
    line-height: 1;
}

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


    .subpage_fv_sec {
        height: 320px;
        padding-top: 80px;
    }

    .subpage_fv_sec .subpage_title .en {
    font-size: 5rem;
}


.subpage_fv_sec .subpage_title .jp {
    font-size: 1.6rem;
}



}





/*****about page*****/
/*plan*/
.about_plan_sec {
    padding: 80px 0;
    background-color: var(--yellow);
}

.about_plan_sec .wrapper {
    background-color: white;
    padding: 80px 100px;
    border-radius: 20px;
}

.about_plan_sec .wrapper h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 55px;
    border-radius: 20px;
}




.about_plan_sec .plan_list li {
    display: flex;
    gap: 50px;
    position: relative;
    z-index: 1;

}
.about_plan_sec .plan_list li:not(:last-of-type) {
    margin-bottom: 45px;
}

.about_plan_sec .plan_list li:not(:last-of-type)::before {
    content: '';
    width: 3px;
    height: calc(100% + 45px);
    position: absolute;
    top: 0;
    left: 60px;
    background-color: var(--green-blue);
    z-index: -1;
}

.about_plan_sec .plan_list h3 {
    width: 120px;
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--green-blue);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 5px 5px 0px #24559D;
}

.about_plan_sec .plan_list h3 strong {
    color: #FFFF67;
    font-size: 1.8rem;
}

.about_plan_sec .plan_list h3 strong span {
    font-size: 2.6rem;
}

.about_plan_sec .plan_list .text {
    flex: 1;
}

.about_plan_sec .plan_list .text h4 {
    color: var(--green-blue);
    margin-bottom: 12px;
    padding-bottom: 7px;
    font-size: 2.2rem;
    border-bottom: 3px dotted var(--green-blue);
}



/**追記**/
.plan_list_title {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 180px);
    margin-left: auto;
    margin-bottom: 30px;
}

.plan_list_title p {
    font-size: 2rem;
    padding: 10px;
    border-radius: 20px;
    width: calc(100% / 2 - 20px);
    color: white;
    font-weight: bold;
    text-align: center;
}

.plan_list_title .parttime {
    background-color: var(--green-blue);
}
.plan_list_title .fulltime {
    background-color: var(--back-red);
}

.plan_list .text_boxes {
    display: flex;
    margin-top: 10px;
}

.plan_list .text_boxes .box {
    padding: 10px;
    border: 1px dashed var(--border-color);
    width: calc(100% / 2 - 20px);
}

.plan_list .text_boxes .box.parttime {
    margin-right: auto;
}

.plan_list .text_boxes .box.fulltime {
    margin-left: auto;
}

.plan_list .career_map_box {
    display: flex;
    align-items: center;
}
.plan_list .career_map_box > div {
    width: 50%;
    padding: 20px 0;
}
.plan_list .career_map_box .parttime {
    padding-right: 20px;
    border: 1px solid var(--border-color);
}

.plan_list .career_map_box p {
    width: 100%;
    background-color: var(--yellow);
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

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

    .about_plan_sec {
    padding: 50px 0;
}


.about_plan_sec .wrapper {
    padding: 40px 20px;
}

.about_plan_sec .wrapper h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.about_plan_sec .plan_list li {
    gap: 10px;

}

.about_plan_sec .plan_list li:not(:last-of-type) {
    margin-bottom: 25px;
}
.about_plan_sec .plan_list li:not(:last-of-type)::before {
    height: calc(100% + 25px);
    left: 30px;
}
.about_plan_sec .plan_list h3 {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    box-shadow: 3px 3px 0px #24559D;
    line-height: 1.2;
}

.about_plan_sec .plan_list h3 strong {
    font-size: 1.6rem;
}
.about_plan_sec .plan_list h3 strong span {
    font-size: 2.2rem;
}
.about_plan_sec .plan_list .text h4 {
    font-size: 2rem;
}




/**追記**/
.plan_list_title {
    width: calc(100% - 60px);
    margin-bottom: 20px;
}

.plan_list_title p {
    font-size: 1.6rem;
    padding: 5px;
    border-radius: 10px;
    width: calc(100% / 2 - 5px);
}


.plan_list .text_boxes .box {
    padding: 5px;
    width: calc(100% / 2 - 5px);
}

.plan_list .text_boxes .box p {
    font-size: 1.2rem;
}

.plan_list .career_map_box > div {
    width: 50%;
    padding: 10px 0;
}
.plan_list .career_map_box .parttime {
    padding-right: 10px;
}

.plan_list .career_map_box p {
    font-size: 1.2rem;
}


}



/*training*/
.about_training_sec {
    background-color: var(--green-blue);
    padding: 80px 0;
    position: relative;
}

.about_training_sec .wrapper {
    background-color: white;
    border-radius: 20px;
    padding: 80px 100px;
    position: relative;
}



.about_training_sec h2 {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 65px;
}

.about_training_sec .training_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.about_training_sec .training_list > li {
    width: calc(100% / 3 - 40px / 3);
}
.about_training_sec .training_list > li figure {
    margin-bottom: 16px;
}
.about_training_sec .training_list > li figure img {
    width: 100%;
}
.about_training_sec .training_list > li dl {
    margin-bottom: 16px;
}
.about_training_sec .training_list > li dt {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 12px;
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
}

.about_training_sec .training_list > li dd {
    font-weight: 500;
}


.about_training_sec .training_list .role_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.about_training_sec .training_list .role_tag p {
    border-radius: 20px;
    padding: 3px 6px;
    border-style: solid;
    border-width: 1px;
    font-size: 1.1rem;
    font-weight: bold;
}

.about_training_sec .training_list .role_tag .pt {
    color: #EE4B4B;
    border-color: #EE4B4B;
}
.about_training_sec .training_list .role_tag .st {
    color: var(--border-color);
    border-color: var(--border-color);
}
.about_training_sec .training_list .role_tag .mg {
    color: #62B152;
    border-color: #62B152;
}
.about_training_sec .training_list .role_tag .sm {
    color: #FFA54A;
    border-color: #FFA54A;
}


.about_training_sec .deco {
    position: absolute;
}

.about_training_sec .deco_1 {
    position: absolute;
    top: -80px;
    right: 43px;
    width: 246px;
}

.about_training_sec .deco_2 {
    top: 24%;
    left: -106px;
    width: 177px;
}

.about_training_sec .deco_3 {
    right: 0;
    bottom: -210px;
    width: 279px;
}

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

    .about_training_sec {
    padding: 50px 0;
}

.about_training_sec .wrapper {
    padding: 30px 20px;
}

.about_training_sec h2 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}

.about_training_sec .training_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    justify-content: center;
}

.about_training_sec .training_list > li {
    width: 100%;
    max-width: 400px;
}
.about_training_sec .training_list > li figure {
    margin-bottom: 16px;
}
.about_training_sec .training_list > li dl {
    margin-bottom: 10px;
}
.about_training_sec .training_list > li dt {
    font-size: 2rem;
    margin-bottom: 10px;
    min-height: inherit;
}


.about_training_sec .deco_1 {
    top: -40px;
    right: 21px;
    width: 123px;
}

.about_training_sec .deco_2 {
    top: 12%;
    left: -53px;
    width: 87px;
}

.about_training_sec .deco_3 {
    bottom: -105px;
    width: 140px;
}


}



/*benefits*/
.about_benefits_sec {
    padding: 80px 0;
    position: relative;
}

.about_benefits_sec h2 {
    text-align: center;
    margin-bottom: 65px;
    font-size: 4rem;
}

.about_benefits_sec .benefits_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    justify-content: space-between;
}

.about_benefits_sec .benefits_list li {
    width: 100%;
    max-width: 280px;
}

.about_benefits_sec .benefits_list .title {
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFF8E6;
    border-radius: 50%;
    margin-bottom: 12px;
    gap: 5px;
}
.about_benefits_sec .benefits_list .title figure {
    height: 80px;
    width: 80px;
    position: relative;
}

.about_benefits_sec .benefits_list .title figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.about_benefits_sec .benefits_list .title h3 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.2;
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_benefits_sec .benefits_list .ex {
    font-size: 1.5rem;
}


.about_benefits_sec .deco {
    position: absolute;
}

.about_benefits_sec .deco_1 {
    width: 122px;
    right: 166px;
    top: 35px;
}
.about_benefits_sec .deco_2 {
    width: 110px;
    left: 0;
    top: 8.5%;
    z-index: -1;
}
.about_benefits_sec .deco_3 {
    width: 81px;
    left: 46px;
    bottom: 34%;
    z-index: -1;
}
.about_benefits_sec .deco_4 {
    width: 161px;
    left: 0;
    bottom: 15%;
    z-index: -1;
}
.about_benefits_sec .deco_5 {
    width: 51px;
    right: 0;
    top: 29%;
}

/***追記***/

.about_benefits_sec .role_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.about_benefits_sec .role_tag p {
    border-radius: 20px;
    padding: 3px 6px;
    border-style: solid;
    border-width: 1px;
    font-size: 1.1rem;
    font-weight: bold;
}

.about_benefits_sec .role_tag .pt {
    /* color: #EE4B4B; */
    color: white;
    border-color: #EE4B4B;
    background-color: #EE4B4B;
}
.about_benefits_sec .role_tag .st {
    color: var(--border-color);
    border-color: var(--border-color);
}
.about_benefits_sec .role_tag .mg {
    color: #62B152;
    border-color: #62B152;
}
.about_benefits_sec .role_tag .sm {
    /* color: #FFA54A; */
    border-color: #FFA54A;
    background-color: #FFA54A;
    color: white;
}


@media screen and (max-width: 800px) {
.about_benefits_sec {
    padding: 50px 0;
}

.about_benefits_sec h2 {
    margin-bottom: 30px;
    font-size: 2.8rem;
}

.about_benefits_sec .benefits_list {
    gap: 20px;
    justify-content: space-between;
}

.about_benefits_sec .benefits_list li {
    width: calc(100% / 2 - 20px / 2);
    max-width: 150px;
}
.about_benefits_sec .benefits_list .title {
    width: 100%;
    height: 150px;
    margin-bottom: 12px;
    gap: 2px;
}
.about_benefits_sec .benefits_list .title figure {
    height: 50px;
    width: 50px;
    position: relative;
}

.about_benefits_sec .benefits_list .title figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.about_benefits_sec .benefits_list .title h3 {
    font-size: 1.6rem;
    min-height: inherit;
}
.about_benefits_sec .benefits_list .ex {
    font-size: 1.3rem;
}


.about_benefits_sec .deco_1 {
    width: 60px;
    right: 80px;
    top: 17px;
    z-index: -1;
}
.about_benefits_sec .deco_2 {
    width: 55px;
    top: 4.5%;
}
.about_benefits_sec .deco_3 {
    width: 40px;
    left: 23px;
    bottom: 17%;
}
.about_benefits_sec .deco_4 {
    width: 80px;
    bottom: 7%;
}
.about_benefits_sec .deco_5 {
    width: 25px;
    top: 15%;
        z-index: -1;
}



/***追記***/

.about_benefits_sec .role_tag {
    gap: 3px;
}
.about_benefits_sec .role_tag p {
    border-radius: 20px;
    padding: 2px 4px;
    font-size: 0.9rem;
}

}


/*****numbers*****/

.numbers_page_sec {
    padding: 80px 0;
    background: url(../img/numbers_back.svg) center bottom / cover no-repeat;
    position: relative;
}

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


.numbers_boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px 0;

}

.numbers_boxes .box {
    background-color: white;
    display: flex;
    align-items: stretch;
    border-radius: 20px;
    position: relative;
}



.numbers_boxes .one_box {
    width: calc(100% / 3 - 52px / 3);

}

.numbers_boxes .onehalf_box {
    width: calc(100% / 2 - 52px / 3 + 13px / 3);
}
.numbers_boxes .two_box {
    width: calc(100% / 3 * 2 - 52px / 3 + 26px / 3);
}

.numbers_boxes .box .box_wrap {
    position: relative;
    padding: 34px 30px;
    width: 100%;
}


.numbers_boxes .box::before,
.numbers_boxes .box::after,
.numbers_boxes .box .box_wrap::before,
.numbers_boxes .box .box_wrap::after {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--font-color);
}

.numbers_boxes .box::before {
    top: 16px;
    left: 16px;
}
.numbers_boxes .box::after {
    top: 16px;
    right: 16px;
}
.numbers_boxes .box .box_wrap::before {
    bottom: 16px;
    left: 16px;
}
.numbers_boxes .box .box_wrap::after {
    bottom: 16px;
    right: 16px;
}

.numbers_boxes h3 {
    text-align: center;
    font-size: 2.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 20px;
}
.numbers_boxes p {
    color: var(--red);
    font-weight: bold;
    font-size: min(2.5vw, 3.6rem);
}

.numbers_boxes p span {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1;
}

.numbers_boxes .icon img {
    width: 100%;
}


.numbers_page_sec .add_ex {
    margin-top: 30px;
    text-align: right;
}

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

.numbers_page_sec {
    padding: 50px 0;
}

.numbers_boxes {
    gap: 20px;
}

.numbers_boxes .box {
    width: 100%;
    max-width: 400px;
}

.numbers_boxes .box .box_wrap {
    padding: 30px 20px;
}

.numbers_boxes .box::before,
.numbers_boxes .box::after,
.numbers_boxes .box .box_wrap::before,
.numbers_boxes .box .box_wrap::after {
    width: 10px;
    height: 10px;
}

.numbers_boxes h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}
.numbers_boxes p {
    font-size: 1.5rem;
}


}




/*box1*/
.numbers_boxes .box_1 .column {
    display: flex;
    justify-content: space-between;
}

.numbers_boxes .box_1 .column .content {
    width: calc(100% / 3 - 50px / 3);
    padding: 5px 0 20px;
    text-align: center;
}

.numbers_boxes .box_1 .column .content:nth-of-type(1) {
    background: url(../img/numbers_box1_img1.svg) center / contain no-repeat;
}
.numbers_boxes .box_1 .column .content:nth-of-type(2) {
    background: url(../img/numbers_box1_img2.svg) center / contain no-repeat;
}
.numbers_boxes .box_1 .column .content:nth-of-type(3) {
    background: url(../img/numbers_box1_img3.svg) center / contain no-repeat;
}

.numbers_boxes .box_1 .column .content p span {
    font-size: min(7.1vw, 10rem);

}

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

.numbers_boxes .box_1 .column .content {
    width: calc(100% / 3 - 20px / 3);
    padding: 5px 0 20px;
    text-align: center;
}
.numbers_boxes .box_1 .column .content p span {
    font-size: 4rem;

}

}


/*box2*/
.numbers_boxes .box_2 .box_wrap  {
    padding-right: 40px;
    padding-left: 40px;
}
.numbers_boxes .box_2 p {
    text-align: right;
}

.numbers_boxes .box_2 p span {
    font-size: min(6.3vw, 9rem);
}

.numbers_boxes .box_2 .icon {
    position: absolute;
    width: 34%;
    bottom: -5%;
    left: 14%;
}

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



    .numbers_boxes .box_2 p span {
    font-size: 4rem;
}

.numbers_boxes .box_2 .icon {
    position: absolute;
    width: 30%;
    bottom: -5%;
    left: 14%;
}
}



/*box3*/
.numbers_boxes .box_3 p {
    text-align: center;
}
.numbers_boxes .box_3 p span {
    font-size: min(3.8vw, 5.5rem);
}

.numbers_boxes .box_3 .icon {
    position: absolute;
    width: 53%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

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


        .numbers_boxes .box_3 {
            padding-bottom: 25%;
        }
    
    .numbers_boxes .box_3 p span {
    font-size: 4rem;
}


.numbers_boxes .box_3 .icon {
    width: 30%;
}
}


/*box4*/
.numbers_boxes .box_4 .text {
    text-align: center;
    position: relative;
    padding-left: 19%;
    max-width: max-content;
    margin: 0 auto;
}
.numbers_boxes .box_4 h4 {
    font-size: min(2.5vw, 3.6rem);
          font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;

}
.numbers_boxes .box_4 h4 span{
    font-size: min(3.1vw, 4.5rem);
    line-height: 1;

}
.numbers_boxes .box_4 p span {
    font-size: min(6.3vw, 9rem);
}

.numbers_boxes .box_4 .icon {
    position: absolute;
    width: 18.5%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}



@media screen and (max-width: 800px) {
.numbers_boxes .box_4 .text {
    padding-left: 19%;
}
.numbers_boxes .box_4 h4 {
    font-size: 1.5rem;

}
.numbers_boxes .box_4 h4 span{
    font-size: 2.8rem;
    line-height: 1;

}
.numbers_boxes .box_4 p span {
    font-size: 4rem;
}

.numbers_boxes .box_4 .icon {
    position: absolute;
    width: 17%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}



}

/*box5,6,7*/
.numbers_boxes .box_5,
.numbers_boxes .box_6,
.numbers_boxes .box_7 {
    text-align: center;
}
.numbers_boxes .box_5 .text,
.numbers_boxes .box_6 .text,
.numbers_boxes .box_7 .text {
    padding-bottom: 49%;
    position: relative;
    max-width: max-content;
    margin: 0 auto;
}
.numbers_boxes .box_5 p span,
.numbers_boxes .box_6 p span,
.numbers_boxes .box_7 p span {
    font-size: min(7.1vw, 10rem);
}

.numbers_boxes .box_5 p b {
        font-size: min(5.6vw, 8rem);
}


.numbers_boxes .box_6 .text small {
    font-size: min(1.4vw,2rem);
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.numbers_boxes .box_5 .text .icon,
.numbers_boxes .box_6 .text .icon,
.numbers_boxes .box_7 .text .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.numbers_boxes .box_5 .text .icon {
    width: 51%;
}

.numbers_boxes .box_6 .text .icon {
    width: 47.5%;
}
.numbers_boxes .box_7 .text .icon {
    width: 114%;
}

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

    .numbers_boxes .box_5 .text,
.numbers_boxes .box_6 .text,
.numbers_boxes .box_7 .text {
    padding-bottom: 20%;
    position: relative;
    max-width: max-content;
    margin: 0 auto;
}


.numbers_boxes .box_5 p span,
.numbers_boxes .box_6 p span,
.numbers_boxes .box_7 p span {
    font-size: 6rem;
}

.numbers_boxes .box_5 p b {
        font-size: 3rem;
}

.numbers_boxes .box_6 .text small {
    font-size: 1rem;
    right: -10px;
}

}

/*box7,8*/
.numbers_boxes .box_8 .text,
.numbers_boxes .box_9 .text {
    width: max-content;
    margin: 0 auto;
    padding-right: 37%;
    text-align: center;
    position: relative;
}

.numbers_boxes .box_8 .text p span,
.numbers_boxes .box_9 .text p span {
    font-size: min(7.1vw, 10rem);
}

.numbers_boxes .box_8 .text p.add,
.numbers_boxes .box_9 .text p.add {
    color: var(--font-color);
    font-size: 2rem;
    font-weight: 500;
}


.numbers_boxes .box_8 .text .icon,
.numbers_boxes .box_9 .text .icon {
    position: absolute;
    top: 0;
    right: 0;
}

.numbers_boxes .box_8 .text .icon {
    width: 34%;
}
.numbers_boxes .box_9 .text .icon {
    width: 39%;
}


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

.numbers_boxes .box_8 .text,
.numbers_boxes .box_9 .text {
    padding-right: 37%;
}

.numbers_boxes .box_8 .text p span,
.numbers_boxes .box_9 .text p span {
    font-size: 6rem;
}

.numbers_boxes .box_8 .text p.add,
.numbers_boxes .box_9 .text p.add {
    font-size: 1.4rem;
}

}


/*****survey*****/
.survey_page_sec {
    padding: 140px 0 80px;
    background-color: var(--green-blue);
}

.survey_page_sec .wrapper > .survey_wrap:not(:last-of-type) {
    margin-bottom: 90px;
}

.survey_page_sec .survey_wrap.two_column {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.survey_page_sec .survey_box {
    position: relative;
    background-color: white;
    border-radius: 20px;
    padding: 85px 70px 40px;
}

.survey_page_sec .survey_wrap.two_column .survey_box {
    width: calc(100% / 2 - 40px / 2);
}

.survey_page_sec .survey_box h2 {
    width: calc(100% - 70px);
    max-width: 766px;
    background-color: var(--red);
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: white;
    font-size: 2.2rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.survey_page_sec .survey_box h2::after {
    content: '';
      width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 30px solid var(--red);
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

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

    .survey_page_sec {
    padding: 80px 0 50px;
}

.survey_page_sec .wrapper > .survey_wrap:not(:last-of-type) {
    margin-bottom: 80px;
}

.survey_page_sec .survey_wrap.two_column {
    flex-wrap: wrap;
    gap: 80px 30px;
}
.survey_page_sec .survey_box {
    padding: 65px 20px 20px;
}

.survey_page_sec .survey_wrap.two_column .survey_box {
    width: 100%;
    max-width: 400px;
}


.survey_page_sec .survey_box h2 {
    width: calc(100% - 30px);
    max-width: 400px;
    min-height: 60px;
    font-size: 1.6rem;
    padding: 5px;
}

.survey_page_sec .survey_box h2::after {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 15px solid var(--red);
}

}


/*square*/
.survey_page_sec .square_list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: max-content;
    margin: 0 auto;
}
.survey_page_sec .square_list li {
    width: 246px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid var(--border-color);
    border-radius: 9px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 5px;
    line-height: 1.4;
}


.survey_page_sec .square_list li span {
    font-size: 1.6rem;
    position: relative;
}
.survey_page_sec .square_list li span::before,
.survey_page_sec .square_list li span::after {
    font-weight: bold;
    color: var(--border-color);
    position: absolute;
    top: 0;
    font-size: 1.8rem;
}
.survey_page_sec .square_list li span::before {
    content: '“';
    left: -15px;
}

.survey_page_sec .square_list li span::after {
    content: '”';
    right: -15px;
}
.survey_page_sec .square_list li span strong {
    color: var(--red);
}

.survey_page_sec .square_list.size_down li {
    font-size: 1.7rem;
}

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

    .survey_page_sec .square_list {
    justify-content: center;
    gap: 15px;
}

.survey_page_sec .square_list li {
    max-width: 200px;
    width: calc(50% - 15px / 2);
    min-height: 74px;
    font-size: 1.5rem;
    padding: 5px 10px;
}
.survey_page_sec .square_list li span {
    font-size: 1.3rem;
}
.survey_page_sec .square_list li span::before,
.survey_page_sec .square_list li span::after {
    font-size: 1.3rem;
}
.survey_page_sec .square_list li span::before {
    left: -5px;
}

.survey_page_sec .square_list li span::after {
    right: -5px;
}
.survey_page_sec .square_list.size_down li {
    font-size: 1.4rem;
}


}


/*box rank*/
.survey_page_sec .box_rank_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 50px 35px;
}


.survey_page_sec .box_rank_list li {
    border: 2px solid var(--border-color);
    padding: 35px 18px 25px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    width: calc(100% / 2 - 40px / 2);

}


.survey_page_sec .box_rank_list li::before {
    content: '';
    width: 60px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.survey_page_sec .box_rank_list li:nth-of-type(1)::before {
    background-image: url(../img/survey_5_rank1.svg);
}
.survey_page_sec .box_rank_list li:nth-of-type(2)::before {
    background-image: url(../img/survey_5_rank2.svg);
}
.survey_page_sec .box_rank_list li:nth-of-type(3)::before {
    background-image: url(../img/survey_5_rank3.svg);
}
.survey_page_sec .box_rank_list li:nth-of-type(4)::before {
    background-image: url(../img/survey_5_rank4.svg);
}
.survey_page_sec .box_rank_list li:nth-of-type(5)::before {
    background-image: url(../img/survey_5_rank5.svg);
}


.survey_page_sec .box_rank_list li h3 {
    color: var(--green-blue);
    font-size: 1.8rem;
    border-bottom: 1px solid var(--green-blue);
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.survey_page_sec .box_rank_list li h3 {
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.survey_page_sec .box_rank_list li p {
    font-size: 1.6rem;
    font-weight: bold;
}

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

    .survey_page_sec .box_rank_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 35px 20px;
}
.survey_page_sec .box_rank_list li {
    padding: 25px 10px 20px;
        width: 100%;
    max-width: 400px;

}

.survey_page_sec .box_rank_list li::before {
    width: 50px;
    height: 30px;

}

.survey_page_sec .box_rank_list li h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.survey_page_sec .box_rank_list li h3 {
    min-height: inherit;
}

.survey_page_sec .box_rank_list li p {
    font-size: 1.4rem;
}


}


/*color rank*/

.survey_page_sec .color_rank_list {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.survey_page_sec .color_rank_list li {
    margin-top: 50px;
    position: relative;
    width: 236px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 1.8rem;
    font-weight: bold;
}

.survey_page_sec .color_rank_list li:nth-of-type(1) {
    background-color: #FFA54A;
    color: white;
}
.survey_page_sec .color_rank_list li:nth-of-type(2) {
    background-color: #E62A2A;
    color: white;
}

.survey_page_sec .color_rank_list li:nth-of-type(3) {
    background-color: #EDDF26;
}


.survey_page_sec .color_rank_list li::before {
    content: '';
    width: 60px;
    height: 42px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.survey_page_sec .color_rank_list li:nth-of-type(1)::before {
    background-image: url(../img/survey_6_rank1.svg);
}
.survey_page_sec .color_rank_list li:nth-of-type(2)::before {
    background-image: url(../img/survey_6_rank2.svg);
}
.survey_page_sec .color_rank_list li:nth-of-type(3)::before {
    background-image: url(../img/survey_6_rank3.svg);
}


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



}

/*circle rank*/
.survey_page_sec .circle_rank_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1004px;
    gap: 12px 20px;
}

.survey_page_sec .circle_rank_list li {
    width: 236px;
    height: 56px;
    padding: 5px 10px;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.survey_page_sec .circle_rank_list li .num {
    width: 46px;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--green-blue);
    color: var(--yellow);
    font-size: 2rem;
    line-height: 1;
    gap: 4px;
    font-weight: bold;
    border-radius: 50%;
}

.survey_page_sec .circle_rank_list li .num::before {
    content: '';
    width: 14px;
    height: 10px;
    background: url(../img/survey_6_crown.svg) center / contain no-repeat;

}

.survey_page_sec .circle_rank_list li .text {
    flex: 1;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .survey_page_sec .circle_rank_list {
        gap: 10px;
    }
.survey_page_sec .circle_rank_list li {
    max-width: 236px;
    width: calc(50% - 10px / 2);
    height: 48px;
}


.survey_page_sec .circle_rank_list li .num {
    width: 35px;
    height: 35px;
    font-size: 1.4rem;
    gap: 2px;
}
.survey_page_sec .circle_rank_list li .num::before {
    width: 12px;
    height: 8px;
}

.survey_page_sec .circle_rank_list li .text {
    font-size: 1.4rem;
}
}

/*long list*/
.survey_page_sec .long_list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.survey_page_sec .long_list li {
    width: 100%;
    max-width: 500px;
    min-height: 64px;
    padding: 5px;   
    border-radius: 10px;
    border: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
}

.survey_page_sec .long_list li span {
    font-size: 1.6rem;
    position: relative;
}
.survey_page_sec .long_list li span::before,
.survey_page_sec .long_list li span::after {
    font-weight: bold;
    color: var(--border-color);
    position: absolute;
    top: 0;
    font-size: 1.8rem;
}
.survey_page_sec .long_list li span::before {
    content: '“';
    left: -15px;
}

.survey_page_sec .long_list li span::after {
    content: '”';
    right: -15px;
}

.survey_page_sec .long_list li span strong {
    color: var(--red);
}

@media screen and (max-width: 800px) {
.survey_page_sec .long_list {
    gap: 15px;
}
.survey_page_sec .long_list li {
    width: 100%;
    max-width: 400px;
    min-height: 64px;
    padding: 5px 15px;
}
.survey_page_sec .long_list li span {
    font-size: 1.5rem;
}
.survey_page_sec .long_list li span::before,
.survey_page_sec .long_list li span::after {
    font-size: 1.5rem;
}
.survey_page_sec .long_list li span::before {
    left: -7px;
}

.survey_page_sec .long_list li span::after {
    right: -7px;
}

}

/*answer boxes*/
.survey_page_sec .answer_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;
}

.survey_page_sec .answer_boxes .box {
    width: 100%;
    max-width: 500px;
}

.survey_page_sec .answer_boxes .box h3 {
    background-color: var(--green-blue);
    width: 100%;
    padding: 8px;
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
}

.survey_page_sec .answer_boxes .box h3::before {
    content: '';  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid var(--green-blue);
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.survey_page_sec .answer_boxes .box ul li {
    border-bottom: 1px solid var(--green-blue);
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
}

.survey_page_sec .answer_boxes .box ul li span {
    position: relative;
    display: inline-block;
}
.survey_page_sec .answer_boxes .box ul li span::before,
.survey_page_sec .answer_boxes .box ul li span::after {
    font-weight: bold;
    color: var(--border-color);
    position: absolute;
    top: 0;
    font-size: 1.8rem;
}
.survey_page_sec .answer_boxes .box ul li span::before {
    content: '“';
    left: -15px;
}

.survey_page_sec .answer_boxes .box ul li span::after {
    content: '”';
    right: -15px;
}

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

.survey_page_sec .answer_boxes .box {
    width: 100%;
    max-width: 400px;
}

.survey_page_sec .answer_boxes .box ul li span::before,
.survey_page_sec .answer_boxes .box ul li span::after {
    font-size: 1.5rem;
}
.survey_page_sec .answer_boxes .box ul li span::before {
    content: '“';
    left: -10px;
}

.survey_page_sec .answer_boxes .box ul li span::after {
    content: '”';
    right: -10px;
}

}






/*****requirement*****/
/*outline*/
.requirement_outline_sec {
    padding: 100px 0;
}

.requirement_outline_sec .wrapper .outline_position:not(:last-of-type) {
    margin-bottom: 70px;
}

.requirement_outline_sec h2 {
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 40px;
    background: url(../img/requieremnt_outline_title.svg) left center / contain no-repeat;
    margin-bottom: 24px;
}

.requirement_outline_sec .outline_position > .outline_box:not(:last-of-type) {
    margin-bottom: 70px;
}

.requirement_outline_sec h3 {
    padding: 14px 35px;
    font-size: 1.8rem;
    color: white;
    background-color: var(--green-blue);
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.requirement_outline_sec h3::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(125deg);
    right: 30px;
    border-top: 1.5px solid white;
    border-right: 1.5px solid white;
}

.requirement_outline_sec h3.on::after {
    transform: translateY(-50%) rotate(-45deg);
}

.requirement_outline_sec .outline_table:not(.on) {
    display: none;
}

.requirement_outline_sec .outline_table dl {
    display: flex;
    padding: 24px 0;
    border-bottom: 1px dotted var(--font-color);
}

.requirement_outline_sec .outline_table dl dt {
    width: 140px;
    font-size: 1.5rem;
}
.requirement_outline_sec .outline_table dl dd {
    flex: 1;
    font-size: 1.5rem;
}

@media screen and (max-width: 800px) {
.requirement_outline_sec {
    padding: 50px 0;
}
.requirement_outline_sec .wrapper .outline_position:not(:last-of-type) {
    margin-bottom: 50px;
}
.requirement_outline_sec h2 {
    font-size: 2rem;
    padding-left: 30px;
    margin-bottom: 15px;
}
.requirement_outline_sec .outline_position > .outline_box:not(:last-of-type) {
    margin-bottom: 50px;
}
.requirement_outline_sec h3 {
    padding: 14px 25px;
    font-size: 1.6rem;
}
.requirement_outline_sec .outline_table dl {
    flex-direction: column;
}
.requirement_outline_sec .outline_table dl dt {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.requirement_outline_sec .outline_table dl dd {
    flex: 1;
    font-size: 1.4rem;
}
}


/*process*/
.requirement_process_sec {
    padding: 80px 0;
    background-color: var(--green-blue);
}

.requirement_process_sec .wrapper {
    background-color: white;
    padding: 90px 100px 50px;
    border-radius: 15px;
}

.requirement_process_sec h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 40px;
}

.requirement_process_sec .ex {
    text-align: center;
    margin-bottom: 100px;
}


.requirement_process_sec .process_list li {
    border-radius: 15px;
    border: 1px solid var(--green-blue);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
        padding: 15px;
    padding-left: 25px;
}

.requirement_process_sec .process_list li:not(:last-of-type) {
    margin-bottom: 32px;
    position: relative;

}

.requirement_process_sec .process_list li:not(:last-of-type)::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 13px solid var(--green-blue);
    border-bottom: 0;
    position: absolute;
    left: 192px;
    top: calc(100% + 10px);
}

.requirement_process_sec .process_list .step_num {
    width: 116px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--green-blue);
    color: white;
    border-radius: 5px;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.requirement_process_sec .process_list .icon {
    height: 82px;
    width: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 25px;
}

.requirement_process_sec .process_list .text {
    flex: 1;
    margin-right: 20px;
}

.requirement_process_sec .process_list .text h3 {
    font-size: 2.5rem;
    margin-bottom: 7px;
}

.requirement_process_sec .process_list .flow_mark {
    display: flex;
    gap: 12px;
}

.requirement_process_sec .process_list .flow_mark .mark {
    width: 100px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    font-size: 3.6rem;
    font-weight: 900;
    position: relative;
}

.requirement_process_sec .process_list .flow_mark .mark.fulltime {
    background-color: #FFF5EB;
    border: 2px solid #FEE1C3;
    color: #FFA54A;
}
.requirement_process_sec .process_list .flow_mark .mark.parttime {
    background-color: #F0F6FF;
    border: 2px solid #CCE0FF;
    color: #40B4BC;
}

.requirement_process_sec .process_list .flow_mark .mark::before {
    content: '';
    width: 100px;
    height: 56px;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
}

.requirement_process_sec .process_list .flow_mark .mark.fulltime::before {
    background: url(../img/process_fulltime.svg) center / contain no-repeat;
}
.requirement_process_sec .process_list .flow_mark .mark.parttime::before {
    background: url(../img/process_parttime.svg) center / contain no-repeat;
}


.requirement_process_sec .process_list li:not(:first-of-type) .flow_mark .mark::before {
    display: none;
}

@media screen and (max-width: 800px) {
.requirement_process_sec {
    padding: 50px 0;
}
.requirement_process_sec .wrapper {
    padding: 30px 15px;
}
.requirement_process_sec h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}
.requirement_process_sec .ex {
    font-size: 1.4rem;
    margin-bottom: 50px;
}
.requirement_process_sec .process_list li {
    
    flex-direction: column;
    align-items: center;
        padding: 15px;
}

.requirement_process_sec .process_list li:not(:last-of-type)::after {

    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
}.requirement_process_sec .process_list .step_num {
    margin-bottom: 10px;
}
.requirement_process_sec .process_list .icon {
    margin: 0 auto 10px;
}

.requirement_process_sec .process_list .text {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
}
.requirement_process_sec .process_list .text h3 {
    font-size: 2rem;
    margin-bottom: 7px;
}
.requirement_process_sec .process_list .flow_mark .mark::before {
    width: 80px;
    height: 46px;
    bottom: calc(100% + 4px);
}
.requirement_process_sec .process_list li:not(:first-of-type) .flow_mark .mark::before {
    display: block;
}


}


/*****entry*****/
.entry_form_sec {
    padding: 80px 0;
    background-color: var(--green-blue);
}

.entry_form_sec .top_text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 55px;
    color: white;
}

.entry_form_sec .middle_text {
    background-color: white;
    border-radius: 10px;
    padding: 20px 70px;
    margin-bottom: 30px;
}

.entry_form_sec .form_box {
    background-color: white;
    border-radius: 15px;
    padding: 100px 120px 50px;
}

.entry_form_sec .form_box .form_table {
    margin-bottom: 50px;
}

.entry_form_sec .form_box .form_table dl {
    display: flex;
    align-items: stretch;
}

.entry_form_sec .form_box .form_table dl:not(:last-of-type) {
    margin-bottom: 30px;
}

.entry_form_sec .form_box .form_table dl dt {
    width: 230px;
    position: relative;
    padding: 8px 0;
}

.entry_form_sec .form_box .form_table dl dt.req::after {
    content: '必須';
    font-size: 1rem;
    background-color: var(--red);
    color: white;
    padding: 2px 10px;
    border-radius: 20px;
    position: absolute;
    right: 16px;
    top: 12px;
}

.entry_form_sec .form_box .form_table dl dd {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.entry_form_sec .form_box .form_table input[type="text"],
.entry_form_sec .form_box .form_table input[type="email"],
.entry_form_sec .form_box .form_table input[type="tel"],
.entry_form_sec .form_box .form_table select {
    padding: 10px;
    border: 1px solid #BCBCBC;
    font-size: 1.6rem;
}

.entry_form_sec .form_box .form_table input[type="text"],
.entry_form_sec .form_box .form_table input[type="email"],
.entry_form_sec .form_box .form_table input[type="tel"] {
    width: 100%;
}

.entry_form_sec .form_box .form_table select {
    max-width: 362px;
}

.entry_form_sec .form_box .form_table .postcode {
    display: flex;
    font-size: 1.6rem;
    align-items: center;
    margin-bottom: 12px;
}

.entry_form_sec .form_box .form_table .postcode input {
    max-width: 160px;
    margin-left: 6px;
}

.entry_form_sec .form_box .form_table .time {
    display: flex;
    align-items: center;
}

.entry_form_sec .form_box .form_table .time input {
    width: 120px;
}

.entry_form_sec .form_box .form_table .time span {
    margin: 0 12px;
}

.entry_form_sec .form_box .agree_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    font-size: 1.6rem;
}


.entry_form_sec .form_box .submit_box .submit_btn_wrap {
    width: 100%;
    max-width: 40rem;
    height: 6.4rem;
    position: relative;
    margin: 0 auto;
}
.entry_form_sec .form_box .submit_box .submit_btn_wrap input {
    width: 100%;
    max-width: 40rem;
    height: 6.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #333333;
    color: white;
    border-radius: 10rem;
    font-size: 1.6rem;
    font-weight: bold;

}

.entry_form_sec .form_box .submit_box .submit_btn_wrap::before {
    content: '→';
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--font-color);
    font-size: 1.6rem;
    font-weight: bold;
    width: 4rem;
    height: 4rem;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
}


.entry_form_sec .form_box .submit_box.confirm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry_form_sec .form_box .submit_box.confirm .wpcf7-previous {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    font-size: 1.6rem;

}

.entry_form_sec .form_box .submit_box.confirm .submit_btn_wrap {
    margin: 0;
}


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

    .entry_form_sec {
        padding: 50px 0;
    }
    .entry_form_sec .top_text {
    font-size: 1.6rem;
    margin-bottom: 30px;
}
.entry_form_sec .middle_text {
    padding: 20px 15px;
    margin-bottom: 30px;

}

.entry_form_sec .middle_text p {
    font-size: 1.4rem;
}

.entry_form_sec .form_box {
    padding: 30px 20px;
}

.entry_form_sec .form_box .form_table {
    margin-bottom: 30px;
}
.entry_form_sec .form_box .form_table dl {
    flex-direction: column;
}
.entry_form_sec .form_box .form_table dl:not(:last-of-type) {
    margin-bottom: 20px;
}
.entry_form_sec .form_box .form_table dl dt {
    width: 100%;
}
.entry_form_sec .form_box .form_table dl dt.req p {
    display: inline-block;
}
.entry_form_sec .form_box .form_table dl dt.req::after {
    position: relative;
    right: inherit;
    top: inherit;
    margin-left: 20px;
}



.entry_form_sec .form_box .submit_box.confirm {
    flex-direction: column-reverse;
    gap: 20px;
}

.entry_form_sec .form_box .submit_box.confirm .wpcf7-previous {
    width: 150px;
    height: 50px;
    border-radius: 50px;
    font-size: 1.6rem;

}

.entry_form_sec .form_box .submit_box.confirm .submit_btn_wrap {
    margin: 0;
}



}


/*thanks*/



.thanks_page_sec {
    padding: 80px 0;
    background-color: var(--green-blue);
}

.thanks_page_sec .message {
    background-color: white;
    border-radius: 10px;
    padding: 20px 70px;
    margin-bottom: 30px;
}

.thanks_page_sec .message .ex {
    text-align: center;
    margin-bottom: 30px;
}

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

.thanks_page_sec {
    padding: 50px 0;
}

.thanks_page_sec .message {
    padding: 20px 20px;

}
.thanks_page_sec .message .ex {
    text-align: left;
}

}
