@charset "utf-8";

/*PC用*/
@media print, screen {

  /* welfare_training kv */
  .career_path .kv{
    background: url(../../images/src/career_path/kv_bg.jpg) no-repeat center/cover;
  }
	.c-inner{
		max-width: 1000px;
		width: 90%;
		margin: 0 auto;
	}

.txt-18{
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
}
.txt-20{
	font-size: 2px;
	line-height: 1.4;
	font-weight: 500;
}
.txt-22{
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
}
.txt-24{
	font-size: 24px;
	line-height: 1.3;
	font-weight: 500;
}
.txt-26{
	font-size: 26px;
	line-height: 1.3;
	font-weight: 500;
}
.txt-28{
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
}
.txt-30{
	font-size: 3px;
	line-height: 1.3;
	font-weight: 500;
}
.txt-32{
	font-size: 32px;
	line-height: 1.3;
	font-weight: 500;
}
.txt-36{
	font-size: 36px;
	line-height: 1.3;
	font-weight: 500;
}
.txt-40{
	font-size: 4px;
	line-height: 1.3;
	font-weight: 500;
}
.txt-48{
	font-size: 48px;
	line-height: 1.3;
}
.txt-50{
	font-size: 5px;
	line-height: 1.3;
	font-weight: 500;
}

.c-txt{
	font-size: 16px;
	line-height: 2;
}
.c-txt02{
	font-size: 14px;
	line-height: 2;
}
.c-txt03{
	font-size: 12px;
	line-height: 2;
}
	
	
	.read-area{
		padding-top: 120px;
		text-align: center;
	}	
	.read-area .txt-36{
		color:#ff4d00;
		margin-bottom: 25px;
	}	
	
	
	.index-area{
		padding: 120px 0 180px;
	}
		.index-area .c-inner{
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}	
			.index-area .c-inner a{
				position: relative;
				width: 32%;
				margin-right: 2%;
			}
			.index-area .c-inner a:nth-child(3n){
				margin-right: 0;
			}
			.index-area .c-inner a:last-child{
				margin-right: 0;
			}
			.index-area .c-inner a:nth-child(n+4){
				margin-top: 40px;
			}
				.index-area .c-inner a .num{
					position: absolute;
					top:50px;
					left:0;
					width: auto;
					height: 60px;
				}
					.index-area .c-inner a .num img{
						height: 100%;
						width: auto;
						object-fit: contain;
					}	
				.index-area .c-inner a .ilst{
					width: 70%;
					margin: 0 auto;
				}
				.index-area .c-inner a .txtarea{
					position: relative;
					width: 100%;
					height: 120px;
					display: flex;
					justify-content: center;
					align-items: center;
					text-align: center;
					color:#FF4D00;
					border:3px solid #FF4D00;
				}
					.index-area .c-inner a .txtarea .c-txt{
						font-weight: bold;
						line-height: 1.5;
						padding-bottom: 15px;
					}
				.index-area .c-inner a .txtarea:after{
					content:'';
					position: absolute;
					bottom:14px;
					left:50%;
					transform: translateX(-50%);
					width: 0;
					height: 0;
					border-style: solid;
					border-right: 5px solid transparent;
					border-left: 5px solid transparent;
					border-top: 8px solid #ff4d00;
					border-bottom: 0;	
					transition: all .4s;
				}	
				.index-area .c-inner a:hover .txtarea:after{
					content:'';
					transform: translate(-50%,4px)scale(1.4);
				}	
	
				.index-area .c-inner a:nth-child(3) .txtarea{
					color:#2D63A7;
					border:3px solid #2D63A7;
				}
				.index-area .c-inner a:nth-child(3) .txtarea:after{
					border-top: 8px solid #2D63A7;
				}
				.index-area .c-inner a:nth-child(5) .txtarea{
					color:#3BB267;
					border:3px solid #3BB267;
				}
				.index-area .c-inner a:nth-child(5) .txtarea:after{
					border-top: 8px solid #3BB267;
				}
				.index-area .c-inner a:nth-child(2) .txtarea{
					color:#DC64AA;
					border:3px solid #DC64AA;
				}
				.index-area .c-inner a:nth-child(2) .txtarea:after{
					border-top: 8px solid #DC64AA;
				}
				.index-area .c-inner a:nth-child(4) .txtarea{
					color:#F0C81E;
					border:3px solid #F0C81E;
				}
				.index-area .c-inner a:nth-child(4) .txtarea:after{
					border-top: 8px solid #F0C81E;
				}	
	
	
	.model-area{
		padding: 180px 0;
		background-color: #f5f5e5;
	}
		.model-area .model-cntnt{
			position: relative;
			border-radius: 10px;
			background-color: #fff;
		}
		.model-area .model-cntnt:nth-child(n+2){
			margin-top: 140px;
		}
		.model-area .model-cntnt .num{
			position: absolute;
			top:0;
			left:0;
			transform: translateY(-34px);
			height: 15px;
		}		
			.model-area .model-cntnt .num img{
				width: auto;
				height: 100%;
				object-fit: contain;
			}		
		.model-area .model-cntnt .first-cntnt{
			width: 100%;
			background: url("../../images/src/career_path/bg01.jpg") no-repeat center / cover;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between;
			padding: 20px 70px 10px;
			border-radius: 10px 10px 0 0;
		}	
		.model-area .model-cntnt:nth-child(3) .first-cntnt{
			background: url("../../images/src/career_path/bg02.jpg") no-repeat center / cover;
		}	
		.model-area .model-cntnt:nth-child(5) .first-cntnt{
			background: url("../../images/src/career_path/bg03.jpg") no-repeat center / cover;
		}	
		.model-area .model-cntnt:nth-child(2) .first-cntnt{
			background: url("../../images/src/career_path/bg04.jpg") no-repeat center / cover;
		}	
		.model-area .model-cntnt:nth-child(4) .first-cntnt{
			background: url("../../images/src/career_path/bg05.jpg") no-repeat center / cover;
		}		
			.model-area .model-cntnt .first-cntnt .ilst{
				width: 280px;
			}
				.model-area .model-cntnt .first-cntnt .ilst img{
					width: 100%;
				}
			.model-area .model-cntnt .first-cntnt .txt-area{
				width: calc(100% - 310px);
				color:#fff;
				padding-bottom: 50px;
			}
				.model-area .model-cntnt .first-cntnt .txt-area .txt-32{
					margin-bottom: 15px;
					letter-spacing: 0.2rem;
				}
				.model-area .model-cntnt .first-cntnt .txt-area .ttl{
					position: relative;
					display: block;
					margin-bottom: 5px;
				}
				.model-area .model-cntnt .first-cntnt .txt-area .ttl:after{
					content:'';
					width: calc(100% - 115px);
					height: 1px;
					background-color: #fff;
					position: absolute;
					right:0;
					top:50%;
				}
				.model-area .model-cntnt .first-cntnt .txt-area .ttl span{
					width: 105px;
				}	
				.model-area .model-cntnt .first-cntnt .txt-area .career{
					display: flex;
					flex-wrap: wrap;
				}	
				.model-area .model-cntnt .first-cntnt .txt-area .career .c-txt02{
					margin-right: 20px;
				}	
		.model-area .model-cntnt .scnd-cntnt{
			position: relative;
			width: 90%;
			height: 180px;
			margin: -60px auto 0;
			background-color: #fff;
			z-index: 2;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			border:3px solid #ff4d00;
		}	
			.model-area .model-cntnt .scnd-cntnt .txt-18{
				text-align: center;
				line-height: 1.8;
			}	
			.model-area .model-cntnt .scnd-cntnt .txt-18:first-child{
				position: relative;
				padding-right: 90px;
			}	
			.model-area .model-cntnt .scnd-cntnt .txt-18:first-child:after{
				content:'';
				position: absolute;
				top:50%;
				right:45px;
				transform: translate(50%,-50%);
				width: 0;
				height: 0;
				border-style: solid;
				border-top: 15px solid transparent;
				border-bottom: 15px solid transparent;
				border-left: 20px solid #ff4d00;
				border-right: 0;
				opacity: 0.5;
			}
				.model-area .model-cntnt .scnd-cntnt .txt-18 span{
					color: #ff4d00;
					font-weight: bold;
					background: linear-gradient(transparent 83%, rgba(255,77,0,0.3) 17%);
					display: inline-block;
				}		
		.model-area .model-cntnt .third-cntnt{
			width: 90%;
			margin: 0 auto;
			padding: 50px 0 80px;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
			.model-area .model-cntnt .third-cntnt .txt-area{
				width: 48%;
			}
			.model-area .model-cntnt .third-cntnt .schedule{
				position: relative;
				width: 48%;
				padding: 35px;
				background-color: #f5f5e5;
			}
			.model-area .model-cntnt .third-cntnt .schedule .txt-18{
				position: absolute;
				top:0;
				left:50%;
				transform: translate(-50%,-50%);
				width: 100%;	
				text-align: center;
				font-weight: bold;
				color:#ff4d00;
			}
			.model-area .model-cntnt .third-cntnt .schedule ul li{
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
			}
			.model-area .model-cntnt .third-cntnt .schedule ul li:nth-child(n+2){
				margin-top: 6px;
			}
			.model-area .model-cntnt .third-cntnt .schedule ul li p:first-child{
				width: 38px;
				text-align: right;
				color:#ff4d00;
			}
			.model-area .model-cntnt .third-cntnt .schedule ul li p:nth-child(2){
				width: calc(100% - 50px);
				text-align: left;
			}
	
	
	
		.model-area .model-cntnt:nth-child(3) .scnd-cntnt .txt-18:first-child:after{
			border-left: 20px solid #2d63a7;
		}	
		.model-area .model-cntnt:nth-child(3) .scnd-cntnt .txt-18 span{
			color: #2d63a7;
			background: linear-gradient(transparent 83%, rgba(45,99,167,0.3) 17%);
			display: inline-block;
		}
		.model-area .model-cntnt:nth-child(3) .scnd-cntnt{
			border:3px solid #2d63a7;
		}	
			.model-area .model-cntnt:nth-child(3) .third-cntnt .schedule .txt-18{
				color:#2d63a7;
			}
			.model-area .model-cntnt:nth-child(3) .third-cntnt .schedule ul li p:first-child{
				color:#2d63a7;
			}
	
		.model-area .model-cntnt:nth-child(5) .scnd-cntnt .txt-18:first-child:after{
			border-left: 20px solid #3bb267;
		}	
		.model-area .model-cntnt:nth-child(5) .scnd-cntnt .txt-18 span{
			color: #3bb267;
			background: linear-gradient(transparent 83%, rgba(59,178,103,0.3) 17%);
			display: inline-block;
		}
		.model-area .model-cntnt:nth-child(5) .scnd-cntnt{
			border:3px solid #3bb267;
		}	
			.model-area .model-cntnt:nth-child(5) .third-cntnt .schedule .txt-18{
				color:#3bb267;
			}
			.model-area .model-cntnt:nth-child(5) .third-cntnt .schedule ul li p:first-child{
				color:#3bb267;
			}
	
		.model-area .model-cntnt:nth-child(2) .scnd-cntnt .txt-18:first-child:after{
			border-left: 20px solid #dc64aa;
		}	
		.model-area .model-cntnt:nth-child(2) .scnd-cntnt .txt-18 span{
			color: #dc64aa;
			background: linear-gradient(transparent 83%, rgba(220,100,170,0.3) 17%);
			display: inline-block;
		}
		.model-area .model-cntnt:nth-child(2) .scnd-cntnt{
			border:3px solid #dc64aa;
		}	
			.model-area .model-cntnt:nth-child(2) .third-cntnt .schedule .txt-18{
				color:#dc64aa;
			}
			.model-area .model-cntnt:nth-child(2) .third-cntnt .schedule ul li p:first-child{
				color:#dc64aa;
			}
	
		.model-area .model-cntnt:nth-child(4) .scnd-cntnt .txt-18:first-child:after{
			border-left: 20px solid #F0C81E;
		}	
		.model-area .model-cntnt:nth-child(4) .scnd-cntnt .txt-18 span{
			color: #F0C81E;
			background: linear-gradient(transparent 83%, rgba(240,200,30,0.3) 17%);
			display: inline-block;
		}
		.model-area .model-cntnt:nth-child(4) .scnd-cntnt{
			border:3px solid #F0C81E;
		}	
			.model-area .model-cntnt:nth-child(4) .third-cntnt .schedule .txt-18{
				color:#F0C81E;
			}
			.model-area .model-cntnt:nth-child(4) .third-cntnt .schedule ul li p:first-child{
				color:#F0C81E;
			}
	
	
	
	
	
	
	
}



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


	
	
}



	
/* max 767px */
@media screen and (max-width: 900px) {

	
	.pc{
		display: none!important
	}	
	img.pc{
		display: none!important
	}
	.sp{
		display: block!important
	}	

.career_path .kv img{
width: 73.466vw;
}

.txt-18{
	font-size: 16px;
}
.txt-20{
	font-size: 165px;
}
.txt-22{
	font-size: 17px;
}
.txt-24{
	font-size: 18px;
}
.txt-26{
	font-size: 18px;
}
.txt-28{
	font-size: 18px;
}
.txt-30{
	font-size: 2px;
}
.txt-32{
	font-size: 21px;
}
.txt-36{
	font-size: 23px;
}
.txt-40{
	font-size: 25px;
}
.txt-50{
	font-size: 3px;
}

.c-txt{
	font-size: 14px;
}
.c-txt02{
	font-size: 14px;
}
.c-txt03{
	font-size: 11px;
}
	
	
	
.read-area {
    padding-top: 60px;
}
.read-area .txt-36 {
    color: #ff4d00;
    margin-bottom: 15px;
}	
	
.index-area .c-inner a{
	width: 100%;
	margin-right: 0;
}
.index-area .c-inner a:nth-child(n+2){
	margin-top: 35px;
}
.index-area .c-inner a .num {
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
	transform: translateY(-28px);
}
.index-area .c-inner a .ilst {
    position: absolute;
    top: 50%;
    left: 15px;
	transform: translateY(-50%);
    width: 90px;
}
.index-area .c-inner a .txtarea{
	width: 100%;
	justify-content: flex-start;
}
.index-area .c-inner a .txtarea .c-txt {
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 0px;
	padding-left: 115px;
	text-align: left;
}
.index-area .c-inner a .txtarea:after {
    content: '';
    position: absolute;
    bottom: auto;
	top:50%;
    left: auto;
	right:12px;
    transform: translateY(-50%);
}
.index-area {
    padding: 60px 0 90px;
}
	
.model-area {
    padding: 90px 0;
}
.model-area .model-cntnt .num {
    transform: translateY(-32px);
    height: 13px;
}
.model-area .model-cntnt .first-cntnt {
    padding: 15px 20px 65px;
    border-radius: 10px 10px 0 0;
}
.model-area .model-cntnt .first-cntnt .ilst {
    width: 80px;
}	
.model-area .model-cntnt .first-cntnt .txt-area {
    width: 100%;
    padding-bottom: 10px;
}
	.model-area .model-cntnt .first-cntnt .txt-area .txt-32{
		position: absolute;
		top:52px;
		left:110px;
		padding-bottom: 0;
	}
.model-area .model-cntnt .first-cntnt .txt-area .ttl {
    position: relative;
    display: block;
    margin: 18px 0 7px;
	line-height: 1;
}	
.model-area .model-cntnt .scnd-cntnt .txt-18:first-child {
    position: relative;
    padding-right: 0px;
	padding-bottom:25px;
}	
.model-area .model-cntnt .scnd-cntnt {
   padding: 25px 10px;
	height: auto;
}
.model-area .model-cntnt .scnd-cntnt .txt-18{
   font-size: 15px;
}	

.model-area .model-cntnt .scnd-cntnt .txt-18:first-child:after {
    content: '';
    position: absolute;
    top: auto;
	bottom:7px;
    right: auto;
	left:50%;
    transform: translate(-50%, 0);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 10px solid #ff4d00;
	border-bottom: 0;
}	
.model-area .model-cntnt:nth-child(3) .scnd-cntnt .txt-18:first-child:after {
    content: '';
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;	
	border-top: 10px solid #2D63A7;
	border-bottom: 0;	
}	
.model-area .model-cntnt:nth-child(5) .scnd-cntnt .txt-18:first-child:after {
    content: '';
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;	
	border-top: 10px solid #3BB267;
	border-bottom: 0;	
}	
.model-area .model-cntnt:nth-child(2) .scnd-cntnt .txt-18:first-child:after {
    content: '';
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;	
	border-top: 10px solid #DC64AA;
	border-bottom: 0;	
}		
.model-area .model-cntnt:nth-child(4) .scnd-cntnt .txt-18:first-child:after {
    content: '';
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;	
	border-top: 10px solid #F0C81E;
	border-bottom: 0;	
}		
.model-area .model-cntnt .third-cntnt {
    width: 88%;
    margin: 0 auto;
    padding: 20px 0 35px;
}
.model-area .model-cntnt .third-cntnt .txt-area {
    width: 100%;
}
.model-area .model-cntnt .third-cntnt .schedule {
	margin-top: 30px;
    width: 100%;
    padding: 25px 15px;
    background-color: #f5f5e5;
}
.model-area .model-cntnt .third-cntnt .schedule ul li:nth-child(n+2) {
    margin-top: 12px;
}
.model-area .model-cntnt .third-cntnt .schedule ul li p:first-child {
    line-height: 1.5;
}
.model-area .model-cntnt .third-cntnt .schedule ul li p:nth-child(2) {
    line-height: 1.5;
}
	
.model-area .model-cntnt:nth-child(n+2) {
    margin-top: 60px;
}	
	


}
