@charset "UTF-8";


/*
    header
---------------------*/
.header {
    width: 100%;
    min-height: 75px;
    padding: 10px;
}

.h-title {
    width: calc(100% - 50px);
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.05em;
}

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

.h-logo {
    display: inline-block;
    width: 180px;
}

.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: 450px;
    position: relative;
    overflow: hidden;
}

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

.mv-title .txt {
    display: inline-block;
    margin-left: 15px;
    padding: 20px 15px;
    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: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

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

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

/*
    side-btn
---------------------*/
.side-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 200px;
    background-color: #1e7446;
    position: fixed;
    right: 0;
    bottom: 30px;
    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: 14px;
    font-weight: 700;
    color: #fff;
}

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

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

.top-news_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 330px;
}

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

.top-news_title {
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.top-news_list {
    width: 100%;
    margin-bottom: 50px;
}

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

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

.top-about_wrapper {
    position: relative;
}

.top-about_title {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.6;
}

.top-about_wrap {
    position: relative;
}

.top-about_img {
    margin-top: 40px;
    overflow: hidden;
}

.top-about_sub-img {
    width: 140px;
    position: absolute;
    top: -190px;
    right: 0px;
    overflow: hidden;
}

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

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

.top-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

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

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

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

.top-service_txt {
    margin-bottom: 50px;
    text-align: left;
}

.top-service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 20px;
    margin-bottom: 50px;
}

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

.top-service_item_txt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

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

/*
    top-link
---------------------*/
.top-link {
    display: flex;
    flex-direction: column;
    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: 100%;
    height: 250px;
}

.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: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    writing-mode: vertical-rl;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

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

.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 50px;
}

.inc-contact_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: calc(100% - 40px);
    height: 280px;
    margin: 0 auto;
    background: url(/images/inc-contact/illust.png) no-repeat left bottom / 70%;
    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 {
    font-size: 24px;
    letter-spacing: 0em;
    color: #fff;
}

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

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

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

.inc-contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 45px;
    margin: 0 auto 15px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
}

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

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

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

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

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

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

.f_wrap {
    display: flex;
    justify-content: center;
}

.f_logo {
    width: 200px;
    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;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.f_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 50px;
    margin-bottom: 30px;
    border: 1px solid #191919;
    font-size: 16px;
}

.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: 20px;
    font-size: 24px;
}

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

.f_sns {
    width: 30px;
}

.copyright {
    font-size: 10px;
    line-height: 1;
    text-align: center;
}

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

.reason_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
}

.reason_item {
    width: 100%;
}

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

.reason_item_img {
    width: 150px;
    height: 120px;
}

.reason_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

.reason_item_lead {
    height: 220px;
    margin-left: 60px;
    writing-mode: vertical-rl;
    font-size: 22px;
    line-height: 1.4;
    position: relative;
}

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

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

.faq_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.faq_list {
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
}

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

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

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

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

.faq_item_txt {
    font-size: 14px;
}

.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;
    flex-direction: column;
    justify-content: space-between;
}

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

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

.service_item_txt {
    width: 100%;
    margin-bottom: 20px;
}

.service_item_img {
    width: 335px;
    height: 241px;
    margin: 0 auto;
}

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

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

.flow_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

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

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

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

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

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

.flow_item_txt {
    font-size: 14px;
    position: relative;
}

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

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

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

.works_item {
    width: calc(50% - 10px);
}

.works_item_img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
    overflow: hidden;
}

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

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

.works_item_title {
    font-size: 16px;
    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: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

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

.works-detail_item_img-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}

.works-detail_item_img {
    width: 335px;
    height: 335px;
    aspect-ratio: 1 / 1;
}

.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: 18px;
    line-height: 1;
    margin-top: 10px;
}

.works-detail_item_img:nth-child(2)::after {
    content: "After";
    display: block;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1;
}


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

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

.works-detail_item_img_item {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 1 / 1;
}

.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 / contain;
}

.greeting_title {
    margin-bottom: 40px;
}

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

.greeting_content {
    margin-bottom: 20px;
}

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

.greeting_img {
    width: 335px;
    height: 514px;
    margin: 0 auto;
}

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

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

.info_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

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

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

.contact-lead_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    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: 24px;
    line-height: 1;
    color: #fff;
}

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

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

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