.home_page .key {
    --height: 50vw;
    --min-height: 60.2em;
    --max-height: 60.2em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    font-size: 0.625em;
    position: relative;
}

.home_page .key:before {
    content: "";
    position: absolute;
    right: 11.3em;
    bottom: -6.9em;
    width: 15em;
    height: 15.9em;
    background: url(../images/idx-main-ico01.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 1;
}

.home_page .key .mv_slider {
    display: flex;
    width: calc(100% - 5em);
    margin: 0 auto;
    border-top-left-radius: 30em;
    border-top-right-radius: 30em;
    border-bottom-left-radius: 3em;
    border-bottom-right-radius: 3em;
    overflow: hidden;
}

.home_page .key .mv_slider .slider {
    width: 100%;
}

.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: center;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background: url(../images/idx-main-img01.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.home_page .key .key_text .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e8e8e6;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.home_page .key .catch {
    padding: 1em;
    margin: 0px auto;
    max-width: 64em;
    position: relative;
    z-index: 1;
}
.home_page .key .catch::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/box_shadow_key.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 28.6983795086em;
    height: 23.470987977em;
    z-index: -1;
    font-size: min(28px, 2vw);
}

.home_page .key .catch .title,
.home_page .key .catch p {
    text-align: center;
    color: var(--clr1);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: 0 0 10px #fff;
    font-family: var(--f-shippori);
}

.home_page .key .catch .title .cl,
.home_page .key .catch p .cl {
    color: #f09b9e;
}

.home_page .key .catch .title {
    margin-bottom: 10px;
    font-size: 3.5em;
    line-height: 1.6em;
}
.home_page .key .catch .title::after {
    display: block;
    content: "";
    margin-left: auto;
    margin-right: auto;
    max-width: 377px;
    width: 90%;
    height: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/ud-line-h2.png);
}
.home_page .key .catch .title span {
    display: block;
}
.home_page .key .catch p {
    font-size: 1.75em;
}

.home_page .key .idx-box-news {
    position: absolute;
    z-index: 1;
    left: 4.5em;
    bottom: 2em;
    width: 54em;
    border-radius: 1.5em;
    background: #fff;
    display: flex;
    padding-left: 2.5em;
    padding-bottom: 1.6em;
    padding-right: 2.5em;
    padding-top: 1.7em;
}

.home_page .key .idx-box-news .box-ttl {
    flex-shrink: 0;
    padding-right: 3em;
    margin-right: 2em;
    background: url(../images/idx-news-hr.svg) no-repeat right center;
    background-size: 0.3em 7em;
}

.home_page .key .idx-box-news .box-ttl .ttl {
    font-size: 1.6em;
    color: var(--main-color);
    font-family: var(--f-en);
    margin-bottom: 5px;
}

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

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

.home_page .key .idx-box-news ul li a {
    text-decoration: none;
    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 .date {
    font-size: 1.2em;
    color: var(--main-color);
    margin-right: 5px;
    font-family: var(--f-en);
    letter-spacing: 0.1em;
}

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

.home_page .btn-news a {
    font-size: 1.35em;
    font-family: var(--f-en);
    border: 1px solid var(--main-color);
    border-radius: 1.1111111111em;
    text-decoration: none;
    color: var(--main-color);
    min-height: 2.2222222222em;
    padding: 0 0.8888888889em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    font-size: 2em;
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.8em;
}

.home_page h3 {
    font-size: 1.2625em;
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    margin-bottom: 0.68em;
}

@media only screen and (min-width: 769px) {
    .iMenu-list li:hover .box-ttl {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .home_page .key .idx-box-news ul li a:hover .ttl {
        color: var(--main-color);
    }
    .idx-btn a:hover {
        box-shadow: 0 0 0 1px var(--main-color);
        background: #fff;
        color: var(--clr1);
        opacity: 1;
        transition: 0.3s all;
    }
    .idx-btn a:hover:before {
        filter: brightness(0) invert(0);
        transition: 0.3s all;
    }
    .iMenu-list02 li a:hover,
    .iCheck-list li a:hover {
        opacity: 1;
        transition: 0.3s all;
        transform: translateY(-5px);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    }
    .idx-list-link li a:hover {
        opacity: 1;
        background: var(--main-color);
        color: #fff;
        transition: 0.3s all;
    }
    .idx-list-link li a:hover:before {
        filter: brightness(0) invert(1);
        transition: 0.3s all;
    }
    .idx-list-frame li a:hover {
        opacity: 1;
        color: var(--main-color);
        transition: 0.3s all;
    }
    .iFeatures-arrow .slick-arrow:hover {
        opacity: 0.7;
        transition: 0.3s all;
    }
    .iFeatures-dots ul li button:hover {
        background: var(--main-color);
        transition: 0.3s all;
    }
}

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

.idx-ttl-en {
    font-size: 1em;
    color: var(--main-color);
    font-weight: 500;
    font-family: var(--f-en);
    margin-bottom: 3px;
}

.iConcept {
    padding: 8.75em 0 11.875em;
}

.iConcept-fx {
    display: flex;
    justify-content: center;
    padding: 0 5.625em 0 10.3125em;
}

.iConcept-fx .box-img {
    flex-shrink: 0;
    position: relative;
    padding-top: 4.875em;
    margin-right: 1.5625em;
}

.iConcept-fx .box-img:before {
    content: "";
    position: absolute;
    left: -13.375em;
    top: -2.625em;
    background: url(../images/idx-concept-ico01.png) no-repeat center;
    background-size: 100% auto;
    width: 39.9375em;
    height: 41.4375em;
}

.iConcept-fx .box-img .img {
    width: 32em;
    height: 28.4575em;
    --mask: url(../images/idx-concept-mask01.png);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
}

.iConcept-fx .box-cnt {
    position: relative;
    z-index: 1;
}

.iConcept-fx .box-cnt:before {
    content: "";
    position: absolute;
    right: -9.1875em;
    top: -4.4375em;
    background: url(../images/idx-concept-ico02.png) no-repeat center;
    background-size: 100% auto;
    width: 25.5em;
    height: 19.4375em;
    z-index: -1;
}

.iConcept-fx .box-cnt:after {
    content: "";
    position: absolute;
    left: -1em;
    bottom: 0.1875em;
    background: url(../images/idx-concept-ico03.png) no-repeat center;
    background-size: 100% auto;
    width: 2.0625em;
    height: 2.125em;
}

.iConcept-fx .box-cnt .txt {
    margin-top: 2.1875em;
    padding-left: 3em;
}

.iConcept-fx .box-cnt .txt > p {
    line-height: 2.35em;
    font-size: max(1em, 12px);
    letter-spacing: 0;
}

.iConcept-fx .box-cnt .idx-btn {
    margin-left: 3em;
    margin-top: 2.125em;
}

.idx-box-ttl {
    text-align: center;
    margin-bottom: 3.0625em;
}

.idx-box-ttl.st02 {
    text-align: left;
    position: relative;
    background: url(../images/idx-hr-ttl.svg) no-repeat bottom left;
    background-size: 8.75em 0.1875em;
    padding-bottom: 1.125em;
    margin-bottom: 2.4375em;
}

.idx-box-ttl .idx-ttl-en {
    margin-bottom: 0;
}

.idx-box-ttl h2 {
    font-size: 2.75em;
    color: var(--clr1);
    line-height: 1.4em;
}

.iMenu {
    position: relative;
    background: #f8faed;
    padding-top: 0.8125em;
    padding-bottom: 13.125em;
}

.iMenu:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15.125em;
    width: 100%;
    height: 63.4375em;
    background: url(../images/idx-menu-bg03.png) no-repeat top center;
    background-size: 100% auto;
}

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

.iMenu-list {
    display: flex;
    justify-content: center;
    border-radius: 1.875em;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.iMenu-list li {
    width: 50%;
    max-width: 33.75em;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
}

.iMenu-list li:first-child {
    border-right: 1px solid #fff;
}

.iMenu-list li .link-in {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.iMenu-list li:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.3125em;
    background: url(../images/idx-menu-bg02.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 13.3125em;
    border-bottom-left-radius: 1.875em;
}

.iMenu-list li:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
}

.iMenu-list li:last-child:before {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 1.875em;
}

.iMenu-list li:last-child .img img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
}

.iMenu-list li .img img {
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
}

.iMenu-list li .box-ttl {
    position: absolute;
    left: 3.125em;
    bottom: 2.125em;
    text-align: left;
    margin-bottom: 0;
}

.iMenu-list li .box-ttl .sub-ttl {
    font-size: 1em;
    color: #fff;
    display: block;
    font-family: var(--f-en);
    line-height: 1em;
    margin-bottom: 0;
}

.iMenu-list li .box-ttl .ttl {
    font-size: 2em;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.iMenu-list li .box-ttl .ttl:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    width: 0.9375em;
    height: 0.9375em;
    background: url(../images/idx-ico-menu.svg) no-repeat center;
    background-size: 100% auto;
    margin-left: 0.625em;
}

.iMenu-list02 {
    display: flex;
    justify-content: center;
    margin-top: 3.125em;
    position: relative;
    z-index: 1;
}

.iMenu-list02 li {
    width: 20%;
    max-width: 12em;
    margin-right: 1.875em;
}

.iMenu-list02 li:last-child {
    margin-right: 0;
}

.iMenu-list02 li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 15em;
    background: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 6em;
    padding-top: 2.4375em;
    transition: 0.3s all;
}

.iMenu-list02 li a .ico {
    margin-bottom: 1.25em;
}

.iMenu-list02 li a .ico img {
    height: 4.375em;
    width: auto;
}

.iMenu-list02 li a .ttl {
    color: var(--main-color);
    font-size: 1.375em;
    font-weight: 600;
    margin-bottom: 0.9090909091em;
}

.iMenu-list02 li a .ico-arr {
    line-height: 0;
}

.iMenu-list02 li a .ico-arr img {
    width: 1.875em;
    height: auto;
}

.iGyne.st02 .iGyne-box {
    padding-bottom: 2.1875em;
}

.iGyne.st02 .idx-box-ttl.st02 {
    background: url(../images/idx-hr-ttl.svg) no-repeat bottom left;
    background-size: 11.75em 0.875em;
}

.iGyne.st02 .iGyne-fx .box-cnt {
    padding-top: 3.3125em;
    margin-right: 4.375em;
}

.iGyne.st02 .iGyne-fx .box-cnt:before {
    right: -2.9375em;
    top: -1.3125em;
    background: url(../images/idx-treatment-ico01.svg) no-repeat center;
    background-size: 100% auto;
    width: 20.5em;
    height: 18.9375em;
    z-index: -1;
}

.iGyne.st02 .iGyne-fx .box-cnt .idx-box-ttl .idx-ttl-en {
    line-height: 1.5em;
    margin-bottom: 0.25em;
}

.iGyne.st02 .iGyne-fx .box-cnt .idx-list-btn li {
    max-width: 11.625em;
}

.iGyne.st02 .iGyne-fx .box-cnt .idx-list-btn li a {
    min-width: 100%;
    padding-right: 2.8571428571em;
}

.iGyne.st02 .iGyne-fx .box-cnt .txt > p {
    letter-spacing: 0;
    font-size: max(1em, 12px);
}

.iGyne.st02 .iGyne-fx .box-img .img img {
    border-top-left-radius: 21.4375em;
    border-bottom-left-radius: 21.4375em;
}

.iGyne-box {
    border-radius: 6.25em;
    background: #fff;
    margin-top: -5.6875em;
    position: relative;
    padding-top: 7.5em;
    padding-bottom: 7.5em;
    z-index: 1;
}

.iGyne-fx {
    display: flex;
    padding-left: 5.625em;
    margin-bottom: 4.375em;
}

.iGyne-fx .box-cnt {
    padding-top: 4.5625em;
    margin-right: 5em;
    position: relative;
    z-index: 1;
}

.iGyne-fx .box-cnt:before {
    content: "";
    position: absolute;
    right: -2.75em;
    top: -2.25em;
    background: url(../images/idx-gyne-ico01.png) no-repeat center;
    background-size: 100% auto;
    width: 21.0625em;
    height: 19.4375em;
    z-index: -1;
}

.iGyne-fx .box-cnt .idx-box-ttl h2 {
    color: var(--main-color);
}

.iGyne-fx .box-cnt .txt {
    margin-bottom: 2.25em;
}

.iGyne-fx .box-cnt .idx-btn a {
    padding-right: 3.7857142857em;
    min-width: 13.2857142857em;
}

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

.iGyne-fx .box-img .img img {
    width: 45em;
    height: auto;
    border-top-left-radius: 17.1875em;
    border-bottom-left-radius: 17.1875em;
}

.iGyne-frame {
    background: #f8faed;
    border-radius: 1.25em;
    max-width: 73.75em;
    margin: 0 auto;
    display: flex;
    padding-top: 3.625em;
    padding-left: 3.875em;
    padding-right: 4.375em;
    padding-bottom: 1.875em;
}

.iGyne-frame .ttl {
    writing-mode: tb-rl;
    font-size: max(1.875em, 18px);
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 0.3333333333em;
}

.iGyne-box-link {
    margin-left: 2.4375em;
    flex: 1;
}

.iGyne-box-link .ttl-link {
    font-weight: 600;
    font-size: max(1.25em, 14px);
    color: var(--main-color);
    position: relative;
    width: fit-content;
    display: flex;
    width: 100%;
}

.iGyne-box-link .ttl-link span {
    width: fit-content;
    flex-shrink: 0;
}

.iGyne-box-link .ttl-link:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-gyne-hr.svg) no-repeat center;
    background-size: 100% auto;
    width: 100%;
    height: 3px;
    margin-left: 0.5em;
}

.iCheck {
    background: #f8faed;
    margin-top: -6.25em;
    padding-top: 13.25em;
}

.iCheck .idx-box-ttl {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.iCheck .idx-box-ttl h2 {
    font-size: 2.375em;
}

.iCheck-frame {
    border: 1px solid #d4e5d3;
    background: #fff;
    border-radius: 0.625em;
    max-width: 67.5em;
    margin: 0 auto;
    padding: 5.375em 4.375em 4.375em;
    margin-top: -1.5625em;
    position: relative;
}

.iCheck-frame:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    margin: 0 auto;
    width: 22.5em;
    height: 1px;
    background: #fff;
}

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

.iCheck-list li {
    width: 33.3333333333%;
    max-width: 18.375em;
    margin-right: 1.875em;
}

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

.iCheck-list li a {
    width: 100%;
    text-decoration: none;
    border-radius: 0.625em;
    background: #faf8f5;
    display: block;
    padding-bottom: 2.375em;
    position: relative;
    transition: 0.3s all;
}

.iCheck-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1em;
    margin: 0 auto;
    width: 1.875em;
    height: 1.875em;
    background: url(../images/idx-check-ico01.svg) no-repeat center;
    background-size: 100% auto;
}

.iCheck-list li a .img {
    line-height: 0;
    margin-bottom: 1.5625em;
}

.iCheck-list li a .img img {
    border-top-left-radius: 0.625em;
    border-top-right-radius: 0.625em;
}

.iCheck-list li a .ttl {
    text-align: center;
    color: var(--main-color);
    font-size: max(1.375em, 16px);
    font-weight: 600;
    padding: 0 1.3636363636em;
    margin-bottom: 0.4545454545em;
    display: block;
}

.iCheck-list li a .txt {
    line-height: 2em;
    color: var(--clr1);
    padding: 0 1.875em;
    display: block;
    font-weight: 500;
    font-size: max(1em, 12px);
}

.iPrivate {
    background: url(../images/idx-private-bg.jpg) no-repeat center;
    background-size: cover;
    margin-top: -3.2181818182em;
    padding-top: 7.5em;
    padding-bottom: 7.5em;
}

.iPrivate-frame {
    background: #fff;
    border-radius: 0.625em;
    max-width: 67.5em;
    margin: 0 auto;
    display: flex;
    padding: 1.5625em 1.625em 1.5625em 4.3125em;
    justify-content: space-between;
}

.iPrivate-frame .box-cnt {
    padding-top: 2.1875em;
    flex: 1;
}

.iPrivate-frame .box-cnt .idx-box-ttl {
    margin-bottom: 2.0625em;
    display: flex;
    align-items: center;
}

.iPrivate-frame .box-cnt .idx-box-ttl h2 {
    font-size: 2.375em;
    margin-right: 0.4210526316em;
}

.iPrivate-frame .box-cnt .idx-box-ttl .idx-ttl-en {
    position: relative;
    top: 0.1875em;
    margin-bottom: 0;
}

.iPrivate-frame .box-cnt .idx-list-btn li {
    max-width: 15.375em;
    margin-bottom: 0;
}

.iPrivate-frame .box-cnt .idx-list-btn li:first-child {
    max-width: 12.25em;
}

.iPrivate-frame .box-cnt .idx-list-btn li a {
    min-width: 100%;
    width: 100%;
}

.iPrivate-frame .box-img {
    flex-shrink: 0;
}

.iPrivate-frame .box-img .img img {
    border-radius: 0.4375em;
    width: 29.875em;
    height: auto;
}

.iFeatures {
    padding: 6.875em 0;
}

.iFeatures .inner_big {
    padding: 0 0.625em;
}

.iFeatures-fx {
    display: flex;
    padding-left: 6.25em;
    position: relative;
    z-index: 1;
}

.iFeatures-fx .box-cnt {
    width: 21.5625em;
    padding-top: 0;
    position: relative;
    margin-right: 7.375em;
}

.iFeatures-fx .box-cnt:before {
    content: "";
    position: absolute;
    width: 14.375em;
    height: 18.375em;
    background: url(../images/idx-features-ico01.svg) no-repeat center;
    background-size: 100% auto;
    top: -10.375em;
    right: -0.9375em;
}

.iFeatures-fx .box-cnt .idx-box-ttl {
    background: transparent;
    padding-bottom: 0.625em;
}

.iFeatures-fx .box-cnt .idx-box-ttl h2 {
    padding-bottom: 0;
}

.iFeatures-fx .box-cnt .txt {
    margin-bottom: 2.625em;
}

.iFeatures-fx .box-cnt .txt > p {
    letter-spacing: 0.08em;
}

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

.iFeatures-slider .box-item {
    position: relative;
    margin-right: 2.5em;
}

.iFeatures-slider .box-item img {
    border-radius: 20px;
}

.iFeatures-slider .box-item .stt {
    font-size: 6.5625em;
    font-family: var(--f-en);
    color: #fff;
    position: absolute;
    top: -0.1238095238em;
    right: 0.1714285714em;
    line-height: 1em;
    font-weight: 300;
}

.iFeatures-slider .box-item .img img {
    width: 36.25em;
    height: auto;
    border-radius: 1.25em;
}

.iFeatures .idx-fx-btn {
    display: flex;
}

.iFeatures .idx-fx-btn .idx-btn {
    max-width: 11.125em;
    width: 100%;
}

.iFeatures .idx-fx-btn .idx-btn a {
    min-width: 100%;
}

.iFeatures-arrow {
    position: relative;
    display: flex;
    margin-right: 1.875em;
}

.iFeatures-arrow .slick-arrow {
    left: 0;
    transform: none;
    top: 0;
    width: 3.75em;
    height: 3.75em;
    position: relative;
}

.iFeatures-arrow .slick-prev {
    background: url(../images/idx-prev.svg) no-repeat center;
    background-size: 100% auto;
    margin-right: 0.9375em;
}

.iFeatures-arrow .slick-next {
    background: url(../images/idx-next.svg) no-repeat center;
    background-size: 100% auto;
}

.iFeatures-dots {
    margin-top: 1.25em;
}

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

.iFeatures-dots ul li {
    width: 0.5em;
    height: 0.5em;
    margin-right: 1em;
}

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

.iFeatures-dots ul li button {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: #eaf0c9;
    text-indent: -1000px;
}

.inner_big {
    padding: 0 1.25em;
}

.iMess {
    padding-top: 7.5625em;
    padding-bottom: 17.1875em;
    position: relative;
}

.iMess:before {
    content: "";
    position: absolute;
    left: 52%;
    transform: translate(-50%);
    top: -18.125em;
    background: url(../images/idx-mess-bg01.png) no-repeat top center;
    background-size: 100% auto;
    width: calc(100% - 3.125em);
    height: calc(100% + 18.125em);
    max-width: 80em;
}

.iMess-fx {
    padding-left: 8.75em;
    display: flex;
    position: relative;
    z-index: 1;
}

.iMess-fx .box-cnt {
    margin-right: 4.375em;
}

.iMess-fx .box-cnt .idx-box-ttl {
    background: transparent;
    padding-bottom: 0;
    margin-bottom: 1.9375em;
}

.iMess-fx .box-cnt .idx-box-ttl .idx-ttl-en {
    margin-bottom: 1px;
}

.iMess-fx .box-cnt .idx-box-ttl h2 {
    color: var(--main-color);
    font-size: 1.6em;
    line-height: 1.9em;
}

.iMess-fx .box-cnt .txt > p {
    line-height: 2.35em;
}

.iMess-fx .box-cnt .box-name {
    margin-top: 0.8125em;
    margin-bottom: 2.625em;
}

.iMess-fx .box-cnt .box-name .sub-name {
    font-size: 0.75em;
    font-weight: 500;
    margin-bottom: 5px;
}

.iMess-fx .box-cnt .box-name .name {
    font-size: 1.5625em;
    font-weight: 600;
    line-height: 1em;
}

.iMess-fx .box-cnt .box-name .name span {
    font-weight: 500;
    margin-right: 0.9285714286em;
    font-size: 0.56em;
    position: relative;
    bottom: 0.1428571429em;
}

.iMess-fx .box-img {
    flex-shrink: 0;
    margin-top: -10em;
    position: relative;
}

.iMess-fx .box-img:before {
    content: "";
    position: absolute;
    right: -8.875em;
    top: 1.6875em;
    background: url(../images/idx-mess-ico01.svg) no-repeat center;
    background-size: 100% auto;
    width: 20.25em;
    height: 14.4375em;
    z-index: 1;
}

.iMess-fx .box-img:after {
    content: "";
    position: absolute;
    left: 1.0625em;
    bottom: 13.375em;
    width: 2.0625em;
    height: 2.125em;
    background: url(../images/idx-mess-ico02.svg) no-repeat center;
    background-size: 100% auto;
    z-index: 1;
}

.iMess-fx .box-img .img01 {
    width: 38.814em;
    height: 41.6875em;
    --mask: url(../images/idx-mess-mask01.svg);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    position: relative;
    left: -1.875em;
}

.iMess-fx .box-img .img01 img {
    width: 38.75em;
    height: auto;
}

.iMess-fx .box-img .img02 {
    width: 18.5em;
    height: 18.0625em;
    --mask: url(../images/idx-mess-mask02.svg);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
    margin-top: -10.3125em;
    margin-left: -1.125em;
}

.iMess-fx .box-img .img02 img {
    width: 18.4375em;
    height: auto;
}

.idx_gallery {
    margin-top: -12.625em;
    position: relative;
    z-index: 2;
}

.idx_gallery:before {
    content: "";
    position: absolute;
    top: -9.625em;
    left: calc(50% + 23.8125em);
    transform: translateX(-50%);
    background: url(../images/idx-gallary-ico.png) no-repeat center;
    background-size: 100% auto;
    width: 17.3125em;
    height: 13.6875em;
}

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

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

.iRecruit {
    padding: 7.5em 0 6.25em;
    position: relative;
    z-index: 1;
}

.iRecruit:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -21.875em;
    background: url(../images/idx-recruit-bg.png) no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: calc(100% + 21.875em);
    z-index: -1;
}

.iRecruit-frame {
    max-width: 73.75em;
    min-height: 27.9375em;
    background: url(../images/idx-recruit-bg-frame.jpg) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    padding: 3.75em 6.25em;
    position: relative;
    border-radius: 1.25em;
}

.iRecruit-frame:before {
    content: "";
    position: absolute;
    right: -9.75em;
    bottom: -16.9375em;
    width: 53.75em;
    height: 42.125em;
    background: url(../images/idx-recruit-ico01.svg) no-repeat center;
    background-size: 100% auto;
}

.iRecruit-frame .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15.1875em;
    height: 5.125em;
}

.iRecruit-frame .btn a {
    text-decoration: none;
    color: #f09b9e;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: 600;
    width: 100%;
    height: 100%;
}

.iRecruit-frame .btn a:after {
    content: "";
    position: relative;
    right: 0;
    margin-left: 0.625em;
    top: 0;
    width: 1.75em;
    height: 1.75em;
    background: url(../images/idx-ico-arr04.svg) no-repeat center;
    background-size: 100% auto;
}

.iRecruit-frame .box-cnt {
    max-width: 23.125em;
}

.iRecruit-frame .idx-ttl-en02 {
    font-size: 4.51875em;
    font-family: var(--f-en);
    font-weight: 500;
    color: #f09b9e;
    line-height: 1em;
    margin-bottom: 0.2766251729em;
    letter-spacing: 0.13em;
}

.iRecruit-frame h3 {
    margin-bottom: 0.92em;
    line-height: 1.5em;
}

.iRecruit-frame h3 span {
    font-size: 1.12em;
    color: #f09b9e;
    background: #fff;
    display: block;
    width: fit-content;
    padding: 0.4285714286em 0.6071428571em;
    line-height: 1em;
    margin-bottom: 0.3214285714em;
    border-radius: 0.1785714286em;
}

.iRecruit-frame h3 span:last-child {
    margin-bottom: 0;
}

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

.idx-list-frame li {
    width: 25%;
    margin-right: 1.1875em;
    margin-bottom: 1.0625em;
    max-width: 6.9375em;
}

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

.idx-list-frame li a {
    text-decoration: none;
    color: var(--clr1);
    font-size: 0.875em;
    font-weight: 600;
    width: 100%;
    padding-bottom: 0.3571428571em;
    background: url(../images/idx-pill-hr02.svg) bottom left no-repeat;
    background-size: 100% 0.2142857143em;
    position: relative;
    padding-right: 1.0714285714em;
    display: block;
    line-height: 1.5em;
    padding-bottom: 0.5714285714em;
}

.idx-list-frame li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.3571428571em;
    background: url(../images/idx-ico-arr03.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.4285714286em;
    height: 0.7857142857em;
}

.iPill {
    background: #f8faed;
    margin-top: -6.25em;
    padding-top: 10.875em;
    padding-bottom: 12.25em;
}

.iPill-fx {
    display: flex;
    padding: 0 5.875em 0 5.5em;
    position: relative;
}

.iPill-fx:before {
    content: "";
    position: absolute;
    left: -6.25em;
    top: -32.5em;
    background: url(../images/idx-pill-circle01.svg) no-repeat center;
    background-size: 100% auto;
    width: 57.25em;
    height: 57.25em;
}

.iPill-fx.st02 {
    padding: 0 5.5em 0 3.6875em;
    margin-top: -1.0625em;
}

.iPill-fx.st02:before {
    width: 48.0625em;
    height: 48.0625em;
    top: initial;
    bottom: -6.875em;
    left: -16.25em;
    background: url(../images/idx-pill-circle02.svg) no-repeat center;
    background-size: 100% auto;
}

.iPill-fx.st02 .box-cnt {
    order: 2;
    margin-right: 0;
    padding-top: 6.25em;
    margin-left: 4.0625em;
}

.iPill-fx.st02 .box-cnt .idx-box-ttl h2 {
    line-height: 1.35em;
}

.iPill-fx.st02 .box-img {
    order: 1;
    position: relative;
}

.iPill-fx.st02 .box-img:before {
    top: 3.4375em;
    left: initial;
    right: 8.5625em;
    background: url(../images/idx-pill-ico02.svg) no-repeat center;
    background-size: 100% auto;
    width: 3.9375em;
    height: 4.1875em;
    z-index: 1;
}

.iPill-fx.st02 .box-img .img {
    width: 39.875em;
    height: 30.875em;
    --mask: url(../images/idx-pill-mask02.png);
}

.iPill-fx.st02 .box-img .img img {
    width: 39.875em;
    height: auto;
}

.iPill-fx.st02 .box-img-frame {
    background: #fff;
    border-radius: 0.625em;
    max-width: 36.5em;
    margin: 0 auto;
    left: 0.1875em;
    padding: 1.5em 2.5em 0.75em;
    margin-top: -8em;
    position: relative;
}

.iPill-fx.st02 .box-img-frame .ttl02 {
    font-size: 1.25em;
    color: var(--main-color);
    text-align: center;
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 0.85em;
    background: url(../images/idx-pill-hr01.svg) no-repeat bottom center;
    background-size: 100% 3px;
    margin-bottom: 1.3em;
    letter-spacing: 0.1em;
}

.iPill-fx .box-cnt {
    padding-top: 3.625em;
    margin-right: 1.25em;
    position: relative;
    z-index: 1;
}

.iPill-fx .box-cnt .idx-box-ttl {
    padding-bottom: 1.5625em;
    margin-bottom: 1.25em;
}

.iPill-fx .box-cnt .idx-box-ttl h2 {
    font-size: 2.375em;
}

.iPill-fx .box-cnt .txt {
    margin-bottom: 2.2875em;
}

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

.iPill-fx .box-img {
    flex-shrink: 0;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.iPill-fx .box-img:before {
    content: "";
    position: absolute;
    top: 0.6875em;
    left: 2.5em;
    background: url(../images/idx-pill-ico01.svg) no-repeat center;
    background-size: 100% auto;
    width: 14.75em;
    height: 12.9375em;
    z-index: 1;
}

.iPill-fx .box-img .img {
    width: 39.125em;
    height: 32.375em;
    --mask: url(../images/idx-pill-mask01.png);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: center;
    -webkit-mask-position: center;
}

.iPill-fx .box-img .img img {
    width: 39.125em;
    height: auto;
}

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

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

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

.idx-list-btn li a {
    min-width: 100%;
    line-height: 1.5em;
    padding-right: 2.1428571429em;
    font-weight: 500;
}

.idx-list-link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.625em;
}

.idx-list-link li {
    width: 33.3333333333%;
    margin-right: 0.9375em;
    margin-bottom: 0.9375em;
    max-width: 18.5em;
}

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

.idx-list-link li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--clr1);
    min-height: 4.2857142857em;
    width: 100%;
    background: #fff;
    border-radius: 2.1428571429em;
    font-size: max(0.875em, 9.5px);
    font-weight: 600;
    padding: 0.3571428571em 2.1428571429em 0.3571428571em 1.7857142857em;
    position: relative;
}

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

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

.idx-btn a {
    text-decoration: none;
    background: #f09b9e;
    color: #fff;
    font-size: 0.875em;
    min-height: 4.2857142857em;
    border-radius: 2.1428571429em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    font-weight: 500;
    min-width: 16.8571428571em;
    padding: 0 3.7142857143em 0 1.7857142857em;
}

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

.idx_map {
    height: 450px;
}

.idx_map iframe {
    height: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    :root {
        --ttl_size: 24px;
    }
    .inner_big {
        padding: 0 10px;
    }
    .iFeatures .inner_big {
        padding: 0;
    }
    .home_page .key {
        font-size: 0.78vw;
    }
    .iConcept,
    .iMenu,
    .iGyne,
    .iPill,
    .iCheck,
    .iPrivate,
    .iFeatures,
    .iMess,
    .idx_gallery,
    .iRecruit {
        font-size: 1.25vw;
    }
    .iGyne .inner_big {
        padding: 0 0.7142857143em;
    }
    .iPill-fx {
        display: flex;
        padding: 0 4.875em 0 5.5em;
        position: relative;
    }
    .iPill-fx.st02 {
        padding: 0 4.5em 0 3.6875em;
        margin-top: -1.0625em;
    }
    .iGyne-fx {
        padding-left: 4.625em;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .iMess-fx {
        padding-left: 6.75em;
    }
    .iConcept-fx {
        padding: 0 5.625em 0 7.3125em;
    }
    .iPill-fx {
        padding: 0 3.875em 0 3.5em;
    }
    .iPill-fx.st02 {
        padding: 0 3.5em 0 2.6875em;
        margin-top: -1.0625em;
    }
    .idx-list-frame li a {
        padding-right: 0.5em;
    }
    .iCheck-list li a .txt {
        padding: 0 0.875em 0 1.75em;
    }
    .iGyne-fx {
        display: flex;
        padding-left: 3.625em;
        margin-bottom: 4.375em;
    }
    .iGyne.st02 .iGyne-fx .box-cnt {
        padding-top: 3.3125em;
        margin-right: 3.375em;
    }
    .iRecruit-frame {
        max-width: 83.75em;
    }
}

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

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