@charset "utf-8";
.eyecatch_inc.about{
	background-image: url(../img/about/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.inc08 .inc08_01 {
		padding-bottom: 50px;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 110px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 350px;
		padding: 50px 0 0;
	}
}
.contents01 .contents01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 55px;
	font-size: 18px;
	line-height: 28px;
	color: #020A43;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text01{
		margin: 0 0 15px;
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_01 img{
	width: 580px;
	height: auto;
	margin: 0 100px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 img{
		width: 100%;
		margin: 0 0 40px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: auto;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text03{
	width: auto;
	height: auto;
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 35px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text03{
		margin: 0 0 28px;
		font-size: 16px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04{
	width: auto;
	height: auto;
	margin: 0 0 38px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((25/1000)*1em);
	color: #3E3E3E;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 .text04{
		margin: 0 0 30px;
		line-height: 26px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a{
	width: auto;
	height: 39px;
	padding: 0 14px;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	color: #262626;
	letter-spacing: calc((25/1000)*1em);
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 a::after{
	content: '';
	width: 6px;
	height: 6px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #262626;
	border-right: 1px solid #262626;
	display: block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	flex-shrink: 0;
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01{
	width: 1180px;
	height: auto;
	padding: 180px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 350px;
		padding: 55px 0 0;
		align-items: flex-start;
		flex-wrap: nowrap;
		flex-direction: column;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: calc((100% - 50px * 2) / 3 );
	height: auto;
	margin: 45px 50px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		width: 100%;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 768px) {
	.contents02 .contents02_01 .contents02_01_01:nth-of-type(-n+3){
		margin-top: 0;
	}
	.contents02 .contents02_01 .contents02_01_01:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01:nth-of-type(1){
		margin-top: 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	border-radius: 8px;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 img{
		margin: 0 0 20px;
		border-radius: 4px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-grow: 1;
}
.contents02 .contents02_01 .contents02_01_01:nth-of-type(1) .contents02_01_01_01{
	padding: 10px 50px;
	background-color: #F8F8F8;
	border-radius: 8px;
	justify-content: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01:nth-of-type(1) .contents02_01_01_01{
		padding: 0;
		background-color: transparent;
		border-radius: 0;
	}
}
.contents02 .contents02_01 .contents02_01_01:nth-of-type(1) .contents02_01_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	color: #262261;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01:nth-of-type(1) .contents02_01_01_01 .text01{
		margin: 0 0 4px;
		font-size: 22px;
		line-height: 32px;
	}
}
.contents02 .contents02_01 .contents02_01_01:nth-of-type(1) .contents02_01_01_01 .text01 img{
	width: 120px;
	height: auto;
	margin: 0 5px 0 0;
	border-radius: 0;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01:nth-of-type(1) .contents02_01_01_01 .text01 img{
		width: 95px;
		margin: 0 3px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01:nth-of-type(1) .contents02_01_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((50/1000)*1em);
	color: #262261;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01:nth-of-type(1) .contents02_01_01_01 .text02{
		margin: 0 0 4px;
		font-size: 16px;
		line-height: 26px;
	}
}
.contents02 .contents02_01 .contents02_01_01:nth-of-type(1) .contents02_01_01_01 .text03{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((50/1000)*1em);
	color: #625F5F;
	display: block;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text04{
	width: auto;
	height: auto;
	margin: 0 0 14px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text04{
		margin: 0 0 6px;
		font-size: 16px;
		line-height: 26px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .text05{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((25/1000)*1em);
	color: #3E3E3E;
	display: block;
}
/*.contents02ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-top: 1px solid #DDDDDD;
	display: block;
	overflow: hidden;
}
.contents03 .contents03_01{
	width: 1180px;
	height: auto;
	padding: 100px 0 32px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 100%;
		padding: 50px 0 25px;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 580px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01{
		width: 90%;
		max-width: 350px;
		margin: 0 0 40px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 4px;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .text01{
		font-size: 22px;
		line-height: 32px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((50/1000)*1em);
	color: #625F5F;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .text02{
		margin: 0 0 25px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .text03{
	width: auto;
	height: auto;
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 28px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .text03{
		margin: 0 0 18px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .text04{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	color: #3E3E3E;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .text04 span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	color: #000000;
	display: inline;
}
.contents03 .contents03_01 img{
	width: 645px;
	height: auto;
	margin: 52px -117px 0 0;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 img{
		width: 100%;
		margin: 0;
	}
}
/*.contents03ここまで*/

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/about/photo04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04{
		background-image: url(../img/about/photo04_sp.jpg);
	}
}
.contents04 .contents04_01{
	width: 1180px;
	height: auto;
	padding: 85px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01{
		width: 90%;
		max-width: 350px;
		padding: 70px 0;
	}
}
.contents04 .contents04_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 4px;
	font-size: 28px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .text01{
		font-size: 22px;
		line-height: 32px;
	}
}
.contents04 .contents04_01 .text02{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: calc((50/1000)*1em);
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 .text02{
		margin: 0 0 43px;
	}
}
.contents04 .contents04_01 table{
	width: 650px;
	height: auto;
	margin: 0;
	table-layout: fixed;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 table{
		width: 100%;
	}
}
.contents04 .contents04_01 table tr{
}
.contents04 .contents04_01 table tr th{
	width: 118px;
	height: auto;
	padding: 25px 10px 0 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	color: #ffffff;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 table tr th{
		width: 70px;
		padding: 20px 5px 0 0;
		font-size: 14px;
		line-height: 24px;
	}
}
.contents04 .contents04_01 table tr td{
	width: auto;
	height: auto;
	padding: 25px 0 0;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: calc((25/1000)*1em);
	color: #ffffff;
	vertical-align: top;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 table tr td{
		padding: 20px 0 0;
		font-size: 14px;
		line-height: 19px;
	}
}
.contents04 .contents04_01 table tr:nth-of-type(1) th,
.contents04 .contents04_01 table tr:nth-of-type(1) td{
	padding-top: 0;
}
/*.contents04ここまで*/