    @charset "utf-8";

/* ----- レイアウトチェック用 ----- */
*{
    /*outline: 2px red solid;*/
}

/* ----- 初期化および初期設定 ----- */
html {
    scroll-behavior: smooth !important;
}
body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #ffffff;
    letter-spacing: 0.2rem !important;
    word-break: break-all !important;
    font-family: "Roboto", "Noto Sans JP", "Helvetica", "ヒラギノ角ゴシック", "游ゴシック", "游ゴシック体", sans-serif !important;
    color: #5A5A5A;
}
ul, li {
    list-style: none !important;
    padding: 0 !important;
}
p {
    font-size: 1rem !important;
    line-height: 2.25rem !important;
    font-weight: 400 !important;
}
a {
    text-decoration: none !important;
    color : inherit !important;
}
h2 {
    font-family: inherit !important;
    font-size: 3rem !important;
    font-weight: 900 !important;
    line-height: 4rem;
    letter-spacing: 0.3rem !important;
}
ruby rt {
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 782px){
    html {
        overflow-x: hidden;
    }
    h2 {
        font-size: 2rem !important;
        line-height: 2.5rem;
        letter-spacing: 0.3rem !important;
    }
    p {
        font-size: 0.9rem !important;
        line-height: 2rem !important;
    }
}

/* ----- loading ----- */
.fade-in {
    opacity: 0;
    transition: opacity 0.8s ease;
}
body.loaded .fade-in {
    opacity: 1;
}
body {
    background: #ffffff;
}

/* ----- header ----- */
header {
    position: relative;
    background-color: none !important;
    z-index: 10000;
}
.header_wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.header_inner {
    min-width: 1000px;
    max-width: 1300px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_left-logo {
    max-width: 450px;
    text-align: center;
}
.header_left-logo img {
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.header_right-menu {
    width: 850px;
    text-align: right;
    font-size: 0.85rem;
}
.header_right-menu li {
    display: inline-block;
    margin-left: 0.2rem;
}
.header_right-menu a {
    transition: 0.5s;
    color: #e50350 !important;
}
.header_right-menu a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
.header_menu_underline::before {
    position: absolute;
    content: '';
    width: 168px;
    height: 2px;
    background: #e50350;
    bottom: 20px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.header_menu_underline:hover::before {
    transform: scale(1, 1);
}

/* -- 追随ヘッダー -- */
.visible-header {
    width: 100%;
    position: relative;
    z-index: 10000;
    overflow: hidden;
}
.scroll-header-visible {
    height: 70px;
    position: fixed;
    margin: 0 auto;
    top: 0;
    opacity: 0;
    transform: translateY(-100px);
    transition: transform 0.5s ease-out;
}
.scroll-header-visible .header_inner {
    min-width: 1000px;
    max-width: 1300px;
    backdrop-filter: blur(15px);
}
.scroll-header-visible.visible {
    opacity: 1;
    transform: translateY(0);
}
.scroll-header-visible .header_left-logo img {
    opacity: 1.0 !important;
    margin-top: -10px;
}
.scroll-header-visible .header_inner {
    background: rgb(255,255,255, 0.45);
    padding: 0 30px 0 30px;
    border-radius: 0 0 20px 20px;
}

/* -- header SPのみ - ハンバーガーメニュー https://zero-plus.io/media/nav-hamburger/ -- */
.urs_sp-header_wrap {
    width: 100%;
    overflow: hidden;
}
.urs_sp-header {
    width: 100%;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5000;
}
.urs_sp-header_inner {
    margin: 0 auto;
    padding: 0 0 0 0;
    /*position: relative;*/
}
.urs_sp-header_left-logo {
    max-width: 250px;
    text-align: center;
    padding: 0.7rem 0 0 1rem;
}
.urs_sp-header_left-logo img {
    width: 100%;
    height: auto;
    padding-top: 10px;
}

/* :::::::::::::::ハンバーガーメニュー ::::::::::::::*/
/* メニュー項目 */
.urs_sp-header_nav {
    width: 100%;
    height: 100vh;
    /*position: static;
    right: 0;
    left: 0;
    top: 0;
    transform: initial;*/
    transform: translateX(100%);
    background: linear-gradient(60deg, #e50350, #ea6173);
    margin-top: -55px;
    padding-top: 3rem;
    transition: ease .4s;
    display: flex;
    justify-content: end;
}
.urs_nav_items {
    width: 100%;
    padding: 0 1.5rem 0 1.5rem;
    height: initial;
    /*display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;*/
}
.urs_sp-nav-items_item a {
  color: #ffffff !important;
  width: 100%;
  display: block;
  font-size: 1.15rem;
  margin: 3rem 0 3rem 0;
  padding: 0 0 0 2rem;
}
.nurs_sp-nav-items_item:last-child a {
  margin-bottom: 0;
}

/* ハンバーガーメニュー */
.urs_sp-hamburger {
    position: absolute;
    top: 15px;
    right: 10px;
    background-color: transparent;
    border-color: transparent;
    z-index: 10000;
}
.urs_sp-hamburger span {
    width: 40px;
    height: 1.5px;
    background-color: #ffffff;
    position: relative;
    transition: ease .4s;
    display: block;
}
.urs_sp-hamburger span:nth-child(1) {
    top: 0;
}
.urs_sp-hamburger span:nth-child(2) {
    margin: 12px 0 12px 0;
}
.urs_sp-hamburger span:nth-child(3) {
    top: 0;
}
/* ハンバーガーメニュークリック後のスタイル */
.urs_sp-header_nav.active {
    transform: translateX(0);
}
.urs_sp-hamburger.active span:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
}
.urs_sp-hamburger.active span:nth-child(2) {
    opacity: 0;
}
.urs_sp-hamburger.active span:nth-child(3) {
    top: -14px;
    transform: rotate(-45deg);
} 

/* ----- footer ----- */
.urs_footer_wrap {
    width: 100%;
    height: 850px;
    background: url(../img/parts/bg-parts_top.svg), url(../img/main-slide/main-slide_bg.jpg);
    background-position: 50% -1%, 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%, cover;
    margin-top: -100px;
}
.urs_footer_inner {
    min-width: 1000px;
    max-width: 1300px;
    height: 120px;
    margin: 0 auto;
    padding-top: 550px;
}
.urs_footer_inner_flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.urs_footer_left-logo {
    width: 20%;
    text-align: center;
}
.urs_footer_left-logo img {
    width: 300px;
    padding-left: 100px;
}
.urs_footer_right-menu {
    width: 80%;
    padding: 100px 100px 0 0;
    text-align: right;
    font-size: 0.85rem;
}
.urs_footer_right-menu li {
    display: inline-block;
    color: #ffffff !important;
}
.urs_footer_right-menu a {
    color: #ffffff !important;
    transition: 0.5s;
}
.urs_footer_right-menu a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
.urs_footer_copyright {
    font-size: 0.75rem;
    color: #ffffff;
    text-align: left;
    padding: 50px 0 0 100px;
}
@media screen and (max-width: 782px){
    .urs_footer_wrap {
        width: 100%;
        height: 750px;
        background: url(../img/parts/bg-parts_top.svg), url(../img/main-slide/main-slide_bg.jpg);
        background-position: 50% -0.15%, 50% 50%;
        background-repeat: no-repeat;
        background-size: 120%, cover;
        margin-top: -100px;
    }
    .urs_footer_inner {
        min-width: 100%;
        max-width: 100%;
        height: 120px;
        margin: 0 auto;
        padding-top: 300px;
    }
    .urs_footer_inner_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .urs_footer_left-logo {
        width: 100%;
        text-align: center;
    }
    .urs_footer_left-logo img {
        width: 300px;
        padding-left: 0;
    }
    .urs_footer_right-menu {
        width: 100%;
        padding: 35px 1rem 0 1rem;
        text-align: center;
        line-height: 2rem;
        font-size: 0.75rem;
    }
    .urs_footer_copyright {
        text-align: center;
        padding: 50px 0 0 0;
    }
}

/* ----- 固定メニュー -----*/
@media screen and (max-width: 782px){
    .urs_fixed-menu_wrap {
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .urs_fixed-menu-inner {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-end;
        position: fixed;
        bottom: 0%;
        z-index: 8888;
    }
    .urs_fixed-menu-inner_box01 {
        width: 78%;
        height: 60px;
        background: linear-gradient(60deg, #e50350, #ea6173);
        border: solid #ea6173;
        border-width: 1px 1px 0 0;
        border-radius: 0 0 0 0;
        color: #ffffff;
        overflow: hidden;
        font-weight: bold;
        transition: 0.75s;
    }
    .urs_fixed-menu-inner_box02 {
        width: 22%;
        height: 60px;
        background-color: #ffffff;
        border: solid #ea6173;
        border-width: 1px 0 0 0;
        border-radius: 0 0 0 0;
        overflow: hidden;
        font-weight: bold;
        transition: 0.75s;
    }
    .urs_fixed-menu-inner_box02 span::after {
        width: 100%;
        display: inline;
        font-family: 'Material Symbols Outlined';
        content: "\e88a";
        color: #ea6173;
        font-size: 2rem;
        position: relative;
        top: -4px;
    }
    .urs_fixed-menu-inner_box01 a {
        display: block;
        background-position: 20% 50%;
        background-repeat: no-repeat;
        background-size: 35px;
        overflow: visible;
        padding: 1rem 0 1rem 0;
        font-size: 1.25rem !important;
    }
    .urs_fixed-menu-inner_box02 a {
        display: block;
        padding: 1rem 0 1rem 0;
    }
    .urs_fixed-menu-inner_box01 a:hover  {
        background-color: #ffffff;
        color: #e50350 !important;
        transition: 0.75s;
    }
    .urs_fixed-menu-inner_box02 a:hover  {
        background: linear-gradient(60deg, #e50350, #ea6173);
        transition: 0.75s;
    }
    .urs_fixed-menu-inner_box02 span:hover::after {
        color: #ffffff;
    }

}

/* ----- section - main slide < image-fix > ----- */
.main-slide_wrap {
    width: 100%;
    height: 1400px;
    background: url(../img/parts/bg-parts_bottom.svg), url(../img/main-slide/main-slide_bg.jpg);
    background-position: 50% 100.15%, 50% 50%;
    background-repeat: no-repeat;
    background-size: 120%, cover;
    margin-top: -150px;
}
.main-slide_bg-blur {
    backdrop-filter: blur01(80px);
    animation: blur01 1.5s ease-out forwards;
}
@keyframes blur01 {
    0%{backdrop-filter:blur(80px);}
    100%{backdrop-filter:none;}
}
.main-slide_img01, .main-slide_img02, .main-slide_img03 {
    text-align: center;
}
.main-slide_img01 img {
    width: 850px;
    height: auto;
    margin-top: 410px;
}
.main-slide_img02 img {
    width: 840px;
    height: auto;
    margin-top: -20px;
}
.main-slide_img03 img {
    width: 250px;
    height: auto;
    margin-top: -180px;
}
@media screen and (max-width: 782px){
    .main-slide_wrap {
        width: 100%;
        height: 1120px;
        background: url(../img/parts/bg-parts_bottom.svg), url(../img/main-slide/main-slide_bg.jpg);
        background-position: 50% 100.15%, 50% 0%;
        background-repeat: no-repeat;
        background-size: 120%, cover;
        margin-top: -115vh;
    }
    .main-slide_img01 img {
        width: 100%;
        margin-top: 195px;
    }
    .main-slide_img02 img {
        width: 100%;
        margin-top: 20px;
    }
    .main-slide_img03 img {
        width: 200px;
        margin-top: -100px;
    }
}

/* ----- section - お申し込み 01 ----- */
.urs_contact01_wrap {
    width: 100%;
    height: 530px;
    margin-top: 80px;
    position: relative;
    padding: 660px 0 250px 0;
    z-index: 1000;
}
.urs_contact01_inner {
    min-width: 1000px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 500;
}
.urs_contact01_inner h2 {
    line-height: 7.25rem !important;
    color: #e50350 !important;
    padding-bottom: 25px;
}
.urs_contact01_innerh2_tyousei {
    letter-spacing: 0.75rem !important;
    border-bottom: 8px solid #e50350;
}
.urs_contact01_inner p {
    margin-bottom: 100px;
}
@media screen and (max-width: 782px){
    .urs_contact01_wrap {
        width: 100%;
        height: 380px;
        padding: 120px 0 200px 0;
    }
    .urs_contact01_inner {
        min-width: 100%;
        max-width: 100%;
    }
    .urs_contact01_inner h2 {
        line-height: 2.5rem !important;
        padding: 0 1rem 0 1rem;
    }
    .urs_contact01_innerh2_tyousei {
        letter-spacing: 0.25rem !important;
    }
    .urs_contact01_innerh2_tyousei_margin-top {
        margin: -1rem 0 2rem 0;
    }
    .urs_contact01_inner p {
        margin-bottom: 100px;
        padding: 0 1.25rem 0 1.25rem;
    }
    .urs_contact01_button-wrap {
        width: 88%;
        margin: 0 auto;
    }
}

/* ----- section - メッセージ / お約束 ----- */
.urs_message-oyakusoku_wrap_bg{
    width: 100%;
    height: 3200px;
    position: relative;
    background-image: url(../img/parts/bg-parts_top.svg), url(../img/msg-oyksk/message-oyakusoku_bg.jpg);
    background-position: 50% -1%, top;
    background-repeat: no-repeat;
    background-size: 100%, cover;
    padding: 700px 0 200px 0;
    z-index: -10000;
}
@media screen and (max-width: 782px){
    .urs_message-oyakusoku_wrap_bg {
        width: 100%;
        height: 4700px;
        background-position: 50% -0.1%, top;
        background-repeat: no-repeat;
        background-size: 120%, cover;
        overflow: hidden;
    }
}
/* テキストパーツ01 */
.urs_message-oyakusoku_bg-text01 {
    align-items: center;
    display: flex;
    width: 100%;
    height: 350px;
    position: relative;
    white-space: nowrap;
    margin: -610px 0 0 0;
    color: #ffffff;
    transform: skewY(-8deg);
    overflow: hidden;
    z-index: -1500;
}
.urs_message-oyakusoku_bg-text01 ul {
    animation: flowing01 85s linear infinite;
    font-size: 22rem;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -1rem;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.urs_message-oyakusoku_bg-text01 ul li{
    display: inline-block;
    padding-right: 10px;
}
@keyframes flowing01 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}
@media screen and (max-width: 782px){
    .urs_message-oyakusoku_bg-text01 {
        margin: -650px 0 0 0;
    }
    .urs_message-oyakusoku_bg-text01 ul {
        font-size: 15rem;
    }
}
/* テキストパーツ02 */
.urs_message-oyakusoku_bg-text02 {
    align-items: center;
    display: flex;
    width: 100%;
    height: 350px;
    position: relative;
    white-space: nowrap;
    margin: -190px 0 0 0;
    color: #ea6173;
    transform: skewY(-8deg);
    overflow: hidden;
    z-index: -2000;
}
.urs_message-oyakusoku_bg-text02 ul {
    animation: flowing02 105s linear infinite;
    font-size: 11rem;
    font-weight: 100;
    font-style: italic;
    letter-spacing: -1rem;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.urs_message-oyakusoku_bg-text02 ul li{
    display: inline-block;
    padding-right: 10px;
}
@keyframes flowing02 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@media screen and (max-width: 782px){
    .urs_message-oyakusoku_bg-text02 {
        margin: -240px 0 0 0;
    }
    .urs_message-oyakusoku_bg-text02 ul {
        font-size: 8rem;
    }
}
/* --メッセージ-- */
.urs_message_wrap {
    min-width: 1000px;
    max-width: 1260px;
    height: auto;
    margin: 0 auto;
    text-align: left;
}
.urs_message_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
}
.urs_message_inner::after {
    width: 850px;
    height: 1200px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    background: rgb(255,255,255, 0.8);
    border-radius: 0 120px 0 120px;
    z-index: -500;
}
.urs_message_inner_box-text {
    width: 800px;
    position: relative;
    padding: 100px 90px 100px 30px; 
    z-index: 1000;
}
.urs_message_inner_title-h3 {
    width: 480px;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.3rem !important;
    color: #ffffff !important;
    background-color: #464885;
    padding: 0.15rem 0 0.15rem 2rem;
    opacity: 1 !important;
}
.urs_message_inner h2 {
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 5rem;
    margin-bottom: 5rem;
}
.urs_message_inner_box-text ul {
    margin: 0 0 5rem 3rem;
}
.urs_message_inner_box-text li {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.urs_message_inner_box-text li::before {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-family: 'Material Symbols Outlined';
    content: "\e5c9";
    color: #e50350;
    font-size: 1.5rem;
    vertical-align: -15%;
    margin: 0 0 0 -3rem;
}
.urs_message_inner_box-img {
    width: 650px;
    position: relative;
    margin: 180px 0 0 -160px;
    z-index: 100;
}
.urs_message_inner_box-img img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 782px){
    .urs_message_wrap {
        min-width: 100%;
        max-width: 100%;
    }
.urs_message_inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 0px;
    }
    .urs_message_inner::after {
        width: 95%;
        height: 1600px;
        left: 0;
        border-radius: 0 30px 0 30px;
    }
    .urs_message_inner_box-text {
        width: 85%;
        position: relative;
        padding: 100px 1.25rem 100px 1.25rem; 
    }
    .urs_message_inner_title-h3 {
        width: 100%;
        padding: 0.15rem 0 0.15rem 0;
        text-align: center;
    }
    .urs_message_inner h2 {
        font-size: 1.5rem !important;
        line-height: 3.5rem;
        margin-bottom: 4rem;
    }
    .urs_message_inner_h2-tyousei {
        margin: -4.5rem 0 -2rem 0 !important; 
    }
    .urs_message_inner_box-text ul {
        margin: 0 0 5.5rem 2rem;
    }
    .urs_message_inner_box-text li::before {
        margin: 0 0 0 -2rem;
    }
    .urs_message_inner_box-img {
        width: 100%;
        margin: -380px 0 0 0;
    }
}
/* --お約束-- */
.urs_oyakusoku_wrap {
    min-width: 1000px;
    max-width: 1260px;
    height: auto;
    margin: 30px auto 0 auto;
    text-align: left;
}
.urs_oyakusoku_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    color: #ffffff;
}
.urs_oyakusoku_inner::before {
    width: 920px;
    height: 1230px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    background: linear-gradient(60deg, #e50350, #ea6173, #fbb03b);
    opacity: 0.8;
    border-radius: 120px 0 120px 0;
    z-index: -500;
}
.urs_oyakusoku_inner h2 {
    font-size: 2rem !important;
    font-weight: 600 !important;
    margin-bottom: 5rem;
    opacity: 1 !important;
}
.urs_oyakusoku_innerh2_tyousei {
    margin-left: -2rem !important;
}
.urs_oyakusoku_innerh3_tyousei {
    font-size: 2.5rem !important;
    border-bottom: 2px solid #ffffff;
}
.urs_oyakusoku_inner_box-text {
    width: 800px;
    position: relative;
    padding: 100px 50px 100px 50px; 
    opacity: 1 !important;
    z-index: 1000;
}
.urs_oyakusoku_inner_box-text_yakusokujikou {
    background: rgb(255,255,255, 0.9);
    padding: 2rem 3rem 3rem 3rem;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 3.5rem;
}
.urs_oyakusoku_inner_box-text_yakusokujikou h3 {
    width: 160px;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.3rem !important;
    color: #ffffff !important;
    background-color: #e50350;
    padding: 0.15rem 0 0.15rem 0.15rem;
    margin: 2rem auto 3rem auto;
    opacity: 1 !important;
}
.urs_oyakusoku_inner_box-text_yakusokujikou ul {
    margin: 0 0 0 3rem;
    color: #5A5A5A !important;
    text-align: left;
}
.urs_oyakusoku_inner_box-text_yakusokujikou li {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
.urs_oyakusoku_inner_box-text_yakusokujikou li::before {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-family: 'Material Symbols Outlined';
    content: "\e2e6";
    color: #00b7a9;
    font-size: 1.5rem;
    vertical-align: -15%;
    margin: 0 0 0 -2rem;
}
.urs_oyakusoku_inner_box-img {
    width: 600px;
    position: relative;
    margin: 0 -100px 0 -150px;
    z-index: 0;
}
.urs_oyakusoku_inner_box-img img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 782px){
    .urs_oyakusoku_wrap {
        min-width: 100%;
        max-width: 100%;
        margin: 200px auto 0 auto;
    }
    .urs_oyakusoku_inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding-top: 40px;
    }
    .urs_oyakusoku_inner::before {
        width:95%;
        height: 1480px;
        border-radius: 30px 0 30px 0;
    }
    .urs_oyakusoku_inner h2 {
        font-size: 1.5rem !important;
        margin-bottom: 4rem;
        line-height: 3.5rem;
    }
    .urs_oyakusoku_innerh2_tyousei {
        margin-left: 0 !important;
        letter-spacing: -0.15rem;
    }
    .urs_oyakusoku_innerh3_tyousei {
        font-size: 1.5rem !important;
        line-height: 2.5rem !important;
    }
    .urs_oyakusoku_inner_box-text {
        width: 85%;
        position: absolute;
        margin-top: 0;
        padding: 50px 1.25rem 100px 2.5rem; 
    }
    .urs_oyakusoku_inner_box-text_yakusokujikou {
        padding: 2rem 1rem 3rem 1rem;
        border-radius: 20px;
        text-align: center;
        margin-bottom: 3.5rem;
    }
    .urs_oyakusoku_inner_box-text_yakusokujikou h3 {
        width: 100%;
        font-size: 1.25rem !important;
        padding: 0.15rem 0 0.15rem 0.15rem;
    }
    .urs_oyakusoku_inner_box-text_yakusokujikou ul {
        margin: 0 0 0 2rem;
    }
    .urs_oyakusoku_inner_box-text_yakusokujikou li::before {
        margin: 0 0 0 -2rem;
    }
    .urs_oyakusoku_inner_box-img {
        width: 100%;
        margin: -400px 0 0 0;
    }
}

/* ----- section - 3つの報酬 ----- */
.urs_3housyu_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    margin: -550px auto 0 auto;
    padding: 120px 0 185px 0;
    background-image: url(../img/3housyu/3housyu_bg-min.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    text-align: center;
    border-radius: 80px;
    z-index: 1000;
}
.urs_3housyu_inner {
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
}
.urs_3housyu_inner h2 {
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    color: #ffffff;
    margin-bottom: 5rem;
}
.urs_3housyu_inner_flex-wrap {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 5rem;
}
.urs_3housyu_inner_box {
    width: 31%;
    height: 350px;
    padding: 3rem 1rem 3rem 1rem;
    background-color: #ffffff;
    border-radius: 0 30px 0 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 183, 169, 0.35);
}
.urs_3housyu_inner_box_center-margin {
    margin: 0 1.5rem 0 1.5rem;
}
.urs_3housyu_inner_box h3 {
    font-size: 5rem !important;
    font-weight: 900 !important;
    color: #8fd8d3;
    margin: 0;
    font-style: italic;
}
.urs_3housyu_inner_box h4 {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem !important;
    font-weight: 900 !important;
    color: #00b7a9;
    margin: 0 0 0 0;
}
.urs_3housyu_inner_box_p {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.urs_3housyu_inner_box_text-notice {
    width: 85%;
    display: inline-block;
    font-size: 0.85rem !important;
    line-height: 1.5rem !important;
    text-indent: -1rem;
    padding-left: 1rem;
    margin-top: 1rem;
    text-align: left !important;
}
.urs_3housyu_inner_bottom-img {
    width: 460px;
    margin: 200px auto -450px auto;
}
.urs_3housyu_inner_bottom-img img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 782px){
    .urs_3housyu_wrap {
        width: 100%;
        height: 100%;
        margin: -550px auto 0 auto;
        padding: 120px 0 0 0;
        background-image: url(../img/3housyu/3housyu_bg_sp-min.jpg);
        border-radius: 35px;
        overflow: hidden;
    }
    .urs_3housyu_inner {
        min-width: 100%;
        max-width: 100%;
    }
    .urs_3housyu_inner h2 {
        font-size: 2rem !important;
    }
    .urs_3housyu_inner_flex-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 5rem;
    }
    .urs_3housyu_inner_box {
        width: 80%;
        height: 320px;
        margin: 0 auto 30px auto;   
    }
    .urs_3housyu_inner_box_center-margin {
        margin: 0 auto 30px auto;
    }
    .urs_3housyu_inner_box h3 {
        font-size: 4rem !important;
    }
    .urs_3housyu_inner_box h4 {
        height: 85px;
        font-size: 2rem !important;
        margin: 0 0 0.5rem 0;
    }
    .urs_3housyu_inner_box_text-notice {
        font-size: 0.75rem !important;
    }
    .urs-sp_3housyu_p-tyousei {
        width: 88%;
        margin: 0 auto;
    }
    .urs_3housyu_inner_bottom-img {
        width: 390px;
        margin: 180px auto -120px auto;
    }
}

/* ----- section - お申し込み 02 ----- */
.urs_contact02_wrap {
    width: 100%;
    height: 920px;
    margin-top: 80px;
    position: relative;
    padding: 160px 0 250px 0;
    z-index: 1000;
}
.urs_contact02_inner {
    min-width: 1000px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 500;
}
.urs_contact02_inner h2 {
    line-height: 7.25rem !important;
    color: #e50350 !important;
    padding-bottom: 5px;
}
.urs_contact02_innerh2_tyousei01 {
    font-size: 93%;
}
.urs_contact02_innerh2_tyousei02 {
    font-size: 265%;
    letter-spacing: 0.75rem !important;
    border-bottom: 8px solid #e50350;
}
.urs_contact02_inner h3 {
    width: 705px;
    margin: 0 auto;
    padding: 1rem 0 1rem 0;
    font-size: 1.75rem;
    color: #ffffff !important;
    background-color: #e50350;
    border-radius: 1rem;
    margin-bottom: 50px;
}
.urs_contact02_inner_p {
    width: 705px;
    margin: 0 auto;
    text-align: left;
}
.urs_contact02_inner_flex-wrap {
    width: 705px;
    margin: 0 auto 5rem auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.urs_contact02_inner_flex-box-l {
    width: 285px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.urs_contact02_inner_flex-box-l img {
    width: 100%;
}
.urs_contact02_inner_flex-box-r {
    width: 420px;
    height: 350px;
    padding: 0 0 0 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
@media screen and (max-width: 782px){
    .urs_contact02_wrap {
        width: 100%;
        height: 1280px;
        padding: 80px 0 0 0;
        margin-bottom: -50px;
        overflow: hidden;
    }
    .urs_contact02_inner {
        min-width: 100%;
        max-width: 100%;
    }
    .urs_contact02_inner h2 {
        line-height: 2.5rem !important;
        padding: 0 1rem 0 1rem;
    }
    .urs_contact02_innerh2_tyousei01 {
        font-size: 100%;
    }
    .urs_contact02_innerh2_tyousei02 {
        font-size: 185%;
        letter-spacing: 0.25rem !important;
    }
    .urs_contact02_innerh2_tyousei_margin-top {
        margin: -1rem 0 2rem 0;
    }
    .urs_contact02_inner h3 {
        width: 88%;
        padding: 1rem 0 1.5rem 0;
        font-size: 1.5rem;
    }
    .urs_contact02_inner_p {
        width: 88%;
    }
    .urs-sp_contact02_inner_p-tyousei {
        margin-bottom: 1rem;
    }
    .urs_contact02_inner_flex-wrap {
        width: 88%;
        margin: 0 auto 1rem auto;
        display: flex;
        flex-wrap: wrap;
    }
    .urs_contact02_inner_flex-box-l {
        width: 100%;
        height: 210px;
        padding-top: 20px;
    }
    .urs_contact02_inner_flex-box-l img {
        width: 200px;
    }
    .urs_contact02_inner_flex-box-r {
        width: 100%;
        height: 210px;
        padding: 0 0 0 0;
    }
    .urs_contact02_button-wrap {
        width: 88%;
        margin: 0 auto;
    }
}

/* ----- section - 他社との違い / 効果が出やすい業種 ----- */
.urs_chigai-gyousyu_wrap_bg {
    width: 100%;
    height: 2850px;
    position: relative;
    background-image: url(../img/parts/bg-parts_top.svg), url(../img/chigai-gyousyu/chigai-gyousyu_bg-min.jpg);
    background-position: 50% -1%, top;
    background-repeat: no-repeat;
    background-size: 100%, cover;
    padding: 700px 0 200px 0;
    z-index: -1000;
}
@media screen and (max-width: 782px){
    .urs_chigai-gyousyu_wrap_bg {
        width: 100%;
        height: 1730px;
        background-position: 50% -0.1%, top;
        background-repeat: no-repeat;
        background-size: 120%, cover;
        padding: 700px 0 0px 0;
    }
}
/* テキストパーツ03 */
.urs_chigai-gyousyu_bg-text01 {
    align-items: center;
    display: flex;
    width: 100%;
    height: 350px;
    position: relative;
    white-space: nowrap;
    margin: -580px 0 0 0;
    color: #ffffff;
    transform: skewY(-8deg);
    overflow: hidden;
    z-index: -1500;
}
.urs_chigai-gyousyu_bg-text01 ul {
    animation: flowing03 85s linear infinite;
    font-size: 22rem;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -1rem;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.urs_chigai-gyousyu_bg-text01 ul li{
    display: inline-block;
    padding-right: 10px;
}
@keyframes flowing03 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}
@media screen and (max-width: 782px){
    .urs_chigai-gyousyu_bg-text01 {
        margin: -650px 0 0 0;
    }
    .urs_chigai-gyousyu_bg-text01 ul {
        font-size: 15rem;
    }
}
/* テキストパーツ04 */
.urs_chigai-gyousyu_bg-text02 {
    align-items: center;
    display: flex;
    width: 100%;
    height: 350px;
    position: relative;
    white-space: nowrap;
    margin: -190px 0 0 0;
    color: #f29600;
    transform: skewY(-8deg);
    overflow: hidden;
    z-index: -2000;
}
.urs_chigai-gyousyu_bg-text02 ul {
    animation: flowing04 105s linear infinite;
    font-size: 11rem;
    font-weight: 100;
    font-style: italic;
    letter-spacing: -1rem;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.urs_chigai-gyousyu_bg-text02 ul li{
    display: inline-block;
    padding-right: 10px;
}
@keyframes flowing04 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@media screen and (max-width: 782px){
    .urs_chigai-gyousyu_bg-text02 {
        margin: -240px 0 0 0;
    }
    .urs_chigai-gyousyu_bg-text02 ul {
        font-size: 8rem;
    }
}
/* --他社との違い-- */
.urs_chigai_wrap {
    min-width: 1000px;
    max-width: 1260px;
    height: auto;
    margin: 80px auto 0 auto;
    padding: 70px 50px 100px 50px;
    background: rgb(255,255,255, 0.8);
    border-radius: 120px 0 120px 0;
}
.urs_chigai_inner {
    min-width: 800px;
    max-width: 1150px;
    margin: 0 auto;
    text-align: left;
}
.urs_chigai_inner h2 {
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    margin-bottom: 3rem;
    background: linear-gradient(60deg, #e95513, #f29600 20%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.urs_chigai_inner p {
    margin-bottom: 3rem;
}
.urs_chigai_inner_flex-wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    z-index: 1000;
}
.urs_chigai_inner_flex-box01 {
    width: 15%;
    font-weight: bold;
}
.urs_chigai_inner_flex-box02 {
    width: 35%;
    color: #e50350;
    font-weight: bold;
}
.urs_chigai_inner_flex-box03 {
    width: 25%;
}
.urs_chigai_inner_flex-box01 ul li, .urs_chigai_inner_flex-box02 ul li, .urs_chigai_inner_flex-box03 ul li {
    height: 40px;
    text-align: left;
    padding: 0.5rem 0 0.5rem 1.5rem !important;
    border-bottom: 1px solid #5A5A5A;
    display: flex;
    align-items: center;
}
.urs_chigai_inner_flex-box02 ul li {
    background-color: #ffedf3;
}
.urs_chigai_inner_flex-box_title {
    height: 120px !important;
    color: #464885;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 20px 20px 0 0;
    text-align: center !important;
}
.urs_chigai_inner_flex-box_title img {
    width: 60%;
    display: inline-block;
    margin: 0 auto;
}
@media screen and (max-width: 782px){
    .urs_chigai_inner {
        min-width: 88%;
        max-width: 88%;
        margin: -300px auto 0 auto;
        padding: 0 1rem 100px 1rem;
        text-align: left;
        transform: skewY(8deg);
    }
    .urs_chigai_inner h2 {
        font-size: 2rem !important;
        margin-bottom: 3rem;
    }
    .urs_chigai_inner p {
        margin-bottom: 3rem;
    }
    .urs-sp_chigai_inner_button-wrap {
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-left: 0;
    }
    .urs_chigai_inner_flex-wrap {
        width: 1150px;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        flex: 0 0 auto;
    }
    .urs_chigai_inner_flex-box01 {
        width: 160px;
        font-weight: bold;
    }
    .urs_chigai_inner_flex-box02 {
        width: 330px;
    }
    .urs_chigai_inner_flex-box03 {
        width: 330px;
    }
    .urs_chigai_inner_flex-box01 ul li, .urs_chigai_inner_flex-box02 ul li, .urs_chigai_inner_flex-box03 ul li {
        height: 35px;
    }
    .urs_chigai_inner_flex-box_title {
        height: 100px !important;
        font-size: 1.2rem;
    }
    .urs_chigai_inner_flex-box_title img {
        width: 50%;
    }
}
/* --効果が出やすい業種-- */
.urs_gyousyu_wrap {
    min-width: 1000px;
    max-width: 1260px;
    height: auto;
    margin: 30px auto 0 auto;
    text-align: left;
}
.urs_gyousyu_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.urs_gyousyu_inner h2 {
    font-size: 2.5rem !important;
    font-weight: 900 !important;
    background: linear-gradient(60deg, #464885, #e50350);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 5rem;
}
.urs_gyousyu_innerh2_tyousei {
    padding-bottom: 0.5rem;
    border-bottom: 5px solid #464885;
}
.urs_gyousyu_inner_box-text {
    width: 800px;
    position: relative;
    color: #ffffff;
    z-index: 500;
}
.urs_gyousyu_inner_box-text_bg {
    padding: 3rem 3.5rem 2rem 4.5rem;
    border-radius: 20px;
    text-align: left;
    margin-bottom: 3.5rem;
}
.urs_gyousyu_inner_box-text_bg_blue {
    background: rgb(70, 72, 133);
}
.urs_gyousyu_inner_box-text_bg_red {
    background: rgb(229, 3, 80);
}
.urs_gyousyu_inner_box-text_bg h3 {
    font-size: 5rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.1rem;
    margin: 0 0 -0.5rem 0;
}
.urs_gyousyu_inner_box-text_bg p {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
}
.urs_gyousyu_inner_box-img {
    width: 500px;
    position: relative;
    margin: 100px -50px 0 -30px;
    z-index: 1000;
}
.urs_gyousyu_inner_box-img img {
    width: 100%;
    height: auto;
}
.urs_gyousyu_inner_box-notice {
    font-size: 0.85rem !important;
    line-height: 1.5rem !important;
    color: #5A5A5A;
    text-indent: -1rem;
    padding-left: 1rem;
}
@media screen and (max-width: 782px){
    .urs_gyousyu_wrap {
        min-width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .urs_gyousyu_inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0 1rem 0 1rem;
    }
    .urs_gyousyu_inner h2 {
        font-size: 2rem !important;
        line-height: 4rem;
        margin-bottom: 5rem;
    }
    .urs_gyousyu_innerh2_tyousei {
        padding-bottom: 0.25rem;
    }
    .urs_gyousyu_inner_box-text {
        width: 100%;
    }
    .urs_gyousyu_inner_box-text_bg {
        padding: 3rem 1.5rem 2rem 1.5rem;
    }
    .urs_gyousyu_inner_box-text_bg h3 {
        font-size: 4rem !important;
    }
    .urs_gyousyu_inner_box-img {
        width: 100%;
        margin: 100px 0 0 0;
    }
    .urs_gyousyu_inner_box-img img {
        width: 100%;
        height: auto;
    }
}

/* ----- section - サービス内容 ----- */
.urs_service_wrap {
    width: 100%;
    height: 1500px;
    margin: -650px auto 0 auto;
    padding: 110px 0 300px 0;
    transform: skewY(-8deg);
    position: relative;
    background-image: url(../img/service/service_bg-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.urs_service_inner {
    min-width: 1000px;
    max-width: 1300px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    transform: skewY(8deg);
    margin: 0 auto;
}
.urs_service_inner_box-text {
    width: 750px;
    position: relative;
    padding: 0 0 0 3rem;
    z-index: 1000;
}
.urs_service_inner_box-text h2 {
    color: #e50350;
    margin-bottom: 5rem;
}
.urs_service_inner_box-text_flex-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
}
.urs_service_inner_box-text_flex-box {
    width: 48%;
}
.urs_service_inner_box-text_flex-box_service {
    width: 100%;
    height: 250px;
    background: rgb(255,255,255, 0.8);
    border-right: 1px solid #e50350;
    border-bottom: 1px solid #e50350;
    border-radius: 50px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    text-align: center;
}
.urs_service_inner_box-text_flex-box_service h3 {
    font-size: 1.75rem !important;
    font-weight: 900 !important;
    line-height: 2.5rem !important;
    padding: -1rem 0 0 0;
}
.urs_service_inner_box-text_flex-box_service-hosoku {
    font-size: 0.85rem !important;
    font-weight: 300 !important;
    line-height: 1.5rem !important;
    margin: -15px 0 0 0;
    padding: 0 2.5rem 0 2.5rem;
    text-align: left;
}
.urs_service_inner_box-img {
    width: 800px;
    margin: 550px -300px 0 0;
    position: relative;
    z-index: 100;
}
.urs_service_inner_box-img-01 {
    width: 400px;
    height: auto;
    margin: 0 0 0 10px;
}
.urs_service_inner_box-img-02 {
    width: 450px;
    height: auto;
    margin: 60px -50px 0 120px;
}
.urs_service_inner_box-img-03 {
    width: 350px;
    height: auto;
    margin: 20px 0 0 50px;
}
.urs_service_inner_box-notice {
    font-size: 0.85rem !important;
    line-height: 1.25rem !important;
    text-indent: -1rem;
    padding-left: 1rem;
    margin-left: 1rem;
}
@media screen and (max-width: 782px){
    .urs_service_wrap {
        width: 100%;
        height: 2930px;
        margin: -650px auto 0 auto;
        padding: 70px 0 300px 0;
        background-image: url(../img/service/service_bg_sp-min.jpg);
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .urs_service_inner {
        min-width: 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .urs_service_inner_box-text {
        width: 100%;
        padding: 0 1rem 0 1rem;
    }
    .urs_service_inner_box-text h2 {
        color: #e50350;
        margin-bottom: 5rem;
    }
    .urs_service_inner_box-text_flex-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 4rem;
    }
    .urs_service_inner_box-text_flex-box {
        width: 48%;
    }
    .urs_service_inner_box-text_flex-box_service {
        width: 100%;
        height: 250px;
    }
    .urs_service_inner_box-text_flex-box_service h3 {
        font-size: 1.25rem !important;
        line-height: 2rem !important;
        padding: -1rem 0 0 0;
    }
    .urs_service_inner_box-text_flex-box_service-hosoku {
        font-size: 0.75rem !important;
        line-height: 1.25rem !important;
        padding: 0 1rem 0 1rem;
    }
    .urs_service_inner_box-img {
        width: 400px;
        margin: 450px -300px 0 0;
    }
    .urs_service_inner_box-img-01 {
        width: 300px;
        margin: 0 0 0 -5px;
    }
    .urs_service_inner_box-img-02 {
        width: 350px;
        margin: 0 0 0 50px;
    }
    .urs_service_inner_box-img-03 {
        width: 300px;
        margin: -15px 0 0 50px;
    }
    .urs_service_inner_box-notice {
        font-size: 0.75rem !important;
        line-height: 1.25rem !important;
    }
}

/* ----- section - 導入の流れ ----- */
.urs_dounyu_wrap {
    width: 100%;
    height: 3150px;
    position: relative;
    background: url(../img/parts/bg-parts_bottom.svg), url(../img/dounyu/dounyu_bg-min.jpg);
    background-position: 50% 100.15%, top;
    background-repeat: no-repeat;
    background-size: 120%, cover;
    margin-top: -100px;
    z-index: -10000;
}
.urs_dounyu_inner {
    min-width: 800px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 320px 0 0 0;
    text-align: center;
}
.urs_dounyu_inner h2 {
    color: #ffffff;
    margin-bottom: 5rem;
}
.urs_dounyu_inner_flow, .urs_dounyu_inner_flow_last {
    min-width: 800px;
    max-width: 1000px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    background: rgb(255,255,255, 0.8);
    border-radius: 80px;
    margin-bottom: 4rem;
    padding: 0 0 0 8rem;
}
.urs_dounyu_inner_flow::after {
    display: inline-block;
    font-family: 'Material Symbols Outlined';
    content: "\e69c";
    color: #e50350;
    font-size: 3rem;
    position: absolute;
    left: 48%;
    margin-top: 11.5rem;
}
.urs_dounyu_inner_flow-p, .urs_dounyu_inner_flow_last-p {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
}
.urs_dounyu_inner_flow_notice {
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    line-height: 1.25rem !important;
    text-indent: -1rem;
    padding-left: 1rem;
    margin: -2.5rem 0 0 3.25rem !important;
}
@media screen and (max-width: 782px){
    .urs_dounyu_wrap {
        width: 100%;
        height: 3350px;
        position: relative;
        background: url(../img/parts/bg-parts_bottom.svg), url(../img/dounyu/dounyu_bg-min.jpg);
        background-position: 50% 100%, top;
        background-repeat: no-repeat;
        background-size: 120%, cover;
        margin-top: -120px;
        z-index: -10000;
        overflow: hidden;
    }
    .urs_dounyu_inner {
        min-width: 88%;
        max-width: 88%;
        margin: 0 auto;
        padding: 320px 0 0 0;
        text-align: center;
    }
    .urs_dounyu_inner h2 {
        color: #ffffff;
        margin-bottom: 5rem;
    }
    .urs_dounyu_inner_flow, .urs_dounyu_inner_flow_last {
        min-width: 100%;
        max-width: 100%;
        border-radius: 30px;
        padding: 3.5rem 0 3.5rem 0;
    }
    .urs_dounyu_inner_flow {
        padding: 3.5rem 0 3.5rem 0;
    }
    .urs_dounyu_inner_flow_last {
        padding: 3.5rem 0 5.5rem 0;
    }
    .urs_dounyu_inner_flow p, .urs_dounyu_inner_flow_last p {
        width: 80%;
        margin: 0 auto;
    }
    .urs_dounyu_inner_flow::after {
        left: 43%;
        margin-top: 18.5rem;
    }
    .urs_dounyu_inner_flow_notice {
        line-height: 1.25rem !important;
        margin: 0.5rem 2rem 0 2.15rem !important;
    }
}

/* 連結部（画像） */
.urs_renketsu-img_wrap {
    width: 800px;
    height: auto;
    padding: 350px 0 0 0;
    position: relative;
    margin: 0 auto;
    z-index: 100;   
}
.urs_renketsu-img_wrap ul {
    display: block;
    text-align: center;
}
.urs_renketsu-img01 {
    width: 480px;
    height: auto;
    padding: 100px 0 0 260px;
}
.urs_renketsu-img02 {
    width: 300px;
    height: auto;
    margin: -80px 0 0 -350px;
}
.urs_renketsu-img03 {
    width: 680px;
    height: auto;
    margin: -100px -250px 0 0;
}
@media screen and (max-width: 782px){
    .urs_renketsu-img_wrap {
        width: 100%;
        padding: 450px 0 0 0;
        overflow: hidden;
    }
    .urs_renketsu-img01 {
        width: 350px;
        padding: 0 0 0 35px;
    }
    .urs_renketsu-img02 {
        width: 250px;
        margin: -10px 0 0 -50px;
    }
    .urs_renketsu-img03 {
        width: 420px;
        margin: -100px 60px 0 0;
    }
}

/* テキストパーツ05 */
.urs_dounyu_bg-text01 {
    align-items: center;
    display: flex;
    width: 100%;
    height: 350px;
    position: relative;
    white-space: nowrap;
    margin: -650px 0 0 0;
    color: #ea6173;
    transform: skewY(-8deg);
    overflow: hidden;
    z-index: -2000;
}
.urs_dounyu_bg-text01 ul {
    animation: flowing05 85s linear infinite;
    font-size: 11rem;
    font-weight: 100;
    font-style: italic;
    letter-spacing: -1rem;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.urs_dounyu_bg-text01 ul li{
    display: inline-block;
    padding-right: 10px;
}
@keyframes flowing05 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@media screen and (max-width: 782px){
}
/* テキストパーツ06 */
.urs_dounyu_bg-text02 {
    align-items: center;
    display: flex;
    width: 100%;
    height: 350px;
    position: relative;
    white-space: nowrap;
    margin: -200px 0 0 0;
    color: #ffffff;
    transform: skewY(-8deg);
    overflow: hidden;
    z-index: -1500;
}
.urs_dounyu_bg-text02 ul {
    animation: flowing06 105s linear infinite;
    font-size: 22rem;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -1rem;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.urs_dounyu_bg-text02 ul li{
    display: inline-block;
    padding-right: 10px;
}
@keyframes flowing06 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}
@media screen and (max-width: 782px){
}

/* ----- section - お申し込み 03 ----- */
.urs_contact03_wrap {
    width: 100%;
    height: 1000px;
    position: relative;
    margin-top: -130px;
    padding: 0px 0 250px 0;
    z-index: 1000;
}
.urs_contact03_inner {
    min-width: 1000px;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 500;
}
.urs_contact03_inner_icon {
    width: 85px;
    height: auto;
    text-align: center;
}
.urs_contact03_inner h2 {
    line-height: 7.25rem !important;
    color: #e50350 !important;
    padding-bottom: 5px;
}
.urs_contact03_innerh2_tyousei01 {
    font-size: 93%;
}
.urs_contact03_innerh2_tyousei02 {
    font-size: 265%;
    letter-spacing: 0.75rem !important;
    border-bottom: 8px solid #e50350;
}
.urs_contact03_inner h3 {
    width: 705px;
    margin: 0 auto;
    padding: 1rem 0 1rem 0;
    font-size: 1.75rem;
    color: #ffffff !important;
    background-color: #e50350;
    border-radius: 1rem;
    margin-bottom: 50px;
}
.urs_contact03_inner_p {
    width: 705px;
    margin: 0 auto 0 auto;
    text-align: left;
}
.urs_contact03_inner_flex-wrap {
    width: 705px;
    margin: 0 auto 5rem auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.urs_contact03_inner_flex-box-l {
    width: 285px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.urs_contact03_inner_flex-box-l img {
    width: 100%;
}
.urs_contact03_inner_flex-box-r {
    width: 420px;
    height: 350px;
    padding: 0 0 0  2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.urs_contact03_line-button {
    width: 705px;
    height: auto;
    margin: 0 auto;
    transition: 0.5s;
}
.urs_contact03_line-button img {
    width: 100%;
}
.urs_contact03_line-button:hover {
    transform: scale(1.1,1.1);
    transition: 0.5s;
}
@media screen and (max-width: 782px){
    .urs_contact03_wrap {
        width: 100%;
        height: 1320px;
        position: relative;
        margin-top: -230px;
        padding: 0 0 100px 0;
        z-index: 1000;
        overflow: hidden;
    }
    .urs_contact03_inner {
        min-width: 100%;
        max-width: 100%;
    }
    .urs_contact03_inner_icon {
        width: 75px;
        height: auto;
        text-align: center;
    }
    .urs_contact03_inner h2 {
        line-height: 2.5rem !important;
        padding: 0 1rem 0 1rem;
    }
    .urs_contact03_innerh2_tyousei01 {
        font-size: 100%;
    }
    .urs_contact03_innerh2_tyousei02 {
        font-size: 185%;
        letter-spacing: 0.25rem !important;
    }
    .urs_contact03_innerh2_tyousei_margin-top {
        margin: -1rem 0 2rem 0;
    }
    .urs_contact03_inner h3 {
        width: 88%;
        padding: 1rem 0 1.5rem 0;
        font-size: 1.5rem;
    }
    .urs_contact03_inner_p {
        width: 88%;
    }
    .urs-sp_contact03_inner_p-tyousei {
        margin-bottom: 1rem;
    }
    .urs_contact03_inner_flex-wrap {
        width: 88%;
        margin: 0 auto 1rem auto;
        display: flex;
        flex-wrap: wrap;
    }
    .urs_contact03_inner_flex-box-l {
        width: 100%;
        height: 210px;
        padding-top: 20px;
    }
    .urs_contact03_inner_flex-box-l img {
        width: 200px;
    }
    .urs_contact03_inner_flex-box-r {
        width: 100%;
        height: 210px;
        padding: 0 0 0 0;
    }
    .urs_contact03_line-button {
        width: 88%;
    }
}

/* ----- section - form ----- */
/*.form_wrap {
    width: 100%;
    height: auto;
}
.form_inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.form_inner_flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.form_inner_flex_box {
    width: 48%;
}
.form_inner_flex_box img {
    width: 100%;
    height: auto;
}
.form_inner_flex_box a {
    transition: 0.75s;
}
.form_inner_flex_box a:hover {
    opacity: 0.5;    
    transition: 0.75s;
}
@media screen and (max-width: 782px){
    .form_inner {
        width: 100%;
    }
    .form_inner_flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .form_inner_flex_box {
        width: 100%;
    }
    .form_inner_flex_box img {
        width: 84%;
    }
}*/


/* ----- LP用CSS ----- */

/* LP用 ボタンパーツ */
.urs_btn-design01 a {
    width: 660px;
    display: block;
    margin: 0 auto;
    padding: 3rem 1.5rem 3rem 1.5rem;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.35rem !important;
    color: #ffffff !important;
    border: 1px solid #ea6173;
    border-radius: 0;
    background: linear-gradient(60deg, #e50350, #ea6173);
    transition: 0.55s;
}
.urs_btn-design01 a:hover {
    width: 690px;
    color: #e50350 !important;
    border: 1px solid #ea6173;
    border-radius: 1rem;
    background: #ffffff;
    transition: 0.25s;
}
.urs_btn-design01_icon-tyousei, .urs_btn-design02_icon-tyousei {
    vertical-align:-10%;
}
@media screen and (max-width: 782px){
    .urs_btn-design01 a {
        width: 100%;
        padding: 3rem 0 3rem 0;
    }
    .urs_btn-design01 a:hover {
        width: 100%;
    }
    .urs-sp_btn-design02 a {
        width: 88%;
        display: block;
        margin: 0 auto;
        padding: 2rem 1.5rem 2rem 1.5rem;
        font-size: 1.35rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.35rem !important;
        text-align: center;
        color: #ffffff !important;
        border: 1px solid #e95513;
        border-radius: 0;
        background: linear-gradient(60deg, #e95513, #f29600);
        transition: 0.55s;
    }
    .urs-sp_btn-design02 a:hover {
        width: 88%;
        color: #e95513 !important;
        border: 1px solid #e95513;
        border-radius: 1rem;
        background: #ffffff;
        transition: 0.25s;
    }
}

/* LP用　フォントカラー */
.urs_font-color-red01 {
    color: #e50350 !important;
}
.urs_font-color-red02 {
    color: #ea6173 !important;
}
.urs_font-color-blue01 {
    color: #464885 !important;
}
.urs_font-color-green01 {
    color: #00b7a9 !important;
}
.urs_font-color-black {
    color: #5A5A5A !important;
}
.urs_font-color-white {
    color: #ffffff !important;
}

/* ----- 共通CSS ver.2 ----- */

/*表示・非表示制御*/
/*スマホ / PC　表示切り替え用　ブロック*/
.urs-pc_diplay_block {
    display: block !important;
}
.urs-sp_diplay_block {
    display: none !important; 
}
/*スマホ / PC　表示切り替え用　インライン*/
.urs-pc_diplay_inline {
    display: inline !important;
}
.urs-sp_diplay_inline {
    display: none !important;
}
@media screen and (max-width: 782px){
/*スマホ / PC　表示切り替え用　ブロック*/
    .urs-pc_diplay_block {
        display: none !important;
    }
    .urs-sp_diplay_block {
        display: block !important;
    }
/*スマホ / PC　表示切り替え用　インライン*/
    .urs-pc_diplay_inline {
        display: none !important;
    }
    .urs-sp_diplay_inline {
        display: inline !important;
    }
}

/* フォント - サイズ */
.urs_font-size35pc {
	font-size: 35% !important;
}
.urs_font-size50pc {
	font-size: 50% !important;
}
.urs_font-size75pc {
	font-size: 75% !important;
}
.urs_font-size80pc {
	font-size: 80% !important;
}
.urs_font-size125pc {
	font-size: 125% !important;
}
.urs_font-size150pc {
	font-size: 150% !important;
}
.urs_font-size175pc {
	font-size: 175% !important;
}
.urs_font-size200pc {
	font-size: 200% !important;
}
.urs_font-size250pc {
	font-size: 250% !important;
}
.urs_font-size265pc {
	font-size: 265% !important;
}
@media screen and (max-width: 782px){
    .urs-sp_font-size35pc {
        font-size: 35% !important;
    }
    .urs-sp_font-size50pc {
        font-size: 50% !important;
    }
    .urs-sp_font-size75pc {
        font-size: 75% !important;
    }
    .urs-sp_font-size125pc {
        font-size: 125% !important;
    }
    .urs-sp_font-size150pc {
        font-size: 150% !important;
    }
    .urs-sp_font-size175pc {
        font-size: 175% !important;
    }
    .urs-sp_font-size200pc {
        font-size: 200% !important;
    }
    .urs-sp_font-size250pc {
        font-size: 250% !important;
    }
}

/* フォント - 太さ調整 */
.urs_font-weight-bold {
	font-weight: bold !important;
}
.urs_font-weight-100 {
	font-weight: 100 !important;
}
.urs_font-weight-300 {
	font-weight: 300 !important;
}
.urs_font-weight-600 {
	font-weight: 600 !important;
}
.urs_font-weight-900 {
	font-weight: 900 !important;
}

/* フォント - スタイル調整 */
.urs_font-style-italic {
    font-style: italic !important;
}

/* フォント - 均等割付け */
.urs_text_justify {
	text-align: justify !important;
	text-justify: inter-ideograph !important;
}
@media screen and (max-width: 782px){
    .urs-sp_text_justify {
        text-align: justify !important;
        text-justify: inter-ideograph !important;
    }
}