/* 社員紹介：インタビュー
=========================================================================
=========================================================================*/
/* セクション：背景固定
=========================================================================*/
#person_bg {
	position: fixed;
	width: 100%;
	z-index: -1;
}

#person_bg::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}

/* セクション：タイトル
=========================================================================*/
#person_title {
	position: relative;
	width: 100%;
	height: 470px;
}

#person_title .widget {
	position: absolute;
	bottom: -57px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(1090 / 1366 * 100%);
}

#person_title .title_logo {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 435px;
}

#person_title .profile {
	position: absolute;
	right: 75px;
	bottom: 108px;
	width: 192px;
}

/* セクション：ムービー
=========================================================================*/
#person_movie {
	padding-bottom: 105px;
	background: #FFF;
	border-top: 374px solid #0F0F0F;
	text-align: center;
}

#person_movie.nomovie {
	padding-top: 65px;
	border-top: 100px solid #0F0F0F;
}

#person_movie video {
	margin: -274px auto 64px;
	width: 695px;
	filter: drop-shadow(0px 0px #000);
}

#person_movie p {
	margin: 0 auto;
	width: 800px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.2em;
	text-align: left;
}

@media screen and (max-width: 830px) {
	#person_movie p {
		padding: 0 15px;
		width: 100%;
	}
}

/* セクション：01
=========================================================================*/
#person_sec01 {
	overflow: hidden;
	position: relative;
	margin-bottom: 585px;
	padding-bottom: 145px;
	background: #FFF;
}

#person_sec01::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(765 / 1366 * 100%);
	height: 551px;
	background: #F2F5F2;
}

#person_sec01 .photo_01 {
	position: relative;
	margin-bottom: 50px;
	width: calc(806 / 1366 * 100%);
	z-index: 2;
}

#person_sec01 h2 {
	position: absolute;
	top: 109px;
	left: 50%;
	font-size: 39px;
	font-size: 3.9rem;
	line-height: 1.3em;
	letter-spacing: .1em;
	/*color: #34427C;*/
	text-align: left;
	z-index: 2;
}

#person_sec01 h2 span {
	position: relative;
	display: inline-block;
	margin-bottom: .4em;
	padding: 0 .1em;
	/*background: #FFF;*/
	z-index: 2;
}

#person_sec01 h2 span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: -1;
	transform: scale(0, 1);
	transform-origin: left;
}

#person_sec01 h2.reveal span::after {
	animation: reveal-text 600ms cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s forwards;
}

@keyframes reveal-text {
	100% {
		transform: scale(1, 1);
	}
}

#person_sec01 p {
	position: relative;
	margin: 0 auto;
	width: 800px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.2em;
	text-align: left;
	z-index: 2;
}

@media screen and (max-width: 830px) {
	#person_sec01 p {
		padding: 0 15px;
		width: 100%;
	}
}

/* セクション：02
=========================================================================*/
#person_sec02 {
	position: relative;
	padding-top: 64px;
	padding-bottom: 140px;
	background: #F2F5F2;
}

#person_sec02 p {
	margin: 0 auto;
	width: 800px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.2em;
	text-align: left;
}

@media screen and (max-width: 830px) {
	#person_sec02 p {
		padding: 0 15px;
		width: 100%;
	}
}

/* セクション：リスト
=========================================================================*/
#person_list {
	padding: 116px 15px 96px;
	background: url(../img/interview/person_list_bg.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
}

#person_list h2 {
	margin: 0 auto 46px;
	width: 180px;
}

#person_list ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 966px;
}

@media screen and (max-width: 996px) {
	#person_list ul {
		padding: 0 15px;
		width: 100%;
	}
}

#person_list ul li {
	padding: 0 6px;
	width: calc(164 / 966 * 100%);
	text-align: left;
}

#person_list ul li a {
	overflow: hidden;
	display: block;
	background: #FFF;
}

#person_list ul li a:hover img {
	transform: scale(1.02);
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	transition-duration: 0.5s;
}

#person_list img {
	transition-duration: 0.5s;
}

#person_list p {
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}

#person_list p span {
	display: block;
	margin-top: 0.2rem;
	font-weight: normal;
	font-size: 13px;
	font-size: 1.3rem;
}

#person_list a.button {
	overflow: hidden;
	display: inline-block;
	width: 376px;
	height: 50px;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/interview/button_index.svg) center center no-repeat #FFF;
	background-size: 45px auto;
}

/* PREV NEXTボタン */
.prev,
.next {
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -70%);
	width: 32px;
	height: 52px;
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	z-index: 2;
}

.prev {
	left: -20px;
	background: url(../img/interview/button_prev.png) no-repeat center center / contain;
}

.next {
	right: -20px;
	background: url(../img/interview/button_next.png) no-repeat center center / contain;
}

@media screen and (max-width: 996px) {
	.prev {
		left: 0;
	}

	.next {
		right: 0;
	}
}

/* 各社員設定
=========================================================================*/
/* 家庭用ガス 営業 I.S */
#person_title.person_01 {
	background: url(../img/interview/01_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_01 .title_logo {
	width: 434px;
}

#person_bg.person_01::before {
	background: url(../img/interview/01_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_01 {
	color: #00A73C;
}

/* 家庭用ガス 営業 K.A */
#person_title.person_02 {
	background: url(../img/interview/02_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_02 .title_logo {
	width: 434px;
}

#person_bg.person_02::before {
	background: url(../img/interview/02_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_02 {
	color: #00A73C;
}

/* 家庭用ガス 営業 K.M */
#person_title.person_03 {
	background: url(../img/interview/03_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_03 .title_logo {
	width: 438px;
}

#person_bg.person_03::before {
	background: url(../img/interview/03_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_03 {
	color: #00A73C;
}

/* 家庭用ガス 所長 Y.T */
#person_title.person_04 {
	background: url(../img/interview/04_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_04 .title_logo {
	width: 438px;
}

#person_bg.person_04::before {
	background: url(../img/interview/04_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_04 {
	color: #00A73C;
}

/* 家庭用ガス 営業 I.S */
#person_title.person_05 {
	background: url(../img/interview/05_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_05 .title_logo {
	width: 434px;
}

#person_bg.person_05::before {
	background: url(../img/interview/05_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_05 {
	color: #00A73C;
}

/* 医療ガス 営業 T.K */
#person_title.person_06 {
	background: url(../img/interview/06_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_06 .title_logo {
	width: 465px;
}

#person_title.person_06 .profile {
	bottom: 86px;
}

/* 医療ガス 業務課 H.T */
#person_title.person_07 {
	background: url(../img/interview/07_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_07 .title_logo {
	width: 433px;
}

#person_bg.person_07::before {
	background: url(../img/interview/07_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_07 {
	color: #EBACBB;
}

/* 技術開発部　W.S */
#person_title.person_08 {
	background: url(../img/interview/08_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_08 .title_logo {
	width: 433px;
}

#person_bg.person_08::before {
	background: url(../img/interview/08_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_08 {
	color: #61A1AD;
}

/* 電力事業 営業 M.T */
#person_title.person_09 {
	background: url(../img/interview/09_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_09 .title_logo {
	width: 434px;
}

#person_bg.person_09::before {
	background: url(../img/interview/09_bg.jpg?01) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_09 {
	color: #D39736;
}

/* 電力事業 営業 T.M */
#person_title.person_10 {
	background: url(../img/interview/10_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_10 .title_logo {
	width: 433px;
}

#person_bg.person_10::before {
	background: url(../img/interview/10_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_10 {
	color: #D39736;
}

/* アクア事業　H.R */
#person_title.person_11 {
	background: url(../img/interview/11_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_11 .title_logo {
	width: 433px;
}

#person_bg.person_11::before {
	background: url(../img/interview/11_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_11 {
	color: #5FB3E0;
}

/* 海外事業部 T.S */
#person_title.person_12 {
	background: url(../img/interview/12_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_12 .title_logo {
	width: 434px;
}

#person_bg.person_12::before {
	background: url(../img/interview/12_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_12 {
	color: #CA092C;
}

/* 留学生採用 G.A */
#person_title.person_13 {
	background: url(../img/interview/13_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_13 .title_logo {
	width: 437px;
}

#person_bg.person_13::before {
	background: url(../img/interview/13_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_13 {
	color: #696756;
}

/* 社員紹介 事務職 M.M */
#person_title.person_14 {
	background: url(../img/interview/14_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_14 .title_logo {
	width: 433px;
}

#person_bg.person_14::before {
	background: url(../img/interview/14_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_14 {
	color: #696756;
}

/* 社員紹介 家庭用ガス 所長 U.I */
#person_title.person_15 {
	background: url(../img/interview/15_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_15 .title_logo {
	width: 433px;
}

#person_bg.person_15::before {
	background: url(../img/interview/15_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_15 {
	left: 42%;
	color: #00A73C;
}

/* 社員紹介 産業ガス 開発営業 C.T */
#person_title.person_16 {
	background: url(../img/interview/16_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_16 .title_logo {
	width: 433px;
}

#person_bg.person_16::before {
	background: url(../img/interview/16_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_16 {
	color: #1E798A;
}

/* 社員紹介 医療ガス 営業 H.H */
#person_title.person_17 {
	background: url(../img/interview/17_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_17 .title_logo {
	width: 433px;
}

#person_bg.person_17::before {
	background: url(../img/interview/17_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_17 {
	left: 36.5%;
	color: #EBACBB;
}

/* 社員紹介 アクア事業部 営業 T.Y */
#person_title.person_18 {
	background: url(../img/interview/18_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_18 .title_logo {
	width: 466px;
}

#person_bg.person_18::before {
	background: url(../img/interview/18_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_18 {
	left: 40%;
	color: #5FB3E0;
}

/* 社員紹介 海外事業 E.K */
#person_title.person_19 {
	background: url(../img/interview/19_main_photo.jpg) center center no-repeat;
	background-size: cover;
}

#person_title.person_19 .title_logo {
	width: 466px;
}

#person_bg.person_19::before {
	background: url(../img/interview/19_bg.jpg) center center no-repeat;
	background-size: cover;
}

#person_sec01 h2.person_19 {
	left: 42%;
	color: #CB412E;
}


/*  タブレット（960px未満）
=========================================================================
=========================================================================*/
@media screen and (max-width: 959px) {}

/*  スマホ（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	/* セクション：タイトル
	=========================================================================*/
	#person_title {
		margin-top: 60px;
		height: 412px;
	}

	#person_title .widget {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
	}

	#person_title .title_logo {
		position: absolute;
		left: 0;
		bottom: 61px;
		width: 100% !important;
	}

	#person_title .profile {
		position: absolute;
		right: 19px;
		bottom: -10px !important;
		width: 146px;
	}

	/* セクション：ムービー
	=========================================================================*/
	#person_movie {
		padding-bottom: 60px;
		background: #FFF;
		border-top: 251px solid #0F0F0F;
		text-align: center;
	}

	#person_movie .title_logo {
		margin: -265px auto 10px;
		width: 237px;
	}

	#person_movie.nomovie {
		padding-top: 0;
		border-top: 140px solid #0F0F0F;
	}

	#person_movie.nomovie .title_logo {
		margin: -155px auto 64px;
		width: 237px;
	}

	#person_movie video {
		margin: 0 auto 40px;
		padding: 0 15px;
		width: 100%;
	}

	#person_movie p {
		margin: 0 auto;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.2em;
		text-align: left;
	}

	/* セクション：01
	=========================================================================*/
	#person_sec01 {
		margin-bottom: 400px;
		padding-bottom: 75px;
		background: #F2F5F2;
	}

	#person_sec01::after {
		display: none;
	}

	#person_sec01 .photo_01 {
		position: relative;
		margin-bottom: 0;
		width: 100%;
	}

	#person_sec01 h2 {
		position: relative;
		top: auto;
		left: auto;
		margin-top: -26px;
		margin-bottom: 40px;
		padding: 0 15px;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.3em;
		letter-spacing: .1em;
	}

	#person_sec01 h2 span {
		position: relative;
		display: inline-block;
		margin-bottom: .4em;
		padding: 0 .1em;
		z-index: 2;
	}

	/* セクション：リスト
	=========================================================================*/
	#person_list {
		padding: 116px 15px 60px;
		background: url(../img/interview/person_list_bg.jpg) center top no-repeat;
		background-size: cover;
		text-align: center;
	}

	#person_list h2 {
		margin: 0 auto 66px;
		width: 180px;
	}

	#person_list ul {
		margin-bottom: 60px;
		width: 100%;
	}

	#person_list ul li {
		padding: 0 6px;
		width: calc(164 / 345 * 100%);
		text-align: left;
	}

	#person_list p {
		margin-top: 5px;
		font-size: 2vw;
		line-height: 1.4em;
	}

	#person_list p span {
		margin-top: 0;
		font-size: 1.8vw;
	}

	#person_list a.button {
		width: 206px;
	}

	/* PREV NEXTボタン */
	.prev,
	.next {
		display: block;
		position: absolute;
		top: 50%;
		transform: translate(0, -70%);
		width: 32px;
		height: 52px;
		font-size: 0;
		line-height: 0;
		padding: 0;
		cursor: pointer;
		z-index: 2;
	}

	.prev {
		left: 0;
		background: url(../img/interview/button_prev.png) no-repeat center center / contain;
	}

	.next {
		right: 0;
		background: url(../img/interview/button_next.png) no-repeat center center / contain;
	}



	/* 各社員設定
	=========================================================================*/
	/* 家庭用ガス 営業 I.S */
	#person_title.person_01 {
		background: url(../img/interview/01_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_01::before {
		background: url(../img/interview/01_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	/* 家庭用ガス 営業 K.A */
	#person_title.person_02 {
		background: url(../img/interview/02_main_photo@2x.jpg?01) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_02::before {
		background: url(../img/interview/02_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	/* 家庭用ガス 営業 K.M */
	#person_title.person_03 {
		background: url(../img/interview/03_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_03::before {
		background: url(../img/interview/03_bg@2x.jpg?01) center top 60px no-repeat;
		background-size: cover;
	}

	/* 家庭用ガス 所長 Y.T */
	#person_title.person_04 {
		background: url(../img/interview/04_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_04::before {
		background: url(../img/interview/04_bg@2x.jpg?01) center top 60px no-repeat;
		background-size: cover;
	}

	/* 家庭用ガス 営業 I.S */
	#person_title.person_05 {
		background: url(../img/interview/05_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_05::before {
		background: url(../img/interview/05_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	/* 医療ガス 営業 T.K */
	#person_title.person_06 {
		background: url(../img/interview/06_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_06::before {
		background: url(../img/interview/06_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	/* 医療ガス 業務課 H.T */
	#person_title.person_07 {
		background: url(../img/interview/07_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_07::before {
		background: url(../img/interview/07_bg@2x.jpg?01) center top 60px no-repeat;
		background-size: cover;
	}

	/* 技術開発部　W.S */
	#person_title.person_08 {
		background: url(../img/interview/08_main_photo@2x.jpg?01) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_08::before {
		background: url(../img/interview/08_bg@2x.jpg?01) center top 60px no-repeat;
		background-size: cover;
	}

	/* 電力事業 営業 M.T */
	#person_title.person_09 {
		background: url(../img/interview/09_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_09::before {
		background: url(../img/interview/09_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	/* 電力事業 営業 T.M */
	#person_title.person_10 {
		background: url(../img/interview/10_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_10::before {
		background: url(../img/interview/10_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	/* アクア事業　H.R */
	#person_title.person_11 {
		background: url(../img/interview/11_main_photo@2x.jpg?01) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_11::before {
		background: url(../img/interview/11_bg@2x.jpg?01) center top 60px no-repeat;
		background-size: cover;
	}

	/* 海外事業部 T.S */
	#person_title.person_12 {
		background: url(../img/interview/12_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_12::before {
		background: url(../img/interview/12_bg@2x.jpg?01) center top 60px no-repeat;
		background-size: cover;
	}

	/* 留学生採用 G.A */
	#person_title.person_13 {
		background: url(../img/interview/13_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_13::before {
		background: url(../img/interview/13_bg@2x.jpg?01) center top 60px no-repeat;
		background-size: cover;
	}

	/* 社員紹介 事務職 M.M */
	#person_title.person_14 {
		background: url(../img/interview/14_main_photo@2x.jpg?01) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_14::before {
		background: url(../img/interview/14_bg@2x.jpg?01) center top 60px no-repeat;
		background-size: cover;
	}

	/* 社員紹介 家庭用ガス 所長 U.I */
	#person_title.person_15 {
		background: url(../img/interview/15_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_15::before {
		background: url(../img/interview/15_bg@2x.jpg?01) center top 60px no-repeat;
		background-size: cover;
	}

	#person_sec01 h2.person_15 {
		left: auto;
	}

	/* 社員紹介 産業ガス 開発営業 C.T */
	#person_title.person_16 {
		background: url(../img/interview/16_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_16::before {
		background: url(../img/interview/16_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	/* 社員紹介 医療ガス 営業 H.H */
	#person_title.person_17 {
		background: url(../img/interview/17_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_17::before {
		background: url(../img/interview/17_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	#person_sec01 h2.person_17 {
		left: auto;
	}

	/* 社員紹介 アクア事業部 営業 T.Y */
	#person_title.person_18 {
		background: url(../img/interview/18_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_18::before {
		background: url(../img/interview/18_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	#person_sec01 h2.person_18 {
		left: auto;
	}

	/* 社員紹介 海外事業 E.K */
	#person_title.person_19 {
		background: url(../img/interview/19_main_photo@2x.jpg) center top no-repeat;
		background-size: cover;
	}

	#person_bg.person_19::before {
		background: url(../img/interview/19_bg@2x.jpg) center top 60px no-repeat;
		background-size: cover;
	}

	#person_sec01 h2.person_19 {
		left: auto;
	}

}

/*  スマホ（468px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:468px) {
	#person_sec01 h2 {
		font-size: 5.1vw;
	}
}
