@charset "UTF-8";

/*
    header
---------------------*/
.header {
    width: 100%;
    height: 130px;
    padding: 15px 50px 0;
}

.h-title {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.h-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-logo {
    display: inline-block;
}

.h-content {
    display: flex;
    align-items: center;
    line-height: 1;
}

.h-nav_list {
    display: flex;
    align-items: center;
    gap: 25px;
    height: 30px;
    margin-right: 30px;
    padding-right: 25px;
    border-right: 1px solid #cecece;
}

.h-tel {
    font-size: 24px;
}

.h-tel .small {
    font-size: 16px;
}


/*
    main-vis
---------------------*/
.main-vis {
    width: 100%;
    height: 786px;
    position: relative;
    overflow: hidden;
}

.mv-title {
    height: 500px;
    writing-mode: vertical-rl;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    position: absolute;
    top: 145px;
    right: 100px;
    z-index: 1;
}

.mv-title .txt {
    display: inline-block;
    margin-left: 20px;
    padding: 30px 25px;
    background-color: #fff;
}

@media screen and (min-width: 1510px) {
    .mv-title {
        right: calc(50% - 655px);
    }
}

.main-vis_img {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.main-vis_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
    sub-vis
---------------------*/
.sub-vis {
    padding-top: 50px;
}

.sub-vis_wrap {
    width: 1280px;
    margin: 0 auto;
}

@media screen and (max-width: 1380px) {
    .sub-vis_wrap {
        width: 93%;
        margin: 0 auto;
    }
}

.sub-vis_title {
    margin-bottom: 20px;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.sub-vis_img {
    width: 100%;
    height: 450px;
}

.sub-vis_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
    side-btn
---------------------*/
.side-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 300px;
    background-color: #1e7446;
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 1;
}

.side-btn::before,
.side-btn::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
}

.side-btn::before {
    top: 5px;
}

.side-btn::after {
    bottom: 5px;
}

.side-btn .txt {
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.side-btn .txt::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 18px;
    margin-bottom: 15px;
    background: url(/images/common/mail-icon.png) no-repeat center / contain;
}


/*
    top-news
---------------------*/
.top-news {
    padding-bottom: 110px;
}

.top-news_wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 330px;
}

.top-post_empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 750px;
}

.top-news_title {
    display: flex;
    align-items: center;
    width: 140px;
    writing-mode: vertical-rl;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.top-news_list {
    width: 750px;
}

.top-news_list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.top-news_btn {
    position: absolute;
    left: 0;
    bottom: 0;
}


/*
    top-about
---------------------*/
.top-about {
    padding: 130px 0 0;
    background: url(/images/common/cmn_bg-deco.png) no-repeat right 0 bottom 625px;
}

.top-about_wrapper {
    position: relative;
}

.top-about_title {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1.8;
}

.top-about_wrap {
    padding-left: 620px;
    margin-left: auto;
    position: relative;
}

.top-about_img {
    position: absolute;
    left: calc(50% - 730px);
    bottom: 0;
    overflow: hidden;
}

.top-about_sub-img {
    position: absolute;
    top: -125px;
    right: -70px;
    overflow: hidden;
}

.top-about_btn {
    margin-top: 70px;
}

.top-video {
    width: 1080px;
    height: 608px;
    margin-top: 190px;
}

.top-video iframe {
    width: 100%;
    height: 100%;
}


/*
    top-service
---------------------*/
.top-service {
    margin-top: -345px;
    padding-top: 540px;
    padding-bottom: 175px;
    background: url(/images/common/cmn_bg-tree.png) no-repeat left bottom;
    background-color: #eef5f1;
    text-align: center;
}

.top-service_lead {
    margin-bottom: 55px;
    font-size: 30px;
    text-align: center;
}

.top-service_txt {
    margin-bottom: 70px;
    text-align: center
}

.top-service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 65px 60px;
    margin-bottom: 70px;
}

.top-service_item_img {
    margin-bottom: 25px;
    overflow: hidden;
}

.top-service_item_txt {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
}

.top-service_item_txt .small {
    font-size: 18px;
}


/*
    top-link
---------------------*/
.top-link {
    display: flex;
    gap: 8px;
    padding: 0 20px;
    background: linear-gradient(180deg, #eef5f1 0%, #eef5f1 50%, #fff 50%, #fff 100%);
}

.top-link_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 600px;
}

.top-link_item_faq {
    background: url(/images/top/top-link_faq.jpg) no-repeat center / cover;
}

.top-link_item_flow {
    background: url(/images/top/top-link_flow.jpg) no-repeat center / cover;
}

.top-link_item .txt {
    padding: 30px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    writing-mode: vertical-rl;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

/*
    top-works
---------------------*/
.top-works {
    padding-bottom: 140px;
    background: url(/images/common/cmn_bg-deco.png) no-repeat top 35px right;
}

.top-works_wrapper {
    position: relative;
}

.top-works_btn {
    position: absolute;
    top: 0;
    right: 0;
}

/*
    inc-contact
---------------------*/
.inc-contact {
    padding: 80px 0;
}

.inc-contact--top {
    padding: 0 0 155px;
}

.inc-contact_box {
    display: flex;
    align-items: center;
    width: 1080px;
    height: 420px;
    margin: 0 auto;
    padding-left: 250px;
    background: url(/images/inc-contact/illust.png) no-repeat left bottom;
    background-color: #1e7446;
    position: relative;
}

.inc-contact_box::before,
.inc-contact_box::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
}

.inc-contact_box::before {
    left: 8px;
}

.inc-contact_box::after {
    right: 8px;
}

.inc-contact_title {
    margin-right: 215px;
    writing-mode: vertical-rl;
    font-size: 40px;
    letter-spacing: 0em;
    color: #fff;
}

.inc-contact_wrap {
    text-align: center;
}

.inc-contact_tel {
    margin-bottom: 30px;
    font-size: 40px;
    color: #fff;
}

.inc-contact_tel .small {
    font-size: 30px;
}

.inc-contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 390px;
    height: 70px;
    margin-bottom: 40px;
    border: 1px solid #fff;
    font-size: 24px;
    color: #fff;
}

.inc-contact_btn::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 15px;
    margin-right: 30px;
    background: url(/images/inc-contact/mail-icon.png) no-repeat center / contain;
}

.inc-contact_note {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

/*
    map
---------------------*/
.map {
    width: 100%;
    height: 440px;
}

.map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    border: none;
}


/*
    footer
---------------------*/
.footer {
    padding: 150px 0 140px;
}

.f_wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.f_logo {
    margin-bottom: 60px;
}

.f-nav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 35px;
    width: 590px;
}

.f-nav_item {
    line-height: 1;
    position: relative;
}

.f-nav_item::after {
    content: "|";
    position: absolute;
    top: 0;
    right: -20px;
}

.f-nav_item:nth-child(5)::after,
.f-nav_item:last-child::after {
    content: none;
}

.f_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.f_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    margin-bottom: 40px;
    border: 1px solid #191919;
    font-size: 20px;
}

.f_btn::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-left: 15px;
    background: url(/images/common/arw.png) no-repeat center / contain;
    transform: translateY(1px);
}

.f_tel {
    margin-bottom: 55px;
    font-size: 26px;
}

.f_tel .small {
    font-size: 20px;
}

.copyright {
    font-size: 14px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*
    about
---------------------*/
.reason {
    background: url(/images/common/cmn_bg-deco.png) no-repeat right bottom;
}

.reason_list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.reason_item {
    width: 500px;
}

.reason_item_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.reason_item_lead {
    height: 260px;
    margin-left: 75px;
    writing-mode: vertical-rl;
    font-size: 26px;
    line-height: 1.4;
    position: relative;
}

.reason_item_lead .txt:nth-child(2) {
    font-size: 32px;
    position: absolute;
    bottom: 0;
}

.faq {
    background: url(/images/common/cmn_bg-tree.png) no-repeat left bottom;
    background-color: #eef5f1;
}

.faq_wrapper {
    display: flex;
    justify-content: space-between;
}

.faq_list {
    width: 925px;
    padding: 40px 30px;
    background-color: #fff;
}

.faq_item {
    padding: 40px 30px;
    border-bottom: 1px solid #cecece;
}

.faq_item:first-child {
    border-top: 1px solid #cecece;
}

.faq_item_title {
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
}

.faq_item_title::before {
    content: "Q";
    font-size: 28px;
    color: #1e7446;
    position: absolute;
    top: -10px;
    left: -30px;
}

.faq_item_txt {
    font-size: 16px;
}

.faq_post_empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 925px;
    height: 300px;
    background-color: #fff;
}

/*
    service
---------------------*/
.service {
    background: url(/images/common/cmn_bg-deco.png) no-repeat right bottom;
}

.service_item {
    display: flex;
    justify-content: space-between;
}

.service_item:not(:last-child) {
    margin-bottom: 50px;
}

.service_item_title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.service_item_txt {
    width: 540px;
}

.flow {
    background: url(/images/common/cmn_bg-tree.png) no-repeat left bottom;
    background-color: #eef5f1;
}

.flow_wrapper {
    display: flex;
    justify-content: space-between;
}

.flow_list {
    width: 925px;
    padding: 40px 30px;
    background-color: #fff;
}

.flow_item {
    padding-left: 40px;
    counter-increment: number;
}

.flow_item:not(:last-child) {
    margin-bottom: 55px;
}

.flow_item_title {
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
}

.flow_item_title::before {
    content: counter(number, decimal-leading-zero);
    font-size: 28px;
    color: #1e7446;
    position: absolute;
    top: -8px;
    left: -45px;
}

.flow_item_txt {
    font-size: 16px;
    white-space: nowrap;
    position: relative;
}

.flow_item:not(:last-child) .flow_item_txt::before {
    content: "";
    width: 1px;
    height: calc(100% + 20px);
    background-color: #cecece;
    position: absolute;
    top: 7px;
    left: -30px;
}

/*
    works
---------------------*/
.works {
    background: url(/images/common/cmn_bg-deco.png) no-repeat right bottom;
}

.works_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
}

.works_item {
    width: 320px;
}

.works_item_img {
    width: 320px;
    height: 320px;
    margin-bottom: 25px;
    overflow: hidden;
}

.works_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works_item_time {
    margin-bottom: 10px;
    line-height: 1;
    color: #7d7d7d;
}

.works_item_title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.works-detail_title {
    margin-bottom: 30px;
}

.works-detail_item_title {
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.works-detail_item_time {
    display: block;
    margin-bottom: 25px;
    font-weight: 400;
    color: #7d7d7d;
    text-align: right;
}

.works-detail_item_img-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.works-detail_item_img {
    width: 520px;
    height: 520px;
}

.works-detail_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-detail_item_img:nth-child(1)::after {
    content: "Before";
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
}

.works-detail_item_img:nth-child(2)::after {
    content: "After";
    display: block;
    font-size: 24px;
    margin-top: 15px;
    line-height: 1;
    text-align: right;
}


.works-detail_item_txt {
    margin-bottom: 40px;
    padding: 0 40px;
}

.works-detail_item_img_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
}

.works-detail_item_img_item {
    width: 520px;
    height: 520px;
}

.works-detail_item_img_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
    company
---------------------*/
.greeting {
    background: url(/images/common/cmn_bg-deco.png) no-repeat right bottom;
}

.greeting_title {
    margin-bottom: 40px;
}

.greeting_wrap {
    display: flex;
    justify-content: space-between;
}

.greeting_name {
    margin-bottom: 35px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.info {
    background: url(/images/common/cmn_bg-tree.png) no-repeat left bottom;
    background-color: #eef5f1;
}

.info_wrapper {
    display: flex;
    justify-content: space-between;
}

/*
    contact
---------------------*/
.contact-lead {
    padding-bottom: 0;
}

.contact-lead_txt {
    margin-bottom: 60px;
}

.contact-lead_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 700px;
    height: 250px;
    margin: 0 auto;
    background: url(/images/inc-contact/illust.png) no-repeat left bottom;
    background-size: 50%;
    background-color: #1e7446;
    position: relative;
}

.contact-lead_box::before,
.contact-lead_box::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
}

.contact-lead_box::before {
    left: 8px;
}

.contact-lead_box::after {
    right: 8px;
}

.contact-lead_box_tel {
    display: block;
    height: auto;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1;
    color: #fff;
}

.contact-lead_box_tel .small {
    font-size: 30px;
}

.contact-lead_box_note {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}



/*# sourceMappingURL=style.css.map */