.home_page .key {
    --height: 50vw;
    --min-height: 72em;
    --max-height: 72em;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    overflow: hidden;
    font-size: 10px;
	position:relative;z-index:1;
}
.home_page .key:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:0
}
.home_page .key .video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	z-index:-1
}
.home_page .key .mv_slider {
    display: block;
	width:100%;
}


.home_page .key .idx-list-main {
    display: flex;
    position: absolute;
    right: 3em;
    bottom: 3em;
}

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

.home_page .key .idx-list-main li .ttl {
    font-size: 1.8em;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
}

.home_page .key .idx-list-main li:not(:last-child) {
    padding-top: 3px;
}

.home_page .key .idx-list-main li:last-child {
    margin-right: 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: flex-end;
    height: var(--height);
    min-height: var(--min-height);
    max-height: var(--max-height);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 5.2em;
}

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

.home_page .key .catch {
    padding-left: 5px;
}

.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: 1.46em;
    padding-bottom: 15px;
    position: relative;
}

.home_page .key .catch .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 1em;
    height: 2px;
    background: #fff;
}

.home_page .key .catch p {
    font-size: 1.8em;
    line-height: 1.7em;
}

.home_page .topic_path {
    display: none;
}

.home_page h2 {
    font-size: 3.625em;
    font-family: var(--f-en);
    background: linear-gradient(180deg, #2c3545 20%, #74420a 54%, #a78f45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
}

.home_page h2:before {
    content: "";
    position: absolute;
    left: -0.2586206897em;
    top: 0.0344827586em;
    background: url(../images/idx-ico-h2.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.2327586207em;
    height: 0.2327586207em;
}

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

@media only screen and (min-width: 769px) {
    .iPopular-list li a:hover .sub-ttl,
    .iPopular-list li a:hover .ttl,
    .iPopular-list li a:hover .btn {
        color: var(--clr2);
        transition: 0.3s all;
    }
    .iPopular-list li a:hover {
        opacity: 1;
    }
    .slick-arrow:hover {
        opacity: 0.7;
    }
    .idx-list-link li a:hover {
        color: #fff;
        background: var(--clr2);
        transition: 0.3s all;
        opacity: 1;
    }
    .idx-list-img .item:hover .btn {
        transform: translateY(-10px);
        transition: 0.3s all;
    }
    .idx-list-img .item:hover .img:before {
        opacity: 0.5;
        transition: 0.3s all;
    }
    .iEquipment-list .item:hover {
        background: rgba(255, 255, 255, 0.9);
        transition: 0.3s all;
    }
    .iBeauty-list li:hover .btn {
        transform: translateY(-5px);
        transition: 0.3s all;
    }
    .iOther-list li .cnt .idx-btn-link a:hover {
        color: var(--clr2);
        transition: 0.3s all;
    }
    .iBlog .idx-fx-ttl .btn-more a:hover {
        color: var(--clr2);
        transition: 0.3s all;
    }
    .iRecruit-cnt .idx-list-link li a:hover {
        background: var(--clr2);
        transition: 0.3s all;
    }
}

#mainContent {
    position: relative;
}

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

.iCampaign {
    padding: 8.125em 0;
    position: relative;
    z-index: 2;
}

.iCampaign-list {
    margin-top: 2.125em;
    display: flex;
    padding-bottom: 5.125em;
    justify-content: space-between;
}

.iCampaign-list .item {
    width: 12.5em !important;
    margin-right: 1.25em;
}

.iCampaign-list .img img {
    border-radius: 5px;
}

.iCampaign-list .slick-dots {
    position: absolute;
    left: 0;
    bottom: 1.375em;
    width: 55em;
    height: 1px;
    background: #dfe1e3;
    display: flex !important;
}

.iCampaign-list .slick-dots li {
    height: 1px;
    width: 100%;
    font-size: 0;
}

.iCampaign-list .slick-dots li.slick-active~li button {
    background: #dfe1e3;
}

.iCampaign-list .slick-dots li.slick-active button {
    background: #a78f45;
}

.iCampaign-list .slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
    background: #a78f45;
}

.iCampaign-list .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: none;
    background: #000;
    left: initial;
    top: initial;
    width: 2.8125em;
    height: 2.8125em;
    border-radius: 50%;
}

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

.iCampaign-list .slick-arrow.slick-prev {
    background: url(../images/idx-ico-prev.svg) no-repeat center;
    background-size: 100% auto;
    right: 3.4375em;
}

.idx-ttl-en {
    font-size: 1.875em;
    font-family: var(--f-en);
    color: var(--clr1);
    line-height: 1em;
    margin-bottom: 0.6666666667em;
}

.iNews {
    padding: 16.1875em 0 9.25em;
    background: #f2fbfb;
    margin-top: -19.5625em;
    position: relative;
    z-index: 1;
}

.iNews:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10.375em;
    bottom: 0;
    margin: auto 0;
    background: #fff;
    width: 72.5%;
    height: 49.8%;
    z-index: -1;
}

.iNews-fx {
    display: flex;
    justify-content: space-between;
}

.iNews-calendar .idx-ttl-en {
    margin-bottom: 0.8333333333em;
}

.iNews-box {
    width: 34.375em;
    margin-right: 3.875em;
}

.iNews-box .mCSB_scrollTools {
    top: 5px;
    z-index: 1;
}

.iNews-box .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    background: #dfe1e3;
}

.iNews-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #a78f45;
}

.iNews-box .mCSB_inside>.mCSB_container {
    margin-right: 2.5em;
}

.iNews-box ul {
    padding-right: 0;
    height: 19.5625em;
}

.iNews-box ul li:last-child a {
    padding-bottom: 2.5em;
}

.iNews-box ul li:first-child a {
    padding-top: 10px;
}

.iNews-box ul li:first-child a:before {
    top: 0;
}

.iNews-box ul li a {
    text-decoration: none;
    padding-left: 1.1875em;
    display: block;
    padding-bottom: 1.75em;
    border-bottom: 1px solid #dfe1e3;
    padding-top: 1.4375em;
    padding-right: 2em;
    position: relative;
}

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

.iNews-box ul li a .date {
    display: block;
    font-family: var(--f-en);
    font-size: 0.75em;
    letter-spacing: 0.03em;
    margin-bottom: 0.4166666667em;
    color: #80868f;
}

.iNews-box ul li a .ttl {
    font-size: 0.875em;
    color: var(--clr1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iNews-box .idx-btn-view {
    text-align: right;
    margin-top: -1.25em;
    background: #fff;
    position: relative;
}

.iNews-box .idx-btn-view a {
    text-decoration: none;
    display: flex;
    font-size: 0.71875em;
    font-family: var(--f-en);
    color: var(--clr1);
    letter-spacing: 0.05em;
    font-weight: 500;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: 3.4782608696em;
}

.iNews-box .idx-btn-view a .ico {
    line-height: 0;
    margin-left: 0.6086956522em;
}

.idx-ttl-jp {
    font-size: 0.875em;
    color: #959aa2;
    line-height: 0.8em;
}

.iPopular {
    background: #f2fbfb;
    padding-bottom: 4.5em;
    position: relative;
}

.iPopular:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background: url(../images/idx-bg-popular.png) no-repeat center;
    background-size: 100% auto;
    width: 100%;
    height: calc(100% + 19.1875em);
}

.iPopular-list {
    display: flex;
    margin-top: 1.5em;
    position: relative;
}

.iPopular-list li {
    width: 33.3333333333%;
}

.iPopular-list li:nth-child(2) {
    width: 26.625em;
    flex-shrink: 0;
    border-right: 1px solid #dfe1e3;
    border-left: 1px solid #dfe1e3;
}

.iPopular-list li:first-child a {
    padding: 3.0625em 6.375em 3.0625em 0;
}

.iPopular-list li:last-child a {
    padding: 3.0625em 0 3.0625em 6.1875em;
}

.iPopular-list li a {
    text-decoration: none;
    padding: 3.0625em 1.875em;
    display: block;
}

.iPopular-list li a span {
    display: block;
    text-align: center;
}

.iPopular-list li a .img {
    margin-bottom: 0.8375em;
}

.iPopular-list li a .img img {
    border-radius: 50%;
}

.iPopular-list li a .cnt {
    line-height: 1.85em;
}

.iPopular-list li a .sub-ttl {
    color: #4d4d4d;
    font-size: 1em;
    font-family: var(--f-en);
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 2px;
    transition: 0.3s all;
}

.iPopular-list li a .ttl {
    font-size: 1.625em;
    margin-bottom: 0.3846153846em;
    color: var(--clr1);
    transition: 0.3s all;
}

.iPopular-list li a .btn {
    font-family: var(--f-en);
    color: var(--clr1);
    font-size: 0.71875em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: 0.3s all;
}

.iPopular-list li a .btn:after {
    content: "";
    position: relative;
    right: 0;
    top: 0;
    background: url(../images/idx-ico-more02.svg) no-repeat center;
    background-size: 100% auto;
    width: 2.6086956522em;
    height: 1.2173913043em;
    margin-left: 0.8695652174em;
}

.iMedical-fx {
    display: flex;
}

.iMedical-cnt {
    padding-top: 8em;
    width: 34.5625em;
    padding-bottom: 5em;
    padding-right: 3.125em;
}

.iMedical-cnt .idx-ttl-en {
    letter-spacing: 0.05em;
    font-size: 1.5625em;
    margin-bottom: 0;
}

.iMedical-cnt h2 {
    line-height: 1.4em;
    margin-bottom: 1px;
}

.iMedical-cnt h2:before {
    top: -0.72em;
}

.iMedical-cnt .img {
    width: fit-content;
    margin-left: auto;
    margin-top: 4em;
}

.iMedical-ttl {
    padding-bottom: 2.75em;
    margin-bottom: 1.875em;
    position: relative;
}

.iMedical-ttl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6.25em;
    height: 1px;
    background: #dfe1e3;
}

.iMedical .txt {
    padding-right: 8.125em;
}

.iMedical-img {
    background: url(../images/idx-medical-img01.jpg) no-repeat center;
    background-size: cover;
    margin-right: -6.25em;
    flex: 1;
   height: 100%;
    padding: 0 6.125em 3.4375em 5.1875em;
}

.iMedical-img .ttl-img {
    writing-mode: tb-rl;
    font-size: 1.875em;
    text-align: right;
    margin-left: auto;
    margin-right: -0.3333333333em;
    margin-top: 3.2666666667em;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    margin-bottom: 7.3533333333em;
    width: 100%;
}

.idx-list-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0.0666666667em;
}

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

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

.idx-list-link li a {
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #dfe1e3;
    border-radius: 30px;
    background: #fff;
    color: var(--clr1);
    display: flex;
    align-items: center;
    line-height: 1.4em;
    font-size: 0.875em;
    min-height: 4.2857142857em;
    padding-left: 1.4285714286em;
    position: relative;
    transition: 0.3s all;
}

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

.idx-list-img {
    display: flex;
    border-top: 1px solid #2c3545;
    border-bottom: 1px solid #2c3545;
    max-width: 1920px;
    margin: 0 auto;
}

.idx-list-img .item {
    width: 33.3333333333%;
    position: relative;
    border-right: 1px solid #2c3545;
}

.idx-list-img .item:last-child {
    border-right: 0;
}

.idx-list-img .item .img {
    position: relative;
    height: 100%;
}

.idx-list-img .item .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.idx-list-img .item .img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    mix-blend-mode: multiply;
    background: #8a8f99;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
}

.idx-list-img .item .box-ttl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 5px;
    margin: auto;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.idx-list-img .item .box-ttl span {
    display: block;
}

.idx-list-img .item .box-ttl .sub-ttl {
    font-size: 1em;
    font-family: var(--f-en);
    line-height: 1em;
    letter-spacing: 0.03em;
    margin-bottom: 0.8125em;
}

.idx-list-img .item .box-ttl .ttl {
    line-height: 1em;
    font-size: 1.625em;
}

.idx-list-img .item .box-ttl .ttl label {
    font-size: 0.6153846154em;
    cursor: default;
    line-height: 1em;
}

.idx-list-img .item .btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 2.347826087em;
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.71875em;
    font-family: var(--f-en);
    color: #fff;
    transition: 0.3s all;
    letter-spacing: 0;
}

.idx-list-img .item .btn img {
    margin-left: 0.8695652174em;
    line-height: 0;
    width: 2.6086956522em;
    height: auto;
}

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

.iHair {
    padding-top: 7.875em;
    position: relative;
}

.iHair:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/idx-hair-bg01.png) no-repeat center;
    background-size: 100% 100%;
}

.iHair-ttl {
    text-align: center;
    position: relative;
}

.iHair-ttl:beforE {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -1.625em;
    background: url(../images/idx-ico-h2.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.84375em;
    height: 0.84375em;
}

.iHair-ttl .idx-ttl-en {
    letter-spacing: 0.04em;
    font-size: 1.5625em;
    margin-bottom: 0.48em;
}

.iHair-ttl h2 {
    margin-bottom: 0.2413793103em;
    line-height: 1em;
}

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

.iHair-fx {
    display: flex;
    justify-content: center;
}

.iHair-img {
    flex-shrink: 0;
    margin-top: -3.125em;
    position: relative;
}

.iHair-img .parts_pic {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.iHair-img .parts_pic.active {
    visibility: visible;
    opacity: 1;
}

.iHair-img .parts_pic img {
    width: 14.75em;
    height: auto;
}

.iHair-img img {
    width: 26.125em;
    height: auto;
}

.iHair-img:before {
    content: "";
    position: absolute;
    left: -2.3125em;
    right: 0;
    top: 0.25em;
    bottom: 0;
    margin: auto;
    width: 30.75em;
    height: 29.75em;
    background: url(../images/idx-hair-ico01.png) no-repeat center;
    background-size: 100% auto;
}

.iHair-l,
.iHair-r {
    flex-shrink: 0;
    width: 18.75em;
}

.iHair-l .idx-list-link li:first-child {
    margin-left: 2.3125em;
}

.iHair-l .idx-list-link li:nth-child(2) {
    margin-left: 0.4375em;
}

.iHair-l .idx-list-link li:nth-child(3) {
    margin-left: -1.4375em;
}

.iHair-l .idx-list-link li:nth-child(4) {
    margin-left: -1.4375em;
}

.iHair-l .idx-list-link li:nth-child(5) {
    margin-left: 0.4375em;
}

.iHair-l .idx-list-link li:nth-child(6) {
    margin-left: 2.3125em;
}

.iHair-r .idx-list-link li:first-child {
    margin-left: -2.3125em;
}

.iHair-r .idx-list-link li:nth-child(2) {
    margin-left: -0.4375em;
}

.iHair-r .idx-list-link li:nth-child(3) {
    margin-left: 1.4375em;
}

.iHair-r .idx-list-link li:nth-child(4) {
    margin-left: 1.4375em;
}

.iHair-r .idx-list-link li:nth-child(5) {
    margin-left: -0.4375em;
}

.iHair-r .idx-list-link li:nth-child(6) {
    margin-left: -2.3125em;
}

.iHair .idx-list-link {
    flex-direction: column;
    margin-top: 2.6875em;
}

.iHair .idx-list-link li {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 1.5625em;
    max-width: 18.75em;
    position: relative;
    z-index: 1;
}

.iHair .idx-list-link li a {
    min-height: 3.6363636364em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.375em;
    border-radius: 1.8181818182em;
    padding-right: 1.3636363636em;
    line-height: 1em;
    padding-top: 0.2272727273em;
}

.iHair .idx-list-link li a span {
    font-size: 0.5227272727em;
    font-family: var(--f-en);
    display: block;
    margin-top: 0.2272727273em;
    color: #959aa2;
    letter-spacing: 0;
}

.iHair .idx-list-link li a:before {
    width: 1.3636363636em;
    height: 0.6363636364em;
    right: 0.8181818182em;
}

.iFeature {
    padding-left: 0;
    padding-top: 8.125em;
    padding-bottom: 4.25em;
    position: relative;
    z-index: 1;
}

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

.iFeature .img-logo {
    text-align: left;
}

.iFeature .img-logo img {
    width: 34.5625em;
    height: auto;
}

.iFeature-fx {
    display: flex;
    padding-top: 2.625em;
}

.iFeature .box-cnt {
    position: relative;
    height: fit-content;
}

.iFeature .box-cnt .counter {
    position: absolute;
    right: 10.7em;
    bottom: -0.8em;
    color: var(--clr2);
    font-size: 1.25em;
    font-family: var(--f-en);
    font-weight: 400;
}

.iFeature .slider-cnt {
    padding-top: 0.9375em;
    margin-right: 4.1875em;
    width: 23em;
}

.iFeature .slider-cnt li h3 {
    font-size: 1.625em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    padding-bottom: 1.2692307692em;
    margin-bottom: 1.1538461538em;
    position: relative;
}

.iFeature .slider-cnt li h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.8461538462em;
    height: 1px;
    background: #dfe1e3;
}

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

.iFeature .slider-cnt .slick-dots {
    width: 11.5em;
    height: 1px;
    background: #dfe1e3;
    display: flex !important;
    margin-top: 3.5em;
}

.iFeature .slider-cnt .slick-dots li {
    height: 1px;
    width: 100%;
    font-size: 0;
}

.iFeature .slider-cnt .slick-dots li.slick-active~li button {
    background: #dfe1e3;
}

.iFeature .slider-cnt .slick-dots li.slick-active button {
    background: #a78f45;
}

.iFeature .slider-cnt .slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
    background: #a78f45;
}

.iFeature .slider-cnt .slick-arrow {
    top: initial;
    background: #000;
    width: 2.8125em;
    height: 2.8125em;
    bottom: -1.375em;
    transform: none;
}

.iFeature .slider-cnt .slick-arrow.slick-prev {
    background: url(../images/idx-ico-prev.svg) no-repeat center;
    background-size: 100% auto;
    left: initial;
    right: 3.4375em;
}

.iFeature .slider-cnt .slick-arrow.slick-next {
    background: url(../images/idx-ico-next.svg) no-repeat center;
    background-size: 100% auto;
    right: 0;
}

.iFeature .box-img {
    position: relative;
}

.iFeature .box-img .ttl-feature {
    position: absolute;
    left: 1.55em;
    right: 0;
    top: -0.6666666667em;
    margin: 0 auto;
    font-size: 7.5em;
    font-family: var(--f-en);
    color: rgba(255, 255, 255, 0.5);
    line-height: 1em;
    letter-spacing: 0.03em;
}

.iFeature .slider-img li {
    margin-right: 1.5625em;
    position: relative;
}

.iFeature .slider-img li .img {
    width: 36.625em;
    border-radius: 5px;
}

.iFeature .slider-img li .stt {
    position: absolute;
    left: 0.375em;
    bottom: 0.1875em;
    font-size: 5em;
    color: #fff;
    line-height: 1em;
    font-family: var(--f-en);
}

.iEquipment {
    background: #f2fafa url(../images/idx-equipment-bg01.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 5.43em;
    position: relative;
    padding-bottom: 4.95em;
    margin-top: -4.625em;
}

.iEquipment-ttl {
    text-align: center;
    position: relative;
}

.iEquipment-ttl h2:before {
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    top: -0.16em;
}

.iEquipment .slick-dots {
    position: absolute;
    left: 6.25em;
    bottom: 1.375em;
    width: 68.75vw;
    height: 1px;
    background: #dfe1e3;
    display: flex !important;
}

.iEquipment .slick-dots li {
    height: 1px;
    width: 100%;
    font-size: 0;
}

.iEquipment .slick-dots li.slick-active~li button {
    background: #f1f9f9;
}

.iEquipment .slick-dots li.slick-active button {
    background: #a78f45;
}

.iEquipment .slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
    background: #a78f45;
}

.iEquipment .slick-arrow {
    position: absolute;
    right: 6.25em;
    bottom: 0;
    transform: none;
    background: #000;
    left: initial;
    top: initial;
    width: 2.8125em;
    height: 2.8125em;
    border-radius: 50%;
}

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

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

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

.iEquipment-list {
    display: flex;
    position: relative;
    margin-top: 2.5em;
    padding-left: 6.25em;
    padding-bottom: 5.125em;
}

.iEquipment-list .item {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    width: 20%;
    max-width: 19.92vw;
    margin-right: 1.25em;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 1.5625em;
    position: relative;
}

.iEquipment-list .item .img {
    text-align: center;
    margin-bottom: 0.4375em;
    height: 12.625em;
}

.iEquipment-list .item .img img {
    margin: 0 auto;
}

.iEquipment-list .item .sub-ttl {
    font-size: 1em;
    font-family: var(--f-en);
    margin-bottom: 0;
    letter-spacing: 0.03em;
}

.iEquipment-list .item .ttl {
    font-size: 1.375em;
    line-height: 1.25em;
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iEquipment-list .item:last-child {
    margin-right: 0;
}

.iEquipment-list .item .btn {
    font-size: 0.71875em;
    font-family: var(--f-en);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

.iEquipment-list .item .btn img {
    margin-left: 0.4347826087em;
    width: 2.6086956522em;
    height: auto;
}

.iBeauty {
    background: url(../images/idx-beauty-bg03.png) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 6.9375em;
    padding-bottom: 7.25em;
    position: relative;
    z-index: 1;
}

.iBeauty:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 1px;
    background: url(../images/idx-beauty-ico01.png) no-repeat center;
    background-size: 100% auto;
    width: 54.25em;
    height: 39.75em;
    z-index: -1;
    mix-blend-mode: lighten;
}

.iBeauty:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 30%;
    background: #27140c;
    z-index: -2;
}

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

.iBeauty-ttl h2:before {
    left: 0;
    right: 0;
    top: -0.1896551724em;
    margin: 0 auto;
}

.iBeauty-box {
    display: flex;
    padding-top: 5.4375em;
    max-width: 67.5em;
    justify-content: center;
    margin: 0 auto;
}

.iBeauty-ttl02 {
    margin-right: 4.5em;
    flex-shrink: 0;
    position: relative;
}

.iBeauty-ttl02:before {
    content: "";
    position: absolute;
    left: -6.1875em;
    bottom: -7.25em;
    background: url(../images/idx-beauty-bg02.png) no-repeat center;
    background-size: 100% auto;
    width: 43.5625em;
    height: 42.875em;
    z-index: -1;
    mix-blend-mode: exclusion;
}

.iBeauty-ttl02 h3 {
    color: #fff;
    font-size: 2em;
    letter-spacing: 0.1em;
    position: relative;
}

.iBeauty-ttl02 h3:before {
    content: "";
    position: absolute;
    left: -0.46875em;
    top: -0.0625em;
    background: url(../images/idx-ico-h2.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.421875em;
    height: 0.421875em;
    filter: brightness(0) invert(1);
}

.iBeauty-cnt {
    padding-top: 0.25em;
}

.iBeauty-cnt .txt {
    margin-bottom: 2.0625em;
}

.iBeauty-cnt .txt>p {
    color: #fff;
}

.iBeauty-cnt .idx-list-link li {
    margin-left: auto;
    margin-right: 0;
}

.iBeauty-box-link {
    padding-top: 2.375em;
    margin-top: 1.5625em;
    border-top: 1px solid #d1af89;
}

.iBeauty-box-link .idx-list-link li {
    width: calc(100% / 2 - 0.45em);
    max-width: 12.3125em;
    margin-left: initial;
    margin-right: 0.875em;
}
.iBeauty-box-link .idx-list-link li a{
	font-size:0.8em
}
.iBeauty-box-link .idx-list-link li:nth-child(2n) {
    margin-right: 0;
}

.iBeauty-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5625em;
    justify-content: center;
}

.iBeauty-list li {
    width: calc(33.3333333333% - 0.09375em);
    position: relative;
    margin-bottom: 0.125em;
    margin-right: 0.125em;
    max-width: 22.375em;
    height: auto;
}

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

.iBeauty-list li .img img {
    border-radius: 0.3125em;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iBeauty-list li .box-ttl {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1.5em;
    color: #fff;
    text-align: center;
}

.iBeauty-list li .box-ttl .ttl {
    font-size: 1.625em;
    margin-bottom: 0.7692307692em;
    line-height: 1em;
}

.iBeauty-list li .box-ttl .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.71875em;
    font-family: var(--f-en);
    letter-spacing: 0.03em;
    transition: 0.3s all;
}

.iBeauty-list li .box-ttl .btn img {
    margin-left: 0.8695652174em;
    line-height: 0;
    width: 2.6086956522em;
    height: auto;
}

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

.iOther {
    padding: 6.9375em 0 8.1em;
    position: relative;
    z-index: 1;
}

.iOther:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 62.4%;
    background: #f2fbfb;
    z-index: -1;
}

.iOther-list {
    display: flex;
    margin-top: 2.5em;
    padding-bottom: 3.125em;
    border-bottom: 1px solid #dfe1e3;
    margin-bottom: 3em;
}

.iOther-list li {
    background: #fff;
    border-top-left-radius: 0.3125em;
    border-top-right-radius: 0.3125em;
    overflow: hidden;
    margin-right: 1.25em;
}

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

.iOther-list li .box-img {
    position: relative;
}

.iOther-list li .box-img .ttl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    color: var(--clr1);
    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), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255);
}

.iOther-list li .cnt {
    padding: 1.0625em 1.25em 0.8125em;
}

.iOther-list li .cnt .idx-btn-link {
    margin-bottom: 0;
}

.iOther-list li .cnt .idx-btn-link:last-child a {
    border-bottom: 0;
}

.iOther-list li .cnt .idx-btn-link a {
    border-bottom: 1px solid #dfe1e3;
    display: block;
    text-decoration: none;
    padding-bottom: 0.375em;
    color: var(--clr1);
    font-size: 1em;
    padding-left: 0.9375em;
    position: relative;
    transition: 0.3s all;
}

.iOther-list li .cnt .idx-btn-link a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.875em;
    background: url(../images/idx-ico-h2.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.4375em;
    height: 0.4375em;
}

.iOther-list li .cnt .idx-btn-link a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.9375em;
    background: url(../images/idx-ico-arr-list.svg) no-repeat center;
    background-size: 100% auto;
    width: 0.46875em;
    height: 0.28125em;
}

.iOther-list02 {
    display: flex;
}

.iOther-list02 li {
    width: 33.3333333333%;
    margin-right: 1.25em;
}

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

.iOther-list02 li a {
    background: #fff;
    border-radius: 0.3125em;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    position: relative;
    min-height: 7.8125em;
}

.iOther-list02 li a .img {
    flex-shrink: 0;
}

.iOther-list02 li a .img img {
    width: 9.6875em;
    border-top-left-radius: 0.3125em;
    border-bottom-left-radius: 0.3125em;
}

.iOther-list02 li a .btn {
    position: absolute;
    right: 0.875em;
    bottom: 0.8125em;
    line-height: 0;
}

.iOther-list02 li a .btn img {
    width: 1.875em;
    height: auto;
}

.iOther-list02 li a .ttl {
    color: var(--clr1);
    font-size: 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.25em;
    font-weight: 500;
    line-height: 1.3em;
}

.idx_gallery {
    background: #f2fbfb;
    position: relative;
    z-index: 2;
}

.idx_gallery .item {
    margin-right: 2px;
}

.idx_gallery .item img {
    width: 23.125em;
    height: auto;
}

.iGreeting {
    background: url(../images/idx-bg-greeting.png) no-repeat bottom center;
    background-size: 100% auto;
    padding: 1.1875em 0 6.375em;
}

.iGreeting h2 {
    font-size: 7.5em;
    color: #fff;
    background: none;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    margin-left: -1em;
    font-weight: normal;
    letter-spacing: 0.04em;
}

.iGreeting h2:before {
    display: none;
}

.iGreeting-fx {
    display: flex;
}

.iGreeting-img {
    flex-shrink: 0;
    padding-left: 2.875em;
    margin-top: -4.375em;
    margin-right: 6.25em;
    position: relative;
    z-index: 1;
}

.iGreeting-img .img img {
    height: 33.1875em;
    width: auto;
}

.iGreeting-img .img02 {
    margin-top: -4em;
    margin-left: -22.875em;
}

.iGreeting-img .img02 img {
    width: 18.75em;
    height: auto;
}

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

.iGreeting-cnt:before {
    content: "";
    position: absolute;
    right: -9.375em;
    bottom: -4em;
    background: url(../images/idx-greeting-ico01.png) no-repeat center;
    background-size: 100% auto;
    width: 30.75em;
    height: 29.75em;
    z-index: -1;
}

.iGreeting-cnt .idx-ttl-jp {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -0.3571428571em;
    margin-bottom: 1.4285714286em;
}

.iGreeting-cnt .idx-ttl-jp:before {
    content: "";
    position: relative;
    left: 0;
    top: 0;
    width: 0.9642857143em;
    height: 0.9642857143em;
    background: url(../images/idx-greeting-ico02.svg) no-repeat center;
    background-size: 100% auto;
    margin-right: 0.5em;
}

.iGreeting-cnt h3 {
    font-size: 1.625em;
    line-height: 1.6em;
    padding-bottom: 1.2307692308em;
    margin-bottom: 1.1923076923em;
    position: relative;
}

.iGreeting-cnt h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.8461538462em;
    height: 1px;
    background: #dfe1e3;
}

.iGreeting-cnt .idx-list-link {
    justify-content: flex-start;
    margin-top: 2em;
}

.iGreeting-cnt .idx-list-link li {
    max-width: 11.5em;
}

.iBlog {
    padding: 5em 0 5.9375em;
}

.iBlog .idx-fx-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.4375em;
}

.iBlog .idx-fx-ttl .ttl {
    font-size: 1.875em;
    font-family: var(--f-en);
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

.iBlog .idx-fx-ttl .btn-more {
    margin-bottom: 0.3125em;
}

.iBlog .idx-fx-ttl .btn-more a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 0.71875em;
    font-family: var(--f-en);
    font-weight: 500;
    color: var(--clr1);
    letter-spacing: 0.03em;
}

.iBlog .idx-fx-ttl .btn-more a img {
    margin-left: 0.7826086957em;
    line-height: 0;
    width: 30px;
    height: auto;
}

.iBlog-box .idx-list-blog {
    display: flex;
    padding-bottom: 2.8125em;
    margin-bottom: 2.125em;
    border-bottom: 1px solid #dfe1e3;
}

.iBlog-box .idx-list-blog li {
    width: 25%;
    margin-right: 0.9375em;
}

.iBlog-box .idx-list-blog li:last-child {
    margin-right: 0;
}

.iBlog-box .idx-list-blog li a {
    text-decoration: none;
    display: block;
    color: var(--clr1);
}

.iBlog-box .idx-list-blog li a span {
    display: block;
}

.iBlog-box .idx-list-blog li a .date {
    font-size: 0.75em;
    font-family: var(--f-en);
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0.4166666667em;
    color: #80868f;
}

.iBlog-box .idx-list-blog li a .txt {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iBlog .iColumn-box:last-child ul {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.iBlog .iColumn-box ul {
    display: flex;
    margin-top: 0.625em;
    padding-bottom: 2.8125em;
    border-bottom: 1px solid #dfe1e3;
    margin-bottom: 2.125em;
}

.iBlog .iColumn-box ul li {
    width: 25%;
    margin-right: 0.9375em;
}

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

.iBlog .iColumn-box ul li a {
    text-decoration: none;
    color: var(--clr1);
}

.iBlog .iColumn-box ul li a .img {
    margin-bottom: 0.6875em;
    border-radius: 0.3125em;
    background: #d4d4d4;
    overflow: hidden;
}

.iBlog .iColumn-box ul li a span {
    display: block;
}

.iBlog .iColumn-box ul li a .date {
    font-size: 0.75em;
    letter-spacing: 0.01em;
    font-weight: 500;
    margin-bottom: 0.4166666667em;
    font-family: var(--f-en);
    color: #80868f;
}

.iBlog .iColumn-box ul li a .txt {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.iRecruit {
    background: url(../images/idx-bg-recruit.jpg) no-repeat center;
    background-size: 100% auto;
    position: relative;
    padding: 5.625em 0 5.3125em;
}

.iRecruit:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(138, 143, 153);
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
}

.iRecruit-fx {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iRecruit-ttl {
    padding-bottom: 1.25em;
    margin-right: 20.8em;
}

.iRecruit-ttl h2 {
    color: #fff;
    background: none;
    -webkit-text-fill-color: initial;
    background-clip: initial;
    font-size: 4.1875em;
    margin-bottom: 0;
}

.iRecruit-ttl h2:before {
    filter: brightness(0) invert(1);
    top: 0.1492537313em;
}

.iRecruit-ttl .idx-ttl-jp {
    position: relative;
    margin-top: -0.3125em;
    color: #fff;
}

.iRecruit-cnt {
    width: 28.75em;
    position: relative;
}

.iRecruit-cnt h3 {
    font-size: 1.625em;
    letter-spacing: 0.1em;
    position: relative;
    padding-bottom: 0.9615384615em;
    margin-bottom: 1.1923076923em;
    color: #fff;
}

.iRecruit-cnt h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.8461538462em;
    height: 1px;
    background: #ffffff;
}

.iRecruit-cnt .txt {
    margin-bottom: 2.625em;
}

.iRecruit-cnt .txt>p {
    color: #fff;
}

.iRecruit-cnt .idx-list-link {
    justify-content: flex-start;
}

.iRecruit-cnt .idx-list-link li {
    max-width: 19.375em;
    width: 100%;
}

.iRecruit-cnt .idx-list-link li a {
    border-radius: 2.5em;
    font-size: 1.15em;
    border: 1px solid #dfe1e3;
    background: transparent;
    min-height: 4.4em;
    color: #fff;
    transition: 0.3s all;
    position: relative;
	padding-right:3em;
}

.iRecruit-cnt .idx-list-link li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(181, 184, 190);
    mix-blend-mode: multiply;
    border-radius: 2.5em;
}

.iRecruit-cnt .idx-list-link li a:before {
    background: url(../images/idx-ico-more02.svg) no-repeat center;
    background-size: 100% auto;
    width: 2.2em;
    height: 1em;
    right: 1.5em;
    z-index: 1;
}

.iRecruit-cnt .idx-list-link li a span {
    position: relative;
    z-index: 1;
}

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

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

.idx_map {
    height: 450px;
}

.idx_map iframe {
    height: 100%;
}
.calender {
    position: relative;
    z-index: 2
}

.calender .business-calendar {
    font-size: 1rem;
    margin: 0
}

.calender .business-calendar .today {
    background: #fff;
    opacity: 1;
    text-decoration: underline
}

.calender .business-calendar .attr0,
.calender .business-calendar .attr1,
.calender .business-calendar .attr2,
.calender .business-calendar .attr3,
.calender .business-calendar .attr4 {
    position: relative;
    color: #fff;
    background: #fff;
    z-index: 0;
	    text-align: center;
}

.calender .business-calendar .attr0:after,
.calender .business-calendar .attr1:after,
.calender .business-calendar .attr2:after,
.calender .business-calendar .attr3:after,
.calender .business-calendar .attr4:after {
    content: "";
    width: 1.5625em;
    height: 1.5625em;
    top: 3px;
    bottom: 0;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}

.calender .business-calendar .attr0:after {
    background: #ef866b
}

.calender .business-calendar .attr1:after {
    background: var(--clr2)
}

.calender .business-calendar .attr2:after {
    background: #b0d7d5
}

.calender .business-calendar .attr3:after {
    background: #a8dba8
}

.calender .business-calendar .attr4:after {
    background: #b0d7d5
}

.calender .business-calendar th,
.calender .business-calendar td {
    padding: 0.6875em;
    font-family: var(--f-jp);
    line-height: 1.4em;
	    border: 1px solid var(--clr1);
    background: #fff;
	    text-align: center;
}

.calender .business-calendar th {
    background: #333;
    color: #fff
}

.calender .business-calendar caption {
    position: relative;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 12px;
	text-align:center;
    font-weight: 600
}

.calender .business-calendar-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .calender .business-calendar-box {
        padding: 0
    }
}

.calender .business-calendar-box div {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .calender .business-calendar-box div {
        width: 100%
    }
}

.calender .business-calendar-attribute {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .calender .business-calendar-attribute {
        display: block
    }
}

.calender .business-calendar-attribute .attr0,
.calender .business-calendar-attribute .attr1,
.calender .business-calendar-attribute .attr2,
.calender .business-calendar-attribute .attr3,
.calender .business-calendar-attribute .attr4 {
    color: #000;
    background: transparent;
    padding-left: 20px;
    position: relative
}

.calender .business-calendar-attribute .attr0:before,
.calender .business-calendar-attribute .attr1:before,
.calender .business-calendar-attribute .attr2:before,
.calender .business-calendar-attribute .attr3:before,
.calender .business-calendar-attribute .attr4:before {
    content: "";
    width: 13px;
    height: 13px;
    top: 0.5em;
    left: 0;
    border-radius: 50%;
    position: absolute
}

.calender .business-calendar-attribute .attr0:before {
    background: #ef866b
}


/* .calender .business-calendar-attribute .attr1:before {
    background: #d1a543
}

.calender .business-calendar-attribute .attr2:before {
    background: #f7b46b
} */

.calender .business-calendar-attribute .attr1:before {
    background: var(--clr2);
}

.calender .business-calendar-attribute .attr2:before {
    background: #b0d7d5
}

.calender .business-calendar-attribute .attr3 {
    width: 100%;
    margin-top: 0.9375em;
    color: #cd2424;
    font-size: 1.25em;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .calender .business-calendar-attribute .attr3 {
        font-size: 16px
    }
}

.calender .business-calendar-past {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px
}

.calender .business-calendar-future {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}
.calender .business-calendar-future a,.calender .business-calendar-past a{
	text-decoration:none;
	color:var(--clr1);
}
.calender .business-calendar-attribute {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
     :root {
        --ttl_size: 24px;
    }
    .iCampaign,
    .iNews,
    .iPopular,
    .iMedical,
    .idx-list-img,
    .iEquipment,
    .iHair,
    .iBeauty,
    .iOther,
    .iGreeting,
    .idx_gallery,
    .iBlog,
    .iFeature,
    .iRecruit {
        font-size: 1.25vw;
    }
    #mainContent:before {
        font-size: 1.25vw;
    }
    .iCampaign .inner_sm {
        width: 68.75em;
    }
    .iCampaign-list {
        width: 67.5em;
    }
    .iNews-calendar .img img {
        height: 19.25em;
        width: auto;
    }
    .iNews-box .idx-btn-view a .ico img {
        width: 2.6086956522em;
        height: auto;
    }
    .iPopular-list li a .img img {
        width: 12.5em;
        height: auto;
    }
    .iPopular:before,
    .iEquipment {
        background-size: 100% 100%;
    }
    .iMedical-cnt .img img {
        width: 25.6875em;
        height: auto;
    }
    .iEquipment .slick-dots {
        width: 55em;
    }
    .iEquipment-list .item .img img {
        height: 12.6875em;
        width: auto;
    }
    .iRecruit {
        background-size: 100% 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1250px) {
    .home_page .key {
        font-size: 0.78vw;
    }
    .iPopular,
    .iMedical-cnt {
        padding-left: 0.5em;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .iGreeting h2 {
        margin-left: -0.5em;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .iCampaign,
    .iNews {
        font-size: 1.4vw;
    }
    .iMedical-img {
        margin-right: -1.5em;
        padding: 0 5.125em 3.4375em 3.1875em;
    }
    .idx-list-img .item .btn,
    .iEquipment-list .item .btn {
        font-size: 9px;
    }
    .iOther-list li .cnt .idx-btn-link {
        margin-bottom: 0;
        font-size: 11px;
    }
    .iBeauty-cnt .txt>p,
    .iGreeting-cnt .txt>p {
        font-size: 12px;
    }
    .iGreeting-cnt:before {
        right: 0;
    }
    .iBlog .iColumn-box ul li a .date,
    .iBlog-box .idx-list-blog li a .date,
    .iBlog .idx-fx-ttl .btn-more a {
        font-size: 0.85em;
    }
}

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


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