@charset "utf-8";
/* CSS Document */

/*
Theme Name: buzz-right-2025
BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/


/*====================
MV
====================*/
.mv {
	width: 100%;
	display: grid;
	place-items: center;
	background-color: var(--main_color);
	padding: 112px 0 54px;
}

.mv video {
	width: 90%;
	max-width: 1280px;
	height: 50vh;
	object-fit: cover;
	border-radius: 32px;
}

@media screen and (max-width: 767px) {
	.mv video {
		height: 80vh;
	}
}


/*====================
メッセージ
====================*/
.top_message {
	padding: 9rem 0;
	background-color: #fffce4;
	margin-bottom: 8rem;
}

.top_message .container {
	max-width: 800px;
	margin: 0 auto;
}

.top_message .container h1 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 3rem;
	text-align: center;
	line-height: 1.3;
}

.top_message .container p {
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.top_message {
		padding: 5rem 0;
		margin-bottom: 5rem;
	}
}


/*====================
ニュース一覧
====================*/
.news_list {
	padding: 0 0 12rem;
}

.news_list_wrap {
	max-width: 800px;
	margin: 0 auto 6rem;
}

.news_list_wrap li {
	border-bottom: solid 1px #000;
}

.news_list_wrap li a {
	color: var(--font_color);
	display: block;
	padding: 32px 24px;
}

.news_list_wrap li a:hover {
	color: var(--main_color);
}

.news_list_wrap li a time {
	font-size: 1.5rem;
	font-weight: 700;
}

.news_list_wrap li a p {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 8px;
}


.message_not_post {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5rem;
}

@media screen and (max-width: 767px) {}





/*====================
事業紹介
====================*/
.service_list {
	padding: 1rem 0 10rem;
}

.bg_color {
	background-color: var(--bg_color);
}

.service_list.bg_color {
	padding: 6rem 0 10rem;
}

.service_list_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 12px;
	margin-top: 6rem;
}

.service_list_wrap .item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.service_list_wrap .item img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	margin-bottom: 1.5rem;
	border: solid 2px #000;
}

.service_list_wrap .item h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
	display: inline-block;
	background: linear-gradient(transparent 70%, var(--sub_color4) 70%);
	padding: 0 12px 4px;
	inline-size: fit-content;
}

.service_list_wrap .item p {
	margin-bottom: 2rem;
	line-height: 1.7;
}

.service_list_wrap .item .section_link_s {
	margin-top: auto;
}

.section_link_s {
	width: 200px;
	height: 48px;
	border-radius: 50vmax;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4px;
	background-color: #000;
}

.section_link_s .text {
	font-size: 1.6rem;
	font-weight: 700;
	color: #FFF;
}

.section_link_s .arrow {
	display: grid;
	place-items: center;
	border-radius: 100vmax;
	background-color: var(--main_color);
	width: 16px;
	height: 16px;
}

.section_link_s svg {
	width: 8px;
	height: 8px;
}

.section_link_s:hover,
.section_link_s:active {
	background-color: var(--sub_color1);
}

.section_link_s:hover .text {}


@media screen and (max-width: 767px) {
	.service_list_wrap {
		gap: 56px;
		flex-direction: column;
	}

	.service_list_wrap .item {
		width: 100%;
	}
}




/*====================
ニュース個別ページ
====================*/
.news_single {
	padding: 0 0 6rem;
}

.news_single .container {
	max-width: 800px;
	margin: 0 auto;
}

.news_single_header {
	padding: 0 1rem 2rem;
	margin-bottom: 2rem;
	border-bottom: solid 4px var(--main_color);
}

.news_single_eyecatch {
	margin-bottom: 2rem;
}

.news_single_header time {}

.news_single_title {
	margin-top: 1rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.3;
}

.news_single_body {
	padding: 1rem 0 10rem;
	word-break: break-all;
}

.news_single_body p {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-top: 2rem;
}

.news_single_body h2 {
	margin-top: 4rem;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3;
	padding: 6px 0 6px 18px;
	position: relative;
}

.news_single_body h2::before,
.news_single_body h3::before,
.news_single_body h4::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 100%;
	background-color: var(--main_color);
}

.news_single_body h3 {
	margin-top: 4rem;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 6px 0 6px 18px;
	position: relative;
}

.news_single_body h3::before {
	width: 8px;
}

.news_single_body h4 {
	margin-top: 4rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	padding: 6px 0 6px 18px;
	position: relative;
}

.news_single_body h4::before {
	width: 6px;
}

.news_single_body figure {
	margin-top: 2rem !important;
}

.news_single_body figcaption {
	margin-top: 8px;
}

.news_single_body ul {
	margin-top: 8px;
}

.news_single_body ul li {
	font-size: 1.6rem;
	padding: 4px 8px;
	line-height: 1.7;
}

.news_single_body .wp-block-embed__wrapper {
	max-width: 1200px;
}

.news_latest {
	padding-top: 6rem;
}


@media screen and (max-width: 767px) {
	.news_single {}

	.news_single_body h2 {
		font-size: 2.4rem;
	}

	.news_single_body h3 {
		font-size: 2rem;
	}

	.news_single_body h4 {
		font-size: 1.8rem;
	}
}


/* ---------------
ページャー
---------------- */
.news_single_nav {
	margin-bottom: 6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.news_single_nav .page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 160px;
	height: 66px;
	background-color: var(--pager_color);
	color: var(--font_color);
}

.news_single_nav .page-numbers span {
	font-size: 1.8rem;
	font-weight: 700;
}

.news_single_nav .page-numbers svg {
	fill: var(--font_color);
	width: 16px;
}

.news_single_nav .page-numbers.prev svg {
	transform: rotate(180deg);
}

.news_single_nav a:hover,
.news_single_nav a:active {
	background-color: var(--sub_color1);
}

.news_single_nav a:hover svg {}


/*====================
会社概要ページ
====================*/
.company {
	padding: 0 0 10rem;
}

.company_table {
	width: 800px;
	border: solid 2px #000;
	margin: 4rem auto;
}

.company_table th,
.company_table td {
	border: solid 2px;
	padding: 2.5rem 1.5rem;
	vertical-align: middle;
	line-height: 1.7;
}

.company_table th {
	width: 240px;
	background-color: var(--main_color);
}

@media screen and (max-width: 767px) {
	.company {
		padding: 0 0 4rem;
	}

	.company_table {
		width: 100%;
	}


	.company_table th {
		width: 30%;
	}
}


/*====================
お問い合わせページ
====================*/
.contact {
	padding: 0 0 8rem;
}

.contact_from {
	width: 800px;
	margin: 4rem auto;
}

.contact_item {
	margin-bottom: 3rem;
}

input::placeholder,
textarea::placeholder {
	color: #9ca3af;
	opacity: 1;
}

.contact_item label {
	display: block;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.contact_item .required {
	color: #FF0000;
	font-size: 1.4rem;
}

.item_recaptcha {
	margin-top: 1rem;
}

.item_recaptcha p {
	font-size: 1.4rem;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	.contact {
		padding: 0 0 4rem;
	}

	.contact_from {
		width: 100%;
	}
}


/*====================
事業紹介個別ページ
====================*/
.service_single {}

.service_single .container {
	max-width: 800px;
	margin: 0 auto;
}

.service_single header {
	margin-bottom: 4rem;
}

.service_single header img {
	width: 100%;
	margin-top: 4rem;
	border: solid 2px #000;
}

.section_title .service_name {
	font-size: 3.2rem;
	font-weight: 700;
	margin-top: 4rem;
	display: inline-block;
	background: linear-gradient(transparent 70%, var(--sub_color4) 70%);
	padding: 0 12px 4px;
	inline-size: fit-content;
}

.talent_list {
	padding: 0 0 8rem;
}

.talent_list_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 16px;
	width: 800px;
	margin: 0 auto;
}

.talent_list_wrap .item {
	width: calc((100% - 16px*3)/4);
	text-align: center;
}

.talent_list_wrap .item a {
	display: block;
}

.talent_list_wrap .item img {
	width: 90%;
	height: 90%;
	border-radius: 100vmax;
}

.talent_list_wrap .item span {
	display: block;
	margin-top: .5rem;
	color: var(--font_color);
}

@media screen and (max-width: 767px) {
	.talent_list_wrap {
		width: 100%;
	}

	.talent_list_wrap .item {
		width: calc((100% - 16px*1)/2);
	}
}


/*====================
404ページ
====================*/
.not_found {
	padding: 0 0 4rem;
}

.not_found_text {
	line-height: 1.65;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {
	.not_found {}

	.not_found_text {
		line-height: 1.75;
		margin: 4rem 0 6rem;
	}
}



.wpcf7 form .wpcf7-response-output {
	margin: 2rem 0 3rem;
	padding: 2rem;
	line-height: 1.6;
	width: 100%;
	max-width: 720px;
}




/*====================
プロフィールページ
====================*/
.slick-dotted.slick-slider {
	margin-bottom: 56px !important;
}

.talent_profile .name {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.3;
	border-bottom: solid 4px var(--main_color);
	padding: 0.5rem;
	margin-top: 1rem;
}

.talent_sns {
	display: flex;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.talent_sns a {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background-color: var(--main_color);
	border-radius: 50vmax;
}

.talent_sns a img {
	display: block;
	width: auto;
	height: 24px;
}

.talent_single_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.talent_single_nav a {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.talent_single_nav .item {
	width: 120px;
	text-align: center;
}

.talent_single_nav .item img {
	width: 120px;
	height: 120px;
	border-radius: 50vmax;
}

.talent_single_nav .item p {
	color: var(--font_color);
	margin-top: 1rem;
}

.talent_single_nav svg {
	transform: translateY(-9px);
	height: 2rem;
	fill: var(--sub_color2);
}

.talent_single_nav .prev svg {
	transform: translateY(-9px) rotate(180deg);
}


@media (min-width: 768px) {
	.talent_wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 4rem;
		max-width: 800px;
		margin: 0 auto;
	}

	.talent_wrap section {
		width: calc((100% - 4rem)/2);
	}

	.talent_single_nav {
		margin-top: 10rem;
		gap: 4rem;
	}

	.talent_single_nav .item {
		width: 150px;
	}

	.talent_single_nav .item img {
		width: 150px;
		height: 150px;
	}

	.talent_single_nav svg {
		height: 3rem;
	}
}
