@charset "UTF-8";
.bread {
	background: #F2F2F2;
}
.links_anchor {
	background: #F2F2F2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
}
.links_anchor li {
	border-right: 1px solid #CECECE;
}
.links_anchor li:last-child {
	border-right: none;
}
.links_anchor li + li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.links_anchor li a {
	padding: 4px 20px;
}
.links {
	width: 100%;
	background: #F2F2F2;
	padding-top: 90px;
	padding-left: 130px;
	padding-right: 130px;
}
.links .links_inner {
	width: 100%;
	background: #F2F2F2;
}
.links + .links {
	padding-top: 140px;
}
/* .links:first-child {
	padding-top: 90px;
} */
.links:last-child {
	padding-bottom: 200px;
}
.links .links_ttl {
	margin: 0 auto;
	max-width: 1180px;
}
#creative.links .links_ttl::before {
	background: #008742;
}
#communication.links .links_ttl::before {
	background: #7C5ABE ;
}
#experience_discovery.links .links_ttl::before {
	background: #F36700;
}
.links .links_list {
	display: flex;
	justify-content: left;
	gap: 60px 80px;
	flex-wrap: wrap;
	max-width: 1180px;
	margin: 60px auto 0;
}
#other.links .links_list {
	gap: 0px 50px;
}
.links .links_list_item {
	width: calc(50% - 40px);
	display: flex;
}
.links .links_list_item_inner {
	display: flex;
	gap: 20px;
	width: 100%;
}
#other.links .links_list_item {
	width: calc(33.333% - 34px);
	border-bottom: 1px solid #CECECE;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.links .links_list_image {
	max-width: 140px;
	max-height: 140px;
	border-radius: 10px;
	overflow: hidden;
	filter: drop-shadow(0px 0px 30px rgba(0,0,0,0.06));
}
#other.links .links_list_image {
	max-width: 100px;
	max-height: 100px;
	background: #FFF;
	filter: unset;
}
.links .links_list_link {
	border-bottom: 1px solid currentColor;
	padding-bottom: 4px;
	display: block;
  font-weight: 600;
	font-size: 18px;
}
#other.links .links_list_link {
	border-bottom: none;
	padding-bottom: 0px;
	font-size: 16px;
}
.links .links_list_link + p {
	margin-top: 12px;
	font-size: 15px;
}
.links .links_sns {
	display: flex;
	gap: 20px;
	margin-top: 15px;
}
@media (max-width: 1040px) { 
	.links .links_list_item,
	#other.links .links_list_item {
    width: 100%;
	}
}
@media (max-width: 767px) { 
	.links {
		padding: 60px 20px 0px;
	}
	.links_anchor {
		gap: 20px 0;
    justify-content: flex-start;
    padding: 0 4%;
	}
	.links + .links {
		padding-top: 100px;
	}
	.links:last-child {
    padding-bottom: 160px;
	}
	.links .links_list {
		gap: 40px;
		margin: 40px auto 0;
	}
	#other.links .links_list {
		gap: 0px;
		margin: 40px auto 0;
	}
	.links .links_list_image,
	#other.links .links_list_image {
    max-width: 100px;
    max-height: 100px;
	}
	.links .links_list_link {
		font-size: 16px;
	}
	.links .links_list_link + p {
    font-size: 13px;
	}

}
.footer {
	margin-top: 0;
}