html, body {
	overflow: visible;
}

.c-secttl {
	margin: auto;
}

.p-message {
	padding-top: 2rem;
	padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.p-message {
		padding-top: 0;
		padding-bottom: 8.8rem;
	}
}
.p-message .c-secttl .title {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 200%; /* 3.2rem */
}
@media screen and (max-width: 767px) {
	.p-message .c-secttl .title {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 180%; /* 2.52rem */
	}
}
.p-message__title {
	margin-top: 5.6rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 400;
	line-height: 150%; /* 3.6rem */
	letter-spacing: 0.096rem;
}
@media screen and (max-width: 767px) {
	.p-message__title {
		margin-top: 2.4rem;
		font-size: 2rem;
		letter-spacing: 0.048rem;
	}
}
.p-message__content {
	margin-top: 7.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-message__content {
		display: block;
		margin-top: 3.2rem;
	}
}
.p-message__content .img {
	width: 39.5rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .img {
		width: 100%;
	}
}
.p-message__content .img .sticky {
	position: sticky;
	left: 0;
	top: 15rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .img .sticky {
		position: static;
	}
}
.p-message__content .img .sticky .img-inn {
	position: relative;
}
.p-message__content .img .sticky .img-inn img {
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
.p-message__content .img .sticky .img-inn img.img1 {
	position: relative;
	z-index: 1;
}
.p-message__content .img .sticky .img-inn img.img2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
@-webkit-keyframes imgFade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes imgFade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media print, screen and (min-width: 768px) {
	.p-message__content .img.is-fade .img-inn img.img1 {
		opacity: 0;
	}
	.p-message__content .img.is-fade .img-inn img.img2 {
		opacity: 1;
	}
}
.p-message__content .cnt {
	width: 63.6rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-message__content .cnt {
		margin-top: 3.2rem;
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.p-message__content .cnt .title {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 180%; /* 2.52rem */
	}
}
.p-message__content .cnt .text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 200%; /* 3.2rem */
}
@media screen and (max-width: 767px) {
	.p-message__content .cnt .text {
		margin-top: 1.6rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 180%; /* 2.52rem */
	}
}
.p-message__content .cnt .name {
	margin-top: 4rem;
	text-align: right;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 200%; /* 2.8rem */
	letter-spacing: 0.042rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .cnt .name {
		font-size: 1.4rem;
		margin-top: 2.4rem;
		text-align: left;
		font-weight: 500;
		line-height: 180%; /* 2.52rem */
	}
}
.p-message__image {
	margin-top: 8rem;
}

.p-routine {
	background-color: #FAFAFA;
	clip-path: url(#interviewClip);
	-webkit-clip-path: url(#interviewClip);
	padding-top: 14.6rem;
	padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
	.p-routine {
		clip-path: url(#spSecClip);
		-webkit-clip-path: url(#spSecClip);
		padding-top: 6.34rem;
		padding-bottom: 4.8rem;
	}
}
.p-routine__title-en {
	text-align: center;
	color: #194D84;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 200%; /* 3.2rem */
	letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
	.p-routine__title-en {
		font-size: 1.4rem;
		letter-spacing: 0.042rem;
	}
}
.p-routine__title-jp {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 150%; /* 3.6rem */
	letter-spacing: 0.096rem;
}
@media screen and (max-width: 767px) {
	.p-routine__title-jp {
		margin-top: 0.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.048rem;
	}
}
.p-routine__content {
	margin-top: 4.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-routine__content {
		display: block;
		margin-top: 5rem;
	}
}
.p-routine__content .img {
	width: 28.3rem;
}
@media screen and (max-width: 767px) {
	.p-routine__content .img {
		width: 100%;
		margin: auto;
	}
}
.p-routine__content .cnt {
	width: 53.7rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-routine__content .cnt {
		width: 100%;
	}
}
.p-routine__content .cnt .text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 200%; /* 3.2rem */
}
@media screen and (max-width: 767px) {
	.p-routine__content .cnt .text {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 180%; /* 2.52rem */
	}
}

.p-philosophy {
	padding-top: 7.2rem;
	padding-bottom: 10.6rem;
}
@media screen and (max-width: 767px) {
	.p-philosophy {
		padding-bottom: 8.8rem;
	}
}
.p-philosophy .c-secttl .title {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 150%; /* 3.6rem */
	letter-spacing: 0.096rem;
}
@media screen and (max-width: 767px) {
	.p-philosophy .c-secttl .title {
		font-size: 1.6rem;
		letter-spacing: 0.048rem;
	}
}
.p-philosophy__content {
	margin-top: 8.6rem;
}
@media screen and (max-width: 767px) {
	.p-philosophy__content {
		margin-top: 5.6rem;
	}
}
.p-philosophy__content .box {
	margin-top: 6rem;
}
@media screen and (max-width: 767px) {
	.p-philosophy__content .box {
		margin-top: 4.8rem;
	}
}
.p-philosophy__content .box:first-of-type {
	margin-top: 0;
}
.p-philosophy__content .box .title {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 170%; /* 2.38rem */
	letter-spacing: 0.154rem;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.p-philosophy__content .box .title {
		font-size: 1.2rem;
		letter-spacing: 0.132rem;
	}
}
.p-philosophy__content .box .text {
	text-align: center;
	margin-top: 1.1rem;
	font-size: 3rem;
	font-weight: 500;
	line-height: 170%; /* 5.1rem */
	letter-spacing: 0.03rem;
}
@media screen and (max-width: 767px) {
	.p-philosophy__content .box .text {
		margin-top: 1.4rem;
		font-size: 2rem;
		font-weight: 600;
		line-height: 150%; /* 2.7rem */
		letter-spacing: 0.054rem;
	}
}
/*# sourceMappingURL=message.css.map */