@charset "utf-8";

/*---------------共通部分-----------------------------*/
body {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none
}

img {
    max-width: 100%;
}


/*ーーーーーーーーータブレットーーーーーーーーーーーーー*/
@media screen and (max-width: 834px) {

    /*共通部分*/
    body {
        font-size: 20px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    li {
        list-style: none
    }

    img {
        max-width: 100%;
    }


}


/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 414px) {
    body {
        font-size: 20px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    main {
        overflow: hidden;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    li {
        list-style: none
    }

    img {
        max-width: 100%;
    }

}


/*------------------共通ヘッダー-----------------------------*/
header {
    background-color: #36498f;
}

.header_container {
    display: flex;
    justify-content: space-between;
    height: 100px;
}

.header_list {
    display: flex;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.header_list li {
    margin: 35px 2px 25px 67px;
}

.basic-1 {
    background:
        linear-gradient(currentColor 0 0) 0 100% /var(--d, 0) 1px no-repeat;
    transition: 0.5s;
}

.basic-1:hover {
    --d: 100%;
}


.header_logo {
    margin-left: 25px;
    margin-top: 26px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
    display: block !important;
    margin: 0 auto;
}

.sp {
    display: none !important;
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 414px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

@media only screen and (max-width: 834px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
        margin: 0 auto;
    }
}


.contact_list {
    background-color: #fabe00;
    color: #fff;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0px 0px;
    font-weight: 500;
    margin-left: 50px;
}

.contact_list a {
    padding: 35px 45px;
    /* margin-top: 37px; */
    display: block;
}

.contact_list li:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.contact_list::before,
.contact_list::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.contact_list::before {
    left: 90%;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact_list:hover {
    color: #fff;
    background-color: #fcd44f;
    transition: .3s;
}

.contact_list:hover::before {
    left: 90%;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.header_menu {
    display: flex;
}

#g-nav .openbtn .g-nav-list ul {
    display: none;
}

div#g-nav-list {
    display: none;
}



/*ヘッダー固定*/
/*========= 上部固定させるためのCSS ===============*/
#header {
    height: 100px;
    width: 100%;
    background: #36498f;
    color: #fff;
    text-align: center;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed {
    position: fixed;
    /*fixedを設定して固定*/
    z-index: 999;
    /*最前面へ*/
    top: 0;
    /*位置指定*/
    left: 0;
    /*位置指定*/
    width: 100%;
    height: 100px;
}


.header_wrap.fixed {
    position: relative;
}

header .openbtn {
    position: absolute;

}

/*-----共通ヘッダー（タブレット）----------------*/
@media screen and (max-width: 834px) {

    header {
        background-color: #36498f;
    }

    .header_container {
        display: flex;
        justify-content: space-between;
        height: 112px;

    }

    #header {
        height: 80px;
        width: 100%;
        background: #36498f;
        color: #fff;
        text-align: center;
    }

    #header.fixed {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
    }

    .header_list {
        display: flex;
        color: #fff;
        font-size: 22px;
        font-family: 'Noto Sans JP', sans-serif;
        display: none;
    }

    .header_list li {
        padding: 0px 15px 0px 0px;
    }


    .header_logo {
        margin-left: 17px;
        margin-top: 19px;
    }

    .contact_list {
        background-color: #fabe00;
        color: #fff;
        font-size: 22px;
        font-family: 'Noto Sans JP', sans-serif;
        padding: 45px 0px;
        display: none;
    }

    .header_menu {
        display: flex;
    }

    #g-nav {
        display: block;
    }

    /*========= ナビゲーションのためのCSS ===============*/

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: -120%;
        left: 0;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background: #36498f;
        /*動き*/
        transition: all 0.6s;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        top: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 460px;
        left: 27%;
        transform: translate(-50%, -50%);
    }


    .g-navi_sub {
        font-size: 14px;
        margin-top: 10px;
        font-weight: none;
    }

    .g-navi_main {
        margin-bottom: 25px;
        margin-top: 10px;
    }


    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

    #g-nav li a {
        color: #fff;
        text-decoration: none;
        padding: 5px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: ;
    }

    #g-nav.panelactive #g-nav-list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 75vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
    }

    .g-navi_main {
        margin-bottom: 25px;
        margin-top: 10px;
        font-weight: bold;
    }


    .g-navi_sub {
        font-size: 12px;
        margin-top: 8px;
        margin-left: 2px;
        margin-bottom: 8px;
        font-weight: none;
    }


    .g-navi_main {
        margin-bottom: 15px;
        margin-top: 15px;
        font-size: 18px;
    }

    .g-navi_last {
        margin-bottom: 45px;
    }


    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 14px;
        right: 10px;
        cursor: pointer;
        width: 85px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 45%;
    }

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

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

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

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

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

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

    .g-navi_sub {
        font-size: 14px;
        margin-top: 5px;
        margin-left: 2px;
        margin-bottom: 5px;
        font-weight: none;
    }


    .g-navi_main {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 22px;
    }

    .g-navi_last {
        margin-bottom: 0px;
    }

    .g-navi_sub2 {
        margin-top: 10px;
    }

    .g-navi_main2 {
        margin-bottom: 0px;
        ;
    }

}

/*-----共通ヘッダー（スマホ）----------------*/
@media screen and (max-width: 414px) {

    .header_container {
        display: flex;
        justify-content: space-between;
        height: 0px;
    }

    .header_list {
        display: flex;
        color: #fff;
        font-size: 22px;
        font-family: 'Noto Sans JP', sans-serif;
        display: none;
    }

    .header_list li {
        margin: 45px 25px 25px 67px;
    }

    #g-nav {
        display: block;
    }

    .header_logo {
        margin-left: 10px;
        margin-top: 14px;
        margin-bottom: 10px;

    }

    .contact_list {
        background-color: #fabe00;
        color: #fff;
        font-size: 22px;
        font-family: 'Noto Sans JP', sans-serif;
        padding: 45px 0px;
        display: none;
    }

    .header_menu {
        display: flex;
    }

    #header {
        height: 60px;
        width: 100%;
        background: #36498f;
        color: #fff;
        text-align: center;
    }


    /*========= ナビゲーションのためのCSS ===============*/

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: -120%;
        left: 0;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background: #36498f;
        /*動き*/
        transition: all 0.6s;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        top: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        position: absolute;
        z-index: 999;
        top: 310px;
        left: 110px;
        transform: translate(-50%, -50%);
    }


    /*リストのレイアウト設定*/

    #g-nav li {
        list-style: none;
        text-align: center;
    }

    #g-nav li a {
        color: #fff;
        text-decoration: none;
        padding: 0px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

    .g-navi_sub {
        font-size: 15px;
        margin-top: 4px;
        margin-left: 2px;
        margin-bottom: 4px;
        font-weight: none;
    }


    .g-navi_main {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 20px;
    }

    .g-navi_last {
        margin-bottom: 0px;
    }

    .g-navi_sub2 {
        margin-top: 10px;
    }

    .g-navi_main2 {
        margin-bottom: 0px;
        ;
    }


    /*========= ボタンのためのCSS ===============*/
    .openbtn {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 8px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 45%;
    }

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

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

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

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

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

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

    /*JSを使いfixedクラスが付与された際の設定*/
    #header.fixed {
        position: fixed;
        /*fixedを設定して固定*/
        z-index: 999;
        /*最前面へ*/
        top: 0;
        /*位置指定*/
        left: 0;
        /*位置指定*/
        width: 100%;
        height: 66px;
    }


}


/*---------------共通フッター--------------------*/

/*フッター*/
footer {
    background-color: #ecebeb;
    font-family: 'Kozuka Gothic Pr6N', Arial, sans-serif;
    font-weight: bold;
    color: #383635;

}

.footer_content {
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
    margin: 0 auto;
    max-width: 1166px;
}

.footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.footer_nav_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: #4b5b6a;
    font-size: 11px;
    gap: 23px;
    font-weight: 400;
}

.footer_nav_2 li {
    margin-bottom: 2px;
}

.footer_business {
    color: #383635;
    font-size: 16px;
    font-weight: 500;
}

.contact_info {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.contact_info p {
    margin-top: 10px;
    width: 130%;
    font-size: 12px;
}

.footer_nav_1 {
    font-size: 16px;
    margin-left: 40%;
    font-weight: 500;
}

.footer_nav_1 li {
    margin-bottom: 1px;
}

.footer_nav_1 a:hover {
    opacity: 0.7;
}

.footer_nav_2 a:hover {
    opacity: 0.7;
}


.logo {
    font-weight: 500;
}

.logo img {
    margin-left: -6px;
    max-width: none;
    margin-bottom: -30px;
    width: 80%;
}

.oa {
    margin-top: 34px;
}

.under_bar {
    background-color: #36498f;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}


.copyright {
    color: #fff;
    text-align: center;
    margin-top: 8px;
    font-weight: lighter;
    font-size: 11px;
}

.footer_nav_2_sub {
    margin-left: -40px;
}


.test:after {
    content: "2006-2023";
}

.test1:after {
    content: "TEL:092-263-6023";
}

.test2:after {
    content: "FAX:092-263-6060";
}

/*-------------共通フッタータブレット（横）--------------------*/
@media screen and (max-width: 1112px) {


    .footer_nav_2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        color: #4b5b6a;
        font-size: 13px;
        gap: 25px;
        height: 100%;
        width: 100%;
    }

    .footer_content {
        padding-top: 70px;
        padding-bottom: 35px;
        width: 98%;
        margin: 0 auto;
    }

    .footer_grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0px;
    }

    .contact_info p {
        font-size: 18px;
        font-weight: 500;
        margin-top: 14px;
    }

    .contact_info {
        width: 100%;
        height: 100%;
        margin-top: -2px;
    }

    .contact_info img {
        width: 85%;

    }

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

    .logo img {
        margin-bottom: -30px;
    }


    .footer_nav_1 {
        font-size: 16px;
        margin-left: 15%;
        font-weight: 500;
        height: 100%;
        width: 100%;
    }


    .footer_nav_1 li {
        margin-bottom: 5px;
    }

    .contact_info p {
        font-size: 13px;
        font-weight: 500;
        margin-top: 5px;
    }


}

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

    .footer_nav_2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        color: #4b5b6a;
        font-size: 13px;
        gap: 25px;
    }


    .footer_content {
        padding-top: 70px;
        padding-bottom: 35px;
        width: 98%;
        margin: 0 auto;
    }

    .footer_grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0px;
    }

    .contact_info {
        font-size: 23px;
        font-weight: 500;
        height: 100%;
        width: 100%;
        margin-top: -2px;
    }

    .footer_nav_1 {
        font-size: 16px;
        margin-left: 15%;
        font-weight: 500;
        height: 100%;
        width: 100%;
    }

    .footer_nav_2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        color: #4b5b6a;
        font-size: 13px;
        gap: 25px;
        height: 100%;
        width: 100%;
    }

    .footer_nav_1 li {
        margin-bottom: 5px;
    }

    .contact_info p {
        font-size: 13px;
        font-weight: 500;
        margin-top: 5px;
    }

}



/*-----共通フッター（タブレット）----------------*/
@media screen and (max-width: 834px) {

    /*フッター*/
    footer {
        background-color: #ecebeb;
        font-family: 'Kozuka Gothic Pr6N', Arial, sans-serif;
        font-weight: bold;
        color: #383635;

    }

    .footer_content {
        padding-top: 50px;
        padding-bottom: 20px;
        width: 98%;
        margin: 0 auto;
    }

    .footer_grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .footer_nav_2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        color: #4b5b6a;
        font-size: 8px;
        gap: 23px;
        margin-top: 10px;
        height: 100%;
    }

    .footer_nav_2 li {
        margin-bottom: 8px;
    }

    .footer_business {
        color: #383635;
        font-size: 18px;
    }

    .contact_info {
        line-height: 1.1;
        margin-top: 10px;
    }

    .contact_info p {
        margin-top: 15px;
        width: 100%;
        font-size: 16px;
    }

    .logo {
        font-size: 16px;
    }

    .contact_info span {
        display: block;
    }

    .footer_nav_1 {
        font-size: 17px;
        margin-left: 15%;
        margin-top: 10px;
        height: 100%;

    }

    .footer_nav_1 li {
        margin-bottom: 13px;
    }


    .logo img {
        margin-left: -3px;
        max-width: none;
        margin-bottom: -15px;
    }

    .oa {
        margin-top: 43px;
    }

    .under_bar {
        background-color: #36498f;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
        font-size: 14px;
    }

    .copyright {
        color: #fff;
        text-align: center;
        margin-top: 10px;
        font-weight: lighter;
    }

    .footer_nav_2_sub {
        margin-left: 0px;
    }

    .test1:after {
        display: block;
        margin-bottom: -16px;
    }

}


/*-----共通フッターー（スマホ）----------------*/
@media screen and (max-width: 480px) {

    /*フッター*/
    footer {
        background-color: #ecebeb;
        font-family: 'Kozuka Gothic Pr6N', Arial, sans-serif;
        font-weight: bold;
        color: #383635;

    }

    .footer_content {
        padding-top: 40px;
        padding-bottom: 35px;
        width: 61%;
        margin: 0 auto;
    }

    .footer_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .footer_nav_2 {
        display: none;
        grid-template-columns: 1fr 1fr;
        color: #4b5b6a;
        font-size: 0.6rem;
        gap: 23px;
    }

    .footer_nav_2 li {
        margin-bottom: 10px;
    }

    .footer_business {
        color: #383635;
        font-size: 1rem;
        margin-top: 20px
    }

    .contact_info {
        font-size: 0.9rem;
        line-height: 1.1;
    }

    .contact_info span {
        display: block;
    }

    .contact_info p {
        margin-top: 10px;
        width: 110%;
        font-size: 13px;
    }

    .footer_nav_1 {
        font-size: 1rem;
        margin-left: 0%;
        margin-top: 20px;
        display: none;
    }

    .footer_nav_1 li {
        margin-bottom: 0.1rem;
    }

    .logo {
        width: 90%;
        font-size: 13px;
    }

    .oa {
        margin-top: 65px;
    }

    .under_bar {
        background-color: #36498f;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        text-decoration: none !important;
        border: none;
    }

    .copyright {
        color: #fff;
        text-align: center;
        margin-top: 10px;
        font-weight: lighter;
        font-size: 8px;
        text-decoration: none !important;
        border: none;
        text-decoration: none;
        /* 下線を非表示にする */
        color: inherit;
        /* リンクのデフォルトの色を継承 */
        cursor: pointer;
        /* マウスオーバー時にポインターカーソルを表示 */
    }


    .under_bar img {
        margin: 0 auto;
    }


    .logo img {
        margin-left: -5px;
        max-width: none;
        width: auto;
    }

    .logo img {
        margin-left: -3px;
        margin-bottom: -14px;
        max-width: none;
        width: auto;
    }

    .under_bar p {
        text-decoration: none !important;
        border: none;
    }

    .nolink {
        pointer-events: none;
        text-decoration-line: none;
        color: inherit !important;
    }

    .copyright span {
        text-decoration: none !important;
        border: none;
        text-decoration: none;
        /* 下線を非表示にする */
    }

    .test:after {
        content: "2006-2023";
    }

    .test1:after {
        content: "TEL:092-263-6023";
        display: block;
        margin-bottom: -17px;
    }

    .test2:after {
        content: "FAX:092-263-6060";
    }




}


/*=====インデックス＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*ファーストビュー*/

.fv {
    background-color: #36498f;
    height: 500px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    height: 610;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    margin-left: 100px;
    position: relative;
}

/*　背景画像設定　*/

.slider-item01 {
    background: url(../image/fv1_r.jpg);
}

.slider-item02 {
    background: url(../image/fv2_r.jpg);
}

.slider-item03 {
    background: url(../image/fv3_r.jpg);
}

.slider-item04 {
    background: url(../image/fv4_r.jpg);
}

.slider-item {
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 610px;
    /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;
    /*背景画像をリピートしない*/
    background-position: right;
    /*背景画像の位置を中央に*/
    background-size: cover;
    /*背景画像が.slider-item全体を覆い表示*/
}

.fv_text {
    position: absolute;
    top: 31%;
    color: #fff;
    z-index: 5;
    left: 0.5em;
    width: 50%;
}

.space {
    height: 300px;
}

@media only screen and (min-width: 1400px) {
    .fv {
        background-color: #36498f;
        height: 565px;
    }

    /*==================================================
    スライダーのためのcss
    ===================================*/
    .slider {
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
        height: 675;
        /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        margin-left: 100px;
        position: relative;
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../image/fv1_r.jpg);
    }

    .slider-item02 {
        background: url(../image/fv2_r.jpg);
    }

    .slider-item03 {
        background: url(../image/fv3_r.jpg);
    }

    .slider-item04 {
        background: url(../image/fv4_r.jpg);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: 675px;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: right;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

    .fv_text {
        position: absolute;
        top: 31%;
        color: #fff;
        z-index: 5;
        left: 0.5em;
        width: 50%;
    }

}

@media only screen and (min-width: 1600px) {
    .fv {
        background-color: #36498f;
        height: 661px;
    }

    /*==================================================
    スライダーのためのcss
    ===================================*/
    .slider {
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
        height: 771;
        /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        margin-left: 100px;
        position: relative;
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../image/fv1_r.jpg);
    }

    .slider-item02 {
        background: url(../image/fv2_r.jpg);
    }

    .slider-item03 {
        background: url(../image/fv3_r.jpg);
    }

    .slider-item04 {
        background: url(../image/fv4_r.jpg);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: 771px;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: right;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

    .fv_text {
        position: absolute;
        top: 31%;
        color: #fff;
        z-index: 5;
        left: 0.5em;
        width: 50%;
    }

}


@media only screen and (min-width: 1800px) {
    .fv {
        background-color: #36498f;
        height: 757px;
    }

    /*==================================================
    スライダーのためのcss
    ===================================*/
    .slider {
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
        height: 867px;
        /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        margin-left: 100px;
        position: relative;
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../image/fv1_r.jpg);
    }

    .slider-item02 {
        background: url(../image/fv2_r.jpg);
    }

    .slider-item03 {
        background: url(../image/fv3_r.jpg);
    }

    .slider-item04 {
        background: url(../image/fv4_r.jpg);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: 867px;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: right;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

    .fv_text {
        position: absolute;
        top: 31%;
        color: #fff;
        z-index: 5;
        left: 0.5em;
        width: 50%;
    }

}

@media only screen and (min-width: 1920px) {
    .fv {
        background-color: #36498f;
        height: 767px;
    }

    /*==================================================
    スライダーのためのcss
    ===================================*/
    .slider {
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
        height: 877px;
        /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        margin-left: 100px;
        position: relative;
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../image/fv1_r.jpg);
    }

    .slider-item02 {
        background: url(../image/fv2_r.jpg);
    }

    .slider-item03 {
        background: url(../image/fv3_r.jpg);
    }

    .slider-item04 {
        background: url(../image/fv4_r.jpg);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        height: 877px;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: right;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

    .fv_text {
        position: absolute;
        top: 31%;
        color: #fff;
        z-index: 5;
        left: 0.5em;
        width: 50%;
    }

}

/*会社概要*/
.company {
    margin-bottom: 240px;
}

.company_imgbox {
    background-color: #36498f;
    height: 600px;
    width: 100%;
    margin-bottom: -490px;
    text-align: center;
}

.company_imgbox img {
    margin-top: 120px;
}

.company_imgbox2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.company_imgbox2 img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    object-fit: cover;
}

.company_text {
    width: 90%;
    margin: 0 auto;
    line-height: 1.7;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 70px;
    margin-top: 50px;
    font-weight: 400;
}


.company_button {
    background-color: #fabe00;
    position: relative;
    display: block;
    padding: 15px 20px 15px 66px;
    color: #fff;
    border: #fabe00 1px solid;
    text-decoration: none;
    font-size: 17px;
    width: 133px;
    margin: 0 auto;
    transition: .4s;
}

.company_button::before,
.company_button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}




.company_button::before {
    left: 90%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.company_button:hover {
    color: #fabe00;
    background-color: #fff;
    transition: .3s;
    border: #fabe00 1px solid;
}

.company_button:hover::before {
    left: 90%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fabe00;
    border-right: 2px solid #fabe00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

/*事業内容*/
.business {
    margin-bottom: 200px;
}

.business_container1 {
    display: flex;
    max-height: 402px;
}

.container1_1 {
    width: 50%;
    background-color: #36498f;
    color: #fff;
}

.container1_1 h3 {
    font-size: 67px;

    transform: skewX(-12deg);
    font-weight: bold;
    margin-left: 15%;
    margin-top: 57px;
}


.container1_1 p {
    margin-left: 15%;
    margin-top: 45px;
    width: 66%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;

}

.business_button {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    margin-top: 45px;
    margin-left: 15%;
    padding: 5px 0px 5px 81px;
    width: 29%;
}

.business_button::before,
.business_button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}


.business1_text2 {
    margin-top: -6px;
}

.business_button::before {
    left: 90%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.business_button:hover {
    color: #36498f;
    background-color: #fff;
    transition: .3s;
    border: #fff 1px solid;
}

.business_button:hover::before {
    left: 90%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #36498f;
    border-right: 2px solid #36498f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}


.container1_2 {
    width: 50%;
    position: relative;
}

.container1_2_text {
    position: absolute;
    top: 89%;
    left: 1.8%;
    color: #fff;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;

}

.business1_text1 {
    font-size: 9px;
    ;
}

.container1_2 img {
    width: 100%;
    height: 402px;
    object-fit: cover;
}


.image_link {
    display: block;
}

.image_link img {
    transition: 0.3s;
    display: block;
    width: 100%;
}

.image_link:hover img {
    opacity: 0.7;
}

.grid_container2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* 3つの列を持つグリッド */
    grid-gap: 0px;
    /* グリッドアイテム間の隙間 */

}

.grid-item {
    min-height: 418px;
    /* グリッドアイテムの最小の高さ */
    background-size: cover;
    /* 背景画像を要素に合わせて表示 */
    background-repeat: no-repeat;
    /* 背景画像の繰り返しを無効化 */
    background-position: center center;
    /* 背景画像を中央に配置 */
}

.grid_container2 a {
    display: block;
    /* リンクをブロック要素として表示 */
    width: 100%;
    height: 100%;
    position: relative;
    transition: 0.3s;
}

.grid_container2 a:hover {
    opacity: 0.7;
    /* 透明度を設定（0.8は透明度の例） */
}


.item1 {
    background-image: url('../image/business2.png');
    position: relative;
}

.item2 {
    background-image: url('../image/business3.png');
    position: relative;
}

.item3 {
    background-image: url('../image/business4.png');
    position: relative;
}

.item4 {
    background-image: url('../image/business5.png');
    position: relative;
}

.item5 {
    background-image: url('../image/business6.png');
    position: relative;
}

.item6 {
    background-image: url('../image/business7.png');
    position: relative;
}

.item7 {
    background-image: url('../image/business8.png');
    position: relative;
}

.item8 {
    background-image: url('../image/business9.png');
    position: relative;
}

.grid_text1 {
    position: absolute;
    color: #fff;
    top: 89%;
    left: 3%;

}

.grid_sub {
    font-size: 9px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.grid_main {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin-top: -6px;
}

/*採用情報*/

.recruit_contents {
    display: flex;
    max-width: 1166px;
    margin: 0 auto;
    margin-bottom: 200px;
}

.recruit_img {
    width: 50%;

}

.recruit_img img {
    width: 100%;

}

.recruit_text {
    background-image: -moz-linear-gradient(120deg, rgb(48, 65, 128) 1%, rgb(74, 138, 236) 73%);
    background-image: -webkit-linear-gradient(120deg, rgb(48, 65, 128) 1%, rgb(74, 138, 236) 73%);
    background-image: -ms-linear-gradient(120deg, rgb(48, 65, 128) 1%, rgb(74, 138, 236) 73%);
    color: #fff;
    width: 50%;
}

.recruit_text h3 {
    font-size: 67px;
    ;
    transform: skewX(-12deg);
    font-weight: bold;
    margin-left: 71px;
    margin-top: 14%;
}


.recruit_text p {
    margin-left: 71px;
    margin-top: 4%;
    width: 73%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.recruit_text p span {
    display: block;
}

.recruit_button {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    margin-top: 30px;
    margin-left: 71px;
    padding: 5px 0px 5px 81px;
    width: 29%;

}

.recruit_button::before,
.recruit_button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}

.recruit_button::before {
    left: 90%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recruit_button:hover {
    color: #36498f;
    background-color: #fff;
    transition: .3s;
    border: #fff 1px solid;
}

.recruit_button:hover::before {
    left: 90%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #36498f;
    border-right: 2px solid #36498f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

/*お問合わせ*/

.contact_contents {
    background-image: url('../image/contact_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 460px;
    background-position: center;
}

.contact_contents h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 85px;
    padding-top: 100px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
}

.contact_contents p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.button_area {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.tel {
    display: block;
    color: #fff;
    text-decoration: none;
    margin-top: 47px;
    text-align: center;
    font-size: 28px;
    margin-right: 50px;
    white-space: nowrap;
    pointer-events: none;
    font-weight: 400;

}

.form {
    display: block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fabe00;
    margin-top: 25px;
    padding: 25px 110px 19px 110px;
    background-color: #fabe00;
    text-align: center;
    font-size: 28px;
    position: relative;
    line-height: 1;
    margin-left: 50px;
    cursor: pointer;
    /* マウスオーバー時にポインターカーソルを表示 */
}

.tel_button {
    margin-top: 10px;
    border: 1px solid #fff;
    padding: 20px 65px 23px 65px;
    margin-right: 0px;
}

.tel span {
    font-size: 22px;
}

.tel:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.form span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}


.form::before,
.form::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}

.form::before {
    left: 87%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form:hover {
    color: #fabe00;
    background-color: rgba(250, 190, 0, 0);
    transition: .3s;
    border: #fff 1px solid;
    border: #fabe00 1px solid;
}

.form:hover::before {
    left: 87%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fabe00;
    border-right: 2px solid #fabe00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

/*-------------タブレット（横）--------------------*/
@media screen and (max-width: 1112px) {



    .fv_text {
        position: absolute;
        top: 31%;
        color: #fff;
        z-index: 5;
        left: 0px;
        width: 67%;
    }

    .form {
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fabe00;
        margin-top: 25px;
        padding: 21px 100px 21px 100px;
        background-color: #fabe00;
        text-align: center;
        font-size: 35px;
        font-weight: 400;
        position: relative;
        line-height: 1;
        margin-left: 50px;
    }

    .tel {
        display: block;
        color: #fff;
        text-decoration: none;
        margin-top: 47px;
        text-align: center;
        font-size: 40px;
        /* margin-right: 50px; */
    }

    .tel_button {
        margin-top: 10px;
        border: 1px solid #fff;
        padding: 20px 25px 20px 20px;
        margin-right: 5px;
    }

    .business_button {
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        margin-top: 20px;
        margin-left: 15%;
        padding: 5px 0px 5px 81px;
        width: 29%;
    }

    .contact_contents {
        background-image: url(../image/contact_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 440px;
    }

    .contact_contents h3 {
        color: #fff;
        font-size: 30px;
        /* margin-top: 62px; */
        padding-top: 40px;
        margin-bottom: 50px;
        text-align: center;
        font-weight: 500;
    }

    .container1_1 h3 {
        font-size: 67px;
        transform: skewX(-12deg);
        font-weight: bold;
        margin-left: 15%;
        margin-top: 5%;
    }

    .container1_1 p {
        margin-left: 15%;
        margin-top: 25px;
        width: 65%;
    }

    .company_imgbox {
        background-color: #36498f;
        height: 420px;
        width: 100%;
        margin-bottom: -365px;
        text-align: center;
    }

    .business_container1 {
        max-height: 320px;
    }

    .recruit_text h3 {
        margin-top: 50px;
    }

    .recruit_text p span {
        display: inline;
    }
}


@media screen and (max-width: 1029px) {
    .container1_1 h3 {
        font-size: 45px;
        transform: skewX(-12deg);
        font-weight: bold;
        margin-left: 15%;
        margin-top: 5%;
    }


    .recruit_text h3 {
        font-size: 45px;
        transform: skewX(-12deg);
        font-weight: bold;
        margin-left: 13%;
        margin-top: 14%;
    }

    .recruit_button {
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        margin-top: 30px;
        margin-left: 14%;
        padding: 5px 0px 5px 30px;
        width: 40%;
    }

    .business_button {
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        margin-top: 20px;
        margin-left: 15%;
        padding: 5px 0px 5px 30px;
        width: 40%;
    }

    .button_area {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        color: #fff;
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }

}

/*ーーーーーーーーータブレットーーーーーーーーーーーーー*/
@media screen and (max-width: 834px) {


    .fv {
        background-color: #36498f;
        height: 350px;
    }

    /*==================================================
    スライダーのためのcss
    ===================================*/
    .slider {
        position: relative;
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
        height: 70vh;
        /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        margin-left: 100px;
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../image/fv1_r.jpg);
    }

    .slider-item02 {
        background: url(../image/fv2_r.jpg);
    }

    .slider-item03 {
        background: url(../image/fv3_r.jpg);
    }

    .slider-item04 {
        background: url(../image/fv4_r.jpg);
    }

    .slider-item {
        width: 100%;
        /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
        /* height:48vh;各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする */
        height: 400px;
        /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        background-repeat: no-repeat;
        /*背景画像をリピートしない*/
        background-position: right;
        /*背景画像の位置を中央に*/
        background-size: cover;
        /*背景画像が.slider-item全体を覆い表示*/
    }

    .fv_text {
        position: absolute;
        top: 200px;
        color: #fff;
        z-index: 5;
        left: 30px;
        width: 60%;
    }

    .space {
        height: 100px;
    }


    /*会社概要*/
    .company {
        margin-bottom: 150px;
        margin-top: 100px;
    }

    .company_imgbox {
        background-color: #36498f;
        height: 360px;
        width: 100%;
        margin-bottom: -290px;
        text-align: center;
    }

    .company_imgbox img {
        margin-top: 120px;
    }

    .company_imgbox2 {
        width: 80%;
        margin: 0 auto;
        text-align: center;

    }

    .company_text {
        width: 80%;
        margin: 0 auto;
        line-height: 1.7;
        font-family: 'Noto Sans JP', sans-serif;
        margin-bottom: 70px;
        margin-top: 50px;
        font-weight: 400;
        font-size: 16px;
    }

    .company_text p {
        font-weight: 400;
    }


    .company_button {
        background-color: #fabe00;
        position: relative;
        display: block;
        padding: 20px 57px 20px 86px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        width: 110px;
        margin: 0 auto;
    }

    .company_button::before,
    .company_button::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }



    .company_button::before {
        left: 90%;
        width: 15px;
        height: 15px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    /*事業内容*/
    .business {
        margin-bottom: 200px;
    }

    .business_container1 {
        display: flex;
        flex-direction: column;
        max-height: 836px;
    }

    .container1_1 {
        width: 100%;
        background-color: #36498f;
        color: #fff;
        height: 413px;
    }

    .container1_1 h3 {
        font-size: 3rem;
        transform: skewX(-12deg);
        font-weight: bold;
        margin-left: 15%;
        margin-top: 12%;
    }


    .container1_1 p {
        margin-left: 15%;
        margin-top: 5%;
        width: 65%;
        font-size: 16px;

    }

    .business_button {
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        margin-top: 5%;
        margin-left: 15%;
        padding: 5px 0px 5px 81px;
        width: 20%;
        font-size: 16px;
    }

    .business_button::before,
    .business_button::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
    }

    .business_button::before {
        left: 90%;
        width: 4px;
        height: 4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .container1_2 {
        width: 100%;
        position: relative;
    }


    .container1_2_text {
        position: absolute;
        top: 90%;
        left: 3%;
        color: #fff;
        font-size: 16px;
        font-weight: bold;

    }

    .business1_text1 {
        font-size: 11px;
    }


    .container1_2 img {
        width: 100%;
        height: 418px;
    }

    .grid_container2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* 3つの列を持つグリッド */
        grid-gap: 0px;
        /* グリッドアイテム間の隙間 */

    }

    .grid-item {
        min-height: 418px;
        /* グリッドアイテムの最小の高さ */
        background-size: cover;
        /* 背景画像を要素に合わせて表示 */
        background-repeat: no-repeat;
        /* 背景画像の繰り返しを無効化 */
        background-position: center center;
        /* 背景画像を中央に配置 */
    }

    .item1 {
        background-image: url('../image/business2.png');
        position: relative;
    }

    .item2 {
        background-image: url('../image/business3.png');
        position: relative;
    }

    .item3 {
        background-image: url('../image/business4.png');
        position: relative;
    }

    .item4 {
        background-image: url('../image/business5.png');
        position: relative;
    }

    .item5 {
        background-image: url('../image/business6.png');
        position: relative;
    }

    .item6 {
        background-image: url('../image/business7.png');
        position: relative;
    }

    .item7 {
        background-image: url('../image/business8.png');
        position: relative;
    }

    .item8 {
        background-image: url('../image/business9.png');
        position: relative;
    }

    .grid_text1 {
        position: absolute;
        color: #fff;
        top: 90%;
        left: 3%;

    }

    .grid_sub {
        font-size: 11px;
        font-weight: bold;
    }

    .grid_main {
        font-size: 16px;
        font-weight: bold;
    }

    /*採用情報*/

    .recruit_contents {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .recruit_img {
        width: 100%;
    }

    .recruit_img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        object-position: bottom;
    }

    .recruit_text {
        background-image: -moz-linear-gradient(120deg, rgb(48, 65, 128) 1%, rgb(74, 138, 236) 73%);
        background-image: -webkit-linear-gradient(120deg, rgb(48, 65, 128) 1%, rgb(74, 138, 236) 73%);
        background-image: -ms-linear-gradient(120deg, rgb(48, 65, 128) 1%, rgb(74, 138, 236) 73%);
        color: #fff;
        width: 100%;
        height: 350px;
        font-size: 16px;
    }

    .recruit_text h3 {
        font-size: 3rem;
        transform: skewX(-12deg);
        font-weight: bold;
        margin-left: 13%;
        margin-top: 9%;
    }


    .recruit_text p {
        margin-left: 112px;
        margin-top: 5%;
        letter-spacing: -0.09em;
        font-feature-settings: "palt";
    }

    .recruit_button {
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        margin-top: 30px;
        margin-left: 14%;
        padding: 5px 0px 5px 81px;
        width: 20%;

    }

    .recruit_button::before,
    .recruit_button::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
    }

    .recruit_button::before {
        left: 90%;
        width: 4px;
        height: 4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    /*お問合わせ*/

    .contact_contents {
        background-image: url(../image/recruit_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 500px;
    }

    /* Retinaディスプレイ用の画像 */
    @media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
        .my-element {
            background-image: url(../image/recruit_sp.png);
        }
    }

    .contact_contents h3 {
        color: #fff;
        font-size: 30px;
        margin-top: 174px;
        padding-top: 55px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 500;
    }

    .contact_contents p {
        color: #fff;
        text-align: center;
        font-size: 16px;
    }

    .button_area {
        display: flex;
        flex-direction: column;
        color: #fff;
        width: 60%;
        margin: 0 auto;
        margin-top: 15px;
    }

    .tel {
        display: block;
        color: #fff;
        text-decoration: none;
        margin-top: 40px;
        /* width: 500px; */
        text-align: center;
        font-size: 30px;
        ;
        border: 1px solid #fff;
        padding: 20px;
        margin-right: 0px;
    }

    .form {
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fabe00;
        margin-top: 20px;
        padding: 20px;
        /* width: 446px; */
        background-color: #fabe00;
        text-align: center;
        font-size: 30px;
        font-weight: 400;
        position: relative;
        line-height: 1;
        margin-left: 0px;
    }

    .tel_button {
        margin-top: 10px;
        border: none;
        padding: 0px 0px 0px 20px;
        font-size: 30px;
    }

    .tel span {
        font-size: 22px;
    }

    .form span {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
    }


    .form::before,
    .form::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
    }

    .form::before {
        left: 87%;
        width: 25px;
        height: 25px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

}





/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 480px) {

    .fv {
        background-color: #36498f;
        height: 127px;
    }

    /*==================================================
スライダーのためのcss
===================================*/
    .slider {
        position: relative;
        z-index: 1;
        /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
        height: 65vh;
        /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
        margin-left: 0px;
    }

    /*　背景画像設定　*/

    .slider-item01 {
        background: url(../image/fv1_r.jpg);
    }

    .slider-item02 {
        background: url(../image/fv2_r.jpg);
    }

    .slider-item03 {
        background: url(../image/fv3_r.jpg);
    }

    .slider-item04 {
        background: url(../image/fv4_r.jpg);
    }

    .slider-item {
        width: 100%;
        height: 179px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-left: 30px;
    }

    .fv_text {
        position: absolute;
        top: 83px;
        color: #fff;
        z-index: 5;
        left: -5px;
        width: 75%;
    }



    .space {
        height: 70px;
    }


    /*会社概要*/
    .company {
        margin-bottom: 70px;
        margin-top: 0px;
    }

    .company_imgbox {
        background-color: #36498f;
        height: 180px;
        width: 100%;
        margin-bottom: -148px;
        text-align: center;
        margin-top: 28px;
    }


    .company_imgbox img {
        margin-top: 120px;
    }

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

    .company_imgbox2 img {
        width: 91%;
    }

    .company_text {
        width: 100%;
        margin: 0 auto;
        line-height: 1.7;
        font-family: 'Noto Sans JP', sans-serif;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 0.7rem;
        font-weight: 500;
    }

    .company_text p {
        margin-right: 20px;
        margin-left: 20px;

    }

    .company_button {
        background-color: #fabe00;
        position: relative;
        display: block;
        padding: 5px 50px 5px 50px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        width: 80px;
        /* margin: 0 auto; */
        text-align: center;

    }

    .company_button::before,
    .company_button::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .company_button::before {
        left: 86%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*事業内容*/
    .business {
        margin-bottom: 80px;
    }

    .business_container1 {
        display: flex;
        flex-direction: column;
    }

    .container1_1 {
        width: 100%;
        background-color: #36498f;
        color: #fff;
        height: 198px;
    }

    .container1_1 h3 {
        font-size: 1.7rem;
        transform: skewX(-12deg);
        font-weight: bold;
        margin-left: 20px;
        margin-top: 26px;
    }


    .container1_1 p {
        margin-left: 20px;
        margin-top: 3%;
        width: 90%;
        font-size: 0.9rem
    }

    .business_button {
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        margin-top: 3%;
        margin-left: 20px;
        padding: 3px 0px 3px 37px;
        width: 50%;
        font-size: 0.9rem;
    }

    .business_button::before,
    .business_button::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
    }

    .business_button::before {
        left: 90%;
        width: 4px;
        height: 4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .container1_2 {
        width: 100%;
    }

    .container1_2_text {
        position: absolute;
        top: 80%;
        left: 2%;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

    .business1_text1 {
        font-size: 10px;
    }

    .container1_2 img {
        width: 100%;
        height: 198px;
        object-fit: cover;
    }

    .grid_container2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* 3つの列を持つグリッド */
        grid-gap: 0px;
        /* グリッドアイテム間の隙間 */

    }

    .grid-item {
        min-height: 200px;
        /* グリッドアイテムの最小の高さ */
        background-size: cover;
        /* 背景画像を要素に合わせて表示 */
        background-repeat: no-repeat;
        /* 背景画像の繰り返しを無効化 */
        background-position: center center;
        /* 背景画像を中央に配置 */
    }

    .item1 {
        background-image: url('../image/business2.png');
        position: relative;
    }

    .item2 {
        background-image: url('../image/business3.png');
        position: relative;
    }

    .item3 {
        background-image: url('../image/business4.png');
        position: relative;
    }

    .item4 {
        background-image: url('../image/business5.png');
        position: relative;
    }

    .item5 {
        background-image: url('../image/business6.png');
        position: relative;
    }

    .item6 {
        background-image: url('../image/business7.png');
        position: relative;
    }

    .item7 {
        background-image: url('../image/business8.png');
        position: relative;
    }

    .item8 {
        background-image: url('../image/business9.png');
        position: relative;
    }

    .grid_text1 {
        position: absolute;
        color: #fff;
        top: 80%;
        left: 3%;

    }

    .grid_sub {
        font-size: 8px;
        font-weight: bold;
    }

    .grid_main {
        font-size: 14px;
        font-weight: normal;
        margin-top: -2px;
    }

    /*採用情報*/

    .recruit {
        margin-right: 20px;
        margin-left: 20px;
    }

    .recruit_contents {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .recruit_img {
        width: 100%;
    }

    .recruit_img img {
        width: 100%;
        height: 170px;

    }

    .recruit_text {
        background-image: -moz-linear-gradient(120deg, rgb(48, 65, 128) 1%, rgb(74, 138, 236) 73%);
        background-image: -webkit-linear-gradient(120deg, rgb(48, 65, 128) 1%, rgb(74, 138, 236) 73%);
        background-image: -ms-linear-gradient(120deg, rgb(48, 65, 128) 1%, rgb(74, 138, 236) 73%);
        color: #fff;
        width: 100%;
        height: 195px;
        font-size: 1.7rem;
    }

    .recruit_text h3 {
        font-size: 1.7rem;
        transform: skewX(-12deg);
        font-weight: bold;
        margin-left: 30px;
        margin-top: 30px;
    }


    .recruit_text p {
        margin-left: 30px;
        margin-top: 3%;
        width: 84%;
        letter-spacing: -0.09em;
        font-size: 0.9rem;
    }

    .recruit_button {
        position: relative;
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        margin-top: 5%;
        margin-left: 30px;
        padding: 5px 30px 5px 16px;
        font-size: 0.9rem;
        width: 50%;
    }

    .recruit_button::before,
    .recruit_button::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
    }

    .recruit_button::before {
        left: 90%;
        width: 4px;
        height: 4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


    /*お問合わせ*/


    .contact_contents {
        background-image: url(../image/recruit_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 272px;
    }

    /* Retinaディスプレイ用の画像 */
    @media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
        .my-element {
            background-image: url(../image/recruit_sp.png);
        }
    }


    .contact_contents h3 {
        color: #fff;
        font-size: 1.4rem;
        margin-top: 80px;
        padding-top: 18px;
        margin-bottom: 16px;
        text-align: center;
    }

    .contact_contents p {
        color: #fff;
        text-align: center;
        font-size: 0.7rem;
    }

    .button_area {
        display: flex;
        flex-direction: column;
        /* margin-top: 50px; */
        color: #fff;
        width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }

    .tel {
        display: block;
        color: #fff;
        text-decoration: none;
        margin-top: -18px;
        /* width: 350px; */
        text-align: center;
        border: none;
        pointer-events: painted;
        font-weight: 400;
    }

    .form {
        display: block;
        color: #fff;
        text-decoration: none;
        border: 1px solid #fabe00;
        margin-top: 0px;
        padding: 10px 11px 10px 7px;
        width: 233px;
        background-color: #fabe00;
        text-align: center;
        font-size: 1.1rem;
        font-weight: bold;
        position: relative;
        line-height: 1;
        margin: 0 auto;
    }

    .tel_button {
        margin-top: 10px;
        border: 1px solid #fff;
        padding: 0;
        font-size: 1.2rem;
        display: block;
        margin: 0 auto;
        width: 233px;
        padding: 10px 10px 10px 8px;
        text-align: center;
    }

    .tel span {
        font-size: 0.85rem;
    }

    .form span {
        display: block;
        text-align: center;
        font-size: 0.85rem;
        font-weight: normal;
    }


    .form::before,
    .form::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: "";
    }

    .form::before {
        left: 87%;
        width: 13px;
        height: 13px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .form:hover::before {
        left: 87%;
        width: 13px;
        height: 13px;
        border-top: 2px solid #fabe00;
        border-right: 2px solid #fabe00;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*フッター*/
    footer {
        background-color: #ecebeb;
        font-family: 'Kozuka Gothic Pr6N', Arial, sans-serif;
        font-weight: bold;
        color: #383635;

    }

    .footer_content {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 50%;
        margin: 0 auto;
    }

    .footer_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .footer_nav_2 {
        display: none;
        grid-template-columns: 1fr 1fr;
        color: #4b5b6a;
        font-size: 0.6rem;
        gap: 23px;
    }

    .footer_nav_2 li {
        margin-bottom: 10px;
    }

    .footer_business {
        color: #383635;
        font-size: 1rem;
        margin-top: 20px
    }

    .contact_info {
        font-size: 0.9rem;
        line-height: 1.1;
    }

    .contact_info span {
        display: block;
    }

    .contact_info p {
        margin-top: 10px;
        width: 110%;
    }

    .footer_nav_1 {
        font-size: 1rem;
        margin-left: 0%;
        margin-top: 20px;
        display: none;
    }

    .footer_nav_1 li {
        margin-bottom: 0.1rem;
    }

    .logo {
        width: 100%;
    }

    .oa {
        margin-top: 65px;
    }

    .under_bar {
        background-color: #36498f;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .under_bar img {}

    .copyright {
        color: #fff;
        text-align: center;
        margin-top: 5px;
        font-weight: lighter;
        font-size: 10px;
        border: none;
    }


    .under_bar img {
        margin: 0 auto;
    }


    .logo img {
        margin-left: -5px;
        max-width: none;
        width: auto;
    }

    .logo img {
        margin-left: -3px;
        margin-bottom: -14px;
        max-width: none;
        width: auto;
    }

}

/*＝＝＝＝＝＝＝＝＝＝＝会社概要＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*------------共通-----------------------------------*/
.company_wrapper {
    max-width: 986px;
    margin: 210px auto;
}

.section_title {
    margin-bottom: 123px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

.company_wrapper h3 {
    position: relative;
}

.company_wrapper h3::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background-color: #36498f;
    position: absolute;
    top: 65px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

/*--------------fv------------------------------*/
.company_fv {
    background-color: #36498f;
    height: 363px;
}


.company_fv_bg {
    background-image: url(../image/company_bg_img.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
}


.company_fv_text {
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/*------------会社概要---------------------------------*/

.company_profile_list li {
    display: flex;
    position: relative;
    margin-bottom: 28px;
    padding: 0 0 28px 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.company_profile_list li::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12em;
    height: 1px;
    background-color: #36498f;
}

.company_profile_list li span {
    display: block;
    margin-bottom: 4px;
    width: 14em;
}

.company_profile_list li p {
    width: calc(100% - 14em);
}

.company_profile_list li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 12em;
    width: calc(100% - 12em);
    height: 1px;
    background-color: #ccc;
}

.ad {
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-top: 0px;
}

.ad2 {
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-top: 30px;
}


/*------------取引先---------------------------------*/
.business_partner_list {
    display: flex;
    flex-wrap: wrap;
}

.business_partner_list li:nth-child(odd) {
    margin-right: 6%;
}

.business_partner_list li {
    width: 45%;
    margin: 0;
    padding: 20px 0 20px 5px;
    border-bottom: 1px solid #ccc;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

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



    .company_fv {
        background-color: #36498f;
        height: 196px;
    }

    .company_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .company_fv_text {
        top: 240px;
    }

    .company_wrapper h3:after {
        /*left:374px;*/
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .company_wrapper {
        max-width: 730px;
    }

    .company_profile_list li p {
        font-size: 16px;
    }

    .company_profile_list li span {
        font-size: 16px;
    }

    .business_partner_list li {
        font-size: 16px;
    }


}

/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 414px) {


    .company_wrapper {
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        margin-bottom: 80px;
    }


    .section_title {
        margin-bottom: 80px;
    }


    .company_wrapper h3::after {
        content: "";
        display: block;
        width: 45px;
        height: 4px;
        background-color: #36498f;
        position: absolute;
        top: 45px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
    }

    .company_fv {
        background-color: #36498f;
        height: 90px;
    }

    .company_fv_bg {
        height: 130px;
        margin-left: 30px;
    }

    .company_fv_text {
        top: 130px;
    }

    .section_title {
        font-size: 1.4rem;
    }

    .company_profile_list li {
        position: relative;
        margin-bottom: 28px;
        padding: 0 0 15px 3px;
        font-size: 0.8rem;
    }

    .company_profile_list li span {
        display: block;
        margin-bottom: 4px;
    }

    .company_profile_list li {
        position: relative;
        margin-bottom: 28px;
        padding: 0 0 25px 3px;
    }


    .company_profile_list li p {
        width: 100%;
    }

    .company_profile_list li::before {
        background-color: #36498f;
        width: 30%;
    }

    .company_profile_list li::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 5em;
        width: 78%;
        height: 1px;
        background-color: #ccc;
    }

    .company_profile_list li span {
        width: 14em;
    }

    .business_partner_list {
        display: block;
    }


    .business_partner_list li {
        margin-bottom: 18px;
        padding: 0 0 15px 3px;
        border-bottom: 1px solid #ccc;
        width: 98%;
        font-size: 0.8rem;

    }

    .ad2 {
        margin-top: 10px;
    }

    .gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 86.25%;
        position: relative;
    }

    .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .company_profile_list li p {
        /* font-size: 16px; */
        font-size: inherit;
    }

    .company_profile_list li span {
        font-size: 16px;
        font-size: inherit;
    }





}


/*＝＝＝＝＝＝＝＝＝＝＝お問合わせ送信完了＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




/*--------------fv------------------------------*/
.thanks_fv {
    background-color: #36498f;
    height: 363px;
}


.thanks_fv_bg {
    background-image: url(../image/thanks_bg_img.png);
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
}


.thanks_fv_text {
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translaSte(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.thanks_space {
    height: 160px;
}


/*------------メインエリア---------------------------------*/
.thanks_entry_space {
    height: 160px;
}


.thanks_section_title {
    text-align: center;
    color: #36498f;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.4;
}

.thanks_sub_title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;

}

.thanks_text {
    text-align: center;
    color: #989898;
    font-size: 13px;
    margin-bottom: 60px;
    line-height: 1.7;
}

.thanks_text span {
    display: block;
}

.thanks_button {
    background-color: #fabe00;
    color: #fff;
    border: 1px #fabe00 solid;
    line-height: 60px;
    ;
    display: block;
    width: 260px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 62px;
    transition: .4s;
    margin-bottom: 170px;
}

.thanks_button::before,
.thanks_button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.thanks_button::before {
    left: 90%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.thanks_button:hover {
    color: #fabe00;
    background-color: #fff;
    transition: .3s;
    border: #fabe00 1px solid;
}

.thanks_button:hover::before {
    left: 90%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fabe00;
    border-right: 2px solid #fabe00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

/*----------------タブレット-------------------------------*/
@media screen and (max-width: 834px) {



    .thanks_fv {
        background-color: #36498f;
        height: 196px;
    }

    .thanks_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .thanks_fv_text {
        top: 240px;
    }

    .thanks_section_title {
        font-size: 25px;
    }

    .thanks_sub_title {
        font-size: 20px;
    }

    .thanks_text {
        font-size: 15px;
    }

    .thanks_button {
        margin-bottom: 120px;
    }

    .thanks_space {
        height: 220px;
    }


}

/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 414px) {

    .thanks_fv {
        background-color: #36498f;
        height: 90px;
    }

    .thanks_fv_bg {
        height: 130px;
        margin-left: 30px;
    }

    .thanks_fv_text {
        top: 130px;
    }

    .thanks_space {
        height: 120px;
    }

    .thanks_section_title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .thanks_sub_title {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .thanks_text {
        font-size: 10px;
        margin-bottom: 40px;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 40px;
        text-align: inherit;
    }

    .thanks_text span {
        display: inline-block;
    }

    .thanks_button {
        line-height: 30px;
        width: 190px;
        height: 30px;
        margin-bottom: 70px;
        font-size: 14px;
    }

    .thanks_button::before {
        left: 87%;
        width: 10px;
        height: 10px;
    }

    .thanks_button:hover::before {
        left: 87%;
        width: 10px;
        height: 10px;
    }

}

/*---------コンタクトフォーム-------------------------*/
.contact_space {
    height: 138px;
}


.contact-form {
    width: 966px;
    /*横幅*/
    margin: 0 auto;
    /*中央寄せ*/
    padding: 60px 0;
    margin-bottom: 170px;
}

.contact-text {
    font-size: 18px;
    margin-bottom: 100px;
    text-align: center;
    line-height: 1.7;
}

.contact-text span {
    display: block;
}

.contact-table {
    width: 100%;
    margin-bottom: 20px;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 2px solid #c8c8c8;
}

.contact-item {
    text-align: left;
    /* テキスト左寄せ */
    width: 30%;
    /* 横幅30%指定（グレーの背景色部分） */
}

.contact-body {
    width: 70%;
    /* 横幅70%指定（白背景色部分） */
}

.form-text {
    width: 100%;
    padding: 10px;
    border: 1px solid #c8c8c8;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 620px;
}

.contact-method {
    display: block;
}

.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}

.contact-skill {
    display: block;
}

.contact-skill+.contact-skill {
    margin-top: 10px;
}

.contact-skill-txt {
    margin-left: 5px;
}

.form-textarea {
    width: 620px;
    padding: 10px;
    height: 285px;
    border: 1px solid #c8c8c8;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-submit {
    width: 290px;
    background-color: #fabe00;
    border: #fabe00 1px solid;
    color: #fff;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding: 16px 0px 16px 70px;
    /* border: none; */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    margin-top: 100px;
}

.contact-submit:hover {
    color: #fabe00;
    background-color: #fff;
    transition: .3s;
    border: #fabe00 1px solid;
}





.Form-Item-Label-Required {
    float: right;
    margin-left: 10px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    background: #f50404;
    width: 45px;
    color: #fff;
    font-size: 14px;
}


.conact-item span {
    text-align: right;
}

/*----------------タブレット-------------------------------*/
@media screen and (max-width: 834px) {

    .contact_space {
        height: 170px;
    }

    .contact-text {
        font-size: 18px;
        margin-bottom: 80px;
    }

    .contact-form {
        width: 90%;
        margin-bottom: 100px;
    }

    .form-text {
        max-width: 90%;
    }

    .form-textarea {
        width: 90%;
    }

    .contact-item {
        font-size: 16px;
        padding: 10px;
    }

    .Form-Item-Label-Required {
        margin-left: 10px;
        padding: 4px;
        width: 25px;
        font-size: 11px;
    }

    .contact-submit {
        width: 260px;
        font-size: 18px;
        /* padding: 10px; */
        margin-top: 80px;
    }

}

/*----------------スマホ-------------------------------*/
@media screen and (max-width: 414px) {

    .contact-form {
        width: 90%;
        margin-bottom: 100px;
        padding: 0px;
        margin: 0 auto;
    }

    .contact-text {
        font-size: 12px;
        margin-bottom: 45px;
    }


    .contact-item {
        font-size: 14px;
        padding: 10px;
        display: block;
        width: 65%;
    }


    .contact-body {
        width: 100%;
        display: block;
    }

    .form-text {
        width: 90%;
    }

    .form-textarea {
        width: 90%;
        height: 160px;
    }

    .contact-item {
        border: none;
        padding: 0px;
        margin-bottom: 5px;
    }

    .contact-body {
        border: none;
        padding: 0px;
        margin-bottom: 15px;

    }

    .contact_space {
        height: 100px;
    }

    .contact-submit {
        margin-top: 40px;
        margin-bottom: 80px;
        width: 200px;
        font-size: 15px;
        padding: 15px 0px 15px 40px;
    }

    span.contact-sex-txt {
        font-size: 14px;
    }

    .Form-Item-Label-Required {
        padding: 2px;
        font-size: 10px;
        float: none;
    }

    input, textarea, select {
        font-family: inherit;
        font-size: 14px;
    }


}

/*---------------エントリーフォーム---------------------------------------------------*/

/*--------------fv------------------------------*/
.entry_fv {
    background-color: #36498f;
    height: 363px;
}


.entry_fv_bg {
    background-image: url(../image/entry_fv_bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
}


.entry_fv_text {
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translaSte(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.entry_space {
    height: 138px;
}




/*----------------タブレット-------------------------------*/
@media screen and (max-width: 834px) {



    .entry_fv {
        background-color: #36498f;
        height: 196px;
    }

    .entry_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .entry_fv_text {
        top: 240px;
    }

}

/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 414px) {

    .entry_fv {
        background-color: #36498f;
        height: 90px;
    }

    .entry_fv_bg {
        height: 130px;
        margin-left: 30px;
    }

    .entry_fv_text {
        top: 130px;
    }

    .entry_space {
        height: 120px;
    }

}


/*＝＝＝＝＝＝＝＝＝＝＝事業内容＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*------------共通-----------------------------------*/
.business_wrapper {
    max-width: 1166px;
    margin: 200px auto;
    margin-bottom: 100px;
}

.business_section_title {
    margin-bottom: 108px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
}



.business_intro h3 {
    position: relative;
}

.business_intro h3::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background-color: #36498f;
    position: absolute;
    top: 128px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.business_section_title .business_sub_title {
    display: block;
}

/*--------------fv------------------------------*/
.business_fv {
    background-color: #36498f;
    height: 363px;
}


.business_fv_bg {
    background-image: url(../image/business_bg_img.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
}


.business_fv_text {
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.business_intro {
    text-align: center;
    line-height: 1.7;
}

.business_intro p {
    max-width: 900px;
    /* 任意の幅に設定 */
    width: 100%;
    margin: 0 auto;
    text-align: left;
    /* テキストは左寄せ */
    line-height: 1.7;
}

/*=========メニュー部分=================*/
.sv5.ani_a.do {
    transition-delay: 0.25s;
}

.ani_a.do, .ani_b.do {
    opacity: 1;
    transform: scale(1);
}

.ani_a, .ani_b {
    transition: all 1s;
    opacity: 0;
    transform: scale(1.02);
}

.sv5 {
    background-color: #fafafa;
    padding: 20px 0px;
}

.sv5 ul {
    max-width: 1166px;
    display: table;
    margin: 0 auto;
    font-size: 0px;
    counter-reset: fnum;
    width: 100%;
}

.sv5 ul li {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    padding: 0px 20px;
    position: relative;
    counter-increment: fnum;
    line-height: 1.2;
}

.sv5 ul li a {
    display: block;
    padding: 10px 0px 30px 0px;
    text-align: center;
}

.sv5 ul li a:hover {
    opacity: 0.7;
}

.sv5 ul li a:before {
    content: '0'counter(fnum);
    display: block;
    font-size: 24px;
    color: #36498f;
    line-height: 1.4em;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding: 0px 0px 2px 0px;
    font-weight: bold;
    text-align: center;
}

.sv5 ul li a:after {
    content: url(../image/service_vector.png);
    font-family: 'Material-Design-Iconic-Font';
    font-weight: normal;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    transition: all 0.15s ease-in-out;
    color: #023067;
    pointer-events: none;
}

.sv5 ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    background-color: #dcdcdc;
    width: 1px;
}

.sv5 ul .a9:after {
    content: '';
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    background-color: #dcdcdc;
    width: 1px;
}

.menu_block {
    display: block;
}

/*==========コンテンツ部分=================*/
.service_contents_area {
    width: 1166px;
    margin: 0 auto;
}

.service_contents1 {
    margin-top: 50px;
    height: 380px;
}

.service_textarea1 {
    background-color: #ebf0f0;
    float: right;
    width: 880px;
    text-align: left;
    height: 330px;
    margin-top: -220px;
}

.service_textarea_contents1 {
    margin-left: 400px;
    margin-top: -35px
}

.service_textarea_contents1 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 3;
}


.service_textarea_contents1 p span {
    display: block;
}

.service_textarea_contents1 h4::after {
    content: 'Equipment sales and lease';
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}



.service_textarea_contents1 h4::before {
    content: "01";
    font-size: 140px;
    color: #000;
    position: absolute;
    top: -60px;
    left: 90px;
    padding-left: 30px;
    z-index: -1;
    transform: skew(-10deg, 0);
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: -13.5px;
    opacity: 0.05;
}

.service_title {
    margin-bottom: -4px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #36498f;
    transform: skew(-10deg, 0);
    /* X軸に対して -10 度の傾斜をかける */
    font-weight: bold;
}

.service_text {
    margin-bottom: 50px;
    font-size: 16px;
}


.service_button {
    font-size: 16px;
    color: #36498f;
    border: #36498f 1px solid;
    padding: 10px 60px;
    position: relative;
}

.service_button::before,
.service_button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.service_button::before {
    left: 90%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #36498f;
    border-right: 2px solid #36498f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.service_button:hover {
    color: #fff;
    background-color: #36498f;
    transition: .3s;
    border: #fff 1px solid;
}

.service_button:hover::before {
    left: 90%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

/*電帳法*/

.service_contents2 {
    margin-top: 270px;
    height: 380px;
}

.service_contents2 img {
    float: right;
    margin-top: -460px;
}

.service_textarea2 {
    background-color: #ebf0f0;
    float: left;
    width: 880px;
    text-align: left;
    height: 330px;
}

.service_textarea_contents2 {
    margin-left: 120px;
    margin-top: -35px;
}

.service_textarea_contents2 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 3;
}

.service_textarea_contents2 h4::after {
    content: 'Cyber Security';
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}

.service_textarea_contents2 h4::before {
    content: "02";
    font-size: 140px;
    color: #000;
    position: absolute;
    top: -60px;
    left: 80px;
    padding-left: 30px;
    z-index: -1;
    transform: skew(-10deg, 0);
    font-weight: bold;
    letter-spacing: 1.5px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    opacity: 0.05;
}

.service_text2 {
    margin-bottom: 50px;
    font-size: 16px;
}


.service_textarea_contents2 p span {
    display: block;
}

/*外国人*/
.service_textarea_contents3 {
    margin-left: 400px;
    margin-top: -35px
}

.service_textarea_contents3 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 3;
}


.service_textarea_contents3 p span {
    display: block;
}

.service_textarea_contents3 h4::after {
    content: 'Electronic document';
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}

.service_textarea_contents3 h4::before {
    content: "03";
    font-size: 140px;
    color: #000;
    position: absolute;
    top: -60px;
    left: 50px;
    padding-left: 30px;
    z-index: -1;
    transform: skew(-10deg, 0);
    font-weight: bold;
    letter-spacing: 6.5px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    opacity: 0.05;
}

/*oa*/
.service_textarea_contents4 {
    margin-left: 120px;
    margin-top: -35px;
}

.service_textarea_contents4 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 3;
}

.service_textarea_contents4 h4::after {
    content: 'Foreign employment';
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}

.service_textarea_contents4 h4::before {
    content: "04";
    font-size: 140px;
    color: #000;
    position: absolute;
    top: -68px;
    left: 48px;
    padding-left: 30px;
    z-index: -1;
    transform: skew(-10deg, 0);
    font-weight: bold;
    letter-spacing: -2.5px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    opacity: 0.05;
}

.service_textarea_contents4 p span {
    display: block;
}

/*ひかり*/
.service_textarea_contents5 {
    margin-left: 400px;
    margin-top: -35px
}

.service_textarea_contents5 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 3;
}


.service_textarea_contents5 p span {
    display: block;
}

.service_textarea_contents5 h4::after {
    content: 'Subsidies consulting';
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}

.service_textarea_contents5 h4::before {
    content: "05";
    font-size: 140px;
    color: #000;
    position: absolute;
    top: -60px;
    left: 56px;
    padding-left: 30px;
    z-index: -1;
    transform: skew(-10deg, 0);
    font-weight: bold;
    letter-spacing: -2.5px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    opacity: 0.05;
}

/*コンサルティング*/
.service_textarea_contents6 {
    margin-left: 120px;
    margin-top: -35px;
}

.service_textarea_contents6 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 3;
}

.service_textarea_contents6 h4::after {
    content: 'Solution Hikari';
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}

.service_textarea_contents6 h4::before {
    content: "06";
    font-size: 140px;
    color: #000;
    position: absolute;
    top: -60px;
    left: 60px;
    padding-left: 30px;
    z-index: -1;
    transform: skew(-10deg, 0);
    font-weight: bold;
    letter-spacing: -2.5px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    opacity: 0.05;
}

.service_textarea_contents6 p span {
    display: block;
}

/*LED*/
.service_textarea_contents7 {
    margin-left: 400px;
    margin-top: -35px
}

.service_textarea_contents7 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 3;
}


.service_textarea_contents7 p span {
    display: block;
}

.service_textarea_contents7 h4::after {
    content: 'Communication Consulting';
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}

.service_textarea_contents7 h4::before {
    content: "07";
    font-size: 140px;
    color: #000;
    position: absolute;
    top: -50px;
    left: 70px;
    padding-left: 30px;
    z-index: -1;
    transform: skew(-10deg, 0);
    font-weight: bold;
    letter-spacing: -2.5px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    opacity: 0.05;
}

/*WEB*/
.service_textarea_contents8 {
    margin-left: 120px;
    margin-top: -35px;
}

.service_textarea_contents8 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 3;
}

.service_textarea_contents8 h4::after {
    content: 'Energy Saving';
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}

.service_textarea_contents8 h4::before {
    content: "08";
    font-size: 140px;
    color: #000;
    position: absolute;
    top: -53px;
    left: 50px;
    padding-left: 30px;
    z-index: -1;
    transform: skew(-10deg, 0);
    font-weight: bold;
    letter-spacing: -2.5px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    opacity: 0.05;
}

.service_textarea_contents8 p span {
    display: block;
}

/*サイバーセキュリティ*/
.service_textarea_contents9 {
    margin-left: 400px;
    margin-top: -35px
}

.service_textarea_contents9 h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 35px;
    position: relative;
    z-index: 3;
}


.service_textarea_contents9 p span {
    display: block;
}

.service_textarea_contents9 h4::after {
    content: 'Web design';
    display: block;
    font-size: 11px;
    margin-top: 5px;
    font-weight: bold;
}

.service_textarea_contents9 h4::before {
    content: "09";
    font-size: 140px;
    color: #000;
    position: absolute;
    top: -60px;
    left: 90px;
    padding-left: 30px;
    z-index: -1;
    transform: skew(-10deg, 0);
    font-weight: bold;
    letter-spacing: -2.5px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    opacity: 0.05;
}


.service_space {
    height: 200px;
}

.service_top_space {
    height: 100px;
}







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

    /*メニューリスト*/
    .sv5 {
        padding: 0px;
        margin-bottom: 150px;
    }

    .sv5 ul {
        display: block;
    }

    .sv5 ul li {
        display: block;
        max-width: unset;
        padding: 0px;
        width: auto;
        border-bottom: #dcdcdc solid 1px;
        text-align: left;
        font-size: 20px;
    }

    .sv5 ul li a {
        display: block;
        padding: 20px 60px 20px 60px;
        text-align: left;
    }

    .sv5 ul li a:before {
        font-size: 26px;
        padding: 0px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .sv5 ul li a:after {
        font-size: 24px;
        left: auto;
        right: 40px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu_block {
        display: inline-block;
    }

    .sv5 ul .a9:after {
        content: '';
        position: absolute;
        left: 156px;
        top: 50%;
        transform: translateY(-50%);
        height: 50px;
        background-color: #dcdcdc;
        width: 1px;
        display: none;
    }

    .service_top_space {
        height: 0px;
    }




    .business_fv {
        background-color: #36498f;
        height: 196px;
    }

    .business_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .business_fv_text {
        top: 240px;
    }

    .business_section:after {
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .business_wrapper {
        max-width: 730px;
    }

    .business_section_title {
        margin-bottom: 123px;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        line-height: 1.7;
    }

    .business_intro p {
        font-size: 16px;
    }

    .service_contents_area {
        width: 800px;
        margin: 0 auto;
    }

    .service_contents1 img {
        width: 55%;
    }

    .service_contents1 {
        margin-top: 50px;
        height: 430px;
    }

    .service_title {
        margin-bottom: 0px;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        color: #36498f;
        transform: skew(-10deg, 0);
    }

    .service_textarea1 {
        background-color: #ebf0f0;
        float: right;
        width: 56%;
        text-align: left;
        height: 250px;
        margin-top: -141px;
    }

    .service_textarea_contents1 {
        margin-left: 124px;
        margin-top: -42px;
    }


    .service_textarea_contents1 h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 30px;
        position: relative;
        z-index: 3;
    }

    .service_textarea_contents1 h4::before {
        font-size: 100px;
        top: -39px;
        left: 100px;
        padding-left: 30px;
    }

    .service_text {
        margin-bottom: 30px;
        font-size: 15px;
    }

    .service_button {
        font-size: 14px;
    }

    /*2*/
    .service_contents2 img {
        float: right;
        margin-top: -350px;
        width: 55%;
    }

    .service_contents2 {
        margin-top: 100px;
        height: 310px;
    }

    .service_textarea2 {
        background-color: #ebf0f0;
        float: left;
        width: 60%;
        text-align: left;
        height: 260px;
    }

    .service_textarea_contents2 {
        margin-left: 30px;
        margin-top: -43px;
    }

    .service_textarea_contents2 h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 35px;
        position: relative;
        z-index: 3;
    }

    .service_textarea_contents2 h4::before {
        content: "02";
        font-size: 100px;
        color: #000;
        position: absolute;
        top: -40px;
        left: 90px;
        padding-left: 30px;
        z-index: -1;
        transform: skew(-10deg, 0);
        font-weight: bold;
        letter-spacing: 1.5px;
        font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        opacity: 0.05;
    }

    .service_text2 {
        margin-bottom: 30px;
        font-size: 15px;
    }


    /*3*/
    .service_textarea_contents3 {
        margin-left: 124px;
        margin-top: -42px;
    }


    .service_textarea_contents3 h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 30px;
        position: relative;
        z-index: 3;
    }

    .service_textarea_contents3 h4::before {
        font-size: 100px;
        top: -39px;
        left: 100px;
        padding-left: 30px;
    }


    /*4*/
    .service_textarea_contents4 {
        margin-left: 30px;
        margin-top: -43px;
    }

    .service_textarea_contents4 h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 35px;
        position: relative;
        z-index: 3;
    }

    .service_textarea_contents4 h4::before {
        content: "04";
        font-size: 100px;
        color: #000;
        position: absolute;
        top: -40px;
        left: 90px;
        padding-left: 30px;
        z-index: -1;
        transform: skew(-10deg, 0);
        font-weight: bold;
        letter-spacing: 1.5px;
        font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        opacity: 0.05;
    }

    /*5*/
    .service_textarea_contents5 {
        margin-left: 124px;
        margin-top: -42px;
    }


    .service_textarea_contents5 h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 30px;
        position: relative;
        z-index: 3;
    }

    .service_textarea_contents5 h4::before {
        font-size: 100px;
        top: -39px;
        left: 100px;
        padding-left: 30px;
    }


    /*6*/
    .service_textarea_contents6 {
        margin-left: 30px;
        margin-top: -43px;
    }

    .service_textarea_contents6 h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 35px;
        position: relative;
        z-index: 3;
    }

    .service_textarea_contents6 h4::before {
        content: "06";
        font-size: 100px;
        color: #000;
        position: absolute;
        top: -40px;
        left: 90px;
        padding-left: 30px;
        z-index: -1;
        transform: skew(-10deg, 0);
        font-weight: bold;
        letter-spacing: 1.5px;
        font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        opacity: 0.05;
    }

    /*7*/
    .service_textarea_contents7 {
        margin-left: 124px;
        margin-top: -42px;
    }


    .service_textarea_contents7 h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 30px;
        position: relative;
        z-index: 3;
    }

    .service_textarea_contents7 h4::before {
        font-size: 100px;
        top: -43px;
        left: 100px;
        padding-left: 30px;
    }


    /*8*/
    .service_textarea_contents8 {
        margin-left: 30px;
        margin-top: -43px;
    }

    .service_textarea_contents8 h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 35px;
        position: relative;
        z-index: 3;
    }

    .service_textarea_contents8 h4::before {
        font-size: 100px;
        color: #000;
        position: absolute;
        top: -40px;
        left: 90px;
        padding-left: 30px;
        z-index: -1;
        transform: skew(-10deg, 0);
        font-weight: bold;
        letter-spacing: 1.5px;
        font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        opacity: 0.05;
    }

    /*9*/
    .service_textarea_contents9 {
        margin-left: 124px;
        margin-top: -42px;
    }


    .service_textarea_contents9 h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 30px;
        position: relative;
        z-index: 3;
    }

    .service_textarea_contents9 h4::before {
        font-size: 100px;
        top: -39px;
        left: 100px;
        padding-left: 30px;
    }

    .service_space {
        height: 0px;
    }



}

/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 414px) {
    #it, #foreign, #denki, #led, #cyber, #web, #consul, #oa {
        height: 5px;
    }


    .business_wrapper {
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .business_section_title {
        margin-bottom: 80px;
        font-size: 15px;
        font-feature-settings: "palt";
        letter-spacing: -0.01px;
        font-weight: 500;
    }


    .business_intro h3::after {
        width: 45px;
        top: 113px;
    }

    .business_sub_title2 {
        display: block;
    }

    .business_intro p {
        font-size: 13px;
    }

    .business_fv {
        background-color: #36498f;
        height: 90px;
    }

    .business_fv_bg {
        height: 130px;
        margin-left: 30px;
    }

    .business_fv_text {
        top: 130px;
    }

    .section_title {
        font-size: 1.4rem;
    }

    .service_top_space {
        height: 0px;
    }

    .service_space {
        height: 20px;
    }

    /*メニューリスト*/
    .sv5 {
        padding: 0px;
        margin-bottom: 150px;
    }

    .sv5 ul {
        display: block;
    }

    .sv5 ul li {
        display: block;
        max-width: unset;
        padding: 0px;
        width: auto;
        border-bottom: #dcdcdc solid 1px;
        text-align: left;
        font-size: 16px;
    }

    .sv5 ul li a {
        display: block;
        padding: 20px 60px 20px 60px;
        text-align: left;
    }

    .sv5 ul li a:before {
        font-size: 21px;
        padding: 0px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .sv5 ul li a:after {
        font-size: 24px;
        left: auto;
        right: 40px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu_block {
        display: inline-block;
    }

    .sv5 ul .a9:after {
        content: '';
        position: absolute;
        left: 156px;
        top: 50%;
        transform: translateY(-50%);
        height: 50px;
        background-color: #dcdcdc;
        width: 1px;
        display: none;
    }



    /*コンテンツ部分*/


    .service_contents_area {
        width: 100%;
    }

    .service_contents1 {
        margin-right: 10px;
        margin-left: 10px;
        height: 200px;
    }

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

    .service_textarea1 {
        background-color: #fff;
        float: none;
        width: 100%;
        text-align: left;
        height: 330px;
        margin-top: -274px;
    }

    .service_title {
        margin-bottom: 0px;
        font-size: 14px;
    }

    .service_text {
        margin-bottom: 30px;
        font-size: 14px;
        margin-top: 230px;
        width: 100%;
    }

    .service_button {
        font-size: 14px;
        padding: 11px 60px;
        position: relative;
    }


    .service_textarea_contents1 {
        margin-left: 0px;
        margin-top: 0px;
    }


    .service_textarea_contents1 h4 {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
    }

    .service_textarea_contents1 h4::before {
        font-size: 60px;
        position: absolute;
        top: -25px;
        left: 100px;
        padding-left: 30px;
    }

    .service_textarea_contents1 h4::after {
        font-size: 10px;
        margin-top: 4px;
    }



    .service_textarea_contents1 p span {
        display: inline-block;
    }

    /*2*/

    .service_2_space {
        height: 20px;
    }

    .service_contents2 {
        margin-top: 250px;
        margin-right: 10px;
        margin-left: 10px;
        height: 200px;
        margin-bottom: 268px;
    }

    .service_textarea2 {
        background-color: #fff;
        float: none;
        width: 100%;
        text-align: left;
        height: 330px;
    }

    .service_contents2 img {
        float: none;
        margin-top: -370px;
        width: 100%;
        height: auto;
    }

    .service_text2 {
        margin-bottom: 30px;
        font-size: 14px;
        margin-top: 230px;
        width: 100%;
    }

    .service_textarea_contents2 {
        margin-left: 0px;
        margin-top: -55px;
    }


    .service_textarea_contents2 h4 {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
    }

    .service_textarea_contents2 h4::before {
        font-size: 60px;
        position: absolute;
        top: -25px;
        left: 110px;
        padding-left: 30px;
        letter-spacing: -1.5px;
    }

    .service_textarea_contents2 h4::after {
        font-size: 10px;
        margin-top: 4px;
    }

    .service_textarea_contents2 p span {
        display: inline-block;
    }

    /*3*/

    .service_textarea_contents3 {
        margin-left: 0px;
        margin-top: 0px;
    }


    .service_textarea_contents3 h4 {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
    }

    .service_textarea_contents3 h4::before {
        font-size: 60px;
        position: absolute;
        top: -25px;
        left: 150px;
        padding-left: 30px;
        letter-spacing: -1.5px;
    }

    .service_textarea_contents3 h4::after {
        font-size: 10px;
        margin-top: 4px;
    }



    .service_textarea_contents3 p span {
        display: inline-block;
    }

    /*4*/

    .service_textarea_contents4 {
        margin-left: 0px;
        margin-top: -55px;
    }


    .service_textarea_contents4 h4 {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
    }

    .service_textarea_contents4 h4::before {
        font-size: 60px;
        position: absolute;
        top: -25px;
        left: 160px;
        padding-left: 30px;
    }

    .service_textarea_contents4 h4::after {
        font-size: 10px;
        margin-top: 4px;
    }

    .service_textarea_contents4 p span {
        display: inline-block;
    }

    /*5*/

    .service_textarea_contents5 {
        margin-left: 0px;
        margin-top: 0px;
    }


    .service_textarea_contents5 h4 {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
    }

    .service_textarea_contents5 h4::before {
        font-size: 60px;
        position: absolute;
        top: -25px;
        left: 170px;
        padding-left: 30px;
    }

    .service_textarea_contents5 h4::after {
        font-size: 10px;
        margin-top: 4px;
    }


    .service_textarea_contents5 p span {
        display: inline-block;
    }

    /*6*/

    .service_textarea_contents6 {
        margin-left: 0px;
        margin-top: -55px;
    }


    .service_textarea_contents6 h4 {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
    }

    .service_textarea_contents6 h4::before {
        font-size: 60px;
        position: absolute;
        top: -25px;
        left: 170px;
        padding-left: 30px;
    }

    .service_textarea_contents6 h4::after {
        font-size: 10px;
        margin-top: 4px;
    }

    .service_textarea_contents6 p span {
        display: inline-block;
    }


    /*7*/

    .service_textarea_contents7 {
        margin-left: 0px;
        margin-top: 0px;
    }


    .service_textarea_contents7 h4 {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
    }

    .service_textarea_contents7 h4::before {
        font-size: 60px;
        position: absolute;
        top: -25px;
        left: 90px;
        padding-left: 30px;
    }

    .service_textarea_contents7 h4::after {
        font-size: 10px;
        margin-top: 4px;
    }


    .service_textarea_contents7 p span {
        display: inline-block;
    }

    /*8*/

    .service_textarea_contents8 {
        margin-left: 0px;
        margin-top: -55px;
    }


    .service_textarea_contents8 h4 {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
    }

    .service_textarea_contents8 h4::before {
        font-size: 60px;
        position: absolute;
        top: -25px;
        left: 57px;
        padding-left: 30px;
    }

    .service_textarea_contents8 h4::after {
        font-size: 10px;
        margin-top: 4px;
    }

    .service_textarea_contents8 p span {
        display: inline-block;
    }

    /*9*/

    .service_textarea_contents9 {
        margin-left: 0px;
        margin-top: 0px;
    }


    .service_textarea_contents9 h4 {
        font-size: 20px;
        margin-bottom: 35px;
        position: relative;
    }

    .service_textarea_contents9 h4::before {
        font-size: 60px;
        position: absolute;
        top: -25px;
        left: 167px;
        padding-left: 30px;
    }

    .service_textarea_contents9 h4::after {
        font-size: 10px;
        margin-top: 4px;
    }


    .service_textarea_contents9 p span {
        display: inline-block;
    }

    .service_contents_area {
        margin-bottom: 200px;
    }



}

@media screen and (max-width: 320px) {
    .service_textarea1 {
        margin-top: -234px;
    }

}

/*===========プラバイシーポリシー============================*/


/*--------------fv------------------------------*/
.privacy_fv {
    background-color: #36498f;
    height: 363px;
}


.privacy_fv_bg {
    background-image: url(../image/privacy_bg_img.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
}


.privacy_fv_text {
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.privacy_contents {
    max-width: 985px;
    margin: 0 auto;
    margin-top: 250px;
    margin-bottom: 150px;
}

.privacy_contents h3 {
    font-size: 20px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
}

.privacy_contents h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #36498f;
    position: absolute;
    top: 35px;
    left: 0px;
}


.privacy_contents p {
    font-size: 16px;
    margin-bottom: 100px;
    line-height: 1.7;
}

.privacy_contents p span {
    display: block;
}

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



    .privacy_fv {
        background-color: #36498f;
        height: 196px;
    }

    .privacy_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .privacy_fv_text {
        top: 240px;
    }


    .privacy_contents {
        max-width: 830px;
        margin-top: 200px;
        margin-bottom: 150px;
        padding: 0 20px;
    }

    .privacy_contents h3 {
        font-size: 25px;
    }

    .privacy_contents p {
        font-size: 15px;
    }
}

/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 414px) {


    .privacy_contents {
        max-width: 414px;
        margin-top: 120px;
        margin-bottom: 120px;
        padding: 0 20px;
    }

    .privacy_fv {
        background-color: #36498f;
        height: 90px;
    }

    .privacy_fv_bg {
        height: 130px;
        margin-left: 30px;
    }

    .privacy_fv_text {
        top: 130px;
    }

    .privacy_contents p {
        font-size: 12px;
        margin-bottom: 80px;
    }

    .privacy_contents h3 {
        font-size: 14px;
        margin-bottom: 19px;
    }

    .privacy_contents h3:after {
        top: 22px;
    }

}



/*＝＝＝＝＝＝＝＝＝＝＝採用情報＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*------------共通-----------------------------------*/
.recruit_wrapper {
    max-width: 966px;
    margin: 0 auto;
    margin-bottom: 175px;
    margin-top: 200px;
}

/*--------------fv------------------------------*/
.recruit_fv {
    background-color: #36498f;
    height: 363px;
}


.recruit_fv_bg {
    background-image: url(../image/recruit_bg_img.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
}


.recruit_fv_text {
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*コンテンツ部分*/



.recruit_section_title {
    margin-bottom: 93px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
}


.recruit_section_title span {
    display: block;
    text-align: center;
    margin-left: 33px;
}

.recruit_section_title ::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background-color: #36498f;
    position: absolute;
    top: 106px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.recruit_section_text {
    font-size: 16px;
    margin-bottom: 148px;
    line-height: 1.7;
    margin-left: 104px;
    width: 77%;
}

.recruit_section_text span {
    display: block;
}

.recruit_page_contents {
    display: flex;
    justify-content: space-between;
}


.recruit_page_button {
    font-size: 15px;
    color: #fff;
    border: #fabe00 1px solid;
    padding: 10px 0px 10px 15px;
    position: relative;
    background-color: #fabe00;
    display: block;
    width: 150px;
    margin-top: 20px;
    margin-left: 287px;
    margin-bottom: 80px;
    ;
}


.recruit_page_button::before,
.recruit_page_button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.recruit_page_button::before {
    left: 87%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recruit_page_button:hover {
    color: #fabe00;
    background-color: #fff;
    transition: .3s;
    border: #fabe00 1px solid;
}

.recruit_page_button:hover::before {
    left: 87%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fabe00;
    border-right: 2px solid #fabe00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}


.recruit_page_contents_1 {
    width: 452px;
    height: 400px;
    margin-bottom: 80px;
}

.recruit_page_contents h3 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    border-bottom: 6px solid #ccc;
    margin-bottom: 33px;
    padding-bottom: 15px;
}

.recruit_page_contents h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: inherit;
    border-bottom: 6px solid #36498f;
}

.recruit_page_contents_3 {
    width: 452px;
    height: 400px;
}

.recruit_page_contents_3 h3 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    border-bottom: 6px solid #ccc;
    margin-bottom: 33px;
    padding-bottom: 15px;
}

.recruit_page_contents_3 h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60px;
    height: inherit;
    border-bottom: 6px solid #36498f;
}





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



    .recruit_fv {
        background-color: #36498f;
        height: 196px;
    }

    .recruit_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .recruit_fv_text {
        top: 240px;
    }

    .recruit_section_title:after {
        /*left:374px;*/
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .recruit_wrapper {
        max-width: 820px;
        margin-bottom: -85px;
        margin-top: 190px;
    }

    .recruit_section_title {
        margin-bottom: 93px;
        font-size: 25px;
        line-height: 1.7;
    }

    .recruit_section_text {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
        line-height: 1.7;
    }

    .recruit_section_text span {
        display: inline-block;
    }

    .recruit_page_contents {
        width: 90%;
        margin: 0 auto;
        margin-top: 100px;
    }

    .recruit_page_contents_1 {
        width: 47%;
        margin-bottom: 0px;
    }


    .recruit_page_contents_2 {
        width: 47%;
    }

    .recruit_page_button {
        float: right;
        margin-left: 0;
    }

    .recruit_page_contents_3 {
        width: 42.2%;
        margin-left: 40px;
    }

    .recruit_page_contents h3, .recruit_page_contents_3 h3 {
        font-size: 24px;
    }
}

/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 414px) {


    .recruit_wrapper {
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 80px;
        margin-bottom: -35px;
    }


    .recruit_section_title {
        margin-bottom: 68px;
        font-size: 15px;
    }


    .recruit_section_title ::after {
        content: "";
        display: block;
        width: 45px;
        height: 4px;
        background-color: #36498f;
        position: absolute;
        top: 85px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
    }

    .recruit_section_text {
        font-size: 13px;
        width: 100%
    }

    .recruit_fv {
        background-color: #36498f;
        height: 90px;
    }

    .recruit_fv_bg {
        height: 130px;
        margin-left: 30px;
    }

    .recruit_fv_text {
        top: 130px;
    }



    .recruit_page_contents {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        margin-top: 80px;
    }


    .recruit_page_contents h3, .recruit_page_contents_3 h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    .recruit_page_contents_1 {
        width: 100%;
        margin-bottom: 0px;
    }

    .recruit_page_contents_2 {
        width: 100%;
    }

    .recruit_page_contents_3 {
        width: 100%;
        margin-left: 0;
        margin-top: -35px;
    }

    .recruit_page_button {
        font-size: 13px;
        padding: 8px 0px 8px 15px;
    }

    .recruit_page_button::before {
        width: 8px;
        height: 8px;
    }


    .recruit_page_button::before {
        width: 8px;
        height: 8px;
    }

    .recruit_page_button:hover::before {
        width: 8px;
        height: 8px;
    }

    .recruit_section_title span {
        display: block;
        text-align: center;
        margin-left: 19px;
    }

    @media screen and (max-width: 375px) {
        .recruit_page_contents h3, .recruit_page_contents_3 h3 {
            margin-top: 42px;
        }
    }

    @media screen and (max-width: 320px) {
        .recruit_page_contents h3, .recruit_page_contents_3 h3 {
            margin-top: 72px;
        }
    }



}

/*-----------------募集要項-----------------------------------*/

.sales_section_title {
    margin-bottom: 93px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    position: relative;
}


.sales_section_title span {
    display: block;
    text-align: center;
    margin-left: 33px;
}

.sales_section_title ::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background-color: #36498f;
    position: absolute;
    top: 106px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}






.entry_button {
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    background-color: #fabe00;
    border: 1px #fabe00 solid;
    width: 220px;
    padding: 15px 10px 15px 10px;
    color: #fff;
    position: relative;
    transition: .4s;
}

.entry_button::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    /* 好みで色を変えてください */
    border-right: solid 2px #fff;
    /* 好みで色を変えてください */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.entry_button:hover {
    background-color: #fff;
    color: #fabe00;
    border: 1px solid #fabe00;

}

.entry_button:hover::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #fabe00;
    /* 好みで色を変えてください */
    border-right: solid 2px #fabe00;
    /* 好みで色を変えてください */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;


}



/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 834px) {
    .youkou_wrapper {
        font-size: 13px;
    }

    .company_profile_list li .syokumu {
        display: contents;
    }


}

/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 414px) {
    .company_profile_list li .syokumu {
        display: contents;
    }


    .sales_section_title {
        font-size: 16px;
    }


}

/*ーーーーーーーカミングスーンーーーーーーーーーーーー*/


/*--------------fv------------------------------*/
.coming_fv {
    background-color: #36498f;
    height: 363px;
}


.coming_fv_bg {
    background-image: url(../image/coming_bg_img.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 463px;
    position: relative;
    margin-left: 100px;
}


.coming_fv_text {
    position: absolute;
    top: 360px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.coming_title {
    font-size: 36px;
    color: #36498f;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 80px;
}

.coming_text {
    text-align: center;

}

.coming_text span {
    display: block;
}

.coming_button {
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    background-color: #fabe00;
    border: 1px #fabe00 solid;
    width: 220px;
    padding: 15px 10px 15px 10px;
    color: #fff;
    position: relative;
    margin-bottom: 150px;
    transition: .4s;
}

.coming_button::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    /* 好みで色を変えてください */
    border-right: solid 2px #fff;
    /* 好みで色を変えてください */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.coming_button:hover {
    background-color: #fff;
    color: #fabe00;
    border: 1px solid #fabe00;

}

.coming_button:hover::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 2px #fabe00;
    /* 好みで色を変えてください */
    border-right: solid 2px #fabe00;
    /* 好みで色を変えてください */
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}



.coming_space {
    height: 160px;
}




/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 834px) {




    .coming_fv {
        background-color: #36498f;
        height: 196px;
    }

    .coming_fv_bg {
        height: 250px;
        margin-left: 80px;
    }

    .coming_fv_text {
        top: 240px;
    }


    .coming_space {
        height: 90px;
    }

    .coming_title {
        font-size: 24px;
    }


    .coming_text {
        font-size: 13px;
    }

    .coming_button {
        width: 170px;
        padding: 10px 5px 10px 5px;
        font-size: 13px;
    }


}

/*ーーーーーーーーースマホーーーーーーーーーーーーー*/
@media screen and (max-width: 414px) {
    .company_profile_list li .syokumu {
        display: contents;
    }

    .coming_fv {
        background-color: #36498f;
        height: 90px;
    }

    .coming_fv_bg {
        height: 130px;
        margin-left: 30px;
    }

    .coming_fv_text {
        top: 130px;
    }

    .coming_space {
        height: 120px;
    }

    .coming_title {
        font-size: 22px;
        margin-top: 0px;
    }


    .coming_text {
        font-size: 12px;
    }

    .coming_button {
        margin-bottom: 50px;
        margin-top: 50px;
        width: 170px;
        padding: 8px 5px 8px 5px;
        font-size: 12px;
    }



}