@charset "UTF-8";
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.-care .tbl {
    margin-bottom: 50px;
}

.inner {
    border-top: #95C932 1px solid;
    padding: 70px 5% 90px;
}

/* アンカーリンク */

#recovery {
    padding-top: 0px; 
    margin-top: 0px;
}
#depression {
    padding-top: 50px; 
    margin-top: -50px;
}
#dd {
    padding-top: 0px; 
    margin-top: 0px;
}

.anchor-link {
    height: 130px;
}

.nav-list {
    display: flex;
    justify-content: center;
    margin: 5px auto;
    width: 900px;
    /* width: 870px; */
    flex-wrap: wrap;
    height: 130px;
}

.nav-list .nav-item {
    border-right: solid 1px #DDDDDD;
    height: 35px;
}

.nav-list .nav-item.no-border-right {
    border-right: none;
}

.nav-list .nav-item:hover {
}

.nav-list .nav-item p {
    font-size: 17px;
    padding: 13px 45px;
    /* padding: 13px 20px 13px 45px; */
    position: relative;
    bottom: 9px;
    color: black;
    background-color: white;
    transition: background-color 0.3s, color 0.3s;
}

.nav-list .nav-item p:hover {
    background-color: #f7f7f7;
    color: #95C932;
}

.nav-list .nav-item p::before,
.nav-list .nav-item p::after {
    content: "";
    position: absolute;
    top: 55%;
    left: 20px;
    width: 13px;
    height: 13px;
    transform: translateY(-65%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s ease;
}

.nav-list .nav-item p::before {
    background-image: url(../img/cmn/link-icon_01.svg);
    opacity: 1;
    z-index: 1;
}

.nav-list .nav-item p::after {
    background-image: url(../img/cmn/link-icon_02.svg);
    opacity: 0;
    z-index: 2;
}

.nav-list .nav-item p:hover::before {
    opacity: 0;
}

.nav-list .nav-item p:hover::after {
    opacity: 1;
}

/* .nav-list .nav-item p::before {
    content: url(../img/cmn/link-icon_01.svg);
    position: absolute;
    top: 50%;
    left: 28px;
    width: 20px;
    height: 20px;
    transform: translateY(-65%);
} */

/* リカバリークラスプログラム */

.top-txt {
    margin-bottom: 80px;
}

.txt {
    margin-bottom: 27px;
}

.recovery {}
.recovery .week .week-plan .am-row .day-of-week {
    vertical-align: middle;
    padding: 34.5px 15px;
}
.recovery .week .week-plan .am-row .day-of-week span {
    font-size: 13px;
}

.week {
    margin-bottom: 40px;
}

.week-ttl {
    font-size: 17px;
    margin-bottom: 15px;
    position: relative;
    margin-left: 16px;
}

.week-ttl::before {
    content: "・";
    font-weight: bold;
    color: #95C932;
    font-size: 42px;
    position: absolute;
    left: -32px;
    bottom: -19px;
}

.week-ttl.bold {
    width: auto;
}

.bold {
    font-weight: 500;
    width: 5%;
}

.week .week-plan {
    border-collapse: collapse;
    max-width: 1260px;
    width: 100%;
}
.week .week-plan .day-of-week {
    border: 1px solid #D3E2B6;
    padding: 8px;
    text-align: center;
}
.week .week-plan th {
    background-color: #95C932;
    color: #fff;
}
.week .week-plan .am-row {
    background-color: #E5F8C1;
}

.week .week-plan .am-row .day-of-week {
    padding: 40px 15px;
}

.week .week-plan .white-bg {
    background-color: white;
    width: 10%;
    position: relative;
}

.pdf {
    width: 100%;
}
.pdf-link {
    width: 300px;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    color: #fff;
    background: #95c932;
    transition: backgroud ease 0.3s color ease 0.3s;
}
.pdf-link:hover {
    color: #fff;
    background: #94c93292;
}
.pdf-link p {
    text-align: center;
    padding: 10px 20px;
}

/* うつリワーククラス */

.depression {}
.depression .week .week-plan .am-row .day-of-week {
    padding: 16.5px 15px;
    vertical-align: middle;
}

.diagonal-line {
    background-color: transparent;
}
.diagonal-line::before {
    content: '';
    position: absolute;
    width: 245px;
    top: 152px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #D3E2B6;
    transform: rotate(-38.3deg);
    transform-origin: top left;
    pointer-events: none;
}

.depression .week .am .diagonal-line::before,
.depression .week .pm .diagonal-line::before {
    content: '';
    position: absolute;
    width: 218px;
    top: 104px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #D3E2B6;
    transform: rotate(-28.3deg);
    transform-origin: top left;
    pointer-events: none;
}

.depression .week .pm .diagonal-line::before {
}

/* 発達障害支援クラス */

.dd .week .week-plan .am-row .day-of-week {
    vertical-align: middle;
}

.dd .week .pm .diagonal-line::before {
    content: '';
    position: absolute;
    width: 260px;
    top: 175px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #D3E2B6;
    transform: rotate(-42.1deg);
    transform-origin: top left;
    pointer-events: none;
}

.dd .week .week-plan .am-row .day-of-week {
    padding: 40px 13px;
}

/* お客様の声 */

.voice {}
.voice-class.-class01,
.voice-class.-class02 {
    margin-bottom: 50px;
}
.voice-class.-class03 {
    margin-bottom: 0;
}
.voice-ttl {
    font-size: 17px;
    margin-bottom: 35px;
    position: relative;
    padding: 12px 0 12px 30px;
    background-color: #F4F4F0;
}

.voice-ttl::before {
    content: "・";
    font-weight: bold;
    color: #95C932;
    font-size: 52px;
    position: absolute;
    left: -9px;
    bottom: -14px;
}

.voice-list {
    margin-left: 17px;
}

.voice-list li {
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    gap: 35px;
}

.voice-list li p {
    border: solid 2px #DDDDDD;
    border-radius: 15px;
    padding: 20px;
    line-height: 36px;
}
.voice-list li img {
    width: 82px;
    height: 82px;
}

/* 活動場面 */

.activity {}
.activity .vr {
    position: relative;
}

.activity .vr.-item01 {
    margin-bottom: 70px;
}

.activity .vr .char img {
    position: absolute;
    right: 30px;
    z-index: 20;
    top: -160px;
    width: 160px;
}

.activity .vr-ttl {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: serif;
    padding: 10px;
    background: #95c93245;
}

.activity .vr-ttl.mgn-top {
    margin-top: 50px;
}

.activity .vr-img {
    width: 100%;
}

.activity .vr-img ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
}

.activity .vr-img ul li {
    width: 31.5%;
}

.activity .vr-img img {
    width: 100%;
    margin-bottom: 10px;
}



/* うつリワーククラス実績 */

.track_record {}
.track_record .ttl-txt span {
    font-size: 15px;
}

/* ニュース */


.news-cnt {
    width: 100%;
    display: flex;
}

.news-txt-cnt {
    width: 20%;
}

.news_body {
	width: 80%;
}

.news_list {
}

.news_list > li {
	border-top: 1px solid #ddd;
}

.news_list > li:first-child {
	border-top: none;
}

.news_list > li a {
	display: flex;
	padding: 15px 10px;
    transition: opacity 0.3s ease;
}

.news_list > li a:hover {
	opacity: 0.5;
}

.news_list > li time {
	display: block;
	color: #95C932;
	width: 8em;
}

.news_list > li em {
	display: block;
	flex: 1;
}


@media screen and (max-width:1240px) {
}

@media screen and (max-width:767px) {
    .hero_catch_text {
        top: 7%;
        left: 34%;
    }
    .hero_detail {
        position: relative;
        left: 0%;
        top: 67%;
        background-color: rgba(255, 255, 255, 89%);
        padding: 25px 40px;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .link {
        width: 100%;
        margin: 0 auto;
    }
    .home-info {
        flex-direction: column;
    }

    .diagonal-line::before {
        width: 243px;
        top: 145px;
        transform: rotate(-37.3deg);
    }

    
}

@media screen and (max-width:640px) {

    .inner {
        padding: 42px 21px 90px;
    }
    
    .anchor-link {
        max-width: 1400px;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .nav-list {
        justify-content: unset;
        flex-wrap: wrap;
        margin: 0;
        height: auto;
        width: 100%;
    }

    .nav-list .nav-item p {
        font-size: 12px;
        padding: 13px 10px 15px 27px;
        bottom: 0px;
        border-bottom: none;
    }

    .nav-list .nav-item p::before {
        top: 55%;
        left: 8px;
    }

    .nav-list .nav-item {
        height: 53px;
        width: 50%;
        border-top: solid 1px #DDDDDD;
    }

    .nav-list .nav-item.no-border-right {
        border-right: solid 1px #DDDDDD;
    }

    .border-btm {
        border-bottom: solid 1px #DDDDDD;
    }

    .nav-list .nav-item:nth-child(4) {
    }

    .top-txt {
        font-size: 14px;
        margin-bottom: 48px;
    }
    
    .recovery {}
    .recovery .week .week-plan .am-row .day-of-week {
        padding: 6px 5px;
    }
    .recovery .week .week-plan .am-row .day-of-week span {
        font-size: 9px;
    }
    
    .week {
    }

    .scroll {
        overflow-x: auto;
    }
    
    .bold {
        font-size: 15px;
    }
    
    .week .week-plan {
        width: 870px;
        font-size: 13px;
        overflow-x: auto;
        /* width: 100%;
        margin: 0 auto; */
    }
    .week .week-plan .day-of-week {
        padding: 8px 0;
    }

    .recovery .week .week-plan .am-row {
        background-color: #E5F8C1;
        height: 112px;
    }

    .depression .week .week-plan .am-row {
        background-color: #E5F8C1;
        height: 45px;
    }
    
    .week .week-plan .am-row .day-of-week {
        padding: 40px 15px;
    }
    
    .week .week-plan .white-bg {
    }
    
    .depression {}
    .depression .week .week-plan .am-row .day-of-week {
        padding: 4px 5px;
    }
    
    .diagonal-line {
    }
    .diagonal-line::before {
        width: 177px;
        top: 116px;
        transform: rotate(-41.3deg);
    }

    .depression .week .am .diagonal-line::before,
    .depression .week .pm .diagonal-line::before {
    content: '';
    position: absolute;
    width: 150px;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #D3E2B6;
    transform: rotate(-28.3deg);
    transform-origin: top left;
    pointer-events: none;
    }

    .dd .week .pm .diagonal-line::before {
        content: '';
        position: absolute;
        width: 227px;
        top: 183px;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 1px solid #D3E2B6;
        transform: rotate(-54.1deg);
        transform-origin: top left;
        pointer-events: none;
    }

    .dd .inner {
        padding: 42px 21px 40px;
    }

    .voice-list li {
        flex-wrap: wrap;
        gap: 15px;
    }

    .voice-list li p {
        line-height: 20px;
    }

    .voice-class.-class01,
    .voice-class.-class02 {
    margin-bottom: 50px;
    }

    .voice-class.-class03 {
        margin-bottom: 0;
    }

    .activity {}
    .activity .vr {}
    .activity .vr-ttl {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .activity .vr .char img {
        position: absolute;
        right: 0px;
        top: -110px;
        width: 90px;
    }

    .activity .vr-img ul li {
        width: 100%;
    }

    .activity .vr-img {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .activity .vr-img img {
        width: 100%;
        margin-bottom: 5px;
    }

    .news_body {
		width: 100%;
		padding: 0 20px;
	}

	.news_list {
	}

	.news_list > li {
	}

	.news_list > li:first-child {
	}

	.news_list > li a {
		padding: 15px 0;
		display: block;
	}

	.news_list > li time {
		width: 100%;
	}

	.news_list > li em {
	}

    /* ニュース */


    .news-cnt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .news-txt-cnt {
        width: 50%;
    }

    .news_body {
        width: 100%;
        padding: 0;
    }

    .nav-list .nav-item p::before, .nav-list .nav-item p::after {
        left: 8px;
    }

}

@media screen and (max-width:374px) {

    .nav-list .nav-item p {
        padding: 13px 10px 15px 25px;
    }

    .nav-list .nav-item p::before {
        left: 7px;
    }
}
