.app-layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1;
    padding-top: 0;
}

.header {
    --header-icon: #fff;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 9998;
}

.header .header-container {
    box-sizing: border-box;
    padding: 37px 40px;
}

@media screen and (max-width:480px){
    .header .header-container {
        padding: 37px 30px;
    }
}

.header .header-container .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header .header-container .header-inner .header-inner-left {
    display: inline-block;
    z-index: 9999;
}

.header .header-container .header-inner .header-inner-left .header-inner-left-btn {
    transition: all .5s ease 0s;
}

.header .header-container .header-inner .header-inner-left .header-inner-left-btn:hover {
    opacity: .6;
}

.header .header-container .header-inner .header-inner-left .header-inner-left-btn .logo-path {
    transition: all .5s;
}

.header .header-container .header-inner .header-inner-left .header-inner-left-btn .header-inner-left-icon:hover {
    opacity: .6;
}

.header .header-container .header-inner .header-inner-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-login {
    padding: 9px 35px 0 0;
    z-index: 9999;
}

@media screen and (max-width:480px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-login {
        padding: 9px 27px 0 0;
    }
}

.header .header-container .header-inner .header-inner-right .header-inner-right-login .login {
    transition: all .5s ease 0s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-login .login:hover {
    opacity: .6;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-login .login .login-svg .login-path {
    transition: all .5s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-login button.login {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-login button.login:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav {
    background: #323232;
    bottom: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    transition: all .8s;
    z-index: 3;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav.open {
    opacity: 1;
    right: 0;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists {
    display: grid;
    grid-template-areas: "area1 area4 area8" "area2 area5 ." "area3 area6 ." "area7 . .";
    grid-gap: 38px 94px;
    grid-template-columns: 225px 225px 1fr;
    grid-template-rows: 60px 60px 60px 60px;
    opacity: 0;
    padding: 220px 0 0 141px;
    white-space: nowrap;
    width: 90%;
}

@media screen and (max-width:820px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists {
        grid-template-areas: "area1 area4" "area2 area5" "area3 area6" "area7 . " "area8 .";
        padding: 7rem 0 0 101px;
    }
}

@media screen and (max-width:480px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists {
        grid-template-areas: "area1" "area2" "area3" "area4" "area5" "area6" "area7" "area8";
        padding: 160px 0 0 30px;
        grid-gap: 30px 94px;
    }
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists.open {
    opacity: 1;
    transition: 2s .8s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn {
    color: #fff;
    display: block;
    font-family: Outfit,"Outfit Fallback: Arial",sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    transition-duration: .2s;
    transition: all .5s ease 0s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn:hover {
    opacity: .6;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn {
    cursor: pointer;
    letter-spacing: .05em;
    line-height: 30px;
}

@media screen and (max-width:480px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn {
        font-size: 24px;
    }
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn .inner-list-btn-min {
    color: #fff;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",source-han-sans-japanese,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

@media screen and (max-width:480px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-list .inner-list-btn .inner-list-btn-min {
        display: inline-block;
        font-size: 10px;
        transform: translateY(-5px);
    }
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns {
    width: 33%;
}

@media screen and (max-width:480px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns {
        padding-top: 1.5rem;
    }
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-head {
    color: #fff;
    font-family: Outfit,"Outfit Fallback: Arial",sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 0 0 .5rem;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-lists {
    display: flex;
    justify-content: start;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-lists .inner-list .inner-list-btn {
    display: block;
    padding: 0 1.1rem 0 0;
    transition-duration: .2s;
    transition: all .5s ease 0s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-lists .inner-list .inner-list-btn:hover {
    opacity: .6;
}

@media screen and (max-width:480px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-lists .inner-list .inner-list-btn {
        padding: 0 .9rem 0 0;
    }

    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-lists .inner-sns .inner-sns-lists .inner-list .inner-list-btn .inner-list-btn-svg {
        height: 25px;
        width: 25px;
    }
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid1 {
    grid-area: area1;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid2 {
    grid-area: area2;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid3 {
    grid-area: area3;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid4 {
    grid-area: area4;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid5 {
    grid-area: area5;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid6 {
    grid-area: area6;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid7 {
    grid-area: area7;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav #grid8 {
    grid-area: area8;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite {
    opacity: 0;
}

@media screen and (max-width:480px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite {
        height: 120px;
        position: relative;
        width: 100%;
    }
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite.open {
    opacity: 1;
    transition: 2s .8s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copyright {
    bottom: 40px;
    color: #fff;
    font-family: Outfit,"Outfit Fallback: Arial",sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    left: 141px;
    letter-spacing: .1em;
    position: absolute;
}

@media screen and (max-width:820px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copyright {
        left: 101px;
    }
}

@media screen and (max-width:480px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copyright {
        display: none;
    }
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copywrite-svg {
    bottom: 40px;
    position: absolute;
    right: 40px;
}

@media screen and (max-width:820px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copywrite-svg {
        width: 250px;
    }
}

@media screen and (max-width:480px){
    .header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv nav .inner-copywrite .copywrite-svg {
        bottom: 20px;
        left: 30px;
        width: 330px;
    }
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn {
    cursor: pointer;
    display: block;
    height: 39px;
    position: relative;
    right: 0;
    top: 0;
    transition: all .5s;
    width: 50px;
    z-index: 9997;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span {
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s;
    width: 50px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span:first-child {
    top: 10px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span:nth-child(2) {
    top: 25px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span.open:first-child {
    transform: translateY(6.4px);
    width: 50px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span.open:nth-child(2) {
    transform: translateY(-6.4px);
    width: 50px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn span .btn-path {
    transition: all .5s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle_btn .toggle-svg {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text {
    position: absolute;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner {
    color: #fff;
    height: 23px;
    overflow-y: clip;
    position: relative;
    text-align: center;
    z-index: 9999;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_btn_menu {
    font-family: Hiragino Sans;
    font-weight: 400;
    letter-spacing: 2px;
    transform: translateY(-30px);
    transition: all .5s;
    width: 50px;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_btn_menu.open {
    transform: translateY(0);
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_btn_close {
    font-family: Hiragino Sans;
    font-weight: 400;
    letter-spacing: 2px;
    transform: translateY(-20px);
    transition: all .5s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_btn_close.open {
    transform: translateY(-2px);
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv .toggle-text .toggle-text-inner .toggle_text_change {
    transition: all .5s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv #mask {
    display: none;
    transition: all .5s;
}

.header .header-container .header-inner .header-inner-right .header-inner-right-toggle .nv #mask.open {
    background: #323232;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: .8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header.is-dark {
    --header-icon: #000;
}

.header.is-menu-open {
    --header-icon: #fff;
}

.header .btn-path,
.header .login-path,
.header .logo-path,
.header .toggle_text_change {
    fill: var(--header-icon);
}

.toggle-scrolled {
    color: #323232;
    fill: #323232;
}

main {
    background: #ededed;
}

.contact {
    height: auto;
    overflow-x: clip;
    width: 100%;
}

.contact .contact-container {
    margin: 0 auto;
    padding: 4rem 0 6rem;
    text-align: center;
    width: 730px;
}

@media screen and (max-width:768px){
    .contact .contact-container {
        width: calc(100% - 60px);
    }
}

.contact .contact-container dd,
.contact .contact-container dl,
.contact .contact-container dt {
    margin: 0;
}

.contact .contact-container .contact-head {
    color: #323232;
    font-family: Outfit,"Outfit Fallback: Arial",sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .1em;
    padding-bottom: 1.8rem;
}

@media screen and (max-width:480px){
    .contact .contact-container .contact-head {
        font-size: 28px;
        padding-bottom: 1.4rem;
    }
}

.contact .contact-container .contact-second-head {
    color: #323232;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .03em;
    margin: 0 auto;
    padding-bottom: 4rem;
    text-align: center;
    max-width: 800px;
    width: 85%;
}

.contact .contact-container form {
    text-align: left;
    width: 85%;
    max-width: 800px;
}

.contact .contact-container form .contact-inner {
    margin-bottom: 3rem;
}

.contact-inner-head {
    align-items: center;
    display: inline-block;
    padding-bottom: .3rem;
}

.contact-inner-box {
    margin-bottom: 1.8rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #32323266;
}

input::placeholder,
textarea::placeholder {
    color: #32323266;
}

input:-webkit-autofill {
    box-shadow: inset 0 0 0 1000px #e4d8cc;
}

.contact .error-wrapper {
    color: red;
    margin-bottom: 40px;
    text-align: center;
}

.contact .result-wrapper {
    color: #323232;
    margin-bottom: 40px;
    text-align: center;
}

.field-error {
    color: #aa4d4f;
    font-size: 12px;
    margin-top: .4rem;
}

.contact .contact-container form .contact-inner .doc-request {
    border: 1px solid #323232;
    border-radius: 3px;
    font-size: 14px;
    height: 46px;
    margin-top: 0;
    width: 100%;
}

@media screen and (max-width:480px){
    .contact .contact-container form .contact-inner .doc-request .radio-box-content {
        margin-top: 0;
    }
}

input[type=checkbox] {
    margin: 0 8px 0 15px;
    transform: scale(1.2);
}

.full-overlay {
    background: #636363cc;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loader {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: spin-b7ed85af;
    animation-timing-function: linear;
    border: 4px solid rgba(0,0,0,.063);
    border-radius: 50%;
    border-top-color: #323232;
    height: 50px;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 50px;
}

@keyframes spin-b7ed85af{
    to {
        transform: translate(-50%,-50%) rotate(1turn);
    }
}

.privacy-check {
    display: block;
    font-size: 14px;
    padding: 3%;
    text-align: center;
}

.hero {
    background: url(../../images/common/hero_contact3.png) 50%/cover no-repeat;
    height: 100svh;
    overflow-x: clip;
    position: relative;
    width: 100%;
}

.hero .hero-container .hero-head {
    color: #fff;
    font-family: Outfit,"Outfit Fallback: Arial",sans-serif;
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    left: 2.5rem;
    letter-spacing: .03em;
    position: absolute;
    top: 47%;
}

@media screen and (max-width:480px){
    .hero .hero-container .hero-head {
        font-size: 2.1875rem;
        left: 1.875rem;
    }
}

.hero .hero-container .hero-content {
    color: #fff;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial";
    font-size: .9375rem;
    font-style: normal;
    font-weight: 500;
    left: 2.5rem;
    letter-spacing: .125rem;
    position: absolute;
    top: 57%;
}

@media screen and (max-width:480px){
    .hero .hero-container .hero-content {
        font-size: .8125rem;
        left: 1.875rem;
        top: 54.5%;
    }
}

.contact-inner-head label {
    color: #323232;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.red {
    background: #aa4d4f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
    margin-left: 5px;
    padding: 2px 5px;
}

.field-error {
    color: #aa4d4f;
    font-size: 12px;
    margin-top: .4rem;
}

.radio {
    accent-color: #323232;
    padding: 10px;
    width: auto;
}

.radio-box {
    align-items: center;
    display: flex;
    margin: .8rem 0 1.8rem;
}

.doc-request {
    border: 1px solid #323232;
    border-radius: 3px;
    font-size: 14px;
    height: 46px;
    margin-top: 0;
    width: 100%;
}

@media screen and (max-width:480px){
    .doc-request .radio-box-content {
        margin-top: 0;
    }
}

.contact-inner-head label {
    color: #323232;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.red {
    background: #aa4d4f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
    margin-left: 5px;
    padding: 2px 5px;
}

.field-error {
    color: #aa4d4f;
    font-size: 12px;
    margin-top: .4rem;
}

.contact-inner-box input {
    background-color: var(--form-input-bg,#e4d8cc);
    border: 1px solid #323232;
    border-radius: 3px;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-weight: 500;
    padding: 10px;
    width: 100%;
}

.contact-inner-box input:focus {
    border-color: #323232;
    box-shadow: none;
    outline: none;
}

.contact-inner-head label {
    color: #323232;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.red {
    background: #aa4d4f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
    margin-left: 5px;
    padding: 2px 5px;
}

.field-error {
    color: #aa4d4f;
    font-size: 12px;
    margin-top: .4rem;
}

.radio-box {
    align-items: center;
    display: flex;
    margin: .8rem 0 1.8rem;
}

@media screen and (max-width:480px){
    .radio-box {
        align-items: start;
        flex-direction: column;
    }
}

.radio-box .radio-box-content {
    margin-right: 1.5rem;
}

@media screen and (max-width:480px){
    .radio-box .radio-box-content {
        margin-bottom: .8rem;
        margin-right: 0;
    }
}

.radio-box .radio-box-content input {
    margin-bottom: 0;
    position: relative;
    top: 1px;
}

@media screen and (max-width:480px){
    .radio-box .radio-box-content input {
        top: 1px;
    }
}

.radio-box .radio-box-content label {
    margin-left: 10px;
}

.radio {
    accent-color: #323232;
    padding: 10px;
    width: auto;
}

.contact-inner-head label {
    color: #323232;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.red {
    background: #aa4d4f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
    margin-left: 5px;
    padding: 2px 5px;
}

.field-error {
    color: #aa4d4f;
    display: block;
    font-size: 12px;
    margin-top: .4rem;
}

.contact-inner-box input {
    background-color: var(--form-input-bg,#e4d8cc);
    border: 1px solid #323232;
    border-radius: 3px;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-weight: 500;
    padding: 10px;
}

.contact-inner-box input:focus {
    border-color: #323232;
    box-shadow: none;
    outline: none;
}

.birth {
    margin: 0 .3rem .8rem 0;
}

.date {
    width: 80px;
}

.date1 {
    width: 85px;
}

.contact-inner-head label {
    color: #323232;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.red {
    background: #aa4d4f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
    margin-left: 5px;
    padding: 2px 5px;
}

.field-error {
    color: #aa4d4f;
    display: block;
    font-size: 12px;
    margin-top: .4rem;
}

.contact-inner-box select {
    background-color: var(--form-input-bg,#e4d8cc);
    border: 1px solid #323232;
    border-radius: 3px;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-weight: 500;
    padding: 10px;
}

.contact-inner-box select:focus {
    border-color: #323232;
    box-shadow: none;
    outline: none;
}

.contact-inner-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    border-radius: 4px;
    color: #323232;
    margin-bottom: 1rem;
    padding-right: 40px;
    width: 100%;
}

.choose {
    position: relative;
}

.choose:after {
    background: url(../../svg/choose-arrow.svg) no-repeat 50%/contain;
    content: "";
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-100%);
    width: 10px;
}

.contact-inner-head label {
    color: #323232;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.red {
    background: #aa4d4f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
    margin-left: 5px;
    padding: 2px 5px;
}

.field-error {
    color: #aa4d4f;
    font-size: 12px;
    margin-top: .4rem;
}

.contact-inner-box textarea {
    background-color: var(--form-input-bg,#e4d8cc);
    border: 1px solid #323232;
    border-radius: 3px;
    height: 250px;
    margin-bottom: 1rem;
    padding: 10px;
    width: 100%;
}

.contact-inner-box textarea:focus {
    border-color: #323232;
    box-shadow: none;
    outline: none;
}

.privacy-policy {
    border: 1px solid #323232;
    height: 150px;
    margin-bottom: 1.5rem;
    overflow-y: auto;
}

.privacy-policy .privacy-policy-box {
    color: #323232;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.8;
    padding: 1.2rem;
}

.privacy-policy .privacy-policy-box a {
    color: #323232;
    text-decoration: underline;
}

.contact-inner-btn {
    text-align: center;
}

.contact-inner-btn input {
    background: #323232;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-family: Noto Sans JP,"Noto Sans JP Fallback: Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 1rem 6rem;
    transition: all .5s;
}

.contact-inner-btn input:focus,
.contact-inner-btn input:focus-visible {
    box-shadow: none;
    outline: none;
}

.contact-inner-btn input:disabled {
    background: #c8c8c8;
    border: none;
    cursor: default;
}

.contact-inner-btn input:hover {
    background: #32323299;
}

/* iF contact form (custom) */
.contact .contact-container {
    max-width: 1240px;
    width: calc(100% - 80px);
}

@media screen and (max-width:628px){
    .contact .contact-container {
        width: calc(100% - 40px);
    }
}

.if-contact-form-wrap {
    background: #fff !important;
    border-radius: 32px;
    box-shadow: 0px 12px 24px 0 rgba(0, 0, 0, 0.35);
    margin: 0 auto 48px;
    padding: 56px 56px 48px;
}

@media screen and (max-width:480px){
    .if-contact-form-wrap {
        border-radius: 22px;
        padding: 30px 20px 24px;
    }
}

.if-contact-form .if-field-grid {
    column-gap: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 34px;
}

@media screen and (max-width:628px){
    .if-contact-form .if-field-grid {
        column-gap: 0;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}

.if-contact-form .if-field input,
.if-contact-form .if-field textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(50, 50, 50, 0.2);
    border-radius: 0;
    color: #323232;
    display: block;
    font-family: Noto Sans JP, "Noto Sans JP Fallback: Arial", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 14px 10px 14px;
    width: 100%;
}

.if-contact-form .if-field input::placeholder,
.if-contact-form .if-field textarea::placeholder {
    color: rgba(50, 50, 50, 0.35);
}

.if-contact-form .if-field input:focus,
.if-contact-form .if-field textarea:focus {
    border-bottom-color: rgba(50, 50, 50, 0.7);
    outline: none;
}

.if-contact-form .if-field-full {
    margin-top: 34px;
}

.if-contact-form .if-field textarea {
    min-height: 180px;
    resize: vertical;
}

.if-contact-form .if-submit-row {
    margin-top: 30px;
}

.if-contact-form .if-submit-row button {
    background: #323232;
    border: none;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Outfit, "Outfit Fallback: Arial", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 18px 18px;
    transition: transform .2s ease, opacity .2s ease;
    width: 100%;
}

.if-contact-form .if-submit-row button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

@media screen and (max-width:900px){
    .if-contact-form .if-submit-row button {
        font-size: 16px;
        padding: 18px 16px;
    }
}

.if-contact-form .if-success {
    color: #1f7a37;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}

.if-sr-only {
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
