@charset "UTF-8";
/* ---------------------
	250704 add
--------------------- */
@media screen and (min-width: 375px) {
	.education__point-skill-img {
		right: -20%;
	}
}
@media screen and (min-width: 835px) {
	.benefits__list {
		gap: 1rem;
	}
	.benefits__list > li {
		width: calc((100% - 3rem) / 4);
	}
	.contact__link {
		height: 140px;
	}
	.shop__list {
		gap: 5%;
	}
	.shop__list-left .recruitment_title span {
		font-size: 40px;
	}
	.education__sns-add {
		width: 30%;
	}
	.benefits__event-txt-img {
		left: -33%;
	}
	.education__point-skill-img {
		max-width: 95px;
		width: 24%;
		right: 90%;
	}
}
.benefits__event-txt-img {
	max-width: 90px;
	bottom: -15px;
}
.benefits__list-title {
	margin-top: -4rem;
	flex-direction: column;
}
.contact__link {
	font-weight: normal;
	height: 120px;
}
.contact__link span {
	font-weight: 700;
	font-family: var(--font_point);
}
.contact__link-ttl {
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 1px;
}
.contact__link:not(.insta__link) .contact__link-ttl {
	margin-bottom: 2rem;
}
.insta__link span {
	font-size: 2rem;
}
.insta__link-txt {
	margin: 1.5rem 0 0.5rem;
	font-size: 1.3rem;
}
.shop__list {
	padding: 4.5rem 3rem;
	justify-content: center;
	align-items: center;
	background-color: #f3e3d3;
	border-radius: 1.5rem;
}
.shop__list-left {
	width: 50%;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 5rem;
}
.shop__list-left .recruitment_title {
	margin-bottom: 0;
	writing-mode: vertical-rl;
	font-size: 40px;
}
.shop__list-img {
	max-width: 353.5px;
}
.shop__list-right {
	width: 45%;
}
.education__sns-add-list {
	justify-content: center;
}
.education__point-skill-img {
	max-width: 100px;
	width: 25%;
}
@media screen and (max-width: 932px) {
	.benefits__event-txt-img {
		bottom: 0;
	}
}
@media screen and (max-width: 834px) {
	.benefits__list-title {
		margin-top: -3rem;
	}
	.shop__list {
		padding: 3rem;
		flex-direction: column;
	}
	.shop__list-left {
		width: 100%;
		flex-direction: column;
		gap: 2rem;
	}
	.shop__list-left .recruitment_title {
		writing-mode: horizontal-tb;
	}
	.shop__list-right {
		width: 100%;
	}
	.education__sns-add-list {
		width: fit-content;
	}
	.education__sns-add-list > dt {
		width: fit-content;
		padding-right: 10px;
	}
}
@media screen and (max-width: 690px) {
	.insta__link {
		padding: 0 1rem;
	}
	.contact__img {
		max-width: 13vw;
		right: 0;
	}
}
@media screen and (max-width: 640px) {
	.education__point-skill-img {
		max-width: 70px;
		right: -8%;
	}
}

@media screen and (max-width: 639px) {
	.benefits__list-title {
		margin-top: 0;
	}
}
@media screen and (max-width: 510px) {
	.contact__img {
		max-width: 11vw;
		right: -4%;
	}
}
@media screen and (max-width: 500px) {
	.benefits__event-txt-img {
		max-width: 80px;
	}
	.education__point-skill-img {
		right: -15%;
	}
}
@media screen and (max-width: 450px) {
	.shop__list {
		padding: 2rem;
	}
	.shop__list-left {
		gap: 1rem;
	}
}
@media screen and (max-width: 410px) {
	.education__point-skill-img {
		width: 22%;
		right: -17%;
	}
}
@media screen and (max-width: 380px) {
	.benefits__event-txt-img {
		max-width: 72px;
	}
}
@media screen and (max-width: 1130px) and (min-width: 835px) {
	.contact__img {
		width: 49px;
		right: 0;
	}
}

/* ---------------------
	250801 add
--------------------- */
@media screen and (min-width: 835px) {
	.rating__cont-formula {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 1140px) {
	.rating__cont-formula {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 525px) {
	.rating__cont-formula {
		flex-wrap: wrap;
		gap: 1rem var(--pad_m);
	}
	.rating__cont-formula span {
		width: calc(30% - var(--pad_m));
	}
	.rating__cont-formula span:nth-child(2)::after {
		display: none;
	}
}
.rating__cont-formula span:last-child {
	background-color: var(--color_light);
	color: var(--color_base);
}
.rating__cont-key {
	margin-top: 1rem;
	font-size: 2.7rem;
}
@media screen and (max-width: 834px) {
	.rating__cont-key {
		font-size: 2.6rem;
		text-align: center;
	}
}
@media screen and (max-width: 500px) {
	.rating__cont-key {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 415px) {
	.rating__cont-key {
		font-size: 1.8rem;
	}
}

/* ---------------------
	250826 add
--------------------- */
@media screen and (max-width: 500px) {
	.contact__link-img {
		display: none;
	}
	.contact__link {
		margin-top: 3rem;
	}
}
@media screen and (max-width: 450px) {
	.contact .insta__link {
		margin-top: 2rem;
	}
}