section.summary div.container {
    width: 100%;
    margin: 0 auto;
    padding: 0.75rem 0 2rem;
}

section.summary div.container div.company {
    display: flex;
    align-items: center;
}

section.summary div.container div.company p {
    font-family: var(--font-sans-en);
}

section.summary div.container p.sub-title {
    font-family: 'Zen Old Mincho';
    font-weight: 500;
    padding: 5rem 0 7rem;
}

section.summary div.container p.sub-title span {
    font-size: 4rem;
}

/* テキスト */
section.summary p {
    font-size: clamp(0.8rem, 15vh,  4rem);
    font-weight: 400;
    letter-spacing: 0.07rem;
    text-align: center;
}

section.summary div.container p {
    margin: 0;
    width: 100%;
    font-size: 5rem;
    letter-spacing: 0.8px;
    line-height: 0.8;
    font-weight: 400;
}

section.summary div.container p span {
    font-size: 1.5rem;
    letter-spacing: 0px;
    font-weight: 300;
}

/* ヒーロー下 */
/* スライダー */
div#slider-1 {
    width: 100%;
}

#slider-1 ul.splide__list {
    list-style-type: none;
}

#slider-1 li.splide__slide {
    padding: 10px;
}

#slider-1 li.splide__slide img {
    width: 100%;
}

#slider-1 ul.splide__pagination.splide__pagination--ltr {
    display:none
}

/* スライダー画像 */

section.summary li.splide__slide div {
    width: 65%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

section.summary li.splide__slide div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* レスポンシブデザイン */
@media (width >= 0px) and (width < 479px){
    section.summary div.container p,
    section.summary div.container p.sub-title span  {
        font-size: 2.5rem;
    }

    section.summary div.container p.sub-title span {
        display: block;
        padding-top: 0.5rem;
    }
}

@media (width >= 480px) and (width < 767px){
    section.summary div.container p,
    section.summary div.container p.sub-title span  {
        font-size: 3.1rem;
    }

    section.summary div.container p.sub-title span {
        display: block;
        padding-top: 0.5rem;
    }
}

@media (width >= 768px) and (width < 1199px){
    section.summary div.container p,
    section.summary div.container p.sub-title span {
        font-size: 4.5rem;
    }

    section.summary div.container p.sub-title span {
        display: block;
        padding-top: 0.5rem;
    }
}

@media (width >= 1200px){
    section.summary div.container div.company p {
        font-size: 5rem;
    }

    section.summary div.container p.sub-title {
        font-size: 4rem;
    }
}