@charset "utf-8";

.common_ttl_1_line {
    height: 1px;
    display: block;
    background-color: #124b9c;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (min-width: 751px) {
    .contents_inner {
        padding: 0;
    }
    .common_mv_inner {
        padding-top: 140rem;
        padding-bottom: 170rem;
    }
    .footer_inner {
        padding: 33rem 0 24rem;
    }
    .common_ttl_1_line {
        width: 100%;
    }
    .main {
        overflow: hidden;
    }
}
@media (max-width: 750px) {
    .contents_inner {
        padding: 0 40rem;
    }
    .common_mv_inner {
        padding-top: 155rem;
        padding-bottom: 265rem;
    }
    .footer_inner {
        padding: 0;
    }
    .common_ttl_1 {
        border-bottom: none;
    }
    .common_ttl_1_line {
        width: calc(100% + 40rem);
    }
}

/* mv */
.common_mv {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-attachment: fixed;
}
@media (min-width: 751px) {
    .common_mv {
        background-image: url(/company/about/images/mv.jpg);
    }
}
@media (max-width: 750px) {
    .common_mv {
        background-image: url(/company/about/images/mv_sp.jpg);
    }
}

/* profile */
.profile_box {
    position: relative;
}
.profile_box::before {
    content: '';
    background-color: #f0f4ff;
    display: block;
    position: absolute;
}
.profile_box_img_area {
    overflow: hidden;
}
.profile_box_img {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.profile_box_img::before,
.profile_box_img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
}
.profile_box_img::before {
    background-color: #124b9c;
}
.profile_box_img::after {
    background-color: #fff;
}
.profile_box_img_inner {
    width: 100%;
    height: 100%;
    background: url(/company/about/images/profile_box_img.jpg) no-repeat 50% / cover;
}
.profile_box_detail_area_table {
    position: relative;
}
.profile_box_detail_area_table th {
    line-height: 1.6;
    font-weight: 400;
}
.profile_box_detail_area_table td {
    line-height: 1.8;
    border-left: 1px solid #124b9c;
}
.profile_box_detail_area_table tr + tr {
    border-top: 1px solid #124b9c;
}
.profile_box_detail_area_table a.link_icon {
    line-height: 2.2;
    color: #124b9c;
}
.profile_box_detail_area_table_btn {
    text-decoration: none;
    color: #fff;
    background-color: #124b9c;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.profile_box_detail_area_table_btn_inner {
    border: 1px solid #124b9c;
    display: block;
    position: relative;
}
.profile_suppliers .customer_ttl_sub{
    font-weight: 500;
}
.profile_suppliers .customer_ttl_sub_small{
    font-weight: 400;
}
@media (min-width: 751px) {
    .profile_box {
        display: flex;
        justify-content: space-between;
        margin-top: 140rem;
    }
    .profile_box::before {
        width: 1240rem;
        height: 713rem;
        top: 80rem;
        left: 80rem;
        background-color: #f0f4ff;
    }
    .profile_box_img_area {
        width: 640rem;
        height: 713rem;
        position: relative;
    }
    .profile_box_img,
    .profile_box_img::before,
    .profile_box_img::after {
        width: 640rem;
        height: 713rem;
    }
    .profile_box_detail_area {
        margin-top: -5rem;
    }
    .profile_box_detail_area_table {
        margin-top: 70rem;
        font-size: 18rem;
    }
    .profile_box_detail_area_table th {
        width: 150rem;
    }
    .profile_box_detail_area_table td {
        width: 366rem;
        padding: 16rem 25rem;
    }
    .profile_box_detail_area_table tr:last-child td {
        padding-bottom: 75rem;
    }
    .profile_box_detail_area_table_btn {
        width: 340rem;
        font-size: 16rem;
    }
    .profile_box_detail_area_table_btn::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .profile_box_detail_area_table_btn_inner {
        padding: 10rem 23rem;
    }
}
@media (max-width: 750px) {
    .profile_box {
        margin-top: 80rem;
        position: relative;
    }
    .profile_box::before {
        width: calc(100% + 80rem);
        height: 1332rem;
        left: -40rem;
        bottom: -80rem;
    }
    .profile_box_img_area {
        width: 660rem;
        height: 743rem;
        position: absolute;
        top: 105rem;
        left: 0;
    }
    .profile_box_img,
    .profile_box_img::before,
    .profile_box_img::after {
        width: 660rem;
        height: 743rem;
    }
    .profile_box_detail_area_table {
        margin-top: 831rem;
    }
    .profile_box_detail_area_table th {
        width: 170rem;
    }
    .profile_box_detail_area_table td {
        width: 500rem;
        padding: 28rem 25rem;
    }
    .profile_box_detail_area_table tr:last-child td {
        padding-bottom: 150rem;
    }
    .profile_box_detail_area_table_btn {
        width: 474rem;
        font-size: 28rem;
        line-height: 1.4;
    }
    .profile_box_detail_area_table_btn_inner {
        padding: 12rem 34rem;
    }
}
/* animation */
.animation_ready .profile_box_img::before,
.animation_ready .profile_box_img::after {
    left: 0;
    transition: left 0.4s 0.2s cubic-bezier(0.11, 0, 0.5, 0);
}
.animation_ready .profile_box_img::before {
    z-index: 1;
}
.animation_ready .profile_box_img::after {
    transition-delay: 0.55s;
}
.animation_loaded .animated .profile_box_img::before,
.animation_loaded .animated .profile_box_img::after {
    left: 100%;
}
.animation_ready .profile_box_img {
    width: 0;
    transition: width 0.4s 0s cubic-bezier(0.11, 0, 0.5, 0);
}
@media (min-width: 751px) {
    .profile_box_detail_area_table_btn {
        transition: color 0.6s;
    }
    .profile_box_detail_area_table_btn::before {
        scale: 0 1;
        transition: scale 0.5s cubic-bezier(.16,.5,.43,1);
        transform-origin: 100%;
    }
    .profile_box_detail_area_table_btn .contents_btn_arrow {
        scale: 1;
    }
    .animation_loaded .animated .profile_box_img {
        width: 640rem;
    }@media (hover: hover) {
        .profile_box_detail_area_table_btn:hover {
            color: #124b9c;
        }
        .profile_box_detail_area_table_btn:hover::before {
            scale: 1 1;
            transform-origin: 0;
        }
        .profile_box_detail_area_table_btn:hover .contents_btn_arrow {
            scale: 1.25;
        }
        .profile_box_detail_area_table_btn:hover .contents_btn_arrow::before {
            background-color: #fff;
        }
        .profile_box_detail_area_table_btn:hover .contents_btn_arrow {
            background-color: #124b9c;
        }
    }
}
@media (max-width: 750px) {
    .animation_loaded .animated .profile_box_img {
        width: 660rem;
    }
}

/* company */
.company_list > li {
    padding-left: 1em;
    position: relative;
}
.company_list > li::before {
    content: '';
    border-radius: 50%;
    background-color: #124b9c;
    display: block;
    position: absolute;
}
.company_list a {
    color: #124b9c;
}
@media (min-width: 751px) {
    .company {
        margin-top: 170rem;
        display: flex;
        justify-content: space-between;
    }
    .company_box_1 {
        width: 805rem;
    }
    .company_box_2 {
        width: 315rem;
    }
    .company_list_wrap {
        display: flex;
        gap: 20rem;
    }
    .company_list {
        font-size: 18rem;
        line-height: 2;
    }
    .company_list > li::before {
        width: 4rem;
        height: 4rem;
        top: 17rem;
        left: 7rem;
    }
}
@media (max-width: 750px) {
    .company {
        margin-top: 200rem;
    }
    .company_box + .company_box {
        margin-top: 112rem;
    }
    .company_list {
        font-size: 26rem;
        line-height: 1.9;
    }
    .company_list > li::before {
        width: 6rem;
        height: 6rem;
        top: 22rem;
        left: 12rem;
    }
}

/* customer */
.customer {
    color: #fff;
}
.customer_inner {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.customer_ttl {
    position: relative;
    line-height: 1.333;
    border-bottom: 1px solid #fff;
}
.customer_ttl::before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 0;
}
.customer_ttl_sub {
    position: relative;
    font-weight: 700;
    line-height: 1.333;
}
.customer_ttl_sub::before {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
}
.customer_list_wrap {
    line-height: 2;
}
.customer_list > li {
    padding-left: 1em;
    position: relative;
}
.customer_list > li::before {
    content: '';
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
}
.customer_list_right {
    text-align: right;
}
.customer_list > li.customer_list_right::before {
    content: none;
}
@media (min-width: 751px) {
    .customer {
        margin-top: 127rem;
    }
    .customer_inner {
        padding: 71rem 0;
    }
    .customer_inner_1 {
        background-image: url(/company/about/images/customer_bg_1.jpg);
    }
    .customer_inner_2 {
        background-image: url(/company/about/images/customer_bg_2.jpg);
    }
    .customer_ttl {
        font-size: 36rem;
        padding-left: 23rem;
        margin-bottom: 30rem;
    }
    .customer_ttl::before {
        width: 10rem;
        height: calc(100% - 12rem);
        top: 6rem;
        bottom: 6rem;
    }
    .customer_ttl_sub {
        font-size: 24rem;
        padding-left: 25rem;
        margin-bottom: 10rem;
    }
    .customer_ttl_sub::before {
        top: 6rem;
        width: 22rem;
        height: 22rem;
    }
    .customer_ttl_sub_small {
        margin-left: 17rem;
        font-size: 16rem;
    }
    .customer_list_wrap {
        font-size: 18rem;
        display: flex;
    }
    .customer_inner_1 .customer_list_wrap {
        margin-top: 15rem;
        gap: 150rem;
    }
    .customer_inner_2 .customer_list_wrap {
        margin-top: 30rem;
        gap: 140rem;
    }
    .customer_list > li::before {
        width: 4rem;
        height: 4rem;
        top: 17rem;
        left: 7rem;
    }
}
@media (max-width: 750px) {
    .customer {
        margin-top: 112rem;
    }
    .customer_inner {
        padding: 80rem 0;
    }
    .customer_inner_1 {
        padding: 60rem 0 82rem;
        background-image: url(/company/about/images/customer_bg_1_sp.jpg);
    }
    .customer_inner_2 {
        background-image: url(/company/about/images/customer_bg_2_sp.jpg);
    }
    .customer_ttl {
        font-size: 48rem;
        padding-left: 30rem;
        margin-bottom: 40rem;
    }
    .customer_ttl::before {
        width: 10rem;
        height: calc(100% - 16rem);
        top: 8rem;
        bottom: 8rem;
    }
    .customer_ttl_sub {
        font-size: 32rem;
        padding-left: 33rem;
        margin-bottom: 20rem;
    }
    .customer_ttl_sub::before {
        top: 8rem;
        width: 30rem;
        height: 30rem;
    }
    .customer_ttl_sub_small {
        margin-top: 15rem;
        margin-left: -33rem;
        font-size: 26rem;
        display: block;
    }
    .customer_list_wrap {
        font-size: 26rem;
        line-height: 1.9;
    }
    .customer_inner_1 .customer_list_wrap {
        display: flex;
    }
    .customer_inner_1 .customer_list {
        width: 50%;
    }
    .customer_list > li::before {
        width: 6rem;
        height: 6rem;
        top: 22rem;
        left: 12rem;
    }
}

/* access */
.access_box {
    text-align: center;
    position: relative;
}
.access_box_line {
    width: 0;
    border-left: 2px dotted #c2d0e5;
    display: block;
    position: absolute;
}
.access_box_ttl_wrap,
.access_box_inner {
    display: flex;
    justify-content: flex-end;
}
.access_box_inner {
    align-items: flex-start;
}
.access_box_ttl {
    border: 1px solid #124b9c;
}
.access_box_item,
.access_box_area_wrap,
.access_box_blue_wrap {
    background-color: #fff;
    position: relative;
}
.access_box_item_txt {
    line-height: 1.555;
}
.access_box_item_txt_weight {
    font-weight: 700;
}
.access_box_item_txt_station {
    background-color: #f0f4ff;
}
.access_box_area {
    width: 100%;
    border: 1px solid #124b9c;
}
.access_box_area_inner {
    display: flex;
    justify-content: center;
}
.access_box_blue {
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #124b9c;
}

.common_box_img {
    display: block;
}
@media (min-width: 751px) {
    .access {
        margin-top: 132rem;
    }
    .access_box {
        width: 844rem;
        margin: 48rem auto 0;
    }
    .access_box_line {
        height: 870rem;
        top: 200rem;
    }
    .access_box_line_1 {
        left: 124rem;
    }
    .access_box_line_2 {
        left: 409rem;
    }
    .access_box_line_3 {
        left: 705rem;
    }
    .access_box_ttl_wrap,
    .access_box_inner {
        gap: 39rem;
    }
    .access_box_ttl {
        width: 263rem;
        padding: 12rem 0;
        font-size: 16rem;
    }
    .access_box_ttl_large {
        width: 542rem;
    }
    .access_box_inner {
        margin-top: 25rem;
    }
    .access_box_inner + .access_box_inner {
        margin-top: 41rem;
    }
    .access_box_item {
        width: 247rem;
        padding: 10rem 0;
    }
    .access_box_item_large {
        width: 277rem;
    }
    .access_box_item_ttl,
    .access_box_item_txt {
        font-size: 18rem;
    }
    .access_box_item_img {
        width: 48rem;
        margin: 10rem 0;
    }
    .access_box_item_txt_station {
        padding: 12rem 0;
    }
    .access_box_area_wrap {
        margin-top: 58rem;
        padding: 10rem 0;
    }
    .access_box_area {
        padding: 20rem 0;
    }
    .access_box_area_inner {
        gap: 50rem;
    }
    .access_box_blue_wrap {
        margin-top: 58rem;
        padding-top: 10rem;
    }
    .access_box_blue {
        padding: 23rem 0;
        font-size: 24rem;
    }

    .common_box {
        margin-top: 86rem;
    }
    .common_box + .common_box {
        margin-top: 40rem;
    }
    .common_box_txt +.common_ttl_2 {
        margin-top: 25rem;
    }
    .common_box_inner {
        display: flex;
        gap: 43rem;
    }
    .common_box_img {
        width: 485rem;
    }
    .common_box_txt {
        line-height: 1.75;
    }
}
@media (max-width: 750px) {
    .access {
        margin-top: 125rem;
    }
    .access_box {
        margin-top: 48rem;
    }
    .access_box_line {
        height: 1000rem;
        top: 200rem;
    }
    .access_box_line_1 {
        left: 102rem;
    }
    .access_box_line_2 {
        left: 332rem;
    }
    .access_box_line_3 {
        left: 564rem;
    }
    .access_box_ttl_wrap,
    .access_box_inner {
        gap: 20rem;
    }
    .access_box_ttl {
        width: 215rem;
        padding: 14rem 0;
        font-size: 24rem;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .access_box_ttl_large {
        width: 454rem;
    }
    .access_box_inner {
        margin-top: 10rem;
    }
    .access_box_inner + .access_box_inner {
        margin-top: 29rem;
    }
    .access_box_inner_station {
        align-items: normal;
    }
    .access_box_item {
        width: 213rem;
        padding: 10rem 0;
    }
    .access_box_item_large {
        width: 218rem;
    }
    .access_box_item_ttl {
        font-size: 24rem;
    }
    .access_box_item_txt {
        font-size: 20rem;
        font-feature-settings: "palt";
    }
    .access_box_inner_station .access_box_item_txt {
        height: 100%;
        padding: 12rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .access_box_item_img {
        width: 55rem;
        margin: 10rem 0;
    }
    .access_box_area_wrap {
        margin-top: 40rem;
        padding: 10rem 0;
    }
    .access_box_area {
        padding: 20rem 0;
    }
    .access_box_area_inner {
        gap: 50rem;
    }
    .access_box_blue_wrap {
        margin-top: 45rem;
        padding-top: 10rem;
    }
    .access_box_blue {
        padding: 23rem 0;
        font-size: 32rem;
    }

    .common_box {
        margin-top: 80rem;
    }
    .common_box + .common_box {
        margin-top: 56rem;
    }
    .common_box_ttl {
        height: 130rem;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .common_box_detail {
        margin-top: 48rem;
    }
    .common_box_txt +.common_ttl_2 {
        margin-top: 36rem;
    }
}