@charset "UTF-8";

.body-subpage {
    max-width: 1240px;
    margin: 0 auto;
    padding: 180px 0 120px 0;
}
figure {
    margin: 0;
}

/*header menu*/


/********************/
/*     heading      */
/********************/
.container-subpage-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 124px;
    padding: 0 48px;
    margin-bottom: 100px;
    border: 1px dashed #502419;
    border-radius: 16px;
}
.container-subpage-heading h1 {
    font-family: "Quicksand", sans-serif;
    font-size: 64px;
    font-weight: normal;
}
.container-subpage-heading span {
    font-size: 14px;
}
.container-subpage-heading .container-index-heading {
    width: 518px;
    top: 140px;
    left: 600px;
    z-index: 2;
}
.container-subpage-heading .container-index-heading h1 {
    left: -40px;
}
.container-subpage-heading .container-index-heading span {
    left: 80px;
}


/********************/
/*       main       */
/********************/
.section-subpage-main {
    padding: 120px 216px;
    border-radius: 40px;
    background-color: #fff;
}


/********************/
/*     featured     */
/********************/
.section-single-main-featured img {
    width: 100%;
    height: 270px;
    margin-bottom: 24px;
    background-color: #502419;
    object-fit: cover;
}
.section-single-main-meta {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
}
.section-single-main-title {
    padding-bottom: 40px;
    border-bottom: 1px solid #502419;
}
.section-single-main-title h1 {
    font-size: 48px;
    font-weight: normal;
}


/********************/
/*     content      */
/********************/
.body-subpage .section-single-main-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 80px 0;
}
.body-subpage .section-single-main-content section {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.body-subpage .section-single-main-content h2,
.body-subpage .section-single-main-content h3,
.body-subpage .section-single-main-content h4,
.body-subpage .section-single-main-content h5,
.body-subpage .section-single-main-content h6 {
    padding-bottom: 10px;
    font-weight: normal;
}
.body-subpage .section-single-main-content h2,
.body-subpage .section-single-main-content h3 {
    border-bottom: 4px solid #F4E7C7;
}
.body-subpage .section-single-main-content h2 {
    font-size: 40px;
}
.body-subpage .section-single-main-content h3 {
    font-size: 33px;
}
.body-subpage .section-single-main-content h3::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 175px;
    height: 4px;
    background-color: #502419;
}
.body-subpage .section-single-main-content h4 {
    height: 60px;
    padding: 10px 0 10px 25px;
    border-left: 4px solid #F4E7C7;
    font-size: 28px;
}
.body-subpage .section-single-main-content h5 {
    height: 48px;
    padding: 5px 0 5px 20px;
    border-left: 8px double #502419;
    font-size: 23px;
}
.body-subpage .section-single-main-content h6 {
    height: 68px;
    padding: 22px 0 22px 0px;
    border-top: 2px solid #F4E7C7;
    border-bottom: 2px solid #F4E7C7;
    font-size: 19px;
}
.body-subpage .section-single-main-content section a {
    color: #F5C5A3;
    text-decoration: underline;
}
.body-subpage .section-single-main-content strong {
    color: #E1BAB7;
    font-weight: bolder;
}
.body-subpage .section-single-main-content mark {
    color: #99AD9D;
    background-color: #00000000;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-thickness: 3px;
}
.body-subpage .section-single-main-content ol {
    padding: 0;
    margin: 0;
}
.body-subpage .section-single-main-content ol li::marker {
    font-weight: bold;
}
.body-subpage .section-single-main-content ul,
.body-subpage .section-single-main-content ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.body-subpage .section-single-main-content ul li,
.body-subpage .section-single-main-content ol li {
    margin-left:20px;
}
.body-subpage .section-single-main-content ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -22px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #502419;
}
.section-single-main-lower a {
    display: block;
    width: 280px;
    height: 72px;
    padding-top: 22px;
    margin: 0 auto;
    border-radius: 36px;
    color: #fff;
    background-color: #502419;
    text-align: center;
}


/********************/
/*   category-list  */
/********************/
.ul-category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 76px;
}
.ul-category-list li > a {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 366px;
    height: 434px;
}
.ul-category-list li > a > p {
    position: absolute;
    top: 0px;
    left: 360px;
    font-size: 24px;
    letter-spacing: 2.4px;
    transform: rotate(90deg);
    transform-origin: top left;
}
.container-category-list-li-featured {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 320px;
    height: 320px;
    border: 1px solid #502419;
    border-radius: 24px;
    overflow: hidden;
}
.img-category-logo {
    display: block;
    width: 146px;
}
.container-category-list-li-featured > p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.container-category-list-li-item-bottom > p:first-of-type {
    font-size: 14px;
    letter-spacing: 1.4px;
}
.img-category-thumbnail {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-category-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-category-list {
    margin-bottom: 64px;
}
.container-pagination-invisible {
    display: block;
    width: 45px;
    height: 0;
}
.img-pagination-arrow-left {
    top: -1px;
    margin-right: 12px;
    transform: rotate(180deg);
}
.img-pagination-arrow-right {
    top: -1px;
    margin-left: 12px;
}

/********************/
/*      recruit     */
/********************/
.ul-recuit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 48px;
    width: 100%;
    height: auto;
}
.ul-recuit-list li {
    display: flex;
    flex-direction: column;
    width: 608px;
    height: 496px;
    padding: 80px 24px;
    border-radius: 24px;
    background-color: #fff;
    overflow: hidden;
}
.ul-recuit-list li h2 {
    margin-bottom: 20px;
    color: #502419;
    font-size: 32px;
    font-weight: normal;
}
.p-recruit-available {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 60px;
    padding: 18px 0;
    border-radius: 0 0 24px 0;
    color: #fff;
    background-color: #E1BAB7;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
.p-recruit-number {
    margin-bottom: 10px;
    color: #CACACA;
}
.a-recruit-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #502419;
    font-weight: bold;
}
.a-recruit-pdf img {
    width: 27px;
}
.a-recruit-pdf p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
}
.li-recruit-na .p-recruit-available {
    background-color: #CACACA;
}
.li-recruit-na .a-recruit-pdf {
    background-color: #CACACA;
}



/********************/
/*      score       */
/********************/
#ul-score-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
#ul-score-list li a {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    width: 924px;
    height: 152px;
    padding-left: 18px;
    background-color: #502419;
    border-radius: 76px;
}
#ul-score-list p {
    width: 620px;
    color: #fff;
    font-size: 32px;
    letter-spacing: 3.2px;
}
#ul-score-list figure:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
}

/********************/
/*     privacy      */
/********************/
.section-privacy-main {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.section-privacy-main h2 {
    padding-bottom: 8px;
    margin-bottom: 32px;
    border-bottom: 4px solid #F4E7C7;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 4px;
}
.section-privacy-main p {
    line-height: 32px;
}
#section-privacy-address {
    display: flex;
    align-items: center;
    gap: 32px;
    width: 100%;
    height: 144px;
    border-top: 2px dotted #E1BAB7; 
    border-bottom: 2px dotted #E1BAB7; 
}
#section-privacy-address h2 {
    height: 96px;
    padding: 30px 32px 0 0;
    margin: 0;
    border-right: 2px solid #F4E7C7;
    border-bottom: none;
    font-size: 24px;
    letter-spacing: 2.4px;
}


/********************/
/*  contact (form)  */
/********************/
.section-contact-main {
    padding: 120px 158px;
}
.table-contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.table-contact-form tbody tr {
    display: flex;
    gap: 32px;
    padding: 32px 16px;
    border-top: 1px solid #BFC4C7;
}
.table-contact-form tbody tr:last-of-type {
    border-bottom: 1px solid #BFC4C7;
}
.table-contact-form tbody tr th {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 326px;
    padding-top: 12px;
    text-align: left;
}
.table-contact-form tbody tr th > p:first-of-type{
    margin-top: 2px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
}
.table-contact-form tbody tr th > p:last-of-type {
    width: 50px;
    height: 31px;
    border-radius: 4px;
    color: #fff;
    background-color: #E1BAB7;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1.4px;
}
.table-contact-form input,
.table-contact-form textarea {
    width: 322px;
    height: 51px;
    padding: 0 16px;
    border: 1px solid #BFC4C7;
    border-radius: 8px;
    font-size: 16px;
}
.table-contact-form input.wpcf7-not-valid,
.table-contact-form textarea.wpcf7-not-valid {
    border: 1px solid #C46B62;
    color: #C46B62;
    background-color: #F7EFEE;
}
.table-contact-form textarea {
    width: 536px;
    height: 200px;
    padding: 16px 16px;
}
.table-contact-form .p-optional {
    background-color: #BFC4C7;
}
.table-contact-form-tr-email input {
    width: 534px;
}
.ul-contact-step {
    display: flex;
    justify-content: center;
    padding: 0 0 64px 100px;
}
.ul-contact-step li {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 240px;
    height: 72px;
    padding-left: 16px;
    border: 4px solid #fff;
    border-radius: 36px;
    background-color: #CACACA;
}
.ul-contact-step li:nth-of-type(2) {
    left: -60px;
}
.ul-contact-step li:nth-of-type(3) {
    left: -120px;
}
.container-contact-step-number {
    width: 40px;
    height: 40px;
    padding: 5.5px 8px;
    border-radius: 50%;
    color: #CACACA;
    background-color: #fff;
}
.ul-contact-step li > p:last-of-type {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}
.ul-contact-step .li-contact-step-current {
    background-color: #F5C5A3;
}
.ul-contact-step .li-contact-step-current .container-contact-step-number,
.ul-contact-step .li-contact-step-current > p:last-of-type {
    font-weight: bold;
}
.ul-contact-step .li-contact-step-current .container-contact-step-number {
    color: #F5C5A3;
}
.container-contact-call {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: 240px;
    border: 1px dashed #502419;
    border-radius: 16px;
}
.container-contact-call > p:nth-of-type(1) {
    font-size: 28px;
    letter-spacing: 2.8px;
}
.container-contact-call-tel {
    display: flex;
    align-items: center;
    gap: 10px;
}
.container-contact-call-tel p {
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 4.4px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.2px;
}
.container-checkbox-eula {
    display: flex;
    gap: 16px;
    margin: 64px 0;
}
.container-checkbox-eula > p:first-of-type {
    margin-top: 4px;
}
.container-checkbox-eula .wpcf7-list-item {
    margin: 0;
}
.container-checkbox-eula .wpcf7-not-valid-tip {
    position: absolute;
    top: 55px;
    left: 0;
    width: 200px;
    height: 30px;
}
.container-checkbox-eula input {
    width: 24px;
    height: 24px;
    appearance: none;
}
.container-checkbox-eula input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("img/unchecked.svg");
}
.container-checkbox-eula input:checked::before {
    background-image: url("img/checked.svg");
}
.container-checkbox-eula .wpcf7-list-item-label {
    display: none;
}
.container-checkbox-eula .wpcf7-not-valid input::before {
    background-image: url("img/checkbox-error.svg");
}
.container-contact-button {
    margin: 64px 0;
}
.container-contact-button > p {
    display: flex;
    justify-content: center;
    gap: 32px;
    width: 100%;
}
.container-contact-button > p > .wpcf7-previous,
.container-contact-button > p > .wpcf7-submit,
.container-contact-thanks-information a {
    display: block;
    width: 280px;
    height: 72px;
    border: none;
    border-radius: 36px;
    color: #fff;
    background-color: #502419;
    font-size: 16px;
    letter-spacing: 1.6px;
    cursor: pointer;
}
.container-contact-button > p > .wpcf7-previous {
    background-color: #CACACA;
}
.container-contact-button > p > .wpcf7-spinner {
    position: absolute;
    left: 0;
}

/********************/
/* contact (confirm)*/
/********************/
.ul-contact-step .li-contact-step-completed {
    background-color: #BCCDDC;
}
.ul-contact-step .li-contact-step-completed .container-contact-step-number {
    color: #BCCDDC;
}
.table-contact-form tr td {
    width: 546px;
}


/********************/
/* contact (thanks) */
/********************/
.container-contact-thanks-upper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.container-contact-thanks-upper h2 {
    font-size: 32px;
    letter-spacing: 3.2px;
    font-weight: normal;
}
.container-contact-thanks-upper p {
    text-align: center;
}
.container-contact-thanks-information {
    margin-bottom: 64px;
}
.container-contact-thanks-information h2 {
    margin: 32px 0;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 3.2px;
}
.container-contact-thanks-information a {
    padding-top: 22px;
    margin: 64px auto 0 auto;
    text-align: center;
}

/*1750px*/
@media screen and (max-width: 1750px) {

}

/*1400px*/
@media screen and (max-width: 1400px) {
    .body-subpage {
        max-width: 1008px;
        margin: 0 auto;
        padding-top: 180px;
    }

    /********************/
    /*       main       */
    /********************/
    .section-subpage-main {
        padding: 120px 96px;
        border-radius: 40px;
    }


    /********************/
    /*      recruit     */
    /********************/
    .section-recruit-counter,
    .section-recruit-list {
        width: 1040px;
    }
    .ul-recuit-list li {
        width: 492px;
    }


    /********************/
    /*      score       */
    /********************/
    #ul-score-list p {
        width: 500px;
    }
    #ul-score-list li a {
        width: 768px;
    }


    /********************/
    /*     privacy      */
    /********************/
    .section-subpage-main {
        padding: 120px 100px;
    }

    /********************/
    /*  contact (form)  */
    /********************/
    .section-contact-main {
        padding: 120px 96px;
    }
    .table-contact-form-tr-email input { 
        width: 422px;
    }
    .table-contact-form textarea {
        width: 422px;
        height: 200px;
        padding: 16px 16px;
    }
}

/*1200px*/
@media screen and (max-width:1200px) {

    .ul-category-list {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .ul-category-list li > a {
        display: flex;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        height: auto;
    }
    .ul-category-list li > a > p {
        top: 0px;
        left: calc(100%);
    }
    .container-category-list-li-featured {
        width: calc(100% - 40px);
        height: 220px;
    }
    .section-category-list {
        margin-bottom: 40px;
    }
}

/*1060px*/
@media screen and (max-width:1060px) {
    .body-subpage {
        max-width: 100%;
        margin: 0 auto;
        padding: 180px 16px 120px 16px;
    }

    /********************/
    /*      recruit     */
    /********************/
    .ul-recuit-list {
        flex-direction: column;
        gap: 24px;
        width: 100%;
        height: auto;
    }
    .ul-recuit-list li {
        width: 100%;
        height: auto;
        padding: 48px 16px 72px 16px;
    }
    .p-recruit-available {
        width: 100px;
        height: 33px;
        padding: 2px 0;
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .p-recruit-number {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .ul-recuit-list li h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .p-recruit-time {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .a-recruit-pdf {
        height: 56px;
    }
    .a-recruit-pdf img {
        width: 20px;
    }
    .a-recruit-pdf p {
        font-size: 15px;
        letter-spacing: 1.5px;
    }
}

/*Mobile*/
@media screen and (max-width:1010px) {

    .body-subpage {
        padding: 74px 16px 60px 16px;
    }


    /********************/
    /*     heading      */
    /********************/
    .container-subpage-heading {
        justify-content: start;
        align-items: start;
        flex-direction: column;
        height: 122px;
        padding: 26px 24px;
        margin-bottom: 70px;
    }
    .container-subpage-heading h1 {
        font-size: 32px;
        letter-spacing: 3.2px;
    }
    .container-subpage-heading p {
        font-size: 11px;
        letter-spacing: 1.1px;
    }
    

    /********************/
    /*       main       */
    /********************/
    .section-subpage-main {
        padding: 56px 16px 16px 16px;
        border-radius: 24px;
    }


    /********************/
    /*     featured     */
    /********************/
    .section-single-main-featured img {
        height: 94px;
    }
    .section-single-main-meta {
        gap: 10px;
        margin-bottom: 32px ;
    }
    .section-single-main-meta p {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .section-single-main-title h1 {
        font-size: 36px;
    }
    .body-subpage .section-single-main-content h2 {
        font-size: 30px;
    }
    .body-subpage .section-single-main-content h3 {
        font-size: 25px;
    }
    .body-subpage .section-single-main-content h4 {
        height: 80px;
        padding: 10px 0 10px 20px;
        font-size: 21px;
    }
    .body-subpage .section-single-main-content h5 {
        height: 56px;
        padding: 3px 0 2px 20px;
        font-size: 17px;
    }
    .body-subpage .section-single-main-content h6 {
        height: 72px;
        padding: 12px 0 12px 0px;
        font-size: 14px;
    }


    /********************/
    /*     content      */
    /********************/
    .body-subpage .section-single-main-content {
        gap: 40px;
        padding: 40px 0;
    }
    .body-subpage .section-single-main-content h3::before {
        top: 83px;
    }
    .section-single-main-lower a {
        width: 100%;
        max-width: 280px;
    }

    /********************/
    /*   category-list  */
    /********************/
    .section-subpage-main {
        padding: 56px 32px 56px 32px;
        border-radius: 24px;
    }
    .ul-category-list {
        gap: 40px;
    }
    .ul-category-list li {
        height: auto;
    }
    .ul-category-list li > a > p {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .container-category-list-li-featured {
        gap:6px;
        width: calc(100% - 34px);
        height: 220px;
    }
    .img-category-logo {
        width: 100px;
    }
    .container-category-list-li-featured > p {
        font-size: 16px;
        letter-spacing: 1.6px;
    }
    .container-category-list-li-item-bottom > p:first-of-type {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .container-category-list-li-item-bottom > p:last-of-type {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
    .p-pagination-current {
        display: none;
    }


    /********************/
    /*      score       */
    /********************/
    #ul-score-list {
        width: 100%;
        gap: 16px;
    }
    #ul-score-list li {
        width: 100%;
    }
    #ul-score-list li a {
        width: 100%;
        height: 64px;
        gap: 6px;
        border-radius: 32px;
        padding-left: 10px;
    }
    #ul-score-list p {
        width: 230px;
        font-size: 14px;
        letter-spacing: 1.4px;
    }
    #ul-score-list figure:first-of-type {
        width: 40px;
        height: 40px;
    }
    #ul-score-list figure:first-of-type img {
        display: block;
        width: 20px;
    }
    #ul-score-list figure:last-of-type {
        display: none;
    }
    .section-score-main {
        padding: 56px 16px 56px 16px;
    }
    /********************/
    /*     privacy      */
    /********************/
    .section-privacy-main {
        gap: 40px;
        padding: 56px 16px 56px 16px;
    }
    .section-privacy-main h2 {
        font-size: 30px;
        letter-spacing: 3px;
    }
    #section-privacy-address {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        width: 100%;
        height: auto;
        padding-bottom: 32px;
    }
    #section-privacy-address h2 {
        width: 100%;
        height: 85px;
        padding: 24px 0 0 0;
        border-right: none;
        border-bottom: 2px solid #F4E7C7;
        text-align: center;
    }


    /********************/
    /*  contact (form)  */
    /********************/
    .section-contact-main {
        padding: 56px 16px;
    }
    .ul-contact-step {
        left: calc(50% - 140px);
        justify-content: left;
        width: 360px;
        padding: 0 0 40px 0;
    }
    .ul-contact-step li {
        width: 120px;
        height: 56px;
        gap: 3px;
    }
    .ul-contact-step li:nth-of-type(2) {
        left: -35px;
    }
    .ul-contact-step li:nth-of-type(3) {
        left: -70px;
    }
    .ul-contact-step li .container-contact-step-number {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        padding: 0;
    }
    .ul-contact-step li .container-contact-step-number p {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .ul-contact-step li > p:last-of-type {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
    .table-contact-form tbody tr {
        flex-direction: column;
        gap: 16px;
        padding: 32px 0;
    }
    .table-contact-form tbody tr th {
        width: 100%;
        padding-top: 0;
    }
    .table-contact-form tbody tr th > label {
        margin-top: 0;
        font-size: 18px;
        letter-spacing: 1.8px;
    }
    .table-contact-form tbody tr th > p:last-of-type {
        width: 45px;
        padding-bottom: 10px;
        font-size: 10px;
        letter-spacing: 1px;
    }
    .table-contact-form input,
    .table-contact-form textarea {
        width: 100%;
    }
    .table-contact-form input {
        height: 56px;
    }
    .container-contact-call {
        width: 100%;
        height: 203px;
    }
    .container-contact-call > p:nth-of-type(1) {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .container-contact-call > p:nth-of-type(2) {
        font-size: 12px;
        letter-spacing: 1.2px;
    }
    .container-contact-call-tel {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .container-contact-call-tel img {
        display: block;
        width: 24px;
        height: 24px;
    }
    .container-contact-call-tel p {
        font-size: 28px;
        letter-spacing: 2.8px;
    }
    .container-checkbox-eula {
        height: 128px;
    }
    .container-checkbox-eula .wpcf7-not-valid-tip {
        top: 115px;
    }

    /********************/
    /* contact (confirm)*/
    /********************/
    .table-contact-form tr td {
        width: 100%;
    }
    .container-contact-button > p {
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }
    .container-contact-button > p > .wpcf7-previous,
    .container-contact-button > p > .wpcf7-submit,
    .container-contact-thanks-information a {
        width: 100%;
        max-width: 280px;
    }


    /********************/
    /* contact (thanks) */
    /********************/
    .container-contact-thanks-upper h2 {
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    .container-contact-thanks-upper p {
        text-align: left;
    }
    .container-contact-thanks-information {
        margin-bottom: 40px;
    }
    .container-contact-thanks-information h2 {
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    .container-contact-thanks-information a {
        margin: 40px auto 0 auto;
    }
}