@charset "UTF-8";

/*================================================
 *  キャリアマップ（careermap）
 ================================================*/


/*===============共通===============*/
/*******見出し*******/
section h3.title_careermap {
	margin-bottom: 6rem;
	text-align: center;
}
section h3.title_careermap > span {
	font-size: 6rem;
}
section h3.title_careermap > em {
	display: block;
	font-size: 2.2rem;
	font-weight: 700;
	margin-top: 1.2em;
}






/*******メインエリア*******/
section#main_area {
	padding-top: 10rem;
}
section#main_area .img_main {
	width: 110rem;
	margin: 0 auto;
}
section#main_area .prof_box {
	position: absolute;
	bottom: -4rem;
	left: 0;
	width: 40rem;
	padding: 5rem 5rem 4rem 5rem;
	z-index: 10;
	animation-delay: 1s;
}
section#main_area .prof_box h3 > span {
	font-size: 5.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
section#main_area .prof_box h3 > em {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0.9em 0 0 0.1em;
}
section#main_area .prof_box .inr {
	display: flex;
	align-items: center;
	margin-top: 2.5rem;
}
section#main_area .prof_box .inr > div:first-child {
	font-size: 3.6rem;
	letter-spacing: 0.02em;
	flex-shrink: 0;
}
section#main_area .prof_box .inr > div:last-child {
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: left;
	margin-left: 1em;
}




/*******私が歩んだ道*******/
section#mymap_area {
	margin-top: 12rem;
}

section#mymap_area .chart_box {
	border-radius: 4rem;
	background-color: #f5f5f5;
	padding: 11rem 0 5rem;
	text-align: center;
}
section#mymap_area .chart_box .inr img {
	width: 93.9rem;
}



section#mymap_area .step_list {
	display: grid; 
	grid-template-columns: 20rem 1fr; 
	margin-top: 6rem;
}
section#mymap_area .step_list dt {
	background-color: currentColor;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
section#mymap_area .step_list dt:not(:last-of-type)::after {
	position: absolute;
	content: '';
	bottom: 0.1rem;
	left: 0;
	transform: translateY(100%);
	width: 100%;
	height: 4rem;
	background-color: currentColor;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - (100% - 0.1rem)), 50% 100%, 0 calc(100% - (100% - 0.1rem)));
	z-index: 2;
}
section#mymap_area .step_list dt span {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}
section#mymap_area .step_list dd {
	padding: 4rem 2rem 4rem 4rem;
}
section#mymap_area .step_list dd figure {
	display: flex;
	justify-content: space-between;
	gap: 0 6rem;
}
section#mymap_area .step_list dd figure figcaption h5 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.8em;
}
section#mymap_area .step_list dd figure .unit_img {
	width: 36rem;
	flex-shrink: 0;
}






/*******キャリアの一例*******/
section#careerpath_area {
	margin-top: 10rem;
}

section#careerpath_area .careerpath_list li {
	width: 38rem;
	margin: 0 3rem;
}
section#careerpath_area .careerpath_list li figure figcaption {
	padding: 3rem 1rem 0;
}
section#careerpath_area .careerpath_list li figure figcaption h5 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 0.5em;
}


section#careerpath_area .txt_other {
	font-weight: 900;
	margin-top: 2em;
}


/*******メッセージ*******/
section#message_area {
	background-color: #f0f0f0;
	padding: 14rem 0 9rem;
	margin-top: 10rem;
}
section#message_area .inner {
	border-radius: 4rem;
	width: 130rem;
	margin: 0 auto;
	padding: 12rem 10rem 8rem;
}
section#message_area .inner h3 {
	position: absolute;
	top: -7rem;
	left: 0;
	width: 100%;
	text-align: center;
}
section#message_area .inner h3 img {
	width: 68.3rem;
}


@media screen and (min-width: 800.1px) {
	section#message_area .inner .inr {
	  display: grid; 
	  grid-template-columns: auto 46rem; 
	  grid-template-rows: auto auto; 
	  gap: 5rem 0px; 
	  grid-template-areas: 
		"title img"
		"txt txt"; 
	  justify-content: space-between; 
	}
	section#message_area .inner .inr h4 {
		grid-area: title;
		padding-left: 4rem;
	}
}
section#message_area .inner .inr h4 {
	font-weight: 700;
}
section#message_area .inner .inr h4 > span {
	font-size: 2.2rem;
	display: block;
	position: relative;
	padding-left: 1.2em;
}
section#message_area .inner .inr h4 > span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 0.72em;
	border-top: 3px solid;
}
section#message_area .inner .inr h4 > em {
	display: block;
	font-size: 3.4rem;
	line-height: 2;
	margin-top: 0.8em;
}
section#message_area .inner .inr .unit_img {
	grid-area: img;
}
section#message_area .inner .inr .unit_txt {
	grid-area: txt;
}





/*******その他の職種*******/
section#other_area {
	margin-top: 10rem;
}


section#other_area .other_list {
	display: flex;
	justify-content: center;
}
section#other_area .other_list li {
	width: 71rem;
}
section#other_area .other_list li a {
	display: block;
	position: relative;
	padding: 0 3rem 3rem;
}
section#other_area .other_list li a figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4rem 4.5rem;
	z-index: 5;
}
section#other_area .other_list li a figure figcaption > span {
	font-size: 4.2rem;
	letter-spacing: 0.02em;
}
section#other_area .other_list li a figure figcaption > em {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 0.9em;
}








/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {

/*===============共通===============*/
/*******見出し*******/
section h3.title_careermap {
	margin-bottom: 9vw;
}
section h3.title_careermap > span {
	font-size: 12.5vw;
}
section h3.title_careermap > em {
	font-size: 3.4vw;
}






/*******メインエリア*******/
section#main_area {
	padding-top: 13vw;
}
section#main_area .img_main {
	width: 93vw;
	margin-right: 0;
}
section#main_area .prof_box {
	position: relative;
	bottom: auto;
	top: -8vw;
	width: 93vw;
	padding: 7vw 9vw 6.5vw;
}
section#main_area .prof_box h3 > span {
	font-size: 8.5vw;
}
section#main_area .prof_box h3 > em {
	font-size: 3vw;
}
section#main_area .prof_box .inr {
	display: block;
	margin-top: 3.5vw;
	position: relative;
}
section#main_area .prof_box .inr > div:first-child {
	position: absolute;
	top: -10vw;
	right: 0;
	font-size: 7.2vw;
	width: auto;
}
section#main_area .prof_box .inr > div:last-child {
	font-size: 3.2vw;
	margin: 0;
}






/*******私が歩んだ道*******/
section#mymap_area {
	margin-top: 15vw;
}

section#mymap_area .chart_box {
	border-radius: 8vw;
	padding: 8vw;
}
section#mymap_area .chart_box .inr {
	overflow: auto;
	white-space: nowrap;
}
section#mymap_area .chart_box .inr img {
	width: 180vw;
	max-width: inherit;
}



section#mymap_area .step_list {
	grid-template-columns: 10.6vw 1fr; 
	margin-top: 10vw;
}
section#mymap_area .step_list dt {
	writing-mode: vertical-rl;
	text-orientation: upright;
}
section#mymap_area .step_list dt:not(:last-of-type)::after {
	bottom: 1vw;
	height: 6.3vw;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - (100% - 1vw)), 50% 100%, 0 calc(100% - (100% - 1vw)));
}
section#mymap_area .step_list dt span {
	display: inline-block;
	font-size: 4.8vw;
	letter-spacing: 0.1em;
}
section#mymap_area .step_list dd {
	padding: 5vw 0 5vw 6.5vw;
}
section#mymap_area .step_list dd figure {
	display: block;
}
section#mymap_area .step_list dd figure figcaption h5 {
	font-size: 4.5vw;
}
section#mymap_area .step_list dd figure .unit_img {
	width: 100%;
	margin-top: 5vw;
}








/*******キャリアの一例*******/
section#careerpath_area {
	margin-top: 13vw;
}

section#careerpath_area .careerpath_list {
	width: 73vw;
	margin: 0 auto;
}
section#careerpath_area .careerpath_list li {
	width: 100%;
	margin: 0;
}
section#careerpath_area .careerpath_list li + li {
	margin-top: 7vw;
}
section#careerpath_area .careerpath_list li figure figcaption {
	padding: 6vw 2.5vw 0;
}
section#careerpath_area .careerpath_list li figure figcaption h5 {
	font-size: 5.6vw;
}





section#careerpath_area .txt_other {
	font-size: 4.6vw;
	margin-top: 10vw;
}




/*******メッセージ*******/
section#message_area {
	padding: 13vw 0 11vw;
	margin-top: 12vw;
}
section#message_area .inner {
	border-radius: 5.3vw;
	padding: 15vw 7.3vw 10vw;
}
section#message_area .inner h3 {
	top: -8vw;
}
section#message_area .inner h3 img {
	width: 73vw;
}



section#message_area .inner .inr h4 > span {
	font-size: 4.2vw;
}
section#message_area .inner .inr h4 > span::before {
	border-width: 2px;
}
section#message_area .inner .inr h4 > em {
	font-size: 5.6vw;
	line-height: 1.75;
}
section#message_area .inner .inr .unit_img {
	margin-top: 13vw;
}
section#message_area .inner .inr .unit_txt {
	margin-top: 4vw;
}

















/*******その他の職種*******/
section#other_area {
	margin-top: 13vw;
}


section#other_area .other_list li {
	width: 92vw;
}
section#other_area .other_list li a {
	padding: 0 6vw 4vw;
}
section#other_area .other_list li a figure figcaption {
	padding: 7.5vw 7.5vw;
}
section#other_area .other_list li a figure figcaption > span {
	font-size: 8.2vw;
}
section#other_area .other_list li a figure figcaption > em {
	font-size: 3.2vw;
}




	
}