/* --------------------
 Front
-------------------- */
.hero {
    overflow: hidden;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .hero {
        padding: 24px 0 0;
    }
}

.hero:before {
    background-color: var(--color-cream);
    border-radius: 4vw 4vw 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    margin: 0 auto;
    max-width: 1535px;
    position: absolute;
    top: 29.3333333333vw;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}

@media (min-width: 768px) {
    .hero:before {
        border-radius: 15px 15px 0 0;
        top: 110px;
    }
}

.hero:after {
    background-image: url(../images/commons/com-shape-01.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 256vw 5.3333333333vw;
    bottom: -0.2666666667vw;
    content: "";
    display: block;
    height: 5.3333333333vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero:after {
        background-size: 1920px 40px;
        bottom: -1px;
        height: 40px;
    }
}

.hero__cloud {
    left: 0;
    margin: 0 auto;
    max-width: 1720px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.hero__cloud span {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    display: block;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
}

.hero__cloud span[data-local="01"] {
    animation: cloudAnimation 1.4s ease-in-out 0s infinite alternate-reverse both;
    background-image: url(../images/pages/front/front-hero-cloud-01-mb.svg);
    height: 11.2vw;
    right: var(--c-pad);
    top: 88vw;
    width: 27.2vw;
}

@media (min-width: 768px) {
    .hero__cloud span[data-local="01"] {
        background-image: url(../images/pages/front/front-hero-cloud-01.svg);
        height: 104px;
        left: 10px;
        right: auto;
        top: 22vw;
        width: 245px;
    }
}

@media (min-width: 992px) {
    .hero__cloud span[data-local="01"] {
        height: 130px;
        left: 0;
        top: 290px;
        width: 306px;
    }
}

.hero__cloud span[data-local="02"] {
    animation: cloudAnimation 1.2s ease-in-out 0.75s infinite alternate-reverse both;
    background-image: url(../images/pages/front/front-hero-cloud-02.svg);
    display: none;
    height: 12vw;
    right: 1.3333333333vw;
    top: 58.6666666667vw;
    width: 28vw;
}

@media (min-width: 768px) {
    .hero__cloud span[data-local="02"] {
        display: block;
        height: 72px;
        right: 10px;
        top: 32vw;
        width: 168px;
    }
}

@media (min-width: 992px) {
    .hero__cloud span[data-local="02"] {
        height: 90px;
        right: 10px;
        top: 440px;
        width: 210px;
    }
}

@keyframes cloudAnimation {
    0% {
        transform: translateY(-8%);
    }

    100% {
        transform: translateY(8%);
    }
}

.hero-container {
    padding: 26.6666666667vw var(--c-pad) 8vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .hero-container {
        padding: 0 var(--c-pad) 160px;
    }
}

@media (min-width: 992px) {
    .hero-container {
        padding: 0 var(--c-pad) 260px;
    }
}

.hero-container:after {
    background-image: url(../images/commons/com-illust-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 296.32vw 16.32vw;
    bottom: auto;
    content: "";
    display: block;
    height: 16.32vw;
    left: -32vw;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 101.3333333333vw;
    width: 296.32vw;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero-container:after {
        background-size: 1112px 62px;
        bottom: 60px;
        height: 62px;
        left: -200px;
        top: auto;
        width: 1112px;
        z-index: 2;
    }
}

@media (min-width: 992px) {
    .hero-container:after {
        background-size: 1852px 102px;
        bottom: 130px;
        height: 102px;
        left: 50%;
        transform: translateX(-50%);
        width: 1852px;
    }
}

.hero__main {
    left: 0;
    margin: 0 auto;
    max-width: calc(1200px + var(--c-pad)*2);
    padding: 0 9.6vw;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 3.2vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__main {
        padding: 0 var(--c-pad);
        top: 0;
    }
}

.hero__main__title {
    font-size: var(--fs30);
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.225;
    margin: 0;
    padding: 0 3.2vw 3.2vw 5.3333333333vw;
    position: relative;
    text-shadow: 0.5333333333vw 0.5333333333vw 0 var(--color-white);
}

@media (min-width: 768px) {
    .hero__main__title {
        font-size: min(2.625rem, 3.3870967742vw);
        padding: 0 min(12px, 0.9677419355vw) min(12px, 0.9677419355vw) min(40px, 3.2258064516vw);
        text-shadow: none;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.hero__main__title:before {
    background-image: url(../images/commons/com-bracket-left-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 13.8666666667vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 5.6vw;
}

@media (min-width: 768px) {
    .hero__main__title:before {
        background-image: url(../images/commons/com-bracket-left.svg);
        height: min(82px, 6.6129032258vw);
        width: min(32px, 2.5806451613vw);
    }
}

.hero__main__title:after {
    background-image: url(../images/commons/com-bracket-right-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    filter: drop-shadow(0.5333333333vw 0.5333333333vw 0 var(--color-white));
    height: 13.8666666667vw;
    position: absolute;
    right: 0;
    width: 5.6vw;
}

@media (min-width: 768px) {
    .hero__main__title:after {
        background-image: url(../images/commons/com-bracket-right.svg);
        filter: none;
        height: min(82px, 6.6129032258vw);
        width: min(32px, 2.5806451613vw);
    }
}

.hero__main__title span[data-local="01"] {
    font-size: var(--fs17);
}

@media (min-width: 768px) {
    .hero__main__title span[data-local="01"] {
        font-size: min(var(--fs24), 1.935483871vw);
    }
}

.hero__main__title span[data-local="02"] {
    font-size: 60%;
}

.hero__main__title span[data-local="03"] {
    font-size: 80%;
}

.hero__main__title span[data-local="04"] {
    font-size: 70%;
}

.hero__main__title em {
    color: var(--color-indigo);
    font-style: normal;
    font-weight: 900;
}

.hero__slider {
    margin: 0 auto 16vw;
    max-width: 1200px;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__slider {
        margin: 0 auto 8px;
    }
}

.hero__slider-inner {
    padding: 0 0 13.3333333333vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__slider-inner {
        margin: 0 0 0 auto;
        max-width: 710px;
        padding: 0;
        width: 59.1666666667%;
    }
}

.hero__slider__pagination {
    bottom: 0;
    left: 8vw;
    position: absolute;
    will-change: transform;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__slider__pagination {
        bottom: min(120px, 2.1774193548vw);
        left: max(-265px, -19.2338709677vw);
    }
}

@media (min-width: 992px) {
    .hero__slider__pagination {
        bottom: min(70px, 5.6451612903vw);
    }
}

.hero__slider__pagination__circle {
    height: 22.4vw;
    position: relative;
    width: 22.4vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__slider__pagination__circle {
        height: min(168px, 12.1935483871vw);
        width: min(168px, 12.1935483871vw);
    }
}

.hero__slider__pagination__text {
    left: -9.3333333333vw;
    position: absolute;
    top: -9.3333333333vw;
    z-index: 2;
}

@media (min-width: 768px) {
    .hero__slider__pagination__text {
        left: max(-70px, -5.0806451613vw);
        top: max(-70px, -5.0806451613vw);
    }
}

.hero__slider__pagination__text img {
    width: 18.6666666667vw;
}

@media (min-width: 768px) {
    .hero__slider__pagination__text img {
        width: min(140px, 10.1612903226vw);
    }
}

.hero__slider__pagination__shadow {
    left: -9.3333333333vw;
    position: absolute;
    top: -9.3333333333vw;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__slider__pagination__shadow {
        left: max(-70px, -5.0806451613vw);
        top: max(-70px, -5.0806451613vw);
    }
}

.hero__slider__pagination__shadow img {
    width: 18.6666666667vw;
}

@media (min-width: 768px) {
    .hero__slider__pagination__shadow img {
        width: min(140px, 10.1612903226vw);
    }
}

.hero__slider .splide__slide {
    border-radius: 3.2vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero__slider .splide__slide {
        border: 2px solid var(--color-black);
        border-radius: 15px;
    }
}

.hero__slider .splide__slide img {
    aspect-ratio: 710/515;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.hero__slider .splide__arrow {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: var(--color-white);
    border: 0.5333333333vw solid var(--color-charcoal);
    border-radius: 4.2666666667vw;
    height: 8.5333333333vw;
    opacity: 1;
    top: 37%;
    transform: none;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 8.5333333333vw;
}

@media (min-width: 768px) {
    .hero__slider .splide__arrow {
        border-radius: 16px;
        border-width: 2px;
        height: 32px;
        width: 32px;
    }
}

.hero__slider .splide__arrow > svg {
    display: none;
}

.hero__slider .splide__arrow:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5.3333333333vw;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.2vw;
}

@media (min-width: 768px) {
    .hero__slider .splide__arrow:before {
        height: 20px;
        width: 12px;
    }
}

.hero__slider .splide__arrow:focus {
    background-color: var(--color-peach);
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .hero__slider .splide__arrow:hover {
        background-color: var(--color-peach);
        opacity: 1;
    }
}

.hero__slider .splide__arrow--prev {
    left: -4.2666666667vw;
}

@media (min-width: 768px) {
    .hero__slider .splide__arrow--prev {
        left: -16px;
    }
}

.hero__slider .splide__arrow--prev:before {
    background-image: url(../images/pages/front/front-hero-slider-left.svg);
    left: -0.5333333333vw;
}

@media (min-width: 768px) {
    .hero__slider .splide__arrow--prev:before {
        left: -2px;
    }
}

.hero__slider .splide__arrow--next {
    right: -4.2666666667vw;
}

@media (min-width: 768px) {
    .hero__slider .splide__arrow--next {
        right: -16px;
    }
}

.hero__slider .splide__arrow--next:before {
    background-image: url(../images/pages/front/front-hero-slider-right.svg);
    right: -0.5333333333vw;
}

@media (min-width: 768px) {
    .hero__slider .splide__arrow--next:before {
        right: -2px;
    }
}

.hero__topics {
    margin: 0 auto;
    max-width: 1165px;
    padding: 0 0 0 1.0666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .hero__topics {
        padding: 0;
    }
}

.hero__topics-inner {
    max-width: 100%;
    padding: 10.1333333333vw 3.2vw 3.2vw;
    position: relative;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 1;
}

@media (min-width: 768px) {
    .hero__topics-inner {
        padding: 12px 28px 12px 112px;
    }
}

.hero__topics-inner:before {
    border: 0.5333333333vw solid var(--color-onyx);
    border-radius: 4.8vw;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, calc(100% - 8vw) 0, calc(100% - 8vw) 8vw, 100% 8vw, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 8vw) 0, calc(100% - 8vw) 8vw, 100% 8vw, 100% 100%, 0 100%);
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (min-width: 768px) {
    .hero__topics-inner:before {
        border-radius: 24px;
        border-width: 2px;
        -webkit-clip-path: polygon(0 0, calc(100% - 260px) 0, calc(100% - 260px) 50%, 100% 50%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, calc(100% - 260px) 0, calc(100% - 260px) 50%, 100% 50%, 100% 100%, 0 100%);
    }
}

.hero__topics__title {
    background-color: var(--color-indigo);
    border-radius: 3.7333333333vw;
    color: var(--color-white);
    font-size: var(--fs14);
    font-weight: 700;
    left: -2.6666666667vw;
    line-height: 1.05;
    padding: 0.5333333333vw 2.1333333333vw 1.0666666667vw;
    position: absolute;
    top: 3.2vw;
}

@media (min-width: 768px) {
    .hero__topics__title {
        border-radius: 14px;
        font-size: var(--fs18);
        left: -16px;
        letter-spacing: 0.01em;
        padding: 2px 12px 4px;
        top: 12px;
    }
}

.hero__topics__list {
    width: 100%;
}

.hero__topics__list__item {
    align-items: center;
    color: inherit;
    display: flex;
    flex-flow: row wrap;
    font-size: 10px;
    font-weight: 700;
    gap: 0;
    justify-content: flex-start;
    line-height: 1.4;
    margin: 0 0 3.2vw;
    padding: 0;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .hero__topics__list__item {
        flex-wrap: nowrap;
        gap: 20px;
        margin: 0 0 4px;
    }
}

.hero__topics__list__item:last-child {
    margin-bottom: 0;
}

.hero__topics__list__item > time {
    display: block;
    flex: 0 0 100%;
    font-size: var(--fs15);
    letter-spacing: 0.1em;
    margin: 0;
    min-width: 0px;
}

@media (min-width: 768px) {
    .hero__topics__list__item > time {
        flex: 0 0 auto;
        font-size: var(--fs17);
    }
}

@media (min-width: 992px) {
    .hero__topics__list__item > time {
        font-size: var(--fs18);
    }
}

.hero__topics__list__item > span {
    display: block;
    flex: 0 0 100%;
    font-size: var(--fs15);
    letter-spacing: 0.1em;
    margin: 0;
    min-width: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .hero__topics__list__item > span {
        flex: 1 1 auto;
        font-size: var(--fs16);
    }
}

@media (min-width: 992px) {
    .hero__topics__list__item > span {
        font-size: var(--fs17);
    }
}

.hero__topics__list__item:focus {
    color: var(--color-indigo);
}

@media (hover: hover) and (pointer: fine) {
    .hero__topics__list__item:hover {
        color: var(--color-indigo);
    }
}

.fnav {
    padding: 0 var(--c-pad);
}

@media (max-width: 991px) {
    .fnav {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .fnav {
        padding: 30px var(--c-pad) 0;
    }
}

@media (min-width: 992px) {
    .fnav {
        bottom: 0;
        padding: 0;
        position: fixed;
        right: 0;
        z-index: 97;
    }
}

.fnav a {
    display: block;
    margin: 0 auto;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .fnav a {
        margin: 0;
    }
}

.fnav a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .fnav a:hover {
        opacity: 0.65;
    }
}

.fnav a img {
    width: 420px;
}

@media (min-width: 992px) {
    .fnav a img {
        width: 300px;
    }
}

@media (min-width: 1240px) {
    .fnav a img {
        width: 320px;
    }
}

.overview {
    overflow: hidden;
    padding: 10.6666666667vw 0 8vw;
    position: relative;
}

@media (min-width: 768px) {
    .overview {
        padding: 60px 0 90px;
    }
}

@media (min-width: 992px) {
    .overview {
        padding: 100px 0 90px;
    }
}

.overview-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.overview__item {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 10.6666666667vw 0;
    margin: 0 0 16vw;
}

@media (min-width: 768px) {
    .overview__item {
        flex-wrap: nowrap;
        gap: 0;
        margin: 0 0 152px;
    }
}

.overview__item:last-child {
    margin-bottom: 0;
}

.overview__item__contents {
    flex: 0 0 100%;
    min-width: 0px;
    padding: 0 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .overview__item__contents {
        flex: 0 0 calc(50% - 18px);
        padding: 0 0 0 36px;
    }
}

.overview__item__contents__title {
    font-size: var(--fs26);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.35;
    margin: 0 0 6.4vw;
    padding: 4.2666666667vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .overview__item__contents__title {
        font-size: var(--fs28);
        margin: 0 0 24px;
        padding: 20px 0 0;
    }
}

@media (min-width: 992px) {
    .overview__item__contents__title {
        font-size: var(--fs40);
    }
}

@media (min-width: 1240px) {
    .overview__item__contents__title {
        font-size: 2.625rem;
    }
}

.overview__item__contents__title:before {
    background-image: url(../images/commons/com-bracket-left-mb.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 13.8666666667vw;
    left: -5.3333333333vw;
    position: absolute;
    top: 0;
    width: 5.6vw;
}

@media (min-width: 768px) {
    .overview__item__contents__title:before {
        background-image: url(../images/commons/com-bracket-left.svg);
        height: 82px;
        left: -40px;
        width: 32px;
    }
}

.overview__item__contents__content {
    margin: 0 0 8.5333333333vw;
}

@media (min-width: 768px) {
    .overview__item__contents__content {
        margin: 0 0 32px;
    }
}

.overview__item__contents__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.9;
    margin: 0;
}

@media (min-width: 768px) {
    .overview__item__contents__content p {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .overview__item__contents__content p {
        font-size: var(--fs20);
    }
}

.overview__item__fig {
    flex: 0 0 100%;
    min-width: 0px;
}

@media (min-width: 768px) {
    .overview__item__fig {
        flex: 0 0 calc(50% + 18px);
    }
}

@media (min-width: 768px) {
    .overview__item__fig img[data-local="01"] {
        transform: translateX(40px);
    }
}

@media (min-width: 768px) {
    .overview__item__fig img[data-local="02"] {
        transform: translate(-30px, -24px);
    }
}

.overview__item:nth-child(2) {
    flex-direction: row-reverse;
}

.info {
    position: relative;
}

.info:before {
    background-image: url(../images/commons/com-shape-02.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -0.2666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .info:before {
        background-size: 1920px 40px;
        height: 40px;
        top: -1px;
    }
}

.info:after {
    background-image: url(../images/commons/com-shape-01.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    bottom: -0.2666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .info:after {
        background-size: 1920px 40px;
        bottom: -1px;
        height: 40px;
    }
}

.info-container {
    background-color: var(--color-cream);
    margin: 0 auto;
    max-width: 1535px;
    padding: 21.3333333333vw var(--c-pad) 21.3333333333vw;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .info-container {
        padding: 135px var(--c-pad);
    }
}

.info__main {
    margin: 0 auto 21.3333333333vw;
    max-width: 1200px;
    width: 100%;
}

@media (min-width: 768px) {
    .info__main {
        margin: 0 auto 145px;
    }
}

.info__main__item {
    margin: 0 0 21.3333333333vw;
}

@media (min-width: 768px) {
    .info__main__item {
        margin: 0 0 145px;
    }
}

.info__main__item:last-child {
    margin-bottom: 0;
}

.info__main__item__reason {
    display: grid;
    gap: 5.3333333333vw;
    grid-gap: 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
    .info__main__item__reason {
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .info__main__item__reason {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason {
        gap: 20px;
    }
}

.info__main__item__reason__item {
    background-color: var(--color-white);
    border: 0.5333333333vw solid var(--color-umber);
    border-radius: 4vw;
    color: inherit;
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 2;
    grid-template-rows: subgrid;
    padding: 3.2vw 3.2vw;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .info__main__item__reason__item {
        align-items: center;
        border-radius: 15px;
        border-width: 2px;
        display: flex;
        flex-flow: row wrap;
        justify-content: stretch;
        padding: 14px 8px 14px 63px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item {
        padding: 14px 8px 14px 90px;
    }
}

.info__main__item__reason__item__icon {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 0 3.2vw;
    width: 100%;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__icon {
        bottom: 0;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
        width: 63px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__icon {
        width: 90px;
    }
}

.info__main__item__reason__item__icon img[data-local="01"] {
    width: 22.4vw;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__icon img[data-local="01"] {
        width: 59px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__icon img[data-local="01"] {
        width: 84px;
    }
}

.info__main__item__reason__item__icon img[data-local="02"] {
    width: 17.0666666667vw;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__icon img[data-local="02"] {
        width: 45px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__icon img[data-local="02"] {
        width: 64px;
    }
}

.info__main__item__reason__item__icon img[data-local="03"] {
    width: 18.1333333333vw;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__icon img[data-local="03"] {
        width: 48px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__icon img[data-local="03"] {
        width: 68px;
    }
}

.info__main__item__reason__item__icon img[data-local="04"] {
    width: 17.0666666667vw;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__icon img[data-local="04"] {
        width: 45px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__icon img[data-local="04"] {
        width: 64px;
    }
}

.info__main__item__reason__item__icon img[data-local="05"] {
    width: 18.1333333333vw;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__icon img[data-local="05"] {
        width: 48px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__icon img[data-local="05"] {
        width: 68px;
    }
}

.info__main__item__reason__item__icon img[data-local="06"] {
    width: 21.8666666667vw;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__icon img[data-local="06"] {
        width: 58px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__icon img[data-local="06"] {
        width: 82px;
    }
}

.info__main__item__reason__item__icon img[data-local="07"] {
    width: 17.0666666667vw;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__icon img[data-local="07"] {
        width: 45px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__icon img[data-local="07"] {
        width: 64px;
    }
}

.info__main__item__reason__item__icon img[data-local="08"] {
    width: 15.4666666667vw;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__icon img[data-local="08"] {
        width: 41px;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__icon img[data-local="08"] {
        width: 58px;
    }
}

.info__main__item__reason__item__text {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .info__main__item__reason__item__text {
        flex: 1 1 auto;
        font-size: var(--fs17);
        line-height: 1.17;
    }
}

@media (min-width: 1240px) {
    .info__main__item__reason__item__text {
        font-size: var(--fs23);
    }
}

.info__main__item__reason__item:after {
    background-color: var(--color-peach);
    background-image: url(../images/icons/icon-black-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.12vw 2.64vw;
    border: 0.5333333333vw solid var(--color-umber);
    border-radius: 3.4666666667vw;
    bottom: 2.1333333333vw;
    content: "";
    display: block;
    height: 6.24vw;
    left: auto;
    margin: 0;
    position: absolute;
    right: 2.1333333333vw;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 6.24vw;
}

@media (min-width: 768px) {
    .info__main__item__reason__item:after {
        background-size: 13px 11px;
        border-radius: 13px;
        border-width: 2px;
        bottom: 8px;
        height: 26px;
        right: 8px;
        width: 26px;
    }
}

.info__main__item__reason__item:focus:after {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .info__main__item__reason__item:hover:after {
        background-color: var(--color-white);
    }
}

.info__main__item__ls {
    display: grid;
    gap: 16vw;
    grid-gap: 16vw;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .info__main__item__ls {
        gap: 60px 40px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .info__main__item__ls {
        gap: 60px 28px;
        grid-template-columns: repeat(4, 1fr);
    }
}

.info__main__item__ls__item {
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-row: span 3;
    grid-template-rows: subgrid;
    padding: 1.6vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .info__main__item__ls__item {
        padding: 6px 0 0;
    }
}

.info__main__item__ls__item__title {
    align-items: center;
    background-color: var(--color-sage);
    border: 0.5333333333vw solid var(--color-umber);
    border-radius: 4vw;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs24);
    font-weight: 700;
    height: 17.0666666667vw;
    justify-content: center;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 1.1;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 42.6666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .info__main__item__ls__item__title {
        border-radius: 15px;
        border-width: 2px;
        height: 64px;
        max-width: 180px;
        width: auto;
    }
}

@media (min-width: 1240px) {
    .info__main__item__ls__item__title {
        font-size: var(--fs30);
        height: 80px;
    }
}

.info__main__item__ls__item__icon {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: var(--color-white);
    border: 0.5333333333vw solid var(--color-umber);
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 auto 6.4vw;
    max-width: 100%;
    padding: 0;
    width: 70%;
}

@media (min-width: 768px) {
    .info__main__item__ls__item__icon {
        border-width: 2px;
        margin: 0 auto 24px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .info__main__item__ls__item__icon {
        width: 100%;
    }
}

.info__main__item__ls__item__icon img {
    height: calc(100% - 5.33333vw);
    object-fit: contain;
    object-position: center bottom;
    width: calc(100% - 5.33333vw);
}

@media (min-width: 768px) {
    .info__main__item__ls__item__icon img {
        height: calc(100% - 20px);
        width: calc(100% - 20px);
    }
}

.info__main__item__ls__item__content {
    margin: 0 auto 6.4vw;
    width: 100%;
}

@media (min-width: 768px) {
    .info__main__item__ls__item__content {
        margin: 0 auto 24px;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .info__main__item__ls__item__content {
        max-width: 240px;
        padding: 0;
    }
}

.info__main__item__ls__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 768px) {
    .info__main__item__ls__item__content p {
        font-size: var(--fs18);
    }
}

.info__main__item__ls__item__action {
    width: 100%;
}

.info__other {
    margin: 0 auto;
    max-width: 1070px;
    width: 100%;
}

@media (min-width: 768px) {
    .info__other {
        display: grid;
        gap: 54px;
        grid-gap: 54px;
        grid-template-columns: 1fr 1fr;
    }
}

.info__other__item {
    margin: 0 0 21.3333333333vw;
}

.info__other__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .info__other__item {
        display: grid;
        gap: 0;
        grid-gap: 0;
        grid-row: span 3;
        grid-template-rows: subgrid;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .info__other__item .com-title {
        margin-bottom: 55px;
    }
}

.info__other__item__content {
    margin: 0 auto 6.4vw;
}

@media (min-width: 768px) {
    .info__other__item__content {
        margin: 0 auto 24px;
        max-width: 430px;
    }
}

.info__other__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.66;
    margin: 0;
}

@media (min-width: 768px) {
    .info__other__item__content p {
        font-size: var(--fs18);
    }
}

.info__other__item__action {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .info__other__item__action {
        max-width: 424px;
    }
}

.info__other__item__actions {
    align-items: flex-end;
    display: flex;
    flex-flow: column nowrap;
    gap: 4.2666666667vw;
    justify-content: stretch;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .info__other__item__actions {
        gap: 16px;
        max-width: 490px;
    }
}

@media (min-width: 992px) {
    .info__other__item__actions {
        align-items: center;
        flex-direction: row;
    }
}

.info__other__item__actions__item {
    flex: 0 0 calc(50% - 2.13333vw);
}

@media (min-width: 768px) {
    .info__other__item__actions__item {
        flex: 0 0 auto;
    }
}

@media (min-width: 992px) {
    .info__other__item__actions__item {
        flex: 0 0 calc(50% - 8px);
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .info__other__item__actions__item .com-button {
        font-size: var(--fs15);
        max-width: 100%;
        width: 100%;
    }
}

.topics {
    margin: 0 0 21.3333333333vw;
    padding: 10.6666666667vw 0 0;
}

@media (min-width: 768px) {
    .topics {
        margin: 0 0 70px;
        padding: 100px 0 0;
    }
}

.topics-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.topics__list {
    margin: -1.0666666667vw auto 6.4vw;
    max-width: 1000px;
    width: 100%;
}

@media (min-width: 768px) {
    .topics__list {
        margin: -4px auto 24px;
    }
}

.topics__list__item {
    align-items: flex-start;
    border-radius: 5.3333333333vw;
    color: inherit;
    display: flex;
    flex-flow: row wrap;
    gap: 1.0666666667vw 0;
    justify-content: flex-start;
    margin: 0 0 4.2666666667vw;
    padding: 1.0666666667vw 4.2666666667vw;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .topics__list__item {
        border-radius: 20px;
        flex-wrap: nowrap;
        gap: 0;
        margin: 0 0 8px;
        padding: 4px 16px;
    }
}

.topics__list__item:last-child {
    margin-bottom: 0;
}

.topics__list__item__date {
    display: block;
    flex: 0 0 29.3333333333vw;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    padding: 0.05em 0 0;
}

@media (min-width: 768px) {
    .topics__list__item__date {
        flex: 0 0 120px;
        font-size: var(--fs18);
        padding: 0.075em 0 0;
    }
}

.topics__list__item__category {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    gap: 2.1333333333vw;
    justify-content: flex-start;
    margin: 0;
}

@media (min-width: 768px) {
    .topics__list__item__category {
        gap: 8px;
        margin-right: 20px;
    }
}

.topics__list__item__category span {
    align-items: center;
    background-color: var(--color-sage);
    border: 0.5333333333vw solid var(--color-umber);
    border-radius: 4vw;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 6.4vw;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.05;
    min-width: 26.6666666667vw;
    padding: 0 2.1333333333vw;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .topics__list__item__category span {
        border-radius: 15px;
        border-width: 2px;
        font-size: var(--fs16);
        height: 30px;
        min-width: 130px;
        padding: 0 8px;
    }
}

.topics__list__item__title {
    flex: 0 0 100%;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    padding: 0.075em 0 0;
}

@media (min-width: 768px) {
    .topics__list__item__title {
        flex: 1 1 auto;
        font-size: var(--fs18);
    }
}

.topics__list__item:focus {
    background-color: var(--color-peach);
}

@media (hover: hover) and (pointer: fine) {
    .topics__list__item:hover {
        background-color: var(--color-peach);
    }
}

.column {
    padding: 0 0 10.6666666667vw;
}

@media (min-width: 768px) {
    .column {
        padding: 0 0 90px;
    }
}

.column-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.column__list {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
    gap: 10.6666666667vw 5.3333333333vw;
    justify-content: flex-start;
    margin: 0 0 8vw;
}

@media (min-width: 768px) {
    .column__list {
        flex-wrap: nowrap;
        gap: 48px 30px;
        margin: 0 0 30px;
    }
}

@media (min-width: 992px) {
    .column__list {
        gap: 56px 38px;
    }
}

.column__list__item {
    color: inherit;
    display: block;
    flex: 0 0 calc(50% - 2.66667vw);
    text-decoration: none;
}

@media (min-width: 768px) {
    .column__list__item {
        flex: 0 0 calc(25% - 22.5px);
    }
}

@media (min-width: 992px) {
    .column__list__item {
        flex: 0 0 calc(25% - 28.5px);
    }
}

.column__list__item__fig {
    border-radius: 4vw;
    margin: 0 0 3.2vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .column__list__item__fig {
        border-radius: 15px;
        margin: 0 0 12px;
    }
}

.column__list__item__fig img {
    transition: transform var(--duration) var(--cubic) 0s;
}

.column__list__item__title {
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.075em;
    line-height: 1.4;
    padding: 0 7.3066666667vw 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .column__list__item__title {
        font-size: var(--fs18);
        padding: 0 30px 0 0;
    }
}

@media (min-width: 992px) {
    .column__list__item__title {
        font-size: var(--fs19);
    }
}

.column__list__item__title:after {
    background-color: var(--color-peach);
    background-image: url(../images/icons/icon-black-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3.12vw 2.64vw;
    border: 0.5333333333vw solid var(--color-umber);
    border-radius: 3.4666666667vw;
    content: "";
    display: block;
    height: 6.24vw;
    left: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 6.24vw;
}

@media (min-width: 768px) {
    .column__list__item__title:after {
        background-size: 13px 11px;
        border-radius: 13px;
        border-width: 2px;
        height: 26px;
        width: 26px;
    }
}

.column__list__item__title[data-local="03"] {
    letter-spacing: 0.01em;
}

.column__list__item:focus .column__list__item__fig img {
    transform: scale(1.05);
}

.column__list__item:focus .column__list__item__title:after {
    background-color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .column__list__item:hover .column__list__item__fig img {
        transform: scale(1.05);
    }

    .column__list__item:hover .column__list__item__title:after {
        background-color: var(--color-white);
    }
}

.company {
    position: relative;
}

.company:before {
    background-image: url(../images/commons/com-shape-02.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -0.2666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .company:before {
        background-size: 1920px 40px;
        height: 40px;
        top: -1px;
    }
}

.company:after {
    background-image: url(../images/commons/com-shape-01.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    bottom: -0.2666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .company:after {
        background-size: 1920px 40px;
        bottom: -1px;
        height: 40px;
    }
}

.company-container {
    background-color: var(--color-cream);
    margin: 0 auto;
    max-width: 1535px;
    padding: 21.3333333333vw var(--c-pad);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .company-container {
        padding: 145px var(--c-pad) 135px;
    }
}

.company__item {
    margin: 0 0 21.3333333333vw;
}

@media (min-width: 768px) {
    .company__item {
        margin: 0 0 100px;
    }
}

.company__item:last-child {
    margin-bottom: 0;
}

.company__item__banner {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 5.3333333333vw;
    justify-content: center;
    margin: -1.0666666667vw auto 0;
    max-width: 895px;
}

@media (min-width: 768px) {
    .company__item__banner {
        gap: 30px;
        margin: -4px auto 0;
    }
}

.company__item__banner__item {
    display: block;
    flex: 0 0 calc(50% - 2.66667vw);
    font-size: 10px;
    text-decoration: none;
    transition: opacity var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .company__item__banner__item {
        flex: 0 0 auto;
    }
}

.company__item__banner__item:focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    .company__item__banner__item:hover {
        opacity: 0.75;
    }
}

.company__item__banner__item img[data-local=hoken119-off] {
    width: 100%;
}

@media (min-width: 768px) {
    .company__item__banner__item img[data-local=hoken119-off] {
        width: 222px;
    }
}

@media (min-width: 992px) {
    .company__item__banner__item img[data-local=hoken119-off] {
        width: 295px;
    }
}

.company__item__banner__item img[data-local=hoken119-jibai] {
    width: 100%;
}

@media (min-width: 768px) {
    .company__item__banner__item img[data-local=hoken119-jibai] {
        width: 183px;
    }
}

@media (min-width: 992px) {
    .company__item__banner__item img[data-local=hoken119-jibai] {
        width: 244px;
    }
}

.company__item__banner__item img[data-local=sompo-japan-norupita] {
    width: 100%;
}

@media (min-width: 768px) {
    .company__item__banner__item img[data-local=sompo-japan-norupita] {
        width: 222px;
    }
}

@media (min-width: 992px) {
    .company__item__banner__item img[data-local=sompo-japan-norupita] {
        width: 296px;
    }
}

.company__item__banner__item img[data-local=ipet-ins] {
    width: 100%;
}

@media (min-width: 768px) {
    .company__item__banner__item img[data-local=ipet-ins] {
        width: 221px;
    }
}

@media (min-width: 992px) {
    .company__item__banner__item img[data-local=ipet-ins] {
        width: 294px;
    }
}

.company__item__banner__item img[data-local=ipet-ins-light] {
    width: 100%;
}

@media (min-width: 768px) {
    .company__item__banner__item img[data-local=ipet-ins-light] {
        width: 221px;
    }
}

@media (min-width: 992px) {
    .company__item__banner__item img[data-local=ipet-ins-light] {
        width: 294px;
    }
}

.company__item__list {
    display: grid;
    gap: 5.3333333333vw;
    grid-gap: 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    max-width: 1080px;
}

@media (min-width: 768px) {
    .company__item__list {
        gap: 22px 20px;
        grid-template-columns: repeat(4, 1fr);
        margin: -4px auto 0;
    }
}

.company__item__list__item {
    aspect-ratio: 252/80;
    background-color: var(--color-white);
    border: 0.2666666667vw solid var(--color-pewter);
    display: block;
    font-size: 10px;
}

@media (min-width: 768px) {
    .company__item__list__item {
        border-width: 1px;
    }
}