.home_page .key {
    background: url(../images/idx-bg-main.jpg) no-repeat center;
    background-size: cover;
    --height: 46.875em;
    --min-height: 46.875em;
    --max-height: 46.875em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    left: -1px;
    width: calc(100% + 1px);
}

.home_page .key .idx-btn-ai {
    position: fixed;
    right: 1.25em;
    bottom: 7.125em;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.home_page .key .idx-btn-ai button {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--clr1);
    font-family: var(--f-notosans);
    font-weight: 900;
    background: #fff;
    border-radius: 10px;
    width: 5.3em;
    height: 5.3em;
    text-align: center;
    line-height: 1em;
    font-size: 0.875em;
    letter-spacing: 0.01em;
    border: none;
    cursor: pointer;
}

.home_page .key .idx-btn-ai button .ico {
    margin-bottom: 0.3125em;
}

.home_page .key .idx-box-news {
    position: absolute;
    left: 0;
    bottom: 3.125em;
    background: #fff;
    display: flex;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1.5625em 1.925em 1.75em 3.125em;
    max-width: 36.3em;
}

.home_page .key .idx-box-news ul {
    padding-right: 1.5625em;
    margin-right: 1.875em;
    position: relative;
}

.home_page .key .idx-box-news ul:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 6.5625em;
    width: 1px;
    background: #f1f1f1;
}

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

.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: flex;
    align-items: center;
}

.home_page .key .idx-box-news ul li a .date {
    font-size: 0.75em;
    font-family: var(--f-en);
    color: var(--main-color);
    letter-spacing: 0;
    font-weight: 600;
    margin-right: 1.1em;
}

.home_page .key .idx-box-news ul li a .title {
    font-size: 1em;
    color: var(--clr1);
    letter-spacing: 0;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_page .key .idx-box-news .idx-btn {
    margin-top: 0.65625em;
    flex-shrink: 0;
}

.home_page .key .idx-box-news .idx-btn a {
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    color: var(--clr1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    padding: 0;
    border: 0;
    min-width: auto;
}

.home_page .key .idx-box-news .idx-btn a:before {
    display: none;
}

.home_page .key .mv_slider {
    display: flex;
    opacity: 0;
}

.home_page .key .mv_slider.slick-slider {
    opacity: 1;
}

.home_page .key .inner {
    width: 100%;
    max-width: 60em;
    padding: 0 1.25em;
}

.home_page .key .inner .catch {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    margin-left: auto;
    max-width: 100%;
    padding-top: 5.5em;
    align-items: flex-end;
}

.home_page .key .inner .catch p {
    writing-mode: tb-rl;
    font-weight: bold;
    font-family: var(--f-jp);
    font-size: 1.25em;
    letter-spacing: 0.06em;
    line-height: 1em;
    padding-bottom: 2em;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.home_page .key .inner .catch .title {
    font-size: 1.85em;
    margin-left: 0.625em;
    line-height: 1.55em;
    padding-bottom: 0;
}

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

.home_page .key .catch {
    padding: 10px;
    margin: 0px auto;
    max-width: 800px;
}

.home_page .key .catch .title,
.home_page .key .catch p {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.home_page .key .catch .title {
    margin-bottom: 1em;
    font-size: 4em;
    line-height: 2;
}

.home_page .key .catch p {
    font-size: 2em;
}

.home_page .topic_path {
    display: none;
}

.clr3 {
    color: #9497ca !important;
}

.clr4 {
    color: #e478aa !important;
}

.home_page h2 {
    position: relative;
    margin-bottom: 2.1875em;
    color: var(--main-color);
    font-family: var(--f-jp);
    font-size: 2.125em;
    font-weight: 600;
    letter-spacing: 0.15em;
}

.home_page .idx-ttl-en {
    color: var(--main-color);
    font-family: var(--f-en);
    font-weight: bold;
    letter-spacing: 0;
    font-size: 1.375em;
}

.home_page h3 {
    color: var(--clr1);
    font-family: var(--f-jp);
    font-size: calc(var(--ttl_size) + 0px);
}

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

.idx-box-ttl {
    background: #fff;
    text-align: center;
    border-radius: 15px;
    padding-bottom: 1.4375em;
    position: relative;
    margin-bottom: 2.5em;
}

.idx-box-ttl:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1.25em;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #fff;
}

.idx-box-ttl .idx-ttl-en {
    position: relative;
    z-index: 2;
    top: -1.1em;
    margin-bottom: -1em;
}

.idx-box-ttl h2 {
    letter-spacing: 0.05em;
    line-height: 1.65em;
    margin-bottom: 0;
}

.iAbout {
    position: relative;
    background: #f4f7d8;
    z-index: 1;
    margin: 2.75em 0;
    padding-top: 4.0625em;
    padding-bottom: 3.375em;
}

.iAbout:before,
.iAbout:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 4.625em;
    z-index: -1;
}

.iAbout:before {
    top: -4.625em;
    background: url(../images/idx-about-bg01.png) no-repeat center;
    background-size: cover;
}

.iAbout:after {
    bottom: -4.625em;
    background: url(../images/idx-about-bg02.png) no-repeat center;
    background-size: cover;
}

.iAbout-fx {
    display: flex;
}

.iAbout-c {
    width: 42.0625em;
    margin: 0 0px 0 3.125em;
    flex-shrink: 0;
}

.iAbout-l {
    flex-shrink: 0;
    height: 19.875em;
}

.iAbout-l .img {
    margin-top: 3.375em;
    position: relative;
    right: -2.0625em;
    z-index: 1;
}

.iAbout-l .img:before {
    content: "";
    position: absolute;
    left: -8.875em;
    top: -3.3125em;
    background: url(../images/idx-about-img01-bg.png) no-repeat center;
    background-size: contain;
    width: 26.0625em;
    height: 31.0625em;
    z-index: -1;
}

.iAbout-r {
    flex-shrink: 0;
}

.iAbout-r .img02 {
    margin-top: 5.875em;
    position: relative;
    right: -2.625em;
    z-index: 1;
}

.iAbout-r .img02:before {
    content: "";
    position: absolute;
    right: -8.5em;
    top: -7.5em;
    background: url(../images/idx-about-img02-bg.png) no-repeat center;
    background-size: contain;
    width: 28.25em;
    height: 29em;
    z-index: -1;
}

.iAbout .txt {
    text-align: center;
    margin-bottom: 1.875em;
}

.iAbout .txt>p {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 2.3em;
}

.iAbout-frame {
    border: 1px solid var(--main-color);
    border-radius: 2.5em;
    position: relative;
    z-index: 1;
    max-width: 73.75em;
    margin: 5.3125em auto 0;
    padding-bottom: 3.125em;
}

.iAbout-frame h3 {
    width: fit-content;
    margin: 0 auto 1em;
    position: relative;
    top: -1em;
}

.iAbout-frame h3 span {
    color: #fff;
    background: var(--main-color);
    font-size: 26px;
    font-weight: 600;
    font-family: var(--f-jp);
    display: inline-block;
    border-radius: 1.5625em;
    line-height: 1em;
    position: relative;
    padding: 0.4em 1.9em 0.5em;
}

.iAbout-frame h3 span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--main-color);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
}

.iAbout-frame:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 2.5em;
}

.iAbout-frame:after {
    content: "";
    left: 0.9375em;
    top: 0.9375em;
    background: url(../images/idx-about-ico-bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    border-radius: 2.5em;
}

.iAbout-frame ul {
    display: flex;
    justify-content: center;
}

.iAbout-frame ul li {
    max-width: 12.25em;
    margin-right: 1.5625em;
}

.iAbout-frame ul li:last-child {
    margin-right: 0;
}

.iAbout-frame ul li a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iAbout-frame ul li a .img {
    border-radius: 1.25em;
}

.iAbout-frame ul li a .img img {
    border-radius: 1.25em;
}

.iAbout-frame ul li a .ttl {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--main-color);
    letter-spacing: 0;
    margin-top: 0.9375em;
    margin-bottom: 0.5em;
}

.iCause {
    padding-top: 8.875em;
    background: #f7f7f7;
    padding-bottom: 11.1875em;
}

.iCause-fx {
    display: flex;
}

.iCause-c {
    width: 50.625em;
    flex-shrink: 0;
    margin-left: 1.75em;
}

.iCause-c h3 {
    font-size: 1.625em;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--f-jp);
    letter-spacing: 0;
    background: url(../images/idx-ico-h3.svg) no-repeat bottom center;
    background-size: 100% 5px;
    padding-bottom: 0.62em;
    margin-bottom: 0.7em;
}

.iCause-c-fx {
    display: flex;
    padding-right: 0.3125em;
}

.iCause-c-fx .txt>p {
    font-weight: 500;
}

.iCause-c-fx .idx-btn {
    margin-left: 1.25em;
    margin-top: 1.3125em;
}

.iCause-c-fx .idx-btn a {
    min-width: 12.875em;
}

.iCause-l .img {
    position: relative;
    right: -2.1875em;
    margin-top: 7.125em;
}

.iCause-r .img {
    position: relative;
    left: -0.5em;
    margin-top: 6.25em;
}

.iCause .idx-box-ttl {
    max-width: 46.9375em;
    margin: 0 auto 2.8em;
}

.iCause-box {
    display: flex;
    margin-top: 3.3125em;
}

.iCause-item {
    width: 50%;
    background: #fff;
    padding: 2.8125em 4.1875em;
    position: relative;
    z-index: 1;
}

.iCause-item:last-child:after {
    right: initial;
    left: 0;
    border-top-left-radius: 2.5em;
    border-bottom-left-radius: 2.5em;
}

.iCause-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100vw;
    height: 100%;
    right: 0;
    background: #fff;
    z-index: -1;
    border-top-right-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
}

.iCause-item:before {
    content: "";
    position: absolute;
    right: 1.625em;
    bottom: 2.125em;
    background: url(../images/idx-cause-ico03.svg) no-repeat center;
    background-size: contain;
    width: 16.9375em;
    height: 10.3125em;
    z-index: 1;
}

.iCause-item:first-child {
    margin-right: 2%;
    border-top-right-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
    padding-left: 6.1875em;
}

.iCause-item:last-child {
    border-top-left-radius: 2.5em;
    border-bottom-left-radius: 2.5em;
    padding-right: 6.1875em;
}

.iCause-item:last-child:before {
    right: 4.3125em;
    bottom: 2.125em;
    background: url(../images/idx-cause-ico04.svg) no-repeat center;
    background-size: contain;
    width: 17.3125em;
    height: 8.8125em;
}

.iCause-item:last-child .iCause-ttl a {
    border-color: var(--clr4);
}

.iCause-item:last-child .iCause-ttl a .ttl {
    color: var(--clr4);
}

.iCause-item:last-child ul li:before {
    background: var(--clr4);
}

.iCause-item ul {
    margin-top: 1.1875em;
}

.iCause-item ul li {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5em;
    padding-left: 0.7em;
    letter-spacing: 0;
    position: relative;
}

.iCause-item ul li:before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 1px;
    width: 0.3375em;
    height: 0.3375em;
    border-radius: 50%;
    background: var(--clr3);
}

.iCause-ttl a {
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 2px solid var(--clr3);
    padding-bottom: 0.875em;
}

.iCause-ttl a .ttl {
    font-size: 1.375em;
    font-weight: 600;
    color: var(--clr3);
    line-height: 1.25em;
    font-family: var(--f-jp);
}

.iCause-ttl a .ico {
    margin-bottom: 0.3125em;
}

.idx_gallery {
    --mask: url(../images/idx-gallary-mask.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: cover;
    mask-position: bottom center;
    -webkit-mask-position: bottom center;
    height: 30.3125em;
    margin-top: 3.4375em;
    position: relative;
    z-index: 2;
}

.idx_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iAccu {
    background: #5fb455;
    position: relative;
    min-height: 136.1875em;
    padding-top: 8.25em;
    padding-bottom: 6em;
    --mask: url(../images/idx-accu-mask.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: top center;
    -webkit-mask-position: top center;
    margin-top: -5em;
    z-index: 1;
}

.iAccu .bg {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/idx-ico-bg-repeat.png) repeat center;
    width: 100%;
    height: 108%;
    mix-blend-mode: color-dodge;
    z-index: 2;
}

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

.iAccu-fx:before {
    content: "";
    position: absolute;
    left: -20.3125em;
    bottom: -20.0625em;
    background: url(../images/idx-accu-ico02.svg) no-repeat center;
    background-size: contain;
    width: 33.375em;
    height: 29.6875em;
    mix-blend-mode: multiply;
}

.iAccu .idx-box-ttl {
    background: transparent;
    padding-bottom: 1.8em;
    margin-bottom: 2.6em;
}

.iAccu .idx-box-ttl .idx-ttl-en {
    color: #fff;
    margin-bottom: -0.75em;
}

.iAccu .idx-box-ttl h2 {
    line-height: 1.5em;
    color: #fff;
    position: relative;
    z-index: 1;
}

.iAccu .idx-box-ttl:before {
    border-top: 1.25em solid #b4e3ae;
    mix-blend-mode: multiply;
}

.iAccu .idx-box-ttl:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #b4e3ae;
    mix-blend-mode: multiply;
    border-radius: 0.9375em;
}

.iAccu-l {
    margin-right: 4.1875em;
    margin-left: 6.25em;
}

.iAccu-l .txt {
    margin-bottom: 2.0625em;
    position: relative;
    z-index: 2;
}

.iAccu-l .txt>p {
    color: #fff;
    letter-spacing: -0.5px;
}

.iAccu-l .idx-btn a {
    min-width: 16.8125em;
}

.iAccu-r {
    flex-shrink: 0;
    position: relative;
}

.iAccu-r:before {
    content: "";
    position: absolute;
    right: -15em;
    top: -13.75em;
    background: url(../images/idx-accu-ico01.svg) no-repeat center;
    background-size: contain;
    width: 35.25em;
    height: 32em;
    mix-blend-mode: multiply;
}

.iAccu-r .img {
    position: relative;
    z-index: 2;
}

.iAccu-r .img img {
    border-top-left-radius: 6.25em;
    border-bottom-left-radius: 2.5em;
}

.iAccu-pk {
    padding: 0.9375em 0.9375em 0.8125em;
    position: relative;
    border-radius: 1.875em;
    border-top-right-radius: 12.5em;
    max-width: 73.75em;
    margin: 3em auto 1.1875em;
}

.iAccu-pk .ttl-pickup {
    position: absolute;
    right: 0.25em;
    top: 0.25em;
}

.iAccu-pk:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.875em;
    border-top-right-radius: 12.5em;
    z-index: 1;
}

.iAccu-pk:after {
    content: "";
    left: 0.9375em;
    top: 0.9375em;
    background: url(../images/idx-accu-bg-frame.svg) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.iAccu-frame {
    background: url(../images/idx-accu-bg-frame02.svg) no-repeat center;
    background-size: 100% auto;
    border-radius: 1.25em;
    border-top-right-radius: 11.25em;
    padding: 1em 2.625em 0 3.125em;
    display: flex;
    position: relative;
    z-index: 2;
}

.iAccu-cnt {
    padding-top: 1.9375em;
}

.iAccu-cnt ul {
    display: flex;
}

.iAccu-cnt ul li {
    margin-right: 1.25em;
}

.iAccu-cnt ul li:last-child {
    margin-right: 0;
}

.iAccu-cnt ul li a {
    text-decoration: none;
    text-align: center;
}

.iAccu-cnt ul li .img {
    margin-bottom: 0.3125em;
}

.iAccu-cnt ul li .img img {
    border-radius: 0.9375em;
}

.iAccu-cnt ul li .ttl {
    text-align: center;
    display: block;
    color: var(--main-color);
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0;
}

.iAccu-img {
    flex-shrink: 0;
    position: relative;
    right: -1.375em;
    bottom: -6px;
}

.iAccu-ttl {
    display: flex;
    background: url(../images/idx-ico-h302.svg) no-repeat bottom center;
    background-size: 100% 5px;
    justify-content: space-between;
    padding-bottom: 1em;
    margin-bottom: 1.75em;
}

.iAccu-ttl h3 {
    font-size: 1.625em;
    margin-right: 0.75em;
    color: var(--main-color);
}
.iAccu-ttl h3 label{
	cursor:default
}
.iAccu-ttl h3 span {
    position: relative;
    z-index: 1;
    padding-left: 0;
    letter-spacing: 0;
    padding-bottom: 0.2em;
    padding-right: 0.625em;
    font-weight: bold;
}

.iAccu-ttl h3 span:before {
    content: "";
    position: absolute;
    left: -5px;
    width: 100%;
    bottom: 0;
    height: 0.6em;
    border-radius: 0.3125em;
    background: #ffff00;
    z-index: -1;
}

.iAccu-ttl .idx-btn {
    position: relative;
    bottom: 0.3125em;
}

.iAccu-ttl .idx-btn a {
    min-width: 14.375em;
}

.iTreatment {
    position: relative;
}

.iTreatment:before {
    content: "";
    position: absolute;
    top: -1.5625em;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: calc(100% + 10em);
    background: url(../images/idx-bg-treatment.png) no-repeat top center;
    background-size: 100% auto;
    mix-blend-mode: multiply;
}

.iTreatment-ttl {
    text-align: center;
    padding-top: 5.125em;
}

.iTreatment-ttl span {
    font-size: 1.625em;
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-family: var(--f-jp);
    letter-spacing: 0;
    padding: 0 1.0625em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.iTreatment-ttl span:before,
.iTreatment-ttl span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8.25em;
    height: 1.5625em;
    background: url(../images/idx-treatment-hr.png) no-repeat center;
    background-size: contain;
}

.iTreatment-ttl span:before {
    right: 100%;
}

.iTreatment-ttl span:after {
    left: 100%;
}

.iTreatment .idx-box-ttl {
    max-width: 26.8125em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 0.3125em;
}

.iTreatment .idx-box-ttl .idx-ttl-en {
    position: relative;
    z-index: 1;
}

.iTreatment-fx {
    display: flex;
    padding-right: 5.625em;
    margin-top: 6.375em;
}

.iTreatment-cnt .txt {
    margin-bottom: 2.125em;
    position: relative;
    z-index: 2;
}

.iTreatment-cnt .txt>p {
    color: #fff;
    letter-spacing: 0;
}

.iTreatment .idx-list-btn {
    position: relative;
    z-index: 2;
}

.iTreatment-img {
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    margin-right: 4.125em;
}

.iTreatment-img .img img {
    border-top-right-radius: 6.25em;
    border-bottom-right-radius: 2.5em;
}

.iTreatment .iAccu-frame {
    padding-bottom: 2.3125em;
}

.iTreatment .iAccu-ttl {
    justify-content: flex-start;
}

.iTreatment .iAccu-ttl h3 span {
    letter-spacing: 0.1em;
}

.iTreatment .iAccu-ttl .idx-btn {
    margin-right: auto;
    margin-left: 0;
}

.iChild {
    margin-top: -10em;
    padding-top: 17.875em;
    position: relative;
}

.iChild:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    background: url(../images/idx-child-bg.jpg) no-repeat center;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
    max-height: 53.3125em;
    z-index: 0;
}

.iChild-frame {
    background: #fff;
    border-radius: 2.5em;
    position: relative;
    padding: 0 5.75em 3em;
}

.iChild-frame .txt-vv {
    position: absolute;
    right: 1.875em;
    bottom: 3.75em;
    font-weight: 500;
}

.iChild-frame h3 {
    width: fit-content;
    border-radius: 1.5625em;
    font-size: 1.625em;
    color: #fff;
    background: var(--main-color);
    margin: 0 auto;
    text-align: center;
    font-family: var(--f-jp);
    font-weight: 600;
    padding: 0.235em 2.32em;
    position: relative;
    top: -0.9em;
    letter-spacing: 0.065em;
}

.iChild-frame h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid var(--main-color);
}

.iChild-frame .idx-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1.75em;
}

.iChild-frame .idx-btn a {
    min-width: 230px;
}

.iChild-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.18em;
}

.iChild-list li {
    width: calc(33.3333333333% - 1.0625em);
    margin-right: 1.5625em;
    margin-bottom: 1.0625em;
}

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

.iChild-list li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    font-size: 1em;
    color: var(--clr1);
    font-weight: 600;
    position: relative;
    padding-bottom: 0.875em;
    background: url(../images/idx-hr-link.svg) no-repeat bottom center;
    background-size: 100% 0.25em;
}

.iChild-list li a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: contain;
    width: 1.5625em;
    height: 1.5625em;
}

.iChild-frame02 {
    border-top-left-radius: 6.25em;
    background: #fff;
    margin-top: 7.9375em;
    padding-top: 4.375em;
    padding-left: 6.25em;
    position: relative;
}

.iChild-frame02:before {
    content: "";
    position: absolute;
    left: -14.5em;
    bottom: -20em;
    background: url(../images/idx-child-ico.svg) no-repeat center;
    background-size: contain;
    width: 35.1875em;
    height: 32.3125em;
}

.iChild-fx {
    display: flex;
}

.iChild-cnt {
    margin-right: 4.1875em;
    margin-top: -0.375em;
}

.iChild-cnt h4 {
    font-size: 1.625em;
    color: var(--main-color);
    font-family: var(--f-jp);
    font-weight: 600;
    padding-bottom: 0.7em;
    background: url(../images/idx-hr-child.svg) no-repeat left bottom;
    background-size: 100% 0.25em;
    margin-bottom: 0.75em;
}

.iChild-cnt .txt {
    margin-bottom: 1.9375em;
}

.iChild-cnt .txt>p {
    letter-spacing: -0.15px;
}

.iChild-cnt .idx-list-btn {
    flex-wrap: wrap;
}

.iChild-cnt .idx-list-btn li {
    width: 50%;
    margin: 0;
    margin-right: 0.625em;
    max-width: 14.0625em;
    margin-bottom: 0.9375em;
}

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

.iChild-cnt .idx-list-btn li a {
    min-width: 100%;
    margin: 0;
    line-height: 1.35em;
}

.iChild-img {
    flex-shrink: 0;
}

.iChild-img .img img {
    border-top-left-radius: 6.25em;
    border-bottom-left-radius: 2.5em;
}

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

.idx-list-btn li {
    margin: 0px 0.9375em 0 0;
}

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

.idx-list-btn li a {
    min-width: 16.8125em;
}

.idx-btn {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.idx-btn a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0.3125em 1.75em;
    position: relative;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 1em;
    border-radius: 1.875em;
    width: fit-content;
    background: #fff;
    font-weight: 600;
    min-width: 18.125em;
    min-height: 3.4375em;
    margin: 0 auto;
    letter-spacing: 0;
}

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

.iFeature-fx {
    display: flex;
    padding-left: 6.25em;
    padding-right: 6.25em;
    padding-top: 5.8125em;
    position: relative;
    z-index: 1;
}

.iFeature-fx:before {
    content: "";
    position: absolute;
    left: -21em;
    top: 15.8125em;
    background: url(../images/idx-feature-ico01.png) no-repeat center;
    background-size: contain;
    width: 56.4375em;
    height: 35.25em;
	display:none;
}

.iFeature-fx:after {
    content: "";
    position: absolute;
    left: 16.8125em;
    top: -2.8125em;
    background: url(../images/idx-feature-ico02.png) no-repeat center;
    background-size: contain;
    width: 23.4375em;
    height: 8.9375em;
    z-index: -1;
}

.iFeature-ttl {
    flex-shrink: 0;
    position: absolute;
    height: fit-content;
    width: 100%;
    height: 100%;
}
.iFeature-ttl .ttl.fixed{
	position:fixed;
}
.iFeature-ttl .ttl.abs {
    position: absolute;
    bottom: 0 !important;
}
.iFeature-ttl h2{
	width:fit-content;
}
.iFeature-ttl .idx-ttl-en {
    font-weight: bold;
    margin-bottom: 3px;
    line-height: 1.4em;
}
.bg-icon{
			margin-left: -27.5em;
		margin-top: -5.625em;
		margin-right: -6.875em;
	
	}
.bg-icon img{
			width: 56.4375em;
			height: auto;
		}
.iFeature-ttl h2 span {
    color: var(--clr1);
    font-size: 1.03em;
    display: block;
    position: relative;
    letter-spacing: 0.1em;
    padding-bottom: 0.25em;
    font-weight: 800
}

.iFeature-ttl h2 span:last-child {
    padding-bottom: 0.0975em;
}

.iFeature-ttl h2 span:beforE {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 0.125em;
    border-radius: 0.1875em;
    background: var(--main-color);
}

.iFeature-ttl h2 span label {
    color: var(--main-color);
}

.iFeature-ttl h2 span label .fs-big {
    font-size: 1.46em;
}

.iFeature-cnt {
      margin-top: 0.6875em;
    max-width: 42em;
    margin-left: auto;
}

.iFeature-cnt ul li {
    border: 1px solid var(--main-color);
    border-radius: 1.25em;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 1.5625em 1.875em 1.5em 1.5625em;
    margin-bottom: 28px;
}

.iFeature-cnt ul li .img {
    flex-shrink: 0;
    margin-left: 1.25em;
}

.iFeature-cnt ul li .img img {
    border-radius: 0.3125em;
}

.iFeature-cnt ul li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 1.25em;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.iFeature-cnt ul li:after {
    content: "";
    position: absolute;
    left: 0.75em;
    top: 0.625em;
    background: url(../images/idx-bg-feature.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.iFeature-cnt ul li .cnt {
    padding-top: 0.6875em;
}

.iFeature-cnt ul li .stt {
    font-size: 0.9375em;
    color: #fff;
    background: var(--main-color);
    border-radius: 0.3125em;
    padding: 0.3125em 0.625em 0.3em;
    width: fit-content;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 0.4375em;
    font-family: var(--f-en);
}

.iFeature-cnt ul li .ttl {
    font-size: 1.25em;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0.4375em;
    letter-spacing: 0;
    font-family: var(--f-jp);
}

.iFeature-cnt ul li .txt>p {
    letter-spacing: 0px;
    line-height: 1.5em;
    font-size: 14px;
}

.iGreeting {
    background: url(../images/idx-greeting-bg.png) no-repeat top center;
    background-size: 100% 100%;
    min-height: 73.125em;
    margin-top: -10em;
    padding-top: 21.8125em;
    padding-bottom: 10em;
}

.iGreeting-fx {
    display: flex;
    padding-left: 6.25em;
    padding-right: 5.625em;
    position: relative;
}

.iGreeting-fx:before {
    content: "";
    position: absolute;
    right: -4.375em;
    top: -17.5em;
    background: url(../images/idx-greeting-ico01.png) no-repeat center;
    background-size: contain;
    width: 34.25em;
    height: 22.8125em;
}

.iGreeting-img {
    width: 28.3125em;
    flex-shrink: 0;
    margin-right: 6.25em;
}

.iGreeting-img .box-img {
    position: relative;
    z-index: 1;
}

.iGreeting-img .box-img:before {
    content: "";
    position: absolute;
    left: 12.9%;
    transform: translate(-50%);
    bottom: -15.875em;
    background: url(../images/idx-greeting-ico02.png) no-repeat center;
    background-size: contain;
    width: 84.875em;
    height: 46.5625em;
    z-index: -1;
}

.iGreeting-img .box-img .img01 img {
    border-radius: 14.125em;
}

.iGreeting-img .box-img .img02 {
    position: absolute;
    left: -12.5em;
    bottom: -6.5em;
}

.iGreeting-img .box-img .img02 img {
    border-radius: 9.375em;
}

.iGreeting-img .box-img .box-name {
    position: absolute;
    right: 2.5em;
    bottom: 0;
    background: #fff;
    writing-mode: tb-rl;
    color: var(--main-color);
    border-radius: 0.625em;
    font-weight: 600;
    padding-right: 1.6875em;
    padding-left: 1.5625em;
    padding-bottom: 1.25em;
    padding-top: 1.25em;
}

.iGreeting-img .box-img .box-name .sub-name {
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1em;
    margin-left: 1.125em;
    letter-spacing: 0.1em;
}

.iGreeting-img .box-img .box-name .name {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1em;
}

.iGreeting-img .box-img .box-name .name .jp {
    font-size: 0.75em;
    margin-bottom: 0.5em;
}

.iGreeting-img .box-img .box-name .name .en {
    font-size: 0.5em;
    font-weight: bold;
    font-family: var(--f-en);
    letter-spacing: 0.1em;
    margin-top: 0.6em;
}

.iGreeting-cnt {
    position: relative;
    padding-top: 4.5em;
    z-index: 1;
}

.iGreeting-cnt .idx-ttl-en {
    font-size: 7.8125em;
    color: #fff;
    font-family: var(--f-en);
    position: absolute;
    top: -0.55em;
    left: -1.69em;
    letter-spacing: 0.01em;
    z-index: 1;
}

.iGreeting-cnt h2 {
    letter-spacing: 0;
    line-height: 1.7em;
    margin-bottom: 0.5em;
    position: relative;
    z-index: 1;
	font-size:1.85em
}

.iGreeting-cnt .txt>p {
    letter-spacing: 0;
}

.index0 {
    padding-top: 5.0625em;
    position: relative;
    padding-bottom: 4.5em;
}

.index0:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/idx-bnr-ico-bg.svg) repeat center;
    background-size: cover;
    bottom: 0;
    margin: 0 auto;
    min-height: 14.5em;
}

.index0 .inner {
    position: relative;
}

.index0 .inner:before {
    content: "";
    position: absolute;
    right: -6.4375em;
    top: -14.75em;
    background: url(../images/idx-bnr-ico03.png) no-repeat center;
    background-size: contain;
    width: 39.375em;
    height: 17.625em;
    z-index: 1;
}

.index0-bnr {
    background: #fff;
    border-radius: 1.25em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0.3125em;
    max-width: 67.5em;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.index0-bnr:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 1.25em;
    border: 0.5125em solid #fff;
    top: 0;
    bottom: 0;
}

.index0-bnr:before {
    content: "";
    position: absolute;
    right: 3.0625em;
    top: -18.6875em;
    background: url(../images/idx-ico-bnr.png) no-repeat center;
    background-size: contain;
    width: 30.5em;
    height: 25.3125em;
    z-index: -1;
}

.index0-bnr-fx {
    background: url(../images/index0-bg-bnr.png) no-repeat left;
    background-size: cover;
    min-height: 19.5em;
    border-radius: 1.25em;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.index0-bnr-fx:before {
    content: "";
    position: absolute;
    right: 3.0625em;
    top: -1.5625em;
    width: 3em;
    height: 2.0625em;
    background: url(../images/idx-bnr-hand.png) no-repeat center;
    background-size: contain;
    z-index: 3;
}

.index0-bnr-fx .box-cnt {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 19.5em;
    height: 100%;
    width: calc(100% - 33.75em);
    flex: 1;
}

.index0-bnr-fx .box-video {
    width: calc(100% - 33.4375em);
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 19.5em;
    border-top-right-radius: 0.9375em;
    border-bottom-right-radius: 0.9375em;
    position: relative;
}

.index0-bnr-fx .box-video video {
    position: relative;
    width: 105%;
    height: 105%;
    z-index: 1;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.index0-bnr-fx .box-video .play-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background: transparent;
    border: 0;
    cursor: pointer;
    z-index: 10;
}

.index0-bnr-fx .box-video .thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 101%;
    height: 101%;
    object-fit: cover;
}

.idx_map {
    height: 450px;
}

.idx_map iframe {
    height: 100%;
}

@media only screen and (min-width: 769px) {
    .index0-bnr-fx .box-video .play-button:hover {
        opacity: 0.8;
        transition: 0.3s all;
    }
    .home_page .key .idx-box-news .idx-btn a:hover {
        background: transparent
    }
    .home_page .key .idx-box-news .idx-btn a:hover {
        color: var(--main-color);
        transition: 0.3s all;
    }
    .home_page .key .idx-btn-ai button:hover {
        opacity: 1;
        background: var(--main-color);
        color: #fff;
    }
    .home_page .key .idx-btn-ai button:hover .ico img {
        filter: brightness(0)invert(1);
    }
    .idx-btn a:hover {
        background: var(--main-color);
        color: #fff;
        transition: 0.3s all;
        opacity: 1;
    }
    .iAbout-frame ul li:hover {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .iChild-list li a:hover {
        color: var(--main-color);
        transition: 0.3s all;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .inner_big {
        padding: 0;
    }
	
    .home_page .key,
    .iAbout,
    .iCause,
    .iAccu,
    .iChild,
    .idx_gallery,
    .iFeature,
    .index0,
    .iGreeting {
        font-size: 1.25vw;
    }
    .home_page .key .idx-btn-ai button .ico img {
        width: 1.25em;
        height: auto;
    }
    .home_page .key .idx-box-news .idx-btn a .ico img,
    .iAbout-frame ul li a .btn img {
        width: 1.5625em;
        height: auto;
    }
    .iAbout-l .img img {
        width: 15.875em;
        height: auto;
    }
    .iAbout-r .img02 img {
        width: 19.375em;
        height: auto;
    }
    .iCause-ttl a .ico img {
        width: 2.25em;
        height: auto;
    }
    .iAccu-r .img img,
    .iTreatment-img .img img {
        width: 35em;
        height: auto;
    }
    .iAccu-img .img img {
        width: 20.0625em;
        height: auto;
    }
    .iAccu-pk .ttl-pickup img {
        width: 5.25em;
        height: auto;
    }
    .iAccu-cnt ul li.img img {
        width: 21em;
        height: auto;
    }
    .iChild-img .img img {
        width: 40.8125em;
        height: auto;
    }
    .idx_gallery img {
        width: 37.5em;
        height: auto;
    }
    .iFeature-cnt ul li .img img {
        width: 15.375em;
        height: auto;
    }
    .iGreeting {
        background-size: cover;
    }
    .iGreeting-img .box-img .img01 img {
        width: 28.3125em;
        height: auto;
    }
    .iGreeting-img .box-img .img02 img {
        width: 18.75em;
        height: auto;
    }
    .index0-bnr-fx .box-video .play-button img {
        width: 4.375em;
        height: auto;
    }
    .index0-bnr-fx .box-cnt img {
        width: 22.875em;
    }
    .iAccu {
        mask-size: cover;
        -webkit-mask-size: cover;
    }
    .iTreatment:before {
        content: "";
        position: absolute;
        top: 0.1em;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        height: calc(100% + 10em);
        background: url(../images/idx-bg-treatment.png) no-repeat top center;
        background-size: cover;
        mix-blend-mode: multiply;
    }
    .iAbout-frame h3 span {
        font-size: 1.085em
    }
    .iChild-cnt {
        margin-right: 3.5em;
    }
    .home_page .key .idx-btn-ai {
        bottom: 120px;
    }
	.iGreeting-fx {
    padding-left: 5.25em;
    padding-right: 4.625em;
}
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
     :root {
        --ttl_size: 22px;
    }
    .iGreeting-cnt .txt>p,
    .iFeature-cnt ul li .txt>p,
    .iChild-cnt .txt>p,
    .iTreatment-cnt .txt>p,
    .iAccu-l .txt>p,
    .iCause-c-fx .txt>p {
        font-size: 11px;
    }
    .iAbout .txt>p {
        font-size: 13px;
    }
    .iChild-frame02 {
        padding-left: 4em;
    }
}


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