.home_page .key {
    --height: 50vw;
    --min-height: 78.1em;
    --max-height: 90em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    font-size: 0.625em;
    margin-left: auto;
    z-index: 2;
}

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

.mv_slider .slider {
    opacity: 0;
}

.mv_slider .slider.slick-slide {
    opacity: 1;
}

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

.home_page .key .inner .img {
    --mask: url(../images/idx-main-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: center;
    -webkit-mask-position: center;
    background: url(../images/idx-main-img01.jpg);
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 21.75em);
    max-height: 100%;
    max-width: 1600px;
}

.home_page .key .inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_page .key .inner .catch {
    position: relative;
    z-index: 1;
    padding-left: 3.9em;
    padding-top: 18.1em;
}

.home_page .key .key_text {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.home_page .key .key_text .item {
    display: flex;
    flex-wrap: wrap;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.home_page .key .idx-scroll {
    position: absolute;
    left: calc(50% - 55.8em);
    bottom: 8.3em;
    transform: translateX(-50%);
}

.home_page .key .idx-scroll a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    z-index: 1;
    display: block;
    width: fit-content;
    font-family: var(--f-en);
    padding-left: 1.0833333333em;
    font-weight: 500;
    letter-spacing: 0.1em;
    animation: float 2s ease-in-out infinite;
}

.home_page .key .idx-scroll a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: #fff;
}

.home_page .key .idx-list-main {
    position: absolute;
    right: 5em;
    bottom: 9.1em;
    display: flex;
    z-index: 2;
}

.home_page .key .idx-list-main li {
    width: 14em;
    height: 14em;
    border-radius: 50%;
    background: #fff;
    margin-right: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    position: relative;
}

.home_page .key .idx-list-main li:before {
    content: "";
    position: absolute;
    margin: auto;
    inset: 5px;
    background: url(../images/idx-ico-circle.svg) no-repeat center;
    background-size: 100% 100%;
    border-radius: 50%;
}

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

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

.home_page .key .catch .title,
.home_page .key .catch p {
    color: var(--main-color);
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--f-jp);
}

.home_page .key .catch .title {
    margin-bottom: 25px;
    font-size: 3.6em;
    line-height: 1.7em;
}

.home_page .key .catch .sub-ttl {
    font-size: 2.1em;
}

.home_page .key .catch .sub-ttl span {
    display: block;
    background: #fff;
    width: fit-content;
    border-radius: 0.4761904762em;
    padding: 0.1904761905em 0.8095238095em 0.1904761905em 1em;
    margin-bottom: 0.6666666667em;
}

.home_page .key .catch .sub-ttl span:last-child {
    margin-bottom: 0;
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    position: relative;
    margin-bottom: 0;
    color: var(--clr1);
    font-family: var(--f-jp);
    font-size: 3.125em;
    font-weight: 600;
    letter-spacing: 0.1em;
    background: linear-gradient(180deg, rgb(216, 222, 0) 0%, rgb(76, 179, 50) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.home_page .idx-ttl-en {
    font-size: 1em;
    color: #fdd000;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    font-weight: 500;
    font-family: var(--f-en);
}

.home_page .idx-ttl-en:before {
    content: "";
    position: relative;
    width: 0.78125em;
    height: 1px;
    background: #fdd000;
    margin-right: 14px;
}

.home_page .idx-ttl-en02 {
    width: fit-content;
    background: #fff;
    border-radius: 1.875em;
    margin: 0.8125em auto 0;
    line-height: 1.75em;
}

.home_page .idx-ttl-en02 span {
    font-size: 1em;
    padding: 0 2.6875em 0.125em;
    color: vaR(--main-color);
    font-weight: 500;
    position: relative;
    bottom: 0.0625em;
}

.idx-btn a {
    text-decoration: none;
    color: #fff;
    background: var(--main-color);
    border-radius: 0.7407407407em;
    font-size: 0.84375em;
    min-width: 10.3703703704em;
    min-height: 2.962962963em;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1.4814814815em;
    font-weight: 500;
    font-family: var(--f-jp);
	padding-right:3em;
	line-height:1.5em;
	padding-top:0.3em;
	padding-bottom:0.3em;
    transition: 0.3s all;
}

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

.iNews {
    position: relative;
    z-index: 1;
    padding-top: 2.6875em;
    padding-bottom: 6.875em;
    max-width: 1920px;
    margin: 0 auto;
}

.iNews:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -17.5625em;
    height: 100%;
    width: 100%;
    background: url(../images/idx-bg-new.png) no-repeat top center;
    background-size: 100% 100%;
    min-height: 75em;
    z-index: -1;
}

.iNews:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f1f8ef;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.iNews-box {
    background: #fff;
    border-radius: 1.875em;
    padding: 3.125em 6.1875em;
}

.iNews-fx01,
.iNews-fx02 {
    display: flex;
}

.iNews-ttl {
    padding-top: 0.6875em;
    margin-right: 4.5625em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iNews h2 {
    font-size: 1.875em;
}

.iNews-fx01 {
    padding-bottom: 3.125em;
    background: url(../images/idx-ico-hr.svg) no-repeat bottom center;
    background-size: 100% 2px;
    margin-bottom: 1.5em;
}

.iNews-fx01 ul {
    flex: 1;
}

.iNews-fx01 ul li:last-child a {
    border-bottom: 1px solid #e2e2e2;
}

.iNews-fx01 ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 1.625em 3.75em 2em 1.75em;
    border-top: 1px solid #e2e2e2;
    position: relative;
}

.iNews-fx01 ul li a:before {
    content: "";
    position: absolute;
    right: 1.9375em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-btn02.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.25em;
    height: 1.25em;
}

.iNews-fx01 ul li a .date {
    font-size: 0.75em;
    font-family: var(--f-en);
    color: var(--main-color);
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-right: 1.6666666667em;
}

.iNews-fx01 ul li a .ttl {
    letter-spacing: 0.01em;
    font-weight: 600;
    font-size: 1em;
    color: var(--clr1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iBnr{
       padding-bottom: 60px;
    padding-top: 40px;
}
.iBnr-fx{
	display:flex;
	justify-content:center;
}
.iBnr-fx .iBnr-item{
	margin:0 20px;
}
.iMenu {
    background: #f1f8ef;
    position: relative;
    z-index: 1;
    max-width: 1920px;
    margin: 0 auto;
}

.iMenu:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.75em;
    background: url(../images/idx-menu-ico02.png) no-repeat center;
    background-size: 100% 100%;
    width: 37.625em;
    height: 56.875em;
}

.iMenu:after {
    content: "";
    position: absolute;
    left: -28.9375em;
    bottom: -41.1875em;
    background: url(../images/idx-menu-ico03.svg) no-repeat center;
    background-size: 100% 100%;
    width: 43.25em;
    height: 52em;
}

.iMenu-ttl {
    text-align: center;
}

.iMenu-box {
    background: #fff;
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
    max-width: 61.3125em;
    margin-left: auto;
    margin-right: -0.625em;
    padding: 4.375em 4.375em 2.3125em;
    margin-top: 4.5em;
    position: relative;
    z-index: 1;
}

.iMenu-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
}

.iMenu-box:after {
    content: "";
    position: absolute;
    right: -7.125em;
    top: -12.1875em;
    background: url(../images/idx-menu-ico01.svg) no-repeat center;
    background-size: 100% 100%;
    width: 38.3125em;
    height: 30.375em;
    z-index: -2;
}

.iMenu .iMenu-list {
    display: flex;
    flex-wrap: wrap;
}

.iMenu .iMenu-list li {
    width: 25%;
    max-width: 11.6em;
    margin-right: 1.5625em;
    margin-bottom: 1.625em;
    position: relative;
}

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

.iMenu .iMenu-list li .box-img {
    position: relative;
    margin-bottom: 0.3125em;
}

.iMenu .iMenu-list li .box-img .ico {
    position: absolute;
    right: 0;
    bottom: 0;
}

.iMenu .iMenu-list li .img {
    --mask: url(../images/idx-menu-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: center;
    -webkit-mask-position: center;
}

.iMenu .iMenu-list li .img img {
    transition: 0.3s all;
}

.iMenu .iMenu-list li .ttl {
    font-size: 1.125em;
    font-family: var(--f-jp);
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 0;
}

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

.iEndo {
    background: #f1f8ef;
    padding-top: 7.625em;
    position: relative;
    padding-bottom: 14.3125em;
    max-width: 1920px;
    margin: 0 auto;
}

.iEndo:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 11.875em;
    background: url(../images/idx-endo-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.iEndo .inner_big {
    position: relative;
}

.iEndo-box {
    max-width: 73.75em;
    margin: 2.9375em auto 0;
    background: #fff;
    border-radius: 1.875em;
    padding-left: 4.375em;
}

.iEndo-ttl {
    margin-left: 5.625em;
}

.iEndo-ttl .ttl-fx {
    display: flex;
    align-items: flex-end;
}

.iEndo-ttl .ttl-fx h2 {
    line-height: 1.2em;
}

.iEndo-ttl .ttl-fx .idx-ttl-en02 {
    margin-right: auto;
    margin-left: 0.9375em;
    margin-bottom: 0.875em;
}

.iEndo .ttl-endo {
    font-size: 1.6875em;
    color: var(--main-color);
    font-weight: 500;
    font-family: var(--f-jp);
    margin-bottom: 0;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.iEndo-fx {
    display: flex;
}

.iEndo-fx.iEndo-fx02 {
    margin-top: 3.8125em;
    padding-right: 4.375em;
}

.iEndo-fx.iEndo-fx02 .box-img {
    margin-top: 9px;
    margin-right: 0;
    margin-left: -7.5em;
    margin-bottom: -7.25em;
}

.iEndo-fx.iEndo-fx02 .box-img:before {
    content: "";
    position: absolute;
    left: initial;
    right: -18.125em;
    top: -4.1875em;
    background: url(../images/idx-endo-ico02.png) no-repeat center;
    background-size: 100% 100%;
    width: 31.25em;
    height: 31.25em;
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.iEndo-fx.iEndo-fx02 .box-img img {
    border-top-left-radius: 0;
    border-top-right-radius: 1.875em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12.5em;
}

.iEndo-fx.iEndo-fx02 .iEndo-cnt {
    padding-top: 0;
    margin-right: 0;
    margin-left: 4.1875em;
}

.iEndo-fx.iEndo-fx02 .iEndo-cnt h3 {
    color: #099339;
}

.iEndo-fx.iEndo-fx02 .iEndo-cnt .idx-list-btn li a {
    background: #099339;
}

.iEndo-fx.iEndo-fx02 .iEndo-cnt .idx-list-btn li a:before {
    background: url(../images/idx-ico-btn01.svg) no-repeat center;
    background-size: 100% 100%;
}

.iEndo-cnt {
    padding-top: 3.6875em;
    margin-right: 4.125em;
    position: relative;
    z-index: 2;
}

.iEndo-cnt h3 {
    font-size: 2.1875em;
    color: var(--clr3);
    font-family: var(--f-jp);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.35em;
    margin-bottom: 0.4285714286em;
}

.iEndo-cnt .txt {
    background: url(../images/idx-endo-hr.svg) no-repeat top center;
    background-size: 100% 2px;
    padding-top: 1.3125em;
    margin-bottom: 2.0625em;
}

.iEndo-cnt .txt>p {
    letter-spacing: 0.05em;
}

.iEndo .box-img {
    width: 40.8125em;
    flex-shrink: 0;
    margin-right: -3.125em;
    margin-top: -6.25em;
    position: relative;
    z-index: 1;
}

.iEndo .box-img:before {
    content: "";
    position: absolute;
    left: -15em;
    top: 6.25em;
    background: url(../images/idx-endo-ico01.png) no-repeat center;
    background-size: 100% 100%;
    width: 31.25em;
    height: 31.25em;
    mix-blend-mode: multiply;
    opacity: 0.5;
}

.iEndo .box-img .img {
    position: relative;
    z-index: 1;
	        height:34.375em;
}

.iEndo .box-img img {
    border-top-left-radius: 12.5em;
    border-bottom-left-radius: 3.125em;
	height:100%;
	object-fit:cover;
}

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

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

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

.idx-btn02 a {
    text-decoration: none;
    color: #fff;
    background: #91c800;
    border-radius: 0.7142857143em;
    font-size: 0.875em;
    font-family: var(--f-jp);
    min-width: 12.4285714286em;
    min-height: 4.2857142857em;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
	padding-right:3em;
	padding-top:0.3em;
	padding-bottom:0.3em;
    padding-left: 1.4285714286em;
}

.idx-btn02 a:before {
    content: "";
    position: absolute;
    right: 1.0714285714em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(../images/idx-ico-btn03.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.4285714286em;
    height: 1.4285714286em;
}
.iDisea .idx-list-btn{
	    position: absolute;
    justify-content: center;
    left: 0;
    right: 0;
    margin: 5em auto 0;
}
.iDisea {
    border-top-left-radius: 12.5em;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 5.625em 0 9.125em 0px;
    max-width: 1920px;
    margin: 0 auto;
}

.iDisea-fx {
    display: flex;
}

.iDisea-ttl {
    padding-top: 4.875em;
}

.iDisea-ttl h2 {
    line-height: 1.25em;
    margin-bottom: 0.4em;
    background: linear-gradient(180deg, rgb(216, 222, 0) -50%, rgb(76, 179, 50) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.iDisea-ttl .idx-ttl-en02 {
    margin-right: auto;
    margin-left: 0;
    background: #f1f8ef;
}

.iDisea-ttl .idx-ttl-en02 span {
    color: var(--main-color);
}

.iDisea-box {
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
    background: #f1f8ef;
    flex: 1;
    margin-top: 2.5em;
    margin-right: -6.25em;
    margin-left: 3.4375em;
    position: relative;
    z-index: 1;
}

.iDisea-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #f1f8ef;
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
}

.iDisea-box .TabPager {
    max-width: calc(100% - 12.5em);
    justify-content: center;
    margin: -1.875em auto 0;
    background: #f0f0f0;
    border-radius: 1.875em;
    overflow: hidden;
}

.iDisea-box .TabPager li {
    box-shadow: none;
    background: #f0f0f0;
    padding: 0.84375em 1.25em;
    width: 33.3333333333%;
    font-weight: 500;
    transition: none;
    color: #a2a2a2;
    z-index: 1;
}

.iDisea-box .TabPager li.active {
    color: #fff;
    position: relative;
}

.iDisea-box .TabPager li.active:before {
    opacity: 1;
}

.iDisea-box .TabPager li:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(216, 222, 0) 0%, rgb(76, 179, 50) 100%);
    border-radius: 1.875em;
    opacity: 0;
    z-index: -1;
}

.iDisea-box .TabPager li .tt {
    font-size: 1.125em;
    font-family: var(--f-jp);
}

.iDisea-box .TabContent {
    position: relative;
    overflow: initial !important;
    padding-bottom: 2.9375em;
}

.iDisea-box .TabContent>ul>li {
    padding: 1.875em 6.25em 0;
}

.iDisea-box .TabContent .idx-btn {
    max-width: 14.0625em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4.8125em;
}

.iDisea-box .TabContent .idx-btn.st01 {
    bottom: -6.4375em;
}

.iDisea-box .TabContent .idx-btn a {
    letter-spacing: 0.1;
    min-height: 4.4444444444em;
}

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

.idx-list-btn02 li {
    width: 33.3333333333%;
    margin-right: 0.9375em;
    max-width: 14.0625em;
    margin-bottom: 0.875em;
}

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

.idx-list-btn02 li a {
    border-radius: 0.7142857143em;
    border: 1px solid #daefe1;
    color: var(--main-color);
    text-decoration: none;
    font-family: var(--f-jp);
    font-size: 0.875em;
    position: relative;
    display: flex;
    min-height: 4.2857142857em;
    align-items: center;
    font-weight: 600;
    background: #fff;
    padding-left: 1.2142857143em;
	padding-right:3em;
	padding-top:0.3em;
	padding-bottom:0.3em;
    transition: 0.3s all;
}

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

.iTrouble {
    border-top-left-radius: 12.5em;
    background: #f1f8ef;
    position: relative;
    padding-bottom: 16.875em;
    max-width: 1920px;
    margin: 0 auto;
}

.iTrouble:before {
    content: "";
    position: absolute;
    left: -20.125em;
    bottom: -26.375em;
    background: url(../images/idx-trouble-ico01.svg) no-repeat center;
    background-size: 100% 100%;
    width: 38.3125em;
    height: 53.25em;
    z-index: 1;
}

.iTrouble-fx {
    display: flex;
    padding-top: 6.25em;
    align-items: center;
}

.iTrouble-ttl {
    flex-shrink: 0;
    margin-right: 6.25em;
    margin-bottom: 1.4375em;
}

.iTrouble-ttl h2 {
    line-height: 1.25em;
    margin-bottom: 0.42em;
}

.iTrouble-ttl .idx-ttl-en02 {
    margin-right: auto;
    margin-left: 0;
}

.iTrouble-ttl .idx-ttl-en02 span {
    letter-spacing: 0.05em;
}

.iTrouble-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.iTrouble-box ul li {
    width: 33.3333333333%;
    background: url(../images/idx-trouble-bg-list.svg) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    margin-right: 0.9375em;
    margin-bottom: 0.875em;
    position: relative;
    min-height: 14.9375em;
    max-width: 14.0625em;
    padding-top: 1.0625em;
    transition: 0.3s all;
}

.iTrouble-box ul li:nth-child(3n) {
    margin-right: 0;
}

.iTrouble-box ul li:nth-child(4),
.iTrouble-box ul li:nth-child(5),
.iTrouble-box ul li:nth-child(6) {
    padding-top: 0.625em;
}

.iTrouble-box ul li:nth-child(4) .img,
.iTrouble-box ul li:nth-child(5) .img,
.iTrouble-box ul li:nth-child(6) .img {
    margin-bottom: 0.4375em;
}

.iTrouble-box ul li .ico {
    position: absolute;
    right: 0;
    bottom: 0;
}

.iTrouble-box ul li .img {
    height: 9.8125em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -0.125em;
}

.iTrouble-box ul li .ttl {
    line-height: 1.4em;
    font-size: 1.125em;
    font-family: var(--f-jp);
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 0;
    min-height: 2.5555555556em;
    display: flex;
    letter-spacing: 0;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

.iTreatment {
    position: relative;
    padding-bottom: 8.75em;
}

.iTreatment .bg-treatment {
    position: absolute;
    right: -46.875em;
    top: -4.375em;
}

.iTreatment:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12.75em;
    margin: 0 auto;
    background: url(../images/idx-bg-treatment.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 12.875em;
}

.iTreatment:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10.625em;
    margin: 0 auto;
    background: url(../images/idx-treatment-bg-ico.svg) no-repeat center;
    background-size: cover;
    height: 25.75em;
    width: 100%;
}

.iTreatment-ttl {
    text-align: center;
    position: relative;
    top: -5.65em;
    padding-bottom: 1.25em;
    background: url(../images/idx-treatment-hr.svg) no-repeat bottom center;
    background-size: 21.4375em 2px;
}

.iTreatment-ttl .idx-ttl-en {
    justify-content: center;
    margin-bottom: 0em;
}

.iTreatment-ttl .idx-ttl-en:before {
    display: none;
}

.iTreatment-ttl h2 {
    line-height: 1.4em;
    color: var(--main-color);
    background: transparent;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    font-size: 2.1875em;
    text-align: center;
}

.iTreatment .txt {
    text-align: center;
    margin-top: -5.875em;
    padding-top: 1.8625em;
    margin-bottom: 2em;
}

.iTreatment .txt>p {
    font-weight: 500;
    letter-spacing: 0.05em;
}

.iTreatment-list {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.iTreatment-list li {
    width: 20%;
    max-width: 12.25em;
    margin-right: 1.5625em;
    background: url(../images/idx-treatment-bg-list.svg) no-repeat center;
    background-size: 100% 100%;
    min-height: 13.0625em;
}

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

.iTreatment-list li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding-top: 1.375em;
}

.iTreatment-list li a .img {
    height: 6.875em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25em;
}

.iTreatment-list li a .ico {
    position: absolute;
    right: 0;
    bottom: 0;
}

.iTreatment-list li a .ttl {
    font-size: 1.125em;
    color: var(--main-color);
    font-weight: 600;
    font-family: var(--f-jp);
    transition: 0.3s all;
}

.idx_gallery {
    margin-top: -10em;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.idx_gallery .list {
    --mask: url(../images/idx-bg-gallery.png);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
}

.idx_gallery .img {
    width: 50em;
    height: 50em;
}

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

.iFeature {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.iFeature:before {
    content: "";
    position: absolute;
    right: -18.4375em;
    top: -14.4375em;
    background: url(../images/idx-feature-ico01.svg) no-repeat center;
    background-size: 100% 100%;
    width: 38.3125em;
    height: 53.25em;
}

.iFeature:after {
    content: "";
    position: absolute;
    left: -22.3125em;
    bottom: -9.8125em;
    background: url(../images/idx-feature-ico02.svg) no-repeat center;
    background-size: 100% 100%;
    width: 61.5em;
    height: 28.375em;
    z-index: 1;
}

.iFeature-ttl {
    text-align: center;
    margin-top: -1.75em;
    margin-bottom: 4.25em;
}

.iFeature-ttl h2 {
    font-size: 2.5em;
    line-height: 1.2em;
}

.iFeature-ttl h2 span {
    font-size: 2em;
}

.iFeature-en {
    color: #f1f8ef;
    font-size: 6.375em;
    font-family: var(--f-en);
    line-height: 1em;
    letter-spacing: 0.1em;
    margin-bottom: -0.4803921569em;
}

.iFeature-box {
    border-top-left-radius: 3.75em;
    border-top-right-radius: 3.75em;
    background: #f1f8ef;
    padding-top: 6.1875em;
    padding-bottom: 10em;
    max-width: 67.5em;
    margin: 0 auto;
}

.iFeature-fx {
    display: flex;
    background: #fff;
    border-top-right-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
    position: relative;
    margin-right: 4.1875em;
    padding-right: 3.125em;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    margin-bottom: 4.3125em;
    z-index: 2;
}

.iFeature-fx.st02 {
    margin-right: 0;
    margin-left: 4.1875em;
    padding-right: 0;
    padding-left: 3.125em;
    border-top-left-radius: 1.875em;
    border-bottom-left-radius: 1.875em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.iFeature-fx.st02.st06 .box-cnt {
    padding-top: 3.875em;
}

.iFeature-fx.st02.st04 .box-cnt {
    padding-top: 3.875em;
}

.iFeature-fx.st02.st04 .stt {
    top: 0.5625em;
}

.iFeature-fx.st02 .box-img {
    margin-left: 3.125em;
    margin-right: -6.25em;
}

.iFeature-fx.st02 .stt {
    right: initial;
    left: -1.875em;
}

.iFeature-fx.st02 .box-cnt {
    padding-top: 5.0625em;
}

.iFeature-fx.st02 .box-cnt h3 {
    letter-spacing: 0.1em;
    padding-bottom: 22px;
}

.iFeature-fx.st03 .box-cnt {
    padding-top: 5.0625em;
}

.iFeature-fx.st03 .box-cnt h3 {
    padding-bottom: 22px;
    letter-spacing: 0.1em;
}

.iFeature-fx.st03 .stt {
    top: 1.1875em;
}

.iFeature-fx.st03.st05 .stt {
    top: 1em;
}

.iFeature-fx .box-img {
    flex-shrink: 0;
    margin-left: -6.25em;
    margin-right: 3.125em;
}

.iFeature-fx .box-cnt {
    padding-top: 4em;
    padding-bottom: 3.5em;
}

.iFeature-fx .box-cnt h3 {
    font-size: 1.75em;
    color: var(--main-color);
    letter-spacing: 0.05em;
    line-height: 1.3em;
    font-weight: 500;
    padding-bottom: 0.5714285714em;
    margin-bottom: 0.75em;
    text-align: center;
    background: url(../images/idx-feature-hr.svg) no-repeat bottom center;
    background-size: 100% 2px;
}

.iFeature-fx .box-cnt h3 span {
    font-size: 0.8571428571em;
}

.iFeature-fx .stt {
    position: absolute;
    right: -1.875em;
    top: 0.9375em;
}

.iGreeting {
    position: relative;
    padding-bottom: 5.75em;
    max-width: 1920px;
    margin: 0 auto;
}

.iGreeting:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10.75em;
    margin: 0 auto;
    background: url(../images/idx-bg-greeting.png) no-repeat top center;
    background-size: 100% 100%;
    width: 100%;
       height: calc(100% + 10.75em);
    min-height: 75.0625em;
}

.iGreeting .inner_big {
    position: relative;
}

.iGreeting-fx {
    display: flex;
    padding-left: 4.5625em;
}

.iGreeting-ttl {
    padding-top: 4.625em;
    margin-right: 5.125em;
}

.iGreeting-ttl h2 {
    writing-mode: tb-rl;
    margin-bottom: 0.36em;
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    color: #fff;
}

.iGreeting-ttl .idx-ttl-en02 span {
    writing-mode: tb-rl;
    padding: 2.625em 0 2.375em;
}

.iGreeting-cnt {
    padding-top: 7.25em;
    margin-right: 4.375em;
}

.iGreeting-cnt h3 {
    line-height: 1.7em;
    font-size: 1.75em;
    font-family: var(--f-jp);
    font-weight: 500;
    letter-spacing: 0.1em;
    background: url(../images/idx-greeting-hr.svg) no-repeat bottom center;
    background-size: 100% 2px;
    padding-bottom: 0.5714285714em;
    margin-bottom: 0.7142857143em;
    color: #fff;
}

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

.iGreeting-cnt .txt>p {
    color: #fff;
    font-weight: 400;
}

.iGreeting-cnt .idx-list-btn02 li {
    width: calc(50% - 1.1875em);
}

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

.iGreeting-img {
    flex-shrink: 0;
    position: relative;
    margin-right: -25.6875em;
    margin-top: -0.875em;
}

.iGreeting-img:before {
    content: "";
    position: absolute;
    right: -4.6875em;
    bottom: -5.75em;
    background: url(../images/idx-greeting-ico01.svg) no-repeat center;
    background-size: 100% 100%;
    width: 31.25em;
    height: 12em;
    z-index: 1;
}

.iGreeting-img .img {
    --mask: url(../images/idx-greeting-mask02.png);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-position: center;
    width: 61.375em;
    height: 100%;
}

.iGreeting-img .box-name {
    position: absolute;
    left: 4.4375em;
    top: 7.375em;
    background: #fff;
    color: var(--main-color);
    writing-mode: tb-rl;
    display: flex;
    border-radius: 3.125em;
    flex-direction: column-reverse;
    font-family: var(--f-jp);
    padding: 3.125em 1.6875em 1.9375em 1.5em;
}

.iGreeting-img .box-name .name {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1em;
}

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

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

@media only screen and (min-width: 769px) {
    .iNews-fx01 ul li a:hover .ttl {
        color: var(--main-color);
    }
    .idx-btn a:hover,
    .iEndo-fx.iEndo-fx02 .iEndo-cnt .idx-list-btn li a:hover {
        box-shadow: 0 0 0 1px var(--main-color);
        background: #fff;
        color: var(--main-color);
        opacity: 1;
        transition: 0.3s all;
    }
    .idx-btn02 a:hover {
        box-shadow: 0 0 0 1px #91c800;
        background: #fff;
        color: #91c800;
        opacity: 1;
        transition: 0.3s all;
    }
    .iMenu .iMenu-list li:hover {
        opacity: 0.8;
        transition: 0.3s all;
    }
    .iMenu .iMenu-list li:hover .ttl {
        color: var(--clr1);
        transition: 0.3s all;
    }
    .idx-list-btn02 li a:hover {
        background: var(--main-color);
        color: #fff;
        opacity: 1;
        transition: 0.3s all;
    }
    .iDisea-box .TabPager li:hover {
        color: #fff;
        transition: 0.3s all;
    }
    .iDisea-box .TabPager li:hover:before {
        transition: 0.3s all;
        opacity: 1;
    }
    .iDisea-box .TabPager li.active:hover {
        opacity: 1;
    }
    .iTrouble-box ul li:hover {
        opacity: 0.8;
        transition: 0.3s all;
    }
    .iTrouble-box ul li:hover .ttl,
    .iTreatment-list li:hover .ttl {
        color: var(--clr1);
        transition: 0.3s all;
    }
}

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

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

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

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

.index07 {
    padding: 80px 0px;
    background-color: #edeff2;
}

.index07 .content {
    align-items: inherit;
}

.index07 .content .box {
    width: 49%;
    padding: 50px;
    max-width: 638px;
    background-color: #fff;
}

.index07 .content li {
    border-bottom: 1px solid #e5e5e5;
    width: auto;
}

.index07 .content li:last-child {
    border-bottom: 0;
}

.index07 .content li a {
    display: inline-flex;
    text-decoration: none;
    padding: 26px 0px 25px;
    font-weight: 500;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    white-space: nowrap;
    max-width: 100%;
}

.index07 .content li a span {
    display: inline;
}

.index07 .content li a:hover {
    opacity: 1;
    color: var(--main-color);
}

.index07 .content li a:hover .date {
    color: var(--main-color);
}

.index07 .content li a .date {
    width: 8.5em;
    transition: all 0.3s;
    color: var(--main-color);
}

.index07 .content li a .title {
    max-width: calc(100% - 8.5em);
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index07 .content .news {
    position: relative;
}

.index07 .content .btn-group {
    position: absolute;
    right: 0px;
    top: 4px;
    z-index: 1;
    width: 50%;
    max-width: 218px;
}

.index07 .content .btn-group .btn.style01 {
    width: 100%;
}

.index08 {
    padding: 100px 0;
}

.index08 .box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 238px;
    height: 229px;
    transition: all 0.3s;
    color: #fff;
    text-align: center;
}

.index08 .box::before {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/doctor.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--main-color);
    z-index: -1;
    --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 238 229' %3E%3Cpath d='M7.790,92.655 C0.489,114.686 -2.999,140.450 8.422,161.34 C13.375,169.960 20.650,177.390 28.386,184.63 C76.535,225.594 153.75,247.999 207.372,207.209 C237.463,184.605 240.996,137.660 235.151,102.626 C230.113,72.430 214.626,43.769 190.924,24.336 C157.942,-2.704 121.593,-6.1 84.325,11.146 C49.608,27.120 21.242,56.863 7.790,92.655 Z'/%3E%3C/svg%3E");
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% auto;
    -webkit-mask-size: 100% auto;
    mask-position: bottom center;
    -webkit-mask-position: bottom center;
}

.index08 .box:hover::before {
    opacity: 1;
}

.index09 {
    padding: 100px 0;
    background-color: #333;
}

.index09 h2 {
    text-align: center;
    color: blue;
    text-shadow: 0 0 0 transparent, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #fff, -1px -2px 0 #fff, 0px -2px 0 #fff, 1px -2px 0 #fff, 2px -2px 0 #fff, -2px -1px 0 #fff, -1px -1px 0 #fff, 0px -1px 0 #fff, 1px -1px 0 #fff, 2px -1px 0 #fff, -2px 0px 0 #fff, -1px 0px 0 #fff, 0px 0px 0 #fff, 1px 0px 0 #fff, 2px 0px 0 #fff, -2px 1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 1px 0 #fff, 2px 1px 0 #fff, -2px 2px 0 #fff, -1px 2px 0 #fff, 0px 2px 0 #fff, 1px 2px 0 #fff, 2px 2px 0 #fff;
}

.index09 .idx_row {
    display: flex;
    flex-wrap: wrap;
}

.index09 .idx_row .box {
    width: 100%;
    margin-bottom: 20px;
    background-color: var(--main-color);
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1920px) {
    .home_page .key .idx-list-main {
        right: 15em;
    }
}

@media only screen and (min-width: 769px) {
    .iMenu .iMenu-list li:hover img {
        transform: scale(1.1);
        transition: 0.3s all;
    }
    .iMenu .iMenu-list li:hover {
        opacity: 1;
    }
    .index09 .idx_row>.box {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .index09 .idx_row>.box:nth-child(2n+2),
    .index09 .idx_row>.box:last-child {
        margin-right: 0px;
    }
}

.index09 .idx_row.st1>.box {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
}

.index09 .idx_row.st1>.box:nth-child(3n+3),
.index09 .idx_row.st1>.box:last-child {
    margin-right: 0px;
}

@media only screen and (min-width: 769px) {
    .index09 .idx_row.st2>.box {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .index09 .idx_row.st2>.box:nth-child(4n+4),
    .index09 .idx_row.st2>.box:last-child {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1280px) {
    .index09 .idx_row.st3>.box {
        width: calc((100% - 80px) / 5);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .index09 .idx_row.st3>.box:nth-child(5n+5),
    .index09 .idx_row.st3>.box:last-child {
        margin-right: 0px;
    }
}

.idx_map {
    height: 450px;
}

.idx_map iframe {
    height: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
	.iGreeting-img .img{
		width:53em;
		height:auto;
	}
	.iGreeting-fx {
    padding-left:1em;
}
	.iGreeting-img {
		height:fit-content;
          margin-right: -11.6875em;
}
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .home_page .key {
        font-size: 0.78vw;
    }
    .iNews,
    .iMenu,
    .iEndo,
    .iDisea,
    .iTrouble,
    .iTreatment,
    .idx_gallery,
    .iFeature,
    .iGreeting {
        font-size: 1.25vw;
    }
    .idx-ct-left .idx-logo img {
        width: 23.125em;
        height: auto;
    }
    .idx-ct-left .idx-box-ct .idx-address02 .ico img {
        width: 1.625em;
        height: auto;
    }
    .iMenu .iMenu-list li .box-img .ico img {
        width: 1.25em;
        height: auto;
    }
    .iTrouble-box ul li .img img {
        width: 9.5625em;
        height: auto;
    }
    .iTrouble-box ul li:nth-child(5) .img img {
        width: 10.1875em;
        height: auto;
    }
    .iTreatment .bg-treatment img {
        width: 60em;
        height: auto;
    }
    .iTreatment-list li:first-child .img img {
        height: 6.875em;
        width: auto;
    }
    .iTreatment-list li:not(:first-child) .img img {
        height: 5.625em;
        width: auto;
    }
    .iTrouble-box ul li .ico img {
        width: 1.25em;
        height: auto;
    }
    .iFeature-fx .box-img .img img {
        width: 37.5em;
        height: auto;
    }
    .iFeature-fx .stt img {
        width: 5.625em;
        height: auto;
    }
    .iFeature-fx.st03 .stt img {
        width: 6.25em;
        height: auto;
    }
    .iGreeting-img .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .iFeature-fx.st03.st05 .stt img {
        width: 6em;
    }
    .iGreeting-img .img {
        width: 42.375em;
        height: 100%;
    }
    .iGreeting-img {
        margin-right: -8.6875em;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .iGreeting-img {
        margin-right: -11em;
    }
    .iGreeting-fx {
        padding-left: 1.5625em;
    }
    .iTrouble-fx,
    .iDisea {
        padding-left: 2em;
    }
    .iDisea-box {
        margin-right: 1.75em;
    }
    .iEndo-cnt .txt>p,
    .iFeature-fx .box-cnt .txt>p,
    .iGreeting-cnt .txt>p {
        font-size: 11px;
    }
    .iEndo-fx.iEndo-fx02 .iEndo-cnt {
        padding-bottom: 3em;
    }
    .iFeature-fx .box-img .img {
        height: 100%;
    }
    .iFeature-fx .box-img .img img {
        height: 100%;
        object-fit: cover;
    }
    .iNews-fx01 ul li a .date {
        font-size: 1em;
    }
    .iNews-fx01 ul li a .ttl {
        font-size: 1.3em;
    }
    .iDisea-box .TabContent>ul>li {
        padding: 1.875em 4.25em 0 6.25em;
    }
}

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


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