.apac_contents .about_div div {
    box-sizing: content-box
}

.breadcrumbs {
    width: 1160px;
    padding-top: 15px;
    margin: 0 auto !important;
}

.title_div {
    width: 1400px;
    margin: auto;
    background: url(../img/bg_company.png) no-repeat top right;
    background-size: auto 100%;
    position: relative;
}

.title_div h1 {
    font-size: 40px;
    text-align: center;
    padding: 0px 0 153px 0;
}

.tab_div {
    width: 1090px;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.tab_div .tab_list {
    display: flex;
    gap: 20px;
}

.tab_div .tab_list li {
    list-style-type: none;
    flex: 1;
    text-align: center;
    box-shadow: 0px 4px 5px #4eb1de52;
    background: #fff;
    position: relative;
    padding: 20px 0 41px 0;
    cursor: pointer;
}

.tab_div .tab_list li div.vision {
    width: 58px;
    height: 17px;
    margin: auto;
    background: url(/company/img/vision.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li:hover div.vision {
    width: 58px;
    height: 17px;
    margin: auto;
    background: url(/company/img/vision_1.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li div.mission {
    width: 69px;
    height: 17px;
    margin: auto;
    background: url(/company/img/mission.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li:hover div.mission {
    width: 69px;
    height: 17px;
    margin: auto;
    background: url(/company/img/mission_1.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li div.about {
    width: 58px;
    height: 17px;
    margin: auto;
    background: url(/company/img/about.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li:hover div.about {
    width: 58px;
    height: 17px;
    margin: auto;
    background: url(/company/img/about_1.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li div.company {
    width: 85px;
    height: 19px;
    margin: auto;
    background: url(/company/img/company.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li:hover div.company {
    width: 85px;
    height: 19px;
    margin: auto;
    background: url(/company/img/company_1.svg) no-repeat;
    background-size: auto 100%;
}

.tab_div .tab_list li::after {
    position: absolute;
    content: '';
    left: calc(50% - 4px);
    bottom: 17px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-bottom: #222 solid 3px;
    border-right: #222 solid 3px;
}

.tab_div .tab_list li p:first-child {
    font-size: 18px;
    color: #089ede;
    font-weight: bold;
}

.tab_div .tab_list li p:last-child {
    font-size: 19px;
    color: #222;
    font-weight: 600;
    padding-top: 10px;
}

.tab_div .tab_list li:hover {
    background: #0a91e3
}

.tab_div .tab_list li:hover::after {
    border-bottom: #fff solid 3px;
    border-right: #fff solid 3px;
}

.tab_div .tab_list li:hover p:first-child {
    color: #fff;
}

.tab_div .tab_list li:hover p:last-child {
    color: #fff;
}

.vision_div {
    margin: 0 auto;
    padding: 92px 0 74px 0;
    background: url(../img/bg_mission.png) no-repeat left -51px;
    width: 1400px;
}

.vision_div h2,
.about_div h2,
.company_div h2 {
    font-size: 36px;
    padding-bottom: 18px;
}

.vision_div b,
.about_div b {
    font-size: 18px;
    padding-bottom: 32px;
    display: block;
}

.vision_div p,
.about_div p,
.company_div p {
    line-height: 1.7;
    padding-bottom: 11px;
}

.vision_div_in {
    width: 55%;
    margin: auto;
    text-align: center;
}

.h1 {
    font-size: 40px;
    font-weight: bold;
    color: #089ede;
    padding-top: 16px;
}

.box {
    background: #fff;
    padding: 45px 0px 8px 0px;
    box-shadow: 0px 4px 8px 1px #4eb1de78;
}

.vision_box {
    margin: 30px 0 53px 0;
}

.vision_box h3 {
    font-size: 26px;
    padding-bottom: 20px;
    border-bottom: #089ddf solid 5px;
    display: inline-block;
    margin-bottom: 31px;
}

.vision_box p {
    font-weight: normal
}

.about_div {
    width: 1400px;
    margin: auto;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 31px;
    background: linear-gradient(135deg, #effdfe 0%, #f0fdff 40%, #dffbff 40%, #dffbff 100%);
}

.about_div_txt {
    flex: 1;
    position: relative;
}

.about_div1 {
    display: flex;
    width: 80%;
    margin: 100px 0 0 auto;
}

.about_div1 .about_box1 {
    position: absolute;
    width: 96%;
    height: auto;
    z-index: 1;
    padding: 55px 24px 46px 52px;
    top: -73px;
    left: -85px;
    text-align: left;
}

.about_div1 .about_box1>.title:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 28px;
    background: #089ede;
    top: 0;
    left: -26px;
}

.about_div1 .about_box1>.title {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-bottom: 26px;
}

.about_div1 .about_box1>.title:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 28px;
    background: #089ede;
    top: 0;
    left: -26px;
}

.about_div1 .bg_img {
    width: 54%;
    background: url(../img/pic1.png) no-repeat;
    background-size: cover;
    background-position-y: -21px;
    background-position-x: right;
    height: 331px;
}

/**/
.about_div2 {
    display: flex;
    width: 80%;
    margin: 12px auto 0 0;
}

.about_div2 .about_box2 {
    position: absolute;
    width: 67%;
    height: auto;
    z-index: 1;
    padding: 53px 32px 39px 56px;
    top: -59px;
    left: -52px;
    text-align: left;
}

.about_div2 .about_box2>.title {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-bottom: 26px;
}

.about_div2 .about_box2>.title:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 28px;
    background: #089ede;
    top: 0;
    left: -26px;
}

.about_div2 .bg_img {
    width: 54%;
    background: url(../img/pic2.png) no-repeat;
    background-size: auto 121%;
    background-position-y: -25px;
    background-position-x: -168px;
    height: 328px;
}

/**/
.about_div3 {
    display: flex;
    width: 80%;
    margin: -5px 107px 0 auto;
}

.about_div3 .about_box3 {
    position: absolute;
    width: 102%;
    height: auto;
    z-index: 1;
    padding: 53px 32px 39px 56px;
    top: -33px;
    left: 57px;
    text-align: left;
}

.about_div3 .about_box3>.title {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding-bottom: 26px;
}

.about_div3 .about_box3>.title:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 28px;
    background: #089ede;
    top: 0;
    left: -26px;
}

.about_div3 .bg_img {
    width: 54%;
    background: url(../img/pic3.png) no-repeat;
    background-size: cover;
    background-position-y: -16px;
    background-position-x: right;
    height: 331px;
}

.company_div {
    text-align: center;
    width: 50%;
    margin: 30px auto 100px auto;
}

.company_div>div {
    display: flex;
    border-bottom: #ccc solid 1px;
    text-align: left;
    align-items: center;
    padding: 17px 0;
}

.company_div>div p:first-child {
    width: 30%;
    font-weight: bold;
    padding-left: 5%;
    padding-bottom: 0;
}

.company_div>div p:last-child {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}

.mT_30 {
    margin-top: 30px;
}

.phone_only {
    display: none;
}

.screen_only {
    display: block;
}

.mT_40 {
    padding-top: 40px !important;
}

.mT_20 {
    margin-top: 25px !important;
}

/*header_tab*/
.company .nav_apac li.nav_outline a::before {
    background-color: #009ee0;
}

.company .nav_apac li.nav_outline a::after {
    content: '';
    height: 5px;
    width: 100%;
    background: #009ee0;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.vision_svg,
.mission_svg,
.about_svg {
    width: 100px;
    height: auto;
    margin-bottom: 18px;
    display: inline
}

.company_svg {
    width: 147px;
    height: auto;
    margin-bottom: 18px;
	display: inline
}

.vision_div .detail {
    font-size: 10.5px;
    margin-top: 7px;
}

sup {
    font-size: 10px;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs {
        width: auto;
        padding-top: 15px;
        padding-left: 15px
    }

    .screen_only {
        display: none;
    }

    .title_div h1 {
        font-size: 5.5vw;
        text-align: center;
        padding: 0vw 0 23vw 0;
        margin-top: -4vw;
    }

    .title_div {
        width: auto;
        margin: auto;
        background-position: 43vw 0;
        background-size: auto 73%;
    }

    .tab_div {
        width: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        transform: translateX(0%);
        bottom: -3vw;
    }

    .tab_div .tab_list {
        display: flex;
        gap: 2vw;
    }

    .tab_div .tab_list li::after {
        position: absolute;
        content: '';
        left: calc(50% - 3px);
        bottom: 2.6vw;
        width: 5px;
        height: 5px;
        transform: rotate(45deg);
        border-bottom: #222 solid 2px;
        border-right: #222 solid 2px;
    }

    .tab_div .tab_list li {
        padding: 2vw 0 5.5vw 0;
    }

    .tab_div .tab_list li p:first-child {
        font-size: 2.8vw;
    }

    .tab_div .tab_list li p:last-child {
        font-size: 3.5vw;
        color: #222;
        font-weight: 600;
        padding-top: 3vw;
        line-height: 1.2;
    }

    .tab_div .tab_list li p:last-child span {
        font-size: 70%;
        display: block;
        margin-top: -1vw;
    }

    .tab_div .tab_list li:hover::after {
        border-bottom: #fff solid 3px;
        border-right: #fff solid 3px;
    }

    .tab_div .tab_list li:hover p:first-child {
        color: #fff;
    }

    .tab_div .tab_list li:hover p:last-child {
        color: #fff;
    }

    .company_div>div p:last-child {
        padding-bottom: 0;
        font-size: 3.2vw;
        line-height: 1.6;
    }

    .vision_div {
        margin: 0 auto;
        padding: 11vw 0 5vw 0;
        background: url(../img/bg_mission_sp.png) left -4vw no-repeat;
        background-size: 100% auto;
        width: auto;
    }

    .vision_div h2,
    .about_div h2,
    .company_div h2 {
        font-size: 6vw;
        padding-bottom: 2.5vw;
    }

    .vision_div b,
    .about_div b {
        font-size: 3vw;
        padding-bottom: 5vw;
        display: block;
    }

    .vision_div p,
    .about_div p {
        line-height: 1.7;
        padding-bottom: 3vw;
        font-size: 3vw;
    }

    .vision_div_in {
        width: calc(100% - 30px);
        margin: auto;
        text-align: center;
    }

    .h1 {
        font-size: 5.5vw !important;
        font-weight: bold;
        color: #089ede;
        padding-top: 2vw;
    }

    .phone_only {
        display: block;
    }

    .box {
        background: #fff;
        padding: 8vw 4vw 4vw 4vw;
        box-shadow: 0px 4px 8px 1px #4eb1de78;
    }

    .vision_box {
        margin: 3vw auto 10vw auto;
        width: 87%;
    }

    .vision_box h3 {
        font-size: 4.5vw;
        padding-bottom: 4vw;
        border-bottom: #089ddf solid 3px;
        display: inline-block;
        margin-bottom: 5vw;
    }

    .vision_box p {
        font-weight: normal;
        font-size: 3vw;
        white-space: nowrap;
    }

    .about_div {
        width: auto;
        margin: auto;
        text-align: center;
        background: linear-gradient(109deg, #effdfe 0%, #f0fdff 30%, #dffbff 30%, #dffbff 100%);
        padding-bottom: 0;
        padding-top: 3vw;
    }

    .about_div_txt {
        flex: 1;
        position: relative;
        margin-top: 4vw;
    }

    /**/

    .about_div1 .about_box1>.title {
        font-size: 28px;
        font-weight: bold;
        position: relative;
        line-height: 1;
        padding-bottom: 17px;
    }

    .about_div1 .about_box1>.title:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 28px;
        background: #089ede;
        top: 0;
        left: -26px;
    }

    .about_div1 {
        display: flex;
        width: auto;
        margin: 0 auto;
        flex-direction: column;
        row-gap: 5vw;
    }

    .about_div1 .about_box1 {
        position: relative;
        width: 74%;
        height: auto;
        z-index: 1;
        padding: 7.5vw 6vw 3vw 6vw;
        margin: 0 auto -12vw auto;
        top: 0;
        left: 0;
        text-align: left;
    }

    .about_div1 .about_box1>.title {
        font-size: 5vw;
        font-weight: bold;
        position: relative;
        line-height: 1;
        padding-bottom: 17px;
    }

    .about_div1 .about_box1>.title:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 6vw;
        background: #089ede;
        top: -3px;
        left: -6vw;
    }

    .about_div1 .bg_img {
        width: auto;
        background: url(../img/pic1.png) no-repeat;
        background-size: cover;
        background-position-y: 0;
        background-position-x: inherit;
        height: 52vw;
    }

    /**/

    .about_div2 .about_box2>.title {
        font-size: 28px;
        font-weight: bold;
        position: relative;
        line-height: 1;
        padding-bottom: 17px;
    }

    .about_div2 .about_box2>.title:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 28px;
        background: #089ede;
        top: 0;
        left: -26px;
    }

    .about_div2 {
        display: flex;
        width: auto;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .about_div2 .about_box2 {
        position: relative;
        width: 74%;
        height: auto;
        z-index: 1;
        padding: 7.5vw 6vw 3vw 6vw;
        margin: 0 auto -12vw auto;
        top: 0;
        left: 0;
        text-align: left;
    }

    .about_div2 .about_box2>.title {
        font-size: 5vw;
        font-weight: bold;
        position: relative;
        line-height: 1;
        padding-bottom: 17px;
    }

    .about_div2 .about_box2>.title:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 6vw;
        background: #089ede;
        top: 0;
        left: -6vw;
    }

    .about_div2 .bg_img {
        width: auto;
        background: url(../img/pic2.png) no-repeat;
        background-size: cover;
        background-position-y: 0;
        background-position-x: inherit;
        height: 52vw;
    }

    /**/

    .about_div3 .about_box3>.title {
        font-size: 28px;
        font-weight: bold;
        position: relative;
        line-height: 1;
        padding-bottom: 17px;
    }

    .about_div3 .about_box3>.title:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 28px;
        background: #089ede;
        top: 0;
        left: -26px;
    }

    .about_div3 {
        display: flex;
        width: auto;
        margin: 0 auto;
        flex-direction: column;
    }

    .about_div3 .about_box3 {
        position: relative;
        width: 74%;
        height: auto;
        z-index: 1;
        padding: 7.5vw 6vw 3vw 6vw;
        margin: 0 auto -12vw auto;
        top: 0;
        left: 0;
        text-align: left;
    }

    .about_div3 .about_box3>.title {
        font-size: 5vw;
        font-weight: bold;
        position: relative;
        line-height: 1;
        padding-bottom: 17px;
    }

    .about_div3 .about_box3>.title:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 6vw;
        background: #089ede;
        top: 0;
        left: -6vw;
    }

    .about_div3 .bg_img {
        width: auto;
        background: url(../img/pic3.png) no-repeat;
        background-size: cover;
        background-position-y: 0;
        background-position-x: inherit;
        height: 52vw;
    }

    /**/
    .company_div {
        width: calc(100% - 50px);
        margin: 3vw auto 7vw auto;
    }

    .company_div>div {
        display: flex;
        align-items: flex-start;
        padding: 2.4vw 4vw;
        flex-direction: column;
    }

    .company_div>div p:first-child {
        width: auto;
        font-weight: bold;
        padding-left: 0;
        padding-bottom: 0;
        font-size: 4vw;
    }

    .mT_40 {
        padding-top: 6vw !important;
    }

    .mT_20 {
        margin-top: 3vw !important;
    }

    .tab_div .tab_list li div.vision {
        width: 9vw;
        height: 2.6vw;
        margin: auto;
        background: url(/company/img/vision.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li:hover div.vision {
        width: 9vw;
        height: 2.6vw;
        margin: auto;
        background: url(/company/img/vision_1.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li div.mission {
        width: 10.5vw;
        height: 2.6vw;
        margin: auto;
        background: url(/company/img/mission.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li:hover div.mission {
        width: 10.5vw;
        height: 2.6vw;
        margin: auto;
        background: url(/company/img/mission_1.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li div.about {
        width: 9vw;
        height: 2.6vw;
        margin: auto;
        background: url(/company/img/about.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li:hover div.about {
        width: 9vw;
        height: 2.6vw;
        margin: auto;
        background: url(/company/img/about_1.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li div.company {
        width: 14vw;
        height: 3.1vw;
        margin: auto;
        background: url(/company/img/company.svg) no-repeat;
        background-size: auto 100%;
    }

    .tab_div .tab_list li:hover div.company {
        width: 14vw;
        height: 3.1vw;
        margin: auto;
        background: url(/company/img/company_1.svg) no-repeat;
        background-size: auto 100%;
    }

    .vision_svg,
    .about_svg {
        width: 17vw;
        height: auto;
        margin-bottom: 2vw;
        margin-top: 4vw;
    }

    .mission_svg {
        width: 19vw;
        height: auto;
        margin-bottom: 2.5vw;
        margin-top: 4vw;
    }

    .company_svg {
        width: 26vw;
        height: auto;
        margin-bottom: 2vw;
        margin-top: 4vw;
        display: inline;
    }

    .vision_div .detail {
        font-size: 2.3vw;
        white-space: inherit;
        line-height: 1.4;
        padding-bottom: 0;
        margin-top: 0;
    }

    sup {
        font-size: 2vw;
    }

}