@charset "UTF-8";
/*==================================================================================================
	トップページ index
==================================================================================================*/
.mv {
    width: 100%;
    height: 100vh;
    padding-top: 90px;
    position: relative;
}

@media (max-width: 700px) {
    .mv {
        height: 100vw;
    }
}

@media (max-width: 540px) {
    .mv {
        height: 150vw;
    }
}

.mv #particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.mv-wrap {
    position: relative;
}

.mv-slider {
    margin-left: 3.54vw;
    margin-right: 26vw;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (max-width: 700px) {
    .mv-slider {
        margin-right: 15vw;
    }
}

.mv-slider-list {
    overflow: hidden;
}

.mv-slider-list li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    height: calc(100vh - (90px + 40px + 20px));
}

.mv-slider-list li.mainimg1 {
    background-image: url("../img/mv1_edit.jpg");
}

.mv-slider-list li.mainimg2 {
    background-image: url("../img/mv2.jpg");
}

.mv-slider-list li.mainimg3 {
    background-image: url("../img/mv3.jpg");
}

.mv-slider-list li.mainimg4 {
    background-image: url(" ../img/mv4.jpg");
}

@media (max-width: 700px) {
    .mv-slider-list li {
        height: 70vw;
    }
}

.mv-hero {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #001B70;
}

@media (max-width: 700px) {
    .mv-hero {
        right: 2%;
    }
}

@media (max-width: 540px) {
    .mv-hero {
        top: 132%;
    }
}

.mv-hero p {
    margin: 0;
}

.mv-hero .en {
    position: relative;
}

.mv-hero .en p {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 5.5em;
    line-height: 1.2;
}

@media (max-width: 840px) {
    .mv-hero .en p {
        font-size: 3.5em;
    }
}

@media (max-width: 400px) {
    .mv-hero .en p {
        font-size: 3em;
    }
}

.mv-hero .en .ye {
    color: #E8C146;
}

.mv-hero .en::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, from(#E8C146), color-stop(30%, #FFF4D7), color-stop(60%, #E8C146), to(rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(left, #E8C146 0%, #FFF4D7 30%, #E8C146 60%, rgba(255, 255, 255, 0.6) 100%);
    background: linear-gradient(to right, #E8C146 0%, #FFF4D7 30%, #E8C146 60%, rgba(255, 255, 255, 0.6) 100%);
}

.mv-hero .ja {
    font-weight: 600;
    font-size: 1.5em;
    margin-top: 1em;
}

.top-news .inner {
    padding-left: 13.54vw;
}

@media (max-width: 1200px) {
    .top-news .inner {
        padding: 0 4%;
    }
}

.top-news-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-news-li {
    width: 25%;
}

@media (max-width: 1024px) {
    .top-news-li {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .top-news-li {
        width: 100%;
    }
}

.top-news-li .li-box {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 20px 3em 20px 20px;
    margin: 10px;
    display: block;
    position: relative;
}

@media (max-width: 1024px) {
    .top-news-li .li-box {
        margin: 4px;
        padding: 14px 3em 14px 14px;
    }
}

.top-news-li .li-box:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

@media (max-width: 540px) {
    .top-news-li .li-box:hover {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.top-news-li .li-box.single-none {
    pointer-events: none;
}

.top-news-li .li-box.single-none .arrow {
    display: none;
}

.top-news-head .date {
    color: #8d8d8d;
}

.top-news-head .category {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    padding: 1px .5em;
    color: #FFF;
    font-size: .8em;
    margin: 0 5px;
    display: inline-block;
}

.top-news-head .category::after {
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #E8C146;
}

.top-news-content {
    margin-top: .5em;
}

.top-news-content .ttl {
    color: #001B70;
    font-size: 1.1em;
    font-weight: 500;
}

.top-news .btn {
    margin: 2em 5.54vw 0 auto;
    text-align: right;
}

@media (max-width: 1200px) {
    .top-news .btn {
        margin: 1em 0 0 auto;
    }
}

.top-service {
    padding: 110px 0 200px;
    position: relative;
    background: url("../img/square-bg.png") no-repeat;
    background-position: right;
}

.top-service #particles-js2 {
    position: absolute;
    width: 100%;
    top: 0;
}

.top-service .txt {
    margin-bottom: 4em;
    max-width: 750px;
}

@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.top-pro {
    background: #EDEFF4;
    min-height: 640px;
    position: relative;
    margin-top: 150px;
}

.top-pro::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: url("../img/toppro-bg.png");
    width: 280px;
    height: 500px;
}

.top-pro-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    position: relative;
    z-index: 2;
}

.top-pro-img {
    width: 32.5%;
}

@media (max-width: 1024px) {
    .top-pro-img {
        display: none;
    }
}

.top-pro-img .img {
    padding-top: 135%;
}

.top-pro-img .top-pro-image {
    background-image: url("../img/toppro.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-pro-img .top-pro-image.toppro01 {
    background-image: url("../img/top-pro1.jpg");
    -webkit-animation: fadeInAnime 1s forwards;
    animation: fadeInAnime 1s forwards;
    opacity: 0;
}

.top-pro-img .top-pro-image.toppro02 {
    background-image: url("../img/top-pro2.jpg");
    -webkit-animation: fadeInAnime 1s forwards;
    animation: fadeInAnime 1s forwards;
    opacity: 0;
}

.top-pro-img .top-pro-image.toppro03 {
    background-image: url("../img/top-pro3.jpg");
    -webkit-animation: fadeInAnime 1s forwards;
    animation: fadeInAnime 1s forwards;
    opacity: 0;
}

.top-pro-img .top-pro-image.toppro04 {
    background-image: url("../img/top-pro4.jpg");
    -webkit-animation: fadeInAnime 1s forwards;
    animation: fadeInAnime 1s forwards;
    opacity: 0;
}

.top-pro-img .top-pro-image.toppro05 {
    background-image: url("../img/top-pro5.jpg");
    -webkit-animation: fadeInAnime 1s forwards;
    animation: fadeInAnime 1s forwards;
    opacity: 0;
}

.top-pro-content {
    width: 67.5%;
    padding-left: 4vw;
}

@media (max-width: 1024px) {
    .top-pro-content {
        width: 100%;
        padding-left: 0;
    }
}

.top-pro-ul {
    margin: 60px 20px;
}

@media (max-width: 1024px) {
    .top-pro-ul {
        margin: 60px auto;
    }
}

.top-pro-li {
    color: #001B70;
    position: relative;
    padding-left: 2em;
}

@media (max-width: 1024px) {
    .top-pro-li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
}

@media (max-width: 1024px) and (max-width: 540px) {
    .top-pro-li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.top-pro-li::after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #001B70;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .top-pro-li::after {
        width: 100%;
        height: 2px;
        top: auto;
        bottom: 0;
    }
}

.top-pro-li:first-child::after {
    height: 50%;
    top: 50%;
}

@media (max-width: 1024px) {
    .top-pro-li:first-child::after {
        width: 100%;
        height: 2px;
        top: auto;
        bottom: 0;
    }
}

.top-pro-li:last-child::after {
    height: 50%;
    bottom: 50%;
}

@media (max-width: 1024px) {
    .top-pro-li:last-child::after {
        width: 100%;
        height: 2px;
        top: auto;
        bottom: 0;
    }
}

.top-pro-li-img {
    display: none;
}

@media (max-width: 1024px) {
    .top-pro-li-img {
        display: block;
        width: 35%;
    }
}

@media (max-width: 540px) {
    .top-pro-li-img {
        width: 100%;
    }
}

.top-pro-li-img .img {
    padding-top: 75%;
}

.top-pro-li a {
    padding: 1.5em 0;
    display: block;
    position: relative;
}

@media (max-width: 1024px) {
    .top-pro-li a {
        width: 65%;
        padding: 0 1em;
    }
}

@media (max-width: 540px) {
    .top-pro-li a {
        width: 100%;
        margin-top: 1em;
    }
}

.top-pro-li a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #001B70;
    border-radius: 50%;
    top: 50%;
    left: -2.1em;
    -webkit-transition: all .4s;
    transition: all .4s;
}

@media (max-width: 1024px) {
    .top-pro-li a::before {
        display: none;
    }
}

.top-pro-li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#000E4E), color-stop(50%, #002595), to(#13BFFE));
    background: -webkit-linear-gradient(left, #000E4E 0%, #002595 50%, #13BFFE 100%);
    background: linear-gradient(to right, #000E4E 0%, #002595 50%, #13BFFE 100%);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

@media (max-width: 1024px) {
    .top-pro-li a::after {
        display: none;
    }
}

.top-pro-li a h3 {
    font-size: 1.5em;
    font-weight: 500;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.top-pro-li a .txt {
    display: none;
    margin-right: 35px;
    position: relative;
}

@media (max-width: 1024px) {
    .top-pro-li a .txt {
        margin-right: 20px;
    }
}

.top-pro-li a .txt::after {
    content: "\f0142";
    font-family: 'icomoon';
    position: absolute;
    right: -30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 1024px) {
    .top-pro-li a .txt {
        display: block;
    }
}

.top-pro-li a:hover::before {
    width: 12px;
    height: 12px;
    top: 50%;
    left: -2.35em;
}

.top-pro-li a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.top-pro-li a:hover h3 {
    font-size: 2em;
}

.top-pro-li a:hover .txt {
    display: inline-block;
}

.top-env-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4em;
}

@media (max-width: 700px) {
    .top-env-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2em;
    }
}

.top-env-link {
    width: 48%;
}

@media (max-width: 700px) {
    .top-env-link {
        width: 100%;
        margin: .5em auto;
    }
}

.top-env-link a {
    display: block;
    color: #FFF;
    background: -webkit-gradient(linear, left top, right top, from(#000E4E), color-stop(50%, #002595), to(#13BFFE));
    background: -webkit-linear-gradient(left, #000E4E 0%, #002595 50%, #13BFFE 100%);
    background: linear-gradient(to right, #000E4E 0%, #002595 50%, #13BFFE 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
    padding: 3em 2em;
    font-size: 1.5em;
    position: relative;
    height: 100%;
}

@media (max-width: 840px) {
    .top-env-link a {
        padding: 1.5em;
    }
}

.top-env-link a .arrow {
    padding: 1em;
}

@media (max-width: 840px) {
    .top-env-link a .arrow {
        padding: .5em;
    }
}

.top-env-link a:hover {
    background-position: 70% 50%;
}

.top-recruit {
    background: url("../img/top-service-bg.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.top-recruit::before, .top-recruit::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    background: #E8C146;
}

.top-recruit::before {
    top: 0;
}

.top-recruit::after {
    bottom: 0;
}

.top-recruit .txt {
    margin-bottom: 4em;
    color: #FFF;
}

.top-recruit .btn {
    text-align: left;
}

.top-com {
    background: #001B70 url("../img/topcom-bg.png") no-repeat left top;
    background-size: cover;
    padding: 10px 0 0;
    margin-top: -60px;
}

.top-com .inner {
    padding-left: 13.54vw;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

@media (max-width: 1200px) {
    .top-com .inner {
        padding-left: 4%;
    }
}

.top-com-content {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 40px 13.5vw 40px 4.16vw;
    margin: 50px 0 150px 10.41vw;
}

@media (max-width: 1400px) {
    .top-com-content {
        padding: 20px;
    }
}

.top-com-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-com-content ul li {
    width: 50%;
}

@media (max-width: 700px) {
    .top-com-content ul li {
        width: 100%;
    }
}

.top-com-content ul li a {
    background: #EDEFF4;
    color: #001B70;
    font-size: 1.25em;
    padding: 2em 1.5em;
    position: relative;
    display: block;
    margin: 1vw;
    -webkit-transition: ease .2s;
    transition: ease .2s;
    overflow: hidden;
}

@media (max-width: 700px) {
    .top-com-content ul li a {
        padding: 1.5em;
    }
}

.top-com-content ul li a .ja {
    position: relative;
}

.top-com-content ul li a .en {
    position: absolute;
    left: .6em;
    bottom: -5px;
    font-size: 47px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: rgba(0, 16, 82, 0.1);
    line-height: 1;
}

@media (max-width: 700px) {
    .top-com-content ul li a .en {
        font-size: 30px;
        bottom: -3px;
    }
}

.top-com-content ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #001B70;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.top-com-content ul li a .ja, .top-com-content ul li a .en {
    z-index: 3;
}

.top-com-content ul li a .arrow {
    z-index: 3;
}

.top-com-content ul li a:hover {
    color: #FFF;
}

.top-com-content ul li a:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.top-com-content ul li a:hover .ja {
    color: #FFF;
}

.top-com-content ul li a:hover .en {
    color: rgba(255, 255, 255, 0.3);
}

.top-com-content ul li a:hover .arrow {
    border-color: #FFF;
}

.top-com-content ul li a:hover .arrow::after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

/*==================================================================================================
	お知らせ news
==================================================================================================*/
.news-li {
    margin: 20px auto;
}

.news-li .li-box {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    display: block;
    padding: 20px;
    position: relative;
}

.news-li .li-box .date {
    color: #8d8d8d;
}

.news-li .li-box .category {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    padding: 1px .5em;
    color: #FFF;
    font-size: .8em;
    margin: 0 5px;
}

.news-li .li-box .category::after {
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #E8C146;
}

.news-li .li-box .ttl {
    color: #001B70;
    font-size: 1.1em;
    margin-top: .5em;
}

.news-li .li-box:hover {
    -webkit-box-shadow: 0 0 7px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 7px rgba(30, 44, 89, 0.2);
}

.news-li .li-box.single-none {
    pointer-events: none;
}

.news-li .li-box.single-none .arrow {
    display: none;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
}

.pagination .page-numbers {
    font-size: 1.2em;
    color: #8d8d8d;
    padding: .5em .75em;
    margin: 5px;
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
}

.pagination .page-numbers.current {
    background-color: #001B70;
    color: #FFF;
}

.pagination .page-numbers:hover {
    background-color: #001B70;
    color: #FFF;
}

/*==================================================================================================
	お知らせ詳細 news-single
==================================================================================================*/
.post-wrap {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 30px 50px;
    margin-bottom: 40px;
}

.post .date {
    color: #8d8d8d;
}

.post .category {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    padding: 1px .5em;
    color: #FFF;
    font-size: .8em;
    margin: 0 5px;
}

.post .category::after {
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #E8C146;
}

.post .ttl {
    color: #001B70;
    font-size: 1.1em;
    margin-top: .5em;
}

.post-main {
    margin-top: 1em;
    border-top: solid 1px #001B70;
}

.post-main .wp-edit {
    margin-top: 1em;
}

.post-main .wp-edit img {
    width: auto;
    margin: .5em 0;
}

.post-main .wp-edit p {
    line-height: 1.5;
    word-break: break-all;
}

.post .btn {
    text-align: center;
}

/*==================================================================================================
	製品情報 product
==================================================================================================*/
.product-1 .product-about::after {
    background-image: url("../img/product1-bg.jpg");
}

.product-2 .product-about::after {
    background-image: url("../img/product2-bg.jpg");
}

.product-3 .product-about::after {
    background-image: url("../img/product3-bg.jpg");
}

.product-4 .product-about::after {
    background-image: url("../img/product4-bg.jpg");
}

.product-5 .product-about::after {
    background-image: url("../img/product5-bg.jpg");
}

.product-ttl {
    color: #001B70;
    font-size: 4em;
    font-weight: 400;
}

@media (max-width: 840px) {
    .product-ttl {
        font-size: 3em;
    }
}

@media (max-width: 540px) {
    .product-ttl {
        font-size: 2em;
    }
}

.product-about {
    position: relative;
    margin: 2vw auto 10.66vw;
}

@media (max-width: 840px) {
    .product-about {
        margin-top: 40px;
    }
}

.product-about::after {
    content: "";
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1745px;
    height: 100%;
    top: 4vw;
    left: 0;
    z-index: 0;
}

.product-about .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 840px) {
    .product-about .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.product-about-txt, .product-about-slider {
    width: 50%;
    position: relative;
    z-index: 1;
}

@media (max-width: 840px) {
    .product-about-txt, .product-about-slider {
        width: 100%;
    }
}

.product-about-txt {
    color: #FFF;
    padding-right: 2.5vw;
    padding-top: 2.5vw;
}

@media (max-width: 840px) {
    .product-about-txt {
        padding-right: 0;
    }
}

.product-about-slider {
    padding-right: 5.2vw;
}

@media (max-width: 840px) {
    .product-about-slider {
        padding-right: 0;
    }
}

.product-about-slider .img {
    padding-top: 66.66%;
}

.product-about-slider .slick-dots {
    width: 100%;
}

.product-about-slider .slick-dots li {
    display: inline-block;
    width: calc(100% / 4);
    height: auto;
    margin: 0 3px;
}

.product-about-slider .slick-dots button {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: #E2E2E2;
}

.product-about-slider .slick-dots button::before {
    display: none;
}

.product-about-slider .slick-dots .slick-active button {
    background-color: #E8C146;
}

.product-content section {
    margin-top: 6.66vw;
}

.product-content .sec-figure .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 700px) {
    .product-content .sec-figure .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product-content .sec-figure .wrap .box1, .product-content .sec-figure .wrap .box2 {
    width: 50%;
}

@media (max-width: 700px) {
    .product-content .sec-figure .wrap .box1, .product-content .sec-figure .wrap .box2 {
        width: 100%;
    }
}

.product-content .sec-figure .wrap .box2 {
    padding: 0 1em;
}

@media (max-width: 700px) {
    .product-content .sec-figure .wrap .box2 {
        padding: 0;
    }
}

.product-content .sec-imgs figure {
    margin-bottom: 1em;
}

.product-content .sec-imgs figure img {
    width: auto;
}

.product-content .sec-card ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-content .sec-card ul li {
    width: calc(100% / 2);
    margin: 1vw 0;
}

@media (max-width: 540px) {
    .product-content .sec-card ul li {
        width: calc(100% / 1);
    }
}

.product-content .sec-card ul li .card-wrap {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 1.3vw 1.3vw .5vw;
    margin: 0 1vw;
    height: 100%;
}

@media (max-width: 540px) {
    .product-content .sec-card ul li .card-wrap {
        padding: 15px;
        margin: 1.5vw 0;
    }
}

.product-content .sec-card ul li .card-wrap .ttl-border {
    color: #001B70;
    font-weight: 600;
    font-size: 1.25em;
    border-bottom: solid 2px #AEB5CE;
    position: relative;
    padding-bottom: .25em;
}

.product-content .sec-card ul li .card-wrap .ttl-border::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #001B70;
}

.product-content .sec-card ul li .card-wrap .btn {
    text-align: right;
}

@media (max-width: 540px) {
    .product-content .sec-card ul li .card-wrap .btn {
        text-align: left;
    }
}

.product-content .sec-card ul li .card-wrap .btn-more {
    background: #001B70;
    color: #FFF;
}

.product-content .sec-card ul li .card-wrap .btn-more::before {
    background: #FFF;
}

.product-content .sec-card ul li .card-wrap .btn-more:hover::after {
    color: #001B70;
}

.product-content .sec-card ul li .card-wrap .btn-more:hover span {
    color: #001B70;
}

.product-content .sec-card.-img .card-wrap .img {
    padding-top: 66.66%;
    margin-bottom: 1em;
}

.product-content .sec-card.-width1-1 ul li {
    width: calc(100% / 1);
}

.product-content .sec-card.-width1-1 ul li .card-wrap {
    margin: 0;
    padding: 1.3vw 2vw;
}

@media (max-width: 540px) {
    .product-content .sec-card.-width1-1 ul li .card-wrap {
        padding: 20px;
    }
}

.product-content .sec-card.-width1-1 ul li .img-li {
    width: calc(100% / 2);
    padding: 0 1em;
}

.product-content .sec-card.-width1-1 ul li .img-li.-w100 {
    width: 100%;
}

@media (max-width: 540px) {
    .product-content .sec-card.-width1-1 ul li .img-li {
        width: calc(100% / 1);
        padding: 0;
    }
}

.product-content .sec-data .data-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-content .sec-data .data-wrap .data-list {
    width: calc(100% / 2);
    padding: 0 1vw;
}

@media (max-width: 1024px) {
    .product-content .sec-data .data-wrap .data-list {
        width: calc(100% / 1);
        padding: 0;
    }
}

.product-content .sec-data .data-wrap .data-list dt, .product-content .sec-data .data-wrap .data-list dd {
    padding: 1em .5em;
}

@media (max-width: 540px) {
    .product-content .sec-data .data-wrap .data-list dt {
        padding: 1em .5em .5em;
    }
}

@media (max-width: 540px) {
    .product-content .sec-data .data-wrap .data-list dd {
        padding: 0 .5em 1em;
    }
}

.btn {
    text-align: center;
    margin-top: 4em;
}

.btn .btn-contact {
    display: inline-block;
    font-size: 1.5em;
    padding: 1.5em 2.25em 1.5em 1.5em;
    background-color: #001B70;
    color: #FFF;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
}

.btn .btn-contact::after {
    content: "\f0142";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    right: .5em;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.btn .btn-contact:hover {
    opacity: .7;
}

.btn .btn-contact:hover::after {
    right: .2em;
}

.num-slant {
    font-family: "Barlow", sans-serif;
    line-height: 1;
    padding: 0 .3em;
    margin-right: .3em;
    position: relative;
}

.num-slant::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: solid 2px #001B70;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

@media (max-width: 540px) {
    .num-slant::before {
        border-width: 1px;
    }
}

.other-pro {
    background: #EDEFF4;
    position: relative;
    margin-top: 15.4vw;
    padding: 50px 0;
}

@media (max-width: 840px) {
    .other-pro {
        padding: 25px 0;
    }
}

.other-pro h2 {
    position: absolute;
    font-family: "Barlow", sans-serif;
    font-size: 7.5vw;
    line-height: 1;
    top: -6.5vw;
    left: 2vw;
    color: #EDEFF4;
    font-weight: 500;
}

@media (max-width: 840px) {
    .other-pro h2 {
        font-size: 9.5vw;
        top: -8.5vw;
        font-weight: 600;
    }
}

.other-pro ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.other-pro ul li {
    width: calc(100% / 3);
}

@media (max-width: 1024px) {
    .other-pro ul li {
        width: calc(100% / 2);
    }
}

@media (max-width: 540px) {
    .other-pro ul li {
        width: calc(100% / 1);
    }
}

.other-pro ul li .other-pro-btn {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    display: block;
    margin: .5vw;
    padding: 2em 1.5em;
    color: #001B70;
    -webkit-transition: ease .2s;
    transition: ease .2s;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1024px) {
    .other-pro ul li .other-pro-btn {
        padding: 2em 1em;
    }
}

@media (max-width: 540px) {
    .other-pro ul li .other-pro-btn {
        margin: 1vw;
        padding: 1em 1.5em;
    }
}

.other-pro ul li .other-pro-btn::after {
    content: "\f0142";
    font-family: 'icomoon';
    position: absolute;
    right: .75em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.25em;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
}

.other-pro ul li .other-pro-btn.-active {
    background: #001B70;
    color: #FFF;
}

.other-pro ul li .other-pro-btn.-active .num-slant::before {
    border-color: #FFF;
}

.other-pro ul li .other-pro-btn span {
    position: relative;
    z-index: 2;
}

.other-pro ul li .other-pro-btn .num-slant {
    font-size: 1.5em;
    font-weight: 500;
    padding: .1em .3em;
}

@media (max-width: 700px) {
    .other-pro ul li .other-pro-btn .num-slant {
        font-size: 1.2em;
    }
}

.other-pro ul li .other-pro-btn .ttl {
    font-size: 1.25em;
    font-weight: 500;
}

@media (max-width: 700px) {
    .other-pro ul li .other-pro-btn .ttl {
        font-size: 1em;
    }
}

.other-pro ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #001B70;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.other-pro ul li a:hover {
    -webkit-box-shadow: 0 0 10px rgba(30, 44, 89, 0.4);
    box-shadow: 0 0 10px rgba(30, 44, 89, 0.4);
}

.other-pro ul li a:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.other-pro ul li a:hover::after {
    color: #FFF;
    right: .5em;
}

.other-pro ul li a:hover span {
    color: #FFF;
}

.other-pro ul li a:hover .num-slant::before {
    border-color: #FFF;
}

.product-page {
    padding-bottom: 0;
}

/*==================================================================================================
	会社概要 company
==================================================================================================*/
.company {
    padding-bottom: 0;
}

.info .data-list {
    max-width: 1024px;
    margin: 50px auto;
}

@media (max-width: 540px) {
    .info .data-list {
        margin: 20px auto;
    }
}

.access {
    background: #EDEFF4;
}

.access-li {
    margin: 80px 0;
}

@media (max-width: 540px) {
    .access-li {
        margin: 50px auto;
    }
}

.access-map {
    position: relative;
}

.access-map h2 {
    position: absolute;
    left: 1em;
    top: -2em;
    padding: .5em 2em;
}

.access-map iframe {
    height: 476px;
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
}

@media (max-width: 540px) {
    .access-map iframe {
        height: 360px;
    }
}

.access-txt {
    margin-top: 1em;
}

.access-txt li {
    color: #001B70;
    font-weight: 600;
    list-style-type: square;
    margin: .5em 0 .5em 2em;
}

/*==================================================================================================
	事業内容 service
==================================================================================================*/
.service-wrap {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 3.64vw;
}

.service h2 {
    color: #001B70;
    font-size: 2.25em;
    border-bottom: solid 3px #d4d4d4;
    padding: .5em .25em;
    position: relative;
}

@media (max-width: 700px) {
    .service h2 {
        font-size: 1.5em;
    }
}

.service h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 15%;
    height: 3px;
    background: #001B70;
}

.service-content {
    margin-top: 2em;
}

.service-content .img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1vw;
    margin-top: 1.5em;
}

.service-content .img-wrap li {
    width: 33.333%;
}

.service-content .img-wrap li .img {
    padding-top: 66.666%;
}

/*==================================================================================================
	代表メッセージ message
==================================================================================================*/
.message-page {
    position: relative;
}

.message-page #particles-js3 {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.message {
    background: url("../img/square-bg.png") no-repeat;
    background-position: right;
}

.message .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 700px) {
    .message .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.message-img {
    width: 40%;
}

@media (max-width: 700px) {
    .message-img {
        width: 100%;
    }
}

.message-img .img {
    padding-top: 125%;
}

@media (max-width: 700px) {
    .message-img .img {
        padding-top: 75%;
    }
}

.message-txt {
    width: 60%;
    padding-left: 30px;
}

@media (max-width: 700px) {
    .message-txt {
        width: 100%;
        padding-left: 0;
    }
}

.message-txt .txt {
    margin: 1em auto;
}

.message-txt .name {
    color: #001B70;
    font-weight: 500;
    margin-top: 2em;
}

/*==================================================================================================
	沿革 history
==================================================================================================*/
.history-li:nth-child(odd) {
    background: #EDEFF4;
}

.history-content {
    color: #001B70;
    margin: 0 auto;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 5em;
}

@media (max-width: 1200px) {
    .history-content {
        padding: 0 4%;
        min-height: 4em;
    }
}

.history-content .year {
    font-family: "Barlow", sans-serif;
    font-size: 3em;
    line-height: 1;
    width: 2em;
}

@media (max-width: 700px) {
    .history-content .year {
        font-size: 1.25em;
        font-weight: 600;
    }
}

.history-content .month {
    font-size: 1.25em;
    position: relative;
    width: 3em;
    text-align: center;
}

@media (max-width: 700px) {
    .history-content .month {
        font-size: .8em;
    }
}

.history-content .txt {
    font-size: 1.25em;
    margin: 0;
    display: inline-block;
    position: relative;
    line-height: 1.5;
    width: calc(100% - 12em);
}

@media (max-width: 700px) {
    .history-content .txt {
        font-size: .8em;
        width: calc(100% - 8em);
    }
}

.history-content .month, .history-content .txt {
    margin-left: 2em;
}

@media (max-width: 700px) {
    .history-content .month, .history-content .txt {
        margin-left: 1em;
    }
}

.history-content .month::after, .history-content .txt::after {
    position: absolute;
    content: "";
    left: -1em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 1.5em;
    background: #B3B3B3;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

@media (max-width: 700px) {
    .history-content .month::after, .history-content .txt::after {
        left: -.25em;
        height: 1em;
    }
}

@media (max-width: 700px) {
    .history-content .txt::after {
        left: -.5em;
    }
}

/*==================================================================================================
	SDGs sdgs
==================================================================================================*/
.sdgs-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 200px;
}

@media (max-width: 840px) {
    .sdgs-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: inherit;
        -webkit-align-items: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        margin-bottom: 10vw;
    }
}

.sdgs-img {
    width: 60%;
}

@media (max-width: 840px) {
    .sdgs-img {
        width: 100%;
    }
}

.sdgs-img .img {
    padding-top: 66.66%;
}

.sdgs-img .video {
    overflow: hidden;
    height: auto;
}

.sdgs-img .video video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.sdgs-txt {
    width: 40%;
    max-width: 700px;
    padding: 4%;
    color: #001B70;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}

@media (max-width: 840px) {
    .sdgs-txt {
        width: 100%;
        margin: 0 auto;
        max-width: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.sdgs-txt h2 {
    font-size: 2em;
    margin-bottom: 1.5em;
}

@media (max-width: 1024px) {
    .sdgs-txt h2 {
        font-size: 1.5em;
        margin-bottom: 1em;
    }
}

.sdgs-icon {
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .sdgs-icon {
        padding: 0 4%;
    }
}

.activity-li {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 4.42vw auto;
}

@media (max-width: 700px) {
    .activity-li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
    }
}

.activity-li._9 .ttl {
    color: #EC6A06;
}

.activity-li._14 .ttl {
    color: #0075BA;
}

.activity-content {
    width: 60%;
    padding: 0 30px 0 20px;
}

@media (max-width: 700px) {
    .activity-content {
        width: 100%;
        padding: 20px 0;
    }
}

@media (max-width: 540px) {
    .activity-content {
        width: 100%;
        padding: 20px 0 0;
    }
}

.activity-content-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10%;
}

.activity-content-head .icon {
    max-width: 22%;
}

.activity-content-head .ttl {
    font-size: 2em;
    margin-left: 1em;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .activity-content-head .ttl {
        font-size: 1.25em;
    }
}

.activity-content-txt {
    margin-top: 2em;
}

.activity-img {
    width: 40%;
}

@media (max-width: 700px) {
    .activity-img {
        width: 100%;
    }
}

.activity-img .img {
    padding-top: 75%;
}

/*==================================================================================================
	環境方針 envpolicy
==================================================================================================*/
.envpolicy {
    margin-bottom: 50px;
}

.envpolicy .txt {
    color: #001B70;
    font-size: 1.2em;
}

.envpolicy-wrap {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 10px 40px;
    margin-top: 40px;
}

@media (max-width: 840px) {
    .envpolicy-wrap {
        padding: 10px 5vw;
    }
}

.envpolicy-wrap li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 1.5em auto;
}

@media (max-width: 840px) {
    .envpolicy-wrap li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.envpolicy-wrap li .num {
    font-family: "Barlow", sans-serif;
    color: #001B70;
    font-size: 2.8em;
    position: relative;
    padding-right: .5em;
    margin-right: .5em;
    line-height: 1;
}

@media (max-width: 840px) {
    .envpolicy-wrap li .num {
        margin-bottom: 3px;
    }
}

.envpolicy-wrap li .num::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 55%;
    background: #001B70;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.envpolicy-wrap li p {
    display: inline-block;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

/*==================================================================================================
	品質向上への取り組み quality
==================================================================================================*/
.quality-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.quality-img a {
    display: block;
    width: 50%;
}

.quality-img a figure {
    padding: 20px;
    text-align: center;
}

@media (max-width: 700px) {
    .quality-img a figure {
        padding: 20px 2vw;
    }
}

.quality-img a figure figcaption {
    color: #001B70;
    position: relative;
    font-size: 1.1em;
    font-weight: 500;
    display: inline-block;
    margin: .5em auto;
    z-index: 1;
}

@media (max-width: 700px) {
    .quality-img a figure figcaption {
        font-size: .8em;
    }
}

.quality-img a figure figcaption::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #E0E3EB;
    z-index: -1;
}

.data-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.data-list dt, .data-list dd {
    padding: 1.5em;
}

.data-list dt {
    width: 10em;
    border-bottom: solid 1px #001B70;
    color: #001B70;
}

@media (max-width: 540px) {
    .data-list dt {
        width: 100%;
        border: none;
        padding: 1em 1em .5em;
    }
}

.data-list dd {
    width: calc(100% - 10em);
    border-bottom: solid 1px #D9D9D9;
}

@media (max-width: 540px) {
    .data-list dd {
        width: 100%;
        padding: 0 1em 1em;
        position: relative;
    }
    .data-list dd::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 15%;
        height: 1px;
        background: #001B70;
    }
}

/*==================================================================================================
	採用情報 recruit
==================================================================================================*/
.rec-point-li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    margin: 120px auto;
}

@media (max-width: 700px) {
    .rec-point-li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 50px auto;
    }
}

.rec-point-img {
    width: 70%;
}

@media (max-width: 700px) {
    .rec-point-img {
        width: 90%;
        margin-left: auto;
    }
}

.rec-point-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 420px;
}

@media (max-width: 700px) {
    .rec-point-img img {
        height: 310px;
    }
}

.rec-point-content {
    width: 50%;
    position: absolute;
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 20px 40px;
    left: 0;
    bottom: -50px;
}

@media (max-width: 700px) {
    .rec-point-content {
        width: 90%;
        position: relative;
        bottom: 0;
        padding: 20px;
        margin-top: -50px;
    }
}

.rec-point-content .ttl {
    color: #001B70;
    font-size: 2em;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 700px) {
    .rec-point-content .ttl {
        font-size: 1.5em;
        margin-top: 1em;
    }
}

.rec-point-content .ttl .num {
    font-family: "Barlow", sans-serif;
    font-size: 75px;
    font-weight: 200;
    margin-right: .25em;
}

@media (max-width: 700px) {
    .rec-point-content .ttl .num {
        font-size: 60px;
        position: absolute;
        top: -10%;
        left: 10px;
    }
}

.voice-banner a {
    display: block;
    background: url("../img/voice-banner-bg.jpg") center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 10px 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 10px 30px rgba(30, 44, 89, 0.2);
    padding: 80px 15vw;
}

@media (max-width: 840px) {
    .voice-banner a {
        padding: 20px 8vw;
    }
}

.voice-banner a:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 5px 10px rgba(30, 44, 89, 0.4);
    box-shadow: 0 5px 10px rgba(30, 44, 89, 0.4);
    border-radius: 30px;
}

.requirements {
    background: #EDEFF4;
    padding-bottom: 150px;
}

.requirements .tab-area {
    margin: 80px auto 40px;
}

@media (max-width: 700px) {
    .requirements .tab-area {
        margin: 40px auto 20px;
    }
}

.requirements .tab-area-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 700px) {
    .requirements .tab-area-list {
        gap: 5px;
    }
}

.requirements .tab-area-list .tab {
    width: calc((100% / 4) - 7.5px);
    text-align: center;
    cursor: pointer;
}

@media (max-width: 700px) {
    .requirements .tab-area-list .tab {
        width: calc((100% / 3) - 3.5px);
    }
}

@media (max-width: 400px) {
    .requirements .tab-area-list .tab {
        width: calc((100% / 2) - 2.5px);
    }
}

.requirements .tab-area-list .tab span {
    color: #001B70;
    background: #FFF;
    padding: 1em;
    font-size: 1.2em;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 700px) {
    .requirements .tab-area-list .tab span {
        font-size: 1em;
    }
}

.requirements .tab-area-list .tab span::after {
    content: "\f0140";
    font-family: 'icomoon';
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .4s;
    transition: all .4s;
    font-weight: 400;
}

.requirements .tab-area-list .tab span:hover {
    color: #FFF;
    background: #001B70;
}

.requirements .tab-area-list .tab span:hover::after {
    top: 55%;
}

.requirements .tab-area-list .tab.active span {
    color: #FFF;
    background: #001B70;
}

.requirements .panel-area .panel {
    display: none;
}

.requirements .panel-area .panel.active {
    display: block;
}

.requirements .norecruit {
    text-align: center;
    font-size: 1.25em;
    margin-top: 2em;
    color: #001B70;
}

.entry {
    margin-top: -80px;
}

.entry a {
    display: block;
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 35px 50px;
    position: relative;
    -webkit-transition: ease .2s;
    transition: ease .2s;
    overflow: hidden;
}

@media (max-width: 700px) {
    .entry a {
        padding: 20px;
    }
}

.entry a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #001B70;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.entry a .sec-ttl {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 540px) {
    .entry a .sec-ttl .en {
        display: block;
    }
}

.entry a .arrow {
    right: 2em;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (max-width: 700px) {
    .entry a .arrow {
        right: 1em;
    }
}

.entry a .arrow::after {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.entry a:hover::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.entry a:hover .sec-ttl {
    color: white;
}

.entry a:hover .arrow {
    right: 1.5em;
    color: white;
    border: solid 1px white;
}

@media (max-width: 700px) {
    .entry a:hover .arrow {
        right: .5em;
    }
}

.entry a:hover .arrow::after {
    border-top: 1px solid white;
    border-right: 1px solid white;
}

/*==================================================================================================
	社員の声 voice
==================================================================================================*/
.voice-li {
    margin: 20px auto;
}

.voice-li a {
    -webkit-box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    box-shadow: 0 0 30px rgba(30, 44, 89, 0.2);
    background: #FFF;
    padding: 30px;
}

@media (max-width: 1024px) {
    .voice-li a {
        padding: 2vw;
    }
}

.voice-li a:hover {
    background-color: #001B70;
}

.voice-li a:hover .voice-content {
    color: #FFF;
}

.voice-li a:hover .voice-content .en {
    color: rgba(255, 255, 255, 0.1);
}

.voice-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

@media (max-width: 700px) {
    .voice-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.voice-content {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    color: #001B70;
}

@media (max-width: 700px) {
    .voice-content {
        width: 100%;
    }
}

.voice-content .ttl-wrap {
    position: relative;
}

.voice-content .ttl-wrap .ttl {
    margin-bottom: 1.75em;
    position: relative;
    z-index: 2;
}

.voice-content .ttl-wrap .ttl .year {
    font-size: 2em;
    margin-right: .5em;
}

.voice-content .ttl-wrap .ttl .department {
    font-size: 2.25em;
}

.voice-content .ttl-wrap .en {
    position: absolute;
    font-family: "Barlow", sans-serif;
    color: rgba(0, 27, 112, 0.05);
    left: 0;
    bottom: 0;
    line-height: 1;
    font-size: 4.5em;
    font-weight: 600;
    z-index: 1;
}

.voice-img {
    width: 55%;
}

@media (max-width: 700px) {
    .voice-img {
        width: 100%;
    }
}

.voice-img .img {
    padding-top: 75%;
    margin: 0;
}

.interview-li {
    margin: 5.29vw auto;
}

@media (max-width: 700px) {
    .interview-li {
        margin: 60px auto;
    }
}

.interview .ttl {
    color: #001B70;
    font-size: 1.5em;
    font-weight: 600;
    padding-left: 2em;
    position: relative;
    max-width: 55%;
    margin-bottom: 2em;
}

@media (max-width: 1200px) {
    .interview .ttl {
        max-width: 80%;
    }
}

@media (max-width: 700px) {
    .interview .ttl {
        max-width: 100%;
        padding-left: 0;
        font-size: 1.25em;
        margin-bottom: 1em;
    }
}

.interview .ttl::before {
    content: "";
    position: absolute;
    width: 1.5em;
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #001B70;
}

@media (max-width: 700px) {
    .interview .ttl::before {
        display: none;
    }
}

.interview .content {
    max-width: 55%;
    margin-left: auto;
}

@media (max-width: 700px) {
    .interview .content {
        max-width: 100%;
    }
}

.interview .content .txt {
    margin-bottom: 2em;
}

@media (max-width: 700px) {
    .interview .content .txt {
        margin-bottom: 1em;
    }
}

.interview .content .img {
    padding-top: 66.66%;
}

.voice-page {
    position: relative;
}

.voice-page .voice, .voice-page .voice-single {
    position: relative;
    z-index: 1;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/*==================================================================================================
	お問い合わせ contact
==================================================================================================*/
.contact-tel-wrap {
    background: #F4F7FB;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 700px) {
    .contact-tel-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
}

.contact-tel-wrap div {
    width: 50%;
    padding-left: 2em;
    border-left: solid 3px #001B70;
}

@media (max-width: 700px) {
    .contact-tel-wrap div {
        width: 100%;
        margin: .5em auto;
        padding-left: 1em;
    }
}

.contact-tel-wrap h3 {
    color: #7B8197;
    font-size: 1.25em;
}

@media (max-width: 1024px) {
    .contact-tel-wrap h3 {
        font-size: 1em;
    }
}

.contact-tel-wrap .tel-link {
    font-size: 2.8em;
    color: #001B70;
}

@media (max-width: 1024px) {
    .contact-tel-wrap .tel-link {
        font-size: 2em;
    }
}

.contact-tel-wrap .tel-link:hover {
    opacity: .6;
}

.mailform .form-txt {
    color: #001B70;
}

.mailform-table {
    margin: 40px auto;
}

@media (max-width: 540px) {
    .mailform-table {
        margin: 0;
    }
}

.mailform-table dl {
    line-height: 1.8em;
    width: 100%;
    padding: 1.5em 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 840px) {
    .mailform-table dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .8em 0;
    }
}

@media (max-width: 700px) {
    .mailform-table dl {
        line-height: 1.2em;
    }
}

.mailform-table dt {
    margin-right: 0.5em;
    width: 25%;
    position: relative;
    vertical-align: middle;
    font-weight: 500;
    color: #001B70;
}

@media (max-width: 840px) {
    .mailform-table dt {
        width: 100%;
        margin-bottom: 10px;
    }
}

.mailform-table dd {
    width: 75%;
    padding-left: 1.5em;
}

@media (max-width: 840px) {
    .mailform-table dd {
        padding-left: 0;
        width: 100%;
    }
}

.mailform-table .required::after {
    content: "必須";
    background: #001B70;
    color: #FFF;
    padding: 3px 1em;
    line-height: 1.75;
    position: absolute;
    right: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
    border-radius: 14px;
}

@media (max-width: 1024px) {
    .mailform-table .required::after {
        right: 0;
    }
}

@media (max-width: 840px) {
    .mailform-table .required::after {
        margin-left: 10px;
        position: relative;
        padding: .2em 1em;
    }
}

@media (max-width: 700px) {
    .mailform-table .required::after {
        font-size: .8em;
    }
}

.txt-area {
    width: 100%;
    padding: 0 10px;
    height: 2.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
    background: #F4F7FB;
    border: none;
}

.txt-area.txt-area2 {
    min-height: 200px;
}

.txt-area.code {
    display: inline-block;
    width: 9em;
    margin: 0 0 5px 5px;
}

.privacy-policy, .privacy-policy-check, .kakunin {
    margin: 30px auto;
    text-align: center;
    color: #001B70;
}

@media (max-width: 840px) {
    .privacy-policy, .privacy-policy-check, .kakunin {
        margin: 25px auto;
    }
}

.privacy-policy-check label span {
    margin-left: 3px;
}

.privacy-policy-txt a {
    text-decoration: underline;
}

.privacy-policy-txt a:hover {
    color: #001B70;
}

input[type=checkbox] {
    display: none;
}

.checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 25px;
    position: relative;
    width: auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.checkbox::before {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    left: 5px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.checkbox::after {
    border-right: 3px solid #001B70;
    border-bottom: 3px solid #001B70;
    content: '';
    display: block;
    height: 15px;
    width: 8px;
    top: 55%;
    left: 8px;
    margin-top: -18px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.checkbox:hover::before {
    border-color: #001B70;
}

input[type=checkbox]:checked + .checkbox::before {
    border-color: #001B70;
}

input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
    transform: rotate(45deg) scale3d(1, 1, 1);
}

.kakunin .btn-more {
    cursor: pointer;
    border: none;
}

.kakunin .btn-more[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

/*==================================================================================================
	個人情報保護方針 privacypolicy
==================================================================================================*/
.policy-body h2 {
    color: #001B70;
    font-size: 1.2em;
    margin-top: 2em;
}

.policy-body h2 .num {
    color: #FFF;
    background: #001B70;
    padding: 0 .4em;
    margin-right: .5em;
}

.policy-body ul {
    margin: 1em;
}

@media (max-width: 540px) {
    .policy-body ul {
        margin: .5em;
    }
}

.policy-body ul li {
    position: relative;
    padding-left: 1.25em;
}

@media (max-width: 540px) {
    .policy-body ul li {
        padding-left: 1em;
    }
}

.policy-body ul li::before {
    position: absolute;
    content: "・";
    left: 0;
    top: 0;
}

.policy-date {
    margin-top: 3em;
}

/*==================================================================================================
	404、thanks、etc
==================================================================================================*/
.etc {
    text-align: center;
}

@media (max-width: 700px) {
    .etc {
        text-align: left;
    }
}

.etc h2 {
    color: #001B70;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.etc .btn {
    margin: 50px auto;
}

@media (max-width: 700px) {
    .etc .btn {
        margin: 30px auto;
    }
}
