@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mv {
	padding: 0 0 13.8rem;
	background: #005032;
}
#main .mv .movie video {
	width: 100%;
}
#main .history {
	padding-top: 8.6rem;
	background: #00834B;
}
#main .history .headLine01 {
	color: #DCDDDD;
}
#main .history .headLine01 + p {
	margin-bottom: 8.6rem;
	color: #fff;
	line-height: 1.75;
	text-align: center;
}
#main .historyList {
	padding-bottom: 14.7rem;
	position: relative;
}
#main .historyList:after {
	position: absolute;
	left: 50%;
	top: 12.5rem;
	width: 1px;
	height: calc(100% - 12.5rem);
	background-color: #fff;
	content: "";
}
#main .historyList li {
	position: relative;
	z-index: 1;
}
#main .historyList .ttl {
	margin: 0 auto 2rem;
	padding: 2.8rem 1rem;
	width: 12.5rem;
	height: 12.5rem;
	text-align: center;
	color: #fff;
	background: #005032;
	border: 2px solid #fff;
	border-radius: 50%;
}
#main .historyList .ttl .num {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 3.8rem;
	line-height: 1;
	font-weight: 500;
}
#main .historyList .inner {
	align-items: flex-start;
}
#main .historyList .inner > div {
	width: 50%;
	position: relative;
}
#main .historyList .inner .rBox {
	margin-left: auto;
	text-align: right;
}
#main .historyList .inner p {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.75;
}
#main .historyList .inner .subTtl {
	padding-bottom: 1.2rem;
	position: relative;
	margin-bottom: 0.9rem;
	border-bottom: 1px solid #fff;
}
#main .historyList .inner .subTtl:after {
	position: absolute;
	left: calc(100% - 0.7rem);
	bottom: -0.7rem;
	width: 1.4rem;
	height: 1.4rem;
	background: #005032;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
}
#main .historyList .inner .rBox .subTtl:after {
	left: auto;
	right: calc(100% - 0.7rem);
}
#main .historyList .inner .subTtl .num {
	font-size: 2.5rem;
	font-weight: 500;
	display: inline-block;
	line-height: 1;
}
#main .historyList .inner .txt {
	max-width: 26rem;
	font-feature-settings: normal;
	text-align: justify;
}
#main .historyList .inner .rBox .txt {
	margin-left: auto;
	text-align: right;
}
#main .historyList .inner .phoList {
	margin: -8rem -10.5rem 0.8rem 0;
	gap: 1.5rem 2rem;
	justify-content: flex-end;
}
#main .historyList .inner .phoList li {
	width: 17rem;
}
#main .historyList .inner .phoList img {
	width: 100%;
}
#main .historyList .inner .lBox .phoList {
	margin-left: -9.5rem;
	margin-right: 0;
	justify-content: flex-start;
}
#main .historyList .inner .photo {
	margin: 1.8rem 0 0 -9.5rem;
	width: 28rem;
}
#main .historyList .inner .photo img {
	width: 100%;
}
#main .historyList .inner .rBox .photo {
	margin: -10.8rem -10.5rem 0.8rem auto;
	width: 36rem;
}
#main .historyList .imgBox {
	align-items: flex-end;
}
#main .historyList .imgBox .photo {
	margin: 0 2rem 0 -9.5rem;
	width: 17rem;
}
#main .historyList .imgBox .item {
	flex: 1;
}
#main .historyList .rBox .imgBox {
	align-items: flex-start;
}
#main .historyList .rBox .imgBox .photo {
	margin: 0.8rem -10.5rem 0 3rem;
	width: 17rem;
}
#main .historyList .inner04 .lBox .item:not(:last-child) {
	margin-bottom: 1.8rem;
}
#main .philosophy {
	padding: 11.5rem 0 6.5rem;
}
#main .philosophy .headLine01 {
	margin-bottom: 7.7rem;
}
#main .messageList {
	margin-bottom: 10.8rem;
}
#main .messageList li {
	text-align: center;
}
#main .messageList li:not(:last-child) {
	margin-bottom: 9rem;
}
#main .messageList h3 {
	margin-bottom: 3.3rem;
}
#main .messageList h3 img {
	height: 2.4rem;
}
#main .messageList .tag {
	margin-bottom: 1.8rem;
	padding: 0.1rem 1.1rem 0.3rem;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.25em;
	background-color: #C2C8BA;
}
#main .messageList p {
	line-height: 1.75;
	letter-spacing: 0.03em;
}
#main .philosophy .listBox {
	margin: 0 auto;
	width: 78.6rem;
	padding: 3.4rem;
	border: 1px solid #000;
}
#main .philosophy .listBox .ttl {
	margin-bottom: 3.1rem;
	color: #005032;
	letter-spacing: 0.2em;
	text-align: center;
}
#main .philosophy .listBox .subBox {
	margin: 0 auto;
	width: fit-content;
	gap: 0 4rem;
}
#main .philosophy .listBox .dotList {
	width: 26rem;
}
#main .philosophy .listBox .dotList li {
	letter-spacing: 0.03em;
	padding-left: 2.8rem;
	line-height: 1.75;
	position: relative;
}
#main .philosophy .listBox .dotList li:before {
	position: absolute;
	left: 0;
	top: 0.7rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #85967D;
	content: "";
}
#main .message {
	padding-top: 7rem;
}
#main .message .headLine01 {
	margin-bottom: 3.2rem;
}
#main .message .content {
	max-width: 74.6rem;
}
#main .message .imgBox {
	align-items: center;
}
#main .message .imgBox .txtBox {
	margin-bottom: 0.5rem;
	flex: 1;
}
#main .message .imgBox .txtBox p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: justify;
}
#main .message .imgBox .txtBox .rTxt {
	margin: 2.4rem 1.2rem 0 0;
	width: 16rem;
	margin-left: auto;
	font-weight: 400;
	text-align: left;
}
#main .message .imgBox .txtBox .rTxt img {
	margin: 0.5rem 0 0;
}
#main .message .imgBox .txtBox .rTxt .sml {
	display: block;
	color: #005032;
	font-size: 1rem;
	font-weight: 500;
}
#main .message .imgBox .phoBox {
	margin-left: 4.2rem;
	width: 26rem;
}
@media all and (min-width: 897px) {
	#main .historyList .inner01 {
		margin-bottom: -1.7rem;
	}
	#main .historyList .inner02 {
		padding-bottom: 2.4rem;
	}
	#main .historyList .inner03 {
		padding-bottom: 3rem;
	}
	#main .historyList .inner04 {
		margin-bottom: -6rem;
	}
	#main .historyList .inner04 .lBox {
		margin-top: 1.5rem;
	}
	#main .historyList .inner04 .lBox .txt {
		max-width: inherit;
	}
	#main .historyList .inner04 .lBox .item02 {
		width: 33.4rem;
		margin-left: auto;
	}
	#main .historyList .inner04 .phoList {
		margin-top: -1rem;
	}
	#main .historyList .inner04 .phoList .wid01 {
		margin-right: -0.5rem;
		width: 20rem;
	}
	#main .historyList .inner04 .phoList .wid02 {
		width: 14.5rem;
	}
	#main .historyList .inner05 {
		padding-bottom: 1rem;
	}
	#main .historyList .inner06 {
		margin: -6rem 0 0;
	}
	#main .historyList .inner07 {
		align-items: flex-end;
	}
	#main .historyList .inner07 .lBox {
		margin-bottom: 5.2rem;
	}
	#main .historyList .inner07 .phoList {
		margin-top: -9rem;
	}
	#main .historyList .inner07 .phoList li:first-child {
		width: 36rem;
	}
	#main .historyList .inner08 {
		margin: -0.3rem 0 -5rem;
	}
	#main .historyList .inner08 .imgBox02.rBox {
		padding-top: 4rem;
		align-items: flex-start;
	}
	#main .historyList .inner08 .imgBox02.rBox .item {
		margin-top: 2rem;
	}
	#main .historyList .inner08 .imgBox02.rBox .photo {
		margin: 0 -6rem 0 3rem;
		width: 12.4rem;
	}
	#main .historyList .inner09 .rBox .phoList {
		margin-top: -5rem;
		gap: 0 1.5rem;
	}
	#main .historyList .inner10 {
		padding-bottom: 1rem;
	}
	#main .historyList .inner10 .lBox .phoList {
		margin-top: -3.6rem;
	}
	#main .historyList .inner10 .lBox .item {
		margin-left: auto;
		max-width: 33.4rem;
	}
	#main .historyList .inner10 .rBox {
		margin-top: 7.3rem;
	}
	#main .historyList .inner10 .rBox .item {
		max-width: 33.4rem;
	}
	#main .historyList .inner11 .lBox {
		align-items: center;
	}
	#main .historyList .inner11 .lBox .phoList {
		margin: 2rem 2rem 0 -9.5rem;
	}
	#main .historyList .inner11 .lBox .phoList li:not(:last-child) {
		margin-bottom: 1.8rem;
	}
	#main .historyList .inner11 .lBox .item {
		margin-top: 4.8rem;
	}
	#main .historyList .inner11 .rBox .photo {
		margin-top: 0;
	}
	#main .historyList .inner11 .rBox .phoList {
		margin-top: 2rem;
		margin-bottom: 0;
	}
	#main .historyList .inner12 .lBox {
		align-items: center;
	}
	#main .historyList .inner12 .lBox .item {
		margin-bottom: 2rem;
	}
	#main .historyList .inner12 .rBox {
		margin-top: 5rem;
	}
	#main .historyList .inner12 .rBox .item {
		max-width: 33.4rem;
	}
}
@media all and (max-width: 896px) {
	#main .mv {
		padding: 78px 0 7rem;
	}
	#main .history {
		padding-top: 5rem;
	}
	#main .history .headLine01 + p {
		margin-bottom: 4rem;
	}
	#main .historyList {
		padding-bottom: 6rem;
	}
	#main .historyList:after {
		left: 5rem;
		top: 10rem;
		height: calc(100% - 10rem);
	}
	#main .historyList .ttl {
		margin: 0 0 2rem;
		padding: 2rem 0.5rem;
		width: 10rem;
		height: 10rem;
	}
	#main .historyList .ttl .num {
		font-size: 3.2rem;
	}
	#main .historyList .inner {
		padding: 0 0 2.3rem 5rem;
		display: block;
	}
	#main .historyList .inner > div {
		width: auto;
	}
	#main .historyList .inner .lBox + .rBox {
		margin-top: 2.5rem;
	}
	#main .historyList .inner .rBox {
		margin-left: 0;
		text-align: left;
	}
	#main .historyList .inner .subTtl {
		padding: 0 0 1rem 1.5rem;
	}
	#main .historyList .inner .subTtl:after {
		left: -0.7rem;
	}
	#main .historyList .inner .rBox .subTtl:after {
		left: -0.7rem;
		right: auto;
	}
	#main .historyList .inner .subTtl .num {
		font-size: 2.4rem;
	}
	#main .historyList .inner .txt {
		max-width: inherit;
		margin-left: 1.6rem;
	}
	#main .historyList .inner .rBox .txt {
		margin-left: 1.5rem;
		text-align: left;
	}
	#main .historyList .inner04 .lBox .item:not(:last-child) {
		margin-bottom: 2.5rem;
	}
	#main .historyList .inner .phoList {
		margin: 0 0 0.8rem 1.5rem;
		gap: 1rem;
		justify-content: flex-start;
	}
	#main .historyList .inner .phoList:last-child {
		margin-top: 0.8rem;
		margin-bottom: 0;
	}
	#main .historyList .inner .phoList li {
		width: calc((100% - 1rem)/2);
	}
	#main .historyList .inner .lBox .phoList {
		margin-left: 1.5rem;
	}
	#main .historyList .inner .photo {
		margin: 0.8rem 0 0 1.5rem;
		width: auto;
	}
	#main .historyList .inner .rBox .photo {
		margin: 0.8rem 0 1rem 1.5rem;
		width: auto;
	}
	#main .historyList .imgBox {
		display: block;
	}
	#main .historyList .imgBox .photo {
		margin: 0 0 0.8rem 1.5rem;
		width: calc((100% - 1rem)/2);
	}
	#main .historyList .rBox .imgBox .photo {
		margin: 0.8rem 0 0 1.5rem;
		width: calc((100% - 1rem)/2);
	}
	#main .historyList .inner04 .phoList .wid01 {
		width: calc((100% - 1rem)/1.72);
	}
	#main .historyList .inner04 .phoList .wid02 {
		width: auto;
		flex: 1;
	}
	#main .historyList .inner07 .phoList li:first-child {
		width: 100%;
	}
	#main .historyList .inner08 .imgBox02 .photo {
		width: calc((100% - 1rem)/2.3);
	}
	#main .historyList .inner11 .phoList {
		display: flex;
	}
	#main .philosophy {
		padding: 6rem 0 3rem;
	}
	#main .philosophy .headLine01 {
		margin-bottom: 4rem;
	}
	#main .messageList {
		margin-bottom: 5rem;
	}
	#main .messageList li:not(:last-child) {
		margin-bottom: 4rem;
	}
	#main .messageList h3 {
		margin-bottom: 2rem;
	}
	#main .messageList h3 img {
		height: 4rem;
	}
	#main .messageList .tag {
		margin-bottom: 1rem;
	}
	#main .philosophy .listBox {
		width: auto;
		padding: 2rem;
	}
	#main .philosophy .listBox .ttl {
		margin-bottom: 2rem;
	}
	#main .philosophy .listBox .subBox {
		margin: 0 auto;
		display: block;
	}
	#main .philosophy .listBox .dotList {
		width: auto;
	}
	#main .philosophy .listBox .dotList li {
		padding-left: 2rem;
	}
	#main .philosophy .listBox .dotList li:before {
		top: 0.8rem;
		width: 1.2rem;
		height: 1.2rem;
	}
	#main .message {
		padding-top: 3rem;
	}
	#main .message .headLine01 {
		margin-bottom: 2rem;
	}
	#main .message .content {
		max-width: inherit;
	}
	#main .message .imgBox {
		display: block;
	}
	#main .message .imgBox .txtBox {
		margin-bottom: 0;
	}
	#main .message .imgBox .phoBox {
		margin: -8rem 0 0 -1rem;
		width: 20rem;
	}
}