#pagetop {
    background: #efefef
}

.sec_head_ja {
    line-height: 1
}

.sec_head_en {
    font-family: "Lato", sans-serif;
    font-size: 38px;
    line-height: 1
}

@media screen and (min-width: 1100px),
print {
    .sec_head_en {
        font-size: 56px
    }
}

.link_btn {
    display: block;
    background: #080808;
    color: #fff;
    padding-right: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 8px
}

.link_btn::after {
    content: "";
    width: 52px;
    height: 30px;
    border-left: 1px solid #fff;
    position: absolute;
    top: 11px;
    right: 0;
    display: grid;
    place-items: center;
    background: url(/images/top/right-w.png) no-repeat center/16px 15px
}

.link_btn_w {
    background: #fff;
    color: #080808;
    padding-right: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 8px
}

.link_btn_w::after {
    content: "";
    width: 52px;
    height: 30px;
    border-left: 1px solid #080808;
    position: absolute;
    top: 11px;
    right: 0;
    display: grid;
    place-items: center;
    background: url(/images/top/right-b.png) no-repeat center/16px 15px
}

.mv {
    width: 100%;
    aspect-ratio: 16/9;
    background: #aaa
}

.mv_vid {
    width: 100%;
    display: block
}

.news {
    padding: 30px 20px
}

.news .link_btn {
    width: 180px;
    margin-left: 20px
}

.news_left {
    display: flex;
    align-items: flex-end
}

.news_right {
    margin-top: 20px
}

.news_item {
    padding: 10px 0;
    border-bottom: 1px solid #707070
}

.news_item .news_dd a {
    text-decoration: underline
}

@media screen and (min-width: 1100px),
print {
    .news_in {
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between
    }

    .news .link_btn {
        margin: 50px 0 0
    }

    .news_left {
        display: block
    }

    .news_right {
        width: 740px;
        margin: 0
    }

    .news_item {
        display: flex;
        padding: 20px 0;
        font-weight: 400
    }

    .news_dt {
        margin-right: 30px
    }
}

.about {
    margin-top: 80px
}

.about_img {
    position: relative;
    padding: 0 20px;
    z-index: 1
}

.about_img img {
    width: 100%
}

.about_text {
    position: relative;
    background: linear-gradient(90deg, #E2D1B9 0%, #F3EEE7 100%);
    width: calc(100% - 40px);
    margin: -80px 0 0 auto;
    padding: 100px 20px 60px
}

.about_text_in {
    max-width: 1080px;
    margin: 0 auto
}

.about_text_left {
    position: relative
}

.about_text_left_p {
    font-size: 22px;
    margin-top: 30px
}

.about_text_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%
}

.about_text_right {
    margin-top: 30px
}

.about_text_right_p {
    line-height: 2.5;
    text-align: center
}

.about_text_aclass,
.about_text_company {
    width: 220px;
    margin: 10px auto 0
}

.about_text_links {
    margin-top: 30px
}

@media screen and (min-width: 1100px),
print {
    .about_text {
        padding-top: 140px
    }

    .about_text_in {
        display: flex;
        justify-content: space-between;
        transform: translateX(-20px)
    }

    .about_text_left {
        width: 500px
    }

    .about_text_left_p {
        font-size: 28px
    }

    .about_text_bg {
        top: -40px
    }

    .about_text_right {
        width: 460px
    }

    .about_text_right_p {
        text-align: left
    }

    .about_text_aclass {
        width: 190px
    }

    .about_text_company {
        width: 190px
    }

    .about_text_links {
        display: flex
    }
}

.property {
    padding-top: 80px;
    overflow: hidden
}

.property .sec_head {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto
}

.property_slider {
    background: #f0e9df;
    padding: 30px 0;
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    margin: 0 auto
}

.property_slide {
    display: block;
    width: 75%;
    max-width: 340px;
    aspect-ratio: 340/406;
    background: #fff
}

.property_slide_img {
    width: 100%;
    position: relative
}

.property_slide_img_p {
    position: absolute;
    top: 10px;
    left: 0;
    background: #776643;
    color: #fff;
    text-align: center;
    padding: 0 14px
}

.property_slide_text {
    padding: 10px 20px;
    position: relative;
    aspect-ratio: 340/120
}

.property_slide_p1 {
    font-weight: 400
}

.property_slide_p2 {
    font-size: 20px
}

.property_slide_arrow {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 39px;
    height: 39px
}

.property_btns {
    margin: 40px auto 0;
    padding: 0 20px;
    max-width: 1120px;
    display: flex;
    justify-content: space-between
}

.property_nav {
    display: flex;
    justify-content: space-between;
    width: 116px
}

.property_prev,
.property_next {
    display: grid;
    place-items: center;
    width: 53px;
    height: 53px;
    border: 1px solid #000;
    border-radius: 8px;
    background: #fff
}

.property_prev::after,
.property_next::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid #000;
    border-left: 3px solid #000
}

.property_prev::after {
    transform: rotate(-45deg);
    margin-right: -5px
}

.property_next::after {
    transform: rotate(135deg);
    margin-left: -5px
}

.property_link {
    width: 240px
}

.intermed {
    padding: 80px 0
}

.intermed .sec_head {
    padding: 0 20px;
    max-width: 1120px;
    margin: 0 auto
}

.intermed_in {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    background: #ebe0d0;
    padding: 30px
}

.intermed_li {
    position: relative
}

.intermed_img {
    width: 100%
}

.intermed_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.intermed .link_btn_w {
    width: 168px;
    position: absolute;
    bottom: 7%;
    right: 0;
    left: 0;
    margin: 0 auto
}

@media screen and (max-width: 750px),
print {
    .intermed .link_btn_w {
        bottom: 20px
    }
}

@media(min-width: 749px) {
    .intermed {
        padding: 120px 0
    }

    .intermed_in {
        margin-left: 0
    }

    .intermed_ul {
        display: flex;
        justify-content: space-between;
        max-width: 1080px;
        margin: 0 auto
    }

    .intermed_li {
        width: calc(33.333% - 6.66666px)
    }
}

.achieve {
    background: #fff;
    padding: 80px 0
}

.achieve .sec_head {
    text-align: center
}

.achieve_p {
    text-align: center;
    margin-top: 50px;
    padding: 0 20px
}

.achieve_img {
    width: 100%;
    height: 300px;
    margin-top: 50px
}

.achieve_img img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(min-width: 580px) {
    .achieve_img {
        height: auto
    }
}

.achieve .link_btn {
    width: 220px;
    margin: 30px auto 0
}

.recruit {
    background: url(/images/top/bg-2.webp) no-repeat center/cover;
    padding: 180px 0 210px;
    text-align: center;
    position: relative;
    margin-bottom: 60px
}

@media screen and (min-width: 1100px),
print {
    .recruit {
        padding: 180px 0
    }
}

.recruit_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.recruit_bg_1,
.recruit_bg_2,
.recruit_bg_3,
.recruit_bg_4 {
    position: absolute
}

.recruit_bg_1 {
    width: 180px;
    top: 30px;
    left: 0
}

.recruit_bg_2 {
    width: 120px;
    top: 30px;
    right: 0
}

.recruit_bg_3 {
    width: 120px;
    bottom: 30px;
    left: 0
}

.recruit_bg_4 {
    width: 180px;
    bottom: 30px;
    right: 0
}

@media(min-width: 1000px) {
    .recruit_bg_1 {
        width: 384px
    }

    .recruit_bg_2 {
        width: 250px;
        right: 30px
    }

    .recruit_bg_3 {
        width: 250px;
        left: 30px
    }

    .recruit_bg_4 {
        width: 384px
    }
}

.recruit .sec_head {
    position: relative
}

.recruit_p {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    line-height: 2.5
}

.recruit .link_btn {
    width: 180px;
    margin: 50px auto 0;
    position: relative
}

.fix_banner {
    position: fixed;
    right: 1%;
    bottom: 1%;
    width: 20%;
    z-index: 10;
    transition: .3s;
    opacity: 0;
    pointer-events: none
}

@media screen and (max-width: 750px),
print {
    .fix_banner {
        width: 30%
    }
}

.fix_banner.active {
    pointer-events: all;
    opacity: 1;
    display: block
}

.fix_banner.fix_bottom {
    bottom: 16%
}

@media screen and (max-width: 750px),
print {
    .fix_banner.fix_bottom {
        bottom: 1%
    }
}

.fix_banner:hover {
    opacity: .6
}

.fix_banner #close_btn {
    font-size: min(3.8svw, 20px);
    color: #000;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    paint-order: stroke;
    position: absolute;
    right: 1%;
    top: -17%;
    cursor: pointer
}

@media screen and (max-width: 750px),
print {
    .fix_banner #close_btn {
        top: -22%
    }
}

.modal_wrap input {
    display: none
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: opacity .5s, transform 0s .5s;
    transform: scale(0)
}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%
}

.modal_content {
    align-self: center;
    width: 60%;
    padding: 4em 4em 3em;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: .5s
}

@media screen and (max-width: 750px),
print {
    .modal_content {
        width: 80%;
        padding: 3em 2em 2em
    }
}

.modal_content p {
    padding-top: 0
}

.close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: min(4.2svw, 24px);
    cursor: pointer
}

.modal_wrap input:checked~.modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity .5s
}

.modal_wrap input:checked~.modal_overlay .modal_content {
    transform: translateY(20px)
}

.open_button {
    cursor: pointer;
    transition: all .3s;
    display: block;
    text-decoration: none
}

.open_button:active {
    transform: translateY(2px)
}

.open_button:after {
    font-family: "Font Awesome 5 Free";
    content: "";
    padding-left: 8px
}

.modal_title {
    font-size: min(4.2svw, 24px);
    padding-bottom: 1em;
    position: relative;
    line-height: 1.5
}

.modal_txt {
    font-size: min(3.2svw, 16px);
    line-height: 2
}

.form_txt {
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 60px
}

.form_txt .txt {
    font-size: min(3.2svw, 16px);
    line-height: 2;
    letter-spacing: .05em;
    font-weight: 400
}

.form_txt img {
    width: 50%;
    margin: 0 auto
}

@media screen and (max-width: 750px),
print {
    .form_txt img {
        width: 80%
    }
}

/*# sourceMappingURL=top.css.map */