@charset "UTF-8";
:root {
    --c-TresNavy: hsl(216 100% 22%);
    --c-TresBlue: hsl(206 100% 32.4%);
    --c-TresLightBlue: hsl(210 76.9% 74.5%);
    --c-TresTypeGray: hsl(15 4.7% 16.9%);
    --c-agent: hsl(50 25% 47.1%);
    --c-sell: var(--c-TresBlue);
    --c-leasing: hsl(0 0% 46.7%);
    --c-consulting: var(--c-TresBlue);
    --c-planting: var(--c-TresBlue);
    --c-TresNavy45: hsla(216 100% 22% / 0.45);
    --c-TresBlue45: hsla(206 100% 32.4% / 0.45);
    --c-grad_3: hsl(209 72.1% 57.8%);
    --c-grad_3_45: hsla(209 72.1% 57.8% / 0.45);
    --c-error: hsl(0 100% 45.1%);
    --c-Black: hsl(0 0% 0%);
    --c-black: hsl(0 0% 20%);
    --c-White: hsl(0 0% 100%);
    --c-white: hsl(0 0% 100%);
    --c-text: hsl(0 0% 20%);
    --c-grayEB: hsl(0 0% 92.2%);
    --c-dummy: hsl(0 0% 85%);
    --c-pink: hsl(300 100% 50%);
    --fvRightW: 72px;
    --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
    --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
    --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
    --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
    --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
    --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
    --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
    --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
    --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
    --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
    --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
    --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
    --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
    --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
    --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
}

main .fv {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 839px) {
    main .fv {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
main .fv .bg_blend {
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
    width: 500px;
    height: 110px;
    background-color: var(--c-TresNavy);
    position: absolute;
    right: 0;
    bottom: 100px;
}
@media screen and (max-width: 839px) {
    main .fv .bg_blend {
        width: 12vw;
        height: 112px;
        bottom: calc(6vw + 20px);
    }
}
main .fv .photo {
    width: calc(100vw - var(--fvRightW));
    height: 100vh;
    height: 100svh;
    position: relative;
}
@media screen and (max-width: 839px) {
    main .fv .photo {
        width: 100%;
        height: 100%;
    }
}
main .fv .photo .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 40px;
}
@media screen and (max-width: 1139px) {
    main .fv .photo .container {
        top: 30px;
        bottom: 30px;
    }
}
@media screen and (max-width: 839px) {
    main .fv .photo .container {
        top: calc(60px + 6vw);
        bottom: 6vw;
        right: 6vw;
    }
}
main .fv .photo .container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}
@media screen and (max-width: 839px) {
    main .fv .photo .container img.img_pc {
        display: none;
    }
}
main .fv .photo .container img.img_mb {
    display: none;
}
@media screen and (max-width: 839px) {
    main .fv .photo .container img.img_mb {
        display: block;
    }
}
main .fv .copyright {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media screen and (max-width: 839px) {
    main .fv .copyright {
        display: none;
    }
}
main .fv .copyright .text {
    -ms-grid-column-align: center;
        justify-self: center;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: var(--c-white);
    text-align: center;
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
}
main .fv .copyright .text span {
    font-weight: 500;
}
main .fv .page_title {
    padding: 20px 130px 46px 20px;
    position: absolute;
    right: 0;
    bottom: 100px;
}
@media screen and (max-width: 839px) {
    main .fv .page_title {
        padding: 20px 12vw 20px 20px;
        bottom: calc(40px + 6vw);
    }
}
main .fv .page_title .bg_shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    mix-blend-mode: multiply;
    overflow: hidden;
}
main .fv .page_title .bg_shape img {
    rotate: -45deg;
}
main .fv .page_title .bg_shape svg {
    stroke: var(--c-TresNavy);
    rotate: -45deg;
}
main .fv .page_title .bg_shape {
    position: absolute;
    inset: 0;
}
main .fv .page_title h1 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 44px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-white);
    position: relative;
}
main .fv .page_title h1 span {
    font-weight: 700;
}
@media screen and (max-width: 1139px) {
    main .fv .page_title h1 {
        font-size: 38px;
    }
}
@media screen and (max-width: 639px) {
    main .fv .page_title h1 {
        font-size: 32px;
    }
}
main .fv.bgBlueHide .bg_blend {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    background-color: transparent;
}
main .fv.fadeElem .photo {
    opacity: 0;
}
main .fv.fadeElem .photo .container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
main .fv.fadeElem .photo .container img {
    scale: 1.1;
}
main .fv.fadeElem .copyright {
    opacity: 0;
}
main .fv.fadeElem .page_title .bg_shape {
    opacity: 0;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
main .fv.fadeElem .page_title h1 {
    opacity: 0;
    translate: 0 15px;
}
main .fv.fadeIn .photo {
    -webkit-transition: opacity 1s 0.05s;
    transition: opacity 1s 0.05s;
    opacity: 1;
}
main .fv.fadeIn .photo .container {
    -webkit-transition: clip-path 1s var(--easeOutQuart);
    transition: clip-path 1s var(--easeOutQuart);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main .fv.fadeIn .photo .container img {
    -webkit-transition: scale 1s 0.05s;
    transition: scale 1s 0.05s;
    scale: 1;
}
main .fv.fadeIn .copyright {
    -webkit-transition: opacity 0.6s 0.4s;
    transition: opacity 0.6s 0.4s;
    opacity: 1;
}
main .fv.fadeIn .page_title .bg_shape {
    -webkit-transition: opacity 1s 0.4s, clip-path 1s var(--easeOutQuart) 0.4s;
    transition: opacity 1s 0.4s, clip-path 1s var(--easeOutQuart) 0.4s;
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
main .fv.fadeIn .page_title h1 {
    -webkit-transition: opacity 0.6s 1s, translate 0.6s var(--easeOutQuart) 1s;
    transition: opacity 0.6s 1s, translate 0.6s var(--easeOutQuart) 1s;
    opacity: 1;
    translate: 0 0;
}
main .section_form {
    padding-top: 150px;
    margin-inline: auto;
    width: 1000px;
    position: relative;
}
@media screen and (max-width: 1139px) {
    main .section_form {
        padding-top: 115px;
        width: 88vw;
    }
}
@media screen and (max-width: 639px) {
    main .section_form {
        padding-top: 80px;
    }
}
main .section_form form.wpcf7-form .input_area {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 50px;
}
@media screen and (max-width: 1139px) {
    main .section_form form.wpcf7-form .input_area {
        -webkit-column-gap: 25px;
           -moz-column-gap: 25px;
                column-gap: 25px;
        row-gap: 40px;
    }
}
@media screen and (max-width: 839px) {
    main .section_form form.wpcf7-form .input_area {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}
main .section_form form.wpcf7-form .input_area .item label {
    display: inline-block;
    width: 100%;
}
main .section_form form.wpcf7-form .input_area .item label .title {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: var(--c-TresNavy);
}
main .section_form form.wpcf7-form .input_area .item label .title span {
    font-weight: 500;
}
@media screen and (max-width: 1139px) {
    main .section_form form.wpcf7-form .input_area .item label .title {
        font-size: 15.5px;
    }
}
@media screen and (max-width: 639px) {
    main .section_form form.wpcf7-form .input_area .item label .title {
        font-size: 15px;
    }
}
main .section_form form.wpcf7-form .input_area .item label .content {
    display: block;
    margin-top: 10px;
}
main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap input,
main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap textarea {
    padding: 20px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-family: "Poppins", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 2.1em;
    letter-spacing: 0.04em;
    font-weight: 400;
    background-color: var(--c-white);
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap input span,
main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap textarea span {
    font-weight: 400;
}
@media screen and (max-width: 1139px) {
    main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap input,
    main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap textarea {
        font-size: 15.5px;
        line-height: 2.05em;
    }
}
@media screen and (max-width: 639px) {
    main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap input,
    main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap textarea {
        font-size: 15px;
        line-height: 2em;
    }
}
main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap input:focus,
main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap textarea:focus {
    outline: none;
}
main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap input {
    height: 56px;
    line-height: 1em;
}
@media screen and (max-width: 639px) {
    main .section_form form.wpcf7-form .input_area .item label .content span.wpcf7-form-control-wrap input {
        height: 55px;
    }
}
main .section_form form.wpcf7-form .input_area .item_company_name,
main .section_form form.wpcf7-form .input_area .item_message {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
@media screen and (max-width: 839px) {
    main .section_form form.wpcf7-form .input_area .item_company_name,
    main .section_form form.wpcf7-form .input_area .item_message {
        grid-column: auto;
    }
}
main .section_form form.wpcf7-form .input_area .btn {
    margin-top: 20px;
}
main .section_form form.wpcf7-form .input_area .btn input {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    margin-top: 20px;
    padding: 0;
    width: 140px;
    height: 40px;
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.14em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-TresNavy);
    background-image: none;
    background-color: transparent;
    border: 1px solid var(--c-TresNavy);
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .section_form form.wpcf7-form .input_area .btn input span {
    font-weight: 700;
}
@media screen and (min-width: 1023px) {
    main .section_form form.wpcf7-form .input_area .btn input:hover {
        color: var(--c-white);
        background-color: var(--c-TresNavy);
    }
}
main .section_form form.wpcf7-form .input_area .btn .wpcf7-spinner {
    display: none;
}
main .section_form form.wpcf7-form .input_area .wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: var(--c-error);
    font-style: italic;
    position: absolute;
    right: 0;
    top: 100%;
}
main .section_form form.wpcf7-form .input_area .wpcf7-not-valid-tip span {
    font-weight: 500;
}
main .section_form form.wpcf7-form .input_area.fadeIn {
    opacity: 1;
}
main .section_form form.wpcf7-form .wpcf7-response-output {
    display: none;
}
main .section_form .smf-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 50px;
}
main .section_form .smf-form .smf-item label {
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: var(--c-TresNavy);
}
main .section_form .smf-form .smf-item label span {
    font-weight: 500;
}
main .section_form .smf-form .smf-item input,
main .section_form .smf-form .smf-item textarea {
    padding: 18px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 2.1em;
    letter-spacing: 0.04em;
    font-weight: 400;
    background-color: var(--c-white);
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .section_form .smf-form .smf-item input span,
main .section_form .smf-form .smf-item textarea span {
    font-weight: 400;
}
main .section_form .smf-form .smf-item input:focus,
main .section_form .smf-form .smf-item textarea:focus {
    outline: none;
}
main .section_form .smf-form .smf-item .smf-error-messages {
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 400;
    color: var(--c-TresNavy);
}
main .section_form .smf-form .smf-item .smf-error-messages span {
    font-weight: 400;
}
main .section_form .smf-form .smf-item.item_company_name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
main .section_form .smf-form .smf-item.item_message {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
main .section_form .smf-action {
    margin-top: 70px;
}
main .section_form .smf-action .smf-button-control button {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    padding: 0;
    width: 140px;
    height: 40px;
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.14em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-TresNavy);
    background-image: none;
    background-color: transparent;
    border: 1px solid var(--c-TresNavy);
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .section_form .smf-action .smf-button-control button span {
    font-weight: 700;
}
@media screen and (min-width: 1023px) {
    main .section_form .smf-action .smf-button-control button:hover {
        color: var(--c-white);
        background-color: var(--c-TresNavy);
    }
}
main .section_form_11 {
    margin-top: 150px;
    margin-inline: auto;
    width: 1000px;
    position: relative;
}
main .section_form_11 .contact_form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 50px;
}
main .section_form_11 .contact_form .item {
    width: 100%;
}
main .section_form_11 .contact_form .item label {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: var(--c-TresNavy);
}
main .section_form_11 .contact_form .item label span {
    font-weight: 500;
}
main .section_form_11 .contact_form .item .content {
    padding-top: 10px;
    width: 100%;
}
main .section_form_11 .contact_form .item .content input,
main .section_form_11 .contact_form .item .content textarea {
    padding: 18px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 15px;
    line-height: 2.1em;
    letter-spacing: 0.04em;
    font-weight: 400;
    background-color: var(--c-white);
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .section_form_11 .contact_form .item .content input span,
main .section_form_11 .contact_form .item .content textarea span {
    font-weight: 400;
}
main .section_form_11 .contact_form .item .content input:focus,
main .section_form_11 .contact_form .item .content textarea:focus {
    outline: none;
}
main .section_form_11 .contact_form .item_company_name {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
main .section_form_11 .contact_form .item_message {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
}
main .section_form_11 .contact_form .item_submit {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: 20px;
}
main .section_form_11 .contact_form .item_submit .btn input {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    padding: 0;
    width: 140px;
    height: 40px;
    margin-block: calc((1em - 1lh) / 2);
    padding-left: 0.14em;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--c-TresNavy);
    background-color: transparent;
    border: 1px solid var(--c-TresNavy);
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .section_form_11 .contact_form .item_submit .btn input span {
    font-weight: 700;
}
@media screen and (min-width: 1023px) {
    main .section_form_11 .contact_form .item_submit .btn input:hover {
        color: var(--c-white);
        background-color: var(--c-TresNavy);
    }
}
/*# sourceMappingURL=style.css.map */