@charset "UTF-8";
/* CSS Document */


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

.title-page h2 {
	padding-top: 30px;
}

/* contents02 */

.contents02 > h3 {
	font-size: 16px;
line-height: 1.6;
	margin-bottom: 40px;
}

/* layout01 */

.layout01 .box-img-sp {
	width: 320px;
	margin: 0px auto;
	margin-bottom: 60px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:50px 0px;
	flex-direction: column;
	background-image: url("../../images/education/line-flow.svg");
background-position: left bottom;
background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 20px;
}
	
.layout01 .box-img-sp .box {
	position: relative;
}
	
.layout01 .box-img-sp .box:nth-child(3) {
	margin-top: -40px;
	padding-bottom: 40px;
}
	
.layout01 .box-img-sp .box::before {
	content: "";
	position: absolute;
left: 10px;
top: 0px;
	text-align: left;
	font-size: 20px;
color: #50A0FE;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	margin-top: -40px;
}
	
.layout01 .box-img-sp .box:nth-child(1)::before {
	content: "入社後1ヶ月間";
}
	
.layout01 .box-img-sp .box:nth-child(2)::before {
	content: "約半年～１年間";
}
	
.layout01 .box-img-sp .box:nth-child(4)::before {
	content: "入社1年以降";
}
	
.layout01 .box-img-sp .box::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	background-color: #50A0FE;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	margin-left: -18px;
	margin-top: -32px;
}
	
.layout01 .box-img-sp .box:nth-child(3)::before, .layout01 .box-img-sp .box:nth-child(3)::after {
	display: none;
}
	
.layout01 .box-img-sp img {
	max-width: 320px;
}
	
.layout01 .box-img-sp .box p {
	color: #50A0FE;
	font-size: 12px;
	text-align: left;
	padding: 0px 20px;
}

.layout01 .box-detail {
  justify-content: flex-start;
	flex-direction: column;
	gap:15px 0px;
	padding: 60px 10% 40px;
}

.layout01 .box-detail::after {
left: 15%;
	width: 70%;
	font-size: 16px;
}

.layout01 ul li.li-last {
	font-size: 16px;
	position: static;
}


/* layout02 */

.layout02 {
	padding: 40px 10%;
}

.layout02 .box-detail {
	margin-bottom: 30px;
}

.layout02 h4 {
	font-size: 24px;
	margin-bottom: 25px;
}

.layout02 h4::after {
	margin-top: 15px;
}

.layout02 .box-text {
	width: 100%;
}



    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
