.header .wrapper ul li.home {
    color: #4D4D4D;
}
.visual {
    position: relative;
    min-height: 955px;
    padding-top: 90px;
    overflow: hidden;
}
.visual::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-color: var(--bgorange);
    content: "";
}
.visual .inner {
    display: flex;
    align-items: center;
    padding-top: 50px;
    margin-left: calc(50% - 600px);
}
.visual .inner::before {
    position: absolute;
    right: -70px;
    bottom: -70px;
    z-index: -10;
    width: 598px;
    height: 598px;
    background: url(../img/rtm/m_visual_bg01.png) no-repeat center center / contain;
    content: "";
}
.visual .inner .visial_title {
    margin-right: 55px;
}
.visual .inner .visial_title h2 {
    position: relative;
    font-size: 45px;
    color: var(--mainbrown);
    margin-bottom: 28px;
}
.visual .inner .visial_title h2::before {
    position: absolute;
    left: -170px;
    top: -120px;
    z-index: -10;
    width: 238px;
    height: 238px;
    background: url(../img/rtm/m_visual_bg02.png) no-repeat center center / contain;
    content: "";
}
.visual .inner .visial_title h2 em {
    color: var(--mainorange);
}
.visual .inner .visial_title p {
    font-size: 18px;
    line-height: 1.66;
    color: #7F756F;
    margin-bottom: 80px;
}
.visual .inner .visual_photo {
    width: 762px;
    height: 642px;
}
.visual .inner .m_visual_photo {
    display: none;
}
.visual .inner .visual_photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.visual .inner .visial_title .visual_input_box {
    position: relative;
    width: fit-content;
    margin-bottom: 29px;
}
.visual .inner .visial_title .visual_input_box input {
    font-size: 15px;
    width: 466px;
    height: 61px;
    padding-left: 36px;
    border-radius: 100px;
    border: 0px;
    background-color: var(--white);
    color: #333333;
    box-shadow: -12px 16px 45px rgba(239, 125, 11, 0.1), -50px 66px 82px rgba(239, 125, 11, 0.1);
}
.visual .inner .visial_title .visual_input_box button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 17px;
    width: 174px;
    height: 53px;
    border-radius: 100px;
    background-color: var(--mainorange);
    color: var(--white);
}
.visual .inner .visial_title .visual_input_box button.disabled:hover {
  background-color: var(--mainorange);
}
.visual .inner .visial_title .visual_input_box button:hover {
    background-color: var(--hoverorange);
}
.visual .inner .visial_title .visual_input_box input::placeholder {
    color: #9A9A9A;
}
.visual .inner .visial_title .m_request_demo_btn {
    display: none;
}
.rtm_info {
    position: relative;
    color: var(--white);
    padding: 90px 0 140px 0;
    overflow: hidden;
}
.rtm_info::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-color: var(--mainorange);
    content: "";
}
.rtm_info .wrapper h2 {
    font-size: 58px;
    line-height: 1.5;
    border-bottom: 1px solid #FFBD79;
    margin-bottom: 60px;
}
.rtm_info ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
/* .rtm_info ul li:nth-child(1),
.rtm_info ul li:nth-child(3) {
    margin-right: calc(50% - 600px);
} */
.rtm_info ul li:nth-child(2) {
    padding-left: calc(50% - 600px);
}
.rtm_info ul li:last-child {
    margin-bottom: 0;
}
.rtm_info ul li .photo_l_m {
    display: none;
}
.rtm_info ul li .photo_l,
.rtm_info ul li .photo_r  {
    /* width: calc(50% - 200px); */
    /* width: 855px; */
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.rtm_info ul li .photo_l {
    border-radius: 0 40px 40px 0;
    /* margin-right: calc(50% - 855px); */
    margin-right: 120px;
}
.rtm_info ul li .photo_r {
    border-radius: 40px 0 0 40px;
    margin-left: 120px;
}
.rtm_info ul li .photo_l img ,
.rtm_info ul li .photo_r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rtm_info ul li .text span {
    font-size: 58px;
    font-style: italic;
    color: #FFA447;
    margin-bottom: 17px;
}
.rtm_info ul li .text h3 {
    font-size: 34px;
    margin-bottom: 32px;
}
.rtm_info ul li .text p {
    font-size: 17px;
    line-height: 1.47;
    width: 600px;
}
.rtm_info ul li .text {
    width: 50%;
}
.rtm_info ul li .text_r {
    padding-right: calc(50% - 600PX);
}

.billing {
    position: relative;
    padding: 163px 0 217px 0;
    text-align: center;
    color: var(--mainbrown);
    overflow: hidden;
}
.billing::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-color: var(--bgorange);
    content: "";
}
.billing::after {
    position: absolute;
    right: -82px;
    top: -95px;
    z-index: -50;
    width: 700px;
    height: 700px;
    background: url(../img/rtm/billing_bg01.png) no-repeat center center / cover;
    content: "";
}
.billing .wrapper h2 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: var(--mainbrown);
    text-align: center;
    margin-bottom: 47px;
}
.billing .wrapper h2::before {
    position: absolute;
    left: -170px;
    top: -90px;
    z-index: -50;
    width: 250px;
    height: 250px;
    background: url(../img/rtm/billing_bg02.png) no-repeat center center / cover;
    content: "";
}
.billing .wrapper > ul {
    display: none;
}
.billing .wrapper .table {
    position: relative;
}
.billing .wrapper table {
    position: relative;
    z-index: 50;
    width: 100%;
    border-bottom: 2px solid #FF8000;
    border-spacing: 0px;
}
.billing .wrapper table::before {
    position: absolute;
    left: -230px;
    bottom: -50px;
    z-index: -50;
    width: 320px;
    height: 320px;
    background: url(../img/rtm/billing_bg03.png) no-repeat center center / cover;
    content: "";
}
.billing .wrapper table tr {
    height: 123px;
}
.billing .wrapper table tr.table_head {
    height: 53px;
    background-color: var(--mainorange);
    color: var(--white);
    border-radius: 2px;
}
.table_head th:first-child {
    border-radius: 2px 0 0 2px;
}
.table_head th:last-child {
    border-radius: 0 2px 2px 0;
}
.billing .wrapper table tr td:nth-child(1) {
    width: 20%;
}
.billing .wrapper table tr td:nth-child(3) {
    width: 20%;
}
.billing .wrapper table tr td:nth-child(4) {
    width: 20%;
}
.billing .wrapper table tr:nth-child(3),
.billing .wrapper table tr:nth-child(5) {
    background-color: rgba(230, 155, 101, 0.1);
}
.billing .wrapper table tr td em {
    font-size: 21px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: var(--mainorange);
}

.rtm_effect {
    position: relative;
    padding-bottom: 208px;
    overflow: hidden;
}
.rtm_effect::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-color: var(--bgorange);
    content: "";
}
.rtm_effect ul li {
    display: flex;
    align-items: center;
    height: 530px;
    margin-bottom: 208px;
    overflow: hidden;
}
.rtm_effect ul li:last-child {
    margin-bottom: 0;
}
.rtm_effect ul li:nth-child(1) {
    margin-left: calc(50% - 600px);
}
.rtm_effect ul li .r_ico {
    width: 53px;
    height: 53px;
    margin-bottom: 27px;
}
.rtm_effect ul li .text h2 {
    font-size: 39px;
    color: var(--mainbrown);
    margin-bottom: 27px;
}
.rtm_effect ul li .text h2 em {
    color: var(--mainorange);
}
.rtm_effect ul li .text p {
    font-size: 18px;
    line-height: 1.5;
    color: #4C4C4C;
}
.rtm_effect ul li .text {
    width: 440px;
}
.rtm_effect ul li .photo_r {
    position: relative;
    height: 530px;
    width: calc(50% + 270px);
    margin-left: 270px;
    overflow: hidden;
}
.rtm_effect ul li .photo_l {
    position: relative;
    width: calc(50% - 130px);
    margin-right: 130px;
    height: 530px;
}
.rtm_effect ul li .photo_r::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    width: 300%;
    height: 100%;
    border-radius: 40px 0 0 40px;
    background: linear-gradient(45deg, rgba(177, 139, 103, 1), rgba(30, 18, 5, 1));
    content: "";
}
.rtm_effect ul li .photo_l::before {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -10;
    width: 300%;
    height: 100%;
    border-radius: 0 40px 40px 0;
    background: linear-gradient(-130deg, rgba(177, 139, 103, 1), rgba(30, 18, 5, 1));
    content: "";
}
.rtm_effect ul li .photo_r .rtm_effect01_01 {
    position: absolute;
    left: 32px;
    top: 120px;
    z-index: 20;
    width: 568px;
    height: 220.3px;
    border-radius: 12px;
    box-shadow: 0 0 45px rgba(250, 126, 0, 0.75);
}
.rtm_effect ul li .photo_r .rtm_effect01_02 {
    position: absolute;
    left: 200px;
    top: 70px;
    z-index: 10;
    width: 812px;
    height: 475px;
    border-radius: 20px;
}
.rtm_effect ul li .photo_l .rtm_effect02_01 {
    position: absolute;
    right: 37px;
    top: 46px;
    z-index: 20;
    width: 387.9px;
    height: 335.6px;
    border-radius: 20px;
    box-shadow: 0 0 45px rgba(250, 126, 0, 0.75);
}
.rtm_effect ul li .photo_l .rtm_effect02_02 {
    position: absolute;
    right: 75px;
    top: 155px;
    z-index: 10;
    width: 402px;
    height: 517px;
}
.rtm_effect ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thrive_together {
    position: relative;
    color: var(--mainbrown);
    padding-bottom: 188px;
}
.thrive_together::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background-color: var(--bgorange);
    content: "";
}
.thrive_together .wrapper h2 {
    font-size: 47px;
    margin-bottom: 48px;
}
.thrive_together .wrapper ul {
    display: flex;
    align-items: flex-start;
}
.thrive_together .wrapper ul li {
    position: relative;
    width: 33.33%;
    min-height: 449px;
    margin-right: 16px;
    border-radius: 50px 0 50px 0;
    padding: 68px 35px 0 35px;
}
.thrive_together .wrapper ul li:last-child {
    margin-right: 0;
}
.thrive_together .wrapper ul li:nth-child(1) {
    background-color: rgba(255, 236, 222, 0.5);
}
.thrive_together .wrapper ul li:nth-child(2) {
    background-color: rgba(255, 230, 211, 0.5);
}
.thrive_together .wrapper ul li:nth-child(3) {
    background-color: rgba(251, 216, 191, 0.5);
}
.thrive_together .wrapper ul li h3 {
    font-size: 29px;
    margin-bottom: 29px;
}
.thrive_together .wrapper ul li p {
    font-size: 15px;
    line-height: 1.733;
    color: #696867;
}
.thrive_together .wrapper ul li .ico {
    position: absolute;
    right: 35px;
    bottom: 13px;
    width: 151px;
    height: 142px;
}
.thrive_together .wrapper ul li .ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1280px) {
    .visual .inner::before {
        top: 200px;
        right: -20%;
    }
    .visual .inner {
        margin-left: 0;
        display: block;
        padding: 0 60px;
    }
    .visual .inner .visial_title {
        padding-bottom: 150px;
        margin-right: 0;
    }
    .visual .inner .visual_photo {
        display: none;
    }
    .visual .inner .m_visual_photo {
        display: block;
        margin: 0 0 0 calc(50% - 300px);
        width: 600px;
        height: 519px;
    }
    .visual .inner .m_visual_photo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .rtm_info ul {
        padding: 0 60px;
    }
    .rtm_info ul li {
        align-items: flex-start;
        flex-direction: column;
    }
    .rtm_info ul li:nth-child(1),
    .rtm_info ul li:nth-child(3) {
      margin-right: 0;
    }
    .rtm_info ul li:nth-child(2) {
        margin-left: 0;
    }
    .rtm_info ul li .text {
        width: 100%;
        margin-bottom: 30px;
    }
    .rtm_info ul li .text p {
      width: 100%;
    }
    .rtm_info ul li .photo_l {
        display: none;
    }
    .rtm_info ul li .photo_l_m {
        display: block;
        width: 100%;
        height: 550px;
        border-radius: 40px;
        overflow: hidden;
    }
    .rtm_info ul li .photo_l_m img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .rtm_info ul li .photo_l_m {
        margin-right: 0;
        border-radius: 40px;
    }
    .rtm_info ul li .photo_l, .rtm_info ul li .photo_r {
        width: 100%;
        height: 550px;
        border-radius: 40px;
        overflow: hidden;
        margin-left: 0;
    }
    .billing .wrapper table tr {
        height: 150px;
    }
    .billing .wrapper table {
        display: none;
    }
    .billing .wrapper > ul {
        display: block;
        text-align: left;
    }
    .billing .wrapper > ul li {
        position: relative;
        padding: 30px 20px 20px 20px;
        background-color: var(--white);
        box-shadow: 4px 4px 22px rgba(183, 106, 73, 0.23);
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .billing .wrapper > ul li .top {
        margin-bottom: 36px;
    }
    .billing .wrapper > ul li .top h3 {
        font-size: 19px;
        color: #1E222D;
        margin-bottom: 21px;
    }
    .billing .wrapper > ul li .top span {
        display: block;
        font-size: 15px;
        color: #BBBBBB;
        margin-bottom: 22px;
    }
    .billing .wrapper > ul li .top span em {
        font-size: 47px;
        color: var(--mainorange);
        margin-right: 5px;
    }
    .billing .wrapper > ul li .top strong {
        display: block;
        font-size: 17px;
        color: #404040;
    }
    .billing .wrapper > ul li .detail span {
        display: block;
        font-size: 15px;
        color: #BBBBBB;
        margin-bottom: 12px;
    }
    .billing .wrapper > ul li .detail p {
        font-size: 15px;
        line-height: 1.33;
        color: #585858;
        padding: 18px;
        border-radius: 10px;
        background-color: #FFF3ED;
    }
    .rtm_effect ul {
        padding: 0 60px;
    }
    .rtm_effect ul li {
        flex-direction: column;
        height: auto;
    }
    .rtm_effect ul li:nth-child(1) {
        margin-left: 0;
    }
    .rtm_effect ul li .text {
        width: 100%;
        margin-bottom: 30px;
    }
    .rtm_effect ul li .photo_r {
        width: 100%;
        margin-left: 0;
    }
    .rtm_effect ul li .photo_r::before {
        width: 100%;
        border-radius: 40px;
    }
    .rtm_effect ul li .text_r {
        padding-bottom: 570px;
    }
    .rtm_effect ul li .photo_l {
        position: absolute;
        left: 60px;
        bottom: 215px;
        width: calc(100% - 120px);
        overflow: hidden;
    }
    .rtm_effect ul li .photo_l::before {
        width: 100%;
        border-radius: 40px;
    }
    .rtm_effect ul li .photo_l .rtm_effect02_01 {
        right: calc(50% - 100px);
        transform: translate(50%, 0);
    }
    .rtm_effect ul li .photo_l .rtm_effect02_02 {
        right: calc(50% + 100px);
        transform: translate(50%, 0);
    }
    .thrive_together .wrapper ul {
        flex-direction: column;
    }
    .thrive_together .wrapper ul li {
        width: 100%;
        margin-bottom: 40px;
        min-height: auto;
        padding: 140px 50px 50px 50px;
    }
    .thrive_together .wrapper ul li .ico {
        top: 0;
        bottom: auto;
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 768px) {
    .visual {
        min-height: auto;
    }
    .visual .inner::before {
        right: -150px;
        bottom: auto;
        top: 200px;
        width: 241px;
        height: 241px;
    }
    .visual .inner {
        padding: 0 20px;
    }
    .visual .inner .m_visual_photo {
        margin: 0 0 0 calc(50% - 250px);
        width: 500px;
        height: 432px;
    }
    .visual .inner .visial_title {
        padding-bottom: 80px;
    }
    .visual .inner .visial_title h2 {
        font-size: 29px;
        margin-bottom: 11px;
    }
    .visual .inner .visial_title h2::before {
        display: none;
    }
    .visual .inner .visial_title p {
        font-size: 15px;
        line-height: 1.46;
        color: #2F2E2D;
        margin-bottom: 38px;
    }
    .visual .inner .visial_title .visual_input_box {
        display: none;
    }
    .visual .inner .visial_title .m_request_demo_btn {
        display: block;
        font-size: 15px;
        color: var(--white);
        background-color: var(--mainorange);
        border-radius: 100px;
        min-width: 162px;
        line-height: 48px;
        cursor: pointer;
    }
    .rtm_info {
        padding: 30px 0 80px 0;
    }
    .rtm_info .wrapper h2 {
        font-size: 30px;
        margin-bottom: 80px;
    }
    .rtm_info ul {
        padding: 0 20px;
    }
    .rtm_info ul li .text span  {
        font-size: 49px;
        margin-bottom: 11px;
    }
    .rtm_info ul li .text h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .rtm_info ul li .text p {
        font-size: 15px;
        width: 100%;
    }
    .rtm_info ul li .photo_l_m {
        border-radius: 15px;
        height: 350px;
    }
    .rtm_info ul li .photo_l,
    .rtm_info ul li .photo_r {
        height: 350px;
        border-radius: 15px;
    }
    .billing {
        padding: 80px 0;
    }
    .billing::after {
        display: none;
    }
    .billing .wrapper h2 {
        font-size: 28px;
    }
    .billing .wrapper h2::before {
        display: none;
    }
    .rtm_effect ul {
        padding: 0 20px;
    }
    .rtm_effect ul li {
        margin-bottom: 100px;
    }
    .rtm_effect ul li .r_ico {
        width: 37px;
        height: 37px;
        margin-bottom: 21px;
    }
    .rtm_effect ul li .text {
        margin-bottom: 40px;
    }
    .rtm_effect ul li .text h2 {
        font-size: 26px;
        margin-bottom: 21px;
    }
    .rtm_effect ul li .text p {
        font-size: 16px;
    }
    .rtm_effect ul li .photo_r {
        height: 287px;
    }
    .rtm_effect ul li .photo_r .rtm_effect01_01 {
        top: 60px;
        width: 312px;
        height: 121px;
    }
    .rtm_effect ul li .photo_r .rtm_effect01_02 {
        top: 40px;
        left: 70px;
        width: 390px;
        height: 228px;
    }
    .rtm_effect ul li .photo_r::before {
        border-radius: 15px;
        height: 287px;
        background: linear-gradient(145deg, rgba(177, 139, 103, 1), rgba(30, 18, 5, 1));
    }
    .rtm_effect ul li .photo_l {
        left: 20px;
        width: calc(100% - 40px);
        bottom: 205px;
        overflow: hidden;
        height: 287px;
    }
    .rtm_effect ul li .photo_l::before {
        border-radius: 15px;
        height: 287px;
    }
    .rtm_effect ul li .photo_l .rtm_effect02_01 {
        right: calc(50% - 20px);
        width: 216px;
        height: 189px;
    }
    .rtm_effect ul li .photo_l .rtm_effect02_02 {
        left: 50%;
        transform: translate(-50%, 0);
        width: 253px;
        height: 359px;
    }
    .rtm_effect ul li .text_r {
        padding-bottom: 287px;
    }
    .thrive_together {
        padding-bottom: 80px;
    }
    .thrive_together .wrapper h2 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 30px;
    }
    .thrive_together .wrapper ul li {
        padding: 128px 32px 40px 32px;
        margin-bottom: 30px;
    }
    .thrive_together .wrapper ul li .ico {
        left: 22px;
        top: 22px;
        width: 90px;
        height: 90px;
    }
    .thrive_together .wrapper ul li h3 {
        font-size: 23px;
        margin-bottom: 14px;
    }
    .thrive_together .wrapper ul li p {
        line-height: 1.6;
    }
}
@media screen and (max-width: 500px) {

    .visual .inner .m_visual_photo {
        margin: 0 20px 40px 20px;
        width: calc(100% - 40px);
        height: auto;
    }
    .rtm_info ul li .photo_l_m {
        height: 210px;
    }
    .rtm_info ul li .photo_l,
    .rtm_info ul li .photo_r {
        height: 210px;
    }
    .rtm_effect ul li .photo_r {
        height: 287px;
    }
}
