html {
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}

.responsive_PC {
    display: block;
}

.responsive_SMP {
    display: none !important;
}

.partition-header {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.partition-header img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 781px;
    display: block;
}

.partition-header-title {
    position: absolute;
    top: 150px;
    left: 50px;
}

.partition-header-title p {
    font-size: 60px;
    font-weight: 900;
    color: #181C5D;
    background-color: #fff;
    margin: 8px 0;
    padding: 5px;
    display: inline-block;
    letter-spacing: 3px;
}

.partition-header-title h1 span {
    font-size: 68px;
    font-weight: 900;
    color: #181C5D;
    background-color: #fff;
    margin: 8px 0;
    padding: 10px;
    display: inline-block;
    letter-spacing: 3px;
}

.partition-header-title h1 span span {
    font-size: 54px;
    padding: 0;
}

.partition-header-text {
    position: absolute;
    max-width: 600px;
    bottom: 40px;
    left: 70px;
}

.partition-header-subtitle {
    background-color: #181C5D;
    color: #fff;
    font-size: 21px;
    letter-spacing: 3px;
    display: inline-block;
    padding: 9px 18px;
    border-radius: 100vh;
    margin: 0 0 15px;
    font-weight: 700;
}

.partition-header-text ol {
    text-align: left;
    margin: 0 10px 20px;
}

.partition-header-text li {
    background-color: #fff;
    padding: 3px;
    display: inline-block;
    margin: 3px 0;
}

.partition-header-text p:before {
    display: inline-block;
    margin: 0 0 0 -15px;
}

.partition-header-text li:first-child .reason::before {
    content: "1.";
}

.partition-header-text li:nth-child(2) .reason::before {
    content: "2.";
}

.partition-header-text .reason {
    font-size: 16px;
    font-weight: 900;
    color: #181C5D;
    margin: 0 0 0 15px;
}

.partition-header-text .reason span {
    font-weight: 900;
    background-image: linear-gradient(167deg, rgba(82, 229, 231, 1), rgba(19, 12, 183, 1) 88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partition-campaign {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-image: url(../img/drawing-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.8rem;
}

.partition-campaign a img {
    width: 90%;
    max-width: 880px;
    display: block;
    margin: 0 auto;
}

.partition-merit {
    padding-top: 120px;
    width: 100vw;
    background-image: url(../img/ob_logo-gradation.png);
    background-repeat: no-repeat;
    background-position: 104% top;
    background-size: 25%;
}

.partition-merit h2,
.partition-customize h2,
.partition-step h2,
.partition-FAQ h2 {
    text-align: center;
    font-size: 2em;
    overflow-wrap: anywhere;
    word-break: keep-all;
    line-height: 1.5em;
    font-weight: 700;
    color: #181C5D;
    letter-spacing: 2px;
    margin: 0 0 30px;
}

.partition-merit-inner {
    max-width: 1440px;
    margin: 0 auto 120px;
    display: flex;
    justify-content: center;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.partition-merit-inner>div {
    width: 24%;
    margin: 30px;
    text-align: center;
}

.partition-merit-inner>div p:nth-child(3) {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
}

.partition-merit-inner>div p:nth-child(3) .link {
    font-weight: 700;
    text-decoration: underline;
}

.partition-merit-No {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #181C5D;
    width: 58px;
    height: 58px;
    box-shadow: 3px 3px 0px 0px rgba(24, 28, 93, 1);
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 40px;
}

.partition-merit-subtitle {
    color: #181C5D;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.9em;
    margin: 0 auto 20px;
}

.partition-type {
    margin: -20px auto 100px;
}

.partition-type .BK-gradation-top {
    background: rgb(70, 89, 154);
    background: linear-gradient(180deg, rgba(70, 89, 154, 1) 16%, rgba(73, 94, 163, 0.82) 34%, rgba(76, 98, 171, 0.67) 50%, rgba(163, 174, 211, 0.64) 75%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 30px 0 0 !important;
}

.partition-type-title {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partition-type-title div {
    width: 43%;
    margin: 0 20px;
}

.partition-type-title div p:first-child {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
    margin-top: -60px;
}

.partition-type-title div h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 3em;
}

.partition-type-title div p:first-child span {
    background: rgb(94, 168, 255);
    background: linear-gradient(124deg, rgba(94, 168, 255, 1) 16%, rgba(207, 210, 249, 1) 55%, rgba(202, 152, 248, 1) 93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partition-type-inner {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 80px auto 100px;
    font-size: 16px;
    line-height: 1.8em;
}

.partition-type-inner div:first-child {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.partition-type-inner div:first-child h3 {
    width: 43%;
    font-size: 24px;
    font-weight: 900;
    color: #181C5D;
}

.partition-type-inner div:first-child h3::before {
    content: '';
    display: inline-block;
    width: 68px;
    height: 48px;
    background-image: url(../img/Union.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 18px;
}

.partition-type-inner div:first-child img {
    width: 54%;
}

.partition-type-inner-text {
    position: absolute;
    width: 43%;
    top: 58px;
    right: 0;
    font-weight: 400;
}

.partition-type-inner-text span {
    color: #181C5D;
    white-space: nowrap;
}

.partition-type-inner-features {
    position: absolute;
    background-color: #F1F6FD;
    color: #181C5D;
    font-weight: 700;
    width: 43%;
    top: 160px;
    right: 0;
    padding: 10px 12px 8px;
}

.partition-type-inner-features h4::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 30px;
    background-image: url(../img/light-bulb.png);
    background-size: contain;
    vertical-align: bottom;
    margin-right: 9px;
    margin-bottom: 2px;
}

.partition-type-inner-features p {
    margin-left: 18px;
}

.partition-type-color {
    margin: 40px 0;
}

.partition-type-color p {
    text-align: center;
}

.partition-type-color p:last-child {
    font-size: 12px;
}

.partition-type-color div {
    display: flex;
    width: 72%;
    margin: 20px auto;
}

.partition-type-inner.right-image div:first-child {
    flex-direction: row;
}

.right-image .partition-type-inner-text {
    left: 0;
}

.partition-type-inner .right-text {
    position: absolute;
    bottom: -5px;
    width: 43%;
    font-weight: 400;
}

.partition-type-inner.right-image .sliding-wall {
    position: relative;
    padding-left: 90px;
}

.partition-type-inner.right-image .sliding-wall span {
    position: absolute;
    top: 32px;
    left: 76px;
}

.partition-type-inner.right-image .sliding-wall::before {
    position: absolute;
    top: 5px;
    left: 0;
}

.partition-type-bottom {
    background: rgb(70, 89, 154);
    background: linear-gradient(0deg, rgba(70, 89, 154, 1) 10%, rgba(76, 98, 171, 0.84) 31%, rgba(149, 165, 219, 0.61) 66%, rgba(255, 255, 255, 0) 100%);
    height: 180px;
    border-radius: 0 0 0 30px !important;
    margin-top: -60px;
}

.partition-customize,
.partition-step {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 120px;
}

.partition-customize .h2-decoration-01,
.partition-step .h2-decoration-01,
.partition-FAQ-inner .h2-decoration-01 {
    text-align: center;
    font-size: 10px;
    letter-spacing: 6px;
    margin: -10px 0 20px;
}

.partition-FAQ-inner .h2-decoration-01 {
    margin-bottom: 30px;
}

.partition-customize .h2-decoration-01 span,
.partition-step .h2-decoration-01 span,
.partition-FAQ-inner .h2-decoration-01 span {
    color: #181C5D;
    opacity: 0.8;
}

.partition-customize .h2-decoration-01 span:nth-child(2),
.partition-step .h2-decoration-01 span:nth-child(2),
.partition-FAQ-inner .h2-decoration-01 span:nth-child(2) {
    opacity: 0.4;
}

.partition-customize>p:nth-child(3),
.partition-step>p:nth-child(3) {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #181C5D;
    letter-spacing: 1px;
    line-height: 2.1rem;
}

.partition-customize>p:nth-child(3) span {
    font-size: 28px;
}

.partition-customize-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 45px 0 0;
}

.partition-customize-inner div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 32%;
    background-color: #F1F6FD;
    margin: 0 0 24px;
}

.partition-customize-inner div img {
    width: 136px;
    margin: 30px auto 20px;
    display: block;
}

.partition-customize>.partition-customize-inner div p {
    padding: 0 25px 30px;
    line-height: 1.8em;
    font-weight: 400;
}

.partition-customize>.partition-customize-inner div p:last-child {
    background-color: #181C5D;
    color: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-top: auto;
    font-weight: 500;
}

.partition-step {
    margin: -24px auto 120px;
}

.partition-step img {
    margin: 50px 0 0;
}

.partition-FAQ {
    background-color: #F1F6FD;
    padding: 100px 0 50px;
    margin: 0 0 100px;
}

.partition-FAQ-inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto
}

.partition-FAQ-inner>div {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.partition-FAQ-inner>div:nth-child(even) {
    margin: 0 0 50px;
}

.partition-FAQ-q {
    width: 52px;
    line-height: 52px;
    border-radius: 5px;
    background-color: #181C5D;
    color: #fff;
    flex-shrink: 0;
}

.partition-FAQ-q p,
.partition-FAQ-a p {
    font-size: 24px;
    text-align: center;
}

.partition-FAQ-q-text,
.partition-FAQ-a-text {
    width: 100%;
}

.partition-FAQ-q-text p {
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 0px 5px 5px 0px;
    line-height: 52px;
    padding: 0 20px;
}

.partition-FAQ-a {
    width: 52px;
    line-height: 52px;
    border-radius: 5px;
    border: 2px solid #181C5D;
    flex-shrink: 0;
    background-color: #fff;
}

.partition-FAQ-a-text p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 1.8em;
}

.partition-type-inner.right-image .partition-type-inner-features {
    left: 0;
}

.partition-type-inner.right-image.high-partition .partition-type-inner-features {
    top: 235px;
}

@media screen and (min-width:1440px) {
    .partition-merit {
        background-position: calc(50% + 520px) top;
        background-size: 480px;
        border-radius: 0 30px 0 0;
    }
}

@media screen and (max-width:1024px) {
    .partition-header img {
        height: 632px;
    }

    .partition-header-title p {
        font-size: 42px;
    }

    .partition-header-title h1 span {
        font-size: 44px;
        letter-spacing: 1px;
        padding: 3px 3px 1px;
    }
	
    .partition-header-title h1 span span {
        font-size: 36px;
    }

    .partition-header-title {
        top: 130px;
        left: 40px;
    }

    .partition-header-text {
        left: 50px;
    }

    .partition-header-subtitle {
        margin: 0 0 12px;
    }

    .partition-campaign {
        position: absolute;
        top: 605px;
    }

    .partition-merit {
        padding-top: 80px;
        margin: 173px auto 100px;
        background-position: 107% top;
        background-size: 38%;
    }

    .partition-merit-inner {
        flex-wrap: wrap;
    }

    .partition-merit-inner>div {
        width: 90%;
        margin: 20px;
    }

    .partition-merit h2,
    .partition-customize h2,
    .partition-step h2,
    .partition-FAQ-inner h2 {
        font-size: 1.5em;
        letter-spacing: 1px;
    }

    .partition-customize .h2-decoration-01,
    .partition-step .h2-decoration-01,
    .partition-FAQ-inner .h2-decoration-01 {
        margin: -16px 0 12px;
    }

    .partition-merit-No {
        width: 50px;
        height: 50px;
        font-size: 1.3em;
        margin: 0 auto 20px;
    }

    .partition-merit-subtitle {
        font-size: 1.3em;
        margin: 0 auto 15px;
    }

    .partition-merit-inner>div p:nth-child(3) {
        font-size: 1em;
    }

    .partition-type-title {
        margin: 0 0 60px;
    }

    .partition-type-title div:first-child {
        width: 44%;
    }

    .partition-type-title div:last-child {
        width: 50%;
    }

    .partition-type-title div p:first-child {
        font-size: 40px;
        line-height: 2em;
    }

    .partition-type-title div h2 {
        font-size: 18px;
        line-height: 1.5em;
        overflow-wrap: anywhere;
        word-break: keep-all;
    }

    .partition-type-inner {
        margin: 50px auto;
        padding: 0 0 50px;
        border-bottom: 1px solid #DFE4EA;
    }

    .partition-type-inner-features,
    .partition-type-inner .right-text {
        position: initial;
        width: 100%;
        margin-top: 20px;
    }

    .partition-type-inner div:first-child h3 {
        width: 49%;
        font-size: 20px;
    }

    .partition-type-inner div:first-child img {
        width: 48%;
    }

    .partition-type-inner div:first-child h3::before {
        width: 58px;
        height: 40px;
    }

    .partition-type-inner-text {
        width: 49%;
    }

    .partition-type-color {
        margin: 20px 0 0;
    }

    .partition-type-color div {
        width: initial;
        margin: 15px auto 13px;
    }

    .partition-type-color img {
        width: 50%;
    }

    .partition-type-color p {
        text-align: left;
    }

    .partition-type-inner.right-image .sliding-wall {
        padding-left: 80px;
    }

    .partition-type-inner.right-image .sliding-wall span {
        left: 70px;
    }

    .partition-customize>p:nth-child(3),
    .partition-step>p:nth-child(3) {
        font-size: 16px;
        line-height: 1.8rem;
    }

    .partition-customize-inner div {
        width: 49%;
    }

    .partition-FAQ-inner>div {
        align-items: flex-start;
    }

    .partition-FAQ-q,
    .partition-FAQ-a {
        width: 40px;
        line-height: 40px;
    }

    .partition-FAQ-q p,
    .partition-FAQ-a p {
        font-size: 20px;
    }

    .partition-FAQ-q-text p {
        background-color: initial;
        font-size: 18px;
        line-height: 2rem;
    }

    .partition-type-bottom {
        height: 130px;
    }

    .partition-type-inner.right-image.high-partition .partition-type-inner-features {
        margin-top: 90px;
    }
}

@media screen and (max-width:733px) {
    .responsive_SMP {
        display: block !important;
    }

    .responsive_PC {
        display: none !important;
    }

    .partition-campaign a img {
        height: 95px;
        width: auto;
    }

    .partition-header img {
        object-position: 75% -57px;
        height: 496px;
    }

    .partition-header-title p {
        font-size: 32px;
        margin: 3px 0;
    }

    .partition-header-title h1 span {
        font-size: 32px;
        margin: 3px 0;
    }
	
    .partition-header-title h1 span span {
        font-size: 24px;
    }

    .partition-header-title {
        top: 100px;
        left: 10px;
    }

    .partition-header-subtitle {
        font-size: 15px;
        letter-spacing: 1px;
        padding: 10px;
    }

    .partition-header-text {
        top: 403px;
        left: 0;
        text-align: center;
    }

    .partition-header-text .reason {
        font-size: 14px;
        line-height: 1.3rem;
    }

    .partition-header-text li {
        margin: 1px 0;
    }

    .partition-campaign {
        top: 540px;
        padding: 1rem 0;
    }

    .partition-merit {
        margin: 171px auto 100px;
        background-image: none;
    }

    .partition-type {
        margin: -20px auto 80px;
    }

    .partition-type-title {
        flex-wrap: wrap;
        padding: 10px 2px;
        margin: 0 0 40px;
    }

    .partition-type-title div:first-child,
    .partition-type-title div:last-child {
        width: 100%;
    }

    .partition-merit-subtitle {
        line-height: 2rem;
    }

    .partition-type-title div p:first-child {
        font-size: 32px;
        line-height: 1.8em;
        margin: 0;
    }

    .partition-type-title div h2 {
        font-size: 18px;
        line-height: 1.5em;
        margin-bottom: 10px;
    }

    .partition-type-inner {
        margin: 35px auto;
        padding: 0 0 40px;
    }

    .partition-type-inner div:first-child,
    .partition-type-inner.right-image div:first-child {
        flex-direction: column;
        width: 100%;
    }

    .partition-type-inner div:first-child h3,
    .partition-type-inner div:first-child img {
        width: 100%;
        margin: 0 0 20px;
    }

    .partition-type-inner-text {
        position: initial;
        width: 100%;
    }

    .partition-type-color div {
        margin: 20px auto;
        flex-wrap: wrap;
    }

    .partition-type-color div img {
        width: 100%;
        margin: 10px 0;
    }

    .partition-type-color p:last-child {
        line-height: 1.3rem;
    }

    .partition-type-bottom {
        margin-top: -45px;
    }

    .partition-customize,
    .partition-step {
        margin-bottom: 80px;
    }

    .partition-customize-inner {
        margin: 30px 0 0;
    }

    .partition-customize-inner div {
        width: 100%;
    }

    .partition-customize>p:nth-child(3),
    .partition-step>p:nth-child(3) {
        text-align: left;
        line-height: 1.6rem;
    }

    .partition-step .scroll-box {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .partition-step .scroll-box img {
        width: 720px;
        height: 129.6px;
    }

    .partition-type-inner.right-image .sliding-wall {
        margin: 0 0 45px;
    }

    .partition-type-inner.right-image.high-partition .partition-type-inner-text {
        margin-top: 0 !important;
    }

    .partition-type-inner.right-image.high-partition .partition-type-inner-features {
        margin-top: 26px;
    }

    .partition-FAQ {
        padding: 60px 0 50px;
    }

    .partition-FAQ-inner .h2-decoration-01 {
        margin-bottom: 20px;
    }

    .partition-FAQ-inner>div:nth-child(even) {
        margin: 0 0 30px;
    }
}

@media screen and (max-width:374px) {

    .partition-merit-inner>div p:nth-child(3),
    .partition-customize>p:nth-child(3),
    .partition-step>p:nth-child(3),
    .partition-type-inner-text,
    .partition-type-inner-features,
    .partition-type-inner .right-text,
    .partition-type-color p,
    .partition-customize>.partition-customize-inner div p,
    .partition-FAQ-a-text p,
    .partition-FAQ-q-text p {
        font-size: 14px;
        line-height: 1.5rem;
    }

    .partition-merit-subtitle,
    .partition-type-inner div:first-child h3,
    .partition-merit h2,
    .partition-customize h2,
    .partition-step h2,
    .partition-FAQ-inner h2 {
        font-size: 20px;
    }

    .partition-customize>p:nth-child(3),
    .partition-step>p:nth-child(3) {
        line-height: 1.5rem;
    }

    .partition-header-subtitle {
        font-size: 13px;
        letter-spacing: 0;
    }

    .partition-campaign {
        top: 560px;
    }

    .partition-merit {
        margin: 191px auto 100px;
    }

    .partition-type-inner div:first-child h3::before {
        width: 45px;
        height: 29px;
    }

    .partition-type-inner.right-image .sliding-wall {
        padding-left: 60px;
        font-size: 17px;
    }

    .partition-type-inner.right-image .sliding-wall span {
        left: 50px;
        line-height: 1rem;
    }

    .partition-type-inner-features p {
        margin-left: 0;
    }
}

@media screen and (max-width:733px) {
    html {
        scroll-padding-top: 80px;
    }
}

/* お問い合わせフォーム前テキスト */

.ob_facility_teled-sec-title-text-s.before_form_text {
position: relative;
margin: -15px 0 100px;
padding: 0 20px;
}

.ob_facility_teled-sec-title-text-s.before_form_text::after {
position: absolute;
content: "";
background-image: url(../img/arrow_next.svg);
filter: brightness(0) saturate(100%) invert(88%) sepia(14%) saturate(683%) hue-rotate(198deg) brightness(108%) contrast(90%);
width: 24px;
height: 36px;
display: inline-block;
background-repeat: no-repeat;
background-size: contain;
transform: rotate(90deg);
bottom: -65px;
}

.ob_facility_teled-sec-title-text-s.before_form_text span {
font-size: clamp(22px, 1.8vw, 28px);
}

@media screen and (max-width: 480px) {

.before_form_text span {
text-align: left !important;
}

.resp-smp-nowrap {
display: none;
}
}