.home_page .key {
    --height: 50vw;
    --min-height: 62.625em;
    --max-height: 62.625em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
}

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

.home_page .key .mv_slider .slider {
    opacity: 0;
}

.home_page .key .mv_slider .slider.slick-slide {
    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;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 18.125em;
}

.home_page .key .key_text .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/idx-main-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.home_page .key .s1 {
    background-image: url(../images/idx-main-img.jpg);
}

.home_page .key .slick-initialized .s2 {
    background-image: url(../images/idx-main-img02.jpg);
}

.home_page .key .slick-initialized .s3 {
    background-image: url(../images/idx-main-img03.jpg);
}

.home_page .key .inner {
    width: 100%;
    max-width: 120em;
    margin: 0 auto;
}

.home_page .key .catch {
    padding: 0 6.5625em;
    margin: 0px auto;
    position: relative;
}

.home_page .key .catch .title,
.home_page .key .catch p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-shadow: 0 0 5px rgba(51, 51, 51, 0.05), 0 0 5px rgba(51, 51, 51, 0.05), 0 0 5px rgba(51, 51, 51, 0.05), 0 0 5px rgba(51, 51, 51, 0.05), 0 0 5px rgba(51, 51, 51, 0.05), 0 0 5px rgba(51, 51, 51, 0.2), 0 0 10px rgba(51, 51, 51, 0.2), 0 0 15px rgba(51, 51, 51, 0.2), 0 0 10px rgba(51, 51, 51, 0.2), 0 0 10px rgba(51, 51, 51, 0.2);
}

.home_page .key .catch .title {
    margin-bottom: 0.15em;
    font-size: 3.75em;
    letter-spacing: 0;
    line-height: 2;
}

.home_page .key .catch p {
    line-height: 1.65em;
    font-size: 1.5625em;
    letter-spacing: 0.05em;
}

.home_page .key .idx-list-main {
    display: flex;
    margin-left: 0.9375em;
	margin-top: 13.4em;
}

.home_page .key .idx-list-main li {
    width: 33.3333333333%;
    max-width: 16.3125em;
    border-radius: 0.3125em;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #fff;
    margin-right: 0.625em;
    padding-bottom: 1.9375em;
}

.home_page .key .idx-list-main li:last-child {
    margin-right: 0;
}

.home_page .key .idx-list-main li .stt {
    border-radius: 23px;
    background: var(--main-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.1764705882em;
    font-size: 1.0625em;
    width: fit-content;
    line-height: 1.5em;
    margin-top: -1.1764705882em;
    margin-left: auto;
    margin-right: auto;
    padding: 0.2941176471em 3.5em;
    margin-bottom: 1.0588235294em;
    font-weight: 500;
}

.home_page .key .idx-list-main li .stt span {
    font-family: var(--f-en);
    font-size: 1.0588235294em;
    line-height: 1.5em;
    position: relative;
    top: 0.1111111111em;
    letter-spacing: 0;
}

.home_page .key .idx-list-main li .ttl {
    text-align: center;
    line-height: 1.5em;
    font-size: 1.25em;
    font-weight: 500;
    color: #fff;
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    font-size: max(2.3125em, 25px);
    color: var(--clr2);
    line-height: 1.8em;
    font-weight: 600;
    padding-bottom: 0.8378378378em;
    letter-spacing: 0.025em;
    border-bottom: 1px solid rgba(12, 94, 43, 0.2);
}

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

@media only screen and (min-width: 769px) {
    .index0 .idx-box-news .box-left ul li a:hover {
        opacity: 1;
    }
    .slick-arrow:hover {
        box-shadow: 0 0 0 1px var(--main-color);
        transform: translateY(-5px) !important;
    }
    .index0 .idx-box-news .box-left ul li a:hover .ttl {
        color: var(--main-color)
    }
    .iRecruit-frame .idx-btn a:hover {
        opacity: 0.8;
    }
    .idx-btn a:hover {
        box-shadow: 0 0 0 1px var(--main-color);
        background: #fff;
        color: var(--main-color);
        opacity: 1;
        transition: 0.3s all;
    }
    .iConcern-box .TabContainer .TabPager li:hover {
        background: #3B8755;
    }
    .idx-list-link .item a:hover {
        opacity: 1;
    }
    .idx-list-link .item:hover {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .idx-list-btn li.idx-btn a:hover:before {
        background: url(../images/idx-ico-arr.svg) no-repeat center;
        background-size: 100% auto;
    }
    .idx-btn02 a:hover {
        color: var(--clr1);
        opacity: 1;
        transition: 0.3s all;
    }
    .iSurgery02 .idx-fx-btn .iSurgery-arrows button:hover {
        opacity: 0.8;
        transition: 0.3s all;
    }
    .iTreatment-cnt .btn-group .btn.style01 a:hover {
        box-shadow: 0 0 0 1px var(--clr3);
        color: var(--clr3);
        background: #fff;
    }
    .iTreatment-cnt .btn-group .btn.style01 a:hover:after {
        background: url(../images/idx-ico-arr.svg) no-repeat center;
        background-size: 100% auto;
    }
    .iBnr-fx .item-bnr:hover {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
}

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

.idx-ttl-jp {
    font-size: 1.25em;
    color: var(--clr2);
    font-weight: 600;
    letter-spacing: 0.025em;
    margin-bottom: 0.65em;
}

.index0 {
    padding-bottom: 6.25em;
    position: relative;
    z-index: 1;
}

.index0:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4.6875em;
    margin: 0 auto;
    height: calc(76.55% - 4.6875em);
    width: 100%;
    background: rgba(230, 239, 225, 0.5);
    z-index: -1;
}

.index0:after {
    content: "";
    position: absolute;
    left: -0.3125em;
    bottom: 3em;
    background: url(../images/idx-ico-index0.svg) no-repeat center;
    background-size: 100% 100%;
    width: 26.6875em;
    height: 28.8125em;
}

.index0 .inner_big {
    max-width: 88.75em;
}

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

.index0-l {
    padding-top: 4.625em;
    position: relative;
}

.index0-l h2 {
    margin-bottom: 0.9em;
}

.index0-l .txt {
    padding-right: 8.75em;
}

.index0-l .txt>p {
    font-size: max(1.0625em, 14px);
    letter-spacing: 0.025em;
    line-height: 2.18em;
}

.index0-r {
    flex-shrink: 0;
    margin-right: -16.25em;
}

.index0-r img {
    width: 57.5em;
    height: auto;
    border-radius: 10px;
}

.index0 .idx-box-news {
    background: #fff;
    max-width: 87.5em;
    margin: 0 auto;
    border-radius: 0.625em;
    padding: 4.375em 4.625em;
    display: flex;
    margin-top: -4.6875em;
    position: relative;
}

.index0 .idx-box-news .box-left {
    max-width: 35.625em;
    width: 100%;
    margin-right: 3.75em;
}

.index0 .idx-box-news .box-left .box-fx-ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.1875em;
}

.index0 .idx-box-news .box-left .box-fx-ttl .box-ttl {
    display: flex;
    align-items: center;
}

.index0 .idx-box-news .box-left .box-fx-ttl .box-ttl h2 {
    font-size: max(1.9375em, 20px);
    font-family: var(--f-en);
    color: var(--clr2);
    letter-spacing: 0.05em;
    margin-bottom: 0;
    padding-right: 0.6451612903em;
    margin-right: 0.4838709677em;
    position: relative;
    line-height: 1.5em;
    padding-bottom: 0;
    border-bottom: 0;
}

.index0 .idx-box-news .box-left .box-fx-ttl .box-ttl h2:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.3225806452em;
    width: 1px;
    height: 0.8387096774em;
    background: #DBDBDB;
    transform: rotate(20deg);
}

.index0 .idx-box-news .box-left .box-fx-ttl .box-ttl .idx-ttl-en {
    font-size: max(1.0625em, 12px);
    color: var(--clr2);
}

.index0 .idx-box-news .box-left ul li {
    margin-bottom: 2em;
}

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

.index0 .idx-box-news .box-left ul li a {
    text-decoration: none;
    line-height: 1.6em;
}

.index0 .idx-box-news .box-left ul li a .date {
    display: block;
    font-size: max(0.875em, 10px);
    font-family: var(--f-en);
    color: #B9B9B9;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1em;
    margin-bottom: 0.7142857143em;
}

.index0 .idx-box-news .box-left ul li a .ttl {
    font-size: max(1.0625em, 13px);
    line-height: 1.5em;
    color: var(--clr1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-weight: 500;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1.7647058824em;
    position: relative;
    letter-spacing: 0.05em;
}

.index0 .idx-box-news .box-left ul li a .ttl:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.4117647059em;
    height: 1.4117647059em;
}

.index0 .idx-box-news .box-right {
    flex: 1;
}

.iConcern-ttl {
    color: #fff;
    font-size: 1.5625em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    min-width: 24em;
    min-height: 3.44em;
    padding: 0.2em 0.4em;
    width: fit-content;
    line-height: 1.6em;
    margin-bottom: 0;
    padding-top: 1em;
    letter-spacing: 0.025em;
    background: var(--clr2);
    left: calc(50% - 16em);
    position: relative;
    transform: translate(-50%);
}

.iConcern-box {
    background: var(--clr2);
    padding-top: 5em;
    padding-bottom: 4.875em;
    min-height: 46.1875em;
}

.iConcern-box .TabContainer .TabContent {
    margin-top: 2.6875em;
}

.iConcern-box .TabContainer .TabPager {
    max-width: 48.125em;
    justify-content: center;
    margin: 0 auto;
}

.iConcern-box .TabContainer .TabPager li {
    min-width: 23.5625em;
    min-height: 4.6875em;
    margin-right: 0.9375em;
    border: 1px solid #3B8755;
    border-radius: 2.375em;
    background: transparent;
    color: #fff;
    box-shadow: none;
    position: relative;
}

.iConcern-box .TabContainer .TabPager li:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.4375em solid transparent;
    border-right: 0.4375em solid transparent;
    border-top: 0.8125em solid #3B8755;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.875em;
    margin: 0 auto;
    opacity: 0;
}

.iConcern-box .TabContainer .TabPager li.active {
    background: #3B8755;
}

.iConcern-box .TabContainer .TabPager li.active:after {
    opacity: 1;
}

.iConcern-box .TabContainer .TabPager li:last-child {
    margin-right: 0;
}

.iConcern-box .TabContainer .TabPager li .tt {
    font-size: max(1.1875em, 13px);
    font-weight: 500;
    letter-spacing: 0.025em;
}

.box-ttl {
    text-align: center;
}

.box-ttl h2 {
    padding-bottom: 0;
    border-bottom: 0;
    font-size: max(2.5em, 32px);
    margin-bottom: 0.125em;
}

.box-ttl .idx-ttl-en {
    font-size: max(1.0625em, 13px);
    font-family: var(--f-en);
    font-weight: 500;
    color: var(--clr3);
    line-height: 1em;
    letter-spacing: 0.03em;
}

.iSurgery {
    padding-top: 5.875em;
    padding-bottom: 6.875em;
}

.iSurgery .idx-list-btn.st2 {
    justify-content: center;
    max-width: 23em;
    margin: 2.5em auto 0;
}

.iSurgery .idx-list-btn.st2 li {
    width: 100%;
}

.iSurgery .inner_big {
    max-width: 88.75em;
}

.iSurgery .box-ttl {
    padding-bottom: 3.1875em;
    position: relative;
    margin-bottom: 4.375em;
}

.iSurgery .box-ttl:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    background: #DBDBDB;
    height: 1px;
    width: 101vw;
}

.iSurgery-box {
    margin-bottom: 5.5625em;
}

.iSurgery-box.st02 {
    margin-bottom: 0;
}

.iSurgery-box.st02 .iSurgery-ttl {
        justify-content: flex-start;
    width: 100%;
    left: initial;
    margin-left: 6.25em;
}

.iSurgery-box.st02 .iSurgery-fx {
    padding-right: 0;
    padding-left: 6.25em;
    padding-bottom: 5.125em;
}

.iSurgery-box.st02 .iSurgery-fx:before {
    content: "";
    position: absolute;
    right: initial;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 93.9%;
    background: #F6F9F2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
}

.iSurgery-box.st02 .iSurgery-fx .box-img {
    order: 2;
}

.iSurgery-box.st02 .iSurgery-fx .box-cnt {
    order: 1;
}

.iSurgery-box.st02 .iSurgery-fx .box-cnt h4 {
    font-size: max(1.75em, 18px);
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.7em;
    padding-left: 0;
    padding-right: 3.2142857143em;
    letter-spacing: 0.03em;
    margin-bottom: 1.0357142857em;
    padding-bottom: 0.5357142857em;
    border-bottom: 1px solid rgba(12, 94, 43, 0.2);
}

.iSurgery-box.st02 .iSurgery-fx .box-cnt .txt {
    padding-left: 0;
    padding-right: 5.625em;
}

.iSurgery-box.st02 .iSurgery-fx .box-cnt .txt>p {
    font-size: max(1.0625em, 14px);
    line-height: 2.2em;
}

.iSurgery-ttl {
       display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    position: relative;
    left: 50%;
}

.iSurgery-ttl h3 {
    color: var(--main-color);
    font-weight: 600;
    font-size: max(2.3125em, 26px);
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 0.5945945946em;
    margin-right: 0.5945945946em;
}

.iSurgery-ttl h3:before {
    content: "";
    position: relative;
    top: 0.0540540541em;
    width: 0.6756756757em;
    height: 0.6756756757em;
    background: var(--clr3);
    border-radius: 50%;
    margin-right: 0.6216216216em;
}

.iSurgery-ttl .idx-ttl-en {
    font-size: max(1em, 12px);
    color: var(--main-color);
    position: relative;
    top: 6px;
    letter-spacing: 0.025em;
    font-weight: 500;
    font-family: var(--f-en);
}

.iSurgery-ttl .idx-ttl-en:before {
    content: "";
    position: absolute;
    top: -0.125em;
    left: -1.125em;
    width: 1px;
    height: 2em;
    background: #DBDBDB;
    transform: rotate(32deg);
}

.iSurgery-fx {
    display: flex;
    padding-right: 6.25em;
    padding-bottom: 5.625em;
    position: relative;
    z-index: 1;
}

.iSurgery-fx:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 93.9%;
    background: #F6F9F2;
    border-top-right-radius: 0.625em;
    border-bottom-right-radius: 0.625em;
    z-index: -1;
}

.iSurgery-fx .box-img {
    flex-shrink: 0;
    margin-top: -1.75em;
}

.iSurgery-fx .box-img .img {
    margin-bottom: 1.875em;
}

.iSurgery-fx .box-img .img img {
    border-radius: 0.625em;
    width: 37.5em;
    height: auto;
}

.iSurgery-fx .box-cnt {
    padding-top: 7em;
}

.iSurgery-fx .box-cnt h4 {
    font-size: max(1.75em, 18px);
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.7em;
    padding-left: 3.2142857143em;
    letter-spacing: 0.03em;
    margin-bottom: 1.0357142857em;
    padding-bottom: 0.5357142857em;
    border-bottom: 1px solid rgba(12, 94, 43, 0.2);
}

.iSurgery-fx .box-cnt .txt {
    padding-left: 5.625em;
}

.iSurgery-fx .box-cnt .txt>p {
    font-size: max(1.0625em, 14px);
    line-height: 2.2em;
}

.iSurgery02 {
    background: url(../images/idx-bg-surgery.jpg) no-repeat center;
    background-size: cover;
    padding-top: 7.6875em;
    padding-bottom: 9.25em;
    position: relative;
    z-index: 1;
}

.iSurgery02-box {
    max-width: 120em;
    margin: 0 auto;
}

.iSurgery02:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(39, 39, 39, 0.3);
    z-index: -1;
}

.iSurgery02 .box-ttl {
    text-align: left;
    margin-bottom: 3.8125em;
}

.iSurgery02 .box-ttl h2 {
    color: #fff;
}

.iSurgery02 .iSurgery-slider {
    display: flex;
    width: 81.4%;
    margin-left: auto;
    overflow: hidden;
    padding-left: 1.25em;
    padding-top: 1.25em;
    padding-bottom: 2.375em;
    position: relative;
    right: calc(50% - 11.0625em);
    transform: translate(50%);
    min-width: 97.125em;
}

.iSurgery02 .iSurgery-slider .slick-list {
    overflow: initial;
}

.iSurgery02 .iSurgery-slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex !important;
    width: 100%;
    justify-content: center;
    max-width: 78.75em;
    border-radius: 2px;
    left: 1.25em;
}

.iSurgery02 .iSurgery-slider .slick-dots li {
    width: 100%;
}

.iSurgery02 .iSurgery-slider .slick-dots li.slick-active button {
    background: #fff;
    border-radius: 2px;
    min-width: 23.75em;
}

.iSurgery02 .iSurgery-slider .slick-dots li button {
    overflow: hidden;
    min-width: 100%;
    width: auto;
    height: 0.25em;
    text-indent: -1000px;
    border: none;
    background: rgba(255, 255, 255, 0.3);
}

.iSurgery02 .iSurgery-slider .item {
    width: 55em;
    background: #fff;
    margin-right: 3.125em;
    border-radius: 5px;
    position: relative;
}

.iSurgery02 .iSurgery-slider .item .stt {
    position: absolute;
    left: -1em;
    top: -1em;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    width: 3.5em;
    height: 3.5em;
    font-size: max(1.25em, 14px);
    font-family: var(--f-en);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iSurgery02 .iSurgery-slider .item-cnt {
    padding-top: 0.25em;
    margin-right: 1.875em;
}

.iSurgery02 .iSurgery-slider .item-cnt h3 {
    font-size: max(1.4375em, 18px);
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-bottom: 0.6956521739em;
}

.iSurgery02 .iSurgery-slider .item-cnt .txt {
    margin-bottom: 2em;
}

.iSurgery02 .iSurgery-slider .item-cnt .txt>p {
    font-size: max(1.0625em, 13px);
}

.iSurgery02 .iSurgery-slider .item-fx {
    display: flex;
    align-items: center;
    padding: 1.875em 1.875em 1.875em 3.75em;
}

.iSurgery02 .iSurgery-slider .item-fx .img {
    flex-shrink: 0;
}

.iSurgery02 .iSurgery-slider .item-fx .img img {
    width: 25em;
    height: auto;
}

.iSurgery02 .idx-fx-btn {
    display: flex;
    margin-top: 3.1875em;
    margin-left: 1.25em;
}

.iSurgery02 .idx-fx-btn .idx-list-btn li a {
    min-width: 18.4117647059em;
}

.iSurgery02 .idx-fx-btn .idx-list-btn:last-child {
    margin-right: -5.625em;
    flex: 1;
    justify-content: flex-end;
}

.iSurgery02 .idx-fx-btn .idx-list-btn:last-child li a {
    min-width: 21.9411764706em;
}

.iSurgery02 .idx-fx-btn .idx-list-btn li {
    max-width: 23.3125em;
}

.iSurgery02 .idx-fx-btn .iSurgery-arrows {
    margin-right: 0.9375em;
    display: flex;
}

.iSurgery02 .idx-fx-btn .iSurgery-arrows button {
    border-radius: 50%;
    border: none;
    width: 4.75em;
    height: 4.75em;
    cursor: pointer;
    position: relative;
    top: initial;
    transform: none;
}

.iSurgery02 .idx-fx-btn .iSurgery-arrows button:first-child {
    margin-right: 0.5625em;
}

.iBnr {
    padding: 3.125em 0;
    background: #CBDEAF;
}

.iBnr .inner_big {
    max-width: 88.75em;
}

.iBnr-fx {
    display: flex;
}

.iBnr-fx .item-bnr {
    border-radius: 0.625em;
    position: relative;
    z-index: 1;
    background: url(../images/idx-bg-bnr01.jpg) no-repeat center;
    background-size: cover;
    margin-right: 1.25em;
    width: 50%;
    padding-top: 9.4375em;
    padding-left: 3.75em;
    padding-right: 5em;
    padding-bottom: 3.5625em;
    transition: 0.3s all;
}

.iBnr-fx .item-bnr .link-in {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.iBnr-fx .item-bnr:last-child {
    margin-right: 0;
}

.iBnr-fx .item-bnr:last-child {
    background: url(../images/idx-bg-bnr02.jpg) no-repeat center;
    background-size: cover;
}

.iBnr-fx .item-bnr:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.625em;
    background: rgba(0, 0, 0, 0.4);
}

.iBnr-fx .item-bnr .box-ttl {
    position: relative;
    text-align: left;
    margin-bottom: 1.375em;
}

.iBnr-fx .item-bnr .box-ttl .idx-ttl-en {
    font-size: 0.9375em;
    margin-bottom: 0.3333333333em;
}

.iBnr-fx .item-bnr .box-ttl h2 {
    font-size: 1.875em;
    color: #fff;
}

.iBnr-fx .item-bnr .txt {
    position: relative;
}

.iBnr-fx .item-bnr .txt>p {
    color: #fff;
    font-size: max(1.0625em, 15px);
    line-height: 1.9em;
}

.iBnr-fx .item-bnr .ico {
    position: absolute;
    top: 1.5625em;
    right: 1.5625em;
}

.iBnr-fx .item-bnr .ico img {
    width: 4em;
    height: auto;
}

.iFeatures {
    background: url(../images/idx-bg-features.jpg) no-repeat center;
    background-size: cover;
    padding: 6.4375em 0 4.4875em;
}

.iFeatures .inner_big {
    max-width: 88.75em;
}

.iFeatures .box-ttl {
    margin-bottom: 3.8125em;
}

.iFeatures-list {
    display: flex;
    flex-wrap: wrap;
}

.iFeatures-list li {
    width: calc(33.3333333333% - 1.0625em);
    margin-right: 1.5625em;
    background: #fff;
    border-radius: 0.3125em;
    padding: 1.875em 1.875em 2.9375em;
    margin-bottom: 1.5625em;
    position: relative;
    box-shadow: 5px 5px 0 rgba(172, 188, 152, 0.25);
}

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

.iFeatures-list li .box-img {
    position: relative;
    padding-bottom: 2.1875em;
}

.iFeatures-list li .box-img .img {
    position: relative;
}

.iFeatures-list li .box-img .img:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    width: calc(100% - 0.9375em);
    height: calc(100% - 0.9375em);
    border: 1px solid var(--main-color);
    border-radius: 0.3125em;
    inset: 0.4375em;
}

.iFeatures-list li .box-img .stt {
    position: absolute;
    bottom: 0;
    right: 0.95em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    width: 3.5em;
    height: 3.5em;
    background: var(--main-color);
    border-radius: 50%;
}

.iFeatures-list li .box-cnt {
    padding: 0.9375em 1.25em 0;
}

.iFeatures-list li .box-cnt .ttl {
    font-size: max(1.4375em, 20px);
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.55em;
    margin-bottom: 0.652173913em;
}

.iFeatures-list li .box-cnt .txt>p {
    font-weight: 400;
    letter-spacing: 0.025em;
    font-size: max(1.0625em, 15px);
    line-height: 1.9em;
}

.iGreeting {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
}

.iGreeting-fx {
    display: flex;
    padding-left: 4.0625em;
    padding-right: 4.0625em;
    max-width: 120em;
    margin: 0 auto;
}

.iGreeting-l {
    background: #F6F9F2;
    border-radius: 0.625em;
    width: 43.125em;
    flex-shrink: 0;
    padding: 5.1875em 6.0625em 7.1875em 5.625em;
    margin-right: 7.5em;
}

.iGreeting-l .img {
    text-align: right;
}

.iGreeting-l .img img {
    width: 28.375em;
    height: auto;
}

.iGreeting-l .box-ttl {
    text-align: left;
    margin-bottom: 5.1875em;
}

.iGreeting-l .txt-c {
    text-align: center;
    color: var(--main-color);
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-top: 2.25em;
    line-height: 1.9em;
    font-size: max(1em, 13px);
}

.iGreeting-r {
    padding-top: 6.5625em;
    max-width: 48.75em;
    position: relative;
    z-index: 1;
}

.iGreeting-r:before {
    content: "";
    position: absolute;
    right: -15em;
    top: 0.875em;
    background: url(../images/idx-greeting-ico.svg) no-repeat center;
    background-size: 100% auto;
    width: 35.625em;
    height: 32.125em;
    z-index: -1;
}

.iGreeting-r h3 {
    color: var(--main-color);
    font-weight: 600;
    font-size: max(2.125em, 22px);
    letter-spacing: 0.03em;
    line-height: 1.78em;
    margin-bottom: 0.8823529412em;
}

.iGreeting-r .txt {
    margin-bottom: 4.0625em;
}

.iGreeting-r .txt>p {
    font-size: max(1.0625em, 15px);
    margin-bottom: 2.2352941176em;
    line-height: 2.15em;
    letter-spacing: 0.025em;
}

.iGreeting-r .txt>p:last-child {
    margin-bottom: 0;
}

.iGreeting-r .idx-list-btn li {
    max-width: 19.5625em;
}

.iMap {
    line-height: 0;
}

.iMap iframe {
    min-height: 30.625em;
}

.iClinic {
    background: url(../images/idx-bg-clinic.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 7em;
    padding-bottom: 7.4375em;
}

.iClinic .inner_big {
    max-width: 88.75em;
}

.iClinic .box-ttl {
    margin-bottom: 3.8125em;
}

.iClinic .box-ttl h2 {
    color: #fff;
}

.iClinic:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(39, 39, 39, 0.5);
    z-index: -1;
}

.iClinic-frame {
    background: rgba(255, 255, 255, 0.87);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 0.625em;
    display: flex;
    padding: 5em 5em 3.625em;
}

.iClinic-l {
    padding-top: 2.6875em;
    width: 38.75em;
    margin-right: 3.75em;
}

.iClinic-l table tr td {
    background: #fff;
}

.iClinic-l .txt-tbl-note .box-txt .txt .sub-txt {
    background: #fff;
    border: 0;
}

.iClinic-logo {
    text-align: center;
    margin-right: 1.25em;
    margin-bottom: 0.625em;
}

.iClinic-logo img {
    width: 23.625em;
    height: auto;
}

.iClinic-tel {
    margin-bottom: 1.625em;
}

.iClinic-tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.75em;
    font-family: var(--f-en);
    font-weight: 600;
    color: var(--main-color);
    letter-spacing: 0.03em;
    margin-left: 0;
}

.iClinic-tel a .ico {
    line-height: 0;
    flex-shrink: 0;
    margin-right: 0.3571428571em;
    position: relative;
    bottom: 0;
}

.iClinic-tel a .ico img {
    width: 1em;
    height: auto;
}

.iClinic-r {
    margin-top: -1.1875em;
    flex: 1;
}

.iClinic-r ul li {
    display: flex;
    border-bottom: 1px solid #B9B9B9;
    padding: 1.125em 0;
}

.iClinic-r ul li:last-child {
    border-bottom: 0;
}

.iClinic-r ul li .ttl {
    min-width: 6.4705882353em;
    font-size: 1.0625em;
    color: var(--main-color);
    font-weight: 500;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    line-height: 1.7em;
    margin-right: 1.7647058824em;
}

.iClinic-r ul li .txt>p {
    font-size: 1.0625em;
    font-weight: 500;
    line-height: 1.7em;
    letter-spacing: 0.025em;
}

.iClinic-r ul li .txt>p a {
    color: var(--clr1);
}

.iRecruit {
    background: var(--main-color);
    padding: 3.75em 1.25em;
}

.iRecruit-frame {
    position: relative;
    max-width: 87.5em;
    margin: 0 auto;
    border-radius: 0.625em;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 6.125em 3.4375em 5.9375em 6.3125em;
}

.iRecruit-frame:before {
    content: "";
    background: url(../images/idx-bg-recruit.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    inset: 0;
    opacity: 0.31;
}

.iRecruit-frame .box-cnt {
    position: relative;
    max-width: 37.5em;
    margin-right: 1.875em;
}

.iRecruit-frame .box-cnt .ttl {
    width: fit-content;
    padding: 0.2222222222em 1.6666666667em;
    color: #fff;
    background: #3B8755;
    border-radius: 1.2777777778em;
    font-size: max(1.125em, 12px);
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.025em;
    margin-bottom: 1.6666666667em;
}

.iRecruit-frame .box-cnt h3 {
    color: #fff;
    font-size: max(1.875em, 22px);
    letter-spacing: 0.025em;
    font-weight: 600;
    margin-bottom: 1em;
}

.iRecruit-frame .box-cnt .txt>p {
    color: #fff;
    font-size: max(1.0625em, 15px);
    letter-spacing: 0.025em;
}

.iRecruit-frame .idx-btn {
    position: relative;
    top: 2.5em;
}

.iRecruit-frame .idx-btn a {
    min-width: 20.1176470588em;
    min-height: 4.8823529412em;
    font-size: max(1.0625em, 13px);
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0.5882352941em;
    padding: 0.5882352941em 3.4117647059em 0.5882352941em 2.2352941176em;
    position: relative;
    background: transparent;
    justify-content: flex-start;
}

.iRecruit-frame .idx-btn a:before {
    content: "";
    position: absolute;
    right: 2.1176470588em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.8823529412em;
    height: 0.8823529412em;
    background: url(../images/idx-recruit-ico.svg) no-repeat center;
    background-size: 100% auto;
}

.idx-btn03 a {
    text-decoration: none;
    border-radius: 2.2352941176em;
    background: var(--clr3);
    color: #fff;
    min-width: 21.9411764706em;
    min-height: 4.4705882353em;
    padding-right: 3.5294117647em;
    padding-left: 2.3529411765em;
    font-size: 1.0625em;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 0.03em;
    position: relative;
}

.idx-btn03 a:before {
    content: "";
    position: absolute;
    right: 1.7647058824em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.4117647059em;
    height: 1.4117647059em;
}

.iTreatment {
    background: var(--main-color);
    padding-top: 5.875em;
    padding-bottom: 5.25em;
}

.iTreatment-fx {
    display: flex;
    justify-content: space-between;
    padding: 0 3.9375em 0 4.8125em;
    max-width: 120em;
    margin: 0 auto;
}

.iTreatment-cnt {
    padding: 3.5em 1.875em 0;
}

.iTreatment-cnt .box-ttl {
    margin-bottom: 2.8125em;
}

.iTreatment-cnt .box-ttl h2 {
    color: #fff;
}

.iTreatment-cnt .txt {
    text-align: center;
    margin-bottom: 4.0625em;
}

.iTreatment-cnt .txt>p {
    font-size: max(1.0625em, 15px);
    line-height: 2.1em;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 2.3529411765em;
}

.iTreatment-cnt .txt>p:last-child {
    margin-bottom: 0;
}

.iTreatment-cnt .btn-group .btn {
    margin: 0 auto;
    max-width: 37.3em;
}

.iTreatment-cnt .btn-group .btn.style01 a {
    background: #5B912D;
}

.iTreatment .box-img {
    flex-shrink: 0;
}

.iTreatment .box-img .img img {
    border-radius: 0.3125em;
    width: 28em;
    height: auto;
}

.idx-btn02 a {
    text-decoration: none;
    color: var(--main-color);
    font-size: max(1.0625em, 13px);
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    width: fit-content;
}

.idx-btn02 a:after {
    content: "";
    position: relative;
    margin-left: 1.25em;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.5em;
    height: 1.5em;
}

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

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

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

.idx-list-btn li.idx-btn a {
    min-height: 4.4705882353em;
    border-radius: 2.2352941176em;
    font-size: max(1.0625em, 11px);
    justify-content: flex-start;
    padding-left: 2.3529411765em;
    letter-spacing: 0.02em;
    position: relative;
    padding-right: 3.5294117647em;
}

.idx-list-btn li.idx-btn a span {
    display: inline-block;
}

.idx-list-btn li.idx-btn a:before {
    content: "";
    position: absolute;
    right: 1.7647058824em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.4117647059em;
    height: 1.4117647059em;
}

.idx-list-link {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0.8125em;
}

.idx-list-link .item {
    width: calc(25% - 0.625em);
}

.idx-list-link .item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background: #fff;
    border-radius: 0.3125em;
    text-decoration: none;
    padding: 0.5625em 1.1875em 1.25em;
    overflow: hidden;
    position: relative;
}

.idx-list-link .item a:before {
    content: "";
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.5em;
    height: 1.5em;
}

.idx-list-link .item a .ico {
    margin-bottom: -0.3125em;
    line-height: 0;
    height: 3.4375em;
}

.idx-list-link .item a .ttl {
    color: var(--clr2);
    font-weight: 600;
    line-height: 1.45em;
    font-size: 1.0625em;
    letter-spacing: 0.025em;
    overflow: hidden;
}

.idx-list-link .item a .ttl span {
    display: inline-block;
}

.idx-btn a {
    text-decoration: none;
    background: var(--clr2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 10.625em;
    min-height: 3em;
    padding: 0.625em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em;
    border-radius: 1.5em;
    transition: 0.3s all;
}

.index07 {
    padding: 80px 0px;
    background-color: #edeff2;
}

.index07 .content {
    align-items: inherit;
}

.index07 .content .box {
    width: 49%;
    padding: 50px;
    max-width: 638px;
    background-color: #fff;
}

.index07 .content li {
    border-bottom: 1px solid #e5e5e5;
    width: auto;
}

.index07 .content li:last-child {
    border-bottom: 0;
}

.index07 .content li a {
    display: inline-flex;
    text-decoration: none;
    padding: 26px 0px 25px;
    font-weight: 500;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    white-space: nowrap;
    max-width: 100%;
}

.index07 .content li a span {
    display: inline;
}

.index07 .content li a:hover {
    opacity: 1;
    color: var(--main-color);
}

.index07 .content li a:hover .date {
    color: var(--main-color);
}

.index07 .content li a .date {
    width: 8.5em;
    transition: all 0.3s;
    color: var(--main-color);
}

.index07 .content li a .title {
    max-width: calc(100% - 8.5em);
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index07 .content .news {
    position: relative;
}

.index07 .content .btn-group {
    position: absolute;
    right: 0px;
    top: 4px;
    z-index: 1;
    width: 50%;
    max-width: 218px;
}

.index07 .content .btn-group .btn.style01 {
    width: 100%;
}

.index08 {
    padding: 100px 0;
}

.index08 .box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 238px;
    height: 229px;
    transition: all 0.3s;
    color: #fff;
    text-align: center;
}

.index08 .box::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/doctor.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--main-color);
    z-index: -1;
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 229' %3E%3Cpath d='M7.790,92.655 C0.489,114.686 -2.999,140.450 8.422,161.34 C13.375,169.960 20.650,177.390 28.386,184.63 C76.535,225.594 153.75,247.999 207.372,207.209 C237.463,184.605 240.996,137.660 235.151,102.626 C230.113,72.430 214.626,43.769 190.924,24.336 C157.942,-2.704 121.593,-6.1 84.325,11.146 C49.608,27.120 21.242,56.863 7.790,92.655 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: bottom center;
    -webkit-mask-position: bottom center;
}

.index08 .box:hover::before {
    opacity: 1;
}

.index09 {
    padding: 100px 0;
    background-color: #333;
}

.index09 h2 {
    text-align: center;
    color: blue;
    text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0px -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, 2px 0px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0px 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}

.index09 .idx_row {
    display: flex;
    flex-wrap: wrap;
}

.index09 .idx_row .box {
    width: 100%;
    margin-bottom: 20px;
    background-color: var(--main-color);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iConcern .iConcern-box .TabContainer .TabPager li .tt span {
    display: inline-block;
}

@media only screen and (min-width: 769px) {
    .index09 .idx_row>.box {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .index09 .idx_row>.box:nth-child(2n+2),
    .index09 .idx_row>.box:last-child {
        margin-right: 0px;
    }
}

.index09 .idx_row.st1>.box {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
}

.index09 .idx_row.st1>.box:nth-child(3n+3),
.index09 .idx_row.st1>.box:last-child {
    margin-right: 0px;
}

@media only screen and (min-width: 769px) {
    .index09 .idx_row.st2>.box {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .index09 .idx_row.st2>.box:nth-child(4n+4),
    .index09 .idx_row.st2>.box:last-child {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1280px) {
    .index09 .idx_row.st3>.box {
        width: calc((100% - 80px) / 5);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .index09 .idx_row.st3>.box:nth-child(5n+5),
    .index09 .idx_row.st3>.box:last-child {
        margin-right: 0px;
    }
}

.idx_gallery .item img {
    width: 26.875em;
    height: auto;
}

@media only screen and (min-width: 769px) and (max-width: 1600px) {
    .home_page .key,
    .iTreatment,
    .iGreeting {
        font-size: 1vw;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
    .index0,
    .iConcern,
    .iSurgery,
    .iSurgery02,
    .iBnr,
    .iFeatures,
    .iMap,
    .iClinic,
    .idx_gallery,
    .iRecruit {
        font-size: 1.11vw;
    }
    .iSurgery02 .iSurgery-slider {
        right: 0;
        transform: none;
        margin-left: 2em;
    }
    .iSurgery02 .idx-fx-btn .idx-list-btn:last-child {
        margin-right: 0;
    }
    .iTreatment-fx {
        padding: 0 1.9375em 0 1.8125em;
    }
    .iTreatment .box-img .img img {
        width: 25em;
    }
    .home_page .key .key_text .item {
        padding-top: 12em;
    }
    .home_page .key .idx-list-main {
        margin-top: 10.8125em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .home_page .key {
        font-size: 1.25vw;
		    --min-height: 48.625em;
    --max-height: 48.625em;
    }
    .home_page .key .catch {
        padding: 0 3.5625em;
    }
    .index0 .idx-box-news {
        background: #fff;
        max-width: 87.5em;
        margin: 0 auto;
        border-radius: 0.625em;
        padding: 3.375em 2.625em;
        display: flex;
        margin-top: -4.6875em;
        position: relative;
    }
    .idx-list-link .item a .ico img {
        height: 100%;
        width: auto;
    }
    .idx-list-link {
        font-size: 1.4vw;
    }
    .iSurgery02 .iSurgery-slider .item-fx .img img {
        width: 20em;
        height: auto;
    }
    .iSurgery02 .iSurgery-slider .item {
        width: 60em;
        min-height: 220px;
    }
    .iSurgery02 .iSurgery-slider {
        padding-left: 2.25em;
        padding-bottom: 4.375em;
        padding-top: 2.25em;
    }
    .iSurgery02 .iSurgery-slider {
        margin-left: 0;
    }
    .iSurgery02 .iSurgery-slider .slick-dots {
        left: 2.25em;
    }
    .btn-group .btn.style01 a {
        min-height: 66px;
        padding: 1em 3.4em 1em 1.5em;
        font-size: 15px;
        border-radius: 38px;
    }
    .iTreatment-cnt .btn-group .btn {
        margin: 0 auto;
        max-width: max(33.3em, 250px);
    }
    .iTreatment-cnt .txt>p {
        margin-bottom: 1.352941em;
    }
    .iFeatures-list li .box-cnt {
        padding: 0.5375em 0.5em 0;
    }
    .iFeatures-list li .box-img .stt {
        right: 0.5em;
        font-size: 2em;
        width: 2.5em;
        height: 2.5em;
    }
    .iFeatures-list li .box-cnt .ttl br {
        display: none;
    }
    .iFeatures-list li {
        padding: 1em 1em 1.5em;
    }
    .iGreeting-fx {
        padding-left: 2.0625em;
    }
    .iGreeting-l {
        margin-right: 5.5em;
        width: 42.125em;
        padding: 4.1875em 5.0625em 7.1875em 4.625em;
    }
    .iClinic-l {
        padding-top: 2.6875em;
        width: 40.75em;
        margin-right: 3.75em;
    }
    .iClinic-frame {
        padding-left: 3em;
        padding-right: 3em;
    }
    .iClinic-r {
        font-size: 1.275vw;
    }
    .iConcern-box .TabContainer .TabPager li:after {
        bottom: -0.7em
    }
    .iTreatment-fx {
        padding: 0 1.375em 0 1.125em;
    }
    .iTreatment .box-img .img img {
        width: 23em;
    }
    .iConcern-box {
        min-height: 56.1875em;
    }
	.index0-l{
		padding-left:6em;
	}
}

@media only screen and (max-width: 1080px) and (min-width: 769px) {
    .index0 .idx-box-news .box-right {
        flex: 1;
        font-size: 1.25vw;
    }
    .index0-l .txt {
        padding-right: 5.75em;
    }
    .iSurgery02 .idx-fx-btn .idx-list-btn li {
        max-width: 29.3125em;
    }
    .index0 .idx-box-news .box-left {
        max-width: 32.625em;
        width: 100%;
        margin-right: 2.75em;
    }
    .idx-list-btn li.idx-btn a {
        padding-left: 1.352941em;
    }
    .idx-list-btn li.idx-btn a:before {
        right: 1em;
    }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
     :root {
        --ttl_size: 22px;
    }
    .iConcern-ttl {
        font-size: max(1.5625em, 16px);
        left: calc(50% - 11em);
    }
    .iBnr-fx .item-bnr {
        padding-top: 5.4375em;
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-bottom: 2.5625em;
        font-size: 1.35em;
    }
}


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