@media only screen and (max-width: 768px) {
    .home_page .key {
        --height: calc(100vh - 60px);
        --max-height: min(158.67vw, 650px);
        --min-height: min(158.67vw, 650px);
        font-size: initial;
        width: calc(100% - 20px);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .home_page .key .key_text .item {
        background-size: cover;
        padding: 33px 0;
        height: calc(100vh - 60px);
        max-height: min(158.67vw, 650px);
        background-image: url(../images/idx-main-img01.jpg);
    }
    .home_page .key .key_text .item.s2 {
        background-image: url(../images/idx-main-img02-sp.jpg);
    }
    .home_page .key .key_text .item.s3 {
        background-image: url(../images/idx-main-img03-sp.jpg);
    }
    .home_page .key .key_text .item.s4 {
        background-image: url(../images/idx-main-img04-sp.jpg);
    }
    .home_page .key .catch {
        text-align: center;
		padding:1em 0; 
    }
    .home_page .key .catch .title {
        font-size: min(6vw, 30px);
    }
    .home_page .key .catch>p {
        font-size: min(3.5vw, 18px);
    }
    .home_page .key .idx-list-main {
        flex-wrap: wrap;
        justify-content: center;
        bottom: min(27.47vw, 100px);
        right: 0;
        max-width: 500px;
        left: 0;
        margin: 0 auto;
    }
    .home_page .key .idx-list-main li {
        width: min(39.47vw, 160px);
        height: min(39.47vw, 160px);
        margin: 5px 10px;
    }
    .home_page .key .idx-list-main li:first-child {
        margin: 0 min(26.67vw, 100px);
        position: relative;
        z-index: 1;
    }
    .home_page .key .idx-list-main li:not(:first-child) {
        margin-top: -60px;
    }
    .home_page .key .idx-list-main li .stt {
        font-size: min(6.93vw, 28px);
    }
    .home_page .key .idx-list-main li .ttl {
        font-size: min(3.73vw, 16px);
    }
    .home_page h2 {
        font-size: min(5.87vw, 25px);
        margin-bottom: 0;
    }
    .home_page .idx-ttl-en {
        font-size: min(3.2vw, 15px);
    }
    .iInfo {
        padding: 70px 0 67px;
    }
    .iInfo .inner_sm {
        padding: 0 20px;
    }
    .iInfo .inner_sm:before {
        background: url(../images/idx-info-ico-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: 343px;
        height: 46px;
        bottom: -69px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .iInfo-fx {
        flex-direction: column;
    }
    .iInfo-ttl {
        justify-content: space-between;
        display: flex;
    }
    .iInfo-ttl h2 {
        margin-bottom: 0;
    }
    .iInfo-ttl .idx-ttl-en {
        margin-bottom: 0;
    }
    .iInfo ul {
        margin-left: 0;
        margin-top: 23px;
    }
    .iInfo ul li a {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 30px 17px 10px;
    }
    .iInfo ul li a:before {
        width: 16px;
        height: 16px;
        top: initial;
        margin: 0;
        bottom: 18px;
        right: 10px;
    }
    .iInfo ul li a .date {
        font-size: 14.5px;
    }
    .idx-btn a {
        padding-right: 20px;
        padding-left: 12px;
        font-size: min(3.73vw, 14px);
    }
    .idx-btn a:before {
        width: 16px;
        height: 16px;
        right: min(4vw, 15px);
    }
    .iContact {
        padding: 70px 0;
    }
    .iContact .inner_big {
        padding: 0 20px;
    }
    .iMenu {
        padding-top: 63px;
    }
    .iMenu .inner_sm:before {
        right: -47px;
        top: -73px;
        background: url(../images/idx-menu-box-ico01.svg) no-repeat center;
        background-size: 100% 100%;
        width: min(44.8vw, 200px);
        height: min(29.87vw, 150px);
    }
    .iMenu .inner_sm:after {
        left: -22px;
        bottom: -85px;
        background: url(../images/idx-menu-box-ico02.svg) no-repeat center;
        background-size: 100% 100%;
        width: min(49.07vw, 200px);
        height: min(25.07vw, 110px);
        z-index: 2;
    }
    .iMenu-ttl {
        margin-bottom: 40px;
    }
    .iMenu-ttl h2 {
        font-size: min(6.67vw, 28px);
    }
    .iMenu-ttl .idx-ttl-en {
        font-size: min(4vw, 18px);
    }
    .iMenu-list {
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
    }
    .iMenu-list li {
        width: 50%;
        max-width: min(43.33vw, 220px);
        height: min(36.8vw, 186px);
        margin-right: min(2.67vw, 20px);
        margin-bottom: 30px;
    }
    .iMenu-list li:nth-child(2n) {
        margin-right: 0;
    }
    .iMenu-list li .img {
        height: 100%;
    }
    .iMenu-list li .ico {
        width: min(10.67vw, 50px);
        height: min(10.67vw, 50px);
        top: max(-5.33vw, -25px);
    }
    .iMenu-list li .ico img {
        width: min(5.33vw, 30px);
        height: auto;
    }
    .iMenu-list li .ttl {
        font-size: min(4.8vw, 21px);
        bottom: 0;
    }
    .iMenu-list li .ttl img {
        width: min(2.27vw, 7px);
        height: auto;
    }
    .iMenu-list li .img:before {
        background: url(../images/idx-menu-mask01-sp.png) no-repeat center;
        background-size: 100% 100%;
    }
    .iMenu-list li:nth-child(2) .img:before {
        background: url(../images/idx-menu-mask02-sp.png) no-repeat center;
        background-size: 100% 100%;
    }
    .iMenu-list li:nth-child(3) .img:before {
        background: url(../images/idx-menu-mask03-sp.png) no-repeat center;
        background-size: 100% 100%;
    }
    .iMenu-list li:nth-child(4) .img:before {
        background: url(../images/idx-menu-mask04-sp.png) no-repeat center;
        background-size: 100% 100%;
    }
    .iMenu-box {
        margin-top: 40px;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
        padding: 100px 20px;
        padding-bottom: 70px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    .iMenu-fx {
        flex-direction: column;
        padding-right: 20px;
    }
    .iMenu-fx:before {
        display: none;
    }
    .iMenu-fx .box-img {
        flex-shrink: 0;
        margin-top: -31px;
        margin-left: -20px;
        margin-right: 10px;
    }
    .iMenu-fx .box-img .img img {
        height: min(53.33vw, 260px);
        width: 100%;
        object-fit: cover;
    }
    .iMenu-fx .box-img .idx-btn-menu {
        width: fit-content;
        margin-left: auto;
        margin-top: -35px;
        margin-right: -11px;
    }
    .iMenu-fx .box-img .idx-btn-menu a {
        font-size: min(6.4vw, 24px);
        min-height: min(18.67vw, 72px);
        min-width: min(48.53vw, 182px);
        border-radius: 35px;
        padding-left: 10px;
    }
    .iMenu-fx .box-img .idx-btn-menu a:before {
        border-radius: 35px;
    }
    .iMenu-fx .box-img .idx-btn-menu a .ico {
        width: min(14vw, 52.5px);
        height: min(14vw, 52.5px);
    }
    .iMenu-fx .box-img .idx-btn-menu a .ico img {
        width: min(6.53vw, 24.5px);
        height: auto;
    }
    .iMenu-fx .box-img .idx-btn-menu a .ico-arr {
        margin-left: min(3.47vw, 13px);
    }
    .iMenu-fx .box-img .idx-btn-menu a .ico-arr img {
        width: min(5.6vw, 21px);
        height: auto;
    }
    .iMenu-fx .box-cnt {
        padding: 23px min(5.33vw, 20px);
        position: relative;
    }
    .iMenu-fx .box-cnt:before {
        content: "";
        position: absolute;
        right: -51px;
        top: 0;
        background: url(../images/idx-menu-box-ico03-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: 84px;
        height: 138px;
    }
    .iMenu-fx .box-cnt h3 {
        font-size: min(5.33vw, 23px);
        padding-bottom: 20px;
        margin-bottom: 11px;
    }
    .iMenu-fx .box-cnt h3:before {
        width: 40px;
    }
    .iMenu-fx .box-cnt .txt>p {
        letter-spacing: 0;
        font-size: 16px;
    }
    .iMenu-list02 {
        max-width: calc(100% - min(10.67vw, 40px));
        margin-top: 8px;
        padding-top: 38px;
        flex-wrap: wrap;
        margin-bottom: -45px;
    }
    .iMenu-list02 li {
        max-width: min(38vw, 180px);
        width: 48%;
        margin-right: min(2.67vw, 10px);
        margin-bottom: 10px;
    }
    .iMenu-list02 li:nth-child(2n) {
        margin-right: 0;
    }
    .iMenu-list02 li a {
        padding-top: 15px;
        padding-left: 11px;
        padding-right: 11px;
        padding-bottom: 10px;
        min-height: min(34.13vw, 136px);
        justify-content: space-between;
    }
    .iMenu-list02 li a .ico {
        width: 50px;
        height: 50px;
        margin-bottom: 3px;
    }
    .iMenu-list02 li a .ttl {
        font-size: 16px;
        letter-spacing: 0;
    }
    .iMenu-frame {
        padding-bottom: 0;
    }
    .iMenu-frame:before {
        height: 90px;
    }
    .iMenu-frame.st03 {
        margin-top: 101px;
        padding-bottom: 38px;
    }
    .iMenu-frame.st03 .box-cnt {
        padding-right: 0;
    }
    .iMenu-frame.st03 .box-cnt:before {
        content: "";
        position: absolute;
        background: url(../images/idx-menu-box-ico03-sp02.svg) no-repeat center;
        background-size: 100% 100%;
        width: 85px;
        height: 107px;
        right: -24px;
        top: 10px;
    }
    .iMenu-frame.st03 .iMenu-fx {
        padding-right: 20px;
    }
    .iMenu-frame.st03 .box-img {
        margin-right: 10px;
    }
    .iMenu-frame.st03 .box-img .idx-btn-menu a {
        min-width: min(55.47vw, 208px);
    }
    .iMenu-frame.st02 {
        margin-top: 102px;
        padding-bottom: 30px;
    }
    .iMenu-frame.st02 .iMenu-fx {
        padding-right: 20px;
    }
    .iMenu-frame.st02 .iMenu-fx:before {
        display: none;
    }
    .iMenu-frame.st02 .iMenu-fx .box-img {
        margin-right: 10px;
    }
    .iMenu-frame.st02 .iMenu-fx .box-cnt {
        padding-right: 0;
        padding-top: 23px;
        position: relative;
    }
    .iMenu-frame.st02 .iMenu-fx .box-cnt:before {
        content: "";
        position: absolute;
        background: url(../images/idx-menu-box-ico04-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: 94px;
        height: 90px;
        right: -33px;
        top: 25px;
    }
    .iMenu-frame.st02 .idx-btn-menu {
        margin-right: -10px;
    }
    .iMenu-frame.st02 .idx-btn-menu a {
        min-width: min(69.87vw, 262px);
    }
    .iMenu-frame.st02 .box-cnt {
        padding-top: 31px;
    }
    .iMenu-frame.st02 .box-cnt h3 {
        letter-spacing: 0;
    }
    .iMenu-frame02 {
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .iMenu-frame02:before {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: url(../images/idx-menu-bg01-sp.jpg) no-repeat center;
        background-size: cover;
    }
    .iMenu-frame02:after {
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .iMenu-frame02-fx {
        flex-direction: column;
        padding: 67px 20px 30px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .iMenu-frame02-fx .box-left h3 {
        font-size: min(5.33vw, 23px);
        margin-bottom: 11px;
        padding-bottom: 17px;
    }
    .iMenu-frame02-fx .box-left h3:before {
        width: 40px;
    }
    .iMenu-frame02-fx .box-left .txt>p {
        font-size: 16px;
    }
    .iMenu-frame02-fx .box-right {
        margin-left: 0;
        width: 100%;
    }
    .iMenu-frame02-fx .box-right .idx-list-btn {
        margin-top: 16px;
        max-width: 350px;
    }
    .iMenu-frame02-fx .box-right .idx-list-btn li {
        width: 48%;
        margin-right: min(2.67vw, 10px) !important;
        margin-bottom: 10px;
    }
    .iMenu-frame02-fx .box-right .idx-list-btn li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .iMenu-frame02-fx .box-right .idx-list-btn li:nth-child(4) a {
        letter-spacing: -1px;
    }
    .iMenu-fx02 {
        padding-top: 0px;
        max-width: calc(100% - 40px);
        margin: 8px auto 0;
        border-top: 2px dotted #b6aa95;
        flex-direction: column;
    }
    .iMenu-fx02 .box-right {
        margin-left: auto;
        margin-top: 50px;
        width: calc(100% + 40px);
        margin-right: -40px;
    }
    .iMenu-fx02 .box-right .ttl {
        font-size: min(4.8vw, 18px);
        line-height: 1.4em;
        min-height: min(18.67vw, 70px);
        min-width: min(70.93vw, 266px);
        width: fit-content;
        margin-left: 30px;
    }
    .iMenu-fx02 .box-right .ttl:before {
        background: url(../images/idx-ttl-ico-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: min(71.73vw, 269px);
        height: min(21.33vw, 80px);
        top: -4px;
        left: -12px;
    }
    .iMenu-fx02 .box-right .idx-list-btn {
        margin-left: 18px;
    }
    .iMenu-fx02 .box-right .idx-list-btn li {
        max-width: min(38vw, 160px);
        margin-bottom: 10px;
    }
    .iMenu-fx02 .box-cnt h3 {
        font-size: min(5.33vw, 22px);
        padding-bottom: 13px;
        margin-bottom: 11px;
    }
    .iMenu-fx02 .box-cnt h3:before {
        width: 40px;
    }
    .iMenu-fx02 .box-cnt .txt>p {
        font-size: 16px;
        letter-spacing: 0;
    }
    .iMenu-list03 {
        flex-wrap: wrap;
        margin-top: 39px;
    }
    .iMenu-list03.st02 {
        margin: 6px auto 0;
        padding-top: 39px;
        max-width: calc(100% - 40px);
    }
    .iMenu-list03.st02 li {
        max-width: min(38vw, 180px);
        width: 48%;
        margin-right: 10px !important;
        margin-bottom: 10px;
    }
    .iMenu-list03.st02 li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .iMenu-list li .ttl .ico-arr {
        width: 16px;
        height: 16px;
    }
    .iMenu-list li .ttl .ico-arr img {
        width: 6px;
        height: auto;
    }
    .iTreatment-list li .txt {
        font-weight: 400;
    }
    .iTreatment-list li .txt>p {
        font-weight: 400;
    }
    .iMenu-list03.st02 li a:before {
        background: url(../images/idx-ico-list-arr02-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: 16px;
        height: 16px;
    }
    .iMenu-list03 li {
        max-width: min(38vw, 180px);
        width: 48%;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .iMenu-list03 li:nth-child(2n) {
        margin-right: 0;
    }
    .iMenu-list03 li a {
        border-radius: 10px;
        min-height: 100px;
        padding: 0 0.1em;
    }
    .iMenu-list03 li a:before {
        width: 16px;
        height: 16px;
        background: url(../images/idx-ico-list-arr-sp.svg) no-repeat center;
        background-size: 100% 100%;
    }
    .iMenu-list03 li a .ttl {
        font-size: min(4.27vw, 18px);
        letter-spacing: 0;
    }
    .iMenu-list03 li a .ttl label {
        font-size: min(3.47vw, 15px);
        letter-spacing: 0;
    }
    .iMenu-list03 li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .iMenu-frame03 {
        border: 2px dotted #ec6b61;
        border-radius: 0.625em;
        background: #fff;
        max-width: 100%;
        position: relative;
        z-index: 1;
        padding-bottom: 20px;
        width: 100%;
        margin-left: auto;
        margin-right: -20px;
        margin-top: 42px;
        border-right: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .iMenu-frame03 .ttl {
        line-height: 1.4em;
        font-size: min(4.8vw, 18px);
        margin-left: 20px;
        min-height: min(18.67vw, 70px);
            padding: 10px 28px 10px 18px;
        margin-bottom: 8px;
    }
    .iMenu-frame03 .ttl:before {
        left: -0.0909090909em;
        top: 0;
        background: url(../images/idx-ttl-ico02-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: min(75.2vw, 282px);
        height: min(21.33vw, 80px);
    }
    .iMenu-frame03 .idx-fx-cnt {
        padding: 0 18px 0 17px;
        flex-direction: column;
    }
    .iMenu-frame03 .idx-fx-cnt .txt>p {
        font-size: 16px;
    }
    .iMenu-frame03 .idx-fx-cnt .idx-list-cnt {
        display: flex;
        width: 100%;
        flex-shrink: 0;
        margin-left: 0;
        margin-top: 22px;
        flex-wrap: wrap;
    }
    .iMenu-frame03 .idx-fx-cnt .idx-list-cnt li {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 10px;
    }
    .iMenu-frame03 .idx-fx-cnt .idx-list-cnt li a {
        display: flex;
        flex-direction: row;
        min-height: 80px;
        padding-left: 20px;
    }
    .iMenu-frame03 .idx-fx-cnt .idx-list-cnt li a .ico {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .iMenu-frame03 .idx-fx-cnt .idx-list-cnt li a .ico img {
        width: 45px;
        height: auto;
    }
    .iMenu-frame03 .idx-fx-cnt .idx-list-cnt li a .ttl {
        font-size: 16px;
        margin-left: 5px;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 21px;
    }
    .iMenu-frame03 .idx-fx-cnt .idx-list-cnt li a .ttl br {
        display: none;
    }
    .iTreatment {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .iTreatment-list li .cnt .ico-arr {
        background: #fff;
    }
    .iTreatment-list li .cnt .ico-arr img {
        filter: none;
    }
    .iTreatment .inner_big {
        padding: 0 20px;
    }
    .iTreatment-ttl {
        margin-bottom: 30px;
    }
    .iTreatment-ttl h2 {
        font-size: min(6.67vw, 28px);
    }
    .iTreatment-ttl .idx-ttl-en {
        font-size: min(4vw, 18px);
    }
    .iTreatment-list {
        flex-wrap: wrap;
    }
    .iTreatment-list li {
        min-height: 300px;
        width: 50%;
        padding: 10px 0;
    }
    .iTreatment-list li .cnt {
        padding: 0 min(4.33vw, 15px);
    }
    .iTreatment-list li .img {
        opacity: 1;
    }
    .iTreatment-list li .img img {
        opacity: 0.3;
    }
    .iTreatment-list li .img:before {
        background: url(../images/idx-bg-treatment-sp.png) no-repeat center;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .iTreatment-list li .ttl {
        font-size: min(4.27vw, 16px);
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #fff;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgb(207, 166, 218), 0 0 10px rgb(207, 166, 218), 0 0 15px rgb(207, 166, 218), 0 0 10px rgb(207, 166, 218), 0 0 10px rgb(207, 166, 218);
    }
    .iTreatment-list li .ttl:Before {
        opacity: 1;
    }
    .iTreatment-list li .txt {
        font-size: min(3.73vw, 14px);
        text-shadow: 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgb(207, 166, 218), 0 0 10px rgb(207, 166, 218), 0 0 15px rgb(207, 166, 218), 0 0 10px rgb(207, 166, 218), 0 0 10px rgb(207, 166, 218);
        display: block;
    }
    .iTreatment-list li .ico-arr img {
        text-shadow: 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgba(207, 166, 218, 0.7), 0 0 5px rgb(207, 166, 218), 0 0 10px rgb(207, 166, 218), 0 0 15px rgb(207, 166, 218), 0 0 10px rgb(207, 166, 218), 0 0 10px rgb(207, 166, 218);
    }
    .iTreatment-list li .ico-arr img:last-child {
        display: block !important;
        margin: 0 auto;
    }
    .iTreatment-list li .ico-arr img:first-child {
        display: none;
    }
    .iFeature {
        background: #f8f8f1;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
        margin-top: -178px;
        position: relative;
        padding-top: 49px;
    }
    .iFeature .inner_sm {
        padding: 0 20px;
    }
    .iFeature .inner_sm:before {
        left: -90px;
        top: 10px;
        background: url(../images/idx-feature-ico01-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: 160px;
        height: 184px;
    }
    .iFeature .inner_sm:after {
        right: 17px;
        top: 55px;
        background: url(../images/idx-feature-ico02-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: 80px;
        height: 60px;
    }
    .iFeature-ttl {
        margin-bottom: 63px;
    }
    .iFeature-ttl h2 {
        font-size: min(6.67vw, 28px);
    }
    .iFeature-ttl h2:before {
        left: 50%;
        top: 54%;
        transform: translateY(-50%) translateX(-50%);
        width: 109px;
        height: 52px;
        border-radius: 0.95em;
        background: #fff;
        z-index: -2;
    }
    .iFeature-ttl h2 span {
        font-size: 45px;
    }
    .iFeature-ttl h2 span label {
        font-size: 34px;
    }
    .iFeature-ttl .idx-ttl-en {
        font-size: min(4vw, 18px);
    }
    .iFeature-list {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }
    .iFeature-list li {
        width: 100%;
        padding: 20px 20px 23px;
        margin-bottom: 61px;
    }
    .iFeature-list li .stt {
        font-size: 34px;
        top: -42px;
    }
    .iFeature-list li .img {
        margin-bottom: 0;
    }
    .iFeature-list li .img img {
        height: 170px;
        width: 100%;
        object-fit: cover;
    }
    .iFeature-list li .ttl {
        letter-spacing: 0;
        font-size: min(4.8vw, 20px);
        min-height: auto !important;
        padding-top: 15px;
    }
    .iFeature-list li .txt {
        padding-top: 10px;
    }
    .iFeature-list li .txt>p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .idx-list-btn li {
        width: 50%;
        max-width: min(38vw, 150px);
        margin-right: 10px;
    }
    .idx-list-btn li:nth-child(2n) {
        margin-right: 0;
    }
    .idx-list-btn li a {
        min-width: auto;
        font-size: min(3.73vw, 14px);
        line-height: 1.2em;
        padding: 3px min(9.07vw, 34px) 3px 14px;
    }
    .iGreeting {
        padding-top: 9px;
    }
    .iGreeting .inner_sm {
        padding: 0 20px;
    }
    .iGreeting .box-img {
        margin-left: -20px;
        margin-right: min(21.33vw, 80px);
        margin-bottom: -8px;
        max-width: 500px;
    }
    .iGreeting .box-img .box-img-name:before {
        right: -151px;
        top: 35px;
        background: url(../images/idx-greeting-ico01.svg) no-repeat center;
        background-size: 100% 100%;
        width: min(56vw, 300px);
        height: min(36.27vw, 200px);
    }
    .iGreeting .box-img .box-img-name img {
        height: min(85.33vw, 400px);
        width: 100%;
        object-fit: cover;
    }
    .iGreeting .box-img .box-img-name .box-name {
        writing-mode: initial;
        background: #fff;
        color: var(--main-color);
        right: initial;
        top: initial;
        left: 20px;
        bottom: 20px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 10px;
        padding: 9px 15px 6px;
    }
    .iGreeting .box-img .box-img-name .box-name .sub-name {
        display: block;
        margin-bottom: 0;
        line-height: 1em;
    }
    .iGreeting .box-img .img02 {
        position: relative;
        margin-top: -134px;
        margin-right: -80px;
        width: min(37.33vw, 170px);
        margin-left: auto;
        z-index: 2;
    }
    .iGreeting-fx {
        flex-direction: column;
        padding-top: 59px;
        padding-bottom: 56px;
    }
    .iGreeting-fx:before {
        width: 100%;
    }
    .iGreeting-fx .box-cnt {
        padding: 0 0px 0 20px;
    }
    .iGreeting-fx .box-cnt:before {
        content: "";
        position: absolute;
        right: -20px;
        top: -70px;
        width: 127px;
        height: 168px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        background: #f8f8f1;
        z-index: -1;
    }
    .iGreeting-fx .box-cnt:after {
        content: "";
        position: absolute;
        right: -72px;
        bottom: -63px;
        background: url(../images/idx-greeting-ico02-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: 230px;
        height: 145px;
        z-index: -1;
    }
    .iGreeting-fx .box-cnt h2 {
        font-size: min(6.67vw, 28px);
    }
    .iGreeting-fx .box-cnt .idx-ttl-en {
        font-size: min(4vw, 18px);
        margin-bottom: 12px;
    }
    .iGreeting-fx .box-cnt h3 {
        font-size: min(5.33vw, 20px);
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .iGreeting-fx .box-cnt h3 span:before {
        bottom: 1px;
    }
    .iGreeting-fx .box-cnt h3:before {
        width: 40px;
    }
    .iGreeting-fx .box-cnt .txt {
        margin-bottom: 31px;
    }
    .iGreeting-fx .box-cnt .txt>p {
        font-size: min(4.27vw, 16px);
        line-height: 2em;
        margin-bottom: 11px;
        letter-spacing: 0;
    }
    .iGreeting-fx .box-cnt .idx-list-btn li {
        max-width: calc(50% - 5px);
        margin-right: 10px;
    }
    .iGreeting-fx .box-cnt .idx-list-btn li:last-child {
        margin-right: 0;
    }
    .iColumn {
        margin-top: -130px;
        padding-top: 199px;
        padding-bottom: 130px;
        border-radius: 0;
    }
    .iColumn .inner_sm {
        padding: 0 20px;
    }
    .iColumn .inner_sm:before {
        display: none;
    }
    .iColumn-fx .box-ttl {
        flex-direction: column;
        align-items: flex-start;
    }
    .iColumn-fx .box-ttl h2 {
        font-size: min(5.87vw, 24px);
    }
    .iColumn-fx .box-ttl .idx-ttl-en {
        font-size: min(3.2vw, 14px);
        margin-left: 0;
    }
    .iColumn ul {
        flex-direction: column;
    }
    .iColumn ul:before {
        left: 34px;
        top: -184px;
        background: url(../images/idx-column-ico-sp.svg) no-repeat center;
        background-size: 100% 100%;
        width: 280px;
        height: 97px;
        z-index: -1;
    }
    .iColumn ul li {
        width: 100%;
        flex-direction: column;
        margin: 0 auto 15px;
    }
    .iColumn ul li a {
        display: flex;
    }
    .iColumn ul li a .img {
        width: min(34.67vw, 200px) !important;
        height: min(26.67vw, 140px) !important;
        flex-shrink: 0;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .iColumn ul li a .img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .iColumn ul li a .date {
        font-size: min(37.2vw, 14.5px);
        margin-bottom: 2px;
    }
    .iColumn ul li a .txt {
        font-size: min(3.73vw, 16px);
        line-height: 1.75em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .idx_gallery {
        margin-top: -80px;
    }
    .idx_gallery .item img {
        height: 150px;
        width: auto;
    }
}

@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) {
    .iMenu-list02 li {
        margin: 5px !important;
    }
    .iMenu-frame02-fx .box-right .idx-list-btn {
        max-width: 100%;
        justify-content: center;
    }
    .iMenu-frame02-fx .box-right .idx-list-btn li {
        margin: 5px !important;
        width: 33.3333333333%;
        max-width: 176px;
    }
    .iMenu-frame02-fx .box-right .idx-list-btn li a {
        padding-right: 25px;
    }
    .iMenu-frame02-fx .box-right .idx-list-btn li a:before {
        right: 10px;
    }
    .iMenu-frame02-fx .box-right .idx-list-btn li:nth-child(2n) {
        margin: 5px !important;
    }
    .iMenu-fx02 .box-right .idx-list-btn li {
        margin: 5px !important;
    }
    .iMenu-list03 li,
    .iMenu-list03.st02 li:nth-child(2n),
    .iMenu-list03.st02 li {
        margin: 5px !important;
    }
}


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