@charset "UTF-8";


.serv-lic-note-txt {
    font-weight: bold;
}
/*--------------- 資格 ---------------*/
.serv-lic-box {margin-top: 24px;}
.serv-lic-item .ttl {
	margin-bottom: .5em;
	padding: .25em 1em;
	background: #5a2d00;
	border-radius: 2px;
	font-size: 18px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #FFF;
	line-height: 1.5;
}
.serv-lic-item ul + .ttl {margin-top: 2em;}
@media screen and (max-width: 767px) {
.serv-lic-item ul + .ttl {margin-top: 0em;}
.serv-lic-item h3.ttl {
margin-top: 2em;
}
}
/* .serv-lic-item li:not(:last-child) {margin-bottom: .25em;} */
.serv-lic-item li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f28d";
	margin-right: .75em;
	color: #ccc;
}
.serv-lic-box li.pk:before {color: #f25c5c;}
.serv-lic-box li.org:before {color: #f2b705;}
.serv-lic-note {
	font-size: 14px;
	font-size: 0.9rem;
}
.serv-el {margin-top: 64px;}
.serv-el-box {
	position: relative;
	margin-left: 16px;
	background: #FFF;
	border: 8px solid #3e9117;
	text-align: center;
}
.serv-el .label {
	position: absolute;
	top: -36px;
	left: -36px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #f3e926;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.serv-el .label span {
	padding-top: 4px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.serv-el .ttl-box {
	padding: 8px 16px 16px;
	background: #3e9117;
	color: #FFF;
	line-height: 1.5;
}
.serv-el .ttl {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}
.serv-el .txt {margin-top: .5em;}
.serv-el .desc {padding: 16px 16px 24px;}
.serv-el .desc-kibi-text {
	text-align: left;
}
.serv-el .desc-kibi-logo {
    max-width: 300px;
    margin: 40px auto;
}
.serv-el .list {
	margin: 1em 0 1.5em;
	font-size: 14px;
	font-size: 0.9rem;
	font-weight: 700;
}
.serv-el .list li:before {
	content: "●";
	margin-right: .25em;
	color: #3e9117;
}
.serv-el .exp {border: 2px solid #bdf1a5;}
.serv-el .exp dt {
	padding: .25em 1em;
	background: #bdf1a5;
	font-weight: 700;
	color: #3e9117;
}
.serv-el .exp dd {
	padding: .5em 1em;
	font-size: 14px;
	font-size: 0.9rem;
	text-align: left;
}

@media screen and (max-width:767px) {
	.serv-lic-box {margin-bottom: 24px;}
	.serv-el .ttl span {display: block;}
	.serv-el .list{text-align: left;}
}
@media screen and (min-width:768px) {
	.serv-lic-box {
		margin-top: 48px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.serv-lic-item {width: calc(33.33333% - 48px / 3);}
	.serv-lic-note {text-align: right;}
	.serv-lic-note ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.serv-lic-note ul li:not(:last-child) {margin-right: 0.6em;}
	.serv-el {margin-top: 80px;}
	.serv-el .label {
		position: absolute;
		top: -36px;
		left: -36px;
		width: 96px;
		height: 96px;
		font-size: 18px;
		font-size: 1.1rem;
	}
	.serv-el .ttl {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.serv-el .ttl span {margin-left: .25em;}
	.serv-el .desc {padding: 24px 40px 40px;}
	.serv-el .desc-kibi {
        display: flex;
        align-items: center;
    }
    .serv-el .desc-kibi-text {
        width: 75%;
    }
    .serv-el .desc-kibi-logo {
        width: 25%;
        margin: initial;
    }
	.serv-el .catch{
		font-size: 20px;
		font-size: 1.25rem;
	}
	.serv-el .list {letter-spacing: -.4em;}
	.serv-el .list li {
		display: inline-block;
		letter-spacing: normal;
	}
	.serv-el .list li:not(:last-child) {margin-right: 1em;}
	.serv-el .exp {
		border: 2px solid #bdf1a5;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		flex-wrap: wrap;
	}
	.serv-el .exp dt,
	.serv-el .exp dd {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-direction: column;
	}
	.serv-el .exp dt {
		width: 10em;
		background: #bdf1a5;
		width: 30%;
		justify-content: center;
	}
	.serv-el .exp dd {
		padding: 1em;
		width: 70%;
		align-items: flex-start;
	}
	.serv-el .exp dd ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.serv-el .exp dd ul li:not(:last-child) {margin-right: 1.5em;}
}

.serv-el {margin-top: 64px;}
.serv-el-box {
	position: relative;
	margin-left: 16px;
	background: #FFF;
	border: 8px solid #5a2d00;
	text-align: center;
}
.serv-el .label {
	position: absolute;
	top: -36px;
	left: -36px;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #f3e926;
	font-size: 13px;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.2;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.serv-el .label span {
	padding-top: 4px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.serv-el .ttl-box {
	padding: 8px 16px 16px;
	background: #5a2d00;
	color: #FFF;
	line-height: 1.5;
}
.serv-el .ttl {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
    background: none;
}
.serv-el .txt {margin-top: .5em;}
.serv-el .desc {padding: 16px 16px 24px;}
.serv-el .list {
	margin: 1em 0 1.5em;
	font-size: 14px;
	font-size: 0.9rem;
	font-weight: 700;
}
.serv-el .list li:before {
	content: "●";
	margin-right: .25em;
	color: #fd7e01;
}
.serv-el .exp {border: 2px solid #fd7e0178;}
.serv-el .exp dt {
	padding: .25em 1em;
	background: #ffecda;
	font-weight: 700;
	color: #fd7e01;
}
.serv-el .exp dd {
	padding: .5em 1em;
	font-size: 14px;
	font-size: 0.9rem;
	text-align: left;
}

@media screen and (max-width:767px) {
	.serv-lic-box {margin-bottom: 24px; display: block;  margin: auto;}
	.serv-el .ttl span {display: block;}
	.serv-el .list{text-align: left;}
}
@media screen and (min-width:768px) {
	.serv-el {margin-top: 80px;}
	.serv-el .label {
		position: absolute;
		top: -36px;
		left: -36px;
		width: 96px;
		height: 96px;
		font-size: 18px;
		font-size: 1.1rem;
	}
	.serv-el .ttl {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.serv-el .ttl span {margin-left: .25em;}
	.serv-el .desc {padding: 24px 40px 40px;}
	.serv-el .catch{
		font-size: 20px;
		font-size: 1.25rem;
	}
	.serv-el .list {letter-spacing: -.4em;}
	.serv-el .list li {
		display: inline-block;
		letter-spacing: normal;
	}
	.serv-el .list li:not(:last-child) {margin-right: 1em;}
	.serv-el .exp {
		border: 2px solid #fd7e0178;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.serv-el .exp dt,
	.serv-el .exp dd {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		/* -webkit-box-align: center; */
		-ms-flex-align: center;
		/* align-items: center; */
	}
	.serv-el .exp dt {
		width: 10em;
		background: #ffecda;
	}
	.serv-el .exp dd {
		padding: 1em;
		flex: 1;
	}
	.serv-el .exp dd ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.serv-el .exp dd ul li:not(:last-child) {margin-right: 1.5em;}
}


.marker-yel {
    background: #fff45c;
    background: -webkit-linear-gradient(transparent 70%, #fff45c 0%);
    background: linear-gradient(transparent 70%, #fff45c 0%);
    font-weight: bold;
}

.txt-pink {
	color: #f25c5c;
}

.txt-org {
    color: #f2b705;
}

/* 0820追記 */
@media (min-width: 768px) {
.shikaku ul {
    margin: 0px;
    padding: 0px;
}
.shikaku ul li {
		display: block;
		width: auto;
		font-weight: normal;
}
.shikaku p {
    padding: 0px;
}
}
.shikaku ul {
    margin: 0px;
    border-bottom: none;
}

.shikaku ul li {
    padding-left: 0px;
}

.shikaku h3 {
	/* text-align: left; */
}

.shikaku {
	background: transparent;
}

.fas.fa-stop-circle.pk {
    color: #f25c5c;
}

.fas.fa-stop-circle.org {
    color: #f2b705;
}