@charset "UTF-8";

/* 企業情報トップ */
.company_top {
    width: 100%;
    max-width: 1280px;
    padding: 80px 40px 0;
    margin: auto;
    position: relative;
    z-index: 1;
}
.company_top .en {
    font-size: 20px;
    margin-bottom: 20px;
}
.company_top .en::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #246BA1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}
.company_top .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 40px;
}
.company_top .txt {
    font-size: 16px;
}
.company_content01 {
    margin-top: 120px;
}
.company_content01 .inner {
    width: 100%;
    max-width: 1280px;
    padding: 0 40px;
    margin: auto;
}
.company_content01 .index {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    height: 1080px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    margin: auto;
}
.company_content02 {
    position: relative;
    z-index: 2;
}
.company_content02 .inner {
    width: 100%;
    max-width: 1280px;
    padding: 80px 40px 0;
    margin: auto;
}
.company_content02 .inner .company_wrap {
    width: calc(100% - 340px);
}
.company_content01 .index .obj01 {
    width: 740px;
    position: absolute;
    z-index: -2;
    right: -640px;
    top: 0;
}
.company_content01 .index .obj02 {
    width: 137px;
    position: absolute;
    z-index: -2;
    right: -270px;
    bottom: 0;
}
.company_content01 .company_list {
    width: 50%;
    margin-left: 50%;
}
.company_content01 .company_list li {
    margin: 30px auto;
}
.company_content01 .company_list li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    background: #fff;
    text-decoration: none;
    position: relative;
}
.company_content01 .company_list li a .en {
    color: #246BA1;
    font-size: 16px;
}
.company_content01 .company_list li a .jp {
    font-size: 24px;
    font-weight: bold;
}
.company_content01 .company_list li a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    display: inline-block;
    position: absolute;
    top: calc(50% - 18px);
    right: 30px;
    overflow: hidden;
    transition: .5s;
}
.company_content01 .company_list li 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;
}
.company_content01 .company_list li 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;
}

.company_content01 .company_list li a:hover {
    background: #246BA1;
}

.company_content01 .company_list li a:hover .en,
.company_content01 .company_list li a:hover .jp {
    color: #fff;
}


.company_content01 .company_list li a:hover .icon {
    background: #fff;
}

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

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

.company_content01 .gallery {
    width: 1080px;
    position: absolute;
    z-index: -1;
    right: 40%;
    top: 0;
}

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

    .company_content01 .index {
        height: 800px;
    }

    .company_content01 .company_list {
        width: 60%;
        margin-left: 40%;
    }

    .company_content01 .company_list li {
        margin: 20px auto;
    }

    .company_content01 .company_list li a {
        padding: 20px;
    }

    .company_content01 .company_list li a .en {
        color: #246BA1;
        font-size: 14px;
    }

    .company_content01 .company_list li a .jp {
        font-size: 20px;
        font-weight: bold;
    }

    .company_content01 .gallery {
        width: 800px;
        position: absolute;
        z-index: 0;
        right: 30%;
        top: 0;
    }
}


@media only screen and (max-width:768px) {
    .page_title_anime svg.title_anime {
        height: 12vw;
    }

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

    .company_top .en {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .company_top .en::before {
        width: 1.6vw;
        height: 1.6vw;
        margin-right: 1.6vw;
        vertical-align: middle;
    }

    .company_top .title {
        font-size: 6vw;
        margin-bottom: 6vw;
    }


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


    .company_content01 {
        margin-top: 18vw;
    }

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


    .company_content01 .index {
        height: auto;
        padding: 90vw 0 5vw;
    }

    .company_content02 .inner {
        padding: 15vw 5vw;
    }

    .company_content01 .index .obj01 {
        width: 100vw;
        right: -50vw;
        top: -22vw;
    }

    .company_content01 .index .obj02 {
        width: 18vw;
        right: calc(50% - 9vw);
        top: -24vw;
        bottom: auto;
    }

    .company_content01 .company_list {
        width: 100%;
        margin-left: auto;
        padding: 0 5vw;
    }

    .company_content01 .company_list li {
        margin: 3vw auto;
    }

    .company_content01 .company_list li a {
        padding: 4vw;
    }

    .company_content01 .company_list li a .en {
        font-size: 3.7vw;
    }

    .company_content01 .company_list li a .jp {
        font-size: 4.6vw;
    }


    .company_content01 .company_list li a .icon {
        width: 6.4vw;
        height: 6.4vw;
        top: calc(50% - 3.2vw);
        right: 3vw;
    }

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

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

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

    .company_content01 .company_list li a:hover .icon::after {
        left: calc(150% - 1.6vw);
    }

    .company_content01 .gallery {
        width: 100vw;
        right: 0;
        top: 0;
    }

}

/* ナビゲーション */
.company_nav01 {
    position: absolute;
    top: 80px;
    right: calc(50% - 600px);
    width: 280px;
}

.company_nav01.is-fixed {
    position: fixed;
    top: 200px;
}

.company_nav01.is-fixed.is-abs {
    position: absolute;
    top: auto;
    bottom: 0;
}

.company_nav01 nav {
    background: #fff;
    padding:40px 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.company_nav01 nav>p {
    margin-bottom: 30px;
}

.company_nav01 nav>p a {
    color: #246BA1;
    font-size: 20px;
    font-weight: bold;
}

.company_nav01 nav .company_nav_list01 li {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}

.company_nav01 nav .company_nav_list01 li::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 6px;
    width: 4px;
    height: 4px;
    background: #BCBBBB;
    border-radius: 50%;
}

.company_nav01 nav .company_nav_list01 li.current::before {
    top: 10px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #246BA1;
}

.company_nav01 nav .company_nav_list01 li.current::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #246BA1;
}

.company_nav01 nav .company_nav_list01 li a {
    color: #333;
    font-size: 18px;
    line-height: 1.3em;
    text-decoration: none;
}

.company_nav01 nav .company_nav_list01 li.current a,
.company_nav01 nav .company_nav_list01 li a:hover {
    color: #246BA1;
}
@media only screen and (max-width:1280px) {
    .company_content02 .inner .company_wrap {
        width: calc(100% - 220px);
    }
    .company_nav01 {
        right: 40px;
        width: 200px;
    }

    .company_nav01 nav {
        padding: 20px;
    }

    .company_nav01 nav>p {
        margin-bottom: 20px;
    }

    .company_nav01 nav>p a {
        font-size: 18px;
    }

    .company_nav01 nav .company_nav_list01 li a {
        color: #333;
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .company_content02 .inner .company_wrap {
        width: 100%;
    }
    .company_nav01{
        display: none;
    }
}

/* 沿革 */
.history_txt01 {
    font-size: 16px;
    margin-bottom: 70px;
}

.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: -50%;
    left: 35px;
    width: 1px;
    height: 100%;
    background: #BCBBBB;
}
.history_list dl::after{
    content: '';
    position: absolute;
    z-index: 4;  
    top: calc(50% - 5px);
    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: 200px;
    padding: 5px 5px 5px 80px;
    margin-bottom: 10px;
}

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


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

    .history_txt01 {
        font-size: 3.7vw;
        margin-bottom: 10vw;
    }
    .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% - .8vw);
        left:4vw;
        width: 1.6vw;
        height: 1.6vw;
    }
    .history_list dl dt {
        font-size: 3.7vw;
        width: 37%;
        padding: 2vw 0 2vw 8vw;
        margin-bottom: 2vw;
    }
    .history_list dl dd {
        font-size: 3.7vw;
        width: 63%;
        padding: 2vw 2vw 2vw 0 ;
        margin-bottom: 2vw;
    }
}


/* 売上高と売上構成比率 */
.ratio_nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
}
.ratio_nav li {
    width: 41%;
    margin-right: 4%;
}
.ratio_nav li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #000;
}
.ratio_nav li  a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    text-decoration: none;
    position: relative;
}
.ratio_nav li  a .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #246BA1;
    display: inline-block;
    position: absolute;
    top: calc(50% - 18px);
    right: 20px;
    overflow: hidden;
    transition: .5s;
    transform: rotate(90deg);
}

.ratio_nav li  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;
}

.ratio_nav li  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;
}

.ratio_nav li  a:hover {
    background: #246BA1;
    color: #fff;
}
.ratio_nav li  a:hover .icon {
    background: #fff;
}
.ratio_nav li  a:hover .icon::before {
    left: calc(150% - 8px);
}
.ratio_nav li  a:hover .icon::after {
    background-image: url(../../assets/img/common/ico_arrow.svg);
    left: calc(50% - 8px);
}
.ratio_img01{
    padding: 0 0 40px;
}


@media only screen and (max-width:768px) {
    .ratio_nav {
        display: block;
        margin-bottom: 10vw;
    }
    .ratio_nav li {
        width: 100%;
        margin-right: auto;
        margin-bottom: 5vw;
    }
    .ratio_nav li a {
        font-size: 4vw;
        padding: 4vw;
    }
    .ratio_nav li a .icon{
        width: 6.4vw;
        height: 6.4vw;
        top: calc(50% - 3.2vw);
        right: 3vw;
    }
    .ratio_nav li a .icon::before {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }
    .ratio_nav li a .icon::after {
        width: 3.2vw;
        height: 3.2vw;
        left: calc(-50% - 1.6vw);
        top: calc(50% - 1.6vw);
    }
    .ratio_nav li a:hover .icon::before {
        left: calc(150% - 1.6vw);
    }
    .ratio_nav li a:hover .icon::after {
        left: calc(50% - 1.6vw);
    }
    .ratio_img01 {
        padding: 0 0 6vw;
    }
}
