@charset "UTF-8";
.special01 .content-box h2 {
	font-size: 32px;
	position: relative;
	text-align: center;
	font-weight: 300;
	padding-bottom: 15px;
	margin-bottom: 30px;
	line-height: 1.6em;
}
.special01 .content-box h2:after {
	width: 280px;
	height: 4px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-image: url("../img/service_img/dot-line.svg");
}
section[class^="point0"]  {
	margin-bottom: 80px;
}
.point01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0;
}
.point01 ul li {
	width: 31.33%;
	position: relative;
}
.point01 ul li:before {
	width: 112px;
  height: 112px;
	right: 0;
	top: -20px;
	z-index: -1;
}
.point01 ul li:nth-child(1):before {
	background-image: url("../img/special01_img/jrp-icon01.svg");
}
.point01 ul li:nth-child(2):before {
	background-image: url("../img/special01_img/jrp-icon02.svg");
}
.point01 ul li:nth-child(3):before {
	background-image: url("../img/special01_img/jrp-icon03.svg");
}
.point01 ul li .cc {
	min-height: 100px;
}
.point01 ul li .cc span {
	display: inline-block;
	background: linear-gradient(90deg,#178acc 0%, #5bc7bf 100%);
	color: #FFF;
	font-weight: 300;
	font-size: min(2vw,24px);
	line-height: 1.6em;
	padding: 0 5px;
	white-space: nowrap;
	margin-bottom: 4px;
}
.point02 figure {
	width: 90%;
	max-width: 680px;
	margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
	.special01 .content-box h2 {
		font-size: 20px;
		font-weight: 300;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.special01 .content-box h2:after {
		width: 200px;
		height: 4px;
	}
	section[class^="point0"]  {
		margin-bottom: 50px;
	}
	.point01 ul {
		margin: 40px 0;
	}
	.point01 ul li {
		width: 100%;
		margin-bottom: 40px;
	}
	.point01 ul li .cc {
		min-height: 0px;
		margin-bottom: 10px;
	}
	.point01 ul li .cc span {
		font-size: min(5vw,20px);
	}
	.point02 figure {
		width: 100%;
		max-width: 680px;
		margin: 40px auto 0;
	}
}








.c-modal-btn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 50px auto;
	max-width: 1080px;
}
.c-modal-btn > li {
	width: 30.33%;
	margin: 0 1.5% 70px;
	padding-bottom: 60px;
	position: relative;
	background: #F5F6F4;
	border-radius: 20px;
}
.c-modal-btn > li .prof-card {
	position: relative;
}
.prof-card .name-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -70px;
}
.prof-card .name-area .prof-image {
	width: 110px;
	position: relative;
	top: -60px;
}
.prof-card .name-area .prof-txt {
	width: calc(100% - 125px);
	padding: 20px 0 0;
}
.prof-txt > p {
	line-height: 1em;
	margin-bottom: 0;
}
.prof-txt .name span {
	display: inline-block;
	background: #354963;
	padding: 2px 4px;
	font-size: 18px;
	color: #FFF;
	line-height: 1.2em;
	white-space: nowrap;
}
.prof-txt .year span,
.prof-card > ul li p.ttl span,
.prof-txt-extend li p.ttl span,
p.ttl2 span,
p.ttl3 span {
	display: inline-block;
	background: #5BC7BF;
	padding: 2px 4px;
	font-size: 11px;
	color: #FFF;
	line-height: 1.1em;
	top: -.2em;
	position: relative;
	white-space: nowrap;
}
p.ttl2 {
	position: relative;
	display: inline-block;
}
p.ttl2:after {
	width: 160px;
	height: 26px;
	background-image: url("../img/special01_img/career-figure-txt.png");
	right: -200px;
	top: 50%;
	transform: translateY(-50%);
}
p.ttl3 {
	font-size: 14px;
}
p.ttl3 span {
	position: relative;
	display: inline-block;
	margin-right: 15px;
}
.prof-card > ul,
.prof-txt-extend {
	position: relative;
	top: -10px;
	padding: 0 10px;
}
.prof-card > ul li,
.prof-txt-extend li {
	margin-bottom: 10px;
}
.prof-card > ul li .p01 {
	font-size: 14px;
	color: #178ACC;
	line-height: 1.6em;
}
.prof-txt-extend li .p02 {
	font-size: 13px;
	line-height: 1.6em;
}
.prof-card > ul li .cc,
.prof-txt-extend li .cc {
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
}
.prof-card > ul li .cc span,
.prof-txt-extend li .cc span {
	font-size: 22px;
	color: #178ACC;
}
.search-btn {
	width: 90%;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.modal-prof {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}
.modal-prof > .prof-card {
	position: relative;
	background: #F5F6F4;
	border-radius: 20px;
	width: 240px;
}
.modal-prof .prof-txt-extend {
	width: calc(100% - 280px);
}
.modal-detail {
	width: 100%;
	position: relative;
}
.motivate-graph {
	padding: 20px 0;
}
.modal-detail dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}
.modal-detail dl dt {
	width: 40%;
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 20px;
}
.modal-detail dl dt .p01 {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4em;
}
.modal-detail dl dt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto 0;
}
.modal-detail dl dt ul li {
	width: 48%;
	background: #F5F6F4;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0;
}
.modal-detail dl dt ul li:nth-child(1) p {
	color: #5BC7BF;
}
.modal-detail dl dt ul li p span {
	font-weight: 500;
	font-size: 28px;
}
.modal-detail dl dd {
	width: 60%;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
	border-left: solid 1px #178ACC;
	margin-bottom: 20px;
}
.modal-detail dl dd p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	line-height: 1.6em;
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 102;
}
.modal__bg {
	background: rgba(0,0,0,.6);
	height: 100vh;
	position: absolute;
	width: 100%;
	transition: all 1s;
}
.modal__content {
	width: 90%;
	max-width: 1040px;
	max-height: 90vh;
	overflow-y: scroll;
	position: absolute;
	border: solid 1px #000;
	background: #FFF;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal-content-box {
	box-sizing: border-box;
	padding: 100px 60px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
a.js-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 40px;
	background: url("../img/about_img/modal-close.png") no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.special01c .mainbox .bg img {
		height: 180px;
		object-fit: cover;
		object-position: top left;
	}
}
@media screen and (max-width: 767px) {
	p.ttl2 {
		padding-bottom: 30px;
	}
	p.ttl2:after {
		width: 100px;
		right: 0;
		left: 0;
		top: 0;
		transform: translateY(20px);
	}
}
@media screen and (max-width: 767px) {
.modal-content-box {
	box-sizing: border-box;
	padding: 60px 30px 50px;
	}
/*.motivate-graph {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	position: relative;
}
.motivate-graph img {
	width: auto;
	height: 140px;
	margin-bottom: 20px;
}*/
.motivate-graph:before {
   width: 40px;
   height: 40px;
   background-image: url("../img/common_img/scroll.png");
   left: 50%;
   bottom: 10px;
   opacity: 1;
   transition: all .5s;
   z-index: 2;
	position: absolute;
}
.motivate-graph.on:before {
   opacity: 0;
}
.motivate-graph {
  overflow-x: auto;
  padding-bottom: 50px;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.motivate-graph img {
  width: auto;
	height: 140px;
	margin-bottom: 40px;
}
.motivate-graph::-webkit-scrollbar {
  height: 6px; /* スクロールバーの高さ */
}
.motivate-graph::-webkit-scrollbar-track {
  background: #E6E3E4; /* トラックの色 */
  border-radius: 3px; /* トラック両端の丸み */
}
.motivate-graph::-webkit-scrollbar-thumb {
  background: #839AC7; /* ツマミの色 */
  border-radius: 3px; /* ツマミ両端の丸み */
}
.motivate-graph::-webkit-scrollbar-thumb:hover {
  background: #4D72BB;
}
}


@media screen and (max-width: 1023px) {
	.c-modal-btn {
		width: 100%;
		margin: 30px auto;
	}
	.c-modal-btn > li {
		width: 47%;
		margin: 0 1.5% 50px;
		padding-bottom: 70px;
	}
	.c-modal-btn > li .prof-card {
		position: relative;
	}
	.prof-card .name-area {
		margin-bottom: -70px;
	}
	.prof-card .name-area .prof-image {
		width: 70px;
		position: relative;
		top: -40px;
	}
	.prof-card .name-area .prof-txt {
		width: calc(100% - 90px);
		padding: 20px 0 0;
	}
	.prof-txt > p {
		line-height: 1em;
		margin-bottom: 0;
	}
	.prof-txt .name span {
		font-size: 16px;
	}
	.prof-txt .year span,
	.prof-card > ul li p.ttl span,
	.prof-txt-extend li p.ttl span,
	p.ttl2 span,
	p.ttl3 span {
		top: 0em;
	}
	.prof-card > ul,
	.prof-txt-extend {
		position: relative;
		top: 10px;
		padding: 0 10px;
	}
	.prof-card > ul li,
	.prof-txt-extend li {
		margin-bottom: 5px;
	}
	.prof-card > ul li .p01 {
		font-size: 12px;
		color: #178ACC;
		line-height: 1.6em;
	}
	.prof-txt-extend li .p02 {
		font-size: 12px;
		line-height: 1.6em;
	}
	.prof-card > ul li .cc,
	.prof-txt-extend li .cc {
		width: 100%;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.6em;
	}
	.prof-card > ul li .cc span,
	.prof-txt-extend li .cc span {
		font-size: 18px;
		color: #178ACC;
	}
	.search-btn {
		width: 80%;
		max-width: 200px;
		position: absolute;
		bottom: 20px;
	}

	.modal-prof {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.modal-prof > .prof-card {
		position: relative;
		background: #F5F6F4;
		border-radius: 20px;
		width: 240px;
	}
	.modal-prof .prof-txt-extend {
		width: calc(100%);
	}
	.modal-detail {
		width: 94%;
		margin: 0 auto;
		position: relative;
	}
	.motivate-graph {
		padding: 20px 0;
	}
	.modal-detail dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0;
	}
	.modal-content-box {
		box-sizing: border-box;
		padding: 60px 5% 30px;
	}
}


@media screen and (max-width: 480px) {
	.c-modal-btn > li {
		width: 90%;
		margin: 0 auto 50px;
		padding-bottom: 70px;
	}
	.modal-detail dl dt,
	.modal-detail dl dd {
		width: 100%;
		padding: 0 0;
	}
	.modal-detail dl dt ul {
		margin: 10px auto 0;
	}
	.modal-detail dl dd {
		border-left: none;
		margin-bottom: 30px;
	}
}