.home_page .wrapper {
    position: relative;
	z-index:1;
}

.home_page .wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 500px;
    width: 100%;
    background: #F8F6F0;
	z-index:-1;
}

.home_page .key {
	background: url(../images/idx-main-img01.jpg) no-repeat center;
	background-size: cover;
    --height: 50vw;
    --min-height: 89em;
    --max-height: 89em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    font-size: 0.52vw;
    width: calc(100% - 3em);
    margin: 30px auto 0;
    border-radius: 3em;
    position: relative;
    z-index: 3;
}



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

.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;
    align-items: flex-start;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 15em;
    padding-left: 9.6em;
    padding-right: 9.6em;
	background-size: cover;
	position: relative;
}

.home_page .key .key_text .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/idx-main-bg01.jpg) no-repeat center;
    background-size: cover;
    mix-blend-mode: multiply;
    border-radius: 3em;
}

.home_page .key .key_text .s1{
	background: url(../images/idx-main-img01.jpg) no-repeat center;
}
.home_page .key .key_text .s2{
	background: url(../images/idx-main-img02.jpg) no-repeat center;
}
.home_page .key .key_text .s3{
	background: url(../images/idx-main-img03.jpg) no-repeat center;
}

.home_page .key .idx-list-main {
    position: absolute;
    left: 13.1em;
    bottom: 12.4em;
    display: flex;
}

.home_page .key .idx-list-main li {
    width: 20em;
    height: 20em;
    border-radius: 50%;
    background: #fff;
    position: relative;
    padding: 5.2em 1.5em;
}

.home_page .key .idx-list-main li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 1em);
    height: calc(100% - 1em);
    background: #64BAA5;
    border-radius: 50%;
}

.home_page .key .idx-list-main li:not(:first-child) {
    left: -2.3em;
}

.home_page .key .idx-list-main li:nth-child(2):before {
    background: #9EB75F;
}

.home_page .key .idx-list-main li:last-child {
    left: -4.2em;
}

.home_page .key .idx-list-main li:last-child:before {
    background: #60B77D;
}

.home_page .key .idx-list-main li .ttl,
.home_page .key .idx-list-main li .txt {
    position: relative;
    font-size: 2em;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1.5em;
}

.home_page .key .idx-list-main li .txt {
    letter-spacing: 0;
}

.home_page .key .catch {
    padding: 1em;
    margin: 0px auto;
	position: relative;
	z-index: 2;
}

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

.home_page .key .catch .title {
    margin-bottom: 0.3548387097em;
    font-size: 6.2em;
    line-height: 1.3em;
}

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

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    position: relative;
    margin-bottom: 35px;
    color: var(--clr1);
    font-family: var(--f-jp);
    font-size: calc(var(--ttl_size) + 14px);
    font-weight: 500;
    letter-spacing: 0.15em;
}

.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 h3 {
    color: #fff;
    font-size: 2.25em;
    font-weight: 500;
    line-height: 1.5em;
}

@media only screen and (min-width: 769px) {
    .iGastro-list li:hover:before,
    .iInternal-list li:hover:before {
        width: 100%;
        height: 100%;
        transition: 0.3s all;
    }
    .iGastro-list li:hover,
    .iInternal-list li:hover,
    .iOther-list li a:hover {
        opacity: 1;
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .idx-btn a:hover {
        opacity: 1;
        color: #fff;
        background: var(--main-color);
        transition: 0.3s all;
    }
    .idx-btn02 a:hover {
        color: var(--main-color);
        background: #fff;
        box-shadow: 0 0 0 1px var(--main-color);
        opacity: 1;
        transition: 0.3s all;
    }
    .iFeatures02 .idx-btn02 a:hover {
        background: #fff;
        box-shadow: 0 0 0 1px var(--clr2);
        color: var(--clr2);
    }
}

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

.idx-box-ttl {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.5em;
    padding-left: 0.625em;
}

.idx-box-ttl .ico {
    margin-right: 1.25em;
    position: relative;
    top: -0.3125em;
}

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

.idx-box-ttl .ttl h2 {
    margin-bottom: 0;
    font-size: max(2.5em, 26px);
    letter-spacing: 0.09em;
}

.idx-box-ttl .ttl .idx-ttl-en {
    font-size: max(1.375em, 15px);
    font-family: var(--f-en);
    color: var(--main-color);
}

.iNews {
    padding-top: 5em;
    padding-bottom: 22.5em;
    font-size: 0.835vw;
    position: relative;
}

.iNews .inner_big {
    max-width: 81.25em;
}

.iNews:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14.0625em;
    margin: 0 auto;
    background: url(../images/idx-bg-medical.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    height: calc(100% + 14.0625em);
    max-height: initial;
}

.iNews-box {
    background: #F1F8F3;
    border: 1px solid var(--main-color);
    border-radius: 1.875em;
    display: flex;
    padding: 3.125em 5.625em 2.2em;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    box-shadow: 0.3125em 0.3125em 1.25em rgba(106, 54, 29, 0.1);
}

.iNews-box .box-ttl-news {
    padding: 1.75em 5.5em;
    flex-shrink: 0;
}

.iNews-box .box-ttl-news .box-ttl {
    margin-bottom: 2.625em;
}

.iNews-box .box-ttl-news .box-ttl .ttl,
.iNews-box .box-ttl-news .box-ttl .sub-ttl {
    font-size: max(1.375em, 14px);
    font-family: var(--f-en);
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0;
}

.iNews-box .box-ttl-news .box-ttl .ttl {
    margin-bottom: 6px;
    font-weight: 400;
}

.iNews-box .box-ttl-news .box-ttl .sub-ttl {
    color: var(--main-color);
    margin-left: 5px;
    letter-spacing: 0.07em;
}

.iNews-box .box-ttl-news .idx-btn-news {
    margin-left: -2.8125em;
}

.iNews-box ul {
    max-width: 48.1875em;
    width: 100%;
    margin-top: -1.3125em;
}

.iNews-box ul li a {
    text-decoration: none;
    color: var(--clr1);
    padding-bottom: 1.375em;
    padding-top: 1.375em;
    background: url(../images/idx-ico-hr.svg) no-repeat bottom center;
    background-size: 100% 2px;
    display: flex;
    align-items: center;
    width: 100%;
}

.iNews-box ul li a .date {
    font-size: max(1.0625em, 10px);
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: var(--f-en);
    margin-right: 2.8235294118em;
    line-height: 1.5em;
    position: relative;
    top: 0.1176470588em;
}

.iNews-box ul li a .ttl {
    letter-spacing: 0.05em;
    font-size: max(1.125em, 13px);
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iMedical {
    padding-top: 8.625em;
}

.iMedical .idx-box-ttl .ico img {
    width: 4.625em;
    height: auto;
}

.iMedical-list {
    display: flex;
    position: relative;
    justify-content: center;
}

.iMedical-list li {
    width: 50%;
    box-shadow: 0.3125em 0.3125em 1.25em rgba(14, 65, 32, 0.1);
    max-width: 44.375em;
    margin-right: 1.25em;
    border-radius: 1.875em;
    border: 1px solid var(--main-color);
    background: #F0F8F3;
    padding: 5.3125em 4.75em 3em 5.125em;
}

.iMedical-list li:last-child {
    margin-right: 0;
    background: #FFFBF3;
    border: 1px solid var(--clr2);
}

.iMedical-list li:last-child .idx-box-ttl {
    background: url(../images/idx-medical-hr02.svg) no-repeat bottom center;
    background-size: 100% 2px;
    padding-left: 3.9375em;
}

.iMedical-list li:last-child .idx-box-ttl .ttl .idx-ttl-en {
    color: var(--clr2);
}

.iMedical-list li:last-child .idx-btn-news a:before {
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
}

.iMedical-list li .idx-box-ttl {
    justify-content: flex-start;
    padding-left: 3.0625em;
    background: url(../images/idx-medical-hr01.svg) no-repeat bottom center;
    background-size: 100% 2px;
    padding-bottom: 1.125em;
    margin-bottom: 1.25em;
}

.iMedical-list li .idx-box-ttl .ico {
    margin-right: 1.875em;
}

.iMedical-list li .idx-box-ttl .ico img {
    width: 7.625em;
    height: auto;
}

.iMedical-list li .idx-box-ttl .ttl {
    margin-top: -3px;
    text-align: left;
}

.iMedical-list li .idx-box-ttl .ttl h2 {
    margin-bottom: 4px;
}

.iMedical-list li .idx-box-ttl .ttl .idx-ttl-en {
    font-size: 1.25em;
    letter-spacing: 0;
    margin-left: 0.9em;
}

.iMedical-list li .txt {
    margin-bottom: 1.5625em;
}

.iMedical-list li .txt>p {
    font-size: max(1.125em, 13px);
    line-height: 1.78em;
}

.iMedical-list li .idx-btn-news {
    width: fit-content;
    margin-left: auto;
}

.iGastro {
    position: relative;
    font-size: 0.8333vw;
    z-index: 1;
}

.iGastro-box {
    background: var(--main-color);
    border-radius: 1.875em;
    max-width: calc(100% - 4.4375em);
    margin: -13.75em auto 0;
    position: relative;
    padding-top: 8.6875em;
    padding-left: 10.75em;
    padding-bottom: 8.75em;
}

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

.iGastro-fx .box-cnt {
    flex-shrink: 0;
    position: relative;
}

.iGastro-fx .box-cnt:before {
    content: "";
    position: absolute;
    left: -10.75em;
    top: -5.4375em;
    background: url(../images/idx-gastro-img01.png) no-repeat center;
    background-size: 100% auto;
    width: 66.9375em;
    height: 76.1875em;
}

.iGastro-fx .box-cnt .idx-box-ttl {
    padding-left: 2em;
    justify-content: flex-start;
    margin-bottom: 1.375em;
}

.iGastro-fx .box-cnt .idx-box-ttl .ico {
    margin-right: 0.9375em;
    top: 0;
}

.iGastro-fx .box-cnt .idx-box-ttl .ico img {
    width: 5.25em;
    height: auto;
}

.iGastro-fx .box-cnt .idx-box-ttl .ttl {
    text-align: left;
}

.iGastro-fx .box-cnt .idx-box-ttl .ttl h2,
.iGastro-fx .box-cnt .idx-box-ttl .ttl .idx-ttl-en {
    color: #fff;
}

.iGastro-fx .box-cnt .idx-box-ttl .ttl h2 {
    font-size: 2.875em;
}

.iGastro-fx .box-cnt .idx-box-ttl .ttl .idx-ttl-en {
    margin-left: 0.8181818182em;
    letter-spacing: 0.01em;
}

.iGastro-fx .box-cnt h3 {
    margin-left: 1.0555555556em;
    margin-bottom: 1.7222222222em;
    position: relative;
}

.iGastro-fx .box-img {
    flex-shrink: 0;
    margin-left: -1.45em;
    margin-top: 2.5625em;
    position: relative;
}

.iGastro-fx .box-img .img img {
    width: 59.25em;
    height: auto;
    border-top-left-radius: 5.75em;
    border-bottom-left-radius: 5.75em;
}

.iGastro-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.75em;
    margin-right: -6.875em;
    position: relative;
    z-index: 1;
}

.iGastro-list li {
    background: #DCF7E7;
    width: 33.3333333333%;
    max-width: 17.5em;
    height: 17.5em;
    flex-shrink: 0;
    margin-right: 1em;
    border-radius: 50%;
    margin-bottom: 1em;
    position: relative;
}

.iGastro-list li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 0.625em);
    height: calc(100% - 0.625em);
    background: #fff;
    border-radius: 50%;
}

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

.iGastro-list li a {
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 2.8125em;
    padding-bottom: 2.8125em;
    position: relative;
    z-index: 1;
}

.iGastro-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.8125em;
    margin: 0 auto;
    width: 1.25em;
    height: 1.8125em;
    background: url(../images/idx-ico-list.png) no-repeat center;
    background-size: 100% auto;
}

.iGastro-list li a .ico {
    height: 6.625em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.3125em;
}

.iGastro-list li a .ico img {
    height: 100%;
    width: auto;
}

.iGastro-list li a .ttl {
    font-size: 1.375em;
    color: var(--clr1);
    line-height: 1.35em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    min-height: 2.6818181818em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iGastro-frame {
    background: #DCF7E7;
    border-radius: 1.875em;
    position: relative;
    max-width: 90em;
    margin-left: 1.75em;
    margin-top: -4.1875em;
}

.iGastro-frame:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 0.625em);
    height: calc(100% - 0.625em);
    background: #fff;
    border-radius: 1.875em;
}

.iGastro-frame-box {
    position: relative;
    padding: 3.6875em 5em 1.5em 5.3125em;
}

.iGastro-frame-box h3 {
    font-size: 2.5em;
    color: var(--clr1);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 1em;
    margin-bottom: 0.8em;
}

.iGastro-frame-box h3:before {
    content: "";
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background: url(../images/idx-gastro-ico08.svg) no-repeat center;
    background-size: 100% auto;
    width: 2.125em;
    height: 1.8em;
    margin-bottom: 0.375em;
}

.iGastro-frame-fx {
    display: flex;
    margin-top: 2.8125em;
}

.iGastro-frame-fx .box-cnt h3:before {
    background: url(../images/idx-gastro-ico09.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.575em;
    height: 1.9em;
}

.iGastro-frame-fx .box-cnt:last-child {
    margin-left: 0.9375em;
}

.iGastro-frame-fx .box-cnt:last-child h3 {
    margin-left: 0.325em;
}

.iGastro-frame-fx .box-cnt:last-child h3:before {
    background: url(../images/idx-gastro-ico10.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.575em;
    height: 2.075em;
    margin-bottom: 0.25em;
}

.iGastro-frame-fx h3 {
    margin-left: 0;
}

.iGastro-frame-fx .idx-list-btn li {
    width: 50%;
    margin-right: 1.25em;
    margin-bottom: 1.4375em;
}

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

.iEndo {
    padding-top: 8.125em;
    position: relative;
    font-size: 0.8333vw;
}

.iEndo:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14.375em;
    margin: 0 auto;
    width: 100%;
    height: calc(100% + 14.375em);
    background: #EFF9F3;
}

.iEndo:after {
    content: "";
    position: absolute;
    left: -16em;
    top: -28.75em;
    width: 55.1875em;
    height: 57.25em;
    background: url(../images/idx-endo-ico02.svg) no-repeat center;
    background-size: 100% auto;
    opacity: 0.16;
    mix-blend-mode: multiply;
}

.iEndo-fx {
    display: flex;
    position: relative;
}

.iEndo-fx .box-img {
    flex-shrink: 0;
    margin-left: -3.25em;
    margin-top: 8.5625em;
}

.iEndo-fx .box-img .img img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 54.6875em;
    height: auto;
}

.iEndo-fx .box-cnt {
    margin-left: -5.375em;
    position: relative;
    width: 58.6875em;
    background: #fff;
    border-radius: 1.875em;
    box-shadow: 0.3125em 0.3125em 1.25em rgba(14, 65, 32, 0.1);
    padding: 4em 4.6875em 4.375em 4.0625em;
    height: fit-content;
}

.iEndo-fx .box-cnt .idx-box-ttl {
    justify-content: flex-start;
    margin-left: -0.3125em;
    margin-bottom: 1.75em;
}

.iEndo-fx .box-cnt .idx-box-ttl .ico {
    margin-right: 0.9375em;
}

.iEndo-fx .box-cnt .idx-box-ttl .ico img {
    width: 5em;
    height: auto;
}

.iEndo-fx .box-cnt .idx-box-ttl .ttl .idx-ttl-en {
    margin-left: 0.5909090909em;
    text-align: left;
    letter-spacing: 0;
}

.iEndo-fx .box-cnt h3 {
    font-size: 2.5em;
    color: var(--clr1);
    line-height: 1.6em;
    margin-bottom: 0.65em;
}

.iEndo-fx .box-cnt .txt {
    margin-bottom: 2.125em;
}

.iEndo-fx .box-cnt .txt>p {
    line-height: 1.8em;
    font-size: max(1.125em, 13px);
}

.iEndo-fx .box-cnt .idx-list-btn02 {
    display: flex;
    flex-wrap: wrap;
}

.iEndo-fx .box-cnt .idx-list-btn02 li {
    width: 50%;
    margin-right: 1.1875em;
    margin-bottom: 1.25em;
    max-width: 18.75em;
}

.iEndo-fx .box-cnt .idx-list-btn02 li:nth-child(2n) {
    margin-right: 0;
}

.iFeatures {
    background: #EFF9F3;
    padding-top: 8.75em;
    padding-bottom: 33.125em;
    font-size: 0.8333vw;
}

.iFeatures .idx-box-ttl {
    padding-left: 1.25em;
    margin-bottom: 4.4375em;
}

.iFeatures .idx-box-ttl .ico {
    margin-right: 1.5625em;
}

.iFeatures .idx-box-ttl .ttl h2 {
    letter-spacing: 0.12em;
}

.iFeatures .idx-box-ttl .ttl .idx-ttl-en {
    letter-spacing: 0;
}

.iFeatures .inner_big {
    max-width: 91.25em;
    padding: 0 0.5em;
}

.iFeatures-list {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

.iFeatures-list li {
    width: 33.3333333333%;
    background: #fff;
    border-radius: 1.875em;
    border: 1px solid var(--main-color);
    max-width: 25.75em;
    margin-right: 1.375em;
    padding: 1.9375em 1.9375em 2.3125em;
    box-shadow: 0.3125em 0.3125em 1.25em rgba(14, 65, 32, 0.1);
}

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

.iFeatures-list li .img {
    width: 12.5em;
    height: 12.5em;
    border-radius: 50%;
    margin: 0 auto 0.9375em;
    position: relative;
    left: 0.3125em;
}

.iFeatures-list li .img img {
    width: 12.5em;
    height: auto;
    border-radius: 50%;
}

.iFeatures-list li .stt {
    text-align: center;
    color: var(--main-color);
    font-size: max(0.75em, 10px);
    letter-spacing: 0.2em;
    margin-bottom: 3px;
}

.iFeatures-list li h4 {
    font-size: 1.75em;
    color: var(--clr1);
    font-weight: 500;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0;
    margin-bottom: 0.4642857143em;
}

.iFeatures-list li .txt>p {
    line-height: 1.8em;
    font-size: max(1.125em, 13px);
}

.iFeatures-list02 {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.iFeatures-list02:before {
    content: "";
    position: absolute;
    left: -49.5625em;
    top: -31.875em;
    background: url(../images/idx-features-ico04.svg) no-repeat center;
    background-size: 100% auto;
    width: 71.5625em;
    height: 71.3125em;
    opacity: 0.16;
    z-index: -1;
}

.iFeatures-list02:after {
    content: "";
    position: absolute;
    right: -24.5625em;
    top: -15.5em;
    background: url(../images/idx-features-ico03.svg) no-repeat center;
    background-size: 100% auto;
    width: 55.5em;
    height: 59.25em;
    opacity: 0.16;
    z-index: -1;
}

.iFeatures-list02 .box-cnt {
    width: 50%;
    max-width: 43.125em;
    border-radius: 1.875em;
    background: #fff;
    border: 1px solid var(--main-color);
    margin-right: 3.75em;
    padding: 2.5em 9.0625em 2.875em;
    box-shadow: 0.3125em 0.3125em 1.25em rgba(106, 54, 29, 0.1);
}

.iFeatures-list02 .box-cnt:last-child {
    margin-right: 0;
}

.iFeatures-list02 .box-cnt:last-child h3 .ico img {
    width: 0.85em;
    height: auto;
}

.iFeatures-list02 .box-cnt h3 {
    display: flex;
    color: var(--clr1);
    font-size: 2.5em;
    justify-content: center;
    background: url(../images/idx-features-hr.svg) no-repeat bottom center;
    background-size: 100% 2px;
    padding-bottom: 0.25em;
    align-items: center;
    padding-left: 0.175em;
    padding-bottom: 0.4em;
    margin-bottom: 0.4em;
}

.iFeatures-list02 .box-cnt h3 .ico {
    line-height: 0;
    margin-right: 0.3em;
}

.iFeatures-list02 .box-cnt h3 .ico img {
    width: 1.1em;
    height: auto;
}

.iFeatures-list02 .box-cnt h4 {
    text-align: center;
    font-size: 1.625em;
    line-height: 1.4em;
    color: var(--clr1);
    font-weight: 500;
    margin-bottom: 1.2307692308em;
}

.iFeatures-list02 .box-cnt .idx-list-check {
    margin-left: 0.3125em;
    margin-bottom: 1.9375em;
}

.iFeatures-list02 .box-cnt .idx-btn02 {
    width: fit-content;
    margin: 0 auto;
}

.iFeatures-list02 .box-cnt .idx-btn02 a {
    min-width: 18.8888888889em;
    padding-left: 0.6111111111em;
    font-size: 1em;
}

.iFeatures-list02 .box-cnt .idx-btn02 a:before {
    right: 0.7777777778em;
}

.iInternal {
    font-size: 0.8333vw;
}

.iInternal-box {
    max-width: calc(100% - 4.4375em);
    margin: -25em auto 0;
    background: url(../images/idx-bg-internal.jpg) no-repeat center;
    background-size: 100% auto;
    border-radius: 1.875em;
    padding: 8.75em 0 8.75em 12.3125em;
}

.iInternal-fx {
    display: flex;
}

.iInternal-fx .box-cnt .idx-box-ttl {
    margin-bottom: 1.1875em;
    justify-content: flex-start;
}

.iInternal-fx .box-cnt .idx-box-ttl .ico img {
    width: 4.875em;
    height: auto;
}

.iInternal-fx .box-cnt .idx-box-ttl .ttl {
    text-align: left;
}

.iInternal-fx .box-cnt .idx-box-ttl .ttl h2,
.iInternal-fx .box-cnt .idx-box-ttl .ttl .idx-ttl-en {
    color: #fff;
}

.iInternal-fx .box-cnt .idx-box-ttl .ttl .idx-ttl-en {
    margin-left: 0.6818181818em;
    letter-spacing: 0.03em;
}

.iInternal-fx .box-cnt .txt {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 0.04em;
}

.iInternal-fx .box-img {
    flex-shrink: 0;
    margin-top: 1.625em;
    margin-right: -2.5em;
    position: relative;
    right: -1.875em;
}

.iInternal-fx .box-img .img img {
    width: 55em;
    height: auto;
    border-radius: 1.875em;
}

.iInternal-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6.6875em;
    position: relative;
    z-index: 1;
    margin-top: 3.75em;
}

.iInternal-list li {
    width: 33.3333333333%;
    max-width: 17.5em;
    height: 17.5em;
    border-radius: 50%;
    background: #F7D9C6;
    flex-shrink: 0;
    margin-right: 1.125em;
    margin-bottom: 0.9375em;
    position: relative;
}

.iInternal-list li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 0.625em);
    height: calc(100% - 0.625em);
    border-radius: 50%;
    background: #fff;
}

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

.iInternal-list li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    padding-top: 2.5625em;
    padding-bottom: 1.875em;
}

.iInternal-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.875em;
    margin: 0 auto;
    width: 1.25em;
    height: 1.8125em;
    background: url(../images/idx-internal-arr.png) no-repeat center;
    background-size: 100% auto;
}

.iInternal-list li a .ico {
    margin-bottom: 1.0625em;
    height: 7.25em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iInternal-list li a .ttl {
    font-size: 1.375em;
    line-height: 1.5em;
    text-align: center;
    color: var(--clr1);
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.4545454545em;
}

.iOther {
    background: url(../images/idx-other-bg.png) no-repeat bottom center;
    background-size: 100% auto;
    padding-top: 8em;
    padding-bottom: 19.25em;
    position: relative;
    z-index: 1;
    font-size: 0.8333vw;
}

.iOther .idx-box-ttl {
    padding-left: 0.9375em;
    margin-bottom: 3.125em;
}

.iOther .idx-box-ttl .ico {
    margin-right: 1.875em;
}

.iOther .idx-box-ttl .ico img {
    width: 3.5625em;
    height: auto;
}

.iOther .idx-box-ttl .ttl h2 {
    letter-spacing: 0.1em;
}

.iOther .idx-box-ttl .ttl .idx-ttl-en {
    letter-spacing: 0.01em;
    color: var(--clr2);
}

.iOther .txt {
    text-align: center;
    font-size: 1.625em;
    margin-bottom: 1.3076923077em;
    letter-spacing: 0.04em;
}

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

.iOther-list li {
    width: 33.3333333333%;
    max-width: 25.75em;
    margin-right: 1.4375em;
}

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

.iOther-list li a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
    border: 1px solid var(--clr2);
    border-radius: 1.875em;
    background: #FFFBF3;
    padding-top: 1.875em;
    padding-left: 1.875em;
    padding-right: 1.875em;
    padding-bottom: 2em;
    text-align: center;
    transition: 0.3s all;
    box-shadow: 0.3125em 0.3125em 1.25em rgba(106, 54, 29, 0.1);
}

.iOther-list li a .img {
    margin-bottom: 1.0625em;
}

.iOther-list li a .img img {
    border-radius: 1.25em;
    width: 21.75em;
    height: auto;
}

.iOther-list li a span {
    display: block;
}

.iOther-list li a .sub-ttl {
    font-size: 0.75em;
    color: var(--clr2);
    font-weight: 500;
    letter-spacing: 0.18em;
    margin-bottom: 0.5em;
}

.iOther-list li a .ttl {
    font-size: 1.75em;
    color: var(--clr1);
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 0.7857142857em;
}

.iOther-list li a .btn {
    font-size: 1.125em;
    color: var(--clr1);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iOther-list li a .btn .ico-arr {
    line-height: 0;
    margin-left: 0.75em;
}

.iOther-list li a .btn .ico-arr img {
    width: 1.875em;
    height: auto;
}

.iFeatures02 {
    padding-bottom: 2.5em;
    background: #F8F6F0;
    position: relative;
    font-size: 0.8333vw;
}

.iFeatures02 .inner_big {
    max-width: 81.25em;
}

.iFeatures02 .idx-box-ttl {
    margin-bottom: 4.4375em;
}

.iFeatures02 .idx-box-ttl .ico img {
    width: 5em;
    height: auto;
}

.iFeatures02 .idx-box-ttl .ttl .idx-ttl-en {
    color: var(--clr2);
    letter-spacing: 0.01em;
}

.iFeatures02-box {
    max-width: calc(100% - 4.375em);
    margin: -11.95em auto 0;
    border-radius: 1.875em;
    background: #FFFBF3;
    position: relative;
    padding-top: 8.75em;
    padding-bottom: 8.75em;
    z-index: 1;
}

.iFeatures02-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../images/idx-features-bg02.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 143.625em;
    z-index: -1;
    border-bottom-left-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
}

.iFeatures02-list li {
    border-radius: 1.875em;
    margin-bottom: 4em;
    display: flex;
    background: #fff;
    box-shadow: 0.3125em 0.3125em 1.25em rgba(106, 54, 29, 0.1);
}

.iFeatures02-list li:nth-child(even) .img {
    order: 2;
}

.iFeatures02-list li:nth-child(even) .img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
}

.iFeatures02-list li:nth-child(even) .box-cnt {
    order: 1;
}

.iFeatures02-list li:nth-child(even) .box-cnt .stt {
    color: var(--main-color);
}

.iFeatures02-list li:nth-child(even) .box-cnt h3 {
    background: url(../images/idx-features-hr02.svg) no-repeat bottom center;
    background-size: 100% 2px;
}

.iFeatures02-list li .img {
    flex-shrink: 0;
    line-height: 0;
}

.iFeatures02-list li .img img {
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
    width: 40em;
    height: 100%;
    object-fit: cover;
}

.iFeatures02-list li .box-cnt {
    padding: 4em 5.125em;
}

.iFeatures02-list li .box-cnt .stt {
    font-size: max(0.75em, 10px);
    color: var(--clr2);
    letter-spacing: 0.2em;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 1em;
}

.iFeatures02-list li .box-cnt h3 {
    line-height: 1.3em;
    color: var(--clr1);
    font-size: max(1.875em, 18px);
    padding-bottom: 0.6em;
    background: url(../images/idx-features-hr01.svg) no-repeat bottom center;
    background-size: 100% 2px;
    letter-spacing: 0;
    margin-bottom: 0.4em;
}

.iFeatures02-list li .box-cnt .txt>p {
    line-height: 1.8em;
    font-size: max(1.125em, 13px);
}

.iFeatures02 .idx-btn02 {
    width: fit-content;
    margin: 0 auto;
}

.iFeatures02 .idx-btn02 a {
    background: var(--clr2);
    min-width: 18.75em;
    min-height: 3.75em;
    font-size: max(0.8888888889em, 12px);
    border-radius: 1.875em;
}

.iFeatures02 .idx-btn02 a:before {
    background: url(../images/idx-ico-arr03.svg) no-repeat center;
    background-size: 100% auto;
}

.iGreeting {
    background: url(../images/idx-company-bg01.jpg) no-repeat center;
    background-size: cover;
    padding-top: 7.4375em;
    padding-bottom: 8.75em;
    font-size: 0.8333vw;
}

.iGreeting .inner_big {
    max-width: 81.25em;
    padding: 0 0.625em;
}

.iGreeting .idx-box-ttl {
    padding-left: 0;
    margin-bottom: 6.25em;
}

.iGreeting .idx-box-ttl .ico img {
    width: 5.125em;
    height: auto;
}

.iGreeting .idx-box-ttl .ttl .idx-ttl-en {
    margin-left: 5px;
    letter-spacing: 0.01em;
}

.iGreeting-fx {
    display: flex;
}

.iGreeting-fx .box-cnt {
    margin-right: 6.875em;
    padding-bottom: 4em;
}

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

.iGreeting-fx .box-cnt .txt>p {
    line-height: 1.78em;
    font-size: max(1.125em, 13px);
}

.iGreeting-fx .box-cnt .idx-list-btn .idx-btn02 {
    max-width: 18.75em;
    width: 100%;
    margin-right: 1.25em;
}

.iGreeting-fx .box-cnt .idx-list-btn .idx-btn02:last-child {
    margin-right: 0;
}

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

.iGreeting-fx .box-img {
    flex-shrink: 0;
    position: relative;
    margin-right: -5.0625em;
    margin-top: -8em;
}

.iGreeting-fx .box-img .img img {
    width: 39.375em;
    height: auto;
}

.iGreeting-fx .box-img .box-name {
    width: 16em;
    height: 16em;
    border-radius: 50%;
    background: #DCF7E7;
    position: absolute;
    right: 0;
    top: 21.625em;
    text-align: center;
    padding-top: 2.6875em;
    z-index: 1;
}

.iGreeting-fx .box-img .box-name:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 0.625em);
    height: calc(100% - 0.625em);
    background: #fff;
    border-radius: 50%;
    z-index: -1;
}

.iGreeting-fx .box-img .box-name .sub-name {
    font-size: 1.625em;
    text-align: center;
    letter-spacing: 0;
    background: url(../images/idx-company-hr.svg) no-repeat bottom center;
    background-size: 150px 2px;
    padding-bottom: 4px;
    margin-bottom: 0px;
}

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

.iGreeting-fx .box-img .box-name .name span {
    font-size: 0.45em;
    display: block;
    line-height: 1em;
}

.idx_gallery {
    margin-top: -0.25em;
    font-size: 0.8333vw;
}

.idx_gallery .list .item {
    margin-right: 0.9375em;
}

.idx_gallery .list .item img {
    border-radius: 1.875em;
    width: 31.25em;
    height: auto;
}

.idx-list-check li {
    padding-left: 1.5em;
    position: relative;
    letter-spacing: 0;
    font-size: max(1.25em, 11px);
    margin-bottom: 0.75em;
}

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

.idx-list-check li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1em;
    height: 1em;
    background: url(../images/idx-features-ico-check.svg) no-repeat center;
    background-size: 100% auto;
}

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

.idx-btn02 a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    font-size: 1.125em;
    min-width: 16.6666666667em;
    min-height: 3.3333333333em;
    padding: 0.2777777778em 2.5em;
    position: relative;
    border-radius: 1.6666666667em;
    letter-spacing: 0.01em;
}

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

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

.idx-list-btn li {
    width: 25%;
    margin-right: 1.4625em;
    margin-bottom: 1.5625em;
    max-width: 18.75em;
}

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

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

.idx-btn a {
    background: #EFF9F3;
    border: 1px solid var(--main-color);
    font-size: 1.375em;
    padding: 0.2272727273em 1.1363636364em;
    font-weight: 500;
    line-height: 1.5em;
    text-decoration: none;
    position: relative;
    border-radius: 1.8181818182em;
    color: var(--clr1);
    min-width: 13.6363636364em;
    min-height: 3.6363636364em;
    letter-spacing: 0;
    display: flex;
    align-items: center;
}

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

.idx-btn-news a {
    text-decoration: none;
    font-size: max(1em, 12px);
    color: var(--clr1);
    position: relative;
    padding-right: 2.3333333333em;
}

.idx-btn-news a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1.6666666667em;
    height: 1.6666666667em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
}

.index0 {
    padding: 100px 0px 100px;
}

.index0 {
    padding: 100px 0px 100px;
}

.index0 {
    padding: 100px 0px 100px;
}

.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: 1921px) {
    .iOther .inner_big,
    .iFeatures02 .inner_big {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1640px) and (min-width: 769px) {
    .iInternal-list li a .ico img {
        height: 7.25em;
        width: auto;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .home_page .key {
        font-size: 0.65vw;
    }
    .iNews,
    .iEndo,
    .iFeatures,
    .iOther,
    .iFeatures02,
    .iGreeting,
    .idx_gallery {
        font-size: 1.05vw;
    }
    .iGastro-list {
        margin-right: -4em;
    }
    .iGastro-box {
        padding-left: 7em;
    }
    .iGastro-fx .box-cnt:before {
        left: -6.75em;
    }
    .iGastro-frame {
        font-size: max(0.86vw, 7px);
    }
    .iGreeting-fx .box-cnt {
        margin-right: 0.875em;
        padding-bottom: 4em;
    }
    .iFeatures02 .inner_big {
        max-width: 89.25em;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .iEndo-fx .box-cnt {
        margin-left: -5.375em;
        position: relative;
        width: 53.6875em;
        background: #fff;
        border-radius: 1.875em;
        box-shadow: 0.3125em 0.3125em 1.25em rgba(14, 65, 32, 0.1);
        padding: 4em 2.6875em 4.375em 4.0625em;
        height: fit-content;
    }
    .iEndo-fx .box-img {
        flex-shrink: 0;
        margin-left: -14.25em;
        margin-top: 8.5625em;
    }
    .iEndo-fx .box-cnt .idx-list-btn02 li {
        font-size: 9px;
    }
    .iFeatures-list02 .box-cnt {
        padding: 2.5em 7.0625em 2.875em;
    }
    .iGreeting .inner_big {
        max-width: 85.25em;
    }
    .iGreeting .idx-list-btn {
        font-size: 1.2em;
    }
}

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


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