#wrapper {
    overflow-x: clip;
}

.breadcrumb {
    max-width: 1140px;
}

.lpcontent-head {
    border-bottom: 3px solid #333;
    padding: 20px 0;
}
.lpcontent-head h1 {
    color: #1955a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto;
    width: 92%;
    max-width: 1180px;
}
.lpcontent-body {
    background: #f5fbfe;
    padding: 45px 0;
}
.lpcontent-blocks {
    margin: 0 auto;
    width: 92%;
    max-width: 1050px;
}
.lpcontent-block:not(:last-child) {
    margin: 0 0 45px;
}
.lpcontent-block h2 {
    color: #1955a6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 35px;
}
.lpcontent-block h2::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #1955a6;
    margin-left: 20px;
}
.lpcontent-text__items {
    display: grid;
    gap: 25px;
}
.lpcontent-text__item {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}
.lpcontent-text__item h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 20px;
}
.lpcontent-text__item p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
}
.lpcontent-notice {
    border: 1px solid #1955a6;
    margin: 85px 0 0;
    padding: 50px 20px 25px;
    position: relative;
}
.lpcontent-notice__ttl {
    background: #1955a6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 10px;
    position: absolute;
    left: -1px;
    top: -25px;
    width: 100%;
    max-width: max-content;
}
.lpcontent-notice__ttl h4 {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 700;
}
.lpcontent-notice__list {
    display: grid;
    gap: 15px;
}
.lpcontent-notice__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lpcontent-notice__item dt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 21px;
    font-weight: 700;
    width: 250px;
}
.lpcontent-notice__item dd {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    width: calc(100% - 250px);
}
.lpcontent-notice__txt p {
    color: #1955a6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 33px;
    font-weight: 700;
    margin: 35px 0 0;
    text-align: center;
}
.lpcontent-sliders {
    position: relative;
}
.lpcontent-slider {
    margin: 0 auto;
    padding: 0 0 35px;
    width: 95%;
    max-width: 1000px;
}
.lpcontent-slide.swiper-slide {
    width: 340px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #333;
    height: 16px;
    opacity: 1;
    width: 16px;
}
.swiper-pagination-bullet-active {
    background: #333;
}
.sp-br {
    display: none;
}

@media screen and (max-width: 768px) {
    .lpcontent-head h1 {
        font-size: 28px;
    }
    .lpcontent-block:not(:last-child) {
        margin: 0 0 35px;
    }
    .lpcontent-block h2 {
        font-size: 24px;
        margin: 0 0 25px;
    }
    .lpcontent-text__item h3 {
        font-size: 18px;
    }
    .lpcontent-text__item p {
        font-size: 13px;
    }
    .lpcontent-notice {
        padding: 75px 15px 25px;
    }
    .lpcontent-notice__ttl {
        height: 75px;
        top: -32px;
        width: 95%;
    }
    .lpcontent-notice__ttl h4 {
        font-size: 18px;
    }
    .lpcontent-notice__item dt {
        font-size: 18px;
        width: 100%;
    }
    .lpcontent-notice__item dd {
        font-size: 15px;
        margin: 8px 0 0;
        width: 100%;
    }
    .lpcontent-notice__txt p {
        font-size: 21px;
        margin: 25px 0 0;
    }
    .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
    .lpcontent-slide.swiper-slide {
        width: 240px;
    }
	.sp-br {
        display: block;
    }
}
@media screen and (max-width: 468px) {
    .lpcontent-notice__ttl h4 {
        font-size: 15px;
    }
}



