@charset "UTF-8";
/* CSS Document */
.sec_fv {
    width: 94%;
    padding: min(14vw,140px) 0 0;
    margin: 0 auto;
    color: #4d4d4d;
}
.fv_ttl_wrap {
    position: relative;
}
.fv_ttl_inr {
    margin-bottom: min(5vw,40px);
}
.fv_ttl {
    display: flex;
    font-size: min(8.5vw,100px);
    line-height: 120%;
    overflow: hidden;
}
.fv_txt {
    margin: 0 min(0.1vw,1.5px);
    transition: all ease 200ms;
    transform: translateY(1em) rotate(5deg);
}
.fv_txt.mr30 {
    margin-right: min(3vw,30px);
}
.fv_txt.moved{
    transform: translateY(0) rotate(0deg);
}
.fv_subttl {
    font-size: min(3.5vw,112%);
    padding-bottom: min(6vw,70px);
    letter-spacing: min(0.2vw,2px);
    transition: all ease 400ms;
    transition-delay:400ms;
    opacity: 0;
    transform: translateY(1em);
}

.fv_subttl.moved{
    opacity: 1;
    transform: translateY(0);
}
.video_wrap{
    width: 100%;
    height: 52vw;
    max-height: calc(100vh - 110px);
    border-radius: min(3vw,30px);
    overflow: hidden;
    position: relative;
}
#video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:640px) {
.video_wrap {
    height: 90vw;
}
#video{
    width: 200%;
    left: -50%;
}

}

.fv_deco {
    position: absolute;
    right: min(5vw,80px);
    bottom: min(3vw,20px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 87.5%;
    line-height: 100%;
    transform: rotate(90deg);
    transform-origin: right;
}
.fv_deco::after {
    content: "";
    display: inline-block;
    width: 90px;
    height: 1px;
    margin-left: 1em;
    background: #d5007c;
    transform-origin: left;
    animation: scroll-bar 1s linear 0s infinite;
}
@keyframes scroll-bar{
0% {
    transform: scale(0,1);
}
100% {
    transform: scale(1.5,1);
}
}
.slide_ttl_wrap {
    height: 100%;
    white-space: nowrap;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    opacity: 0.15;
    font-size: min(10vw,100px);
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.5px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 3%;
}
.slide_ttl {
    display: block;
    animation: loop-l1 20s linear 0s infinite;
}
@keyframes loop-l1{
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(max(-1452px,-145.6vw));
}
}
/*----------------sec_contents----------------*/
.art_contents {
    padding: min(12vw,110px) 0;
}
.contents_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}
.contents_flex.flex_right{
    justify-content: flex-end;
}
.contents_flex.flex_left{
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.contents_data_wrap{
    width: 33%;
    margin-right: min(9vw,140px);
}
:where(.contents_flex.flex_left) .contents_data_wrap{
    margin-left: min(9vw,140px);
    margin-right: 0;    
}
.c_data_ttl {
    font-weight: normal;
    font-size: min(7vw,225%);
    line-height: 150%;
    margin-bottom: min(3.5vw,30px);
}
.c_data_subttl {
    line-height: 100%;
    font-size: 72.5%;
    font-weight: bold;
    color: #d5007c;
    margin-bottom: min(5vw,30px);
}
.c_data_subttl::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.4em;
    border-left: 1px solid;
    transform: rotate(45deg);
    transform-origin: bottom left;
    margin-right: 1.4em;
}
:where(.contents_data_wrap) .link_btn_wrap {
    margin-top: min(5vw,40px);
}
.contents_material_wrap {
    width: 44%;
}
/*----------------sec_top_about----------------*/
.sec_top_about{
    background: url(../images/common/h_nav_bg.jpg);
}
:where(.sec_top_about) .contents_photo_wrap {
    width: 66%;
    margin-right: -22%;
}
.sec_top_about .contents_photo_wrap .slick-slide {
    padding-left: min(3vw,35px);
    padding-bottom: min(3vw,35px);
    transition: all ease 300ms;
    transition-delay: 300ms;
}
.sec_top_about .contents_photo_wrap .slick-current {
/*    filter: drop-shadow(max(-35px,-3vw) min(3vw,35px) 0px #e5e5e7);*/
}
/*----------------sec_top_homesecurity----------------*/
.sec_top_homesecurity {
    background: #f6f6f6;
}
.contents_data_wrap .link_arw_wrap {
    margin-top: min(5vw,40px);
}

/*----------------sec_top_security----------------*/
.sec_top_security {
    background: #f6f6f6;
}
.sec_top_security .art_contents {
    margin-left: 5%;
    background: #fff;
}
.sec_top_security .contents_flex {
    align-items: flex-start;
}
.contents_list_wrap {
    margin-right: min(9vw,140px);
}
.security_links {
    counter-increment: mycounter;
    position: relative;
}
.security_link_list .s_link::before {
    content: counter(mycounter, decimal-leading-zero);
    color: #d5007c;
    font-weight: bold;
    font-size: 110%;
}
.s_link {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
    padding: min(6vw,2em) min(3vw,1em);
    padding-right: calc(min(15vw,180px) + min(10%,60px));
}
.security_links:last-child .s_link{
    border-bottom: none;
}
.s_link_name {
    margin-left: min(5vw,2em);
    line-height: 120%;
}
.s_link:hover{
    color: #d5007c;
    font-weight: bold;
}
.s_link_img {
    overflow: hidden;
    aspect-ratio: 1/1;
    position: absolute;
    height: min(15vw,180px);
    object-fit: cover;
    border-radius: 50%;
    right: min(10%,60px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 250ms;
    transform: scale(0.5);
    opacity: 0;
}
.s_link_img img{
    width: auto;
    height: 100%;
}
.s_link:hover .s_link_img{
    transform: scale(1);    
    opacity: 1;
}
.s_link_arw {
    width: min(10vw,50px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    right: min(3.5%,20px);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 200ms;
    background-color: #e5e5e5;
}
.s_link_arw::before{
    content: "";
    display: block;
    width: 20%;
    aspect-ratio:1/1;
    background: #000;
    border-radius: 50%;
}
.s_link:hover .s_link_arw{
    background-color: #d5007c;
    transform: scale(1.3);
}
.s_link:hover .s_link_arw::before{
    width: 15px;
    background:  url(../images/common/ico_arw.svg) no-repeat center / 15px;
    border-radius: 100%;
    filter: brightness(0) invert(1);
}
@media screen and (max-width:860px) {
    .sec_top_security .art_contents{
        margin-left: 0;
    }
    .s_link {
    padding-right: calc(min(10vw,50px) + min(3.5%,20px));
    }
}

/*----------------eyecatch_wrap----------------*/
.eyecatch_wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.eyecatch{
    width: 50%;
    height: min(50vw,286px);
}
.eyecatch.num01{
    background:  url(../images/top/img_top_eyecatch01.jpg) no-repeat center top / cover;
}
.eyecatch.num02{
    background:  url(../images/top/img_top_eyecatch02.jpg) no-repeat center top / cover;
}

@media screen and (max-width:860px) {
    .contents_material_wrap,
    .contents_data_wrap{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: min(8vw,90px);
    }
}

.top_topics {
    margin-left: 14%;
    margin-right: -14%;
    padding-bottom: min(10vw,80px);
}
.top_topics:not(.slick-initialized){
    display: none;    
}
.topic_list {
    padding: 0 10px;
}
.topic_list .photo {
    border: 1px solid #989898;
    margin-bottom: 1em;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}
.topic_list .date {
    line-height: 100%;
    margin-bottom: 5px;
    color: #808080;
}
.topic_list .name {
    line-height: 140%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
    color: #000;
}
.sec_top_topics .slick-dots {
    display: flex !important;
    width: 60%;
    bottom: 0;
}
.sec_top_topics .slick-dots li {
    position: static;
    display: block;
    height: 3px;
    width: 100%;
    margin: 0;
}
.sec_top_topics .slick-dots li button {
    padding: 0;
    font-size: initial;
    width: 100%;
    height: 100%;
    background: #cbcbcb;
}
.sec_top_topics .slick-dots li button:before {
    width: 0;
    height: 100%;
    position: static;
    content: "";
    display: block;
    opacity: 1;
    font-size: 0;
    background: #d5007c;
    transition: all ease 300ms;
    transform-origin: left;
}
.sec_top_topics .slick-dots li.slick-active button:before {
    width: 100%;
    transform-origin: right;
    opacity: 1;
}


.link_lists {
    display: flex;
    flex-wrap: wrap;
}
.link_list {
    width: calc(100% / 3);
    position: relative;
    overflow: hidden;
    height: fit-content;
    max-height: 400px;
}
.link_photo img {
    transform: scale(1.05);
    transition: all ease 300ms;
}
.link_list:hover .link_photo img {
    transform: scale(1);
}
.page_link {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    color: #fff;
    background: rgba(0,4,45,1);
}
.link_list:hover .page_link {
    background: rgba(0,4,45,0.3);
}
.page_link .name {
    width: 100%;
    text-align: center;
    margin-bottom: min(4vw,30px);
    line-height: 100%;
    font-size: min(4.5vw,24px);
}
.page_link .arw {
    border: 1px solid #fff;
    line-height: 100%;
    padding: 15px;
    border-radius: 50%;
}
.page_link .arw img {
    width: 15px;
    aspect-ratio: 1 / 1;
    filter: brightness(0) invert(1);
}
@media screen and (max-width:760px) {
.link_list {
    width: 100%;
    height: 40vw;
}
.page_link {
    background: rgba(0,4,45,0.5);
}
}

.sec_ttl_wrap {
    margin-bottom: min(8vw,70px);
    margin-left: 14%;
}
.sec_ttl {
    font-size: 85%;
    line-height: 100%;
    margin-bottom: min(3vw,25px);
    color: #d5007c;
}
.sec_subttl {
    font-size: min(12vw,90px);
    line-height: 100%;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    overflow: unset;
}
.subttl_arw::after {
    content: "";
    display: inline-block;
    height: min(12vw,90px);
    width: min(12vw,90px);
    margin-left: min(3vw,40px);
    background: url(../images/common/ico_arw_l.svg) no-repeat center 70% / contain;
    transition: all ease 300ms;
}
.subttl_arw:hover::after{
    transform: translateX(30px);
}
.item_slider {
    margin-left: 14%;
    margin-right: -14%;
    padding-bottom: min(10vw,80px);
}
.item_list {
    padding: 0 10px;
}
.item_list .photo {
    aspect-ratio: 1 / 1;
    border: none;
}
.item_list .date {
    line-height: 100%;
    margin-bottom: 5px;
    color: #808080;
}
.item_list .name {
    font-weight: normal;
    font-size: 110%;
}


.sec_top_items {
    background: url(../images/common/h_nav_bg2.jpg);
    margin-top: max(-100px,-11vw);
}
.sec_top_items .art_contents{
    padding-top: min(22vw,210px);
}
.sec_top_items .slick-dots {
    display: flex !important;
    width: 60%;
    bottom: 0;
}
.sec_top_items .slick-dots li {
    position: static;
    display: block;
    height: 3px;
    width: 100%;
    margin: 0;
}
.sec_top_items .slick-dots li button {
    padding: 0;
    font-size: initial;
    width: 100%;
    height: 100%;
    background: #cbcbcb;
}
.sec_top_items .slick-dots li button:before {
    width: 0;
    height: 100%;
    position: static;
    content: "";
    display: block;
    opacity: 1;
    font-size: 0;
    background: #d5007c;
    transition: all ease 300ms;
    transform-origin: left;
}
.sec_top_items .slick-dots li.slick-active button:before {
    width: 100%;
    transform-origin: right;
    opacity: 1;
}
.slick-slider:not(.slick-initialized){
    display: none;
}

.sec_top_recruit .art_contents {
    padding: 0;
}
.sec_top_recruit .sec_subttl{
    color:#cd007c;
}
.recruit_wrap {
    background: #e5e5e5;
    width: 90%;
    margin: min(11vw,100px) auto 0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
.recruit_photo_wrap {
    width: 50%;
    position: relative;
    overflow: hidden;
}
.recruit_photo_flexinr {
    position: absolute;
    display: flex;
}
.recruit_photo {
    border-radius: 10px;
    overflow: hidden;
    margin: min(4vw,30px) min(2vw,15px);
}
.recruit_wrap .sec_ttl_wrap {
    margin-left: 0;
}
.recruit_txt{
    font-weight: bold;
    color: #000;
    margin-bottom: min(10vw,90px);
}
.recruit_data_wrap {
    width: 50%;
    padding: min(10vw,100px) 7%;
}
.recruit_data_wrap .link_arw_wrap {
    color: #d5007c;
}
.recruit_data_wrap .link_arw{
    margin-left: 0;
}
.recruit_data_wrap .link_arw::after{
    background: #e5e5e5;
}
.recruit_data_wrap .link_arw::before{
    filter: brightness(1) invert(0);    
}

.recruit_slide01,
.recruit_slide02{
    animation: loop-slide 30s infinite linear 0s both;
}
.recruit_slide02{
    animation-direction: reverse;
}
@-webkit-keyframes loop-slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-49%);
  }
}
@-webkit-keyframes loop-slide-horizon {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-49%);
  }
}
@media screen and (max-width:760px) {
.recruit_data_wrap {
    width: 100%;
}
.recruit_photo_wrap {
    width: 80%;
    margin: 0 auto;
    height: 56vw;
}
.recruit_photo_flexinr {
    position: relative;
}
}
@media screen and (max-width:640px) {
.recruit_photo_flexinr {
    display: block;
}    
.recruit_photo_wrap{
    width: 100%;
    height: auto;
}
.recruit_slide01,
.recruit_slide02{
    animation-name: loop-slide-horizon;
    display: flex;
    width: 300%;
}
}

/*slick-slide Arrow*/
.top_arw_wrap {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: min(calc(12vw + 30px - 13.5px),126.5px);
    right: 5%;
}
.top_arw_wrap .slick-prev,
.top_arw_wrap .slick-next {
    width: auto;
    height: auto;
    position: static;
    transform: scale(0.5);
}
.top_arw_wrap .slick-prev:before,
.top_arw_wrap .slick-next:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    opacity: 1;
    border: 2px solid #cbcbcb;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    border-width: 7px;
    transition: all ease 200ms;
}
.top_arw_wrap .slick-prev:before{
    transform: rotate(-135deg);
}
.top_arw_wrap .slick-prev:hover::before,
.top_arw_wrap .slick-next:hover::before{
    border-color: #4d4d4d;   
}