@charset "utf-8";
/* ================================================================================================================== */
/* PERSON:見出し                                                                                                      */
/* ===================================================================================================================*/
#main .headline {
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;
	padding-left: 30px;
}
#main .headline .inner {
	height: 340px;
	background: #f3f3f3;
	position: relative;
}
#main .headline .inner h2 {
	color: #198bcb;
	font-size: 0.38rem;
	position: absolute;
	top: 45px;
	left: 310px;

	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 700;
	font-style: normal;
}
#main .headline .inner .photo {
	position: absolute;
	left:   -30px;
	bottom: -17px;
}
#main .headline .inner ul.text {
	position: absolute;
	left: 310px;
	bottom: 35px;
}
@media screen and (max-width: 750px) {
	#main .headline {
		width: auto;
		padding-left: 0;
	}
	#main .headline .inner {
		box-sizing: border-box;
		height: 495px;
	}
	#main .headline .inner h2 {
		font-size: 0.48rem;
		top:  45px;
		left: 30px;
	}
	#main .headline .inner .photo {
		left: 30px;
		bottom: 75px;
	}
	#main .headline .inner .photo img {
		width: 200px !important;
	}
	#main .headline .inner ul.text {
		left: 255px;
		bottom: 80px;
	}
}
/* ================================================================ */
/* PERSON:見出し:TEXT                                               */
/* ================================================================ */
#main .headline .inner ul.text li.kind_position {
}
#main .headline .inner ul.text li.kind_position div:nth-child(1) {
	font-size: 0.14rem;
}
#main .headline .inner ul.text li.kind_position div:nth-child(2) {
	margin-top: 3px;
	font-size: 0.18rem;
	line-height: 1.3;
}
#main .headline .inner ul.text li.kind_name {
	margin-top: 15px;
	color: #198bcb;
	line-height: 1;
}
#main .headline .inner ul.text li.kind_name div:nth-child(1) {
	font-size: 0.10rem;

	font-family: brother-1816,sans-serif;
	font-weight: 400;
	font-style: normal;
}
#main .headline .inner ul.text li.kind_name div:nth-child(2) {
	margin-top: 7px;
	font-size: 0.28rem;

	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 700;
	font-style: normal;
}
@media screen and (max-width: 750px) {
	#main .headline .inner ul.text li.kind_position {
	}
	#main .headline .inner ul.text li.kind_position div:nth-child(1) {
		font-size: 0.20rem;
	}
	#main .headline .inner ul.text li.kind_position div:nth-child(2) {
		margin-top: 6px;
		font-size: 0.23rem;
		line-height: 1.3;
	}
	#main .headline .inner ul.text li.kind_name {
		margin-top: 18px;
		color: #198bcb;
	}
	#main .headline .inner ul.text li.kind_name div:nth-child(1) {
		font-size: 0.18rem;
	}
	#main .headline .inner ul.text li.kind_name div:nth-child(2) {
		margin-top: 10px;
		font-size: 0.42rem;
	}
}
/* ================================================================================================================== */
/* PERSON:本文                                                                                                        */
/* ===================================================================================================================*/
#main #person_content {
	margin: 70px auto 0;
	padding-bottom: 65px;
}
#main #person_content .item:nth-child(n + 2) {
	margin-top: 50px !important;
}
@media screen and (max-width: 750px) {
	#main #person_content {
		margin: 60px auto 0;
		padding-bottom: 75px;
	}
	#main #person_content .item:nth-child(n + 2) {
		margin-top: 55px !important;
	}
}
/* ================================================================ */
/* PERSON:本文:ITEM(TYPE_NORMAL)                                    */
/* ================================================================ */
#main #person_content .item.type_normal {
}
#main #person_content .item.type_normal h3 {
	display: block;
	width: 980px;
	margin: 0 auto 32px;
	text-align: center;
	font-size: 0.26rem;

	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 700;
	font-style: normal;
}
#main #person_content .item.type_normal .text {
	width: 700px;
	margin: 0 auto;
	font-size: 0.16rem;
	line-height: 1.85;
}
#main #person_content .item.type_normal .image {
	width: 980px;
	margin: 40px auto 0;
	position: relative;
	background-image: linear-gradient(90deg, #198bcb 0%, #198bcb 100%);
	background-repeat: no-repeat;
}
#main #person_content .item.type_normal .image.decoration_tr {
	padding-top: 20px;
	background-size: 682px 438px;
	background-position: right top;
}
#main #person_content .item.type_normal .image.decoration_bl {
	padding-bottom: 18px;
	background-size: 682px 100%;
	background-position: left top;
	text-align: right;
}
@media screen and (max-width: 750px) {
	#main #person_content .item.type_normal {
	}
	#main #person_content .item.type_normal h3 {
		width: auto;
		margin: 0 auto 50px;
		font-size: 0.40rem;
	}
	#main #person_content .item.type_normal .text {
		width: 690px;
		font-size: 0.28rem;
	}
	#main #person_content .item.type_normal .image {
		width: auto;
		margin: 50px auto 0;
	}
	#main #person_content .item.type_normal .image img {
		width: 674px !important;
	}
	#main #person_content .item.type_normal .image.decoration_tr {
		padding-top: 18px;
		background-size: 522px 336px;
	}
	#main #person_content .item.type_normal .image.decoration_bl {
		padding-bottom: 16px;
		background-size: 522px 100%;
	}
}
/* ================================================================ */
/* PERSON:本文:ITEM(TYPE_OFFTIME)                                   */
/* ================================================================ */
#main #person_content .item.type_offtime {
	box-sizing: border-box;
	width: 980px;
	height: 492px;
	margin: 0 auto;
	border: 1px solid #198bcb;
	position: relative;
}
#main #person_content .item.type_offtime .image {
	position: absolute;
	top: 55px;
	left: 70px;
}
#main #person_content .item.type_offtime .text {
	width: 400px;
	position: absolute;
	top:  52px;
	left: 520px;
}
#main #person_content .item.type_offtime .text h3 {
	display: block;
	font-size: 0.26rem;
	line-height: 1;

	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 700;
	font-style: normal;
}
#main #person_content .item.type_offtime .text div {
	margin-top: 22px;
	font-size: 0.16rem;
	line-height: 1.85;
}
@media screen and (max-width: 750px) {
	#main #person_content .item.type_offtime {
		width: 690px;
		height: auto;
		margin: 0 auto;
		padding: 80px 29px 35px;
	}
	#main #person_content .item.type_offtime .image {
		text-align: center;
		position: static;
		top: 0;
		left: 0;
	}
	#main #person_content .item.type_offtime .image img {
		width: 450px !important;
	}
	#main #person_content .item.type_offtime .text {
		width: auto;
		margin-top: 55px;
		position: static;
		top: 0;
		left: 0;
	}
	#main #person_content .item.type_offtime .text h3 {
		font-size: 0.36rem;
	}
	#main #person_content .item.type_offtime .text div {
		margin-top: 35px;
		font-size: 0.28rem;
	}
}
