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

/* Swiper対策 */
.swiper_mode {
  overflow-x: clip;
}
/* ------------------
 メインビジュアル
------------------ */
.top_mv {
	width: 100%;
	height: 720px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	&::after {
		content: "";
		width: 100%;
		height: 4px;
		display: block;
		background: var(--gradient-right);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}
	@media screen and (max-width: 767px) {
		height: auto;
		&::after {
			height: 3px;
		}
	}
}
.top_mv--video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.top_mv--txt {
	padding: 0 5%;
	margin-bottom: 141px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
	position: relative;
	p {
		position: relative;
		z-index: 1;
	}
	svg {
		position: absolute;
		z-index: 0;
		left: 0;
		right: 0;
		top: 52%;
		margin-inline: auto;
		transform: translateY(-50%);
	}
	@media screen and (max-width: 767px) {
		padding: 60px 5% 30px;
		svg {
			top: 57%;
			max-width: 420px;
			width: 90%;
		}
	}
}
.top_mv--main {
	padding-bottom: 0.2em;
	font-size: 6.8rem;
	font-weight: 900;
	@media screen and (max-width: 767px) {
		font-size: 2.8rem;
		padding-bottom: 0.25em;
	}
}
.top_mv--sub {
	font-size: var(--font-18);
	font-weight: bold;
}
/* topics */
.top_topics {
	display: none;
}
@media screen and (min-width: 768px) {
	.top_topics {
		max-width: 640px;
		width: 50%;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 0.5em 1.5em;
		background: rgba(241, 241, 241, 0.9);
		position: absolute;
		left: 0;
		bottom: 133px;
		z-index: 2;
		display: flex;
		align-items: center;
		gap: 0.5em 1.5em;
		p {
			display: flex;
			align-items: center;
			gap: 1.5em;
		}
		time {
			white-space: nowrap;
			color: var(--main-color);
		}
		a {
			text-decoration: underline var(--main-color);
		}
		a:hover {
			text-decoration: none;
		}
	}
	.top_topics--txt {
		max-height: 64px;
		overflow-y: auto;
	}
	.top_topics--title {
		display: flex;
		align-items: center;
		gap: 1.5em;
		font-size: var(--main-txt);
		color: var(--main-color);
		white-space: nowrap;
		&::after {
			content: "";
			width: 2px;
			height: 25px;
			display: inline-block;
			background: var(--main-color);
		}
	}
}
/* お問い合わせ */
.top_contact {
	line-height: 1.5;
	font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: 98px;
	z-index: 2;
	a:hover {
		opacity: 1;
	}
	@media screen and (max-width: 767px) {
		bottom: 50px;
	}
}
.top_contact a:hover .top_contact--txt {
	opacity: 0.8;
}
.top_contact--txt {
	width: 340px;
	padding: 0.25em 1.25em 0.25em 0;
	clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
	display: flex;
	justify-content: flex-end;
	font-size: var(--font-24);
	color: #fff;
	position: relative;
	background: var(--gradient-deg);
	@media screen and (max-width: 767px) {
		width: 260px;
		padding-right: 1.5em;
		font-size: 1.5rem;
	}
}
.top_contact--icon {
	width: 120px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: #fff;
	font-size: var(--main-txt);
	line-height: 1.2;
	color: var(--color-navy);
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	@media screen and (max-width: 767px) {
		width: 75px;
		gap: 3px;
		font-size: 1.2rem;
		svg {
			max-width: 25px;
			max-height: 30px;
			height: auto;
		}
	}
}
.top_contact--icon:nth-child(1) {
	left: -100px;
	@media screen and (max-width: 767px) {
		left: -15px;
	}
}
.top_contact--icon:nth-child(2) {
	left: 30px;
	@media screen and (max-width: 767px) {
		left: 65px;
	}
}

/* 画像 */
.top_mv--img {
	width: 100%;
	height: 133px;
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: 1;
	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	@media screen and (max-width: 767px) {
		height: 80px;
		bottom: 6px;
	}
}

/* ------------------
 共通
------------------ */
.more_btn {
	margin-top: 0;
}
.more_btn a {
	padding: 0.5em 1.5em 0.5em 2em;
	max-width: none;
	width: auto;
	&::after {
		content: "";
		position: initial;
		transform: translateY(0.5px);
	}
}
/* ------------------
 メッセージ
------------------ */
.top_massage {
	width: 100%;
	padding: var(--contents-space-midashi);
	position: relative;
	&::before {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		background: url('../img/bg_img01.webp') center / cover no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
	}
	@media screen and (max-width: 767px) {
		padding-bottom: 100px;
	}
}
.top_massage .more_btn {
	margin-top: 1.5em;
	@media screen and (max-width: 767px) {
		margin-top: 1em;
	}
}
.top_massage--inner {
	display: flex;
	gap: 60px;
	align-items: flex-start;
	@media screen and (max-width: 767px) {
		gap:0;
	}
}
.top_massage--lead {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: var(--space-20);
	font-size: var(--font-32);
	font-weight: bold;
	color: var(--color-navy);
	transform: translateY(calc(var(--space-75) * -1 - 1.5em));
	position: relative;
	z-index: 2;
	span {
		padding: 0.75em 0;
		display: inline-block;
		box-shadow: 0 0 15px 0 rgba(0, 107, 115, 0.5);
		background: #fff;
		letter-spacing: 0.1em;
		writing-mode: vertical-rl;
		position: relative;
	}
	span:nth-child(2) {
		top: 1em;
	}
	span::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: var(--gradient-bottom);
		position: absolute;
		top: 0;
		right: -5px;
		z-index: -1;
	}
	@media screen and (max-width: 767px) {
		margin-left: -3%;
		margin-right: -30px;
	}
}
.top_massage--txt {
	@media screen and (max-width: 767px) {
		padding: 120px 50px 0 0;
	}
}
.top_massage .cmn_heading--en {
	position: absolute;
	top: 0.125em;
	right: 0.05em;
	@media screen and (max-width: 767px) {
		max-width: 60%;
		height: auto;
		right: 0.075em;
	}
}

/* ------------------
 product
------------------ */
.top_product {
	width: 100%;
	padding: var(--contents-space-midashi);
	position: relative;
}
.top_product .cmn_heading--en {
	position: absolute;
	top: 0.125em;
	left: 0.05em;
	@media screen and (max-width: 767px) {
		left: 0.075em;
	}
}
.top_product--left {
	width: 225px;
	@media screen and (max-width: 767px) {
		width: 100%;
	}
}
.top_product--right {
	display: flex;
	align-items: flex-start;
	position: relative;
	@media screen and (max-width: 767px) {
		width: 100%;
		flex-direction: column;
	}
}

.top_product--btn.more_btn {
	@media screen and (max-width: 767px) {
		display: block;
		margin: 10px auto 0;
	}
	@media print, screen and (min-width: 768px) {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
.top_product .tabs {
	display: flex;
	flex-direction: column;
	@media screen and (max-width: 767px) {
		width: 100%;
		flex-direction: row;
	}
}
.top_product .tab {
	padding: 0.5em 1em 0.75em;
	display: flex;
	align-items: center;
	gap: 10px;
	background: var(--main-color-other);
	color: var(--main-color);
	font-weight: bold;
	text-align: start;
	line-height: 1.5;
	em {
		font-size: var(--font-24);
	}
	svg {
		fill: var(--main-color);
	}
	&:hover {
		opacity: 0.9;
	}
	@media screen and (max-width: 767px) {
		width: 50%;
		padding: 0.25em 1em 0.5em;
		svg {
			width: 38px;
			aspect-ratio: 1 / 1;
		}
	}
}
.top_product .tab[aria-selected="true"] {
	background: var(--main-color);
	color: #fff;
	position: relative;
	svg {
		fill: #fff;
	}
	&::after {
		content: "";
		width: 20px;
		height: 100%;
		background: var(--main-color);
		clip-path: polygon(100% 50%, 0 0, 0 100%);
		position: absolute;
		right: -20px;
		top: 0;
		z-index: 1;
	}
	@media screen and (max-width: 767px) {
		&::after {
			content: "";
			width: 20px;
			height: 10px;
			clip-path: polygon(50% 100%, 0 0, 100% 0);
			margin-inline: auto;
			top: initial;
			right: 0;
			left: 0;
			bottom: -10px;
		}
	}
}
.top_product .tab_content {
	display: none;
	min-height: 363px;
	@media screen and (max-width: 767px) {
		min-height: 350px;
	}
}
.tab_content[aria-hidden="false"] {
	width: 580px;
	padding: 30px 30px 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	background: var(--gradient2-deg);
	@media screen and (max-width: 767px) {
		width: 100%;
		padding: 15px;
	}
}
.tab_content--btn {
  display: flex;
	align-items: flex-end;
	margin: 5px auto 0;
}
/* 活用業界から探す */
.top_product--industry {
	max-width: calc(25% - 30px / 4);
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	background: #fff;
	a {
		width: 100%;
		height: 100%;
		padding: 5px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		gap: var(--space-20);
		text-align: center;
	}
	svg {
		fill: var(--main-color);
	}
	&:hover {
		background: var(--main-color);
	}
	&:hover a {
		color: #fff;
	}
	&:hover a:hover {
		color: #fff;
		opacity: 1;
	}
	&:hover svg {
		fill: #fff;
	}
	@media screen and (max-width: 767px) {
		height: 100px;
		max-width: calc(100% / 3 - 20px / 3);
		aspect-ratio: initial;
		a {
			padding: 5px 5px 10px 5px;
			gap: 7px;
			font-size: 1.4rem;
			line-height: 1.5;
		}
		svg {
			width: 49px;
			height: 49px;
			padding-top: 5px;
		}
	}
}
/* 加工処理から探す */
.top_product--processing {
	max-width: calc(100% / 3 - 40px / 3);
	width: 100%;
	white-space: nowrap;
	a {
		width: 100%;
		display: inline-block;
		border-bottom: 1px solid var(--main-color);
		padding: 0.25em 0;
	}
	& > p {
		font-weight: bold;
	}
	@media screen and (max-width: 767px) {
		width: 100%;
		&:last-child {
			padding-bottom: 10px;
		}
	}
}
.top_product--processing-child {
	padding-left: 2em;
	@media screen and (max-width: 767px) {
		padding-left: 1em;
	}
}

/* ------------------
 研究開発・試作
------------------ */
.top_development {
	width: 100%;
	padding: var(--contents-space-midashi);
	padding-bottom: 0;
	background: url(../img/development_bg.webp) center / cover no-repeat;
	color: #fff;
	position: relative;
}
.top_development .main_txt {
	position: relative;
	z-index: 3;
}
.top_development .more_btn a {
	margin-top: 0;
}
.top_development .cmn_heading--en {
	position: absolute;
	top: 0.125em;
	right: 0.05em;
	@media screen and (max-width: 767px) {
		right: initial;
		left: 0.075em;
	}
}
.top_development--txt {
	width: 100%;
	aspect-ratio: 1280 / 469;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: -100px;
	position: relative;
	img {
		width: auto;
		position: relative;
		z-index: 2;
	}
	&::before {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 250, 212, 0.4));
		clip-path: polygon(100% 0, 100% 10%, 0 99%, 0 73%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	@media screen and (max-width: 767px) {
		margin-top: 0;
		img {
			width: 100%;
			height: auto;
		}
		&::before {
			content: none;
		}
	}
}
@media print, screen and (max-width: 1439px) {
	.top_development--txt01 {
		margin-top: 0px;
	}
	.top_development--txt02 {
		margin-top: -160px;
	}
}
@media screen and (min-width: 1440px) {
	.top_development--txt01 {
		margin-top: 0px;
	}
	.top_development--txt02 {
		margin-top: -150px;
	}
}
@media screen and (min-width: 1920px) {
	.top_development--txt01 {
		margin-top: -45px;
	}
	.top_development--txt02 {
		margin-top: -150px;
	}
}
.top_development--bottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px 50px;
	transform: translateY(40%);
	margin-top: -177px;
	margin-bottom: var(--space-75);
	@media screen and (max-width: 767px) {
		flex-direction: column;
		justify-content: center;
		transform: translateY(20%);
		margin-top: -20px;
		margin-bottom: 65px;
	}
}
.top_development--bottom .more_btn {
	transform: translateY(-50%);
	@media screen and (max-width: 767px) {
		transform: translateY(0);
	}
}
@media screen and (max-width: 767px) {
	.top_development--img {
		width: 90%;
		margin: auto;
	}
}

/* 研究開発 */
.top_research {
	padding: var(--contents-space-midashi);
}
.top_development--slides {
	width: 100%;
	display: flex;
	gap: var(--space-20);
	@media screen and (max-width: 767px) {
		width: 100%;
		flex-wrap: wrap;
	}
}
.top_development--box {
	max-width: calc(50% - 10px);
	width: 100%;
	padding: 30px 15px;
	background: #E6F4F5;
	@media screen and (max-width: 767px) {
		max-width: 100%;
		padding: 20px 10px;
	}
}
.top_development--box .cmn_heading {
	font-size: var(--font-32);
	@media screen and (max-width: 374px) {
		font-size: 2rem;
	}
	@media screen and (max-width: 354px) {
		font-size: 1.6rem;
	}
}
.top_development--head {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 20px;
	@media screen and (max-width: 767px) {
		padding: 0 5px;
		gap: 10px;
		margin-bottom: 10px;
	}
}
.swiper_container {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
}
.swiper-wrapper {
	display: flex;
	gap: 10px;
}
.swiper-slide {
	max-width: calc(100% / 3 - 20px / 3);
	width: 100%;
}
.swiper-slide-txt {
	display: block;
	height: 56px;
	padding-top: 5px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
	@media screen and (max-width: 767px) {
		font-size: var(--font-14);
	}
	
}
.swiper-slide img {
	width: 100%;
	height: auto;
}

/* ------------------
 吉野電化工業の強み
------------------ */
.top_strengths {
	width: 100%;
	padding: 0 5%;
	background: linear-gradient(135deg, #DFE8F2 0%, #EAF0F7 100%);
	position: relative;
	margin-bottom: var(--space-20);
}
.top_strengths .cmn_heading--en {
	position: absolute;
	top: 0.125em;
	left: 0.05em;
	@media screen and (max-width: 767px) {
		left: 0.075;
	}
}
.top_strengths--container {
	max-width: 1280px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 30px 50px;
	margin-inline: auto;
	@media screen and (max-width: 767px) {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
.top_strengths--right {
	max-width: 463px;
	p {
		line-height: 2;
	}
	@media screen and (max-width: 767px) {
		max-width: 100%;
		width: 100%;
		padding: var(--space-75) 0 0;
		margin-inline: auto;
	}
}
.top_strengths--txts {
	counter-reset: num 0;
	li:not(:last-child) {
		padding-bottom: 1.5em;
	}
}
.top_strengths--num {
	display: flex;
	align-items: center;
	gap: 0.75em;
	font-size: var(--font-24);
	color: var(--sub-color);
	margin-bottom: 0.5em;
}
.top_strengths--num::before {
  counter-increment: num 1;
  content: '0' counter(num) '';
	font-size: var(--font-40);
	white-space: nowrap;
}
.top_strengths--num span {
	display: flex;
	align-items: center;
	gap: 0.75em;
	&::before {
		content: "";
		display: block;
		height: 1em;
		width: 2px;
		background: var(--sub-color);
	}
}

/* ------------------
 設備情報
------------------ */
.top_equipment {
	width: 100%;
	padding: var(--contents-space-midashi);
	padding-bottom: calc(var(--space-75) + 141px);
	background: url(../img/equipment_bg.webp) center / cover no-repeat;
	position: relative;
	color: #fff;
	margin: 0 0 var(--space-75);
	@media screen and (max-width: 767px) {
		padding-bottom: var(--space-75);
	}
}
.top_equipment .cmn_heading--en {
	position: absolute;
	top: 0.125em;
	left: 0.05em;
	@media screen and (max-width: 767px) {
		right: initial;
		left: 0.075em;
	}
}
.top_equipment--list {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(20%);
	margin-inline: auto;
	@media screen and (max-width: 767px) {
		position: initial;
		width: 90%;
		margin-inline: auto;
		transform: translateY(0);
	}
}
.top_equipment--list .thumbnail_link {
	justify-content: center;
	gap: 10px;
	margin-top: 2em;
	@media screen and (max-width: 767px) {
		justify-content: flex-start;
	}
}
.top_equipment .more_btn {
	position: absolute;
	top: var(--space-75);
	right: calc(50% - 512px);
	margin-top: 0.5em;
	@media screen and (max-width: 767px) {
		right: 5%;
		margin-top: 0;
	}
}

/* ------------------
 会社情報
------------------ */
.top_company {
	width: 100%;
	padding: var(--contents-space-midashi);
	position: relative;
}
.top_company .cmn_heading--en {
	position: absolute;
	top: 0.125em;
	left: 0.05em;
	@media screen and (max-width: 767px) {
		left: 0.075em;
	}
}
.top_company .more_btn {
	position: absolute;
	top: var(--space-75);
	right: calc(50% - 512px);
	margin-top: 0.5em;
	@media screen and (max-width: 767px) {
		right: 5%;
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
  .top_company .thumbnail_link {
		margin-top: 30px;
	}
}

/* ------------------
 お知らせ
------------------ */
.top_news {
	width: 100%;
	padding: calc(var(--space-75) + 15px) 0 calc(var(--space-75) + 30px);
	position: relative;
}
.top_news .cmn_heading--en {
	position: absolute;
	top: 0.125em;
	left: 0.05em;
	@media screen and (max-width: 767px) {
		left: 0.075em;
	}
}
.top_news--left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	@media screen and (max-width: 767px) {
		width: 100%;
		flex-direction: row;
	}
}
.top_news .more_btn {
	position: relative;
	z-index: 2;
}
.news_box {
	max-width: 763px;
	width: 100%;
	max-height: 289px;
	border-top: 1px solid var(--sub-color);
	border-bottom: 1px solid var(--sub-color);
	overflow-y: auto;
}
.news_item {
	width: 100%;
	padding: 0.5em 2em;
	display: flex;
	gap: 0.5em 1.5em;
	time {
		color: var(--sub-color);
		white-space: nowrap;
	}
	&:not(:last-child) {
		border-bottom: 1px solid var(--sub-color);
	}
	@media screen and (max-width: 767px) {
		padding: 0.5em 0.5em 1em;
		flex-wrap: wrap;
	}
}
.news_title {
	font-weight: normal;
	font-size: var(--main-txt);
	line-height: 1.8;
	a:hover {
		text-decoration: underline var(--sub-color);
	}
}

/* ------------------
 グループ企業一覧
------------------ */
.top_group {
	width: 100%;
}
/* ボタン部分 */
.top_group--head {
	width: 100%;
	padding: var(--space-75) 0 35px;
	background: var(--gradient2-deg2);
	position: relative;
}
.top_group .cmn_heading--en {
	position: absolute;
	top: 0.125em;
	right: 0.05em;
	@media screen and (max-width: 767px) {
		left: 0.075em;
	}
}
.top_group .more_btn {
	position: absolute;
	top: var(--space-75);
	right: calc(50% - 512px);
	margin-top: 0.5em;
	@media screen and (max-width: 767px) {
		right: 5%;
		margin-top: 0;
	}
}
.group_btns {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.group_btns--item {
	max-width: calc(20% - 8px);
	width: 100%;
	@media screen and (max-width: 767px) {
		max-width: calc(50% - 5px);
	}
}
.group_btns--btn {
	width: 100%;
	padding: 9px 7px 7px;
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: var(--font-14);
	line-height: 1.5;
	position: relative;
	&:hover {
		opacity: 0.8;
	}
	@media screen and (max-width: 767px) {
		height: 100%;
	}
}
.group_btns--btn[aria-selected="false"]{
	background: #CCE8EB;
}
.group_btns--btn[aria-selected="true"]{
	background: #fff;
	&::before {
		content: "";
		width: 100%;
		height: 2px;
		display: block;
		background: var(--main-color);
		position: absolute;
		left: 0;
		top: 0;
	}
}
.broup_btns--logo {
	width: 62px;
	aspect-ratio: 1 / 1;
	padding: 5px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	overflow: hidden;
	@media screen and (max-width: 767px) {
		width: 40px;
	}
}
.broup_btns--name {
	font-weight: 500;
	text-align: start;
}
@media screen and (max-width: 767px) {
	.top_group--head hgroup {
		margin-bottom: 75px;
	}
	.top_group--head .more_btn {
		top: 95px;
		left: 5%;
	}
}

/* 切り替わるコンテンツ */
.top_group--contents {
	width: 100%;
	padding: var(--contents-space);
}
.top_group--item {
	max-width: var(--contents-w);
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin-inline: auto;
}
.top_group--item[aria-hidden="true"] {
	display: none;
}
.top_group--img {
	max-width: 264px;
	width: 100%;
}
.top_group--img.top_yashio {
	max-width: 448px;
	@media screen and (max-width: 767px) {
		max-width: 100%;
	}
}
.top_group--right {
	max-width: calc(100% - 294px);
	width: 100%;
	@media screen and (max-width: 767px) {
		max-width: 100%;
	}
}
.top_group--right.top_yashio {
	max-width: calc(100% - 478px);
	@media screen and (max-width: 767px) {
		max-width: 100%;
	}
}
.top_group--name {
	font-size: var(--font-24);
	font-weight: bold;
	padding-bottom: 1em;
}
.top_group--box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	@media screen and (max-width: 767px) {
		flex-wrap: wrap;
	}
}
.top_group--logo {
  min-width: 120px;
  height: 85px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_group--txt--item {
	width: 100%;
  padding: 0.25em 0;
  border-top: 1px solid #ccc;
  display: flex;
}
.top_group--txt {
  width: 100%;
  p {
    padding: 0.25em 0;
    border-top: 1px solid #ccc;
  }
  p:last-child {
    border-bottom: 1px solid #ccc;
  }
  svg {
    display: inline-block;
    margin-left: 5px;
    transform: translateY(1px);
  }
}
.top_group--txt .top_group--txt--item {
  width: 100%;
  padding: 0.25em 0;
  border-top: 1px solid #ccc;
  display: flex;
  p {
    padding: 0;
    border: none;
  }
  p:first-child {
    width: var(--item-width);
    text-align: justify;
    text-align-last: justify;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: flex-start;
    p:first-child {
      width: auto;
    }
  }
}
.top_group--strengths--container {
	width: 100%;
}
.top_group--strengths--container:first-of-type {
	margin-bottom: 25px;
	@media screen and (max-width: 767px) {
		margin: 10px 0;
	}
}
.top_group .page_heading {
	padding-bottom: 0.75em;
	font-size: var(--font-18);
	color: #000;
}
.top_group--strengths--list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.top_group--strengths--item {
  padding: 0.5em 0.75em 0.7em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
	font-size: var(--font-14);
}

/* ------------------
 ブログ
------------------ */
.top_blog {
	width: 100%;
	padding: var(--contents-space-midashi);
	background: linear-gradient(45deg, #EAF0F7 0%, #F4F7FA 100%);
	position: relative;
}
.top_blog .cmn_heading--en {
	position: absolute;
	top: 0.125em;
	left: 0.05em;
	@media screen and (max-width: 767px) {
		left: 0.075em;
	}
}
.top_blog--left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	@media screen and (max-width: 767px) {
		width: 100%;
		flex-direction: row;
	}
}
.top_blog .more_btn {
	position: relative;
	z-index: 2;
}
.blog_box {
	max-width: 763px;
	width: 100%;
	max-height: 289px;
	border-top: 1px solid var(--sub-color);
	overflow-y: auto;
}
.blog_item {
	width: 100%;
	padding: 0.5em 2em;
	border-bottom: 1px solid var(--sub-color);
	display: flex;
	gap: 0.5em 1.5em;
	time {
		color: var(--sub-color);
		white-space: nowrap;
	}
	&:not(:last-child) {
		border-bottom: 1px solid var(--sub-color);
	}
	@media screen and (max-width: 767px) {
		padding: 0.5em 0.5em 1em;
		flex-wrap: wrap;
	}
}
.blog_title {
	font-weight: normal;
	font-size: var(--main-txt);
	line-height: 1.8;
	a:hover {
		text-decoration: underline var(--sub-color);
	}
}


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