.top-mv {
	position: relative;
	z-index: 31;
}

.top-mv img {
	height: 100%;
}

.top-mv__wrap {
	background: url("../../images/top/sp/top-mv-sp.png") no-repeat;
}

.top-mv__wrap .inner {
	height: 100%;
}

.top-mv__column {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.top-mv__container {
	width: 100%;
}

.top-mv__container:nth-child(1) .top-mv__link {
	background: #69ba00;
	-webkit-transform: translateY(3rem);
	        transform: translateY(3rem);
}

.top-mv__container:nth-child(1) .top-mv__box p span {
	color: #69ba00;
}

.top-mv__container:nth-child(1) .top-mv__content {
	background: #69ba00;
	-webkit-transform: translateY(-4rem);
	        transform: translateY(-4rem);
}

.top-mv__container:nth-child(2) .top-mv__link {
	background: #ffc44d;
}

.top-mv__container:nth-child(2) .top-mv__box {
	-webkit-transform: translateY(-3rem);
	        transform: translateY(-3rem);
}

.top-mv__container:nth-child(2) .top-mv__box p span {
	color: #ffc44d;
}

.top-mv__container:nth-child(2) .top-mv__content {
	background: #ffc44d;
	-webkit-transform: translateY(-7rem);
	        transform: translateY(-7rem);
}

.top-mv__link {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 1.3rem;
	height: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	position: relative;
	text-decoration: none;
	width: 100%;
	z-index: 2;
}

.top-mv__link .arrow {
	width: 1.8rem;
}

.top-mv__box {
	background: #fff;
	border-radius: 11rem;
	padding: 5rem 0;
	position: relative;
	z-index: 1;
}

.top-mv__box p {
	color: #606360;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 180%;
	text-align: center;
}

.top-mv__box p span {
	line-height: 150%;
}

.top-mv__content {
	border-radius: 10rem;
	padding: 1rem 0 1.4rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.top-mv__content h2 {
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 150%;
}

.top-mv__content h2 span {
	display: inline-block;
	font-size: 2.2rem;
	margin-right: 1rem;
}

.top-mv__content p {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 180%;
}

.top-information {
	background: #f9fcf8;
	padding: 10rem 0 13rem;
}

.top-information__flex {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.3rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 4.9rem;
}

.top-information__left {
	background: #fff;
	-webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.top-information__left:hover {
	opacity: 0.7;
}

.top-information__left::before {
	background: #69ba00;
	bottom: 0;
	content: "";
	display: block;
	height: 8.6rem;
	left: 0;
	position: absolute;
	width: 0.5rem;
}

.top-information__left::after {
	background: #69ba00;
	bottom: 0;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	position: absolute;
	width: 8.6rem;
}

.top-information__right {
	background: #fff;
	-webkit-box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	width: 100%;
}

.top-information__right:hover {
	opacity: 0.7;
}

.top-information__right::before {
	background: #ffc44d;
	bottom: 0;
	content: "";
	display: block;
	height: 8.6rem;
	left: 0;
	position: absolute;
	width: 0.5rem;
}

.top-information__right::after {
	background: #ffc44d;
	bottom: 0;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0;
	position: absolute;
	width: 8.6rem;
}

.top-information__right .top-information__ttl {
	background: #ffc44d;
}

.top-information__right .top-information__sbttl {
	color: #ffc44d;
}

.top-information__right .top-information__sbttl::before {
	background: #ffc44d;
}

.top-information__content {
	padding: 2.7rem 0.5rem 1.3rem 1rem;
	width: 60%;
}

.top-information__img {
	width: 40%;
}

.top-information__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.top-information__ttl {
	background: #69ba00;
	border-radius: 1.5rem;
	color: #fff;
	font-size: clamp(20px, 3vw, 54px);
	font-weight: 700;
	padding: 1rem 0;
	text-align: center;
}

.top-information__ttl span {
	display: block;
	font-size: clamp(16px, 1.2vw, 18px);
	letter-spacing: 0.05em;
}

.top-information__ttl span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 1.3rem;
	height: 5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
	position: relative;
	text-decoration: none;
	width: 100%;
	z-index: 2;
}

.top-information__sbttl {
	color: #69ba00;
	display: block;
	font-size: clamp(20px, 1.5vw, 24px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 150%;
	margin-bottom: 1.8rem;
	padding-left: 2.7rem;
	position: relative;
}

.top-information__sbttl::before {
	background: #69ba00;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0.5rem;
}

.top-information__job {
	display: block;
	font-size: clamp(20px, 1.5vw, 24px);
	font-weight: 700;
	line-height: 150%;
	margin-top: 0.9rem;
	text-align: center;
}

.top-information__numbers {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5rem;
	padding-left: 1rem;
	padding-right: 2rem;
	text-align: right;
}

.top-information__numbers span {
	font-size: clamp(20px, 3.5vw, 54px);
	font-weight: 700;
	line-height: 150%;
	margin-right: 1rem;
}

.top-information__numbers .left,
.top-information__numbers .right {
	font-size: clamp(20px, 1.5vw, 24px);
	font-weight: 700;
	line-height: 150%;
}

.top-information__numbers .left {
	margin-right: auto;
}

.top-information__day {
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 400;
	line-height: 150%;
	margin-top: 0.9rem;
	padding-right: 2rem;
	text-align: right;
}

.top-philosophy {
	background: #f9fcf8;
	padding-bottom: 15rem;
}

.top-philosophy__wrap {
	margin-top: 6rem;
}

.top-philosophy__sbtxt {
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 180%;
	margin-top: 5rem;
}

.top-philosophy__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 3.5rem;
	margin-top: 7.5rem;
}

.top-philosophy__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
}

.top-philosophy__item ul li {
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 180%;
}

.top-philosophy__item ul li .blue {
	background: transparent;
	display: inline;
	min-height: auto;
	min-width: auto;
}

.top-philosophy__item.nyukai .top-philosophy__ttl {
	margin-bottom: 4rem;
}

.top-philosophy__item.nyukai ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
	margin-top: 4rem;
	padding: 0 2.9rem;
}

.top-philosophy__ttl {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: clamp(20px, 1.5vw, 24px);
	font-weight: 700;
	gap: 1rem;
	letter-spacing: 0.08em;
	line-height: 150%;
	position: relative;
}

.top-philosophy__sbttl {
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 400;
}

.top-philosophy__txt {
	font-size: clamp(16px, 1.2vw, 18px);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 180%;
}

.top-philosophy__img {
	margin: 2.1rem auto 0;
	width: 92%;
}

.top-philosophy__system {
	margin-top: 5rem;
}

.top-philosophy__system-ttl {
	margin-bottom: 2rem;
	padding: 0.5rem 0;
	text-align: center;
}

.top-philosophy__system-ttl h4 {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 180%;
}

.top-philosophy__system-ttl.top {
	background: #316ea9;
	margin-top: 4rem;
}

.top-philosophy__system-ttl.bottom {
	background: #69ba00;
}

.top-philosophy__system-list {
	margin-bottom: 2rem;
}

.top-philosophy__system-list li {
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 180%;
}

.top-philosophy__system-img {
	margin: 0 auto 2rem;
	width: 78%;
}

.top-philosophy__system-info span {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	border: 0.1rem solid #4d4e4d;
	border-radius: 2.3rem;
	color: #4d4e4d;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	height: 3.6rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
	width: 15rem;
}

.top-summary {
	background: #fffaf3;
	padding: 3rem 0 10.6rem;
}

.top-summary__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 6rem;
	margin-top: 6rem;
}

.top-summary__wrap table {
	border-left: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	border-top: 0.2rem solid #fff;
	margin-top: 6rem;
	width: 100%;
}

.top-summary__wrap table th {
	background: #69ba00;
	border-bottom: 0.1rem solid #fff;
	color: #fff;
	font-size: clamp(18px, 1.5vw, 20px);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 180%;
	padding: 1.9rem 0;
	text-align: center;
	width: 30%;
}

.top-summary__wrap table td {
	background: #d8f3d4;
	border-bottom: 0.2rem solid #fff;
	border-left: 0.2rem solid #fff;
	font-size: clamp(16px, 1.2vw, 18px);
	letter-spacing: 0.01em;
	line-height: 180%;
	padding: 1.9rem 3rem;
	width: 70%;
}

@media (max-width: 1449px) {

.top-information .block {
	width: 100%;
}

.top-information__numbers {
	padding-right: 0;
}

.top-information__day {
	padding-right: 0;
}

}

@media (max-width: 768px) {

.top-information {
	padding: 4rem 0;
}

.top-information__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: 5rem;
}

.top-information__content {
	padding: 2rem 1rem;
	width: 100%;
}

.top-information__img {
	display: none;
}

.top-philosophy {
	padding: 4rem 0 0;
}

.top-philosophy__wrap {
	margin-top: 0;
}

.top-philosophy__list {
	gap: 4rem;
	margin-top: 3.8rem;
}

.top-philosophy__item:nth-child(2) {
	display: none;
}

.top-philosophy__item.zigyo {
	background: #fff;
	-webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
	padding: 2.4rem 2.4rem 5.4rem;
}

.top-philosophy__item.zigyo ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 2rem;
}

.top-philosophy__item.zigyo ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}

.top-philosophy__item.zigyo ul li .blue {
	background: #316ea9;
	border-radius: 50%;
	color: #316ea9;
	display: block;
	height: clamp(30px, 1.5vw, 32px);
	min-width: clamp(30px, 1.5vw, 32px);
}

.top-philosophy__item.rinen {
	background: #fff;
	-webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
	        box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
	margin-bottom: 2.7rem;
	padding: 2.4rem 2.4rem 3.9rem;
}

.top-philosophy__ttl {
	font-size: 1.8rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.top-philosophy__txt {
	font-size: 1.8rem;
}

.top-summary {
	background: #f9fcf8;
	padding: 4rem 0;
}

.top-summary__wrap {
	gap: 4rem;
	margin-top: 0;
}

.top-summary__wrap table {
	margin-top: 4rem;
}

.top-summary__wrap table th {
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	padding: 0;
}

.top-summary__wrap table th span {
	display: none;
}

.top-summary__wrap table td {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	padding: 1.4rem 1rem;
}

}

