@charset "utf-8";
@media screen and (min-width: 1001px) {
    body {
        background-color: #ffffff;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-size: 16px;
    }

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

    .areat input {
        padding: 14px 79px;
        margin: 0;
        text-decoration: none;
        background-color: #dcdcdc;
        border: 1px solid #000;
        cursor: pointer;
        position: relative;
        z-index: 99999;
    }

    .site-header,
    .widget-area,
    .entry-title,
    .entry-footer {
        display: none;
    }

    #logo {
        width: 250px;
        height: 80px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        z-index: 9999;
        top: 0;
    }

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

    .openbtn {
        position: fixed;
        z-index: 9999;
        cursor: pointer;
        right: 60px;
        width: 60px;
        height: 60px;
        top: 10px;
        background-color: #000000;
    }

    .openbtn span {
        left: 16px;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 20px;
        height: 3px;
        background: #ffffff;
        width: 20px;
    }

    .openbtn span:nth-of-type(2) {
        top: 29px;
    }

    .openbtn span:nth-of-type(3) {
        top: 24px;
    }

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

    #bar {
        width: 60px;
        height: 100%;
        border-right: 0.5px #000000 solid;
        position: fixed;
        background-color: #ffffff;
        z-index: 9999;
    }


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

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

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

    .panelactive {
        width: 100%;
    }

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

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

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

    #g-nav-list {
        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 {
        margin: 0;
    }

    #g-nav ul {
        position: absolute;
        top: 160px;
        list-style-type: none;
    }

    #g-nav ul li a {
        text-decoration: none;
        color: #ffffff;
    }

    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive ul {
        opacity: 1;
    }
    #g-nav.panelactive ul {
        opacity: 1;
        z-index: 999;
        list-style-type: none;
        text-align: right;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    .solid-s, .solid, .solid-1, .solid1 {
        padding-bottom: 40px;
        padding-right: 60px;
        font-size: 30px;
    }

    .solid,
    .solid1 {
        padding-bottom: 40px;
    }

    .solid_sub {
        font-size: 16px;
        color: #ffffff;
    }


    /*背景が出現後にナビゲーションliを表示
レイアウトによって調整・削除可*/
    body.mainblur .solid,
    body.mainblur .solid1,
    body.mainblur .solid-1 {
        animation-name: fade;
        /*0.2秒遅らせて出現*/
        animation-duration: 1.2s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    }

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

        100% {
            opacity: 1;
        }
    }

    #logo-1 {
        display: none;
    }

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

    .border {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 1100px;
        width: 98%;
        margin: 0 auto;
    }

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

        100% {
            width: 100%;
        }
    }

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

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

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

    .fadeUpTrigger {
        opacity: 0;
    }

    .title {
        margin: 10px 0 28px 0;
        color: #ffffff;
        font-size: 23px;
    }

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

    .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: #000000;
        transition: all 0.3s;
        font-weight: 600;
        background-color: rgba(225, 225, 225, 0.2);
        border: #000000 0.5px solid;
        text-decoration: none;
        z-index: 9999999;
    }

    .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:after {
        bottom: 0;
        right: 0;
    }

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

    #finish_nav ul li {
        text-align: center;
        list-style-type: none;
    }

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

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

    #language img {
        width: 45px;
        height: 45px;
        vertical-align: bottom;
    }

    .last img {
        width: 30px;
        height: 30px;
        vertical-align: bottom;
    }

    #closebg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    #finish1 {
        display: none;
    }

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

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

    .last {
        margin-left: 16px;
    }

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

    .btn_line a:hover {
        background-color: #000000;
        color: #ffffff;
    }

    .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;
    }

    #contact_contents {
        width: 1100px;
        max-width: 98%;
        margin: 0 auto;
        padding: 160px 0 195px 0;
    }

    .inner {
        position: relative;
        display: flex;
        align-items: baseline;
    }

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

    #tel {
        margin-bottom: 61px;
        text-align: center;
        font-size: 16px;
        margin-top: 124px;
    }

    .tel_btn {
        text-align: center;
        margin-bottom: 60px;
    }

    .tel_btn a {
        padding: 14px 79px;
        border: #dcdcdc 4px solid;
        background-color: #dcdcdc;
        box-shadow: inset 0px 0px 0 1px #fff;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        position: relative;
        z-index: 9999;
    }

    table {
        border-spacing: 0;
        width: 800px;
        margin: 0 auto;
    }

    tbody tr {
        border-bottom: #000 1px solid;
    }

    table tr th {
        width: 272px;
        text-align: left;
        padding: 16px;
        border-bottom: #000 1px solid;
        font-size: 16px;
        font-weight: 100;
    }

    .indispensability {
        float: right;
        background-color: red;
        color: #fff;
        padding: 2px 5px;
        border-radius: 3px;
        font-size: 10px;
    }

    table tr td {
        padding: 16px;
        border-bottom: #000 1px solid;
    }

    .select_btn select {
        display: block;
        width: 532px;
        height: 37px;
        padding: 5px 15px;
        position: relative;
        z-index: 99999;
    }

    .areat {
        text-align: center;
        padding-top: 28px;
    }

    #areart_btn {
        padding: 14px 79px;
        margin: 0 auto;
        text-decoration: none;
        background-color: #dcdcdc;
        border: 1px solid #000;
        z-index: 999;
        cursor: pointer;
        width: 144px;
    }

    .text_field input {
        height: 24px;
        padding: 5px 15px;
        border: #000 1px solid;
        width: 500px;
        position: relative;
        z-index: 999999;
    }

    .text_field1 textarea {
        width: 500px;
        height: 100px;
        overflow-y: scroll;
        padding: 5px 15px;
        position: relative;
        z-index: 999999;
    }

    .openbtn a {
        display: block;
        position: relative;
        z-index: 99999999999999999;
        width: 60px;
        height: 60px;
    }

    #contact_img {
        max-width: 525px;
        margin: 0 auto;
        height: 110px;
        padding-top: 124px;
    }

    #contact_img.is-animated {
        animation: popup 3s cubic-bezier(.4, 1, .36, 1) forwards;
    }

    @keyframes popup {
        0% {
            transform: translateY(40px) scale(.8);
            opacity: 0;
        }

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

        80%,
        100% {
            opacity: 1;
        }
    }

    #contact_contents h2 {
        font-size: 16px;
        text-align: center;
        padding-top: 124px;
        margin: 0;
    }

    #contact_text {
        padding-bottom: 24px;
        text-align: center;
        padding-top: 56px;
    }

    #top_retern {
        text-align: center;
    }

    #contact_img img {
        width: 500px;
        height: 97px;
    }

    #top_retern {
        text-align: center;
    }

    .subtitle {
        font-size: 23px;
    }
    .mainblur {
        overflow: hidden;
    }
}
















@media screen and (max-width: 1000px) {
    body {
        background-color: #ffffff;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-size: 14px;
    }

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

    .site-header,
    .widget-area,
    .entry-title,
    .entry-footer {
        display: none;
    }

    #logoarea {
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 999;
        display: flex;
    }

    #logo {
        padding-left: 20px;
    }

    #logo a img {
        width: 105px;
        height: 35px;
    }

    #mailbtn {
        width: 60px;
        height: 60px;
        background-color: rgba(0, 0, 0, 0.5);
        position: fixed;
        right: 60px;
        top: 0px;
        z-index: 999;
    }

    #mailbtn a {
        display: inline-block;
        width: 60px;
        height: 60px;
    }

    #mail1 {
        font-size: 20px;
        left: 17px;
        top: 18px;
        position: relative;
        width: 0;
        height: 0;
        border-right: 0.7em solid transparent;
        border-left: 0.7em solid transparent;
        border-top: 0.52em solid #ffffff;
        border-radius: 0.1em;
    }

    #mail1::before {
        position: absolute;
        content: "";
        top: -0.5em;
        left: -0.8em;
        width: 0;
        height: 0;
        border-top: 0.6em solid transparent;
        border-bottom: 0.6em solid #ffffff;
        border-left: 0.8em solid #ffffff;
        border-right: 0.8em solid #ffffff;
        border-radius: 0 0 0.1em 0.1em;
    }

    #mailcomment {
        color: #ffffff;
        font-size: 16px;
        width: 100px;
        position: absolute;
        left: -39px;
        top: 27px;
    }

    .openbtn {
        position: fixed;
        z-index: 99999;
        cursor: pointer;
        right: 0;
        width: 60px;
        height: 60px;
        top: 0px;
        right: 0px;
        background-color: #000000;
        display: flex;
    }

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

    .openbtn span:nth-of-type(2) {
        top: 29px;
    }

    .openbtn span:nth-of-type(3) {
        top: 24px;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 20px;
        height: 3px;
        background: #ffffff;
        width: 20px;
    }

    .openbtn span {
        left: 19px;
    }

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

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

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


    .panelactive {
        width: 100%;
    }

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

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

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

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

    #g-nav-list {
        position: absolute;
        width: 100%;
    }

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


    #g-nav.panelactive ul {
        opacity: 1;
        z-index: 99999999999;
        list-style-type: none;
        text-align: right;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    #g-nav ul li a {
        text-decoration: none;
        color: #ffffff;
        font-size: 20px;
    }

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

    .solid, .solid-s, .solid1 {
        padding-right: 20px;
        height: 50px;
        padding-bottom: 20px;
    }

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

    .solid_sub {
        color: #ffffff;
        font-size: 16px!important;
    }

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

    /*背景が出現後にナビゲーションliを表示
レイアウトによって調整・削除可*/
    body.mainblur .solid-s,
    body.mainblur .solid,
    body.mainblur .solid1,
    body.mainblur .solid-1 {
        animation-name: fade;
        /*0.2秒遅らせて出現*/
        animation-duration: 1.2s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    }
    .mainblur {
        overflow: hidden;
    }

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

        100% {
            opacity: 1;
        }
    }

    #logo-1 {
        display: none;
    }

    ul {
        padding-inline-start: 0;
    }

    #language img {
        width: 30px;
        height: 30px;
    }

    .benefits1 img {
        width: 90px;
        height: 90px;
    }

    .last img {
        width: 20px;
        height: 20px;
        vertical-align: bottom;
    }

    #company_overview {
        background-color: #ffffff;
        width: 100%;
        height: 92px;
        z-index: 99;
    }

    #company_overview-1 {
        padding-bottom: 50px;
    }

    #company_overview-2 {
        width: 90%;
        margin: 0 auto;
    }

    .inner {
        position: relative;
        display: flex;
        align-items: baseline;
    }

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

    .border {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 90%;
        margin: 0 auto;
    }

    #logoarea {
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        align-items: center;
        position: fixed;
        top: 0;
        z-index: 9;
        display: flex;
    }

    .openbtn a {
        display: block;
        position: relative;
        z-index: 99999999999999;
        width: 60px;
        height: 60px;
    }
    #contact_contents {
        width: 90%;
        margin: 0 auto;
        padding: 80px 0;
    }

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

    .areat {
        border: solid 1px #000000;
        width: 226px !important;
        height: 40px !important;
        border-radius: 0px !important;
        z-index: 99 !important;
        margin: 0 auto;
        padding: 0px;
        overflow: hidden;
        background-color: #dcdcdc;
        position: relative;
        top: 16px;
    }

    .areat input {
        width: 240px;
        height: 60px;
        background-color: #dcdcdc;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        left: -6px;
        top: -2px;
        color: #000000;
        font-size: 14px;
        z-index: 99999;
    }

    input[type="submit" i] {
        border-radius: 0px !important;
    }

    .title {
        margin: 10px 0 28px 0;
    }

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

    .fadein {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        font-size: 16px;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .fadeUpTrigger {
        opacity: 0;
    }

    #tel {
        margin-bottom: 60px;
        text-align: center;
        font-size: 14px;
        margin-top: 40px;
    }

    .tel_btn {
        text-align: center;
        margin-bottom: 60px;
    }

    .tel_btn a {
        padding: 14px 79px;
        border: #dcdcdc 4px solid;
        background-color: #dcdcdc;
        box-shadow: inset 0px 0px 0 1px #fff;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        position: relative;
        z-index: 9999;
    }
    #closebg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    table {
        border-spacing: 0;
        width: 100%;
    }

    tbody tr {
        border-bottom: #000 1px solid;
    }

    table tr th {
        font-weight: 100;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 16px;
    }

    .indispensability {
        font-size: 10px;
        float: right;
        background-color: red;
        color: #fff;
        padding: 2px 5px;
        border-radius: 3px;
    }

    table tr td {
        border-bottom: #000 1px solid;
        width: 100%;
        display: block;
        padding-bottom: 16px;
    }

    .select_btn select {
        height: 37px;
        padding: 5px 15px;
        width: 100%;
        position: relative;
        z-index: 99;
    }

    .text_field input {
        height: 37px;
        padding: 5px 15px;
        border: #000 1px solid;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 14px;
        position: relative;
        z-index: 99;
    }

    .text_field1 textarea {
        height: 100px;
        overflow-y: scroll;
        padding: 5px 15px;
        width: 90%;
        box-sizing: border-box;
        width: 100%;
        position: relative;
        z-index: 99;
    }

    .areat {
        text-align: center;
        padding-top: 16px;
    }

    #areart_btn {
        padding: 14px 79px;
        margin: 0 auto;
        text-decoration: none;
        background-color: #dcdcdc;
        border: 1px solid #000;
        cursor: pointer;
        width: 100px;
    }

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

    .last {
        margin-left: 14px;
    }

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

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

    #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;
    }

    ul {
        list-style: none;
    }

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

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

    ul li a {
        font-size: 14px;
    }

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

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

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

    #finish {
        display: none;
    }

    .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: #000000;
        transition: all 0.3s;
        font-weight: 600;
        background-color: rgba(225, 225, 225, 0.2);
        border: #000000 0.5px solid;
        text-decoration: none;
    }

    .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;
    }

    .mainblur {
        overflow: hidden;
    }

    #mailcomment {
        display: none;
    }

    .solid-1 {
        padding-top: 4.5%;
    }

    #contact_img {
        max-width: 350px;
        margin: 0 auto;
        height: 110px;
        padding-top: 80px;
    }

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

    #contact_img.is-animated {
        animation: popup 3s cubic-bezier(.4, 1, .36, 1) forwards;
    }

    @keyframes popup {
        0% {
            transform: translateY(40px) scale(.8);
            opacity: 0;
        }

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

        80%,
        100% {
            opacity: 1;
        }
    }

    #contact_contents h2 {
        font-size: 16px;
        text-align: center;
        padding-top: 28px;
        margin: 0;
    }

    #contact_text {
        padding-bottom: 16px;
        text-align: center;
        padding-top: 56px;
    }

    #top_retern {
        text-align: center;
    }

    .select_btn select {
        background-color: #ffffff;
        border: #000000 1px solid;
        height: 37px;
        padding: 5px 15px;
        width: 100%;
        color: #000000;
    }

    .field1,.text_field1 textarea,.rq {
        border-radius: 0px;
    }
}

@media screen and (max-width: 405px) {
    .secand :after {
        content: "|";
        margin: 5px;
    }

    .last {
        margin-left: 10px;
    }
}