@charset "utf-8";
/* CSS Document */
#main_visual {
    min-height: 798px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 150px 0 240px;
    position: relative;
    overflow: hidden;
}
#main_visual::before,
#main_visual::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}
#main_visual::before {
    background: #FFFFFF url("../images/top/main_visual_img.webp") right center/cover no-repeat;
    z-index: 1;
    right: 0;
}
#main_visual::after {
    width: 100%;
    background: linear-gradient(52deg,  #c2e1db 0%,#e8f4f4 17%,#afe9f4 35%,#daf6ed 50%,#f2fafd 62%,#f2fafd 90%,#d0e6fb 100%);
    left: 0;
    animation: visual_move 5s linear 0s infinite running;
}
@keyframes visual_move {
    0% {
        left: 0;
    }
    20% {
        width: 200%;
    }
    40% {
        left: -50%;
    }
    60% {
        width: 100%;
    }
    100% {
        left: 0;
    }
}

#main_visual h2 {
    font-size: 3.1875rem;
    font-weight: bold;
    color: #1B76C6;
    line-height: 1.25;
    letter-spacing: 2.5px;
    max-width: 1108px;
    width: 100%;
    margin: 0 auto 27px;
    padding: 0 10px;
    transform: translate(0,0);
    opacity: 1;
    clip-path: inset(0 100% 0 0);
    position: relative;
    z-index: 1;
}
#main_visual h2.active {
    clip-path: inset(0);
    
}
#main_visual p {
    line-height: 2.25;
    letter-spacing: 0.75px;
    max-width: 1108px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
/*コンテンツ*/
#top_news {
    margin-top: -210px;
}
#top_news_box {
    display: flex;
    max-width: 1088px;
    min-height: 264px;
    gap: 0 98px;
    margin: 0px auto 0;
    padding: 39px 40px 60px 68px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: -2px -2px 8px rgba(255, 255, 255, 0.8), 3px 3px 10px rgba(34,34,34,0.2);
    position: relative;
    z-index: 2;
    transition-delay: 1s;
}
#top_news h2 {
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 21px 0 0;
}
#top_news h2::before {
    content: "NEWS";
    display: block;
    color: #2280BF;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3px;
    margin: 0 0 4px -3px;
}
#top_news ul li {
    display: flex;
    list-style: none;
    gap: 16px;
    border-bottom: 1px dashed #2280BF;
    font-size: 0.9375rem;
    letter-spacing: 0.75px;
    padding: 22px 0 23px;
}
#top_news ul li span {
    word-break: keep-all;
}
#top_news ul li a {
    width: 650px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    padding-right: 50px;
}
#top_news ul li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #202124;
    border-right: 2px solid #202124;
    transform: rotate(45deg);
    position: absolute;
    top: 0.5em;
    right: 34px;
}
#top_news ul li a:hover,
#top_news ul li a:focus {
    text-decoration: underline;
}
#top_news_box .link_btn {
    position: absolute;
    left: 72px;
    bottom: 66px;
}
#top_wrap_slide {
    background-color: #2280BF;
    margin: 0;
    padding: 173px 0 55px;
    overflow: hidden;
}
#top_news_box + #top_wrap_slide {
    margin: -99px 0 0;
}
#top_slide {
    width: 100%;
    max-width: 2143px;
    margin: 0 auto;
    overflow: hidden;
}
#top_slide .swiper-wrapper{
    transition-timing-function: linear;
}
#top_slide .swiper-slide {
    width: 303px;
    transform: translateX(calc(50% + 33px));
    text-align: center;
}
#top_slide .swiper-slide img {
    width: 100%;
    max-width: 303px;
    height: auto;
    border-radius: 20px;
}
.top_swiper_btn {
    display: flex;
    justify-content: center;
    gap: 58px;
    margin: 20px 0;
}
.top_swiper_btn a {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 50px;
    box-shadow: -2px -2px 8px rgba(255, 255, 255, 0.8), 3px 3px 10px rgba(34,34,34,0.2);
    position: relative;
    text-align: center;
    transition: all 0.6s;
}
.top_swiper_btn a:hover,
.top_swiper_btn a:focus {
    box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.8), 1px 1px 4px rgba(34,34,34,0.2);
}
.top_swiper_btn a span {
    visibility: hidden;
}
.swiper-notification,
.swiper_start {
    display: none;
}
.swiper_prev,
.swiper_next{
    display: none;
}
.swiper_pause a::after,
.swiper_start a::after,
.swiper_prev a::after,
.swiper_next a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.swiper_pause a::after {
    width: 4px;
    height: 11px;
    border-left: 2px solid #2280BF;
    border-right: 2px solid #2280BF;
}
.swiper_start a::after {
    background: #2280BF;
    width: 8px;
    height: 11px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.swiper_prev a::after,
.swiper_next a::after {
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.swiper_prev a::after {
    border-bottom: 2px solid #2280BF;
    border-left: 2px solid #2280BF;
}
.swiper_next a::after {
    border-top: 2px solid #2280BF;
    border-right: 2px solid #2280BF;
}
#top_about {
    padding: 110px 0 53px;
    background: url("../images/top/about_bg.webp") calc(50vw - 64px) top/contain no-repeat;
}
#top_about .about_box {
    max-width: 864px;
    margin: 0 auto;
}
#top_about h2,
#top_bussiness h2,
#top_recruit h2 {
    font-size: 1.1875rem;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.6;
    transform: translate(0,0);
    opacity: 1;
    clip-path: inset(0 100% 0 0);
}
#top_about h2.active,
#top_bussiness h2.active,
#top_recruit h2.active {
    clip-path: inset(0);
}
#top_about h2 {
    margin: 0 0 73px;
}

#top_about h2::before {
    content: "ABOUT";
    display: block;
    color: #2280BF;
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 6px;
}
#top_about p {
    line-height: 2.25;
    letter-spacing: 0.75px;
    margin: 0 0 80px;
    transition-delay: 0.6s;
}
#top_bussiness {
    padding: 102px 0 130px;
    background: url("../images/top/bussiness_bg.webp") center top/cover no-repeat;
}
#top_bussiness h2 {
    line-height: 2.2;
    max-width: 864px;
    margin: 0 auto 70px;
}
#top_bussiness h2::before {
    content: "BUSINESS";
    display: block;
    color: #2280BF;
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 6px;
    margin-left: -5px;
}
#top_bussiness h3 {
    font-size: 1.5625rem;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 0 0 11px;
}
#top_bussiness h3 span {
    display: inline-block;
    color: #1B87C6;
    font-size: 0.625rem;
    font-weight: bold;
    vertical-align: middle;
    border-left: 1px solid #707070;
    padding: 3px 0 3px 17px;
    margin: 0 0 6px 11px;
    letter-spacing: 1px;
    line-height: 1.2;
}
#top_bussiness_list {
    max-width: 864px;
    border-top: 1px dashed #2280BF;
    margin: 0 auto;
}
#top_bussiness_list .list_box {
    display: flex;
    border-bottom: 1px dashed #2280BF;
    padding: 62px 0 62px;
    gap: 68px;
}
#top_bussiness_list .list_box .box_cnt {
    max-width: 538px;
    order: 2;
}
#top_bussiness_list .list_box p {
    line-height: 2.25;
    letter-spacing: 0.8px;
}
#top_bussiness_list .list_box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 7px;
    margin: 42px 0 0;
}
#top_bussiness_list .list_box ul li a {
    display: block;
    color: #FFFFFF;
    background-color: #1B87C6;
    text-decoration: none;
    border-radius: 20px;
    min-width: 147px;
    padding: 4px 28px 6px 30px;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.75px;
    transition: all 0.6s;
}
#top_bussiness_list .list_box ul li a:hover,
#top_bussiness_list .list_box ul li a:active {
    background-color: #FFFFFF;
    color: #1B87C6;
}
#top_bussiness_list .list_box .box_img {
    width: 258px;
    padding: 2px 0 0;
    order: 1;
}
#top_bussiness_list .list_box .box_img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
#top_recruit {
    padding: 138px 0 132px;
    background: url("../images/top/recruit_bg.webp") center top/cover no-repeat;
    position: relative;
    overflow: hidden;
}
#top_recruit::before {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(126,209,212,0.65) 30%,rgba(24,173,178,1) 50%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.59;
    transition: top 1s;
}
#top_recruit:has(a:hover)::before {
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(126,209,212,0.65) 60%,rgba(24,173,178,1) 100%);
    top: -100%;
    opacity: 0.8;
}
#top_recruit h2 {
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 95px;
    position: relative;
}
#top_recruit h2::before {
    content: "RECRUIT";
    display: block;
    color: #222222;
    font-size: 3.75rem;
    font-weight: bold;
    letter-spacing: 6px;
    margin: 0 0 14px;
}
#top_recruit .link_btn {
    position: relative;
    text-align: center;
    transition-delay: 0.6s;
}
.link_btn a {
    display: inline-block;
    text-decoration: none;
    color: #2280BF;
    background:  #FFFFFF url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_340%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20340%22%20fill%3D%22none%22%20stroke%3D%22%232280bf%22%20stroke-width%3D%225%22%3E%20%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2213.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') calc(100% - 22px) center/32px auto no-repeat;
    padding: 23px 108px 24px 38px;
    border-radius: 50px;
    box-shadow: -2px -2px 8px rgba(255, 255, 255, 0.8), 3px 3px 10px rgba(34,34,34,0.2);
    position: relative;
    letter-spacing: 0;
    transition: all 0.6s;
}
.link_btn a:hover {
    box-shadow: -1px -1px 4px rgba(255, 255, 255, 0.8), 1px 1px 3px rgba(34,34,34,0.2);
    /*
    box-shadow: -6px -6px 16px rgba(205, 238, 245, 0.24), -3px -3px 12px rgba(205, 238, 245, 0.16), 6px 6px 16px rgba(41, 118, 134, 0.5), 3px 3px 16px rgba(41, 118, 134, 0.3);
    box-shadow: -3px -3px 5px rgba(205, 238, 245, 0.24), -1px -1px 3px rgba(205, 238, 245, 0.16), 3px 3px 5px rgba(41, 118, 134, 0.5), 1px 1px 3px rgba(41, 118, 134, 0.3);
    */
}
.link_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 39px;
    height: 12px;
    right: 33px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238.847%22%20height%3D%2211.568%22%20viewBox%3D%220%200%2038.847%2011.568%22%3E%3Cg%20transform%3D%22translate(-436.658%20-1951.216)%22%3E%3Cpath%20d%3D%22M11.328%2C5.784%2C6.6%2C1.012%2C7.612%2C0%2C13.4%2C5.784%2C7.612%2C11.567%2C6.6%2C10.555l4.049-4.049Z%22%20transform%3D%22translate(462.109%201951.216)%22%20fill%3D%22%231b76c6%22%2F%3E%3Crect%20width%3D%2237.824%22%20height%3D%221.583%22%20transform%3D%22translate(436.658%201956.208)%22%20fill%3D%22%231b76c6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 center;
    background-repeat: no-repeat;
}
.link_btn a:hover::after {
    animation: btn_move 1s linear 0s running;
}
@keyframes btn_move {
    0% {
        background-position: 0 center;
        
    }
    30% {
        background-position: 39px center;
        opacity: 1;
    }
    31% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
    60% {
        background-position: -39px center;
        opacity: 1;
    }
    100% {
        background-position: 0 center;
    }
}

#top_news .link_btn a {
    background:  #FFFFFF url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_340%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20340%22%20fill%3D%22none%22%20stroke%3D%22%232280bf%22%20stroke-width%3D%225%22%3E%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') calc(100% - 16px) center/24px auto no-repeat;
    padding: 12px 65px 13px 21px;
}

#top_news .link_btn a::after {
    width: 28px;
    height: 8px;
    right: 24px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.252%22%20height%3D%228.413%22%20viewBox%3D%220%200%2028.252%208.413%22%3E%3Cg%20transform%3D%22translate(-276.751%20-801.907)%22%3E%3Cpath%20d%3D%22M10.039%2C4.206%2C6.6.736%2C7.336%2C0l4.206%2C4.206L7.336%2C8.413%2C6.6%2C7.677%2C9.544%2C4.732Z%22%20transform%3D%22translate(293.461%20801.907)%22%20fill%3D%22%231b76c6%22%2F%3E%3Crect%20width%3D%2227.508%22%20height%3D%221.152%22%20transform%3D%22translate(276.751%20805.538)%22%20fill%3D%22%231b76c6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 0 center;
    background-repeat: no-repeat;
}
#top_news .link_btn a:hover::after {
    animation: btn_move2 0.6s linear 0s running;
}
@keyframes btn_move2 {
    0% {
        background-position: 0 center;
        
    }
    30% {
        background-position: 28px center;
        opacity: 1;
    }
    31% {
        opacity: 0;
    }
    59% {
        opacity: 0;
    }
    60% {
        background-position: -28px center;
        opacity: 1;
    }
    100% {
        background-position: 0 center;
    }
}

/*印刷設定*/
@media print {
    #main_visual h2,
    #top_about h2,
    #top_bussiness h2,
    #top_recruit h2 {
        clip-path: inset(0) ;
    }
}
