@charset "utf-8";

/*--------------------------------------------------------------------------------------------------
 PC
 -------------------------------------------------------------------------------------------------*/
article::before {
    height: 920px;
}
#page-title p {
    width: clamp(70%, (1366px - 100vw)*1000, 100%);
}
.contact-content {
    padding: 80px 0;
    font-size: 2rem;
}
.contact-content p {
    padding-bottom: 20px;
}
.contact-content p b {
    color: #104e88;
}
div.wpcf7c-elm-step1,
div.wpcf7c-elm-step2 {
    font-size: 4rem;
    padding-bottom: 30px;
}
#form {
    background: #F6F4F1;
    padding: 80px 0;
}
#form dl {
    padding: 0 160px;
}
#form dt {
    color: #104e88;
    padding-bottom: 10px;
}
#form dt.required::after {
    content: "※";
}
/* CF7 6.x が dt/dd 内のテキストを自動で <p> で囲むようになり、
   ブロック化した <p> の後に ::after の「※」が回り込んで段ズレする問題への対処。
   dt 内の <p> をインライン化してラベル直後に「※」を戻す。 */
#form dt p {
    display: inline;
    margin: 0;
    padding: 0;
}
#form dd p {
    margin: 0;
    padding: 0;
}
#form dl div {
    padding: 15px 0;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"] {
    background: #fff;
    border: 1px solid #ccc;
    height: 3em;
    padding: 10px;
    width: 100%;
}
#form .label--checkbox {
    position: relative;
    margin: 5px;
    font-family: Arial, sans-serif;
    line-height: 135%;
    cursor: pointer;
}
#form .checkbox {
    position: relative;
    top: -0.375rem;
    margin: 0 10px 0 0;
    cursor: pointer;
}
#form .checkbox input::before {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border: 1px solid #ccc;
}
#form .checkbox input:checked::before {
    transform: rotate(-45deg);
    height: 1rem;
    border-color: #0098D4;
    border-top-style: none;
    border-right-style: none;
    border-width: 2px;
}
#form .checkbox input::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    background: #fff;
    cursor: pointer;
}
#form textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}
#form textarea::placeholder {
    color: #999;
}
#form .btn-area {
    display: flex;
    justify-content: center;
    gap: 40px;
}
#form .btn-area::before {
    content: "　";
}
#form .btn-area input {
    background: #104e88;
    color: #fff;
    padding: 10px 80px;
    cursor: pointer;
    text-align: center;
}
#form input[type="text"].wpcf7c-conf,
#form input[type="email"].wpcf7c-conf,
#form input[type="tel"].wpcf7c-conf,
#form textarea.wpcf7c-conf {
    background-color: #f4f4f4;
    color: #000;
    border: none;
    padding-top: 20px;
}
#form .checkbox input.wpcf7c-conf:before {
    background-color: #f4f4f4;
    border: none;
}
#form .checkbox input.wpcf7c-conf:checked:before {
    border-color: #0098D4;
    border-left-style: solid;
    border-bottom-style: solid;
}
#form .checkbox input.wpcf7c-conf:after {
    background-color: #f4f4f4;
}
#form div.wpcf7-validation-errors,
#form div.wpcf7-acceptance-missing {
    border: none;
    text-align: center;
    font-size: 1.1em;
    color: #f00;
}
#form div.wpcf7-validation-errors:before,
#form div.wpcf7-acceptance-missing:before {
    content: "\025b2";
}
#form div.wpcf7-mail-sent-ok {
    border: none;
    text-align: center;
    font-size: 1.1em;
}
#form div.wpcf7-mail-sent-ok:after {
    content: "\Aご入力いただいたメールアドレスにお問い合わせ内容が記載されたメールが届いているかご確認ください。\Aしばらく経ってメールが届いていない場合は大変お手数ですがもう一度お問い合わせをお願いします。";
    white-space: pre;
}

/*--------------------------------------------------------------------------------------------------
 PC-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1365px) {



}

/*--------------------------------------------------------------------------------------------------
 Tablet-SP
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1023px) {

article::before {
    height: clamp(730px, 202vw, 780px);
}
#page-title h1 {
    font-size: clamp(3.4rem, 9vw, 6rem);
}
.contact-content p {
    font-size: clamp(1.6rem, 4vw, 2rem);
    padding: 0 10px 20px;
}
div.wpcf7c-elm-step1, div.wpcf7c-elm-step2 {
    font-size: clamp(3rem, 8vw, 4rem);
    padding: 0 10px 30px;
}
#form dl {
    padding: 0 10px;
}
#form .btn-area {
    gap: 10px;
}
#form .btn-area input {
    padding: 10px;
    width: 45%;
}

}

/*--------------------------------------------------------------------------------------------------
 SP-small
 -------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {




}
