
@media only screen and (min-width: 1081px) {
    #l_gnavi .company .l_gnavi_inner {
        color: #b7183f
    }

    #l_gnavi .company .l_gnavi_inner:before {
        background-color: #b7183f
    }
}

@media only screen and (max-width: 800px) {
    #l_gnavi .company .l_gnavi_inner {
        color: #FFF
    }
}

#l_headline {
    background-image: url(/assets/img/company/common/main_img.jpg)
}

#l_conts .pageTtl {
    margin-bottom: 40px;
    min-height: 240px;
    background: no-repeat center;
    background-size: cover;
    position: relative
}

#l_conts .pageTtl span {
    color: #FFF
}

#l_conts .pageTtl .jp {
    width: 340px;
    height: 200px;
    background-color: rgba(183, 24, 63, 0.9);
    display: table;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 0;
    font-size: 2.6rem
}

#l_conts .pageTtl .jp .in {
    padding: 25px;
    display: table-cell;
    line-height: 1.3;
    vertical-align: middle
}

#l_conts .pageTtl .jp .in .min {
    font-size: 1.5rem
}

#l_conts .pageTtl .en {
    opacity: 0.5;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 5.6rem;
    font-family: 'Futura', 'Century Gothic', sans-serif;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: normal;
    display: none
}

#l_conts .service_list {
    margin-left: -1px;
    border-left: 1px solid #D6D6D6
}

#l_conts .service_list li {
    margin-top: -1px;
    width: 240px;
    float: left;
    position: relative;
    border: 1px solid #D6D6D6;
    border-left: none
}

#l_conts .service_list li a {
    padding: 0 40px 0 30px;
    width: 240px;
    height: 100px;
    display: table-cell;
    text-decoration: none;
    line-height: 1.5;
    vertical-align: middle;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#l_conts .service_list li a .u_arrow_icon {
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 30px
}

#l_conts .service_list li a .u_arrow_icon:before {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#l_conts .service_list li a:hover {
    background: #B7183F;
    color: #fff
}

#l_conts .service_list li a:hover .u_arrow_icon:before {
    border-color: #FFF
}

@media only screen and (max-width: 800px) {
    #l_conts .pageTtl {
        min-height: 120px
    }
    #l_conts .pageTtl span {
        color: #FFF
    }
    #l_conts .pageTtl .jp {
        width: 250px;
        height: 100px;
        top: 10px;
        left: 10px;
        font-size: 1.5rem
    }
    #l_conts .pageTtl .jp .in {
        padding: 15px
    }
    #l_conts .pageTtl .jp .in .min {
        font-size: 1.1rem
    }
    #l_conts .pageTtl .en {
        font-size: 2rem;
        text-align: right
    }
    #l_conts .service_list li {
        display: table;
        width: 50%
    }
    #l_conts .service_list li a {
        padding: 0 35px 0 15px;
        width: 100%;
        height: 75px;
        font-size: 1.2rem;
        -webkit-transition: inherit;
        transition: inherit
    }
    #l_conts .service_list li a .u_arrow_icon:before {
        -webkit-transition: inherit;
        transition: inherit
    }
    #l_conts .service_list li a:hover {
        background: #fff;
        color: #003366
    }
    #l_conts .service_list li a:hover .u_arrow_icon:before {
        border-color: #B7183F
    }
}

#l_conts .description_of_business {
    margin-bottom: 70px
}

#l_conts .description_of_business .u_ttl_type05 {
    margin-top: 35px;
    font-size: 1.75rem;
}

#l_conts .description_of_business .logo {
    margin: 0 0 40px 40px;
    float: right
}

#l_conts .description_of_business .logo li {
    margin-top: 30px
}

#l_conts .description_of_business .logo li:first-child {
    margin-top: 0
}

#l_conts .description_of_business .txt p {
    margin-top: 35px
}

#l_conts .description_of_business .txt p:first-child {
    margin-top: 0
}

#l_conts .operation_list,
#l_conts .other_list {
    margin-bottom: 70px
}

#l_conts .operation_list .leadTxt,
#l_conts .other_list .leadTxt {
    margin-bottom: 35px
}

#l_conts .operation_list .inner,
#l_conts .other_list .inner {
    margin: -30px 0 0 -30px
}

#l_conts .operation_list .inner .box,
#l_conts .other_list .inner .box {
    margin: 30px 0 0 30px;
    width: 220px;
    float: left
}

#l_conts .operation_list .inner .box .image,
#l_conts .other_list .inner .box .image {
    margin-bottom: 20px
}

#l_conts .operation_list .inner .box .image a,
#l_conts .other_list .inner .box .image a {
    border: 1px solid #D6D6D6;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#l_conts .operation_list .inner .box .image a:before,
#l_conts .other_list .inner .box .image a:before {
    width: 10px;
    height: 10px;
    background: url(/assets/img/common/icon/newwin01_m.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    content: ""
}

#l_conts .operation_list .inner .box .image a:hover,
#l_conts .other_list .inner .box .image a:hover {
    border-color: #B7183F
}

#l_conts .operation_list .inner .box p,
#l_conts .other_list .inner .box p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.75
}

#l_conts .operation_list .inner .box p a,
#l_conts .other_list .inner .box p a {
    text-decoration: none
}

#l_conts .operation_list .inner .box p a:hover,
#l_conts .other_list .inner .box p a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 800px) {
    #l_conts .description_of_business {
        margin-bottom: 30px
    }
    #l_conts .description_of_business .logo {
        margin: 0 0 20px;
        float: none;
        text-align: center
    }
    #l_conts .description_of_business .logo li {
        margin-top: 20px
    }
    #l_conts .description_of_business .txt p {
        margin-top: 20px
    }
    #l_conts .operation_list,
    #l_conts .other_list {
        margin-bottom: 30px
    }
    #l_conts .operation_list .leadTxt,
    #l_conts .other_list .leadTxt {
        margin-bottom: 20px
    }
    #l_conts .operation_list .inner,
    #l_conts .other_list .inner {
        margin: -10px -5px;
        overflow: hidden
    }
    #l_conts .operation_list .inner .box,
    #l_conts .other_list .inner .box {
        margin: 0;
        padding: 10px 5px;
        width: 50%;
        float: left
    }
    #l_conts .operation_list .inner .box .image,
    #l_conts .other_list .inner .box .image {
        margin-bottom: 10px
    }
    #l_conts .operation_list .inner .box .image a,
    #l_conts .other_list .inner .box .image a {
        overflow: hidden;
        -webkit-transition: inherit;
        transition: inherit
    }
    #l_conts .operation_list .inner .box .image a img,
    #l_conts .other_list .inner .box .image a img {
        width: 100%
    }
    #l_conts .operation_list .inner .box .image a:before,
    #l_conts .other_list .inner .box .image a:before {
        right: 5px
    }
    #l_conts .operation_list .inner .box .image a:hover,
    #l_conts .other_list .inner .box .image a:hover {
        border-color: #D6D6D6
    }
    #l_conts .operation_list .inner .box p,
    #l_conts .other_list .inner .box p {
        font-size: 1.2rem;
        letter-spacing: -1px
    }
    #l_conts .operation_list .inner .box p a,
    #l_conts .other_list .inner .box p a {
        text-decoration: none
    }
    #l_conts .operation_list .inner .box p a:hover,
    #l_conts .other_list .inner .box p a:hover {
        text-decoration: none
    }
}

#company-index #l_conts .u_cate_top .u_col {
    margin-bottom: 40px
}

#company-index #l_conts .u_cate_top {
    margin-top: 0
}

#company-index #l_conts .u_cate_ttl {
    font-size: 2.2rem;
    letter-spacing: -0.08em;
    position: relative
}

#company-index #l_conts .u_cate_ttl_in .u_arrow_icon {
    position: absolute;
    right: 47px;
    top: 50%;
    margin-top: -6px
}

#company-index #l_conts .u_cate_top .u_cate_box {
    padding: 25px 16px 15px
}

#company-index #l_conts .u_cate_top p {
    margin: -9px -16px 24px;
    padding: 0 31px 15px;
    font-size: 1.4rem;
    line-height: 1.75;
    border-bottom: 1px solid #D6D6D6
}

#company-index #l_conts .u_cate_top li {
    margin-bottom: 7px;
    line-height: 1.75
}

#company-index #l_conts .u_cate_top .u_text_list:before {
    top: 10px
}

@media only screen and (max-width: 800px) {
    #company-index #l_conts .u_cate_top .u_col {
        margin-bottom: 20px
    }
    #company-index #l_conts .u_cate_ttl {
        font-size: 1.8rem;
        line-height: 1.2
    }
    #company-index #l_conts .u_cate_ttl_in .u_arrow_icon {
        right: 30px
    }
    #company-index #l_conts .u_cate_top .u_cate_box {
        padding: 15px 10px 10px
    }
    #company-index #l_conts .u_cate_top p {
        margin: -5px -10px 12px;
        padding: 0 20px 10px;
        font-size: 1.2rem
    }
    #company-index #l_conts .u_cate_top li {
        margin-bottom: 4px
    }
    #company-index #l_conts .u_cate_top .u_text_list:before {
        top: 7px
    }
}

#company-profile #l_conts .u_basic_table {
    margin: 0
}

#company-profile #l_conts .u_basic_table .u_table_cell {
    padding: 11px 20px 10px
}

@media only screen and (max-width: 800px) {
    #company-profile #l_conts .u_basic_table .u_table_cell {
        padding: 5px 10px
    }
}

#company-affiliate #l_conts .u_ttl_type01 {
    margin-top: 0
}

#company-affiliate #l_conts .u_basic_table {
    margin-top: 0
}

#company-affiliate #l_conts .is_table_th {
    text-align: center;
    width: 25%;
}

#company-affiliate #l_conts .u_newwin_icon {
    padding-right: 15px
}

#company-affiliate #l_conts .u_newwin_icon:after {
    margin-top: -4px
}

#company-affiliate #l_conts .department dt {
    margin-top: 20px
}

@media only screen and (max-width: 800px) {
    #company-affiliate #l_conts .is_table_th {
        text-align: left;
        width: 100%;
    }
}

#company-officer #l_conts .introduction {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d6d6d6
}

#company-officer #l_conts .introduction:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

#company-officer #l_conts .officerBox {
    padding: 20px 60px 0;
    min-height: 300px;
    overflow: hidden;
    zoom: 1;
    background-color: #F3F3F3
}

#company-officer #l_conts .officerBox .photoBox {
    float: left
}

#company-officer #l_conts .officerBox .name {
    width: 240px;
    margin-top: 70px;
    padding: 40px 30px 33px;
    float: right;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8;
    border: 1px solid #D6D6D6;
    background-color: #FFF
}

#company-officer #l_conts .officerBox .name span {
    display: block;
    color: #B7183F;
    font-size: 1.2rem
}

#company-officer #l_conts .u_ttl_type05 {
    margin-top: 30px
}

#company-officer #l_conts .u_ttl_type05+p {
    font-size: 1.4rem
}

#company-officer #l_conts .historyDl {
    margin-bottom: 60px;
    padding-bottom: 35px;
    color: #333;
    font-size: 1.4rem;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #D6D6D6
}

#company-officer #l_conts .historyDl.isHistoryDlBetween {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

#company-officer #l_conts .historyDl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

#company-officer #l_conts .historyDl dt {
    float: left
}

#company-officer #l_conts .historyDl dd {
    padding: 0 0 16px 7.2em
}

#company-officer #l_conts .historyDl dd:last-child {
    padding-bottom: 0
}

@media only screen and (max-width: 800px) {
    #company-officer #l_conts .officerBox {
        margin: 0 -20px;
        padding: 10px 30px 0;
        min-height: auto;
        position: relative
    }
    #company-officer #l_conts .officerBox .name {
        margin-top: 0;
        padding: 10px;
        width: auto;
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 1.8rem
    }
    #company-officer #l_conts .officerBox .photoBox {
        text-align: center;
        float: none
    }
    #company-officer #l_conts .officerBox .photoBox img {
        vertical-align: bottom
    }
    #company-officer #l_conts .officerBox p {
        margin: 20px auto 0;
        padding: 20px 15px 15px;
        float: none
    }
    #company-officer #l_conts .u_ttl_type05 {
        margin-top: 15px
    }
    #company-officer #l_conts .historyDl {
        margin-bottom: 30px;
        padding-bottom: 17px
    }
    #company-officer #l_conts .historyDl dd {
        padding: 0 0 8px 6.5em
    }
}

#company-chart #l_conts .u_ttl_type01 {
    margin-top: 0
}
#company-chart #l_conts .u_image_layout {
    padding: 0 20px;
}
#company-chart #l_conts .u_image_layout img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 800px) {
    #company-chart #l_conts .u_ttl_type01 {
        margin-bottom: 25px
    }
}

#company-group #l_conts .u_ttl_type01 {
    margin: 78px 0 50px;
    padding: 0 110px 17px 0;
    position: relative
}

#company-group #l_conts .u_ttl_type01.isUTtlTypeTop {
    margin-top: 0
}

#company-group #l_conts .u_ttl_type01 .u_newwin_icon {
    margin-top: -15px;
    padding: 3px 25px 3px 0;
    width: 98px;
    position: absolute;
    right: 0;
    top: 50%;
    float: right;
    font-size: 1.2rem;
    text-align: right;
    border: 1px solid #D6D6D6
}

#company-group #l_conts .u_ttl_type01 .u_newwin_icon:after {
    right: 10px
}

#company-group #l_conts .u_ttl_type01 .u_newwin_icon a {
    color: #B7183F;
    text-decoration: none
}

#company-group #l_conts .u_ttl_type01 .u_newwin_icon a:hover {
    text-decoration: underline
}

#company-group #l_conts .u_ttl_type02 {
    margin: 50px 0 25px;
    border-bottom: 1px solid #97A3A3
}

#company-group #l_conts p {
    line-height: 1.85
}

#company-group #l_conts p span {
    display: block;
    font-size: 1.4rem
}

#company-group #l_conts .u_basic_table {
    margin: 30px 0 80px
}

#company-group #l_conts .u_basic_table:last-child {
    margin-bottom: 0
}

#company-group #l_conts .u_basic_table .u_table_cell {
    padding: 11px 5px 10px 15px
}

#company-group #l_conts .u_basic_table .u_table_cell .u_newwin_icon {
    padding-right: 15px
}

#company-group #l_conts .u_basic_table .u_table_cell .u_newwin_icon:after {
    margin-top: -4px
}

@media only screen and (max-width: 800px) {
    #company-group #l_conts .u_ttl_type01 {
        margin: 39px 0 25px
    }
    #company-group #l_conts .u_ttl_type02 {
        margin: 25px 0 12px
    }
    #company-group #l_conts p span {
        font-size: 1.2rem
    }
    #company-group #l_conts .u_basic_table {
        margin: 15px 0 40px
    }
    #company-group #l_conts .u_basic_table:last-child {
        margin-bottom: 0
    }
    #company-group #l_conts .u_basic_table .u_table_cell {
        padding: 5px 10px
    }
    #company-group #l_conts .u_basic_table .link {
        display: block;
        margin-bottom: -30px
    }
}

#company-business #l_conts .u_ttl_type01 {
    margin-top: 0
}

#company-business #l_conts .businessList {
    margin-top: 50px
}

#company-business #l_conts .businessList>li {
    padding: 30px 10px 10px;
    text-align: center;
    background-color: #2F4847
}

#company-business #l_conts .businessList>li>img {
    display: inline-block;
    margin-top: -10px
}

#company-business #l_conts .businessList>li .btnDetail {
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center
}

#company-business #l_conts .businessList>li .btnDetail a {
    padding: 10px 20px 10px 0;
    width: 140px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #2F4847;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#company-business #l_conts .businessList>li .btnDetail a:hover {
    background-color: #2F4847;
    color: #fff
}

#company-business #l_conts .businessList>li .btnDetail a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

#company-business #l_conts .businessList>li .btnDetail a:after {
    margin-top: -5px;
    width: 6px;
    height: 6px;
    right: 30px;
    border-top: 2px solid #2F4847;
    border-right: 2px solid #2F4847;
    position: absolute;
    top: 50%;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#company-business #l_conts .businessList>li:first-child {
    margin-bottom: 20px;
    background-color: #B7183F
}

#company-business #l_conts .businessList>li:first-child .btnDetail a {
    color: #B7183F;
    border: 1px solid #B7183F
}

#company-business #l_conts .businessList>li:first-child .btnDetail a:hover {
    background-color: #B7183F;
    color: #fff
}

#company-business #l_conts .businessList>li:first-child .btnDetail a:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

#company-business #l_conts .businessList>li:first-child .btnDetail a:after {
    border-top: 2px solid #b7183f;
    border-right: 2px solid #b7183f
}

#company-business #l_conts .businessList>li:first-child .businessListInner span {
    color: #111
}

#company-business #l_conts .businessList .list {
    margin-right: -20px;
    overflow: hidden;
    zoom: 1
}

#company-business #l_conts .businessList .list li {
    padding: 1px 1px 0 0;
    float: left
}

#company-business #l_conts .businessList .businessListInner {
    width: 350px;
    min-height: 250px;
    padding: 35px 5px 20px;
    display: block;
    position: relative;
    color: #111;
    font-size: 1.1rem;
    line-height: 1.7;
    text-decoration: none;
    background-color: #FFF
}

#company-business #l_conts .businessList .businessListInner span {
    margin: 16px 0 10px;
    display: block;
    color: #2E4746;
    font-size: 1.6rem;
    font-weight: bold
}

@media only screen and (max-width: 800px) {
    #company-business #l_conts .u_ttl_type01 {
        margin-bottom: 15px
    }
    #company-business #l_conts .businessList {
        margin-top: 25px
    }
    #company-business #l_conts .businessList>li {
        padding: 10px;
        width: auto !important;
        float: inherit
    }
    #company-business #l_conts .businessList>li>img {
        display: inline;
        margin-top: 0
    }
    #company-business #l_conts .businessList .list {
        margin: 5px -10px 0 0
    }
    #company-business #l_conts .businessList .list li {
        padding: 1px 10px 0 0;
        width: 100%;
        box-sizing: border-box
    }
    #company-business #l_conts .businessList .businessListInner {
        width: 100%;
        min-height: 155px;
        padding: 10px 0;
        font-size: 1rem
    }
    #company-business #l_conts .businessList .businessListInner span {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.3rem
    }
    #company-business #l_conts .businessList .businessListInner span.btnDetail {
        margin-top: 10px
    }
    #company-business #l_conts .businessList .businessListInner span.btnDetail a {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

#company-csr #l_conts .u_ttl_type01 {
    margin-top: 0
}
#company-csr #l_conts #h202 {
  padding-top: 100px;
  margin-top: -50px;
}
#company-csr #l_conts p {
    margin-bottom: 30px
}

#company-csr #l_conts .is_two_column {
    margin-bottom: 25px
}

#company-csr #l_conts .is_two_column p {
    margin-bottom: 0 !important
}

#company-csr #l_conts .is_two_column .u_col:last-child {
    text-align: right
}

#company-csr #l_conts .is_forth_column {
    margin-bottom: 70px
}

@media only screen and (max-width: 800px) {
    #company-csr #l_conts .u_ttl_type01 {
        margin-bottom: 15px
    }
    #company-csr #l_conts #h202 {
        padding-top: 70px;
        margin-top: -35px;
    }
    #company-csr #l_conts p {
        margin-bottom: 15px
    }
    #company-csr #l_conts .is_two_column {
        margin-bottom: 12px
    }
    #company-csr #l_conts .is_forth_column {
        overflow: hidden;
        zoom: 1;
        margin-bottom: 35px
    }
    #company-csr #l_conts .is_forth_column .u_col {
        float: left;
        width: 50%;
        padding: 1px
    }
    #company-csr #l_conts .is_two_column .u_col:last-child {
        margin-top: 10px;
        text-align: center
    }
    #company-csr #l_conts .is_three_column {
        overflow: hidden;
        zoom: 1
    }
    #company-csr #l_conts .is_three_column .u_col {
        padding: 1px;
        float: left;
        width: 33.33%
    }
}

#company-code #l_conts .u_ttl_type01 {
    margin-top: 0
}

#company-code #l_conts p {
    margin-bottom: 30px
}

#company-code #l_conts .u_ttl_type03 {
    margin: 40px 0 10px
}

#company-code #l_conts .u_notes_list .u_notes_li {
    padding-left: 2.7em;
    text-indent: -2.7em
}

#company-code #l_conts .u_notes_list .u_notes_li {
    font-size: 1.6rem
}

#company-code #l_conts #h202 {
    padding-top: 100px;
    margin-top: -50px;
}

@media only screen and (max-width: 800px) {
    #company-code #l_conts .u_ttl_type01 {
        margin-bottom: 15px
    }
    #company-code #l_conts p {
        margin-bottom: 15px
    }
    #company-code #l_conts .u_ttl_type03 {
        margin: 20px 0 5px
    }
    #company-code #l_conts .u_notes_list {
        margin-top: 20px
    }
    #company-code #l_conts .u_notes_list .u_notes_li {
        font-size: 1.3rem
    }
    #company-code #l_conts #h202 {
        padding-top: 70px;
        margin-top: -35px;
    }
}

#company-stakeholder #l_conts .u_colbox {
    margin-top: 30px
}

#company-stakeholder #l_conts .u_colbox .u_colbox_in {
    padding-top: 34px;
    padding-bottom: 34px
}

#company-stakeholder #l_conts .u_colbox .u_colbox_ttl {
    margin-bottom: 25px;
    color: #333
}

#company-stakeholder #l_conts .u_colbox .u_colbox_txt {
    line-height: 1.75
}

#company-stakeholder #l_conts .u_text_icon {
    margin: 0 13px
}

#company-stakeholder #l_conts .u_text_icon a {
    text-decoration: none
}

#company-stakeholder #l_conts .u_text_icon a:hover {
    text-decoration: underline
}

#company-stakeholder #l_conts .u_text_icon a {
    padding-right: 20px;
    display: inline-block;
    background: url(../img/common/icon/pdf01_s.png) no-repeat right center
}

#company-stakeholder #l_conts .u_image_layout {
    margin-top: 60px
}

#company-stakeholder #l_conts .u_ttl_type02 {
    margin-top: 30px
}

@media only screen and (max-width: 800px) {
    #company-stakeholder #l_conts .u_colbox {
        margin-top: 15px
    }
    #company-stakeholder #l_conts .u_colbox .u_colbox_in {
        padding-top: 17px;
        padding-bottom: 17px
    }
    #company-stakeholder #l_conts .u_colbox .u_colbox_ttl {
        margin-bottom: 12px
    }
    #company-stakeholder #l_conts .u_image_layout {
        margin-top: 30px
    }
}

#company-ceo #l_conts .topInner {
    padding: 22px 0 0 60px;
    background-color: #F3F3F3
}

#company-ceo #l_conts .topInner .photoBox {
    float: right
}

#company-ceo #l_conts .topInner ul {
    margin-top: 38px;
    float: left;
    width: 280px
}

#company-ceo #l_conts .topInner li {
    padding-bottom: 17px;
    float: left;
    clear: both
}

#company-ceo #l_conts .topInner li:first-child {
    padding-bottom: 55px
}

#company-ceo #l_conts .u_ttl_type02 {
    border-color: #97A3A3
}

#company-ceo #l_conts p {
    margin-bottom: 30px
}

#company-ceo #l_conts p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 800px) {
    #company-ceo #l_conts .topInner {
        padding: 11px 0 8px
    }
    #company-ceo #l_conts .topInner .photoBox {
        float: none;
        text-align: center
    }
    #company-ceo #l_conts .topInner .photoBox img {
        width: 100%
    }
    #company-ceo #l_conts .topInner ul {
        margin: 19px 20px 0;
        float: none
    }
    #company-ceo #l_conts .topInner li {
        padding-bottom: 9px
    }
    #company-ceo #l_conts .topInner li:first-child {
        padding-bottom: 27px
    }
    #company-ceo #l_conts .topInner li:first-child img {
        width: 250px
    }
    #company-ceo #l_conts p {
        margin-bottom: 15px
    }
}

#company-concept #l_conts .txt {
    margin-bottom: 30px
}

@media only screen and (max-width: 800px) {
    #company-concept #l_conts .txt {
        margin-bottom: 15px
    }
}

#company-history #l_conts {
    border-bottom: 1px solid #97a3a3
}

#company-history #l_conts .history {
    overflow: hidden
}

#company-history #l_conts .category {
    margin-bottom: 30px;
    width: 100%;
    display: table
}

#company-history #l_conts .category li {
    display: table-cell;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle
}

#company-history #l_conts .category .in {
    padding-top: 15px;
    padding-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    display: block
}

#company-history #l_conts .cate_919 {
    padding-left: 65px
}

#company-history #l_conts .cate_919 .in {
    background-color: #b7183f;
    border-color: #b7183f;
    color: #FFF
}

#company-history #l_conts .cate_world {
    padding-left: 20px;
    width: 250px
}

#company-history #l_conts .cate_world .in {
    border-color: #111
}

#company-history #l_conts .age {
    width: 100%;
    background-color: #f6f6f6;
    border-top: 1px solid #97a3a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1
}

#company-history #l_conts .age:before {
    width: 1px;
    height: 100%;
    background-color: #b7183f;
    position: absolute;
    top: 0;
    left: 34px;
    z-index: 5;
    content: ""
}

#company-history #l_conts .age:after {
    width: 34px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    content: ""
}

#company-history #l_conts .year {
    padding-top: 17px;
    width: 50px;
    height: 50px;
    background-color: #b7183f;
    border-radius: 100%;
    position: absolute;
    top: 33px;
    left: 11px;
    z-index: 10;
    color: #FFF;
    line-height: 1;
    text-align: center;
    font-weight: normal
}

#company-history #l_conts .year.start {
    padding-top: 25px;
    width: 65px;
    height: 65px;
    top: 39px;
    left: 3px
}

#company-history #l_conts .col {
    background-color: #FFF;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

#company-history #l_conts .col.inner {
    width: 100%
}

#company-history #l_conts .month {
    padding: 30px 40px 25px 95px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.75
}

#company-history #l_conts .month+.month {
    border-top: 1px solid #97a3a3
}

#company-history #l_conts .month.bgEven {
    background-color: #f6f6f6
}

#company-history #l_conts .month .num {
    margin-bottom: 10px;
    padding: 5px 15px;
    display: table;
    background-color: #FFF;
    border: 1px solid #b7183f;
    color: #b7183f;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center
}

#company-history #l_conts .month dt {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold
}

#company-history #l_conts .month .u_basic_list {
    margin-top: 0;
    margin-bottom: 10px
}

#company-history #l_conts .month .u_basic_list li {
    font-size: 1.4rem;
    font-weight: bold
}

#company-history #l_conts .month .u_basic_list li:before {
    margin-top: -2px
}

#company-history #l_conts .month .em {
    font-size: 1.4rem;
    font-weight: bold
}

#company-history #l_conts .imgTrue .img {
    position: absolute;
    top: 0;
    right: 0
}

#company-history #l_conts .imgTrue .logo {
    position: absolute;
    bottom: 0;
    left: -60px
}

@media only screen and (max-width: 800px) {
    #company-history #l_conts .history:before {
        display: none;
        cursor: none
    }
    #company-history #l_conts .category {
        display: none
    }
    #company-history #l_conts .category+.age {
        padding-top: 0;
        border-top: none
    }
    #company-history #l_conts .age {
        padding: 15px 0;
        background-color: #FFF;
        display: block
    }
    #company-history #l_conts .age:before {
        display: none;
        content: none
    }
    #company-history #l_conts .age:after {
        content: none
    }
    #company-history #l_conts .year {
        margin-bottom: 15px;
        padding: 10px;
        width: 100%;
        background-color: #b7183f;
        border-radius: 0;
        height: auto;
        border-top: none;
        position: static;
        color: #FFF;
        font-size: 1.6rem;
        font-weight: bold;
        font-style: italic;
        text-align: left
    }
    #company-history #l_conts .year.start {
        padding: 10px;
        width: 100%;
        height: auto
    }
    #company-history #l_conts .year1997 {
        height: auto
    }
    #company-history #l_conts .year1997 .year {
        width: 100%
    }
    #company-history #l_conts .col {
        background-color: #FFF;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    #company-history #l_conts .col.inner {
        width: auto
    }
    #company-history #l_conts .col.world {
        margin-top: 15px;
        padding: 15px 0 0;
        width: auto;
        border-top: 1px solid #97a3a3;
        border-left: none;
        font-size: 1.2rem
    }
    #company-history #l_conts .col.world:before {
        display: block;
        font-weight: bold;
        content: attr(data-world-text)
    }
    #company-history #l_conts .col.world br {
        display: none
    }
    #company-history #l_conts .month {
        padding: 0;
        min-height: auto;
        position: relative;
        font-size: 1.2rem;
        line-height: 1.75
    }
    #company-history #l_conts .month+.month {
        margin-top: 15px;
        padding-top: 10px
    }
    #company-history #l_conts .month.bgEven {
        background-color: #fff
    }
    #company-history #l_conts .month .num {
        margin-top: 0;
        padding: 5px 10px;
        width: auto;
        border-radius: 0;
        font-size: 1.2rem
    }
    #company-history #l_conts .month .num.start {
        margin-top: 0;
        padding: 10px
    }
    #company-history #l_conts .imgTrue {
        padding-right: 0
    }
    #company-history #l_conts .imgTrue .img {
        margin-top: 25px;
        margin-right: auto;
        margin-left: auto;
        position: static;
        display: block
    }
    #company-history #l_conts .imgTrue .logo {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
        position: static;
        display: block
    }
    #company-history #l_conts .imgTrue.imgBox01 {
        height: auto
    }
    #company-history #l_conts .imgTrue.imgBox02 {
        height: auto
    }
    #company-history #l_conts .imgTrue.imgBox03 {
        height: auto
    }
    #company-history #l_conts .imgTrue.imgBox04 {
        height: auto
    }
    #company-history #l_conts .imgTrue.imgBox05 {
        height: auto
    }
    #company-history #l_conts .imgTrue.imgBox06 {
        height: auto
    }
    #company-history #l_conts .imgTrue.imgBox07 {
        height: auto
    }
    #company-history #l_conts .imgTrue.imgBox08 {
        height: auto
    }
    #company-history #l_conts .is_height01 {
        height: auto
    }
    #company-history #l_conts .is_height02 {
        height: auto
    }
    #company-history #l_conts .is_height03 {
        height: auto
    }
}

#company-strength #l_conts {
    margin-top: -8px
}

#company-strength #l_conts .u_ttl_type01 {
    margin: 0 0 35px
}

#company-strength #l_conts .u_catch_em {
    margin: 0 0 23px;
    line-height: 1.5
}

#company-strength #l_conts .text01 {
    margin-bottom: 40px
}

#company-strength #l_conts p {
    margin-bottom: 30px
}

#company-strength #l_conts .u_image_layout {
    margin: 0 0 60px
}

#company-strength #l_conts .u_colbox {
    margin: -30px 0 48px -30px
}

#company-strength #l_conts .u_colbox .u_colbox_in {
    padding: 34px 41px 33px
}

#company-strength #l_conts .u_colbox .u_colbox_ttl {
    margin-bottom: 25px;
    padding-bottom: 12px;
    color: #333
}

#company-strength #l_conts .u_colbox .u_col {
    margin: 30px 0 0
}

#company-strength #l_conts .u_colbox .u_colbox_txt {
    line-height: 1.75
}

#company-strength #l_conts .u_basic_list {
    margin: 0 12px 40px
}

#company-strength #l_conts .u_basic_list .u_basic_li {
    margin-top: 24px
}

#company-strength #l_conts .u_def_list .u_def_ttl {
    margin-top: 22px
}

#company-strength #l_conts .ulList {
    margin-bottom: 48px
}

#company-strength #l_conts .ulList li {
    padding-left: 30px;
    float: left;
    width: 345px
}

#company-strength #l_conts .ulList li span {
    margin-bottom: 5px;
    display: block
}

#company-strength #l_conts .ulList li:first-child {
    padding: 0
}

#company-strength #l_conts .dlList {
    margin-bottom: 42px
}

#company-strength #l_conts .text02 {
    margin-bottom: 40px
}

#company-strength #l_conts .textImg {
    margin-bottom: 0
}

@media only screen and (max-width: 800px) {
    #company-strength #l_conts {
        margin-top: 0
    }
    #company-strength #l_conts .u_ttl_type01 {
        margin: 0 -20px 18px
    }
    #company-strength #l_conts .u_catch_em {
        margin: 0 0 12px
    }
    #company-strength #l_conts .text01 {
        margin-bottom: 20px
    }
    #company-strength #l_conts p {
        margin-bottom: 15px
    }
    #company-strength #l_conts .u_image_layout {
        margin: 0 0 30px
    }
    #company-strength #l_conts .u_colbox {
        margin: -15px 0 24px 0
    }
    #company-strength #l_conts .u_colbox .u_colbox_in {
        padding: 17px 21px 17px
    }
    #company-strength #l_conts .u_colbox .u_colbox_ttl {
        margin-bottom: 13px;
        padding-bottom: 6px
    }
    #company-strength #l_conts .u_colbox .u_col {
        margin: 15px 0 0
    }
    #company-strength #l_conts .u_basic_list {
        margin: 0 6px 20px
    }
    #company-strength #l_conts .u_basic_list .u_basic_li {
        margin-top: 12px
    }
    #company-strength #l_conts .u_def_list .u_def_ttl {
        margin-top: 11px
    }
    #company-strength #l_conts .ulList {
        margin-bottom: 24px
    }
    #company-strength #l_conts .ulList li {
        padding: 0;
        margin-right: 2%;
        width: 49%
    }
    #company-strength #l_conts .ulList li span {
        margin-bottom: 3px
    }
    #company-strength #l_conts .ulList li img {
        width: 100%
    }
    #company-strength #l_conts .ulList li:nth-child(2n) {
        margin: 0
    }
    #company-strength #l_conts .dlList {
        margin-bottom: 21px
    }
    #company-strength #l_conts .text02 {
        margin-bottom: 20px
    }
}

#company-3minutes919 #l_headline {
    height: calc(100vh - 120px);
    min-height: 680px;
    margin-bottom: 0;
    background-image: url(/assets/img/company/3minutes919/main_img.jpg)
}

#company-3minutes919 #l_headline .l_headline_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#company-3minutes919 #l_headline .l_headline_txt {
    margin-bottom: 30px;
    color: #111;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}

#company-3minutes919 #l_headline .l_headline_txt .emTxt {
    color: #b7183f;
    display: inline-block
}

#company-3minutes919 #l_headline .l_headline_txt .en {
    margin-top: 18px;
    line-height: 1;
    font-size: 2.3rem
}

#company-3minutes919 #l_headline .l_headline_txt .jp {
    font-size: 4.2rem;
    letter-spacing: -0.05em
}

#company-3minutes919 #l_main_inner {
    margin-top: -50px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0
}

#company-3minutes919 #l_main_inner .section {
    margin-bottom: 120px
}

#company-3minutes919 #l_main_inner .sectionInner {
    margin-right: auto;
    margin-left: auto;
    width: 1000px
}

#company-3minutes919 #l_main_inner .u_ttl_type05 {
    margin-top: 0;
    position: relative;
    font-size: 3.2rem;
    line-height: 1;
    top: 0;
    left: 0
}

#company-3minutes919 #l_main_inner .u_ttl_type05 span {
    display: block;
    width: 100%
}

#company-3minutes919 #l_main_inner .u_ttl_type05 .en {
    position: absolute;
    bottom: 0;
    left: 0
}

#company-3minutes919 #l_main_inner .u_catch_em {
    margin-top: 0;
    margin-bottom: 26px;
    font-size: 2.8rem
}

#company-3minutes919 #l_main_inner .sectionTxt+.sectionTxt {
    margin-top: 32px
}

#company-3minutes919 #l_main_inner .em {
    font-weight: bold;
    font-style: normal
}

#company-3minutes919 #l_main_inner .box {
    width: 490px
}

#company-3minutes919 #l_main_inner #philosophy {
    margin-top: 50px;
    margin-bottom: 200px;
    height: 930px;
    position: relative
}

#company-3minutes919 #l_main_inner #philosophy .fixImgTopRight {
    position: absolute;
    top: -50px;
    right: -70px
}

#company-3minutes919 #l_main_inner #philosophy .box {
    position: relative
}

#company-3minutes919 #l_main_inner #philosophy .box .u_ttl_type05 {
    top: 180px
}

#company-3minutes919 #l_main_inner #philosophy .box .u_ttl_type05 .en {
    left: -76px;
    bottom: -4px
}

#company-3minutes919 #l_main_inner #philosophy .box .textBox {
    padding-top: 198px;
    padding-bottom: 84px
}

#company-3minutes919 #l_main_inner #philosophy .box .fixImgBtmLeft {
    position: absolute;
    bottom: -241px;
    right: 0
}

#company-3minutes919 #l_main_inner #solutionAndService {
    margin-bottom: 260px;
    height: 1106px;
    position: relative
}

#company-3minutes919 #l_main_inner #solutionAndService .sectionInner:after {
    display: block;
    clear: both;
    content: ""
}

#company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box {
    width: 500px;
    padding-top: 68px;
    padding-left: 16px;
    position: relative;
    float: right
}

#company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .u_ttl_type05 {
    margin-bottom: 30px;
    padding-left: 14px;
    position: absolute;
    top: 22px;
    z-index: 3
}

#company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .u_ttl_type05 .en {
    left: -338px;
    bottom: 25px
}

#company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .sectionTxt {
    margin-top: 22px
}

#company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .boxImgBtm {
    margin-top: 44px
}

#company-3minutes919 #l_main_inner #solutionAndService .sectionInner .imgBox {
    position: relative;
    width: 400px;
    float: left
}

#company-3minutes919 #l_main_inner #solutionAndService .sectionInner .imgBox .fixImgTopLeft01 {
    position: absolute;
    top: 188px;
    left: -156px;
    z-index: 2
}

#company-3minutes919 #l_main_inner #solutionAndService .sectionInner .imgBox .fixImgTopLeft02 {
    position: absolute;
    top: 14px;
    right: 170px;
    z-index: 1
}

#company-3minutes919 #l_main_inner #quickGroup {
    margin-bottom: -94px;
    height: 1150px;
    background: url(/assets/img/company/3minutes919/quickGroup_bg.png) no-repeat right bottom;
    background-size: cover;
    -webkit-background-size: cover
}

#company-3minutes919 #l_main_inner #quickGroup .u_ttl_type05 .en {
    bottom: -2px;
    left: -138px
}

#company-3minutes919 #l_main_inner #quickGroup .u_catch_em {
    margin-top: 28px;
    margin-bottom: 36px
}

#company-3minutes919 #l_main_inner #quickGroup .imgConts {
    margin-bottom: 56px
}

#company-3minutes919 #l_main_inner #feature {
    margin-bottom: 186px;
    height: 1458px;
    text-align: center;
    position: relative
}

#company-3minutes919 #l_main_inner #feature .boxImgRightTop {
    position: absolute;
    top: 0;
    right: 0
}

#company-3minutes919 #l_main_inner #feature .sectionInner {
    margin-left: -502px;
    position: absolute;
    top: 0;
    left: 50%
}

#company-3minutes919 #l_main_inner #feature .boxImgBtmLeft {
    position: absolute;
    bottom: 0;
    left: 0
}

#company-3minutes919 #l_main_inner #feature .u_ttl_type05 {
    margin-top: 368px;
    margin-bottom: 28px
}

#company-3minutes919 #l_main_inner #feature .u_ttl_type05 .en {
    bottom: 26px
}

#company-3minutes919 #l_main_inner #feature .imgConts {
    padding-bottom: 100px;
    margin-top: 30px
}

#company-3minutes919 #l_main_inner #achievement {
    margin-bottom: 100px;
    height: 795px
}

#company-3minutes919 #l_main_inner #achievement .sectionInner:after {
    display: block;
    clear: both;
    content: ""
}

#company-3minutes919 #l_main_inner #achievement .u_ttl_type05 {
    margin-bottom: 30px
}

#company-3minutes919 #l_main_inner #achievement .u_ttl_type05 .en {
    bottom: 20px;
    left: -94px
}

#company-3minutes919 #l_main_inner #achievement .box {
    float: left
}

#company-3minutes919 #l_main_inner #achievement .imgColWrap {
    margin-top: 6px;
    float: right
}

#company-3minutes919 #l_main_inner #history {
    margin-bottom: 0;
    position: relative;
    height: 874px
}

#company-3minutes919 #l_main_inner #history .sectionInner {
    position: relative
}

#company-3minutes919 #l_main_inner #history .wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

#company-3minutes919 #l_main_inner #history .wrap:after {
    display: block;
    clear: both;
    content: ""
}

#company-3minutes919 #l_main_inner #history .box {
    float: right;
    margin-left: 86px
}

#company-3minutes919 #l_main_inner #history .u_ttl_type05 {
    margin-bottom: 30px
}

#company-3minutes919 #l_main_inner #history .u_ttl_type05 .en {
    bottom: -4px;
    left: -10px
}

#company-3minutes919 #l_main_inner #history .imgColWrap {
    padding-top: 38px;
    float: left
}

#company-3minutes919 #l_main_inner #history .fixImgBtmLeft {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

#company-3minutes919 #l_main_inner #history .photo01 {
    margin-left: 45px
}

#company-3minutes919 #l_main_inner #history .photo02 {
    margin-left: -40px
}

#company-3minutes919 #l_main_inner #conclution {
    margin-bottom: 0;
    height: 100vh;
    position: relative;
    background: url(/assets/img/company/3minutes919/conclution_bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover
}

#company-3minutes919 #l_main_inner #conclution .txtBox {
    padding: 120px 160px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#company-3minutes919 #l_main_inner #aboutQuick {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 200px;
    text-align: center;
    background-image: url(/assets/img/common/tpl/bg01.png)
}

#company-3minutes919 #l_main_inner #aboutQuick .ttl .en {
    color: #b7183f;
    font-size: 3.2rem
}

#company-3minutes919 #l_main_inner #aboutQuick .ttl span {
    display: block
}

#company-3minutes919 #l_main_inner #aboutQuick .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#company-3minutes919 #l_main_inner #aboutQuick .links:after {
    display: block;
    clear: both;
    content: ""
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li {
    width: 332px;
    height: 410px;
    float: left
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li+li {
    margin-left: 1px
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li.linkStrength .linkTtl {
    background: url(/assets/img/company/3minutes919/aboutQuick_link01.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li.linkHistory .linkTtl {
    background: url(/assets/img/company/3minutes919/aboutQuick_link02.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li.link919plus .linkTtl {
    background: url(/assets/img/company/3minutes919/aboutQuick_link03.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl {
    margin-top: 60px;
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    color: #FFF;
    height: 250px;
    display: block;
    text-decoration: none
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl:hover:before {
    background-color: transparent
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .linkTtlInner {
    width: 240px;
    height: 180px;
    background-color: rgba(183, 24, 53, 0);
    border: 1px solid white;
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .linkTtlInner .in {
    display: table-cell;
    vertical-align: top;
    padding-top: 40px;
    line-height: 1.3
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .linkTtlInner .in sup {
    font-size: 1.2rem
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .linkTtlInner .in sub {
    font-size: 1.2rem
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl:hover .linkTtlInner {
    background-color: #b7183f
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .icon {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .icon:before {
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 8px;
    left: 7px;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTxt {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    height: 160px;
    font-size: 1.6rem;
    color: #333;
    background-color: #F6F6F6
}

@media only screen and (max-width: 800px) {
    #company-3minutes919 #l_headline {
        min-height: 320px
    }
    #company-3minutes919 #l_headline .l_headline_wrap {
        min-width: 270px
    }
    #company-3minutes919 #l_headline .l_headline_wrap .lHeadlineIcon img {
        width: 36px
    }
    #company-3minutes919 #l_headline .l_headline_txt .en {
        margin-top: 18px;
        font-size: 2.0rem
    }
    #company-3minutes919 #l_headline .l_headline_txt .jp {
        margin-top: 14px;
        font-size: 2.4rem;
        line-height: 1.4
    }
    #company-3minutes919 #l_main_inner {
        margin-top: 0;
        width: 100%
    }
    #company-3minutes919 #l_main_inner .section {
        margin-bottom: 60px
    }
    #company-3minutes919 #l_main_inner .sectionInner {
        padding-right: 20px;
        padding-left: 20px;
        width: 100%
    }
    #company-3minutes919 #l_main_inner .u_ttl_type05 {
        font-size: 2.0rem
    }
    #company-3minutes919 #l_main_inner .u_ttl_type05 .en {
        position: relative;
        left: 0;
        bottom: 0
    }
    #company-3minutes919 #l_main_inner .u_catch_em {
        margin-bottom: 13px;
        font-size: 1.8rem
    }
    #company-3minutes919 #l_main_inner .sectionTxt+.sectionTxt {
        margin-top: 16px
    }
    #company-3minutes919 #l_main_inner .box {
        width: 100%
    }
    #company-3minutes919 #l_main_inner #philosophy {
        margin-top: 10px;
        margin-bottom: 40px;
        height: auto;
        position: relative
    }
    #company-3minutes919 #l_main_inner #philosophy .fixImgTopRight {
        margin-bottom: 10px;
        padding-left: 10px;
        float: right;
        position: relative;
        top: 0;
        right: 0;
        bottom: auto
    }
    #company-3minutes919 #l_main_inner #philosophy .fixImgTopRight>img {
        width: 100px
    }
    #company-3minutes919 #l_main_inner #philosophy .box {
        position: relative
    }
    #company-3minutes919 #l_main_inner #philosophy .box .u_ttl_type05 {
        top: 40px
    }
    #company-3minutes919 #l_main_inner #philosophy .box .u_ttl_type05 .en {
        left: 0;
        bottom: 0
    }
    #company-3minutes919 #l_main_inner #philosophy .box .u_ttl_type05 .en img {
        width: auto;
        height: 31px
    }
    #company-3minutes919 #l_main_inner #philosophy .box .textBox {
        padding-top: 50px;
        padding-bottom: 20px
    }
    #company-3minutes919 #l_main_inner #philosophy .box .fixImgBtmLeft {
        position: relative;
        bottom: 0;
        right: 0
    }
    #company-3minutes919 #l_main_inner #solutionAndService {
        margin-bottom: 50px;
        height: auto
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
        position: relative;
        float: none
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .u_ttl_type05 {
        position: relative;
        margin-bottom: 40px;
        padding-left: 0
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .u_ttl_type05 .en {
        left: 0;
        bottom: 10px
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .u_ttl_type05 .en img {
        width: auto;
        height: 31px
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .sectionTxt {
        margin-top: 22px
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .sectionTxt br {
        display: none
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .box .boxImgBtm {
        margin-top: 22px;
        text-align: center
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .imgBox {
        margin: 0 0 10px 10px;
        position: relative;
        width: 100px;
        float: right
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .imgBox .fixImgTopLeft01 {
        position: relative;
        top: 20px;
        left: 10px
    }
    #company-3minutes919 #l_main_inner #solutionAndService .sectionInner .imgBox .fixImgTopLeft02 {
        position: absolute;
        top: 0;
        right: auto
    }
    #company-3minutes919 #l_main_inner #quickGroup {
        margin-bottom: 40px;
        height: auto;
        background: url(/assets/img/company/3minutes919/quickGroup_bg.png) no-repeat right bottom;
        background-size: cover;
        -webkit-background-size: cover
    }
    #company-3minutes919 #l_main_inner #quickGroup .u_ttl_type05 .en {
        bottom: 0;
        left: 0
    }
    #company-3minutes919 #l_main_inner #quickGroup .u_ttl_type05 .en img {
        width: auto;
        height: 31px
    }
    #company-3minutes919 #l_main_inner #quickGroup .u_catch_em {
        margin-top: 14px;
        margin-bottom: 18px
    }
    #company-3minutes919 #l_main_inner #quickGroup .imgConts {
        margin-bottom: 28px
    }
    #company-3minutes919 #l_main_inner #quickGroup .sectionTxt br {
        display: none
    }
    #company-3minutes919 #l_main_inner #feature {
        margin-bottom: 50px;
        padding-top: 12px;
        padding-bottom: 32px;
        height: auto;
        position: relative
    }
    #company-3minutes919 #l_main_inner #feature .boxImgRightTop {
        width: 120px
    }
    #company-3minutes919 #l_main_inner #feature .sectionInner {
        margin-left: 0;
        position: relative;
        top: auto;
        left: auto
    }
    #company-3minutes919 #l_main_inner #feature .boxImgBtmLeft {
        width: 120px
    }
    #company-3minutes919 #l_main_inner #feature .u_ttl_type05 {
        margin-top: 40px;
        margin-bottom: 14px
    }
    #company-3minutes919 #l_main_inner #feature .u_ttl_type05 .en {
        margin-right: auto;
        margin-left: auto;
        bottom: 0
    }
    #company-3minutes919 #l_main_inner #feature .u_ttl_type05 .en img {
        width: auto;
        height: 31px
    }
    #company-3minutes919 #l_main_inner #feature .imgConts {
        padding-bottom: 0;
        margin-top: 14px
    }
    #company-3minutes919 #l_main_inner #achievement {
        margin-bottom: 50px;
        height: auto
    }
    #company-3minutes919 #l_main_inner #achievement .u_ttl_type05 {
        margin-bottom: 15px
    }
    #company-3minutes919 #l_main_inner #achievement .u_ttl_type05 .en {
        bottom: 10px;
        left: 0
    }
    #company-3minutes919 #l_main_inner #achievement .u_ttl_type05 .en img {
        width: auto;
        height: 31px
    }
    #company-3minutes919 #l_main_inner #achievement .box {
        float: none
    }
    #company-3minutes919 #l_main_inner #achievement .imgColWrap {
        margin-top: 20px;
        text-align: center;
        float: none
    }
    #company-3minutes919 #l_main_inner #history {
        margin-bottom: 60px;
        height: auto
    }
    #company-3minutes919 #l_main_inner #history .wrap {
        position: relative
    }
    #company-3minutes919 #l_main_inner #history .box {
        float: none;
        margin-left: 0
    }
    #company-3minutes919 #l_main_inner #history .u_ttl_type05 {
        margin-bottom: 15px
    }
    #company-3minutes919 #l_main_inner #history .u_ttl_type05 .en {
        bottom: 0;
        left: 0
    }
    #company-3minutes919 #l_main_inner #history .u_ttl_type05 .en img {
        width: auto;
        height: 31px
    }
    #company-3minutes919 #l_main_inner #history .imgColWrap {
        padding-top: 38px;
        text-align: center;
        float: none
    }
    #company-3minutes919 #l_main_inner #history .fixImgBtmLeft {
        position: relative;
        float: right;
        margin-left: 10px
    }
    #company-3minutes919 #l_main_inner #history .fixImgBtmLeft>img {
        width: 100px
    }
    #company-3minutes919 #l_main_inner #conclution .txtBox {
        width: 80%;
        min-width: 290px;
        padding: 60px 10px
    }
    #company-3minutes919 #l_main_inner #aboutQuick {
        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 100px;
        text-align: center;
        background-image: url(/assets/img/common/tpl/bg01.png)
    }
    #company-3minutes919 #l_main_inner #aboutQuick .ttl .en {
        font-size: 2.2rem;
        line-height: 1.4
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links {
        margin-top: 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links:after {
        display: block;
        clear: both;
        content: ""
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links>li {
        width: 100%;
        height: auto
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links>li+li {
        margin-left: 0
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl {
        margin-top: 0;
        font-size: 1.8rem;
        height: 200px
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .linkTtlInner {
        padding-right: 20px;
        padding-left: 20px;
        height: 76%
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .linkTtlInner .in sup {
        font-size: 1.0rem
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .linkTtlInner .in sub {
        font-size: 1.0rem
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTtl .icon {
        bottom: 20%
    }
    #company-3minutes919 #l_main_inner #aboutQuick .links>li .linkTxt {
        height: auto;
        font-size: 1.2rem
    }
}

#business-recruiting #l_conts .pageTtl {
    background-image: url(/assets/img/company/business/recruiting/ttl_bg.jpg)
}

#business-recruiting #l_conts .media {
    margin-bottom: 70px
}

#business-recruiting #l_conts .media .leadTxt {
    margin-bottom: 30px
}

#business-recruiting #l_conts .media .list {
    margin: -20px 0 0 -15px;
    overflow: hidden
}

#business-recruiting #l_conts .media .list .box {
    margin: 20px 0 0 15px;
    width: 350px;
    float: left;
    display: table
}

#business-recruiting #l_conts .media .list .box span,
#business-recruiting #l_conts .media .list .box a {
    width: 230px;
    height: 100px;
    border: 1px solid #D6D6D6;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

#business-recruiting #l_conts .media .list .box a {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

#business-recruiting #l_conts .media .list .box a:hover {
    border: 1px solid #B7183F
}

#business-recruiting #l_conts .media .list .box a:before {
    width: 10px;
    height: 10px;
    background: url(/assets/img/common/icon/newwin01_m.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    content: ""
}

#business-recruiting #l_conts .flow {
    margin-bottom: 70px
}

#business-recruiting #l_conts .flow .support .term,
#business-recruiting #l_conts .flow .support .inner {
    display: table-cell;
    vertical-align: top
}

#business-recruiting #l_conts .flow .support .term {
    padding: 20px 18px;
    width: 60px;
    background: #B7183F;
    color: #FFF
}

#business-recruiting #l_conts .flow .support .term span {
    display: block;
    text-align: center
}

#business-recruiting #l_conts .flow .support .inner {
    padding-left: 20px
}

#business-recruiting #l_conts .flow .support .inner .box {
    box-sizing: border-box;
    margin-top: 10px;
    padding: 0 40px;
    width: 640px;
    min-height: 140px;
    border: 1px solid #B7183F;
    display: table
}

#business-recruiting #l_conts .flow .support .inner .box:first-child {
    margin-top: 0
}

#business-recruiting #l_conts .flow .support .inner .box .icon,
#business-recruiting #l_conts .flow .support .inner .box section {
    display: table-cell;
    vertical-align: middle
}

#business-recruiting #l_conts .flow .support .inner .box .icon {
    padding-right: 23px;
    width: 44px;
    text-align: center
}

#business-recruiting #l_conts .flow .support .inner .box section .ttl {
    font-size: 1.8rem
}

#business-recruiting #l_conts .flow .support .inner .box section p {
    font-size: 1.4rem
}

#business-recruiting #l_conts .flow .appointment {
    margin-bottom: 10px
}

#business-recruiting #l_conts .flow .appointment .term {
    position: relative
}

#business-recruiting #l_conts .flow .appointment .term:before,
#business-recruiting #l_conts .flow .appointment .term:after {
    position: absolute;
    content: ""
}

#business-recruiting #l_conts .flow .appointment .term:before {
    width: 60px;
    height: 20px;
    background: #FFF;
    border: 1px solid #fff;
    border-top: none;
    bottom: -1px;
    left: -1px
}

#business-recruiting #l_conts .flow .appointment .term:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #b71840 transparent transparent transparent;
    bottom: 0;
    left: 0
}

#business-recruiting #l_conts .flow .after .term {
    padding: 0 18px;
    background-color: #2F4847;
    position: relative;
    vertical-align: middle
}

#business-recruiting #l_conts .flow .after .term:before,
#business-recruiting #l_conts .flow .after .term:after {
    position: absolute;
    content: ""
}

#business-recruiting #l_conts .flow .after .term:before {
    width: 60px;
    height: 20px;
    background: #FFF;
    border: 1px solid #fff;
    border-top: none;
    bottom: -1px;
    left: -1px
}

#business-recruiting #l_conts .flow .after .term:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #2F4847 transparent transparent transparent;
    bottom: 0;
    left: 0
}

#business-recruiting #l_conts .flow .after .inner .box {
    border-color: #2F4847
}

@media only screen and (max-width: 800px) {
    #business-recruiting #l_conts .media {
        margin-bottom: 30px
    }
    #business-recruiting #l_conts .media .leadTxt {
        margin-bottom: 20px
    }
    #business-recruiting #l_conts .media .list {
        margin: -5px;
        overflow: hidden
    }
    #business-recruiting #l_conts .media .list .box {
        box-sizing: border-box;
        margin: 0;
        padding: 5px;
        width: 50%;
        float: left
    }
    #business-recruiting #l_conts .media .list .box a,
    #business-recruiting #l_conts .media .list .box span {
        height: 75px;
        -webkit-transition: inherit;
        transition: inherit
    }
    #business-recruiting #l_conts .media .list .box a:hover,
    #business-recruiting #l_conts .media .list .box span:hover {
        border-color: #D6D6D6
    }
    #business-recruiting #l_conts .media .list .box a img,
    #business-recruiting #l_conts .media .list .box span img {
        width: 89px
    }
    #business-recruiting #l_conts .flow {
        margin-bottom: 30px
    }
    #business-recruiting #l_conts .flow .support {
        width: 100%;
        display: table
    }
    #business-recruiting #l_conts .flow .support .term {
        padding: 10px 0 0;
        width: 30px
    }
    #business-recruiting #l_conts .flow .support .inner {
        padding-left: 10px
    }
    #business-recruiting #l_conts .flow .support .inner .box {
        padding: 0 20px;
        width: 100%;
        height: 100px;
        min-height: inherit
    }
    #business-recruiting #l_conts .flow .support .inner .box .icon {
        padding-right: 12px;
        width: 34px
    }
    #business-recruiting #l_conts .flow .support .inner .box .icon img {
        width: 22px;
        height: 22px
    }
    #business-recruiting #l_conts .flow .support .inner .box section .ttl {
        font-size: 1.6rem
    }
    #business-recruiting #l_conts .flow .support .inner .box section p {
        font-size: 1.3rem;
        line-height: 1.75
    }
    #business-recruiting #l_conts .flow .appointment .term:before {
        width: 100%;
        height: 10px
    }
    #business-recruiting #l_conts .flow .appointment .term:after {
        border-width: 10px 15px 0 15px
    }
    #business-recruiting #l_conts .flow .after .term {
        padding: 0
    }
    #business-recruiting #l_conts .flow .after .term:before {
        width: 100%;
        height: 10px
    }
    #business-recruiting #l_conts .flow .after .term:after {
        border-width: 10px 15px 0 15px
    }
}

#business-staffing_agency #l_conts .structure {
    margin-bottom: 70px
}

#business-staffing_agency #l_conts .pageTtl {
    background-image: url(/assets/img/company/business/staffing_agency/ttl_bg.jpg)
}

#business-staffing_agency #l_conts .logo li:first-child img {
    width: 170px;
    height: auto
}

@media only screen and (max-width: 800px) {
    #business-staffing_agency #l_conts .structure {
        margin-bottom: 30px
    }
}

#business-global #l_conts .pageTtl {
    background-image: url(/assets/img/company/business/global/ttl_bg.jpg)
}

#business-global #l_conts .description_of_business .logo li {
    margin-top: 15px
}

#business-global #l_conts .description_of_business .logo li img {
    height: auto
}

#business-global #l_conts .description_of_business .logo li:first-child {
    margin-top: 0
}

#business-global #l_conts .description_of_business .logo li:first-child img {
    width: 160px
}

#business-global #l_conts .description_of_business .logo li:nth-child(2) img {
    width: 130px
}

#business-global #l_conts .media {
    margin-bottom: 70px
}

#business-global #l_conts .media .notes {
    margin: 35px 0 0 10px;
    padding-left: 1.5em;
    font-size: 1.4rem;
    text-indent: -1.3em
}

#business-global #l_conts .media .image {
    margin-top: 60px
}

#business-global .cbr_logo {
    max-width: 300px;
    margin: 0px auto;
}
#business-global .cbr_logo img {
    margin-top: 20px
}

@media only screen and (max-width: 800px) {
    #business-global #l_conts .description_of_business {
        margin-bottom: 30px
    }
    #business-global #l_conts .description_of_business .logo {
        margin: 0 0 20px;
        float: none;
        text-align: center
    }
    #business-global #l_conts .description_of_business .logo li {
        margin-top: 20px
    }
    #business-global #l_conts .description_of_business .txt p {
        margin-top: 20px
    }
    #business-global #l_conts .media {
        margin-bottom: 30px
    }
    #business-global #l_conts .media .notes {
        margin: 20px 0 0 5px;
        font-size: 1.2rem
    }
    #business-global #l_conts .media .image {
        margin-top: 20px
    }
}

#business-outsource #l_conts .pageTtl {
    background-image: url(/assets/img/company/business/outsource/ttl_bg.jpg)
}

#business-outsource #l_conts .logo li:first-child img {
    width: 220px;
    height: auto
}

#business-outsource #l_conts .structure {
    margin-bottom: 70px
}

@media only screen and (max-width: 800px) {
    #business-outsource #l_conts .structure {
        margin-bottom: 30px
    }
}

#business-outsource #l_conts .operation_list .inner .box {
    width: 345px;
}

#business-outsource #l_conts .operation_list .inner .box .image a {
    border: none;
}

#business-publish #l_conts .pageTtl {
    background-image: url(/assets/img/company/business/publish/ttl_bg.jpg)
}

#business-publish #l_conts .operation_list .leadTxt {
    margin-bottom: 70px
}

#business-publish #l_conts .operation_list .inner {
    margin-left: -16px
}

#business-publish #l_conts .operation_list .inner .box {
    margin-left: 15px;
    width: 169px
}

#business-publish #l_conts .operation_list .inner .box .image {
    text-align: center
}

#business-publish #l_conts .other_list .inner {
    margin: -30px 0 0 -20px
}

#business-publish #l_conts .other_list .inner .box {
    margin: 30px 0 0 20px;
    /*width: 466px*/
    width: 226px
}

/*#business-publish #l_conts .other_list .inner .box:first-child {
    width: 233px
}*/

#business-publish #l_conts .other_list .inner .box .image {
    margin-bottom: 15px
}

#business-publish #l_conts .other_list .inner .box .image a:before {
    background: url(/assets/img/common/icon/newwin04_s.png) no-repeat
}

@media only screen and (max-width: 800px) {
    #business-publish #l_conts .operation_list .leadTxt {
        margin-bottom: 20px
    }
    #business-publish #l_conts .operation_list .inner {
        margin: -10px -5px
    }
    #business-publish #l_conts .operation_list .inner .box {
        margin: 0;
        padding: 10px 5px;
        width: 50%;
        float: left
    }
    #business-publish #l_conts .operation_list .inner .box .image {
        text-align: center
    }
    #business-publish #l_conts .operation_list .inner .box .image a {
        padding: 0 20px
    }
    #business-publish #l_conts .other_list .inner {
        margin: 0
    }
    #business-publish #l_conts .other_list .inner .box {
        margin: 0;
        width: 100%
    }
    #business-publish #l_conts .other_list .inner .box:first-child {
        width: 100%
    }
    #business-publish #l_conts .other_list .inner .box .image {
        margin-bottom: 10px
    }
}

#business-net #l_conts .pageTtl {
    background-image: url(/assets/img/company/net/ttl_bg.jpg)
}

#business-net #l_conts .operation_list {
    margin-bottom: 50px
}

#business-net #l_conts .operation_list .inner {
    margin: -40px 0 0 -15px
}

#business-net #l_conts .operation_list .inner .box {
    margin: 40px 0 0 15px;
    width: 352px
}

#business-net #l_conts .operation_list .inner .box.box02,
#business-net #l_conts .operation_list .inner .box.box03 {
    width: 169px
}

#business-net #l_conts .operation_list .inner .box.box06 {
    width: 353px
}

#business-net #l_conts .operation_list .inner .box .image {
    text-align: center
}

#business-net #l_conts .operation_list .inner .box.box04 .image a:before,
#business-net #l_conts .operation_list .inner .box.box05 .image a:before {
    background: url(/assets/img/common/icon/newwin04_s.png) no-repeat
}

@media only screen and (max-width: 800px) {
    #business-net #l_conts .operation_list {
        margin-bottom: 30px
    }
    #business-net #l_conts .operation_list .inner {
        margin: -10px -5px
    }
    #business-net #l_conts .operation_list .inner .box {
        margin: 0;
        padding: 10px 5px;
        width: 100%;
        float: left
    }
    #business-net #l_conts .operation_list .inner .box.box01 .image a,
    #business-net #l_conts .operation_list .inner .box.box02 .image a,
    #business-net #l_conts .operation_list .inner .box.box03 .image a {
        padding: 0 20px
    }
    #business-net #l_conts .operation_list .inner .box.box02,
    #business-net #l_conts .operation_list .inner .box.box03 {
        width: 50%
    }
    #business-net #l_conts .operation_list .inner .box.box06 {
        width: 100%
    }
}


/* ---------------- sdgs page ----------------- */

#company-sdgs .sdgs1 .u_ttl_type01 {
    margin-top: -8px;
    margin-bottom: 34px;
}

#company-sdgs .pc-only {
    display: block;
}

#company-sdgs .sp-only {
    display: none;
}

.sdgs1_text1 {
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #333;
    margin-bottom: 37px;
}

.sdgs2 {
    margin-top: 70px;
}

.sdgs2 .u_ttl_type01 {
    position: relative;
    padding-left: 70px;
    margin-bottom: 45px;
}

.sdgs2 .u_ttl_type01::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('/assets/img/company/sdgs/logo.png') no-repeat center;
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -5px;
}

.accordion {
    border: 1px solid #D6D6D6;
}

.accordion:not(:last-child) {
    margin-bottom: 17px;
}

.accordion_top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 19px 20px;
    position: relative;
    cursor: pointer;
}

.accordion_top.is-open::before {
    display: none;
}

.accordion_top::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #1B973A;
    position: absolute;
    top: 23px;
    right: 29px;
    display: block;
}

.accordion_top::after {
    content: '';
    width: 20px;
    height: 4px;
    background: #1B973A;
    position: absolute;
    top: 31px;
    right: 21px;
}

.accordion_icon img {
    width: 88px;
}

.accordion_txt {
    flex: 1;
    padding-left: 20px;
}

.accordion_ttl {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
    color: #111;
}

.accordion_text1 {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000;
    margin-top: 8px;
}

.accordion_cont {
    background: #EFFFF3;
    padding: 25px 20px;
    display: none;
}

.accordion_list li:not(:last-child) {
    margin-bottom: 16px;
}

.accordion_link {
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #333;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    cursor: pointer;
    padding: 22px 50px 22px 20px;
    background: #fff;
    position: relative;
}

.accordion_link::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #1B973A;
    border-right: 3px solid #1B973A;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: rotate(45deg) translateY(-50%);
}

.accordion_link:hover {
    border: 1px solid #1B973A;
}

.accordion.color1 .accordion_top::before {
    background: #C50E28;
}

.accordion.color1 .accordion_top::after {
    background: #C50E28;
}

.accordion.color1 .accordion_cont {
    background: #FFF6F6;
}

.accordion.color1 .accordion_link::after {
    border-color: #C50E28;
}

.accordion.color1 .accordion_link:hover {
    border-color: #C50E28;
}


/* ----------------- */

.accordion.color2 .accordion_top::before {
    background: #E83418;
}

.accordion.color2 .accordion_top::after {
    background: #E83418;
}

.accordion.color2 .accordion_cont {
    background: #FFF1E5;
}

.accordion.color2 .accordion_link::after {
    border-color: #E83418;
}

.accordion.color2 .accordion_link:hover {
    border-color: #E83418;
}


/* ----------------- */

.accordion.color3 .accordion_top::before {
    background: #970A31;
}

.accordion.color3 .accordion_top::after {
    background: #970A31;
}

.accordion.color3 .accordion_cont {
    background: #FFEEF2;
}

.accordion.color3 .accordion_link::after {
    border-color: #970A31;
}

.accordion.color3 .accordion_link:hover {
    border-color: #970A31;
}


/* ----------------- */

.accordion.color4 .accordion_top::before {
    background: #DC097B;
}

.accordion.color4 .accordion_top::after {
    background: #DC097B;
}

.accordion.color4 .accordion_cont {
    background: #FFF1F8;
}

.accordion.color4 .accordion_link::after {
    border-color: #DC097B;
}

.accordion.color4 .accordion_link:hover {
    border-color: #DC097B;
}


/* ----------------- */

.accordion.color5 .accordion_top::before {
    background: #F5A20B;
}

.accordion.color5 .accordion_top::after {
    background: #F5A20B;
}

.accordion.color5 .accordion_cont {
    background: #FFF8CB;
}

.accordion.color5 .accordion_link::after {
    border-color: #F5A20B;
}

.accordion.color5 .accordion_link:hover {
    border-color: #F5A20B;
}


/* --------popup--------- */

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    overflow: scroll;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 99;
    backface-visibility: hidden;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 999999;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 730px;
    padding: 30px;
    margin: 0 auto;
    top: 50%;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    text-align: left;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
}

.cd-popup-container .cd-popup-close {
    width: 100px;
    height: 28px;
    background-color: #B7183F;
    border-radius: 14px;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 8px 10px 8px 0;
    margin: 23px auto 0;
    cursor: pointer;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 12px;
    height: 2px;
    background-color: #fff;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 18px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 18px;
}

.cd-popup_img {
    width: 262px;
    margin-right: 29px;
}

.cd-popup_img img {
    max-width: 100%;
}

.cd-popup_txt {
    flex: 1;
}

.cd-popup_text {
    line-height: 2.8rem;
}

.cd-popup_text a {
    font-weight: bold;
}

.cd-popup_flex {
    display: flex;
}

@media only screen and (max-width: 800px) {
    #company-sdgs .pc-only {
        display: none;
    }
    #company-sdgs .sp-only {
        display: block;
    }
    #company-sdgs .sdgs1 .u_ttl_type01 {
        margin-bottom: 18px;
    }
    .sdgs1 img {
        margin: 0 auto;
    }
    .sdgs1_text1 {
        font-size: 1.3rem;
        line-height: 2.6rem;
        margin-bottom: 29px;
    }
    .sdgs2 {
        padding-bottom: 42px;
    }
    .sdgs2 .u_ttl_type01::before {
        width: 42px;
        height: 42px;
        left: 20px;
    }
    .sdgs2 .u_ttl_type01 {
        margin-bottom: 24px;
    }
    .accordion_icon img {
        width: 60px;
    }
    .accordion_ttl {
        font-size: 1.7rem;
        line-height: 2.5rem;
    }
    .accordion_txt {
        padding: 0 45px 0 14px;
    }
    .accordion_text1 {
        font-size: 1.3rem;
        line-height: 2rem;
        margin-top: 11px;
        width: 100%;
    }
    .accordion_top {
        flex-wrap: wrap;
        align-items: center;
        padding: 14px 15px;
    }
    .accordion_link {
        font-size: 1.3rem;
        line-height: 2rem;
        padding: 12px 34px 11px 14px;
    }
    .accordion_link::after {
        right: 20px;
    }
    .accordion_cont {
        padding: 17px 15px;
    }
    .accordion:not(:last-child) {
        margin-bottom: 22px;
    }
    .accordion_top::after {
        top: 42px;
        right: 15px;
    }
    .accordion_top::before {
        top: 34px;
        right: 23px;
    }
    .cd-popup-container {
        width: 90vw;
    }
    .cd-popup_flex {
        display: block;
    }
    .cd-popup_img {
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
    .cd-popup-container {
        padding: 20px;
    }
    .cd-popup_text {
        line-height: 2.4rem;
    }
    .cd-popup_txt {
        margin-top: 15px;
    }
    .cd-popup-container .cd-popup-close {
        margin: 17px auto 0;
    }
}
