@charset "UTF-8";

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

   事業紹介

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

/*========== 扉ページ ==========*/
.page_title {
    background-image: url('../../images/business/title_bg.jpg');
    background-position: center;
}
.business_block {
    margin: auto;
    width: var(--basic-sp-width);
    max-width: 1400px;
    position: relative;
    z-index: 1;
}
.business_top_fig {
    margin-right: calc(50% - 50vw);
}
.top_figure {
    width: 685px;
    height: 500px;
}

@media screen and (min-width: 768px) {
    .top_figure {
        width: 986px;
        height: 720px;
    }
}

@media screen and (min-width: 1401px) {
    .top_figure {
        width: 1400px;
        height: 1022px;
    }
}

/*========== 製造ソリューション ==========*/
.main.common.solution .main_inner {
    padding-bottom: 0;
}
.business_table {
    margin-top: 30px;
    position: relative;
    margin-right: calc(50% - 50vw);
}
.business_table table {
    width: 100%;
    white-space: nowrap;
}
.figure {
    width: 995px;
    height: 500px;
}
.heading {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49px;
    height: 430px;
    background-image: url(../../images/business/solution_fig_heading.png);
    background-repeat: no-repeat;
    background-size: 49px 430px;
}
.solution_block {
    margin-top: 60px;
    margin-right: calc(50% - 50vw);
    margin-left: -30px;
    margin-bottom: 0;
    padding-top: 60px;
    padding-right: calc(50vw - 50%);
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    background-color: #e7f3fa;
}
.solution_block_inner {
    margin: auto;
    width: var(--basic-sp-width);
    max-width: 1400px;
    position: relative;
}
.solution_catch {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.solution_catch_item {
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--primary-color);
}
.solution_catch_item::before {
    content: '●';
}
.solution_point_wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.solution_point_heading {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    text-indent: -1em;
    padding-left: 1em;
}
.solution_point_heading::before {
    content: '■';
    color: var(--primary-color);
}
.solution_point_list_item {
    font-size: 1.6rem;
    margin-bottom: 1em;
}
.solution_point_list_item:last-of-type {
    margin-bottom: 0;
}
.solution_point_list_item::before {
    content: '●';
    color: var(--primary-color);
}
.solution_point_list_detail {
    font-size: 1.4rem;
    line-height: 2em;
    margin-left: 1em;
}
.trademark_table {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.trademark_table_logo {
    text-align: center;
}
.trademark_table_logo:nth-of-type(1) img {
    width: 158px;
}
.trademark_table_logo:nth-of-type(2) img {
    width: 50px;
}
.trademark_table_logo:nth-of-type(3) img {
    width: 163px;
}
.trademark_table_logo:nth-of-type(4) img {
    width: 50px;
}
.trademark_table_num {
    text-align: center;
    margin-bottom: 20px;
}
.solution_point_list {
    margin-bottom: 1em;
}
.solution_point_item {
    margin-left: 1em;
}
.solution_point_item::before {
    content: '●';
    color: var(--primary-color);
}
.point_pic {
    text-align: center;
}
.point_pic img {
    max-width: 270px;
}

@media screen and (min-width: 768px) {
    .figure {
        width: 1433px;
        height: 720px;
    }
    .heading {
        width: 70px;
        height: 618px;
        background-size: 70px 618px;
        bottom: 16px;
    }
    .solution_block {
        margin-top: 90px;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .solution_catch {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
    .solution_catch_item {
        font-size: 1.8rem;
    }
    .solution_point_heading {
        font-size: 1.8rem;
    }
    .solution_point_list_detail {
        font-size: 1.6rem;
    }
    .trademark_table {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px 0;
    }
    .trademark_table_logo {
        width: 60%;
    }
    .trademark_table_num {
        width: 40%;
        margin-bottom: 0;
        text-align: left;
    }
    .solution_point_wrap {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px 30px;
    }
    .solution_point_unit {
        width: calc(50% - 15px);
    }
}

@media screen and (min-width: 1161px) {
    .business_table {
        margin-top: 50px;
    }
    .figure {
        width: 2555px;
        height: 1284px;
    }
    .heading {
        width: 125px;
        height: 1098px;
        background-size: 125px 1098px;
    }
    .solution_block {
        margin-top: 130px;
    }
    .solution_catch {
        margin-top: 50px;
        gap: 36px;
    }
    .solution_catch_item {
        font-size: 3.2rem;
    }
    .solution_point_wrap {
        margin-top: 70px;
        gap: 80px 30px;
    }
    .solution_point_heading {
        font-size: 2.2rem;
    }
    .solution_point_list_item, 
    .solution_point_item {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1361px) {
    .solution_point_wrap {
        gap: 0;
    }
    .solution_point_unit:nth-of-type(1) {
        width: 23%;
    }
    .solution_point_unit:nth-of-type(2) {
        width: 28%;
    }
    .solution_point_unit:nth-of-type(3) {
        width: calc(49% - 270px);
    }
    .solution_point_unit:nth-of-type(4) {
        width: 270px;
    }
}
