@charset "UTF-8";

.person-menu {
	padding: 0 0 30px;
	background: url("../img/common_img/wave.jpg") no-repeat center top;
	background-size: 1440px auto;
}
.person-menu ul {
	width: 90%;
	margin: 0 auto 0px;
	max-width: 1120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.person-menu ul li {
	width: 22%;
	margin: 0 1.5% 50px;
	position: relative;
}
.person-menu ul li .int-btn-txt {
	opacity: 0;
	transition: all .5s;
}
.person-menu ul li:hover .int-btn-txt {
	opacity: 1;
}


@media screen and (max-width: 767px) {
	.person-menu {
		padding: 0 0 30px;
		background: url("../img/common_img/wave.jpg") no-repeat center top;
		background-size: 1440px auto;
	}
	.person-menu ul {
		width: 90%;
		margin: 0 auto 40px;
		max-width: 380px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.person-menu ul li {
		width: 48%;
		margin: 0 1% 20px;
		position: relative;
	}
	.person-menu ul li .int-btn-txt {
	opacity: 1;
	transition: all 0s;
}
}

@media screen and (max-width: 480px) {

}
.person main {
	overflow-x: hidden;
}
.person .page-ttl {
	position: relative;
	padding: 0 0;
	background: url("../img/common_img/wave.jpg") no-repeat center top;
	background-size: 100% auto;
	height: auto;
}
.person .page-ttl .bg {
	width: 85%;
}
.person .page-ttl h1 {
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #188DD6;
	line-height: 1em;
	bottom: 25px;
	position: relative;
	width: 90%;
	max-width: 1120px;
	left: 50%;
	transform: translateX(-50%);
}
.person .page-ttl h1:first-letter {
	color: #083E96;
}
.person .profile {
	position: absolute;
	width: 50%;
	min-width: 600px;
	right: 0;
	bottom: 90px;
}
.person .profile dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.person .profile dl dt {
	width: 180px;
	background: #083E96;
	box-sizing: border-box;
	padding: 45px 30px 30px;
}
.person .profile dl dt p:nth-of-type(1) {
	display: inline-block;
	background: #FFF;
	padding: 0 20px;
	line-height: 1.8em;
	position: absolute;
	left: 0;
	top: 0;
	color: #188DD6;
	font-weight: 600;
}
.person .profile dl dt p:nth-of-type(2) {
	color: #FFF;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2em;
}
.person .profile dl dt p:nth-of-type(2) span {
	font-size: 12px;
	display: block;
}
.person .profile dl dd {
	width: calc(100% - 180px);
	background: #188DD6;
	box-sizing: border-box;
	padding: 45px 30px 30px;
}
.person .profile dl dd p {
		color: #FFF;
	line-height: 1.6em;
}

.interview-block01,
.interview-block02 {
	padding: 80px 0;
}
.interview-block01 ul,
.interview-block02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview-block01 ul li,
.interview-block02 ul li {
	position: relative;
	width: 48%;
	margin-bottom: 60px;
}
.with-image {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding-bottom: 8%;
}
.interview-block01 .with-image .insert {
	width: 48vw;
	max-width: 720px;
	position: absolute;
	left: 48vw;
	transform: translateX(-110%);
	top: 0;
}
.interview-block02 .with-image .insert {
	width: 48vw;
	max-width: 720px;
	position: absolute;
	left: 52vw;
	transform: translateX(-10%);
	top: 0;
}
.with-image .insert img {
	min-height: 320px;
	max-height: 380px;
	object-fit: cover;
}
.interview-block01 .with-image > .txt {
	width: 48%;
	left: 52%;
	position: relative;
	max-width: calc(1120px * .48);
}
.interview-block02 .with-image > .txt {
	width: 48%;
	left: 50%;
	transform: translateX(-104%);
	position: relative;
	max-width: calc(1120px * .48);
}
.schedule {
	background: #F5F8F8;
	padding: 80px 0;
	margin-bottom: 80px;
}
.scroll-box {
  overflow-x: scroll;
	padding-bottom: 30px;
	position: relative;
}
.schedule .content-box {
	position: relative;
}
.schedule .content-box:after {
	width: 36px;
	height: 32px;
	background-image: url("../img/person_img/scroll-hand.svg");
	right: 0;
	bottom: -40px;
}
.scroll-box::-webkit-scrollbar {
  background: #FFF;
  width: 15px;
  height: 15px;
  border-radius: 20px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background-color: #E6EEEE;
  border-radius: 20px;
}
.person01 .schedule ul {
  min-width: calc(290px * 4);
	padding-bottom: 40px;
}
.person02 .schedule ul {
  min-width: calc(290px * 5);
	padding-bottom: 40px;
}
.person03 .schedule ul {
  min-width: calc(290px * 6);
	padding-bottom: 40px;
}
.person04 .schedule ul {
  min-width: calc(290px * 8);
	padding-bottom: 40px;
}
.person05 .schedule ul {
  min-width: calc(290px * 8);
	padding-bottom: 40px;
}
.person07 .schedule ul {
  min-width: calc(290px * 8);
	padding-bottom: 40px;
}
.person08 .schedule ul {
  min-width: calc(290px * 10);
	padding-bottom: 40px;
}
.schedule ul li {
	width: 260px;
	margin-right: 30px;
	float: left;
	display: inline;
}
.schedule ul li .time {
	position: relative;
	margin-bottom: 15px;
	padding-left: 70px;
	height: 24px;
}
.schedule ul li .time:after {
	width: calc(100% - 70px);
	height: 6px;
	background-image: url("../img/person_img/schedule-dots.svg");
	background-repeat: repeat-x;
	background-position: left center;
	background-size: auto 6px;
	left: 70px;
	top: calc(50% + 3px);
}
.schedule ul li .time span {
	font-size: 24px;
	font-weight: 600;
	color: #188DD6;
	position: absolute;
	left: 0;
}
.schedule ul li p:not([class]) {
	font-weight: 500;
	line-height: 1.5em;
}

.career-history {
	background: #F5F8F8;
	padding: 80px 0;
	margin-bottom: 80px;
}
.career-history dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0;
}
.career-history dl dt {
	width: 25%;
	max-width: 250px;
	min-height: 160px;
	background: #fff url("../img/person_img/career-arrow.svg") no-repeat center top;
	background-size: 250px auto;
	position: relative;
}
.career-history dl dt p {
	position: absolute;
	text-align: center;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: 600;
	line-height: 1.4em;
}
.career-history dl dt p span {
	font-size: 40px;
	color: #188DD6;
	display: block;
	line-height: 1.4em;
}
.career-history dl dd {
	position: relative;
	width: 75%;
	padding: 15px 40px 15px;
	box-sizing: border-box;
}
.career-history dl dd .ttl {
	font-size: 20px;
	font-weight: 600;
	color: #083E96;
}
.career-history dl dd p:not([class]) {
	padding: 0 0 15px;
	border-bottom: dotted 2px #188DD6;
}
.my-goal {
	position: relative;
	padding: 150px 0 50px;
	background: url("../img/common_img/wave.jpg") no-repeat center top;
	background-size: 100% auto;
	height: auto;
}
.my-goal .white-box {
	width: 90%;
	background: #FFF;
	position: relative;
	margin: 0 auto 0px;
	border: solid 1px #188DD6;
	box-sizing: border-box;
	padding: 50px 50px 90px 350px;
}
.my-goal .white-box  .stand-image {
	position: absolute;
	left: 50px;
	bottom: -50px;
	width: 250px;
}
.my-private {
	position: relative;
	padding: 100px 0 100px;
	background: linear-gradient(90deg, #188dd6 0%, #083e96 100%);
}
.my-private .narrow-box {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.my-private .narrow-box .txt {
	width: 67%;
}
.my-private .narrow-box .q-ttl:before {
	background-image: url("../img/common_img/question-icon-white.svg");	
}
.my-private .narrow-box .txt p {
	color: #FFF;
}
.my-private .narrow-box .insert {
	width: 30%;
}
.my-private .narrow-box .insert img {
	border-radius: 25px;
}
.person-bottom-menu {
	padding: 80px 0;
}
.person-bottom-menu .content-box > p {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.09em;
	color: #188DD6;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.person-bottom-menu .content-box > p:first-letter {
	color: #083E96;
}
.person-bottom-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px auto 0;
}
.person-bottom-menu ul li {
	width: 24%;
	margin-bottom: 2%;
	position: relative;
	transition: all .4s;
}
.person-bottom-menu ul li:hover {
	opacity: .9;
}
.person-bottom-menu ul li .int-btn-txt {
	position: relative;
	left: auto;
	bottom: auto;
	height: auto;
	min-height: auto;
	background: linear-gradient(-90deg, #188dd6 0%, #083e96 100%);
}
.person .q-ttl ~ .ttl {
	color: #188DD6;
	font-size: 18px;
	font-weight: 600;
}
.full-insert {
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.person .page-ttl .bg {
		width: 90%;
	}
	.person .page-ttl .bg img {
		object-fit: cover;
		min-height: 300px;
	}
	.person01 .page-ttl .bg img {
		object-position: 30% center;
	}
	.person02 .page-ttl .bg img {
		object-position: 30% center;
	}
	.person03 .page-ttl .bg img {
		object-position: 10% center;
	}
	.person04 .page-ttl .bg img {
		object-position: 50% center;
	}
	.person05 .page-ttl .bg img {
		object-position: 75% center;
	}
	.person06 .page-ttl .bg img {
		object-position: 30% center;
	}
	.person07 .page-ttl .bg img {
		object-position: 30% center;
	}
	.person08 .page-ttl .bg img {
		object-position: 30% center;
	}
	.person .page-ttl h1 {
		font-size: 30px;
		bottom: 18px;
	}
	.person .profile {
		position: relative;
		width: 100%;
		min-width: auto;
		right: 0;
		bottom: 0;
	}
	.person .profile dl dt {
		width: 100%;
		background: #083E96;
		box-sizing: border-box;
		padding: 35px 20px 10px;
	}
	.person .profile dl dt p:nth-of-type(1) {
		padding: 0 20px;
		line-height: 1.8em;
	}
	.person .profile dl dt p:nth-of-type(2) {
		font-size: 20px;
	}
	.person .profile dl dt p:nth-of-type(2) span {
		font-size: 11px;
	}
	.person .profile dl dd {
		width: calc(100%);
		background: #188DD6;
		box-sizing: border-box;
		padding: 10px 20px 10px;
	}
	.interview-block01,
	.interview-block02 {
		padding: 40px 0;
	}
	.interview-block01 ul,
	.interview-block02 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview-block01 ul li,
	.interview-block02 ul li {
		position: relative;
		width: 100%;
		margin-bottom: 30px;
	}
	.with-image {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		padding-bottom: 8%;
	}
	.interview-block01 .with-image .insert {
		width: 100%;
		position: relative;
		left: 0;
		transform: translateX(0);
		top: 0;
		order: 4;
		padding: 30px 0 0;
	}
	.interview-block02 .with-image .insert {
		width: 100vw;
		position: relative;
		left: 0;
		transform: translateX(0);
		top: 0;
		padding: 30px 0 0;
	}
	.with-image .insert img {
		min-height: 200px;
		max-height: 380px;
		object-fit: cover;
	}
	.interview-block01 .with-image > .txt {
		width: 100%;
		left: 0;
		position: relative;
		max-width: calc(1120px * .48);
	}
	.interview-block02 .with-image > .txt {
		width: 100%;
		left: 0;
		transform: translateX(0);
		position: relative;
		max-width: calc(1120px * .48);
	}
	.schedule {
		background: #F5F8F8;
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.scroll-box {
		overflow-x: scroll;
		padding-bottom: 20px;
		position: relative;
	}
	.schedule .content-box {
		position: relative;
	}
	.schedule .content-box:after {
		width: calc(36px * .5);
		height: calc(32px * .5);
		background-image: url("../img/person_img/scroll-hand.svg");
		right: 0;
		bottom: -25px;
	}
	.scroll-box::-webkit-scrollbar {
		background: #FFF;
		width: 10px;
		height: 10px;
		border-radius: 20px;
	}
	.scroll-box::-webkit-scrollbar-thumb {
		background-color: #E6EEEE;
		border-radius: 20px;
	}
	.person01 .schedule ul {
		min-width: calc(240px * 4);
		padding-bottom: 40px;
	}
	.person02 .schedule ul {
		min-width: calc(240px * 5);
		padding-bottom: 40px;
	}
	.person03 .schedule ul {
		min-width: calc(240px * 6);
		padding-bottom: 40px;
	}
	.person04 .schedule ul {
		min-width: calc(240px * 8);
		padding-bottom: 40px;
	}
	.person05 .schedule ul {
		min-width: calc(240px * 8);
		padding-bottom: 40px;
	}
	.person07 .schedule ul {
		min-width: calc(240px * 8);
		padding-bottom: 40px;
	}
	.person08 .schedule ul {
		min-width: calc(240px * 10);
		padding-bottom: 40px;
	}
	.schedule ul li {
		width: 220px;
		margin-right: 20px;
		float: left;
		display: inline;
	}
	.schedule ul li .time {
		position: relative;
		margin-bottom: 15px;
		padding-left: 70px;
		height: 24px;
	}
	.schedule ul li .time:after {
		width: calc(100% - 70px);
		height: 6px;
		background-image: url("../img/person_img/schedule-dots.svg");
		background-repeat: repeat-x;
		background-position: left center;
		background-size: auto 6px;
		left: 70px;
		top: calc(50% + 3px);
	}
	.schedule ul li .time span {
		font-size: 24px;
		font-weight: 600;
		color: #188DD6;
		position: absolute;
		left: 0;
	}
	.schedule ul li p:not([class]) {
		font-weight: 500;
		line-height: 1.5em;
	}

	.career-history {
		background: #F5F8F8;
		padding: 80px 0;
		margin-bottom: 50px;
	}
	.career-history dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 0 0;
	}
	.career-history dl dt {
		width: 25%;
		max-width: 250px;
		min-height: 180px;
		background: #fff url("../img/person_img/career-arrow.svg") no-repeat center top;
		background-size: 250px auto;
		position: relative;
	}
	.career-history dl dt p {
		position: absolute;
		text-align: center;
		top: 40%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-weight: 600;
		line-height: 1.4em;
	}
	.career-history dl dt p span {
		font-size: 20px;
		color: #188DD6;
		display: block;
		line-height: 1.4em;
	}
	.career-history dl dd {
		position: relative;
		width: 75%;
		padding: 20px;
		box-sizing: border-box;
	}
	.career-history dl dd .ttl {
		font-size: 16px;
		font-weight: 600;
		color: #083E96;
	}
	.career-history dl dd p:not([class]) {
		padding: 0 0 15px;
		border-bottom: dotted 2px #188DD6;
	}
	.my-goal {
		position: relative;
		padding: 0px 0 50px;
		background: url("../img/common_img/wave.jpg") no-repeat center top;
		background-size: 100% auto;
		height: auto;
	}
	.my-goal .white-box {
		width: 100%;
		background: #FFF;
		position: relative;
		margin: 0 auto 0px;
		border: solid 1px #188DD6;
		box-sizing: border-box;
		padding: 30px 30px 90px 30px;
	}
	.my-goal .white-box  .stand-image {
		position: absolute;
		left: auto;
		right: -23px;
		bottom: -51px;
		width: 100px;
	}
	.my-private {
		position: relative;
		padding: 60px 0 60px;
		background: linear-gradient(90deg, #188dd6 0%, #083e96 100%);
	}
	.my-private .narrow-box {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.my-private .narrow-box .txt {
		width: 100%;
	}
	.my-private .narrow-box .q-ttl:before {
		background-image: url("../img/common_img/question-icon-white.svg");	
	}
	.my-private .narrow-box .txt p {
		color: #FFF;
	}
	.my-private .narrow-box .insert {
		width: 100%;
		max-width: 200px;
		margin: 20px auto 0;
	}
	.my-private .narrow-box .insert img {
		border-radius: 25px;
	}
	.person-bottom-menu {
		padding: 60px 0;
	}
	.person-bottom-menu .content-box > p {
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.09em;
		color: #188DD6;
		line-height: 1.6em;
		margin-bottom: 20px;
	}
	.person-bottom-menu .content-box > p:first-letter {
		color: #083E96;
	}
	.person-bottom-menu ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0px auto 0;
	}
	.person-bottom-menu ul li {
		width: 49%;
		margin-bottom: 2%;
		position: relative;
		transition: all .4s;
	}
	.person-bottom-menu ul li:hover {
		opacity: .9;
	}
	.person-bottom-menu ul li .int-btn-txt {
		width: 100%;
		position: relative;
		left: auto;
		bottom: auto;
		height: auto;
		min-height: auto;
		background: linear-gradient(-90deg, #188dd6 0%, #083e96 100%);
	}
}

@media screen and (max-width: 480px) {
	
}