/*!
Theme Colors
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Outfit:wght@300;400;600&display=swap');

:root {
	--main-color: #2A8C6E;
	--main-color-rgb: 42, 140, 110;
	--sub-color: #D4A853;
	/* --sub-color: #C4603A; */
	--sub-color-rgb: 212, 168, 83;
	--point-color: #F2994A;
	--point-color-rgb: 242, 153, 74;
	--bg-color: #FDFDFD;
	--bg-color-rgb: 253, 253, 253;
	--bg-sub-color: #F5F5F0;
	--bg-sub-color-rgb: 245, 245, 240;
	--text-color: #222;
	--text-color-rgb: 34, 34, 34;
	--font: "Noto Sans JP", sans-serif;
	--font-regular: 400;
	--font-bold: 700;
	--eng-font: "Outfit", sans-serif;
	--eng-font-regular: 400;
	--eng-font-bold: 600;

	--bg-gradient1: linear-gradient(135deg, #1a6b52 0%, #2A8C6E 50%, #3aaa87 100%);
	--bg-gradient2: linear-gradient(160deg, #1e7a5e 0%, #2A8C6E 40%, #45b896 100%);
	--bg-line: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
}

.btn, .ctaBtn, .wp-block-button__link, .page-numbers, .postLinkItem, .inPageNav a, .snow-monkey-form .smf-action .smf-button-control__control {
	border-radius: 0;
}
.header {
	padding: 1rem 0;
}
.headerName {
	font-family: var(--eng-font);
	font-weight: var(--eng-font-bold);
}
.headerName::before {
	content: "";
	background-color: var(--sub-color);
	width: 0.46em;
	height: 0.46em;
	border-radius: 100%;
	margin-right: 0.4em;
}
.headerNav {
	grid-area: 1/1/3/2;
	align-self: center;
}
.main {
	margin-top: 4.75rem;
}
.topMv {
	background-image: var(--bg-gradient1);
	background-size: 50% 100%;
}
.topMv::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: var(--bg-line);
	background-size: 3rem 3rem;
	pointer-events: none;
}
.topMvDivWrap {
	flex-basis: 50%;
	padding: 3rem;
}
.topMvBgImage {
	left: auto;
	right: 0;
	width: 50%;
}
.topMvBgImage::after {
	display: none;
}
.topMvContent {
	display: flex;
	flex-direction: column;
}
.topMvTagline {
	order: 2;
	letter-spacing: 0;
	margin: 1rem 0 3rem;
}
.topMvTaglineEn {
	order: 1;
	color: rgba(255,255,255,0.7);
	font-weight: var(--eng-font-regular);
	font-size: 0.8125em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 1em;
}
.topMvTaglineEn::before {
	content: "";
	display: block;
	height: 1px;
	width: 3em;
	background-color: rgba(255,255,255,0.5);
}
.topMvTaglineTopic {
	order: 3;
	font-size: 1em;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.85;
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: 0.125rem solid rgba(255, 255, 255, 0.5);
}
.topMvTaglineText {
	order: 4;
	text-align: justify;
	width: 70%;
	font-size: 0.8125em;
}
.topMvTaglineBtn {
	order: 5;
}
.topMvTaglineBtn .ctaBtn {
	background-color: #fff;
	border-color: #fff;
	color: var(--main-color);
}
.worksList li {
	flex-basis: calc(33.333% - 1.5rem*2/3);
}
.worksList a::after {
	display: none;
}
.worksTaxonomy {
	font-weight: var(--font-regular);
	margin: 0;
	font-size: 1em;
}
.worksTaxonomyList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.worksTaxonomyList a {
	display: block;
	border: 0.0625rem solid;
	padding: 0.5em 1em;
	font-size: 0.875em;
}
#philosophy .contents h3::before {
	display: none;
}
#philosophy .contents h3 {
	background: no-repeat;
	padding: 0;
	margin: 0;
	font-size: 1.25em;
}
.articleCta {
	background-color: rgba(var(--point-color-rgb),0.1);
	border: 0.0625rem solid rgba(var(--point-color-rgb),1);
	padding: 2rem;
}
h3.articleCtaTitle::before {
	display: none;
}
h3.articleCtaTitle {
	color: var(--point-color);
	letter-spacing: 0;
	background: none;
	margin: 0;
	text-align: center;
	padding: 0;
}
.articleCtaBtns {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.articleCtaBtns .btn {
	margin: 0;
	background-color: #fff;
}
.serviceList {
	gap: 1rem;
}
.serviceList li {
	flex-basis: calc(33.333% - 2rem/3);
}
.serviceList li:nth-child(1) a {
	border: 0.125rem solid var(--main-color);
}
.serviceList li:nth-child(2) a {
}
.serviceList li:nth-child(3) a {
}
.serviceList a {
	border: 0.0625rem solid rgba(var(--text-color-rgb),0.15);
	padding: 1.5rem;
	background-color: #fff;
}
.serviceListTitle::before {
	background-color: var(--sub-color);
	border-radius: 100%;
	width: 0.6em;
	height: 0.6em;
	top: 0.6em;
}
.serviceListTitle {
	font-size: 1.25em;
}
.serviceListBtn.btn {
	border: 0;
	padding: 0 2em 0 0;
	width: auto;
}
.serviceListBtn.btn .ph {
	right: 0;
	background: no-repeat;
	color: inherit;
}
.snow-monkey-form .smf-item {
	display: block;
}

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

.main {
	margin-top: 4.25rem;
}
.topMvDivWrap {
	flex-basis: 100%;
	padding: 1rem 2rem 25rem;
}
.topMvBgImage {
	left: 0;
	width: auto;
	height: 25rem;
	bottom: 0;
	top: auto;
}
.topMvContent {
	text-align: left;
}
.topMvTaglineText {
	width: auto;
}

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

.main {
	margin-top: 3.6406rem;
}
.topMvDivWrap {
	padding: 1rem 2rem 20rem;
}
.topMvBgImage {
	height: 20rem;
}
.topMvTagline {
	font-size: 2em;
}
.topMvTaglineTopic {
	font-size: 0.9em;
}
.articleCtaBtns {
	flex-direction: column;
	align-items: center;
}
.serviceList {
	flex-direction: column;
}
.worksList li, .staffList li {
	flex-basis: calc(50% - (1rem/2));
}
.ctaSectionContent .sectionTitleJa {
	font-size: 1.25em;
}

}