@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  contact/

---------------------------------*/
.wrapper.contact>.inner{
    margin: 0 auto;
    width: min(78%,1800px);
}
.wrapper.contact .intro{
    padding-bottom: 8rem;
    border-bottom: solid 1px #313131;
}
.wrapper.contact .intro p:first-child{
    padding-bottom: 2rem;
}
.wrapper.contact .intro p a{
    display: inline-block;
    margin: 0 3px;
    border-bottom: solid 1px #313131;
    padding-bottom: 3px;
    padding-right: 0.8em;
    vertical-align: text-bottom;
    background: url("../img/common/external.svg")right bottom 2px/10px auto no-repeat;
    transition: 0.35s;
}
.wrapper.contact .intro p a:hover{
    opacity: 0.7;
}
.contact_web,.contact_tel{
    border-bottom: solid 1px #313131;
}
.contact_web a,.contact_tel a{
    display: block;
    padding: 6rem 4rem;
}
.contact_web a h3,
.contact_tel a h3,
.contact_form h3{
    line-height: 1;
    padding-bottom: 20px;
}
.contact_web a p{
    font-size: 40px;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.contact_web a p::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #313131;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: .35s ease;
    transition-property: transform;
}
.contact_web a:hover p::before{
    transform: scaleX(1);
    transform-origin: left;
}
.contact_web a p .arrow{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 2px;
    transition: 0.35s;
}
.contact_web a p .arrow::before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/common/external.svg) center/100% auto no-repeat;
    transition: 0.35s;
}
.contact_web a:hover p .arrow::before{
    background: url("../img/common/external.svg")left 15px center/100% auto no-repeat;
}
.contact_web a p .arrow::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/common/external.svg")left -15px center/100% auto no-repeat;
    transition: 0.35s;
}
.contact_web a:hover p .arrow::after{
    background: url("../img/common/external.svg")center/100% auto no-repeat;
}
.contact_tel a .number{
    display: flex;
    align-items: flex-end;
}
.contact_tel a .number p{
    padding-right: 4rem;
    font-size: 42px;
}
.contact_tel a .number p span{
    font-size: 20px;
    display: inline-block;
    padding-right: 8px;
}
.contact_tel a .number .hours{
    font-size: 14px;
    display: block;
    line-height: 1.8;
}
.contact_tel a{
    transition: 0.35s;
}
.contact_tel a:hover{
    opacity: 0.7;
}
.contact_form{
    padding: 6rem 4rem;
}
.contact_form h3{
    padding-bottom: 6rem;
}
.contact_form>.note{
    font-size: 14px;
    text-align: right;
    padding-bottom: 4rem;
}
.contact_form .form_item{
    display: flex;
    padding-bottom: 35px;
}
.contact_form .form_label{
    width: 20%;
    font-weight: 500;
    line-height: 1;
    padding-top: 23px;
}
.contact_form .form_input{
    width: 80%;
}
input[type="text"], input[type="tel"], input[type="email"], textarea{
    width: 100%;
    background-color: #F6F4F7;
    border: solid 1px #F6F4F7;
    font-size: 16px;
    padding: 24px 20px;
    word-break: break-all;
}
textarea{
    min-height: 250px;
    resize: vertical;
    font-weight: 400;
    line-height: 1.8;
}
.contact_form input[type="text"]:focus, .contact_form input[type="tel"]:focus, .contact_form input[type="email"]:focus, textarea:focus{
    outline: none;
    border: solid 1px #E4DEE8;
}
.field-invalid{
    position: relative;
}
.field-invalid::before {
	content: "※入力必須項目です。";
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
	display: block;
	color: red;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 10px;
}
.contact_form form .note{
    width: 80%;
    margin: 0 0 0 auto;
    font-size: 14px;
    padding-bottom: 4rem;
}
.contact_form form .note a{
    display: inline-block;
    margin: 0 1px;
    border-bottom: solid 1px #313131;
    padding-bottom: 2px;
    vertical-align: text-bottom;
    transition: 0.35s;
}
.contact_form form .note a:hover{
    opacity: 0.7;
}
.submit_button{
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
}
.submit_button input{
    width: 100%;
    color: #fff;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
    font-size: 16px;
    background-color: #3E3E3E;
    margin: 0 auto;
    display: block;
    padding: 30px 4rem;
    border-radius: 8px!important;
    border: none;
    border: solid 1px #363636;
    transition: .35s;
    text-align: left;
    line-height: 1;
    font-weight: 400;
}
.submit_button input:hover{
    background-color: #555555;
}
.submit_button .arrow{
    position: absolute;
    right: 6rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 8px;
}
.submit_button .arrow span{
    overflow: hidden;
    width: 18px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.35s ease;
}
.submit_button:hover .arrow span{
    width: 28px;
}
.submit_button .arrow span img{
    position: absolute;
    width: 32px;
    height: auto;
    top: 0;
    right: 0;
}


/*---------------------------------

  contact/mail.php

---------------------------------*/
.contact_conf .inner{
    margin: 0 auto;
    width: min(80%,1100px);
}
.contact_conf .inner h3{
    font-size: 24px;
    text-align: center;
    padding-bottom: 3rem;
}
.contact_conf .inner .text{
    text-align: center;
    padding-bottom: 3rem;
}
.contact_conf .formTable{
    width: 100%;
    margin-bottom: 3rem;
}
.contact_conf .formTable tr{
    display: flex;
}
.contact_conf .formTable tr th,
.contact_conf .formTable tr td{
    display: block;
    border-bottom: solid 1px #313131;
    padding: 3rem;
    line-height: 1.7;
}
.contact_conf .formTable tr:first-of-type th,
.contact_conf .formTable tr:first-of-type td{
    border-top: solid 1px #313131;
}
.contact_conf .formTable tr th{
    width: 30%;
    text-align: left;
}
.contact_conf .formTable tr td{
    width: 70%;
}
.contact_conf .button_wrapper{
    display: flex;
    justify-content: center;
    gap: 2%;
}
.contact_conf .button_wrapper .back,
.contact_conf .button_wrapper .submit{
    display: block;
    width: calc(50% - 1%);
    padding: 30px 4rem;
    border: solid 1px #363636;
    border-radius: 8px!important;
    transition: .35s;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
}
.contact_conf .button_wrapper .back:hover{
    background-color: #cccccc;
}
.contact_conf .button_wrapper .submit{
    background-color: #3E3E3E;
    color: #fff;
}
.contact_conf .button_wrapper .submit:hover{
    background-color: #555555;
}


/*---------------------------------

  contact/thanks/

---------------------------------*/
.contact_thanks .inner{
    margin: 0 auto;
    width: min(80%,1100px);
    text-align: center;
}
.contact_thanks .inner h3{
    font-size: 24px;
    text-align: center;
    padding-bottom: 4rem;
}
.contact_thanks .inner .text{
    padding-bottom: 4rem;
}
.contact_thanks .inner .text p{
    padding-bottom: 10px;
}
.contact_thanks .inner a{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 1px #313131;
    transition: 0.35s;
}
.contact_thanks .inner a:hover{
    opacity: 0.7;
}


@media print, screen and (max-width: 768px){
    /*---------------------------------

      contact/

    ---------------------------------*/
    .wrapper.contact>.inner{
        width: 100%;
        padding: 0 6rem;
    }
    .wrapper.contact .intro p:first-child{
        padding-bottom: 4rem;
    }
    .wrapper.contact .intro{
        padding-bottom: 10rem;
    }
    .wrapper.contact .intro br{
        display: none;
    }
    .contact_web a, .contact_tel a{
        padding: 7rem 0;
    }
    .contact_web a p{
        font-size: 35px;
    }
    .contact_tel a .number{
        display: block;
    }
    .contact_tel a .number p{
        font-size: 34px;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .contact_tel a .number .hours{
        font-size: 13px;
    }
    .contact_form{
        padding: 7rem 0 0;
    }
    .contact_form .form_item{
        display: block;
    }
    .contact_form .form_label{
        width: 100%;
        padding-top: 0;
        padding-bottom: 15px;
    }
    .contact_form .form_input{
        width: 100%;
    }
    input[type="text"], input[type="tel"], input[type="email"], textarea{
        padding: 20px;
    }
    .contact_form form .note{
        width: 100%;
        padding-bottom: 5rem;
    }
    .submit_button{
        width: 100%;
    }
    .submit_button input{
        padding: 25px 4rem;
    }
}


@media print, screen and (max-width: 500px){
    /*---------------------------------

      contact/mail.php

    ---------------------------------*/
    .contact_conf .inner{
        width: 100%;
        padding: 0 6rem;
    }
    .contact_conf .inner h3{
        font-size: 20px;
        padding-bottom: 4rem;
    }
    .contact_conf .inner .text{
        text-align: left;
        padding-bottom: 5rem;
    }
    .contact_conf .formTable{
        margin-bottom: 4rem;
    }
    .contact_conf .formTable tr{
        display: block;
    }
    .contact_conf .formTable tr th,
    .contact_conf .formTable tr td{
        width: 100%;
    }
    .contact_conf .formTable tr th{
        border-bottom: none;
        padding: 5rem 0 12px;
        font-size: 14px;
    }
    .contact_conf .formTable tr td{
        padding: 0 0 5rem;
    }
    .contact_conf .formTable tr:first-of-type td{
        border-top: none;
    }
    .contact_conf .button_wrapper .back,
    .contact_conf .button_wrapper .submit{
        padding: 25px 0;
    }


    /*---------------------------------

      contact/thanks/

    ---------------------------------*/
    .contact_thanks .inner{
        width: 100%;
        padding: 0 6rem;
    }
    .contact_thanks .inner h3{
        font-size: 20px;
        padding-bottom: 5rem;
    }
    .contact_thanks .inner .text{
        text-align: left;
    }
    
}