body {
    font-family: 'Noto Sans JP', sans-serif;
}
.stepbar {
    margin: 0 auto;
    width: 80%;
}
.stepbar .stepbarwrap {
    margin: 2em 0;
    position: relative;
}
.stepbar .stepbarwrap .steptitle {
    display: inline-flex;
    align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
    display: inline-block;
    width: 3em;
    height: 3em;
    content: "";
    border-radius: 50%;
    background-color: #03528F;
    color: #fff;
    text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
    display: inline-block;
    line-height: 1.2em;
    font-size: 0.8em;
    font-weight: bold;
    position: relative;
    top: 0.9em;
}
.stepbar .stepbarwrap .steptitle .title {
    margin: 0.5em;
    font-weight: bold;
    font-size: 1.2em;
}
.stepbar .stepbarwrap .steptxt {
    padding-left: 3.5em;
}
.stepbar .stepbarwrap .steptxt .txt {
    font-size: 0.9em;
}
.stepbar .stepbarwrap .stepline {
    width: 1px;
    height: calc(100% + 1em);
    background-color: #03528F;
    position: absolute;
    top: 1em;
    left: 1.5em;
    z-index: -1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
    display: none;
}
@media screen and (max-width: 960px) {
    .stepbar {
        width: 90%;
    }
}
.scroll-down__label {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #ff6a3d;
}
.scroll-down_line::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ff6a3d;
    animation: scrolldown 1.5s linear infinite;
}
.section-header.is-style-title-border-vertical-down::after {
    content: "";
    display: block;
    margin: 20px auto 0;
    width: 2px;
    height: 50px;
}
.ol-article__body {
    padding-top: 20px;
}
.single p,
.page:not(.home) p {
    margin-top: clamp(16px, 3rem + 0vw, 16px);
    margin-bottom: clamp(16px, 3rem + 0vw, 16px);
}
.ol-section {
    margin-top: clamp(20px, 2.0454545455rem + 8.5227272727vw, 80px);
    margin-bottom: clamp(120px, 2.0454545455rem + 8.5227272727vw, 180px);
}
@media screen and (max-width: 767px) {
    [class="icon-phone"]::before {
        position: relative;
        top: 0.5px;
        left: 1.5px;
    }
    .cta-floating__body {
        height: 50px;
    }
    .header-cta-sp .header-cta__tell-icon i {
        display: flex;
        align-content: center;
        justify-content: center;
        padding: 3px;
        border: 2px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        border-radius: 50%;
        border-color: var(--ema-header-cta-tel-icon);
        line-height: 1.5;
        font-size: var(--ema-font-size-l2);
        color: var(--ema-header-cta-tel-icon);
    }
}
@media screen and (min-width: 960px) {
    .section-title {
        font-size: 40px;
    }
}
.section-description {
    margin-top: 12px;
    line-height: 26px;
}
.section-header {
    margin-bottom: 20px;
}
[class^="icon-"]::before,
[class*="icon-"]::before {
    position: relative;
    top: 0px;
    left: 2px;
}
.solution-box-list.is-title-top-speech-bubble .solution-box-icon i::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 16px;
    height: 16px;
    background-color: #1A6CB0;
    border-right: 2px solid;
    border-right-color: currentcolor;
    border-bottom: 2px solid;
    border-bottom-color: currentcolor;
    border-color: #fff;
    transform: translateX(-50%) rotate(45deg);
    transition: all .2s ease 0;
}
.solution-box-list[class*="is-title-top-"] i {
    display: inline-block;
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: var(--ema-font-size-l5);
    background-color: #1A6CB0;
    border: 2px solid #fff;
}
.solution-box-detail__title {
    letter-spacing: .1em;
    font-size: 1.45rem;
    color: #333;
}
.benefit-box-detail-title {
    letter-spacing: .1em;
    font-size: 1.3rem;
    color: #155A93;
    text-decoration: underline;
    text-underline-offset: 10px;
}
.is-text-align-center-left {
    line-height: 24px;
}
.sales-box-header__title {
    color: #1A6CB0;
}
.icon-blue::before {
    color: #1A6CB0;
}
.ol-story__h3 {
    color: #1A6CB0;
    text-underline-offset: 10px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.ol-article__title {
    font-size: clamp(30px,0.5113636364rem + 2.1306818182vw,42px);
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .12em;
}