@media only screen and (max-width: 768px) {
    .home_page .key {
        --height: auto;
        --max-height: 100%;
        --min-height: 100%;
    }
    .home_page .key .inner_big {
        flex-direction: column;
        padding: 0;
    }
    .home_page .key .key_img {
        margin-right: 0;
        margin-left: -1px;
        width: 100%;
        order: 1;
        position: relative;
        z-index: 2;
    }
    .idx-recommend .idx-list-recommend li .img {
        background: #d4d4d4;
        width: 100% !important;
    }
    .home_page .key .key_img .img {
        width: calc(100% + 1px);
        height: min(71.47vw, 350px);
        --mask: url(../images/idx-main-mask01-sp.png);
        mask-image: var(--mask);
        -webkit-mask-image: var(--mask);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
        mask-position: center;
        -webkit-mask-position: center;
    }
    .home_page .key .key_img .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home_page .key .key_text {
        order: 2;
        padding: 10px 0 0 0;
        margin: 0;
    }
    .home_page .key .key_text:before {
        right: -127px;
        bottom: initial;
        top: 15px;
        background: url(../images/idx-main-ico01-sp.png) no-repeat center;
        background-size: contain;
        width: 242px;
        height: 384px;
    }
    .home_page .key .key_text:after {
        content: "";
        position: absolute;
        left: -133px;
        top: -91px;
        background: url(../images/idx-main-ico02-sp.png) no-repeat center;
        background-size: contain;
        width: 291px;
        height: 390px;
        z-index: -1;
    }
    .home_page .key .key_text .idx-main-bnr {
        position: absolute;
        margin: 0;
        right: 20px;
        bottom: min(41.33vw, 200px);
    }
    .home_page .key .key_text .idx-main-bnr a {
        width: min(43.2vw, 200px);
        height: min(24vw, 100px);
        font-size: initial;
        padding-right: 10px;
        font-size: min(4.27vw, 17px);
        line-height: 1.4em;
    }
    .home_page .key .key_text .idx-main-bnr a:before {
        background: url(../images/idx-main-bnr-img-sp.png) no-repeat center;
        background-size: contain;
        width: min(37.87vw, 160px);
        height: calc(100% + 5px);
        left: -50px;
        bottom: -5px;
    }
    .home_page .key .key_text .idx-main-bnr a .btn {
        font-size: min(3.2vw, 13px);
    }
    .home_page .key .key_text .img02 {
        margin-left: 0;
        width: calc(100% + 1px);
        left: -1px;
        margin-top: 0;
        height: min(80vw, 450px);
        --mask: url(../images/idx-main-mask02-sp.png);
        mask-image: var(--mask);
        -webkit-mask-image: var(--mask);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: 100% 100%;
        -webkit-mask-size: 100% 100%;
        mask-position: center;
        -webkit-mask-position: center;
    }
    .home_page .key .key_text .img02 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .home_page .key .key_text .catch {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 10px 25px;
    }
    .home_page .key .key_text .catch p {
        writing-mode: initial;
        order: 2;
        line-height: 1.55em;
        letter-spacing: 0;
        font-size: min(4.27vw, 18px);
    }
    .home_page .key .key_text .catch .title {
        writing-mode: initial;
        font-size: min(7.47vw, 30px);
        line-height: 1.4em;
        order: 1;
        margin-bottom: 5px;
        letter-spacing: 0;
    }
    .home_page .key .key_text .item {
        padding: 10px;
        height: calc(100vh - 60px);
        max-height: 156vw;
        min-height: 320px;
    }
    .idx-feature .img-full .img {
        background-image: none;
        background-attachment: initial;
    }
    .home_page h2 {
        font-size: min(9.33vw, 40px);
        text-align: center;
    }
    .home_page .idx-ttl-jp {
        font-size: min(3.73vw, 17px);
    }
    .idx-recommend {
        margin-top: 0;
        padding-top: 54px;
        padding-bottom: 68px;
    }
    .idx-recommend:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        background: url(../images/idx-bg-recommend-sp.png) no-repeat top center;
        background-size: 100% auto;
        min-height: 110%;
        width: calc(100% + 1px);
        top: max(-3.73vw, -30px);
        z-index: -1;
    }
    .idx-recommend .idx-list-recommend {
        width: 100%;
        margin-top: 40px;
    }
    .idx-recommend .idx-list-recommend li {
        width: 300px;
        margin: 0 15px;
    }
    .idx-recommend .idx-list-recommend li .ttl {
        padding: 8px;
        letter-spacing: 0.1em;
    }
    .idx-recommend .idx-list-recommend .slick-arrow {
        width: 50px;
        height: 62px;
        top: 50%;
    }
    .idx-recommend .idx-list-recommend .slick-arrow:before {
        width: 18px;
        height: 14px;
    }
    .idx-recommend .idx-list-recommend .slick-prev {
        left: 0;
    }
    .idx-recommend .idx-list-recommend .slick-prev:before {
        left: 0;
    }
    .idx-recommend .idx-list-recommend .slick-next {
        right: 0;
    }
    .idx-recommend .idx-list-recommend .slick-next:before {
        right: 0;
    }
    .index01 {
        padding-bottom: 121px;
    }
    .index01-list {
        position: relative;
        left: 50%;
        transform: translate(-50%);
        width: calc(100% + 20px);
    }
    .index01-list li {
        min-height: min(57.87vw, 438px);
    }
    .index01-list li .btn-arr {
        width: min(8.53vw, 45px);
        height: min(8.53vw, 45px);
        left: 0;
        bottom: max(-4.8vw, -20px);
    }
    .index01-list li>a {
        background: url(../images/idx-bg-list01-sp.png) no-repeat center;
        background-size: 100% auto;
        min-width: auto;
        min-height: auto;
        padding: min(2.67vw, 30px) min(2.67vw, 30px);
    }
    .index01-list li>a .img {
        height: min(28vw, 215px);
        margin-bottom: min(2.67vw, 30px);
    }
    .index01-list li>a .img img {
        border-radius: 10px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .index01-list li>a .ttl {
        font-size: min(5.33vw, 24px);
        letter-spacing: -0.7px;
    }
    .index01-list li>a .idx-ttl-jp {
        font-size: min(3.73vw, 18px);
        line-height: 1.3em;
        letter-spacing: 0;
    }
    .index01-list li>a:before {
        width: 99%;
        height: 100%;
        background: url(../images/idx-bg-list01-01-sp.png) no-repeat center;
        background-size: 100% auto;
    }
    .index01-list li>a:after {
        left: -84px;
        bottom: -74px;
        width: min(33.07vw, 160px);
        height: min(34.4vw, 170px);
    }
    .index01-list li:nth-child(2)>a {
        background: url(../images/idx-bg-list02-sp.png) no-repeat center;
        background-size: 100% auto;
    }
    .index01-list li:nth-child(2)>a:after {
        width: min(22.67vw, 125px);
        height: min(24vw, 130px);
        left: -48px;
        bottom: -42px;
    }
    .index01-list li:nth-child(3)>a {
        background: url(../images/idx-bg-list03-sp.png) no-repeat center;
        background-size: 100% auto;
    }
    .index01-list li:nth-child(3)>a:after {
        width: min(22.13vw, 130px);
        height: min(21.6vw, 120px);
        left: -31px;
        bottom: -41px;
    }
    .idx-trouble {
        padding-top: 35px;
        padding-bottom: 104px;
    }
    .idx-trouble:before {
        background: url(../images/idx-trouble-bg-sp.png) no-repeat center;
        background-size: 100% auto;
        width: 100%;
        height: min(5.87vw, 50px);
        top: max(-5.5vw, -45px);
    }
    .idx-trouble .inner {
        padding: 0 20px;
    }
    .idx-trouble .box-ttl {
        top: -86px;
        margin-bottom: -55px;
    }
    .idx-trouble .box-ttl .idx-ttl-jp {
        text-align: left;
        margin-left: 14px;
        line-height: 1.4em;
        top: 2px;
    }
    .idx-trouble-list {
        flex-wrap: wrap;
        border-radius: 10px;
    }
    .idx-trouble-list:after {
        top: -77px;
        right: -5px;
        background: url(../images/idx-trouble-ico-list-sp.svg) no-repeat center;
        background-size: 100% auto;
        width: 179px;
        height: 159px;
    }
    .idx-trouble-list li {
        width: 50%;
    }
    .idx-trouble-list li a {
        padding: 15px min(3.47vw, 13px);
        height: 100%;
    }
    .idx-trouble-list li a .ico {
        margin-bottom: 16px;
    }
    .idx-trouble-list li a .ico img {
        height: min(17.33vw, 70px) !important;
        width: auto;
    }
    .idx-trouble-list li a .btn {
        bottom: -1px;
        right: -1px;
        width: min(4vw, 20px);
        height: min(4vw, 20px);
        line-height: 0;
    }
    .idx-trouble-list li a .btn img {
        width: 100%;
        height: 100%;
    }
    .idx-trouble-list li a .ttl {
        margin-bottom: 15px;
        font-size: min(4.27vw, 17px);
        letter-spacing: min(-0.27vw, -1px);
    }
    .idx-trouble-list li a .txt {
        font-size: min(3.47vw, 14px);
        line-height: 1.3em;
        letter-spacing: -1px;
        display: block;
    }
    .idx-trouble-list li:first-child {
        border-top-left-radius: 10px;
    }
    .idx-trouble-list li:nth-child(2) {
        border-top-right-radius: 10px;
    }
    .idx-trouble-list li:nth-child(2n) {
        border-right: 1px solid #f7c8dc;
    }
    .idx-trouble-list li:nth-child(4) {
        border-top-right-radius: 0;
    }
    .idx-trouble-list li:nth-child(9) {
        border-bottom-left-radius: 0;
    }
    .idx-trouble-list li:nth-child(9),
    .idx-trouble-list li:nth-child(10) {
        border-bottom: 0;
    }
    .idx-trouble-list li:nth-child(11) {
        border-bottom-left-radius: 10px;
    }
    .idx-trouble-list li:last-child {
        border-bottom-right-radius: 10px;
    }
    .idx-treatment {
        padding-bottom: 95px;
    }
    .idx-treatment:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        height: min(5.87vw, 50px);
        background: url(../images/idx-bg-treatment-sp.png) no-repeat center;
        background-size: 100% auto;
        top: max(-5.5vw, -45px);
    }
    .idx-treatment .box-ttl {
        padding-left: 10px;
        top: -50px;
        margin-bottom: -20px;
    }
    .idx-treatment .box-ttl .idx-ttl-jp {
        text-align: left;
    }
    .idx-treatment-fx {
        flex-direction: column;
    }
    .idx-treatment-fx:before {
        display: none;
    }
    .idx-treatment-fx .img {
        width: calc(100% - 50px);
        height: auto;
        margin-left: -10px;
        border-top-right-radius: 70px;
        border-bottom-right-radius: 10px;
        position: relative;
        z-index: 1;
        overflow: initial;
    }
    .idx-treatment-fx .img:before {
        content: "";
        position: absolute;
        right: -37px;
        top: -10px;
        background: url(../images/idx-treatment-ico01.png) no-repeat center;
        background-size: contain;
        width: min(23.73vw, 130px);
        height: min(24.8vw, 133px);
        z-index: -1;
    }
    .idx-treatment-fx .img img {
        border-top-right-radius: 70px;
        border-bottom-right-radius: 10px;
    }
    .idx-treatment-list {
        width: 100%;
        margin: 0;
        padding: 0 min(2.67vw, 10px);
        flex-wrap: wrap;
        margin-top: -22px;
        position: relative;
        z-index: 1;
    }
    .idx-treatment-list:before {
        display: none;
    }
    .idx-treatment-list:after {
        right: 16px;
        bottom: -17px;
        width: min(16.53vw, 102px);
        height: min(17.6vw, 106px);
    }
    .idx-treatment-list li {
        width: calc(50% - 8px);
        margin-right: min(2.67vw, 15px);
        margin-bottom: min(2.67vw, 15px);
        min-height: min(14.67vw, 65px);
        max-height: min(14.67vw, 65px);
    }
    .idx-treatment-list li:nth-child(2n) {
        margin-right: 0;
    }
    .idx-recommend h2:before,
    .idx-recommend h2:after {
        display: none;
    }
    .idx-treatment-list li:nth-child(3n) {
        margin-right: min(2.67vw, 15px);
    }
    .idx-treatment-list li:nth-child(6n) {
        margin-right: 0;
    }
    .idx-treatment-list li:nth-child(7) a {
        line-height: 1em;
    }
    .idx-treatment-list li:nth-child(8) a {
        letter-spacing: 0.05em !important;
    }
    .idx-treatment-list li:nth-child(8) a span {
        margin-top: 2px;
    }
    .idx-treatment-list li.idx-btn a {
        min-width: 100%;
        min-height: auto;
        width: 100%;
        height: 100%;
        padding: 5px min(6.93vw, 30px) 7px min(3.47vw, 15px);
        font-size: min(4.27vw, 17px);
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        letter-spacing: -1.2px;
        flex-wrap: initial;
        line-height: 1.2em;
    }
    .idx-treatment-list li.idx-btn a span {
        font-size: min(3.2vw, 13px);
        display: block;
        line-height: 1em;
        letter-spacing: 0.01em;
    }
    .idx-treatment-list li.idx-btn a:before {
        right: min(3.47vw, 13px);
        width: min(3.2vw, 15px);
        height: min(2.4vw, 12px);
        background-size: 100% auto;
    }
    .idx-treatment-list li:nth-child(2) a {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .idx-treatment-list li:nth-child(2) a span {
        font-size: min(4.27vw, 17px);
    }
    .idx-equi {
        padding-bottom: 70px;
    }
    .idx-equi:before {
        background: url(../images/idx-equi-bg-sp.png) no-repeat center;
        background-size: cover;
        width: 100%;
        height: min(5.87vw, 50px);
        top: max(-5.5vw, -45px);
    }
    .idx-equi .box-ttl {
        margin-left: 0;
        padding-left: 10px;
        top: -49px;
        margin-bottom: -10px;
        padding: 0 20px;
        position: relative;
    }
    .idx-equi .box-ttl:before {
        content: "";
        position: absolute;
        right: -38px;
        top: -6px;
        background: url(../images/idx-ico-equi-sp.svg) no-repeat center;
        background-size: contain;
        width: 121px;
        height: 118px;
    }
    .idx-equi .box-ttl .idx-ttl-jp {
        text-align: left;
    }
    .idx-equi .inner {
        padding: 0;
    }
    .idx-equi-list {
        padding-left: 20px;
        width: 100%;
    }
    .idx-equi-list:before {
        left: -51px;
        top: initial;
        bottom: -59px;
        width: 121px;
        height: 118px;
    }
    .idx-equi-list li {
        max-width: 265px;
        height: 356px;
        min-height: auto;
        margin: 0 10px;
    }
    .idx-equi-list li a {
        height: 100%;
        min-height: auto;
        padding-bottom: 30px;
    }
    .idx-equi-list li a .ttl {
        font-size: 22px;
    }
    .idx-equi-list li a .btn-link {
        font-size: 16px;
        min-width: 123px;
        min-height: 32px;
    }
    .idx-equi-list .slick-arrow {
        width: 50px;
        height: 62px;
    }
    .idx-equi-list .slick-arrow:before {
        width: 19px;
        height: 14px;
    }
    .idx-equi-list .slick-prev {
        left: 0;
    }
    .idx-equi-list .slick-prev:before {
        left: 0;
    }
    .idx-equi-list .slick-next {
        right: 0;
    }
    .idx-equi-list .slick-next:before {
        right: 0;
    }
    .idx-bnr {
        padding: 50px 20px 29px;
    }
    .idx-bnr-list {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }
    .idx-bnr-list:before {
        top: min(16vw, 100px);
    }
    .idx-bnr-list li {
        margin: 0 auto !important;
        width: 100%;
        padding-bottom: 20px;
    }
    .idx-bnr-list li:first-child {
        margin-bottom: 20px !important;
        background: url(../images/idx-equi-hr-sp.svg) no-repeat bottom center;
        background-size: 100% 3px;
    }
    .idx-bnr-list li:first-child:before {
        display: none;
    }
    .idx-bnr-list li a {
        min-height: min(32vw, 200px);
    }
    .idx-bnr-list li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .idx-bnr-list li a .ttl {
        font-size: 22px;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .idx-bnr-list li a .ttl:after {
        width: 20px;
        height: 20px;
    }
    .idx-feature:after {
        left: 50%;
        transform: translate(-50%);
        bottom: -126px;
        background: url(../images/idx-feature-bg03-sp.png) no-repeat center;
        background-size: 100% auto;
        width: 100%;
        height: 144px;
        z-index: -1;
    }
    .home_page .key .key_img {
        height: auto;
    }
    .home_page .key .key_img .img.bg03 .bg {
        background-image: url(../images/idx-main-img04-sp.jpg);
    }
    .home_page .key .key_img .img.bg02 .bg {
        background-image: url(../images/idx-main-img03-sp.jpg);
    }
    .home_page .key .key_img .img .bg {
        background-image: url(../images/idx-main-img01-sp.jpg);
    }
    .idx-feature:before {
        content: "";
        position: absolute;
        right: initial;
        left: -70px;
        bottom: 8px;
        background: url(../images/idx-feature-ico03-sp.svg) no-repeat center;
        background-size: contain;
        width: 179px;
        height: 119px;
        z-index: 0;
    }
    .idx-feature .img-full .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .idx-feature .img-full {
        --mask: url(../images/idx-feature-mask01-sp.png);
        width: calc(100% + 1px);
        left: calc(50% - 1px);
        transform: translate(-50%);
        height: min(84.2vw, 642px);
    }
    .idx-feature .box-ttl {
        padding-top: 14px;
    }
    .idx-feature-list {
        flex-wrap: wrap;
        padding: 0 10px;
        position: relative;
        max-width: 500px;
        margin: 40px auto 0;
    }
    .idx-feature-list:after {
        right: initial;
        left: -80px;
        bottom: -50px;
        background: url(../images/idx-feature-ico03-sp.svg) no-repeat center;
        background-size: contain;
        width: 179px;
        height: 119px;
        z-index: -1;
        display: none;
    }
    .idx-feature-list li {
        width: 100%;
        margin: 0 auto 35px;
    }
    .idx-feature-list li:first-child:before {
        left: -110px;
        top: 160px;
        width: 173px;
        height: 129px;
    }
    .idx-feature-list li:nth-child(4):before {
        display: none;
    }
    .idx-feature-list li:nth-child(2):before {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -120px;
        background: url(../images/idx-feature-ico04.svg) no-repeat center;
        background-size: contain;
        width: 148px;
        height: 160px;
        z-index: -1;
    }
    .idx-feature-list li:nth-child(5):before {
        background: url(../images/idx-feature-ico02-sp.svg) no-repeat center;
        background-size: contain;
        left: initial;
        top: initial;
        width: 239px;
        height: 176px;
        z-index: -1;
        right: -140px;
        bottom: -73px;
    }
    .idx-feature-list li .box-img .img img {
        border-radius: 15px;
        height: min(53.33vw, 300px);
        object-fit: cover;
    }
    .idx-feature-list li .box-img .img:before {
        top: -7px;
        left: -7px;
    }
    .idx-feature-list li .box-img .img:after {
        right: -7px;
        bottom: -7px;
    }
    .idx-feature-list li .stt {
        font-size: 50px;
        margin-right: 15px;
        margin-top: -17px;
        margin-bottom: -18px;
    }
    .idx-feature-list li .ttl {
        line-height: 1.45em;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .idx-feature-list li .txt {
        font-size: 16px;
        padding-right: 0;
        line-height: 1.5em;
    }
    .idx-feature .idx-btn02 a {
        min-width: 232px;
        min-height: 55px;
        font-size: 16px;
        padding-left: 20px;
    }
    .idx-feature .idx-btn02 a:before {
        right: 20px;
    }
    .idx-greeting {
        padding-top: 126px;
        padding-bottom: 60px;
    }
    .idx-greeting .inner_sm {
        padding: 0 20px;
    }
    .idx-greeting-fx {
        flex-direction: column;
    }
    .idx-greeting-cnt {
        width: 100%;
        margin-right: 0;
        order: 2;
    }
    .idx-greeting-cnt h3 {
        font-size: 20px !important;
        margin-bottom: 4px !important;
    }
    .idx-greeting-cnt .txt {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .idx-greeting-cnt .idx-list-btn {
        display: flex;
    }
    .idx-greeting-cnt .idx-list-btn li {
        width: calc(50% - 5px);
        margin-right: 10px;
    }
    .idx-greeting-cnt .idx-list-btn li:last-child {
        margin-right: 0;
    }
    .idx-greeting-cnt .idx-list-btn li:last-child a {
        letter-spacing: 0;
    }
    .idx-greeting-cnt .idx-list-btn li a {
        width: 100%;
        min-width: 100%;
        font-size: 16px;
        min-height: 55px;
        padding-left: 20px;
        letter-spacing: 0.1em;
    }
    .idx-greeting-cnt .idx-list-btn li a:before {
        right: 19px;
        width: 11px;
        height: 9px;
    }
    .idx-greeting-img {
        margin-bottom: 33px;
        order: 1;
    }
    .idx-greeting-img:before {
        left: -40px;
        top: 100px;
        width: min(21.07vw, 120px);
        height: min(23.2vw, 130px);
    }
    .idx-greeting-img:after {
        left: initial;
        right: 10px;
        bottom: -20px;
        width: min(18.4vw, 110px);
        height: min(14.13vw, 95px);
    }
    .idx-greeting-img .img {
        width: min(104.53vw, 500px);
        height: auto;
        position: relative;
        right: -45px;
        margin: -32px auto 0;
    }
    .idx-greeting-img .box-name {
        width: 172px;
        height: 172px;
        left: 0;
        bottom: -24px;
        padding-top: 38px;
    }
    .idx-greeting-img .box-name .sub-ttl {
        padding-bottom: 8px;
        margin-bottom: 4px;
        background-size: 70px 3px;
    }
    .idx-greeting-img h2,
    .idx-greeting-img .idx-ttl-jp {
        text-align: left;
    }
    .idx-blog {
        padding-bottom: 190px;
    }
    .idx-blog .inner_sm {
        padding: 0 20px;
    }
    .idx-blog .idx-btn {
        position: relative;
        top: 3px;
    }
    .idx-blog .idx-btn a {
        min-width: 115px;
        min-height: 32px;
        font-size: 13px;
    }
    .idx-blog-fx {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }
    .idx-blog-fx:before {
        left: initial;
        right: -227px;
        top: 52.5%;
        transform: translateY(-50%);
        background: url(../images/idx-ico-blog.svg) no-repeat center;
        background-size: contain;
        width: 309px;
        height: 228px;
        z-index: -1;
    }
    .idx-blog-fx .box-left,
    .idx-blog-fx .box-right {
        width: 100%;
        padding: 0;
    }
    .idx-blog-fx .box-left .idx-fx-ttl,
    .idx-blog-fx .box-right .idx-fx-ttl {
        margin-bottom: 25px;
    }
    .idx-blog-fx .box-left .idx-fx-ttl h2,
    .idx-blog-fx .box-right .idx-fx-ttl h2 {
        font-size: 28px;
    }
    .idx-blog-fx .box-left .idx-fx-ttl .idx-ttl-jp,
    .idx-blog-fx .box-right .idx-fx-ttl .idx-ttl-jp {
        font-size: 14px;
        margin-left: 10px;
        padding-top: 6px;
    }
    .idx-blog-fx .box-left {
        padding-bottom: 20px;
        margin-bottom: 32px;
        background: url(../images/idx-blog-hr-sp.svg) no-repeat bottom center;
        background-size: 100% 3px;
    }
    .idx-blog-fx .box-right ul li {
        margin-bottom: 17px;
    }
    .idx-blog-fx .box-right ul li a {
        padding-bottom: 17px;
    }
    .idx-blog-fx ul li {
        margin-bottom: 20px;
    }
    .idx-blog-fx ul li a .img {
        width: 120px !important;
        height: 80px !important;
        margin-right: 13px;
    }
    .idx-blog-fx ul li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .idx-blog-fx ul li a .cnt .date {
        font-size: 12px;
        margin-bottom: 0;
    }
    .idx-blog-fx ul li a .cnt .ttl {
        line-height: 1em;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .idx-blog-fx ul li a .cnt .desc {
        font-size: 13px;
    }
    .idx_gallery .list .item:nth-child(odd) {
        margin-top: 40px;
    }
    .idx_gallery .list .item img {
        width: 320px;
        height: 200px;
        object-fit: cover;
    }
    .idx-blog:before {
        background: url(../images/idx-bg-blog-sp.png) no-repeat center;
        background-size: 100% auto;
        width: 100%;
        height: 22px;
        top: -20px;
    }
}

@media only screen and (max-width: 640px) {
    .home_page .key {
        font-size: 1.5vmin;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .home_page .key {
        font-size: 1.5vmin;
    }
}

@media only screen and (max-width: 768px) {
    .home_page h3 {
        margin-bottom: 30px;
        font-size: calc(var(--ttl_size) - 2px);
    }
}

@media only screen and (max-width: 768px) {
    .index0 {
        padding: 60px 0px 60px;
        background-color: #000;
    }
    .index07 {
        padding: 60px 0px 55px;
    }
    .index07 .content {
        flex-direction: column;
        align-items: center;
    }
    .index07 .content .box {
        margin-bottom: 5px;
        width: 100%;
        padding: 40px 5%;
        max-width: 680px;
    }
    .index07 .content .btn-group {
        max-width: 150px;
        width: 44%;
    }
    .index07 .content li {
        max-width: 100%;
    }
    .index07 .content li a {
        padding: 20px 0;
    }
    .index07 .content li a .date {
        width: 7em;
    }
    .index07 .content li a .title {
        width: calc(100% - 7em);
    }
}

@media only screen and (min-width: 639px) and (max-width: 768px) {
    .idx-greeting-img .box-name {
        left: 90px;
    }
}

@media only screen and (min-width: 319px) and (max-width: 360px) {
    .idx-treatment-list li.idx-btn a {
        padding: 5px min(6.93vw, 30px) 7px min(2.47vw, 15px);
    }
}


/*# sourceMappingURL=index_sp.css.map */