@charset "utf-8";

@media screen and (min-width: 806px) {
    body {
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-size: 16px;
    }

    @font-face {
        font-family: 'Zen Kaku Gothic New';
        src: url(myfont/ZenKakuGothicNew-Light.ttf) format('ttf'),
            url(myfont/ZenKakuGothicNew-Light.woff) format(woff);
        display: swap;
    }

    ul {
        padding-inline-start: 0px;
    }

    header,
    footer,
    nav,
    a,
    body,
    div,
    h3,
    p {
        width: auto;
        color: #000000;
        margin: 0;
        padding: 0;
    }

    /*上に上がる動き*/
    #top1.UpMove {
        animation: UpAnime 0.5s forwards;
        transform: perspective(50px);
        position: fixed;
        z-index: 99;
    }

    #top {
        width: 100%;
    }

    @keyframes UpAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 0;
            transform: translateY(0);
        }
    }

    /*下に下がる動き*/
    #top1.DownMove {
        animation: DownAnime 0.5s forwards;
        position: fixed;
        z-index: 99999;
    }

    @keyframes DownAnime {
        from {
            opacity: 0;
            transform: translateY(0);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    #logo a {
        display: inline-block;
        width: 160px;
        height: 70px;
    }

    .logo a img {
        height: auto;
        top: 25px;
        left: 48px;
        position: absolute;
        z-index: 1;
    }

    .nav ul {
        list-style-type: none;
        display: flex;
        position: absolute;
        top: 25px;
        right: 50px;
        z-index: 2;
    }

    .nav ul li a {
        text-decoration: none;
        display: block;
        font-size: 108%;
    }

    .header_nav1 {
        margin-right: 12px;
    }

    .header_nav1 {
        margin-right: 12px;
        padding: 4px;
    }

    .header_nav2 {
        padding: 4px;
        margin-right: 13px;
    }

    li a i img {
        margin: -5px 12px 0 0;
    }

    .header_nav3 {
        line-height: 0;
        display: block;
    }

    .header_nav4 {
        border: 2px solid;
        padding: 8px 14px 8px 14px;
        margin-left: 13px;
    }

    footer {
        padding: 40px 0;
        position: relative;
        z-index: 99;
    }

    .top_title1 {
        text-align: center;
    }

    .top_title1 h3 {
        font-size: 30px;
    }

    .top_title2 {
        text-align: center;
        font-size: 23px;
        color: #000;
        margin-left: 10px;
    }

    .top_title1-1 {
        border-bottom: #000000 1px solid;
    }

    .top_title1-1 h3 {
        font-size: 30px;
    }

    .top_title2-1 {
        margin-top: 10px;
        font-size: 23px;
    }



    .management_philosophy1 {
        margin-top: 20px;
    }

    .management_philosophy2 {
        margin-top: 20px;
    }

    .management_philosophy3 {
        margin: 20px 0 80px 0;
    }

    .management_philosophy1 p {
        text-align: center;
    }

    #corporate_philosophy {
        border-bottom: #000000 solid 1px;
    }

    .border p {
        line-height: 1.5;
    }

    .border {
        max-width: 1080px;
        width: 98%;
        margin: 0 auto;
    }

    .border {
        padding: 124px 0 142px 0;
    }

    .corporate_philosophy1 {
        margin: 56px auto 0 auto;
    }

    .corporate_philosophy2 {
        background-color: #d9d9d9;
        padding: 80px 90px;
    }

    .management_philosophy2 p {
        text-align: center;
    }

    .management_philosophy3 p {
        text-align: center;
    }

    .mission_title {
        font-size: 18px;
    }

    .mission_title h4 {
        margin: 0;
    }


    .mission_title1 {
        font-size: 18px;
        margin-top: 20px;
    }

    .mission_title2 {
        font-size: 18px;
        margin: 20px 0 24px 0;
    }


    #company_overview2 {
        padding: 60px 0;
    }

    .interview_contents2 {
        padding: 0 20px;
    }

    #company {
        position: relative;
        padding: 56px 20px 0 20px;
    }

    tbody tr td {
        padding: 16px 13px 14px 13px;
    }

    tbody tr td a {
        text-decoration: none;
        position: relative;
        z-index: 9999;
    }

    .td_title {
        padding: 16px 0 14px 13px;
        width: 127px;
    }

    tbody tr td a:hover {
        opacity: 0.7;
    }

    #company_history2 {
        background-color: #dcdcdc;
        padding: 90px 120px;
        margin: 0 auto;
    }

    table {
        border-spacing: 0;
        border-collapse: collapse;
    }

    #company_history3 {
        width: 100%;
    }

    iframe {
        width: 100%;
    }

    #map {
        padding-top: 60px;
    }

    #map1 {
        display: none;
    }

    #container {
        height: auto;
        width: 100%;
    }

    #company_info_img {
        position: absolute;
        right: 0;
        z-index: 99;
        top: 150px;
    }

    .policyTable__list1 {
        margin: 20px 0 60px 0;
    }

    .policyTable__list {
        margin-top: 10px;
    }

    .mission_title1 {
        margin-top: 20px;
    }

    #corporatephilosophy_title1 {
        display: none;
    }

    .policyTable__list {
        font-size: 18px;
    }

    .policyTable__listItem h4 {
        font-size: 18px;
        margin: 0;
    }

    .policyTable__listItem1 h4 {
        font-size: 18px;
        margin: 0;
    }

    #company_info_img h3 {
        font-size: 23px;
        text-align: center;
        margin-top: 22px;
    }

    #company_info_img p {
        font-size: 18px;
        text-align: center;
    }

    #stockroom img {
        width: 100%;
    }

    #stockroom1 {
        display: flex;
        justify-content: center;
    }

    #stockroom {
        margin: auto;
        display: block;
    }

    .s_title1 {
        font-size: 18px;
    }

    .s_title1 {
        margin: 16px 0;
        text-align: center;
    }

    .stock1 {
        margin-right: 120px;
    }

    .stock1 {
        overflow: hidden;
        position: relative;
    }

    .stock1 img {
        width: 480px;
        height: 270px;
    }

    .stock2 img {
        width: 480px;
        height: 270px;
    }

    .img-animation {
        animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
        overflow: hidden;
        position: relative;
    }

    .img-animation:before {
        animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
        background: #fff;
        bottom: 0;
        content: '';
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    @keyframes img-opacity {
        100% {
            opacity: 1;
        }
    }

    @keyframes img-animation {
        100% {
            transform: translateX(100%);
        }
    }

    .stock1 p {
        text-align: center;
        margin: 16px 0;
    }

    .stock2 p {
        margin: 16px 0;
        text-align: center;
    }

    #logo {
        height: auto;
        top: 24px;
        position: absolute;
        z-index: 99999;
        left: 46px;
    }

    #company_history {
        padding: 124px 0 142px 0;
        max-width: 1080px;
        width: 98%;
        margin: 0 auto;
    }

    #company_history1 {
        margin: 56px auto 0 auto;
    }

    .td_title2 {
        padding: 24px 0 20px 20px;
    }

    /*==ボタンのためのCSS*/
    .openbtn {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        top: 24px;
        right: 46px;
        width: 70px;
        height: 70px;
    }

    /*xに変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #000000;
        width: 40px;
    }

    .openbtn span {
        left: 16px;
    }

    .openbtn span:nth-of-type(1) {
        bottom: 17px;
    }

    .openbtn span:nth-of-type(2) {
        bottom: 33px;
    }

    .openbtn span:nth-of-type(3) {
        bottom: 49px;
    }

    /*activeクラスが付与されると線が回転して×に*/
    .openbtn.active span:nth-of-type(1) {
        top: 30px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 40px;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn.active span:nth-of-type(3) {
        top: 42px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 40px;
    }

    .openbtn.active {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        opacity: 0.7;
        top: 24px;
        right: 46px;
        width: 70px;
        height: 70px;
    }

    .circle-bg.circleactive {
        background: #000000;
        width: 100%;
        opacity: 0.7;
        height: auto;
    }

    .mainblur {
        filter: grayscale(65%);
        overflow: hidden;
    }

    /*ナビゲーションのためのCSS*/
    /*アクティブになったエリア*/
    #g-nav {
        position: fixed;
        z-index: 1;
        top: 0;
        right: -120%;
        width: 385px;
        height: 100vh;
        transition: all 0.6s;
    }

    #g-nav.panelactive #g-nav-list {
        /*クラスが付与されたら出現*/
        display: block;
        background-color: rgba(00, 00, 00, 0.3);
    }

    #g-nav.panelactive {
        right: 0;
        z-index: 1;
    }

    #g-nav li a.panelactive {
        color: #ffffff;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav-list {
        display: none;
        /*ナビの数が増えた場合縦スクロール*/
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list {
        /*クラスが付与されたら出現*/
        display: block;
    }

    /*ナビゲーション*/
    #g-navi {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #g-nav ul {
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 160px;
        list-style-type: none;
        text-align: right;
    }

    #g-nav ul li a {
        text-decoration: none;
        font-size: 30px;
        line-height: 2.0;
        color: #ffffff;
    }

    .solid {
        height: 70px;
        padding-right: 46px;
    }

    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive ul {
        opacity: 1;
    }

    /*背景が出現後にナビゲーションliを表示
レイアウトによって調整・削除可*/
    #g-nav.panelactove ul li {
        animation-name: gnaviAnime;
        animation-delay: 1s;
        /*0.2秒遅らせて出現*/
        animation-delay: .2s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .circle-bg {
        position: fixed;
        z-index: 3;
        top: 80px;
        right: -120%;
        width: 35%;
        height: 100vh;
        background: #000000;
        transition: all 0.6s;
    }

    /*ナビゲーションの固定*/
    nav {
        /*stickyで固定*/
        position: -webkit-sticky;
        /*Safari*/
        position: sticky;
        /*固定したい位置*/
        top: 20%;
    }

    #finish_nav ul li a {
        text-decoration: none;
    }

    img {
        width: 100%;
        height: auto;
    }

    #logo a img {
        width: 134px;
        height: 75px;
    }


    #finish_nav ul {
        display: flex;
        list-style-type: none;
        margin: 0;
        text-align: center;
        padding: 0;
        font-size: 16px;
        justify-content: center;
    }

    #finish p {
        text-align: center;
        font-size: 14px;
    }

    #finish_nav ul li ::before {
        content: "";
    }

    #finish_nav ul li {
        text-align: center;
    }

    footer {
        position: relative;
        padding: 40px 0;
        border-top: #000000 1px solid;
        position: relative;
        z-index: 99;
    }

    #finish1 {
        display: none;
    }

    #business img {
        height: 150px;
        width: 230px;
    }

    .title1 {
        font-size: 18px;
        margin: 10px 0 28px 0;
    }

    .title2 {
        font-size: 14px;
        margin-top: 24px;
    }

    .timearea1 {
        padding-bottom: 20px;
    }

    .business_title1 a {
        text-decoration: none;
    }

    .top_title2-1 {
        margin-top: 10px;
        font-size: 23px;
    }

    .top_title1-1 h3 {
        font-size: 30px;
    }

    #logo {
        height: auto;
        top: 24px;
        position: absolute;
        z-index: 9999;
        left: 46px;
    }

    .openbtn {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        top: 24px;
        right: 46px;
        width: 70px;
        height: 70px;
    }

    /*xに変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #000000;
        width: 40px;
    }

    .openbtn span {
        left: 16px;
    }

    .openbtn span:nth-of-type(1) {
        bottom: 17px;
    }

    .openbtn span:nth-of-type(2) {
        bottom: 33px;
    }

    .openbtn span:nth-of-type(3) {
        bottom: 49px;
    }

    /*activeクラスが付与されると線が回転して×に*/
    .openbtn.active span:nth-of-type(1) {
        top: 30px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 40px;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn.active span:nth-of-type(3) {
        top: 42px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 40px;
    }

    .openbtn.active {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        opacity: 0.7;
        top: 24px;
        right: 46px;
        width: 70px;
        height: 70px;
    }


    #g-nav ul {
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 160px;
        list-style-type: none;
        text-align: right;
    }


    #logo1 img {
        width: 90px;
        height: 50px;
    }

    #top1 {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
        top: 0;
        z-index: 9999999;
    }

    /*上に上がる動き*/
    #top1.UpMove {
        animation: UpAnime 0.5s forwards;
        transform: perspective(50px);
    }

    #top {
        width: 100%;
    }

    @keyframes UpAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 0;
            transform: translateY(0);
        }
    }

    /*下に下がる動き*/
    #top1.DownMove {
        animation: DownAnime 0.5s forwards;
    }

    @keyframes DownAnime {
        from {
            opacity: 0;
            transform: translateY(0);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    #nav-list ul {
        display: flex;
        list-style-type: none;
        justify-content: right;
        margin: 27px 0;
    }

    #nav-list ul li a {
        text-decoration: none;
    }

    #top1-1 {
        width: 1080px;
        margin: 0 auto;
    }

    .solid1 {
        margin-right: 18px;
    }

    #nav-1 {
        position: absolute;
        right: 385px;
        top: 0;
    }

    .fadeUpTrigger {
        opacity: 0;
    }

    #navi li a {
        font-size: 16px;
    }

    #top1 {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
        top: 0;
        z-index: 999;
        padding: 12px 0 8px 0;
    }

    #top1-1 {
        width: 90%;
        margin: 0 auto;
        max-width: 1080px;
    }

    #logo1 {
        float: left;
    }

    #nav-1 {
        position: static;
    }

    #nav-list ul {
        display: flex;
        list-style-type: none;
        justify-content: right;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }

    .solid1 {
        margin-right: 18px;
        margin-top: 14px;
    }

    .hisarea1 {
        text-decoration: none;
        padding-left: 4.5%;
        position: relative;
        z-index: 99;
    }

    .hisarea1:hover {
        opacity: 0.7;
    }

    .hisarea1-1 {
        text-decoration: none;
        padding-left: 4.5%;
        position: relative;
        z-index: 99;
    }

    .hisarea1-1:hover {
        opacity: 0.7;
    }

    .hisarea2 {
        text-decoration: none;
        position: relative;
        z-index: 99;
    }

    .hisarea2:hover {
        opacity: 0.7;
    }

    .hisarea3 {
        text-decoration: none;
        position: relative;
        z-index: 99;
    }

    .hisarea3:hover {
        opacity: 0.7;
    }


    .hisarea1 ::before {
        display: block;
        content: "";
        position: relative;
        top: 34px;
        left: -46px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #333;
    }

    .hisarea1-1 ::before {
        display: block;
        content: "";
        position: relative;
        top: 34px;
        left: -46px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #333;
    }

    .hisarea1 :after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: solid 11px #ffffff;
        border-bottom: solid 8px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: relative;
        top: 14px;
        left: -181px;
    }

    .hisarea1-1 :after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: solid 11px #ffffff;
        border-bottom: solid 8px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: relative;
        top: 14px;
        left: -256px;
    }

    .hisarea2 ::before {
        display: block;
        content: "";
        position: relative;
        top: 34px;
        left: -46px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #333;
    }

    .hisarea2 :after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: solid 11px #ffffff;
        border-bottom: solid 8px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: relative;
        top: 14px;
        left: -214px;
    }

    .hisarea3 ::before {
        display: block;
        content: "";
        position: relative;
        top: 34px;
        left: -46px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #333;
    }

    .hisarea3 :after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: solid 11px #ffffff;
        border-bottom: solid 8px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: relative;
        top: 14px;
        left: -221px;
    }

    .policyTable__body {
        display: flex;
    }

    .policyTable__detail {
        margin-top: 67px;
    }

    .policyTable__item {
        list-style: none;
    }

    .policyTable__titleText {
        padding-left: 16px;
        border-left: #000000 1px solid;
    }

    .policyTable__detail {
        width: 570px;
    }

    .policyTable__listItem1 {
        margin-top: 20px;
    }

    .policyTable__listItem:before {
        display: block;
        content: "";
        position: relative;
        top: 18px;
        left: -30px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333;
    }

    .policyTable__list2 {
        margin: 20px 0 60px 0;
    }


    .policyTable__listItem1:before {
        display: block;
        content: "";
        position: relative;
        top: 18px;
        left: -30px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333;
    }

    .policyTable__listItem2:before {
        display: block;
        content: "";
        position: relative;
        top: 40px;
        left: -30px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333;
    }

    ul {
        list-style: none;
    }

    dt {
        width: 290px;
    }

    .num {
        display: block;
        top: 16px;
        left: 70px;
        width: 55px;
        font-weight: bold;
        font-size: 18px;
        float: left;
        position: relative;
    }

    .num1 {
        display: block;
        top: 27px;
        left: 0;
        width: 55px;
        font-weight: bold;
        font-size: 18px;
        float: left;
        position: relative;
        left: 70px;
    }

    .history_area {
        max-width: 1080px;
        margin: 0 auto;
        width: 98%;
    }

    .hisarea {
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
    }

    .policyTable {
        margin: 0 20px;
    }

    .history_area ul li a {
        text-decoration: none;
        font-size: 18px;
    }

    .history_area1 ul {
        display: flex;
        list-style: none;
        justify-content: center;
    }


    .history_area {
        padding-top: 124px;
    }

    .history_area1 ul li a {
        text-decoration: none;
        font-size: 18px;
    }

    .top_title1-2 h3 {
        margin: 80px 0 20px 0;
        font-size: 30px;
    }

    .top_title1-2 p {
        font-size: 23px;
    }

    .fade {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(0px, 50px);
    }

    .fade1 {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(0px, 50px);
    }

    .fadein {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        font-size: 23px;
    }

    #company_overview {
        border-bottom: #000000 1px solid;
    }

    .schedule {
        display: flex;
        margin-top: 56px;
    }

    .c-title {
        padding-bottom: 16px;
        margin: 0;
    }


    .round {
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: solid 3px #000000;
        background: #ffffff;
        position: absolute;
        z-index: 999;
        top: 6px;
    }

    .line {
        border-left: #000000 1.5px solid;
        height: 100%;
        position: absolute;
        left: 10px;
        top: 21px;
    }

    .policyTable__listItem2 {
        display: inline;
    }

    .time {
        margin-left: 60px;
        width: 27%;
    }

    .interview_contents-3 {
        position: relative;
    }

    .num {
        display: block;
        top: 16px;
        left: 70px;
        width: 55px;
        font-weight: bold;
        font-size: 18px;
        float: left;
        position: relative;
    }

    .num1 {
        display: block;
        top: 27px;
        left: 0;
        width: 55px;
        font-weight: bold;
        font-size: 18px;
        float: left;
        position: relative;
        left: 70px;
    }

    .policyTable__listItem {
        vertical-align: top;
    }

    #page-top {
        position: fixed;
        right: 46px;
        bottom: 40px;
        height: 22px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        background: #fff;
        color: #737373;
        padding: 10px;
        border: solid 1px;
        border-radius: 50%;
        box-shadow: 0 2px 10px -6px rgba(0, 0, 0, .5), 0 3px 10px -4px rgba(0, 0, 0, .2);
        text-decoration: none;
    }

    #page-top:hover {
        background: #000000;
        color: #ffffff;
        opacity: 0.5;
    }

    .btn_line a {
        position: fixed;
        right: 46px;
        bottom: 40px;
        height: 22px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 220px;
        padding: 10px 17px;
        color: #313131;
        border: #000000 1px solid;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s;
        z-index: 9999999;
    }

    .btn_line a:hover {
        background: rgba(00, 00, 00, 0.5);
        color: #ffffff;
        opacity: 0.7;
    }

    .btn_line a:before,
    .btn_line a:after {
        box-sizing: inherit;
        content: "";
        position: absolute;
        border: 1px solid transparent;
        width: 0;
        height: 0;
    }

    .btn_line a:before {
        top: -4px;
        left: 1px;
    }

    .btn_line a:after {
        bottom: -4px;
        right: 1px;
    }


    .btn_line a:hover:before,
    .btn_line a:hover:after {
        width: 100%;
        height: 100%;
    }

    .btn_line a:hover:before {
        border-top-color: #000000;
        border-right-color: #000000;
        transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    }

    .btn_line a:hover:after {
        border-bottom-color: #000000;
        border-left-color: #000000;
        transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
    }

    .policyTable__listItem3:before {
        display: block;
        content: "";
        position: relative;
        top: 17px;
        left: -30px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333;
    }

    .mission_title1 h4 {
        margin: 0;
    }

    .company_info {
        padding-top: 110px;
    }

    .inner1 {
        position: relative;
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding-bottom: 16px;
    }

    #border {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .borderin {
        border-bottom: 1px #999 solid;
        animation: border_anim 1.5s linear forwards;
    }

    @keyframes border_anim {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    .timeline {
        padding: 0 20px;
        margin-top: 56px;
    }

    .timeline li {
        /*線の起点とするためrelativeを設定*/
        position: relative;
        list-style: none;
    }

    .timearea {
        padding: 0 0 80px 0;
    }

    .timeline dl {
        display: flex;
        margin: 0;
    }

    .timeline dd strong {
        display: block;
        font-weight: normal;
    }

    /*絶対配置で線を設定*/
    .border-line {
        /*線の位置*/
        position: absolute;
        left: 0.65em;
        top: 18px;
        width: 1px;
        /*線の太さ*/
        height: 0;
        /*はじめは高さを0に*/
        background: #000000;
    }



    /*========= レイアウトのためのCSS ===============*/

    h1 {
        font-size: 1.5rem;
        text-align: center;
        text-transform: uppercase;
        padding: 20px;
        color: #fff;
    }

    h2 {
        font-size: 1.2rem;
        text-align: center;
        margin: 0 0 30px 0;
    }

    a {
        color: #333;
    }

    small {
        background: #333;
        color: #fff;
        display: block;
        text-align: center;
        padding: 20px;
    }

    .timeline dt {
        padding-left: 60px;
        width: 27%;
    }

    .timeline dd {
        margin: 0;
        width: 100%;
    }


    ::-webkit-scrollbar-thumb {
        background: #707070;
        border: 2px solid #9b9b9b;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #ffffff;
        border: 2px solid rgba(00, 00, 00, 0.1);
    }

    #last img,
    .solid2 img {
        width: 30px;
        height: 30px;
    }

    .solid img {
        width: 40px;
        height: 40px;
        margin-top: 40px;
    }

    .solid2 {
        margin-left: 18px;
        margin-top: 12px;
    }

    #last img {
        margin-bottom: 0px;
        position: relative;
        bottom: 2px;
        left: 16px;
    }

    .secand ::after {
        content: "|";
        margin: 8px;
    }

    #closebg {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0px;
        z-index: 9;
    }

    .td_title {
        position: relative;
        border-bottom: solid 1px #a0a0a0;
        display: block;
    }

    .td_title1 {
        position: relative;
        border-bottom: solid 1px #d0d0d0;
        display: block;
        width: 100%;
    }

    tr {
        display: flex;
    }

    .sample13:after {
        position: absolute;
        display: block;
        content: " ";
        bottom: -3px;
        width: 50%;
    }

    a:hover {
        opacity: 0.7;
    }

    .company_overview2 {
        opacity: 0;
    }

    .company_overview2.fade2 {
        animation: fade2 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    }

    @keyframes fade2 {
        0% {
            opacity: 0;
            transform: translateY(100px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}



















/*@mediaルールを使ったレスポンシブなCSSの記述例*/
@media screen and (max-width: 805px) {

    /*基本レイアウトはここから↓*/
    * {
        margin: 0;
        padding: 0;
        color: #000000;
    }

    body.mainblur .btn_line a {
        position: absolute;
        top: 1000px;
    }

    .td_title {
        position: relative;
        border-bottom: dotted 2px #a0a0a0;
        display: block;
    }

    .td_title1 {
        position: relative;
        border-bottom: dotted 2px #d0d0d0;
        display: block;
        width: 100%;
    }

    #closebg {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0px;
        z-index: 9;
    }

    #logo a {
        display: inline-block;
        width: 92px;
        height: 40px;
    }

    body {
        background-color: #ffffff;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-size: 14px;
    }

    @font-face {
        font-family: 'Zen Kaku Gothic New';
        src: url(myfont/ZenKakuGothicNew-Light.ttf) format('ttf'),
            url(myfont/ZenKakuGothicNew-Light.woff) format(woff);
        display: swap;
    }

    header,
    footer,
    nav,
    a,
    body,
    div,
    h3,
    p {
        color: #000000;
        margin: 0;
        padding: 0;
    }

    .timeline {
        width: 100%;
        margin-top: 56px;
    }

    .timeline li {
        /*線の起点とするためrelativeを設定*/
        position: relative;
        list-style: none;
    }

    .timearea {
        padding: 0 0 80px 0;
    }

    .timeline dl {
        display: flex;
        margin: 0;
    }

    .timeline dd strong {
        display: block;
        font-weight: normal;
    }

    /*絶対配置で線を設定*/
    .border-line {
        /*線の位置*/
        position: absolute;
        left: 0.5em;
        top: 18px;
        width: 1px;
        /*線の太さ*/
        height: 0;
        /*はじめは高さを0に*/
        background: #000000;
    }



    /*========= レイアウトのためのCSS ===============*/


    h1 {
        font-size: 1.5rem;
        text-align: center;
        text-transform: uppercase;
        padding: 20px;
        color: #fff;
    }

    h2 {
        font-size: 1.2rem;
        text-align: center;
        margin: 0 0 30px 0;
    }

    a {
        color: #333;
    }

    small {
        background: #333;
        color: #fff;
        display: block;
        text-align: center;
        padding: 20px;
    }



    .timeline dt {
        padding-left: 30px;
        padding-right: 8%;
    }

    .timeline dd {
        margin: 0;
    }

    .btn_line a {
        position: fixed;
        right: 3%;
        bottom: 30px;
        height: 22px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 220px;
        padding: 5px 10px;
        color: #313131;
        transition: all 0.3s;
        font-weight: 600;
        border: #212121 1px solid;
        text-decoration: none;
    }

    .policyTable__list1 {
        margin-top: 16px;
    }

    .policyTable__list2 {
        margin: 16px 0 30px 0;
        font-size: 16px;
    }

    .policyTable_title h4 {
        font-size: 16px;
    }

    .company_info {
        padding-top: 110px;
    }

    .inner1 {
        position: relative;
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding-bottom: 16px;
    }

    #border {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .borderin {
        border-bottom: 1px #999 solid;
        animation: border_anim 1.5s linear forwards;
    }

    @keyframes border_anim {
        0% {
            width: 0%;
        }

        100% {
            width: 100%;
        }
    }

    .btn_line a:before,
    .btn_line a:after {
        box-sizing: inherit;
        content: "";
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }

    .btn_line a:before {
        top: 0;
        left: 0;
    }

    .btn_line a:after {
        bottom: 0;
        right: 0;
    }

    .btn_line a:hover:before,
    .btn_line a:hover:after {
        width: 100%;
        height: 100%;
    }

    .openbtn a {
        display: inline-block;
        width: 50px;
        height: 50px;
    }


    .img-animation {
        animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
        overflow: hidden;
        position: relative;
    }

    .img-animation:before {
        animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
        background: #fff;
        bottom: 0;
        content: '';
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    @keyframes img-opacity {
        100% {
            opacity: 1;
        }
    }

    @keyframes img-animation {
        100% {
            transform: translateX(100%);
        }
    }

    .solid1 {
        margin-right: 18px;
        margin-top: 14px;
    }

    .border {
        width: 90%;
        margin: 0 auto;
    }

    .hisarea1 {
        text-decoration: none;
        padding-left: 18%;
        width: 250px;
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }

    .hisarea1:hover {
        opacity: 0.7;
    }

    .hisarea1-1 {
        text-decoration: none;
        padding-left: 18%;
        width: 250px;
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }

    .hisarea1-1:hover {
        opacity: 0.7;
    }

    .hisarea2 {
        text-decoration: none;
        padding-left: 18%;
        width: 250px;
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }

    .hisarea2:hover {
        opacity: 0.7;
    }

    .hisarea3 {
        text-decoration: none;
        padding-left: 18%;
        width: 250px;
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }

    .hisarea3:hover {
        opacity: 0.7;
    }


    .hisarea1 ::before {
        display: block;
        content: "";
        position: relative;
        top: 34px;
        left: -46px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #333;
    }

    .hisarea1 :after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: solid 11px #ffffff;
        border-bottom: solid 8px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: relative;
        top: 14px;
        left: -166px;
    }

    .hisarea1-1 ::before {
        display: block;
        content: "";
        position: relative;
        top: 34px;
        left: -46px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #333;
    }

    .hisarea1-1 :after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: solid 11px #ffffff;
        border-bottom: solid 8px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: relative;
        top: 14px;
        left: -233px;
    }

    .hisarea2 ::before {
        display: block;
        content: "";
        position: relative;
        top: 34px;
        left: -46px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #333;
    }

    .hisarea2 :after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: solid 11px #ffffff;
        border-bottom: solid 8px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: relative;
        top: 14px;
        left: -195px;
    }

    .hisarea3 ::before {
        display: block;
        content: "";
        position: relative;
        top: 34px;
        left: -46px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #333;
    }

    .hisarea3 :after {
        content: "";
        display: inline-block;
        width: 0px;
        height: 0px;
        border-top: solid 11px #ffffff;
        border-bottom: solid 8px transparent;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
        position: relative;
        top: 14px;
        left: -201px;
    }


    .policyTable__list {
        padding-left: 36px;
    }

    .policyTable__item {
        list-style: none;
    }

    .policyTable__titleText {
        padding-left: 16px;
        border-left: #000000 1px solid;
    }

    .policyTable__summary {
        padding-top: 16px;
    }


    .policyTable__listItem1 {
        margin-top: 16px;
    }

    .policyTable__listItem:before {
        display: block;
        content: "";
        position: relative;
        top: 15px;
        left: -17px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333;
    }


    .policyTable__listItem1:before {
        display: block;
        content: "";
        position: relative;
        top: 15px;
        left: -18px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333;
    }

    .policyTable__listItem2:before {
        display: block;
        content: "";
        position: relative;
        top: 33px;
        left: -18px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333;
    }

    .policyTable__listItem3:before {
        display: block;
        content: "";
        position: relative;
        top: 17px;
        left: -18px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #333;
    }

    ul {
        list-style: none;
    }

    .num {
        display: block;
        top: 16px;
        left: 70px;
        width: 55px;
        font-weight: bold;
        font-size: 16px;
        float: left;
        position: relative;
    }

    .num1 {
        display: block;
        top: 27px;
        left: 0;
        width: 55px;
        font-weight: bold;
        font-size: 16px;
        float: left;
        position: relative;
        left: 70px;
    }

    .history_area ul {
        list-style: none;
        justify-content: space-evenly;
        max-width: 1080px;
        margin: 0 auto;
    }

    .history_area ul li a {
        text-decoration: none;
        font-size: 16px;
    }

    .history_area1 ul {
        display: flex;
        list-style: none;
        justify-content: center;
    }

    .history_area {
        width: 90%;
        padding-top: 80px;
        margin: 0 auto;
    }

    .history_area1 ul li a {
        text-decoration: none;
        font-size: 16px;
    }

    .top_title1-2 h3 {
        margin: 40px 0 16px 0;
        font-size: 23px;
    }

    .top_title1-2 p {
        font-size: 16px;
    }

    .fade {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(0px, 50px);
    }

    .fade1 {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(0px, 50px);
    }

    .fadein {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
    }

    .fadein1 {
        opacity: 0;
        visibility: visible;
        transform: translate(0px, 0px);
    }

    #company_overview {
        border-bottom: #000000 1px solid;
    }

    .schedule {
        display: flex;
        margin-top: 56px;
    }

    .c-title {
        padding-bottom: 16px;
        margin: 0;
    }

    .contenrs p {
        padding-left: 8%;
    }


    .round {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        z-index: 999;
        border: solid 2px #000000;
        background: #ffffff;
        position: absolute;
        top: 6px;
    }

    .line {
        border-left: #000000 1.5px solid;
        height: 100%;
        position: absolute;
        left: 10px;
        top: 21px;
    }

    .time {
        margin-left: 30px;
    }

    .interview_contents-3 {
        position: relative;
    }


    .num {
        display: block;
        top: 16px;
        left: 70px;
        width: 55px;
        font-weight: bold;
        font-size: 16px;
        float: left;
        position: relative;
    }

    .num1 {
        display: block;
        top: 27px;
        left: 0;
        width: 55px;
        font-weight: bold;
        font-size: 16px;
        float: left;
        position: relative;
        left: 70px;
    }


    #logo1 img {
        width: 115px;
        height: 50px;
    }

    #logo1 {
        padding: 12px 0 8px 0;
    }

    #top1 {
        position: fixed;
        background-color: #ffffff;
        width: 100%;
        top: 0;
        z-index: 999;
    }

    /*上に上がる動き*/
    #top1.UpMove {
        animation: UpAnime 1.5s forwards;
        transform: perspective(50px);
    }

    @keyframes UpAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 0;
            transform: translateY(-100px);
        }
    }

    /*下に下がる動き*/
    #top1.DownMove {
        animation: DownAnime 1.0s forwards;
    }

    @keyframes DownAnime {
        from {
            opacity: 0;
            transform: translateY(-100px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /*上に上がる動き*/
    #top1.UpMove {
        animation: UpAnime 1.5s forwards;
        transform: perspective(5000px);
    }

    @keyframes UpAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 0;
            transform: translateY(-100px);
        }
    }


    #nav-list ul {
        display: flex;
        list-style-type: none;
        justify-content: right;
        margin: 19px 0;
        display: none;
    }

    #nav-list ul li a {
        text-decoration: none;
    }

    #top1-1 {
        width: 1080px;
        margin: 0 auto;
    }

    .solid1 {
        margin: 6px 12px 0 0;
    }

    #nav-1 {
        position: absolute;
        right: 385px;
        top: 0;
        margin: auto 0;
    }

    .fadeUpTrigger {
        opacity: 0;
    }

    #container {
        position: relative;
        height: auto;
        width: 100%;
    }

    #logo {
        height: auto;
        position: absolute;
        z-index: 1;
        padding: 30px 3%;
        z-index: 99999;
    }

    #top_img1 img {
        width: 100%;
        height: 660px;
        vertical-align: bottom;
    }

    #top_img img {
        display: none;
    }

    /*==ボタンのためのCSS*/
    .openbtn {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        top: 30px;
        right: 3%;
        width: 50px;
        height: 50px;
    }

    /*xに変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #000000;
        width: 30px;
    }

    .openbtn span {
        left: 11px;
    }

    .openbtn span:nth-of-type(1) {
        bottom: 34px;
    }

    .openbtn span:nth-of-type(2) {
        bottom: 24px;
    }

    .openbtn span:nth-of-type(3) {
        bottom: 14px;
    }

    /*activeクラスが付与されると線が回転して×に*/
    .openbtn.active span:nth-of-type(1) {
        top: 19px;
        left: 11px;
        transform: translateY(6px) rotate(-45deg);
        width: 30px;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn.active span:nth-of-type(3) {
        top: 31px;
        left: 11px;
        transform: translateY(-6px) rotate(45deg);
        width: 30px;
    }

    .openbtn.active {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        opacity: 0.7;
        top: 32px;
        right: 0;
        width: 53px;
        height: 53px;
    }

    .circle-bg.circleactive {
        background: #707070;
        width: 100%;
        opacity: 0.7;
        height: auto;
    }

    .mainblur {
        filter: grayscale(65%);
        overflow: hidden;
    }

    /*ナビゲーションのためのCSS*/
    /*アクティブになったエリア*/

    #g-nav.panelactive {
        right: 0;
        z-index: 99999999;
        position: fixed;
    }

    #g-nav li a.panelactive {
        color: #ffffff;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav-list {
        display: none;
        /*ナビの数が増えた場合縦スクロール*/
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 110vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list {
        /*クラスが付与されたら出現*/
        display: block;
    }

    /*ナビゲーション*/
    #g-navi {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #g-nav ul {
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 53px;
        list-style-type: none;
        text-align: center;
    }

    #g-nav ul li a {
        text-decoration: none;
        font-size: 23px;
        line-height: 2.0;
        color: #ffffff;
    }

    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive ul {
        opacity: 1;
    }

    /*背景が出現後にナビゲーションliを表示
    レイアウトによって調整・削除可*/
    #g-nav.panelactove ul li {
        animation-name: gnaviAnime;
        animation-delay: 1s;
        /*0.2秒遅らせて出現*/
        animation-delay: .2s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .circle-bg {
        position: fixed;
        z-index: 3;
        top: 32px;
        right: -120%;
        width: 35%;
        height: 80vh;
        background: #000000;
        transition: all 0.6s;
    }

    /*ナビゲーションの固定*/
    nav {
        /*stickyで固定*/
        position: -webkit-sticky;
        /*Safari*/
        position: sticky;
        /*固定したい位置*/
        top: 20%;
    }

    img {
        width: 100%;
        height: auto;
    }

    #logo a img {
        width: 115px;
        height: 50px;
    }

    #finish {
        display: none;
    }

    #finish_nav1 ul {
        display: flex;
        list-style-type: none;
        margin: 0;
        text-align: center;
        padding: 0;
        font-size: 14px;
        justify-content: center;
        line-height: 1.5;
    }

    #finish_nav1 {
        text-align: center;
        margin: 0 auto;
    }

    #finish1 p {
        text-align: center;
        font-size: 14px;
    }

    #finish_nav1 ul li ::before {
        content: "";
    }

    #finish_nav1 ul li {
        text-align: center;
    }

    footer {
        padding: 40px 0;
        border-top: #212121 1px solid;
        position: relative;
        z-index: 99;
    }


    #finish1 p {
        margin-top: 16px;
    }

    #finish_nav1 ul li a {
        text-decoration: none;
    }

    #finish1 {
        width: 90%;
        margin: 0 auto;
    }

    #news {
        width: 90%;
        padding: 80px 0 80px 0;
        margin: 0 auto;
    }

    .news1 {
        padding: 28px 14px;
        border-top: #000000 1px solid;
        text-align: center;
    }

    .news2 {
        padding: 28px 14px;
        border-top: #000000 1px solid;
        border-bottom: #000000 1px solid;
        text-align: center;
    }

    #news img {
        height: 150px;
        width: 230px;
    }


    .title1 {
        font-size: 16px;
        margin: 10px 0 16px 0;
    }

    .title2 {
        font-size: 14px;
    }

    .news_title1 a {
        text-decoration: none;
    }

    .top_title1 {
        text-align: center;
    }

    .top_title1 h3 {
        font-size: 23px;
    }

    .top_title2 {
        text-align: center;
        font-size: 16px;
        margin-left: 10px;
    }

    .top_title1-1 {
        border-bottom: 1px #000000 solid;
    }

    .top_title1-1 h3 {
        font-size: 23px;
    }

    .top_title2-1 {
        margin-top: 10px;
        font-size: 16px;
    }

    .company_info {
        text-align: center;
    }

    #map1 {
        padding-top: 60px;
    }

    #map1 iframe {
        width: 100%;
    }

    #map {
        display: none;
    }


    .management_philosophy1 {
        margin-top: 16px;
    }

    .management_philosophy2 {
        margin-top: 16px;
    }

    .management_philosophy3 {
        margin: 16px 0 60px 0;
    }

    .management_philosophy1 p {
        text-align: center;
    }

    .corporate_philosophy p {
        line-height: 1.5;
    }

    .corporate_philosophy {
        padding: 60px 0 80px 0;
        border-bottom: #000000 1px solid;
    }

    .corporate_philosophy1 {
        background-color: #d9d9d9;
        width: 100%;
        margin-top: 28px;
    }

    .corporate_philosophy2 {
        width: 90%;
        margin: 0 auto;
        padding: 60px 0;
    }


    .management_philosophy2 p {
        text-align: center;
    }

    .management_philosophy3 p {
        text-align: center;
    }

    .mission_title {
        font-size: 16px;
    }

    .mission_title1 {
        font-size: 16px;
        margin-top: 16px;
    }

    .mission_title2 {
        font-size: 16px;
        margin: 16px 0 30px 0;
    }

    #company_overview1 {
        width: 100%;
        margin-top: 56px;
    }


    #company_overview {
        padding: 80px 0;
        border-bottom: #000000 1px solid;
    }

    tbody tr td {
        padding: 16px 13px 14px 13px;
        text-decoration: none;
    }

    tbody tr td a {
        text-decoration: none;
        position: relative;
        z-index: 99999;
    }

    .td_title {
        padding: 16px 0 14px 13px;
        width: 35%;
    }


    table {
        border-spacing: 0;
        border-collapse: collapse;
    }


    #map1 {
        padding-top: 28px;
    }

    #map {
        display: none;
    }

    #container {
        height: auto;
        width: 100%;
    }

    #company_info_img {
        width: 100%;
        height: auto;
        margin: 40px 0;
    }

    #company_info_img h3 {
        font-size: 23px;
        text-align: center;
        margin-top: 16px;
    }

    #company_info_img p {
        font-size: 16px;
        text-align: center;
    }

    #company_info_img1 {
        margin: 0 auto;
        text-align: center;
    }

    #corporatephilosophy_title {
        display: none;
    }

    #corporate_philosophy {
        border-bottom: #000000 solid 1px;
        padding: 80px 0;
    }

    .contenrs {
        width: 100%;
    }


    #stockroom {
        margin: auto;
        display: block;
    }

    .s_title1 {
        font-size: 16px;
        margin: 56px 0 16px 0;
    }

    .stock1 p {
        margin: 16px 0;
        text-align: center;
        font-size: 16px;
    }

    #company_history {
        padding: 80px 0;
        width: 90%;
        margin: 0 auto;
    }

    #company_history2 {
        width: 90%;
        margin: 28px auto 0 auto;
        padding: 60px 0;
    }

    #company_history1 {
        background-color: #dcdcdc;
        width: 100%;
    }

    .td_title2 {
        padding: 16px 0 14px 0;
    }

    .s_title2 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    #logo a img {
        width: 72px;
        height: 40px;
    }

    #logo {
        height: auto;
        position: absolute;
        z-index: 99;
        padding: 43px 3%;
    }

    .openbtn {
        position: fixed;
        z-index: 9999;
        cursor: pointer;
        top: 30px;
        right: 3%;
        width: 50px;
        height: 50px;
    }

    #top1 {
        display: none;
    }

    /*xに変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #000000;
        width: 30px;
    }

    .openbtn span {
        left: 11px;
    }

    .openbtn span:nth-of-type(1) {
        bottom: 34px;
    }

    .openbtn span:nth-of-type(2) {
        bottom: 24px;
    }

    .openbtn span:nth-of-type(3) {
        bottom: 14px;
    }

    /*activeクラスが付与されると線が回転して×に*/
    .openbtn.active span:nth-of-type(1) {
        top: 19px;
        left: 11px;
        transform: translateY(6px) rotate(-45deg);
        width: 30px;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn.active span:nth-of-type(3) {
        top: 31px;
        left: 11px;
        transform: translateY(-6px) rotate(45deg);
        width: 30px;
    }

    .openbtn.active {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        opacity: 0.7;
        top: 30px;
        right: 3%;
        width: 50px;
        height: 50px;
    }

    .circle-bg.circleactive {
        background: #707070;
        width: 100%;
        opacity: 0.7;
        height: auto;
    }

    .solid {
        padding-right: 20px;
        height: 50px;
    }

    #g-nav ul {
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 133px;
        list-style-type: none;
        text-align: right;
    }

    #g-nav {
        position: fixed;
        z-index: 1;
        top: 0;
        right: -120%;
        width: 240px;
        height: 100vh;
        transition: all 0.6s;
        background-color: rgba(00, 00, 00, 0.3);
    }

    .secand ::after {
        content: "|";
        margin: 7px;
    }

    #last1 img {
        width: 20px;
        height: 20px;
        margin-left: 14px;
    }

    .solid img {
        width: 30px;
        height: 30px;
        margin-top: 30px;
    }

    tr {
        display: flex;
    }

    table {
        width: 100%;
    }

    .company_overview2.fade2 {
        animation: fadeIn 1s forwards;
        animation-delay: 0.5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
    .company_overview2 {
        opacity: 0;
    }

    .company_overview2.fade2 {
        animation: fade2 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    }

    @keyframes fade2 {
        0% {
            opacity: 0;
            transform: translateY(100px);
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}