@charset "UTF-8";

body {
	font-family: "Noto Sans JP", system-ui;
}

/*contents-space*/
@font-face {
	font-family: "ElegantIcons";
	src: url("fonts/ElegantIcons.eot");
	src: url("fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("fonts/ElegantIcons.woff") format("woff"), url("fonts/ElegantIcons.ttf") format("truetype"), url("fonts/ElegantIcons.svg#ElegantIcons") format("svg");
	font-weight: normal;
	font-style: normal;
}

br.sp {
	display: none;
}

@media only screen and (max-width: 639px) {
	br.sp {
		display: inline-block;
	}
}

.btn {
	text-align: center;
}

.btn a {
	position: relative;
	display: block;
	border: solid 1px #ccc;
	border-radius: 5px;
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 1;
	font-size: 1.1em;
	color: #333;
}

@media only screen and (max-width: 639px) {
	.btn a {
		width: 100%;
	}
}

.btn a:hover {
	background: #eee;
}

.pdf a:before {
	content: "";
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 50px;
	/*画像の幅*/
	height: 50px;
	/*画像の高さ*/
	background-image: url(img/icn-pdf.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.rsv-img {
	max-width: 100%;
	height: auto;
}

.mw80-sp100 {
	max-width: 80%;
}

@media screen and (max-width: 639px) {
	.mw80-sp100 {
		max-width: 100%;
	}
}



/* head
------------------------------------------------*/
#header {
	position: relative;
	text-align: center;
	padding-top: 30px;
}

#header h1 {
	position: relative;
}

#header p.recruit {
	position: absolute;
	top: 30px;
	right: 0;
	margin: 0;
}

#header p.recruit a {
	display: block;
	width: 8em;
	background: #cab145;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	padding: 8px 5px 8px 21px;
	text-align: center;
}

#header p.recruit a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#header p.recruit a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}

#header .p-contact-txt {
	margin: 10px auto;
}

#header .p-contact-txt span {
	font-family: "ElegantIcons";
	color: #666;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
}

@media only screen and (max-width: 639px) {
	#header {
		text-align: center;
	}

	#header h1 {
		width: 90%;
		margin: 0 auto;
	}

	#header p.recruit {
		position: relative;
		top: auto;
		right: auto;
		width: 50%;
		margin: 10px auto;
	}

	#header p.recruit a {
		font-size: 15px;
		width: auto;
	}

	#header p+p {
		font-size: 14px;
	}

	#header p+p span {
		font-size: 18px;
	}
}

/* news
------------------------------------------------*/
div.top-news {
	box-sizing: border-box;
	border: 3px solid #ddd;
	padding: 0 0 20px;
	margin: 60px 0 0;
	border-radius: 5px;
}

div.top-news h2 {
	font-size: 30px;
	text-align: center;
	margin: 20px auto 20px;
	line-height: 1.3;
}

@media only screen and (max-width: 639px) {
	div.top-news h2 {
		font-size: 25px;
		line-height: 1.5;
	}
}

div.top-news h2 br {
	display: none;
}

@media only screen and (max-width: 639px) {
	div.top-news h2 br {
		display: inline-block;
	}
}

div.top-news h2>span {
	background: #eee;
	display: block;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

@media screen and (max-width: 639px) {
	div.top-news h2>span {
		padding-top: 10px;
	}
}

div.top-news h2>span>span {
	font-size: 14px;
	display: inline-block;
}

div.top-news h2>span>span+span {
	margin-left: 1em;
}

@media only screen and (max-width: 639px) {
	div.top-news h2>span>span {
		display: block;
		margin-left: 0;
	}
}

div.top-news h3 {
	margin: 20px 0 15px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

@media screen and (max-width: 639px) {
	div.top-news h3 {
		font-size: 16px;
	}
}

div.top-news h3 span {
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	top: 0;
}

div.top-news h3 span br {
	display: none;
}

@media only screen and (max-width: 639px) {
	div.top-news h3 span br {
		display: inline-block;
	}
}

div.top-news h3 span:before,
div.top-news h3 span:after {
	position: absolute;
	top: 0;
	content: "";
	width: 8px;
	height: 100%;
	display: inline-block;
}

div.top-news h3 span:before {
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	left: 0;
}

div.top-news h3 span:after {
	content: "";
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	right: 0;
}

div.top-news>div {
	padding: 0 20px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

div.top-news p.date {
	text-align: right;
	font-size: 14px;
	margin-top: 10px;
}

div.top-news ul.pdf-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.top-news ul.pdf-list li {
	width: 49%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

@media screen and (max-width: 639px) {
	div.top-news ul.pdf-list li {
		width: 100%;
	}

	div.top-news ul.pdf-list li.welfare {
		order: 4;
	}

	div.top-news ul.pdf-list li.business {
		order: 1;
	}

	div.top-news ul.pdf-list li.digital {
		order: 2;
	}

	div.top-news ul.pdf-list li.pet {
		order: 3;
	}
}

div.top-news ul.pdf-list li a {
	text-align: center;
	position: relative;
	display: block;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin: 0 auto;
	padding: 14px 10px 10px;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 1;
	font-size: 1em;
	color: #333;
}

@media screen and (max-width: 639px) {
	div.top-news ul.pdf-list li a {
		padding: 9px 5px 5px 10px;
		font-size: 0.8em;
	}
}

div.top-news ul.pdf-list li a:hover {
	background: #eee;
}

div.top-news ul.pdf-list li a:before {
	margin-right: 5px;
	margin-top: -4px;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(img/icn-pdf.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}

@media screen and (max-width: 639px) {
	div.top-news ul.pdf-list li a:before {
		width: 25px;
		height: 25px;
	}
}

div.top-news ol {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 40em;
}

@media only screen and (max-width: 639px) {
	div.top-news ol {
		width: auto;
	}
}

div.top-news ol li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}

div.top-news ol li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}

div.top-news p.btn {
	margin-top: 20px;
}

div.top-news p.btn a {
	padding: 10px;
}

ul.for-bnr {
	margin-bottom: 50px;
	text-align: center;
}

ul.for-bnr li+li {
	margin-top: 10px;
}

ul.for-bnr li a:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 639px) {
	ul.for-bnr {
		margin-bottom: 20px;
	}
}

ul.school-web {
	margin: 50px auto;
	display: flex;
	margin-top: 10px;
}

ul.school-web li {
	width: 25%;
	box-sizing: border-box;
}

ul.school-web li a:hover {
	opacity: 0.7;
}

ul.school-web li img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 639px) {
	ul.school-web {
		margin-bottom: 20px;
		flex-wrap: wrap;
		justify-content: center;
	}

	ul.school-web li {
		width: calc(50% - 1px);
	}

	ul.school-web li:not(:first-child) {
		border-left: none;
	}

	ul.school-web li.welfare {
		order: 4;
		border-left: 1px solid #fff;
	}

	ul.school-web li.business {
		order: 1;
		text-align: right;
	}

	ul.school-web li.digital {
		order: 2;
	}

	ul.school-web li.pet {
		order: 3;
		text-align: right;
		border-left: 1px solid #fff;
	}
}

ul.school-bnr {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.school-bnr li {
	width: 32.5%;
	margin: 0 0.7% 1% 0;
}

ul.school-bnr li:nth-child(3n) {
	margin-right: 0;
}

ul.school-bnr li a:hover {
	opacity: 0.7;
}

ul.school-bnr li img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 639px) {
	ul.school-bnr {
		margin-bottom: 20px;
	}

	ul.school-bnr li {
		width: 100%;
		margin-right: 0;
	}
}

#footer {
	text-align: center;
	padding-bottom: 30px;
}

#footer p#copyright {
	margin-top: 15px;
	font-size: 0.8rem;
}

#footer p.link a {
	position: relative;
	display: block;
	border: solid 1px #ccc;
	border-radius: 5px;
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 1;
	font-size: 1.1em;
	color: #333;
}

#footer p.link a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}

#footer p.link a:hover {
	background: #eee;
}

@media screen and (min-width: 639px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: #333;
		text-decoration: none;
	}
}

@media only screen and (max-width: 639px) {
	#footer p.link a {
		width: 90%;
	}
}

/*slick*/
.slick-dotted.slick-slider {
	margin-bottom: 80px;
}

@media screen and (max-width: 639px) {
	.slick-dotted.slick-slider {
		margin-bottom: 40px;
	}
}

.slick-slide {
	position: relative;
}

.slick-slide .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 14px;
	opacity: 0;
	transition: 0.4s ease;
	text-align: center;
}

@media screen and (max-width: 639px) {
	.slick-slide .caption .sp-br {
		display: block;
	}
}

.slick-current .caption {
	opacity: 1;
	transition-delay: 0.5s;
}

.slick-prev,
.slick-next {
	z-index: 3;
	top: 43%;
}

.slick-prev:before,
.slick-next:before {
	color: #fff;
	font-size: 40px;
}

.slick-prev {
	left: 10px;
}

.slick-prev:before {
	font-family: "ElegantIcons";
	content: "\e045";
}

.slick-next {
	right: 30px;
}

.slick-next:before {
	font-family: "ElegantIcons";
	content: "\e046";
}

@media only screen and (max-width: 639px) {
	.slick-slide .caption {
		position: relative;
		font-size: 14px;
	}

	.slick-prev,
	.slick-next {
		top: 30%;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 25px;
	}

	.slick-prev {
		left: 5px;
	}

	.slick-next {
		right: 10px;
	}
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

div#news {
	margin: 30px 0 30px 0;
}

div#news h2 {
	font-size: 28px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 639px) {
	div#news h2 {
		font-size: 22px;
	}
}

div#news h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}

div#news h2 span::before,
div#news h2 span::after {
	position: absolute;
	top: 50%;
	content: "";
	width: 400%;
	height: 1px;
	background-color: #ccc;
}

div#news h2 span::before {
	right: 100%;
}

div#news h2 span::after {
	left: 100%;
}

div#news div.box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

div#news div.box p {
	box-sizing: border-box;
}

div#news div.box p.img {
	width: 40%;
}

@media screen and (max-width: 639px) {
	div#news div.box p.img {
		width: 100%;
	}
}

div#news div.box p.img img {
	width: 100%;
	height: auto;
}

div#news div.box p:last-child {
	width: 60%;
	padding-left: 1em;
}

@media screen and (max-width: 639px) {
	div#news div.box p:last-child {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
}

div.news {
	margin-bottom: 50px;
}

div.news h2 {
	font-size: 30px;
	overflow: hidden;
	text-align: center;
}

div.news h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}

div.news h2 span::before,
div.news h2 span::after {
	position: absolute;
	top: 50%;
	content: "";
	width: 400%;
	height: 1px;
	background-color: #ccc;
}

div.news h2 span::before {
	right: 100%;
}

div.news h2 span::after {
	left: 100%;
}

div.news h3 {
	font-size: 20px;
	position: relative;
	padding: 0.5em 0.7em;
	background-color: #f6f6f6;
	margin-bottom: 10px;
}

div.news h3::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.1);
}

div.news p i {
	font-family: ElegantIcons;
}

div.news p span.u {
	text-decoration: underline;
	font-weight: bold;
}

div.news hr {
	border: 0 none;
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	margin: 20px 0;
}

div.news ul {
	list-style-type: none;
	margin: 15px 0;
}

div.news ul li+li {
	margin-top: 10px;
}

div.news ul li a {
	position: relative;
	display: block;
	border-radius: 5px;
	width: 50%;
	padding: 20px 20px 20px 40px;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 1;
	font-size: 1.1em;
	color: #fff;
}

div.news ul li a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}

div.news ul li a:hover {
	opacity: 0.8;
}

div.news ul li.business a {
	background: #d42d26;
}

div.news ul li.digital a {
	background: #255d9e;
}

div.news ul li.pet a {
	background: #43954d;
}

div.news ul li.welfare a {
	background: #235425;
}

@media only screen and (max-width: 639px) {
	div.news {
		margin-bottom: 20px;
	}

	div.news h2 {
		font-size: 22px;
	}

	div.news h3 {
		font-size: 16px;
	}

	div.news ul li {
		font-size: 14px;
	}

	div.news ul li a {
		width: 100%;
		padding: 10px 10px 10px 30px;
	}
}

.p-contact-area {
	padding: 40px;
	box-sizing: border-box;
	background: #f7f4e4;
}

@media screen and (max-width: 639px) {
	.p-contact-area {
		padding: 20px;
	}
}

.p-contact-area__title {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width: 639px) {
	.p-contact-area__title {
		font-size: 25px;
	}
}

.p-contact-area__item {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	border: 3px solid #000;
}

@media screen and (max-width: 639px) {
	.p-contact-area__item {
		padding: 15px;
	}
}

.p-contact-area__item:nth-child(n+2) {
	margin-top: 20px;
}

.p-contact-area__item--request {
	border-color: #d91c1c;
}

.p-contact-area__item--recruit {
	border-color: #1414a5;
}

.p-contact-area__item--other {
	border-color: #e67c00;
}

.p-contact-area__item .p-contact-area__title {
	font-size: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
	.p-contact-area__item .p-contact-area__title {
		margin-bottom: 15px;
		font-size: 17px;
	}
}

.p-contact-area__item .p-contact-area__title--request {
	color: #d91c1c;
}

.p-contact-area__item .p-contact-area__title--recruit {
	color: #1414a5;
}

.p-contact-area__item .p-contact-area__title--other {
	color: #e67c00;
}

.p-contact-area__contact--school {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	text-align: left;
	margin: 10px auto;
	width: 30em;
}

@media screen and (max-width: 639px) {
	.p-contact-area__contact--school {
		text-align: center;
		width: 100%;
	}
}

.p-contact-area__contact--school dt {
	width: 60%;
	font-weight: bold;
}

@media screen and (max-width: 639px) {
	.p-contact-area__contact--school dt {
		width: 100%;
	}
}

.p-contact-area__contact--school dd {
	width: 40%;
}

@media screen and (max-width: 639px) {
	.p-contact-area__contact--school dd {
		width: 100%;
	}

	.p-contact-area__contact--school dd+dt {
		margin-top: 10px;
	}
}

.p-sub-nav {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

.p-sub-nav__item::before {
	content: "｜";
	display: inline-block;
}

.p-sub-nav__item:last-child::after {
	content: "｜";
	display: inline-block;
}

.p-sub-nav__link {
	color: #333 !important;
	text-decoration: none;
	font-size: 14px;
}

#esg {
	margin: 30px 0 30px 0;
}

#esg h2 img {
	max-width: 100%;
	height: auto;
}

#esg table {
	width: auto;
	margin: 30px auto 50px;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

#esg caption {
	padding-bottom: 5px;

}

#esg table tr {
	border-bottom: 1px solid #ddd;
}

#esg table th {
	width: 6em;
	background: #fcfbeb;
	text-align: center;
}

#esg table th,
#esg table td {
	padding: 5px 10px;
}

.bnr+.bnr {
	margin-top: 10px;
}