* {
    box-sizing: border-box;
}

/* カラー */
.primaryColor {
    color: #303AB1;
}
#features, #scene, #flow, #download {
    background-color: #E9F2F4;
}
/* カラー */

/* セクションタイトル */
.c-h2-a .c-h2-a__text .h2TitleJp {
    font-size: clamp(32px, 4.45vw, 64px);
    line-height: 150%;
    font-feature-settings: 'halt' on;
    color: #272B61;
}

.h2TitleEn {
    font-size: clamp(20px, 1.67vw, 24px);
    color: #303AB1;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.h2TitleEn::before,
.h2TitleEn::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.h2TitleEn::before {
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/docuware/img/h2TitleEn-1.svg");
    left: -1em;
}

.h2TitleEn::after {
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/docuware/img/h2TitleEn-2.svg");
    right: -1.5em;
}
/* セクションタイトル */

/* mv */
@media screen and (min-width: 1440.02px) {
    .c-mv__image {
        background-position: bottom;
    }
}

.c-mv .c-button-a {
    border: 1px solid #fff;
}

.floatBox {
    max-width: 396px;
    z-index: 1;
    right: 25%;
    position: absolute;
    bottom: 0;
}
/* mv */
/* #problem */
.problemSubTitle {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 24px;
    border: 1px solid #303AB1;
    border-radius: 999px;
    margin-bottom: 24px !important;
}

@media screen and (min-width: 640.02px),
print {
    #problem .c-linkCard--col3 {
        column-gap: 15px;
    }
    #features .c-linkCard--col3 {
        column-gap: 15px;
    }
}

#problem .c-linkCard__inner, .c-linkCard__textwrap {
    height: 100%;
}

.problemCard {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.problemCardTrouble {
    padding: 24px;
    background-color: #F1F1F1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.problemCardHead {
    display: flex;
    align-items: center;
    gap: 10px;
}

.problemCardH3 {
    font-size: 20px;
    line-height: 1.5;
}

.problemCardSolve .problemCardH3 {
    color: #303AB1;
}

.problemCardTxt {
    font-weight: bold;
    line-height: 1.8;
}

.problemCardSolve {
    background-color: #EFF2FC;
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
.problemCardSolve::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25.2px;
    height: 13px;
    background-color: #d99e00;
    clip-path: polygon(50% 13px, 0% 0%, 25.2px 0%);
}
/* #problem */

/* #about */
@media screen and (min-width: 640.02px),
print {
    #about.c-section:not(.c-section--relation) {
        padding-top: 40px;
        padding-bottom: 180px;
    }
}

#about .c-linkCard__inner {
    gap: 32px;
}

#about .c-linkCard__imagewrap {
    max-width: 100%;
}
/* #about */

/* #cta */
#cta.c-section,
#cta2.c-section,
#cta3.c-section {
    background-color: #303AB1;
    position: relative;
    padding: 30px 20px 50px;
    /* 上下の余白（波の高さ分を考慮） */
    margin: 100px 0;
}

#cta.c-section::before,
#cta2.c-section::before,
#cta3.c-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: -80px;
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/docuware/img/cta-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#cta.c-section::after,
#cta2.c-section::after,
#cta3.c-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -80px;
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/docuware/img/cta-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#cta .c-h2-a .c-h2-a__text,
#cta2 .c-h2-a .c-h2-a__text, 
#cta3 .c-h2-a .c-h2-a__text{
    color: #fff;
    font-size: clamp(20px, 2.78vw, 40px);
}

#cta .c-contact__button,
#cta2 .c-contact__button,
#cta3 .c-contact__button {
    gap: 61px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    #cta .c-contact__button,
    #cta2 .c-contact__button,
    #cta3 .c-contact__button {
        flex-direction: column;
        align-items: center;
    }
}

#cta .btnDownload,
#cta2 .btnDownload,
#cta3 .btnDownload {
    border: 1px solid #FFF;
}
#cta .btnContact .c-button-a__text,
#cta2 .btnContact .c-button-a__text,
#cta3 .btnContact .c-button-a__text{
    color: #303AB1;
}
#cta .btnContact .c-button-a__text::before,
#cta2 .btnContact .c-button-a__text::before,
#cta3 .btnContact .c-button-a__text::before{
    background-color: #303AB1;
}
/* #cta */

/* #features */
@media screen and (min-width: 640.02px),
print {
    #features.c-section:not(.c-section--relation) {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

#features.c-section {
    position: relative;
    counter-reset: chapter;
}
#features.c-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: -80px;
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/docuware/img/bgWave-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
#features.c-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -80px;
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/docuware/img/bgWave-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}


#features .c-linkCard__item {
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    counter-increment: chapter;
}

#features .c-linkCard__item::before {
    content: counter(chapter);
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 39px;
    height: 41px;
    padding-top: 5px;
    font-size: clamp(20px, 2.23vw, 32px);
    line-height: 1;
    top: -35px;
    left: -45px;
    color: white;
    background: #D99E00;
}

#features .c-linkCard__item::after{
    content: "";
    position: absolute;
    top: 30px;
    left: -21px;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #A77A00;
}

#features .c-h3-a__text {
    font-size: clamp(20px, 2.23vw, 32px);
    font-feature-settings: 'halt' on;
}

#features .c-text-a__text {
    font-weight: bold;
    font-size: 20px;
}
/* #features */

/* #reason */
@media screen and (min-width: 640.02px),
print {
    #reason.c-section:not(.c-section--relation) {
        padding-top: 160px;
        padding-bottom: 100px;
    }
}
#reason .c-margin-b__inner {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    #reason .c-margin-b__inner {
        gap: 80px;
    }
}
@media (max-width: 768px) {
    #reason .c-margin-b__inner {
        flex-direction: column;
    }
}

#reason .c-h2-a {
    background: radial-gradient(50% 50% at 50% 50%, #E9F2F4 0%, rgba(233, 242, 244, 0.5) 72.6%, rgba(233, 242, 244, 0) 100%);
}

#reason .c-h2-a__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#reason .h2TitleEn {
    margin-left: 1.5em;
}

#reason .h2TitleJp {
    white-space: nowrap;
}

.reasonContainer {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 858px;
}

.reasonBox {
    display: flex;
    gap: 32px;
    border: 1px solid #303AB1;
    border-radius: 10px;
    padding: 24px 40px;
    align-items: center;
}

@media (max-width: 768px) {
    .reasonBox {
        flex-direction: column;
    }
}

.reasonThumb {
    flex: 0 0 100px;
}

.reasonBox:nth-child(3) .reasonThumb{
    flex: 0 0 87px;
}

.reasonBody {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.reasonH3 {
    font-size: clamp(20px, 2.23vw, 32px);
}

.reasonTxt {
    font-weight: bold;
    font-size: 20px;
}
/* #reason */

/* #scene */
@media screen and (min-width: 640.02px),
print {
   #scene.c-section:not(.c-section--relation) {
        padding-top: 140px;
        padding-bottom: 80px;
    }
}

#scene.c-section {
    position: relative;
    margin-top: -100px;
    z-index: -1;
}

#scene.c-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -80px;
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/docuware/img/bgWave-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#scene .c-linkCard--col2:not(.c-linkCard--slider) {
    display: flex;
}

@media (max-width: 768px) {
    #scene .c-linkCard--col2:not(.c-linkCard--slider) {
        flex-direction: column;
        align-items: center;
    }
}

#scene .c-h3-a__text .primaryColor {
    font-size: clamp(20px, 2.23vw, 32px);
}

#scene .c-linkCard {
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#scene .c-h3-a__text {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

#scene .c-textIcon {
    background-color: #D99E00;
    font-size: 16px;
    width: fit-content;
    line-height: 24px;
    padding: 0 8px;
    height: 24px;
}

#scene .c-linkCard__item:has(.c-linkCard__imagewrap) {
    max-width: 400px;
}

#scene .c-text-a {
    margin-bottom: 0;
}

#scene .c-text-a__text {
    font-size: 20px;
    font-weight: bold;
}

.scenePoint {
    padding: 8px;
    position: relative;
    border: 1px solid #303AB1;
    border-radius: 10px;
    width: 72.7%;
    max-width: 646px;
    margin-top: 48px;
}
@media (max-width: 768px) {
    .scenePoint {
        width: 100%;
    }
}

.scenePointTitle {
    position: absolute;
    background-color: #fff;
    color: #303AB1;
    padding:0 8px;
    top: -13px;
    left: 12px;
}
.attention {
    font-size: 14px;
}
/* #scene */
@media screen and (min-width: 640.02px),
print {
   #case.c-section:not(.c-section--relation) {    
        padding-bottom: 160px;
    }
}

#case .c-linkCard--col2:not(.c-linkCard--slider) {
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    #case .c-linkCard--col2:not(.c-linkCard--slider) {
        flex-direction: column;
        align-items: center;
    }
}

#case .c-linkCard__item {
    max-width: 437px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 24px;
}

#case .c-linkCard__link .c-linkCard__image::after {
    display: none;
}

/* #flow */
#flow.c-section {
    position: relative;
}

#flow.c-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: -80px;
    background-image: url("/-/Media/Ricoh/Sites/co_jp/special/docuware/img/bgWave-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#flow .c-phase__icon {
    background-color: #303AB1;
}

#flow .c-h2-a + .c-text-a {
    max-width: 100%;
}

#flow .c-phase__heading {
    color: #303AB1;
}

#flow .c-text-a__text {
    font-size: 20px;
}
/* #flow */

/* #download */
@media screen and (min-width: 640.02px),
print {
   #download.c-section:not(.c-section--relation) {
        padding-bottom: 160px;
    }
    #download .c-linkCard--col2
     {
        column-gap: 32px;
    }
}

#download .c-linkCard__inner {
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

#download .c-h3-a__text {
    font-size: clamp(20px, 2.23vw, 32px);
}

#download .c-text-a__text {
    font-weight: bold;
    font-size: 20px;
}

#download .c-button-a {
    margin: 24px auto 0;
    display: block;
}
/* #download */

#cta3.c-section {
    margin-top: 30px;
}

.primaryBg {
    background-color: #303AB1;
    border: #303AB1 1px solid;
    transition: all ease .2s;
}

.primaryBg:hover {
    background-color: #fff;
}

.primaryBg .c-navButton__text {
    color: #fff;
}

.primaryBg:hover .c-navButton__text {
    color: #303AB1;
}

.c-globalNav__box {
    justify-content: flex-end;
}

.c-globalNav__navButton {
    display: flex;
}