@charset "utf-8";
/*
Theme Name:AIDER child
Theme URI:https://tcd-theme.com/tcd115
Description:フェロー独自カスタマイズ
Template:aider_tcd115
Author:fellow
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/

.l-outer {
	overflow: hidden;
}
.c-archive-header__title_use_img {
	background-color: rgba(221, 221, 221, 0.8);
	color: #343434;
}

.l-footer {
	background-color: #ebebeb;
}
.l-footer_inner {
	max-width: 1620px;

	inline-size: 95%;
}
.p-footer-main {
	max-width: 1575px;
	width: 100%;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-footer-main {
		padding: 40px 10px;
	}
}
.p-footer-navs {
	display: flex;
	max-width: 360px;
	width: 100%;
	justify-content: space-between;
}
.p-footer-nav {
	display: flex;
	font-weight: bold;
	font-size: 20px !important;
	flex: none;
	flex-direction: column;
}
.p-header_tel_number {
	display: block !important;
}
.p-header_tel_number .tel_number_icon {
	display: none;
}


/*******************************************************************************
	会員企業
 *******************************************************************************/

.partner_slide-container {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 75px;
}

.partner_slide-title {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #a98f50;
	font-weight: bold;
	font-size: clamp(1.625rem, 1.042rem + 1.22vw, 2.5rem);
	text-align: center;
}
.partner_nav-item {
	overflow: hidden;
	max-width: 305px;
	width: 100%;
	margin: 0 22.5px;

	aspect-ratio: 61/56;
}
@media screen and (max-width: 767px) {
	.partner_nav-item {
		max-width: 250px;
		margin: 0 10px;
	}
}

body.login_user .out_login {
	display: none;
}
body:not(.login_user) .in_login {
	display: none;
}

.partner_nav-item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;

	object-fit: cover;
	object-position: center;
}
.partner_nav-item a:hover img {
	transform: scale(1.1);
}
.foot_nav-container {
	display: flex;
	max-width: 360px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.foot_nav-container {
		margin-bottom: 40px;
	}
}
.foot_mini-menu {
	display: block;
	width: 100%;
	margin-top: 30px;
	font-weight: 500;
	font-size: 16px;
}
.foot_mini-menu a {
	transition: all 0.3s;
}
.foot_mini-menu a:hover {
	opacity: 0.5;
}
.p-header_tel_number::before {
	content: "TEL ";
}
.not_company-url {
	pointer-events: none;
}
