.hidden-field {
  display: none;
}
.org_br{
    display: none;
}

#intro p{
    font-size: 16px;
    color: #4C4948;
    line-height: 45px;
    margin-bottom: 60px;
}
#intro .left{
    font-size: 21px;
}
.reception{
font-size: 19px;
}
.title-area{
    margin-bottom: 80px;
}
.title-area b{
    font-size: 21px;
    padding-top: 20px;
    display: block;
    font-weight: 500;
}
#intro{
    position: relative;
    margin-top: 10vw;
}
#intro .title{
    height: 70px;
    width: auto;
}
sup{
    color: #70BD18;
}
.wrap{
    text-align: center;
}
.contact-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.contact-table th {
    text-align: left;
    width: 30%;
    color: #70BD18!important;
    padding: 10px;
    font-weight: bold;
    font-size: 21px;
}
th p{
    color: #70BD18!important;
}

.contact-table td {
    padding: 10px;
}
::placeholder {
    color: #ACACAC;
    font-weight: 400;
    font-size: 21px;
    font-family: inherit;
}
.contact-table input,
.contact-table textarea {
    width: 100%;
    max-width: 770px;
    padding: 10px 30px;
    border: none;
    border-radius: 4px;
    height: 40px!important;
    background-color: #F7F7F7;
    font-size: 21px;
    font-family: inherit;
}
.contact-table textarea{
    align-content: center;
}
.contact-table .w50 input{
    width: 50%;
}
input[type="checkbox"]{
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 1em;
    position: relative;
    width: 30px;
    height: 30px!important;
    padding: 8px!important;
    border: 1px solid #000;
    vertical-align: -5px;
    background-color: #fff;
    cursor: pointer;
}
      
input[type="checkbox"]:checked:before {
    position: absolute;
    top: -6px;
    left: 8px;
    transform: rotate(50deg);
    width: 15px;
    height: 25px;
    border-right: 2px solid #70BD18;
    border-bottom: 2px solid #70BD18;
    content: '';
}


.contact-table a {
    color: #70BD18;
    text-decoration: underline;
}
.wpcf7-list-item {
    display: flex!important;
    align-items: center;
    margin: 0!important;
    margin-top: 1em!important;
    cursor: pointer;
}


/* 送信ボタン（「送信内容等のご確認」）のデザイン */
.wpcf7-submit {
    background: transparent;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    padding: 25px 20px;
    border-radius: 8px;
    background-color: #70BD18;
    border: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-width: 300px;
    margin: 80px auto 30px;
    position: relative;
    text-align: center;
}


/* 矢印のデザイン */
.wpcf7-submit::after {
    content: url(../img/contact/contact-arrow.svg);
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    width: 30px;
}

/* .comp{
    background-color: #F3FAEE;
} */
.wpcf7-previous {
    background-color: #F3FAEE;
    color: #4C4948;
    font-size: 21px;
    font-weight: 500;
    padding: 25px 20px;
    border-radius: 8px;
    border: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-width: 300px;
    margin: -20px auto 30px;
    position: relative;
    text-align: center;
    justify-content: end;
}
/* 矢印のデザイン */
.wpcf7-previous::after {
    content: url(../img/contact/contact-prev.svg);
    font-size: 30px;
    font-weight: bold;
    color: #70BD18;
    margin-left: 10px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    line-height: 0;
}
.confirm tr{
    display: flex;
    margin-bottom: 30px;
}
.confirm p{
    font-size: 21px;
}
.top_btn{
    display: flex;
    position: relative;
    z-index: 2;
}
#intro .tel{
    font-family: "M PLUS 1", serif;
    color: #70BD18;
    font-weight: bold;
    font-size: 50px;
    padding-left: 50px;
    position: relative;
    display: inline-block;
    line-height: unset;
    margin-bottom: 0;
    margin-top: -70px;
  }
  #intro .tel:before{
    content: "";
    position: absolute;
    background-image: url(../img/tel.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    left: -10px;
    top: 0;
    bottom: -15px;
    width: 40px;
    height: 40px;
    margin: auto;
  }
  #intro .sub-title{
    font-size: 19px;
    font-weight: 700;
    padding: 10px;
    display: block;
    background: #70BD18;
    margin-bottom: 20px;
    color: #fff;
}

.wpcf7-response-output{
    display: none;
}
#cf7-error-modal,#cf7-senderror-modal,#cf7-kana-error-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90vw;
    width: max-content;
    background-color: #F3FAEE;
    color: #70BD18;
    border: 1px solid #70BD18;
    padding: 1em 2em;
    border-radius: 8px;
    font-size: 16px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
    animation: fadeInOut 4s ease forwards;
    opacity: 0;
    pointer-events: none;
    word-wrap: break-word;
    word-break: break-word;

}
@keyframes fadeInOut {
0% {
    opacity: 0;
    transform: translate(-50%, -10px);
}
10%, 90% {
    opacity: 1;
    transform: translate(-50%, 0);
}
100% {
    opacity: 0;
    transform: translate(-50%, -10px);
}
}

.consent td p{
    font-size: 16px;
}


@media screen and (max-width:767px) {
    #main{
        overflow: unset;
        padding-top: 60px;
    }
    #intro .title{
        height: 34px;
    }
    .title-area{
        position: relative;
    }
    .under-bg,.news-contact-bg {
        display: none;
    }
    .sub-title{
        font-size: 18px;
        margin-bottom: 30px;
    }
    h2{
        font-size: 31px;
        line-height: 180%;
        letter-spacing: 4px;
    }
    p{
        font-size: 18px;
        letter-spacing: 0;
    }
    #intro p{
        font-size: 16px;
        text-align: center;
        line-height: 200%;
        margin-bottom: 50px;
    }
    #intro .left{
        text-align: left;
        font-size: 18px;
    }
    #intro .sub-title{
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        margin: 30px calc(50% - 53vw);
        width: 100vw;
    }
    #intro .tel {
        font-size: 38px;
        padding-left: 30px;
    }
    #intro .tel:before {
        left: -5px;
        top: 0;
        bottom: -10px;
        width: 25px;
        height: 25px;
    }
    .contact-table{
        display: block;
        box-sizing: border-box;
    }
    .contact-table tbody{
        display: block;
    }
    .contact-table tr{
        display: block;
    }
    .contact-table th,.contact-table td{
        display: block;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
    }
    .contact-table input, .contact-table textarea{
        box-sizing: border-box;
        width: 100%;
        height: 60px!important;
    }
    .contact-table .w50 input{
        box-sizing: border-box;
        width: 100%;
    }
    .consent th,.consent p{
        text-align: center!important;
    }
    input[type="checkbox"]{
        width: 25px!important;
        height: 25px!important;
    }
    .wpcf7-submit,.wpcf7-previous{
        min-width: 260px;
    }
    input[type="checkbox"]:checked:before {
        width: 10px;
        height: 20px;
    }
}
@media screen and (max-width:604px) {

.org_br{
    display: block;
}
}
@media screen and (max-width:400px) {
    #intro .tel {
        font-size: 36px;
        padding-left: 30px;
    }
}
@media screen and (max-width:355px) {

.org_br{
    display: none;
}

}
@media screen and (max-width:360px) {
    #intro .tel {
        font-size: calc(min(28px, 8.75vw));
    }
    #intro .reception {
        white-space: nowrap;
    }
    input[type="checkbox"] {
        margin-right: 0.8em;
    }
}