@charset "UTF-8";

/* 共通 */

:root {
    --primary-white: #fff;
    --primary-black: #333;
    --primary-green: #68A346;
    --primary-orange: #F4A876;
    --primary-yellow: #FAF966;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family:
        "Noto Sans JP",
        "Lato"
        Arial,
        sans-serif;
    font-style: normal;
    color: var(--primary-black, #020202);
    background-color: var(--primary-white, #F2F2F2);
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    display: inline-block;
    text-decoration: none;
}

.a:where(:not(.wp-element-button)){
    text-decoration: none;
}

.SpBr {
    display: inline-block;
}

.TABBr {
    display: inline-block;
}

.pcBr {
    display: none;
}

@media screen and (min-width: 768px) {
    .SpBr {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .TABBr {
        display: none;
    }

    .pcBr {
        display: inline-block;
    }
}

/* ヘッダー */

.article__header {
    padding: 100px 0 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    background-image: url(../images/mainImg.jpg);
    background-size: cover;
    background-position: top;
    filter: brightness(1.1);
}

.header__home {
    color: var(--primary-green);
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
}

.header__home a{
    text-decoration: none;
}

.header__home:hover {
    transition: all 0.2s;
}

.header__arrow {
    width: 7px;
    height: 7px;
    align-self: center;
    filter: brightness(0) saturate(100%) invert(17%) sepia(4%) saturate(26%) hue-rotate(47deg) brightness(98%) contrast(91%);
}

.header__content {
    color: var(--primary-black);
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
}

/* header pc */
@media screen and (min-width:1024px) {

    .article__header {
        padding: 220px 0 60px;
    }

    .header__home {
        font-size: 2.7rem;
    }

    .header__arrow {
        width: 10px;
        height: 10px;
    }

    .header__content {
        font-size: 2.4rem;
    }
}

/* お問い合わせ*/

.section--form {
    padding: 0px 5.6%;
    margin: 0 auto;
    gap: 30px;
}

.form__parts {
    gap: 25px;
}

.form__category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}

.form__label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    border-radius: 20px;
    color: var(--primary-white);
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--primary-green);
}

.form__name {
    color: var(--primary-black);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.group input {
    width: 100%;
    margin-top: 30px;
    height: 50px;
    color: var(--primary-black);
    background-color: rgba(218, 223, 19, 0.2);
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid var(--primary-black);
    padding-left: 10px;
}

::placeholder {
    opacity: 0.8;
}

.group__textArea textarea {
    width: 100%;
    margin-top: 30px;
    color: var(--primary-black);
    background-color: rgba(218, 223, 19, 0.2);
    text-align: left;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid var(--primary-black);
    height: 210px;
    padding: 10px;
}

.form__parts--submit {
    line-height: 1.5;
    color: var(--primary-black);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

input[type="submit"] {
    appearance: none;
    display: flex;
    justify-content: center;
    width: 316px;
    height: 50px;
    background-color: var(--primary-orange);
    color: var(--primary-white);
    margin: 50px auto 0;
    border-radius: 158px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-decoration: none;
    transition: all 0.2s;
}

input[type="submit"] a {
    text-decoration: none;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

.wpcf7-response-output {
    color: var(--primary-black);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

span.wpcf7-spinner {
    display: none;
}

input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.wpcf7-list-item.first {
    margin-left: 0;
}

span.wpcf7-list-item-label {
    position: relative;
    display: flex;
    /*円とテキストを横並びにする*/
    align-items: center;
    /*円とテキストを上下中央揃えにする*/
    cursor: pointer;
}

span.wpcf7-list-item-label::before {
    display: block;
    content: "";
    border-radius: 50%;
    /*円の形にする*/
    border: 2px solid var(--primary-green);
    /*外側の円の太さと色*/
    width: 20px;
    /*外側の円の幅*/
    height: 20px;
    /*外側の円の高さ*/
    margin-right: 10px;
    /*円とテキストの間隔はここで調節*/
}

span.wpcf7-list-item-label::after {
    display: block;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 12px;
    /*内側の円の幅*/
    height: 12px;
    /*内側の円の高さ*/
    background-color: var(--primary-orange);
    /*内側の円の色*/
    left: 4px;
    /*横位置調整*/
    top: 50%;
    transform: translateY(-50%);
}

span.wpcf7-list-item-label::after {
    /*省略*/
    display: none;
    /*追加*/
}

input[type="radio"]:checked+span.wpcf7-list-item-label::after {
    display: block;
    /*ラジオボタンがチェックされたとき表示*/
}

.wpcf7-list-item-label {
    font-size: 1.6rem;
    margin-top: 10px;
}

.group__radio {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--primary-green);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border: 1px solid #dc3232;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 50px auto 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 50px auto 0;
    border: 1px solid #00a0d2;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    margin: 50px 0 auto;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: rgb(255, 185, 0);
    margin: 50px 0 auto;
}

/* お問い合わせ pc */

@media screen and (min-width:1024px) {

    .section--form {
        padding: 0px 5%;
    }

    .form__parts {
        width: 100%;
        margin-top: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .form__category {
        margin-top: 0;
    }

    .form__parts:first-of-type {
        margin-top: 100px;
    }

    .group input {
        width: 580px;
        margin-top: 0;
    }

    .form__label {
        width: 60px;
        height: 45px;
    }

    .group__textArea textarea {
        width: 580px;
        text-align: left;
        margin-top: 0;
    }

    .form__parts--form {
        align-items: flex-start;
    }

    .form__parts--submit {
        text-align: center;
    }

    .btn--form {
        margin: 100px auto 0;
    }

    .wpcf7-list-item {
        display: inline-block;
    }

    .wpcf7-list-item-label {
        margin-top: 0px;
        font-size: 2rem;
    }

    .group__radio {
        display: flex;
        justify-content: center;
        margin-top: 0px;
    }

    .wpcf7-list-item,
    .wpcf7-list-item .last {
        padding-left: 20px;
    }

    .group__radio p {
        margin-top: 0px;
    }

    input[type="submit"] {
        margin: 70px auto 0;
    }

}