  body {
        font-family: sans-serif;
        animation: fadeIn 3s ease 0s 1 normal;
        -webkit-animation: fadeIn 3s ease 0s 1 normal;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    a {
        color: black;
    }

    .hr_bk {
        border-top: 2px solid black;
        width: 300px;
    }

    .hr_gr {
        border-top: 2px solid rgb(226, 226, 226);
        width: 300px;
    }

    .pc_header {
        height: 70px;
        border-bottom: 1px white solid;
        position: absolute;
        z-index: 100;
        top: 0;
        width: 100%;
    }

    .pc_display {
        display: block;
    }

    .mobile_display {
        display: none;
    }


    .header_right {
        position: absolute;
        left: 0;
        margin-left: 20px;
    }

    .header_logo {
        padding-top: 10px;
        width: 200px;
    }

    .header_left {
        position: absolute;
        right: 0;
        margin-right: 20px;
    }

    header li {
        display: inline-block;
        width: 100px;
        height: 50px;
        z-index: 100;
        padding-top: 25px;
        color: white;
    }

    .top_container {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
    }

    .top_row {
        margin: 0px !important;
        padding: 0px !important;
    }

    .top_col {
        margin: 0px !important;
        padding: 0px !important;
    }

    .top_img {
        width: 100%;
        height: 800px;
        object-fit: cover;
        margin: 0px;
    }

    .top_txt {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 220px;
        color: white;
    }

    .top_logo {
        width: 200px;
    }

    .vision_txt {
        font-size: 18px;
    }

    .news_table {
        width: 50%;
        text-align: center;
        margin: auto;
    }

    .news_td {
        /* width: 180px; */
    }


    .kaisya_td {
        /* width: 180px; */
    }


    .section {
        text-align: center;
        margin: 150px 40px;
    }

    th {
        padding: 10px;
        text-align: right;
        /*上下左右10pxずつ*/
    }

    td {
        padding: 13px 10px;
        text-align: left;
    }

    .content_container {
        margin: 150px auto;
    }

    .contents_txt {
        text-align: center;
        padding: 10px;
        font-size: 14px;
    }

    .content_img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 5px;
    }



    .vision_container {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        background-color: #f3f3f3;
    }

    .vision_container .row {
        margin: 0px !important;
        padding: 0px !important;
    }

    .LPC_img {
        width: 60%;
        margin-top: 40px;
        height: 250px;
        object-fit: cover;
        border-radius: 5px;
    }



    .foot_container {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
    }

    .foot_row {
        margin: 0px !important;
        padding: 0px !important;
    }

    .foot_col {
        margin: 0px !important;
        padding: 0px !important;
    }

    .footer {
        /* height: 300px; */
        padding: 20px 40px 5px 40px;
        background-color: #2d2c2c;
    }

    .footer .footer_contents {
        color: white;
        font-size: 14px;
    }

    .footer ul {
        padding-left: 0px;
    }

    .footer li {
        display: inline-block;
        /* width: 100px; */
        height: 50px;
        z-index: 100;
        padding-top: 25px;
        margin-right: 40px;
        color: white;
    }

    .foot_logo_wrap {
        text-align: right;
    }

    .foot_logo {
        width: 100px;
        margin-right: 50px;
        margin-bottom: 50px;
    }

    .copyright {
        text-align: center;
    }


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

        .hr_bk {
            width: 200px;
        }

        .hr_gr {
            width: 200px;
        }

        .sp_header_center {
            text-align: center;
        }

        .mobile_header {
            position: fixed;
            z-index: 200;
            width: 100%;
        }

        .header_logo {
            padding-top: 0px;
            width: 100px;
        }

        header li {
            display: block;
        }

        .pc_display {
            display: none;
        }

        .mobile_display {
            display: block;
        }

        .top_logo {
            width: 150px;
        }

        .top_img {
            height: 600px;
        }

        .top_txt h1 {
            font-size: 18px;
        }

        .top_txt h3 {
            font-size: 14px;
            padding: 0px 40px;
        }

        .section {
            margin: 80px 20px;
        }


        .news_table {
            width: 100%;
            text-align: center;
            margin: auto;
        }

        .news_td {
            width: auto;
            font-size: 8px;
        }

        .content_img {
            height: 150px;
        }

        .content_container {
            margin: 80px auto;
        }

        .vision_txt {
            font-size: 8px;
        }

        .LPC_img {
            width: 100%;
        }


        .kaisya_td {
            width: auto;
            font-size: 6px;
        }

        .footer li {
            display: block;
            /* width: 100px; */
            height: 29px;
            z-index: 100;
            padding-top: 0px;
            color: white;
        }

        .syozai {
            font-size: 12px;
        }

        .foot_logo {
            width: 50px;
            margin-top: 10px;
            margin-right: 10px;
            margin-bottom: 10px;
        }

        .p_title {
            font-weight: 600;
        }
    }