@charset "UTF-8";

.expertise-page__inner {
	margin: 90px auto 120px;
}

.expertise-card-wrap {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}

.expertise-card-list,
#services-list.expertise-card-list {
	display: grid;
	grid-template-columns: repeat(4, 270px);
	justify-content: space-between;
	gap: 26px 0;
	width: 100%;
	max-width: 1160px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.expertise-hero {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 335px;
	overflow: hidden;
	background: #f5f5f5;
}

.expertise-hero__contents,
.expertise-hero__bg {
	grid-area: 1 / -1;
}

.expertise-hero__contents {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 48px;
	padding-bottom: 48px;
	color: #fff;
}

.expertise-hero__text {
	max-width: 960px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
}

.expertise-hero__label {
	display: inline-block;
	margin: 0 0 18px;
	padding: 2px 18px 2px 20px;
	background: #2449a4;
	clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-shadow: none;
}

.expertise-hero__title {
	margin: 0;
	color: #fff;
	font-size: 58px;
	font-weight: normal;
	line-height: 1.05;
}

.expertise-hero__desc {
	margin: 16px 0 0;
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.7;
}

.expertise-hero__bg {
	position: relative;
	z-index: 1;
}

.expertise-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .18);
}

.expertise-hero__bg picture,
.expertise-hero__bg img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 335px;
}

.expertise-hero__bg img {
	object-fit: cover;
}

.expertise-hero__triangle {
	position: absolute;
	z-index: 3;
	width: 0;
	height: 0;
}

.expertise-hero__triangle--left {
	top: 0;
	left: 10px;
	border-top: 48px solid #2449a4;
	border-right: 48px solid transparent;
}

.expertise-hero__triangle--right {
	right: 10px;
	bottom: 0;
	border-bottom: 86px solid #2449a4;
	border-left: 86px solid transparent;
}

.expertise-card-item {
	background: #fff;
}

.expertise-card-link {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	min-height: 150px;
	aspect-ratio: 270 / 170;
	border: 1px solid #2449a4;
	background: #fff;
	text-decoration: none;
	transition: background-color .3s ease;
}

.expertise-card-img {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: background-color .3s ease;
}

.expertise-card-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.expertise-card-link:hover {
	background: #2449a4;
}

.expertise-card-link:hover .expertise-card-img {
	background: #2449a4;
}

.expertise-card-title {
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0 26px 0 86px;
	color: #2449a4;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.35;
	text-align: center;
	transition: color .3s ease;
}

.expertise-card-link:hover .expertise-card-title {
	color: #fff;
}

.expertise-entry {
	margin: 0 0 100px;
}

.expertise-entry__inner {
	margin-inline: auto;
}

.services_entry .entry_hero .entry_hero__inner {
	display: flex;
	max-width: 1151px;
	margin-inline: auto;
}

.services_entry .entry_hero .entry_hero__text_area {
	padding: 40px 32px 32px 50px;
}

.services_entry .entry_hero .entry_hero__title {
	margin: 0 0 20px;
	padding: 0;
	color: #2449a4;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
	text-align: left;
}

.services_entry .entry_hero .entry_hero__description {
	margin: 0 0 0;
	color: #2449a4;
	font-size: 20px;
	font-weight: 300;
	line-height: 2;
}

.services_entry .entry_hero .entry_hero__thumb {
	display: flex;
	flex: 0 0 450px;
	align-items: center;
	justify-content: center;
	max-width: 450px;
}

.services_entry .entry_hero .entry_hero__thumb_img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 350px;
	height: auto;
	object-fit: contain;
}

.expertise-entry .entry {
	counter-reset: expertise-section;
	line-height: 1.85;
}

.expertise-entry .entry h3 {
	font-size: 28px;
	font-weight: 400;
}

.expertise-entry .entry #list-title1,
.expertise-entry .entry #list-title2,
.expertise-entry .entry #list-title3,
.expertise-entry .entry #list-title4,
.expertise-entry .entry #list-title5,
.expertise-entry .entry #list-title6,
.expertise-entry .entry #list-title7,
.expertise-entry .entry #list-title8,
.expertise-entry .entry #list-title9 {
	position: relative;
	display: grid;
	align-items: center;
	height: 72px;
	margin: 10px 0 26px 75px;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #bbb;
	color: #2449a4;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
}

.expertise-entry .entry #list-title1::before,
.expertise-entry .entry #list-title2::before,
.expertise-entry .entry #list-title3::before,
.expertise-entry .entry #list-title4::before,
.expertise-entry .entry #list-title5::before,
.expertise-entry .entry #list-title6::before,
.expertise-entry .entry #list-title7::before,
.expertise-entry .entry #list-title8::before,
.expertise-entry .entry #list-title9::before {
	position: absolute;
	left: -61px;
	bottom: -1px;
	display: grid;
	place-items: center;
	width: 84px;
	height: 72px;
	background: #2449a4;
	clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
}

.expertise-entry .entry #list-title1::before {
	content: "1";
}

.expertise-entry .entry #list-title2::before {
	content: "2";
}

.expertise-entry .entry #list-title3::before {
	content: "3";
}

.expertise-entry .entry #list-title4::before {
	content: "4";
}

.expertise-entry .entry #list-title5::before {
	content: "5";
}

.expertise-entry .entry #list-title6::before {
	content: "6";
}

.expertise-entry .entry #list-title7::before {
	content: "7";
}

.expertise-entry .entry #list-title8::before {
	content: "8";
}

.expertise-entry .entry #list-title9::before {
	content: "9";
}

.expertise-entry .entry p:not([class]) {
	margin-bottom: 32px;
}

.expertise-entry .entry img {
	max-width: 100%;
	height: auto;
}

.expertise-attachment {
	border: 1px solid #2449a4;
	margin-bottom: 16px;
}

.expertise-attachment__inner {
	display: grid;
}

.expertise-attachment__inner > * {
	grid-area: 1 / -1;
}

.expertise-attachment__title {
	position: relative;
	width: fit-content;
	min-width: 148px;
	height: fit-content;
	padding: 0 34px 0 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	z-index: 1;
}

.expertise-attachment__title::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-color: #2449a4;
	clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}

.expertise-attachment__title_text {
	display: block;
	margin-left: -8px;
}

.expertise-attachment__content {
	padding: 40px 10px 10px;
}

.expertise-attachment__list {
	margin: 0;
	padding: 20px 20px 10px;
	list-style: none;
}

.expertise-attachment__list li + li {
	margin-top: 8px;
}

.expertise-attachment__list a {
	display: flex;
	align-items: flex-start;
	color: #444;
	text-decoration: none;
}

.expertise-attachment__list a:hover {
	color: #2449a4;
}

.expertise-attachment__list--pdf i {
	width: auto;
	height: 18px;
	margin-top: 7px;
	margin-right: 10px;
	color: #d20a11;
	font-size: 18px;
}

.expertise-attachment__icon {
	position: relative;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	width: 30px;
	height: 33px;
	margin-right: 15px;
}

.expertise-attachment__icon::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #2449a4;
	border-right: 2px solid #2449a4;
	transform: rotate(45deg);
}

.expertise-cta {
	margin: 27px 0;
	background-color: #2449a4;
}

.expertise-cta__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 30px 10px;
}

.expertise-cta__copy {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.expertise-cta__button {
	display: grid;
	place-items: center;
	width: min(300px, 100%);
	min-height: 46px;
	border: 1px solid #fff;
	border-radius: 9999px;
	background: #fff;
	color: #2449a4;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.expertise-cta__button:hover {
	background: #2449a4;
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.expertise-card-list,
	#services-list.expertise-card-list {
		grid-template-columns: repeat(2, minmax(270px, 1fr));
		gap: 26px 30px;
	}
}

@media screen and (max-width: 767px) {
	.expertise-page__inner {
		box-sizing: border-box;
		margin: 40px auto 80px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.expertise-hero {
		min-height: 430px;
		width: 100%;
	}

	.expertise-hero__contents {
		box-sizing: border-box;
		align-items: center;
		padding: 40px 15px 46px;
		text-align: center;
	}

	.expertise-hero__label {
		margin-bottom: 14px;
		padding: 2px 16px 2px 18px;
		font-size: 14px;
	}

	.expertise-hero__title {
		font-size: 44px;
	}

	.expertise-hero__desc {
		font-size: 22px;
		line-height: 1.6;
	}

	.expertise-hero__bg,
	.expertise-hero__bg picture,
	.expertise-hero__bg img {
		min-height: 430px;
	}

	.expertise-hero__bg img {
		width: 100%;
		max-width: none;
		object-position: center center;
	}

	.expertise-hero__triangle--left {
		left: 0;
		border-top-width: 50px;
		border-right-width: 50px;
	}

	.expertise-hero__triangle--right {
		right: 0;
		border-bottom-width: 82px;
		border-left-width: 82px;
	}

	.expertise-card-list,
	#services-list.expertise-card-list {
		grid-template-columns: 1fr;
		gap: 26px;
		width: 100%;
		max-width: none;
	}

	.expertise-card-link {
		width: 100%;
		min-height: 100px;
		aspect-ratio: 354 / 100;
	}

	.expertise-card-img {
		width: 100%;
		min-width: 0;
	}

	.expertise-card-title {
		padding: 0 20px 0 108px;
		font-size: 26px;
		font-weight: 400;
	}

	.expertise-entry {
		margin: 0 0 70px;
	}

	.services_entry .entry_hero .entry_hero__inner {
		display: grid;
		overflow: hidden;
	}

	.services_entry .entry_hero .entry_hero__inner > * {
		grid-area: 1 / -1;
	}

	.services_entry .entry_hero .entry_hero__text_area {
		padding: 40px 10px 60px;
	}

	.services_entry .entry_hero .entry_hero__title {
		margin-bottom: 16px;
		font-size: 34px;
	}

	.services_entry .entry_hero .entry_hero__thumb {
		z-index: -1;
		justify-self: flex-end;
		align-self: flex-end;
		width: 84.2239185751vw;
		max-width: fit-content;
		position: relative;
		right: -84px;
		opacity: .4;
	}

	.expertise-entry .entry #list-title1,
	.expertise-entry .entry #list-title2,
	.expertise-entry .entry #list-title3,
	.expertise-entry .entry #list-title4,
	.expertise-entry .entry #list-title5,
	.expertise-entry .entry #list-title6,
	.expertise-entry .entry #list-title7,
	.expertise-entry .entry #list-title8,
	.expertise-entry .entry #list-title9 {
		height: auto;
		min-height: 58px;
		margin: 34px 0 24px;
		padding: 14px 10px 14px 50px;
		font-size: 18px;
	}

	.expertise-entry .entry #list-title1::before,
	.expertise-entry .entry #list-title2::before,
	.expertise-entry .entry #list-title3::before,
	.expertise-entry .entry #list-title4::before,
	.expertise-entry .entry #list-title5::before,
	.expertise-entry .entry #list-title6::before,
	.expertise-entry .entry #list-title7::before,
	.expertise-entry .entry #list-title8::before,
	.expertise-entry .entry #list-title9::before {
		left: -4px;
		top: -24px;
		bottom: auto;
		width: 70px;
		height: 58px;
		font-size: 28px;
	}

	.expertise-entry .entry .acms-entry-unit-full.hide-sp {
		display: block !important;
	}

	.expertise-entry .entry .acms-entry-unit-full.hide-sp [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp [class*="column-eximage-"] {
		display: none !important;
	}

	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title1 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title2 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title3 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title4 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title5 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title6 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title7 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title8 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title9 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title1 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title2 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title3 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title4 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title5 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title6 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title7 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title8 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title9 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title1 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title2 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title3 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title4 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title5 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title6 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title7 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title8 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-sp #list-title9 ~ [class*="column-eximage-"] {
		display: block !important;
	}

	.expertise-attachment__title {
		width: 116px;
		font-size: 18px;
	}

	.expertise-attachment__title_text {
		margin-left: -10px;
	}

	.expertise-attachment__list {
		padding-right: 12px;
		padding-left: 12px;
	}

	.expertise-attachment__icon {
		width: auto;
	}

	.expertise-cta__copy {
		font-size: 13px;
	}

	.expertise-cta__button {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.expertise-entry .entry .acms-entry-unit-full.hide-pc {
		display: block !important;
	}

	.expertise-entry .entry .acms-entry-unit-full.hide-pc [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc [class*="column-eximage-"] {
		display: none !important;
	}

	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title1 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title2 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title3 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title4 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title5 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title6 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title7 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title8 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title9 ~ [class*="column-image-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title1 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title2 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title3 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title4 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title5 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title6 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title7 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title8 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title9 ~ [class*="column-media-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title1 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title2 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title3 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title4 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title5 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title6 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title7 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title8 ~ [class*="column-eximage-"],
	.expertise-entry .entry .acms-entry-unit-full.hide-pc #list-title9 ~ [class*="column-eximage-"] {
		display: block !important;
	}
}
