@charset "utf-8";

/* ---------------------------------------------------------
 * guide
** --------------------------------------------------------- */

/* -------------------- container -------------------- */
.container {
	max-width: 1030px;
	margin-inline: auto;
	padding: 170px 20px 50px;
}

@media (max-width: 959px) {
}
@media (max-width: 519px) {
	.container {
		padding: calc(10000vw / 390) 10px 0;
	}
}



h1 {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}


.guides {
}
.guides li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: calc(2000% / 970);
	padding: 20px 10px;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0, 42, 41, .2);
}
.guides .eyecatch {
	min-width: 300px;
	width: calc(32000% / 970);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 6px;
}
.guides .eyecatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.guides .no_image {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #dcdcdc;
}
@media (max-width: 679px) {
	.guides {
		max-width: 400px;
		margin-inline: auto;
	}
	.guides li {
		display: block;
		padding: 15px;
		border-radius: 10px;
	}
	.guides .eyecatch {
		min-width: none;
		width: 100%;
		border-radius: 10px;
	}
}
@media (max-width: 519px) {
}


.guides .info {
	width: calc(63000% / 970);
}
.guides .info .name_sns {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-bottom: 12px;
}
.guides .info .name_sns h2 {
	font-size: 20px;
	font-weight: bold;
}
.guides .info .name_sns .sns {
	display: flex;
	gap: 14px;
}
@media (max-width: 679px) {
	.guides .info {
		width: 100%;
		margin-top: 25px;
	}
	.guides .info .name_sns {
		/*gap: 10px 24px;*/
		margin-bottom: 20px;
	}
}
@media (max-width: 519px) {
}

.guides .info .other_profile {
	display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	margin-bottom: 16px;
}
.guides .info .other_profile .item {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
	margin-right: 30px;
}
.guides .info .other_profile .item h3 {
	position: relative;
	padding-right: 17px;
	font-weight: bold;
	/*white-space: nowrap;*/
}
.guides .info .other_profile .item h3::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: block;
	width: 10px;
	height: 2px;
	margin-block: auto;
	background-color: #0ABAB5;
}
.guides .info .other_profile .item p {
	padding-left: 7px;
}
.guides .info .profile h3 {
	font-weight: bold;
}
@media (max-width: 679px) {
}
@media (max-width: 519px) {
}