.home_page .key {
    --height: 40vw;
    --min-height: 56.5em;
    --max-height: 56.5em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    font-size: 0.625em;
    width: calc(100% - 10em);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.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 .inner {
    width: 100%;
    max-width: 100%;
    margin-left: 30px;
}

.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: center;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/idx-main-img01.jpg);
    --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% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-position: center;
}
.home_page .key .key_text .item.s2 {
    background-image: url(../images/idx-main-img02.jpg);
}
.home_page .key .key_text .item.s3 {
    background-image: url(../images/idx-main-img03.jpg);
}
.home_page .key .key_text .item.s4 {
    background-image: url(../images/idx-main-img04.jpg);
}
.home_page .key .key_text .item.s5 {
    background-image: url(../images/idx-main-img05.jpg);
}
.home_page .key .catch {
    text-align: right;
    margin: 0px auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 5.4em;
    padding-top: 4em;
    padding-bottom: 14.3em;
}

.home_page .key .catch .title,
.home_page .key .catch p {
    color: #fcaf17;
    font-weight: 500;
    line-height: 1.65em;
    letter-spacing: 0.1em;
    text-align: left;
    text-shadow:
        1px 0 0 rgba(0, 0, 0, 1),
        -1px 0 0 rgba(0, 0, 0, 1),
        0 1px 0 rgba(0, 0, 0, 1),
        0 -1px 0 rgba(0, 0, 0, 1),
        1px 1px 0 rgba(0, 0, 0, 1),
        -1px -1px 0 rgba(0, 0, 0, 1),
        1px -1px 0 rgba(0, 0, 0, 1),
        -1px 1px 0 rgba(0, 0, 0, 1);
}
/*.home_page .key .catch.catch_v1 .title,
.home_page .key .catch.catch_v1 p {
    color:#FFF;
}*/
.home_page .key .catch .title {
    margin-bottom: 1em;
    font-size: 3.5em;
    margin-left: 5px;
}

.home_page .key .catch p {
    position: relative;
}

.home_page .key .catch p:last-child {
    top: -0.3428571429em;
    font-size: 1.75em;
}

.home_page .key .idx-box-news {
    position: absolute;
    right: -1em;
    bottom: 1em;
    padding-right: 4em;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 42.72vw;
}

.home_page .key .idx-box-news .box-ttl {
    height: 9.2em;
    border-right: 1px solid #d5d3d0;
    padding-right: 2.5em;
    margin-right: 2.5em;
    padding-top: 0.7em;
    flex-shrink: 0;
}

.home_page .key .idx-box-news .box-ttl .ttl {
    font-size: 1.8em;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0.3888888889em;
}

.home_page .key .idx-box-news .box-ttl .btn-news a {
    font-size: 1.3em;
}

.home_page .key .idx-box-news ul {
    top: 0.4em;
    position: relative;
}

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

.home_page .key .idx-box-news ul li a {
    text-decoration: none;
    position: relative;
    padding-right: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_page .key .idx-box-news ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.3em;
    width: 1em;
    height: 0.7em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
}

.home_page .key .idx-box-news ul li a .date {
    font-size: 1.1em;
    color: #808080;
    margin-right: 0.4545454545em;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: var(--f-en);
}

.home_page .key .idx-box-news ul li a .ttl {
    font-size: 1.4em;
    color: var(--clr1);
    letter-spacing: 0.1em;
    font-weight: 600;
}

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

.home_page .key .idx-list-main li {
    width: 15em;
    height: 15em;
    background: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-right: 1em;
    padding-top: 2em;
    position: relative;
}

.home_page .key .idx-list-main li:before {
    content: "";
    inset: 0.5em;
    width: calc(100% - 1em);
    height: calc(100% - 1em);
    margin: auto;
    position: absolute;
    border: 1px solid var(--clr2);
    border-radius: 50%;
}

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

.home_page .key .idx-list-main li .ico {
    max-width: 7.4em;
    background: url(../images/idx-main-ico-hr.svg) no-repeat bottom center;
    background-size: 100% 4px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 1.3em;
    margin-bottom: 0.6em;
}

.home_page .key .idx-list-main li .ico img {
    height: 2.5em;
    width: auto;
}

.home_page .key .idx-list-main li .ttl {
    font-size: 1.6em;
    font-weight: 600;
    color: var(--main-color);
    line-height: 1.4em;
    text-align: center;
    min-height: 4.0625em;
}

.home_page .key .idx-list-main li .ttl .ttl_sm {
    font-size: 0.7em;
    display: block;
}

.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: var(--clr1);
    font-family: var(--f-jp);
    font-size: calc(var(--ttl_size) + 0px);
}

.home_page .btn-news a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: var(--clr1);
    font-size: 0.75em;
    font-weight: 600;
    border-bottom: 1px solid var(--clr1);
    position: relative;
    padding-bottom: 0.5em;
}

.home_page .btn-news a:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.9em;
    height: 0.6em;
    margin-left: 0.5em;
}

@media only screen and (min-width: 769px) {
    .iBnr-fx .box-item:hover {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .iFeatures .box-thumb .iFeatures-dots ul li button:hover {
        background: var(--clr2);
        transition: 0.3s all;
    }
    .iCosmetic .iEquip-fx .box-slider .box-item:hover {
        opacity: 0.7;
        transition: 0.3s all;
    }
    .iFeatures .slick-arrow:hover {
        opacity: 0.7;
        transition: 0.3s all;
    }
    .home_page .btn-news a:hover {
        color: var(--main-color);
        border-color: var(--main-color);
        opacity: 1;
        transition: 0.3s all;
    }
    .iCosmetic .iEquip-fx .box-cnt .iEquip-dots ul li button:hover {
        background: var(--clr2);
        transition: 0.3s all;
    }
    .home_page .key .idx-box-news ul li a:hover .ttl {
        color: var(--main-color);
        transition: 0.3s all;
    }
    .idx-btn a:hover {
        background: var(--main-color);
        color: #fff;
        transition: 0.3s all;
        opacity: 1;
        box-shadow: 0 0 0 1px #fff;
    }
    .iMedical-list .box-item:hover {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .iConcern-fx .iConcern-list li a:hover {
        opacity: 1;
        transition: 0.3s all;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    }
    .iCosmetic .iMedical-item .box-cnt .idx-btn a:hover,
    .iCosmetic .iProce-fx .box-cnt .idx-list-btn li a:hover {
        background: var(--clr2);
        color: #fff;
    }
    .iCosmetic .iEquip-fx .box-cnt .slick-arrow:hover {
        opacity: 0.7;
        transition: 0.3s all;
    }
}

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

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

.idx-box-ttl.st2 .idx-ttl-en {
    color: var(--main-color);
    display: flex;
    align-items: center;
}

.idx-box-ttl.st2 .idx-ttl-en:before {
    top: 0;
    left: 0;
    background: url(../images/idx-ico-en02.svg) no-repeat center;
    background-size: 100% auto;
    position: relative;
    width: 0.8666666667em;
    height: 0.8666666667em;
    right: initial !important;
    margin: 0 !important;
    margin-right: 0.5333333333em !important;
}

.idx-box-ttl .idx-ttl-en {
    font-size: max(0.9375em, 12px);
    font-family: var(--f-en);
    color: var(--clr2);
    font-weight: 600;
    position: relative;
    line-height: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 0.2em;
    z-index: 1;
}

.idx-box-ttl .idx-ttl-en:before {
    content: "";
    position: absolute;
    left: -1.6666666667em;
    top: -1.2em;
    background: url(../images/idx-ico-en.svg) no-repeat center;
    background-size: 100% auto;
    width: 3.2em;
    height: 3.0666666667em;
    z-index: -1;
}

.idx-box-ttl h2 {
    font-size: max(2.46875em, 30px);
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

.idx-btn {
    margin-top: 2.0625em;
    width: fit-content;
}

.idx-btn a {
    text-decoration: none;
    font-size: max(0.875em, 10px);
    color: var(--main-color);
    min-width: 15.7142857143em;
    min-height: 4.4285714286em;
    border-radius: 2.1428571429em;
    border: 1px solid var(--main-color);
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0.3571428571em 3.4285714286em 0.3571428571em 1.6428571429em;
    line-height: 1.5em;
    font-weight: 600;
    position: relative;
}

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

.iDedi {
    /*padding-top: 7.4375em;*/
    padding-bottom: 20.9375em;
}
.iDedi .flex {
    width: 100%;
    gap: 20px;
    padding: 40px 0;
    justify-content: center;
}
.iDedi .item {
    background-color: #fff;
    max-width: 600px;
    width: calc(50% - 10px);
    border: solid 1px #d5192b;
    border-radius: 0.625em;
    padding: 20px;
    color: #d5192b;
}
@media (min-width: 769px) {
    .iDedi .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.iDedi .idx-btn {
    display: table !important;
    margin: 20px auto 0;
    max-width: 420px;
    width: 100%;
}
.iDedi_message {
    padding: 1.625em 8em;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.iDedi_message .item p {
    text-align: center;
}
.iDedi_message .item p span{
    display: inline-block;
}
@media (max-width: 1280px) and (min-width: 769px) {
    .iDedi_message .item p{
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .iDedi .flex {
        display: block;
        gap: 0;
        padding: 0;
    }
    .iDedi .item {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    .iDedi .item:last-child {
        margin-bottom: 0;
    }
    .iDedi_message .item p{
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 1800px) {
    .iDedi_message {
        padding-left: 10px;
        padding-right: 10px;
        justify-content: center;
    }
}

.iDedi .inner_big {
    padding: 0 6.875em 0 6.875em;
}

.iDedi-box {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
}

.iDedi-box:after {
    content: "";
    position: absolute;
    left: 12.5em;
    top: -4.1875em;
    background: url(../images/idx-dedi-ico02.png) no-repeat center;
    background-size: 100% auto;
    width: 79.6875em;
    height: 101.875em;
    z-index: -1;
}

.iDedi-box:before {
    content: "";
    position: absolute;
    right: -9.5em;
    top: -16.25em;
    background: url(../images/idx-dedi-ico01.png) no-repeat center;
    background-size: 100% auto;
    width: 31.875em;
    height: 30.75em;
    z-index: -1;
}

.iDedi-box .box-item {
    margin-right: 5em;
    width: calc(50% - 2.5em);
}

.iDedi-box .box-item:nth-child(2n) {
    margin-right: 0;
    margin-top: 5em;
}

.iDedi-box .box-item:last-child {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 4.1875em;
    margin-top: 5.25em;
}

.iDedi-box .box-item:last-child .box-img {
    flex-shrink: 0;
    margin-right: 2.8125em;
}

.iDedi-box .box-item:last-child .box-cnt {
    margin-top: 0.3125em;
}

.iDedi-box .box-item .box-img {
    width: 31.25em;
    position: relative;
    margin-bottom: 1.25em;
    z-index: 1;
    height: fit-content;
}

.iDedi-box .box-item .box-img:before {
    content: "";
    position: absolute;
    right: -1.875em;
    bottom: -1.875em;
    width: 10em;
    height: 10em;
    background: url(../images/idx-dedi-ico03.svg) no-repeat center;
    background-size: 100% auto;
    z-index: -1;
}

.iDedi-box .box-item .box-img .stt {
    position: absolute;
    top: -0.4482758621em;
    left: -0.3448275862em;
    font-size: 9.0625em;
    font-weight: 100;
    font-family: var(--f-en);
    color: var(--clr2);
    line-height: 1em;
}

.iDedi-box .box-item .box-img img {
    width: 31.25em;
    height: auto;
    border-radius: 0.625em;
    border-top-left-radius: 4.375em;
}

.iDedi-box .box-item h3 {
    color: var(--main-color);
    font-size: max(1.75em, 18px);
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    padding-bottom: 0.8214285714em;
    margin-bottom: 0.7142857143em;
    position: relative;
}

.iDedi-box .box-item h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.2857142857em;
    height: 1px;
    background: #d5d3d0;
}

.iDedi-box .box-item .txt > p {
    font-size: max(1em, 12px);
}

.iMedical {
    position: relative;
    background: #fff;
}

.iMedical .inner_big {
    padding: 0;
}

.iMedical:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -11.5em;
    background: url(../images/idx-medical-bg01.png) no-repeat center;
    background-size: 100% auto;
    width: 75.625em;
    height: 11.5em;
}

.iMedical .idx-box-ttl {
    text-align: center;
    position: relative;
    top: -14.75em;
    margin-bottom: -15em;
}

.iMedical .idx-box-ttl .idx-ttl-en:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.iMedical-box {
    width: calc(100% - 4.375em);
    background: #f4f5f8;
    border-top-left-radius: 70px;
    margin-left: auto;
    margin-top: 7.5em;
    border-bottom-left-radius: 1.875em;
    padding-top: 4.375em;
    padding-left: 4.375em;
    position: relative;
    padding-bottom: 6.25em;
    margin-right: 0.625em;
}

.iMedical-box:before {
    content: "";
    position: absolute;
    left: -1.25em;
    top: -1.25em;
    width: 18.75em;
    height: 18.75em;
    background: url(../images/idx-medical-ico01.png) no-repeat center;
    background-size: 100% auto;
}

.iMedical-item {
    display: flex;
    position: relative;
    background: #fff;
    border-top-left-radius: 3.125em;
    border-bottom-left-radius: 0.625em;
}

.iMedical-item .img {
    flex-shrink: 0;
    margin-right: 4.4375em;
}

.iMedical-item .img img {
    border-top-left-radius: 3.125em;
    border-bottom-left-radius: 0.625em;
    width: 37.5em;
    height: 100%;
    object-fit: cover;
}

.iMedical-item .box-cnt {
    padding-top: 4.25em;
    padding-right: 6.25em;
    padding-bottom: 4em;
    position: relative;
    z-index: 1;
}

.iMedical-item .box-cnt:before {
    content: "";
    position: absolute;
    right: -7.9375em;
    top: 6.875em;
    background: url(../images/idx-medical-ico02.png) no-repeat center;
    background-size: 100% auto;
    width: 25.625em;
    height: 24.6875em;
    z-index: -1;
}

.iMedical-item .box-cnt .idx-box-ttl {
    text-align: left;
    top: 0;
    margin-bottom: 0;
    color: var(--main-color);
}

.iMedical-item .box-cnt .idx-box-ttl h2 {
    color: var(--main-color);
    margin-bottom: 0.7594936709em;
}

.iMedical-item .box-cnt h3 {
    font-size: 1.625em;
    position: relative;
    color: var(--main-color);
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    padding-bottom: 0.9230769231em;
    margin-bottom: 0.7692307692em;
}

.iMedical-item .box-cnt h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.5384615385em;
    height: 1px;
    background: #d5d3d0;
}

.iMedical-item .box-cnt .idx-btn a {
    min-width: 14.2857142857em;
}

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

.iMedical-list .box-item {
    width: calc(50% - 0.9375em);
    margin-right: 1.625em;
    background: url(../images/idx-medical-bg02.png) no-repeat center;
    background-size: 100% auto;
    width: 31.375em;
    height: 15.625em;
    padding-left: 1.25em;
    display: flex;
    align-items: center;
    position: relative;
}

.iMedical-list .box-item .link-in {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.iMedical-list .box-item:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.9375em;
    height: 1.9375em;
    transform: rotate(90deg);
}

.iMedical-list .box-item .img {
    flex-shrink: 0;
}

.iMedical-list .box-item .img img {
    border-radius: 5px;
    width: 13.125em;
    height: auto;
}

.iMedical-list .box-item:last-child {
    margin-right: 0;
    background: url(../images/idx-medical-bg03.png) no-repeat center;
    background-size: 100% auto;
}

.iMedical-list .box-item:last-child:before {
    background: url(../images/idx-ico-arr03.svg) no-repeat center;
    background-size: 100% auto;
    transform: none;
}

.iMedical-list .box-item .box-cnt {
    text-align: center;
    width: 100%;
    padding-bottom: 0.1875em;
}

.iMedical-list .box-item .box-cnt .ttl {
    font-size: 2.375em;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
    padding-bottom: 0.3157894737em;
    margin-bottom: 0.2631578947em;
    letter-spacing: 0.1em;
}

.iMedical-list .box-item .box-cnt .ttl:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../images/idx-medical-hr01.png) no-repeat center;
    background-size: 100% auto;
    width: 2.3684210526em;
    height: 0.0789473684em;
}

.iMedical-list .box-item .box-cnt .sub-ttl {
    font-size: 0.8125em;
    font-weight: 500;
    color: #fff;
    font-family: var(--f-en);
}

.iConcern-fx {
    margin-top: 4.3125em;
    padding-top: 4.375em;
    background: url(../images/idx-medical-hr02.png) no-repeat top center;
    background-size: 100% 3px;
    max-width: 68.125em;
    display: flex;
}

.iConcern-fx .idx-box-ttl {
    top: 0;
    margin-bottom: 0;
    flex-shrink: 0;
    text-align: left;
    margin-top: 3.125em;
    margin-right: 2.6875em;
}

.iConcern-fx .idx-box-ttl .idx-ttl-en {
    margin-bottom: 7px;
}

.iConcern-fx .idx-box-ttl h2 {
    font-size: 2.125em;
    line-height: 1.3em;
}

.iConcern-fx .iConcern-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.iConcern-fx .iConcern-list li {
    width: calc(25% - 0.9375em);
    margin-bottom: 1.25em;
}

.iMedical .iConcern-fx .iConcern-list li {
    width: calc(33.33% - 0.9375em);
}

.iConcern-fx .iConcern-list li:nth-child(2) a .ico img {
    position: relative;
    bottom: 7px;
}

.iConcern-fx .iConcern-list li a {
    text-decoration: none;
    padding-top: 1.875em;
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 0.625em;
    transition: 0.3s all;
    padding-bottom: 0.9375em;
}

.iConcern-fx .iConcern-list li a .ico {
    width: 8.75em;
    height: 8.75em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f8;
    margin: 0 auto 0.9375em;
    border-radius: 50%;
}

.iConcern-fx .iConcern-list li a .ttl {
    font-size: 1.125em;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.4em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 2.7777777778em;
    padding: 0 0.8333333333em;
}

.iConcern-fx .iConcern-list li a .ttl .ico-arr {
    position: relative;
    top: -0.2777777778em;
}

.iConcern-fx .iConcern-list li a .ttl .ico-arr img {
    width: 1.7222222222em;
    height: auto;
}

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

.idx-list-btn li {
    width: calc(50% - 0.75em);
    margin-right: 1.1875em;
    margin-bottom: 0.8125em;
    margin-top: 0;
}

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

.iSkin {
    position: relative;
    padding-top: 6.1875em;
}

.iSkin:before {
    content: "";
    position: absolute;
    left: 0;
    top: -20.0625em;
    background: url(../images/idx-skin-bg01.png) no-repeat top center;
    background-size: cover;
    width: 80em;
    height: calc(100% + 20.0625em);
    right: 0;
    margin: 0 auto;
}

.iSkin .inner_big {
    position: relative;
    padding: 0;
}

.iSkin-fx {
    padding-left: 6.875em;
    padding-right: 0.625em;
    display: flex;
    padding-bottom: 4.375em;
    margin-bottom: 4.375em;
    background: url(../images/idx-skin-hr.png) no-repeat bottom center;
    background-size: 67.5em 2px;
}

.iSkin-fx:last-child {
    background: transparent;
    padding-bottom: 6.875em;
    margin-bottom: 0;
}

.iSkin-fx:last-child .box-cnt {
    margin-top: -0.3125em;
}

.iSkin-fx:last-child .box-cnt .txt {
    margin-bottom: 2.0625em;
}

.iSkin-fx:last-child .box-img .ico {
    bottom: -1.9375em;
}

.iSkin-fx .box-cnt {
    margin-right: 3.125em;
    margin-top: 4.5625em;
}

.iSkin-fx .box-cnt .idx-box-ttl {
    margin-bottom: 1.5625em;
}

.iSkin-fx .box-cnt .idx-box-ttl .idx-ttl-en {
    color: #fff;
}

.iSkin-fx .box-cnt .idx-box-ttl .idx-ttl-en:before {
    filter: brightness(0) invert(1);
}

.iSkin-fx .box-cnt .idx-box-ttl h2 {
    color: #fff;
    font-size: 2.125em;
    margin-bottom: 0;
}

.iSkin-fx .box-cnt h3 {
    color: #fff;
    font-size: 1.375em;
    font-weight: 500;
    position: relative;
    padding-bottom: 0.9090909091em;
    margin-bottom: 0.9090909091em;
    line-height: 1.6em;
}

.iSkin-fx .box-cnt h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4.1818181818em;
    height: 1px;
    background: #fff;
}

.iSkin-fx .box-cnt .txt > p {
    color: #fff;
    font-size: max(1em, 12px);
}

.iSkin-fx .box-cnt .idx-btn a {
    min-width: 18em;
}

.iSkin-fx .box-img {
    flex-shrink: 0;
    position: relative;
    height: fit-content;
}

.iSkin-fx .box-img .ico {
    position: absolute;
    left: -1.875em;
    bottom: -1.875em;
}

.iSkin-fx .box-img .stt {
    position: absolute;
    top: -2.1875em;
    left: -2.1875em;
    z-index: 1;
}

.iSkin-fx .box-img .stt img {
    border-radius: 0;
    width: 11em;
    height: auto;
}

.iSkin-fx .box-img .img {
    position: relative;
}

.iSkin-fx .box-img .img img {
    border-top-left-radius: 4.375em;
    border-bottom-left-radius: 0.625em;
    width: 38.1875em;
    height: auto;
}

.iCosmetic {
    background: #fff;
    padding-top: 7.25em;
    padding-bottom: 3em;
}

.iCosmetic .iMedical-box {
    padding-bottom: 0;
    position: relative;
    margin-top: 0;
    z-index: 2;
}

.iCosmetic .iMedical-box:before {
    background: url(../images/idx-cosmetic-ico01.png) no-repeat center;
    background-size: 100% auto;
}

.iCosmetic .iEquip-fx {
    border-top: 2px dotted #fff;
    display: flex;
    margin-top: 2.3125em;
    padding-top: 4.5em;
    padding-right: 0;
    max-width: 68.125em;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}

.iCosmetic .iEquip-fx:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    height: 10.625em;
    border-radius: 0.625em;
}

.iCosmetic .iEquip-fx .box-cnt {
    padding-top: 3.125em;
    flex-shrink: 0;
    margin-right: 2.875em;
    position: relative;
    z-index: 1;
}

.iCosmetic .iEquip-fx .box-slider {
    position: relative;
    z-index: 1;
}

.iCosmetic .iEquip-fx .box-cnt .idx-box-ttl h2 {
    font-size: 2.125em;
}

.iCosmetic .iEquip-fx .box-cnt .iEquip-nav {
    margin-top: 8.625em;
    margin-left: 3.125em;
}

.iCosmetic .iEquip-fx .box-cnt .iEquip-nav .iEquip-arrows {
    display: flex;
}

.iCosmetic .iEquip-fx .box-cnt .iEquip-dots {
    margin-bottom: 1.25em;
    position: relative;
    z-index: 1;
}

.iCosmetic .iEquip-fx .box-cnt .iEquip-dots ul {
    display: flex !important;
}

.iCosmetic .iEquip-fx .box-cnt .iEquip-dots ul li {
    overflow: hidden;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #b5a36a;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5625em;
    cursor: pointer;
}

.iCosmetic .iEquip-fx .box-cnt .iEquip-dots ul li.slick-active button {
    background: var(--clr2);
}

.iCosmetic .iEquip-fx .box-cnt .iEquip-dots ul li button {
    cursor: pointer;
    text-indent: -1000px;
    border: none;
    width: 0.75em;
    height: 0.75em;
    background: #fff;
}

.iCosmetic .iEquip-fx .box-cnt .slick-arrow {
    position: relative;
    top: 0;
    transform: none;
    width: 3em;
    height: 3em;
}

.iCosmetic .iEquip-fx .box-cnt .slick-prev {
    margin-right: 1.25em;
    left: 0;
    background: url(../images/idx-prev02.svg) no-repeat center;
    background-size: 100% auto;
}

.iCosmetic .iEquip-fx .box-cnt .slick-next {
    left: 0;
    background: url(../images/idx-next.svg) no-repeat center;
    background-size: 100% auto;
}

.iCosmetic .iEquip-fx .box-slider .box-item {
    margin-right: 2.5em;
    position: relative;
}

.iCosmetic .iEquip-fx .box-slider .box-item .link-in {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.iCosmetic .iEquip-fx .box-slider .box-item .img {
    background: url(../images/idx-equip-bg01.jpg) no-repeat center;
    background-size: cover;
    border-radius: 0.625em;
    border-top-left-radius: 3.125em;
    margin-bottom: 1.125em;
}

.iCosmetic .iEquip-fx .box-slider .box-item .img img {
    width: 15em;
    height: auto;
    border-top-left-radius: 3.125em;
    margin-bottom: 1.125em;
}

.iCosmetic .iEquip-fx .box-slider .box-item .ttl {
    display: flex;
    justify-content: space-between;
    font-size: 1.125em;
    color: var(--clr2);
    line-height: 1.5em;
    letter-spacing: 0;
    align-items: center;
}

.iCosmetic .iEquip-fx .box-slider .box-item .ttl .ico img {
    width: 1.7222222222em;
    height: 1.7777777778em;
}

.iCosmetic .iConcern-fx {
    background: url(../images/idx-hr-cosmetic.png) no-repeat top center;
    background-size: 100% 3px;
}

.iCosmetic .iConcern-fx .iConcern-list li:nth-child(2) .ico img {
    top: 0;
}

.iCosmetic .iConcern-fx .iConcern-list li .ico {
    background: #f8f5f1;
}

.iCosmetic .iConcern-fx .iConcern-list li .ttl {
    color: var(--clr2);
}

.iCosmetic .iProce-fx {
    /*     background: url(../images/idx-hr-cosmetic.png) no-repeat top center;
    background-size: 100% 3px; */
    display: flex;
    margin-top: 3.1em;
    padding-top: 4.5625em;
    padding-right: 0;
    max-width: 68.125em;
    position: relative;
    z-index: 1;
}
.iBg-fx {
    position: relative;
    padding-bottom: 60px;
    z-index: 1;
}
.iBg-fx:before {
    left: calc(50% - 3.7em);
    transform: translate(-50%);
    z-index: -1;
    border-bottom-left-radius: 0;
    content: "";
    position: absolute;
    top: -20.0625em;
    background: url(../images/idx-pro-bg.png) no-repeat top center;
    background-size: cover;
    width: 80em;
    height: calc(100% + 20.0625em);
    right: 0;
    margin: 0 auto;
}
.iCosmetic .iProce-fx .box-cnt {
    padding-top: 3.125em;
}

.iCosmetic .iProce-fx .box-cnt .idx-box-ttl {
    margin-bottom: 2.3125em;
}

.iCosmetic .iProce-fx .box-cnt .idx-box-ttl h2 {
    font-size: 2.125em;
    color: #fff !important;
    margin-bottom: 0;
}
.iCosmetic .iProce-fx .box-cnt .idx-box-ttl .idx-ttl-en {
    color: #fff !important;
}
.iCosmetic .iProce-fx .box-cnt .idx-list-btn {
    margin-right: -5.6875em;
    position: relative;
}

.iCosmetic .iProce-fx .box-cnt .idx-list-btn li {
    width: calc(33.3333333333% - 0.625em);
    margin-right: 0.9375em;
}

.iCosmetic .iProce-fx .box-cnt .idx-list-btn li:nth-child(3n) {
    margin-right: 0;
}

.iCosmetic .iProce-fx .box-cnt .idx-list-btn li a {
    min-width: 14.5em;
    font-size: 0.875em;
    color: var(--clr2);
    border-color: var(--clr2);
}

.iCosmetic .iProce-fx .box-cnt .idx-list-btn li a:before {
    background: url(../images/idx-ico-arr04.svg) no-repeat center;
    background-size: contain;
    width: 2.2142857143em;
    height: 2.2857142857em;
}

.iCosmetic .iProce-fx .box-img {
    flex-shrink: 0;
}

.iCosmetic .iProce-fx .box-img .img img {
    border-radius: 0.625em;
    border-top-left-radius: 4.375em;
    width: 28.4375em;
    height: auto;
}

.iCosmetic .idx-box-ttl .idx-ttl-en {
    color: var(--clr2);
}
.iCosmetic .iEquip-fx .box-cnt .idx-box-ttl .idx-ttl-en,
.iCosmetic .iEquip-fx .box-cnt .idx-box-ttl h2 {
    color: #fff !important;
}
.iCosmetic .idx-box-ttl .idx-ttl-en:before {
    background: url(../images/idx-ico-en03.png) no-repeat center;
    background-size: 100% auto;
}
.iCosmetic .iProce-fx .idx-box-ttl .idx-ttl-en:before,
.iCosmetic .iEquip-fx .idx-box-ttl .idx-ttl-en:before {
    filter: brightness(0) invert(1);
}
.iCosmetic .idx-box-ttl h2 {
    color: var(--clr2) !important;
}

.iCosmetic .iMedical-item .box-cnt:before {
    background: url(../images/idx-cosmetic-ico02.png) no-repeat center;
    background-size: 100% auto;
}

.iCosmetic .iMedical-item .box-cnt h3 {
    color: var(--clr2);
}

.iCosmetic .iMedical-item .box-cnt .txt > p {
    color: var(--clr1);
    font-size: max(1em, 12px);
}

.iCosmetic .iMedical-item .box-cnt .idx-btn a {
    color: var(--clr2);
    border-color: var(--clr2);
}

.iCosmetic .iMedical-item .box-cnt .idx-btn a:before {
    background: url(../images/idx-ico-arr04.svg) no-repeat center;
    background-size: contain;
    width: 2.2142857143em;
    height: 2.2857142857em;
}

.iCosmetic .inner_big {
    padding: 0;
}

.iBnr {
    position: relative;
    padding-top: 6.95em;
    padding-bottom: 20.4em;
}

.iBnr:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: url(../images/idx-bg-bnr.jpg) no-repeat top center;
    background-size: 100% auto;
    top: 0;
    width: 100%;
    height: calc(100% + 20em);
    max-width: 1280px;
}

.iBnr .inner_big {
    position: relative;
    z-index: 1;
}

.iBnr-fx {
    display: flex;
    justify-content: center;
}

.iBnr-fx .box-item {
    padding: 0.625em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: 0.3s all;
}

.iBnr-fx .box-item:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 33.625em;
    height: 13.875em;
    background: url(../images/idx-bg-bnr02.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.iBnr-fx .box-item:before {
    content: "";
    position: absolute;
    right: 0.3em;
    bottom: 0.25em;
    width: 1.9375em;
    height: 1.9375em;
    background: url(../images/idx-ico-arr02.svg) no-repeat center;
    background-size: 100% auto;
}

.iBnr-fx .box-item:first-child {
    margin-right: 1em;
}

.iBnr-fx .box-item:last-child .ttl {
    padding: 1.3636363636em 1.0154545455em;
}

.iBnr-fx .box-item .img {
    --mask: url(../images/idx-mask-bnr.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;
}

.iBnr-fx .box-item .img img {
    width: 29.1875em;
    height: 9.375em;
}

.iBnr-fx .box-item .ttl {
    position: absolute;
    left: 0.3em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    color: var(--main-color);
    font-size: 1.375em;
    line-height: 1.35em;
    border-top-right-radius: 0.4545454545em;
    border-bottom-right-radius: 0.4545454545em;
    height: fit-content;
    font-weight: 600;
    padding: 0.6818181818em 1.2636363636em;
}

.iBnr-fx .box-item .link-in {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 3.75em);
    height: calc(100% - 3.75em);
    border-radius: 1.25em;
}

.iFeatures {
    position: relative;
}

.iFeatures:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: url(../images/idx-bg-feature.png) no-repeat top center;
    background-size: 100% 100%;
    width: 80em;
    height: 21em;
    top: -15.625em;
}

.iFeatures .idx-box-ttl {
    text-align: center;
    position: relative;
    top: -3.25em;
    margin-bottom: -2.5em;
}

.iFeatures .idx-box-ttl .idx-ttl-en:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.iFeatures .iFeatures-slider {
    position: relative;
    margin-top: 2.9375em;
}

.iFeatures .iFeatures-slider .slick-list {
    overflow: initial;
}

.iFeatures .iFeatures-slider .box-item {
    margin-right: 3.875em;
    overflow: initial;
    position: relative;
}

.iFeatures .iFeatures-slider .box-item.slick-active:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 0.1875em;
    width: 80em;
    background: url(../images/idx-slider-hr.png) no-repeat center;
    background-size: 100% auto;
    z-index: -1;
}

.iFeatures .iFeatures-slider .box-item .box-img {
    position: relative;
    border-radius: 0.8125em;
    border-top-left-radius: 4.6875em;
    background: #eee7dc;
    padding: 0.625em;
}

.iFeatures .iFeatures-slider .box-item .box-img .stt {
    position: absolute;
    left: -0.275862069em;
    top: -0.3793103448em;
    font-family: var(--f-en);
    color: var(--clr2);
    font-weight: 100;
    letter-spacing: 0;
    font-size: 9.0625em;
    line-height: 1em;
}

.iFeatures .iFeatures-slider .box-item .box-img .img img {
    width: 47.625em;
    height: auto;
    border-radius: 0.8125em;
    border-top-left-radius: 4.6875em;
}

.iFeatures .slick-arrow {
    width: 3em;
    height: 3em;
    left: 50%;
    transform: translate(-50%);
    top: 16.9375em;
}

.iFeatures .slick-prev {
    background: url(../images/idx-prev02.png) no-repeat center;
    background-size: contain;
    left: calc(50% - 24.4375em);
}

.iFeatures .slick-next {
    background: url(../images/idx-next.png) no-repeat center;
    background-size: contain;
    left: initial;
    right: calc(50% - 27.4375em);
}

.iFeatures .box-thumb {
    position: relative;
    max-width: 47.625em;
    margin: 0 auto;
}

.iFeatures .box-thumb .iFeatures-dots {
    position: absolute;
    right: -0.5em;
    top: 1.875em;
    z-index: 1;
}

.iFeatures .box-thumb .iFeatures-dots ul {
    display: flex !important;
}

.iFeatures .box-thumb .iFeatures-dots ul li {
    width: 0.8125em;
    height: 0.8125em;
    border-radius: 0.1875em;
    border: 1px solid var(--clr2);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5em;
    overflow: hidden;
    cursor: pointer;
}
.iFeatures .idx-btn {
    margin-left: auto;
    margin-right: auto;
}
.iFeatures .box-thumb .iFeatures-dots ul li.slick-active button {
    background: var(--clr2);
}

.iFeatures .box-thumb .iFeatures-dots ul li button {
    cursor: pointer;
    border: none;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
    text-indent: -1000px;
}

.iFeatures-thumb {
    padding-top: 1.25em;
}

.iFeatures-thumb h3 {
    border-bottom: 1px solid #d5d3d0;
    padding-bottom: 0.7857142857em;
    font-size: 1.75em;
    color: var(--main-color);
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 0.7142857143em;
}

.iFeatures-thumb .box-item .txt > p {
    font-size: max(1em, 12px);
}

.iFeatures .idx-btn {
    width: fit-content;
    margin: 0 auto;
    margin-top: 2em;
    position: relative;
    z-index: 1;
}

.iFeatures .idx-btn a {
    min-width: 14.2857142857em;
}

.iGreeting {
    padding-top: 7.375em;
}

.iGreeting .inner_big {
    position: relative;
}

.iGreeting .inner_big:after {
    content: "";
    position: absolute;
    left: -29.6875em;
    top: -20.875em;
    background: url(../images/idx-greeting-ico01.png) no-repeat center;
    background-size: 100% auto;
    width: 123.125em;
    height: 40.375em;
}

.iGreeting-fx {
    display: flex;
}

.iGreeting-box {
    background: #fff;
    border-top-right-radius: 4.375em;
    border-bottom-right-radius: 1.875em;
    width: calc(100% - 3.125em);
    padding: 4.375em 3.125em 18.25em 6.25em;
    position: relative;
}

.iGreeting-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    border-top-right-radius: 4.375em;
    z-index: 0;
}

.iGreeting-box .idx-box-ttl {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 3.125em;
    margin-right: 4.1875em;
    position: relative;
    z-index: 1;
}

.iGreeting-box .idx-box-ttl .idx-ttl-en {
    writing-mode: tb-rl;
    margin-left: 0.75em;
}

.iGreeting-box .idx-box-ttl .idx-ttl-en:before {
    background: url(../images/idx-ico-en04.png) no-repeat center;
    background-size: 100% auto;
    width: 48px;
    height: 46px;
    left: -2px;
    right: 0;
    top: -22px;
    margin: 0 auto;
}

.iGreeting-box .idx-box-ttl h2 {
    font-size: 2.46875em;
    line-height: 1.08em;
}

.iGreeting-box .box-cnt {
    padding-top: 5.9375em;
    position: relative;
    z-index: 1;
    margin-right: 3.125em;
}

.iGreeting-box .box-cnt:before {
    content: "";
    position: absolute;
    left: -19.1875em;
    bottom: -12.75em;
    background: url(../images/idx-greeting-ico02.png) no-repeat center;
    background-size: 100% auto;
    width: 35.6875em;
    height: 34.5em;
    z-index: -1;
}

.iGreeting-box .box-cnt h3 {
    font-size: max(1.625em, 18px);
    color: var(--main-color);
    font-weight: 500;
    line-height: 1.6em;
    position: relative;
    letter-spacing: 0.1em;
    padding-bottom: 0.9615384615em;
    margin-bottom: 0.7692307692em;
}

.iGreeting-box .box-cnt h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 3.5384615385em;
    height: 1px;
    bottom: 0;
    background: #d5d3d0;
}

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

.iGreeting-box .box-cnt .txt > p {
    font-size: max(1em, 12px);
}

.iGreeting-box .box-cnt .box-name {
    margin-bottom: 2.375em;
}

.iGreeting-box .box-cnt .box-name .sub-name {
    font-size: 0.875em;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1em;
}

.iGreeting-box .box-cnt .box-name .name {
    margin-top: -0.2083333333em;
    line-height: 1em;
    font-size: 1.5em;
    font-weight: 600;
    color: var(--main-color);
}

.iGreeting-box .box-cnt .idx-list-btn li {
    width: calc(50% - 1.0625em);
    margin-right: 1em;
}

.iGreeting-box .box-cnt .idx-list-btn li a {
    min-width: 13.9285714286em;
}

.iGreeting-box .box-img {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    height: fit-content;
}

.iGreeting-box .box-img .img img {
    border-radius: 0.625em;
    width: 28.75em;
    height: auto;
}

.iGreeting-box .box-img .img02 {
    text-align: right;
    margin-top: -5.375em;
    margin-right: -4.375em;
    width: fit-content;
    margin-left: auto;
}

.iGreeting-box .box-img .img02 img {
    border-radius: 0.625em;
    width: 20em;
    height: auto;
}

.iGreeting .iColumn {
    padding-top: 4.5em;
    margin-top: 3.375em;
    position: relative;
    z-index: 1;
    background: url(../images/idx-hr-cosmetic.png) no-repeat top center;
    background-size: 100% 3px;
    max-width: 66.25em;
}

.iGreeting .iColumn-fx {
    display: flex;
}

.iGreeting .iColumn-fx .box-cnt {
    flex-shrink: 0;
    margin-right: 4.0625em;
    padding-top: 0;
}

.iGreeting .iColumn-fx .box-cnt .idx-box-ttl {
    margin-right: 0;
    display: block;
    margin-top: 0;
    margin-bottom: 2.5em;
}

.iGreeting .iColumn-fx .box-cnt .idx-box-ttl .idx-ttl-en {
    writing-mode: initial;
    color: var(--clr2);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
}

.iGreeting .iColumn-fx .box-cnt .idx-box-ttl .idx-ttl-en:before {
    background: url(../images/idx-ico-en03.png) no-repeat center;
    background-size: 100% auto;
    width: 13px;
    height: 14px;
    top: -1px;
    left: 0;
}

.iGreeting .iColumn-fx .box-cnt .idx-box-ttl h2 {
    writing-mode: initial;
    font-size: 1.6875em;
}

.iGreeting .iColumn-fx .box-cnt:before {
    display: none;
}

.iGreeting .iColumn-fx .box-cnt .btn-news {
    max-width: 5.3125em;
}

.iGreeting .iColumn-fx ul {
    display: flex;
}

.iGreeting .iColumn-fx ul li {
    margin-right: 1.875em;
}

.iGreeting .iColumn-fx ul li:last-child {
    margin-right: 0;
}

.iGreeting .iColumn-fx ul li a {
    display: block;
    width: 17.5em;
    text-decoration: none;
}

.iGreeting .iColumn-fx ul li a .img {
    margin-bottom: 0.75em;
    width: 100%;
    height: 9.6875em;
}

.iGreeting .iColumn-fx ul li a .img img {
    border-radius: 0.625em;
    width: 17.5em;
    height: auto;
}

.iGreeting .iColumn-fx ul li a .ttl {
    color: var(--main-color);
    display: block;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 0.875em;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iGreeting .iColumn-fx ul li a .date {
    font-size: 0.6875em;
    font-family: var(--f-en);
    color: #808080;
    font-weight: 500;
    letter-spacing: 0.09em;
    margin-top: 5px;
    display: block;
}

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

.idx_gallery .item {
    margin-right: 1.875em;
}

.idx_gallery .item img {
    border-radius: 0.625em;
    width: 21.875em;
    height: auto;
}

.idx_gallery .item:nth-child(odd) {
    margin-top: 3.125em;
}

.idx_map {
    height: 450px;
}

.idx_map iframe {
    height: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    :root {
        --ttl_size: 24px;
    }
    .iDedi .inner_big {
        padding: 0 6.25em 0 6.25em;
    }
    .iMedical-box {
        width: calc(100% - 3.125em);
        margin-right: 0px;
    }
    .iSkin-fx {
        padding-left: 6.25em;
        padding-right: 0px;
    }
    .home_page .key {
        font-size: 0.78vw;
    }
    .iDedi,
    .iMedical,
    .iSkin,
    .iCosmetic,
    .iBnr,
    .iFeatures,
    .iGreeting,
    .idx_gallery {
        font-size: 1.25vw;
    }
    .iGreeting .inner_big {
        padding: 0;
    }
    .iGreeting .iColumn-fx .box-cnt .btn-news {
        max-width: 6.3125em;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .iFeatures:before {
        top: -14.5em;
    }
    .home_page .key .idx-box-news {
        max-width: 42.8vw;
    }
    .iDedi .inner_big {
        padding: 0 3.25em 0 3.25em;
    }
    .iConcern-fx .iConcern-list li a .ico img {
        height: 4.375em;
        width: auto;
    }
    .iConcern-fx .idx-box-ttl {
        margin-right: 1.7em;
    }
    .iMedical-item .box-cnt {
        padding-top: 2.25em;
        padding-bottom: 2em;
    }
    .iFeatures .slick-arrow {
        top: 18.9375em;
    }
    .iGreeting-box {
        padding-left: 2em;
    }
    .iSkin-fx .box-cnt .idx-btn a {
        min-width: 100%;
    }
    .iSkin-fx {
        padding-left: 4.25em;
        padding-right: 0px;
    }
    .idx-btn a {
        padding-left: 1em;
        letter-spacing: 0;
    }
    .iSkin-fx .box-img .img img {
        width: 34.1875em;
    }
}

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

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