.home_page .key {
    --height: 52.34vw;
    --min-height: 42.125em;
    --max-height: 56.25em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
}

.home_page .key:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8.125em;
    margin: 0 auto;
    background: #f3f6fa;
    width: calc(100% - 3.75em);
    height: calc(100% - 8.125em);
}

.home_page .key:after {
    content: "";
    position: absolute;
    left: 1.875em;
    top: 8.125em;
    background: url(../images/idx-main-bg-ico.png) no-repeat center;
    background-size: 100% 100%;
    width: 12.75em;
    height: 12.75em;
}

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

.home_page .key .mv_slider .slider {
    opacity: 0;
}

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

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

.home_page .key .key_text .idx-box-news {
    position: absolute;
    left: 4.375em;
    bottom: 0;
    max-width: 60em;
    min-width: 35em;
    font-size: min(2vw, 20px);
}

.home_page .key .key_text .idx-box-news .idx-fx-news {
    display: flex;
    align-items: center;
}

.home_page .key .key_text .idx-box-news .idx-fx-news .ttl {
    font-size: 1.375em;
    color: var(--main-color);
    font-family: var(--f-en);
    margin-bottom: 0;
    line-height: 1.6em;
    margin-right: 1.275em;
}

.home_page .key .key_text .idx-box-news .idx-fx-news .btn-news {
    margin-bottom: 0.4em;
}

.home_page .key .key_text .idx-box-news ul li:last-child a {
    padding-bottom: 0;
    border-bottom: 0;
}

.home_page .key .key_text .idx-box-news ul li:last-child a:before {
    top: initial;
    bottom: 0.525em;
}

.home_page .key .key_text .idx-box-news ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-bottom: 0.875em;
    border-bottom: 1px solid #d2d7dc;
    padding-top: 0.875em;
    position: relative;
    padding-right: 1em;
}

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

.home_page .key .key_text .idx-box-news ul li a .date {
    color: var(--main-color);
    font-family: var(--f-en);
    margin-right: 15px;
    font-size: 0.6875em;
    letter-spacing: 0.089em;
}

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

.home_page .key .key_text .item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 11.6em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
}

.home_page .key .key_text .item .img {
    position: absolute;
    right: 0;
    top: 0;
    height: min(52.34vw, 900px);
    --mask: url(../images/idx-main-mask01.png);
    mask-image: var(--mask);
    -webkit-mask-image: var(--mask);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position: center;
    -webkit-mask-position: center;
}

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

.home_page .key .catch {
    padding: 0 5.47vw;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.home_page .key .catch .title,
.home_page .key .catch p {
    color: var(--clr1);
    font-weight: 500;
    letter-spacing: 0.1em;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5);
}

.home_page .key .catch .title {
    margin-bottom: 0.3125em;
    font-size: min(3.36vw, 50px);
    line-height: 2;
}

.home_page .key .catch p {
    line-height: 1.5em;
    font-size: min(1.88vw, 30px);
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    font-size: 2.375em;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 23px;
}

.home_page h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 67px;
    height: 1px;
    background: #d2d7dc;
}

.home_page h3 {
    font-size: 1.5em;
    color: var(--main-color);
    font-weight: 600;
}

.home_page .btn-news a {
    text-decoration: none;
    font-size: 0.75em;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    background: #fff;
    padding: 0.3125em 2.6em 0.5125em 0.5em;
    border-radius: 0.3125em;
    position: relative;
    transition: 0.3s all;
}

.home_page .btn-news a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0.625em;
    background: url(../images/idx-ico-arr.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.5125em;
    height: 0.7em;
    transition: 0.3s all;
}

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

.idx-ttl-en {
    font-size: 1.25em;
    color: var(--clr1);
    font-family: var(--f-en);
    font-weight: 600;
    display: flex;
    line-height: 1.5em;
    align-items: center;
    position: relative;
    margin-bottom: 0;
}

.idx-ttl-en:before {
    content: "";
    position: relative;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #60b530;
    border-radius: 50%;
    margin-right: 8px;
}

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

.idx-list-item li {
    width: 50%;
    margin-right: 1.5625em;
    max-width: 15.6875em;
    margin-bottom: 1.25em;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

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

.idx-list-item li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 0.3125em;
    border-bottom-right-radius: 0.625em;
    min-height: 6.25em;
    padding-left: 1.375em;
    position: relative;
}

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

.idx-list-item li a .ico {
    margin-right: 1.125em;
    width: 3.125em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.idx-list-item li a .ttl {
    line-height: 1.4em;
    font-size: 1.3125em;
    color: var(--clr1);
    font-weight: 600;
}

.iMedical {
    position: relative;
    z-index: 1;
    padding-top: 8.75em;
    padding-bottom: 3.0625em;
}

.iMedical:before {
    content: "";
    position: absolute;
    right: 1.875em;
    top: 2.875em;
    background: url(../images/idx-medical-bg01-new.png) no-repeat center;
    background-size: 100% auto;
    width: 76.25em;
    height: 83.5em;
}

.iMedical .inner_big {
    position: relative;
    padding: 0 1.25em;
}

.iMedical:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    background: #f3f6fa;
    width: calc(100% - 3.75em);
    height: 100%;
    z-index: -1;
}

.iMedical-l,
.iMedical-r {
    width: 50%;
}

.iMedical-r {
    width: 46%;
    max-width: 25.75em;
    margin-right: auto;
    margin-left: 2.875em;
    margin-bottom: 0.8125em;
}

.iMedical-r h3 {
    margin-bottom: 2.125em;
    line-height: 1.6em;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
}

.iMedical-r .txt>p {
    font-weight: 600;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgba(255, 255, 255, 0.7), 0 0 5px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255);
}

.iMedical-fx {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 5.625em;
    position: relative;
    z-index: 1;
}

.iSpecial {
    padding-top: 6.0625em;
    position: relative;
    padding-bottom: 4.375em;
}

.iSpecial .inner_big {
    position: relative;
    padding: 0 1.25em;
    z-index: 1;
}

.iSpecial:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 6.25em);
    background: #fff;
    border-top-right-radius: 0.625em;
    border-bottom-right-radius: 0.625em;
    z-index: 1;
}

.iSpecial:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5em;
    margin: 0 auto;
    background: #f3f6fa;
    width: calc(100% - 3.75em);
    height: calc(100% - 5em);
}

.iSpecial-fx {
    padding-left: 5.625em;
    display: flex;
}

.iSpecial-fx .img {
    flex-shrink: 0;
    margin-right: -0.625em;
    margin-left: 2.5em;
    margin-top: -1.375em;
}

.iSpecial-cnt .idx-ttl-en {
    font-size: 0.9375em;
    margin-bottom: 0.625em;
}

.iSpecial-cnt h2 {
    font-size: 1.625em;
    padding-bottom: 0.8em;
    margin-bottom: 1.2em;
}

.iSpecial-fx02 {
    display: flex;
    justify-content: center;
    padding-left: 5.625em;
    margin-top: -5.375em;
    padding-right: 9.8125em;
}

.iSpecial-box {
    background: #f3f6fa;
    margin-right: 1.5625em;
    width: 50%;
    border-radius: 0.625em;
    padding: 1.6875em 2.5em;
}

.iSpecial-box:last-child {
    margin-right: 0;
}

.iSpecial-box .ttl {
    display: flex;
    align-items: center;
    font-size: 1.625em;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 1.2em;
}

.iSpecial-box .ttl .ico {
    margin-right: 0.9375em;
    position: relative;
    top: 0.125em;
}

.iLife {
    background: url(../images/idx-life-bg01.png) no-repeat bottom center;
    background-size: 100% auto;
    min-height: 39.875em;
    margin-top: -6.3125em;
    padding-top: 10.4375em;
    padding-bottom: 3.125em;
    position: relative;
}

.iLife-box {
    max-width: 29.75em;
    margin-left: auto;
    margin-right: 5.8125em;
    margin-bottom: 2.4375em;
}

.iLife-box .idx-ttl-en {
    font-size: 0.9375em;
    margin-bottom: 0.625em;
    color: #fff;
}

.iLife-box .idx-ttl-en:before {
    background: #fff;
}

.iLife-box h2 {
    padding-bottom: 0.7em;
    font-size: 1.625em;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.68em;
}

.iLife .idx-list-item {
    justify-content: center;
}

.iLife .idx-list-item li {
    max-width: 15.9375em;
    margin-right: 1.25em !important;
}

.iLife .idx-list-item li:nth-child(4n) {
    margin-right: 0 !important;
}

.iLife .idx-list-item li a {
    min-height: 5em;
    padding-left: 1.25em;
}

.iLife .idx-list-item li a .ttl {
    font-size: 1em;
    letter-spacing: 0;
}

.iLife .idx-list-item li a .ico {
    margin-right: 0.9375em;
    width: 2.5em;
}

.iPrimary {
    background: #f3f6fa;
    margin-top: -4.375em;
    padding-top: 13.75em;
    padding-bottom: 9.375em;
}

.iPrimary-box {
    border-radius: 3.125em;
    background: #fff;
    max-width: 67.5em;
    padding-bottom: 3.625em;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.iPrimary .idx-list-link {
    justify-content: center;
}

.iPrimary .idx-list-link li {
    max-width: 11.125em;
    margin-right: 0.875em !important;
}

.iPrimary .idx-list-link li:nth-child(5n) {
    margin-right: 0 !important;
}

.iPrimary-fx {
    margin-bottom: 2em;
    display: flex;
}

.iPrimary-fx .img01,
.iPrimary-fx .img02 {
    flex-shrink: 0;
    margin-top: -4.6875em;
    position: relative;
    z-index: 1;
    height: fit-content;
}

.iPrimary-fx .img01:before,
.iPrimary-fx .img02:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.6em;
    margin: 0 auto;
    background: url(../images/idx-primary-bg-img.png) no-repeat center;
    background-size: 100% auto;
    width: 13.75em;
    height: 2.9375em;
    z-index: -1;
}

.iPrimary-fx .img01 img,
.iPrimary-fx .img02 img {
    border-radius: 50%;
}

.iPrimary-fx .img01 {
    margin-left: -3.125em;
}

.iPrimary-fx .img02 {
    margin-right: -3.125em;
}

.iPrimary-fx .box-cnt {
    margin: 0 3.125em;
}

.iPrimary-fx .box-cnt .idx-ttl-en {
    font-size: 0.9375em;
    text-align: center;
    justify-content: center;
    margin-top: -3.6375em;
    margin-bottom: 0.625em;
}

.iPrimary-fx .box-cnt .idx-ttl-en:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #60b530;
    border-radius: 50%;
    margin-left: 0.5em;
}

.iPrimary-fx .box-cnt h2 {
    font-size: 1.625em;
    text-align: center;
    margin-bottom: 1.08em;
}

.iPrimary-fx .box-cnt h2:before {
    right: 0;
    margin: 0 auto;
}

.iInspection {
    border-top-right-radius: 4.375em;
    border-top-left-radius: 4.375em;
    margin-top: -3.125em;
    position: relative;
    padding-bottom: 6.1875em;
    padding-top: 5.8125em;
    z-index: 1;
    background: #fff;
}

.iInspection-fx {
    display: flex;
    margin-bottom: 2.8125em;
    padding: 0 6.25em;
}

.iInspection-fx .box-cnt {
    flex-shrink: 0;
    padding-right: 2.75em;
    margin-right: 2.75em;
    position: relative;
}

.iInspection-fx .box-cnt:before {
    content: "";
    position: absolute;
    right: 0;
    top: 1.625em;
    margin: auto 0;
    bottom: 0;
    height: 7.9375em;
    width: 0.0625em;
    background: #d2d7dc;
}

.iInspection-fx .box-cnt h2 {
    letter-spacing: 0.09em;
    padding-bottom: 0;
    margin-bottom: 0.57em;
}

.iInspection-fx .box-cnt h2:before {
    display: none;
}

.iInspection-fx .box-cnt .idx-list-link li {
    max-width: 21.4375em;
    width: 100%;
}

.iInspection-fx .box-cnt .idx-list-link li a {
    width: 100%;
    letter-spacing: 0.05em;
}

.iInspection-fx .txt {
    padding-top: 4.5em;
}

.iInspection-fx .txt>p {
    letter-spacing: 0;
}

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

.iInspection-list li {
    margin-right: 1.25em;
    position: relative;
    height: fit-content;
}

.iInspection-list li:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -1.6875em;
    z-index: -1;
    background: url(../images/idx-inspection-bg-list.svg) no-repeat center;
    background-size: 100% auto;
    width: 15.625em;
    height: 3.4375em;
}

.iInspection-list li:nth-child(even) {
    margin-top: 3.125em;
}

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

.iInspection-list li a {
    position: relative;
    border-radius: 0.625em;
    border-bottom-right-radius: 0.3125em;
    display: block;
    width: 100%;
    height: 100%;
}

.iInspection-list li a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/idx-ico-arr03.svg) no-repeat center;
    background-size: 100% auto;
    width: 1.25em;
    height: 1.25em;
}

.iInspection-list li a:before {
    content: "";
    position: absolute;
    lefT: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(209, 209, 209);
    mix-blend-mode: multiply;
    border-radius: 0.625em;
    border-bottom-right-radius: 0.625em;
}

.iInspection-list li a .img img {
    border-radius: 0.625em;
    border-bottom-right-radius: 0.625em;
}

.iInspection-list li a .ttl {
    position: absolute;
    font-size: 1.125em;
    left: 1.15em;
    bottom: 1.0875em;
    color: #fff;
    line-height: 1.3em;
    display: block;
    height: fit-content;
    word-break: break-all;
    writing-mode: initial;
}

.iFeature {
    position: relative;
    background: #f3f6fa;
    padding-top: 1.875em;
    padding-bottom: 4.6875em;
}

.iFeature:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin: 0 auto;
    background: url(../images/idx-feature-bg01.png) no-repeat center;
    background-size: 100% auto;
    width: 39.5em;
    height: 11em;
    mix-blend-mode: lighten;
    z-index: 1;
}

.iFeature h2 {
    text-align: center;
    font-size: 1.625em;
    line-height: 1.7em;
    margin-bottom: 3.3825em;
}

.iFeature h2:before {
    display: none;
}

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

.iFeature h2 span label {
    cursor: default;
    font-size: 1.35em;
}

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

.iFeature-list {
    max-width: 67.5em;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.iFeature-list li {
    width: calc(50% - 0.8125em);
    border-radius: 0.625em;
    background: #fff;
    margin-right: 1.5625em;
    padding-top: 2.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-bottom: 1.9375em;
    margin-bottom: 1.625em;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.iFeature-list li:before {
    content: "";
    position: absolute;
    left: -6.25em;
    top: -0.625em;
    background: url(../images/idx-feature-ico01.svg) no-repeat center;
    background-size: contain;
    width: 13.75em;
    height: 13.75em;
    z-index: 1;
}

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

.iFeature-list li .box-img {
    position: relative;
    margin-bottom: 1.5em;
}

.iFeature-list li .box-img .stt {
    position: absolute;
    left: -0.275em;
    top: 0.22em;
    font-size: 5.125em;
    color: #fff;
    font-family: var(--f-en);
    line-height: 1em;
    letter-spacing: 0.1em;
    z-index: 2;
}

.iFeature-list li .box-img .img img {
    border-radius: 0.625em;
}

.iFeature-list li h4 {
    font-size: 1.25em;
    color: var(--main-color);
    font-weight: 600;
    margin-bottom: 1em;
    padding-bottom: 0.9em;
    position: relative;
}

.iFeature-list li h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.5em;
    height: 0.0625em;
    background: #d2d7dc;
}

.iFeature-list li .txt>p {
    letter-spacing: 0;
}

.iGreeting {
    padding-top: 7.8125em;
    padding-bottom: 6em;
}

.iGreeting .inner_big {
    padding: 0 1.25em;
}

.iGreeting-fx {
    display: flex;
    padding: 0 3.75em;
}

.iGreeting-fx .box-img01,
.iGreeting-fx .box-img02 {
    flex-shrink: 0;
    position: relative;
    height: fit-content;
    z-index: 1;
}

.iGreeting-fx .box-img01:before,
.iGreeting-fx .box-img02:before {
    content: "";
    position: absolute;
    width: 35.375em;
    height: 38.25em;
    z-index: -2;
}

.iGreeting-fx .box-img01:after,
.iGreeting-fx .box-img02:after {
    content: "";
    position: absolute;
    width: 13.75em;
    height: 13.75em;
    background: url(../images/idx-greeting-ico03.svg) no-repeat center;
    background-size: 100% auto;
    z-index: -1;
}

.iGreeting-fx .box-img01 .img img,
.iGreeting-fx .box-img02 .img img {
    border-radius: 1.25em;
}

.iGreeting-fx .box-img01 .box-name,
.iGreeting-fx .box-img02 .box-name {
    position: absolute;
    background: #fff;
    writing-mode: tb-rl;
    color: var(--main-color);
    font-weight: 600;
    padding: 1.3125em 0.625em 1.4375em;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.iGreeting-fx .box-img01 .box-name .sub-name,
.iGreeting-fx .box-img02 .box-name .sub-name {
    font-size: 0.75em;
    letter-spacing: 0.05em;
}

.iGreeting-fx .box-img01 .box-name .name,
.iGreeting-fx .box-img02 .box-name .name {
    font-size: 1.375em;
}

.iGreeting-fx .box-img01 .box-name .name .jp,
.iGreeting-fx .box-img02 .box-name .name .jp {
    margin-bottom: 0.8125em;
    font-size: 0.675em;
}

.iGreeting-fx .box-img01 {
    margin-top: 0.3125em;
}

.iGreeting-fx .box-img01:before {
    left: -6.9375em;
    top: -3.125em;
    background: url(../images/idx-greeting-ico01.svg) no-repeat center;
    background-size: 100% auto;
}

.iGreeting-fx .box-img01:after {
    right: -1.25em;
    bottom: -10em;
}

.iGreeting-fx .box-img01 .box-name {
    right: 1.5625em;
    bottom: -1.8125em;
}

.iGreeting-fx .box-img02 {
    margin-top: 13.9375em;
}

.iGreeting-fx .box-img02:before {
    right: -7em;
    bottom: -3.125em;
    background: url(../images/idx-greeting-ico02.svg) no-repeat center;
    background-size: 100% auto;
}

.iGreeting-fx .box-img02:after {
    right: 7.5em;
    top: -11.25em;
}

.iGreeting-fx .box-img02 .box-name {
    left: 1.5625em;
    bottom: -1.875em;
}

.iGreeting-fx .box-img02 .box-name .sub-name {
    padding-bottom: 1.8375em;
}

.iGreeting-fx .box-cnt {
    margin: 0 2.625em;
    position: relative;
    z-index: 2;
}

.iGreeting-fx .box-cnt .box-ttl {
    text-align: center;
}

.iGreeting-fx .box-cnt .box-ttl .idx-ttl-en {
    justify-content: center;
}

.iGreeting-fx .box-cnt .box-ttl .idx-ttl-en:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #60b530;
    border-radius: 50%;
    margin-left: 8px;
}

.iGreeting-fx .box-cnt .box-ttl h2 {
    margin-bottom: 0.775em;
}

.iGreeting-fx .box-cnt .box-ttl h2:before {
    right: 0;
    margin: 0 auto;
}

.iGreeting-fx .box-cnt .txt {
    padding: 0 1.5625em;
    margin-bottom: 1.875em;
}

.iGreeting-fx .box-cnt .txt>p {
    line-height: 2.17em;
}

.iGreeting-fx .box-cnt h3 {
    line-height: 1.6em;
    margin-bottom: 0.95em;
}

.iGreeting-fx .box-cnt .idx-list-link {
    justify-content: center;
}

.iGreeting-fx .box-cnt .idx-list-link li {
    max-width: 11.875em;
}

.iColumn-frame {
    max-width: 76.25em;
    margin: 0 auto;
    border-radius: 1.875em;
    background: #60b530;
    padding: 3.875em 4.3125em 4.3125em;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.iColumn-frame:after {
    content: "";
    position: absolute;
    right: 4.375em;
    top: -0.1875em;
    background: url(../images/idx-column-ico01.svg) no-repeat center;
    background-size: 100% auto;
    width: 2.3125em;
    height: 4.0625em;
}

.iColumn-frame:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: url(../images/idx-column-bg.png) repeat center;
    mix-blend-mode: color-dodge;
    opacity: 0.4;
}

.iColumn-frame ul {
    display: flex;
    position: relative;
    z-index: 1;
}

.iColumn-frame ul li {
    margin-right: 1.25em;
	width:calc(100% / 4);
}

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

.iColumn-frame ul li a {
    text-decoration: none;
}
.iColumn-frame ul li a .ttl{
	color:#fff;
	margin-bottom:0.5em;
	font-size:1em;
	font-weight:600;
	display:block;
	    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iColumn-frame ul li a .img {
    margin-bottom: 1.1875em;
    border-radius: 10px;
    background: #fff;
}

.iColumn-frame ul li a .img img {
    border-radius: 0.625em;
}

.iColumn-frame ul li a .txt {
    line-height: 1.6em;
    letter-spacing: 0;
    color: #fff;
    font-size: 0.875em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.iColumn .btn-news {
    margin-left: 1.375em;
}

.iColumn .btn-news a {
    background: #fff;
    color: #60b530;
    border: 0;
}

.iColumn .btn-news a:before {
    background: url(../images/idx-ico-arr04.svg) no-repeat center;
    background-size: 100% auto;
}

.iColumn-ttl {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding-bottom: 1.6875em;
    border-bottom: 1px solid #afda97;
    margin-bottom: 2.5em;
}

.iColumn-ttl .idx-ttl-en {
    color: #fff;
    font-size: 0.9375em;
    margin-top: 0.1875em;
}

.iColumn-ttl .idx-ttl-en:before {
    background: #fff;
}

.iColumn-ttl h2 {
    font-size: 1.625em;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 0.8125em;
}

.iColumn-ttl h2:before {
    display: none;
}

.txt-animation {
    position: absolute;
    left: 0;
    top: -3.0625em;
    display: flex;
    white-space: nowrap;
    font-weight: 400;
}

.txt-animation span {
    font-family: var(--f-en);
    font-weight: 200;
    font-size: 8.125em;
    color: #fff;
    margin: 0 0.15em;
    animation: txt_scroll 8s linear infinite;
}

@keyframes txt_scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media only screen and (min-width: 769px) {
    .home_page .btn-news a:hover,
    .idx-list-item li a:hover {
        background: var(--main-color);
        transition: 0.3s all;
        color: #fff;
        opacity: 1;
    }
    .home_page .btn-news a:hover:before,
    .idx-list-item li a:hover .ico img {
        filter: brightness(0) invert(1);
        transition: 0.3s all;
    }
    .idx-list-item li a:hover .ttl {
        color: #fff;
        transition: 0.3s all;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .home_page .key .key_text .idx-box-news {
        max-width: 31em;
        min-width: 31em;
        font-size: min(1vw, 16px);
    }
	.home_page .key .key_text .idx-box-news ul li a {
 
    padding-bottom: 0.75em;
    padding-top: 0.75em;
}
    .iSpecial-box {
        padding: 1.6875em 2em;
    }
    .iGreeting-fx .box-cnt {
        margin: 0 2.25em;
    }

}
@media only screen and (min-width: 769px) and (max-width: 1360px) {
		.home_page .key .key_text .idx-box-news {
        max-width: 25em;
        min-width: 25em;
        font-size: min(1.18vw, 15px);
    }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .home_page .key .key_text .item {
        padding-top: 9.6em;
    }
    .iColumn,
    .iGreeting,
    .iFeature,
    .iInspection,
    .iPrimary,
    .iLife,
    .iSpecial,
    .iMedical,
    .home_page .key {
        font-size: 1.25vw;
    }
    .iMedical .inner_big,
    .iSpecial .inner_big,
    .iGreeting .inner_big {
        padding: 0 0.625em;
    }
    .iInspection-fx {
        padding: 0 5.625em;
    }
    .iColumn-frame ul li a .img img {
        height: 10em;
        width: auto;
    }
    .iGreeting-fx .box-img01 .img img,
    .iGreeting-fx .box-img02 .img img {
        height: 29.375em;
        width: auto;
    }
    .iFeature-list li .box-img .img img {
        height: 15.625em;
        width: auto;
    }
    .iInspection-list li a .img img {
        height: 18.75em;
        width: auto;
    }
    .iPrimary-fx .img01 img,
    .iPrimary-fx .img02 img {
        height: 15.625em;
        width: auto;
    }
    .iLife .idx-list-item li a .ico img {
        width: 2.5em;
        height: auto;
    }
    .iSpecial-box .ttl .ico img {
        height: 2.7em;
        width: auto;
    }
    .iSpecial-fx .img img {
        height: 28.125em;
        width: auto;
    }
	    .home_page .key .key_text .idx-box-news {
        max-width: 25em;
        min-width: 25em;
        font-size: min(1.19vw, 15px);
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .iGreeting-fx {
        padding: 0 2.75em;
    }
    .iGreeting-fx .box-cnt .txt>p {
        font-size: 12px;
    }
    .iLife-box {
        max-width: 30.75em;
    }
    .iMedical-r {
        max-width: 26.75em;
    }
	    .home_page .key .key_text .idx-box-news {
        max-width: 25em;
        min-width: 25em;
        font-size: min(1.25vw, 16px);
    }

}

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


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