        body {
            padding-top: 180px;
            margin-top: -100px;
            letter-spacing: 3px;
            line-height: 1.7;
            font-family: inherit;
            font-feature-settings: "palt";
            color: #595757;
        }
        
        p {
            color: #595757;
        }
        
        dd {
            display: inline;
        }
        
        dl,
        ol,
        ul {
            display: inline-block;
            text-align: center;
        }
        
        h1,
        h2,
        h3,
        h5 {
            line-height: 1.5;
        }

        .h1, h1{
            line-height: 1.5;
            font-size: 2.5rem;
            color: #0b1fd8;
            text-align: center;
            font-weight: bold;
            margin: 30px auto;
        }

        .h1_bold{
            font-weight: bolder;
        }

        h4{
            color: #017227;
            text-align: center;
            font-weight: bold;
            margin: 30px auto;
            font-size: 20px;
            line-height: 1.7;
        }
        
        dt {
            color: black;
            font-size: 16px;
        }

        dd {
            color: #595757;
            text-align: justify;
            text-justify: inter-ideograph;
        }
        
        div>div>P {
            text-align: center;
        }
        
        img {
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }
        
        .wrap {
            overflow: hidden;
        }
        
        .navbar-light {
            opacity: 0.9;
        }
        
        .main {
            margin-top: -100px;
        }
        
        .nav-item {
            font-size: 16px;
            padding-left: .6rem;
            padding-right: .6rem;
        }
        
        .imageRadius {
            border-radius: 60px;
        }
        
        .fade_off {
            opacity: 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            -ms-transition: all 1s;
            transition: all 1s;
        }
        
        .fade_on {
            opacity: 1;
        }
        
        section {
            margin: 80px 0px;
            padding-top: 100px;
            padding-bottom: 80px;
        }
        
        .btn {
            margin-top: 5px !important;
            text-align: center;
            display: inline-block;
            line-height: 50px;
        }
        
        .btn a {
            height: 50px;
            vertical-align: middle;
        }
        
        .btn::before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f138";
            margin-right: 1rem;
        }
        
        .btn:hover {
            opacity: 0.5;
            transition: 0.5s;
        }
        
        .navbar {
            background-color: #fff;
            height: 100px;
        }
        
        .navbar-brand {
            left: 2% !important;
        }
        
        .navbar-collapse {
            margin-top: -10px;
        }
        
        .nav-area {
            top: 32px;
            display: flex;
            position: relative;
            width: 100%;
        }
        
        .img-streach {
            width: 100vw;
            height: auto;
            object-fit: contain;
            left: 0px !important;
            right: 0px !important;
        }
        
        .text-left {
            text-align: left;
        }
        
        .logo {
            height: 80px;
            min-width: 120px;
            position: absolute;
            display: flex;
            top: -5px;
            margin: 10px auto;
            left: 10px !important;
        }
        
        .logo img {
            max-height: 80px;
            left: 10px;
            position: fixed;
        }

        .Philosophy_bg {
            background-image: url("../img/Philosophy_back.jpg");
            top: 0;
            left: 0;
            background-size: cover;
            background-position: center bottom;
        }

        .bg_mask {
            height: 100%;
            margin-left: -20px;
            margin-right: -20px;
            background: rgba(255,255,255,0.7);
        }

        .commace_bg{
            background-image: url("../img/2784317_m.jpg");
            top: 0;
            left: 0;
            background-size: cover;
            background-position: center bottom;
        }

        .recruit_bg{
            background-image: url("../img/4191096_s.jpg");
            top: 0;
            left: 0;
            width: 100%;
            background-size: cover;
            background-position: center center;
        }

        #recruit p {
            text-align: left;
        }

        #recruit .col-md-3 p,
        #recruit .col-md-10 p {
            border-bottom: solid 1px lightgray;
        }

        #company li {
            text-align: left;
        }

        #company .col-md-3{
            text-align: center;
        }

        #company .col-md-3 p,
        #company .col-md-10 p {
            border-bottom: solid 1px lightgray;
        }

        #company .col-md-7 p{
            text-align: left;
        }

        #privacy p {
            text-align: left;
        }

        #privacy .col-md-3 p,
        #privacy .col-md-10 p {
            border-bottom: solid 1px lightgray;
        }

        /*フッター*/
        .hbspt-form {
            background-color: white;
        }
        
        .header {
            padding: 20px !important;
            text-align: center;
            margin: -50px -50px 30px -50px;
            font-size: 18px;
        }
        
        .fm {
            padding: 50px;
        }
        
        footer .small {
            font-size: 14px;
            margin-top: 10px;
        }
        
        .footer-img {
            text-align: right;
        }
        
        .footer .last-link {
            text-align: right;
            display: block;
        }
        
        .footer .last-link a {
            color: #00C6B6 !important;
            text-decoration: none;
            display: inline-block;
        }
        
        .footer {
            margin-top: -80px;
            position: relative;
            bottom: 0;
            padding: 10px 0 0;
            width: 100%;
            font-size: 14px;
            color: #f5f7f7;
        }
        
        .foot_bottom {
            margin-top: 10px;
            padding-top: 10px;
            margin-bottom: 0px;
            border-top: #00c6b6 solid 5px;
            border-bottom: #00c6b6 solid 10px;
            font-size: 12px;
            color: #f5f7f7;
        }

        .foot_bottom_tel{
            margin-top: 5px;
            margin-bottom: 0px;
            border-top: #00c6b6 solid 5px;
            border-bottom: #00c6b6 solid 10px;
            font-size: 11px;
            color: #f5f7f7;
        }

        .copyright {
            border-color: #00c6b6;
            background-color: #00c6b6;
        }
        
        .far {
            font-size: 10px;
            margin-top: 5px;
        }
        
        .far::before {
            font-family: "Font Awesome 5 Free";
            content: '\f35d';
            font-weight: 900;
        }
        
        @media (min-width: 751px) {
            .spbr {
                display: none;
            }
            .pcbr {
                display: block;
            }
        }
        
        @media (max-width: 751px) {
            body {
                overflow-y: scroll;
                -ms-overflow-style: none;
                scrollbar-width: none;
                padding-top: 100px;
                margin-top: -80px;
            }

            h1 {
                font-size: 2.2em;
            }

            dt{
                padding: 10px;
                margin: 10px;
            }

            dd {
                text-align: center;
                margin-left: 10px;
                margin-right: 10px;
            }
    
            body::-webkit-scrollbar {
                display: none;
            }
            .navbar-toggler {
                display: block;
                position: fixed;
                top: 45px;
                right: 20px;
                height: 40px !important;
            }
            .navbar-collapse {
                top: 95px;
                position: fixed;
                background-color: #F6F7F7;
                width: 300px;
                font-size: 30px;
                right: 20px;
            }
            section {
                margin: 90px 0px;
                padding-top: 90px;
                padding-bottom: 20px;
            }
            .btn {
                font-size: 13px;
            }
            .spbr {
                display: block;
            }
            .pcbr {
                display: none;
            }
            .logo {
                width: 250px;
                min-width: 250px;
                display: flex;
                position: relative;
                text-align: center;
                padding-top: 0px;
                top: -10px;
                left: 10px !important;
            }
            .logo-footer {
                position: relative;
                margin: 30px auto;
                text-align: center;
            }
            #company .col-md-5{
                text-align: center;
                font-weight: 200;
            }
    
            #company .col-md-7 p{
                text-align: center;
            }

            #recruit p {
                text-align: center;
                margin-left: 10px;
                margin-right: 10px;
                display: flow-root;
                padding: 10px;            }

            .fm {
                padding: 50px 20px;
            }
            .footer {
                margin-top: 0px;
            }
            .footer-img {
                margin-top: 20px;
                text-align: center;
            }
        }