@-webkit-keyframes slideLRAnime {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
						clip-path: inset(0 100% 0 0);
	}
	100% {
		-webkit-clip-path: inset(0);
						clip-path: inset(0);
	}
}
@keyframes slideLRAnime {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
						clip-path: inset(0 100% 0 0);
	}
	100% {
		-webkit-clip-path: inset(0);
						clip-path: inset(0);
	}
}
@-webkit-keyframes slideTBAnime {
	0% {
		-webkit-clip-path: inset(0 0 100% 0);
						clip-path: inset(0 0 100% 0);
	}
	100% {
		-webkit-clip-path: inset(0);
						clip-path: inset(0);
	}
}
@keyframes slideTBAnime {
	0% {
		-webkit-clip-path: inset(0 0 100% 0);
						clip-path: inset(0 0 100% 0);
	}
	100% {
		-webkit-clip-path: inset(0);
						clip-path: inset(0);
	}
}
@media all and (max-width: 750px) {
	#mv .page_title .en {
		font-size: 24px;
	}
}

body:not(#home) .section_title {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	gap: 6px;
}
body:not(#home) .section_title .en {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	color: #00787e;
	font-weight: 900;
	letter-spacing: 0.4em;
	font-size: 20px;
}
@media all and (min-width: 751px) {
	body:not(#home) .section_title .en {
		font-size: 32px;
	}
}
body:not(#home) .section_title .jp {
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 12px;
}
@media all and (min-width: 751px) {
	body:not(#home) .section_title .jp {
		font-size: 16px;
	}
}

/*----------------------------------------------------
MISSION
----------------------------------------------------*/
#mission {
	background-color: #eaf2f2;
	padding: 30px 0 50px;
}
@media all and (min-width: 751px) {
	#mission {
		padding: 80px 0 86px;
	}
}
#mission .inner {
	--sp_padding: 33px;
}
#mission .wrap {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	row-gap: 62px;
	margin-top: 33px;
}
@media all and (max-width: 750px) {
	#mission .wrap {
		margin-inline: auto;
		max-width: 360px;
	}
}
@media all and (min-width: 751px) {
	#mission .wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
				-ms-flex-direction: row-reverse;
						flex-direction: row-reverse;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-column-gap: 80px;
			 -moz-column-gap: 80px;
						column-gap: 80px;
		margin-top: 20px;
	}
}
@media all and (min-width: 751px) {
	#mission .wrap .r_block {
		width: calc((100% - 80px) / 2);
	}
}
@media all and (max-width: 750px) {
	#mission .wrap .r_block .image01 {
		width: 263px;
		margin-left: auto;
		margin-right: 13px;
	}
}
@media all and (min-width: 751px) {
	#mission .wrap .r_block .image01 {
		width: min(313px, 84%);
		margin-inline: auto;
	}
}
#mission .wrap .r_block .texts_wrap {
	position: relative;
}
@media all and (max-width: 750px) {
	#mission .wrap .r_block .texts_wrap {
		width: 244px;
		margin-top: -28px;
		margin-right: 25px;
	}
}
@media all and (min-width: 751px) {
	#mission .wrap .r_block .texts_wrap {
		min-width: 377px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-inline: auto;
		margin-top: 30px;
	}
}
@media screen and (min-width: 751px) and (max-width: 999px) {
	#mission .wrap .r_block .texts_wrap {
		min-width: unset;
		width: auto;
	}
}
#mission .wrap .r_block .texts_wrap::after {
	position: absolute;
	content: "";
	background-color: #34a2a8;
	width: 57px;
	height: 55px;
	right: -27px;
	bottom: -15px;
	z-index: -1;
}
@media all and (min-width: 751px) {
	#mission .wrap .r_block .texts_wrap::after {
		width: 116px;
		height: 113px;
		right: -29px;
		bottom: -23px;
	}
}
#mission .wrap .r_block .texts {
	background-color: #fff;
	text-align: center;
	padding: 20px 20px 25px;
}
@media all and (min-width: 751px) {
	#mission .wrap .r_block .texts {
		padding: 30px 24px 36px;
	}
}
@media screen and (min-width: 751px) and (max-width: 999px) {
	#mission .wrap .r_block .texts {
		padding: 20px 24px 26px;
	}
}
#mission .wrap .r_block .texts .head {
	color: #00787e;
	font-weight: bold;
	letter-spacing: 0.2em;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
@media all and (min-width: 751px) {
	#mission .wrap .r_block .texts .head {
		font-size: 22px;
		padding-bottom: 16px;
	}
}
@media screen and (min-width: 751px) and (max-width: 999px) {
	#mission .wrap .r_block .texts .head {
		font-size: 18px;
		padding-bottom: 12px;
	}
}
#mission .wrap .r_block .texts p {
	font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 12px;
	line-height: 1.79;
	margin-top: 10px;
}
@media all and (min-width: 751px) {
	#mission .wrap .r_block .texts p {
		font-size: 15px;
		line-height: 2.2;
		margin-top: 14px;
	}
}
@media screen and (min-width: 751px) and (max-width: 999px) {
	#mission .wrap .r_block .texts p {
		font-size: 14px;
		margin-top: 10px;
	}
}
#mission .wrap .l_block {
	position: relative;
	z-index: 1;
}
@media all and (min-width: 751px) {
	#mission .wrap .l_block {
		width: calc((100% - 80px) / 2);
	}
}
#mission .wrap .l_block::before {
	position: absolute;
	content: "";
	background-color: #34a2a8;
	width: 190px;
	height: 123px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	z-index: -1;
}
@media all and (min-width: 751px) {
	#mission .wrap .l_block::before {
		width: 328px;
		height: 248px;
		top: 40%;
		left: 70%;
	}
}
@media screen and (min-width: 751px) and (max-width: 999px) {
	#mission .wrap .l_block::before {
		width: 80%;
		height: 50%;
	}
}
@media all and (max-width: 750px) {
	#mission .wrap .l_block .image02 {
		width: 210px;
		margin-left: auto;
		margin-bottom: 18px;
	}
}
@media all and (min-width: 751px) {
	#mission .wrap .l_block .image02 {
		width: min(383px, 90%);
	}
}
@media all and (max-width: 750px) {
	#mission .wrap .l_block .image03 {
		width: 220px;
	}
}
@media all and (min-width: 751px) {
	#mission .wrap .l_block .image03 {
		width: min(344px, 86%);
		margin-left: auto;
		margin-top: 35px;
	}
}

/*----------------------------------------------------
VISION
----------------------------------------------------*/
#vision {
	padding: 45px 0 60px;
}
@media all and (min-width: 751px) {
	#vision {
		padding: 87px 0 123px;
	}
}
#vision .inner {
	--sp_padding: 55px;
	--pc_padding: 268px;
}
@media screen and (min-width: 500px) and (max-width: 750px) {
	#vision .inner {
		padding: 0 120px;
	}
}
#vision ul {
	counter-reset: number 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	gap: 14px;
	margin-top: 27px;
}
@media all and (min-width: 751px) {
	#vision ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
		gap: 16px;
		margin-top: 40px;
	}
}
#vision ul li {
	counter-increment: number 1;
	position: relative;
	-webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1;
	text-align: center;
	background-color: #33a2a8;
	padding: 62px 20px 30px;
}
@media all and (min-width: 751px) {
	#vision ul li {
		padding: 78px 10px 54px;
	}
}
@media screen and (min-width: 751px) and (max-width: 999px) {
	#vision ul li {
		padding: 70px 10px 40px;
	}
}
#vision ul li::before {
	position: absolute;
	content: counter(number, decimal-leading-zero);
	top: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 38px;
	opacity: 0.6;
}
@media all and (min-width: 751px) {
	#vision ul li::before {
		font-size: 44px;
	}
}
@media screen and (min-width: 751px) and (max-width: 999px) {
	#vision ul li::before {
		font-size: 40px;
	}
}
#vision ul li:nth-child(1)::before {
	letter-spacing: 0.1em;
}
#vision ul li:nth-child(2) {
	background-color: #a5d37e;
}
#vision ul li:nth-child(2) .vision {
	text-indent: 0.5em;
}
#vision ul li .vision {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.15em;
	line-height: 1.625;
	font-size: 16px;
}
@media all and (min-width: 751px) {
	#vision ul li .vision {
		line-height: 1.6;
		font-size: 20px;
	}
}
@media all and (min-width: 751px) and (max-width: 1340px) {
	#vision ul li .vision {
		font-size: 1.38vw;
	}
}
@media all and (min-width: 751px) and (max-width: 1250px) {
	#vision ul li .vision {
		font-size: 1.2vw;
	}
}
@media all and (min-width: 751px) and (max-width: 1200px) {
	#vision ul li .vision {
		font-size: 1.8vw;
	}
}
#vision ul li .vision.en {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2em;
	font-size: 21px;
	line-height: 1.26;
}
@media all and (min-width: 751px) {
	#vision ul li .vision.en {
		font-size: 24px;
	}
}
@media all and (min-width: 751px) and (max-width: 1100px) {
	#vision ul li .vision.en {
		font-size: 2.3vw;
	}
}
#vision .images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	gap: 15px;
	margin-top: 26px;
}
@media all and (min-width: 751px) {
	#vision .images {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				-ms-flex-direction: row;
						flex-direction: row;
		gap: 17px;
		margin-top: 20px;
	}
}
#vision .images .image {
	-webkit-box-flex: 1;
			-ms-flex: 1;
					flex: 1;
}

/*----------------------------------------------------
VALUE
----------------------------------------------------*/
#value {
	background-color: #eaf2f2;
	padding: 40px 0 90px;
}
@media all and (min-width: 751px) {
	#value {
		padding: 80px 0 146px;
	}
}
#value .inner {
	--sp_padding: 30px;
	--pc_padding: 268px;
}
#value ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	gap: 35px;
	margin-top: 26px;
}
@media all and (min-width: 751px) {
	#value ul {
		gap: 90px;
		margin-top: 63px;
	}
}
@media all and (min-width: 751px) {
	#value ul > li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
	#value ul > li:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
				-ms-flex-direction: row-reverse;
						flex-direction: row-reverse;
	}
	#value ul > li .image {
		width: 50%;
	}
	#value ul > li .texts {
		width: 42.5%;
	}
}
@media all and (max-width: 750px) {
	#value ul > li .texts {
		margin-top: 23px;
	}
}
#value ul > li .texts .title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #00787e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.15em;
	padding: 0 0.7em;
}
@media all and (max-width: 750px) {
	#value ul > li .texts .title {
		margin-inline: auto;
	}
}
@media all and (min-width: 751px) {
	#value ul > li .texts .title {
		font-size: 22px;
		padding: 0.1em 0.7em;
	}
}
#value ul > li .texts p {
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 1.75;
	margin-top: 15px;
}
@media all and (min-width: 751px) {
	#value ul > li .texts p {
		font-size: 15px;
		line-height: 2;
	}
}
/*# sourceMappingURL=philosophy.css.map */
