@charset "utf-8";

/* ------------------------------------------------------------ fv */
#about .title2 {
	margin: 0 0 60px;
}
/* ------------------------------------------------------------ fv */
#about .fv {
	overflow: hidden;
	padding: 100px 0 150px;
}

#about .fv h1 {
	background: url(../images/common/animals.png) no-repeat center top;
	padding: 270px 0 170px;
}

#about .fv h1 span {
	font-size: 16px;
}

/* ------------------------------------------------------------ philosophy */
#about .philosophy {
	position: relative;
	z-index: 1;
	margin: 0 auto 100px;
}

#about .philosophy::before {
	position: absolute; 
	content: ""; 
	top: -120px; 
	left: 50%; 
	transform: translateX(-50%);
	z-index: -1;
	width: 1573px;
	height: 271px;
	margin: 0 auto;
	background: url(../images/about/philosophy_text_01.svg) no-repeat center top;
}

#about .philosophy .inner {
	width: 900px;
}

#about .philosophy h2 {
	margin: 0 auto 50px;
}

#about .philosophy .intro {
	margin: 0 auto 80px;
}

#about .philosophy .intro h3 {
	margin: 0 auto 40px;
	font-size: 62px;
	font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP",serif;
	text-align: center;
	letter-spacing: 6px;
}

#about .philosophy .intro h3 span {
	font-size: 32px;
}

#about .philosophy .intro h3 .top {
	vertical-align: text-top;
}

#about .philosophy .intro h3 .bottom {
	vertical-align: text-bottom;
}

#about .philosophy .intro h4 {
	margin: 0 auto 20px;
	font-size: 30px;
	text-align: center;
	line-height: 1.7;
}

#about .philosophy .intro p {
	font-size: 20px;
	text-align: center;
	line-height: 2.4;
}

#about .philosophy .drama {
	position: relative;
	border: solid 1px #6c6d70;
	border-top: none;
	width: 900px;
	padding: 0 0 70px;
	box-sizing: border-box;
}

#about .philosophy .drama::before,
#about .philosophy .drama::after {
	position: absolute; 
	content: ""; 
	top: 30px;
	width: 1px; 
	height: calc(100% - 60px);
	margin: 0 auto;
	background: #000;
}

#about .philosophy .drama::before {
	left: -1px;
}

#about .philosophy .drama::after {
	right: -1px;
}

#about .philosophy .drama h4 {
	position: relative;
	top: -0.5em;
	font-size: 32px;
	font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP",serif;
	text-align: center;
	color: #6c6d70;
	letter-spacing: 3px;
}

#about .philosophy .drama h4::before,
#about .philosophy .drama h4::after {
	position: absolute; 
	content: ""; 
	top: 0;
	bottom: 0;
	height: 1px;
	background: #6c6d70;
	margin: auto 0;
}

#about .philosophy .drama h4::before {
	left: 0;
	width: 195px; 
}

#about .philosophy .drama h4::after {
	right: 0;
	width: 215px;
}

#about .philosophy .drama ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px auto 30px;
}

#about .philosophy .drama ul li {
	margin: 0 25px;
}

#about .philosophy .drama p {
	font-size: 16px;
	color: #6c6d70;
	text-align: center;
	line-height: 2.2;
}

/* ------------------------------------------------------------ vision */
#about .vision {
	position: relative;
	z-index: 1;
	padding: 175px 0 250px;
}

#about .vision::before {
	position: absolute; 
	content: ""; 
	top: 0; 
	left: 50%; 
	transform: translateX(-50%);
	z-index: -1;
	width: 860px;
	height: 221px;
	margin: 0 auto;
	background: url(../images/about/vision_text_01.svg) no-repeat center top;
}

#about .vision .img {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -800px;
}

#about .vision .textbox {
	width: 550px;
	margin: 0 0 0 auto;
	padding: 0 0 0 80px;
	box-sizing: border-box;
}

#about .vision .textbox h2 {
	margin: 0 auto 30px;
	text-align: left;
}

#about .vision .textbox h3 {
	margin: 0 auto 25px;
	font-size: 40px;
	line-height: 1.4;
	color: #fff;
}

#about .vision .textbox p {
	font-size: 16px;
	line-height: 2.5;
}

/* ------------------------------------------------------------ principle */

#about .principle {
	padding: 0 0 160px;
}

#about .principle ul {
	margin: 0 0 0 -20px;
}

#about .principle ul li {
	background: rgba(84,84,84,0.4);
	float: left;
	width: calc(50% - 20px);
	box-sizing: border-box;
	margin: 0 0 20px 20px;
	padding: 30px 10px 30px 20px;
}

#about .principle ul li span {
	font-family: "helvetica",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","Osaka","MS PGothic","arial",sans-serif;
	font-weight: bold;
	font-size: 26px;
	display: inline-block;
	padding: 0 5px 0 0;
}

#about .principle ul li p {
	font-size: 22px;
	display: inline-block;
}

/* ------------------------------------------------------------ message */
#about .message {
	position: relative;
	z-index: 1;
	margin: 0 auto 175px;
	padding: 130px 0 0;
}

#about .message::before {
	position: absolute; 
	content: ""; 
	right: 0;
	top: 0;
	z-index: -1;
	width: 81.25%; 
	height: 600px;
	margin: 0 auto;
	background: rgba(83,83,83,0.2);
}

#about .message::after {
	position: absolute; 
	content: ""; 
	left: 0;
	bottom: 540px;
	z-index: -1;
	width: 81.25%; 
	height: 600px;
	margin: 0 auto;
	background: rgba(83,83,83,0.2);
}

#about .message .message_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 80px;
}

#about .message .message_flex .message_right {
	padding: 0 0 0 95px;
}

#about .message .message_flex.TextText .message_left {
	width: 200px;
}

#about .message .message_flex.TextText .message_right {
	width: 900px;
	box-sizing: border-box;
}

#about .message .message_flex h3 {
	font-size: 36px;
	line-height: 1.55;
	margin: 0 auto 20px;
}

#about .message .message_flex h4 {
	font-size: 25px;
	line-height: 1.77;
	margin: 0 auto 20px;
}

#about .message .message_flex p {
	line-height: 2.25;
	margin: 0 auto 40px;
}

#about .message .message_banner {
	background: url(../images/about/message_bg_01.jpg) no-repeat center top/cover;
	padding: 150px 0;
	margin: 0 auto 40px;
}

#about .message .message_banner h3 {
	font-size: 80px;
	font-family: "helvetica",'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","Osaka","MS PGothic","arial",sans-serif;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0,0,0,0.5) 10px 10px 20px;
}

/* ------------------------------------------------------------ identity */
#about .identity ul li {
	float: left;
	width: 350px;
	margin: 0 0 25px 25px;
	cursor: pointer;
}

#about .identity ul li:nth-child(3n+1) {
	clear: both;
	margin: 0 0 25px;
}

#about .identity ul li .modal_open {
	width: 100%;
	height: auto;
}

#about .identity ul li .modal_content {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.95);	
	overflow: scroll;
}

#about .identity ul li .modal_content .modal_mask {
	position: fixed;
	z-index: 101;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

#about .identity ul li .modal_content .modal_inner {
	position: relative;
	z-index: 102;
	width: 550px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}

#about .identity ul li .modal_content img {
	width: 100%;
	height: auto;
}

#about .identity ul li .modal_content h3 {
	font-size: 22px;
	font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP",serif;
	line-height: 1.8;
	margin: 30px auto 0;
}

#about .identity ul li .modal_content p {
	line-height: 1.875;
	text-align: left;
	margin: 20px auto 0;
}

#about .identity ul li .modal_content .modal_close {
	margin: 50px auto 0;
}






/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 767px) {
	
/* ------------------------------------------------------------ fv */
	#about .title2 {
		margin: 0 0 30px;
	}
/* ------------------------------------------------------------ fv */
	#about .fv {
		padding: 100px 0; 
	}
	
	#about .fv h1 {
		background: url(../images/common/sp/animals_sp.png) no-repeat center top/auto 400px;
		padding: 220px 0 0;
	}
	
	#about .fv h1 img {
		width: 260px;
		height: auto;
	}
	
/* ------------------------------------------------------------ philosophy */
	#about .philosophy {
		position: relative;
		margin: 0 auto 100px;
	}
	
	#about .philosophy::before {
		top: -25px; 
		width: 585px;
		height: 100px;
		margin: 0 auto;
		background: url(../images/about/philosophy_text_01.svg) no-repeat center top/auto 100px;
	}
	
	#about .philosophy .inner {
		width: 90%;
	}
	
	#about .philosophy h2 {
		margin: 0 auto 35px;
	}
	
	#about .philosophy .intro {
		margin: 0 auto 50px;
	}
	
	#about .philosophy .intro h3 {
		margin: 0 auto 25px;
		font-size: 28px;
		letter-spacing: 4px;
	}
	
	#about .philosophy .intro h3 span {
		font-size: 20px;
	}
	
	#about .philosophy .intro h4 {
		margin: 0 auto 15px;
		font-size: 18px;
		line-height: 1.7;
	}
	
	#about .philosophy .intro p {
		font-size: 14px;
		text-align: left;
		line-height: 1.7;
	}
	
	#about .philosophy .drama {
		width: 100%;
		padding: 0 0 30px;
	}
	
	#about .philosophy .drama h4 {
		position: relative;
		top: -0.48em;
		font-size: 20px;
		letter-spacing: normal;
	}
	
	#about .philosophy .drama h4::before {
		width: calc( (100% - 290px) / 2); 
	}
	
	#about .philosophy .drama h4::after {
		width: calc( (100% - 270px) / 2); 
	}
	
	#about .philosophy .drama ul {
		width: 90%;
		margin: 20px auto;
	}
	
	#about .philosophy .drama ul li {
		margin: 0 auto;
		width: 50%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	#about .philosophy .drama ul li img {
		width: 100%;
		height: auto;
	}
	
	#about .philosophy .drama p {
		width: 85%;
		margin: 0 auto;
		font-size: 14px;
		text-align: left;
		line-height: 1.7;
	}

/* ------------------------------------------------------------ vision */
	#about .vision {
		padding: 0 0 70px;
	}
	
	#about .vision::before {
		top: 65vw;
		width: 400px;
		height: 100px;
		margin: 0 auto;
		background: url(../images/about/vision_text_01.svg) no-repeat center top/auto 100px;
	}
	
	#about .vision .img {
		position: static;
		width: 89%;
		height: auto;
		margin: 0 auto 15px 0;
	}
	
	#about .vision .textbox {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	#about .vision .textbox h2 {
		margin: 0 auto 25px;
		text-align: left;
	}
	
	#about .vision .textbox h3 {
		margin: 0 auto 10px;
		font-size: 22px;
	}
	
	#about .vision .textbox p {
		font-size: 14px;
		line-height: 2;
	}

/* ------------------------------------------------------------ principle */

#about .principle {
	padding: 0;
}

#about .principle ul {
	margin: 0;
}

#about .principle ul li {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 10px 10px 20px;
}

#about .principle ul li span {
	font-size: 18px;
	box-sizing: border-box;
	width: 32px;
	vertical-align: top;
	padding: 2px 5px 0 0;
}

#about .principle ul li p {
	font-size: 14px;
	width: calc(94% - 32px);
	line-height: 150%;
}

/* ------------------------------------------------------------ message */
	#about .message {
		margin: 60px auto;
		padding: 60px 0 20px;
	}
	
	#about .message::before {
		width: 90%; 
		height: 700px;
	}
	
	#about .message::after {
		bottom: 0;
		width: 90%; 
		height: 1000px;
	}
	
	#about .message .message_flex {
		flex-wrap: wrap;
		margin: 0 0 50px;
	}
	
	#about .message .message_flex .message_right {
		padding: 0;
	}
	
	#about .message .message_flex.ImgText .message_left {
		width: 100%;
		margin: 0 0 25px;
	}
	
	#about .message .message_flex.TextImg .message_left {
		width: 100%;
		order: 2;
	}
	
	#about .message .message_flex.TextImg .message_right {
		width: 100%;
		margin: 0 0 25px;
		order: 1;
	}
	
	#about .message .message_flex.TextText .message_left {
		width: 100%;
	}
	
	#about .message .message_flex.TextText .message_right {
		width: 100%;
		box-sizing: border-box;
	}
	
	#about .message .message_flex img {
		width: 100%;
		height: auto;
	}
	
	#about .message .message_flex h3 {
		font-size: 22px;
		line-height: 1.5;
		margin: 0 auto 15px;
	}
	
	#about .message .message_flex h4 {
		font-size: 18px;
		line-height: 1.7;
		margin: 0 auto 10px;
	}
	
	#about .message .message_flex p {
		font-size: 14px;
		line-height: 1.8;
		margin: 0 auto;
	}
	
	#about .message .message_banner {
		background: url(../images/about/sp/message_bg_01.jpg) no-repeat center center/cover;
		padding: 50px 0;
		margin: 0 auto 20px;
	}
	
	#about .message .message_banner h3 {
		font-size: 30px;
		line-height: 1.4;
	}
	
	
/* ------------------------------------------------------------ identity */
	#about .identity ul li {
		width: 47%;
		margin: 0 0 6% 6%;
	}
	
	#about .identity ul li:nth-child(3n+1) {
		clear: inherit;
		margin: 0 0 6% 6%;
	}
	
	#about .identity ul li:nth-child(2n+1) {
		clear: both;
		margin: 0 0 6%;
	}
	
	#about .identity ul li .modal_open {
		width: 100%;
		height: auto;
	}
	
	#about .identity ul li .modal_content {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
	}
	
	#about .identity ul li .modal_content .modal_inner {
		width: 90%;	
		padding: 0;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		overflow: scroll;
	}
	
	#about .identity ul li .modal_content img {
		display: block;
		width: 70%;
		height: auto;
		margin: 0 auto;
		padding: 80px 0 0;
	}
	
	#about .identity ul li .modal_content h3 {
		font-size: 18px;
		line-height: 1.6;
		margin: 15px auto 0;
	}
	
	#about .identity ul li .modal_content p {
		font-size: 14px;
		line-height: 1.8;
		text-align: left;
		margin: 5px auto 0;
	}
	
	#about .identity ul li .modal_content .modal_close {
		padding: 0 0 80px;
	}
	
	#about .identity ul li .modal_content .modal_close:hover span {
		left: -7px;
		top: -7px;
		border: solid 1px #fff;
		background: #000;
		color: #fff;
	}
	
	#about .identity ul li .modal_content .modal_close:hover span::before {
		left: 7px;
		top: 7px;
	}

}

