.home_page .key {
    background-image: url(../images/idx-bg-main.jpg);
    background-size: cover;
    --height: 50vw;
    --min-height: 36.25em;
    --max-height: 36.25em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    --mask: url(../images/idx-bg-main-mask.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;
    width: calc(100% - 5em);
    margin: 6.25em auto 0;
    position: relative;
    max-width: 1920px;
}
.home_page .key-txt02 {
    width: fit-content;
    position: absolute;
    top: -7.125em;
    left: 3.875em;
}

.home_page .key-txt02 .ttl {
    margin-bottom: 6px !important;
    color:#ee804d !important;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.5;
    font-size: calc(var(--ttl_size) - 5px);
	        text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
}

.home_page .key-txt02 .en {
      margin: 0 -0.95em !important;
    padding: 0 0.875em;
    font-family: var(--f-en);
    color: #ee804d !important;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-size: calc(var(--ttl_size) + 1.25em);
    display: table;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
    position: relative;
}

.home_page .key-txt02 .en::before,
.home_page .key-txt02 .en::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5px;
    width: 0.65em;
    aspect-ratio: 36 / 47;
}

.home_page .key-txt02 .en::after {
    background-image: url(../images/idx02_h2_illus02.png);
    background-position: right center;
    right: -5px;
}

.home_page .key-txt02 .en::before {
    background-image: url(../images/idx02_h2_illus01.png);
    background-position: left center;
    left: 0;
}

.home_page .key .idx-box-news {
    position: absolute;
    left: 0;
    bottom: 1.25em;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2.375em 1.9375em 1.75em 0.625em;
    max-width: 28em;
	width:100%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.home_page .key .idx-box-news .idx-fx-ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8125em;
    align-items: center;
}

.home_page .key .idx-box-news .idx-fx-ttl>.ttl {
    font-size: 1.125em;
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--f-en);
    margin-bottom: 0;
    line-height: 1em;
}

.home_page .key .idx-box-news .idx-fx-ttl .btn-more {
    line-height: 1em;
    position: relative;
    bottom: 0.6875em;
}

.home_page .key .idx-box-news .idx-fx-ttl .btn-more a {
    text-decoration: none;
    font-size: 0.875em;
    color: var(--clr1);
    font-weight: 700;
    font-family: var(--f-en);
    letter-spacing: 0.05em;
    padding-right: 0.9375em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--clr1);
    position: relative;
}

.home_page .key .idx-box-news .idx-fx-ttl .btn-more a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.2em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: contain;
    width: 0.375em;
    height: 0.625em;
}

.home_page .key .idx-box-news ul li {
    margin-bottom: 0.4375em;
}

.home_page .key .idx-box-news ul li:last-child {
    margin-bottom: 0;
}

.home_page .key .idx-box-news ul li a {
    text-decoration: none;
    font-weight: 600;
    color: var(--clr1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_page .key .idx-box-news ul li a .date {
    font-size: 0.6875em;
    color: #c5bfbe;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-right: 0.6em;
    font-family: var(--f-en);
}

.home_page .key .idx-box-news ul li a .ttl {
    font-size: 1em;
    color: #584744;
    font-weight: 600;
    letter-spacing: 0;
}

.home_page .key .mv_slider {
    display: flex;
    opacity: 0;
}

.home_page .key .mv_slider.slick-slider {
    opacity: 1;
}

.home_page .key .key_text {
    position: relative;
    width: 100%;
    height: 100%;
}

.home_page .key .key_text .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_page .key .inner {
    width: fit-content;
    margin-left: auto;
    margin-right: 3.0625em;
    margin-top: 10.9375em;
}

.home_page .key .catch {
    padding: 10px;
    margin: 0px auto;
    max-width: 800px;
}

.home_page .key .catch .title,
.home_page .key .catch p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.home_page .key .catch .title {
    margin-bottom: 20px;
    font-size: 2.875em;
    letter-spacing: 0.025em;
    font-family: var(--f-jp);
    font-weight: 600;
    line-height: 1.8em;
}

.home_page .key .catch p {
    font-size: 1.25em;
    line-height: 1.6em;
    letter-spacing: 0.06em;
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    position: relative;
    margin-bottom: 0.33em;
    color: var(--clr1);
    font-family: var(--f-jp);
    font-size: 2.6875em;
    font-weight: 500;
    line-height: 1.75em;
    text-align: center;
    letter-spacing: 0;
}

.home_page .idx-ttl-en {
    font-size: 5.3125em;
    font-weight: normal;
    font-family: var(--f-en);
    text-align: center;
    line-height: 1em;
    margin-bottom: 0.225em;
    background: linear-gradient(to bottom, #ef873d -1.85em, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.home_page h3 {
    color: var(--clr1);
    font-family: var(--f-jp);
    font-size: 2em;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 0.65em;
}

@media only screen and (min-width: 769px) {
    .home_page .key .idx-box-news .idx-fx-ttl .btn-more a:hover {
        color: var(--main-color);
    }
    .idx-btn a:hover {
        opacity: 1;
        background: var(--main-color);
        color: #fff;
        transition: 0.3s all;
    }
    .idx-list-menu li a:hover {
        background: var(--clr1);
        color: #fff;
        transition: 0.3s all;
        opacity: 1;
    }
    .idx-btn a:hover:before {
        filter: brightness(0) invert(1);
        transition: 0.3s all;
    }
    .idx-btn02 a:hover {
        background: var(--main-color);
        transition: 0.3s all;
        opacity: 1;
        color: #fff;
    }
}

section {
    background-size: cover;
    background-repeat: no-repeat;
}

.iMessage-fx {
    display: flex;
    justify-content: center;
    padding-top: 7.9375em;
}

.iMessage-l {
    position: relative;
}

.iMessage-l:before {
    content: "";
    position: absolute;
    right: -3.25em;
    bottom: 4.125em;
    background: url(../images/idx-message-ico02.svg) no-repeat center;
    background-size: contain;
    width: 10.75em;
    height: 10.75em;
    z-index: 1;
}

.iMessage-l .box-img01 .img {
    --mask: url(../images/idx-massage-img01-mask.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;
    width: 15.25em;
    height: 12.875em;
    margin-left: auto;
    margin-top: -3em;
    margin-right: 0.8125em;
    margin-bottom: 3.125em;
}

.iMessage-l .box-img02 .img {
    --mask: url(../images/idx-massage-img02-mask.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;
    width: 33.375em;
    height: 28em;
    position: relative;
    left: -1.25em;
}

.iMessage-c {
    width: 39.375em;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.iMessage-c .txt {
    text-align: center;
    padding: 0 3.125em;
}

.iMessage-c .txt>p {
    line-height: 2.5em;
    letter-spacing: 0.05em;
}

.iMessage-r {
    position: relative;
}

.iMessage-r:before {
    content: "";
    position: absolute;
    left: -3.0625em;
    top: -1.6875em;
    background: url(../images/idx-message-ico01.png) no-repeat center;
    background-size: contain;
    width: 5.375em;
    height: 5.25em;
}

.iMessage-r .box-img01 .img {
    --mask: url(../images/idx-massage-img03-mask.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;
    width: 31.75em;
    height: 27.75em;
    margin-top: -4.5em;
    position: relative;
    right: -3.125em;
    margin-bottom: 1.5625em;
}

.iMessage-r .box-img02 {
    position: relative;
    z-index: 1;
}

.iMessage-r .box-img02 .img {
    --mask: url(../images/idx-massage-img04-mask.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;
    width: 19.625em;
    height: 20.875em;
    position: relative;
    left: -2.75em;
}

.idx-ttl-en02 {
    color: var(--main-color);
    font-size: 1.15625em;
    font-family: var(--f-en);
    font-weight: 600;
    letter-spacing: 0.05em;
}

.idx-list-menu {
    width: 48.9375em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.6875em;
}

.idx-list-menu li {
    width: 33.3333333333%;
    margin-right: 0.9375em;
    max-width: 15.6875em;
    margin-bottom: 0.9375em;
}

.idx-list-menu li:last-child {
    margin-right: 0;
}

.idx-list-menu li:nth-child(3n) {
    margin-right: 0;
}

.idx-list-menu li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    min-height: 4.9375em;
    border: 1px solid var(--clr1);
    border-radius: 0.625em;
    background: #fff;
    width: 100%;
    padding-left: 1.25em;
    font-size: 1em;
    line-height: 1.3em;
    color: var(--clr1);
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    padding-right: 2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    transition: 0.3s all;
}

.idx-list-menu li a:before {
    content: "";
    position: absolute;
    right: 1.125em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: contain;
    width: 0.375em;
    height: 0.625em;
    transition: 0.3s all;
}

.idx-list-menu li a .ico {
    margin-right: 1.25em;
    width: 2.1875em;
    flex-shrink: 0;
    transition: 0.3s all;
}

.iMenu {
    position: relative;
    padding-bottom: 11em;
}

.iMenu:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: url(../images/idx-bg-menu.png) no-repeat top center;
    background-size: cover;
    width: 101%;
    height: 120px;
    top: -10.6875em;
}

.iMenu:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100vw;
    height: 100%;
    top: -3.1875em;
    background: var(--clr3);
}

.iMenu .inner_big {
    padding: 0;
    position: relative;
    z-index: 2;
}

.iMenu-ttl {
    margin-bottom: 4.8125em;
}

.iMenu-ttl h2 {
    padding-left: 0.2em;
    margin-top: -1.23em;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.3em;
}

.iMenu-fx {
    padding-left: 6.25em;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.iMenu-fx:before {
    content: "";
    position: absolute;
    left: -9.375em;
    top: -6.75em;
    background: url(../images/idx-menu-bg01.png) no-repeat center;
    background-size: contain;
    width: 58.125em;
    height: 50.625em;
    z-index: -1;
}

.iMenu-l {
    flex: 1;
    padding-top: 2.4375em;
    margin-right: -14.375em;
}

.iMenu-l .box-cnt {
    max-width: 32.5em;
}

.iMenu-l .txt>p {
    letter-spacing: 0;
}

.iMenu-r {
    flex-shrink: 0;
}

.iMenu-r .img img {
    border-top-left-radius: 6.25em;
    border-bottom-left-radius: 1.875em;
}

.iMenu .iMenu-fx02 {
    padding-left: 0;
    padding-right: 6.25em;
    margin-top: 7.0625em;
    justify-content: flex-start;
}

.iMenu .iMenu-fx02:before {
    background: url(../images/idx-menu-bg02.png) no-repeat center;
    background-size: contain;
    left: initial;
    right: -13.125em;
    width: 61.75em;
    height: 41.6875em;
    top: -6.125em;
}

.iMenu .iMenu-fx02 .iMenu-l {
    order: 2;
    flex: initial;
    padding-left: 5.8125em;
    padding-top: 2.625em;
    width: 100%;
}

.iMenu .iMenu-fx02 .iMenu-l .iMenu-frame {
    background: var(--main-color);
    border-radius: 0.9375em;
    max-width: 28.75em;
    margin-top: 2.6875em;
}

.iMenu .iMenu-fx02 .iMenu-l .iMenu-frame .ttl {
    font-size: 1.25em;
    color: #fff;
    background: url(../images/idx-menu-hr.svg) no-repeat bottom center;
    background-size: 100% 4px;
    text-align: center;
    width: calc(100% - 3em);
    margin: 0 auto 0.75em;
    padding-top: 1em;
    padding-bottom: 0.6em;
}

.iMenu .iMenu-fx02 .iMenu-l .iMenu-frame .ttl02 {
    font-size: 1.25em;
    font-family: var(--f-jp);
    font-weight: 500;
    text-align: center;
    background: #2ea230;
    margin-bottom: 0;
    line-height: 1.5em;
    color: #fff;
    padding-top: 15px;
    letter-spacing: 0.05em;
    padding-bottom: 0.8em;
    border-bottom-left-radius: 0.9375em;
    border-bottom-right-radius: 0.9375em;
}

.iMenu .iMenu-fx02 .iMenu-l .iMenu-frame .ttl02 span {
    color: #ffff00;
    font-size: 1.2em;
}

.iMenu .iMenu-fx02 .iMenu-l .iMenu-frame-fx {
    display: flex;
    padding: 0 1.25em 0.5625em 1.875em;
}

.iMenu .iMenu-fx02 .iMenu-l .iMenu-frame-fx ul {
    margin-right: 0.5em;
}

.iMenu .iMenu-fx02 .iMenu-l .iMenu-frame-fx ul:last-child {
    margin-right: 0;
}

.iMenu .iMenu-fx02 .iMenu-l .iMenu-frame-fx ul li {
    color: #fff;
    font-weight: 500;
    padding-left: 0;
    display: flex;
    letter-spacing: 0;
    line-height: 1.4em;
    position: relative;
    margin-bottom: 0.59375em;
}

.iMenu .iMenu-fx02 .iMenu-l .iMenu-frame-fx ul li:before {
    content: "";
    margin-top: 0.275em;
    display: block;
    background: url(../images/idx-menu-check.svg) no-repeat center;
    background-size: contain;
    width: 0.9375em;
    height: 0.9375em;
    margin-right: 0.4375em;
    flex-shrink: 0;
}

.iMenu .iMenu-fx02 .iMenu-r {
    order: 1;
}

.iMenu .iMenu-fx02 .iMenu-r .img img {
    border-top-right-radius: 6.25em;
    border-bottom-right-radius: 1.875em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.iMenu .idx-list-menu.st02 {
    width: 67.5em;
    margin: -2.5em auto 0;
    justify-content: center;
}

.iMenu .idx-list-menu.st02 li {
    max-width: 16.125em;
    margin-right: 0.9375em;
}

.iMenu .idx-list-menu.st02 li:nth-child(3n) {
    margin-right: 0.9375em;
}

.iMenu .idx-list-menu.st02 li:nth-child(4n) {
    margin-right: 0;
}

.iMenu .idx-list-menu.st02 li:last-child {
    margin-right: 0;
}

.idx-list-btn {
    display: flex;
    justify-content: center;
}

.idx-list-btn li {
    margin-right: 0.75em;
    max-width: 12.5em;
}

.idx-list-btn li:last-child {
    margin-right: 0;
}

.idx-btn a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding-left: 1.45em;
    padding-bottom: 0.2em;
    line-height: 1.3em;
    padding-top: 0.2em;
    font-size: 1em;
    color: var(--clr1);
    font-weight: 600;
    border-radius: 1.875em;
    border: 1px solid #584744;
    min-height: 3.75em;
    min-width: 12.5em;
    position: relative;
    letter-spacing: 0;
    background: #fff;
    padding-right: 1.5em;
}

.idx-btn a:before {
    content: "";
    position: absolute;
    right: 0.9375em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.375em;
    height: 0.625em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: contain;
}

.iTreatment {
    position: relative;
    min-height: 77.5em;
    background: url(../images/idx-bg-treatment.png) no-repeat center;
    text-align: center;
    padding-top: 27.8125em;
    z-index: 1;
    max-width: 120em;
    margin: -25.9375em auto 0;
}

.iTreatment .idx-ttl-en02 {
    color: #fff;
}

.iTreatment h3 {
    color: #fff;
}

.iTreatment .txt {
    margin-bottom: 2.625em;
}

.iTreatment .txt>p {
    font-weight: 400;
    color: #fff;
}

.idx_gallery {
    position: relative;
    z-index: 2;
    margin-top: -10.25em;
}

.idx_gallery .list .item {
    margin-right: 15px;
}

.idx_gallery .list .item:nth-child(odd) {
    margin-top: 53px;
}

.idx_gallery .list .item img {
    border-radius: 30px;
}

.iTreatment02 {
    position: relative;
    background: url(../images/idx-bg-treatment02.png) no-repeat center;
    background-size: cover;
    padding: 6.5em 0 16em;
    margin-top: -22.5em;
}

.iTreatment02-frame {
    position: relative;
    max-width: 67.5em;
    margin: 0 auto;
    z-index: 1;
    padding-top: 7.75em;
    padding-left: 4.1875em;
    padding-right: 4.1875em;
    padding-bottom: 6.7em;
}

.iTreatment02-frame:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    background: url(../images/idx-bg-treatment03.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
}

.iTreatment02-fx {
    display: flex;
    position: relative;
    z-index: 1;
    padding-bottom: 2.9em;
    margin-bottom: 8.25em;
}

.iTreatment02-fx:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90.4%;
    height: 86.5%;
    border-radius: 1.875em;
    background: #fff6e9;
    z-index: -1;
}

.iTreatment02-fx:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4.5em;
    margin: 0 auto;
    background: url(../images/idx-treatment-hr.svg) no-repeat bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 4px;
}

.iTreatment02-fx.st02:before {
    left: initial;
    right: 0;
    height: 83%;
}

.iTreatment02-fx.st02 .iTreatment02-cnt {
    order: 2;
    padding-left: 4.4em;
    padding-right: 4.2em;
}

.iTreatment02-fx.st02 .iTreatment02-img img {
    border-top-right-radius: 6.25em;
    border-top-left-radius: 1.875em;
}

.iTreatment02-fx.last {
    margin-bottom: 0;
}

.iTreatment02-fx.last:before {
    height: 83%;
}

.iTreatment02-fx.last:after {
    display: none;
}

.iTreatment02-fx.last .iTreatment02-cnt {
    padding-right: 2.3em;
}

.iTreatment02-fx.last .iTreatment02-cnt .txt {
    margin-bottom: 2.6em;
}

.iTreatment02 .idx-list-btn {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.iTreatment02 .idx-list-btn li {
    margin-right: 0.9em;
    width: 50%;
    margin-bottom: 0.9em;
}

.iTreatment02 .idx-list-btn li:nth-child(2n) {
    margin-right: 0;
}

.iTreatment02 .idx-list-btn li a {
    line-height: 1.3em;
    letter-spacing: 0.1em;
}

.iTreatment02 .idx-list-btn li a:before {
    right: 1.2em;
}

.iTreatment02-cnt {
    padding-left: 4.2em;
    padding-right: 4.3em;
}

.iTreatment02-cnt h3 {
    letter-spacing: 0;
}

.iTreatment02-cnt .txt {
    margin-bottom: 2.8em;
}

.iTreatment02-cnt .txt>p {
    letter-spacing: 0;
}

.iTreatment02-img {
    flex-shrink: 0;
    padding-top: 0.5em;
}

.iTreatment02-img img {
    border-radius: 1.875em;
    border-top-left-radius: 6.25em;
}

.iFeature {
    padding-top: 5.8em;
    padding-bottom: 18.5em;
}

.iFeature .inner_big {
    padding: 0;
}

.iFeature-ttl {
    width: fit-content;
    margin-left: 8.6em;
    position: relative;
    z-index: 1;
}

.iFeature-ttl:before {
    content: "";
    position: absolute;
    left: -11.25em;
    bottom: -2.5em;
    background: url(../images/idx-feature-ico01.svg) no-repeat center;
    background-size: contain;
    width: 34.375em;
    height: 27em;
    z-index: -1;
}

.iFeature-ttl .idx-ttl-en {
    margin-bottom: 0;
}

.iFeature-ttl h2 {
    margin-top: -0.65em;
    line-height: 1.4em;
    font-weight: 600;
}

.iFeature-ttl h2 span {
    color: #ef873d;
}

.iFeature-ttl h2 span label {
    font-size: 1.26em;
    line-height: 0;
}

.iFeature-cnt {
    padding-top: 4.25em;
    padding-left: 4.1875em;
    padding-right: 3.75em;
    position: relative;
    z-index: 2;
}

.iFeature-cnt h4 {
    font-size: 1.4375em;
    color: var(--main-color);
    font-weight: 500;
    letter-spacing: 0;
    font-family: var(--f-jp);
    line-height: 1.7em;
    margin-bottom: 0.5em;
}

.iFeature-cnt .txt>p {
    letter-spacing: 0;
}

.iFeature-fx {
    display: flex;
    margin-bottom: 1.8125em;
}

.iFeature-fx.st02 .box-img01 {
    margin-top: 1.9em;
    order: 3;
    position: relative;
    z-index: 1;
}

.iFeature-fx.st02 .box-img01:before {
    content: "";
    position: absolute;
    left: -16.875em;
    top: -0.25em;
    background: url(../images/idx-feature-ico03.svg) no-repeat center;
    background-size: contain;
    width: 23.3125em;
    height: 18.625em;
    z-index: -1;
}

.iFeature-fx.st02 .box-img01 img {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.iFeature-fx.st02 .box-img02 {
    order: 1;
    margin-top: 6.2em;
}

.iFeature-fx.st02 .box-img02:before {
    display: none;
}

.iFeature-fx.st02 .box-img02 .img img {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.iFeature-fx.st02 .box-img02 .stt {
    left: initial;
    right: -0.47em;
    top: -0.45em;
}

.iFeature-fx.st02 .iFeature-cnt {
    order: 2;
    padding-top: 8.4em;
}

.iFeature-fx .box-img01 {
    margin-top: 2.0625em;
    flex-shrink: 0;
}

.iFeature-fx .box-img01 img {
    border-top-right-radius: 6.25em;
    border-bottom-right-radius: 1.875em;
}

.iFeature-fx .box-img02 {
    flex-shrink: 0;
    margin-top: -2.3125em;
    position: relative;
    z-index: 1;
}

.iFeature-fx .box-img02:before {
    content: "";
    position: absolute;
    left: -17.25em;
    bottom: 1px;
    background: url(../images/idx-feature-ico02.svg) no-repeat center;
    background-size: contain;
    width: 23.25em;
    height: 18.25em;
    z-index: -1;
}

.iFeature-fx .box-img02 img {
    border-top-left-radius: 6.25em;
    border-bottom-left-radius: 1.875em;
}

.iFeature-fx .box-img02 .stt {
    position: absolute;
    left: -0.62em;
    top: -0.575em;
    text-align: center;
    width: 2.19em;
    height: 2.2em;
    background: url(../images/idx-feature-st01.png) no-repeat center;
    background-size: cover;
    font-size: 3.375em;
    font-family: var(--f-jp);
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-direction: column;
    color: #fff;
    padding-top: 0.1em;
}

.iFeature-fx .box-img02 .stt span {
    font-weight: 700;
    line-height: 1em;
    font-size: 0.3em;
    font-family: var(--f-en);
    display: block;
    letter-spacing: 0;
}

.iFeature-fx02 {
    display: flex;
}

.iFeature-fx02 .box-cnt {
    margin-right: 1.5625em;
    margin-top: 4.375em;
    position: relative;
    height: fit-content;
}

.iFeature-fx02 .box-cnt picture {
    line-height: 0;
}

.iFeature-fx02 .box-cnt>p {
    margin-bottom: 0;
}

.iFeature-fx02 .box-cnt img {
    border-top-right-radius: 6.25em;
    border-bottom-right-radius: 1.875em;
}

.iFeature-fx02 .box-cnt:last-child {
    margin-top: 0;
    margin-right: 0;
}

.iFeature-fx02 .box-cnt:last-child img {
    border-top-left-radius: 6.25em;
    border-bottom-left-radius: 1.875em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.iFeature-fx02 .box-cnt:last-child .stt {
    right: initial;
    left: 1.25em;
    top: -0.92em;
    padding-top: 0.1em;
}

.iFeature-fx02 .box-cnt:last-child .cnt {
    bottom: 2.75em;
    padding-left: 4.1875em;
}

.iFeature-fx02 .box-cnt:last-child .cnt h4 {
    margin-bottom: 0.625em;
}

.iFeature-fx02 .box-cnt .stt {
    position: absolute;
    right: 1.25em;
    top: -0.9em;
    text-align: center;
    width: 2.25em;
    height: 2.23em;
    background: url(../images/idx-feature-st02.png) no-repeat center;
    background-size: cover;
    font-size: 3.375em;
    font-family: var(--f-jp);
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    flex-direction: column;
    color: #fff;
    padding-top: 0.1em;
}

.iFeature-fx02 .box-cnt .stt span {
    font-weight: 600;
    line-height: 1em;
    font-size: 0.3em;
    font-family: var(--f-en);
    display: block;
}

.iFeature-fx02 .box-cnt .cnt {
    position: absolute;
    left: 0;
    bottom: 2.875em;
    padding-left: 6.25em;
    color: #fff;
    padding-right: 5.625em;
}

.iFeature-fx02 .box-cnt .cnt .txt {
    letter-spacing: 0;
    font-weight: 400;
    text-shadow: 0 0 5px #000;
}

.iFeature-fx02 .box-cnt .cnt h4 {
    letter-spacing: 0;
    font-size: 1.4375em;
    color: #fff;
    font-family: var(--f-jp);
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 0.55em;
    text-shadow: 0 0 5px #000;
}

.iGreeting {
    position: relative;
    padding-bottom: 5.5em;
}

.iGreeting:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: url(../images/idx-bg-menu.png) no-repeat top center;
    background-size: cover;
    width: 101%;
    height: 120px;
    top: -10.3em;
}

.iGreeting:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100vw;
    height: calc(100% + 3.2em);
    top: -3.1875em;
    background: var(--clr3);
}

.iGreeting .inner_big {
    position: relative;
    z-index: 1;
}

.iGreeting-fx {
    display: flex;
    padding-right: 5em;
    position: relative;
    z-index: 1;
}

.iGreeting-fx:before {
    content: "";
    position: absolute;
    right: -19em;
    bottom: -15.125em;
    background: url(../images/idx-greeting-ico02.png) no-repeat center;
    background-size: contain;
    width: 55.4375em;
    height: 64em;
    z-index: -1;
}

.iGreeting-cnt {
    position: relative;
}

.iGreeting-cnt:before {
    content: "";
    position: absolute;
    top: -11.6875em;
    right: -20.0625em;
    background: url(../images/idx-greeting-img02.jpg) no-repeat center;
    background-size: cover;
    --mask: url(../images/idx-greeting-mask02.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;
    width: 29.5em;
    height: 29.625em;
}

.iGreeting-cnt .idx-ttl-en {
    text-align: left;
    margin-left: -42px;
    margin-bottom: 0;
}

.iGreeting-cnt h2 {
    line-height: 1.5em;
    margin-top: -0.7em;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: left;
    margin-bottom: 1.1em;
}

.iGreeting-cnt h3 {
    font-weight: 600;
    font-size: 1.875em;
    color: var(--main-color);
    letter-spacing: 0.05em;
    margin-bottom: 0.975em;
}

.iGreeting-cnt .txt>p {
    line-height: 2.55em;
    letter-spacing: 0;
}

.iGreeting-cnt .idx-list-btn {
    justify-content: flex-start;
    margin-top: 1.75em;
}

.iGreeting-img {
    flex-shrink: 0;
    position: relative;
    margin-left: -14.375em;
    margin-top: 0.9375em;
    margin-right: 6.375em;
}

.iGreeting-img:before {
    content: "";
    position: absolute;
    right: 4.9375em;
    top: -5.3125em;
    background: url(../images/idx-greeting-ico01.png) no-repeat center;
    background-size: contain;
    width: 19.8125em;
    height: 15.375em;
    z-index: 1;
}

.iGreeting-img .img {
    --mask: url(../images/idx-greeting-mask01.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;
}

.iGreeting-img .box-name {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14.125em;
    height: 13.625em;
    background: url(../images/idx-greeting-ttl.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 3.5625em;
}

.iGreeting-img .box-name .ttl {
    display: block;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    font-size: 0.875em;
    color: #fff;
    padding-bottom: 0.475em;
    margin-bottom: 0.9125em;
    background: url(../images/idx-greeting-hr.svg) no-repeat bottom center;
    background-size: 100% 3px;
}

.iGreeting-img .box-name .name {
    font-size: 1.625em;
    color: #fff;
    line-height: 1.5em;
}

.iGreeting-img .box-name .name span {
    margin-bottom: 3px;
    display: block;
    font-size: 0.615em;
    line-height: 1em;
}

.idx-map {
    height: 31.25em;
    position: relative;
    z-index: 2;
    line-height: 0;
}

.idx-map iframe {
    height: 100%;
}

.iRecruit {
    background: url(../images/idx-recruit-bg.png) no-repeat bottom center;
    background-size: cover;
    padding-top: 6.2em;
    padding-bottom: 8em;
}

.iRecruit .inner_big {
    position: relative;
}

.iRecruit .inner_big:before {
    content: "";
    position: absolute;
    right: -0.9375em;
    bottom: -6.75em;
    background: url(../images/idx-recruit-ico03.png) no-repeat center;
    background-size: contain;
    width: 13.5em;
    height: 12.5em;
    z-index: 1;
}

.iRecruit-frame {
    max-width: 71.875em;
    margin: 0 auto;
    border-radius: 2.5em;
    background: #fff;
    position: relative;
    max-height: 29.375em;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}

.iRecruit-frame:after {
    content: "";
    position: absolute;
    right: -10.125em;
    top: -4.0625em;
    background: url(../images/idx-recruit-ico02.png) no-repeat center;
    background-size: contain;
    width: 17.625em;
    height: 17.9375em;
}

.iRecruit-frame:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 2.5em);
    height: calc(100% - 2.5em);
    border: 2px solid #ef873d;
    border-radius: 1.5625em;
}

.iRecruit-frame .ttl {
    position: absolute;
    left: -2.625em;
    top: -4.0625em;
}

.iRecruit-fx {
    display: flex;
    overflow: hidden;
    border-radius: 2.5em;
}

.iRecruit-fx .box-cnt {
    padding: 5.125em 4.375em 5.125em 5.625em;
}

.iRecruit-fx .box-cnt h4 {
    font-size: 1.4375em;
    font-weight: 600;
    font-family: var(--f-jp);
    color: #ef873d;
    line-height: 1.65em;
    letter-spacing: 0;
    margin-bottom: 0.55em;
}

.iRecruit-fx .box-cnt .txt {
    margin-bottom: 1.4375em;
}

.iRecruit-fx .box-cnt .txt>p {
    letter-spacing: 0;
}

.iRecruit-fx .box-img {
    margin-right: -1.75em;
    flex-shrink: 0;
}

.idx-btn02 {
    width: fit-content;
}

.idx-btn02 a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.25em;
    font-family: var(--f-jp);
    color: #fff;
    font-weight: 500;
    min-width: 16.4em;
    min-height: 3.875em;
    border-radius: 2.5em;
    background: #ef873d;
    padding-left: 2em;
    position: relative;
    transition: 0.3s all;
}

.idx-btn02 a:before {
    content: "";
    position: absolute;
    width: 0.45em;
    height: 1.025em;
    right: 1.5em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: contain;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .home_page .key,
    .iMessage,
    .iMenu,
    .iTreatment,
    .iTreatment02,
    .idx_gallery,
    .iFeature,
    .iGreeting,
    .idx-map,
    .iRecruit {
        font-size: 1.25vw;
    }
    .iMenu-r img {
        width: 39.1875em;
        height: auto;
    }
    .iTreatment02-fx img {
        height: 32.375em;
        width: auto;
    }
    .iTreatment02-fx.st02 img,
    .iTreatment02-fx.last img {
        height: 25.625em;
    }
    .idx_gallery .list .item img {
        width: 26.625em;
        height: auto;
    }
    .iFeature-fx .box-img02 img {
        width: 35em;
        height: auto;
    }
    .iFeature-fx .box-img01 img {
        height: 21.875em;
        width: auto;
    }
    .iGreeting-img .img img {
        width: 46.5625em;
        height: auto
    }
    .iRecruit-fx .box-img img {
        height: 29.375em;
        width: auto;
    }
    .iRecruit-frame .ttl img {
        width: 15.25em;
        height: auto
    }
    .iTreatment {
        background-size: cover;
    }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
     :root {
        --ttl_size: 22px;
    }
    .iMessage-c {
        width: 46.375em;
    }
    .iMessage-c .txt>p {
        font-size: 12px;
    }
    .iMenu-l .txt>p {
        font-size: 11px;
    }
    .iMessage-r .box-img01 .img {
        margin-top: -2.5em;
        right: 0;
    }
    .iMessage-l .box-img02 .img {
        left: 0;
    }
    .iMenu .iMenu-fx02 .iMenu-l .iMenu-frame-fx ul li:before {
        margin-top: 0.175em;
    }
    .iMenu .iMenu-fx02 .iMenu-l .iMenu-frame {
        margin-top: 1.5em;
    }
    .iMenu-l .box-cnt {
        max-width: 33.5em;
    }
    .idx-btn a:before {
        width: 4px;
        height: 7px;
    }
    .iTreatment02-cnt .txt>p {
        font-size: 11px;
    }
    .iTreatment02-fx.st02 .iTreatment02-cnt {
        order: 2;
        padding-left: 3.4em;
        padding-right: 3.2em;
    }
}


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