@charset "UTF-8";
/*workingpeople*/
.tit_wrap h1.h_index{
	width: 284px;
	height: 45px;
	background: url('../../img/workingpeople/h_index.png') no-repeat;
	background-size: cover;
	}

.h2_wrap h2.h_case{
	width: 518px;
	height: 46px;
	background: url('../../img/workingpeople/h_case.png') no-repeat;
	background-size: cover;
	}

.h2_wrap h2.h_attempt{
	width: 333px;
	height: 46px;
	background: url('../../img/workingpeople/h_attempt.png') no-repeat;
	background-size: cover;
	}

.h2_wrap h2.h_careerdesign{
	width: 426px;
	height: 46px;
	background: url('../../img/workingpeople/h_careerdesign.png') no-repeat;
	background-size: cover;
	}

.h2_wrap h2.h_opencampus{
	width: 424px;
	height: 45px;
	background: url('../../img/workingpeople/h_opencampus.png') no-repeat;
	background-size: cover;
	}


/*case*/
#case{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#case .mainimg_wrap{
	width: 100%;
	position: relative;
	}

#case .mainimg_wrap .mainimg{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

#case .mainimg_wrap .txt_item_wrap{
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 40px 40px 40px 0;
	}

#case .mainimg_wrap .txt_item_wrap .txt_case_wrap{
	width: 100%;
	border-radius: 10px;
	background: var(--col_link);
	padding: 20px 50px;
	text-align: center;
	position: relative;
	}

#case .mainimg_wrap .txt_item_wrap .txt_case_wrap:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -23px;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width:  23px 22px 0 22px;
	border-color: var(--col_link) transparent transparent transparent;
	}

#case .mainimg_wrap .txt_item_wrap .txt_case{
	width: 100%;
	height: auto;
	}

#case .mainimg_wrap .txt_item_wrap .txt_item{
	width: 100%;
	margin-top: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 1.5em;
	color: var(--col_link);
	font-weight: bold;
	padding: 20px 50px;
	line-height: 1.5;
	}
#case .mainimg_wrap .txt_item_wrap .txt_item.col_01{
	background: var(--col_day);
	margin-top: 40px;
	}
#case .mainimg_wrap .txt_item_wrap .txt_item.col_02{
	background: var(--col_conf);
	}
#case .mainimg_wrap .txt_item_wrap .txt_item.col_03{
	background: var(--col_night);
	}

#case .grid_wrap.case_item_wrap{
	grid-template-columns: repeat(auto-fill, 50%);
	border-top: 1px solid #d0d9df;
	}

#case .case_item{
	border-bottom: 1px solid #d0d9df;
	}

#case .case_item:nth-of-type(odd){
	padding: 40px 40px 40px 0;
	border-right: 1px solid #d0d9df;
	}

#case .case_item:nth-of-type(even){
	padding: 40px 0 40px 40px;
	}
#case .case_item .h_case_item_wrap{
	display: block;
	width: 380px;
	height: 240px;
	margin: 0 auto 40px;
	position: relative;
	}
#case .case_item .h_case_item_wrap .h_case_item_img{
	position: absolute;
	right: 0;
	display: block;
	width: 240px;
	height: 240px;
	border-radius: 240px;
	}
#case .case_item .h_case_item_wrap h3{
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 180px;
	height: 180px;
	border-radius: 180px;
	font-size: 1.25em;
	}
#case .case_item .h_case_item_wrap h3.h_day{
	background: var(--col_day);
	color: #d5b329;
	}
#case .case_item .h_case_item_wrap h3.h_conf{
	background: var(--col_conf);
	color: #cd7596;
	}
#case .case_item .h_case_item_wrap h3.h_night{
	background: var(--col_night);
	color: var(--col_link);
	}
#case a.btn_white{
	width: 200px;
	margin: 40px auto 0;
	}

/*attempt*/
#attempt{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}

#attempt .mainimg{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}

#attempt .copy{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.875em;
	color: var(--col_link);
	font-weight: bold;
	height: 60px;
	}

#attempt .copy:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 60px;
	background: url('../../img/workingpeople/slash_l.svg') no-repeat;
	background-size: cover;
	margin-right: 15px;
	}

#attempt .copy:after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 60px;
	background: url('../../img/workingpeople/slash_r.svg') no-repeat;
	background-size: cover;
	margin-left: 15px;
	}
#attempt .grid_wrap.attempt_item_wrap{
	grid-template-columns: repeat(auto-fill, calc(50% - 20px));
	gap: 40px;
	}

#attempt .attempt_item{
	background: var(--col_linksub);
	padding: 40px;
	border-radius: 10px;
	}

#attempt .grid_wrap.graph_item_wrap{
	grid-template-columns: repeat(auto-fill, calc(50% - 20px));
	gap: 40px;
	}

#attempt .graph_item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 10px;
	}

#attempt .graph_item h4{
	background: #30a1f1;
	color: var(--col_white);
	font-size: 1.5em;
	text-align: center;
	}

#attempt .graph_item .graph_wrap{
	display: grid;
	grid-template-columns: repeat(auto-fill, calc(50% - 20px));
	gap: 40px;
	background: var(--col_white);
	padding: 40px 50px;
	}

#attempt .graph_item .chart{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	}
#attempt a.btn_white{
	width: 200px;
	margin: 40px auto 0;
	}

/*careerdesign*/
#careerdesign{
	padding: 80px 0;
	border-bottom: 1px solid #d0d9df;
	}
#careerdesign .careerdesign_item{
	padding-bottom: 40px;
	border-bottom: 1px solid #d0d9df;
	}
#careerdesign .h_careerdesign_item_wrap{
	display: flex;
	align-items: center;
	flex-flow: column;
	text-align: center;
	}
#careerdesign .h_careerdesign_item_wrap .h_careerdesign_item_img{
	display: block;
	width: 240px;
	height: 240px;
	border-radius: 240px;
	margin-bottom: 20px;
	}

#careerdesign .faq_wrap{
	width: calc(100% - 360px);
	}

#careerdesign .h_icon_q{
	display: flex;
	align-items: center;
	font-size: 1.5em;
	color: var(--col_link);
	min-height: 60px;
	}
#careerdesign .h_icon_q:before{
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: 2px solid var(--col_link);
	background: url('../../img/workingpeople/icon_q.png') center center no-repeat;
	background-size: 22px 26px;
	margin-right: 15px;
	}
#careerdesign .h_icon_q span{
	width: calc(100% - 75px);
	}

#careerdesign .answer{
	display: flex;
	align-items: center;
	font-size: 1.5em;
	font-weight: bold;
	min-height: 60px;
	}

#careerdesign .answer:before{
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin-right: 15px;
	}

#careerdesign .answer.ill_05:before{
	background: url('../../img/workingpeople/img_ill_05.png') center center no-repeat;
	background-size: cover;
	}
#careerdesign .answer.ill_06:before{
	background: url('../../img/workingpeople/img_ill_06.png') center center no-repeat;
	background-size: cover;
	}
#careerdesign .answer.ill_07:before{
	background: url('../../img/workingpeople/img_ill_07.png') center center no-repeat;
	background-size: cover;
	}
#careerdesign .answer span{
	width: calc(100% - 75px);
	}

#careerdesign .timeline_wrap{
	width: 320px;
	padding: 40px;
	border-radius: 10px;
	}

#careerdesign .timeline_wrap.col_day{
	background: var(--col_day);
	}
#careerdesign .timeline_wrap.col_conf{
	background: var(--col_conf);
	}
#careerdesign .timeline_wrap.col_night{
	background: var(--col_night);
	}

#careerdesign .timeline_wrap h4 .timeline_img{
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	margin: 0 auto;
	}

#careerdesign .timeline_wrap .timeline_item{
	display: block;
	text-align: center;
	padding: 20px 0 30px;
	position: relative;
	}
#careerdesign .timeline_wrap .timeline_item:after{
	content: '';
	display: block;
	position:absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 10px;
	background: url('../../img/workingpeople/icon_arrow.svg') no-repeat;
	}

#careerdesign .timeline_wrap .timeline_item:last-of-type{
	padding: 20px 0 0;
	}

#careerdesign .timeline_wrap .timeline_item:last-of-type:after{
	content: none;
	}

#careerdesign a.btn_white{
	width: 200px;
	margin: 40px auto 0;
	}


/*opencampus*/
#opencampus{
	padding: 80px 0;
	}
#opencampus .grid_wrap.opencampus_item_wrap{
	grid-template-columns: repeat(auto-fill, calc(50% - 20px));
	gap: 40px;
	}
#opencampus .opencampus_item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 20px;
	}

#opencampus .opencampus_item .opencampus_item_img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	}
@-moz-document url-prefix() {
	#opencampus .opencampus_item .opencampus_item_img {
		margin-bottom: -250px;
	}
}
#opencampus .h_opencampus_item_wrap{
	display: flex;
	align-items: center;
	}

#opencampus .grid_wrap.opencampus_item_wrap p.txt_18{
	line-height: normal;
	}

#opencampus .h_opencampus_item_wrap .label_55b484{
	margin: 0 20px 0 30px;
	padding: 5px 10px;
	border-radius: 4px;
	background: #55b484;
	color: var(--col_white);
	display: inline-block;
	font-weight: normal;
	}
#opencampus .opencampus_item .btn_wrap{
	margin-top: 20px;
	display: flex;
	justify-content: end;
	}
#opencampus .opencampus_item a.btn_white{
	width: 200px;
	}

#opencampus .opencampus_other_wrap{
	background: var(--col_day);
	padding: 40px;
	border-radius: 10px;
	}

#opencampus .opencampus_other_wrap h3 .label_d5b329{
	margin-right: 10px;
	padding: 5px 10px;
	border-radius: 4px;
	background: #d5b329;
	color: var(--col_white);
	display: inline-block;
	font-weight: normal;
	}

#opencampus .grid_wrap.opencampus_other_item_wrap{
	grid-template-columns: repeat(3, calc((100% - 40px) / 3));
	gap: 20px;
	}

#opencampus .opencampus_other_item_wrap a{
	width: 100%;
	height: 124px;
	border-radius: 10px;
	position: relative;
	}

#opencampus .opencampus_other_item_wrap a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
	transform: scale(1);
	transition: .3s ease-in-out;
	border-radius: 10px;
	}
#opencampus .opencampus_other_item_wrap a:hover img{
	opacity: 0.8;
	transform: scale(1.2);
	}
#opencampus .opencampus_other_item_wrap a .mask{
	display: block;
	line-height: 0;
	overflow: hidden;
	background: #000000;
	border-radius: 10px;
	}

#opencampus .opencampus_other_item_wrap a .mask .txt{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--col_white);
	font-size: 1.25em;
	font-weight: bold;
	text-shadow: var(--col_main) 1px 0 10px;
	}

#opencampus .opencampus_other_item_wrap a .mask .txt:after{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid var(--col_white);
	background: url('../img/icon_arrow_white.svg') center center no-repeat;
	background-size: 12px 12px;
	}


/* Media Queries
==========================================================================*/
@media screen and (max-width:1200px) {
#case .mainimg_wrap .txt_item_wrap{
	width: 100%;
	position: static;
	padding: 0;
	margin-top: 40px;
	}
#case .mainimg_wrap .txt_item_wrap .txt_case{
	width: 80%;
	height: auto;
	margin: 0 auto;
	}
#opencampus .opencampus_other_item_wrap a{
	width: 100%;
	height: auto;
	aspect-ratio: 360 / 125;
	}
#opencampus .opencampus_other_item_wrap a .mask .txt:after{
	right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-size: 6px 6px;
	}
}
@media screen and (max-width:767px) {
.tit_wrap h1.h_index{
	width: 189px;
	height: 30px;
	background-size: 189px 30px;
	}

.h2_wrap h2.h_case{
	width: 212px;
	height: 81px;
	background: url('../../img/workingpeople/h_case_sp.png') no-repeat;
	background-size: 212px 81px;
	}


.h2_wrap h2.h_attempt{
	width: 250px;
	height: 35px;
	background-size: 250px 35px;
	}

.h2_wrap h2.h_careerdesign{
	width: 320px;
	height: 35px;
	background-size: 320px 35px;
	}

.h2_wrap h2.h_opencampus{
	width: 319px;
	height: 34px;
	background-size: 319px 34px;
	}

/*case*/
#case{
	padding: 40px 0;
	}
#case .mainimg_wrap .mainimg{
	border-radius: 10px;
	}
#case .mainimg_wrap .txt_item_wrap{
	margin-top: 10px;
	}
#case .mainimg_wrap .txt_item_wrap .txt_case_wrap{
	border-radius: 10px;
	padding: 10px 25px;
	}
#case .mainimg_wrap .txt_item_wrap .txt_case_wrap:after{
	bottom: -10px;
	border-width:  11px 11px 0 11px;
	}
#case .mainimg_wrap .txt_item_wrap .txt_case{
	width: 100%;
	}
#case .mainimg_wrap .txt_item_wrap .txt_item{
	margin-top: 5px;
	border-radius: 10px;
	font-size: 1.125em;
	padding: 10px 25px;
	}
#case .mainimg_wrap .txt_item_wrap .txt_item.col_01{
	margin-top: 15px;
	}

#case .txt_24{
	line-height: 1.5;
	}

#case .grid_wrap.case_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	border-top: 1px solid #d0d9df;
	}
#case .case_item:nth-of-type(odd){
	padding: 20px 0;
	border-right: none;
	}
#case .case_item:nth-of-type(even){
	padding: 20px 0;
	}
#case .case_item .h_case_item_wrap{
	width: 100%;
	height: 240px;
	margin: 0 auto 20px;
	}
#case .case_item .h_case_item_wrap h3{
	width: 140px;
	height: 140px;
	border-radius: 140px;
	}
#case a.btn_white{
	margin: 20px auto 0;
	}

/*attempt*/
#attempt{
	padding: 40px 0;
	}

#attempt .mainimg{
	border-radius: 10px;
	}

#attempt .copy{
	font-size: 1.5625em;
	line-height: 1.2;
	}

#attempt .copy:before{
	width: 60px;
	height: 100%;
	margin-right: 0px;
	}

#attempt .copy:after{
	width: 60px;
	height: 100%;
	margin-left: 0px;
	}
#attempt .grid_wrap.attempt_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 20px;
	}

#attempt .attempt_item{
	padding: 20px;
	border-radius: 10px;
	}

#attempt .grid_wrap.graph_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 20px;
	}

#attempt .graph_item{
	gap: 5px;
	}

#attempt .graph_item h4{
	padding: 5px 0;
	}

#attempt .graph_item .graph_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 20px;
	padding: 20px 50px;
	}

#attempt .graph_item .chart{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	}
#attempt a.btn_white{
	margin: 20px auto 0;
	}
/*careerdesign*/
#careerdesign{
	padding: 40px 0;
	}
#careerdesign .careerdesign_item{
	padding-bottom: 20px;
	}

#careerdesign .h_careerdesign_item_wrap .h_careerdesign_item_img{
	margin-bottom: 10px;
	}
#careerdesign .h_careerdesign_item_wrap h3{
	line-height: 1.8;
	}

#careerdesign .faq_wrap{
	width: 100%;
	}

#careerdesign .h_icon_q{
	min-height: 50px;
	line-height: 1.5;
	}
#careerdesign .h_icon_q:before{
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-size: 18px 21px;
	margin-right: 10px;
	}
#careerdesign .h_icon_q span{
	width: calc(100% - 60px);
	}

#careerdesign .answer{
	align-items: start;
	min-height: 50px;
	line-height: 1.5;
	}

#careerdesign .answer:before{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	margin-right: 10px;
	}

#careerdesign .answer span{
	width: calc(100% - 60px);
	}

#careerdesign .timeline_wrap{
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
	}

#careerdesign .timeline_wrap .timeline_item{
	padding: 10px 0 19px;
	}

#careerdesign .timeline_wrap .timeline_item:last-of-type{
	padding: 10px 0 0;
	}

#careerdesign a.btn_white{
	margin: 20px auto 0;
	}


/*opencampus*/
#opencampus{
	padding: 40px 0;
	}
#opencampus .grid_wrap.opencampus_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 20px;
	}

#opencampus .opencampus_item{
	gap: 10px;
	}
#opencampus .opencampus_item .opencampus_item_img{
	border-radius: 10px;
	}

#opencampus .h_opencampus_item_wrap{
	flex-flow: column;
	align-items: start;
	}

#opencampus .grid_wrap.opencampus_item_wrap p.txt_18,#opencampus .opencampus_other_wrap h3{
	line-height: 2;
	}

#opencampus .h_opencampus_item_wrap .label_55b484{
	margin: 5px 10px 0 0;
	padding: 1px 5px;
	border-radius: 2px;
	}
#opencampus .opencampus_item .btn_wrap{
	margin-top: 0;
	justify-content: center;
	}

#opencampus .opencampus_other_wrap{
	padding: 20px;
	border-radius: 10px;
	}

#opencampus .opencampus_other_wrap h3 .label_d5b329{
	margin-right: 0;
	margin-bottom: 5px;
	padding: 1px 5px;
	border-radius: 2px;
	}

#opencampus .grid_wrap.opencampus_other_item_wrap{
	grid-template-columns: repeat(auto-fill, 100%);
	gap: 10px;
	}

#opencampus .opencampus_other_item_wrap a{
	width: 100%;
	height: 102px;
	border-radius: 10px;
	aspect-ratio: auto;
	}

#opencampus .opencampus_other_item_wrap a img{
	border-radius: 10px;
	height: 102px;
	}
#opencampus .opencampus_other_item_wrap a .mask{
	border-radius: 10px;
	height: 102px;
	}

#opencampus .opencampus_other_item_wrap a .mask .txt{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--col_white);
	font-size: 1.25em;
	font-weight: bold;
	text-shadow: var(--col_main) 1px 0 10px;
	}

#opencampus .opencampus_other_item_wrap a .mask .txt:after{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid var(--col_white);
	background: url('../img/icon_arrow_white.svg') center center no-repeat;
	background-size: 12px 12px;
	}
}