.index_ttl_01 {
    color: #1e328a;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.index_ttl_01::after {
    content: "";
    display: block;
    width: 166px;
    height: 15px;
    background: url("../images/h3_bg.png") no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.index_ttl_02 {
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 26px;
    line-height: 1.4;
}
.index_ttl_02 span {
    color: #ff6900;
}
.index_ttl_02 .char {
    color: #fff;
}
@media screen and (min-width: 1025px) {
    .index_ttl_01 {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .index_ttl_02 {
        font-size: 46px;
        line-height: 1.4;
    }
}
/* ======================================================

   index

========================================================= */
.main_img_cover {
    width: 100%;
    background: url("../images/sp_main_bg.jpg") no-repeat center top;
    background-size: cover;
    height: calc(100vh - 60px);
}
.main_img {
    width: 90%;
    margin: 0 auto;
}
.main_img .text01 {
    font-size: 18px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    line-height: 1.6;
}
.main_img .text01 .f_b {
    font-size: 22px;
}
.main_img .text01 .orange {
    font-size: 26px;
    color: #ff7112;
}
.main_img .text01 .blue {
    color: #1e328a;
}
.main_img h2 {
    font-weight: 900;
    color: #ff7112;
    font-size: 40px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.0;
    margin-top: -10px;
    text-align: center;
    margin-bottom: 10px;
}
.main_img .text02 {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
}
.main_img .text02 span {
    color: #ff7112;
}
.main_img .three_content {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #1e328a;
    padding: 15px 25px 15px;
    margin: 20px auto 10px;
    border-radius: 100px;
}
.main_img .three_content .block {
    width: 31%;
    position: relative;
}
.main_img .three_content .block:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -16px;
    right: -10px;
}
.main_img .three_content .block:last-child:before {
    content: none;
}
.main_img .three_content .block p.ttl {
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #1e328a;
    font-size: 16px;
}
.main_img .three_content .block p {
    font-size: 11px;
    line-height: 1.4;
}
.main_img .three_content .block .icon {
    width: 50px;
    position: absolute;
    top: -30px;
    right: -15px;
}
.google_block {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding-bottom: 15px;
}
.google_block .star_ttl {
    background: #1e328a;
    border-radius: 10px 10px 0 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0;
}
.google_block .star_ttl p {
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 8px 10px 25px;
    line-height: 1.4;
    position: relative;
    font-size: 14px;
}
.google_block .star_ttl p span {
    color: #edd00e;
}
.google_block .star_ttl p:after {
    content: "";
    display: block;
    background: url("../images/star.jpg") no-repeat;
    background-size: contain;
    width: 72px;
    height: 12px;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
}
.google_block .google_ttl {
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.4;
    padding: 10px 0 3px 15px;
    font-size: 14px;
}
.google_block .google_ttl span {
    display: block;
    font-size: 16px;
    color: #ff7112;
}
.google_block .comment {
    width: 100%;
    box-sizing: border-box;
    background: #fff1de;
    padding: 10px 15px;
    margin-bottom: 5px;
}
.google_block .comment p {
    font-size: 12px;
    line-height: 1.4;
}
.google_block .comment p.ttl {
    font-weight: 700;
    font-size: 13px;
}
.google_block .txt_btn {
    width: 70%;
    margin: 0 auto;
}
.google_block .txt_btn a {
    font-size: 12px;
    padding: 5px 10px;
}
@media screen and (min-width: 1025px) {
    .outer_header.index_header {
        background: transparent;
        transition: 0.3s;
    }
    .index_header.scroll_bg {
        background: #fff;
        transition: 0.3s;
    }
    .main_img_cover {
        background: url("../images/main_bg.jpg") no-repeat center top;
        background-size: cover;
        height: 100vh;
        box-sizing: border-box;
        padding-top: 152px;
        position: relative;
    }
    .main_img {
        width: 90%;
    }
    .main_img .text01 {
        font-size: 40px;
        text-align: left;
    }
    .main_img .text01 .f_b {
        font-size: 50px;
    }
    .main_img .text01 .orange {
        font-size: 62px;
    }
    .main_img h2 {
        font-size: 82px;
        margin-top: -15px;
        text-align: left;
        margin-bottom: 30px;
    }
    .main_img .text02 {
        text-align: left;
        line-height: 1.6;
        font-size: 22px;
    }
    .index_fukidashi {
        width: 725px;
    }
    .main_img .three_content {
        width: 895px;
        height: 170px;
        padding: 30px 90px 35px;
        margin: 160px 0 0;
        box-sizing: border-box;
    }
    .main_img .three_content .block {
        width: 31%;
        position: relative;
    }
    .main_img .three_content .block:before {
        width: 135px;
        top: -31px;
        right: 5px;
    }
    .main_img .three_content .block:last-child:before {
        content: "";
    }
    .main_img .three_content .block p.ttl {
        font-size: 20px;
    }
    .main_img .three_content .block p {
        font-size: 18px;
        line-height: 1.8;
    }
    .main_img .three_content .block .icon {
        width: 132px;
        top: -75px;
        right: 0px;
    }
    .google_block_outer {
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
    .google_block {
        width: 464px;
        margin: 0;
        padding-bottom: 15px;
    }
    .google_block .star_ttl {
        top: -12px;
    }
    .google_block .star_ttl p {
        padding: 15px 20px 50px;
        font-size: 22px;
    }
    .google_block .star_ttl p:after {
        width: 142px;
        height: 24px;
        bottom: 16px;
    }
    .google_block .google_ttl {
        padding: 20px 0 15px 30px;
        font-size: 20px;
    }
    .google_block .google_ttl span {
        font-size: 24px;
    }
    .google_block .comment {
        padding: 20px 30px;
        margin-bottom: 5px;
    }
    .google_block .comment p {
        font-size: 16px;
        line-height: 1.6;
    }
    .google_block .comment p.ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .google_block .txt_btn {
        width: 400px;
        margin: 15px auto 0;
    }
    .google_block .txt_btn a {
        font-size: 18px;
        padding: 15px 10px;
    }
}
/* ======================================================

   results

========================================================= */
#index_results_bg {
    width: 100%;
    background: #ffddad;
    padding: 40px 0;
    margin-bottom: 50px;
}
#index_results {
    width: 90%;
    max-width: 1420px;
    margin: 0 auto 50px;
}
#index_results .ttl_block {
    margin-bottom: 20px;
}
#index_results .index_ttl_02 {
    text-align: center;
    margin-bottom: 10px;
}
#index_results .txt_btn {
    max-width: 158px;
    margin: 0 auto;
}
#index_results .txt_btn a {
    height: 45px;
    line-height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}
#index_results .content_block {
    height: 210px;
    overflow: scroll;
}
#index_results .content_block::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
#index_results .content_block::-webkit-scrollbar-track {
    background: #ffebce;
    border-radius: 2px;
}
#index_results .content_block::-webkit-scrollbar-thumb {
    background: #ada190;
    border-radius: 2px;
}
#index_results .content_block table {
    min-width: 900px;
}
#index_results .content_block table {
    width: 100%;
    border-radius: 10px;
    table-layout: fixed;
    border-collapse: separate;
    overflow: hidden;
}
#index_results .content_block table tr, #index_results .content_block table th, #index_results .content_block table td {
    box-sizing: border-box;
    text-align: center;
    line-height: 1.6;
}
#index_results .content_block table th {
    border-right: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
    background: #1e328a;
    color: #fff;
    padding: 10px 10px;
    width: 12%;
    font-weight: bold;
}
#index_results .content_block table td {
    background: #fff;
    border-right: #cccccc solid 1px;
    border-bottom: #cccccc solid 1px;
    padding: 10px 10px;
}
#index_results .wp8 {
    width: 8% !important;
}
#index_results .wp10 {
    width: 10% !important;
}
#index_results .wp13 {
    width: 13% !important;
}
#index_results .wp15 {
    width: 15% !important;
}
#index_results .wp18 {
    width: 18% !important;
}
@media screen and (min-width: 1025px) {
    #index_results_bg {
        padding: 60px 0 50px;
        margin-bottom: 110px;
    }
    #index_results {
        display: flex;
        justify-content: space-between;
    }
    #index_results .ttl_block {
        margin-bottom: 20px;
    }
    #index_results .index_ttl_02 {
        text-align: left;
        margin-bottom: 10px;
    }
    #index_results .txt_btn a {
        height: 45px;
        line-height: 45px;
        padding-top: 0px;
        padding-bottom: 0px;
        box-sizing: border-box;
    }
    #index_results .content_block {
        width: 84.5%;
        height: 210px;
        overflow: auto;
    }
    #index_results .content_block table {
        min-width: 900px;
    }
    #index_results .content_block table th {
        padding: 12px 5px;
    }
    #index_results .content_block table td {
        padding: 12px 10px;
    }
}
/* ======================================================

   advantage

========================================================= */
#index_advantage {
    margin-bottom: 30px;
}
#index_advantage .main_sec {
    margin-bottom: 30px;
}
#index_advantage .index_advantage {
    width: 90%;
    margin: 0 auto;
}
#index_advantage .index_advantage .content_block {
    margin: 0 auto 20px;
}
#index_advantage .index_advantage .content_block .img_b {
    width: 100%;
    margin: 0 auto 20px;
    position: relative;
}
#index_advantage .index_advantage .content_block .img_b .comment_b {
    width: 100%;
    background: #ffddad;
    box-sizing: border-box;
    padding: 10px 20px 20px;
}
#index_advantage .index_advantage .content_block .img_b .comment_b p {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    font-size: 14px;
}
#index_advantage .index_advantage .content_block .img_b .comment_b:before {}
#index_advantage .index_advantage .content_block .img_b .comment_b .txt_btn {
    margin-top: 10px;
}
#index_advantage .index_advantage .content_block .img_b .comment_b .txt_btn a {
    padding: 10px 10px;
}
#index_advantage .index_advantage .content_block .text_block .num_text {
    display: inline-block;
    background: #1e328a;
    color: #fff;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 10px;
}
#index_advantage .index_advantage .content_block .text_block .num_text span {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
}
#index_advantage .index_advantage .content_block .text_block .ttl {
    color: #ff6900;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
    #index_advantage {
        margin-bottom: 100px;
    }
    #index_advantage .main_sec {
        margin-bottom: 50px;
    }
    #index_advantage .index_advantage {
        width: 100%;
    }
    #index_advantage .index_advantage .content_block {
        display: flex;
        justify-content: space-between;
        position: relative;
        align-items: center;
        margin: 0 auto 0;
    }
    #index_advantage .index_advantage .content_block:first-child, #index_advantage .index_advantage .content_block:last-child {
        flex-direction: row-reverse;
    }
    #index_advantage .index_advantage .content_block:before {
        content: "";
        display: block;
        position: absolute;
    }
    #index_advantage .index_advantage .content_block:first-child:before {
        width: 394px;
        height: 187px;
        background: url("../images/index_advantage_deco01.png") no-repeat;
        top: -20px;
        left: 0;
    }
    #index_advantage .index_advantage .content_block:nth-child(2):before {
        width: 106px;
        height: 275px;
        background: url("../images/index_advantage_deco02.png") no-repeat;
        top: 120px;
        right: 20px;
    }
    #index_advantage .index_advantage .content_block:nth-child(3):before {
        width: 155px;
        height: 359px;
        background: url("../images/index_advantage_deco03.png") no-repeat;
        bottom: 0;
        left: 0px;
    }
    #index_advantage .index_advantage .content_block .img_b {
        width: 50%;
        margin: 0;
    }
    #index_advantage .index_advantage .content_block .img_b .comment_b {
        width: 465px;
        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 50px;
    }
    #index_advantage .index_advantage .content_block:first-child .img_b .comment_b, #index_advantage .index_advantage .content_block:nth-child(3) .img_b .comment_b {
        border-radius: 80px 10px 10px 80px;
        padding: 15px 20px 18px 85px;
        left: -40px;
    }
    #index_advantage .index_advantage .content_block:nth-child(3) .img_b .comment_b {
        width: 545px;
    }
    #index_advantage .index_advantage .content_block:nth-child(2) .img_b .comment_b {
        width: 555px;
        border-radius: 10px 80px 80px 10px;
        padding: 15px 70px 18px 20px;
        right: -40px;
    }
    #index_advantage .index_advantage .content_block .img_b .comment_b p {
        line-height: 1.6;
        font-size: 20px;
        position: relative;
    }
    #index_advantage .index_advantage .content_block .img_b .comment_b .txt_btn:before {
        content: "";
        display: block;
        background: url("../images/index_a_deco.png") no-repeat;
        width: 91px;
        height: 87px;
        position: absolute;
        top: -55px;
        left: -110px;
    }
    #index_advantage .index_advantage .content_block:nth-child(2) .img_b .comment_b .txt_btn:before {
        left: auto;
        right: -100px;
    }
    #index_advantage .index_advantage .content_block .text_block {
        width: 50%;
        box-sizing: border-box;
        padding: 0 12%;
        position: relative;
        z-index: 2;
    }
    #index_advantage .index_advantage .content_block .text_block .num_text {
        padding: 10px 25px;
        font-size: 24px;
        margin-bottom: 30px;
    }
    #index_advantage .index_advantage .content_block .text_block .num_text span {
        font-size: 34px;
    }
    #index_advantage .index_advantage .content_block .text_block .ttl {
        font-size: 52px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
}
/* ======================================================

   service

========================================================= */
#index_service_bg {
    width: 100%;
    background: url("../images/index_service_bg.jpg") no-repeat center top;
    padding: 0 0 60px 0;
    background-size: cover;
    position: relative;
    z-index: 5;
}
.index_service01 {
    margin-bottom: 20px;
}
.index_service01, .index_service {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.index_service01 .img_b, .index_service .img_b {
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
}
.index_service01 .img_b img, .index_service .img_b img {
    border-radius: 20px 20px 0 0;
    height: 110px;
    object-fit: cover;
}
.index_service01 .text_block, .index_service .text_block {
    box-sizing: border-box;
    padding: 0 20px 25px;
}
.index_service01 .text_block h5, .index_service .text_block h5 {
    font-size: 22px;
    font-weight: 700;
    color: #1e328a;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.4;
    margin-bottom: 10px;
}
.index_service01 .text_block p, .index_service .text_block p {
    line-height: 1.6;
}
.index_service01 .text_block .btn_list {
    margin-top: 10px;
}
.index_service01 .text_block .btn_list p:first-child {
    margin-bottom: 10px;
}
.index_service_row .index_service {
    margin-bottom: 20px;
}
.index_service_row .index_service .txt_btn {
    margin-top: 10px;
}
.index_service_row .index_service .txt_btn a {
    font-size: 15px;
}
.index_service_row .index_service .btn {
    text-align: center;
}
.index_service_row .index_service .btn a {
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
}
.index_service_row .index_service .btn span {
    position: relative;
    padding-right: 20px
}
.index_service_row .index_service .btn span:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 17px;
    background: url("../images/btn_arrow02.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: 0;
}
.index_service_row .txt_only p {
    text-align: center;
}
.index_service_row .txt_only p span {
    color: #ff6900;
    text-decoration: underline;
}
#index_service_banner {
    max-width: 848px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}
@media screen and (min-width: 1025px) {
    #index_service_bg {
        padding: 0 0 150px 0;
    }
    .index_service01 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 60px;
    }
    .index_service01 .img_b {
        width: 41%;
        height: auto;
        margin: 0;
    }
    .index_service01 .img_b img {
        border-radius: 20px 0 0 20px;
        height: auto;
        object-fit: none;
    }
    .index_service01 .text_block {
        width: 56%;
        padding-right: 50px;
        box-sizing: border-box;
    }
    .index_service01 .text_block h5 {
        font-size: 32px;
    }
    .index_service01 .text_block .btn_list {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
    .index_service01 .text_block .btn_list p:first-child {
        width: 334px;
        margin-bottom: 0px;
    }
    .index_service01 .text_block .btn_list p:nth-child(2) {
        width: 297px;
    }
    .index_service_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .index_service_row.row2 {
        margin-bottom: 30px;
    }
    .index_service_row.row2 .index_service {
        width: 48.75%;
    }
    .index_service_row.row2 .index_service .img_b {
        height: 220px;
    }
    .index_service_row.row2 .index_service .img_b img {
        height: 220px;
    }
    .index_service_row.row2 .index_service .text_block {
        padding: 45px 40px 30px;
        position: relative;
    }
    .index_service_row.row2 .text_block h5 {
        font-size: 26px;
        position: absolute;
        top: -20px;
        left: 0px;
    }
    .index_service_row.row2 .text_block h5 span {
        background: #fff;
        padding: 20px 40px;
        border-radius: 0 10px 0 0;
    }
    .index_service_row.row2 .text_block .txt_btn {
        margin-top: 35px;
    }
    .index_service_row.row3 .index_service {
        width: 33.125%;
    }
    .index_service_row .txt_only {
        width: 29%;
        box-sizing: border-box;
        padding-left: 30px;
    }
    .index_service_row.row3 .index_service .text_block h5 {
        margin-bottom: 20px;
        font-size: 22px;
        text-align: center;
    }
    .index_service01 .text_block p, .index_service .text_block p {
        line-height: 1.8;
    }
    .index_service_row .index_service .txt_btn a {
        font-size: 18px;
    }
    .index_service_row.row3 .index_service .text_block {
        padding: 0 30px 20px;
    }
    .index_service_row.row3 .index_service .img_b {
        height: 130px;
        margin-bottom: 20px;
    }
    .index_service_row.row3 .index_service .img_b img {
        height: 130px;
    }
    .index_service_row .index_service .btn a {
        font-size: 18px;
        text-decoration: none;
    }
    .index_service_row .index_service .btn span:after {
        transition: 0.3s;
    }
    .index_service_row .index_service .btn a:hover span:after {
        right: -5px;
    }
    .index_service_row .txt_only p {
        text-align: left;
    }
    #index_service_banner {
        bottom: -120px;
        transition: 0.3s;
    }
    #index_service_banner:hover {
        opacity: 0.8;
    }
}
/* ======================================================

   youtube

========================================================= */
#index_youtube {
    margin-bottom: 50px;
    margin-top: 80px;
}
#index_youtube .youtube_banner {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 20px;
}
.youtube_movie {
    display: flex;
    justify-content: space-between;
}
.youtube_movie li {
    width: 32%;
    background: #ccc;
    height: 60px;
    border-radius: 20px;
}
@media screen and (min-width: 1025px) {
    #index_youtube {
        margin-bottom: 100px;
        margin-top: 180px;
    }
    #index_youtube .youtube_banner {
        margin: 0 auto 40px;
    }
    .youtube_movie li {
        height: 230px;
    }
}
/* ======================================================

   text

========================================================= */
#idx_fixed {
    position: relative;
    overflow: hidden;
}
#index_text_bg {
    width: 100%;
}
#index_text_bg {
    width: 100%;
    background: #5c574e;
    padding: 30px 0;
    position: relative;
    z-index: 2;
}
#index_text_bg .main_sec p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    font-family: "M PLUS Rounded 1c", sans-serif;
}
@media screen and (min-width: 1025px) {
    #index_text_bg {
        padding: 200px 0;
    }
    #index_text_bg .main_sec p {
        font-size: 50px;
    }
}
/* ======================================================

   property

========================================================= */
#index_property_bg {
    width: 100%;
    background: #e6e0d7 url("../images/index_property_bg.jpg") no-repeat center top;
    background-size: contain;
    padding: 50px 0;
    position: relative;
    z-index: 3;
}
#index_property_bg .ttl_block {
    margin-bottom: 40px;
}
.index_property_list {}
.index_property_list .block {
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    margin: 0 10px;
}
.index_property_list .block a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_property_list .block .thum_img {
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
    background: url("../images/blog_none.jpg") no-repeat center;
    border-radius: 20px 20px 0 0;
}
.index_property_list .block .thum_img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.index_property_list .block .inner {
    box-sizing: border-box;
    padding: 0 20px 15px;
}
.index_property_list .block .cate {
    margin-top: -25px;
}
.index_property_list .block .cate span {
    font-size: 14px;
    color: #fff;
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: #1e328a;
    line-height: 1.0;
    padding: 5px 20px;
    font-weight: 700;
    border-radius: 0 6px 6px 0;
}
.index_property_list .block .inner .p_name {
    font-weight: 700;
    color: #ff6900;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.4;
    margin-top: 10px;
}
.index_property_list .block .inner .price {
    font-weight: 700;
    text-align: right;
    line-height: 1.2;
}
@media screen and (min-width: 1025px) {
    #index_property_bg {
        width: 100%;
        background-size: auto;
        padding: 110px 0;
    }
    #index_property_bg .ttl_block {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 60px;
    }
    #index_property_bg .ttl_block .inner .index_ttl_01, #index_property_bg .ttl_block .inner .index_ttl_02 {
        text-align: left;
    }
    #index_property_bg .ttl_block .inner .index_ttl_01::after {
        left: 0;
        right: auto;
    }
    #index_property_bg .ttl_block .inner .index_ttl_02 {
        margin-bottom: 0;
    }
    #index_property_bg .ttl_block .txt_btn {
        width: 240px;
    }
    .index_property_list {
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .index_property_list .block {
        width: 32%;
        max-width: 404px;
        margin: 0;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    }
    .index_property_list .block .thum_img {
        height: 230px;
        margin-bottom: 5px;
    }
    .index_property_list .block .thum_img img {
        height: 230px;
    }
    .index_property_list .block .inner {
        padding: 0 25px 20px;
    }
    .index_property_list .block .cate {
        margin-top: -25px;
    }
    .index_property_list .block .cate span {
        font-size: 16px;
        padding: 6px 25px;
    }
    .index_property_list .block .inner .p_name {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .index_property_list .block .inner .price {
        font-size: 18px;
    }
}
/* ======================================================

   greeting

========================================================= */
#index_greeting_bg {
    width: 100%;
    background: url("../images/index_greeting_bg.jpg") no-repeat center top;
    padding: 50px 0;
    background-size: cover;
}
#index_greeting_bg h3, #index_greeting_bg h4, #index_greeting_bg p {
    color: #fff;
}
#index_greeting_bg h4, #index_greeting_bg p {
    text-align: center;
}
#index_greeting_bg .index_ttl_01::after {
    background: url("../images/h3_w_bg.png") no-repeat;
}
#index_greeting_bg .txt_btn {
    max-width: 380px;
    margin: 30px auto 0;
}
@media screen and (min-width: 1025px) {
    #index_greeting_bg {
        padding: 110px 0;
    }
    #index_greeting_bg h4 {
        line-height: 1.8;
        margin-bottom: 50px;
    }
    /* パターン1: スクロール進行度で色変化 */
    .progress-text {
        line-height: 1.6;
        transition: color 0.1s ease;
    }
    /* スクロールインジケーター */
    .scroll-indicator {
        position: fixed;
        top: 0;
        left: 0;
        height: 5px;
        background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #f7b731);
        z-index: 1000;
        transition: width 0.1s ease;
    }
}
/* ======================================================

   staff

========================================================= */
#index_staff_bg {
    width: 100%;
    background: url("../images/index_staff_bg.jpg") no-repeat center top;
    padding: 50px 0;
    background-size: cover;
}
#index_staff {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
#index_staff .staff_list_block {
    width: 100%;
}
#index_staff .staff_list_block .slick-slide {
    margin: 0 5px;
}
#index_staff .staff_list_block .block {
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    padding: 0 20px 20px 0;
    overflow: hidden;
    /*box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);*/
}
#index_staff .staff_list_block .block .inner {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 10px 30px 15px 15px;
    position: relative;
}
#index_staff .staff_list_block .block .inner .staff_name {
    font-weight: 700;
    font-size: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.2;
    margin-bottom: 5px;
}
#index_staff .staff_list_block .block .inner p {
    line-height: 1.6;
    font-size: 12px;
    color: #334493;
}
#index_staff .staff_list_block .block .staff_text {
    width: 80%;
    margin-bottom: -40px;
    margin-left: 40%;
}
#index_staff .staff_list_block .block .staff_p_img {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
#index_staff .staff_list_block .block.staff01 {
    background: url("../images/index_staff_bg01.jpg") no-repeat center top;
    background-size: cover;
}
#index_staff .staff_list_block .block.staff02 {
    background: url("../images/index_staff_bg02.jpg") no-repeat center top;
    background-size: cover;
}
#index_staff .staff_list_block .block.staff03 {
    background: url("../images/index_staff_bg03.jpg") no-repeat center top;
    background-size: cover;
}
#index_staff .staff_list_block .block.staff04 {
    background: url("../images/index_staff_bg04.jpg") no-repeat center top;
    background-size: cover;
}
#index_staff .staff_list_block .block.staff05 {
    background: url("../images/index_staff_bg05.jpg") no-repeat center top;
    background-size: cover;
}
#index_staff .staff_list_block .block.staff06 {
    background: url("../images/index_staff_bg06.jpg") no-repeat center top;
    background-size: cover;
}
#index_staff .staff_list_block .block.staff04 .staff_text {
    margin-left: 50%;
}
#index_staff .staff_list_block .block.staff05 .staff_text {
    margin-left: 60%;
}
@media screen and (min-width: 1025px) {
    #index_staff_bg {
        padding: 120px 0 150px;
    }
    #index_staff .index_ttl_02 {
        margin-bottom: 60px;
    }
    #index_staff .staff_list_block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #index_staff .staff_list_block .slick-slide {
        margin: 0;
    }
    #index_staff .staff_list_block .block {
        width: 32%;
        max-width: 404px;
        padding: 0 100px 35px 0;
        overflow: visible;
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    }
    #index_staff .staff_list_block .block:first-child, #index_staff .staff_list_block .block:nth-child(2), #index_staff .staff_list_block .block:nth-child(3) {
        margin-bottom: 80px;
    }
    #index_staff .staff_list_block .block .inner {
        padding: 100px 90px 55px 40px;
        position: relative;
        border-top-left-radius: 20px;
    }
    #index_staff .staff_list_block .block .inner .staff_name {
        font-size: 27px;
        margin-bottom: 15px;
    }
    #index_staff .staff_list_block .block .inner p {
        line-height: 1.8;
        color: #334493;
        font-size: 16px;
    }
    #index_staff .staff_list_block .block .staff_text {
        max-width: 208px;
        position: absolute;
        left: 35px;
        top: -22px;
    }
    #index_staff .staff_list_block .block .staff_text, #index_staff .staff_list_block .block.staff04 .staff_text, #index_staff .staff_list_block .block.staff05 .staff_text {
        margin: 0;
    }
    #index_staff .staff_list_block .block .staff_p_img {
        width: 80%;
        max-width: 297px;
    }
    #index_staff .staff_list_block .block .staff_p_img img {
        border-radius: 0 0 20px 0;
    }
}
@media screen and (max-width: 1024px) {
    .index_property_list .block {
        width: calc(100% - 20px);
    }
    .index_property_list .block:not(:last-of-type) {
        margin-bottom: 20px;
    }
}

/* fix 251230 */
@media screen and (max-width: 1024px) {
    .main_img_cover{justify-content: flex-start;padding: 20px 0 0 0;}
    .main_img .text02{margin-top: 250px;}
}

@media screen and (max-width: 600px) {
    .main_img .text02{margin-top: 200px;}
    .main_img h2{font-size: 34px;}
}