@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}


body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin: 0;
}

.inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.lp_mainvisual {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.lp_mainvisual img {
    width: 100%;
    height: auto;
}

.lp_mainvisual__logo {
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 44px;
    width: 178px;
}

.lp_content {
    width: 100%;
    position: relative;
    margin-top: 39.8vw;
}

@media only screen and (max-width: 768px){
    .lp_mainvisual__logo {
        top: 60px;
        right: 20px;
        left: initial;
        width: 120px;
    }
    .lp_content {
        margin-top: 110.4vw;
        background-color: #fff;
        border-radius: 40px 0 0 0;
    }
}

.lp_top {
    background-color: #fff;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    border-radius: 40px 0 0 0;
    padding: 60px 120px 70px;
    margin-bottom: -60px;
}
.lp_top__title {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 40px;
}

.lp_top__title .__sub {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    position: relative;
    margin-bottom: 20px;
    padding: 0 40px;
}
.lp_top__title .__sub::before,
.lp_top__title .__sub::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000;
    top: 60%;
}
.lp_top__title .__sub::before {
    right: 0;
    transform: rotate(-45deg);
}

.lp_top__title .__sub::after {
    left: 0;
    transform: rotate(45deg);
}

.lp_top__title .__main {
    display: block;
    font-size: 40px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
}

.lp_top__lead {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
}
@media only screen and (max-width: 768px){
    .lp_top {
        background-color: #fff;
        padding: 30px 0 0;
        margin-bottom: 0;
    }
    .lp_top__title {
        margin-bottom: 20px;
    }

    .lp_top__title .__sub {
        padding: 0 40px;
    }
}
.lp_sec02 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
}

.lp_sec02__title {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #987B46;
    margin-bottom: 40px;
}

.lp_sec02__title .__text {
    display: inline-block;
    position: relative;
    padding: 0 120px;
}

.lp_sec02__title .__text::before,
.lp_sec02__title .__text::after {
    content: '';
    position: absolute;
    width: 117px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.lp_sec02__title .__text::before {
    left: 0;
    background: url('/wp-content/themes/riversuite/asset/images/introduction/sec02_title_decoration_left.png') no-repeat;
    background-size: 100%;
}
.lp_sec02__title .__text::after {
    right: 0;
    background: url('/wp-content/themes/riversuite/asset/images/introduction/sec02_title_decoration_right.png') no-repeat;
    background-size: 100%;
}
.lp_sec02__lead {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
}
.lp_sec02__items {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.lp_sec02__item {
    width: calc(50% - 20px);
    position: relative;
}
.lp_sec02__item__wrap {
    padding: 30px 40px 40px;
    border-radius: 40px 0 40px 0;
    height: 100%;
}
.lp_sec02__item__wrap.item01 {
    background: linear-gradient(180deg, #0C8EAE 0%, #0C8EAE 26%, rgba(12, 142, 174, 0.3) 26%, rgba(12, 142, 174, 0.3) 100%);
}
.lp_sec02__item__wrap.item02 {
    background: linear-gradient(180deg, #D65765 0%, #D65765 26%, rgba(214,87,101,0.3) 26%, rgba(214,87,101,0.3) 100%);
}
.lp_sec02__item__img {
    position: absolute;
}

.lp_sec02__item__img.img01 {
    top: -135px;
    left: 40px;
    width: 120px;
}
.lp_sec02__item__img.img02 {
    top: -140px;
    right: 40px;
    width: 146px;
}
.lp_sec02__item__title {
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.lp_sec02__item__title .__text {
    display: inline-block;
    position: relative;
    padding: 0 75px;
}
.lp_sec02__item__title .__text::before,
.lp_sec02__item__title .__text::after {
    content: '';
    position: absolute;
    width: 65px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.lp_sec02__item__title .__text::before {
    left: 0;
    background: url('/wp-content/themes/riversuite/asset/images/introduction/sec02_item_title_decoration_left.png') no-repeat;
    background-size: 100%;
}
.lp_sec02__item__title .__text::after {
    right: 0;
    background: url('/wp-content/themes/riversuite/asset/images/introduction/sec02_item_title_decoration_right.png') no-repeat;
    background-size: 100%;
}
.lp_sec02__item__lead {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
    color: #fff;
    margin-bottom: 25px;
}
.lp_sec02__item__box {
    background-color: #fff;
    padding: 30px 10px 40px;
    margin-bottom: 14px;
}
.item02 .lp_sec02__item__box {
    padding: 30px 10px 20px;
}
.lp_sec02__item__list dt {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.lp_sec02__item__list dd {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 34px;
    font-family: "Noto Serif JP", serif;
}
.lp_sec02__item__list dd.__last {
    margin-bottom: 15px;
}
.lp_sec02__item__list dd.__mb0 {
    margin-bottom: 0;
}
.lp_sec02__item__list dd .__small {
    font-size: 24px;
}
.item01 .lp_sec02__item__list dd {
    color: #0C8EAE;
}
.item02 .lp_sec02__item__list dd {
    color: #DA6674;
}
.item02 .lp_sec02__item__list dd .__circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    background-color: #DA6674;
    width: 47px;
    height: 20px;
    border-radius: 10px;
    margin: 0 5px;
    position: relative;
    top: -5px;
}
.item02 .lp_sec02__item__list dd .__comment {
    color: #000;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: 500;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
.lp_sec02__item__bottom--text {
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.lp_sec02__item__link {
    display: block;
    margin-top: 15px;
    text-align: center;
    transition: 0.3s;
}
.lp_sec02__item__link + .lp_sec02__item__link {
    margin-top: 10px;
}
.lp_sec02__item__link:hover {
    opacity: 0.65;
}
@media only screen and (max-width: 768px){
    .lp_sec02 {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .lp_sec02__title .__text {
        padding: 0 90px;
    }
    .lp_sec02__title .__text::before,
    .lp_sec02__title .__text::after {
        width: 90px;
        height: 20px;
    }
    .lp_sec02__lead {
        margin-bottom: 30px;
    }
    .lp_sec02__item {
        width: 100%;
    }
    .lp_sec02__item__img {
        position: static;
        margin: 0 auto;
    }
    .lp_sec02 .inner {
        padding: 0;
    }
    .lp_sec02__item__wrap {
        padding: 30px 20px;
        height: auto;
    }
    .lp_sec02__item__title {
        font-size: 26px;
    }
    .lp_sec02__item__box {
        padding: 20px 0;
    }
    .item02 .lp_sec02__item__box {
        padding: 20px 0;
    }
    .lp_sec02__item__list dt {
        margin-bottom: 0;
        font-size: 15px;
    }
    .lp_sec02__item__list dd {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .lp_sec02__item__list dd .__small {
        font-size: 20px;
    }
    .lp_sec02__item__wrap.item01 {
        background: linear-gradient(180deg, #0C8EAE 0%, #0C8EAE 30%, rgba(12, 142, 174, 0.3) 30%, rgba(12, 142, 174, 0.3) 100%);
    }
    .lp_sec02__item__wrap.item02 {
        background: linear-gradient(180deg, #D65765 0%, #D65765 30%, rgba(214,87,101,0.3) 30%, rgba(214,87,101,0.3) 100%);
    }
}

.lp_sec03 {
    background-color: #D9C199;
    padding-top: 60px;
    padding-bottom: 100px;
}
.lp_sec03__title {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 65px;
}
.lp_sec03__steps__item {
    background-color: #fff;
    margin-bottom: 90px;
    position: relative;
    border-radius: 40px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
.lp_sec03__steps__item::after {
    content: '';
    position: absolute;
    width: 56px;
    height: 40px;
    background-color: #D9C199;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/wp-content/themes/riversuite/asset/images/introduction/lp_sec03__steps__tri.png) no-repeat center center / 100%;
}
.lp_sec03__steps__item.step01,
.lp_sec03__steps__item.step02,
.lp_sec03__steps__item.step03 {
    padding-top: 23px;
}
.lp_sec03__steps__item.step04 {
    padding-top: 70px;
}
.lp_sec03__steps__item.step05 {
    padding-top: 60px;
}
.lp_sec03__steps__item:last-child {
    margin-bottom: 0;
}
.lp_sec03__steps__item:last-child::after {
    content: none;
}
.lp_sec03__steps__title {
    font-family: "Noto Serif JP", serif;
    font-size: 35px;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    font-weight: 500;
}
.lp_sec03__steps__label01 {
    width: 95px;
    height: 95px;
    position: absolute;
    top: 40px;
    left: 40px;
}
.lp_sec03__steps__label02 {
    width: 95px;
    height: 95px;
    position: absolute;
    top: 40px;
    right: 40px;
}
.lp_sec03__steps__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.lp_sec03__steps__item.step05 .lp_sec03__steps__wrap {
    margin-bottom: 40px;
}
.lp_sec03__steps__img {
    width: 255px;
    margin-right: 80px;
}
.lp_sec03__steps__item.step05 .lp_sec03__steps__img {
    margin-right: 50px;
    width: 270px;
}
.lp_sec03__steps__detail {
    max-width: 480px;
    width: calc(100% - 255px - 70px);
}
.lp_sec03__steps__item.step05 .lp_sec03__steps__detail {
    width: calc(100% - 270px - 50px);
    max-width: 570px;
}
.lp_sec03__steps__detail--title {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.lp_sec03__steps__detail--text {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
}
.lp_sec03__steps__detail--comment {
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
}
.lp_sec03__steps__item.step05 .lp_sec03__steps__detail--comment {
    margin-top: 15px;
}
.lp_sec03__steps__btngrop {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.lp_sec03__steps__btn {
    width: 100%;
    max-width: 450px;
    display: block;
    transition: 0.3s;
}
.lp_sec03__steps__btn:hover {
    opacity: 0.65;
}
.lp_sec03__steps__list {
    margin-top: 20px;
}
.lp_sec03__steps__list dt {
    font-size: 16px;
    font-weight: 500;
}
.lp_sec03__steps__list dd {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
}
.lp_sec03__steps__list dd.__last {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;

}
.lp_sec03__steps__list .__green {
    color: #0C8EAE;
}
.lp_sec03__steps__list .__red {
    color: #DA6674;
}
@media only screen and (max-width: 768px){
    .lp_sec03 {
        padding-bottom: 60px;
    }
    .lp_sec03__title {
        font-size: 24px;
        margin-bottom: 45px;
    }
    .lp_sec03__steps__item {
        margin-bottom: 80px;
        padding-bottom: 40px;
    }
    .lp_sec03__steps__label01,
    .lp_sec03__steps__label02 {
        top: 20px;
    }
    .lp_sec03__steps__label01 {
        left: 20px;
    }
    .lp_sec03__steps__label02 {
        right: 20px;
    }
    .lp_sec03__steps__wrap {
        flex-direction: column;
        margin-bottom: 0;
    }
    .lp_sec03__steps__img {
        margin: 0;
        position: relative;
        width: 198px;
    }
    .lp_sec03__steps__item.step05 .lp_sec03__steps__img {
        margin: 0;
    }
    .lp_sec03__steps__detail {
        width: 100%;
    }
    .lp_sec03__steps__item.step05 .lp_sec03__steps__detail {
        width: 100%;
    }
    .lp_sec03__steps__detail--title {
        text-align: center;
        font-size: 28px;
    }
    .lp_sec03__steps__detail--text {
        font-size: 15px;
    }
    .lp_sec03__steps__btngrop {
        gap: 10px;
    }
    .lp_sec03__steps__item.step01 {
        padding-top: 50px;
    }
    .lp_sec03__steps__item.step02 {
        padding-top: 45px;
    }
    .lp_sec03__steps__item.step03 {
        padding-top: 20px;
    }
    .lp_sec03__steps__item.step04 {
        padding-top: 70px;
    }
    .lp_sec03__steps__item.step05 {
        padding-top: 85px;
    }
    .lp_sec03__steps__list dd {
        font-size: 24px;
        font-weight: 500;
    }
    .lp_sec03__steps__list dd.__red {
        margin-bottom: 0;
    }
    .lp_sec03__steps__item.step05 .lp_sec03__steps__wrap {
        margin-bottom: 15px;
    }
    .lp_sec03__steps__item.step05 .lp_sec03__steps__img {
        margin-right: 0;
        width: 175px;
        margin-bottom: 15px;
    }
}

.lp_sec04 {
    background-color: #EAF7F9;
    padding-top: 100px;
    padding-bottom: 100px;
}
.lp_sec04__title {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.lp_sec04__title .__sub {
    font-size: 30px;
    font-weight: 500;
}
.lp_sec04__title .__main {
    font-size: 50px;
    font-weight: 500;
}
.lp_sec04__item {
    display: flex;
    margin-bottom: 60px;
    align-items: center;
    justify-content: space-between;
}
.lp_sec04__item:last-of-type {
    margin-bottom: 0;
}
.lp_sec04__item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.lp_sec04__item__img {
    width: 61.8%;
}
.lp_sec04__item__detail {
    width: 35.73%;
}
.lp_sec04__item__detail--label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 12px;
}
.lp_sec04__item__detail--label .__main {
    font-size: 16px;
    font-weight: 500;
}
.lp_sec04__item__detail--label .__num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #987B46;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    border-radius: 50%;
}
.lp_sec04__item__detail--title {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 26px;
    line-height: 1.5;
}
.lp_sec04__item__detail--text {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
}
.lp_sec04__item__btn {
    display: block;
    margin-top: 24px;
    width: 100%;
    transition: 0.3s;
}
.lp_sec04__item__btn:hover {
    opacity: 0.65;
}
.lp_sec04__item__detail--comment {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}
@media only screen and (max-width: 768px){
    .lp_sec04 {
        padding-top: 60px;
        padding-bottom: 55px;
    }
    .lp_sec04__title {
        margin-bottom: 40px;
    }
    .lp_sec04__title .__sub {
        font-size: 25px;
    }
    .lp_sec04__title .__main {
        font-size: 40px;
    }
    .lp_sec04__item {
        flex-direction: column;
        margin-bottom: 45px;
    }
    .lp_sec04__item:nth-of-type(2n) {
        flex-direction: column;
    }
    .lp_sec04__item__img {
        width: 100%;
        margin-bottom: 20px;
    }
    .lp_sec04__item__detail {
        width: 100%;
    }
}

.lp_sec05 {
    background-color: #F8F9FA;
    padding-top: 100px;
    padding-bottom: 85px;
}
.lp_sec05__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.lp_sec05__title::after {
    content: "";
    margin-left: 8px;
    border-top: 1px solid #000;
    flex-grow: 1;
}
.lp_sec05__text {
    font-size: 15px;
    line-height: 1.666;
    font-weight: 500;
}
@media only screen and (max-width: 768px){
    .lp_sec05 {
        padding-top: 60px;
        padding-bottom: 56px;
    }
}

.lp_bottom {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.lp_bottom__btn {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    transition: 0.3s;
}
.lp_bottom__btn:hover {
    opacity: 0.65;
}  
@media only screen and (max-width: 768px){
    .lp_bottom {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}