@charset "utf-8";
@import "./reset.css";
@import "./base.css";



/* CONTACT */
header.hc .logo {
    display: block;
    width: 225px;
    margin: 40px 50px;
}
header.hc .logo img {
    width: 100%;
}
.contact {
    width: 90%;
    max-width: 800px;
    margin: 100px auto 150px;
}
.contact__ttl span {
    display: block;
    color: #CDAD84;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 20px;
}
.contact__ttl__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}
.contact__ttl__flex h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
}
.contact__ttl__item {
    width: 110px;
}
.contact__ttl__item img {
    width: 100%;
}
.contact__exp {
    margin-top: 70px;
}
.contact__exp p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 20px;
}
.contact__exp p:first-child {
    margin-top: 0;
}
.contact__exp.center p {
    text-align: center;   
}
.contact__exp p a {
    border-bottom: 1px solid #453F35;
    transition: all .3s ease;
}
.contact__exp p a:hover {
    opacity: 0.5;
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}
.contact form {
    width: 100%;
    margin-top: 50px;
}
.contact form table {
    width: 100%;
}
.contact form table tr th, .contact form table tr td {
    padding-top: 20px;
}
.contact form table tr th {
    width: 250px;
    vertical-align: top;
    padding-top: 27px;
}
.th__inner {
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
}
.contact form table tr th p {
    width: 68%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.contact form table tr th span {
    display: block;
    color: #FFF;
    font-size: 13px;
    letter-spacing: 0.05em;
    background: #453F35;
    padding: 0 8px;
}
.contact form table tr td {
    width: calc(100% - 250px);
}
.contact form table tr td input {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    background: #FFF;
    border: none;
    padding: 10px 20px;
}
.contact form table tr td input::placeholder, .contact form table tr td textarea::placeholder {
    color: #C4C4C4;
}
.contact form table tr td textarea {
    width: 100%;
    height: 200px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;
    background: #FFF;
    border: none;
    padding: 10px 20px;
    resize: none;
}
.contact form table tr td p.error {
    color: #D81A1A;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 5px;
}
.contact__form__privacy {
    margin-top: 50px;
}
.contact__form__privacy p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.contact__form__privacy p a {
    display: inline-block;
    border-bottom: 1px solid #453F35;
    word-wrap: break-word;
    transition: all .3s ease;
}
.contact__form__privacy p a:hover {
    opacity: .5;
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}
.contact__form__privacy p.error {
    color: #D81A1A;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.3;
    margin-top: 5px;
}
.contact__form__privacy__agree {
    width: fit-content;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact__form__privacy__agree input {
    cursor: pointer;
    appearance: none;
}
.contact__form__privacy__agree input:checked + label::after {
    content: '';
    height: 4px;
    width: 11px;
    border-bottom: 2px solid #666464;
    border-left: 2px solid #666464;
    position: absolute;
    top: 43%;
    left: 6px;
    transform: rotate(-50deg) translateY(-50%);
}
.contact__form__privacy__agree label {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.contact__form__privacy__agree label::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
input.submit {
    display: block;
    width: 300px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    background: #CDAD84;
    border: none;
    border-radius: 100px;
    padding: 13px 20px;
    margin: 30px auto 0;
    cursor: pointer;
    transition: all .3s ease;
}
input.submit:hover {
    opacity: .5;
    transition: all .3s ease;
}
.contact__btn__flex {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    margin: 70px auto 0;
}
.contact__btn__flex a {
    transition: all .3s ease;
}
.contact__btn__flex a:hover {
    opacity: .5;
    transition: all .3s ease;
}
.contact__download__btn {
    display: block;
    width: 300px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    background: #CDAD84;
    border-radius: 100px;
    padding: 13px 20px;
}
.contact__back__btn {
    display: block;
    width: 300px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    background: #453F35;
    border-radius: 100px;
    padding: 13px 20px;
}
@media screen and (max-width: 765px) {
    .contact__ttl span {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .contact__ttl__flex {
        gap: 0 10px;
    }
    .contact__ttl__flex h2 {
        font-size: 20px;
    }
    .contact__ttl__item {
        width: 110px;
    }
    .contact__exp {
        margin-top: 50px;
    }
    .contact__exp p {
        font-size: 14px;
        margin-top: 10px;
    }
    .contact__exp.center p {
        text-align: left;   
    }
    .contact__exp p a:hover {
        opacity: 1;
        border-bottom: 1px solid #453F35;
    }
    header.hc .logo {
        width: 100px;
        margin: 30px 20px;
    }
    .contact {
        margin: 70px auto 100px;
    }
    .contact h2 {
        font-size: 20px;
    }
    .contact h2 span {
        font-size: 18px;
    }
    .contact form {
        margin-top: 30px;
    }
    .contact form table tr th, .contact form table tr td {
        display: block;
    }
    .contact form table tr th {
        width: 100%;
        padding-top: 20px;
    }
    .th__inner {
        width: 100%;
        justify-content: flex-start;
        gap: 0 15px;
    }
    .contact form table tr th p {
        width: fit-content;
        font-size: 14px;
    }
    .contact form table tr th span {
        font-size: 11px;
        padding: 0 6px;
    }
    .contact form table tr td {
        width: 100%;
        padding-top: 10px;
    }
    .contact form table tr td input {
        font-size: 14px;
        padding: 10px 15px;
    }
    .contact form table tr td textarea {
        height: 200px;
        font-size: 14px;
        padding: 10px 15px;
    }
    .contact form table tr td p.error {
        font-size: 13px;
    }
    .contact__form__privacy {
        margin-top: 30px;
    }
    .contact__form__privacy p {
        font-size: 12px;
    }
    .contact__form__privacy p a {
        border-bottom: 1px solid #453F35;
    }
    .contact__form__privacy p a:hover {
        opacity: 1;
        border-bottom: 1px solid #453F35;
    }
    .contact__form__privacy p.error {
        font-size: 12px;
        margin-top: 5px;
    }
    .contact__form__privacy__agree {
        margin: 30px auto 0;
    }
    .contact__form__privacy__agree input:checked + label::after {
        height: 4px;
        width: 11px;
        border-bottom: 2px solid #666464;
        border-left: 2px solid #666464;
        left: 6px;
    }
    .contact__form__privacy__agree label {
        font-size: 14px;
        padding-left: 30px;
    }
    .contact__form__privacy__agree label::before {
        width: 20px;
        height: 20px;
    }
    input.submit {
        width: 300px;
        font-size: 14px;
        border-radius: 100px;
        padding: 13px 20px;
        margin: 20px auto 0;
    }
    input.submit:hover {
        opacity: 1;
    }
    .contact__btn__flex {
        display: block;
        margin: 50px auto 0;
    }
    .contact__btn__flex a:hover {
        opacity: 1;
    }
    .contact__back__btn {
        width: 300px;
        font-size: 14px;
        padding: 13px 20px;
        margin: 0 auto;
    }
    .contact__download__btn {
        width: 300px;
        font-size: 14px;
        border-radius: 100px;
        padding: 13px 20px;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 390px) {
    .contact__ttl span {
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }
    .contact__ttl__flex {
        gap: 0 1rem;
    }
    .contact__ttl__flex h2 {
        font-size: 2rem;
    }
    .contact__ttl__item {
        width: 11rem;
    }
    .contact__exp {
        margin-top: 5rem;
    }
    .contact__exp p {
        font-size: 1.4rem;
        margin-top: 1rem;
    }
    .contact__exp p a {
        border-bottom: 1px solid #453F35;
    }
    .contact__exp p a:hover {
        border-bottom: .1rem solid #453F35;
    }
    header.hc .logo {
        width: 10rem;
        margin: 3rem 2rem;
    }
    .contact {
        margin: 7rem auto 10rem;
    }
    .contact h2 {
        font-size: 2rem;
    }
    .contact h2 span {
        font-size: 1.8rem;
    }
    .contact form {
        margin-top: 3rem;
    }
    .contact form table tr th {
        padding-top: 2rem;
    }
    .th__inner {
        gap: 0 1.5rem;
    }
    .contact form table tr th p {
        font-size: 1.4rem;
    }
    .contact form table tr th span {
        font-size: 1.1rem;
        padding: 0 .6rem;
    }
    .contact form table tr td {
        padding-top: 1rem;
    }
    .contact form table tr td input {
        font-size: 1.4rem;
        padding: 1rem 1.5rem;
    }
    .contact form table tr td textarea {
        height: 20rem;
        font-size: 1.4rem;
        padding: 1rem 1.5rem;
    }
    .contact form table tr td p.error {
        font-size: 1.3rem;
        margin-top: .5rem;
    }
    .contact__form__privacy {
        margin-top: 3rem;
    }
    .contact__form__privacy p {
        font-size: 1.2rem;
    }
    .contact__form__privacy p a {
        border-bottom: .1rem solid #453F35;
    }
    .contact__form__privacy p a:hover {
        border-bottom: .1rem solid #453F35;
    }
    .contact__form__privacy p.error {
        font-size: 1.2rem;
        margin-top: .5rem;
    }
    .contact__form__privacy__agree {
        margin: 3rem auto 0;
    }
    .contact__form__privacy__agree input:checked + label::after {
        height: .4rem;
        width: 1.1rem;
        border-bottom: .2rem solid #666464;
        border-left: .2rem solid #666464;
        left: .6rem;
    }
    .contact__form__privacy__agree label {
        font-size: 1.4rem;
        padding-left: 3rem;
    }
    .contact__form__privacy__agree label::before {
        width: 2rem;
        height: 2rem;
    }
    input.submit {
        width: 30rem;
        font-size: 1.4rem;
        border-radius: 10rem;
        padding: 1.3rem 2rem;
        margin: 2rem auto 0;
    }
    .contact__btn__flex {
        margin: 5rem auto 0;
    }
    .contact__back__btn {
        width: 30rem;
        font-size: 1.4rem;
        padding: 1.3rem 2rem;
    }
    .contact__download__btn {
        width: 30rem;
        font-size: 1.4rem;
        border-radius: 10rem;
        padding: 1.3rem 2rem;
        margin: 0 auto 2rem;
    }
}