@charset "utf-8";

/* ユーティリティ */
.txt-b {
	font-size: 120% !important;
}

.content-inner-100 {
	width: 100%;
	margin: 0;
	padding: 20px 30px;
	z-index: 1;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #505050;
	text-align: center;
}

/* 職種紹介・ポジションエリア */
.posi {
	width: 100%;
	margin: 40px 0 60px 0;
	padding: 20px 20px 40px 20px;
	display: flex;
	flex-direction: column;
	color: #505050;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.posi1 {
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	font-size: 24px;
	line-height: 1.6;
	color: #346596;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 20px 0;
}

.posi2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.posi2-1 {
	width: 43%;
}

.posi2-1 img {
	width: 100%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
	border-radius: 12px;
	height: auto;
	margin: 20px 0 0 0;
}

.posi2-2 {
	width: 43%;
}

.posi2-2 img {
	width: 100%;
	box-shadow: rgb(0, 0, 0, 0.2) 8px 8px 16px;
	border-radius: 12px;
}

.posi-note {
	padding: 20px;
	font-size: 80%;
}

/* キャリアプラン図 */
.c-tit-outer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-tit {
	position: relative;
	display: inline-block;
	margin: 0 auto 12px;
	padding: 8px 16px;
	border: 1px solid #346596;
	border-radius: 8px;
	background-color: #ffffff;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #505050;
	animation: fuki 2.7s 0s infinite forwards;
}

@keyframes fuki {

	0%,
	100% {
		transform: translateY(-4px);
	}

	50% {
		transform: translateY(4px);
	}
}

.c-tit::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #346596 transparent transparent;
	translate: -50% 100%;
}

.c-tit::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 10.4px 8.7px 0 8.7px;
	border-color: #ffffff transparent transparent;
	translate: -50% 100%;
}

.c-path {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.c-path ul {
	padding: 0;
	margin: 8px 0 0 0;
}

.c-path li {
	list-style-type: none;
}

.c-path dd {
	margin-left: 0;
	padding: 0 0 0 68px;
}

.c-path-e {
	position: relative;
}

.c-path-e::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}

.c-path-e>li {
	position: relative;
}

.c-path-e>li:not(:last-child) {
	margin-bottom: 40px;
}

.c-path-e>li .icon03 {
	font-size: 10px;
	font-weight: 500;
	width: 60px;
	height: 60px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #346596;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}

.c-path-e>li .icon03-in {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	padding: 0px 0 0 0;
}

.c-path-e>li .icon03 span {
	font-size: 22px;
	font-weight: 300;
}

.c-path-e>li dl {
	padding-left: 60px;
	position: relative;
}

.c-path-e>li dl::before,
.c-path-e>li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.c-path-e>li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 12px;
	background: #346596;
	border-radius: 50%;
	left: -4px;
}

.c-path-e>li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 30px;
}

.c-path-e>li dl dt {
	font-size: 18px;
	font-weight: 500;
	color: #346596;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

/* インタビューページ用見出し（.fortop-s） */
.fortop-s {
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	width: 100%;
	z-index: 3;
	padding: 60px 0px 20px 0px;
	font-size: 14px;
	line-height: 2;
	color: #346596;
	text-align: center;
}

.fortop-s::before {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 5px;
	background: #bb5f7e;
	animation: r-dot 3s ease-in-out infinite;
}

.fortop-s span {
	position: absolute;
	width: 100%;
	display: inline-block;
	transform-origin: center;
	top: 12px;
	left: 0;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	font-weight: 100;
	font-size: 40px;
	line-height: 1.4;
	color: #346596;
	text-align: center;
}

/* 人物紹介エリア（ppl-outer/inner） */
.ppl-outer {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.ppl-inner {
	width: 42%;
	margin: 50px 0 50px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	color: #505050;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ppl-inner:hover .ppl-pic img {
	transform: scale(1.07);
}

.ppl-pic {
	width: 100%;
	height: 300px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.ppl-pic img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

.ppl-btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #346596;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #346596;
	color: #fff;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	padding: 20px 10px;
	border-radius: 40px;
	margin: 20px 0 0 0;
}

.ppl-btn:hover {
	background-color: #fff;
	color: #346596 !important;
}

.ppl-inner:hover .ppl-btn span {
	transform: translateX(5px);
}

.ppl-btn span {
	display: inline-flex;
	font-size: 26px;
	padding: 0 0 0 8px;
	transition: all 0.3s ease-in-out;
}

.ppl-inner1 {
	width: 100%;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.ppl-inner1in {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.ppl-inner1-1 {
	color: #346596;
	font-size: 14px;
	margin: 0 12px 0 0;
	border: 1px solid #346596;
	padding: 4px 12px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}

.ppl-inner1-2 {
	color: #505050;
	font-size: 28px;
	font-weight: 300;
}

.ppl-inner1-2 span {
	font-size: 12px;
	font-weight: 500;
}

/* インタビュー詳細ページ用スタイル */
.ppl-eachpage {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: column;
	color: #505050;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ppl-mainpic {
	width: 100%;
	height: 600px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	position: relative;
}

.ppl-mainpic img {
	width: 100%;
	transition: transform .3s ease;
	object-fit: cover;
	border-radius: 30px 30px 0 0;
}

.ppl-mainpic-txt {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	padding: 40px;
	color: #fff;
	z-index: 2;
	font-size: 28px;
	font-weight: 300;
	background-color: rgba(52, 101, 150, 0.8);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ppl-mainpic-txt-l {
	left: 0px !important;
	border-radius: 0 30px 30px 0 !important;
}

.ppl-mainpic-txt-r {
	right: 0px !important;
	border-radius: 30px 0 0 30px !important;
	text-align: left;
}

.ppl-mainpic-txt-s {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 8px 0 0 0;
}

.ppl-mainpic-txt-s-1 {
	color: #fff;
	font-size: 14px;
	margin: 0 12px 0 0;
	border: 1px solid #fff;
	padding: 8px 12px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 1;
}

.ppl-mainpic-txt-s-2 {
	color: #fff;
	font-size: 32px;
	font-weight: 300;
}

.ppl-mainpic-txt-s-2 span {
	font-size: 12px;
	font-weight: 500;
}

.ppl-each-outer {
	display: flex;
	flex-direction: row;
	padding: 60px 60px 0px 60px;
	justify-content: space-between;
}

.ppl-q {
	position: relative;
	color: #346596;
	font-size: 120%;
	font-weight: 400;
	padding: 0 0 0 0px
}

.ppl-q:before {
	position: absolute;
	content: "";
	left: -40px;
	top: 17px;
	width: 35px;
	height: 1px;
	background-color: #346596;
}

.ppl-a {
	line-height: 2;
	letter-spacing: 0.1em;
	padding: 20px 0 40px 0;
}

.ppl-each-in1 {
	width: 53%;
}

.ppl-each-in2 {
	width: 42%;
}

.ppl-each-in2 img {
	width: 100%;
}

.ppl-btmlink-outer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.ppl-btmlink {
	width: 100%;
	height: 200px;
	margin: 20px 0 40px 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	color: #505050;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.ppl-btmlink-pic {
	width: 240px;
	height: 200px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 30px 0 0 30px;
}

.ppl-btmlink-pic img {
	width: 240px;
	height: 200px;
	object-fit: cover;
	transition: transform .3s ease;
	border-radius: 30px 0 0 30px;
}

.ppl-btmlink:hover .ppl-btmlink-pic img {
	transform: scale(1.07);
}

.ppl-btmlink:hover .ppl-btn span {
	transform: translateX(5px);
}

.ppl-btmlink-txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 40px;
}

/* メディアクエリ */
@media screen and (max-width:899px) {
	.ppl-pic {
		height: 200px;
	}

	.ppl-inner1 {
		padding: 20px 20px;
	}
}

@media screen and (max-width:699px) {
	.content-inner-100 {
		padding: 20px 0px;
	}

	/* .fortop-s */
	.fortop-s::before {
		bottom: 0px;
		left: calc(50% - 5px);
		width: 10px;
		height: 10px;
		content: '';
		border-radius: 5px;
		background: #bb5f7e;
		animation: r-dot 3s ease-in-out infinite;
	}

	.fortop-s span {
		position: absolute;
		width: 100%;
		display: inline-block;
		transform-origin: center;
		top: 12px;
		left: 0;
		font-family: 'Roboto', sans-serif !important;
		margin: 0;
		font-weight: 100;
		font-size: 40px;
		line-height: 1.4;
		color: #346596;
		text-align: center;
	}

	/* posi */
	.posi2 {
		flex-direction: column;
	}

	.posi2-1 {
		width: 100%;
	}

	.posi2-1 img {
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
	}

	.posi2-2 {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.posi-note {
		padding: 20px 0;
	}

	/* c-path */
	.c-path-e>li dl::after {
		width: 26px;
	}

	.c-path-e>li dl {
		padding-left: 30px;
	}

	.c-path dd {
		padding: 8px 0 0 0;
	}

	/* ppl */
	.ppl-outer {
		padding: 0 0px;
	}

	.ppl-inner {
		width: 100% !important;
		margin: 20px 0 !important;
	}

	.ppl-mainpic {
		height: 200px;
		margin: 0 0 200px 0;
		overflow: visible;
	}

	.ppl-mainpic img {
		height: auto;
		width: 100%;
	}

	.ppl-mainpic-txt-l,
	.ppl-mainpic-txt-r {
		border-radius: 0 0 0px 0px !important;
	}

	.ppl-mainpic-txt {
		transform: none;
		top: 199px;
		width: 100%;
		padding: 20px;
		font-size: 20px;
		background-color: rgba(52, 101, 150, 1);
	}

	.ppl-each-outer {
		flex-direction: column;
		padding: 60px 20px 0px 20px;
	}

	.ppl-each-in1 {
		width: 100%;
	}

	.ppl-each-in2 {
		width: 100%;
		order: 2;
	}

	.ppl-q:before {
		left: -18px;
		width: 15px;
	}
}

@media screen and (max-width:499px) {
	.ppl-mainpic-txt-s {
		flex-direction: column;
		align-items: flex-start;
		margin: 20px 0 0 0;
	}
}