@keyframes idx_scroll {
    0% {
        top: 0.6875em;
    }
    50% {
        top: 1.5em;
    }
}

.home_page .key {
    background-color: #FEF8F9;
    overflow: hidden;
    position: relative;
    padding-bottom: 4.125em;
}

.home_page .key .key-fx {
    display: flex;
    margin: 0 auto;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-right: -17.75em;
}

.home_page .key .key-fx:after {
    content: "";
    position: absolute;
    left: 12em;
    top: -10.125em;
    background: url(../images/idx-main-ico01.svg) no-repeat center;
    background-size: contain;
    width: 25.25em;
    height: 23.5em;
    z-index: 0;
}

.home_page .key .key-fx:before {
    content: "";
    position: absolute;
    left: 0;
    right: 5.875em;
    top: 16.0625em;
    bottom: 0;
    margin: auto;
    background: url(../images/idx-main-ico02.svg) no-repeat center;
    background-size: contain;
    width: 64.75em;
    height: 35.5em;
    max-width: 1036px;
    max-height: 568px;
}

.home_page .key .key-fx .box-key-txt {
    writing-mode: tb-rl;
    display: flex;
    flex-direction: column;
    margin-left: -3.875em;
    position: relative;
    margin-top: 10em;
    z-index: 1;
}

.home_page .key .key-fx .box-key-txt .title {
    display: inline-flex;
    flex-direction: column;
}

.home_page .key .key-fx .box-key-txt .title span {
    background: #fff;
    color: var(--clr2);
    display: inline-block;
    width: fit-content;
    border-radius: 10px;
    font-size: 2.5em;
    font-weight: 600;
    height: fit-content;
    line-height: 1.5em;
    padding: 0.7em 0.16em;
    letter-spacing: 0.1em;
}

.home_page .key .key-fx .box-key-txt .title span:first-child {
    margin-left: 0.25em;
    padding-bottom: 0.0125em;
}

.home_page .key .key-fx .box-key-txt .sub-ttl {
    background: #fff;
    border-radius: 10px;
    height: fit-content;
    color: var(--clr2);
    font-weight: 600;
    font-size: 1.25em;
    margin-right: 0.425em;
    display: inline-block;
    padding-top: 0.9em;
    letter-spacing: 0.065em;
    padding-bottom: 0.9em;
    line-height: 1.95em;
}

.home_page .key .key-fx .box-img01 {
    flex-shrink: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: url(../images/idx-main-mask02.svg);
    mask-image: url(../images/idx-main-mask02.svg);
    position: relative;
    right: -5.75em;
    top: 8.4375em;
    z-index: 1;
}

.home_page .key .key-fx .box-img02 {
    flex-shrink: 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: url(../images/idx-main-mask01.svg);
    mask-image: url(../images/idx-main-mask01.svg);
    position: relative;
    left: -9.6875em;
    top: -1.4375em;
}

.home_page .key .idx-scroll {
    position: absolute;
    right: 0;
    bottom: 4.0625em;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    text-align: right;
    padding-right: 2.3125em;
}

.home_page .key .idx-scroll span {
    padding-right: 1.25em;
    padding-bottom: 5px;
    display: inline-block;
    color: var(--clr2);
    font-weight: 600;
    font-size: 0.8125em;
    background: url(../images/idx-ico-scroll.svg) no-repeat bottom center;
    background-size: 100% 5px;
    position: relative;
    letter-spacing: 0.15em;
}

.home_page .key .idx-scroll span:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 0.6875em;
    background: url(../images/idx-ico-scroll02.svg) no-repeat center;
    background-size: contain;
    width: 0.625em;
    height: 0.375em;
    animation: idx_scroll linear 2s infinite;
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    position: relative;
    margin-bottom: 0.6875em;
    color: var(--clr2);
    font-size: 3.125em;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-bottom: 0.4825em;
}

.home_page h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 4px;
    background: url(../images/idx-ico-h2.svg) no-repeat center;
    background-size: contain;
}

.home_page h3 {
    margin-bottom: 1.4375em;
}

.home_page h3 span {
    display: block;
    width: fit-content;
    color: var(--clr2);
    font-size: 1.625em;
    letter-spacing: 0.05em;
    font-weight: 600;
    position: relative;
    background: url(../images/idx-ico-h3.svg) no-repeat bottom center;
    background-size: 300px 2px;
    margin-bottom: 8px;
    padding-bottom: 3px;
}

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

.home_page .idx-ttl-en {
    font-size: 0.8125em;
    letter-spacing: 0.15em;
    color: var(--clr2);
    font-weight: 600;
    margin-bottom: 0;
}

.index0 .idx-ttl-en {
    font-weight: 900;
}

@media only screen and (min-width: 769px) {
    .index02-frame-fx .box-list .index02-list-link li a:hover,
    .index0 .index0-fx .box-cnt .idx-list-index0 li a:hover,
    .idx-list-btn li a:hover,
    .index04 .box-interview .idx-list-interview li .box-img a:hover {
        opacity: 1;
    }
    .index0 .index0-fx .box-cnt .idx-list-index0 li a:hover,
    .index04 .box-interview .idx-list-interview li .box-img a:hover {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .index02-frame-fx .box-list .index02-list-link li a:hover:after {
        right: 15px;
        transition: 0.3s all;
    }
    .index02 .idx-bg-about .idx-list-about li a:hover {
        background: var(--clr2);
        opacity: 1;
        color: #fff;
    }
    .index02 .idx-bg-about .idx-list-about li a:hover:before {
        filter: brightness(0) invert(1);
    }
    .index02 .idx-bg-about .idx-list-about li a:hover .ttl {
        color: #fff;
    }
    .index02 .idx-bg-about .idx-list-about li a:hover .ico img {
        filter: brightness(0) invert(1);
    }
    .idx-list-btn li a:hover {
        color: #E8343D;
    }
    .idx-list-btn li a:hover:before {
        right: 0.9375em;
        transition: 0.3s all;
    }
    .index05 .index05-fx .box-cnt .idx-list-btn li a:hover {
        background: var(--clr2);
        color: #fff;
    }
    .index05 .index05-fx .box-cnt .idx-list-btn li a:hover:before {
        filter: brightness(0) invert(1);
    }
}

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

.index0 {
    padding: 6.25em 0px 3.4em;
    background: url(../images/idx-bg-section0.png) no-repeat top center;
    margin-top: -3.0625em;
    position: relative;
    z-index: 1;
}

.index0:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -121px;
    width: 1920px;
    height: 254px;
    background: url(../images/index02-bg.png) center center/contain no-repeat;
    z-index: -1;
}

.index0 .index0-fx {
    display: flex;
    padding-left: 6.25em;
}

.index0 .index0-fx .box-cnt {
    padding-top: 2em;
    position: relative;
}

.index0 .index0-fx .box-cnt:before {
    content: "";
    position: absolute;
    left: 7.3125em;
    top: -3.125em;
    background: url(../images/idx-message-ico06.png) no-repeat center;
    background-size: contain;
    width: 6.375em;
    height: 4.875em;
}

.index0 .index0-fx .box-cnt:after {
    content: "";
    position: absolute;
    right: 8.25em;
    top: 11.625em;
    background: url(../images/idx-message-ico07.svg) no-repeat center;
    background-size: contain;
    width: 2.75em;
    height: 2.9375em;
    max-height: 47px;
    max-width: 44px;
}

.index0 .index0-fx .box-cnt h2 {
    left: -5px;
    letter-spacing: 0.01em;
}

.index0 .index0-fx .box-cnt h2:before {
    left: 5px;
}

.index0 .index0-fx .box-cnt .txt {
    font-size: 1.125em;
    line-height: 2.2em;
    width: 31.5625em;
    max-width: 503px;
    letter-spacing: 0.015em;
    margin-bottom: 1em;
}

.index0 .index0-fx .box-cnt .idx-list-index0 {
    display: flex;
    position: relative;
}

.index0 .index0-fx .box-cnt .idx-list-index0:before {
    content: "";
    position: absolute;
    left: -2.75em;
    bottom: -1.9375em;
    width: 3.1875em;
    height: 4.3125em;
    background: url(../images/idx-message-ico05.png) no-repeat center;
    background-size: contain;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li {
    margin-right: 1.875em;
}

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

.index0 .index0-fx .box-cnt .idx-list-index0 li:last-child a {
    padding-bottom: 1.6875em;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li:last-child a .ico {
    position: relative;
    top: -4px;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    width: 17.25em;
    height: 17.25em;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding-bottom: 2.1875em;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-color: #E77E84;
    -webkit-mask-image: url(../images/idx-circle01.svg);
    mask-image: url(../images/idx-circle01.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../images/idx-bg-circle01.svg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 4.375em;
    z-index: -1;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li a .ttl {
    color: var(--clr2);
    font-size: 1.625em;
    font-weight: 600;
    letter-spacing: 0.15em;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li a .ico {
    margin-bottom: 5px;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li a .ico-arr {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 1.3em;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: var(--clr2);
    justify-content: center;
    font-weight: 500;
    font-size: 1.125em;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li a .ico-arr:after {
    content: "";
    position: relative;
    right: -4px;
    top: 0;
    background-color: #E77E84;
    -webkit-mask-image: url(../images/idx-ico-arr-w.svg);
    mask-image: url(../images/idx-ico-arr-w.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 14px;
    height: 10px;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li:last-child a:before {
    background-color: #9CC469;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li:last-child a:after {
    background: url(../images/idx-bg-circle02.svg) no-repeat center;
    background-size: contain;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li:last-child a .ttl {
    color: #9CC469;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li:last-child a .ico-arr {
    color: #9CC469;
}

.index0 .index0-fx .box-cnt .idx-list-index0 li:last-child a .ico-arr:after {
    background-color: #9CC469;
}

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

.index0 .index0-fx .box-img .box-img01 {
    position: relative;
}

.index0 .index0-fx .box-img .box-img01 .img01 {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: url(../images/idx-message-mask01.svg);
    mask-image: url(../images/idx-message-mask01.svg);
    position: relative;
    left: -1.75em;
    top: -1.9375em;
}

.index0 .index0-fx .box-img .box-img01 .bg-img {
    position: absolute;
    left: -6.575em;
    right: 0;
    top: 0.4375em;
    margin: 0 auto;
}

.index0 .index0-fx .box-img .box-img02 {
    position: relative;
}

.index0 .index0-fx .box-img .box-img02 .img02 {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: url(../images/idx-message-mask02.svg);
    mask-image: url(../images/idx-message-mask02.svg);
    position: relative;
    right: -6.5em;
    top: 0.0625em;
}

.index0 .index0-fx .box-img .box-img02 .bg-img {
    position: absolute;
    left: 3.125em;
    right: 0px;
    margin: 0 auto;
    top: -2.0625em;
}

.index02 {
    background: #FEF8F9;
    position: relative;
    z-index: 1;
}

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

.index02 .idx-ttl-en {
    text-align: center;
    position: relative;
}

.index02 .idx-ttl-en.ico:before {
    content: "";
    position: absolute;
    left: -24.55em;
    right: 0;
    top: -6.1575em;
    margin: 0 auto;
    background: url(../images/idx-howto-ico.svg) no-repeat center;
    background-size: contain;
    width: 7em;
    height: 7em;
}

.index02 h2 {
    text-align: center;
    margin-bottom: 0.96em;
}

.index02 h2:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2px;
}

.index02 .index02-fx {
    display: flex;
    justify-content: flex-end;
}

.index02 .index02-fx .box-img .img {
    overflow: hidden;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.index02 .index02-fx .box-cnt {
    margin-right: 2.75em;
    margin-top: 1.375em;
}

.index02 .index02-fx .box-cnt .index02-list-check li {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.25em;
    color: var(--clr2);
    font-weight: 500;
    background: url(../images/idx-hr-check.svg) no-repeat bottom center;
    background-size: 110% 2px;
    letter-spacing: 0.01em;
    padding-bottom: 0.515em;
    padding-top: 0.515em;
}

.index02 .index02-fx .box-cnt .index02-list-check li:before {
    content: "";
    position: relative;
    left: 5px;
    top: 0;
    background: url(../images/idx-ico-check.svg) no-repeat center;
    background-size: contain;
    width: 0.85em;
    height: 0.7em;
    margin-right: 0.625em;
}

.index02-frame {
    background: #fff;
    width: 76.25em;
    max-width: 1220px;
    margin: -7.375em auto 0;
    border-radius: 1.875em;
    padding: 3.125em 0 2.0625em;
    position: relative;
    box-shadow: 0 0 1.875em rgba(231, 126, 132, 0.3);
}

.index02-frame-fx {
    display: flex;
    justify-content: space-between;
    padding-right: 4.375em;
}

.index02-frame-fx .box-cnt {
    margin-right: 50px;
}

.index02-frame-fx .box-cnt .box-ttl {
    color: #fff;
    width: 22em;
    max-width: 352px;
    background: #E77E84;
    border-top-right-radius: 2.6875em;
    border-bottom-right-radius: 2.6875em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 5.4em;
    max-height: 100px;
    padding: 1.0625em 2.775em 0.9375em 3.9375em;
    margin-left: -1.875em;
    width: fit-content;
    margin-bottom: 1.25em;
    letter-spacing: 0.15em;
}

.index02-frame-fx .box-cnt .box-ttl .idx-ttl-en {
    text-align: left;
    color: #fff;
    line-height: 1em;
}

.index02-frame-fx .box-cnt .box-ttl h3 {
    font-size: 1.75em;
    font-weight: 600;
    margin-bottom: 0;
}

.index02-frame-fx .box-cnt .txt {
    max-width: 251px;
    width: 15.6875em;
    margin-left: 4.375em;
}

.index02-frame-fx .box-cnt .txt>p {
    letter-spacing: 0;
    font-weight: 600;
}

.index02-frame-fx .box-list {
    width: 47.5em;
    max-width: 760px;
    flex-shrink: 0;
}

.index02-frame-fx .box-list .index02-list-link {
    display: flex;
    flex-wrap: wrap;
}

.index02-frame-fx .box-list .index02-list-link li {
    width: 23.25em;
    max-width: 372px;
    margin-right: 0.9375em;
    margin-bottom: 0.9375em;
}

.index02-frame-fx .box-list .index02-list-link li:nth-child(2n) {
    margin-right: 0;
}

.index02-frame-fx .box-list .index02-list-link li a {
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9375em;
    overflow: hidden;
}

.index02-frame-fx .box-list .index02-list-link li a:after {
    content: "";
    position: absolute;
    right: 1.6875em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-arr-bnr.svg) no-repeat center;
    background-size: contain;
    width: 1em;
    height: 0.75em;
}

.index02-frame-fx .box-list .index02-list-link li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #A0A0A0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    border-radius: 0.9375em;
}

.index02-frame-fx .box-list .index02-list-link li a .ttl-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0;
}

.index02 .idx-bg-about {
    position: relative;
    width: 101vw;
    left: 50%;
    transform: translate(-50%);
    max-width: 1920px;
    margin: 0 auto;
    background: url(../images/index03-bg.png) no-repeat center;
    background-size: cover;
    margin-top: -1.875em;
    padding-top: 13.8125em;
    padding-bottom: 14.375em;
}

.index02 .idx-bg-about:before {
    content: "";
    position: absolute;
    left: 10.7em;
    bottom: -29.275em;
    background: url(../images/idx-feature-circle01.svg) no-repeat center;
    background-size: contain;
    width: 44.625em;
    height: 44.625em;
    z-index: 1;
}

.index02 .idx-bg-about .idx-ttl-en,
.index02 .idx-bg-about h2 {
    color: #fff;
}

.index02 .idx-bg-about h2 {
    margin-bottom: 0.8em;
}

.index02 .idx-bg-about h2:before {
    filter: brightness(0) invert(1);
}

.index02 .idx-bg-about .txt {
    text-align: center;
    margin-bottom: 2.625em;
    color: #fff;
}

.index02 .idx-bg-about .txt>p {
    letter-spacing: 0;
    font-weight: 500;
}

.index02 .idx-bg-about .idx-list-about {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 67.5em;
    max-width: 1080px;
}

.index02 .idx-bg-about .idx-list-about li {
    width: 25%;
    margin-right: 1.5625em;
}

.index02 .idx-bg-about .idx-list-about li:nth-child(2n) a {
    padding-left: 1.25em;
}

.index02 .idx-bg-about .idx-list-about li:nth-child(3n) a {
    padding-left: 1.75em;
}

.index02 .idx-bg-about .idx-list-about li:nth-child(3n) a .ico {
    margin-right: 1.125em;
}

.index02 .idx-bg-about .idx-list-about li:nth-child(3n) a .ttl {
    letter-spacing: 0;
}

.index02 .idx-bg-about .idx-list-about li:last-child {
    margin-right: 0;
}

.index02 .idx-bg-about .idx-list-about li:last-child a {
    padding-left: 1.0625em;
}

.index02 .idx-bg-about .idx-list-about li:last-child a .ico {
    margin-right: 0.75em;
}

.index02 .idx-bg-about .idx-list-about li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #fff;
    width: 15.6875em;
    max-width: 251px;
    height: 6.25em;
    max-height: 100px;
    border-radius: 0.9375em;
    padding-left: 1.5em;
    position: relative;
}

.index02 .idx-bg-about .idx-list-about li a .ttl {
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--clr2);
    line-height: 1.3em;
}

.index02 .idx-bg-about .idx-list-about li a .ico {
    margin-right: 0.9375em;
}

.index02 .idx-bg-about .idx-list-about li a:before {
    content: "";
    position: absolute;
    right: 1.0625em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1.0625em;
    height: 0.75em;
    background-color: #E77E84;
    -webkit-mask-image: url(../images/idx-ico-arr-w.svg);
    mask-image: url(../images/idx-ico-arr-w.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.index03 {
    background: #FEF8F9;
}

.index03 .idx-ttl-en,
.index03 h2 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.index03 .idx-ttl-en {
    position: relative;
    margin-top: -2.875em;
    z-index: 1;
}

.index03 h2 {
    margin-bottom: 1em;
    position: relative;
}

.index03 h2:after {
    content: "";
    position: absolute;
    left: 78.2%;
    transform: translate(-50%);
    top: -0.76em;
    background: url(../images/idx-ico-feature-ttl.svg) no-repeat center;
    background-size: contain;
    width: 2.6875em;
    height: 2.8125em;
    max-width: 43px;
    max-height: 45px;
}

.index03 h2:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.index03 .index03-fx {
    display: flex;
    margin-bottom: 4.25em;
    position: relative;
}

.index03 .index03-fx:after {
    content: "";
    position: absolute;
    right: -19.8125em;
    top: 2.0625em;
    background: url(../images/idx-feature-circle02.png) no-repeat center;
    background-size: contain;
    width: 43em;
    max-width: 688px;
    height: 41.75em;
    max-height: 668px;
    z-index: 2;
}

.index03 .index03-fx.index03-fx02 {
    margin-bottom: 2.1875em;
}

.index03 .index03-fx.index03-fx02:after {
    display: none;
}

.index03 .index03-fx.index03-fx02 .box-cnt {
    order: 2;
    border-top-right-radius: 0;
    border-top-left-radius: 3.125em;
    margin-right: 0;
    margin-left: -4.5625em;
    padding-right: 6.25em;
    padding-left: 6em;
}

.index03 .index03-fx.index03-fx02 .box-cnt:before {
    content: "";
    position: absolute;
    left: 15.45em;
    top: -14.7875em;
    background: url(../images/idx-feature-ico02.png) no-repeat center;
    background-size: contain;
    width: 14.4125em;
    height: 16.5375em;
    z-index: 2;
    max-width: 230px;
    max-height: 264px;
}

.index03 .index03-fx.index03-fx02 .box-cnt .stt {
    left: 6.8375em;
    top: -2.8125em;
    padding-right: 0.2em;
}

.index03 .index03-fx.index03-fx02 .box-cnt h3 {
    margin-bottom: 0.775em;
    padding: 2px 1.0775em 7px 0.85em;
}

.index03 .index03-fx.index03-fx02 .box-cnt .txt {
    position: relative;
    z-index: 4;
}

.index03 .index03-fx.index03-fx02 .box-img {
    order: 1;
    position: relative;
}

.index03 .index03-fx.index03-fx02 .box-img:before {
    content: "";
    position: absolute;
    right: -5.1875em;
    bottom: -16.1875em;
    background: url(../images/idx-feature-circle03.svg) no-repeat center;
    background-size: contain;
    width: 19.5em;
    height: 22.25em;
    z-index: 2;
}

.index03 .index03-fx.index03-fx02 .box-img .img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3.125em;
    border-bottom-right-radius: 3.125em;
}

.index03 .index03-fx .box-cnt {
    width: 35.25em;
    max-width: 564px;
    background: #FEF8F9;
    margin-right: -4.5625em;
    position: relative;
    border-top-right-radius: 3.125em;
    padding-left: 6.25em;
    padding-right: 5em;
    padding-bottom: 1.6875em;
    padding-top: 4.6875em;
    margin-top: 9.0625em;
}

.index03 .index03-fx .box-cnt:before {
    content: "";
    position: absolute;
    left: 5.8125em;
    top: -13.825em;
    background: url(../images/idx-feature-ico01.svg) no-repeat center;
    background-size: contain;
    width: 22.4375em;
    height: 15.3125em;
    z-index: 1;
}

.index03 .index03-fx .box-cnt .stt {
    background: url(../images/idx-bg-feature.svg) no-repeat center;
    background-size: 100% 100%;
    height: 7.0625em;
    width: 13.5em;
    max-width: 184px;
    font-size: 0.875em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 7.25em;
    top: -2.875em;
    padding-bottom: 1em;
    padding-right: 0.5em;
    z-index: 1;
}

.index03 .index03-fx .box-cnt .stt span {
    line-height: 1em;
    margin-left: 0.225em;
    position: relative;
    bottom: 5px;
    font-size: 3.5em;
    font-weight: 600;
}

.index03 .index03-fx .box-cnt h3 {
    font-size: 1.75em;
    width: fit-content;
    background: #fff;
    border-radius: 10px;
    padding: 3px 0.7em 4px 0.9em;
    color: var(--clr2);
    font-weight: 600;
    margin-bottom: 0.8em;
    position: relative;
    z-index: 1;
    line-height: 1.3em;
    letter-spacing: 0.1em;
}

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

.index03 .index03-fx .box-cnt .txt>p {
    letter-spacing: 0;
    font-weight: 600;
}

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

.index03 .index03-fx .box-img .img {
    border-top-left-radius: 3.125em;
    border-bottom-left-radius: 3.125em;
    overflow: hidden;
}

.index03 .idx-fx-col {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.index03 .idx-fx-col .index03-fx03 {
    flex-direction: column;
    max-width: 555px;
    width: 34.6875em;
    margin-right: 3.25em;
}

.index03 .idx-fx-col .index03-fx03:after {
    display: none;
}

.index03 .idx-fx-col .index03-fx03:last-child {
    margin-right: 0;
    margin-top: 4.375em;
}

.index03 .idx-fx-col .index03-fx03:last-child .box-cnt:before {
    background: url(../images/idx-feature-ico04.svg) no-repeat center;
    background-size: contain;
    width: 4.25em;
    height: 8.1875em;
    top: -2.9375em;
    right: 0.375em;
}

.index03 .idx-fx-col .index03-fx03:last-child .box-cnt:after {
    display: none;
}

.index03 .idx-fx-col .index03-fx03:last-child .box-img {
    position: relative;
}

.index03 .idx-fx-col .index03-fx03:last-child .box-img:before {
    content: "";
    position: absolute;
    left: 4.7525em;
    top: -5.2975em;
    background: url(../images/idx-feature-ico05.svg) no-repeat center;
    background-size: contain;
    width: 21em;
    height: 7.0625em;
}

.index03 .idx-fx-col .index03-fx03 .box-img .img {
    border-radius: 3.125em;
    overflow: hidden;
}

.index03 .idx-fx-col .index03-fx03 .box-cnt {
    margin-top: -2.8125em;
    width: 91%;
    padding-left: 3.125em;
    padding-right: 0px;
}

.index03 .idx-fx-col .index03-fx03 .box-cnt:before {
    background: url(../images/idx-feature-ico03.svg) no-repeat center;
    background-size: contain;
    width: 13.5625em;
    height: 6.1875em;
    top: -3.75em;
    right: -0.5em;
    left: initial;
}

.index03 .idx-fx-col .index03-fx03 .box-cnt:after {
    content: "";
    position: absolute;
    left: -26.1875em;
    bottom: -18.125em;
    background: url(../images/idx-feature-circle04.svg) no-repeat center;
    background-size: contain;
    width: 35.25em;
    height: 34.8125em;
}

.index03 .idx-fx-col .index03-fx03 .box-cnt .stt {
    left: 3.4875em;
    padding-right: 0.2em;
}

.idx_gallery {
    position: relative;
    z-index: 2;
    background: #FEF8F9;
    margin-top: -3px;
    margin-bottom: 70px;
}

.idx_gallery .list {
    position: relative;
}

.idx_gallery .list:before {
    content: "";
    position: absolute;
    left: 41.4375em;
    right: 0;
    margin: 0 auto;
    top: -5.8125em;
    background: url(../images/idx-feature-circle05.svg) no-repeat center;
    background-size: contain;
    width: 22.4375em;
    height: 19.1875em;
}

.idx_gallery .list .item {
    margin: 0 0.75em;
    border-radius: 20px;
    overflow: hidden;
}

.index04 {
    background: url(../images/idx-bg-recruit.png) no-repeat top center;
    background-size: cover;
    border-top-left-radius: 3.125em;
    border-top-right-radius: 3.125em;
    max-height: 1442px;
    height: 90.125em;
    padding: 4.95em 0;
    max-width: 1280px;
    margin: 0 auto;
}

.index04 .inner_big {
    padding: 0;
}

.index04 h2,
.index04 .idx-ttl-en {
    color: #fff;
}

.index04 .idx-ttl-en {
    font-size: 1.5625em;
    line-height: 1em;
    margin-bottom: 1.375em;
    letter-spacing: 0;
}

.index04 h2 {
    font-size: 8.625em;
    margin-bottom: 0.0725em;
    padding-bottom: 0;
    display: block;
    line-height: 0.95em;
    letter-spacing: 0.03em;
}

.index04 h2:before {
    display: none;
}

.index04 .box-interview {
    padding-left: 6.25em;
    position: relative;
    z-index: 1;
}

.index04 .box-interview:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -8.375em;
    background: url(../images/idx-bg-interview.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 56.75em;
    max-height: 908px;
    z-index: -1;
}

.index04 .box-interview h2 {
    font-size: 5.375em;
    margin-bottom: 0.09em;
    font-family: var(--f-quicksand);
    font-weight: bold;
}

.index04 .box-interview .idx-list-btn {
    margin-top: -3.75em;
    margin-right: 6.25em;
    max-width: 100%;
    justify-content: flex-end;
}

.index04 .box-interview .idx-list-btn li {
    margin-right: 0.9375em;
}

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

.index04 .box-interview .idx-list-interview {
    display: flex;
    margin-top: 12.25em;
    justify-content: center;
    margin-left: -6.25em;
}

.index04 .box-interview .idx-list-interview li {
    margin-right: 1.5625em;
}

.index04 .box-interview .idx-list-interview li:last-child {
    margin-right: 0;
    margin-top: -13.125em;
}

.index04 .box-interview .idx-list-interview li:nth-child(2) {
    margin-top: -4.5625em;
}

.index04 .box-interview .idx-list-interview li:nth-child(3) {
    margin-top: -9em;
}

.index04 .box-interview .idx-list-interview li .box-img {
    position: relative;
}

.index04 .box-interview .idx-list-interview li .box-img img {
    border-radius: 32px;
}

.index04 .box-interview .idx-list-interview li .box-img a {
    position: relative;
    display: block;
    text-decoration: none;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}

.index04 .box-interview .idx-list-interview li .box-img a picture {
    overflow: hidden;
    border-radius: 30px;
}

.index04 .box-interview .idx-list-interview li .box-img a:before {
    content: "";
    position: absolute;
    left: 0.9375em;
    right: 0;
    top: 0.9375em;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/idx-bg-list-interview.png) no-repeat center;
    background-size: contain;
    z-index: -1;
}

.index04 .box-interview .idx-list-interview li .box-img a .sub-ttl {
    position: absolute;
    left: 1.475em;
    top: 1.1675em;
    font-size: 1.25em;
    color: #fff;
    letter-spacing: 0;
}

.index04 .box-interview .idx-list-interview li .box-img a .sub-link {
    color: #E8343D;
    width: 10em;
    max-width: 160px;
    height: 3.5625em;
    max-height: 57px;
    font-size: 1.125em;
    position: relative;
    letter-spacing: 0;
    padding-right: 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top-right-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
}

.index04 .box-interview .idx-list-interview li .box-img a .sub-link:before {
    content: "";
    position: absolute;
    right: 1.125em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.75em;
    height: 0.625em;
    background-color: #E8343D;
    -webkit-mask-image: url(../images/idx-ico-arr-w.svg);
    mask-image: url(../images/idx-ico-arr-w.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    max-width: 11px;
    max-height: 10px;
}

.index04 .box-recruit {
    max-width: 600px;
    width: 37.5em;
    margin-left: auto;
    color: #fff;
    padding-right: 5.9375em;
    margin-bottom: 3em;
    position: relative;
    z-index: 2;
}

.index04 .box-recruit h2 {
    right: 0.6em;
    font-family: var(--f-quicksand);
    margin-bottom: 0.0425em;
}

.index04 .box-recruit .idx-ttl-en {
    text-align: right;
    letter-spacing: 0.1em;
    margin-bottom: 0.875em;
    margin-right: -0.4em;
}

.index04 .box-recruit .txt {
    max-width: 435px;
    width: 27.1875em;
    margin-left: auto;
    margin-bottom: 2em;
    margin-right: -1.3em;
}

.idx-list-btn {
    display: flex;
    flex-wrap: wrap;
    max-width: 435px;
    margin-left: auto;
    width: 27.1875em;
    margin-right: 0.3em;
}

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

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

.idx-list-btn li a {
    text-decoration: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 57px;
    height: 4.5625em;
    width: 15.125em;
    max-width: 210px;
    border-radius: 28.5px;
    font-weight: 900;
    color: #E8343D;
    position: relative;
    letter-spacing: 0;
    font-size: 0.90625em;
}

.idx-list-btn li a:before {
    content: "";
    position: absolute;
    right: 1.4375em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0.75em;
    height: 0.625em;
    background-color: #E8343D;
    -webkit-mask-image: url(../images/idx-ico-arr-w.svg);
    mask-image: url(../images/idx-ico-arr-w.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    max-width: 11px;
    max-height: 10px;
}

.index05 {
    background: url(../images/idx-bg-greeting.png) no-repeat top center;
    position: relative;
    margin-top: -9.6875em;
    padding-top: 8.25em;
    z-index: 2;
}

.index05 .index05-fx {
    display: flex;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
}

.index05 .index05-fx .box-img {
    flex-shrink: 0;
    margin-left: -20em;
    margin-top: 2.5625em;
    position: relative;
    margin-right: 4.0625em;
}

.index05 .index05-fx .box-img:before {
    content: "";
    position: absolute;
    right: -0.5625em;
    top: -6.8125em;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-greeting-ico02.svg) no-repeat center;
    background-size: contain;
    width: 36.625em;
    height: 52.9375em;
}

.index05 .index05-fx .box-img .img {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-image: url(../images/idx-greeting-mask01.svg);
    mask-image: url(../images/idx-greeting-mask01.svg);
    position: relative;
}

.index05 .index05-fx .box-img .box-sub-img {
    position: absolute;
    right: 0.1875em;
    bottom: 2.3125em;
    width: 25.25em;
    height: 11em;
    background: url(../images/idx-greeting-bg01.svg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    padding: 4.0625em 1.875em 4.0625em 4.375em;
}

.index05 .index05-fx .box-img .box-sub-img .sub-name {
    line-height: 1em;
    font-size: 0.875em;
    margin-bottom: 2px;
    font-weight: 500;
}

.index05 .index05-fx .box-img .box-sub-img .name {
    font-size: 1.5em;
    letter-spacing: 0.15em;
    font-weight: 600;
}

.index05 .index05-fx .box-img .box-sub-img .name .jp {
    font-weight: 500;
    margin-right: 0.4375em;
    font-size: 58%;
}

.index05 .index05-fx .box-img .box-sub-img .name .en {
    margin-left: 0.4525em;
    letter-spacing: 0.1em;
    font-size: 50%;
}

.index05 .index05-fx .box-img .box-sub-img .name .jp,
.index05 .index05-fx .box-img .box-sub-img .name .en {
    position: relative;
    bottom: 0.3em;
}

.index05 .index05-fx .box-cnt {
    position: relative;
}

.index05 .index05-fx .box-cnt:before {
    content: "";
    position: absolute;
    right: -1.5625em;
    top: -3.6875em;
    background: url(../images/idx-greeting-ico01.svg) no-repeat center;
    background-size: contain;
    width: 13.75em;
    height: 15.1875em;
}

.index05 .index05-fx .box-cnt h2 {
    left: -0.3125em;
}

.index05 .index05-fx .box-cnt h2:before {
    left: 0.3125em;
    bottom: 0.045em;
}

.index05 .index05-fx .box-cnt .txt {
    letter-spacing: 0;
    margin-bottom: 1.75em;
}

.index05 .index05-fx .box-cnt .txt>p {
    line-height: 2.2em;
    font-size: 1.125em;
    font-weight: 600;
    text-align: center;
}

.index05 .index05-fx .box-cnt .idx-ttl-en {
    text-align: center;
}

.index05 .index05-fx .box-cnt h2 {
    width: fit-content;
    margin: 0 auto 20px;
    left: 0;
}

.index05 .index05-fx .box-cnt h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.index05 .index05-fx .box-cnt h3 span {
    margin: 0;
}

.index05 .index05-fx .box-cnt h2:before {
    left: 50%;
    transform: translate(-50%);
}

.index05 .index05-fx .box-cnt .idx-list-btn {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-right: 0;
}

.index05 .index05-fx .box-cnt .idx-list-btn li {
    max-width: 12.875em;
    margin-right: 1em;
}

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

.index05 .index05-fx .box-cnt .idx-list-btn li a {
    border: 1px solid #E77E84;
    color: #E77E84;
    width: 100%;
    font-size: 0.90625em;
    min-height: 3.9625em;
    max-width: 100%;
}

.index05 .index05-fx .box-cnt .idx-list-btn li a:before {
    background: #E77E84;
    right: 1.1em;
}

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

.idx_map {
    height: 450px;
}

.idx_map iframe {
    height: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1366px) {
    .home_page .key .key-fx .box-key-txt .title span {
        font-size: 2em;
    }
    .home_page .key .key-fx .box-key-txt .sub-ttl {
        font-size: 1em;
    }
    .index02 .idx-bg-about:before {
        left: -12.3em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .home_page .key {
        font-size: 1.25vw;
    }
    .home_page .key .key-fx .box-img02 img {
        width: 106.875vw;
        max-width: 1368px;
        height: auto;
    }
    .home_page .key .key-fx .box-img01 img {
        width: 42.375em;
        max-width: 678px;
    }
    .index0 {
        font-size: 1.25vw;
    }
    .index0 .inner_big {
        padding: 0;
    }
    .index0 .index0-fx .box-img .box-img01 .img01 img {
        width: 42.031vw;
        height: auto;
    }
    .index0 .index0-fx .box-img .box-img02 .img02 img {
        width: 31.328vw;
        height: auto;
    }
    .index0 .index0-fx .box-cnt .idx-list-index0 li a .ico img {
        width: 13.438vw;
        height: auto;
    }
    .index02,
    .index03 {
        font-size: 1.25vw;
    }
    .index02 .inner_big,
    .index03 .inner_big {
        padding: 0;
    }
    .index02 .index02-fx .box-img .img img {
        width: 48.984vw;
        height: auto;
    }
    .index02 .idx-bg-about .idx-list-about li a .ico img {
        height: 3.906vw;
        width: auto;
    }
    .index03 .index03-fx .box-img .img img {
        width: 61.641vw;
        height: auto;
    }
    .idx_gallery .list .item img {
        width: 32.813vw;
        height: auto;
    }
    .index04 {
        font-size: 1.25vw;
    }
    .index04 .box-interview .idx-list-interview li .box-img img {
        width: 22.797vw;
        height: auto;
    }
    .index05 {
        font-size: 1.25vw;
    }
    .index05 .inner_big {
        padding: 0;
    }
    .index05 .index05-fx .box-img .img img {
        width: 76.172vw;
        height: auto;
    }
    .index0 .index0-fx .box-img .box-img02 .img02 {
        top: 0.0625em;
    }
    .index0 .index0-fx .box-img .box-img02 .bg-img {
        top: -2.0625em;
    }
    .index0 {
        padding: 6.25em 0px 3.4em;
    }
    .index02 .idx-bg-about:before {
        left: -9em;
        bottom: -29.375em;
        width: 44.625em;
        height: 44.625em;
    }
    .index02-frame-fx .box-cnt .box-ttl {
        padding: 1.0625em 2.775em 0.9375em 3.9375em;
        letter-spacing: 0.15em;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .index0 .index0-fx .box-cnt .txt {
        margin-right: 4em;
    }
    .index02 .idx-bg-about:before {
        left: -8em;
        bottom: -25.375em;
    }
    .index0 .index0-fx .box-img .box-img01 .bg-img {
        width: 100%;
    }
}

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


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