/*指定共通css*/


.serif {
    font-family: "Noto Serif JP", serif;
}

.sans {
    font-family: "Noto Sans JP", sans-serif;
}

body,
#wrapper {
    width: 100% !important;
    overflow-x: hidden !important;
}

.m-lr {
    margin-left: auto;
    margin-right: auto;
}

a:hover {
    opacity: 1;
}

.up-clearfix {
    clear: both !important;
}



#header {
    position: relative;
    z-index: 2;
}

#main {
    position: relative;
    z-index: 1;
}

.h1 {
    padding: 3px;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    line-height: 1.1em;
    letter-spacing: -0.1em;
}





/*ページネーション/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pagenav ul {
    max-width: 300px;
    margin: 0 auto;
}

.pagenav li {
    width: 14%;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.pagenav li a {
    width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-family: "Battaghourse";
    color: #333;
    border: 1px solid #333;
}

.pagenav .now,
.pagenav li a:hover {
    padding: 15px;
    color: #fff;
    border: 1px solid #b4261a;
    border: none;
    background: #b4261a;
}




























.header-main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
}




.pc-none {
    display: none;
}

.header-logo-area {
    width: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logo-area-new {
    width: 15%;
}

.header-logo-area a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-img {
    width: 20%;
    margin-right: 0.5em;
}

.logo-txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: bold;
    font-size: 18px;
    color: #b4261a;
    line-height: 1.1em;
}

.header-nav-area {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-nav {
    width: 100%;
}

.header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}




.tel-btn a {
    display: inline-block;
    overflow: hidden;
    padding: 5px 12px;
    text-align: center;
    border: 1px solid #fa333b;
    border-radius: 20px;
    background: #fa333b;
    position: relative;
}

.tel-btn a::after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.tel-btn a span {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}


.tel-btn a:hover span {
    color: #fa333b;
}

.tel-btn a:hover::after {
    width: 100%;
}

.mail-btn a {
    display: inline-block;
    overflow: hidden;
    padding: 5px 12px;
    text-align: center;
    border: 1px solid #4d75c2;
    border-radius: 20px;
    background: #4d75c2;
    position: relative;
}

.mail-btn a::after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mail-btn a span {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}


.mail-btn a:hover span {
    color: #4d75c2;
}

.mail-btn a:hover::after {
    width: 100%;
}


.header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.tel-btn {
    margin-right: 5px;
}


#header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
}

#main {
    margin-top: 104.3px;
}

@media(max-width:1300px) {
    .header-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tel-btn {
        margin-bottom: 5px;
        margin-right: 0px;
    }

    #main {
        margin-top: 138.3px;
    }
}


.nav-item a {
    height: 100%;
    display: inline-block;
    padding: 15px 0;
    color: #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.nav-item a:hover {
    color: #f93536;
}

[data-element-id] .header-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .header-nav-area {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 3em;
}

[data-element-id] .header-nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media(max-width:1024px) {
    #main {
        margin-top: 100.3px;
    }

    .pc-none {
        display: block;
    }

    .header-btn {
        position: fixed;
        bottom: 30px;
        right: 15px;
    }

    .header-nav-area {
        width: 50%;
        min-width: 450px;
        height: 100vh;
        background-color: #fff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 2;
    }

    .header-nav-area.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header-nav {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-nav ul {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-y: scroll;
        padding-bottom: 120px;
    }

    .header-nav ul .nav-item {
        width: 100%;
        margin-bottom: -1px;
        text-align: center;
        ;
    }

    .nav-item a {
        width: 100%;
        height: auto;
        display: inline-block;
        font-weight: 500;
        border: 1px solid #777;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(200, 200, 200, 1)));
        background: linear-gradient(rgba(255, 255, 255, 1), rgba(200, 200, 200, 1));
    }

    .hum-btn {
        display: block;
        z-index: 14;
    }

    .btn-box {
        width: 50px;
        height: 50px;
        /*ボタン内側の基点となるためrelativeを指定*/
        cursor: pointer;
        position: relative;
    }

    /*ボタン内側*/
    .btn-box span {
        width: 80%;
        height: 3px;
        display: inline-block;
        border-radius: 2px;
        background: #de0a16;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        /*アニメーションの設定*/
        position: absolute;
        left: 50%;
    }

    .btn-box span:nth-of-type(1) {
        top: 10px;
    }

    .btn-box span:nth-of-type(2) {
        top: 23.5px;
    }

    .btn-box span:nth-of-type(3) {
        top: 37px;
    }


    .btn-box.open span:nth-of-type(1) {
        width: 100%;
        background: #777;
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
        top: 18px;
        left: 0px;
    }

    .btn-box.open span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .btn-box.open span:nth-of-type(3) {
        width: 100%;
        background: #777;
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
        top: 30px;
        left: 0px;
    }

    .hm-logo a {
        width: 50%;
        display: inline-block;
        padding: 15px;
    }
}

/* ナビにドロップダウン追加 */
.dropdown-btn {
    display: inline-block;
    position: relative;
}

.dropdown-btn::after {
    content: "";
    width: 150%;
    height: 30px;
    display: block;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: -25%;
    z-index: 1;
}

.dropdown-btn:hover {
    cursor: pointer;
}

.dropdown-box {
    width: 400px;
    height: auto;
    visibility: hidden;
    margin: 30px auto 0;
    padding: 2em;
    border-radius: 1em;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 60, 60, 1)), to(rgba(100, 30, 30, 1)));
    background: linear-gradient(-90deg, rgba(255, 60, 60, 1), rgba(100, 30, 30, 1));
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    position: absolute;
    top: 100%;
    left: -200px;
    right: -200px;
    z-index: 2;
}

.dropdown-box::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: auto;
    border-width: 0 14px 14px 14px;
    border-style: solid;
    border-color: transparent transparent #b42d2d transparent;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
}

.dropdown-box::after {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown-box-list {
    display: block !important;
}

.dropdown-box-list li+li {
    margin-top: 1em;
}

.dropdown-box-list a {
    color: white;
}

.dropdown-menu {
    overflow: hidden;
    position: relative;
}

.dropdown-menu:hover {
    overflow: visible;
}

.dropdown-menu:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1024px) {
    .dropdown-menu {
        overflow: visible;
    }

    .dropdown-box {
        width: 100%;
        visibility: visible;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .dropdown-box::before,
    .dropdown-box::after {
        display: none;
    }

    .dropdown-box-list {
        padding: 0 !important;
    }

    .dropdown-box-list li+li {
        margin-top: 0;
    }

    .dropdown-box-list li a {
        padding-left: 1.5em;
        color: inherit;
    }
}

[data-element-id] .dropdown-menu {
    overflow: visible;
    padding: 2em 1em 1em;
    border: 2px solid blue;
    position: relative;
}

[data-element-id] .dropdown-menu::before {
    content: "ドロップダウン";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: blue;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .dropdown-menu .dropdown-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
}

/*TOP-MV/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.top-mv-area {
    width: 100%;
    height: 70vh;
    position: relative;
}

.top-mv-area .uk-slidenav-position {
    position: relative;
    z-index: 2;
}

.top-mv-area .uk-slidenav-position,
.top-mv-area .uk-slideshow,
.top-mv-area .uk-slideshow li,
.top-mv-area .uk-slideshow .uk-flex,
.top-mv-area .uk-slideshow .uk-flex img {
    width: 100%;
    height: 100%;
}

.top-mv-area .uk-slideshow .uk-flex {
    overflow: hidden;
}

.top-mv-area .uk-slideshow .uk-flex img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


.top-mv-area::after {
    content: "";
    width: 70%;
    height: 100%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(-50%) skewX(-15deg);
    transform: translateY(-50%) skewX(-15deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
}

.mv-txt-area {
    width: 50%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

.mv-maintxt {
    padding: 30px 0;
    font-weight: bold;
    font-size: 45px;
    color: #333;
}

.mv-txt-area-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}


.mv-btn a {
    display: inline-block;
    overflow: hidden;
    padding: 10px 30px;
    text-align: center;
    border-radius: 10px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 60, 60, 1)), to(rgba(100, 30, 30, 1)));
    background: linear-gradient(-90deg, rgba(255, 60, 60, 1), rgba(100, 30, 30, 1));
    position: relative;
}

.mv-btn a span {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}

.mv-btn a .fa-chevron-right:before {
    display: inline-block;
    margin-left: 8px;
}

.mv-btn a::after {
    content: "";
    width: 150%;
    height: 150%;
    display: inline-block;
    background-color: #ffd2d2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: skewX(-15deg) translateX(-102%);
    transform: skewX(-15deg) translateX(-102%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.mv-btn a:hover span {
    color: #b4261a;
}

.mv-btn a:hover::after {
    -webkit-transform: skewX(-15deg) translateX(-2%);
    transform: skewX(-15deg) translateX(-2%);
}











/*TOP-NEWS/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.sec-title-1 {
    font-weight: bold;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.more-btn a,
.f-btn button {
    display: inline-block;
    overflow: hidden;
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 60, 60, 1)), to(rgba(100, 30, 30, 1)));
    background: linear-gradient(-90deg, rgba(255, 60, 60, 1), rgba(100, 30, 30, 1));
    position: relative;
}

.more-btn a::after,
.f-btn button::after {
    content: "";
    width: 150%;
    height: 150%;
    display: inline-block;
    background-color: #ffd2d2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: skewX(-15deg) translateX(-102%);
    transform: skewX(-15deg) translateX(-102%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.more-btn a span,
.f-btn button span {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}

.more-btn a .fa-chevron-right:before {
    display: inline-block;
    margin-left: 5px;
}

.more-btn a:hover span,
.f-btn button:hover span {
    color: #b4261a;
}

.more-btn a:hover::after,
.f-btn button:hover::after {
    -webkit-transform: skewX(-15deg) translateX(-2%);
    transform: skewX(-15deg) translateX(-2%);
}

.f-btn button {
    border: none;
}


















.top-news .more-btn {
    margin-top: -30px;
}


.top-news-item-flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.top-news-item a {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #f93536;
}

.top-news-date {
    width: 150px;
    font-size: 16px;
    color: #b4261a;
}

.top-news-title {
    width: calc(100% - 150px);
    font-size: 16px;
    color: #333;
    ;
}

.top-news-list {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.top-news-title>* {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}













/*TOP-CONXEPT/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.red-title {
    width: 100%;
    position: relative;
}

.red-title-left {
    width: 45%;
    padding-right: 30px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 60, 60, 1)), to(rgba(100, 30, 30, 1)));
    background: linear-gradient(-90deg, rgba(255, 60, 60, 1), rgba(100, 30, 30, 1));
}

.red-title-main {
    padding: 120px 0;
    padding-right: 50px;
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    text-align: right;
    position: relative;
}

.red-title-main::after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.red-title-img {
    width: 55%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.red-title-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


.norm-txt {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 1.7em;
}

.red-f {
    color: #f93536;
}




/*TOP-SYSTEM/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.top-system {
    position: relative;
}

.system-main {
    width: 70%;
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

.system-box {
    width: 100%;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.system-title {
    display: inline-block;
    padding-right: 90px;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    position: relative;
}

.system-title::after {
    content: "";
    width: 90px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.norm-txt-wt {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1.7em;
}


.system-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.system-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.system-bg.btm img {
    -o-object-position: bottom;
    object-position: bottom;
}




/*TOP-ONAYAMI/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.line-title {
    font-weight: bold;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.red-f2 {
    color: #f93536;
}

.line-title>* {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd2d2));
    background: linear-gradient(transparent 60%, #ffd2d2 60%);
}

.onayami-cards {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    /*なし*/
    margin-left: auto;
    /*なし*/
    margin-right: auto;
    /*なし*/
}

.onayami-card {
    width: 45%;
    /*28%*/
    border-top: 20px solid #f93536;
    border-bottom: 2px solid #f93536;
    border-left: 2px solid #f93536;
    border-right: 2px solid #f93536;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.5);
}

.onayami-card-title {
    padding-top: 15px;
    font-weight: 500;
    font-size: 20px;
    color: #f93536;
    text-align: center;
}

.onayami-icon {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.norm-row-txt {
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.sub-txt {
    font-weight: 500;
    font-size: 24px;
    color: #333;
    text-align: center;
}







/*TOP-2カラム/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.flex-section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-section-box {
    width: 48%;
    background-color: #fff;
    position: relative;
}

.flex-section-box::before {
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #f93536;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1;
}

.flex-section-box::after {
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background-color: #f93536;
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 1;
}

.flex-section-box-inner {
    padding-bottom: 30px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.flex-section-title1 {
    font-weight: bold;
    font-size: 28px;
    color: #f93536;
}

.flex-section-title2 {
    font-weight: bold;
    font-size: 28px;
    color: #b4261a;
}

.flex-section-img {
    width: calc(100% - 30px);
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;
    -webkit-box-shadow: 30px 30px 0px 0px #fa333b;
    box-shadow: 30px 30px 0px 0px #fa333b;
}





.more-btn2 a {
    padding: 8px 60px;
    text-align: center;
    text-align: center;
    border: 1px solid #f93536;
    background: #fff;
    position: inline-block;
    position: relative;
}

.more-btn2 a span {
    font-size: 16px;
    color: #f93536;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}

.more-btn2 a::after {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #f93536;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
}

.more-btn2 a::before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: #f93536;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
}

.more-btn2 a:hover span {
    color: #fff;
}

.more-btn2 a:hover::after {
    background-color: #fff;
}

.more-btn2 a:hover::before {
    width: 100%;
}


.flex-section-box2 {
    width: 48%;
    border: 2px solid #333;
    -webkit-box-shadow: -15px -15px 0px 0px #fa333b;
    box-shadow: -15px -15px 0px 0px #fa333b;
    position: relative;
}


.flex-section-title3 {
    font-weight: bold;
    font-size: 28px;
    color: #f93536;
}

.eng-mini {
    font-size: 16px;
    color: #de5246;
}

.flex-section-box2-inner {
    padding: 30px;
    position: relative;
    z-index: 4;
}

.section-box-bg {
    width: 60%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 40%;
    z-index: 2;
}

.section-box-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.flex-section-box2::after {
    content: "";
    width: 60%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), to(#fff));
    background: linear-gradient(-90deg, transparent 0, #fff 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 40%;
    z-index: 3;
}







.system-main2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
    position: relative;
    z-index: 2;
}

.system-box2 {
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

.system-title2 {
    font-weight: 500;
    font-size: 28px;
    color: #b4261a;
}











.sp-only {
    display: none;
}


@media(max-width:1024px) {
    .logo-area-new {
        width: 30%;
    }

    .top-mv-area {
        height: 60vh;
    }

    .mv-txt-area {
        width: 70%;
    }

    .mv-maintxt {
        font-size: 35px;
    }

    .mv-btn a span {
        font-size: 16px;
    }

    .red-title-main {
        padding: 90px 50px 90px 0;
        font-size: 28px;
    }

    .norm-txt,
    .norm-txt-wt,
    .norm-row-txt {
        font-size: 15px;
    }

    .onayami-card {
        width: 48%;
    }

    .onayami-card-title {
        font-size: 18px;
    }

    .flex-section-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .flex-section-box,
    .flex-section-box2 {
        width: 100%;
        max-width: 600px;
    }

    .flex-section-title1 {
        text-align: center;
    }

    .flex-section-title2 {
        text-align: center;
    }

    .system-title2 {
        font-size: 22px;
    }
}

@media(max-width:599px) {
    .header-main {
        padding: 5px 15px 10px 15px;
    }

    #main {
        margin-top: 82px;
    }

    .h1 {
        font-size: 10px;
    }

    .mv-txt-area-inner {
        -webkit-box-align: end;
        align-items: flex-end;
        -ms-flex-align: end;
        padding-right: 15px;
    }

    .header-nav-area {
        width: 100%;
        min-width: 375px;
    }

    .mv-maintxt {
        font-size: 28px;
        text-align: right;
    }

    .mv-txt-area {
        width: 90%;
    }

    .mv-btn a {
        padding: 5px 15px;
    }

    .mv-btn a span {
        font-size: 15px;
    }

    .sec-title-1 {
        font-size: 22px;
    }

    .more-btn a {
        padding: 5px 15px;
        font-size: 15px;
    }

    .more-btn a span {
        font-size: 15px;
    }

    .top-news-date {
        width: 100px;
        font-size: 14px;
    }

    .top-news-title {
        width: calc(100% - 100px);
        font-size: 15px;
    }

    .top-news .more-btn {
        margin-top: 30px;
    }

    .red-title-main {
        padding: 60px 0;
        font-size: 22px;
    }

    .red-title-main::after {
        display: none;
    }

    .system-main {
        width: 100%;
        padding: 30px 15px;
    }

    .system-title {
        padding-right: 0px;
        font-size: 22px;
    }

    .system-title::after {
        display: none;
    }

    .line-title {
        font-size: 22px;
    }

    .onayami-card-title {
        font-size: 16px;
    }

    .norm-row-txt {
        font-size: 13px;
    }

    .sp-only {
        display: block;
    }

    .sub-txt {
        font-size: 18px;
    }

    .flex-section-title1 {
        font-size: 22px;
    }

    .flex-section-title2 {
        font-size: 22px;
    }

    .flex-section-img {
        width: calc(100% - 20px);
        margin-top: 15px;
        -webkit-box-shadow: 20px 20px 0px 0px #fa333b;
        box-shadow: 20px 20px 0px 0px #fa333b;
    }

    .more-btn2 a span {
        font-size: 15px;
    }

    .flex-section-title3 {
        font-size: 22px;
    }

    .system-main2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 30px 15px;
    }

    .system-box2 {
        background-color: rgba(255, 255, 255, 0.7);
    }
}

.footer-flex-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-area {
    width: 250px;
}

.mini-txt {
    margin-top: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.footer-nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fnav-item1>a {
    font-weight: 500;
    font-size: 16px;
}

.fn-01 {
    margin-left: 1em;
}

.fnav-item2 {
    margin-top: 5px;
}

.fnav-item2>a {
    font-weight: 500;
    font-size: 14px;
}


.fnav-item3 {
    margin-top: 3px;
}

.fnav-item3>a {
    font-size: 13px;
}






@media(max-width:1024px) {
    .footer-flex-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .mini-txt {
        margin-top: 0px;
    }

    .footer-nav-area {
        margin-top: 30px;
    }
}













.top-mv-area.udr {
    width: 100%;
    height: 30vh;
    position: relative;
}

.top-mv-area.udr .udr-mv-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-mv-area.udr .udr-mv-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.sq-title {
    text-align: center;
    position: relative;
}

.sq-title>* {
    display: inline-block;
    padding-left: 70px;
    font-size: 0.9em;
    position: relative;
}

.sq-title2>* {
    display: inline-block;
    padding-left: 70px;
    font-size: 0.9em;
    position: relative;
}

.sq-title>*::before {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #f93536;
    position: absolute;
    top: 10px;
    left: 20px;
}

.sq-title>*::after {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: #b4261a;
    position: absolute;
    top: -10px;
    left: 0;
}

.sq-title2>*::before {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 2px solid #f93536;
    position: absolute;
    top: 10px;
    left: 20px;
}

.sq-title2>*::after {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 2px solid #b4261a;
    position: absolute;
    top: -10px;
    left: 0;
}

.big-pic {
    width: calc(100% - 30px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 30px 30px 0px 0px #fa333b;
    box-shadow: 30px 30px 0px 0px #fa333b;
}

.newsub-txt {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 2em;
}





.big-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.big-flex.r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.big-left {
    width: 50%;
}

.big-right {
    width: 45%;
}

.big-flex-img {
    -webkit-box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 50%);
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 50%);
}





.info-table {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.info-table th {
    width: 20%;
    min-width: 113px;
    font-weight: bold;
    font-size: 16px;
    color: #b4261a;
    text-align: left;
    background-color: #fff;
    position: relative;
    z-index: 3;
}


.info-table td {
    display: inline-block;
    margin-left: 25px;
    margin-right: 0;
    padding: 7px 0 7px 5px;
    font-weight: 500;
    color: #333;
    text-align: left;
    position: relative;
    z-index: 2;
}

.info-table td:after {
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #ffd2d2;
    position: absolute;
    top: calc(50% - 1px);
    right: 100%;
}


.works-item a {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    border: 2px solid #f93536;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 50%);
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.works-item a:hover {
    background-color: #ffd2d2;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.works-item-title {
    overflow: hidden;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f93536;
}

.works-item-img {
    width: 80%;
    margin: 15px auto 5px auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}

.works-item-location {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.long-title {
    overflow: hidden;
    padding: 10px 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 60, 60, 1)), to(rgba(100, 30, 30, 1)));
    background: linear-gradient(-90deg, rgba(255, 60, 60, 1), rgba(100, 30, 30, 1));
}

.long-title-txt {
    padding-left: 55px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    position: relative;
}


.long-title-txt>*::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    border: 3px solid #fff;
    position: absolute;
    top: 5px;
    left: 0;
}

.long-title-txt>*::after {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 2px solid #fff;
    position: absolute;
    top: -5px;
    left: 20px;
}

.works-main-img {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}

.gal-btn li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px;
}

.gal-btn li .img {
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
    opacity: 0.4;
}

.gal-btn li.slick-current .img,
.gal-btn li:hover .img {
    opacity: 1;
    /*選択されているものは透過しない*/
}

.mv-maintxt2 {
    font-weight: bold;
    font-size: 35px;
    color: #333;
}


/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 10px 0;
    background-color: white;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    padding-left: 1em;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: #b4261a;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 5px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .breadcrumbs-list {
        width: 90%;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */


@media(max-width:1024px) {
    .big-flex.r {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .big-left {
        display: contents;
    }

    .big-left .sec-title-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .big-right {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 60px;
    }

    .big-left .norm-txt {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}



.onayami-cards2 {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.onayami-card-title2 {
    padding: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #f93536;
    text-align: center;
}

.onayami-card2 {
    margin-bottom: 30px;
    border-top: 20px solid #f93536;
    border-bottom: 2px solid #f93536;
    border-left: 2px solid #f93536;
    border-right: 2px solid #f93536;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 50%);
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 50%);
}

.onayami-card-title2>* {
    display: inline-block;
}

.onayami-card-title2>* {
    position: relative;
}

.onayami-card-title2>*::before {
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -65px;
}

.土地活用>*::before {
    background-image: url(/upload/tenant_1/cards-icon1.webp);
}

.相続関係>*::before {
    background-image: url(/upload/tenant_1/cards-icon2.webp);
}

.法人・オーナー向け>*::before {
    background-image: url(/upload/tenant_1/cards-icon3.webp);
}

.家・建物>*::before {
    background-image: url(/upload/tenant_1/cards-icon5.webp);
}

.会員>*::before {
    background-image: url(/upload/tenant_1/member.webp);
}








.onayami-item-mk2 {
    margin-bottom: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f93536;
}


.onayami-item-mk2-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.onayami-item-mk2-flex .img {
    width: 20%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}

.onayami-item-mk2-txt {
    width: 75%;
}

.cat-onayami{
  display:flex;
  flex-wrap:wrap;
}

.cat-onayami>span{
    display: inline-block;
    padding: 5px 30px;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    background-color: #b4261a;
    margin-right:5px;
    margin-bottom:3px;
}

.onayami-item-mk2-title {
    padding: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.onayami-item-mk2-title>* {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.more-btn a .fa-chevron-left:before {
    display: inline-block;
    margin-right: 5px;
}








.staff-item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staff-item-flex .img {
    width: 40%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}

.staff-item-txt {
    width: 58%;
}

.staff-item-title {
    font-weight: bold;
    font-size: 40px;
    color: #333;
}

.eng-name {
    font-size: 16px;
    color: #333;
}

.staff-table th {
    width: 20%;
    font-weight: bold;
    font-size: 16px;
    color: #b4261a;
    text-align: left;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.staff-table td:before {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background-color: #ffd2d2;
    position: absolute;
    top: calc(50% - 1px);
    right: 100%;
}

.staff-table td {
    display: inline-block;
    margin-left: 25px;
    padding: 7px 0 7px 5px;
    font-weight: 500;
    color: #333;
    text-align: left;
    position: relative;
    z-index: 2;
}

.staff-table td:before {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background-color: #ffd2d2;
    position: absolute;
    top: calc(50% - 1px);
    right: 100%;
}

@media(max-width:1024px) {
    .mv-maintxt2 {
        font-size: 30px;
    }
}

@media(max-width:599px) {
    .info-table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .info-table th {
        width: 100%;
        min-width: 100%;
        padding: 1px 0;
        color: #b4261a;
        text-align: center;
        border: 1px solid #f93536;
    }

    .info-table td {
        margin-left: 0;
        padding: 5px 10px;
    }

    .info-table td:after {
        display: none;
    }

    .big-pic {
        -webkit-box-shadow: 15px 15px 0px 0px #fa333b;
        box-shadow: 15px 15px 0px 0px #fa333b;
    }

    .newsub-txt {
        line-height: 1.5em;
    }

    .sq-title>* {
        padding-left: 45px;
    }

    .sq-title>*::after {
        width: 25px;
        height: 25px;
        top: -3px;
        left: 0;
    }

    .sq-title>*::before {
        width: 25px;
        height: 25px;
        top: 6px;
        left: 15px;
    }

    .sq-title2>*::after {
        width: 30px;
        height: 30px;
        top: -5px;
        right: calc(102% + 10px);
    }

    .sq-title2>*::before {
        width: 30px;
        height: 30px;
        top: 5px;
        right: 102%;
    }

    .info-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mini-txt {
        margin-top: 15px;
    }

    .footer-nav-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fn-1 {
        width: 50%;
    }

    .footer-nav-area ul:nth-child(3) {
        margin-top: 15px;
    }

    .mv-maintxt2 {
        font-size: 22px;
    }

    .recommend ul li:last-child {
        margin-left: auto;
        margin-right: auto;
    }
}



.fxb-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.fxb-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.fxb-img {
    width: 40%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}

.fxb-txtbox {
    width: 50%;
    padding: 30px;
}

.little-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #b4261a;
}




.onayami-item-mk3 a {
    width: 100%;
    display: inline-block;
    border-top: 20px solid #f93536;
    border-bottom: 2px solid #f93536;
    border-left: 2px solid #f93536;
    border-right: 2px solid #f93536;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 50%);
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 50%);
}

.onayami-item-mk3-inner {
    padding: 15px;
}

.onayami-item-mk3-title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.inner.mk2 {
    max-width: 1300px;
}

.float-left {
    width: 75%;
    float: left;
}

.float-right {
    width: 20%;
    float: right;
}

.categ-title {
    width: 100%;
    padding: 5px 0;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background-color: #f93536;
}

.categ-list li {
    width: 100%;
}

.categ-list li a {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}


.categ-box a .fa-chevron-right:before {
    display: inline-block;
    margin: 0 5px 0 15px;
}













@media(max-width:1024px) {
    .big-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media(max-width:599px) {
    .onayami-card-title2 {
        padding: 10px;
        font-weight: 500;
        font-size: 16px;
        color: #f93536;
        text-align: center;
    }

    .onayami-card-title2>*::before {
        content: "";
        width: 40px;
        height: 40px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: -45px;
    }
}


.Form {
    width: 100%;
    padding: 0 15px;
}


.Form-Item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #f93536;
}

.Form-Item.mk2 {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

@media screen and (max-width: 599px) {
    .Form-Item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.Form-Item-Label {
    width: 30%;
    font-weight: bold;
    font-weight: bold;
    font-size: 18px;
    color: #b4261a;
}

@media screen and (max-width: 599px) {
    .Form-Item-Label {
        width: 100%;
    }
}


.Form-Item-Input {
    width: 70%;
    height: 2.5em;
    padding: 5px;
    font-size: 16px;
    border: none;
    background: #ffd2d2;
}

.Form-Item-Input2 {
    width: 70%;
    font-size: 16px;
    color: #333;
}

.Form-Item-Input2 label {
    margin-bottom: 8px;
}

.Form-Item-Input2 label input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
    border: none;
    background-color: #ffd2d2;
}

@media screen and (max-width:599px) {
    .Form-Item-Input {
        width: 100%;
        margin-top: 10px;
    }

    .Form-Item-Input2 {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 20px;
        margin-left: 0;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 18px;
    }
}

.Form-Item-Textarea {
    width: 70%;
    height: 200px;
    padding: 5px;
    font-size: 16px;
    border: none;
    background: #ffd2d2;
}

@media screen and (max-width: 599px) {
    .Form-Item-Textarea {
        width: 100%;
        height: 200px;
        margin-top: 10px;
        font-size: 15px;
    }
}

.Form-Item {
    position: relative;
}

.uk-text-danger {
    width: 100%;
}

.actual_object_error_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id]#header .pc-none {
    display: block;
    border: 3px solid red;
    position: relative;
}

[data-element-id]#header .pc-none::before {
    content: "PC時非表示";
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: yellow;
    text-align: center;
    background-color: red;
    position: absolute;
    bottom: 100%;
    left: 0;
}

[data-element-id].pc-none.hm-logo {
    height: 50px;
}

[data-element-id]#header {
    position: relative;
}

[data-element-id].pc-none.hm-logo a,
.pc-none.hm-logo img {
    height: 50px;
}

[data-element-id].nav-item {
    margin: 10px;
    border: 1px solid blue;
}


@media(max-width:1024px) {
    .fxb-01,
    .fxb-02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fxb-img {
        width: 100%;
        max-width: 600px;
    }

    .fxb-txtbox {
        width: 100%;
        padding: 30px 0;
    }

    .staff-item-title {
        font-size: 28px;
    }

    .float-left,
    .float-right {
        width: 100%;
        float: none;
    }

    .categ-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

    .categ-box {
        width: 45%;
    }

    .categ-box.up-mt-30 {
        margin-top: 0;
    }
}

@media(max-width:599px) {
    .staff-item-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .staff-item-txt {
        width: 100%;
    }

    .staff-item-flex .img {
        width: 100%;
        max-width: 400px;
        margin-top: 15px;
    }

    .onayami-item-mk2-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .onayami-item-mk2-flex .img {
        width: 100%;
        max-width: 400px;
    }

    .onayami-item-mk2-txt {
        width: 100%;
        margin-top: 15px;
    }

    .onayami-item-mk2-title {
        padding: 15px 0;
    }

    .categ-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .categ-box {
        width: 100%;
    }

    .categ-box.up-mt-30 {
        margin-top: 30px;
    }
}

.onayami-card2:hover {
    background-color: #ffd2d2;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.onayami-item-mk3 a:hover {
    background-color: #ffd2d2;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.onayami-card:hover {
    background-color: #ffd2d2;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.tel-btn *,
.mail-btn * {
    line-height: 1.5em;
}



.ab .mail-btn a {
    display: inline-block;
    overflow: hidden;
    padding: 5px 12px;
    text-align: center;
    border: 1px solid #fa333b;
    border-radius: 20px;
    background: #fa333b;
    position: relative;
}

.ab .mail-btn a::after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ab .mail-btn a span {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}


.ab .mail-btn a:hover span {
    color: #fa333b;
}

.ab .mail-btn a:hover::after {
    width: 100%;
}

.ab .tel-btn a {
    display: inline-block;
    overflow: hidden;
    padding: 5px 12px;
    text-align: center;
    border: 1px solid #4d75c2;
    border-radius: 20px;
    background: #4d75c2;
    position: relative;
}

.ab .tel-btn a::after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ab .tel-btn a span {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 3;
}


.ab .tel-btn a:hover span {
    color: #4d75c2;
}

.ab .tel-btn a:hover::after {
    width: 100%;
}

[data-element-id].header-btn {
    border: 3px solid #8b008b;
    position: relative;
}

[data-ab-test-block] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[data-element-id].header-btn::before {
    content: "ABテスト[A]";
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: yellow;
    text-align: center;
    background-color: #8b008b;
    position: absolute;
    bottom: 100%;
    left: 0;
}

[data-element-id].header-btn.ab::before {
    content: "ABテスト[B]";
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: yellow;
    text-align: center;
    background-color: #8b008b;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.originals {
    clear: both;
    font-size: 16px;
    color: #333;
}

.originals h2 {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffd2d2));
    background: linear-gradient(transparent 60%, #ffd2d2 60%);
}

.originals h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #b4261a;
}

.originals h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #b4261a;
    border-left: 3px solid #b4261a;
}

.license {
    font-size: 14px;
    color: #333;
}

.area-one-team {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.form_shape input{
  margin-right:5px;
}

/*
.flash-area .onayami-card2{
  width:30%;
}

.flash-area .onayami-card-title2>*::before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -45px;
}

@media(max-width:1024px){
  .flash-area .onayami-card-title2 {
    padding: 20px 10px 20px 30px;
}
}

@media(max-width:599px){
  
  .flash-area .onayami-card2{
  width:32%;
}

  .flash-area .onayami-card-title2 {
    font-size:16px;
}

.flash-area .onayami-card-title2>*::before {
    content: "";
    width: 30px;
    height: 30px;
    left: -33px;
}
  
}*/


.flash-area .top-system,
.only-back{
  display:none;
}

.flash-area.flashed .top-system,
.only-back.flashed{
  display:block;
}

.flash-area.flashed{
  display:flex;
  flex-direction:column-reverse;
}

[data-element-id].flash-area .top-system{
  display:block;
}

[data-element-id].only-back{
  display:block;
}

[data-element-id].flex-section-box2-inner{
  display:flex;
  flex-direction:column;
  width:50%;
}

[data-element-id].flex-section-box2-inner>*{
  display:inline-block;
}

[data-element-id].section-box-bg{
  z-index:4;
}

@media(max-width:1024px){
  .fxb-txtbox{
    display:contents;
  }
  
  .fxb-01 .little-title,
  .fxb-02 .little-title{
    order:1;
  }
  
  .fxb-01 .img,
  .fxb-02 .img{
    order:2;
  }
  
    .fxb-01 .norm-txt ,
  .fxb-02 .norm-txt {
    order:3;
    margin-top:15px;
  }
}
