@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を追記してください。
*/

body {
	color: #343434 !important;
}

@media screen and (min-width: 992px) {
	.l-header {
		position: fixed;

/*top: 0;*/
		z-index: 20;
	}
	.page .l-container , .c-archive-header {
		padding-top: 160px;
	}
	.wp-singular .c-breadcrumb {
		margin-top: 160px;
	}
}
@media (max-width: 991px) {
	.l-header {
		position: fixed;
		top: initial;
	}
	.page .l-container , .c-archive-header {
		padding-top: 60px;
	}
	.wp-singular .c-breadcrumb {
		margin-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	.post-type-archive-news .l-container , .single-news .l-container , .single-post .l-container {
		padding-bottom: 50px;
	}
}

.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;
	min-width: 180px;
	width: clamp(11.25rem, 6.25rem + 10.42vw, 18.75rem);
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 4px solid #a98f50;
	font-weight: bold;
	font-size: clamp(1.188rem, 0.313rem + 1.82vw, 2.5rem);
	text-align: center;
}
.partner_nav-item {
	overflow: hidden;
	max-width: 305px;
	width: clamp(10rem, 3.958rem + 12.59vw, 19.063rem);
	margin: 0 22.5px;

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

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;
}

.p-news-cards-item__title a {
	color: #343434;
}
