@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif+JP:wght@200;400;500;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');








.serif {
    font-family: "Noto Serif JP", sans-serif;
}

table {
    border-spacing: 0px !important;
}

.garamond {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 175%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    font-weight: 500;
}

body,
html {
    height: 100%;
}

.grid-1545 {
    width: 100%;
    max-width: 1545px;
    margin: 0 auto;
    position: relative;
}

*::after,
*::before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a,
button {
    color: inherit;
    text-decoration: none;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

input,
textarea,
button,
select {
    outline: none;
    resize: none;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    transition: ease all 0.35s;
}

.hv-o {
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    transition: ease all 0.35s;
}

.hv-o:hover {
    opacity: 0.7;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

@media (max-width: 1140px) {
    a[href^="tel:"] {
        pointer-events: all;
    }
}

.anchor_fixtop {
    display: block;
    position: relative;
    top: -200px;
    width: 100%;
    visibility: hidden;
}

#page_top {
    position: fixed;
    bottom: 40px;
    right: 45px;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    outline: none;
    border: none;
    z-index: 50;
    border-radius: 50%;
}

/* #page_top img {
    width: 17px;
} */

@media (max-width: 1400px) {
    #page_top {
        bottom: 15px;
        right: 15px;
    }
}

[class*="dflex"] {
    display: flex;
    flex-wrap: wrap;
}

[class*="aic"] {
    align-items: center;
}

[class*="aie"] {
    align-items: flex-end;
}

[class*="ais"] {
    align-items: flex-start;
}

[class*="jcc"] {
    justify-content: center;
}

[class*="jcsb"] {
    justify-content: space-between;
}

[class*="jcfe"] {
    justify-content: flex-end;
}

ul {
    list-style: none;
}

.txt__center {
    text-align: center;
}

.vs-50 {
    width: 50%;
}



header.is_page .header_box {

    height: 100px;
    background-color: #fff;
}

header.is_page .logo img {
    opacity: 1;
}

header.is_page .logo img.scroll {
    opacity: 0;
}

header.is_page .contact .wrap .icon {
    opacity: 0;
}

header.is_page .contact .wrap .icon.active {
    opacity: 1;
}

header.is_page .menu li a {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding-bottom: 38px;
}

header.is_page .menu li a :last-child {
    font-size: 25px;
    color: #ed1c24
}

header.is_page .menu li a:last-child img {
    margin-right: 15px;
}

header.is_page .menu li:not(:last-child, .contact-link) a.active {
    color: #e91c24;
}

header.is_page .menu li:not(:last-child, .contact-link) a.active::before {
    background-color: #e91c24;
    width: 100%;
    top: 60px;
    height: 4px;
}

.header_box {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: ease all 800ms;
    padding-right: 0px;
}

.header_box.active {
    background-color: #ffffff;
    box-shadow: 0 0 8px #eaeaea;
}

.header_box.active .logo img {
    opacity: 1;
}

.header_box.active .logo img.scroll {
    opacity: 1;
}

.header_box.active .contact .wrap .icon {
    opacity: 0;
}

.header_box.active .contact .wrap .icon.active {
    opacity: 1;
}

.header_box.active .menu li a {
    color: #000000;
}

.header_box.active .menu li a::before {
    background-color: #e91c24;
}

.header_box-item:first-child {
    padding-left: 30px;
}

.logo {
    position: relative;
}

.logo img {
    vertical-align: top;
    transition: ease all 800ms;
}

.logo img.scroll {
    position: absolute;
    left: 0;
    opacity: 0;
}

.menu li:not(:nth-child(7)) {
    /* margin-right: 55px; */
    padding: 0px 28px 0;
    /* padding: 0 23px; */
}

.menu li:not(:nth-child(8)) a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0%;
    height: 1px;

    transition: ease all 500ms;
}

.menu li:not(:nth-child(8)) a:hover:before {
    top: 60px;
    height: 4px;
    width: 100%;
    background-color: #ED1C24;
}

.menu li .stre_a_fix:hover:before {
    top: 56px !important;
    height: 4px;
    width: 100%;
    background-color: #ED1C24;
}

.menu li.contact-link {
    position: relative;
    margin-right: 0 !important;

}

.menu li.contact-link a {

    padding: 37px 60px;
    display: flex;

}

.menu li.contact-link::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 43px;
    left: 0;
    background-color: #1a1a1a;
    top: 50%;
    transform: translateY(-50%);
}



.menu li.contact-link a::before {
    content: none;
}



.menu li:last-child {
    /* margin-left: 27px; */
    margin-right: 3.854vw;

}

.menu a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
}

.menu .button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all 800ms;
}

.menu .button .wrap {
    position: relative;
}

.menu .button .wrap .icon.active {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.menu .button .icon,
.menu .button .txt {
    width: 100%;
    display: block;
    text-align: center;
}

.menu .button .txt {
    margin-top: 8px;
    font-size: 12px;
    text-align: left;
}

.menu .button .icon img {
    vertical-align: top;
    transition: ease all 800ms;
}


.container::before,
.wrap::before {
    content: " ";
    display: table;
}

.container::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.dl-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.flex-no-w {
    flex-wrap: nowrap;
}

.al-it-c {
    align-items: center;
}

.jtf-c-c {
    justify-content: center;
}

.f-Noto-Serif-JP,
.f-Noto-Serif-JP * {
    font-family: "Noto Serif JP", serif;
}

.lh-175 {
    line-height: 1.75;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-white {
    color: #ffffff;
}

.txt-blue {
    color: #006b9e;
}

.fw-500,
.fw-500 * {
    font-weight: 500;
}

.bold,
.bold * {
    font-weight: 700;
}

.bold-900,
.bold-900 * {
    font-weight: 900;
}

.light {
    font-weight: 400 !important;
}

.pS-relative {
    position: relative;
}

.bg-blue {
    background: #006b9e;
}

.bg-white {
    background: #ffffff;
}

.after::after,
.before::before {
    content: "";
    display: inline-block;
    clear: both;
}

.jtf-c-bt {
    justify-content: space-between;
}

header.is_page .contact .wrap .icon {
    opacity: 1;
}

header.is_page .contact .wrap .icon.active {
    opacity: 0;
}

header.is_page .active .contact .wrap .icon.active {
    opacity: 1;
}

.baner_top>video {
    max-width: 100%;

}



@media (max-width: 1000px) {
    .header_box {
        padding-right: 0;
    }

    .anchor_fixtop {
        top: -150px;
    }

    header.is_page .header_box {
        height: unset;
    }

    .menu .button .icon img {
        max-width: 150px;
    }

    .header_box {
        flex-wrap: wrap;
    }

    .header_box-item:first-child {
        padding: 15px;

        width: 100%;

        display: flex;

        align-items: center;

        justify-content: space-between;
    }

    .header_box-item:last-child {
        width: 100%;

        display: none;
    }

    .header_box.active #menu_hum span {
        background-color: #000000;
    }

    .header_box.open {
        background-color: #ffffff;
    }

    .header_box.open #menu_hum span {
        background-color: #000000;
    }

    .header_box.open .logo img {
        opacity: 1;
    }

    .header_box.open .logo img.scroll {
        opacity: 1;
    }

    .header_box.open .contact .wrap .icon {
        opacity: 0;
    }

    .header_box.open .contact .wrap .icon.active {
        opacity: 1;
    }

    .header_box.open .menu li a {
        color: #000000;
    }

    .header_box.open .menu li a::before {
        background-color: #000000;
        content: none;
    }

    /* .logo img {
        width: 230px;
    } */

    .menu li:not(:last-child) {
        border-top: 1px dashed #ccc;
    }

    .menu li:last-child {
        border-top: 1px dashed #ccc;

    }

    .menu li:not(:nth-child(6)) a::before {
        content: none;
    }

    /* .menu li.contact-link {
        border-top: 0;
    } */

    .menu li.contact-link a {
        justify-content: center;
    }

    .menu li.contact-link::after {
        content: none;
    }

    .menu li:last-child .button {
        height: 88px !important;

        align-items: flex-end;
    }

    header.is_page #menu_hum span {
        background: #000;
    }

    #menu_hum {
        display: block;

        position: relative;

        top: 2px;
    }

    #menu_hum>div {
        width: 40px;

        height: 30px;

        position: relative;

        display: flex;
    }

    #menu_hum span {
        background: #ffffff;

        -webkit-transform: translateY(-50%) rotate(0deg);

        transform: translateY(-50%) rotate(0deg);

        position: absolute;

        width: 100%;

        height: 2px;

        -webkit-transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s,
            -webkit-transform 0.3s ease;

        transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s,
            -webkit-transform 0.3s ease;

        transition: top 0.1s ease 0.3s, transform 0.3s ease,
            background 0.1s ease 0.3s;

        transition: top 0.1s ease 0.3s, transform 0.3s ease,
            background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
    }

    #menu_hum span:nth-child(1) {
        top: 1px;
    }

    #menu_hum span:nth-child(2) {
        top: calc(50% - 0px);
    }

    #menu_hum span:nth-child(3) {
        bottom: -2px;
    }

    #menu_hum .change span {
        -webkit-transition: top 0.1s ease, background 0.1s ease,
            -webkit-transform 0.3s ease 0.1s;

        transition: top 0.1s ease, background 0.1s ease,
            -webkit-transform 0.3s ease 0.1s;

        transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease;

        transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease,
            -webkit-transform 0.3s ease 0.1s;
    }

    #menu_hum .change span:nth-child(1) {
        top: 50%;

        -webkit-transform: translateY(-50%) rotate(315deg);

        transform: translateY(-50%) rotate(315deg);
    }

    #menu_hum .change span:nth-child(2) {
        -webkit-transform: translateY(-50%) rotate(405deg);

        transform: translateY(-50%) rotate(405deg);

        display: none;
    }

    #menu_hum .change span:nth-child(3) {
        top: 50%;

        -webkit-transform: translateY(-50%) rotate(405deg);

        transform: translateY(-50%) rotate(405deg);
    }

    .chane-x {
        display: inline-block;

        position: relative;

        cursor: pointer;
    }

    .menu {
        padding-left: 20px;

        padding-right: 20px;

        padding-bottom: 20px;

        flex-wrap: wrap;
    }

    .menu li {
        width: 100%;

        margin-right: 0 !important;
    }

    .menu li a {
        display: block;

        text-align: center;
    }
}





.baner_top {
    position: relative;
    display: flex;

}



.baner_top_red {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.triangle {
    /* width: 915px; */
    width: 45.885vw;
    /* height: 1105px; */
    height: 64.01vw;
    background: linear-gradient(to top left, transparent 0%, transparent 50%, #ED1C24CC 50%, #ED1C24CC 100%);
    position: relative;
}

.triangle.wow_custom.show {
    animation-delay: 1s;
}

.triangle_se {
    /* width: 41.823vw; */
    width: 40.677vw;
    /* height: 50.781vw; */
    height: 56.719vw;
    background: linear-gradient(to top left, transparent 0%, transparent 50%, #ED1C24 50%, #ED1C24 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.baner_top_title_txt span {
    font-size: 30px;

}

.baner_top_title_txt h2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.5;
}

.baner_top_title {
    /* position: absolute; */
    position: relative;
    /* bottom: 260px; */
    /* left: 100px; */
    padding-left: 5.208vw;
    z-index: 2;
    color: #fff;
}

.baner_top_title_img {
    margin-bottom: 92px;
}



/* Banner video  */
/* .top_content02-inner {
    padding-top: 320px;
} */

#about {
    position: relative;
    z-index: 3;
    padding-top: 15.365vw;
}

.wrap_top-content02 {
    padding-top: 16.667vw;
    position: relative;
    background: white;
    z-index: 2;
}

.top_content02-inner {
    position: relative;
    background: white;
    z-index: 2;
}

.top_content02-inner::before {
    content: '';
    height: 49.844vw;
    width: 35.729vw;
    position: absolute;
    top: -42.292vw;
    right: 0;
    bottom: auto;
    background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #ED1C24CC 50%, #ED1C24CC 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

footer {
    position: relative;
    z-index: 1;
}

.home main {
    position: relative;
    overflow-x: hidden;
    background: #fff;
    z-index: 1;
}

.banner_top-video {
    position: relative;
    z-index: 1;
}

.banner_top {
    height: 48.802vw;
    padding-top: 14.583vw;
    position: relative;
    z-index: 4;
}

.top_video {
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.about_top_txt .txt_top {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.75;
    padding-left: 28px;
    position: relative;
}


.about_top_txt .txt_top::before {
    width: 18px;
    height: 4px;
    background-color: #ED1C24;
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.about_top_txt h2 {
    font-size: 112px;
    color: #ED1C24;
    line-height: 1.3;

}

.about_top_txt .big {
    font-size: 46px;
    display: block;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 40px;
    max-width: 465px;
    margin-left: 0;
    margin-right: auto;
}

.about_top_txt .big .red {
    color: #ED1C24;
    display: block;
}

.about_top_txt .txt {
    font-size: 20px;
    line-height: 2.25;
}

.about_top {
    position: relative;
    z-index: 0;
}

.about_top_txt {
    /* position: absolute; */
    position: relative;
    bottom: -45px;
    /* left: 175px; */
    left: 167px;
    z-index: 3;
    max-width: 618px;
}


.triangle_white {
    width: 1097px;
    height: 1530px;
    background: linear-gradient(to bottom left, transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    position: absolute;
    bottom: -85px;
    z-index: 0;
}


.about_top_right {
    position: absolute;
    right: 0;
    bottom: -117px;
}

.about_top_right img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.triangle_red_right {
    width: 690px;
    /* height: 957px; */
    /* background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #ED1C24CC 50%, #ED1C24CC 100%); */
    position: relative;

    bottom: -355px;
    z-index: 0;
}

.mw-1685-r {
    max-width: 1690px;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
}

.title_bf {
    font-size: 30px;
    padding-left: 28px;
    position: relative;
    line-height: 1.75;

}

.title_bf::before {
    width: 18px;
    height: 4px;
    position: absolute;
    content: '';
    background-color: #ED1C24;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.strength_top_right_title h3 {
    font-size: 111.5px;
    color: #ED1C24;
    line-height: 1;
}


.txt_mix {
    font-size: 45px;
    color: #ED1C24;
    font-weight: bold;
    /* letter-spacing: 2.2px; */
    display: block;
    margin-top: 43px;
    margin-bottom: 5px;
    line-height: 1.75;

}

.txt_mix span {
    font-size: 40px;
    color: #000000;
    font-weight: 500;
}

.strength_top_right_title .txt_big {
    font-size: 40px;
    display: block;
    line-height: 1.75;
}


.strength_top_left {
    width: 54.1%;
}

.strength_top_right {
    width: 40.53%;
}

.strength_top_all {
    justify-content: space-between;
}

.link_red {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.link_red .arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 35px;
}

.link_red .arrow::before {
    background-color: #ED1C24;
    width: 47px;
    height: 47px;
    position: absolute;
    border-radius: 100%;
    z-index: -1;
    content: '';

}

.strength_top_right_title {
    margin-bottom: 95px;
}

.strength_img_lost {
    text-align: right;
    margin-right: 30px;
    margin-top: -60px;
    z-index: -1;
    position: relative;
}

.anchor_fixtop {
    display: block;
    position: relative;
    top: -70px;
    width: 100%;
    visibility: hidden;
}

.mw-1560-r {
    max-width: 1560px;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
}

.service_top_all h3 {
    font-size: 111.5px;
    line-height: 1.3;
    color: #ED1C24;
}

.service_top_all .txt_big {
    font-size: 45px;
    line-height: 1.75;

}

.service_top_all_box_left_top {
    font-size: 20px;
    line-height: 2.25;
}



.service_top_all_box_left_bot .num {
    color: #ED1C24;
    font-size: 30px;
    margin-right: 28px;
}

.service_top_all_box_left_bot .text {
    font-size: 23px;
    font-weight: 400;
}

.service_top_all_box_left_bot .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 15px;
    margin-left: auto;
    z-index: 2;
}

.service_top_all_box_left_bot .arrow::before {
    background-color: #ED1C24;
    width: 36px;
    height: 36px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    content: '';
}


.service_top_all_box_left {
    width: 35.64%;
}


.service_top_all_box_left_bot a {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    position: relative;
    border-top: 1px solid #bfbfbf;


}

.service_top_all_box_left_bot a:hover {
    background-color: #fde4e5;
    transition: ease all 0.5s;
}


.service_top_all_box_left_bot a::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    background-color: #ED1C24;
    left: 0;
}

.service_top_all_box_right {
    width: 58.65%;
}

.service_top_all_box {
    justify-content: space-between;
}

.mw-1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.mw-1155 {
    max-width: 1155px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.ware_house_top_title .ja_txt {
    font-size: 30px;
    font-weight: 500;
    padding-left: 28px;
    position: relative;
}


.ware_house_top_title .ja_txt::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 4px;
    background-color: #fff;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ware_house_top_title h4 {
    font-size: 77px;
    line-height: 1.3;
    padding-top: 9px;
    padding-bottom: 11px;


}

.border_cen {
    border: 1px solid #fff;
    max-width: 554px;
}


.ware_house_top {
    background: url(../img/top/ware_bg.png);
    background-repeat: no-repeat;
}


.ware_house_top_title {
    max-width: 550px;
    padding-top: 75px;
    padding-left: 40px;

}

.ware_house_top_title:last-child {
    padding-top: 35px;
    padding-bottom: 63px;
}

.ware_house_top_title .text {
    padding-bottom: 75px;
    display: block;
    font-size: 18px;
    margin-right: 15px;
}

.ware_house_top_title .link_red .arrow::before {
    background-color: #fff;
    z-index: 0;
}

.ware_house_top_title .link_red .arrow img {
    position: relative;
    z-index: 2;
}

.ware_house_top_title {
    color: #fff;
}


.ware_house {
    margin-top: 150px;
}


.service_top_all_box {
    margin-top: 64px;
}

.service_top_all_box_left_bot {
    margin-top: 68px;
}

.service_top_all_box_left_bot a:last-child {
    border-bottom: 1px solid #bfbfbf;
}


#top_cont02 {
    padding-top: 120px;
    padding-bottom: 115px;
    position: relative;
    z-index: 2;
}


#top_cont02::before {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    z-index: -1;
    background-color: #f2f2f2;
}



.com_top_title {
    text-align: center;
}

.com_top_title h4 {
    font-size: 111.5px;
    color: #ED1C24;
    line-height: 1.3;

}

.com_top_txt {
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 2.5px;
    margin-top: 50px;
    margin-bottom: 90px;
}

#com_top .link_red {
    justify-content: center;
    margin-bottom: 100px;
}

#com_top {
    padding-top: 190px;
    background: white;
    position: relative;
    z-index: 2;
}


.mw-1328 {
    max-width: 1328px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.recruit_box_right_title h4 {
    font-size: 111.5px;
    color: #ED1C24;
    line-height: 1;
}

.recruit_box_right_txt {

    font-size: 45px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 2.5px;
    margin-top: 40px;
    margin-bottom: 70px;

}

.recruit_box_left {
    width: 48.05%;

    margin-top: -60px;
}

.recruit_box_right {
    width: 44.24%;
}

.recruit_box_all_cont {
    justify-content: space-between;
}

.recruit_box {
    /* margin-top: 185px;
    margin-bottom: 100px; */
    position: relative;
    z-index: 2;
    padding-top: 185px;
    padding-bottom: 100px;
    background: white;
}

.recruit_box_all {
    background-color: #f2f2f2;
    padding-bottom: 70px;
    position: relative;
}

.recruit_box_all::before {
    content: '';
    position: absolute;
    width: 635px;
    height: 574px;
    background-color: #ED1C24;
    z-index: -1;
    top: -60px;
    right: -60px;

}

.recruit_box_right .link_red .arrow::before {
    z-index: 0;
}

.recruit_box_right .link_red .arrow img {
    position: relative;
}

.recruit_box_right_title {
    padding-top: 30px;
}


footer {
    background-color: #1a1a1a;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 65px;
}

.foot_cont_logo span {
    display: block;
    font-size: 22px;
}

.foot_cont {
    text-align: center;
}

.foot_cont_logo_txt span {
    display: block;
    line-height: 1.75;
}

.tel_fax {
    justify-content: center;
    align-items: center;
}

.foot_cont_logo {
    padding-bottom: 65px;
}

.foot_cont_copy {
    padding-top: 100px;
}

.foot_cont_logo_txt {
    font-size: 16px;
}

.foot_cont_copy {
    color: #8d8d8d;
}

.tel_fax a {
    margin-right: 20px;
}

.service_top_all {
    margin-top: -99px;
}

.recruit_box_all .mw-1200 {
    padding-right: 45px;
}

.com_top_img img {
    min-height: 250px;
    object-fit: cover;
}


@media screen and (max-width:1715px) {
    .mw-1685-r {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:1670px) {
    .triangle_se {
        width: 353px;
        height: 487px;
    }

    .triangle {
        width: 440px;
        height: 615px
    }

    .baner_top_title {
        bottom: 70px;
    }

    .triangle_white {
        width: 548px;
        height: 765px;
    }

    .triangle_red_right {
        width: 345px;
        height: 478px;
    }

    .about_top_txt .big {
        text-shadow: 1px 1px 2px #fff;

    }

    .about_top_txt .txt {
        text-shadow: 1px 1px 2px #fff;
    }

}

@media screen and (max-width:1700px) {
    .service_header .triangle {
        width: 51.824vw !important;
        height: 55.294vw !important;
    }

    .service_header .triangle_se {
        width: 45.882vw;
        height: 49.706vw;
    }

    .menu li:not(:nth-child(7)) {
        /* margin-right: 55px; */
        padding: 0px 1.647vw 0;
    }
}


@media screen and (max-width:1590px) {
    .mw-1560-r {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;

    }

    /* .menu li:not(:nth-child(7)){
        margin-right: 30px;
    } */
    .menu li.contact-link a {
        padding: 37px 20px;
    }

    .header_box-item:first-child {
        max-width: 340px;
    }
}

@media screen and (max-width:1490px) {


    .baner_top_title_img {
        margin-bottom: 30px;
    }

    .baner_top>video {
        min-height: 800px;
        object-fit: cover;
    }

    .about_top_txt {
        z-index: 4;
        left: 15px;
        bottom: 0;
        top: 0;
    }

    .recruit_box_all::before {
        right: 0;
    }

    .strength_top_right_title h3 {
        font-size: 60px;
    }

    .txt_mix {
        font-size: 35px;
    }

    .service_top_all_box_left_bot .text {

        margin-right: 25px;
    }


}

@media screen and (max-width:1400px) {
    .menu li.lifix {
        padding-right: 20px !important;
    }

    .menu li:not(:nth-child(7)) {
        padding: 0px 20px 0;
    }

    .menu li.lifix {
        padding-right: 20px !important;
    }

}



@media screen and (max-width:1300px) {
    .header_box-item:first-child {
        max-width: 310px;
    }

    header.is_page .menu li a :last-child {
        font-size: 20px;
    }

    header.is_page .menu li a {
        font-size: 16px;
    }

    /* .menu li:not(:nth-child(7)) {
        margin-right: 25px;
    } */
    .strength_top_right_title h3 {
        font-size: 60px;
    }

    .recruit_box_right_title h4 {
        font-size: 60px;
    }

    .service_top_all h3 {
        font-size: 60px;
    }

    .com_top_title h4 {
        font-size: 60px;
    }

    .com_top_txt {
        font-size: 28px;
    }

    .recruit_box_right_txt {
        font-size: 28px;
    }

}

@media screen and (max-width:1230px) {

    .mw-1200 {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .recruit_box_all .mw-1200 {
        padding-right: 15px;
    }
}


@media screen and (max-width: 1230px) {
    .strength_top_right_title h3 {
        font-size: 50px;
    }

    .baner_top_title {
        left: 60px;
    }

    .baner_top_title_img img {
        width: 95%;
    }

    .service_top_all_box_left_bot a::before {
        width: 15px;
    }

    .service_top_all_box_left_bot a {
        padding-left: 25px;
    }

    .ware_house_top_title .text {
        padding-bottom: 30px;
    }

    .ware_house_top_title {
        padding-top: 50px;
    }
}


@media screen and (max-width:1200px) {
    /* .menu li:not(:nth-child(7)) {
        margin-right: 19px;
    } */

    .header_box-item:first-child {
        padding-left: 15px;
    }

    .recruit_box_all::before {
        right: 0;
    }

    .baner_top_title {
        bottom: 70px;
        top: 150px;
    }

    .baner_top_title_txt h2 {
        font-size: 35px;
    }

    .baner_top>video {
        min-height: 600px;
        object-fit: cover;
    }

    .about_top>img {
        min-height: 750px;
        object-fit: cover;
        object-position: right;
    }

    .triangle_white {
        display: none;
    }

    .about_top_txt {
        max-width: 100%;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;

        background-color: #ffffff80;
    }

    .about_top_txt .txt_top {
        text-align: center;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 30px;
        font-size: 22px;


    }

    .about_top_txt h2 {
        text-align: center;
        font-size: 60px;
    }

    .about_top_txt .big {
        max-width: 100%;
        font-size: 30px;
    }

    .about_top_right {
        z-index: 6;
        bottom: -18.083vw;

    }

    .strength_img_lost {
        margin-top: 30px;
        margin-right: 0;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .strength_top_right_title {
        margin-bottom: 30px;
    }

    .service_top_all {
        margin-top: 30px;
    }

    .service_top_all_box_left_bot .text {
        font-size: 16px;
        margin-right: 20px;
    }

    #com_top {
        padding-top: 50px;
    }

    .about_top_txt .big {
        text-shadow: none;
    }

    .about_top_txt .txt {
        text-shadow: none;
    }

    #top_cont02 {
        margin-top: 0px;
    }

    .banner_top {
        height: 48.802vw;
        padding-top: 4.583vw;
        position: relative;
        z-index: 3;
    }

    .baner_top_title_img img {
        width: 80%;
    }

    .baner_top_title {
        left: 30px;
    }

    .about_top {
        position: relative;
        z-index: 0;
        min-height: 750px;
    }



















}

@media screen and (max-width:1170px) {
    header.is_page .menu li a :last-child {
        font-size: 16px;
    }

    header.is_page .menu li a:last-child img {
        margin-right: 8px;
    }

    .menu li:not(:nth-child(7)) {
        /* margin-right: 55px; */
        padding: 0px 10px 0;
    }

    .header_box-item:first-child {
        max-width: 280px;
    }
}

@media screen and (max-width:1063px) {
    .menu li.contact-link a {
        padding: 15px 15px !important;
    }

    header.is_page .menu li a {
        font-size: 16px;
    }

    /* .menu li:not(:nth-child(7)) {
        margin-right: 14px;
    } */
}

@media screen and (max-width:1000px) {
    .header_box-item:first-child {
        max-width: 100%;
    }

    .stre_a_fix {
        margin-top: 0;
    }

    header.is_page .menu li a {
        padding: 15px 0 !important;
    }
}

@media screen and (max-width:992px) {


    .title_bf {
        font-size: 22px;
    }

    .txt_mix {
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 10px;

    }

    .txt_mix span {
        font-size: 20px;
    }

    .strength_top_right_title .txt_big {
        font-size: 24px;
    }



    .service_top_all .txt_big {
        font-size: 25px;
    }

    .service_top_all_box_left_bot .num {
        margin-right: 15px;
    }

    .about_top_txt .big {
        font-size: 24px;
        padding-bottom: 25px;
        padding-top: 20px;
    }

}

@media screen and (max-width:790px) {
    #about {

        padding-top: 30.365vw;
    }
}



@media screen and (max-width:767px) {
    .com_top_img img {
        width: 100%;
    }

    .com_top_txt {
        margin-left: 15px;
        margin-right: 15px;
    }

    .service_top_all_box_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .service_top_all_box_right {
        width: 100%;
    }

    .service_top_all_box_left_bot {
        margin-top: 30px;
    }

    .service_top_all_box {
        margin-top: 20px;
    }

    .strength_top_left {
        width: 100%;
        order: 2;
    }

    .strength_top_right {
        width: 100%;
        order: 1;
        margin-bottom: 50px;
    }

    #top_cont02 {
        padding-top: 50px;
        margin-top: 0px;
        padding-bottom: 50px;
    }

    #com_top .link_red {
        margin-bottom: 50px;
    }

    .ware_house_top_title h4 {
        font-size: 35px;
    }

    .service_top_all h3 {
        font-size: 45px;
    }

    .strength_top_right_title h3 {
        font-size: 45px;
    }

    .recruit_box_right {
        width: 100%;
        text-align: center;
    }

    .recruit_box_left {
        width: 100%;
    }

    .recruit_box_left img {
        width: 100%;
    }

    .recruit_box_right .link_red {
        justify-content: center;
    }

    .recruit_box_right_txt {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .baner_top_title {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .service_top_all_box_left_bot a {
        padding-left: 20px;
    }

    .service_top_all_box_left_bot a::before {
        width: 15px;
    }

    .ware_house {
        margin-top: 50px;
    }

    .com_top_title h4 {
        font-size: 45px;
    }

    .com_top_txt {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .recruit_box_right_txt {
        font-size: 24px;
    }

    .recruit_box_right_title h4 {
        font-size: 45px;
    }

    .about_top_txt h2 {
        font-size: 30px;
    }

    .about_top_txt .txt {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .about_top>img {
        min-height: 600px;
    }

    .foot_cont_copy {
        padding-top: 30px;
    }

    .foot_cont_logo {
        padding-bottom: 25px;
    }

    #page_top {
        width: 55px;
        height: 55px;
    }

    .ware_house_top {
        background-position: 28%;
    }

    .ware_house_top_title {
        padding-left: 15px;
    }

    .link_red {
        justify-content: right;
        margin-right: 30px;
    }





}

@media screen and (max-width:600px) {

    .banner_top-video{
        position: absolute;
        top: 0;
        width: 100%;
    }
    .top_video {
        position: relative;
        z-index: -2;
        top: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
        height: 89vw;
        left: 0;
    }
    .top_video video{
        height: 100%;
        width: auto;
        position: absolute;
        right: -50%;
        left: -50%;
        margin: auto;
    }



    #about {
        padding-top: 40.365vw;
    }

    .baner_top_title_txt h2 {
        font-size: 25px;
    }

    .baner_top_title_txt span {
        font-size: 20px;
    }
}

@media screen and (max-width:530px) {
    .about_top>img {
        min-height: 700px;
    }

    .com_top_txt {
        font-size: 22px;
    }

    .about_top {
        min-height: 700px !important;
    }
}

@media screen and (max-width:480px) {

    .triangle_se {
        width: 170px;
        height: 320px;
    }

    .triangle {
        width: 180px;
        height: 350px;
    }

    .baner_top_title_txt span {
        font-size: 15px;
    }

    .baner_top_title_txt h2 {
        font-size: 18px;
    }

    .baner_top>video {
        min-height: 380px;
        object-fit: cover;
    }

    .baner_top_title {
        top: 105px;
    }

    .service_top_all .txt_big {
        font-size: 20px;
    }

    .link_red {
        font-size: 16px;
    }

    .link_red .arrow::before {
        width: 35px;
        height: 35px;
    }

    .service_top_all_box_left_bot .num {
        font-size: 24px;
        margin-right: 10px;
    }


    .company2_table table tbody td {
        font-size: 12px !important;
    }

    .about_top {
        min-height: 800px !important;
    }
}

@media screen and (max-width:420px) {
    .about_top>img {
        min-height: 800px;
    }
}



/* COMPANY */


.mw-1600 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.mw-1100 {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.stre_cont_items-all_box_title_left_num .num_big {
    font-size: 150px;
    color: #ED1C24;
    line-height: 1.3;
}

.stre_cont_items-all_box_title_left_h2 {
    position: relative;
    padding-bottom: 40px;
    margin-top: -5px;
}

.stre_cont_items-all_box_title_left_h2::before {
    position: absolute;
    content: '';
    width: 108px;
    height: 2px;
    background-color: #ED1C24;
    bottom: 0;
}

.stre_cont_items-all_box_title_left_h2 h2 {
    font-size: 46px;
    line-height: 1.5;
    font-weight: 600;
}

.stre_cont_items-all_box_title_left_h2 span {
    color: #ED1C24;

}

.stre_cont_items-all_box_title_left {
    width: calc(100% - 43.78378378378378% - 90px);
}

.stre_cont_items-all_box_title_right {
    width: 43.78378378378378%;
    margin-top: 80px;
}

.stre_cont_items-all_box_title {
    margin-bottom: 25px;
    gap: 90px;
}

.stre_cont_items-all_box_title_left {
    width: calc(100% - 50% - 90px);
}

.stre_cont_items-all_box_title_right {
    width: 50%;
    margin-top: 80px;
}

.stre_cont_items-all_box_title_left_num .our {
    font-size: 18px;
    font-weight: 600;
}

.stre_cont_items-all_box_title1 {
    margin-bottom: 48px;
}



.stre_cont_items-all_box_txt .mark {
    font-size: 111.5px;
    color: #ED1C24;
    margin-top: -13px;
    display: block;
    line-height: 0.49;
}

.stre_cont_items-all_box_txt .text_me {
    font-size: 30px;
    display: block;
    margin-bottom: 44px;
    margin-top: -15px;
    line-height: 1.5;
}

.stre_cont_items-all_box_txt .text_sma {
    font-size: 20px;
    line-height: 1.75;
    display: block;
    margin-bottom: 92px;
}

.stre_cont_items-all {
    background-color: #f2f2f2;
    padding-top: 16px;
}

.stre_cont_items-all_box_img img {
    margin-bottom: -100px;
}

#stre_cont {
    margin-bottom: 200px;
}

/* @media screen and (max-width: 1630px) {
    .mw-1600 {
        padding-left: 15px;
        padding-right: 15px;
    }
} */


@media screen and (max-width: 1140px) {
    .mw-1100 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .stre_cont_items-all_box_title {
        gap: 7.895vw;
    }

    .stre_cont_items-all_box_title_left {
        width: calc(100% - 50% - 7.895vw);
    }

    .stre_cont_items-all_box_title_left_h2 h2 {
        font-size: 34px;
    }

    .stre_cont_items-all_box_title1 {
        margin-bottom: 4.211vw;
    }

    .stre_cont_items-all_box_title_left_num .num_big {
        font-size: 90px;
    }
}



@media screen and (max-width: 767px) {
    .stre_cont_items-all_box_txt .text_me {
        font-size: 22px;
    }

    .stre_cont_items-all_box_title_left_h2 h2 {
        font-size: 28px;
    }

    .stre_cont_items-all_box_img img {
        margin-bottom: -50px;
        min-height: 200px;
        object-fit: cover;
        object-position: center;
    }

    .stre_cont_items-all_box_title_left {
        width: 100%;
    }

    .stre_cont_items-all_box_title_right {
        width: 100%;
        margin-top: 0;
    }

    .stre_cont_items-all_box_txt .mark {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .stre_cont_items-all_box_title_left_h2 h2 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .stre_cont_items-all_box_title {
        gap: 30px;
    }

    .stre_cont_items-all_box_txt .mark {
        font-size: 50px;
    }

    /* .stre_cont_items-all_box_title_left_h2 h2 br {
        display: none;
    } */
    .stre_cont_items-all {
        padding-top: 30px;
    }

    .stre_cont_items-all_box_txt .text_sma {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .stre_cont_items-all_box_txt .text_me {
        margin-bottom: 20px;
    }

    #stre_cont {
        margin-bottom: 100px;
    }

    .stre_cont_items-all_box_title_right img {
        width: 100%;
    }

    .stre_cont_items-all_box_title_left_h2 {
        padding-bottom: 20px;
    }
}



/* CONTACT */


.contact_cont_txt .text {
    line-height: 1.75;
    display: block;
}

.contact_cont_txt .text_reqire span {
    color: #ED1C24;
}



.contact_cont_form table td:first-child {
    width: 161px;

}

.contact_cont_form table td:last-child {
    padding-left: 35px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.2px;
}

.contact_cont_form table {
    width: 100%;
}

.contact_cont_form table td {
    padding: 20px 0;
}


.contact_cont_form textarea,
.contact_cont_form input[type='text'],
.contact_cont_form input[type="email"] {
    width: 100%;
    height: 54px;
    padding-left: 15px;
    padding-right: 15px;

    font-family: "Noto Sans JP", sans-serif;
    background-color: #f2f2f2;
    border: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1px;
    border-radius: 10px;

}

.contact_cont_form textarea {
    height: 220px;
    padding-top: 20px;

}

.required {
    color: #e91c24;
}

input::placeholder {

    color: #999999;
}

.mail_conf {
    margin-top: 45px;
}

.v_t {
    vertical-align: top;
}


.contact_cont_form table tr:first-child td:last-child {
    color: #999999;
}

.contact_cont_form table tr:first-child td:last-child input:last-child {
    margin-left: 50px;
}

.contact_cont_form .address input {
    width: 200px;

}

input[type='checkbox'] {
    cursor: pointer;
}














.table-form {
    width: 100%;
    font-weight: 500;
}

.sp-erro {
    font-weight: 500;
    color: #ED1C24;
}

.radio-check {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 1000px;
    border: 1px solid #999999;
    position: relative;
}

.radio-check:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    background-color: #999999;
    border-radius: 1000px;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.type-checked:checked~span:before {
    opacity: 1;
}

.type-checked {
    display: none;
}

.label-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #999999;
    column-gap: 8px;
    cursor: pointer;
}

.gr-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 43px;
}

.form-control {
    width: 100%;

    height: 54px;
    padding: 0 15px;
    font-size: 16px;
    border: 0 !important;
    background-color: #F2F2F2;
    outline: 0 !important;
    border-radius: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

.form-control::placeholder {
    color: #999999;
}

.form-area {
    border: 0 !important;
    background-color: #F2F2F2;
    outline: 0 !important;
    font-size: 16px;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    height: 220px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    resize: none;
}

.table-form tr td:first-child {
    width: 196px;
}

.table-form tr td:last-child {
    width: calc(100% - 196px);
}

.table-form tr td {
    padding-top: 23px;
    padding-bottom: 23px;
    vertical-align: middle;
}

.tr-last-form td {
    vertical-align: top !important;
}

.gr-fax-form {
    display: flex;
    grid-template-columns: max-content 201px;
    align-items: center;
    column-gap: 20px;
    padding-left: 15px;
}

.gr-fax-form p {
    color: #999999;
}

.scade-top-bt {
    padding-top: 46px;
}

.tr-last-form p {
    padding-top: 15px;
}

.gr-submit-privacy {
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.gr-submit-privacy-pri {
    height: 58px;
    border: 1px solid #999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gr-submit-privacy-pri a {
    color: #29ABE2;
    margin-left: 17px;
    text-decoration-color: #CCCCCC;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.text-block-gr-txt {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
}

.form-submit {
    font-size: 16px;
    width: 253px;
    height: 60px;
    color: #fff;
    background-color: #333333;
    border: 0;
    cursor: pointer;
    background-image: url(../img/pic4.png);
    background-repeat: no-repeat;
    background-size: 12px 13px;
    background-position: right 15px center;
}

.gr-btn-submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
    padding-top: 60px;
}


.form-control.adress {
    width: 200px;
}

.gr-fax-form {
    color: #999999;
}

.contact_cont_txt.confirm {
    margin-bottom: 30px;
}

.thank_txt {
    line-height: 1.75;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}


@media screen and (max-width:999px) {
    .table-form tr td:first-child {
        width: 170px;
    }

    .table-form tr td:last-child {
        width: calc(100% - 170px);
    }

    .gr-submit-privacy {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .table-form tr td {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

@media screen and (max-width:750px) {
    .table-form tr td {
        width: 100% !important;
        float: left;
    }

    .table-form tr td:first-child {
        padding-bottom: 0 !important;
    }

    .table-form tr td:last-child {
        padding-top: 5px !important;
    }

    .form-control {
        height: 48px;
    }

    .td-none750 {
        display: none !important;
    }

    .tr-last-form p {
        padding-top: 0;
    }

    .gr-btn-submit {
        padding-top: 40px;
    }

    .text-block-gr-txt {
        padding-top: 30px;
    }

    .gr-fax-form {
        grid-template-columns: max-content 150px;
        flex-wrap: wrap;
        gap: 10px;
        padding-left: 0;
    }

    .form-area {
        height: 180px;
    }

    .form-mail {
        padding-top: 20px;
        margin-bottom: 50px;
    }

    .gr-radio {
        column-gap: 25px;
    }
}




@media (min-width: 1100px) {
    .wow_custom {
        opacity: 0;
        /* transform: translate3d(0, 100px, 0); */
    }

    .wow_custom.show {
        animation: fade_in_0 500ms 500ms ease-in-out;
        animation-fill-mode: forwards;
    }

    .wow_custom.show.wow_vz_02 {
        animation: fade_in_0 500ms 500ms linear;
        animation-fill-mode: forwards;
    }

    .wow_custom.show.wow_vz_03 {
        animation: fade_in_0 500ms 1000ms linear;
        animation-fill-mode: forwards;
    }

    .wow_custom.show.wow_vz_04 {
        animation: fade_in_0 500ms 1500ms linear;
        animation-fill-mode: forwards;
    }

    .wow_custom.show.wow_vz_05 {
        animation: fade_in_0 500ms 2000ms linear;
        animation-fill-mode: forwards;
    }


    @keyframes fade_in_0 {
        0% {
            opacity: 0;
            transform: translate3d(0, 100px, 0);
        }

        100% {
            opacity: 1;
            transform: translateZ(0);
        }
    }

    @keyframes fade_in_1 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fade_in {
        0% {
            opacity: 0;
            position: relative;
            top: 100px;
        }

        100% {
            position: relative;
            top: 0px;
            opacity: 1;
        }
    }

    @keyframes fade_left {
        0% {
            opacity: 0;
            transform: translate3d(-100px, 0, 0);
        }

        100% {
            opacity: 1;
            transform: translateZ(0);
        }
    }

    @keyframes fade_right {
        0% {
            opacity: 0;
            transform: translate3d(100px, 0, 0);
        }

        100% {
            opacity: 1;
            transform: translateZ(0);
        }
    }


    [data-animation="fade-left"].show {
        animation: fade_left 500ms 1s ease-in-out;
        animation-fill-mode: forwards;
    }

    [data-animation="fade-right"].show {
        animation: fade_right 500ms 1s ease-in-out;
        animation-fill-mode: forwards;
    }

    [data-animation="fade-in"].show {
        animation: fade_in_1 500ms 0.3s ease-in-out;
        animation-fill-mode: forwards;
    }


    .wow_custom_no {
        opacity: 0;
        position: relative;
        z-index: 1;
    }
}




/* privacy */


.pri_cont01_items span {
    display: block;
}


.pri_cont01_items span:first-child {
    padding-bottom: 0px;
}

.pri_cont01_items {
    padding-left: 27px;
    position: relative;
    margin-bottom: 55px;
}

.pri_cont01_all_items {
    margin-bottom: 140px;
}


.pri_cont01_txt {
    margin-bottom: 100px;
    margin-top: 100px;
}


.pri_cont01_items::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #eeeef2;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


#stre_cont.first {

    margin-top: 100px;
}

.pri_cont01_items span:first-child {
    font-size: 20px;
    line-height: 2;
}

.contact_cont_txt {
    margin-top: 100px;
    margin-bottom: 85px;


}

.form-mail {
    margin-bottom: 150px;
}

@media screen and (max-width:992px) {
    .pri_cont01_txt {
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .pri_cont01_items {
        margin-bottom: 35px;
    }

    .pri_cont01_items {
        padding-left: 15px;
    }

    #stre_cont.first {
        margin-top: 50px;
    }

    .recruit_box {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .recruit_box_all::before {
        right: 0;
        max-width: 100%;
        max-height: 100%;

    }

    .contact_cont_txt {
        margin-bottom: 0;
        margin-top: 50px;
    }

    .form-mail {

        margin-bottom: 50px;
    }

    .thank_txt {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media screen and (max-width:767px) {
    .pri_cont01_items span:last-child {
        font-size: 14px;
    }

    .pri_cont01_items span:first-child {
        padding-bottom: 5px;
        font-size: 16px;
    }

    .pri_cont01_all_items {
        margin-bottom: 40px;
    }

    /* .anchor_fixtop {
        display: block;
        position: relative;
        top: -300px;
        width: 100%;
        visibility: hidden;
    } */
    .about_top-bottom {

        padding-bottom: 25vw;
    }


    .about_top {

        min-height: 640px;
    }

    .anchor_fixtop {

        top: -50px;


    }


}

@media screen and (max-width:560px) {
    .service_header.privacy .service_header_content .en {
        font-size: 11.25vw;
    }
}

@media screen and (max-width:480px) {
    .service_header_content .en {
        font-size: 11.25vw;

    }

    .service_header_content .ja {
        font-size: 20px;
    }

    header.is_page .logo img {
        width: 92%;
    }

    #menu_hum>div {
        width: 33px;
        height: 30px;
        position: relative;
        display: flex;
    }

}

@media screen and (max-width:430px) {
    .foot_cont_logo_txt {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
    }

    .foot_cont_copy {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px;
    }
}

@media screen and (max-width:380px) {
    .about_top {
        min-height: 880px !important;
    }

}


.service_header.streng {
    background-image: url(../img/stre/streng.png);
}

.service_header.contact {
    background-image: url(../img/contact_ban.png);
}


.service_header.privacy {
    background-image: url(../img/privacy.png);
}



.pc_show{
  display: block;
}

.sp_show{
  display: none;
}

@media screen and (max-width: 767px){
    .pc_show{
      display: none;
    }

    .sp_show{
      display: block;
    }

}



