@charset "utf-8";
/* 背景 縦線 */
main {
    position: relative;
    z-index: 5;
}
main::before,body:after{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    color: #E5E5E5;
    z-index: 0;
    pointer-events: none;
}
/* 背景 縦線 1 */
main::before{
    left: 25%;
    border-left: 1px solid;
    border-right: 1px solid;
}
/* 背景 縦線 2 */
body:after{
    left: 0%;
    border-right: 1px solid;
    top: 0;
}

/* 縦線対策 */
footer {
    position: sticky;
    z-index: 4;
}

/*============================
mv
============================*/

#mv {
    background-image: url("../images/top/mv.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: calc(500px + 80px);
    position: relative;
}

#mv:after {
    content: "";
    display: block;
    position: absolute;
    background: rgb(2,22,67);
    background: -moz-linear-gradient(90deg, rgba(2,22,67,0) 0%, rgba(2,22,67,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,22,67,0) 0%, rgba(2,22,67,1) 100%);
    background: linear-gradient(90deg, rgba(2,22,67,0) 0%, rgba(2,22,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#021643",endColorstr="#021643",GradientType=1);
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
}

#mv .c_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    max-height: 500px;
    z-index: 1;
}

#mv .mv_copy {
    width: min(500px , 50%);
    filter: drop-shadow(0px 0px 10px #204598) drop-shadow(0px 0px 10px #204598);
    margin-bottom: 20px;
}
#mv .mv_slider{
    margin-bottom: 0!important;
    width: min(300px , 50%);
    max-height: 480px;
}
#mv .mv_slider .slick-current{
    opacity: 1;
    transition: .5s all;
}
#mv .mv_slider .slick-current + .slick-active{
    /* opacity: .5; */
    /* transition: .5s all; */
}
#mv .mv_slider .slick-dots {
    bottom: unset;
    top: 0;
    right: -18px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 40px);
    width: 2px;
}
#mv .mv_slider .slick-dots li {
    width: 2px;
    height: 100%;
    margin: 0;
}
#mv .mv_slider .slick-dots li button {
    width: 2px;
    height: 100%;
    padding: 0;
}
#mv .mv_slider .slick-dots li button::before {
     font-size: 0;
    width: 2px;
    height: 100%;
    background: #F0F0F0;
    content: '';
    opacity: 1!important;
}
#mv .mv_slider .slick-dots li.slick-active button::before {
     background: #f00;
}
#mv .mv_slider .slick-prev, #mv .mv_slider .slick-next {
    color: #ff0000;
    z-index: 999;
    right: -29px;
    top: unset;
}
#mv .mv_slider .slick-next {
    bottom: -15px;
}
#mv .mv_slider .slick-prev {
    bottom: -2px;
    left: unset;
}
#mv .mv_slider .slick-prev::before, #mv .mv_slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    opacity: 1;
    color: #F0F0F0;
}
#mv .mv_slider .slick-prev:hover::before, #mv .mv_slider .slick-next:hover::before {
    color: #f00;
}
#mv .mv_slider .slick-prev::before{
    content: '\f077';
}
#mv .mv_slider .slick-next::before{
    content: '\f078';
}


#mv .mv_slider .mv_slider_item {
    /* margin: 5px 0; */
    padding: 5px 0;
}
#mv .mv_slider .mv_slider_item a{
}

@media screen and (max-width: 1280px){
    #mv .c_wrap {
        padding-left: 20px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 850px){
    #mv {
        min-height: unset;
    }
    #mv .c_wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #mv .mv_slider{
        width: min(250px , 40%);
        max-height: 350px;
    }
}
@media screen and (max-width: 480px){
    #mv {
        /* background-position: left 18% center; */
        /* background-position: top left; */
        background-position: top left 18%;
        background-size: auto 75%;
    }
    #mv:after {
        background: rgb(27,60,133);
        background: -moz-linear-gradient(180deg, rgba(27,60,133,0) 0%, rgba(27,60,133,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(27,60,133,0) 0%, rgba(27,60,133,1) 100%);
        background: linear-gradient(180deg, rgba(27,60,133,0) 50%, rgba(27,60,133,1) 75%);
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    #mv .c_wrap {
        padding: 4%;
        padding-right: 4%;
        padding-bottom: 5%;
    }
    #mv .mv_copy {
        width: 70%;
        margin-top: 100px;
        margin-bottom: 30px;
    }
    #mv .mv_slider {
        width: 100%;
        max-height: unset;
    }
    #mv .mv_slider .mv_slider_item {
        padding: 0 5px;
    }
    #mv .mv_slider .slick-dots {
        flex-direction: unset;
        height: 2px;
        width: calc(100% - 35px);
        position: unset;
        margin-top: 20px;
    }
    #mv .mv_slider .slick-dots li {
        width: 100%;
        height: 2px;
    }
    #mv .mv_slider .slick-dots li button {
        width: 100%;
        height: 2px;
    }
    #mv .mv_slider .slick-dots li button::before {
        width: 100%;
        height: 2px;
    }
    #mv .mv_slider .slick-prev,
    #mv .mv_slider .slick-next{
        bottom: -13px;
        width: 15px;
        height: 15px;
    }
    #mv .mv_slider .slick-prev{
        right: 10px;
    }
    #mv .mv_slider .slick-next{
        right: -2px;
    }

    #mv .mv_slider .slick-prev::before {
        content: '\f053';
    }
    #mv .mv_slider .slick-next::before {
        content: '\f054';
    }
}

/*============================
search
============================*/

#search{
    border: 3px solid #204598;
    background-color: #fff;
    filter: drop-shadow(0px 0px 5px #00000029);
    margin-bottom: 100px;
    margin-top: -80px;
    /*.c_wrap*/
    padding: 0;
    z-index: 5;
}
#search .title_cont {
    padding: 20px 60px;
    position: relative;
}
#search .title_cont .title {margin-bottom: 0;}
#search .title_cont .title .sub_title {color: #9D1301;}

#search .title_cont a {
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 60px;
}

@media screen and (max-width: 850px){
    #search {
        margin-top: 0;
    }
    #search .title_cont{
        padding-left: 5%;
        padding-right: 5%;
    }
    #search .title_cont a {
        right: 5%;
    }
}


@media screen and (max-width: 480px){
    #search {
        margin-bottom: 80px;
    }
    #search .title_cont a {
        position: unset;
        transform: unset;
        margin-left: auto;
        margin-right: 0;
        margin-top: 10px;
        width: max-content;
    }
    #search .search_cont .search_list_free h4 {
        width: 100%;
    }
}


/*============================
product
============================*/

#product {
    z-index: 0;
    position: inherit;
}

#product .c_wrap{
    padding-bottom: 90px;
}

#product .product_list {
    margin-bottom: 50px;
}

#product .product_list .product_list_item {
    width: 24.5%;
    margin-top: 5%;
}
#product .product_list .product_list_item:nth-child(n+5) {
    margin-top: 8%;
}
#product .product_list .product_list_item .product_list_item_link {
    background-color: #fff;
    display: block;
    position: relative;
    height: 100%;
    padding: 10% 7%;
    padding-top: 0;
    transition: all .2s;
    text-align: center;
}

#product .product_list .product_list_item .product_list_item_link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 20px solid transparent;
    border-left: 20px solid #204598;
    transition: all .2s;
}

#product .product_list .product_list_item .product_list_item_link:hover {
    opacity: 1;
    background: #204598;
}

#product .product_list .product_list_item .product_list_item_link:hover::before {
    border-left-color: #fff;
}

#product .product_list .product_list_item .product_list_item_link figure {
    width: 75%;
    aspect-ratio: 4 / 3;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: -20%;
    text-align: center;
    margin-bottom: -15%;
}
#product .product_list .product_list_item .product_list_item_link figure img{
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
#product .product_list .product_list_item .product_list_item_link h4 {
    color: #000;
    font-size: 1.7rem;
}

#product .product_list .product_list_item .product_list_item_link h4 span {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 1.1rem;
    letter-spacing: 0;
    display: block;
    color: #204598;margin-bottom: 5px;
}

#product .product_list .product_list_item .product_list_item_link .product_list_tag_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#product .product_list .product_list_item .product_list_item_link .product_list_tag_list li{
    /* margin-bottom: 3%; */
    margin-top: 10px;
}
#product .product_list .product_list_item .product_list_item_link .product_list_tag_list li + li {
    margin-left: 3%;
}
#product .product_list .product_list_item .product_list_item_link .product_list_tag_link {
    font-size: 1.2rem;
    background: #E6E6E6;
    width: max-content;
    padding: 5px;
    font-size: 1.3rem;
    color: #3B60B4;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
}

#product .product_list .product_list_item a p {
    font-size: 1.2rem;
    margin-top: 10px;
}

#product .product_list .product_list_item .product_list_item_link h4,
#product .product_list .product_list_item .product_list_item_link h4 span,
#product .product_list .product_list_item .product_list_item_link .product_list_tag_link {
    transition: all 0.3s;
}

#product .product_list .product_list_item .product_list_item_link:hover h4,
#product .product_list .product_list_item .product_list_item_link:hover h4 span,
#product .product_list .product_list_item .product_list_item_link:hover p{
    color: #fff;
}



#product .link_list {
    margin: auto;
    justify-content: center;
    margin-top: 20px;
}
#product .link_list li {
}
#product .link_list li + li{
    margin-left: 3%;
}

#product .link_list li a {
}

@media screen and (max-width: 850px){
    #product .c_wrap{
        padding-bottom: 60px;
    }
    #product .product_list {
        justify-content: center;
    }
    #product .product_list .product_list_item {
        width: 32%;
        margin-right: 1%;
    }
    #product .product_list .product_list_item .product_list_item_link figure {
        top: -40px;
        margin-bottom: -30px;
    }
    #product .product_list .product_list_item:nth-child(n+4) {
        margin-top: 9%;
    }
    #product .product_list .product_list_item:nth-child(3n),
    #product .product_list .product_list_item:last-child {
        margin-right: 0;
    }
    #product .link_list {
        flex-direction: column;
        width: max-content;
        max-width: 100%;
    }
    #product .link_list li + li {
        margin-left: 0;
        margin-top: 3%;
    }
}

@media screen and (max-width: 600px){
    #product .c_wrap {
        padding-bottom: 80px;
    }
    #product .product_list {
        justify-content: space-between;
    }
    #product .product_list .product_list_item {
        width: 49%;
        margin-right: 0;
    }
    #product .product_list .product_list_item:nth-child(n+3) {
        margin-top: 12%;
    }
    #product .product_list .product_list_item .product_list_item_link figure {
        width: 60%;
        /* margin-bottom: -20%; */
        /* top: -40%; */
    }
}

@media screen and (max-width: 480px){
    #product .c_wrap {
        padding-bottom: 60px;
    }
    /* #product .product_list .product_list_item:nth-child(n+3) {
        margin-top: 50px;
    } */
    /* #product .product_list .product_list_item .product_list_item_link{
        padding: 20px 10px;
    } */

    #product .product_list .product_list_item .product_list_item_link h4 {
        font-size: 1.5rem;
    }
    #product .product_list .product_list_item .product_list_item_link h4 span {
        font-size: 1rem;
    }
}

@media screen and (max-width: 375px){
    #product .product_list .product_list_item:nth-child(n+3) {
        margin-top: 50px;
    }
    #product .product_list .product_list_item .product_list_item_link figure {
        /* top: -25%; */
    }
}

/*============================
corporate
============================*/

#corporate {
    position: relative;
}

#corporate::before,
#corporate:after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#corporate::before {
    background-image: url(../images/top/corporate_float_img1.webp);
    top: -12%;
    left: 10%;
    aspect-ratio: 356 / 251;
    width: 18%;
    /* min-width: 200px; */
    max-width: 280px;
    z-index: 5;
}

@media screen and (max-width: 1400px){
    #corporate::before {
        left: 10px;
    }
}

#corporate:after {
    background-image: url(../images/top/corporate_float_img2.webp);
    bottom: -20%;
    right: 3%;
    aspect-ratio: 134/125;
    width: 22%;
    min-width: 200px;
    max-width: 280px;
    z-index: 5;
}

#corporate .c_wrap {
    width: 85%;
    max-width: unset;
    max-height: 600px;
    margin-left: 0;
    margin-right: auto;
    background-image: url(../images/top/corporate_bg.webp);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #204598;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 100px;
    padding-bottom: 100px;
}

#corporate .c_wrap::before {
    content: "";
    width: 30%;
    height: 100%;
    background: #204598;
    background: -moz-linear-gradient(90deg, #204598 0%, #204598 30%, #20459800 100%);
    background: -webkit-linear-gradient(90deg, #204598 0%, #204598 30%, #20459800 100%);
    background: linear-gradient(90deg, #204598 0%, #204598 30%, #20459800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204598",endColorstr="#204598",GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
}
#corporate .corporate_wrap {
    color: #fff;
    text-align: left;
    max-width: 630px;
    width: 50vw;
    padding-right: 20px;
    z-index: 1;
}

#corporate .title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: left;
    /* letter-spacing: 0.2em; */
    /* font-size: 3.8rem; */
    font-size: 3.5rem;
}

#corporate p {
    letter-spacing: 0.2em;
    line-height: 2;
    margin-bottom: 40px;
}

#corporate .link_list {
    justify-content: flex-start;
}
#corporate .link_list li {
    margin-right: 20px;
}
#corporate .link_list li:last-child {
    margin-right: 0;
}
#corporate .link_list li a {
    color: #fff;
    font-weight: normal;
}
#corporate .link_list li a::before {
    background-color: #fff;
    color: #204598;
}

#corporate figure {
    width: 48vw;
    margin-right: calc(-15% - 28px - 2vw);
}

#corporate figure img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 850px){
    #corporate::before{
        top: -16%;
        min-width: 180px;
    }
    #corporate:after {
        right: 1%;
        min-width: 180px;
    }
    #corporate .c_wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #corporate .corporate_wrap {
        width: 58vw;
    }
    #corporate .title {
        font-size: 2.5rem;
    }
    #corporate figure {
        width: 40vw;
        height: 40vw;
        margin-right: calc(-15% - 26px - 2vw);
    }
}

@media screen and (max-width: 600px){
    #corporate {
        margin-bottom: 10%;
    }
    #corporate::before{
        top: -18%;
    }
    #corporate:after {
        bottom: 3%;
    }
    #corporate .c_wrap {
        padding-bottom: 50px;
        flex-wrap: wrap;
    }
    #corporate .corporate_wrap {
        width: 100%;
        padding-right: 0;
    }
    #corporate figure {
        width: 60vw;
        margin-bottom: -33%;
        margin-top: 15%;
        height: auto;
    }
}

@media screen and (max-width: 480px){
    #corporate {
        margin-bottom: 16%;
    }
    #corporate::before {
        top: -10%;
        min-width: 130px;
    }
    #corporate:after {
        bottom: unset;
        top: -10%;
        min-width: 130px;
    }
    #corporate .c_wrap {
        width: 100%;
    }
    #corporate .title {
        font-size: 2.2rem;
    }
    #corporate p {
        letter-spacing: 0.15em;
    }
    #corporate figure {
        width: 95vw;
        aspect-ratio: 2/1;
        margin-bottom: -38%;
        margin-right: calc(-5vw - -3px);
        z-index: 5;
    }
}

/*============================
news
============================*/

#news {}
#news .c_wrap{
    padding-top: 90px;
    padding-bottom: 130px;
}
#news .news_list_cont {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
#news .news_list_cont::before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/top/news_float_img1.webp);
    top: -28%;
    left: -10%;
    aspect-ratio: 93 / 65;
    width: 20%;
    z-index: 5;
}

#news .news_list {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 300px;
    margin: auto;
    overflow-y: scroll;
}

#news .news_list::-webkit-scrollbar {
    width: 5px;
    background-color: #ADADAD;
}

#news .news_list::-webkit-scrollbar-track {}

#news .news_list::-webkit-scrollbar-thumb {
    background-color: #C92A15;
}

@media screen and (max-width: 850px){
    #news .news_list_cont::before {
        top: -50px;
        width: 120px;
        left: -6%;
    }
}

@media screen and (max-width: 600px){
    .news_list {
        max-height: 600px;
    }
}


/*============================
csr
============================*/

/*csr & recruiting*/
.top_col2layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
}
.top_col2layout > div {
    width: 80%;
    margin-left: 20%;
    padding: 60px;
    padding-left: calc(20% + 60px);
    background-color: #204598;
    position: relative;
}
.top_col2layout::before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 100%;
    display: block;
    position: absolute;
    top: -30px;
    z-index: 1;
}
.top_col2layout:after{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.top_col2layout > div h3 + p{
    line-height: 2;
}

.top_col2layout + .top_col2layout{
    margin-top: 130px;
}

.top_col2layout + .top_col2layout > div {
    width: 80%;
    margin-left: 0;
    margin-right: 20%;
    padding-left: 60px;
    padding-right: calc(20% + 60px);
    background-color: #fff;
}


@media screen and (max-width: 850px){
    .top_col2layout::before {
        aspect-ratio: 4 / 3;
        width: 30%;
        height: auto;
    }
    .top_col2layout > div {
        width: 90%;
        margin-left: 10%;
        padding: 40px 30px;
        padding-left: calc(20% + 30px);
    }
    .top_col2layout + .top_col2layout > div {
        padding-top: 7%;
        width: 90%;
        margin-left: 0;
        margin-right: 10%;
        padding-left: 30px;
        padding-right: calc(20% + 30px);
    }
}

@media screen and (max-width: 480px){
    .top_col2layout::before {
        width: 40%;
        top: -30%;
    }
    .top_col2layout > div {
        padding: 14% 7% 7%;
    }
    .top_col2layout + .top_col2layout > div {
        padding-right: calc(20% + 30px);
        padding-right: 7%;
    }
}



/* csr */
#csr {
    color: #fff;
}

#csr.top_col2layout::before{
    background-image: url(../images/top/csr_img.webp);
    left: 0;
}

#csr.top_col2layout:after{
    content: "";
    background-image: url(../images/top/csr_float_img1.webp);
    position: absolute;
    top: -24%;
    right: 0;
    aspect-ratio: 191/210;
    height: 54%;
}

#csr .title,
#csr .title .sub_title {
    color: #fff;
}
#csr .btn_cont {}


@media screen and (max-width: 850px){
    #csr.top_col2layout:after {
        top: -20%;
        height: 44%;
    }
}
@media screen and (max-width: 600px){
    #csr.top_col2layout:after {
        top: -28%;
        height: 44%;
    }
}


/*============================
recruiting
============================*/

#recruiting {}

#recruiting.top_col2layout::before {
    background-image: url(../images/top/recruiting_img.webp);
    right: 0;
}
#recruiting.top_col2layout:after {
    background-image: url(../images/top/recruiting_float_img1.webp);
    position: absolute;
    left: 2%;
    top: -25%;
    aspect-ratio: 923/622;
    height: 25%;
}

#recruiting p {}
#recruiting .btn_cont {}


@media screen and (max-width: 480px){
    #recruiting.top_col2layout::before {
        top: -28%;
        height: 44%;
    }
}



/*============================
other
============================*/

#other {
}

#other .c_wrap {
    padding-top: 90px;
}

#other .other_list {
}
#other .other_list .other_list_item {
    width: calc(100% / 3);
    z-index: 1;
}

#other .other_list .other_list_item.other_what{}
#other .other_list .other_list_item.other_faq{}
#other .other_list .other_list_item.other_cmj{}


#other .other_list .other_list_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    min-height: 250px;
    max-height: 300px;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    /* safari対策 */
    transform: translate3d(0,0,0);
}

#other .other_list .other_list_item + .other_list_item a {
    border-left: 1px solid #fff;
}

#other .other_list .other_list_item a:hover {
    opacity: 1;
}

#other .other_list .other_list_item a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: saturation;
    transition: all .3s;
}

#other .other_list .other_list_item a:hover:after {
    background-color: rgb(0 0 0 / 10%);
}

#other .other_list .other_list_item a img {
    object-fit: cover;
    object-position: center;
    transition: all .3s;
    -ms-filter: blur(3px);
    filter: blur(3px);
    transform: scale(1.05);
    height: 100%;
    width: 100%;
}

#other .other_list .other_list_item a:hover img {
    transform: scale(1.3);
}

#other h4.title,
#other h4.title .sub_title {
    color: #fff;
    z-index: 5;
}

#other h4.title{
    position: absolute;
    font-size: 2.5rem;
    filter: drop-shadow(0px 0px 10px #000000);
    margin-bottom: 0;
}

#other h4.title .sub_title{
    font-size: 1.2rem;
}

#other h4.title:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: '\f054';
    color: #fff;
    margin-top: -0.5rem;
    margin-left: 1rem;
    font-size: 0.6em;
    display: inline-block;
    vertical-align: middle;
}


@media screen and (max-width: 850px){
    #other h4.title {
        font-size: 2rem;
    }
}
@media screen and (max-width: 600px){
    #other .other_list .other_list_item {
        width: 100%;
    }
    #other .other_list .other_list_item + .other_list_item a {
        border-left: none;
    }
    #other .other_list .other_list_item a {
        width: 100%;
        min-height: 150px;
        aspect-ratio: 4/1;
        max-height: unset;
    }
}
