@charset "utf-8";

/* ==========================================================================
   .page-message
   ========================================================================== */
/* --------------------
 * mv
 * -------------------- */
.page-person .page-mv {
	width: 100%;
	background: #0c1d80;
}

.page-person .page-mv .lyt-inner {
	position: relative;
	height: 100%;
}

.page-person .page-mv_box {
	display: block;
	width: 100%;
	height: 630px;
	background: url("/chuto/person/img/person_ashina/hero01-pc.jpg") no-repeat center center / cover;
}

.page-person-ashina .page-mv_box {
	background-image: url("/chuto/person/img/person_ashina/hero01-pc.jpg");
}

.page-person-tomimasu .page-mv_box {
	background-image: url("/chuto/person/img/person_tomimasu/hero01-pc.jpg");
}

.page-person .page-title_text01 {
	display: block;
	width: 162px;
	position: absolute;
	top: 112px;
	right: 118px;
}

.page-person .copy {
	position: absolute;
	top: 282px;
	right: 20px;
}

.page-person .copy_text {
	color: #0c1d81;
	font-size: 4.0rem;
	letter-spacing: 0.1em;
	line-height: 1.77;
	text-align: left;
	display: inline-block;
	margin: 0 0 22px 0;
}

.btn01 {
	display: block;
	width: 186px;
	height: 32px;
	border: 1px solid #0c1d81;
	position: relative;
}

.btn01:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-right: 1px solid #0c1d81;
	border-bottom: 1px solid #0c1d81;
	position: absolute;
	top: 7px;
	right: 20px;
	transform: rotate(45deg);
}

.btn01 span {
	display: block;
	width: 112px;
	height: 13px;
	margin: 8px 0 0 16px;
}

.btn01 * {
	fill: #0c1d80;
}

.device-pc .btn01,
.device-pc .btn01:after,
.device-pc .btn01 * {
	transition: all 300ms;
}

.device-pc .btn01:hover {
	background: #0c1d81;
}

.device-pc .btn01:hover:after {
	border-color: #fff;
}

.device-pc .btn01:hover * {
	fill: #fff;
}

.prof {
	width: 100%;
	background: #0c1d81;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 18px 0;
	position: relative;
}

.prof:after {
	content: '';
	display: block;
	width: 186px;
	height: 28px;
	background: url("/chuto/person/img/arrow01-pc.png") no-repeat center top / contain;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 63px);
}

.prof .prof_column {
	width: 50%;
	padding: 0 18px;
}

.prof .prof_column:nth-of-type(1) {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.prof .prof_num {
	width: 33px;
	margin: 10px 20px 0 0;
}

.prof .prof_name > span:nth-of-type(1) {
	display: block;
}

.prof .prof_name > span:nth-of-type(1) img {
	height: 9px;
	width: auto;
}

.prof .prof_name > span:nth-of-type(2) {
	color: #fff;
	font-size: 2.0rem;
	letter-spacing: 0.25em;
	display: block;
	margin: 10px 0 0 0;
}

.prof .prof_text01 {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
}

@media only screen and (max-width: 1080px) {
	.page-person .copy {
		right: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.page-person .page-mv .lyt-inner {
		width: 100%;
	}

	.page-person .page-mv_box {
		height: 320px;
	}

	.page-person-ashina .page-mv_box {
		background-image: url("/chuto/person/img/person_ashina/hero01-sp.jpg");
	}

	.page-person-tomimasu .page-mv_box {
		background-image: url("/chuto/person/img/person_tomimasu/hero01-sp.jpg");
	}

	.page-person .page-title_text01 {
		width: 132px;
		position: absolute;
		top: 304px;
		right: calc(50% - 61px);
		z-index: 1;
	}

	.page-person .copy {
		position: absolute;
		top: 124px;
		right: auto;
		left: 50%;
	}

	.page-person.page-person-ashina .copy {
		left: 55%;
	}

	.page-person .copy_text {
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		line-height: 1.77;
		margin: 0 0 10px 0;
	}

	.btn01 {
		width: 143px;
		height: 30px;
	}

	.btn01:after {
		width: 9px;
		height: 9px;
		top: 7px;
		right: 10px;
	}

	.btn01 span {
		width: 90px;
		height: 10px;
		margin: 8px 0 0 12px;
	}

	.prof {
		padding: 60px 0 15px 0;
	}

	.prof:after {
		width: 170px;
		height: 40px;
		background-image: url("/chuto/person/img/arrow01-sp.png");
		bottom: -38px;
		left: calc(50% - 85px);
	}

	.prof .prof_column {
		padding: 0 6px;
	}

	.prof .prof_num {
		width: 30px;
		margin: 5px 15px 0 0;
	}

	.prof .prof_name > span:nth-of-type(1) img {
		height: 8px;
	}

	.prof .prof_name > span:nth-of-type(2) {
		font-size: 1.8rem;
		margin: 6px 0 0 0;
	}

	.prof .prof_text01 {
		font-size: 1.1rem;
	}
}

/* --------------------
 * message
 * -------------------- */
.section-qa {
	margin: 0 0 0 0;
	padding: 70px 0 0 0;
}

.section-qa .text01 {
	font-weight: bold;
	color: #0c1d80;
	font-size: 1.8rem;
	line-height: 1.9;
	text-align: justify;
	padding: 0 20px;
	margin: 0 0 50px 0;
}

.qa_container {
	margin: 50px 0 0 0;
}

.qa_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

.qa_list > li {
	width: 50%;
	padding: 40px 40px 40px 40px;
	position: relative;
}

.qa_list > li:nth-child(odd):before {
	content: '';
	width: 1px;
	height: calc(100% - 20px);
	border-right: 1px solid #c7c387;
	position: absolute;
	top: 10px;
	right: 0;
}

.qa_list > li:nth-child(n + 3):after {
	content: '';
	width: calc(100% - 20px);
	height: 1px;
	border-top: 1px solid #c7c387;
	position: absolute;
	top: 0;
	right: 10px;
}

.qa > dt {
	padding: 0 0 0 45px;
	position: relative;
}

.qa > dt:before {
	content: '';
	display: block;
	width: 22px;
	height: 42px;
	background: url("/chuto/person/img/q.png") no-repeat center top / contain;
	position: absolute;
	top: 8px;
	left: 0;
}

.qa > dd {
	margin: 28px 0 0 0;
	padding: 0 0 0 45px;
	position: relative;
}

.qa > dd:before {
	content: '';
	display: block;
	width: 22px;
	height: 42px;
	background: url("/chuto/person/img/a.png") no-repeat center top / contain;
	position: absolute;
	top: 8px;
	left: 0;
}

.qa .text-q {
	color: #0c1d80;
	font-size: 2.2rem;
	letter-spacing: 0.03em;
	line-height: 1.72;
}

.qa .text {
	color: #000;
	font-size: 1.8rem;
	line-height: 1.9;
	text-align: justify;
}

@media only screen and (max-width: 768px) {
	.section-qa {
		padding: 62px 0 20px 0;
	}

	.section-qa .text01 {
		font-size: 1.3rem;
		line-height: 1.89;
		padding: 0 15px;
		margin: 0 0 30px 0;
	}

	.qa_container {
		margin: 50px 0 0 0;
	}

	.qa_list {
		display: block;
	}

	.qa_list > li {
		width: 100%;
		padding: 20px 15px 15px 15px;
		position: relative;
	}

	.qa_list > li:nth-child(odd):before {
		content: none;
	}

	.qa_list > li:nth-child(n + 3):after {
		content: none;
	}

	.qa_list > li:nth-child(n + 2) {
		padding-top: 65px;
		background: url("/chuto/person/img/arrow03-sp.png") no-repeat center top / 256px auto;
	}

	.qa > dt {
		padding: 0 0 0 30px;
	}

	.qa > dt:before {
		width: 14px;
		height: 28px;
		top: 5px;
	}

	.qa > dd {
		margin: 20px 0 0 0;
		padding: 0 0 0 30px;
	}

	.qa > dd:before {
		width: 14px;
		height: 28px;
		top: 5px;
	}

	.qa .text-q {
		font-size: 1.6rem;
	}

	.qa .text {
		font-size: 1.3rem;
	}
}

.section-mov {
	background: #3b3b3b;
	padding: 245px 0 75px 0;
	position: relative;
}

.section-mov:before {
	content: '';
	display: block;
	width: 100%;
	min-width: 1440px;
	height: 208px;
	background: url("/chuto/person/img/arrow02-pc.png") no-repeat center top / 100% 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mov01 {
	width: 88%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

.mov01 .mov01_front {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.page-person-ashina .mov01 .mov01_front {
	background: url("/chuto/person/img/person_ashina/mov_thumb01.jpg") no-repeat center center / cover;
}

.page-person-tomimasu .mov01 .mov01_front {
	background: url("/chuto/person/img/person_tomimasu/mov_thumb01.jpg") no-repeat center center / cover;
}

.mov01 .mov01_front.is-play {
	display: none;
}

.mov01 .mov01_text {
	display: block;
	width: 21.95%;
	position: absolute;
	top: 16.25%;
	left: 50%;
	transform: translateX(-50%);
}

.mov01 .icon-play {
	display: block;
	width: 9.4%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-wrap {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.video-wrap video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 768px) {
	.section-mov {
		padding: 105px 15px 80px 15px;
		position: relative;
	}

	.section-mov:before {
		min-width: 0;
		height: 62px;
		background-image: url("/chuto/person/img/arrow02-sp.png");
	}

	.mov01 {
		width: 100%;
	}

	.mov01 .mov01_text {
		width: 35.28%;
		top: -7%;
	}

	.mov01 .icon-play {
		width: 16.7%;
	}
}

/* --------------------
 * pageNav
 * -------------------- */
.page-person .pageNav {
	padding: 100px 0 120px 0;
}

@media only screen and (max-width: 768px) {
	.page-person .pageNav {
		padding: 85px 0 85px 0;
	}
}

/* --------------------
 * pageNav02
 * -------------------- */
.page-person .pageNav02 {
	margin: 0 0 0 0;
}

@media only screen and (max-width: 768px) {
	.page-person .pageNav02 {
		margin: 0 0 50px 0;
	}
}

























