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


.title-box h3::before {
	background-image: url("images/icon.svg");
	height: 80px;
	margin-top: -90px;
}

.contents-concept h5 {
	line-height: 1.6;
}

/* contents01-wrap */

.contents01-wrap {
	text-align: center;
	margin-bottom: 100px;
	width: 100%;
}

.contents01-wrap > div:not(:last-child) {
	margin-bottom: 60px;
}

/* contents01 */

.contents01 {
	width: 1200px;
	background-color: #FFF;
	border-radius: 30px;
	padding: 100px 70px 60px;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.contents01::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../top/images/text03.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 126px;
	margin-top: -55px;
}

.contents01 .box-in {
	width: 100%;
	border-radius: 15px;
	padding: 60px 60px 50px;
	position: relative;
	border-style : solid;
border-width : 2px;
}

.contents01 .box-in:not(:last-child) {
	margin-bottom: 90px;
}

.contents01 .box-in01 {
border-color : #f29600;
}

.contents01 .box-in02 {
border-style : none;
	background-color: #f1f1f1;
}

.contents01 .box-in::after {
	content: "";
	position: absolute;
left: 25%;
top: 0px;
	width: 50%;
	border-radius: 60px;
	padding: 12px 0px;
	text-align: center;
	background-color: #f29600;
	font-size: 32px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	margin-top: -30px;
}

.contents01 .box-in02::after {
	background-color: #603813;
}

.contents01 .box-in:nth-child(1)::after {
	content: "歯科衛生士";
}

.contents01 .box-in:nth-child(2)::after {
	content: "受付事務・歯科助手";
}

.contents01 .box-in:nth-child(3)::after {
	content: "お問い合わせ・応募方法";
}


.contents01 .box {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents01 .box:not(:last-child) {
	margin-bottom: 15px;
}

.contents01 h5 {
	font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.15em;
font-weight: 400;
	text-align: center;
	border-radius: 5px;
	width: 220px;
	background-color: #80CCDA;
	display: flex;
  justify-content: center;
align-items: center;
}

.contents01 .box p {
	flex: 1;
	text-align: left;
	display: flex;
  justify-content: flex-start;
align-items: center;
	padding: 15px 0px;
	padding-left: 30px;
}

.contents01 .box-in02 p span{
	font-size: 22px;
	line-height: 2;
	display: block;
	background-color: #FFF;
	padding: 20px 20px 30px;
	border-radius: 12px;
}



.sp-view {
	display: none;
}
