@charset "UTF-8";

/*--------------------------------------------------

ent

--------------------------------------------------*/
.ent-body {
    background-color: #f5eee4;
    position: relative;
}

.ent-body::before {
    content: "";
    width: 220px;
    height: 180px;
    background: url(/images/ent/deco-l.png) no-repeat top left / contain;
    position: absolute;
    top: 0;
    left: -80px;
    pointer-events: none;
}

.ent-body::after {
    content: "";
    width: 229px;
    height: 180px;
    background: url(/images/ent/deco-r.png) no-repeat bottom right / contain;
    position: absolute;
    right: -80px;
    bottom: 0;
    pointer-events: none;
}

.ent {
    padding: 0;
}

.ent-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 75px;
    padding: 0 10px;
    background-color: #f5eee4;
    z-index: 1;
}

.ent-logo {
    width: 70px;
}

.ent-header_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 2px solid #398033;
    border-bottom: 2px solid #398033;
}

.ent-tel {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.ent-tel::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background: url(/images/ent/tel-icon.png) no-repeat center / contain;
    transform: translateY(3px);
}

.ent-tel::after {
    content: "";
    display: block;
    width: 215px;
    height: 12px;
    margin-top: 10px;
    background: url(/images/ent/txt.svg) no-repeat center left / contain;
}

.ent-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 220px;
    height: 65px;
    padding-left: 20px;
    border-radius: 10px;
    font-weight: 700;
    line-height: calc(20 / 16);
    position: relative;
}

.ent-btn_mail {
    background-color: #398033;
    color: #fff;
}

.ent-btn_mail::before {
    content: "";
    display: block;
    width: 24px;
    height: 17px;
    background: url(/images/ent/mail-icon.png) no-repeat center / contain;
}

.ent-btn_mail::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/images/ent/arrow-white.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.ent-btn_line {
    background-color: #f5da6e;
}

.ent-btn_line::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/images/ent/line-icon.png) no-repeat center / contain;
}

.ent-btn_line::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/images/ent/arrow-black.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.ent-info_item {
    margin-bottom: 15px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 1;
}

.ent-info_item_add {
    font-size: 15px;
    line-height: calc(22 / 15);
}

.ent-info_item .title {
    display: inline-block;
    width: 75px;
    height: 22px;
    margin-right: 5px;
    border-radius: 4px;
    background-color: #e0dbd5;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.ent-info_item_add .title {
    margin-bottom: 5px;
}

.ent-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.ent-link_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    overflow: hidden;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.ent-link_item_page-01 {
    background: url(/images/ent/page-01.jpg) no-repeat center / cover;
}

.ent-link_item_page-01 .large {
    width: 300px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    font-size: 28px;
    text-align: center;
}

.ent-link_item_page-01 .medium {
    margin-bottom: 15px;
    font-size: 26px;
}

.ent-link_item_page-01 .small {
    display: flex;
    gap: 10px;
    font-size: 20px;
}

.ent-link_item_page-01 .box {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background-color: #398033;
}

.ent-link_item_page-02 {
    background: url(/images/ent/page-02.jpg) no-repeat center / cover;
}

.ent-link_item_page-02 .text {
    font-size: 25px;
    line-height: calc(64 / 45);
    text-align: center;
    position: relative;
}

.ent-link_item_page-02 .text::before,
.ent-link_item_page-02 .text::after {
    content: "";
    width: 65px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
}

.ent-link_item_page-02 .text::before {
    position: absolute;
    top: 20px;
    left: -50px;
}

.ent-link_item_page-02 .text::after {
    position: absolute;
    bottom: 20px;
    right: -50px;
}



/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.h-logo {
    width: 70px;
}

.h-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.h-info {
    display: flex;
    gap: 20px;
}

.h-nav {
    margin-right: -30px;
}

.h-nav_list {
    display: flex;
}

.hd-nav_item .en,
.hd-nav_item .ja {
    margin: 0 30px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

.hd-nav_item:not(:last-child).hd-nav_item .en::after,
.hd-nav_item:not(:last-child).hd-nav_item .ja::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #8c8c8c;
    position: absolute;
    top: 0;
    right: -30px;
}


.hd-nav_item .en {
    margin-bottom: 3px;
    font-weight: 14px;
    color: #666666;
}

.hd-nav_item .ja {
    position: relative;
}

.hd-nav_item .current::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #336d11;
    position: absolute;
    left: 0;
    bottom: -5px;
}


/*-----------------------------------------------------------------------

    main-vis

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

.main-vis::before {
    content: "";
    width: 52.083vw;
    height: 550px;
    background-color: #ebebeb;
    position: absolute;
    top: -75px;
    left: 0;
}

.mv-title {
    font-weight: 700;
    position: absolute;
    top: 220px;
    left: 20px;
    z-index: 1;
}

.mv-title::before {
    content: "";
    width: 65px;
    height: 2px;
    background-color: #336d11;
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
    left: -40px;
}

.mv-title .en {
    margin-bottom: 10px;
    font-family: "Helvetica Narrow";
    font-size: 40px;
    letter-spacing: 0em;
    line-height: calc(95 / 88);
    color: #fff;
}

.mv-title .ja {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1;
}

.mv-title .ja .box {
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 20px;
    background-color: #242424;
    color: #fff;
}

.mv-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

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


/* sub-vis
-------------------*/
.sub-vis {
    height: 300px;
    position: relative;
}

.sub-vis::before {
    content: "";
    width: 52.083vw;
    height: 410px;
    background-color: #ebebeb;
    position: absolute;
    top: -75px;
    left: 0;
}

.sv-title {
    font-weight: 700;
    position: absolute;
    top: 170px;
    left: 20px;
    z-index: 1;
}

.sv-title::before {
    content: "";
    width: 65px;
    height: 2px;
    background-color: #336d11;
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
    left: -40px;
}

.sv-title .en {
    margin-bottom: 10px;
    font-family: "Helvetica Narrow";
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: calc(95 / 88);
    text-shadow: 3px 3px 8px rgba(36, 36, 36, 0.2);
    color: #fff;
    text-transform: uppercase;
}

.sv-title .ja {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1;
}

.sv-title .ja .box {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 20px;
    background-color: #242424;
    color: #fff;
}

.sv-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

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



/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.footer {
    padding: 50px 0 0;
    background-color: #cccccc;
}

.footer_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f-logo {
    width: 80px;
    height: 76px;
    margin: 0 auto 30px;
}

.f-add {
    margin-bottom: 25px;
}

.f-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #a6a6a6;
}

.f-nav {
    margin-bottom: 40px;
}

.f-nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 67px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.f-nav_item {
    display: flex;
    align-items: center;
    position: relative;
}

.f-nav_item .fix {
    width: 130px;
    height: 26px;
    background-color: #242424;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 26px;
}

.f-nav_item:first-child::after {
    content: "";
    width: 5px;
    height: 9px;
    background: url(/images/common/f-nav_arw_white.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.f-nav_item:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-right: 10px;
    background: url(/images/common/f-nav_arw.png) no-repeat center / contain;
}

.banner {
    width: 300px;
    height: 120px;
    margin-bottom: 20px;
    padding: 26px 15px;
    background: url(/images/common/banner_img.jpg) no-repeat right -50px center / contain;
    background-color: #fff;
    border: 1px solid #242424;
}

.banner_logo {
    width: 140px;
    margin-left: -2px;
    margin-bottom: 5px;
}

.banner_txt {
    width: 140px;
    height: 35px;
    background-color: #242424;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
}

.copyright {
    padding: 10px 0;
    font-size: 10px;
    letter-spacing: 0em;
    text-align: center;
}

/* *-----------------------------------------------------------------------

    main

----------------------------------------------------------------------- */

/*--------------------------------------------------

top

--------------------------------------------------*/

.top-lead_wrapper {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.top-lead_box {
    width: 100%;
    margin: -120px auto 0;
    padding: 30px 20px;
    background-color: rgba(36, 36, 36, 0.94);
    position: relative;
    z-index: 1;
}

.top-lead_title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: calc(50 / 36);
    color: #fff;
    white-space: nowrap;
}

.top-lead_item {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
    position: relative;
}

.top-lead_item:not(:last-child) {
    margin-bottom: 10px;
}

.top-lead_item::before {
    content: "";
    width: 10px;
    height: 22px;
    background: url(/images/top/lead_check.png) no-repeat center / contain;
    position: absolute;
    top: -5px;
    left: 0;
}

.top-lead_img {
    width: 100%;
    height: 380px;
    position: relative;
}

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


/*  top-about
--------------------------------------------------*/

.top-about {
    background-color: #242424;
    position: relative;
}

.top-lead-title {
    text-align: left;
    color: #fff;
}

.top-lead-title .en {
    opacity: 0.06;
}

.top-lead-title .ja {
    font-size: 18px;
}

.top-lead-title::after {
    margin-left: 0;
    margin-right: auto;
}

.top-about_txt {
    width: 100%;
    margin-bottom: 30px;
    color: #fff;
}

.top-about_img {
    max-width: 500px;
    margin: 30px auto 0;
    width: 100%;
}

.top-about_btn {
    width: 230px;
}

/*  top-works
--------------------------------------------------*/

.top-works {
    padding-bottom: 300px;
    background: url(/images/common/pattern.jpg);
}

.top-works_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.top-works_item {
    position: relative;
}


.top-works_img {
    width: 100%;
    height: 250px;
}

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

.top-works_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    margin: -60px auto 0px;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}

.top-works_content::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #242424;
    position: absolute;
    top: 5px;
    left: 5px;
    pointer-events: none;
}

.top-works_content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.top-works_content_title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
}

.top-works_box {
    margin-top: 20px;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
}

.top-works_txt {
    margin-top: 10px;
    text-align: left;
}

.top-works_btn {
    margin: 0 auto;
    color: #242424;
    border-bottom: 1px solid #242424;
}

.top-works_btn::before {
    opacity: 1;
}


/*  top-cases
--------------------------------------------------*/

.top-cases {
    margin-top: -270px;
    position: relative;
}

.top-cases::before {
    content: "";
    width: 100%;
    height: 250px;
    background-color: #ebebeb;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-cases_wrapper {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.top-cases_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: -120px auto 0;
    padding: 30px 20px;
    background-color: rgba(36, 36, 36, 0.94);
    position: relative;
    z-index: 1;
}

.top-cases_title {
    margin-bottom: 30px;
    color: #fff;
}

.top-cases_title .en {
    opacity: 0.06;
    letter-spacing: -0.03em;
}

.top-cases_img {
    width: 100%;
    height: 250px;
}

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


/*  top-link
--------------------------------------------------*/

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

.top-link_box {
    width: 100%;
    height: 220px;
    position: relative;
}

.top-link_box::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.top-link_title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 1;
}

.top-link_title .en {
    margin-left: -5px;
    font-size: 50px;
    color: #fff;
    opacity: 0.1;
    letter-spacing: 0.02em;
    line-height: 1;
}

.top-link_title .ja {
    margin-top: -20px;
}

.top-link_img {
    width: 100%;
    height: 100%;
}

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

.top-link_btn {
    padding-right: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.top-link_btn::after {
    content: "";
    width: 58px;
    height: 40px;
    background: url(/images/top/top-link_arw.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/*  top-news
--------------------------------------------------*/

.top-news {
    padding-top: 0;
}

.top-news_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.top-news_box {
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px 20px 30px;
    background-color: #242424;
}

.top-news-title {
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
}

.top-news-title .en {
    margin-left: -5px;
    color: #fff;
    opacity: 0.06;
    letter-spacing: -0.03em;
}

.top-news-title .ja {
    margin-top: -15px;
}

.top-news-title::after {
    content: none;
}

.top-news_btn {
    width: 135px;
    height: 30px;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #336d11;
    position: relative;
}

.top-news_btn::after {
    content: "";
    width: 65px;
    height: 50px;
    background: url(/images/top/top-news_arw.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    top: -10px;
}

.top-news_list {
    width: 100%;
}

.top_post_empty {
    width: 100%;
}

.top-news_content {
    width: 100%;
}

.top-news_tag_list {
    width: 100%;
}

/*--------------------------------------------------

about

--------------------------------------------------*/

.about-lead {
    padding-bottom: 0;
}

.about-lead_wrapper {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.about-lead_box {
    width: 100%;
    margin: -120px auto 0;
    padding: 30px 20px;
    background-color: #242424;
    opacity: 0.96;
    position: relative;
    z-index: 1;
}

.about-lead_box_title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: calc(50 / 36);
    letter-spacing: 0.08em;
    color: #fff;
}

.about-lead_box_txt {
    letter-spacing: 0.08em;
    color: #fff;
}

.about-lead_img {
    width: 100%;
    height: 380px;
}

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


/*  feature
--------------------------------------------------*/

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

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

.feature_img {
    width: 100%;
    position: relative;
}

.feature_img::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #242424;
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 1;
    pointer-events: none;
}

.feature_item_content {
    width: 100%;
    padding-top: 20px;
}

.feature_item_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #242424;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
}

.feature_item_title .color {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #336d11;
}

.feature_item_title .size {
    font-size: 20px;
}


/*  greeting
--------------------------------------------------*/

.greeting {
    width: 100%;
    margin-bottom: 50px;
    background-color: #ebebeb;
}

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

.greeting_content {
    width: 100%;
    margin-bottom: 10px;
}

.greeting_name {
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #242424;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
}

.greeting_name .color {
    margin-right: 10px;
    font-size: 18px;
    color: #336d11;
}

/*--------------------------------------------------

works

--------------------------------------------------*/

.works_container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin-bottom: 50px;
}

.works_content {
    width: 100%;
    margin-bottom: 10px;
}

.works_content_title {
    margin-bottom: 10px;
    padding: 10px 25px;
    background-color: #242424;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #fff;
}

.works_example {
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 10px;
    background-color: #242424;
    text-align: center;
}

.works_lead {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.08em;
    position: relative;
}

.works_lead::before,
.works_lead::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
}

.works_lead::before {
    transform: rotate(60deg);
    top: 35px;
    left: -30px;
}

.works_lead::after {
    transform: rotate(-60deg);
    top: 35px;
    right: -30px;
}

.works_lead .box {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #336d11;
    line-height: 1;
}

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

.works_item_img {
    width: 132px;
    height: 132px;
    margin-bottom: 10px;
}

.works_item_txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
}

.works_example_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.works_box {
    width: 100%;
}

.works_box_img {
    margin-bottom: 10px;
}

.works_box_title {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid #336d11;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #242424;
}

/*  area
--------------------------------------------------*/

.area {
    background-color: #ebebeb;
}

.area_wrapper {
    position: relative;
}

.area-title {
    text-align: left;
}

.area-title::after {
    margin-left: 0;
    margin-right: auto;
}

.area_img {
    max-width: 450px;
    margin: 20px auto 0;
    position: relative;
}

/*  cases
--------------------------------------------------*/

/* .cases {
    padding: 180px 0 150px;
} */

.cases_wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.cases_box {
    width: 90%;
    margin: -100px auto 0;
    padding: 30px 0 40px;
    background-color: rgba(36, 36, 36, 0.94);
    position: relative;
    z-index: 1;
}

.cases-title {
    margin-bottom: 30px;
}

.cases-title .en {
    letter-spacing: -0.03em;
    color: #fff;
    opacity: 0.06;
}

.cases-title .ja {
    color: #fff;
}

.cases_img {
    width: 100%;
    height: 250px;
    position: relative;
}

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

.cases-btn {
    margin: 0 auto;
}


/*--------------------------------------------------

flow

--------------------------------------------------*/

.flow_item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #ebebeb
}

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

.flow_icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}

.flow_container {
    padding-top: 10px;
}

.flow_item_title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
}

.flow_item_title .color {
    margin-right: 10px;
    color: #336d11;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.flow_item_title .size {
    font-size: 22px;
}

.flow_item_txt {
    letter-spacing: 0.06em;
}


/*--------------------------------------------------

company

--------------------------------------------------*/

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

.map iframe {
    border: none;
}





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