@charset "utf-8";

* {
    box-sizing: border-box;
    margin: 0;
    font-family: IBM Plex Sans JP;
}

main {
    background-color: #000000;
    color: #ffffff;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

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

    /*ヘッダーここから*/

    header {
        position: fixed;
        z-index: 50;
        width: 100%;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    #pc {
        display: none;
    }

    .headerlogo {
        width: 250px;
        height: 80px;
        padding: 15px;
    }

    .headerlogo img {
        height: 50px;
    }

    .nav-toggle {
        display: none;
    }

    .btn-burger {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
        border: solid 2px #ffffff;
        border-radius: 35px;
    }

    .hamburger_line_1 {
        display: block;
        height: 2px;
        position: absolute;
        transform: translateX(-50%);
        width: 30px;
        background-color: #ffffff;
        transition: 0.4s;
        left: 27.5px;
        top: 15px;
    }

    .hamburger_line_2 {
        display: block;
        height: 2px;
        position: absolute;
        transform: translateX(-50%);
        width: 30px;
        background-color: #ffffff;
        transition: 0.4s;
        left: 27.5px;
        top: 27px;
    }

    .hamburger_line_3 {
        display: block;
        height: 2px;
        position: absolute;
        transform: translateX(-50%);
        width: 30px;
        background-color: #ffffff;
        transition: 0.4s;
        left: 27.5px;
        bottom: 15px;
    }

    .nav {
        position: absolute;
        top: 80px;
        left: 100%;
        width: 100%;
        text-align: center;
        font-family: Play;
        font-size: 30px;
    }

    .nav-list {
        margin: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.705);
    }

    .nav-list li {
        margin: 0;
        padding: 20px;
        list-style: none;
    }

    .nav-list a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }

    .nav-toggle:checked~.nav .nav-list {
        display: block;

    }

    .breadcrumb {
        width: 90%;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
    }

    li {
        list-style: none;
    }

    a {
        text-decoration: none;
    }

    /*ヘッダーここまで*/


    #top {
        position: relative;
        height: 100vh;
        background: url(../img/background_01.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .top_logo {
        position: absolute;
        width: 95%;
        margin: 2.5%;
        bottom: 50px;
    }

    #langurge {
        position: fixed;
        left: 2.5%;
        width: 95%;
        bottom: 10px;
        background-color: #009da8;
        padding: 5px;
        z-index: 50;
    }

    .la_text {
        text-align: center;
        font-family: Play;
        font-weight: 600;
    }

    .la_flex {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .la_button {
        background-color: #ffffff;
        color: #09077c;
        border: none;
        width: 100px;
        height: 30px;
        border-radius: 15px;
        font-family: Play;
        font-weight: 600;
    }

    #about {
        position: relative;
        width: 100%;
        height: 1000px;
    }

    #service {
        position: relative;
        width: 100%;
        height: 2000px;
    }

    #drift {
        position: relative;
        width: 100%;
        height: 1000px;
    }

    #company {
        position: relative;
        width: 100%;
        height: 500px;
    }

    #contact {
        position: relative;
        width: 100%;
        height: 1400px;
    }

    .graphic01 {
        position: absolute;
        width: 90%;
        height: 200px;
        background: url(../img/section_img_01.jpg);
        background-size: cover;
        background-position: -150px center;
        background-repeat: no-repeat;
        top: 100px;
        z-index: 1;
    }

    .graphic02 {
        position: absolute;
        width: 90%;
        height: 200px;
        background: url(../img/section_img_02.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: 100px;
        z-index: 1;
    }

    .graphic03 {
        position: absolute;
        width: 90%;
        height: 200px;
        background: url(../img/section_img_03.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: 100px;
        z-index: 1;
    }

    .graphic04 {
        position: absolute;
        width: 90%;
        height: 200px;
        background: url(../img/section_img_04.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: 100px;
        z-index: 1;
    }

    .graphic05 {
        position: absolute;
        width: 90%;
        height: 200px;
        background: url(../img/section_img_05.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: 100px;
        z-index: 1;
    }

    .flex {
        position: absolute;
        width: 90%;
        top: 250px;
        left: 5%;
        z-index: 10;
    }

    .flex02 {
        position: absolute;
        width: 70%;
        top: 250px;
        left: 15%;
        z-index: 10;
    }

    .flex03 {
        position: absolute;
        width: 90%;
        top: 250px;
        left: 5%;
        z-index: 10;
    }

    .flex04 {
        position: absolute;
        width: 70%;
        top: 250px;
        left: 15%;
        z-index: 10;
    }

    .container {
        width: 100%;
        background-color: #464646;
        padding-bottom: 20px;
        margin-bottom: 10%;
    }

    .contact_contents {
        width: 100%;
        padding: 30px;
    }

    h1 {
        background-color: #09077c;
        padding-left: 60px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 120px;
        right: 20px;
        z-index: 5;
        font-family: Play;
        font-size: 28px;
        font-weight: 550;
    }

    .right,
    .left,
    .right_drift,
    .left_company {
        position: absolute;
    }

    h2 {
        text-align: center;
        font-size: 18px;
        margin-top: 13px;
        margin-bottom: 12px;
    }

    .h2_small {
        font-size: 13px;
        line-height: 23px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .sp_con_text {
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 11px;
    }

    .con_text {
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .textbox {
        text-align: center;
        font-size: 12px;
        line-height: 24px;
        margin-top: 50px;
    }

    .text {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    table {
        color: #ffffff;
        border: solid 1px #ffffff;
        border-collapse: collapse;
        width: 100%;
    }

    .company {
        position: absolute;
        background-color: #09077c;
        width: 80%;
        padding-top: 30px;
        padding-bottom: 30px;
        top: 38%;
        right: 5%;
        z-index: 10;
    }

    .company_table {
        color: #ffffff;
        border: none;
        border-collapse: collapse;
        width: 100%;
    }

    tr {
        border: solid 1px #ffffff;
    }

    th {
        border: solid 1px #ffffff;
        width: 25%;
        padding: 10px;
    }

    td {
        text-align: center;
        padding: 10px;
        font-size: 12px;
    }

    .company_list {
        border: none;
        text-align: right;
        font-size: 12px;
    }

    .list_data {
        text-align: left;
        font-size: 14px;
    }

    .contact_contents {
        background-color: #254e66;
        margin-bottom: 10%;
        padding: 25px;
    }

    .contact_img {
        display: block;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact_text {
        text-align: center;
        font-size: 12px;
        margin-bottom: 20px;
    }

    .button {
        display: block;
        width: 100%;
        height: 50px;
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        font-size: 16px;
        font-weight: 600;
        color: #254e66;
        background-color: #ffffff;
    }

    /*フッターここから*/

    footer {
        background-color: #000000;
        color: #ffffff;
    }

    .footer_logo {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer_flex {
        width: 90%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer_img {
        width: 70px;
        padding: 20px;
    }

    .copy {
        text-align: center;
        font-size: 10px;
        padding-bottom: 60px;
    }

    /*フッターここまで*/
}

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

    /*ヘッダーここから*/
    header {
        position: fixed;
        z-index: 50;
        width: 100%;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    #pc {
        display: none;
    }

    .headerlogo {
        width: 250px;
        height: 80px;
        padding: 15px;
    }

    .headerlogo img {
        height: 50px;
    }

    .nav-toggle {
        display: none;
    }

    .btn-burger {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 2;
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
        border: solid 2px #ffffff;
        border-radius: 35px;
    }

    .hamburger_line_1 {
        display: block;
        height: 2px;
        position: absolute;
        transform: translateX(-50%);
        width: 30px;
        background-color: #ffffff;
        transition: 0.4s;
        left: 27.5px;
        top: 15px;
    }

    .hamburger_line_2 {
        display: block;
        height: 2px;
        position: absolute;
        transform: translateX(-50%);
        width: 30px;
        background-color: #ffffff;
        transition: 0.4s;
        left: 27.5px;
        top: 27px;
    }

    .hamburger_line_3 {
        display: block;
        height: 2px;
        position: absolute;
        transform: translateX(-50%);
        width: 30px;
        background-color: #ffffff;
        transition: 0.4s;
        left: 27.5px;
        bottom: 15px;
    }

    .nav {
        position: absolute;
        top: 80px;
        left: 100%;
        width: 100%;
        text-align: center;
        font-family: Play;
        font-size: 30px;
    }

    .nav-list {
        margin: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.705);
    }

    .nav-list li {
        margin: 0;
        padding: 20px;
        list-style: none;
    }

    .nav-list a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }

    .nav-toggle:checked~.nav .nav-list {
        display: block;

    }

    .breadcrumb {
        width: 90%;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
    }

    li {
        list-style: none;
    }

    a {
        text-decoration: none;
    }

    /*ヘッダーここまで*/

    main {
        background-color: #000000;
        color: #ffffff;
    }

    #top {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url(../img/background_01.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .top_logo {
        position: absolute;
        width: 80%;
        margin-left: 18%;
        bottom: 50px;
    }

    #langurge {
        position: fixed;
        left: 25px;
        bottom: 25px;
        background-color: #009da8;
        padding: 10px 10px 5px 10px;
        z-index: 50;
    }

    .la_text {
        text-align: center;
        font-family: Play;
        font-weight: 600;
    }

    .la_button {
        background-color: #ffffff;
        color: #09077c;
        border: none;
        width: 100px;
        height: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 15px;
        font-family: Play;
        font-weight: 600;
    }


    #about,
    #service,
    #drift,
    #company,
    #contact {
        width: 100%;
        height: 80vh;
    }

    #service {
        height: 120vh;
    }

    #drift {
        height: 110vh;
    }

    #company {
        height: 40vh;
    }

    #contact {
        height: 110vh;
    }

    .contents {
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 80%;
    }

    .graphic01 {
        position: absolute;
        width: 90%;
        height: 300px;
        background: url(../img/section_img_01.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        right: 5%;
        top: 30%;
    }

    .graphic02 {
        position: absolute;
        width: 80%;
        height: 300px;
        background: url(../img/section_img_02.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        left: 20%;
        top: 10%;
    }

    .graphic03 {
        position: absolute;
        width: 90%;
        height: 300px;
        background: url(../img/section_img_03.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        right: 10%;
        top: 20%;
    }

    .graphic04 {
        position: absolute;
        width: 80%;
        height: 300px;
        background: url(../img/section_img_04.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        left: 20%;
        top: 10%;
    }

    .graphic05 {
        position: absolute;
        width: 90%;
        height: 300px;
        background: url(../img/section_img_05.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        right: 10%;
        top: 20%;
    }

    h1 {
        position: absolute;
        background-color: #09077c;
        font-size: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: Play;
    }

    .right {
        right: 5%;
        top: 35%;
    }

    .right_drift {
        right: 5%;
        top: 25%;
    }

    .right_contact {
        right: 5%;
        top: 25%;
    }

    .left {
        left: 5%;
        top: 15%;
    }

    .left_company {
        left: 5%;
        top: 15%;
    }

    h2 {
        text-align: center;
        padding: 10px;
        font-size: 18px;
    }

    .h2_small {
        font-size: 16px;
    }

    .text {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .con_text {
        height: 80px;
        text-align: center;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .flex {
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        z-index: 10;
        width: 80%;
        transform: translateX(-20%);
        top: 50%;
    }

    .flex02 {
        position: absolute;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        gap: 50px 0px;
        z-index: 10;
        width: 80%;
        transform: translateX(-10%);
        top: 30%;
    }

    .flex03 {
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        z-index: 10;
        width: 80%;
        left: 10%;
        top: 40%;
    }

    .flex04 {
        position: absolute;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        z-index: 10;
        width: 80%;
        transform: translateX(-20%);
        top: 40%;
    }

    .about_img {
        width: 30%;
    }

    .textbox {
        width: 65%;
    }

    .textbox_drift {
        width: 100%;
        transform: translateX(-12%);
        margin-top: 50px;
    }

    .container {
        width: 40%;
        height: 300px;
        background-color: #585858;
    }

    .service_img {
        width: 100%;
    }

    table {
        color: #ffffff;
        border: solid 1px #ffffff;
        border-collapse: collapse;
        width: 100%;
    }

    .company {
        position: absolute;
        background-color: #09077c;
        width: 70%;
        padding-top: 30px;
        padding-bottom: 30px;
        top: 50%;
        transform: translateX(30%);
    }

    .company_table {
        color: #ffffff;
        border: none;
        border-collapse: collapse;
        width: 100%;
    }

    tr {
        border: solid 1px #ffffff;
    }

    th {
        border: solid 1px #ffffff;
        padding: 10px 50px 10px 50px;
    }

    td {
        text-align: center;
        padding: 10px;
        font-size: 12px;
    }

    .company_list {
        border: none;
        text-align: right;
    }

    .list_data {
        text-align: left;
        font-size: 14px;
    }

    .contact_img {
        display: block;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .button {
        display: block;
        width: 100%;
        height: 50px;
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #254e66;
        background-color: #ffffff;
    }

    .button:hover {
        background-color: #009da8;
        color: #ffffff;
    }

    .contact_contents {
        background-color: #254e66;
        margin: 0;
        padding: 25px;
        height: 350px;
        margin-bottom: 50px;
    }

    .contact {
        padding-top: 20px;
    }

    .contact_text {
        text-align: center;
        font-size: 12px;
        margin-bottom: 20px;
    }

    /*フッターここから*/

    footer {
        background-color: #000000;
        color: #ffffff;
    }

    .footer_logo {
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
    }

    .footer_flex {
        width: 60%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer_img {
        width: 100px;
        height: 80px;
        padding: 20px;
    }

    .copy {
        text-align: center;
        font-size: 10px;
    }

    /*フッターここまで*/

}

@media screen and (min-width: 1300px) {

    /*ヘッダーここから*/
    header {
        position: fixed;
        z-index: 100;
        width: 100%;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    #mobile {
        display: none;
    }

    .headerlogo {
        position: relative;
        height: 80px;
        width: 300px;
        padding: 15px;
        margin: 0;
    }

    .headerlogo img {
        height: 50px;
    }

    .nav_pc {
        position: relative;
        width: 60%;
        margin-left: auto;
        margin-right: 10px;
    }

    .nav-pc {
        position: absolute;
        top: -75px;
        right: 0px;
        width: 100%;
        text-align: center;
        font-family: rajdhani;
        font-size: 20px;
        z-index: 10;
    }

    .nav-list_pc {
        display: flex;
        justify-content: right;
        margin: 0;
        padding: 0;
    }

    .nav-list_pc li {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        list-style: none;
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-list_pc a {
        display: block;
        color: #ffffff;
        text-decoration: none;
    }

    .breadcrumb {
        width: 90%;
        max-width: 1200px;
        margin-top: 2%;
        margin-left: auto;
        margin-right: auto;
    }

    li {
        list-style: none;
    }

    a {
        text-decoration: none;
    }

    .list ::before {
        content: "▶";
        color: #7e7e7e;
        padding-right: 20px;
    }

    .breadcrumb_item a {
        color: #7e7e7e;
        padding-right: 20px;
        font-size: 15px;
    }

    .breadcrumb_flex {
        display: flex;
    }

    /*ヘッダーここまで*/

    main {
        background-color: #000000;
        color: #ffffff;
    }

    #top {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url(../img/background_01.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .top_logo {
        position: absolute;
        width: 50%;
        right: 3%;
        bottom: 50px;
    }

    #langurge {
        position: fixed;
        left: 25px;
        bottom: 25px;
        background-color: #009da8;
        padding: 10px 10px 5px 10px;
        z-index: 50;
    }

    .la_text {
        text-align: center;
        font-family: Play;
        font-weight: 600;
    }

    .la_button {
        background-color: #ffffff;
        color: #09077c;
        border: none;
        width: 100px;
        height: 30px;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 15px;
        font-family: Play;
        font-weight: 600;
    }

    #about,
    #service,
    #drift,
    #company,
    #contact {
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .contents {
        max-width: 1200px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .graphic01 {
        position: absolute;
        width: 50%;
        height: 300px;
        background: url(../img/section_img_01.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        right: 10%;
        top: 20%;
    }

    .graphic02 {
        position: absolute;
        width: 50%;
        height: 300px;
        background: url(../img/section_img_02.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        left: 20%;
        top: 5%;
    }

    .graphic03 {
        position: absolute;
        width: 50%;
        height: 300px;
        background: url(../img/section_img_03.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        right: 10%;
        top: 20%;
    }

    .graphic04 {
        position: absolute;
        width: 50%;
        height: 300px;
        background: url(../img/section_img_04.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        left: 20%;
        top: 25%;
    }

    .graphic05 {
        position: absolute;
        width: 50%;
        height: 300px;
        background: url(../img/section_img_05.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: 10%;
        right: 10%;
        top: 20%;
    }

    h1 {
        position: absolute;
        background-color: #09077c;
        font-size: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-family: Play;
    }

    .right {
        right: 19%;
        top: 25%;
    }

    .right_drift {
        right: 15%;
        top: 25%;
    }

    .left {
        left: 19%;
        top: 10%;
    }

    .left_company {
        left: 19%;
        top: 30%;
    }

    h2 {
        text-align: center;
        padding: 10px;
        font-size: 18px;
    }

    .h2_small {
        font-size: 16px;
    }

    .text {
        margin-bottom: 25px;
    }

    .con_text {
        height: 80px;
        text-align: center;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .flex {
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        z-index: 10;
        width: 50%;
        left: 25%;
        top: 40%;
    }

    .flex02 {
        position: absolute;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        gap: 50px 0px;
        z-index: 10;
        width: 60%;
        left: 20%;
        top: 25%;
    }

    .flex03 {
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        z-index: 10;
        width: 60%;
        left: 20%;
        top: 40%;
    }

    .flex04 {
        position: absolute;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        z-index: 10;
        width: 50%;
        left: 25%;
        top: 40%;
    }

    .about_img {
        width: 40%;
    }

    .textbox {
        width: 48%;
        padding-top: 25px;
    }

    .textbox_drift {
        padding-top: 0px;
        padding-left: 25px;
    }

    .container {
        width: 30%;
        background-color: #585858;
    }

    .service_img {
        width: 100%;
    }

    table {
        color: #ffffff;
        border: solid 1px #ffffff;
        border-collapse: collapse;
        width: 100%;
    }

    .company {
        position: absolute;
        background-color: #09077c;
        width: 30%;
        padding-top: 30px;
        padding-bottom: 30px;
        top: 40%;
        right: 25%;
    }

    .company_table {
        color: #ffffff;
        border: none;
        border-collapse: collapse;
        width: 100%;
    }

    tr {
        border: solid 1px #ffffff;
    }

    th {
        border: solid 1px #ffffff;
        padding: 10px 50px 10px 50px;
    }

    td {
        text-align: center;
        padding: 10px;
        font-size: 12px;
    }

    .company_list {
        border: none;
        text-align: right;
    }

    .list_data {
        text-align: left;
        font-size: 14px;
    }

    .contact_img {
        display: block;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .button {
        display: block;
        width: 100%;
        height: 50px;
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #254e66;
        background-color: #ffffff;
    }

    .button2 {
        display: block;
        width: 100%;
        height: 50px;
        border-radius: 25px;
        margin-left: auto;
        margin-right: auto;
        border: none;
        font-size: 18px;
        font-weight: 600;
        color: #254e66;
        background-color: #ffffff;
    }

    .button:hover,
    .button2:hover {
        background-color: #009da8;
        color: #ffffff;
    }

    .contact_contents {
        background-color: #254e66;
        margin: 0;
        padding: 25px;
    }

    .contact {
        padding-top: 20px;
    }

    .contact_text {
        text-align: center;
        font-size: 12px;
        margin-bottom: 20px;
    }

    /*フッターここから*/

    footer {
        background-color: #000000;
        color: #ffffff;
    }

    .footer_logo {
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
    }

    .footer_flex {
        width: 60%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer_img {
        width: 100px;
        height: 80px;
        padding: 20px;
    }

    .copy {
        text-align: center;
        font-size: 10px;
    }

    /*フッターここまで*/

}

.headerlogo img {
    filter: drop-shadow(2px 2px 1px#000000);
}

.top_logo {
    filter: drop-shadow(5px 5px 10px#000000);
}