@charset "utf8";
.page-child-banner {
    background-image: url(../../img/about/ab-company-1.png);
}

body .main {
    background-image: url(../../img/index/top-3.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover;
}

.ab-company-one {
    width: 100%;
    padding-top: 47px;
    position: relative;
}

.title-ab-company {
    font-size: 60px;
    letter-spacing: 0.5px;
    line-height: 175%;
    color: #000000;
    display: block;
    text-align: center;
}

.company-one-row {
    width: 100%;
    padding-top: 72px;
    position: relative;
}

.company-one-row table {
    width: 100%;
    position: relative;
}

.company-one-row td {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 175%;
    vertical-align: middle;
    padding: 35px 0;
    border-top: 2px solid #0000FF;
}

.company-one-row tr:last-child td {
    border-bottom: 2px solid #0000FF;
}

.company-one-row td a {
    color: #000000;
    text-decoration: none;
}

.company-one-row td:first-child {
    width: 610px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "メイリオ", 'Meiryo', sans-serif;
}

.company-one-row td:last-child {
    padding-right: 10px;
}

.company-two-row {
    width: 100%;
    padding-top: 105px;
    position: relative;
}

.sub-tt-2-item {
    color: #000000;
    font-size: 60px;
    letter-spacing: 0.5px;
    line-height: 175%;
    display: block;
    text-align: center;
}

.sub-desc-2-item {
    font-size: 40px;
    color: #000000;
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.5px;
    display: block;
    position: relative;
}

.company-three-row {
    width: 100%;
    padding-top: 85px;
    position: relative;
}

.sub-tt-3-item {
    font-size: 50px;
    color: #000000;
    line-height: 175%;
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.sub-tt-4-item{
    background-image: url(../../img/about/ab-company-3.png);
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 50px;
    color: #000000;
    text-align: center;
    line-height: 100%;
    display: block;
    unicode-bidi:bidi-override;
    direction:rtl;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
    margin-top: 55px;
}

.sub-tt-4-item::first-letter{
    color: #0000FF;
    margin-left: 15px;
}

.add-ul{
    width: 100%;
}

.add-ul li{
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #000000;
    margin-bottom: 22px;
}

.add-ul li::first-letter{
    color: #0000FF;
}

.add-ul li .span1{
    display: inline-block;
}

.add-ul li .span1::first-letter{
    color: #0000FF;
}

.fml-HGPE.add-ul li::before{
    content: none;
}


.sub-desc-3-item {
    /*text-align: center;*/
    position: relative;
    font-size: 30px;
    color: #000000;
    line-height: 175%;
    letter-spacing: 0.5px;
    display: block;
    width: 70%;
    max-width: 1085px;
    margin-left: auto;
    margin-right: auto;
}

.company-three-row ul {
    width: 100%;
    padding-top: 27px;
    text-align: center;
    position: relative;
}

.company-three-row li {
    display: inline-block;
    vertical-align: middle;
    font-size: 39px;
    color: #000000;
    line-height: 120%;
    letter-spacing: 0.5px;
    padding-right: 45px;
    position: relative;
    padding-left: 40px;
}

.company-three-row li:last-child {
    padding-right: 0;
}

.company-three-row li::before {
    content: "";
    width: 20px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 0;
    background: #0000FF;
    transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
}

.company-four-row {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 34px;
    position: relative;
}

.company-four-row ul {
    width: 100%;
    padding-top: 12px;
    max-width: 785px;
    margin: 0 auto;
    position: relative;
}

.company-four-row li {
    display: block;
    text-align: left;
    font-size: 30px;
    color: #000000;
    line-height: 175%;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 40px;
    padding-bottom: 25px;
}

.company-four-row li:last-child {
    padding-bottom: 0;
}

.company-four-row li::before {
    content: "";
    width: 13px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 0;
    background: #0000FF;
    transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
}

.hide-pc{
    display: none;
}

/* 2019 10 16 */
.breadcrumb-page {
    max-width: 1058px;
}

.breadcrumb-page-item {
    width: calc( 100% / 6);
    width: -webkit-calc( 100% / 6);
    width: -moz-calc( 100% / 6);
    width: -ms-calc( 100% / 6);
}
.breadcrumb-page-item:last-child {
    border-right: none;
}
@media screen and (max-width:850px){
    .breadcrumb-page-item a{
        font-size: 13px;
    }
}
@media screen and (max-width:767px){
    .breadcrumb-page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }

    .breadcrumb-page-item:nth-child(2n) {
        border-right: 1px solid #fff;
    }

    .breadcrumb-page-item, .breadcrumb-page-item:last-child  {
        width: calc( 100% / 3);
        width: -webkit-calc( 100% / 3);
        width: -moz-calc( 100% / 3);
        width: -ms-calc( 100% / 3);
    }
    .breadcrumb-page-item:nth-child(2n){
        border-right:1px solid #fff;
    }
}

@media screen and (max-width:480px) {
    .breadcrumb-page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }

    .breadcrumb-page-item, .breadcrumb-page-item:last-child {
        width: calc( 100% / 2);
        width: -webkit-calc( 100% / 2);
        width: -moz-calc( 100% / 2);
        width: -ms-calc( 100% / 2);
    }

    .breadcrumb-page-item:last-child{
        width: 100%;
    }

    .breadcrumb-page-item:nth-last-child(2){
        border-right: none;

        border-bottom: 1px solid #fff !important;
    }

}
/* end  */
@media screen and (max-width:1200px){
    .ab-company-one{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1100px){
    .company-one-row td:first-child{
        width: 300px;
    }
}

@media screen and (max-width:900px){
    .sub-tt-4-item{
        font-size: 30px;
        background-size: 130px;
        padding-bottom: 7px;
        margin-top: 25px;
    }
    .sub-tt-4-item::first-letter{
        margin-left: 10px;
    }
    .sub-tt-2-item{
        font-size: 40px;
    }

    .sub-desc-2-item{
        font-size: 30px;
    }

    .sub-tt-3-item{
        font-size: 30px;
    }

    .sub-desc-3-item{
        font-size: 20px;
    }

    .company-three-row li{
        font-size: 20px;
        padding-left: 25px;
        padding-right: 20px;
    }

    .company-three-row li::before{
        width: 10px;
        height: 25px;
    }

    .company-four-row li{
        font-size: 20px;
        padding-left: 25px;
        padding-right: 20px;
    }

    
    .company-four-row li::before{
        top: 6px;
        width: 10px;
        height: 25px;
    }
}


@media screen and (max-width:850px){
    .company-one-row td:first-child{
        width: 150px;
    }

    .company-one-row td:last-child{
        padding-left: 20px;
    }

    .company-one-row td{
        font-size: 18px;
    }


}

@media screen and (max-width:767px){
    .page-child-banner {
        background-image: url(../../img/about/ab-company-1-sp.png);
    }

    .ab-company-one{
        padding-top: 23px;
    }

    .company-one-row{
        padding-top: 36px;
    }

    .title-ab-company{
        font-size: 30px;
        line-height: 160%;
    }

    .company-one-row td{
        width: 100% !important;
        float: left;
        font-size: 15px;
        padding: 10px;
        border: none;
    }

    .company-one-row td:last-child{
        padding-left: 10px;
    }

    .company-one-row td a{
        /*display: block;*/
    }

    .company-one-row td:first-child{
        text-align: left;
        line-height: 120%;
        padding-top: 12px;
        padding-bottom: 8px;
        background: rgba(0, 0, 255, 0.1);
    }

    .company-one-row tr:last-child td{
        border: none;
    }

    .company-one-row tr:last-child td br{
        display: none;
    }

    .hide-pc{
        display: block;
    }

    .company-two-row{
        padding-top: 7.823vw;
    }

    .sub-tt-2-item{
        font-size: 30px;
    }

    .sub-desc-2-item{
        font-size: 20px;
    }

    .company-three-row{
        padding-top: 7.823vw;
    }

    .sub-tt-3-item{
        font-size: 22.25px;
    }

    .sub-desc-3-item{
        font-size: 15px;
    }

    .company-three-row li{
        display: block;
        font-size: 17.5px;
        text-align: left;
        padding-right: 0;
        padding-left: 20px;
        margin-bottom: 15px;
    }

    .company-three-row li:last-child{
        margin-bottom: 0;
    }

    .company-three-row li::before{
        width: 10px;
        height: 22.25px;
    }

    .company-four-row li{
        display: block;
        font-size: 17.5px;
        text-align: left;
        padding-right: 0;
        padding-left: 20px;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .company-four-row li:last-child{
        margin-bottom: 0;
    }

    .company-four-row li::before{
        top: 5px;
        width: 10px;
        height: 22.25px;
    }

    .company-four-row{
        padding-top: 7.823vw;
        padding-bottom: 3.911vw;
    }
}

@media screen and (max-width:480px){
    .sub-desc-2-item br{
        display: none;
    }

    .company-three-row ul{
        max-width: 300px;
        margin: 0 auto;
    }

    .company-three-row ul{
        max-width: none;
    }

    .sub-tt-2-item {
        font-size: 26px;
    }

    .sub-desc-2-item{
        font-size: 16px;
        text-align: justify;
    }

    .sub-desc-3-item{
        text-align: justify;
        width: 100%;
    }

    .sub-desc-3-item br{
        display: none;
    }

    .company-four-row li{
        font-size: 16px;
    }
}