@charset "UTF-8";

.business_top {
    width: 100%;
    max-width: 1280px;
    padding: 80px 40px 0;
    margin: auto;
    position: relative;
    z-index: 1;
}


.business_top .txt {
    font-size: 16px;
}

.business_top .business_icon {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.business_top .business_icon li {
    width: 88px;
    margin: auto 10px;
}


.business_content01 {
    margin-top: 120px;
    padding-top: 120px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.business_content01.last {
    padding-bottom: 120px;
}

.business_content01 .inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.business_content01 .common_ttl01 {
    flex-direction: column;
    margin-bottom: 1em;
}

.business_content01 .common_ttl01 .en {
    margin-top: auto;
    padding-top: 0;
}

.business_content02 {
    padding: 120px 0;
    position: relative;
    z-index: 2;
    background: #F6F6F6;
}

.business_content02 .inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: auto;
}

.business_txt01 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

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

.business_box01 {
    width: 47.5%;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #246BA2;
}

.business_box01 h4 {
    margin-bottom: 30px;
}

.business_box01 p {
    margin-bottom: auto;
}

.business_box02 {
    width: 47.5%;
    border-radius: 12px;
    background: #F6F6F6;
    position: relative;
    overflow: hidden;
}

.business_box02 .box_inner {
    padding: 30px;
}

.business_box02 .common_ttl03 {
    margin-bottom: 30px;
}

.business_box02 .common_txt01 {
    margin-bottom: auto;
}

.business_box02 h4 {
    background: #246BA2;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
}

.business_box02 .business_tbl {
    margin: 20px auto;
}

.business_box03 {
    width: 50%;
    background: #F6F6F6;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    order: 1;
}

.business_box03 h5 {
    display: flex;
    flex-direction: column;
}

.business_box03 h5 .en {
    color: #246BA1;
    font-size: 16px;
}

.business_box03 h5 .jp {
    font-size: 24px;
    font-weight: bold;
}

.business_box04 {
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    order: 2;
}

.business_box04 a {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}

.business_box04 a img {
    width: 100%;
    height: 100%;
    max-width: none;
    transform: scale(1);
    transition: .3s;
    object-fit: cover;
}

.business_box04 a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    border: 1px solid #246BA1;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    transition: .5s;
}

.business_box04 a .icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.business_box04 a .icon::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.business_box04 a:hover img {
    transform: scale(1.1);
}

.business_box04 a:hover .icon {
    background: #fff;
}

.business_box04 a:hover .icon::before {
    left: calc(150% - 8px);
}

.business_box04 a:hover .icon::after {
    background-image: url(../../assets/img/common/ico_arrow.svg);
    left: calc(50% - 8px);
}

.business_box05 {
    width: 47.5%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.business_box05 .common_ttl03 {
    margin-bottom: 20px;
}

.business_tbl01 {
    width: 47.5%;
}

.business_tbl01 table {
    width: 100%;
    border: 1px solid #BCBBBB;
    border-collapse: collapse;
    background: #fff;
}

.business_tbl01 table th {
    width: 50%;
    border: 1px solid #BCBBBB;
    padding: 3px;
    text-align: center;
}

.business_tbl01 table td {
    width: 50%;
    border: 1px solid #BCBBBB;
    padding: 3px;
    text-align: center;
}

.business_tbl01 table thead th {
    background: #E8F4FC;
}


.business_img01 {
    margin-bottom: 50px;
    border-radius: 15px;
    box-shadow: 6px 6px 6px rgba(16, 16, 16, 0.1);
}

.business_img02 {
    width: 260px;
    margin: auto auto 50px;
}

.business_img03 {
    width: 210px;
    margin: auto;
}

.business_img04 {
    width: 548px;
    margin: 20px auto 80px;
}

.business_img05 {
    width: 264px;
    margin: 20px auto 80px;
}

.business_factory {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 60px auto 40px;
}

.business_factory h4 {
    width: 26%;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-top: 1px solid #29ABE2;
    border-bottom: 1px dashed #707070;
}

.business_factory h4 .icon {
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}

.business_factory .factory_list {
    width: 74%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px dashed #707070;
    border-bottom: 1px dashed #707070;
}

.business_factory .factory_list li {
    width: 50%;
    padding: 20px 40px;
    border-bottom: 1px dashed #707070;
}

.business_factory .factory_list li.bottom {
    border: none;
}

.business_factory .factory_list li h5 {
    font-size: 16px;
    font-weight: bold;
}

.business_factory .factory_list li p {
    font-size: 16px;
    margin-top: 10px;
}

.business_factory .factory_list li p .googlemap {
    color: #246BA1;
    font-size: 16px;
    text-decoration: underline;
}

.business_factory .factory_list li p .googlemap:hover {

    text-decoration: none;
}

.business_factory .factory_list li p .googlemap .icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_map.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 5px;
}

.business_btn01 {
    width: 360px;
    margin-right: 0;
    margin-left: auto;
}

.business_btn01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    height: calc(100% - 20px);
    background: #29ABE2;
}

.business_btn01 a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.business_btn01 a .icon::before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.business_btn01 a .icon::after {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../../assets/img/common/ico_arrow_b.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.business_btn01 a:hover {
    color: #fff;
    background: #246BA1;
}

.business_btn01 a:hover .icon {
    background: #fff;
}

.business_btn01 a:hover .icon::before {
    left: calc(150% - 8px);
}

.business_btn01 a:hover .icon::after {
    background-image: url(../../assets/img/common/ico_arrow.svg);
    left: calc(50% - 8px);
}

.business_list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.business_list01>li {
    width: 32%;
    margin-bottom: 20px;
}

.business_list01>li p {
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid rgba(36, 107, 162, 30%);
}

.business_list01>li ul {
    margin: 20px 10px auto;
}

.business_list01>li ul li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0 5px 30px;
}

.business_list01>li li::before {
    content: '●';
    color: #29ABE2;
    font-size: 30%;
    position: absolute;
    top: 6px;
    left: 15px;
}


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

.business_list02 li {
    width: 47.5%;
    border-bottom: 1px dashed #BCBBBB;
}

.business_list02 li.top {
    border-top: 1px dashed #BCBBBB;
}

.business_list02 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
}

.business_list02 li a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.business_list02 li a .icon::before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.business_list02 li a .icon::after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../../assets/img/common/ico_arrow_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: calc(-50% - 8px);
    top: calc(50% - 8px);
    transition: .5s;
}

.business_list02 li a:hover {
    color: #246BA1;
    background: #F6F6F6;
}

.business_list02 li a:hover .icon::before {
    left: calc(150% - 8px);
}

.business_list02 li a:hover .icon::after {
    left: calc(50% - 8px);
}

.business_list03 {
    display: flex;
    justify-content: flex-start;
    margin: 20px auto 40px;
}

.business_list03 li {
    width: 18%;
    color: #246BA1;
    font-size: 14px;
    font-weight: bold;
    margin-right: 1%;
    border: 1px solid #246BA1;
    padding: 0 20px;
    border-radius: 20px;
    text-align: center;
}

.business_list04 {
    display: flex;
    justify-content: flex-start;
    margin: 20px auto 40px;
}

.business_list04 li {
    width: 18.6%;
    margin-left: 1.75%;
}

.business_list04 li:nth-child(5n+1) {
    margin-left: 0;
}

.business_list04 li .img {
    border: 1px solid #BCBBBB;
    margin-bottom: 15px;
}

.business_list04 li p {
    font-size: 16px;
    font-weight: bold;
}


.business_list05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.business_list05>li {
    width: 47.5%;
    margin-bottom: 20px;
}

.business_list05>li p {
    background: #fff;
    text-align: center;
    color: #246BA1;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #246BA1;
}

.business_list05>li h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 1em 1em auto;
}

.business_list05>li ul {
    margin: 10px 10px auto;
}

.business_list05>li ul li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0 5px 30px;
}

.business_list05>li li::before {
    content: '●';
    color: #29ABE2;
    font-size: 30%;
    position: absolute;
    top: 6px;
    left: 15px;
}


.business_record {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-bottom: 1px dashed #707070;
}

.business_record::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 28%;
    top: 0;
    left: 0;
    border-top: 1px solid #29ABE2;
}

.business_record::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 72%;
    top: 0;
    right: 0;
    border-top: 1px dashed #707070;
}

.business_record h4 {
    width: 28%;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

.business_record h4 .icon {
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}

.record_list {
    width: 36%;
}

.record_list li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0 5px 30px;
}

.record_list li::before {
    content: '●';
    color: #29ABE2;
    font-size: 30%;
    position: absolute;
    top: 6px;
    left: 15px;
}

.record_list li.no_list::before {
    display: none;
}


#business .object01 {
    width: 240px;
    position: absolute;
    z-index: -1;
    left: -240px;
    top: 0;
}

#business .object02 {
    width: 280px;
    position: absolute;
    z-index: -1;
    right: -320px;
    top: 0;
}

#business .object03 {
    width: 210px;
    position: absolute;
    z-index: -1;
    left: -240px;
    top: 0;
}

#business .object04 {
    width: 600px;
    position: absolute;
    z-index: -1;
    left: -520px;
    top: -300px;
}



.history_list dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.history_list dl::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 35px;
    width: 1px;
    height: 100%;
    background: #BCBBBB;
}

.history_list dl:first-child,
.history_list dl:last-child {
    z-index: 1;
}

.history_list dl:first-child:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 35px;
    width: 1px;
    height: 100%;
    background: #BCBBBB;
}

.history_list dl:last-child:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 35px;
    width: 1px;
    height: 50%;
    background: #BCBBBB;
}

.history_list dl.single:before {
    display: none;
}

.history_list dl::after {
    content: '';
    position: absolute;
    z-index: 4;
    top: calc(50% - 9px);
    left: 31px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #246BA1;
}

.history_list dl dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 180px;
    padding: 5px 5px 5px 80px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8em;
}

.history_list dl dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    width: calc(100% - 180px);
    padding: 5px;
    margin-bottom: 10px;
}

.history_list dl dd .area {
    width: 22%;
    font-size: 16px;
    line-height: 1.8em;
}

.history_list dl dd .detail {
    width: 76%;
    font-size: 16px;
    line-height: 1.8em;
}


@media only screen and (max-width:768px) {

    .business_top {
        max-width: 100%;
        padding: 15vw 5vw;
    }

    .business_top .txt {
        font-size: 3.47vw;
    }

    .business_top .business_icon {
        margin-bottom: 10vw;
    }

    .business_top .business_icon li {
        width: 14vw;
        margin: auto 2vw;
    }


    .business_content01 {
        margin-top: auto;
        padding-top: 18vw;
    }

    .business_content01.last {
        padding-bottom: 18vw;
    }

    .business_content01 .inner {
        padding: 0 5vw;
    }

    .business_content02 {
        padding: 18vw 0;
    }

    .business_content02 .inner {
        padding: 0 5vw;
    }

    .business_txt01 {
        font-size: 3.7vw;
    }

    .business_flex {
        display: block;
    }

    .business_box01 {
        width: 100%;
        border-radius: 1.6vw;
        padding: 5vw;
        margin-top: 6vw;
    }

    .business_box01 h4 {
        margin-bottom: 4vw;
    }

    .business_box01 p {
        font-size: 3.7vw;
        margin-bottom: auto;
    }

    .business_box02 {
        width: 100%;
        border-radius: 1.6vw;
        margin-top: 8vw;
    }

    .business_box02 .box_inner {
        padding: 5vw;
    }

    .business_box02 .common_ttl03 {
        margin-bottom: 4vw;
    }

    .business_box02 .common_txt01 {
        font-size: 3.7vw;
        margin-bottom: auto;
    }

    .business_box02 h4 {
        font-size: 4.5vw;
        padding: 1vw;
    }

    .business_box02 .business_tbl {
        margin: 3vw auto;
    }

    .business_box03 {
        width: 100%;
        border-radius: 3vw;
        padding: 4vw 6vw;
    }

    .business_box03 h5 {
        margin-bottom: 1em;
    }

    .business_box03 h5 .en {
        font-size: 3.7vw;
    }

    .business_box03 h5 .jp {
        font-size: 4.7vw;
    }

    .business_box04 {
        width: 100%;
        border-radius: 3vw;
    }

    .business_box04 a {
        width: 100%;
        height: auto;
    }

    .business_box04 a img {
        width: 100%;
        height: auto;
    }

    .business_box04 a .icon {
        width: 6.4vw;
        height: 6.4vw;
        right: 3vw;
        bottom: 3vw;
    }

    .business_box04 a .icon::before {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    .business_box04 a .icon::after {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(-50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    .business_box04 a:hover .icon::before {
        left: calc(150% - 1.6vw);
    }

    .business_box04 a:hover .icon::after {
        left: calc(50% - 1.6vw);
    }

    .business_box05 {
        width: 100%;
        border-radius: 3vw;
        margin-bottom: 6vw;
    }

    .business_box05 .common_ttl03 {
        margin-bottom: 3vw;
    }

    .business_tbl01 {
        width: 100%;
        margin-bottom: 8vw;
    }

    .business_tbl01 table {
        width: 100%;
    }

    .business_tbl01 table th {
        font-size: 3.7vw;
        padding: 0;
    }

    .business_tbl01 table td {
        font-size: 3.7vw;
        padding: 0;
    }

    .business_img01 {
        margin-bottom: 8vw;
        border-radius: 3vw;
        box-shadow: .8vw .8vw .8vw rgba(16, 16, 16, 0.1);
    }

    .business_img02 {
        width: 52vw;
        margin: auto auto 8vw;
    }

    .business_img03 {
        width: 40vw;
        margin: auto;
    }

    .business_img04 {
        width: 100%;
        margin: 3vw auto 10vw;
    }

    .business_img05 {
        width: 52.8vw;
        margin: 3vw auto 10vw;
    }

    .business_factory {
        display: block;
        margin: 10vw auto 8vw;
        position: relative;
    }

    .business_factory::before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: 34%;
        top: 0;
        left: 0;
        border-top: 1px solid #29ABE2;
    }

    .business_factory::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: 66%;
        top: 0;
        right: 0;
        border-top: 1px dashed #707070;
    }

    .business_factory h4 {
        width: 100%;
        font-size: 4vw;
        line-height: 8.5vw;
        padding: 4vw 4vw 3vw;
        border-top: none;
        border-bottom: none;
    }

    .business_factory h4 .icon {
        width: 8.5vw;
        display: inline-block;
        margin-right: 2vw;
    }

    .business_factory .factory_list {
        width: 100%;
        display: block;
        border-top: none;
        border-bottom: none;
    }

    .business_factory .factory_list li {
        width: 100%;
        padding: 4vw 3vw 4vw 32vw;
        position: relative;
    }

    .business_factory .factory_list li.bottom {
        border-bottom: 1px dashed #707070;
    }

    .business_factory .factory_list li h5 {
        font-size: 3.46vw;
        position: absolute;
        left: 4vw;
        top: 4vw;
        width: 25vw;
    }

    .business_factory .factory_list li p {
        font-size: 3.46vw;
        margin-top: auto;
    }

    .business_factory .factory_list li p.map {
        margin-top: 2vw;
    }

    .business_factory .factory_list li p .googlemap {
        font-size: 3.7vw;
    }

    .business_factory .factory_list li p .googlemap .icon {
        width: 3.7vw;
        height: 3.7vw;
        margin-left: 1vw;
    }

    .business_btn01 {
        width: 74vw;
        margin: auto;
    }

    .business_btn01 a {
        font-size: 4vw;
        padding: 4vw 3vw;
        height: auto;
    }

    .business_btn01 a .icon {
        width: 6.4vw;
        height: 6.4vw;
    }

    .business_btn01 a .icon::before {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    .business_btn01 a .icon::after {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(-50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    .business_btn01 a:hover .icon::before {
        left: calc(150% - 1.6vw);
    }

    .business_btn01 a:hover .icon::after {
        left: calc(50% - 1.6vw);
    }


    .business_list01 {
        display: block;
        margin-bottom: 4vw;
    }

    .business_list01>li {
        width: 100%;
        margin-bottom: 3vw;

    }

    .business_list01>li p {
        font-size: 3.7vw;
        padding: 2vw;
    }

    .business_list01>li ul {
        margin: 4vw auto;
    }

    .business_list01>li ul li {
        position: relative;
        font-size: 3.7vw;
        line-height: 1.5em;
        padding: 1vw 0 1vw 4vw;
    }

    .business_list01>li li::before {
        content: '●';
        color: #29ABE2;
        font-size: 30%;
        position: absolute;
        top: 1.2vw;
        left: 1vw;
    }


    .business_list02 {
        display: block;
        border-top: 1px dashed #BCBBBB;
        margin-top: 12vw;
    }

    .business_list02 li {
        width: 100%;
    }

    .business_list02 li.top {
        border-top: none;
    }

    .business_list02 li a {
        font-size: 3.7vw;
        padding: 3vw;
    }

    .business_list02 li a .icon {
        width: 6.4vw;
        height: 6.4vw;
        margin-left: 3vw;
    }

    .business_list02 li a .icon::before {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }

    .business_list02 li a .icon::after {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(-50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }


    .business_list02 li a:hover .icon::before {
        left: calc(150% - 1.6vw);
    }

    .business_list02 li a:hover .icon::after {
        left: calc(50% - 1.6vw);
    }


    .business_list03 {
        margin: 3vw auto 6vw;
    }

    .business_list03 li {
        width: auto;
        font-size: 3vw;
        margin-right: 2vw;
        padding: 1vw 3vw;
        border-radius: 5vw;
    }

    .business_list04 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: auto;
    }

    .business_list04.last {
        margin-bottom: 6vw;
    }

    .business_list04 li {
        width: 47%;
        margin: 0 0 5vw;
    }

    .business_list04 li .img {
        border: 1px solid #BCBBBB;
        margin-bottom: 2vw;
    }

    .business_list04 li p {
        font-size: 16px;
        font-weight: bold;
    }


    .business_list05 {
        display: block;
        margin-bottom: 3vw;
    }

    .business_list05>li {
        width: 100%;
        margin-bottom: 8vw;
    }

    .business_list05>li p {
        font-size: 3.7vw;
        padding: 1vw;
    }

    .business_list05>li h5 {
        font-size: 3.7vw;
        margin: 1em auto auto;
    }

    .business_list05>li ul {
        margin: 10px 10px auto;
    }

    .business_list05>li ul li {
        position: relative;
        font-size: 3.7vw;
        line-height: 5vw;
        padding: 1vw 0 1vw 4vw;
    }

    .business_list05>li li::before {
        top: 1.2vw;
        left: 0;
    }


    .business_record {
        display: block;
        padding: 4vw;
    }

    .business_record::before {
        width: 34%;
    }

    .business_record::after {
        width: 66%;
    }

    .business_record h4 {
        width: 100%;
        font-size: 4vw;
        line-height: 8.5vw;
        padding: 0;
        margin-bottom: 4vw;
    }

    .business_record h4 .icon {
        width: 8.5vw;
        margin-right: 2vw;
    }

    .record_list {
        width: 100%;
    }

    .record_list li {
        font-size: 3.7vw;
        line-height: 1.4em;
        padding: 1vw 0 1vw 4vw;
    }

    .record_list li::before {
        top: 1.2vw;
        left: 0;
    }

    .record_list li.no_list::before {
        display: none;
    }


    #business .object01 {
        display: none;
    }

    #business .object02 {
        display: none;
    }

    #business .object03 {
        display: none;
    }

    #business .object04 {
        width: 80vw;
        left: -28vw;
        top: -40vw;
    }

    .history_list dl::before {
        left: 4.7vw;
    }

    .history_list dl:first-child:before {
        left: 4.7vw;
    }

    .history_list dl:last-child:before {
        left: 4.7vw;
    }

    .history_list dl::after {
        top: calc(50% - 1.6vw);
        left: 4vw;
        width: 1.6vw;
        height: 1.6vw;
    }

    .history_list dl dt {
        font-size: 3.7vw;
        width: 30%;
        padding: 2vw 0 2vw 8vw;
        margin-bottom: 2vw;
    }

    .history_list dl dd {
        font-size: 3.7vw;
        width: 70%;
        padding: 2vw 2vw 2vw 0;
        margin-bottom: 2vw;
    }

    .history_list dl dd .area {
        width: 100%;
        font-size: 3.7vw;
    }

    .history_list dl dd .detail {
        width: 100%;
        font-size: 3.7vw;
    }

}