@charset "utf-8";
@import url("https://fonts.cdnfonts.com/css/futura-pt");
:root {
    --fut-font: "Futura PT", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

html {
    font-family: var(--fut-font);
}

body {
    background-color: #F0EEE8;
}

#fv {
    width: 100%;
    height: auto;
    padding: 120px 40px 50px 40px;
}

.fv-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.logo-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.logo-area img {
    width: 35px;
    object-fit: contain;
}

.logo-area h1 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px !important;
    font-weight: 400 !important;
}

.fv-container h2 {
    font-size: 42px;
    font-weight: 600;
    margin-top: 5px;
}

.multiText {
    font-size: .8em;
}

.fv-container p {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
    line-height: 30px;
}

@media screen and (max-width: 1024px) {
    #fv {
        padding: 60px 20px 30px 20px;
    }
    .logo-area {
        gap: 5px;
    }
    .logo-area img {
        width: 28px;
    }
    .logo-area h1 {
        font-size: 18px !important;
        margin: 0 !important;
    }
    .fv-container h2 {
        font-size: 28px;
        margin-top: 7px;
    }
    .fv-container p {
        max-width: 420px;
        margin: auto;
        font-size: 14px;
        margin-top: 20px;
        line-height: 25px;
        text-align: left;
    }
    .fv-container p br {
        display: none;
    }
}

#contact {
    width: 100%;
    height: auto;
    padding: 0 60px 60px 60px;
}

.contact-container {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 75px 40px;
    background-color: #F0EEE8;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 0 25px 0 rgba(9, 9, 9, .1);
}

.contact-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0);
    border-radius: 16px;
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.back-tr {
    z-index: -2;
    position: absolute;
    top: -170px;
    right: -120px;
    width: 797px;
    object-fit: contain;
}

.back-bl {
    z-index: -2;
    position: absolute;
    bottom: -230px;
    left: -160px;
    width: 890px;
    object-fit: contain;
}

.contact-detail-area {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    max-width: 1050px;
    width: 100%;
    height: auto;
    margin: auto;
}

.contact-textarea {
    max-width: 410px;
    width: 57%;
}

.contact-heading {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 20px;
}

.contact-heading h2 {
    font-size: 64px;
    font-weight: 500;
}

.contact-heading p {
    font-size: 16px !important;
    margin-top: 0 !important;
}

.contact-area p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2%;
    line-height: normal;
    margin-top: 20px;
}

.detail-area {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.detail-heading {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 15px;
}

.detail-heading h2 {
    font-size: 36px;
    font-weight: 500;
}

.detail-heading p {
    font-size: 14px;
    margin-top: 0;
    font-weight: 600;
}

.detail-area h3 {
    margin-top: 11px;
    font-size: 18px;
    font-weight: 600;
}

.detail-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 11px;
}

.detail-list div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 12px;
    width: 100%;
    height: auto;
}

.detail-list dt,
.detail-list dd {
    font-size: 15px;
    font-weight: 600;
}

form {
    display: flex;
    flex-direction: column;
    gap: 23px;
    width: 52%;
}

form div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3px 0;
    width: 100%;
}

form .name-box {
    display: flex;
    flex-direction: column;
    width: 49%;
}

form .confirm-box {
    justify-content: start;
    gap: 3px 7px;
    width: 100%;
}

form .name-box-confirm {
    display: contents;
}

form .name-box-confirm p {
    font-size: 15px;
    width: fit-content;
}

form div label {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.required {
    margin-left: 7px;
    margin-bottom: 3px;
    padding: 2px 4px;
    border-radius: 3px;
    color: #F65540;
    border: 1px solid #F65540;
    font-size: 14px;
    font-weight: 500;
}

form div input {
    width: 100%;
    height: 47px;
    border-radius: 3px;
    border: 1px solid #888787;
    background-color: #fff;
    padding: 11px;
    font-size: 15px;
}

form div .error_msg {
    font-size: 14px;
    color: #F65540;
}

.radio-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    gap: 0 25px;
    width: 100%;
}

.radio-area div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: auto;
}

.radio-area div label {
    width: auto;
}

form div input[type="radio"] {
    width: 15px;
    margin: 0 7px 0 0;
    accent-color: #252525;
}

form div textarea {
    width: 100%;
    height: 200px;
    border-radius: 3px;
    border: 1px solid #888787;
    background-color: #fff;
    padding: 11px;
    font-size: 15px;
}

.btn-area {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: start;
    gap: 0 10px;
    width: 100%;
}

.btn-area .btn-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 47px;
    margin-top: 20px;
    font-size: 15px;
    color: #252525;
    font-weight: 600;
    border-radius: 2.5px;
    border: 1px solid #252525;
}

.btn-area button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 47px;
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border-radius: 2.5px;
    background-color: #252525;
}

.contact-thanks {
    width: 52%;
    height: 403px;
}

.contact-thanks-container {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-thanks img {
    width: 135px;
    object-fit: contain;
}

.contact-thanks h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 60px;
}

.contact-thanks h2 br {
    display: none;
}

.contact-thanks p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    #contact {
        padding: 0 20px 30px 20px;
    }
    .contact-container {
        padding: 30px 20px;
        border-radius: 10px;
    }
    .back-tr {
        top: -80px;
        right: -140px;
        width: 480px;
    }
    .back-bl {
        bottom: -130px;
        left: -100px;
        width: 500px;
    }
    .contact-detail-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        max-width: 420px;
    }
    .contact-textarea {
        display: contents;
    }
    .contact-area {
        order: -1;
        width: 100%;
    }
    .contact-heading {
        gap: 10px;
    }
    .contact-heading h2 {
        font-size: 46px;
    }
    .contact-heading p {
        font-size: 14px !important;
    }
    .contact-area p {
        font-size: 16px;
        margin-top: 10px;
    }
    .contact-area p br {
        display: none;
    }
    .detail-area {
        margin-top: 50px;
    }
    .detail-heading {
        gap: 7px;
    }
    .detail-heading h2 {
        font-size: 34px;
    }
    .detail-heading p {
        font-size: 13px;
    }
    .detail-area h3 {
        margin-top: 11px;
        font-size: 18px;
    }
    .detail-list {
        gap: 8px;
        margin-top: 10px;
    }
    .detail-list div {
        gap: 5px 8px;
    }
    .detail-list dt,
    .detail-list dd {
        font-size: 16px;
        line-height: 20px;
    }
    form {
        order: -1;
        width: 100%;
        gap: 15px;
        margin-top: 25px;
    }
    form div label {
        font-size: 15px;
    }
    .required {
        margin-left: 7px;
        font-size: 13px;
    }
    form div input:focus {
        font-size: 16px;
    }
    form div .error_msg {
        font-size: 13px;
    }
    .radio-area {
        gap: 0 15px;
    }
    .radio-area div {
        height: 35px;
    }
    form div input[type="radio"] {
        margin: 0 5px 0 0;
    }
    form div textarea {
        height: 150px;
    }
    form div textarea:focus {
        font-size: 16px;
    }
    .btn-area .btn-back {
        width: 100%;
        height: 30px;
        margin-top: 10px;
        border-radius: 3px;
    }
    .btn-area button {
        width: 100%;
        height: 45px;
        margin-top: 10px;
        border-radius: 3px;
    }
    .contact-thanks {
        margin-top: 45px;
        order: -1;
        width: 100%;
        height: auto;
    }
    .contact-thanks img {
        width: 95px;
        object-fit: contain;
    }
    .contact-thanks h2 {
        font-size: 26px;
        margin-top: 30px;
        line-height: 36px;
        text-align: center;
        text-wrap: balance;
        word-break: auto-phrase;
    }
    .contact-thanks h2 br {
        display: block;
    }
    .contact-thanks p {
        font-size: 15px;
        margin-top: 15px;
    }
}