/* =================================
	フォーム
================================== */
.pageWrap #mainvisualPage3 { padding-top: 0; }
.pageWrap .FORM .contIn { width: stretch; }
@media screen and (max-width:768px) {
  .pageWrap .FORM iframe {
    width: 100%;
  }
}

.hbspt-form {
  margin-bottom: 80px;
  height: 100%;
}

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1134px;
    margin: 32px auto 40px;
    justify-content: center;
    text-align: left;
}
.content-wrapper h1 {
    font-size: clamp(18px, 2vw, 1.75rem);
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.25;
}
.text-center {
    text-align: center;
}
.color-blue {
    color: #334a85;
}
.content-left {
    width: 630px;
    margin-right: 24px;
}
.content-right {
    width: 460px;
}
.pageWrap .content-right .contIn {
  width: stretch;
}
.slide.--current {
    display: block;
}
.slide-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.slide-container {
    width: fit-content;
}
.slides {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
    width: 300%; /* スライド数に応じて調整 */
}
.slide {
    width: 100%;
    flex-shrink: 0;
}
.carousel__prev, .carousel__next {
    width: 32px;
    height: 32px;
    background-color: #9c9da1;
    border-radius: 50%;
    border: 0;
    box-shadow: 0 6px 12px #e6e7eb;
    cursor: pointer;
    display: flex;
    font-size: 30px;
    justify-content: center;
    padding: 0;
    position: absolute;
    inset-block-start: 50%;
    transform: translateY(-50%);
    transition: opacity .3s;
    opacity: 0.8
}
.carousel__prev:hover, .carousel__next:hover {
    opacity: 0.3;
}
.carousel__prev {
    left: 16px;
}
.carousel__next {
    right: 16px;
}
.hidden {
    display: none;
}
.carousel__pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
}
.carousel__pagination-button {
    width: 10px;
    height: 10px;
    background-color: #e6e7eb;
    border: 0;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
}
.carousel__pagination-button--active {
    background-color: #334A85;
}
.text-wrapper {
    background-color: #D9E1F5;
    padding: 1rem 0.85rem;
    text-align: left;
    display: grid;
    gap: 1.25rem;
    margin: 2rem 0;
    font-size: 16px;
}
.text-wrapper h2 {
    color: var(--relief-blue);
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.text-wrapper h2 img { width: 30px; }
.text-wrapper ul {
    list-style-type: disc;
    padding-left: 2rem;
}
.text-wrapper p {
    font-size: 16px;
    line-height: 1.6;
}
@media screen and (max-width:1134px) {
    #bread-wrap {
        padding-left: 16px;
    }
    .content-wrapper {
        padding: 0 3%;
        justify-content: space-between;
        width: stretch;
    }
    .content-left, .content-right {
        width: 48%;
        margin: 0;
    }
}
@media screen and (max-width:767px) {
    .content-wrapper {
        padding: 24px;
        width: 98%;
        flex-direction: column;
    }
    .content-left, .content-right {
        width: 100%;
    }
}