.home_page .key {
    --height: 56.25vw;
    --min-height: 450px;
    --max-height: 720px;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    font-size: 0.625em;
}
.home_page .key .mv_slider {
    display: flex;
}
.home_page .key .key_text {
    position: relative;
    width: 100%;
    height: 100%;
}
.slider {
    opacity: 0;
}
.slider.slick-slide {
    opacity: 1;
}
.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;
}
.home_page .key .inner {
    max-width: 100%;
    width: 100%;
    display: flex;
    height: 100%;
    padding: 0;
}
.home_page .key .catch {
    width: 42.6em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 5em 3.3em;
}
.home_page .key .catch .title,
.home_page .key .catch p {
    color: var(--clr1);
    font-weight: 600;
    letter-spacing: 0.05em;
}
.home_page .key .catch .title {
    margin-bottom: 0.5813953488em;
    font-size: 4.3em;
    line-height: 1.3em;
}
.home_page .key .catch p {
    font-size: 1.6em;
    line-height: 1.81em;
    letter-spacing: 0.115em;
    font-weight: 600;
}
.home_page .key .box-img {
    height: 100%;
    flex: 1;
}
.home_page .key .box-img .img {
    height: 100%;
    width: auto;
}
.home_page .key .box-img .img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 1921px) {
    .home_page .key {
        --max-height: 35vw;
    }
    .home_page .key .box-img .img img {
        width: 100%;
    }
}
.home_page .topic_path {
    display: none;
}
.home_page h2 {
    position: relative;
    margin-bottom: 0.875em;
    color: var(--main-color);
    font-family: var(--f-jp);
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
.home_page h2 .en {
    color: var(--main-color);
    font-weight: 500;
    text-transform: uppercase;
}
.home_page h2.white {
    color: #fff;
}
.home_page h2.white .en {
    color: #fff;
}
.home_page .idx-ttl-en {
    color: #589376;
    font-size: 1.0625em;
    font-family: var(--f-en);
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.home_page .idx-ttl-en:before {
    content: "";
    width: 3.5294117647em;
    height: 1px;
    background: #bcc4b4;
    display: block;
    margin-right: 0.5882352941em;
}
.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) {
    .iDentis-bnr .item-bnr:hover {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .idx-btn.st02 a:hover {
        background: var(--main-color);
        color: #fff;
    }
    .TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .idx-btn.st02 a:hover:before {
        background: #fff;
    }
    .idx-btn a:hover {
        opacity: 1;
        background: #fff;
        color: var(--main-color);
        box-shadow: 0 0 0 1px var(--main-color);
        transition: 0.3s all;
    }
    .idx-btn a:hover:before {
        background: var(--main-color);
        transition: 0.3s all;
    }
    .iNews .idx-box-news ul li a:hover,
    .iBlog ul li a:hover {
        background: var(--main-color);
        opacity: 1;
        transition: 0.3s all;
    }
    .iNews .idx-box-news ul li a:hover:before,
    .iBlog ul li a:hover:before {
        background: #fff;
        transition: 0.3s all;
    }
    .iNews .idx-box-news ul li a:hover .ttl,
    .iNews .idx-box-news ul li a:hover .date,
    .iBlog ul li a:hover .ttl,
    .iBlog ul li a:hover .date {
        color: #fff;
        transition: 0.3s all;
    }
    .TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .ttl-toggle:hover {
        opacity: 0.8;
    }
    .TabContainer.init .TabContent .cnt .cnt-fx .cnt-toggle .txt-link .btn-link a:hover {
        text-decoration: underline;
        transition: 0.3 ease-in;
        opacity: 1;
    }
    .TabContainer .TabPager .tab:hover .tt {
        opacity: 0.7;
    }
    .iWorries-list li a:hover {
        opacity: 1;
        transition: 0.3s all;
        transform: translateY(-5px);
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    }
}
section {
    background-size: cover;
    background-repeat: no-repeat;
}
.idx-btn {
    width: fit-content;
}
.idx-btn a {
    text-decoration: none;
    background: var(--main-color);
    color: #fff;
    font-size: 0.875em;
    min-height: 2.8571428571em;
    min-width: 8.9285714286em;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 2.2142857143em;
    line-height: 1.5em;
    border-radius: 3px;
    letter-spacing: 0.05em;
    padding-left: 1.4285714286em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    transition: 0.3s all;
}
.idx-btn a:before {
    content: "";
    position: absolute;
    right: 1.2857142857em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    transition: 0.3s all;
}
.iNews {
    padding-bottom: 6.25em;
}
.iNews .inner_sm {
    max-width: 68.75em;
}
.iNews-fx-ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.6875em;
}
.iNews-ttl {
    display: flex;
    align-items: center;
}
.iNews-ttl h2 {
    margin-right: 0.25em;
    line-height: 1em;
    margin-bottom: 0;
}
.iNews-ttl .idx-ttl-en {
    margin-top: 0.2941176471em;
}
.iNews .idx-box-news ul {
    max-height: 16.9375em;
}
.iNews .idx-box-news ul li:first-child a {
    border-top: 1px solid #bcc4b4;
}
.iNews .idx-box-news ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 2.03125em 4.375em 2.03125em 1.875em;
    border-bottom: 1px solid #bcc4b4;
    position: relative;
}
.iNews .idx-box-news ul li a:before {
    content: "";
    position: absolute;
    right: 1.875em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--main-color);
}
.iNews .idx-box-news ul li a .date {
    color: var(--clr1);
    font-size: max(1em, 14px);
    letter-spacing: 0.05em;
    font-family: var(--f-en);
    font-weight: 600;
    margin-right: 2.8125em;
    line-height: 1em;
    margin-bottom: 0.3125em;
}
.iNews .idx-box-news ul li a .ttl {
    color: var(--clr1);
    font-family: var(--f-jp);
    font-size: max(1em, 14px);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iMedical {
    background: url(../images/idx-bg-medical.jpg) no-repeat center;
    background-size: cover;
    min-height: 41.25em;
    padding: 6.25em 0;
}
.iMedical-box {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 3.875em 3.125em 1.1875em;
}
.iMedical .inner {
    padding: 0 0.3125em;
    max-width: 74.375em;
}
.iMedical-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 1.125em;
}
.iMedical-ttl h2 {
    font-size: max(1.5625em, 20px);
    margin-bottom: 0;
    margin-right: 0.68em;
}
.iMedical-ttl .idx-ttl-en {
    font-size: max(0.875em, 12px);
}
.iMedical-ttl .idx-ttl-en:before {
    width: 4.3em;
}
.iMedical-right {
    flex-shrink: 0;
    margin-left: 3.0625em;
    max-width: 28.4375em;
    width: 100%;
}
.iMedical-right .iMedical-ttl {
    margin-bottom: 0.75em;
}
.iMedical-right .iMedical-ttl h2 {
    letter-spacing: 0;
    margin-right: 0.4em;
}
.iMedical-address {
    letter-spacing: 0.035em;
    font-size: max(0.78125em, 9px);
    margin-bottom: 1.52em;
    font-weight: 600;
}
.iMedical-map {
    margin-bottom: 0.875em;
}
.iMedical-map iframe {
    height: 14.625em;
}
.iMedical-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.125em;
}
.iMedical-list .ttl {
    font-size: 1em;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: bold;
}
.iMedical-list .ttl:first-child {
    margin-right: 0.3125em;
}
.iMedical-list .ttl:last-child {
    letter-spacing: 0.05em;
}
.iMedical-list .ttl .ico {
    flex-shrink: 0;
    line-height: 0;
    height: 1.875em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0.9375em;
    margin-right: 0.9375em;
    border-right: 1px solid #cccccc;
}
@keyframes txt_scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.txt-animation {
    position: absolute;
    left: 0;
    top: 11.25em;
    display: flex;
    white-space: nowrap;
    line-height: 2em;
    margin-bottom: 0;
}
.txt-animation span {
    font-family: var(--f-en);
    font-weight: 600;
    font-size: 23.4375em;
    color: #f9f9f9;
    margin: 0 0.15em;
    animation: txt_scroll 8s linear infinite;
}
.iConcept {
    position: relative;
    padding-top: 9.75em;
}
.iConcept .inner_sm {
    padding-bottom: 7.5em;
    max-width: 68.75em;
    position: relative;
}
.iConcept .inner_sm:before {
    content: "";
    position: absolute;
    right: -5.625em;
    bottom: 0;
    background: url(../images/idx-concept-ico.png) no-repeat center;
    background-size: 100% 100%;
    width: 31.375em;
    height: 24.3125em;
}
.iConcept-ttl h2 {
    font-size: 5em;
    letter-spacing: 0;
    font-family: var(--f-en);
    margin-bottom: 0;
    line-height: 1em;
}
.iConcept-ttl .idx-ttl-en02 {
    font-size: max(0.75em, 10px);
    color: #589376;
    letter-spacing: 0;
    margin-top: -0.8333333333em;
    margin-left: -0.1666666667em;
    font-weight: 600;
}
.iConcept-box {
    position: relative;
}
.iConcept-box .box-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.iConcept-cnt {
    padding-top: 2.5em;
    padding-left: 3.9375em;
    position: relative;
    z-index: 1;
}
.iConcept-cnt h3 {
    font-size: 3.75em;
    line-height: 1.3em;
    letter-spacing: -0.0666666667em;
    font-weight: 600;
    font-family: var(--f-jp);
    margin-bottom: 1.0166666667em;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}
.iConcept-cnt .txt {
    margin-left: 0.25em;
    margin-bottom: 1.8125em;
}
.iConcept-cnt .txt > p {
    letter-spacing: 0;
    line-height: 2.35em;
    font-size: max(1em, 14px);
}
.iConcept .idx-btn {
    margin-left: 0.25em;
}
.idx-btn.st02 a {
    min-height: 3.5714285714em;
    padding-right: 3.0714285714em;
    min-width: 13.9285714286em;
}
.iSystem {
    background: url(../images/idx-bg-system.jpg) no-repeat center;
    background-size: cover;
    padding: 6.8125em 0 0;
    position: relative;
}
.iSystem:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(135, 135, 135);
    mix-blend-mode: multiply;
}
.iSystem .inner_sm {
    padding-bottom: 7.5em;
    position: relative;
    max-width: 68.75em;
}
.iSystem-txt {
    position: absolute;
    right: -0.5434782609em;
    bottom: -0.1869565217em;
    color: rgba(255, 255, 255, 0.15);
    mix-blend-mode: screen;
    font-size: 14.375em;
    line-height: 1em;
    white-space: nowrap;
    font-family: var(--f-en);
    letter-spacing: 0.01em;
    z-index: 1;
}
.iSystem-fx {
    display: flex;
    position: relative;
    z-index: 1;
}
.iSystem-cnt {
    flex-shrink: 0;
    width: calc(100% - 39.4875em);
}
.iSystem-cnt .idx-ttl-en {
    margin-bottom: 5px;
    font-weight: 400;
    color: #fff;
}
.iSystem-cnt .idx-ttl-en:before {
    background: #fff;
}
.iSystem-cnt h2 {
    font-size: 3.75em;
    margin-bottom: 0.6em;
    line-height: 1.35em;
    color: #fff;
    font-weight: 500;
}
.iSystem-cnt .txt {
    margin-bottom: 2em;
}
.iSystem-cnt .txt > p {
    color: #fff;
    line-height: 2em;
    letter-spacing: 0;
    margin-bottom: 0.5625em;
    font-weight: 500;
    font-size: max(1em, 13px);
}
.iSystem-cnt .idx-btn a {
    padding-left: 1.4285714286em;
}
.iSystem-list {
    width: 36.6875em;
    margin-left: 5.9375em;
    margin-top: 2.5625em;
}
.iSystem-list .item {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    padding: 1.375em 2.125em;
    width: 32.9375em;
    background: url(../images/idx-system-bg-list.svg) no-repeat right center;
    background-size: cover;
}
.iSystem-list .item:first-child {
    margin-left: 3.75em;
}
.iSystem-list .item:nth-child(2n) {
    margin-left: 1.875em;
    padding: 0.75em 2.125em;
}
.iSystem-list .item:nth-child(2n) .ttl {
    margin-left: 0.6923076923em;
}
.iSystem-list .item:last-child {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.75em 2.125em;
}
.iSystem-list .item:last-child .ttl {
    margin-left: 0.6923076923em;
}
.iSystem-list .item .stt {
    margin-bottom: 0;
    font-size: 3em;
    font-family: var(--f-en02);
    color: var(--main-color);
    font-weight: 400;
    flex-shrink: 0;
    letter-spacing: 0;
}
.iSystem-list .item .ttl {
    font-size: 1.625em;
    font-family: var(--f-jp);
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.4em;
    margin-left: 0.8846153846em;
    letter-spacing: 0.08em;
    border-left: 1px solid #bcc4b4;
    padding-left: 0.7307692308em;
}
.iMedical02 {
    padding-top: 7.0625em;
    padding-bottom: 17.8125em;
}
.iMedical02-ttl {
    margin-left: 3.125em;
}
.iMedical02-ttl .idx-ttl-en {
    margin-bottom: 1px;
}
.iMedical02-ttl h2 {
    font-size: 3.75em;
    margin-bottom: 0.5666666667em;
}
.iMedical02 .inner {
    padding: 0 0.3125em;
    max-width: 74.375em;
}
.iDentis {
    background: #555555;
    padding-bottom: 4.4375em;
}
.iDentis .inner {
    padding: 0 0.3125em;
    max-width: 74.375em;
}
.iDentis-box {
    border: 2px solid var(--main-color);
    display: flex;
    background: #fff;
    position: relative;
    top: -11.625em;
    justify-content: space-between;
    margin-bottom: -7.4em;
}
.iDentis-box .box-img {
    flex-shrink: 0;
}
.iDentis-box .box-img .img {
    line-height: 0;
    height: 100%;
}
.iDentis-box .box-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iDentis-cnt {
    padding: 2.8125em 2.8125em 2.8125em 3em;
    position: relative;
}
.iDentis-cnt:before {
    content: "";
    position: absolute;
    right: -4px;
    bottom: 0;
    background: url(../images/idx-dentis-ico01.png) no-repeat center;
    background-size: 100% 100%;
    width: 16.75em;
    height: 13em;
}
.iDentis-cnt .txt {
    margin-bottom: 2em;
}
.iDentis-cnt .txt > p {
    letter-spacing: 0.01em;
    font-size: max(1em, 13px);
}
.iDentis-ttl {
    display: flex;
    margin-bottom: 1.25em;
}
.iDentis-ttl h2 {
    font-size: 2.8125em;
    margin-right: 0.3777777778em;
    margin-bottom: 0;
}
.iDentis-ttl .idx-ttl-en {
    margin-top: 0.4705882353em;
}
.iDentis-bnr {
    display: flex;
    justify-content: center;
}
.iDentis-bnr .item-bnr {
    padding: 0.1875em;
    border-radius: 3px;
    border: 2px solid #fff;
    min-width: 27.1875em;
    position: relative;
    transition: 0.3s all;
}
.iDentis-bnr .item-bnr .ico {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -2px;
    bottom: -3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: var(--main-color);
}
.iDentis-bnr .item-bnr .ico:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
.iDentis-bnr .item-bnr:first-child {
    margin-right: 1.5625em;
    min-width: 38.75em;
}
.iDentis-bnr .item-bnr:first-child .ico {
    background: #e30062;
}
.iDentis-bnr .item-bnr:first-child .box-bnr {
    justify-content: flex-end;
}
.iDentis-bnr .item-bnr:first-child .box-bnr .img {
    margin-right: 1.4375em;
    margin-top: 0.5em;
}
.iDentis-bnr .item-bnr:last-child .box-bnr {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}
.iDentis-bnr .item-bnr:last-child .box-bnr .ttl {
    margin-left: 1.2em;
    line-height: 1.3em;
    font-weight: 600;
}
.iDentis-bnr .item-bnr .box-bnr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 100%;
    overflow: hidden;
}
.iDentis-bnr .item-bnr .box-bnr .img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.iDentis-bnr .item-bnr .box-bnr .img img {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.iDentis-bnr .item-bnr .box-bnr .img02 {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.iDentis-bnr .item-bnr .box-bnr .img02 img {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.iDentis-bnr .item-bnr .box-bnr .ttl {
    font-size: 1.5625em;
    color: var(--main-color);
    margin-left: 0.4em;
}
.link-in {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.iHospital {
    padding-top: 0.5em;
}
.iHospital-ttl {
    position: relative;
}
.iHospital-ttl .idx-ttl-en {
    position: absolute;
    top: 6.2352941176em;
    left: 14.5294117647em;
}
.iHospital-ttl h2 {
    font-size: 2.8125em;
}
.iHospital-ttl h2 .fs-sz {
    font-size: 1.7777777778em;
    line-height: 1em;
    display: inline-block;
    position: relative;
    top: 1.0375em;
    left: -0.1375em;
    letter-spacing: 0.035em;
}
.iHospital-ttl h2 .fs-sz .fs-larger {
    font-size: 2.0375em;
    line-height: 1em;
}
.iHospital .inner_big {
    padding: 0;
}
.iHospital-list {
    margin-top: 9.375em;
}
.iHospital-list .box-item {
    border-top: 1px solid #10653b;
}
.iHospital-list .box-item .inner_big {
    display: flex;
    padding-left: 3.75em;
    max-width: 80em;
}
.iHospital-list .box-item:nth-child(3) .box-cnt {
    padding-top: 10.1875em;
}
.iHospital-list .box-item:nth-child(4) .box-cnt {
    padding-top: 7.3125em;
}
.iHospital-list .box-item:nth-child(4) .box-cnt h3 {
    letter-spacing: -0.0348484848em;
}
.iHospital-list .box-item:nth-child(4) .box-cnt .txt > p {
    letter-spacing: 0;
}
.iHospital-list .box-item:nth-child(5) .box-cnt {
    padding-top: 7.25em;
}
.iHospital-list .box-item:nth-child(6) {
    border-bottom: 1px solid #10653b;
}
.iHospital-list .box-item:nth-child(6) .box-cnt {
    padding-top: 10em;
}
.iHospital-list .box-item .box-img {
    flex-shrink: 0;
}
.iHospital-list .box-item .box-img .img {
    height: 100%;
}
.iHospital-list .box-item .box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.iHospital-list .box-item .box-cnt {
    padding-top: 7.5em;
    padding-right: 3.125em;
    padding-bottom: 7.5em;
}
.iHospital-list .box-item .box-cnt .idx-ttl-en {
    font-size: 1.375em;
    font-family: var(--f-en02);
    margin-bottom: -0.0909090909em;
}
.iHospital-list .box-item .box-cnt .idx-ttl-en:before {
    width: 1.5454545455em;
    margin-right: 0.3636363636em;
}
.iHospital-list .box-item .box-cnt h3 {
    font-size: 2.0625em;
    color: var(--main-color);
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 1em;
}
.iHospital-list .box-item .box-cnt .txt {
    margin-bottom: 2.0625em;
}
.iHospital-list .box-item .box-cnt .txt > p {
    letter-spacing: 0.05em;
    font-size: max(1em, 12px);
}
.iGreeting {
    padding-top: 6.9375em;
    position: relative;
}
.iGreeting .txt-animation {
    top: 11.6875em;
}
.iGreeting .txt-animation span {
    color: #f9f9f9;
}
.iGreeting-ttl {
    margin-left: 13.3125em;
    position: relative;
    z-index: 1;
}
.iGreeting-ttl .idx-ttl-en {
    margin-bottom: 0.1176470588em;
    margin-left: 0.5882352941em;
}
.iGreeting-ttl h2 {
    font-size: 3.75em;
    margin-bottom: 0.5833333333em;
}
.iGreeting-fx {
    display: flex;
    position: relative;
    z-index: 1;
}
.iGreeting-fx:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/idx-greeting-ico01.png) no-repeat center;
    background-size: 100% 100%;
    width: 31.375em;
    height: 24.3125em;
}
.iGreeting-fx .box-cnt {
    margin-top: 0.625em;
    padding-left: 4.625em;
    padding-bottom: 4em;
    padding-right: 4.0625em;
}
.iGreeting-fx .box-cnt h3 {
    font-size: 2.0625em;
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 1.2727272727em;
}
.iGreeting-fx .box-cnt .txt {
    margin-bottom: 1.875em;
}
.iGreeting-fx .box-cnt .txt > p {
    line-height: 2.12em;
    letter-spacing: 0.01em;
    font-size: max(1em, 14px);
}
.iGreeting-fx .box-cnt .idx-list-link {
    flex-wrap: wrap;
}
.iGreeting-fx .box-cnt .idx-list-link li {
    width: 50%;
    margin-right: 1em;
    margin-bottom: 0.625em;
    max-width: 9.375em;
}
.iGreeting-fx .box-cnt .idx-list-link li:nth-child(2n) {
    margin-right: 0;
}
.iGreeting-fx .box-cnt .idx-list-link li.st02 a {
    min-width: 10.7142857143em;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    min-height: 3.5714285714em;
}
.iGreeting .inner_big {
    padding: 0;
    max-width: 80em;
}
.iGreeting .box-img {
    margin-top: -9.875em;
}
.iGreeting .box-img01 {
    margin-top: -0.4375em;
    position: relative;
}
.iGreeting .box-img01 .box-name {
    position: absolute;
    left: 2.5em;
    bottom: 2em;
    color: #fff;
    line-height: 1.5em;
}
.iGreeting .box-img01 .box-name .sub-name {
    font-size: 0.875em;
    display: block;
    margin-bottom: 0.5em;
}
.iGreeting .box-img01 .box-name .name {
    font-size: 1.9375em;
    line-height: 1em;
    letter-spacing: 0.1em;
}
.iGreeting .box-img,
.iGreeting .box-img01 {
    flex-shrink: 0;
}
.iWorries {
    background: #f5f5f5;
    padding-top: 6.75em;
    padding-bottom: 6.125em;
}
.iWorries .inner_sm {
    max-width: 68.75em;
}
.iWorries-ttl {
    margin-bottom: 2.875em;
}
.iWorries-ttl .idx-ttl-en {
    margin-bottom: 2px;
}
.iWorries-ttl h2 {
    font-size: 3.75em;
    letter-spacing: 0.02em;
    margin-bottom: 0.1666666667em;
}
.iWorries-list {
    display: flex;
    flex-wrap: wrap;
}
.iWorries-list li {
    width: calc(20% - 1em);
    margin-right: 1.25em;
    margin-bottom: 1.25em;
}
.iWorries-list li:nth-child(5n) {
    margin-right: 0;
}
.iWorries-list li:nth-child(6) a,
.iWorries-list li:nth-child(7) a,
.iWorries-list li:nth-child(8) a,
.iWorries-list li:nth-child(9) a,
.iWorries-list li:nth-child(10) a {
    padding-top: 0.375em;
}
.iWorries-list li:nth-child(6) a .ttl,
.iWorries-list li:nth-child(7) a .ttl,
.iWorries-list li:nth-child(8) a .ttl,
.iWorries-list li:nth-child(9) a .ttl,
.iWorries-list li:nth-child(10) a .ttl {
    margin-bottom: 1.5789473684em;
}
.iWorries-list li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    background: #fff;
    text-decoration: none;
    text-align: center;
    padding-top: 1.3125em;
    padding-bottom: 1.5625em;
    position: relative;
}
.iWorries-list li a:before {
    content: "";
    position: absolute;
    right: 0.875em;
    bottom: 0.875em;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 50%;
}
.iWorries-list li a .ttl {
    font-size: max(1.1875em, 13px);
    color: var(--clr1);
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    min-height: 3.9473684211em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.0526315789em;
}
.iWorries-list li a .ico {
    height: 3.75em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iBlog {
    padding-top: 5.75em;
    padding-bottom: 6.25em;
}
.iBlog-fx {
    display: flex;
    justify-content: center;
}
.iBlog-ttl-fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3.0625em;
}
.iBlog-ttl {
    display: flex;
    align-items: center;
}
.iBlog-ttl h2 {
    margin-bottom: 0;
}
.iBlog-ttl .idx-ttl-en {
    margin-left: 0.5882352941em;
}
.iBlog-cnt {
    min-width: 31.5625em;
    flex-shrink: 0;
}
.iBlog-cnt:first-child {
    margin-right: 4.375em;
}
.iBlog-cnt:first-child h2 {
    letter-spacing: -0.125em;
}
.iBlog-cnt:first-child .idx-ttl-en {
    margin-left: 1.0588235294em;
}
.iBlog ul li:last-child a {
    border-bottom: 1px solid #bcc4b4;
}
.iBlog ul li a {
    text-decoration: none;
    padding: 1.125em 1.8125em 1.4375em;
    border-top: 1px solid #bcc4b4;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 2.5em;
}
.iBlog ul li a:before {
    content: "";
    position: absolute;
    right: 1.875em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--main-color);
}
.iBlog ul li a span {
    display: block;
    font-size: 1em;
    color: var(--clr1);
    font-weight: 600;
}
.iBlog ul li a .date {
    font-family: var(--f-en);
}
.iBlog ul li a .ttl {
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.idx-list-link {
    display: flex;
    max-width: 67.5em;
    margin: 0 auto;
}
.idx-list-link li {
    width: 20%;
    margin-right: 1.25em;
}
.idx-list-link li:nth-child(5n) {
    margin-right: 0;
}
.idx-list-link li.st02 a {
    min-width: 100%;
    min-height: 4.375em;
    padding-left: 1.25em;
    justify-content: flex-start;
    font-size: 1em;
    letter-spacing: 0.05em;
    padding-right: 1.875em;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
    :root {
        --ttl_size: 24px;
    }
    .home_page .key {
        font-size: 0.78vw;
    }
    .iNews,
    .iMedical,
    .iConcept,
    .iSystem,
    .iMedical02,
    .iDentis,
    .iHospital,
    .iGreeting,
    .iWorries,
    .iBlog {
        font-size: 1.25vw;
    }
    .iMedical-list .ttl .ico img {
        height: 1.25em;
        width: auto;
    }
    .iConcept-box .box-img .img img {
        width: 36.125em;
        height: auto;
    }
    .iDentis-box .box-img .img img {
        width: 40.375em;
    }
    .iDentis-bnr .item-bnr:first-child .box-bnr .img img {
        height: 4.75em;
        width: auto;
    }
    .iDentis-bnr .item-bnr .box-bnr .img02 img {
        height: 9.375em;
        width: auto;
    }
    .iDentis-bnr .item-bnr:last-child .box-bnr .img img {
        width: 13.875em;
        height: auto;
    }
    .iHospital-list .box-item .box-img .img img {
        height: 100%;
        width: 51.6875em;
    }
    .iGreeting .box-img01 .img img {
        width: 36.125em;
        height: auto;
    }
    .iGreeting .box-img .img img {
        width: 9.1875em;
        height: auto;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .iSystem .inner_sm {
        max-width: 73.75em;
        padding-left: 0;
        padding-right: 0;
    }
    .iSystem-list {
        margin-left: 2em;
    }
    .iSystem-cnt {
        flex-shrink: 0;
        width: calc(100% - 35.4875em);
    }
    .iHospital-list .box-item .inner_big {
        padding-left: 2em;
    }
    .iWorries-list li a .ico img {
        height: 3.75em;
        width: auto;
    }
    .iWorries .inner_sm {
        max-width: 74.75em;
    }
    .idx-btn a:before {
        right: 1em;
        width: 4px;
        height: 4px;
    }
    .iConcept .inner_sm {
        max-width: 76.75em;
    }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
    :root {
        --ttl_size: 22px;
    }
}
/*# sourceMappingURL=index_pc.css.map */