.home_page .key {
    background-color: #fff;
    background-size: cover;
    --height: 50vw;
    --min-height: 80em;
    --max-height: 80em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    font-size: 0.625em;
    position: relative;
}

.home_page .key:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../images/idx-bg-main.jpg) no-repeat center;
    background-size: 100% 100%;
    min-height: 159.4em;
}

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

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

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

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

.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 .box-main-ttl {
    width: 21.2em;
    height: 21.2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 6em;
    bottom: 11em;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding-top:1.5em
}

.box-main-ttl .link-in {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

.home_page .key .box-main-ttl:before {
    content: "";
    position: absolute;
    inset: 0.7em;
    background: url(../images/idx-bg-box-main.svg) no-repeat center;
    background-size: 100% 100%;
    width: calc(100% - 1.5em);
    height: calc(100% - 1.5em);
}

.home_page .key .box-main-ttl .ico {
    margin-bottom: 0.5em;
}

.home_page .key .box-main-ttl .ttl {
    color: var(--main-color);
    font-size: 2.2em;
    text-align: center;
    font-family: var(--f-jp);
    font-weight: 500;
    line-height: 1.4em;
}

.home_page .key .inner_big {
    position: relative;
    max-height: var(--max-height);
}

.home_page .key .inner_big:before {
    content: "";
    position: absolute;
    left: -80.4em;
    top: -31.3em;
    background: url(../images/idx-main-ico01.png) no-repeat center;
    background-size: 100% 100%;
    width: 103.4em;
    height: 102em;
}

.home_page .key .box-img .img01,
.home_page .key .box-img .img02 {
    width: 94.4em;
    height: 110.4em;
}

.home_page .key .box-img .img01 {
    position: relative;
    margin-top: -54.2em;
    margin-left: 23.5em;
}

.home_page .key .box-img .img01:before {
    content: "";
    position: absolute;
    right: -2em;
    bottom: 0;
    background: url(../images/idx-main-bg-mask01.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.home_page .key .box-img .img01 .img {
    --mask: url(../images/idx-main-mask01.png);
    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: center;
    -webkit-mask-position: center;
}

.home_page .key .box-img .img02 {
    margin-top: -40.4em;
    margin-left: -0.2em;
    position: relative;
}

.home_page .key .box-img .img02:before {
    content: "";
    position: absolute;
    left: -2em;
    bottom: 0;
    background: url(../images/idx-main-bg-mask02.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.home_page .key .box-img .img02 .img {
    --mask: url(../images/idx-main-mask02.png);
    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: center;
    -webkit-mask-position: center;
}

.home_page .key .catch {
    padding: 1em;
    margin: auto;
    max-width: 800px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 1.3em;
}

.home_page .key .catch .title,
.home_page .key .catch p {
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 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 .catch .title {
    margin-bottom: 0.75em;
    font-size: 4em;
    color: var(--main-color);
    line-height: 2;
    text-align: center;
}

.home_page .key .catch .title span {
    text-align: center;
    display: block;
    line-height: 1.6em;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    z-index: 1;
    padding: 0 0 0 0.15em;
}

.home_page .key .catch .title span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.125em;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 0.375em;
    border-radius: 0.125em;
    z-index: -1;
    background: #ffe34d;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6), 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 .catch p {
    font-size: 2em;
    color: var(--clr1);
    line-height: 1.6em;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    font-size: 2.75em;
    color: var(--clr1);
    font-family: var(--f-jp);
    font-weight: 500;
}

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

.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) {
    .home_page .key .box-main-ttl:hover {
        opacity: 1;
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .iNews ul li a:hover {
        background: var(--main-color);
        color: #fff;
        transition: 0.3s all;
        opacity: 1;
    }
    .iNews ul li a:hover .date,
    .iNews ul li a:hover .ttl {
        color: #fff;
        transition: 0.3s all;
    }
    .idx-btn a:hover {
        opacity: 1;
        background: var(--main-color);
        color: #fff;
        transition: 0.3s all;
    }
    .iAbout-list li a:hover {
        opacity: 1;
        transform: translateY(-5px);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }
    .iInternal-fx02 ul li a:hover {
        opacity: 1;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }
    .TabContainer .TabPager li:hover {
        background: var(--main-color);
        color: #fff;
    }
    .idx-list-link .btn-link a:hover {
        color: var(--clr1);
        opacity: 1;
        border-color: var(--clr1);
        transition: 0.3s all;
    }
    .iInternal.iPedia .iInternal-fx .box-cnt .idx-list-btn li a:hover {
        background: var(--clr2);
        color: #fff;
    }
    .iSurgery-cnt .box-ttl .idx-btn a:hover {
        background: var(--clr3);
        color: #fff;
    }
    .iFeature-list .slick-arrow:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s all;
    }
    .iFeature-list .slick-dots li button:hover {
        background: var(--main-color);
        transition: 0.3s all;
    }
}

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

.iNews {
    background: #fff;
    border-top-left-radius: 6.25em;
    border-top-right-radius: 6.25em;
    position: relative;
    padding: 7.4375em 0;
    margin-top: -5em;
}

.iNews-fx {
    display: flex;
}

.iNews-ttl {
    flex-shrink: 0;
    margin-right: 5.75em;
}

.iNews-ttl h2 {
    font-size: 2.125em;
    margin-bottom: 1.1176470588em;
}

.iNews ul {
    flex: 1;
}

.iNews ul li:first-child a {
    border-top: 1px solid #e6e6e6;
}

.iNews ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 1.625em 3.75em 1.625em 1.875em;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.iNews ul li a:before {
    content: "";
    position: absolute;
    right: 1.875em;
    bottom: 0;
    margin: auto 0;
    top: 0;
    width: 1.5625em;
    height: 1.5625em;
    border-radius: 50%;
    background: var(--main-color) url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 0.375em 0.625em;
}

.iNews ul li a .date {
    font-size: 0.625em;
    font-family: var(--f-en);
    color: #bbbaba;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-right: 5.2em;
}

.iNews ul li a .ttl {
    font-size: 0.9375em;
    font-family: var(--f-jp);
    color: var(--clr1);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iAbout {
    padding: 4.375em 0;
}

.iAbout .inner_sm {
    position: relative;
    z-index: 1;
    padding-bottom: 4.8125em;
}

.iAbout .inner_sm:before {
    content: "";
    position: absolute;
    left: -43.125em;
    top: -11.125em;
    width: 115em;
    height: 79.875em;
    background: url(../images/idx-about-bg.png) no-repeat center;
    background-size: 100% 100%;
    z-index: -1;
}

.iAbout .inner_sm:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 98.5%;
    height: 0.4375em;
    background: url(../images/idx-about-hr.png) no-repeat bottom center;
    background-size: 100% 100%;
}

.iAbout .idx-ttl-en {
    margin-bottom: 1.25em;
}

.iAbout h2 {
    font-size: 1.75em;
    color: var(--main-color);
    line-height: 1.6em;
    margin-bottom: 1em;
}

.iAbout-fx {
    display: flex;
}

.iAbout-left {
    position: relative;
}

.iAbout-left:before {
    content: "";
    position: absolute;
    right: -1.3125em;
    top: -6.375em;
    background: url(../images/idx-about-img01.png) no-repeat center;
    background-size: cover;
    width: 25.3125em;
    height: 17.125em;
}

.iAbout-left .txt {
    margin-bottom: 1.875em;
}

.iAbout-left .txt>p {
    line-height: 2.2em;
}

.iAbout-left .idx-btn {
    max-width: 15.6875em;
}

.iAbout-right {
    width: 28.3125em;
    flex-shrink: 0;
    margin-left: 4.375em;
}

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

.iAbout-list li {
    width: calc(50% - 0.375em);
    margin-right: 0.75em;
    margin-bottom: 0.9375em;
}

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

.iAbout-list li:nth-child(2) a {
    border-color: var(--clr2);
}

.iAbout-list li:nth-child(2) a .ttl {
    color: var(--clr2);
}

.iAbout-list li:nth-child(2) a .ttl:after {
    background-color: var(--clr2);
}

.iAbout-list li:nth-child(3) a,
.iAbout-list li:nth-child(4) a {
    border-color: var(--clr3);
}

.iAbout-list li:nth-child(3) a .ttl,
.iAbout-list li:nth-child(4) a .ttl {
    color: var(--clr3);
}

.iAbout-list li:nth-child(3) a .ttl:after,
.iAbout-list li:nth-child(4) a .ttl:after {
    background-color: var(--clr3);
}

.iAbout-list li a {
    border: 2px solid var(--main-color);
    border-radius: 0.625em;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 10.3125em;
    text-decoration: none;
    padding-top: 0.8125em;
    background: #fff;
    transition: 0.3s all;
}

.iAbout-list li a .ico {
    margin-bottom: 0.9375em;
}

.iAbout-list li a .ttl {
    font-size: 1.4375em;
    color: var(--main-color);
    font-weight: 500;
    font-family: var(--f-jp);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iAbout-list li a .ttl:after {
    content: "";
    position: relative;
    background: var(--main-color) url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 0.3043478261em 0.2173913043em;
    width: 0.7391304348em;
    height: 0.7391304348em;
    border-radius: 50%;
    margin-left: 0.4347826087em;
}

.iAbout-frame {
    background: #fff;
    margin-top: 3.125em;
    border-radius: 1.875em;
    position: relative;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.iAbout-frame:before {
    content: "";
    position: absolute;
    inset: 0.625em;
    width: calc(100% - 1.25em);
    height: calc(100% - 1.25em);
    border: 2px solid var(--main-color);
    border-radius: 1.875em;
}

.iAbout-frame-fx {
    display: flex;
    padding: 3.75em 3.75em 3.375em;
    align-items: flex-end;
    position: relative;
}

.iAbout-frame-fx:before {
    content: "";
    position: absolute;
    right: 5.1875em;
    top: -0.625em;
    background: url(../images/idx-about-img02.png) no-repeat center;
    background-size: 100% 100%;
    width: 24.0625em;
    height: 15.375em;
}

.iAbout-frame-fx .cnt .idx-ttl-en {
    font-size: 1.125em;
    margin-bottom: 1.1111111111em;
}

.iAbout-frame-fx .cnt h2 {
    margin-bottom: 23px;
    letter-spacing: 0.1em;
}

.iAbout-frame-fx .idx-btn {
    width: 15.0625em;
    margin-left: 2.5em;
    flex-shrink: 0;
    margin-bottom: 0.4375em;
}

.iGreeting {
    position: relative;
    z-index: 1;
    padding: 3em 0 10.3125em;
}

.iGreeting .inner_big {
    position: relative;
}

.iGreeting .inner_big:before {
    content: "";
    position: absolute;
    right: 14em;
    bottom: -7.1875em;
    background: url(../images/idx-greeting-ico01.png) no-repeat center;
    background-size: 100% 100%;
    width: 18.875em;
    height: 14.625em;
    z-index: 2;
}

.iGreeting-fx {
    display: flex;
    justify-content: space-between;
    padding: 0 3.75em;
}

.iGreeting .box-cnt {
    text-align: center;
    margin: 0px 2.9375em;
    flex-shrink: 0;
}

.iGreeting .box-cnt .idx-list-btn {
    position: relative;
    z-index: 2;
}

.iGreeting .box-cnt .idx-ttl-en {
    margin-bottom: 0.7375em;
}

.iGreeting .box-cnt h2 {
    margin-bottom: 0.5227272727em;
}

.iGreeting .box-cnt h3 {
    line-height: 1.6em;
    font-size: 1.75em;
    color: var(--main-color);
    margin-bottom: 0.8928571429em;
}

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

.iGreeting .box-cnt .txt>p {
    line-height: 2.2em;
    margin-bottom: 0.625em;
    letter-spacing: 0.08em;
}

.iGreeting .box-img {
    position: relative;
    margin-top: 5.875em;
    height: fit-content;
}

.iGreeting .box-img .img {
    border-radius: 8.75em;
    position: relative;
    z-index: 1;
}

.iGreeting .box-img .img:before {
    content: "";
    position: absolute;
    top: 0.625em;
    left: 0.625em;
    width: 100%;
    height: 100%;
    background: url(../images/idx-greeting-img-bg.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 8.75em;
    z-index: -1;
}

.iGreeting .box-img .img img {
    border-radius: 8.75em;
}

.iGreeting .box-img .box-name {
    width: 10.625em;
    height: 10.625em;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -5.25em;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.iGreeting .box-img .box-name:before {
    content: "";
    position: absolute;
    inset: 0.3125em;
    width: calc(100% - 0.625em);
    height: calc(100% - 0.625em);
    border: 1px solid var(--main-color);
    border-radius: 50%;
}

.iGreeting .box-img .box-name span {
    display: block;
    color: var(--main-color);
    text-align: center;
    font-family: var(--f-jp);
}

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

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

.iSurgery:after {
    display: none;
}

.iSurgery-fx {
    display: flex;
    justify-content: space-between;
    max-width: 63.125em;
    margin: 3.125em auto 0;
    position: relative;
    left: 2em;
    padding-top: 9.375em;
}

.iSurgery-fx:before {
    content: "";
    position: absolute;
    left: -12.875em;
    top: -5.25em;
    background: url(../images/idx-surgery-ico.svg) no-repeat center;
    background-size: 100% 100%;
    width: 28.875em;
    height: 14.375em;
}

.iSurgery-cnt {
    margin-right: 3.9375em;
}

.iSurgery-cnt:last-child {
    margin-right: 0;
}

.iSurgery-cnt .box-ttl {
    margin-bottom: 0.6875em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.iSurgery-cnt .box-ttl h3 {
    color: var(--clr3);
    font-size: 1.5em;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}

.iSurgery-cnt .box-ttl .idx-btn {
    margin-left: 0.625em;
}

.iSurgery-cnt .box-ttl .idx-btn a {
    min-height: 4.1379310345em;
    border-color: var(--clr3);
    color: var(--clr3);
    border-radius: 2.0689655172em;
}

.iSurgery-cnt .box-ttl .idx-btn a:after {
    background-color: var(--clr3);
}

.iSurgery-cnt .box-img {
    position: relative;
    margin-bottom: 1.625em;
}

.iSurgery-cnt .box-img .img img {
    border-radius: 1.5625em;
}

.iSurgery-cnt .box-img .box-img-ttl {
    background: #fff;
    border-bottom-left-radius: 1.5625em;
    writing-mode: tb-rl;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    color: var(--clr3);
    padding-right: 0.5625em;
    padding-top: 1.25em;
    padding-bottom: 1.8125em;
    padding-left: 1.5em;
}

.iSurgery-cnt .box-img .box-img-ttl .ico01,
.iSurgery-cnt .box-img .box-img-ttl .ico02 {
    position: absolute;
    width: 3.125em;
    height: 3.125em;
    overflow: hidden;
}

.iSurgery-cnt .box-img .box-img-ttl .ico01:before,
.iSurgery-cnt .box-img .box-img-ttl .ico02:before {
    content: "";
    display: block;
    width: 120%;
    height: 120%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 0;
    box-shadow: 1.875em -1.875em 0 0 #fff;
}

.iSurgery-cnt .box-img .box-img-ttl .ico01 {
    top: 0;
    left: -3.125em;
}

.iSurgery-cnt .box-img .box-img-ttl .ico02 {
    bottom: -3.125em;
    right: -0.0625em;
}

.iSurgery-cnt .box-img .box-img-ttl span {
    display: block;
    letter-spacing: 0.1em;
}

.iSurgery-cnt .box-img .box-img-ttl .sub {
    font-size: 1.125em;
    letter-spacing: 0.15em;
    font-weight: 600;
    font-family: var(--f-en);
}

.iSurgery-cnt .box-img .box-img-ttl .ttl {
    font-size: 2.375em;
}

.iInternal {
    position: relative;
    padding-top: 0.3125em;
}

.iInternal.iSurgery {
    z-index: 1;
    padding-top: 1px;
}

.iInternal.iSurgery:before {
    background: url(../images/idx-surgery-bg.png) no-repeat top center;
    background-size: 100% 100%;
    min-height: 92.25em;
    top: -9.925em;
    height: calc(100% - 9.625em);
}

.iInternal.iSurgery .inner_big:after {
    top: 3.125em;
    height: calc(100% - 3.125em);
}

.iInternal.iPedia {
    margin-top: 0;
    z-index: 1;
}

.iInternal.iPedia .inner_big {
    padding-bottom: 7.1875em;
}

.iInternal.iPedia:after {
    display: none;
}

.iInternal.iPedia:before {
    background: url(../images/idx-pedia-bg.png) no-repeat top center;
    background-size: 100% 100%;
}

.iInternal.iPedia .iInternal-fx02 {
    background: url(../images/idx-pedia-hr.png) no-repeat top center;
    background-size: 100% 7px;
}

.iInternal.iPedia .iInternal-fx02 .iInternal-ttl {
    color: var(--clr2);
}

.iInternal.iPedia .iInternal-fx02 .iInternal-ttl:before {
    border-color: var(--clr2);
    margin-bottom: 0.4375em;
}

.iInternal.iPedia .iInternal-fx02 ul li a {
    padding: 1em 0.625em;
    background: #fdf7f7;
}

.iInternal.iPedia .iInternal-fx02 ul li a .img {
    margin-bottom: 0.05em;
    height: 4.0625em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iInternal.iPedia .iInternal-fx02 ul li a .ttl {
    color: var(--clr2);
    min-height: 3.375em;
    align-items: flex-end;
    justify-content: space-between;
    line-height: 1.45em;
}

.iInternal.iPedia .iInternal-fx02 ul li a .ttl:after {
    background-color: var(--clr2);
}

.iInternal.iPedia .iInternal-fx .box-cnt .box-ttl .idx-ttl-en,
.iInternal.iPedia .iInternal-fx .box-cnt .box-ttl h2 {
    color: var(--clr2);
}

.iInternal.iPedia .iInternal-fx .box-cnt h3 {
    margin-top: -1.2857142857em;
    color: var(--clr2);
}

.iInternal.iPedia .iInternal-fx .box-cnt .idx-list-btn li {
    max-width: 8.1875em;
    margin-right: 0.625em;
}

.iInternal.iPedia .iInternal-fx .box-cnt .idx-list-btn li:last-child {
    margin-right: 0;
}

.iInternal.iPedia .iInternal-fx .box-cnt .idx-list-btn li a {
    min-width: auto;
    border-color: var(--clr2);
    color: var(--clr2);
}

.iInternal.iPedia .iInternal-fx .box-cnt .idx-list-btn li a:after {
    background-color: var(--clr2);
}

.iInternal:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10.5em;
    transform: translate(-50%);
    background: url(../images/idx-internal-bg.png) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    min-height: 106.625em;
}

.iInternal:after {
    content: "";
    position: absolute;
    left: calc(50% - 15.125em);
    transform: translate(-50%);
    bottom: 3.6875em;
    background: url(../images/idx-internal-ico.svg) no-repeat center;
    background-size: 100% 100%;
    width: 12.9375em;
    height: 10.875em;
    z-index: 1;
}

.iInternal .inner_big {
    position: relative;
    z-index: 1;
    padding-bottom: 10.3125em;
}

.iInternal .inner_big:before {
    content: "";
    position: absolute;
    right: 0;
    top: 5.375em;
    width: calc(100% - 6.25em);
    height: calc(100% - 5.375em);
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
    background: #fff;
    z-index: -1;
}

.iInternal .inner_big:after {
    content: "";
    position: absolute;
    left: 6.25em;
    top: 5.375em;
    width: 100vw;
    height: calc(100% - 5.375em);
    background: #fff;
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
    z-index: -1;
}

.iInternal-fx {
    display: flex;
    padding-right: 5.5625em;
}

.iInternal-fx .box-img {
    margin-left: -0.625em;
    flex-shrink: 0;
    margin-right: 4.125em;
}

.iInternal-fx .box-img .img img {
    border-top-right-radius: 14.6875em;
    border-bottom-right-radius: 3.125em;
}

.iInternal-fx .box-cnt .box-ttl {
    writing-mode: tb-rl;
    margin-left: auto;
    margin-top: -0.3125em;
}

.iInternal-fx .box-cnt .box-ttl .idx-ttl-en {
    letter-spacing: 0.1em;
}

.iInternal-fx .box-cnt .box-ttl h2 {
    letter-spacing: 0.1em;
    font-size: 4.0625em;
    color: var(--main-color);
    margin-right: 0.1538461538em;
}

.iInternal-fx .box-cnt h3 {
    font-size: 1.75em;
    color: var(--main-color);
    margin-bottom: 0.8928571429em;
    letter-spacing: 0.1em;
}

.iInternal-fx .box-cnt .txt {
    padding-right: 3.75em;
    margin-bottom: 1.9375em;
}

.iInternal-fx .box-cnt .idx-list-btn {
    justify-content: flex-start;
}

.iInternal-fx .box-cnt .idx-list-btn li {
    margin-right: 0.625em;
}

.iInternal-fx .box-cnt .idx-list-btn li:last-child {
    max-width: 11.9375em;
}

.iInternal-fx02 {
    display: flex;
    max-width: 63.375em;
    margin: 3.125em auto 0;
    position: relative;
    left: 2em;
    background: url(../images/idx-about-hr.png) no-repeat top center;
    background-size: 100% 0.4375em;
    padding-top: 3.4375em;
    padding-left: 0.75em;
}

.iInternal-fx02 ul {
    margin-left: 2.0625em;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.iInternal-fx02 ul li {
    width: calc(25% - 0.75em);
    margin-right: 0.96875em;
    margin-bottom: 0.625em;
}

.iInternal-fx02 ul li:nth-child(4n) {
    margin-right: 0;
}

.iInternal-fx02 ul li a {
    background: #f5fafa;
    border-radius: 0.625em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 1.25em 0.625em;
    transition: 0.3s all;
}

.iInternal-fx02 ul li a .img {
    line-height: 0;
    margin-bottom: 0.625em;
}

.iInternal-fx02 ul li a .ttl {
    font-size: 1.125em;
    color: var(--main-color);
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.4444444444em 0 0.5555555556em;
    justify-content: space-between;
    letter-spacing: 0.05em;
}

.iInternal-fx02 ul li a .ttl:after {
    content: "";
    position: relative;
    width: 0.9444444444em;
    height: 0.9444444444em;
    background: var(--main-color) url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 0.2222222222em 0.3888888889em;
    border-radius: 50%;
    margin-left: 0.5555555556em;
    background-position: 0.375em;
	flex-shrink:0
}

.iInternal-ttl {
    writing-mode: tb-rl;
    font-size: 1.5em;
    color: var(--main-color);
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
    display: flex;
}

.iInternal-ttl:before {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 0.625em;
    height: 0.625em;
    border: 0.1666666667em solid var(--main-color);
    border-radius: 50%;
    margin-bottom: 0.4166666667em;
}

.iInternal-fx03 {
    display: flex;
    max-width: 63.375em;
    margin: 2.3125em auto 0;
    position: relative;
    left: 2em;
    background: url(../images/idx-about-hr.png) no-repeat top center;
    background-size: 100% 0.4375em;
    padding-top: 2.9375em;
    padding-left: 1.6875em;
}

.iInternal-fx03 .box-cnt .iInternal-ttl {
    line-height: 1.55em;
    writing-mode: initial;
    margin-bottom: 0.7em;
}

.iInternal-fx03 .box-cnt .iInternal-ttl:before {
    left: 0;
    right: initial;
    margin: 0;
    top: 0.5125em;
    margin-right: 0.425em;
}

.iInternal-fx03 .box-frame-tab {
    width: 40.3125em;
    border-radius: 0.625em;
    background: #f5fafa;
    flex-shrink: 0;
    margin-left: 3.125em;
    padding: 2.4375em 2.4375em 1.6875em 2.5em;
    margin-top: 0.5625em;
    min-height: 19.0625em;
}

.iImg-full {
    position: relative;
    z-index: 1;
    margin-top: -10.875em;
    height: 48.75em;
}

.iImg-full .img {
    --mask: url(../images/idx-mask-img-full.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;
    height: 100%;
    width: 100%;
}

.iImg-full .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iFeature {
    background: #f5fafa;
    margin-top: -6.25em;
    padding-top: 7.5625em;
    padding-bottom: 16.4375em;
}

.iFeature .inner_sm {
    position: relative;
}

.iFeature .inner_sm:before {
    content: "";
    position: absolute;
    right: -3.375em;
    top: -9.375em;
    background: url(../images/idx-feature-ico.svg) no-repeat center;
    background-size: 100% 100%;
    width: 32.375em;
    height: 16.25em;
}

.iFeature-ttl {
    margin-bottom: 3.6875em;
}

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

.iFeature-ttl h2 {
    font-size: 2.75em;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 1;
}

.iFeature-ttl h2 span {
    color: var(--main-color);
    position: relative;
}

.iFeature-ttl h2 span:before {
    content: "";
    position: absolute;
    left: calc(50% - 0.1590909091em);
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 2.7727272727em;
    height: 2.7727272727em;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}

.iFeature-ttl h2 span .fs01 {
    line-height: 1em;
    font-size: 1.3181818182em;
}

.iFeature-ttl h2 span .fs01:before {
    display: none;
}

.iFeature-list {
    padding-bottom: 5.625em;
}

.iFeature-list .slick-arrow {
    position: absolute;
    top: calc(50% - 2.8125em);
    transform: translateY(-50%) translateX(-50%);
    width: 3.4375em;
    height: 3.4375em;
    background: #fff;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    z-index: 1;
}

.iFeature-list .slick-next {
    right: calc(50% - 36.5625em);
    background: #fff url(../images/idx-next.svg) no-repeat center;
    background-size: 0.5em 0.9375em;
}

.iFeature-list .slick-prev {
    left: calc(50% - 33.125em);
    background: #fff url(../images/idx-prev.svg) no-repeat center;
    background-size: 0.5em 0.9375em;
}

.iFeature-list .slick-dots {
    position: absolute;
    justify-content: center;
    display: flex;
    left: 0;
    right: 0;
    bottom: 2.125em;
    margin: 0 auto;
}

.iFeature-list .slick-dots li {
    width: 0.6875em;
    margin: 0 0.4375em;
}

.iFeature-list .slick-dots li.slick-active button {
    background: var(--main-color);
}

.iFeature-list .slick-dots li button {
    width: 0.6875em;
    height: 0.6875em;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    background: #fff;
    text-indent: -62.5em;
    cursor: pointer;
    overflow: hidden;
}

.iFeature-list .item {
    width: 67.5em;
    background: #fff;
    border-radius: 1.875em;
    position: relative;
    margin: 0 0.75em;
}

.iFeature-list .item:before {
    content: "";
    position: absolute;
    inset: 0.625em;
    width: calc(100% - 1.25em);
    height: calc(100% - 1.25em);
    border: 1px solid var(--main-color);
    border-radius: 1.5625em;
}

.iFeature-list .item.st02 .item-fx:before {
    background: url(../images/idx-feature-ico02.svg) no-repeat center;
    background-size: 100% 100%;
    width: 20em;
    height: 18.75em;
}

.iFeature-list .item.st03 .item-fx:before {
    background: url(../images/idx-feature-ico03.svg) no-repeat center;
    background-size: 100% 100%;
    width: 25.3125em;
    height: 18.75em;
}

.iFeature-list .item.st04 .item-fx:before {
    background: url(../images/idx-feature-ico04.svg) no-repeat center;
    background-size: 100% 100%;
    width: 26.5em;
    height: 18.75em;
}

.iFeature-list .item.st05 .item-fx:before {
    background: url(../images/idx-feature-ico05.svg) no-repeat center;
    background-size: 100% 100%;
    width: 28.625em;
    height: 18.75em;
}

.iFeature-list .item.st06 .item-fx:before {
    background: url(../images/idx-feature-ico06.svg) no-repeat center;
    background-size: 100% 100%;
    width: 21.6875em;
    height: 18.75em;
}

.iFeature-list .item-fx {
    display: flex;
    padding: 4.1875em;
    position: relative;
    z-index: 1;
}

.iFeature-list .item-fx:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/idx-feature-ico01.svg) no-repeat center;
    background-size: 100% 100%;
    width: 21.625em;
    height: 18.75em;
}

.iFeature-list .item-fx .box-cnt .stt {
    font-size: 4.375em;
    color: var(--main-color);
    font-family: var(--f-en);
    font-weight: 600;
    line-height: 1em;
    margin-left: -0.0571428571em;
    margin-bottom: 0.3571428571em;
    margin-top: -0.4714285714em;
    position: relative;
}

.iFeature-list .item-fx .box-cnt .stt:before {
    content: "";
    position: absolute;
    left: 0.0571428571em;
    top: -0.3428571429em;
    width: 1.0714285714em;
    height: 0.0714285714em;
    background: var(--main-color);
}

.iFeature-list .item-fx .box-cnt .ttl {
    color: var(--main-color);
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0.8333333333em;
}

.iFeature-list .item-fx .box-cnt .txt {
    margin-bottom: 1.25em;
}

.iFeature-list .item-fx .box-cnt .txt:last-child {
    margin-bottom: 0;
}

.iFeature-list .item-fx .box-img {
    margin-left: 3.75em;
    flex-shrink: 0;
}

.iFeature-list .item-fx .box-img .img img {
    border-radius: 1.25em;
}

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

.idx_gallery .item {
    margin: 0 0.925em;
}

.idx_gallery .item img {
    border-radius: 1.25em;
}

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

.idx-list-link .btn-link {
    width: calc(33.3333333333% - 0.5em);
    margin-right: 0.75em;
    margin-bottom: 0.875em;
}

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

.idx-list-link .btn-link:nth-child(7) {
    width: 100%;
    max-width: 13.875em;
    margin-right: 0;
}

.idx-list-link .btn-link a {
    display: flex;
    align-items: center;
    font-size: 0.90625em;
    color: var(--main-color);
    text-decoration: none;
    position: relative;
    border-bottom: 1px dotted var(--main-color);
    padding-bottom: 0.4827586207em;
    padding-right: 1.3793103448em;
}

.idx-list-link .btn-link a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.4137931034em;
    background: var(--main-color) url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 0.275862069em 0.4827586207em;
    width: 1.1724137931em;
    height: 1.1724137931em;
    border-radius: 50%;
    background-position-x: 0.475em;
}

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

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

.idx-list-btn li a {
    min-height: 4.1379310345em;
    border-radius: 2.0689655172em;
}

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

.idx-btn a {
    text-decoration: none;
    color: var(--main-color);
    font-size: 0.90625em;
    font-family: var(--f-jp);
    min-height: 3.6862068966em;
    border-radius: 1.7931034483em;
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.3448275862em 2.4137931034em 0.3448275862em 1.2413793103em;
    min-width: 11.0344827586em;
    font-weight: 600;
    position: relative;
    background: #fff;
    text-align: left;
    line-height: 1.3em;
    transition: 0.3s all;
}

.idx-btn a:after {
    content: "";
    position: absolute;
    right: 0.9655172414em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1.1724137931em;
    height: 1.1724137931em;
    border-radius: 50%;
    background: var(--main-color) url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 0.275862069em 0.4827586207em;
    background-position: 0.485em;
}

.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;
}

@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_map {
    height: 450px;
}

.idx_map iframe {
    height: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .home_page .key {
        font-size: 0.78vw;
    }
    .iNews,
    .iAbout,
    .iGreeting,
    .iInternal,
    .iImg-full,
    .iFeature,
    .idx_gallery {
        font-size: 1.25vw;
    }
    .home_page .key .box-main-ttl .ico img {
        width: 5.4em;
        height: auto;
    }
    .iAbout-list li a .ico img {
        height: 4.0625em;
        width: auto;
    }
    .iGreeting .box-img .img img {
        width: 17.5625em;
        height: auto;
    }
    .iInternal-fx .box-img .img img {
        width: 35em;
        height: auto;
    }
    .iInternal-fx02 ul li a .img img {
        height: 3.75em;
        width: auto;
    }
    .iInternal.iPedia .iInternal-fx02 ul li a .img img {
        height: 3.75em;
        width: auto;
    }
    .iInternal .inner_big {
        padding-left: 0.625em;
        padding-right: 0.625em;
    }
    .iFeature-list .item-fx .box-img .img img {
        width: 37.625em;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .iSurgery-cnt .txt>p,
    .iInternal-fx .box-cnt .txt>p,
    .iGreeting .box-cnt .txt>p,
    .iAbout-left .txt>p,
    .iFeature-list .item-fx .box-cnt .txt>p {
        font-size: 11px;
    }
    .iNews-ttl {
        margin-right: 4em;
    }
    .iNews ul li a {
        font-size: 11px;
    }
    .iNews .inner_sm,
    .iAbout .inner_sm {
        padding: 0 30px;
    }
    .iAbout .inner_sm {
        padding-bottom: 4.7em;
    }
    .iNews ul li a:before {
        right: 0.8em;
    }
    .iNews ul li a .date {
        margin-right: 3.5em;
    }
    .iAbout-frame-fx .idx-btn {
        width: 16em;
    }
    .iAbout-list li a .ttl:after {
        font-size: 21px;
    }
    .idx-btn a:after {
        font-size: 10px;
        background-position-x: 6px;
        width: 14px;
        height: 14px;
        right: 8px;
    }
    .iInternal-fx02 ul li a .ttl:after {
        font-size: 16px;
        background-size: 4px 6px;
        width: 14px;
        height: 14px;
    }
    .iInternal-fx .box-cnt .idx-list-btn {
        font-size: 10px;
    }
    .idx-list-link .btn-link a:before {
        width: 10px;
        height: 10px;
    }
    .iFeature-list .item-fx .box-cnt .stt:before {
        top: -0.23em;
    }
    .idx_gallery .item img {
        width: 22.5em;
        height: auto;
    }
    .iNews ul li a .ttl {
        font-size: 14px;
    }
    .iNews ul li a .date {
        font-size: 11px;
    }
    .iInternal-fx .box-img {
        margin-right: 3.125em;
    }
    .iInternal-fx {
        display: flex;
        padding-right: 4.5625em;
    }
}

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


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