.home_page .key {
    --height: 38.75em;
    --min-height: 38.75em;
    --max-height: 38.75em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    margin-left: auto;
    width: calc(100% - 3.125em);
    position: relative;
    z-index: 2;
}

.home_page .key .idx-box-news {
    position: absolute;
    left: 0;
    bottom: 1.5em;
    max-width: 36em;
    font-size: min(0.85vw, 17px);
}

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

.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;
    display: flex;
    align-items: center;
}

.home_page .key .idx-box-news ul li a .date {
    font-size: 0.6875em;
    font-family: var(--f-en);
    color: var(--main-color);
    margin-right: 1.2em;
    letter-spacing: 0.06em;
}

.home_page .key .idx-box-news ul li a .ttl {
    font-size: 1rem;
    font-family: var(--f-jp);
    letter-spacing: 0.02em;
    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 .idx-fx-news {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3125em;
}

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

.home_page .key .idx-box-news .idx-fx-news .idx-btn {
    position: relative;
    bottom: 0.75em;
    margin-right: 0.125em;
}

.home_page .key .idx-box-news .idx-fx-news .idx-btn a {
    font-size: 0.875em;
    border-bottom: 1px solid var(--main-color);
    font-family: var(--f-en);
    color: var(--main-color);
    position: relative;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.home_page .key .idx-box-news .idx-fx-news .idx-btn a:after {
    content: "";
    position: relative;
    right: 0;
    top: -2px;
    width: 0.975em;
    height: 0.725em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: contain;
    margin-left: 0.725em;
}

.home_page .key .mv_slider {
    opacity: 0 !important;
}

.home_page .key .inner {
    width: 100%;
}

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

.home_page .key .key_text .item {
    display: flex;
    flex-wrap: wrap;
    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 .mv_slider.slick-slider {
    opacity: 1 !important;
}

.home_page .key .slider {
    --mask: url(../images/idx-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;
    background: url(../images/idx-main-img01.jpg) no-repeat center;
    background-size: cover;
}

.home_page .key .slider.s2 {
    background: url(../images/idx-main-img02.jpg) no-repeat top center;
    background-size: cover;
}

.home_page .key .catch {
     padding: 0.625em;
    margin: 0px 0 0 auto;
    max-width: 35.625em;
    margin-top: 10.5em;
}

.home_page .key .catch .title,
.home_page .key .catch p {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.home_page .key .catch .title {
    font-size: 2.0em;
    line-height: 2;
    margin-right: 0;
    margin-top: 0;
    text-shadow: none;
}

.home_page .key .catch .title span {
    display: block;
    line-height: 1.4em;
    background: #fff;
    color: var(--main-color);
    border-radius: 0.125em;
    height: fit-content;
    letter-spacing: 0.15em;
	padding:0.2em 0.5em;
	text-align:center;
}

.home_page .key .catch .title span:first-child {
    border-bottom-left-radius: 0;
}

.home_page .key .catch .title span:last-child {
    margin-top: 10px;
    border-top-right-radius: 0;
}

.home_page .key .catch p {
    margin-right: 1.125em;
    margin-top: .8em;
    font-size: 1.125em;
    line-height: 1.7em;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
    font-weight: 300;
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    position: relative;
    margin-bottom: 1.1875em;
    color: var(--main-color);
    font-family: var(--f-jp);
    font-size: 2.25em;
    font-weight: 400;
    letter-spacing: 0.07em;
}

.home_page .idx-ttl-en02 {
    font-size: 1.0625em;
    color: #ae8fc2;
    font-family: var(--f-en);
    font-weight: 300;
}

.home_page h3 {
    color: var(--clr1);
    font-family: var(--f-jp);
    font-size: calc(var(--ttl_size) + 0px);
}

.idx-ttl-en {
    font-size: 9.375em;
    color: #efe8f3;
    line-height: 1em;
    margin-bottom: 0;
    letter-spacing: 0.07em;
    font-weight: 300;
    font-family: var(--f-en);
    margin-bottom: -0.41em;
}

.iMenu {
    position: relative;
    padding-top: 6.0625em;
    padding-bottom: 6.875em;
    z-index: 1;
}

.iMenu .inner_big {
    position: relative;
}

.iMenu .inner_big:before {
    content: "";
    position: absolute;
    right: -14.375em;
    top: -14.875em;
    background: url(../images/idx-menu-ico12.svg) no-repeat center;
    background-size: contain;
    width: 33em;
    height: 25.75em;
    z-index: -1;
}

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

.iMenu-ttl {
    text-align: center;
    margin-bottom: 3.6875em;
}

.iMenu-ttl h2 {
    font-size: 2.5em;
    color: var(--main-color);
    font-family: var(--f-jp);
}

.iMenu-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.iMenu-list:before {
    content: "";
    position: absolute;
    left: -7.3125em;
    top: -15.125em;
    background: url(../images/idx-menu-ico11.svg) no-repeat center;
    background-size: contain;
    width: 23.4375em;
    height: 22.5625em;
    z-index: -1;
}

.iMenu-list li {
    width: 20%;
    max-width: 12.25em;
    min-height: 12.25em;
    margin-bottom: 1.5625em;
    margin-right: 1.5625em;
}

.iMenu-list li:nth-child(5n) {
    margin-right: 0;
}

.iMenu-list li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2.0625em;
    text-align: center;
    background: #fff;
    border-radius: 1.25em;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.1);
    position: relative;
    transition: 0.3s all;
    overflow: hidden;
    z-index: 1;
}

.iMenu-list li a:before {
    content: "";
    position: absolute;
    right: 0.9375em;
    bottom: 0.9375em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.875em;
    height: 0.6875em;
    filter: brightness(0) invert(1);
}

.iMenu-list li a:after {
    content: "";
    position: absolute;
    right: -3em;
    bottom: -2.9375em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background: #e0e0df;
    transition: 0.3s all;
    z-index: -1;
}

.iMenu-list li a .ico {
    min-height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75em;
}

.iMenu-list li a .ttl {
    color: var(--main-color);
    line-height: 1.35em;
    min-height: 2.8125em;
    display: flex;
    align-items: center;
    font-weight: 600;
    justify-content: center;
}

.iUnwell {
    padding-top: 2.1875em;
    padding-bottom: 8.75em;
}

.iUnwell-fx-ttl {
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 1;
    padding: 0 5.15em 0 6.15em;
    margin-bottom: 2em;
}

.iUnwell-fx-ttl .img {
    flex-shrink: 0;
    width: 26.3125em;
}

.iUnwell-ttl {
    padding-top: 3.875em;
    margin-right: 1.875em;
}

.iUnwell-ttl h2 {
    margin-bottom: 0.185em;
}

.iUnwell .inner_big {
    padding: 0 10px;
}

.iUnwell-fx {
    display: flex;
    padding-right: 5.625em;
    position: relative;
    padding-left: 0.625em;
}

.iUnwell-fx:after {
    content: "";
    position: absolute;
    bottom: -10.125em;
    right: -4.375em;
    background: url(../images/idx-unwell-ico02.svg) no-repeat center;
    background-size: contain;
    width: 23.4375em;
    height: 22.5625em;
}

.iUnwell-fx .img {
    flex-shrink: 0;
    margin-left: -0.625em;
    margin-right: 4.1875em;
}

.iUnwell-cnt {
    padding-top: 1.375em;
    padding-bottom: 7em;
}

.iUnwell-cnt .txt {
    margin-bottom: 1.9375em;
}

.iUnwell-cnt .txt>p {
    letter-spacing: 0.05em;
}

.iUnwell-frame {
    max-width: 73.75em;
    margin: 0 auto;
    border-radius: 1.25em;
    border: 1px solid var(--main-color);
    background: #fff;
    margin-top: -6.125em;
    position: relative;
    z-index: 1;
}

.iUnwell-frame:before {
    content: "";
    position: absolute;
    left: 1.8125em;
    top: 1.8125em;
    width: calc(100% - 1.0625em);
    height: calc(100% - 1.0625em);
    border-right: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    border-bottom-right-radius: 1.875em;
}

.iUnwell-frame-fx {
    display: flex;
    padding: 3.0625em 4.3125em;
}

.iUnwell-frame-fx .box-cnt {
    margin-right: 3.125em;
    padding-top: 0.8125em;
}

.iUnwell-frame-fx .box-cnt .box-ttl {
    background: url(../images/idx-unwell-hr.svg) no-repeat bottom center;
    background-size: 100% 3px;
    padding-bottom: 1.1875em;
    margin-bottom: 1.25em;
    position: relative;
    padding-right: 12.8125em;
}

.iUnwell-frame-fx .box-cnt .box-ttl:before {
    content: "";
    position: absolute;
    right: 3.375em;
    top: -1.8125em;
    background: url(../images/idx-unwell-ico01.svg) no-repeat center;
    background-size: contain;
    width: 9.625em;
    height: 9.75em;
}

.iUnwell-frame-fx .box-cnt .box-ttl h2 {
    margin-bottom: 0.35em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    font-size: 1.875em;
}

.iUnwell-frame-fx .box-cnt .box-ttl .idx-ttl-en02 {
    letter-spacing: 0.12em;
}

.iUnwell-frame-fx .box-cnt .txt {
    margin-bottom: 2em;
}

.iUnwell-frame-fx .box-cnt .idx-list-btn li {
    max-width: 11.875em;
    margin-bottom: 0.8125em;
}

.iUnwell-frame-fx .box-cnt .idx-list-btn li a {
    min-width: 100%;
}

.iUnwell-frame-fx .box-frame {
    width: 24.375em;
    flex-shrink: 0;
    background: #f7f4f9;
    border-radius: 0.625em;
    height: fit-content;
}

.iUnwell-frame-fx .box-frame .cnt {
    padding: 1.625em 1.8125em 1.175em;
}

.iUnwell-frame-fx .box-frame .ttl {
    font-size: 1.25em;
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: -0.5px;
    padding-bottom: 0.9em;
    text-align: center;
    line-height: 1.5em;
    background: url(../images/idx-unwell-hr02.svg) no-repeat bottom center;
    background-size: 100% 3px;
}

.iUnwell-frame-fx .box-frame ul li {
    display: flex;
    font-size: 1em;
    position: relative;
    margin-bottom: 0.6875em;
    letter-spacing: 0;
}

.iUnwell-frame-fx .box-frame ul li:last-child {
    margin-bottom: 0;
}

.iUnwell-frame-fx .box-frame ul li:before {
    content: "";
    position: relative;
    background: url(../images/idx-ico-check.svg) no-repeat center;
    background-size: 100% auto;
    width: 1em;
    height: 1em;
    top: 0.3125em;
    left: 0;
    margin-right: 0.625em;
}

.iUnwell-frame-fx .box-frame .ttl02 {
    font-size: 1.25em;
    line-height: 1.3em;
    color: #fff;
    text-align: center;
    background: #ae8fc2;
    font-weight: 600;
    padding-top: 0.8em;
    letter-spacing: 0;
    padding-bottom: 0.85em;
    border-bottom-left-radius: 0.625em;
    border-bottom-right-radius: 0.625em;
}

.idx-list-btn {
    display: flex;
    flex-wrap: wrap;
}

.idx-list-btn li {
    width: calc(33.3333333333% - 0.625em);
    margin-right: 0.9375em;
    margin-bottom: 0.9375em;
}

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

.idx-list-btn li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 1.875em;
}

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

.idx-btn02 a {
    text-decoration: none;
    border-radius: 1.875em;
    min-width: 12.25em;
    min-height: 3.75em;
    border: 1px solid #dfdfdf;
    background: #fff;
    position: relative;
    color: var(--main-color);
    font-size: 1em;
    padding: 0.625em 1.5625em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25em;
    display: flex;
    transition: 0.3s all;
    align-items: center;
}

.idx-btn02 a:before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.875em;
    height: 0.6875em;
    transition: 0.3s all;
}

.iHealth {
    background: url(../images/idx-health-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 7.5em 0 7.125em;
}

.iHealth:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #8f8f8f;
    mix-blend-mode: multiply;
}

.iHealth .inner_sm {
    position: relative;
    z-index: 1;
}

.iHealth-ttl {
    margin-bottom: 1.875em;
}

.iHealth-ttl h2 {
    color: #fff;
    margin-bottom: 0.15em;
}

.iHealth-ttl .idx-ttl-en02 {
    color: #fff;
    letter-spacing: 0.12em;
}

.iHealth .txt {
    margin-bottom: 1.9375em;
}

.iHealth .txt>p {
    font-weight: 300;
    color: #fff;
}

.iHealth .idx-list-btn {
    flex-wrap: nowrap;
}

.iHealth .idx-list-btn li {
    width: 20%;
    margin-right: 0.9375em !important;
    max-width: 12.75em;
}

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

.iHealth .idx-list-btn li a {
    color: #fff;
    font-weight: 400;
    background: transparent;
}

.iHealth .idx-list-btn li a:before {
    filter: brightness(0) invert(1);
}

.iTreatment {
    position: relative;
    padding-top: 8.5625em;
    padding-bottom: 8.125em;
    overflow: hidden;
    z-index: 1;
}

.iTreatment:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    background: url(../images/idx-treatment-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100.5vw;
    height: 100%;
}

.iTreatment-fx-ttl {
    display: flex;
    justify-content: space-between;
}

.iTreatment-list {
    flex: 1;
    display: flex;
    margin-top: -0.4375em;
    justify-content: flex-end;
}

.iTreatment-list li {
    width: 33.3333333333%;
    margin-right: 1.25em;
    max-width: 10.125em;
    min-width: 10.125em;
}

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

.iTreatment-list li a {
    text-decoration: none;
    flex-direction: column;
    display: flex;
    align-items: center;
    min-height: 12.25em;
    border-radius: 1.25em;
    background: #fff;
    padding-top: 2.8125em;
    box-shadow: 0 0 0.625em 0 rgba(0, 0, 0, 0.1);
    position: relative;
    transition: 0.3s all;
    z-index: 1;
    overflow: hidden;
}

.iTreatment-list li a:before {
    content: "";
    position: absolute;
    right: 0.9375em;
    bottom: 0.9375em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.875em;
    height: 0.6875em;
    filter: brightness(0) invert(1);
}

.iTreatment-list li a:after {
    content: "";
    position: absolute;
    right: -3em;
    bottom: -2.9375em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background: #e0e0df;
    z-index: -1;
    transition: 0.3s all;
}

.iTreatment-list li a .ico {
    margin-bottom: 0.5em;
}

.iTreatment-list li a .ttl {
    font-size: 1em;
    color: var(--main-color);
    font-weight: 600;
}

.iTreatment-ttl {
    margin-right: 1.25em;
}

.iTreatment-ttl h2 {
    margin-bottom: 0.1575em;
}

.iTreatment-ttl .idx-ttl-en02 {
    letter-spacing: 0.12em;
    position: relative;
    z-index: 1;
}

.iTreatment-frame {
    background: #fff;
    border-radius: 1.25em;
    max-width: 73.75em;
    margin: 0 auto 8.125em;
    margin-top: 7.875em;
    position: relative;
    padding-bottom: 1.5625em;
}

.iTreatment-frame:before {
    content: "";
    position: absolute;
    left: 1.8125em;
    top: 1.8125em;
    width: calc(100% - 1.0625em);
    height: calc(100% - 1.0625em);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 1.875em;
}

.iTreatment-frame .box-txt {
    background: #ae8fc2;
    border-radius: 1.25em;
    text-align: center;
    width: calc(100% - 14.6875em);
    margin: 0 auto;
    position: relative;
    top: -4.375em;
    padding: 1.375em 0;
    margin-bottom: -4.375em;
}

.iTreatment-frame .box-txt>p {
    color: #fff;
    letter-spacing: 0;
}

.iTreatment-frame-fx {
    display: flex;
    justify-content: space-between;
    margin-top: 2.625em;
    padding-left: 3.75em;
    padding-right: 2.0625em;
}

.iTreatment-frame-fx .img01,
.iTreatment-frame-fx .img02 {
    flex-shrink: 0;
    padding-top: 1.125em;
}

.iTreatment-frame-fx .cnt {
    text-align: center;
    padding: 0 0.625em;
}

.iTreatment-frame-fx .cnt h3 {
    font-size: 1.875em;
    color: var(--main-color);
    letter-spacing: 0.065em;
    padding-bottom: 0.915em;
    margin-bottom: 0.64em;
    background: url(../images/idx-treatment-hr.svg) no-repeat bottom center;
    background-size: 14.5em 0.1875em;
}

.iTreatment-frame-fx .cnt .txt {
    margin-bottom: 2.0625em;
}

.iTreatment-frame-fx .cnt .txt>p {
    letter-spacing: 0.03em;
}

.iTreatment-frame-fx .cnt .idx-btn02 {
    max-width: 14.125em;
    margin: 0 auto;
}

.iTreatment-home {
    background: #fff;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    width: calc(100% + 1.25em);
}

.iTreatment-home:before,
.iTreatment-home:after {
    content: "";
    position: absolute;
    left: 0.625em;
    top: -6.1875em;
    width: 6.1875em;
    height: 6.25em;
    background: url(../images/idx-home-bg01.png) no-repeat center;
    background-size: contain;
}

.iTreatment-home:after {
    top: initial;
    left: initial;
    right: 0.625em;
    bottom: -6.1875em;
    background: url(../images/idx-home-bg02.png) no-repeat center;
    background-size: contain;
}

.iTreatment-home-fx {
    display: flex;
    padding: 6.05em 6.25em 6.25em;
}

.iTreatment-home-fx .box-cnt {
    padding-top: 1.3125em;
    position: relative;
}

.iTreatment-home-fx .box-cnt:before {
    content: "";
    position: absolute;
    left: -3.125em;
    bottom: -10.0625em;
    background: url(../images/idx-home-ico03.svg) no-repeat center;
    background-size: 100% auto;
    width: 16.625em;
    height: 16.125em;
}

.iTreatment-home-fx .box-cnt h2 {
    margin-bottom: 0.1em;
}

.iTreatment-home-fx .box-cnt .idx-ttl-en02 {
    letter-spacing: 0.125em;
}

.iTreatment-home-fx .box-cnt .txt {
    margin-top: 1.975em;
}

.iTreatment-home-fx .box-cnt .idx-btn02 {
    width: fit-content;
    margin-left: auto;
    margin-top: 1.9375em;
}

.iTreatment-home-fx .box-cnt .idx-btn02 a {
    padding-left: 1.25em;
    letter-spacing: 0.1em;
    min-width: 14.125em;
}

.iTreatment-home-fx .box-img {
    flex-shrink: 0;
    margin-left: 4.025em;
    position: relative;
}

.iTreatment-home-fx .box-img:before {
    content: "";
    position: absolute;
    right: -11.375em;
    top: -3.25em;
    background: url(../images/idx-home-ico01.svg) no-repeat center;
    background-size: contain;
    width: 20.25em;
    height: 17em;
}

.iTreatment-home-fx .box-img:after {
    content: "";
    position: absolute;
    left: -2.6875em;
    bottom: -3.8125em;
    background: url(../images/idx-home-ico02.svg) no-repeat center;
    background-size: contain;
    width: 20.125em;
    height: 15em;
}

.iTreatment-home-fx .box-img .img {
    position: relative;
    z-index: 1;
}

.iTreatment-bg,
.iTreatment-bg02 {
    position: relative;
    width: calc(100% + 1.25em);
    left: 50%;
    transform: translate(-50%);
    mix-blend-mode: multiply;
    height: 12.5em;
    background: url(../images/idx-bg-gradient.png) no-repeat top center;
    background-size: 100% auto;
    margin-top: -5.625em;
    margin-bottom: -6.875em;
}

.iTreatment-bg02 {
    background: url(../images/idx-bg-gradient02.png) no-repeat bottom center;
    background-size: 100% auto;
}

.iTreatment-medical-fx {
    display: flex;
    padding-top: 6.375em;
    padding-right: 5.625em;
    position: relative;
}

.iTreatment-medical-fx:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13.75em;
    margin: 0 auto;
    background: url(../images/idx-medical-ico.svg) no-repeat center;
    background-size: contain;
    width: 15.75em;
    height: 18.375em;
}

.iTreatment-medical-fx .img {
    flex-shrink: 0;
    margin-right: 4.125em;
}

.iTreatment-medical-fx .box-cnt {
    padding-top: 1.3125em;
}

.iTreatment-medical-fx .box-cnt h2 {
    margin-bottom: 0.125em;
    letter-spacing: 0.04em;
}

.iTreatment-medical-fx .box-cnt .idx-ttl-en02 {
    letter-spacing: 0.13em;
    margin-bottom: 1.75em;
}


/* .iTreatment-medical-fx .box-cnt .txt>p {
    letter-spacing: -0.5px;
} */

.iTreatment-medical-fx .box-cnt .idx-box-tab {
    background: #fff;
    border-radius: 1.25em;
    padding: 2.3125em 2.5em 1.875em;
    margin-top: 1.875em;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager {
    justify-content: center;
    align-items: flex-end;
    justify-content: space-between;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager li {
    border-top-right-radius: 0.3125em;
    border-top-left-radius: 0.3125em;
    width: 50%;
    height: 2.8125em;
    background: #f8f8f8;
    box-shadow: none;
    font-size: 1em;
    color: #999999;
    position: relative;
    padding-bottom: 0.8125em;
    transition: 0.3s all;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager li:last-child {
    margin-left: 0.625em;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager li:first-child {
    margin-right: 0.625em;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager li:first-child:before {
    right: initial;
    left: 0;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager li:before {
    content: "";
    position: absolute;
    right: 0;
    width: calc(100% + 0.625em);
    background: #dfdfdf;
    height: 1px;
    bottom: 0;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager li.active {
    margin-left: 0;
    background: transparent;
    height: 3.125em;
    width: calc(50% - 0.3125em);
    border: 1px solid #dfdfdf;
    color: var(--main-color);
    border-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager li.active:before {
    display: none;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .idx-list-link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.3125em;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .idx-list-link .btn-link {
    width: calc(50% - 0.875em);
    margin-right: 1.75em;
    margin-bottom: 0.65em;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .idx-list-link .btn-link:nth-child(2n) {
    margin-right: 0;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .idx-list-link .btn-link a {
    display: flex;
    text-decoration: none;
    color: var(--main-color);
    background: url(../images/idx-link-hr.svg) no-repeat bottom center;
    background-size: 100% 3px;
    padding-bottom: 0.75em;
    position: relative;
    font-size: 1em;
    letter-spacing: 0;
}

.iTreatment-medical-fx .box-cnt .idx-box-tab .idx-list-link .btn-link a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.625em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.875em;
    height: 0.6875em;
}

.idx_gallery {
    margin-top: -9.6875em;
}

.iFeature {
    position: relative;
    padding-top: 9.1875em;
    margin-top: -9.75em;
}

.iFeature:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    background: url(../images/idx-bg-feature.png) no-repeat top center;
    height: 10.875em;
    width: 101%;
}

.iFeature .inner_big {
    position: relative;
}

.iFeature .inner_big:before {
    content: "";
    position: absolute;
    right: -14.375em;
    top: -9.1875em;
    background: url(../images/idx-feature-ico01.svg) no-repeat center;
    background-size: contain;
    width: 33em;
    height: 27.125em;
}

.iFeature-ttl {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 3.8625em;
}

.iFeature-ttl h2 {
    font-size: 2.5em;
}

.iFeature-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 67.5em;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.iFeature-list li {
    width: 50%;
    max-width: 32.9375em;
    position: relative;
    margin-top: 4em;
    margin-right: 1.5625em;
    border-radius: 1.25em;
    padding-bottom: 2em;
    margin-bottom: -4em;
    height: fit-content;
    position: relative;
    z-index: 1;
}

.iFeature-list li .bg {
    position: absolute;
    left: 0;
    top: 0;
    background: #f7f4f9;
    width: 100%;
    height: 100%;
    border-radius: 1.25em;
    z-index: -1;
}

.iFeature-list li:nth-child(2n) {
    margin-right: 0;
    margin-top: 11.15em;
}

.iFeature-list li:nth-child(2):after {
    content: "";
    position: absolute;
    right: -12.375em;
    bottom: 7.0625em;
    background: url(../images/idx-feature-ico03.svg) no-repeat center;
    background-size: contain;
    width: 20.3125em;
    height: 17em;
    z-index: -2;
}

.iFeature-list li:nth-child(3):after {
    content: "";
    position: absolute;
    right: -10.625em;
    top: 2.8125em;
    background: url(../images/idx-feature-ico04.svg) no-repeat center;
    background-size: contain;
    width: 20.125em;
    height: 15em;
    z-index: -2;
}

.iFeature-list li:nth-child(5):after {
    content: "";
    position: absolute;
    left: -9.4375em;
    top: -3.875em;
    background: url(../images/idx-feature-ico05.svg) no-repeat center;
    background-size: contain;
    width: 20.3125em;
    height: 17em;
    z-index: -2;
}

.iFeature-list li:nth-child(6):after {
    content: "";
    position: absolute;
    right: -12.875em;
    bottom: -14.5625em;
    background: url(../images/idx-feature-ico06.svg) no-repeat center;
    background-size: contain;
    width: 23.4375em;
    height: 22.625em;
    z-index: -2;
}

.iFeature-list li:first-child:after {
    content: "";
    position: absolute;
    left: -13em;
    top: -13.5em;
    background: url(../images/idx-feature-ico02.svg) no-repeat center;
    background-size: contain;
    width: 23.4375em;
    height: 22.625em;
    z-index: -2;
}

.iFeature-list li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -4.125em;
    margin: 0 auto;
    background: url(../images/idx-feature-list-bg02.png) no-repeat top center;
    background-size: 100% auto;
    height: 4.125em;
    width: 100%;
    max-width: 30em;
}

.iFeature-list li .stt {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 5.3125em;
    color: var(--main-color);
    line-height: 1em;
    font-family: var(--f-en);
    font-weight: 300;
    margin-top: -0.5em;
    position: relative;
    margin-bottom: 0.07em;
}

.iFeature-list li .stt span {
    margin-bottom: 0.375em;
    font-size: initial;
    line-height: 1em;
}

.iFeature-list li .img {
    margin-bottom: 1.5625em;
}

.iFeature-list li .cnt {
    padding: 0 2.5em;
}

.iFeature-list li .cnt h3 {
    font-size: 1.25em;
    color: var(--main-color);
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 0.8375em;
}

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

.iGreeting {
    position: relative;
    z-index: 1;
    margin-top: -11.75em;
    padding-top: 36.75em;
    padding-bottom: 7.15em;
}

.iGreeting .inner_big {
    padding: 0 0.625em;
}

.iGreeting:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background: url(../images/idx-bg-greeting.png) no-repeat center;
    background-size: 100% 100%;
    width: 120em;
    height: 100%;
    z-index: -1;
}

.iGreeting-fx {
    display: flex;
    padding: 0 6.875em 0 3.125em;
    position: relative;
    z-index: 1;
}

.iGreeting-img {
    flex-shrink: 0;
    margin-right: 5.75em;
    position: relative;
    height: fit-content;
    z-index: 1;
}

.iGreeting-img:before {
    content: "";
    position: absolute;
    left: -12.0625em;
    bottom: -8.375em;
    background: url(../images/idx-greeting-ico02.svg) no-repeat center;
    background-size: contain;
    width: 23.4375em;
    height: 22.5625em;
    z-index: -1;
}

.iGreeting-img:after {
    content: "";
    position: absolute;
    right: -12.6875em;
    top: -10.875em;
    background: url(../images/idx-greeting-ico02.svg) no-repeat center;
    background-size: contain;
    width: 23.4375em;
    height: 22.5625em;
    z-index: -1;
    filter: brightness(0) invert(1);
}

.iGreeting-img .img {
    margin-bottom: 0;
}

.iGreeting-img .box-name {
    background: #fff;
    writing-mode: tb-rl;
    color: var(--main-color);
    position: absolute;
    right: 1.875em;
    bottom: -4em;
    border-radius: 0.625em;
    padding: 1.875em 0.75em;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.iGreeting-img .box-name .sub-name {
    font-size: 1em;
}

.iGreeting-img .box-name .name {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.2em;
}

.iGreeting-img .box-name .name span {
    font-size: 0.65em;
    margin-bottom: 0.625em;
    letter-spacing: 0;
}

.iGreeting-cnt {
    padding-top: 9.1875em;
    position: relative;
}

.iGreeting-cnt:before {
    content: "";
    position: absolute;
    right: -3.75em;
    top: -8.5em;
    background: url(../images/idx-greeting-img02.jpg) no-repeat center;
    background-size: contain;
    width: 16.875em;
    height: 16.875em;
}

.iGreeting-cnt:after {
    content: "";
    position: absolute;
    right: -5em;
    bottom: -11em;
    background: url(../images/idx-greeting-ico02.png) no-repeat center;
    background-size: contain;
    width: 19.375em;
    height: 28.9375em;
    mix-blend-mode: multiply;
    z-index: -1;
    opacity: 0.6;
}

.iGreeting-cnt h2 {
    line-height: 1.6em;
    font-size: 1.875em;
    letter-spacing: 0;
    margin-bottom: 0.995em;
}

.iGreeting-cnt .txt {
    margin-bottom: 1.875em;
}

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

.iGreeting-cnt .idx-list-btn li {
    width: 50%;
    max-width: 15.375em;
}

.iGreeting-cnt .idx-list-btn li a {
    min-width: 100%;
}

.txt-animation {
    position: absolute;
    left: 0;
    top: 26.875em;
    display: flex;
    white-space: nowrap;
}

.txt-animation span {
    font-family: var(--f-en);
    font-weight: 300;
    font-size: 9.375em;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0.15em;
    animation: txt_scroll 8s linear infinite;
}

@keyframes txt_scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media only screen and (min-width: 769px) {
    .iTreatment-medical-fx .box-cnt .idx-box-tab .idx-list-link .btn-link a:hover {
        color: var(--clr1);
        transition: 0.3s all;
    }
    .iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager li:hover {
        background: var(--main-color);
        color: #fff;
        transition: 0.3s all;
    }
    .iTreatment-medical-fx .box-cnt .idx-box-tab .TabPager li.active:hover {
        background: transparent;
        color: var(--main-color);
        transition: 0.3s all;
    }
    .home_page .key .idx-box-news .idx-fx-news .idx-btn a:hover {
        border-bottom: 1px solid var(--clr1);
        transition: 0.3s all;
        color: var(--clr1);
    }
    .home_page .key .idx-box-news .idx-fx-news .idx-btn a:hover:after {
        filter: brightness(0)invert(0);
        transition: 0.3s all;
    }
    .iMenu-list li a:hover,
    .iTreatment-list li a {
        box-shadow: none;
        transition: 0.3s all;
    }
    .iMenu-list li a:hover:after,
    .iTreatment-list li a:hover:after {
        background: var(--main-color);
        transition: 0.3s all;
    }
    .idx-btn02 a:hover {
        background: var(--main-color);
        color: #fff;
        transition: 0.3s all;
    }
    .idx-btn02 a:hover:before {
        filter: brightness(0) invert(1);
        transition: 0.3s all;
    }
    .iHealth .idx-list-btn li a:hover {
        background: var(--main-color);
        opacity: 1;
        transition: 0.3s all;
    }
}

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

.idx_map {
    height: 450px;
}

.idx_map iframe {
    height: 100%;
}

@media only screen and (min-width: 1921px) {
    .iUnwell-frame-fx .box-cnt .box-ttl {
        padding-right: 11.8125em;
    }
    .iMenu:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: -9.375em;
        background: url(../images/idx-menu-bg.png) no-repeat center;
        background-size: 100% 100%;
        width: 100%;
        min-height: 84.6875em;
        z-index: -1;
    }
    .iGreeting:before {
        width: 100%;
        background-size: 100% 100%;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 769px) {
    .home_page .key .idx-box-news {
        max-width: 24em;
        font-size: 1.25vw;
        bottom: 1em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .home_page h2 {
        font-size: 2.2em;
    }
     :root {
        --ttl_size: 24px;
    }
    .iTreatment-home-fx {
        padding: 6.05em 5.25em 6.25em;
    }
    .iTreatment-medical-fx .img {
        margin-left: -0.625em;
    }
    .iTreatment:before {
        background: url(../images/idx-treatment-bg.png) no-repeat bottom center;
        background-size: initial;
    }
    .home_page .key,
    .iMenu,
    .iUnwell,
    .iHealth,
    .iTreatment,
    .idx_gallery,
    .iFeature,
    .iGreeting {
        font-size: 1.25vw;
    }
    .iMenu-list li a .ico img {
        width: 5em;
        height: auto;
    }
    .iMenu-list li:last-child a .ico img {
        width: auto;
        height: 5em;
    }
    .iUnwell-fx .img img {
        height: 31.0625em;
        width: auto;
    }
    .iUnwell-fx-ttl .img img {
        height: 14.625em;
        width: auto;
    }
    .iTreatment-list li a .ico img {
        width: 6.25em;
        height: auto;
    }
    .iTreatment-frame-fx .img01 img {
        width: 7.125em;
        height: auto;
    }
    .iTreatment-frame-fx .img02 img {
        width: 8.8125em;
        height: auto;
    }
    .iTreatment-home-fx .box-img .img img {
        width: 34.625em;
        height: auto;
    }
    .iTreatment-medical-fx .img img {
        width: 36.625em;
        height: auto;
    }
    .idx_gallery .img img {
        width: 40em;
        height: auto;
    }
    .iGreeting .inner_big {
        padding: 0;
    }
    .iFeature-list li .img img {
        height: 15.625em;
        width: auto;
    }
    .iFeature-list li .stt span {
        height: 1.5625em;
        width: 5.6875em;
    }
    .iGreeting-img .img img {
        height: 32.125em;
        width: auto;
    }
    .iUnwell .inner_big {
        padding: 0;
    }
    .home_page .key .idx-box-news {
        position: absolute;
        left: 0;
        bottom: 1.5em;
        max-width: 23em;
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    /* .iTreatment .inner_big {
        padding: 0;
        height: 15.625em;
    } */
    .iTreatment-frame-fx .cnt .txt>p,
    .iHealth .txt>p,
    .iUnwell-frame-fx .box-cnt .txt>p,
    .iUnwell-cnt .txt>p,
    .iTreatment-home-fx .box-cnt .txt>p,
    .iTreatment-medical-fx .box-cnt .txt>p,
    .iGreeting-cnt .txt>p {
        font-size: 14px;
    }
    .iUnwell-frame-fx .box-cnt .box-ttl {
        padding-right: 11.8125em;
    }
    .iFeature-list li .stt span {
        height: 1em;
        width: 4em;
    }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
     :root {
        --ttl_size: 22px;
    }
}


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