:root{
    --white: #fff;
    --blue: #003F97;
    --aqua: #009AE0;
    --gray: #F5F5F5;
}

.works_block__head{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white);
    background-color: var(--aqua);
    padding: 22px 32px;
    box-sizing: border-box;
    cursor: pointer;
}

.works_block__year{
    font-size: 2rem;
    font-weight: 700;
    flex: 1;
}
.works_block__ico{
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 24px;
    height: auto;
    border-radius: 24px;
    overflow: clip;
    background-color: var(--white);
}
.works_block__arrow{
    width: 8px;
    display: block;
    rotate: 90deg;
    filter: brightness(0) saturate(100%) invert(37%) sepia(90%) saturate(926%) hue-rotate(166deg) brightness(102%) contrast(108%);
    transition: all 300ms;
}
.works_block__head.open .works_block__arrow{
    rotate: -90deg;
}

.works_block__table th,
.works_block__table td{
    display: table-cell !important;
    width: auto !important;
    font-size: 1.5rem;
    padding: 16px 32px;
    box-sizing: border-box;
    border: 1px solid var(--white);
}
.works_block__table th{
    color: var(--white);
    background-color: var(--blue);
    text-align: center;
}
.works_block__table td{
    background-color: var(--gray);
}

.works_block__caption{
    text-align: left !important;
}

@media screen and (min-width: 1001px){
    .sp_only{
        display: none !important;
    }
}
@media screen and (max-width: 1000px){
    .pc_only{
        display: none !important;
    }
    .works_block__head{
        padding: 24px;
    }
    .works_block__table th,
    .works_block__table td{
        padding: 12px;
    }
    .works_block__table td{
        font-size: 1.3rem;
    }
}

.mv_slide__block{
    position: relative;
}
.mv_slide__lead{
    position: absolute;
    color: var(--white);
}
.mv_slide__lead--ig{
    letter-spacing: -0.3em;
}
.mv_slide__lead--ig3{
    letter-spacing: -0.2em;
}
.mv_slide__lead--ig2{
    letter-spacing: -0.04em;
}


@media screen and (min-width: 1001px){
    .mv_slide__lead{
        font-size: 7.2rem;
        bottom: 90px;
        left: 100px;
        text-decoration: underline 4px;
        text-underline-offset: 12px;
    }
}
@media screen and (min-width:1300px) and (max-width:1600px) {
    .mv_slide__lead{
        bottom: 48px;
        left: 56px;
        font-size: 6.8rem;
    }
}
@media screen and (max-width: 1300px){
    .mv_slide__lead{
        font-size: 4.8rem;
        bottom: 48px;
        left: 40px;
    }
    .mv_slide__lead br{
        display: block;
    }
}
@media screen and (max-width: 1000px){
    .mv_slide__lead{
        font-size: 2.6rem;
        bottom: 46px;
        left: 21px;
        text-decoration: underline 2px;
        text-underline-offset: 8px;
    }
}

.mv_visual{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

@media screen and (min-width: 1000px){
    .mv_visual{
        height: calc(100vh - 98px);
    }
}

@media screen and (min-width:1000px) and (max-width:1300px) {
    .mv_visual{
        height: 510px;
    }
}

@media screen and (max-width: 1000px){
    .mv_visual{
        height: 510px;
    }
}

.mv_visual__slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv_slide__block{
    animation: slide 15000ms infinite ease-in;
    transform-origin: left;
}

@media screen and (min-width:1000px) and (max-width:1300px) {
    .mv_visual__slide{
        height: calc(100vh - 98px);
    }
    .mv_slide__block{
        height: 100%;
    }
}

@media screen and (min-width: 1000px){
    .mv_slide__block{
        height: auto;
    }   
    .mv_visual__slide{
        height: calc(100vh - 98px);
    }
}

@media screen and (min-width:500px) and (max-width:1000px) {
    .mv_slide__block,
    .mv_visual,
    .mv_visual__slide{
        height: 400px;
    }
}

@media screen and (max-width: 1000px){
    .mv_slide__block{
        animation: slide 15000ms infinite ease-in;
    }
}
.mv_slide__block1{
    animation-delay: -10000ms;
}
.mv_slide__block2{
    animation-delay: -5000ms;
}
.mv_slide__block3{
    animation-delay: 0ms;
}
.mv_slide__block img{
    display: block;
}
@media screen and (min-width: 1000px){
    .mv_slide__block img{
        display: block;
        height: calc(100vh - 98px);
        display: block;
        width: 100vw;
        object-fit: cover;
        object-position: top;
    }
}
@keyframes slide {
    0%{
        clip-path: inset(0 100% 0% 0);
        z-index: 0;
        opacity: 1;
    }
    1%{
        clip-path: inset(0 100% 0% 0);
        z-index: 1;
        opacity: 1;
    }
    15%{
        clip-path: inset(0 100% 0% 0);
        z-index: 1;
        opacity: 1;
    }
    23%{
        z-index: 1;
        clip-path: inset(0 0% 0 0);
    }
    50%{
        z-index: 0;
        opacity: 1;
    }
    60%{
        z-index: 0;
        opacity: 0;
    }
    100%{
        clip-path: inset(0 0% 0 0);
        z-index: 0;
        opacity: 0;
    }
}

.business_block__img{
    position: relative;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 56px;
    z-index: 1;
}
.business_block__img::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    translate: -50% -50%;
    border-radius: 50%;
    overflow: clip;
    scale: .6;
    opacity: .1;
    animation: move_image 2500ms infinite ease-in-out alternate;
    background: linear-gradient(270deg, #00A0E9 0%, #00C6E9 100%);
    filter: blur(65.12px);
    z-index: -1;
}
@keyframes move_image {
    0%{
        scale: .6;
        opacity: .1;
    }
    100%{
        scale: 1;
        opacity: .2;
    }
}

@media screen and (min-width: 450px){
    .only_sp{
        display: none;
    }
}
@media screen and (min-width: 829px){
    .sp_only_ig{
        display: none !important;
    }
}
@media screen and (max-width: 828px){
    .pc_only_ig{
        display: none !important;
    }
}
@media screen and (max-width: 450px){
    .only_pc{
        display: none;
    }
}