@charset "UTF-8";
/*
Theme Name: CPM's Main Theme
Version: 1.0
Derived from the Original Theme: Twenty Eleven
Original Theme URI: http://wordpress.org/extend/themes/twentyeleven
Original Author: the WordPress team
Original Author URI: http://wordpress.org/
Original Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	max-height: 999999px;	/* against Android Chrome Font Boosting */
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	vertical-align: baseline;
}
table, caption, tfoot, thead {
	vertical-align: middle;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img[usemap^="#"],	/* MTL KAZ: added for IE 9 or older */
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* Variables	JUL-2022 KAZ
----------------------------------------------- */
:root {
	/* Dimensions */
	--viewheight: 100vh;

	/* Colors */
	--cpm-dark-gray: #464646;
	--cpm-medium-gray: #9F9F9F;	/* KAZ */
	--cpm-light-gray: #DCDCDC;
	--cpm-pale-gray: #F8F8F8;	/* KAZ */
	--cpm-dark-green: #008080;
	--cpm-green: #01ACA4;
	--cpm-light-green: #F0FAFA;
	--cpm-blue: #364A8E;
	--cpm-light-blue: #34B2F5;
	--cpm-gradient-blue: #6CACE3;	/* KAZ */
	--cpm-orange: #FFA500;
	--cpm-red: #E21E3C;	/* KAZ */
}
@media print, screen and (min-width: 768px) {	/* PC */
	:root {
		/* Dimensions */
		--cpm-min-width: 1240px;	/* KAZ */
		--cpm-wall-width: 1206px;	/* KAZ: was 1190px */
		--cpm-semi-wall-width: 1000px;
		--cpm-blog-wall-width: 900px;
		--cpm-mid-wall-width: 828px;
		--cpm-header-height: 70px;
	}
}
@media screen and (max-width: 767px) {	/* SP */
	:root {
		/* Dimensions */
		--cpm-wall-width: 94.1334vw;	/* KAZ: was 85.333% */
		--cpm-semi-wall-width: 85.3334vw;	/* KAZ: was % */
		--cpm-blog-wall-width: 85.3334vw;	/* KAZ: was % */
		--cpm-mid-wall-width: 85.3334vw;	/* KAZ: was % */
/*		--cpm-shift-wall-width: 97.066%; */
		--cpm-header-height: 56px;
	}
}
@media print, screen and (min-width: 783px) {	/* WP Admin Bar */
	:root {
		/* Dimensions */
		--wp-admin-bar-height: 32px;
	}
}
@media screen and (max-width: 782px) {	/* WP Admin Bar */
	:root {
		/* Dimensions */
		--wp-admin-bar-height: 46px;
	}
}


/* =Structure
----------------------------------------------- */
html {
	scroll-padding-top: var(--cpm-header-height);	/* 2023.9 KAZ */
}
html:has(body.admin-bar) {	/* on Firefox, the layout.css.has-selector.enabled preference needs to be set true */
	scroll-padding-top: calc(var(--cpm-header-height) + var(--wp-admin-bar-height));	/* 2023.9 KAZ */
}
body {
	padding: 0;
/*	min-width: 1190px;	/* 2023.8 Aki moved to for PC */
	font-size: 100%;
	-webkit-text-size-adjust: none;	/* KAZ: was 100% */
	text-size-adjust: none;	/* KAZ */
}
#masthead, #breadcrumbs, #mainwall, #ft_links {
	width: 100%;
}
#page {
	background: #fff;
}
#primary {
	float: left;
	margin: 0;
	width: 684px;	/* Width of main area */
}
#primary.nosidebar {
	float: none;
	margin: 0 auto;
	width: 100%;
}
#content {
	margin: 0;
}
#secondary {
	float: right;
	width: 261px;	/* width of sidebar, if no margin between the sidebar and the main area, this can be commented out (MAT) */
}

.wall {
	width: var(--cpm-wall-width);
	margin: 0 auto;
}
section.shift {
/*	width: calc(50% + 603.5px);	/* Aki moved to .wall */
}
section.shift .wall {
	width: calc(50% + var(--cpm-wall-width) / 2);	/* KAZ: was + 603.5px */
	padding-left: calc(50% - var(--cpm-semi-wall-width) / 2);	/* was calc((100% - var(--cpm-wall-width)) / 2 + 150.875px) */
	padding-right: calc((var(--cpm-wall-width) - var(--cpm-semi-wall-width)) / 2);	/* 2023.9 KAZ: was calc(50% - var(--cpm-semi-wall-width) / 2) */
	border-top-right-radius: 60px;
}
section.shift-right .wall {
	width: calc(50% + var(--cpm-wall-width) / 2);	/* KAZ: was + 603.5px */
	padding-right: calc(50% - var(--cpm-semi-wall-width) / 2);	/* was calc((100% - var(--cpm-wall-width)) / 2 + 150.875px) */
	padding-left: calc((var(--cpm-wall-width) - var(--cpm-semi-wall-width)) / 2);	/* KAZ: was 100px */
	border-top-left-radius: 60px;
/*	margin: 0 0 0 auto; */
}

/* Alignment */
.alignleft {
	float: left;
	margin-right: 1.625em;
	 /* display: inline; */
}
.alignright {
	float: right;
	margin-left: 1.625em;
	 /* display: inline; */
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Global
----------------------------------------------- */
body, input, textarea {
	line-height: 1.333;
	color: var(--cpm-dark-gray);
	font-family: "Noto Sans JP", sans-serif;
}
input, textarea, select {
	font-size: 100%;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

/* Text elements */
hr, p {
	margin-bottom: 16px;
}
strong, .strong  {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Table */
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 16px;
}
tbody {
	vertical-align: top;
}

/* List */
ul {
	list-style: none;
}
ul, ol {
	margin: 0 0 16px 22px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

/* Data list */
dl {
	margin: 0 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background-color: var(--cpm-pale-gray);	/* KAZ: was white */
	border: var(--cpm-pale-gray) 1px solid;	/* KAZ: was #ddd */
	border-radius: 10px;	/* KAZ */
	box-shadow: none;
	width: 100%;	/* KAZ */
}
textarea {
/*	padding-left: 3px; */
/*	width: 98%; */
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
/*	padding: 3px; */
}
input[type=submit],
input[type=image],
input[type=button],
button {
	cursor: pointer;
}
button {
	padding: 0;	/* 2023.9 KAZ: added */
}
form :-ms-input-placeholder { color: var(--cpm-medium-gray); }	/* IE 10+ */
form ::-webkit-input-placeholder { color: var(--cpm-medium-gray); }	/* Google Chrome, Safari, Opera 15+, Android, iOS */
form :-moz-placeholder { color: var(--cpm-medium-gray); opacity: 1; }	/* Firefox 18- */
form ::-moz-placeholder { color: var(--cpm-medium-gray); opacity: 1; }	/* Firefox 19+ */
form :placeholder-shown { color: var(--cpm-medium-gray); }

/* Links */
a {
	color: var(--cpm-green);
	text-decoration: none;
}
/* a:focus, a:active, */
a.current {
	text-decoration: underline;
}
@media (any-hover: hover) {
	a:hover {
		text-decoration: underline;
	}
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */
#branding {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}
.admin-bar #branding {
	top: var(--wp-admin-bar-height);
}
#masthead {
	position: relative;
	height: var(--cpm-header-height);
	margin: 0 auto;
}


/* =Menu
-------------------------------------------------------------- */
#headmenu {
/*	overflow: hidden; */	/* 2023.9 KAZ: c/o */
}
#headlogo {
	position: relative;
	clear: both;
	float: left;
}
#headmenu ul {
/*	overflow: hidden; */	/* 2023.9 KAZ: c/o */
}
#headmenu ul li {
	list-style: none;
}
#headmenu ul li ul.submenu_panel li {
	position: relative;
}
#headmenu ul li ul.submenu_panel a::before,
#headmenu ul li ul.submenu_panel a::after,
ul#footmenu li ul.submenu_panel li a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
}
#headmenu ul li ul.submenu_panel a::before,
ul#footmenu li ul.submenu_panel li a::before {
	width: 5px;
	height: 1px;
	margin-right: 5px;
}
#headmenu ul li ul.submenu_panel a::after {
	width: 24px;
	height: 24px;
/*	background: url(/images/arrow_menu.svg)no-repeat center /cover; Aki c/o */
	position: absolute;
	right: 0;
}


.page-header {
	position: relative;
	background: url(/images/bg_header_child.png)no-repeat center /cover;
	border-bottom: solid 1px var(--cpm-light-gray);
}
.page-title span:is(.en, .ja) {
/*	display: block; Aki c/o */
}
.page-title,
#breadcrumbs {
	width: var(--cpm-semi-wall-width);	/* KAZ */
}
#breadcrumbs {
	position: absolute;
	bottom: 0;
	left: calc(50% - var(--cpm-semi-wall-width) / 2);	/* KAZ */
/*	margin: 12px auto 18px; */
	margin-bottom: 12px;	/* KAZ */
/*	padding-left: calc((100% - var(--cpm-wall-width)) / 2); */
	line-height: 1.2;	/* KAZ: was 1 */
	font-size: 0.75rem;		/* 12px : 10px in design */
}
#breadcrumbs small {
	font-size: inherit;
}


/* =Content
----------------------------------------------- */
#topmain, #main {
	clear: both;
	overflow: hidden;
	position: relative;
}
#topmain {
}
#main {
}
#mainwall {
		/* Mat c/o for slide show buttons like http://kobabo-s.com  overflow: hidden; */
	margin: 0 auto;
}
.page-title {
/*	margin: 0 0 2.6em;
*	line-height: 2.6em;
*	font-weight: 500;
*	letter-spacing: 0.1em; Aki c/o */
/*	padding-left: calc((100% - var(--cpm-wall-width)) / 2); */
	margin: 0 auto;	/* KAZ */
}
.page-title .en {
}
.page-title .ja {
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	position: relative;
}
.hentry:last-child,
.no-results {
/*	border-bottom: none; Aki c/o */
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title {
	clear: both;
	font-size: 25px;
	font-weight: bold;
	line-height: 54px;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) { 
	.entry-title a:hover {
		color: inherit;
		text-decoration: underline;
	}
}
.entry-title img {
	vertical-align: middle;
}
.entry-title-top {
	display: none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
/*	margin-bottom: 20px; */
}
.entry-content h1, .entry-content h2 {
	margin: 0 0 20px;
}
.entry-content h1 {
	font-size: 28px;
	height: 50px;
	line-height: 50px;
}
.entry-content h2 {
	font-weight: bold;
}
.entry-content h3 {
	font-size: 122%;
	font-weight: bold;
	min-height: 24px;
	line-height: 1.41;
	margin: 0 0 12px;
}
.entry-content h4 {
	font-weight: bold;
	min-height: 20px;
	line-height: 1.43;
	margin: 0 0 12px;
}
.entry-content #s {
	width: 75%;
}
.entry-content p, .entry-content li {	/* to avoid Android's bug, see wordpress\todo.txt in MTL */
	background-color: rgba(255,255,255,0.01);
}
 	/* -- Mat copied from the original twentyeleven .css after pointed out by Viex and talking with kaz 2021.1 */
.entry-content table {
	border-bottom: var(--cpm-light-gray) 1px solid;
	width: 100%;
}
.entry-content th,
.entry-content td {
	border-top: var(--cpm-light-gray) 1px solid;
	padding: 6px 10px 6px 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
@media (any-hover: hover) { 
	.page-link a:hover {
		background: #888;
		color: #fff;
		font-weight: bold;
	}
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
@media (any-hover: hover) { 
	.entry-meta .edit-link a:hover
	, .commentlist .edit-link a:hover
	{
		background: #888;
		color: #fff;
	}
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
#searchform .screen-reader-text {
	display: none;
}

/* Gutenberg blocks */
/* Counter-styles against /wp-includes/css/dist/block-library/style.min.css */
.entry-content figure {
	margin-bottom: 45px;
}
.entry-content .wp-block-image {
	line-height: 0;
}
.entry-content .wp-block-image .alignleft {
	margin-right: 40px;
}
.entry-content .wp-block-image .alignright {
	margin-left: 40px;
}
.entry-content .wp-block-image figcaption {
	line-height: 1.5;
	color: inherit;
	font-size: 100%;
}

/* Images */
.entry-content img {
	max-width: 100%;
	height: auto;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	max-width: 96%;
	background: #eee;
	margin-bottom: 1em;
	padding: 5px 0;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption img[class*='wp-image-'] {	/* MTL: added against img[class*='wp-image-'] */
	border: 0;
	padding: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 1px;
	padding: 2px 0 0 5px;
	position: relative;
	background: transparent;
	text-align: center;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
.imgonly img {
	width: 100%;
	height: auto;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Aki added */
section h2 {
}
.page-title .en,
section h2 .en {
	display: block;
	font-weight: 100;
}
.page-title::first-letter,
section h2 .en::first-letter {	/* KAZ: added .en */
	color: var(--cpm-green);
}
.page-title .ja,
section h2 .ja {
	display: inline-block;
	color: white;
	font-size: 1.125rem;	/* 18px */
	font-weight: 400;
	background-color: var(--cpm-green);
	border-bottom-left-radius: 10px;
}
.page-title .ja {
	padding: 1px 11px 3px;	/* KAZ */
}
section h2 .ja {
	padding: 1px 13px 3px;
}
a.linkbtn, button.linkbtn, a.more, span.more {
	position: relative;
}
a.linkbtn, a.more, span.more {
	display: block;
}
a.linkbtn, button.linkbtn {
	color: white;
	background: var(--cpm-blue) linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));	/* 2023.9 KAZ: added color */
/*	border-radius: 35px; */
}
button.linkbtn {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	box-shadow: none;
	text-align: left;
}
a.more, span.more {
	color: var(--cpm-blue);
	width: 180px;
	height: 56px;
	font-size: 1rem;
	line-height: 56px;
}
a.linkbtn::after, button.linkbtn::after, a.more::before, a.more::after, span.more::before, span.more::after {
	content: "";
	display: inline-block;
	position: absolute;
}
a.linkbtn::after, button.linkbtn::after {
	background: url(/images/arrow_menu.svg) no-repeat center center / cover;
	border-radius: 50%;	/* KAZ */
}
a.more::before, span.more::before {
	width: 44px;
	height: 44px;
	background: url(/images/arrow_more.svg) no-repeat center center / cover;
	right: 0;
	top: 50%;
	transform: translatey(-57%);
}
a.more::after, span.more::after {
	width: 100%;	/* KAZ: was 180px */
	height: 4px;
	background: var(--cpm-blue) linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));	/* 2023.9 KAZ: added color */
	left: 0;
	bottom: 0;
}
a.linkbtn:hover, a.more:hover, span.more:hover {
	text-decoration: none;
}
@media (any-hover: hover) {
	a.linkbtn:hover, a.more:hover::before, .linkbtn:hover, a.more:hover::after, a:hover span.more::before, a:hover span.more::after,
	#top_recruit .wrapper:hover a.more::before, #top_recruit .wrapper:hover .more::after{
		transition: all 0.4s ease-in;	/* Aki was  0.4s */
	}
	a.linkbtn:hover, button.linkbtn:hover {
		background: var(--cpm-blue);
	}
	a.more:hover::before, a:hover span.more::before {
		background: url(/images/arrow_more_hover.svg) no-repeat center / cover;
	}
	a.more:hover::after, a:hover span.more::after, #top_recruit .more:hover::after, #top_recruit .wrapper:hover .more::after {
		background: var(--cpm-blue);
	}
	#headmenu > ul > li.contact > a:hover,
	#headmenu ul li ul.submenu_panel li:hover, #headmenu ul li ul.submenu_panel li:hover a::after {
		transition: all 0.3s ease-in;	/* Aki added */
	}
}

/* =error404
----------------------------------------------- */
.error404 .entry-title {	/* MAY-2023 KAZ: added */
	padding: 200px 0;
	text-align: center;
}
.error404 #primary #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	overflow: hidden;
	margin: 0 0 25px;
}
.error404 #primary #s {
	width: 95%;
}
.error404 #primary .widget {
	clear: none;
	float: left;
	width: 45%;
}
.error404 #primary .widget_archive {
	clear: both;
}


/* =Navigation
-------------------------------------------------------------- */
#content nav {
	clear: both;
	overflow: hidden;
/*	padding: 0 0 1.625em; Aki c/o */
}
#content nav a {
	color: inherit;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
/*	float: left;
*	width: 50%; Aki c/o */
}
.nav-next {
/*	float: right;
*	text-align: right;
*	width: 50%; AKi c/o */
}
#content nav .meta-nav {
	font-weight: normal;
}
#content nav .totop a.linkbtn {
	color: white;
	text-align: right;
	padding-right: 32px;
	margin: 0 auto;
}
.totop a.linkbtn::after {
	background: url(/images/arrow_blog.svg) no-repeat center /cover;
	left: 12px;
	right: auto;
}
#content nav .nav_wrap {
	display: flex;
	justify-content: center;
	color: var(--cpm-green);
	font-size: 1.125rem;	/* 18px */
}

/* Singular navigation */
#content #nav-single {
	width: 100%;
}

#content div.wp-pagenavi {
	clear: both;
	text-align: center;
}
#content div.wp-pagenavi a,
#content div.wp-pagenavi span {
	display: inline-block;
	border: 0;
	min-width: 36px;	/* was 18px */
	min-height: 36px;
	border-radius: 50%;
	margin: 0 5px;
/*	padding: 5px; Aki c/o */
	line-height: 28px;	/* was 1em */
	font-size: 1rem;	/* was 18px */
}
#content div.wp-pagenavi span.current {
	font-weight: inherit;
}
#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink,
#content div.wp-pagenavi span.extend {
	color: inherit;
}
#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink {
	background-color: white;	/* was #d2caba */
}
#content div.wp-pagenavi span.current {
	background-color: var(--cpm-light-gray);	/* was #42210b */
	color: inherit;	/* was white */
}
@media (any-hover: hover) {
	#content div.wp-pagenavi a.page:hover,
	#content div.wp-pagenavi a.previouspostslink:hover,
	#content div.wp-pagenavi a.nextpostslink:hover{
		background-color: var(--cpm-light-gray);	/* was #42210b */
		color: inherit;	/* was white */
	}
}


/* =Footer
----------------------------------------------- */
#ft_nav_top {
	display: none;
	position: fixed;
	bottom: 0;	/* 2023.9 KAZ: was 20px */
	right: 0;	/* 2023.9 KAZ: was 50% */
	z-index: 9000;
	margin: 0;	/* 2023.9 KAZ: was 0 -600px 0 0 */
	opacity: 0;
	z-index: 9000;
}
#ft_nav_top a {
	width: 50px;
	height: 50px;
	background-color: #000000;
	border-top-left-radius: 10px;
	padding: 15px 20px;	/* 2023.9 KAZ: was 12px 15px 19px */
}
#ft_nav_top a img {
}

#ft_contact {
	clear: both;	/* 2023.9 KAZ */
	z-index: 1;
}
#ft_contact h2 {
	text-align: center;
}
#ft_contact::before,
#ft_contact .wrapper .panel::before {
	content: "";
	display: inline-block;
/*	height: 100%; */	/* 2023.9 KAZ: moved to media query */
	background: var(--cpm-green);
	position: absolute;
	left: 0;
}
.ft_colored {
	width: 100%;
	height: 250px;
	background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
	position: absolute;
	bottom: 0;
}
#ft_contact .descr{
	line-height: 2;
}
#ft_contact .wrapper {
}
#ft_contact .wrapper .panel {
	background-color: white;
	border-bottom-left-radius: 30px;
	position: relative;
}
#ft_contact .wrapper .panel::before {
	background: linear-gradient(to bottom, var(--cpm-green), var(--cpm-gradient-blue));
	left: 50%;
	transform: translatex(-50%);
	top: 0;
}
#ft_contact h3 {
	color: var(--cpm-blue);
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
}
#ft_contact .wrapper .panel p {
	color: var(--cpm-green);
	font-weight: 300;
	font-style: italic;
	text-align: center;	/* 2023.9 KAZ */
}

#colophon {
	clear: both;
	overflow: hidden;
/*	text-align: center;
*	height: 60px; */
	color: white;
	background: var(--cpm-dark-gray);
}
.ft_wrap_left {
	line-height: 1.625;
}
#ft_logo {
	width: 312px;
	height: auto;
}
#ft_links {
/*	overflow: hidden;
*	height: 30px; */
	margin: 0 auto;
}
#ft_links ul:not(.submenu_panel) {
	display: flex;
	flex-wrap: wrap;
}
ul#footmenu {
	overflow: hidden;
/*	height: 30px; */
	margin: 0;
	text-align: left;
}
ul#footmenu li {
	list-style-type: none;
/*	float: left; */
}
ul#footmenu li a {
	display: inline-block;
	color: white;
}
ul#footmenu li ul.submenu_panel {
	padding-top: 20px;
	margin: 0;
}
ul#footmenu li ul.submenu_panel li a {
	font-size: 0.875rem;	/* 14px */
	color: #C0C0C0;
	line-height: 1.428;
	text-indent: -0.7em;
	padding-bottom: 18px;
	padding-left: 0.7em;
}
@media (any-hover: hover) {
	ul#footmenu li a:hover,
	ul#footmenu li a.current,
	ul#footmenu li ul.submenu_panel li a:hover,
	ul#footmenu li ul.submenu_panel li a.current {
		text-decoration: none;
		color: #9F9F9F;
	}
}
ul#footmenu li ul.submenu_panel li a::before {
	background-color: #C0C0C0
}
#ft_keyword, #ft_copyright {
	background: black;
}
#ft_keyword p {
	font-size: 0.875rem;	/* 14px */
	line-height: 1.7142;
	margin-bottom: 0;
}
#ft_copyright {
/*	line-height: 30px;
	height: 30px; */
/*	font-size: 0.75rem; */	/* 2023.9 KAZ: ChkHTML; moved to media query */
	text-align: center;
}
#ft_copyright p {
	margin-bottom: 0;
}


/* Common entries
-------------------------------------------------------------- */
.left {
	text-align: left;
	display: block;	/* Mat added these. If you use these for table, list, etc. and can't cover by the following td.right .., please override these invidually. */
}
.center {
	text-align: center;
	display: block;
}
.right {
	text-align: right;
	display: block;
}
td.right, th.right, td.center, th.center, td.left, th.left {
	display: table-cell;
}
li.right, li.right, li.center {
	display: list-item
}
.middle {
	vertical-align: middle;
}
.imgonly {
	line-height: 0;
}
.imgonly a,
a.imgonly {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
a.current img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
@media (any-hover: hover) {
	.transbtn:hover, a:hover img {
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
	.notransbtn:hover, a:hover img.notransbtn, #headlogo a:hover img, #ft_links a:hover img {
		opacity: 1;
		filter: none;
	}
}
/*.ios .transbtn:hover { */
/* iOS 8.4.1 で :hover に opacity が指定してあると 2 回タップしないとリンク先に飛ばない。script.js でユーザーエージェントを見て body に class="ios" を追加。 */
/*	opacity: 1;
 *	filter: none;
 *}
 */
.nomargin {
	margin: 0 !important;
}
.topbottommargin {
	margin: 20px auto !important;
}
.topmargin {
	margin-top: 60px !important;
}
.topmarginbig {
	margin-top: 80px !important;
}
.notopmargin {
	margin-top: 0 !important;
}
.bottommargin {
	margin-bottom: 20px !important;
}
.bottommarginbig {
	margin-bottom: 60px !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.onlymarginright{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.onlymarginleft{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
.noborder {
	border: 0px !important;
}
.border {
	border: 1px solid gray;
}
.noclear {
	clear: none !important;
}
.nobackground {
	background: transparent none !important;
}
.roboto,
.en {
	font-family: 'Roboto', sans-serif;
}
section {
	position: relative;
}
section .wall {
	margin: 0 auto;
}
section.shift .wall {
	margin: 0 auto 0 0;
}
section.shift-right .wall {
	margin: 0 0 0 auto;	/* KAZ: moved */
}
h2.label {
	font-weight: normal;
}
h2.label .inner {
	background-color: var(--cpm-green);
	display: inline-block;
	color: white;
}
ul.nostyle {
	list-style: none;
	margin: 0;
}

/* 遅延表示効果: 10-2021 Aki
----------------------------------------------- */
.page #content > section > .wall,
.page .entry-content > section > .wall,
.page .entry-content > section > .wrapper,
.slide-from-bottom {	/* script.js 内の $sections or $objects のセレクターと同期が必要 */
	/* See also @media print */
	visibility: hidden;
}
.mtlSlideInFromBottom {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-name: mtlSlideInFromBottom;
	animation-timing-function: ease;
	visibility: visible !important;
}
@keyframes mtlSlideInFromBottom {
/* APR-2023 KAZ: was slideInFromBottom; name conflicts with facebook style */
	0% { opacity: 0; transform: translateY(100px); }
	100% { opacity: 1; transform: translateY(0); }
}


/* Blog Page Components
----------------------------------------------- */
.categories_wrap {
	border-bottom: solid 2px var(--cpm-green);
	width: var(--cpm-mid-wall-width);
	margin: 0 auto 40px;
}
ul.categories {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 32px;
	margin: 0;
}
ul.categories > li a {
	background-color: var(--cpm-light-gray);
/*	border: solid 1px var(--cpm-light-gray); */	/* 2023.9 KAZ: c/o */
	display: block;	/* 2023.9 KAZ */
	line-height: 40px;
	color: white;
	text-align: center;	/* 2023.9 KAZ */
}
ul.categories > li a.current {
	background-color: var(--cpm-green);
	text-decoration: none;
}
@media (any-hover: hover) {
	ul.categories > li a:hover {
		background-color: var(--cpm-green);
/*		border-color: var(--cpm-green); */	/* 2023.9 KAZ: c/o */
		text-decoration: none;
	}
}
article.list,
#top_news ul.news_list li {
	border-bottom: solid 1px var(--cpm-light-gray);
	padding: 10px 0;
}
article.list {
/*	position: relative; */	/* 2023.9 KAZ: c/o */
	width: var(--cpm-mid-wall-width);
/*	padding: 18px 0; */	/* 2023.9 KAZ: c/o */
	margin: 0 auto;
}
article.list:first-child,
#top_news ul.news_list li:first-child {
	border-top: solid 1px var(--cpm-light-gray);
}
article.list a,
#top_news ul.news_list li a {	/* 2023.9 KAZ */
	display: block;
	color: inherit;
	transition: background-color 0.3s ease-out;
}
@media (any-hover: hover) {
	article.list a:hover,
	#top_news ul.news_list li a:hover {	/* 2023.9 KAZ */
		background-color: var(--cpm-pale-gray);
		text-decoration: none;
	}
}
article.list .categories,
article.single .categories,
#top_news ul.news_list .categories {	/* 2023.9 KAZ: was .categories */
	float: left;
}
article.list .categories .inner,
article.single .categories a,
#top_news ul.news_list .categories .inner {	/* 2023.9 KAZ: was .categories a */
	background-color: white;
	border: solid 1px;
	display: inline-block;
	min-width: 120px;
	line-height: 24px;	/* 2023.9 KAZ: was 26px */
	color: var(--cpm-green);
	font-size: 0.9375rem;	/* 15px; 2023.9 KAZ: moved */
	text-align: center;
}
article.list .date,
article.single .date,
#top_news ul.news_list .date {
	color: var(--cpm-green);
	font-size: 1rem;
	line-height: 26px;	/* 2023.9 KAZ */
}
article.list .entry-title,	/* 2023.9 KAZ: removed h2 */
#top_news ul.news_list .title {
/*	clear: both; */
	display: block;
	padding-top: 8px;	/* 2023.9 KAZ: was 10px */
	line-height: 1.625;	/* 26px; 2023.9 KAZ */
}
/*ul.news_list .title a, article.list h2.entry-title a {
 *	color: inherit;
 *}
 */	/* 2023.9 KAZ: c/o */
article.list .entry-title {	/* 2023.9 KAZ: removed h2 */
/*	line-height: 1.5; */
	font-size: 1rem;
	font-weight: 400;
}
/*article.list :is(.categories, .date, .entry-title) {
 *	position: relative;
 *	z-index: 1;
 *}
 */	/* 2023.9 KAZ: c/o */

article.single {
	width: var(--cpm-blog-wall-width);
	margin: 0 auto;
}
article.single h1 {
	line-height: 1.666;
	border-bottom: solid 2px var(--cpm-green);
	padding: 15px 0;
}


/* Product Page Components
----------------------------------------------- */
/* アーカイブ */
#my-products.archive h2,
#my-product_category h2 {
	text-align: center;
}
#my-products .intro,
#my-product_category .intro {
	line-height: 2;	/* 32px */
}
#my-products .content-wrapper,
#my-product_category .content-wrapper {
	width: var(--cpm-semi-wall-width);
	margin-left: auto;
	margin-right: auto;
}
#my-products .category_menu,
#my-product_category .category_menu {
}
#my-products .category_menu ul,
#my-product_category .category_menu ul {
	margin: 0;
}
/*----- old code; 2023.9 KAZ
#my-products .category_menu ul.parents li,
#my-product_category .category_menu ul.parents li {
	list-style-type: none;
}
#my-products .category_menu ul.parents,
#my-product_category .category_menu ul.parents {
}
#my-products .category_menu ul.parents > li,
#my-product_category .category_menu ul.parents > li {
}
#my-products .category_menu ul.parents > li .parent,
#my-product_category .category_menu ul.parents > li .parent {
}
#my-products .category_menu ul.parents > li ul.children,
#my-product_category .category_menu ul.parents > li ul.children {
}
#my-products .category_menu ul.parents > li ul.children li,
#my-product_category .category_menu ul.parents > li ul.children li {
}
#my-products .category_menu ul.parents > li ul.children li a,
#my-product_category .category_menu ul.parents > li ul.children li a {
	display: block;
	color: inherit;
}
#my-products .category_menu ul.parents > li ul.children li a::before,
#my-product_category .category_menu ul.parents > li ul.children li a::before {
	background-color: var(--cpm-green);
	display: inline-block;
	width: 8px;
	height: 1px;
	margin-left: -15px;
	margin-right: 7px;
	vertical-align: 5px;
	content: '';
}
-----*/
#my-products .category_menu ul li,
#my-product_category .category_menu ul li {	/* 2023.9 KAZ */
	list-style-type: none;
}
#my-products .category_menu ul li a,
#my-product_category .category_menu ul li a {	/* 2023.9 KAZ */
	display: block;
}
#my-products .content-wrapper .subwrapper,
#my-product_category .content-wrapper .subwrapper {
}
#my-products .category_name,
#my-product_category .category_name {
	border-bottom: var(--cpm-light-gray) 1px solid;
	line-height: 1.6;	/* PC: 35.2px, SP: 32px */
	color: var(--cpm-blue);	/* 2023.9 KAZ */
}
/*----- old code; 2023.9 KAZ
#my-products .category_name span.parent,
#my-product_category .category_name span.parent {
	color: var(--cpm-blue);
}
-----*/
#my-products ul.product_list,
#my-product_category ul.product_list,
section.service_menu ul.service_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#my-products ul.product_list li,
#my-product_category ul.product_list li,
section.service_menu ul.service_list li {
	list-style-type: none;
	border-radius: 10px;
	overflow: hidden;
	width: 312px;
}
#my-products ul.product_list li,
#my-product_category ul.product_list li {
	background-color: var(--cpm-pale-gray);
}
#my-products ul.product_list li.not-found,
#my-product_category ul.product_list li.not-found {
	background-color: transparent;
	width: 100%;
}
/*#my-products ul.product_list li > a,
 *#my-product_category ul.product_list li > a,
 *section.service_menu ul.service_list li > a {
 *	display: block;
 *	color: inherit;
 *}
 *#my-products ul.product_list li > a > span,
 *#my-product_category ul.product_list li > a > span,
 *section.service_menu ul.service_list li > a > span {
 *	display: block;
 *}
 */	/* 2023.9 KAZ: c/o */
#my-products ul.product_list li .imgonly,
#my-product_category ul.product_list li .imgonly,
section.service_menu ul.service_list li .imgonly {	/* 2023.9 KAZ */
	overflow: hidden;
}
#my-products ul.product_list li .imgonly,
#my-product_category ul.product_list li .imgonly {
	margin-bottom: 16px;
}
#my-products ul.product_list li .imgonly img,
#my-product_category ul.product_list li .imgonly img,
section.service_menu ul.service_list li .imgonly img {	/* 2023.9 KAZ */
	transition: transform 0.3s ease-out;
}
@media (any-hover: hover) {
	#my-products ul.product_list li:hover .imgonly img,
	#my-product_category ul.product_list li:hover .imgonly img,
	section.service_menu ul.service_list li:hover .imgonly img {	/* 2023.9 KAZ */
		transform-origin: center;
		transform: scale(1.1);
	}
}
#my-products ul.product_list li .category,
#my-products ul.product_list li .title,
#my-products ul.product_list li .usage-title,
#my-products ul.product_list li .usage,
#my-product_category ul.product_list li .category,
#my-product_category ul.product_list li .title,
#my-product_category ul.product_list li .usage-title,
#my-product_category ul.product_list li .usage,
section.service_menu ul.service_list li .title,
section.service_menu ul.service_list li .example,
section.service_menu ul.service_list li .descr {
	margin-left: 21px;
	margin-right: 21px;
}
#my-products ul.product_list li .category,
#my-product_category ul.product_list li .category,
#my-products article.single .category {
	margin-bottom: 10px;
}
#my-products ul.product_list li .category span.inner,
#my-product_category ul.product_list li .category span.inner,
#my-products article.single .category .inner {
	background-color: white;
	border: var(--cpm-green) 1px solid;
	display: inline-block;
	padding: 0 29px;
	line-height: 24px;
	color: var(--cpm-green);
	font-size: 0.9375rem;	/* 15px */
}
#my-products ul.product_list li .title,
#my-product_category ul.product_list li .title,
#my-products article.single h1,
section.service_menu ul.service_list li .title {
	line-height: 1.3;	/* 26px */
	color: var(--cpm-green);
	font-size: 1.25rem;	/* 20px */
	font-weight: normal;
}
#my-products ul.product_list li .title,
#my-product_category ul.product_list li .title {
	border-bottom: var(--cpm-light-gray) 1px solid;
	margin-bottom: 6px;
	padding-bottom: 8px;
}
#my-products ul.product_list li .usage-title,
#my-products ul.product_list li .usage,
#my-product_category ul.product_list li .usage-title,
#my-product_category ul.product_list li .usage,
section.service_menu ul.service_list li .example,
section.service_menu ul.service_list li .descr {
	line-height: 1.7143;	/* 24px */
	font-size: 0.875rem;	/* 14px */
}
#my-products ul.product_list li .usage-title,
#my-products ul.product_list li .usage,
#my-product_category ul.product_list li .usage-title,
#my-product_category ul.product_list li .usage {
}
#my-products ul.product_list li .btn_line a.more,
#my-product_category ul.product_list li .btn_line a.more,
section.service_menu ul.service_list li .btn_line a.more {	/* 2023.9 KAZ: was span.more */
	width: 146px;
	height: 43px;
	line-height: 36px;
	color: var(--cpm-green);
	font-size: 0.875rem;	/* 14px */
}
#my-products ul.product_list li .btn_line a.more::before,
#my-product_category ul.product_list li .btn_line a.more::before,
section.service_menu ul.service_list li .btn_line a.more::before {	/* 2023.9 KAZ: was span.more */
	background: var(--cpm-blue) linear-gradient(to bottom, var(--cpm-green), var(--cpm-gradient-blue));	/* 2023.9 KAZ: added color */
	border: 0;
	border-radius: 18px;
	width: 36px;
	height: 36px;
	top: 0;
	color: white;
	font-size: 1rem;	/* 16px */
	text-align: center;
	transform: none;
	content: '→';
}
#my-products ul.product_list li .btn_line a.more::after,
#my-product_category ul.product_list li .btn_line a.more::after,
section.service_menu ul.service_list li .btn_line a.more::after {
	height: 2px;
}
@media (any-hover: hover) {
	#my-products ul.product_list li a:hover,
	#my-product_category ul.product_list li a:hover,
	section.service_menu ul.service_list li a:hover {
		text-decoration: none;
	}
	#my-products ul.product_list li .btn_line a.more:hover,
	#my-product_category ul.product_list li .btn_line a.more:hover,
	section.service_menu ul.service_list li .btn_line a.more:hover {	/* 2023.9 KAZ: was a:hover .btn_line span.more */
		color: var(--cpm-blue);
	}
	#my-products ul.product_list li .btn_line a.more:hover::before,
	#my-product_category ul.product_list li .btn_line a.more:hover::before,
	section.service_menu ul.service_list li .btn_line a.more:hover::before {	/* 2023.9 KAZ: was a:hover .btn_line span.more */
		background: var(--cpm-blue);
	}
}
#my-products ul.product_list li .entry-meta .edit-link a,
#my-product_category ul.product_list li .entry-meta .edit-link a {
	float: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* 個別 */
#my-products article.single {
	padding-top: 0;
}
#my-products .image_switch {
}
#my-products .image_switch_img_wrapper {
	position: relative;
	overflow: hidden;
}
#my-products .image_switch_img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9999;
	text-align: center;
}
#my-products .image_switch_img:first-child {	/* 最初に表示する画像 == 1番目 */
	position: static;
}
#my-products .image_switch_thumb_wrapper {
	display: flex;
	gap: 0 2.5%;
}
#my-products .image_switch_thumb_wrapper .image_switch_thumb {
	position: relative;
	width: 18%;	/* サムネイルの幅 */
}
#my-products .image_switch_thumb_wrapper .image_switch_thumb img {
	width: 100%;
	cursor: pointer;
}
#my-products .image_switch_thumb_wrapper .image_switch_thumb .overlay {
	background-color: rgba(0,0,0,0.4);
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#my-products .image_switch_thumb_wrapper .image_switch_thumb.current .overlay {
	display: block;
}
@media (any-hover: hover) {
	#my-products .image_switch_thumb_wrapper .image_switch_thumb:hover .overlay {
		display: block;
	}
	#my-products .image_switch_thumb_wrapper .image_switch_thumb:not(.current):hover .overlay {
		cursor: pointer;
	}
}
#my-products article.single {
}
#my-products article.single .entry-content {
	width: var(--cpm-mid-wall-width);
	margin: 0 auto;
}
#my-products article.single .heading {
	border-bottom: var(--cpm-light-gray) 1px solid;
	line-height: 1.2;	/* 48px */
	font-size: 2.5rem;	/* 40px */
	font-weight: 100;
}
#my-products article.single .category {
	/* See #my-products ul.product_list li .category above */
}
#my-products article.single h1 {
	/* See also #my-products ul.product_list li .title above */
	border-bottom: 0;
	height: auto;
	padding: 0;
}
#my-products article.single .product_data_table,
#mechanicalparts_facts .subsection .content .material_table,
#standardizedparts_lists .subsection .partlist_table tbody,
.job_info_table {
	margin: 0;
}
#my-products article.single .product_data_table {
}
#my-products article.single .product_data_table th,
#mechanicalparts_facts .subsection .content .material_table th,
#standardizedparts_lists .subsection .partlist_table tbody th,
.job_info_table th {
/*	background-color: rgba(54,74,142,0.05);
 *	background-clip: content-box;
 */	/* KAZ: does no work on Mac Safari; see media query parts */
	color: var(--cpm-green);
	text-align: center;
}
#my-products article.single .product_data_table td {
}



/* Front Page Components
----------------------------------------------- */
#top_loading {	/* 2023.9 KAZ */
	background-color: var(--cpm-pale-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: var(--viewheight);
	line-height: 0;
	top: 0;
	left: 0;
	z-index: 99999;
}
.admin-bar #top_loading {	/* 2023.9 KAZ */
	height: calc(var(--viewheight) - var(--wp-admin-bar-height));
	top: var(--wp-admin-bar-height);
}
#top_motto {
	background-color: var(--cpm-dark-gray);
	position: relative;
	color: white;
}
#top_motto .video,
#top_motto .overlay {	/* 2023.9 KAZ */
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
#top_motto .video {	/* 2023.9 KAZ */
}
#top_motto .video video {	/* 2023.9 KAZ */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_motto .overlay {	/* 2023.9 KAZ */
/*	background-color: rgba(0,0,0,0.5); */
}
#top_motto .wall {
	position: relative;	/* 2023.9 KAZ */
}
#top_motto .en {
	font-weight: 100;
}
#top_motto .en .capital {
	color: var(--cpm-green);
	font-weight: 300;
}
#top_motto .en .prep {
	background-color: var(--cpm-green);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#top_motto .ja {
}
#top_motto .motivator {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: absolute;
	width: 17px;
	height: 100%;
	top: 0;
}
#top_motto .motivator .label {
	line-height: 17px;
	font-size: 0.875rem;	/* 14px */
	font-weight: 100;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#top_motto .motivator .bar {
	background-color: white;
	width: 1px;
	height: 120px;
}
#top_motto .motivator .bar::after {
	background-color: var(--cpm-green);
	display: block;
	width: 1px;
	content: '';
	animation: cpmScrollMotif 2s linear 6s infinite normal;
}
@keyframes cpmScrollMotif {
	0% { height: 0; }
	33% { height: 60px; margin-top: 0; }
	67% { height: 60px; margin-top: 60px; }
	100% { height: 0; margin-top: 120px; }
}
#top_concept {
}
#top_concept .right_wrapper {
}
#top_concept h2,
#aboutus_vision h2 span.outline,	/* KAZ */
section h2.outline {
	color: white;
	text-align: center;
	line-height: 1;
	text-shadow: 1px 1px 0px var(--cpm-green), -1px 1px 0px var(--cpm-green), 1px -1px 0px var(--cpm-green), -1px -1px 0px var(--cpm-green);
	margin-bottom: 0;
	mix-blend-mode: multiply;
}
/*#top_concept h2::first-letter {
 *	color: white;
 *}
 */
#top_concept h3 {
	color: var(--cpm-green);
	font-weight: 400;
}
#top_concept p, #top_service p {
	line-height: 2;
	text-align: justify;
}
#top_concept .link_wrapper {
}

#top_service {
	background: var(--cpm-pale-gray);
}
#top_service .wall {
	background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
	border-top-right-radius: 60px;
}
#top_service h2,
#top_service h2 .en::first-letter {	/* KAZ: added .en */
	color: white;
}
#top_service h2 .ja {
	color: var(--cpm-green);
	background: white;
}
#top_service p {
	color: white;
}
#top_service p .strong {
	font-size: 1.2rem;	/* 18px */
	line-height: 1.1rem;
}
#top_service ul {
	list-style: none;
	margin: 0;
}
#top_service ul > li {
}
#top_service ul > li, #top_service ul > li a {
	position: relative;
}
#top_service ul > li::before,
#top_service ul > li a span.inner::before {	/* KAZ: was a::before */
	content: "";
	display: inline-block;
}
#top_service ul > li::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	background-color: var(--cpm-dark-green);
	z-index: 1;
}
#top_service ul > li#service2::before {
	background-color: var(--cpm-blue);
}
#top_service ul > li#service3::before {
	background-color: var(--cpm-orange);
}
#top_service ul > li a {
	display: block;
	color: white;
}
@media (any-hover: hover) {
	#top_service ul > li a:hover {
		text-decoration: none;
	}
}
#top_service ul > li#service1 a {
	background: url(/images/img_solution1.jpg) no-repeat center / cover;	/* KAZ: was img_service1.jpg */
}
#top_service ul > li#service2 a {
	background: url(/images/img_solution2.jpg) no-repeat center / cover;	/* KAZ: was img_service2.jpg */
}
#top_service ul > li#service3 a {
	background: url(/images/img_solution3.jpg) no-repeat center / cover;	/* KAZ: was img_service3.jpg */
}
#top_service ul > li a::before,	/* KAZ: moved */
#top_service ul > li a span.inner,	/* KAZ */
#strength_intro .wrapper .wrap a::after {
	display: flex;	/* 2023.9 KAZ: was block */
	align-items: center;	/* 2023.9 KAZ */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#top_service ul > li a::before,	/* KAZ: moved */
#strength_intro .wrapper .wrap a::after {
	mix-blend-mode: multiply;	/* KAZ: was overlay */
	transition: all 0.3s ease-out;	/* KAZ: 0.4s */
	content: '';
}
#top_service ul > li a:before {	/* KAZ: was a::after */
	background-color: #AFBAC6;
}
#top_service ul > li a span.inner {
}
#top_service ul > li a span.inner::before {	/* KAZ: was a::before */
	border-radius: 50%;
}
#top_service ul > li#service1 a span.inner::before {	/* KAZ: was a::before */
	background: url(/images/arrow_service1.svg) no-repeat center / cover;	/* 2023.9 KAZ: removed white and added cover */
}
#top_service ul > li#service2 a span.inner::before {	/* KAZ: was a::before */
	background: url(/images/arrow_service2.svg) no-repeat center / cover;	/* 2023.9 KAZ: removed white and added cover */
}
#top_service ul > li#service3 a span.inner::before {	/* KAZ: was a::before */
	background: url(/images/arrow_service3.svg) no-repeat center / cover;	/* 2023.9 KAZ: removed white and added cover */
}
@media (any-hover: hover) {
	#top_service ul > li a:hover::before,
	#strength_intro .wrapper .wrap a:hover::after {	/* KAZ */
		opacity: 0.8;
	}
	#top_service ul > li#service1 a:hover::before,	/* KAZ: was a.hover::after */
	#strength_intro .wrapper .wrap#service1 a:hover::after {
		background-color: var(--cpm-green);
	}
	#top_service ul > li#service2 a:hover::before,	/* KAZ: was a.hover::after */
	#strength_intro .wrapper .wrap#service2 a:hover::after {
		background-color: var(--cpm-blue);
	}
	#top_service ul > li#service3 a:hover::before,	/* KAZ: was a.hover::after */
	#strength_intro .wrapper .wrap#service3 a:hover::after {
		background-color: var(--cpm-orange);
	}
	#top_service ul > li a:hover span.inner::before {	/* KAZ: was a.hover::before */
/*		transform: scale(1.25); */
		transition: all 0.3s ease-out;	/* KAZ: 0.4s */
	}
}

#top_products {
	background-color: var(--cpm-pale-gray);
}
#top_products::before {	/* KAZ: was .wall */
	background: white;
	border-top-right-radius: 60px;
	position: absolute;
	width: calc(50% + var(--cpm-wall-width) / 2);
	height: 100%;
	top: 0;
	left: 0;
	content: '';
}
#top_products > * {
	position: relative;
}
#top_products .wall {
	width: var(--cpm-semi-wall-width);	/* KAZ */
}
#product_slider,
#recruit_slider {
	position: relative;
}
#product_slider .inner,
#recruit_slider .inner,
#product_slider .inner .slick-list,
#recruit_slider .inner .slick-list {
	overflow: visible;
}
#product_slider .inner .slide {
}
#product_slider .inner .slide a {
	overflow: hidden;
	color: inherit;
}
@media (any-hover: hover) {
	#product_slider .inner .slide a:hover {
		text-decoration: none;
	}
}
#product_slider .inner .slide a .imgonly {
}
#product_slider .inner .slide a .imgonly img,
#recruit_slider .inner .slide img {
	width: 100%;
	object-fit: cover;
}
#product_slider .inner .slide a .category {
	background-color: white;
	border: var(--cpm-green) 1px solid;
	display: inline-block;
	color: var(--cpm-green);
	font-size: 0.9375rem;	/* 15px */
}
#product_slider .inner .slide a .title {
}
#product_slider .nav {
	position: absolute;
}
#product_slider .nav a.slick-arrow,
#recruit_slider .nav a.slick-arrow {
	background: var(--cpm-blue) linear-gradient(to bottom, var(--cpm-green), var(--cpm-gradient-blue));	/* 2023.9 KAZ: added color */
	border-radius: 50%;
	display: block;
	color: white;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
}
#product_slider .nav a.slick-arrow.slick-disabled,
#recruit_slider .nav a.slick-arrow.slick-disabled {
	cursor: default;
	opacity: 0.3;
}
@media (any-hover: hover) {
	#product_slider .nav a.slick-arrow:hover,
	#recruit_slider .nav a.slick-arrow:hover {
		text-decoration: none;
	}
	#product_slider .nav a.slick-arrow:not(.slick-disabled):hover,
	#recruit_slider .nav a.slick-arrow:not(.slick-disabled):hover {
		background: var(--cpm-blue);
	}
}
#product_slider .nav a.slick-prev,
#recruit_slider .nav a.slick-prev {
	float: left;
}
#product_slider .nav a.slick-next,
#recruit_slider .nav a.slick-next {
	float: right;
}

#top_recruit {
	background: linear-gradient(to bottom, var(--cpm-pale-gray) 50%, transparent 50% 100%);
}
#top_recruit h2 {
}
#top_recruit .wrapper {
	position: relative;
	line-height: 1.8;
	background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
	border-bottom-left-radius: 60px;
	margin-left: auto;
	margin-right: 0;
}
#top_recruit .wrapper a {
	color: white;
}
#top_recruit .wrapper a:hover {
	text-decoration: none;
}
#top_recruit p {
}
#top_recruit p, #top_recruit .more {
	color: white;
}
#top_recruit .more::before {
	background: url(/images/arrow_more_white.svg)no-repeat center /cover;
}
#top_recruit .more::after {
	background: white;
}

#top_news .wall {
	width: var(--cpm-semi-wall-width);
}
#top_news ul.news_list {
/*	width: 656px; */	/* 2023.9 KAZ: moved to media query */
	margin: 0;
}
#top_news ul.news_list li {
	/* See also article.list above */
	list-style-type: none;
/*	position: relative; */	/* 2023.9 KAZ: c/o */
	clear: both;
}

#top_image {
}


/* Fixed Page Components
----------------------------------------------- */
/* CPMとは ／ 当社の強み */
#strength_intro {
	background: url(/images/bg_top_concept4.png)no-repeat bottom right;
}
#strength_intro::after {
	content: "";
	display: block;
	width: 100%;
	background: var(--cpm-pale-gray);
}
#strength_intro h2 {
	text-align: center;
}
#strength_intro .message {
	color: var(--cpm-blue);
	font-size: 1.5rem;	/* 24px */
	font-weight: 600;
	text-align: center;
}
#strength_intro .message span, #strength_resolved h2 span.green {	/* 2023.11 KAZ: added .green */
	color: var(--cpm-green);
}
#strength_intro p {
	width: var(--cpm-mid-wall-width);
	line-height: 2;
	margin: 0 auto;
}
#strength_intro .wrapper {
	background: url(/images/bg_strengths_intro.png) no-repeat center;
	margin: 0 auto;
}
#strength_intro .wrapper .wrap {
	position: relative;
}
#strength_intro .wrapper .wrap .imgonly {
	height: auto;
}
#strength_intro .wrapper .wrap span.more {
	line-height: 1.625;
	margin: -10px auto 0;
}
#strength_intro .wrapper .wrap a {
	position: relative;
	display: block;
}
@media (any-hover: hover) {
	#strength_intro .wrapper .wrap a:hover {
		text-decoration: none;
	}
	#strength_intro .wrapper .wrap a:hover img {	/* KAZ: moved */
		opacity: 1;
	}
}
#strength_intro .wrapper .wrap a::after {
	background-color: transparent;
}
#strength_intro .wrapper .wrap .en {
	font-size: 3.125rem;	/* 50px */
	color: var(--cpm-green);
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translatex(-50%);
	z-index: 1;
}
#strength_intro .wrapper #service1 {
}
#strength_intro .wrapper #service2 {
}
#strength_intro .wrapper #service2 span.more {
	padding-top: 13px;
}
#strength_intro .wrapper #service2 .en {
	color: var(--cpm-blue);
}
#strength_intro .wrapper #service3 {
}
#strength_intro .wrapper #service3 .en {
	color: var(--cpm-orange);
}

#strength_reason {
	background: var(--cpm-pale-gray);
}
#strength_reason .wall {
	background: white;
}
#strength_reason .imgonly {
}
#strength_reason .descr_wrap {
	line-height: 2;
}
#strength_reason p {
}
#strength_reason p strong {
	font-size: 1.125rem;	/* 18px */
}

#strength_resolved , #strength_resolved_list {
	background: var(--cpm-pale-gray);
}
#strength_resolved {
}
#strength_resolved h2 {
	margin-left: -11px;	/* 2023.11 KAZ: added */
	margin-right: -11px;	/* 2023.11 KAZ: added */
	color: var(--cpm-blue);
	text-align: center;
}
/*#strength_resolved h2 span {
 *	color: var(--cpm-green);
 *}
 */	/* 2023.11 KAZ: c/o; duplicated */
#strength_resolved h2 span.inner {
	display: inline-block;	/* 2023.11 KAZ: added */
}
#strength_resolved h2::before, #strength_resolved h2::after {
	content: '';	/* 2023.11 KAZ: was url(/images/h2_line.svg) */
	background: url(/images/h2_line.svg) no-repeat center;	/* 2023.11 KAZ */
	display: inline-block;
	width: 40px;	/* 2023.11 KAZ: added */
	margin: 0 11px;
	vertical-align: text-bottom;	/* 2023.11 KAZ: was top */
}
#strength_resolved .wall {
	background: url(/images/img_resolved.png)no-repeat;
}
#strength_resolved ul {
	list-style: none;
	margin: 0;
}
#strength_resolved ul > li {
}
#strength_resolved p {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.777;
}
#strength_resolved p span {
	font-size: 1.5rem;	/* 24px */
}
#strength_resolved_list {
}
#strength_resolved_list .wall {
	background: white;
	border-bottom-left-radius: 60px;	/* 2023.10 KAZ: added #strength_resolved_example */
	overflow: hidden;
}
#strength_resolved_list .wrap {
}
#strength_resolved_list h3 {
}
#strength_resolved_list h3 .number {
	display: block;
	color: var(--cpm-blue);
	font-size: 1.5rem;	/* 24px */
	font-weight: 400;
}
#strength_resolved_list h3 .inner,
#strength_solution .wrapper h3 .inner {
	color: var(--cpm-green);
	border-bottom: solid 2px var(--cpm-light-gray);
	line-height: 1.687;
}
#strength_solution .wrapper h3 .inner small {
	font-weight: 400;
}
#strength_resolved_list .wrap > .imgonly {	/* 2023.9 KAZ: added > */
}
#strength_resolved_list .wrap:is(#resolved_list2, #resolved_list4) > .imgonly {	/* 2023.9 KAZ: added > */
}
#strength_resolved_list .wrap .detail_wrap {
}
#strength_resolved_list .wrap .detail_wrap p {
	line-height: 2;
}
#strength_resolved_list .wrap:is(#resolved_list2, #resolved_list4) .detail_wrap  {
}
#strength_resolved_list .wrap ul {
	list-style: none;
	margin: 0;
}
#strength_resolved_list .wrap ul > li {
	color: var(--cpm-blue);
	font-size: 1.125rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 0 16px;
}
#strength_resolved_list .wrap ul > li::before {
	content: "\f00c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1rem;
	text-align: center;
	color: white;
	background: var(--cpm-blue);
	min-width: 28px;
	min-height: 28px;
	line-height: 28px;
	border-radius: 50%;
}
#strength_resolved_list .wrap .table_wrap {
	clear: both;
/*	width: 900px; */	/* 2023.9 KAZ: moved to PC */
	padding-top: 30px;
	margin: 0 auto;
}
#strength_resolved_list .wrap .table_wrap h4 {
	font-weight: 400;
	display: flex;
	justify-content: space-between;
}
#strength_resolved_list .wrap .table_wrap h4 .inner {
	color: var(--cpm-blue);
	font-size: 1.25rem;	/* 20px */
}
#strength_resolved_list .wrap .table_wrap h4 .note {
	color: inherit;
	font-size: 0.875rem;	/* 14px */
}
#strength_resolved_list .wrap .table_wrap .imgonly {
/*	float: none !important; */	/* 2023.9 KAZ: c/o */
/*	width: 100% !important; */	/* 2023.9 KAZ: c/o */
}

#strength_resolved_list .voice_wrap {
	position: relative;
	border: solid 6px #d6f0fd;
	border-radius: 30px;
	margin: 0 auto;
}
#strength_resolved_list .voice_wrap h4 {
	color: white;
	background-color: var(--cpm-green);
	text-align: center;
	border-radius: 50%;
}
#strength_resolved_list .wrap .voice_wrap .imgonly {
/*	float: none !important; */	/* 2023.9 KAZ: c/o */
	margin-right: 0 !important;
}
#strength_resolved_list .wrap .voice_wrap ul {
	
}
#strength_resolved_list .wrap .voice_wrap ul > li {
	display: block;
	color: var(--cpm-blue);
	background-color: var(--cpm-light-green);
	font-weight: 400;
	line-height: 1.444;
	border-radius: 30px;
}
#strength_resolved_list .wrap .voice_wrap ul > li::before {
	content: none;
}
#strength_resolved_list .wrap .voice_wrap ul > li p {
	margin-bottom: 0;
}
#strength_resolved_list .wrap .voice_wrap ul > li p.strong {
	font-weight: 600;
}

#strength_resolved_list .wrap#resolved_list5 {
	background-color: var(--cpm-light-green);
	border-radius: 30px;
	margin: 0 auto;
}
#strength_resolved_list .wrap#resolved_list5 h3 {
	display: block;
	text-align: center;

}
#strength_resolved_list .wrap#resolved_list5 ul {
}
#strength_resolved_list .wrap#resolved_list5 ul > li {
	border-bottom: solid 1px var(--cpm-light-gray);
}

#strength_resolved_example {	/* 2023.10 KAZ: this section */
	background: var(--cpm-pale-gray);
}
#strength_resolved_example .wall {
	width: var(--cpm-semi-wall-width);
}
#strength_resolved_example h2 {
	text-align: center;
}
#strength_resolved_example .subsection {
}
#strength_resolved_example .subsection h3 {
	overflow: hidden;
	color: var(--cpm-orange);
	font-weight: normal;
}
#strength_resolved_example .subsection h3::after {
	border-top: var(--cpm-green) 1px solid;
	border-bottom: var(--cpm-green) 1px solid;
	display: inline-block;
	float: right;
	height: 6px;
	content: '';
}
#strength_resolved_example .subsection .content {
}
#strength_resolved_example .subsection .content h4 {
	border-left: var(--cpm-green) 4px solid;
	padding-left: 12px;
	color: var(--cpm-blue);
	font-weight: normal;
}
#strength_resolved_example .subsection .content p {
	margin-bottom: 0;
	line-height: 2;
}
#strength_resolved_example .subsection .content ul {
	line-height: 1.625;	/* 26px */
	color: var(--cpm-blue);
	font-weight: bold;
}
#strength_resolved_example .subsection .content ul li {
	list-style-type: none;
	margin-bottom: 12px;
	padding-left: 13px;
}
#strength_resolved_example .subsection .content ul li::before {
	background-color: var(--cpm-green);
	border-radius: 50%;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: -13px;
	margin-right: 6px;
	content: '';
	vertical-align: 3px;
}
#strength_resolved_example .subsection .subsection_images {
}
#strength_resolved_example .subsection .subsection_images img {
	object-fit: cover;
}

#strength_solution {
}
#strength_solution h2 {
	text-align: center;
}
#strength_solution .wrapper {
}
#strength_solution .wrapper .imgonly {
	width: var(--cpm-semi-wall-width);
	margin: 0 auto;
}
#strength_solution .wrapper .wall {
	background-color: var(--cpm-light-green);
	padding-left: calc((var(--cpm-wall-width) - var(--cpm-semi-wall-width)) / 2);	/* 2023.9 KAZ: moved */
	padding-right: calc((100% - var(--cpm-semi-wall-width)) / 2);	/* 2023.9 KAZ: moved */
}
#strength_solution .wrapper#solution2 .wall {
	padding-left: calc((100% - var(--cpm-semi-wall-width)) / 2);	/* 2023.9 KAZ: moved  */
	padding-right: calc((var(--cpm-wall-width) - var(--cpm-semi-wall-width)) / 2);	/* 2023.9 KAZ */
}
#strength_solution .wrapper p {
	line-height: 2;
	margin-bottom: 0;
}
#strength_solution .wrapper .linkwrap {
}
#strength_solution .wrapper .linkwrap a.linkbtn {
}
#strength_solution .wrapper .descr_wrap {
	clear: both;
	background-color: white;
	border-radius: 20px;
}
#strength_solution .wrapper .descr_wrap h4 {
	color: var(--cpm-green);
	text-align: center;
	font-size: 1.25rem;	/* 20px */
}


/* CPMとは ／ 会社概要 */
#aboutus_vision {
}
#aboutus_vision .wall,
#aboutus_qualitypolicy .wall,
#aboutus_profile .wall,
#aboutus_access .wall,
#aboutus_history .wall {
	width: var(--cpm-semi-wall-width);
}
#aboutus_vision .wall {
	animation: none !important;	/* 2023.9 KAZ: does not work with mix-blend-mode: multiply */
	visibility: visible !important;
}
#aboutus_vision h2,
#aboutus_qualitypolicy h2,
#aboutus_qualitygoal h2,
#aboutus_environment h2,
#aboutus_sdgs h2,
#aboutus_health h2,
#aboutus_childcare h2,
#aboutus_access h2,
#aboutus_history h2 {
	text-align: center;
}
#aboutus_vision h2 {
}
#aboutus_vision h2 span.outline {
	font-weight: 500;
}
#aboutus_vision h2 span.outline::first-letter {
	color: inherit;
}
#aboutus_vision h2 .inner {
	position: relative;
}
#aboutus_vision .descr,
#aboutus_qualitypolicy .descr,
#aboutus_qualitygoal .goal {
	color: var(--cpm-blue);
	text-align: center;
}
#aboutus_qualitypolicy {
	background: url(/images/triangle_bottom_right_pale_gray.svg) no-repeat right bottom;
	z-index: 1;	/* 2023.9 KAZ */
}
#aboutus_qualitygoal,
#aboutus_environment,
#aboutus_sdgs,
#aboutus_health,
#aboutus_childcare,
#aboutus_greetings {
	background-color: var(--cpm-pale-gray);
}
#aboutus_qualitypolicy .photo {
	position: relative;
	z-index: 1;
}
#aboutus_qualitygoal {
}
#aboutus_qualitygoal .wall,
#aboutus_sdgs .wall,
#aboutus_childcare .wall {
	width: var(--cpm-mid-wall-width);
}
#aboutus_qualitygoal h3,
#aboutus_environment h3,
#aboutus_access .offices .office h3 {
	color: var(--cpm-blue);
	font-weight: normal;
}
#aboutus_qualitygoal h3 {
	margin-bottom: 20px;
}
#aboutus_qualitygoal h3::before,
#aboutus_environment h3::before,
#aboutus_access .offices .office h3::before {
	background-color: var(--cpm-blue);
	display: inline-block;
	width: 30px;
	height: 1px;
	margin-right: 14px;
	vertical-align: middle;
	content: '';
}
#aboutus_qualitygoal table.pseudo_ol,
#aboutus_environment table.pseudo_ol {
}
#aboutus_qualitygoal table.pseudo_ol th,
#aboutus_environment table.pseudo_ol th {
	color: var(--cpm-green);
	font-family: Roboto, sans-serif;	/* Jost in design */
	line-height: 1.3333;	/* 32px */
	font-size: 1.5rem;	/* 24px */
}
#aboutus_qualitygoal table.pseudo_ol th,
#aboutus_qualitygoal table.pseudo_ol td {
	vertical-align: middle;
}
#aboutus_qualitygoal table.pseudo_ol td,
#aboutus_environment table.pseudo_ol td .text {
	line-height: 1.625;	/* 26px */
}
#aboutus_qualitygoal .imgonly,
#aboutus_environment .imgonly,
#aboutus_sdgs .imgonly,
#aboutus_health .imgonly,
#aboutus_childcare .imgonly {
	text-align: center;
}
#aboutus_qualitygoal .imgonly {
	margin-top: 40px;
}
#aboutus_environment {
}
#aboutus_environment .wall,
#aboutus_health .wall,
#aboutus_greetings .wall {
	background-color: white;
}
#aboutus_environment h2 {
}
#aboutus_environment h3 {
	margin-bottom: 12px;
}
#aboutus_environment .descr,
#aboutus_sdgs .descr,
#aboutus_health .descr,
#aboutus_childcare .descr {
	line-height: 2;	/* 32px */
}
#aboutus_environment table.pseudo_ol {
}
#aboutus_environment table.pseudo_ol th,
#aboutus_environment table.pseudo_ol td {
	padding: 16px 0 15px;
}
#aboutus_environment table.pseudo_ol th {
}
#aboutus_environment table.pseudo_ol td {
}
#aboutus_environment table.pseudo_ol td .title {
	margin-bottom: 10px;
	line-height: 2;	/* 32px */
	font-weight: bold;
}
#aboutus_environment .logo {
}
#aboutus_environment .twoimages {
	display: flex;
}
#aboutus_environment .twoimages img,
#aboutus_sdgs .imgonly img,
#aboutus_health .imgonly img,
#aboutus_childcare .imgonly img {
	border: var(--cpm-medium-gray) 1px solid;
}
#aboutus_sdgs {
}
#aboutus_sdgs .descr,
#aboutus_health .descr,
#aboutus_childcare .descr {
	margin-bottom: 36px;
}
#aboutus_health {
}
#aboutus_childcare {
}
#aboutus_greetings {
}
#aboutus_health .wall {
	padding-left: calc(var(--cpm-wall-width) / 2 - var(--cpm-mid-wall-width) / 2);
	padding-right: calc(50% - var(--cpm-mid-wall-width) / 2);
}
#aboutus_greetings .heading {
	position: relative;
}
#aboutus_greetings .heading .imgonly {
	border-top-left-radius: 60px;
	overflow: hidden;
}
#aboutus_greetings .heading h2 {
	position: absolute;
	right: 0;
}
#aboutus_greetings .heading h2 .inner {
	display: block;
}
#aboutus_greetings .heading .title,	/* 2023.10 KAZ: was #aboutus_greetings .message .title */
#aboutus_greetings .message .signature {
	color: var(--cpm-green);
}
#aboutus_greetings .heading .title {	/* 2023.10 KAZ */
	position: absolute;
	line-height: 1;
	letter-spacing: 0.1em;
	text-shadow: 0 0 10px white, 0 0 9px white, 0 0 8px white, 0 0 7px white, 0 0 6px white, 0 0 5px white, 0 0 4px white, 0 0 3px white, 0 0 2px white, 0 0 1px white;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#aboutus_greetings .heading .title::before {	/* 2023.10 KAZ: was #aboutus_greetings .message .title::before */
	background-color: var(--cpm-green);
	box-shadow: 0 0 10px 5px rgba(255,255,255,0.6);	/* 2023.10 KAZ */
	display: inline-block;
	width: 2px;	/* 2023.10 KAZ: was 54px */
/*	height: 1px; */
/*	vertical-align: 9px; */
	content: '';
}
#aboutus_greetings .heading .title span.koto {	/* 2023.10 KAZ */
	display: inline-block;
	margin-top: -0.5em;
}
#aboutus_greetings .message {
	margin-left: calc(100% - (var(--cpm-wall-width) + var(--cpm-mid-wall-width)) / 2);
	margin-right: calc((var(--cpm-wall-width) - var(--cpm-mid-wall-width)) / 2);
}
#aboutus_greetings .message p {
	line-height: 2;	/* 32px */
	margin-bottom: 4em;
}
#aboutus_greetings .message .signature {
	line-height: 1;
	text-align: right;
}
#aboutus_middle {
}
#aboutus_profile {
}
#aboutus_profile .profile_table {
	margin-bottom: 0;
	line-height: 1.625;	/* 26px */
}
#aboutus_profile .profile_table th {
	color: var(--cpm-green);
}
#aboutus_profile .profile_table td {
}
#aboutus_access {
	background-color: var(--cpm-light-green);
}
#aboutus_access h2 {
}
#aboutus_access .offices {
	display: flex;
}
#aboutus_access .offices .office {
}
#aboutus_access .offices .office h3 {
	/* See above */
}
#aboutus_access .offices .office .imgonly {
}
#aboutus_access .offices .office .address {
	line-height: 2;	/* 32px */
}
#aboutus_access .offices .office .address a.map {
	color: var(--cpm-light-blue);
	text-decoration: underline;
}
#aboutus_access .offices .office .address a.map::after {
	display: inline-block;
	margin-left: 6px;
	vertical-align: -5px;
	content: url(/images/icon_mappin.svg);
}
#aboutus_history {
	background: url(/images/triangle_top_left_light_green.svg) no-repeat left top, url(/images/triangle_bottom_right_light_green.svg) no-repeat right bottom;
}
#aboutus_history h2 {
}
#aboutus_history .heading {
	display: flex;
}
#aboutus_history .heading .legend {
}
#aboutus_history .heading .legend.cpm {
}
#aboutus_history .heading .legend.world {
}
#aboutus_history .decade {
	line-height: 1;
	color: var(--cpm-blue);
	font-size: 1.375rem;	/* 22px */
}
#aboutus_history .decade .inner {
	display: inline-block;
	position: relative;
}
#aboutus_history .decade .inner::before {
	background-color: var(--cpm-light-gray);
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 4px;
	left: 0;
	content: ''
}
#aboutus_history .decade .inner .text {
	position: relative;
}
#aboutus_history .decade .inner .text .number {
	font-size: 2.5rem;	/* 40px */
	font-weight: 300;
}
#aboutus_history .diagram {
	position: relative;
}
#aboutus_history .diagram::before {
	background-color: var(--cpm-green);
	display: block;
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	content: '';
}
#aboutus_history .diagram .event {
	position: relative;
	margin-bottom: 21px;
}
#aboutus_history .diagram .event.cpm {
	border-bottom: var(--cpm-green) 1px solid;
}
#aboutus_history .diagram .event.world {
	border-bottom: var(--cpm-orange) 1px solid;
	border-right: var(--cpm-orange) 4px solid;
}
#aboutus_history .diagram .event::after {
	background-color: white;
	border-radius: 50%;
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -11px;
	content: '';
}
#aboutus_history .diagram .event.cpm::after {
	border: var(--cpm-green) 4px solid;
}
#aboutus_history .diagram .event.world::after {
	border: var(--cpm-orange) 4px solid;
}
#aboutus_history .diagram .event .year {
	line-height: 1.0833;	/* 26px */
	font-size: 1.5rem;	/* 24px */
	font-weight: 300;
}
#aboutus_history .diagram .event.cpm .year {
	color: var(--cpm-green);
}
#aboutus_history .diagram .event.world .year {
	color: var(--cpm-orange);
}
#aboutus_history .diagram .event .descr {
	line-height: 1.625;	/* 26px */
}
#aboutus_history .diagram .event .twoimages {
	display: flex;
	justify-content: space-between;
}
#aboutus_bottom {
}


/* 事業案内 共通 */
section.service_intro {
}
section.service_intro h2,
section.service_menu h2,
#standardizedparts_lists h2,
#recruit_job_info .subsection h3 {
	font-weight: normal;
	text-align: center
}
section.service_intro h2 {
}
section.service_intro h2 .inner {
}
section.service_intro .mainvisual {
	text-align: center
}
section.service_intro .mainvisual img {
	max-width: var(--cpm-semi-wall-width);
}
section.service_intro .content {
	width: var(--cpm-mid-wall-width);
	margin: 0 auto;
	line-height: 2;	/* 32px */
}
section.service_intro .content .heading {
	font-weight: bold;
}
section.service_intro .content .descr {
}
section.service_menu {
	background-color: var(--cpm-pale-gray);
}
section.service_menu {
}
section.service_menu .wall {
	margin: 0 auto;
}
section.service_menu h2,
#standardizedparts_lists h2,
#recruit_job_info .subsection h3 {
	color: var(--cpm-green);
}
section.service_menu h2::before,
section.service_menu h2::after,
#standardizedparts_lists h2::before,
#standardizedparts_lists h2::after,
#recruit_job_info .subsection h3::before,
#recruit_job_info .subsection h3::after {
	background-color: var(--cpm-light-gray);
	display: inline-block;
	width: 40px;
	height: 2px;
	vertical-align: middle;
	content: '';
}
section.service_menu ul.service_list {
	/* See #my-products ul.product_list above */
}
section.service_menu ul.service_list li {
	/* See also #my-products ul.product_list li above */
	background-color: white;
}
section.service_menu ul.service_list li a > br {	/* WP inserted br */
	display: none;
}
section.service_menu ul.service_list li .imgonly {
	margin-bottom: 5px;
}
section.service_menu ul.service_list li .title,
section.service_menu ul.service_list li .example {
	border-bottom: var(--cpm-light-gray) 1px solid;
}
section.service_menu ul.service_list li .title {
	/* See also #my-products ul.product_list li .title above */
	display: flex;
	align-items: center;
	min-height: 69px;
	margin-bottom: 8px;
}
section.service_menu ul.service_list li .title small {
	font-size: 1rem;	/* 16px */
}
section.service_menu ul.service_list li .example {
	/* See also #my-products ul.product_list li .usage-title above */
	margin-bottom: 4px;
	padding-bottom: 5px;
	color: var(--cpm-blue);
}
section.service_menu ul.service_list li .descr {
	/* See also #my-products ul.product_list li .usage-title above */
}
section.service_menu ul.service_list li .btn_line {
}
section.service_menu ul.service_list li .btn_line a.more {
	/* See #my-products ul.product_list li .btn_line a.more above */
}


/* 事業案内 ／ 機械要素部品 */
#my-mechanicalparts section.service_intro .mainvisual {
	background: linear-gradient(to bottom, transparent 0% 146px, var(--cpm-green) 146px 100%);
}
#mechanicalparts_facts {
	background-color: var(--cpm-pale-gray);
	position: relative;
}
#mechanicalparts_facts::before {
	background: white;
	border-top-right-radius: 60px;
	position: absolute;
	width: calc(50% + var(--cpm-wall-width) / 2);	/* KAZ: was + 603px */
	top: 0;
	left: 0;
	content: '';
}
#mechanicalparts_facts > * {
	position: relative;
}
#mechanicalparts_facts .wall {
	width: var(--cpm-semi-wall-width);
}
#mechanicalparts_facts .subsection {
}
#mechanicalparts_facts .subsection h2,
#standardizedparts_equipment h2 {	/* 2023.11 MTL KAZ: added */
	background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
	border-top-left-radius: 30px;
	margin-bottom: 0;
	color: white;
	font-weight: normal;
}
#mechanicalparts_facts .subsection .content,
#standardizedparts_equipment .content {	/* 2023.11 MTL KAZ: added */
	background-color: var(--cpm-light-green);
}
#mechanicalparts_facts .subsection .content.textonly {
	line-height: 2;	/* 32px */
}
#mechanicalparts_facts .subsection .content table,
#mechanicalparts_facts .subsection .content ul.equipment_list,
#standardizedparts_equipment .equipment_table,	/* 2023.11 MTL KAZ: added */
#standardizedparts_lists .subsection .partlist_table,
.job_info_table {
	line-height: 1.625;	/* 26px */
}
#mechanicalparts_facts .subsection .content .material_table {
}
#mechanicalparts_facts .subsection .content .material_table th {
	/* See #my-products article.single .product_data_table th above */
}
#mechanicalparts_facts .subsection .content .material_table td {
}
#mechanicalparts_facts .subsection .content ul.equipment_list {
	border-bottom: var(--cpm-light-gray) 1px solid;
	margin: 0;
}
#mechanicalparts_facts .subsection .content ul.equipment_list li {
	list-style-type: none;
	border-top: var(--cpm-light-gray) 1px solid;
	padding: 15px 0 15px 30px;
}
#mechanicalparts_facts .subsection .content ul.equipment_list li::before {
	display: inline-block;
	width: 30px;
	margin-left: -30px;
	color: var(--cpm-green);
	font-size: 10px;
	content: '●';
}
#mechanicalparts_facts .subsection .content .imgonly {
	display: flex;
}
#mechanicalparts_facts .subsection .content .imgonly img {
}
#mechanicalparts_facts .subsection .content h3,
#standardizedparts_equipment .content h3 {	/* 2023.11 MTL KAZ: added */
	border-left: var(--cpm-green) 4px solid;
	line-height: 1.6;	/* 32px */
	color: var(--cpm-blue);
	font-size: 1.25rem;	/* 20px */
}
#mechanicalparts_facts .subsection .content .equipment_table_wrapper {
	/* 2023.11 MTL KAZ: moved to #standardizedparts_equipment .content .equipment_table_wrapper */
}


/* 事業案内 ／ 組み込み受託 */
#my-contractassembly section.service_intro .mainvisual {
	background: linear-gradient(to bottom, transparent 0% 146px, var(--cpm-blue) 146px 100%);
}
#contractassembly_experience {
	background-color: var(--cpm-pale-gray);
}
#contractassembly_experience::before {
	background: white;
	border-top-right-radius: 60px;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
#contractassembly_experience > * {
	position: relative;
}
#contractassembly_experience h2 {
	font-weight: normal;
}
#contractassembly_experience h2 .inner {
	background-color: var(--cpm-green);
	border-bottom-left-radius: 20px;
	display: inline-block;
	color: white;
}
#contractassembly_experience .imgonly {
}
#contractassembly_experience .imgonly img {
	border-bottom-left-radius: 60px;
}
#contractassembly_experience .wall {
}
#contractassembly_experience .heading,
#contractassembly_experience .descr {
	line-height: 1.7778;	/* 32px */
	font-size: 1.125rem;	/* 18px */
}
#contractassembly_experience .heading {
	margin-bottom: 40px;
	font-weight: bold;
}
#contractassembly_experience .descr {
}
#contractassembly_experience .btn_line {
}
#contractassembly_experience .btn_line a.linkbtn {
}

/* 事業案内 ／ 規格品の調達 */
#my-standardizedparts section.service_intro .mainvisual {
	background: linear-gradient(to bottom, transparent 0% 146px, var(--cpm-orange) 146px 100%);
}
section.service_intro .content .subcontent {
}
section.service_intro .content .subcontent .imgonly {
}
section.service_intro .content .subcontent h3,
#standardizedparts_lists .subsection h3,
h3.label {	/* 2023.11 Aki */
	border-left: var(--cpm-green) 4px solid;
	color: var(--cpm-blue);
	font-weight: normal;
}
section.service_intro .content .subcontent h3 {
}
section.service_intro .content .subcontent .descr {
}
section.service_intro .content .subcontent .descr p {
}

/* 2023.11 MTL Aki */
h3.label {
	background-color: var(--cpm-light-green);
	padding-top: 4px;
	padding-bottom: 5px;
}
#tandardizedparts_quality {
}
section:is(#tandardizedparts_quality, #standardizedparts_inspection) .wall {
	width: var(--cpm-semi-wall-width);
}
section:is(#tandardizedparts_quality, #standardizedparts_inspection)  .descr {
	line-height: 2;
	margin: 0 auto;
}
#tandardizedparts_quality .descr p {
}
#tandardizedparts_quality ul {
	display: flex;
	flex-wrap: wrap;
}
#tandardizedparts_quality ul > li {
	position: relative;
}
#tandardizedparts_quality ul > li .imgonly {
}
#tandardizedparts_quality ul > li p {
	color: white;
	background-color: var(--cpm-green);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3px 0 4px 7px;
	margin-bottom: 0;
}
#standardizedparts_inspection {
}
#standardizedparts_inspection ul.image {
}
#standardizedparts_inspection ul.image > li {
}
#standardizedparts_inspection ul.image > li:first-child {
}
#standardizedparts_inspection .case {
	background-color: var(--cpm-light-green);
	border-radius: 10px;
}
#standardizedparts_inspection .case h3 {
	color: white;
	background-color: var(--cpm-green);
	text-align: center;
	border-radius: 10px 10px 0 0;
}
#standardizedparts_inspection .case .wrapper {
}
#standardizedparts_inspection .case .wrapper .wrap {
}
#standardizedparts_inspection .case h4 {
	display: inline-block;
	width: 100%;
	background-color: white;
	border-top: solid 1px var(--cpm-green);
	border-bottom: solid 1px var(--cpm-green);
	padding: 6px 0 6px 44px;	/* 2023.11 KAZ: ChkHTML; was 1px 0 1px 8px */
}
#standardizedparts_inspection .case h4 :is(.en, .ja) {
	display: inline-block;	/* 2023.11 KAZ: ChkHTML */
	vertical-align: top;	/* 2023.11 KAZ: ChkHTML; was middle */
}
#standardizedparts_inspection .case h4 .en {
	width: 36px;	/* 2023.11 KAZ: ChkHTML */
	margin-left: -36px;	/* 2023.11 KAZ: ChkHTML */
	line-height: 1;	/* 2023.11 KAZ: ChkHTML */
	color: var(--cpm-blue);
	font-size: 1.5rem;	/* 24px */
	font-weight: 400;
}
#standardizedparts_inspection .case h4 .ja {
/*	padding-left: 10px; */	/* 2023.11 KAZ: ChkHTML; c/o */
	color: var(--cpm-green);
	font-size: 1.125rem;	/* 18px */
}
#standardizedparts_inspection .case h4 small {
	font-size: 1rem;
	font-weight: 400;
}
#standardizedparts_inspection .case .wrapper .wrap ul {
}
#standardizedparts_inspection .case .wrapper .wrap ul > li {
	line-height: 1.5;
	padding-bottom: 11px;
}
#standardizedparts_inspection .case .wrapper .wrap ul > li::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: var(--cpm-green);
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}

#standardizedparts_equipment {	/* 2023.11 MTL KAZ: moved from #mechanicalparts_facts .subsection */
}
#standardizedparts_equipment .wall {
	width: var(--cpm-semi-wall-width);
}
#standardizedparts_equipment h2 {
	/* See #mechanicalparts_facts .subsection h2 above */
}
#standardizedparts_equipment .content {
	/* See #mechanicalparts_facts .subsection .content above */
}
#standardizedparts_equipment .content h3 {
	/* See #mechanicalparts_facts .subsection .content h3 above */
}
#standardizedparts_equipment .content h3:first-of-type {
	margin-top: 0;	/* 2023.11 MTL KAZ */
}
#standardizedparts_equipment .content .equipment_table_wrapper {
}
#standardizedparts_equipment .content .equipment_table {
	border-bottom: white 2px solid;
}
#standardizedparts_equipment .content .equipment_table tbody {
	background-color: white;
}
#standardizedparts_equipment .content .equipment_table th,
#standardizedparts_equipment .content .equipment_table td {
	border-top: 0;
}
#standardizedparts_equipment .content .equipment_table th {
	font-weight: bold;
}
#standardizedparts_equipment .content .equipment_table th:not(:first-child),
#standardizedparts_equipment .content .equipment_table td {
	border-left: white 2px solid;
/*	width: 278px; */
}
#standardizedparts_equipment .content .equipment_table td:nth-child(4) {
	text-align: center;	/* 2023.11 MTL KAZ */
}
#standardizedparts_equipment .content .equipment_table thead th {
	background-color: var(--cpm-green);
	padding: 7px 0;
	color: white;
	text-align: center;
}
#standardizedparts_equipment .content .equipment_table tbody th,
#standardizedparts_equipment .content .equipment_table td {
	padding: 7px 20px;	/* 2023.11 MTL KAZ: was 7px 36px */
}
#standardizedparts_equipment .content .equipment_table tbody tr:nth-child(odd) th,
#standardizedparts_equipment .content .equipment_table tr:nth-child(odd) td {
	background-color: rgba(220,220,220,0.2);
}
#standardizedparts_equipment .content .equipment_table tbody tr:nth-child(even) th,
#standardizedparts_equipment .content .equipment_table tr:nth-child(even) td {
	background-color: rgba(220,220,220,0.5);
}
#standardizedparts_equipment .content .equipment_table tbody th {
}
#standardizedparts_equipment .content .equipment_table td {
}

#standardizedparts_lists {
	background-color: var(--cpm-pale-gray);
}
#standardizedparts_lists h2 {
	/* See also section.service_menu h2 above */
}
#standardizedparts_lists h2::before,
#standardizedparts_lists h2::after {
}
.tab_menu_wrapper {
	position: relative;
	margin: 0 auto 40px;
}
.tab_menu_wrapper a.pseudoselect,
.tab_menu_wrapper ul.tab_menu {
	border: var(--cpm-light-gray) 1px solid;
	border-radius: 10px;
}
.tab_menu_wrapper a.pseudoselect,
.tab_menu_wrapper ul.tab_menu li {
	font-size: 1.125rem;	/* 18px */
}
.tab_menu_wrapper a.pseudoselect,
.tab_menu_wrapper ul.tab_menu li a {
	padding: 0 40px;
	color: inherit;
}
.tab_menu_wrapper a.pseudoselect {
	background: white url(/images/triangle_down.svg) no-repeat right 25px center;
	display: block;
	line-height: 62px;
	cursor: default;
}
.tab_menu_wrapper ul.tab_menu {
	background-color: white;
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	padding: 5px 0;
}
.tab_menu_wrapper.opened ul.tab_menu {
	display: block;
}
.tab_menu_wrapper ul.tab_menu li {
	list-style-type: none;
	line-height: 54px;
}
.tab_menu_wrapper ul.tab_menu li a {
	display: block;
	text-wrap: nowrap;
}
.tab_menu_wrapper ul.tab_menu li.ui-tabs-active a {
}
@media (any-hover: hover) {
	.tab_menu_wrapper a.pseudoselect:hover,
	.tab_menu_wrapper ul.tab_menu li a:hover {
		text-decoration: none;
	}
	.tab_menu_wrapper ul.tab_menu li a:hover {
		background-color: var(--cpm-green);
		color: white;
	}
}
#standardizedparts_lists .subsection {
}
#standardizedparts_lists .subsection::before {
	background: white;
	border-top-right-radius: 60px;
	position: absolute;
	width: calc(50% + var(--cpm-wall-width) / 2);	/* KAZ: was + 603px */
	height: 100%;
	top: 0;
	left: 0;
	content: '';
}
#standardizedparts_lists .subsection > * {
	position: relative;
}
#standardizedparts_lists .subsection .wall {
	width: var(--cpm-semi-wall-width);
}
#standardizedparts_lists .subsection h3 {
}
#standardizedparts_lists .subsection .partlist_table {
	/* See #my-products article.single .product_data_table above */
}
#standardizedparts_lists .subsection .partlist_table thead th {
	border-top: 0;
}
#standardizedparts_lists .subsection .partlist_table tbody th,
#standardizedparts_lists .subsection .partlist_table tbody td {
	vertical-align: middle;
}
#standardizedparts_lists .subsection .partlist_table tbody th {
	/* See #my-products article.single .product_data_table th above */
}
#standardizedparts_lists .subsection .partlist_table tbody td {
}
#standardizedparts_lists .bottom-image {
}
#standardizedparts_lists .bottom-image img {
	width: 100%;
	object-fit: cover;
}

/* 採用情報 */
#recruit_message {
}
#recruit_message .wall {
	animation: none !important;	/* 2023.9 KAZ: does not work with mix-blend-mode: multiply */
	visibility: visible !important;
}
#recruit_message h2 {
	font-weight: 500;	/* 2023.9 KAZ: missing */
}
#recruit_message p {
	width: var(--cpm-mid-wall-width);
	line-height: 2;
	margin: 0 auto;
}
#recruit_message::after, #recruit_staff::before {
	content: "";
	display: block;
	position: absolute;
}
#recruit_message::after {
	background-color: white;
	border-top-right-radius: 60px;
	width: calc(50% + var(--cpm-wall-width) / 2);
	margin: 0;
	left: 0;
	bottom: 0;
}
#recruit_staff {
	background: var(--cpm-pale-gray);
}
#recruit_staff::before {
	left: 50%;
	transform: translatex(-50%);
}
#recruit_staff .wall {
	background-color: white;
	border-top-right-radius: 0;
	padding-left: 0;	/* KAZ */
	padding-right: 0;	/* KAZ */
}
#recruit_staff h2,
#recruit_gallery h2,
#recruit_job_info h2 {
	text-align: center;
}
#recruit_staff h2 {
	position: absolute;	/* KAZ */
	width: var(--cpm-wall-width);	/* KAZ */
	left: calc(100% - var(--cpm-wall-width));	/* 2023.9 KAZ: was calc(50% - var(--cpm-wall-width) / 2) */
}
#recruit_staff .staff_wrap {
	position: relative;
}
#recruit_staff .staff_wrap .name_wrap {
	background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
	border-bottom-left-radius: 40px;
	width: 100%;	/* KAZ: was calc(50% + 603.5px) */
/*	position: absolute; */
/*	top: 0; */
	margin-left: calc(100% - var(--cpm-wall-width));	/* KAZ */
	color: white;
}
#recruit_staff .staff_wrap .name_wrap .division {
	border: solid 1px;
	display: inline-block;
}
#recruit_staff .staff_wrap .name_wrap .name {
}
#recruit_staff .staff_wrap .staff_img {
}
#recruit_staff .staff_wrap ul {
	list-style: none;
	margin: 0;
}
#recruit_staff .staff_wrap ul > li {
}
#recruit_staff .staff_wrap ul > li p.ttl {
	color: var(--cpm-blue);
}
#recruit_staff .staff_wrap ul > li p.ttl::before {
	background-color: var(--cpm-blue);
	display: inline-block;
	width: 30px;
	height: 1px;
	margin-right: 14px;
	vertical-align: middle;
	content: '';
}
#recruit_staff .staff_wrap ul > li p.descr {
	line-height: 2;
}
#recruit_staff .staff_wrap .illust {
}
#recruit_gallery {
	background-color: var(--cpm-light-green);
}
#recruit_gallery h2 {
}
#recruit_slider {
	/* See also front page's #product_slider above */
}
#product_slider .inner {
}
#product_slider .inner .slide {
}
#recruit_slider .nav {
	position: relative;
	width: 144px;
}
#recruit_slider .nav::after {
	background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	content: '';
}
#recruit_job_info {
}
#recruit_job_info .wall {
	width: var(--cpm-semi-wall-width);
}
#recruit_job_info h2 {
}
#recruit_job_info .subsection {
}
#recruit_job_info .subsection h3 {
	/* See section.service_intro h2 and section.service_menu h2 above */
}
#recruit_job_info .subsection .notfound {
	border-top: var(--cpm-light-gray) 1px solid;
	border-bottom: var(--cpm-light-gray) 1px solid;
	line-height: 1.6;	/* 32px */
	font-size: 1.25rem;	/* 20px */
	text-align: center;
}
.job_info_table {
	/* See also #my-products article.single .product_data_table above */
	border-bottom: var(--cpm-light-gray) 1px solid;
}
#recruit_job_info .subsection .job_info_table {
	width: 100%;
}
.job_info_table th,
.job_info_table td {	/* Aki */
	border-top: var(--cpm-light-gray) 1px solid;	/* KAZ: was 0 */
/*	border-bottom: var(--cpm-light-gray) 1px solid; */
}
.job_info_table th {
	/* See #my-products article.single .product_data_table th above */
}
#recruit_job_info .subsection .job_info_table th a {
}
.job_info_table td {
}
#recruit_entry {
	background: url(/images/recruit_entry_bg.jpg) no-repeat center / cover;
	position: relative;
	color: white;
	text-align: center;
}
#recruit_entry::before,
#recruit_entry .inner {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#recruit_entry::before {
	background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
	opacity: 0.8;
	transition: background 0.3s ease-out;
	content: '';
}
@media (any-hover: hover) {
	#recruit_entry:hover::before {
		background: linear-gradient(to right, var(--cpm-blue), var(--cpm-gradient-blue));
	}
}
#recruit_entry .inner {
}
#recruit_entry .inner h2 {
}
#recruit_entry .inner h2 img {
	vertical-align: middle;
}
#recruit_entry .inner .descr {
}
#recruit_entry .inner .descr a,
#recruit_entry .inner .descr span.sptel {
	font-weight: bold;
}
#recruit_entry .inner .descr a,
#recruit_entry .inner .arrow a {
	color: inherit;
}
#recruit_entry .inner .descr a {
}
#recruit_entry .inner .arrow {
	transition: all 0.3s ease-out;
}
#recruit_entry .inner .arrow a {
	border: white 1px solid;
	border-radius: 50%;
}
@media (any-hover: hover) {
	#recruit_entry .inner .arrow a:hover {
		text-decoration: none;
	}
}
/* 募集要項 */
.single-job_info article.single {
	width: var(--cpm-semi-wall-width);
}
.single-job_info article.single .job_info_table tr:first-child th,
.single-job_info article.single .job_info_table tr:first-child td {
	border-top: 0;	/* 2023.9 KAZ */
}


/* お問い合わせ */
#my-contact .intro {
	width: var(--cpm-mid-wall-width);
	margin: 0 auto;
	line-height: 2;	/* 32px */
}
#my-contact .urgent {
	background-color: var(--cpm-light-green);
	text-align: center;
}
#my-contact .urgent .message {
	color: var(--cpm-red);
	font-weight: bold;
}
#my-contact .urgent .heading,
#my-contact .urgent .phone .sptel,
#thanks_main .notice .phone .sptel {
	color: var(--cpm-blue);
}
#my-contact .urgent .heading {
	margin-bottom: 2px;
	line-height: 1.4444;	/* 26px */
	font-size: 1.125rem;	/* 18px */
	font-weight: bold;
}
#my-contact .urgent .phone,
#thanks_main .notice .phone {
	line-height: 1.2;	/* 48px */
}
#my-contact .urgent .phone {
	margin-bottom: 17px;
}
#my-contact .urgent .phone .sptel,
#thanks_main .notice .phone .sptel {
	display: inline-block;
}
#my-contact .urgent .phone .sptel::before,
#thanks_main .notice .phone .sptel::before {
	display: inline-block;
	margin-right: 10px;
	content: url(/images/icon_handset.svg);
}
#my-contact .urgent .phone .sptel {
}
#my-contact .urgent .btn_line {
}
#my-contact .urgent .btn_line a.linkbtn {
	background: var(--cpm-red);
	display: inline-block;
	text-align: left;
}
@media (any-hover: hover) {
	#my-contact .urgent .btn_line a.linkbtn:hover {
		background: var(--cpm-blue);
	}
}
#contact_main {
}
#contact_main .wall,
#thanks_main .wall {
	width: var(--cpm-mid-wall-width);
}
#contact_main .wall {
}
#contact_main h2 {
	color: var(--cpm-green);
	font-weight: normal;
	text-align: center;
}
#contact_main h2::before,
#contact_main h2::after {
	background-color: var(--cpm-light-gray);
	display: inline-block;
	width: 40px;
	height: 2px;
	vertical-align: middle;
	content: '';
}
#contact_main .wpcf7-form {
}
#contact_main .wpcf7-form .wpcf7-list-item-label::before,
#contact_main .wpcf7-form .wpcf7-list-item-label::after {
	content: none;
}
#contact_main .wpcf7-form input[type=radio],
#contact_main .wpcf7-form input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	vertical-align: -4px;
}
#contact_main .wpcf7-form input[type=text],
#contact_main .wpcf7-form input[type=email],
#contact_main .wpcf7-form textarea {
	line-height: 1.5;	/* 24px */
}
#contact_main .wpcf7-form textarea {
	height: 260px;
}
#contact_main .wpcf7-form p.confirm-error,
#contact_main .wpcf7-form p.confirm-message {
	display: none;
	line-height: 1.7778;	/* 32px */
	font-size: 1.125rem;	/* 18px */
	text-align: center;
}
#contact_main .wpcf7-form p.confirm-error {
	color: var(--cpm-red);
}
#contact_main .wpcf7-form p.confirm-message {
	color: var(--cpm-green);
}
#contact_main .wpcf7-form p.fieldline {
	border-top: var(--cpm-light-gray) 1px solid;
	position: relative;	/* 2023.9 KAZ */
	margin: 0;
}
#contact_main .wpcf7-form p.fieldline.last {
	border-bottom: var(--cpm-light-gray) 1px solid;
}
#contact_main .wpcf7-form p.fieldline span.title,
#contact_main .wpcf7-form p.fieldline span.field,
#contact_main .wpcf7-form p.fieldline span.field span.fieldnote,
#contact_main .wpcf7-form p.fieldline span.field span.subfield {
	display: block;
}
#contact_main .wpcf7-form p.fieldline span.title {
	line-height: 26px;
	font-weight: bold;
}
#contact_main .wpcf7-form p.fieldline span.title span.required,
#contact_main .wpcf7-form p.fieldline span.title span.optional,
#contact_main .wpcf7-form .accept_line span.required {	/* Aki added */
	border-radius: 6px;
	display: inline-block;
	width: 50px;
	margin-right: 12px;
	color: white;
	font-weight: normal;
	text-align: center;
}
#contact_main .wpcf7-form p.fieldline span.title span.required,
.accept_line span.required {	/* Aki added */
	background-color: var(--cpm-green);
}
#contact_main .wpcf7-form p.fieldline span.title span.optional {
	background-color: var(--cpm-dark-gray);	/* #555555 in design */
}
#contact_main .wpcf7-form p.fieldline span.field {
	line-height: 2;	/* 32px */
}
#contact_main .wpcf7-form p.fieldline span.field .wpcf7-form-control.wpcf7-radio {
	background-color: var(--cpm-pale-gray);
	border: var(--cpm-pale-gray) 1px solid;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;	/* 24px */
}
#contact_main .wpcf7-form p.fieldline.error span.field .wpcf7-form-control.wpcf7-radio,
#contact_main .wpcf7-form p.fieldline.error span.field input[type=text],
#contact_main .wpcf7-form p.fieldline.error span.field input[type=email],
#contact_main .wpcf7-form p.fieldline.error span.field textarea {
	border-color: var(--cpm-red);
}
#contact_main .wpcf7-form p.fieldline span.field .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
#contact_main .wpcf7-form .privacy .accept_line .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
#contact_main .wpcf7-form p.fieldline span.field span.fieldnote,
#contact_main .wpcf7-form p.note {
	padding-left: 1.25em;
}
#contact_main .wpcf7-form p.fieldline span.field span.fieldnote {
	font-size: 0.875rem;	/* 14px */
}
#contact_main .wpcf7-form p.fieldline span.field span.fieldnote::before,
#contact_main .wpcf7-form p.note::before {
	display: inline-block;
	width: 1.25em;
	margin-left: -1.25em;
	content: '※';
}
#contact_main .wpcf7-form p.fieldline span.field span.subfield {
}
#contact_main .wpcf7-form p.fieldline span.field span.subfield span.label {
}
#contact_main .wpcf7-form p.fieldline span.field span.subfield .wpcf7-form-control-wrap {
	display: block;
}
#contact_main .wpcf7-form p.fieldline span.field span.subfield.zip .wpcf7-form-control-wrap-confirm::before {
	content: '〒';
}
/*#contact_main .wpcf7-form p.accept_line {
 *}
 *#contact_main .wpcf7-form p.accept_line a {
 *	color: var(--cpm-light-blue);
 *	text-decoration: underline;
 *}
 */
#contact_main .wpcf7-form .privacy_wrapper {
	border: solid 1px var(--cpm-light-gray);
	overflow-y: auto;
	height: 200px;
/*	padding: 30px; */	/* KAZ: moved to media query */
}
#contact_main .wpcf7-form .privacy_wrapper h3 {	/* KAZ */
	color: var(--cpm-green);
	text-align: center;
}
#contact_main .wpcf7-form .accept_line p {
	margin-bottom: 0;
	padding: 30px 0;
	text-align: center;
}
#contact_main .wpcf7-form p.buttons-area,
#contact_main .wpcf7-form p.buttons-area-confirm {
	text-align: center;
}
#contact_main .wpcf7-form p.buttons-area {
	display: flex;
}
#contact_main .wpcf7-form p.buttons-area button.button-rewrite {
	background: white;
	border: var(--cpm-medium-gray) 1px solid;
	color: var(--cpm-dark-gray);
	text-align: right;
}
#contact_main .wpcf7-form p.buttons-area button.button-rewrite::after {
	background-image: url(/images/arrow_rewrite.svg);
}
@media (any-hover: hover) {
	#contact_main .wpcf7-form p.buttons-area button.button-rewrite:hover {
		background: var(--cpm-light-gray);
		border-color: var(--cpm-light-gray);
	}
	#contact_main .wpcf7-form p.buttons-area button.button-rewrite:hover::after {
		background-image: url(/images/arrow_rewrite_hover.svg);
	}
}
#contact_main .wpcf7-form p.buttons-area-confirm {
}
#contact_main .wpcf7-form p.note {
	/* See also #contact_main .wpcf7-form p.fieldline span.field span.fieldnote above */
	margin-bottom: 32px;
	line-height: 2;	/* 32px */
}
#contact_main .wpcf7-form p.note:last-of-type {
	margin-bottom: 0;
}
#contact_main .wpcf7-form p.note::before {
	/* See #contact_main .wpcf7-form p.fieldline span.field span.fieldnote::before above */
}
.accept_line {
	position: relative;
}
form.wpcf7-form .accept_line span.wpcf7-form-control-wrap .error-messages {
/*	display: inline-block;
 *	position: absolute;
 *	top: 2rem;
 *	left: 1rem;
 */	/* 2023.9 KAZ: c/o */
	margin: 9px 0 0;	/* 2023.9 KAZ: instead */
}

#thanks_main {
}
#thanks_main .wall {
	text-align: center;
}
#thanks_main h1 {
	line-height: 1.5;	/* 36px */
	color: var(--cpm-green);
	font-size: 1.5rem;	/* 24px */
}
#thanks_main .message {
	line-height: 2;	/* 32px */
}
#thanks_main .notice {
	background-color: var(--cpm-light-green);
	border-radius: 30px;
	margin-bottom: 40px;
}
#thanks_main .notice .heading {
}
#thanks_main .notice .phone {
	/* See also #my-contact .urgent .phone above */
	margin-bottom: 16px;
}
#thanks_main .notice .phone .sptel {
}
#thanks_main .notice .hours {
	line-height: 1.625;	/* 26px */
}
#thanks_main .btn_line {
}
#thanks_main .btn_line a.linkbtn {
	display: inline-block;
	text-align: left;
}




/* General breakpoint for PC */
@media print, screen and (min-width: 768px) {
	.sponly {
		display: none !important;
	}

	/* Structure */
	body,
	#masthead {
		min-width: var(--cpm-min-width);	/* KAZ: was 1190px */
	}
	body {
	}
	section h2 {
	}
	.page-title .en,
	section h2 .en {
		font-size: 5rem;	/* 80px */
		line-height: 1.28;
	}
	a.linkbtn, button.linkbtn {
		border-radius: 32px;	/* KAZ */
		height: 64px;
		font-size: 1.125rem;	/* 18px */
		line-height: 64px;
		padding: 0 12px 0 33px;
	}
	a.linkbtn {
		width: 340px;
	}
	button.linkbtn {
		width: 280px;
	}
	a.more {
	}
	a.linkbtn::after, button.linkbtn::after {
		width: 44px;
		height: 44px;
		right: 12px;
		top: 10px;
	}
	a.more::after {
	}

	/* Header */
	#masthead {
	}
	#branding.bgwhite #masthead {
		background-color: white;
	}
	#headlogo {
		width: 276px;
		height: var(--cpm-header-height);	/* 2023.9 KAZ: was 63px */
		padding-top: 10px;	/* 2023.9 KAZ: was 8px; 2023.9 Aki added */
		margin-left: 40px;
	}
	.page-title .ja {
		font-size: 1.375rem;	/* 22px */
	}

	/* MENU */
	#headmenu ul:not(.submenu_panel) {
		display: flex !important;
		justify-content: end;
		gap: 0 30px;
	}
	#headmenu ul li {
	}
	#headmenu > ul > li {
		position: relative;	/* 2023.9 KAZ */
	}
	#headmenu ul li a,
	#headmenu > ul > li > .nolink {	/* KAZ */
		display: inline-block;
		padding-top: 13px;
		padding-bottom: 9px;
		text-align: center;
	}
	#headmenu > ul > li > a,
	#headmenu > ul > li > .nolink {
		border-bottom: transparent 2px solid;	/* KAZ */
		height: var(--cpm-header-height);	/* KAZ */
	}
	@media (any-hover: hover) { 
		#headmenu ul li a:hover {
			text-decoration: none;
		}
		#headmenu > ul > li:not(.contact) > a:hover {
			border-bottom: solid 2px var(--cpm-blue);
		}
	}
	#headmenu ul li a.current {
		text-decoration: none;
	} 
	#headmenu > ul > li > a .en,
	#headmenu > ul > li > .nolink .en {	/* KAZ */
		display: block;
		line-height: 1.2;	/* 24px; KAZ */
		color: #555555;
		font-size: 1.25rem;	/* 20px */
		font-weight: 300;	/* KAZ: moved */
	}
	#my-top #branding:not(.bgwhite) #headmenu > ul > li > a .en,
	#my-top #branding:not(.bgwhite) #headmenu > ul > li > .nolink .en {	/* KAZ */
		color: white;
/*		font-weight: 300; */
	}
	#headmenu > ul > li > a .ja,
	#headmenu > ul > li > .nolink .ja {	/* KAZ */
		color: var(--cpm-green);
		font-size: 0.9375rem;	/* 15px */
	}
	#headmenu > ul > li.contact > a {
		background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
		border-bottom: 0;	/* KAZ */
		border-bottom-left-radius: 30px;
		padding: 13px 45px 11px;
	}
	#headmenu > ul > li.contact > a .en,
	#headmenu > ul > li.contact > a .ja {
		color: white;
	}
	@media (any-hover: hover) { 
		#headmenu > ul > li.contact > a:hover {
			background: var(--cpm-blue);
		}
	}
	#headmenu ul li ul.submenu_panel {
		background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
		border-radius: 20px;
		display: none;	/* 2023.9 KAZ: was !important */
		position: absolute;
		left: calc(50% - 122px);	/* 2023.9 KAZ */
		margin: 0;
		padding: 15px 32px;	/* KAZ: was 20px 32px */
		opacity: 0;	/* 2023.9 KAZ */
	}
/*	#headmenu ul li:hover ul.submenu_panel {
 *		display: block !important;
 *	}
 */	/* 2023.9 KAZ: use javascript in script.js */
	#headmenu ul li ul.submenu_panel li {
		border-bottom: solid 1px transparent;
		position: relative;
		margin-bottom: 10px;	/* KAZ */
	}
	#headmenu ul li.company ul.submenu_panel li {
		min-width: 200px;
	}
	#headmenu ul li.service ul.submenu_panel li {
		min-width: 244px;
	}
	#headmenu ul li ul.submenu_panel li a {
		color: white;
		padding-bottom: 5px;
	}
	#headmenu ul li ul.submenu_panel li a::before {
		background-color: white;
	}
	#headmenu ul li ul.submenu_panel li a::after {
/*		background: url(/images/arrow_menu.svg); Aki c/o */
		content: "→";	/* 2023.9 Aki added */
		background-color: white;	/* 2023.9 Aki added */
		border-radius: 50%;	/* 2023.9 Aki added */
		width: 24px;
		height: 24px;
		line-height: 24px;	/* 2023.9 Aki added */
		color: var(--cpm-blue);	/* 2023.9 Aki added */
	}
	@media (any-hover: hover) { 
		#headmenu ul li ul.submenu_panel li a:hover {
			border-bottom: 0 !important;
		}
		#headmenu ul li ul.submenu_panel li:hover {
			border-color: var(--cpm-blue);
		}
		#headmenu ul li ul.submenu_panel li:hover a::after {
/*			background: url(/images/arrow_menu_hover.svg); Aki c/o */
			color: white;	/* 2023.9 Aki added */
			background-color: var(--cpm-blue);	/* 2023.9 Aki added */
		}
	}

	.page-header {
		height: 420px;
	}
	.page-title {
		padding-top: 145px;
	}

	/* Content */

	/* Footer */
	#ft_contact {
		background: url(/images/bg_ft_contact.png) no-repeat left bottom / 100% 540px;	/* 2023.9 KAZ: position-y was top 68px */
		width: calc(50% + var(--cpm-wall-width) / 2);	/* KAZ: was + 603.5px */
		margin-bottom: 34px;	/* 2023.9 KAZ */
		padding-bottom: 51px;	/* 2023.9 KAZ: was 100px; Aki was 85px */
	}
	#ft_contact::before {
		width: 10px;
		height: 540px;	/* 2023.9 KAZ: moved and was 100% */
/*		top: 68px; */
		bottom: 0;
	}
	#ft_contact .wall {
/*		margin-left: calc((100% - var(--cpm-semi-wall-width)) / 2 + 150.875px); */
		margin-right: 0;	/* KAZ */
	}
	#ft_contact h2 {
/*		text-align: center; Aki moved */
	}
	#ft_contact .descr {
		width: var(--cpm-mid-wall-width);
		line-height: 2;
		padding: 25px 0 32px;	/* 2023.9 KAZ: bottom was 35px */
		margin: 0 auto;
	}
	#ft_contact .wrapper {
		display: flex;
		justify-content: center;
		gap: 0 32px;
	}
	#ft_contact .wrapper .panel {
		width: 484px;	/* 2023.9 KAZ: was 50% */
/*		max-width: 484px; */
		height: 266px;	/* 2023.9 KAZ */
		padding: 37px 0 0;	/* 2023.9 KAZ: was 32px 50px 16px */
	}
	#ft_contact .wrapper .panel::before {
/*		top: 0; Aki moved */
		width: 80px;
		height: 10px;
	}
	#ft_contact h3 {
		font-size: 1.25rem;	/* 20px */
	}
	#ft_contact .wrapper .panel p {
		font-size: 3.125rem;	/* 50px */
		padding-top: 60px;
	}
	#ft_contact .wrapper .panel p .small {
		font-size: 2.5rem;	/* 40px */
	}
	#ft_contact .wrapper .panel .link_wrapper {
		padding-top: 25px;
	}
	#ft_contact .wrapper .panel .link_wrapper a.linkbtn {
/*		margin-bottom: 13px; */
		margin: 0 auto 13px;	/* 2023.9 KAZ */
	}
	.ft_colored {
/*		height: 250px; Aki moved */
	}
	#colophon .wall {
		overflow: hidden;
		padding: 60px 0;
	}
	#ft_keyword .wall {
		padding: 30px 0 45px;
	}
	.ft_wrap_left {
		float: left;
		border-right: solid 4px var(--cpm-green);
		padding-right: 37px;
	}
	#ft_hour {
		padding-top: 5px;
	}
	#ft_add_honsha {
		padding-top: 45px;
	}
	#ft_add_hata {
		padding: 25px 0;
	}
	#ft_links {
	}
	#ft_links ul:not(.submenu_panel) {
		gap: 40px 52px;
		padding-top: 25px;
		padding-left: 40px;
	}
	#ft_links ul li a {
	}
	#ftlinks ul li ul.submenu_panel a::before {
		background-color: #c0c0c0;
	}
	#ft_copyright {
		padding-bottom: 18px;
		font-size: 0.75rem;	/* 12px; 2023.9 KAZ: ChkHTML; moved */
	}


	/* Common entries */
	h2.label {
		line-height: 1.5882;	/* 54px */
		font-size: 2.125rem;	/* 34px */
	}
	h2.label .inner {
		border-bottom-left-radius: 20px;
		padding: 0 24px;
	}


	/* Blog Page Components */
	#my-blog #content, #my-products #content {
		padding-bottom: 130px;
	}
	#content nav {
		padding-top: 62px;
	}
	#content nav .nav_wrap {
		gap: 0 204px;
		padding-top: 45px;
	}
	#content nav .totop a.linkbtn {
		width: 280px;
	}

	ul.categories {
		padding: 110px 0 10px;
	}
	ul.categories > li {
		width: 140px;	/* 2023.9 KAZ */
	}
	ul.categories > li a {
/*		min-width: 140px; */
	}
	article.list,
	#top_news ul.news_list > li {
	}
	article.list {
/*		padding: 18px 0; Aki moved */
/*		padding-left: 20px; */	/* 2023.9 KAZ: moved */
		padding-top: 6px;	/* 2023.9 KAZ */
	}
	article.list a,
	#top_news ul.news_list li a {
		padding: 10px 20px;	/* 2023.9 KAZ */
	}
	article.list .categories,
	article.single .categories,
	#top_news ul.news_list .categories {
		margin-right: 20px;	/* 2023.9 KAZ */
	}
	article.list .date,
	article.single .date,
	#top_news ul.news_list li .date {
/*		padding-left: 20px; */	/* 2023.9 KAZ: c/o */
	}
/*	article.list::before,
 *	#top_news ul.news_list > li::before {
 *		display: block;
 *		position: absolute;
 *		width: 100%;
 *		height: calc(100% - 20px);
 *		top: 10px;
 *		left: 0;
 *		content: "";
 *		transition: all 0.3s ease-out;
 *	}
 *	@media (any-hover: hover) {
 *		article.list:hover::before,
 *		#top_news ul.news_list > li:hover::before {
 *			background-color: var(--cpm-pale-gray);
 *		}
 *	}
 */	/* 2023.9 KAZ: c/o */

	article.single {
		padding-top: 109px;
	}
	article.single h1 {
		font-size: 1.5rem;	/* 24px */
	}
	article.single .entry-content {
		padding-top: 35px;
	}
	article.single .entry-content img {
		margin-bottom: 40px;
	}
	article.single .entry-content p {
		padding: 0 calc((var(--cpm-blog-wall-width) - var(--cpm-mid-wall-width)) / 2);
	}

	/* Product Page Components */
	/* 共通 */
	#my-products #content,
	#my-product_category #content {
		padding: 110px 0 125px;
	}

	/* アーカイブ */
	#my-products.archive h2,
	#my-product_category h2 {
	}
	#my-products .intro,
	#my-product_category .intro {
		width: var(--cpm-mid-wall-width);
		margin: 34px auto 108px;
	}
	#my-products .intro p,
	#my-product_category .intro p {
		margin-bottom: 40px;
	}
	#my-products .content-wrapper,
	#my-product_category .content-wrapper {
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	#my-products .category_menu,
	#my-product_category .category_menu {
		background-color: var(--cpm-light-green);
		width: 280px;
		padding: 34px 20px 0;
	}
/*----- old code; 2023.9 KAZ
	#my-products .category_menu ul.parents,
	#my-product_category .category_menu ul.parents {
	}
	#my-products .category_menu ul.parents > li,
	#my-product_category .category_menu ul.parents > li {
		margin-bottom: 34px;
	}
	#my-products .category_menu ul.parents > li .parent,
	#my-product_category .category_menu ul.parents > li .parent {
		border-bottom: var(--cpm-light-gray) 1px solid;
		margin-bottom: 10px;
		color: var(--cpm-blue);
		line-height: 2.9;	/ * 58px * /
		font-size: 1.25rem;	/ * 20px * /
	}
	#my-products .category_menu ul.parents > li ul.children,
	#my-product_category .category_menu ul.parents > li ul.children {
		display: block !important;	/ * win over jQuery-inserted style * /
		line-height: 1.625;	/ * 26px * /
	}
	#my-products .category_menu ul.parents > li ul.children li,
	#my-product_category .category_menu ul.parents > li ul.children li {
	}
	#my-products .category_menu ul.parents > li ul.children li a,
	#my-product_category .category_menu ul.parents > li ul.children li a {
		padding: 9px 20px 9px 35px;
	}
-----*/
	#my-products .category_menu ul li,
	#my-product_category .category_menu ul li {	/* 2023.9 KAZ */
		line-height: 2.9;	/* 58px */
		font-size: 1.25rem;	/* 20px */
	}
	#my-products .category_menu ul li a,
	#my-product_category .category_menu ul li a {	/* 2023.9 KAZ */
		color: var(--cpm-medium-gray);
	}
	#my-products .category_menu ul li.current a,
	#my-product_category .category_menu ul li.current a {	/* 2023.9 KAZ */
		color: var(--cpm-blue);
	}
	@media (any-hover: hover) {
		#my-products .category_menu ul li a:hover,
		#my-product_category .category_menu ul li a:hover {	/* 2023.9 KAZ */
			color: var(--cpm-blue);
			text-decoration: none;
		}
	}
	#my-products .content-wrapper .subwrapper,
	#my-product_category .content-wrapper .subwrapper {
		width: 656px;
	}
	#my-products .category_name,
	#my-product_category .category_name {
		margin-bottom: 26px;
		padding: 14px 0;
		font-size: 1.375rem;	/* 22px */
	}
	#my-products ul.product_list,
	#my-product_category ul.product_list,
	section.service_menu ul.service_list {
		align-items: stretch;
		gap: 40px 32px;
	}
	#my-products ul.product_list li,
	#my-product_category ul.product_list li,
	section.service_menu ul.service_list li {
		position: relative;	/* 2023.9 KAZ */
		padding-bottom: 76px;	/* 2023.9 KAZ */
	}
/*	#my-products ul.product_list li > a,
 *	#my-product_category ul.product_list li > a,
 *	section.service_menu ul.service_list li > a {
 *		position: relative;
 *		height: 100%;
 *		padding-bottom: 76px;
 *	}
 */	/* 2023.9 KAZ: c/o */
	#my-products ul.product_list li .btn_line,
	#my-product_category ul.product_list li .btn_line,
	section.service_menu ul.service_list li .btn_line {
		position: absolute;
		bottom: 21px;
		right: 21px;
	}

	/* 個別 */
	#my-products article.single {
	}
	#my-products .image_switch {
		margin-bottom: 59px;
	}
	#my-products .image_switch_img_wrapper {
		margin-bottom: 24px;
	}
	#my-products .image_switch_thumb_wrapper {
	}
	#my-products article.single {
	}
	#my-products article.single .entry-content {
	}
	#my-products article.single .heading {
		margin-bottom: 25px;
	}
	#my-products article.single .category {
	}
	#my-products article.single h1 {
		margin-bottom: 26px;
	}
	#my-products article.single .product_data_table {
		line-height: 2;	/* 32px */
	}
	#my-products article.single .product_data_table th,
	#my-products article.single .product_data_table td,
	#mechanicalparts_facts .subsection .content .material_table th,
	#mechanicalparts_facts .subsection .content .material_table td,
	#standardizedparts_lists .subsection .partlist_table tbody th,
	#standardizedparts_lists .subsection .partlist_table tbody td,
	.job_info_table th,
	.job_info_table td {
		vertical-align: middle;
		height: 82px;	/* min-height does not work */
	}
	#my-products article.single .product_data_table th,
	#mechanicalparts_facts .subsection .content .material_table th,
	#standardizedparts_lists .subsection .partlist_table tbody th,
	.job_info_table th {
		background: linear-gradient(180deg, transparent 0px 16px, rgba(54,74,142,0.05) 16px calc(100% - 16px), transparent calc(100% - 16px) 100%);
		padding: 16px 0;
	}
	#my-products article.single .product_data_table th,
	#mechanicalparts_facts .subsection .content .material_table th {
		width: 226px;
	}
	#my-products article.single .product_data_table th {
	}
	#my-products article.single .product_data_table td {
		padding: 12px 0 12px 32px;
	}


	/* Front Page Components */
	#top_loading {	/* 2023.9 KAZ */
	}
	#top_loading img {	/* 2023.9 KAZ */
		width: 210px;
	}
	#top_motto {
	}
	#top_motto .video,
	#top_motto .overlay,
	#top_motto .wall {	/* 2023.9 KAZ */
		height: 768px;
	}
	#top_motto .wall {
/*		height: 768px; */
		padding-top: 266px;
	}
	#top_motto .en {
		margin-bottom: 20px;
		line-height: 1.1059;	/* 94px */
		font-size: 5.3125rem;	/* 85px */
	}
	#top_motto .en .capital {
	}
	#top_motto .en .prep {
		border-bottom-left-radius: 10px;
		width: 81px;
		height: 36px;
		line-height: 36px;
		font-size: 2.0625rem;	/* 33px */
	}
	#top_motto .ja {
		line-height: 2;	/* 36px */
		font-size: 1.125rem;	/* 18px */
	}
	#top_motto .motivator {
		right: 40px;
	}
	#top_motto .motivator .label {
	}
	#top_motto .motivator .bar {
	}
	#top_motto .motivator .bar::after {
	}
	#top_concept {
		background: url(/images/bg_top_concept1.png)no-repeat top 143px right -170px, url(/images/bg_top_concept2.png)no-repeat bottom 50px left -19px , url(/images/bg_top_concept3.png)no-repeat bottom 137px left calc(50% + 210px), url(/images/bg_top_concept4.png)no-repeat bottom right;
		padding-bottom: 435px;
	}
	#top_concept .right_wrapper {
		padding: 50px 80px 0 698px;
	}
	#top_concept .imgonly {
		width: 616px;
		float: left;
		margin-top: -25px;
	}
	#top_concept h2 {
		font-size: 16.25rem;	/* 260px */
		padding: 32px 0 0;
	}
	#top_concept h3 {
		display: inline-block;
		font-size: 2rem;	/* 32px */
		margin-bottom: 20px;
	}
	#top_concept p {
		margin-bottom: 40px;
	}
	#top_concept .link_wrapper {
	}
	#top_concept .link_wrapper a.linkbtn {
		width: 280px;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: 10px;
	}
	#top_service {
/*		background: linear-gradient(to right, var(--cpm-green), var(--cpm-gradient-blue));
		border-top-right-radius: 60px; Aki moved to .wall */
		background: url(/images/bg_service1.svg)no-repeat left bottom, url(/images/bg_service2.png)no-repeat center bottom -50px var(--cpm-pale-gray);
		padding-bottom: 455px;
		margin-top: -110px;
	}
	#top_service .wall {
		width: calc(50% + var(--cpm-wall-width) / 2 - 105px);	/* Aki */
		padding-left: calc(50% - var(--cpm-wall-width) / 2);	/* Aki */
		padding-top: 110px;
		padding-bottom: 65px;
	}
	#top_service h2 {
	}
	#top_service h2 .ja {
	}
	#top_service .wrap {
		width: 398px;
		padding-top: 10px;
	}
	#top_service p {
		padding-bottom: 25px;
	}
	#top_service ul {
		position: absolute;
		top: 110px;
		left: calc(50% - 177.5px); /* was calc(50% - 70.5px) */
	}
	#top_service ul > li {
	}
	#top_service ul > li::before {
		width: 10px;
		height: 80px;
	}
	#top_service ul > li a {
		position: relative;
		font-size: 1.75rem;	/* 28px */
		width: 753px;
		height: 260px;	/* KAZ */
		line-height: 260px;
/*		padding-left: 42px; */
	}
	#top_service ul > li a span.inner {	/* KAZ */
		padding-left: 42px;
	}
	#top_service ul > li a span.inner::before {	/* KAZ: was a::before */
		width: 64px;
		height: 64px;
		margin-right: 28px;
		vertical-align: -21px;	/* KAZ: was middle */
	}
	@media (any-hover: hover) {
/*		#top_service ul > li a:hover::after,
 *		#strength_intro .wrapper .wrap a:hover::after {
 *			content: "";
 *			display: block;
 *			position: absolute;
 *			width: 100%;
 *			height: 100%;
 *			top: 0;
 *			left: 0;
 *			mix-blend-mode: overlay;
 *			transition: 0.4s;
 *		}
 *		#top_service ul > li#service1 a:hover::after,
 *		#strength_intro .wrapper .wrap#service1 a:hover::after {
 *			background-color: var(--cpm-green);
 *		}
 *		#top_service ul > li#service2 a:hover::after,
 *		#strength_intro .wrapper .wrap#service2 a:hover::after {
 *			background-color: var(--cpm-blue);
 *		}
 *		#top_service ul > li#service3 a:hover::after,
 *		#strength_intro .wrapper .wrap#service3 a:hover::after {
 *			background-color: var(--cpm-orange);
 *		}
 */	/* KAZ: moved */
		#top_service ul > li a:hover span.inner::before {	/* KAZ: was a:hover::before */
/*			transform: scale(1.25); */
			width: 80px;
			height: 80px;
			margin-left: -8px;
			margin-right: 20px;
			vertical-align: -29px;
/*			transition: 0.4s; */
		}
	}
	#top_service ul > li#service1 a {
	}
	#top_service ul > li#service2 a {
	}
	#top_service ul > li#service3 a {
	}

	#top_products {
		height: 722px;	/* KAZ */
	}
	#top_products::before {
	}
	#top_products .wall {
		padding-top: 105px;
		padding-bottom: 30px;	/* KAZ: was 110px */
	}
	#top_products a.more {
		position: absolute;
		top: 181px;
		right: 0;	/* KAZ: was 103px */
	}
	#product_slider {
	}
	#product_slider .inner {
		width: 860px;
		margin-left: calc(50% - 516px);	/* 500 + 16 */
	}
	#product_slider .inner .slide {
/*		width: 430px; */	/* overridden by slick */
		padding: 0 16px;
	}
	#product_slider .inner .slide a {
		width: 398px;
/*		min-height: 440px; */
	}
	#product_slider .inner .slide a .imgonly {
		margin-bottom: 20px;
	}
	#product_slider .inner .slide a .imgonly img {
		height: 265px;
	}
	#product_slider .inner .slide a .category {
		margin-bottom: 10px;
		padding: 0 24px;
		line-height: 24px;
	}
	#product_slider .inner .slide a .title {
	}
	#product_slider .nav {
		width: 872px;
		top: 110px;
		left: calc(50% - 522px);	/* 500 + 22 */
	}
	#product_slider .nav a.slick-arrow,
	#recruit_slider .nav a.slick-arrow {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}

	#top_recruit {
		padding: 100px 0;
	}
	#top_recruit h2 {
		text-align: center;
	}
	#top_recruit .imgonly {
		margin-top: 30px;
	}
	#top_recruit .wrapper {
		position: relative;
		width: calc(50% + 242.5px);
/*		font-size: 1.25rem;	/* 20px *
*		display: flex;
*		gap: 0 115px;
*		padding: 32px 0 20px 54px;
*		margin-top: -55px; Aki moved */
	}
	#top_recruit .wrapper a {
		font-size: 1.25rem;	/* 20px */
		display: flex;
		gap: 0 115px;
		padding: 32px 0 20px 54px;
		margin-top: -55px;
	}
	#top_recruit .wrapper a::before {
		display: block;
		position: absolute;
		border-bottom-left-radius: 60px;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		transition: background-color 0.3s ease-out;
		content: "";
	}
	@media (any-hover: hover) {
		#top_recruit .wrapper:hover a::before {
			background-color: rgba(255,255,255,0.3);
		}
		#top_recruit .wrapper:hover .more::before,
		#top_recruit .more:hover::before {
			background: url(/images/arrow_menu.svg) no-repeat center / cover;
		}
	}
	#top_recruit p {
	}
	#top_recruit .more {
	}

	#top_news {
		padding-bottom: 120px;
	}
	#top_news .wall {
		display: flex;
		justify-content: space-between;
	}
	#top_news a.more {
		margin-top: 62px;
	}
	#top_news .left_wrap {
	}
	#top_news ul.news_list {
		width: 656px;	/* 2023.9 KAZ: moved */
	}
	#top_news ul.news_list li {
		/* See article.list above */
/*		padding: 18px 0 22px 17px; */	/* 2023.9 KAZ: c/o; Aki added 17px */
	}
/*	#top_news ul.news_list li::before {
 *	}
 *	#top_news ul.news_list li :is(.date, .title) {
 *		position: relative;
 *		z-index: 1;
 *	}
 *	@media (any-hover: hover) {
 *		#top_news ul.news_list > li a:hover {
 *			text-decoration: none;
 *		}
 *	}
 */	/* 2023.9 KAZ: c/o */

	#top_image {
		padding-bottom: 125px;
	}


	/* Fixed Page Components */
	/* CPMとは ／ 当社の強み */
	#strength_intro {
		padding-top: 109px;
	}
	#strength_intro::after {
		height: 123px;
	}
	#strength_intro .message {
		padding: 20px 0 35px;
	}
	#strength_intro .message span {
	}
	#strength_intro p {
		padding-bottom: 35px;
	}
	#strength_intro .wrapper {
		position: relative;
		min-height: 655px;
		background-size: 380px auto;
		margin-top: 5px;
	}
	#strength_intro .wrapper .wrap {
		position: absolute;
		width: 290px;
	}
	#strength_intro .wrapper .wrap .en {
	}
	#strength_intro .wrapper .wrap .imgonly {
	}
	#strength_intro .wrapper #service1 {
		top: 0;
		left: 50%;
		transform: translatex(-50%);
	}
	#strength_intro .wrapper :is(#service2, #service3) {
		bottom: 10px;
	}
	#strength_intro .wrapper #service2 {
		left: calc(50% - 380px);
	}
	#strength_intro .wrapper #service2 .en {
	}
	#strength_intro .wrapper #service3 {
		left: calc(50% + 100px);
	}
	#strength_intro .wrapper #service2 .en {
	}
	#strength_intro .wrapper .wrap a::after {	/* KAZ: was a:hover::after */
		width: 240px;
		height: 240px;
		border-radius: 50%;
		top: 20px;
		left: 20px;
	}
/*	@media (any-hover: hover) {
 *		#strength_intro .wrapper .wrap a:hover img {
 *			opacity: 1;
 *		}
 *	}
 */	/* KAZ: moved */
	#strength_reason .wall {
		padding-left: calc((100% - var(--cpm-semi-wall-width)) / 2);
		padding-top: 110px;
		padding-bottom: 160px;	/* design is 110px */
	}
	#strength_reason .imgonly {
		width: 667px;
		float: right;
		margin-left: 32px;
		margin-right: -183px;	/* 2023.9 KAZ: was -80px */
	}
	#strength_reason .descr_wrap {
		padding-top: 15px;
	}
	#strength_reason p {
		padding-bottom: 20px;
	}

	#strength_resolved {
	}
	#strength_resolved .wall {
		background-position:  center bottom 145px;
		background-size: 280px auto;
		padding: 70px 0 45px;
	}
	#strength_resolved h2 {
		font-size: 1.625rem;	/* 26px */
		margin-bottom: 25px;
	}
	#strength_resolved h2 span.green {	/* 2023.11 KAZ: added .green */
		font-size: 2.5rem;	/* 40px */
	}
	#strength_resolved h2::before, #strength_resolved h2::after {
		height: calc(1.625rem * 1.3333);	/* 2023.11 KAZ: added */
/*		padding-top: 10px; */	/* 2023.11 KAZ: c/o */
	}
	#strength_resolved ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px 20px;
	}
	#strength_resolved ul > li {
		width: 302px;
		height: auto;
	}
	#strength_resolved p {
		padding-top: 17px;
	}
	#strength_resolved p span {
	}

	#strength_resolved_list {
	}
	#strength_resolved_list .wall {
		padding-top: 110px;
	}
	#strength_resolved_list .wrap {
		overflow: hidden;
		padding-bottom: 130px;
	}
	#strength_resolved_list h3 {
		display: inline-block;
	}
	#strength_resolved_list h3 .number {
	}
	#strength_resolved_list h3 .inner, #strength_solution .wrapper h3 .inner  {
		font-size: 2rem;	/* 32px */
	}
	#strength_solution .wrapper h3 .inner small {
		font-size: 1.25rem;	/* 20px */
	}
	#strength_resolved_list .wrap > .imgonly {	/* 2023.9 KAZ: added > */
		width: 540px;
		float: right;
	}
	#strength_resolved_list .wrap:is(#resolved_list2, #resolved_list4) > .imgonly {	/* 2023.9 KAZ: added > */
		float: left;
		margin-right: 64px;
	}
	#strength_resolved_list .wrap .detail_wrap {
		width: 396px;	/* 398px in design; KAZ: was 400px */
		padding-top: 5px;
	}
	#strength_resolved_list .wrap:is(#resolved_list2, #resolved_list4) .detail_wrap  {
		float: left;
	}
	#strength_resolved_list .wrap .detail_wrap p {
/*		line-height: 2; Aki moved */
	}
	#strength_resolved_list .wrap ul {
		padding-top: 20px;
	}
	#strength_resolved_list .wrap ul > li {
		margin-bottom: 10px;
	}
	#strength_resolved_list .wrap .table_wrap {
		width: 900px;	/* 2023.9 KAZ: moved */
		padding-bottom: 142px;
	}
	#strength_resolved_list .wrap .table_wrap h4 {
	}
	#strength_resolved_list .wrap .table_wrap h4 .inner {
	}
	#strength_resolved_list .wrap .table_wrap .imgonly {
	}

	#strength_resolved_list .voice_wrap {
		width: var(--cpm-blog-wall-width);
		padding-bottom: 33px;
	}
	#strength_resolved_list .voice_wrap h4 {
		font-size: 1.25rem;	/* 20px */
		width: 160px;
		height: 160px;
		line-height: 155px;
		margin-top: -96px;
		margin-left: 124px;
	}
	#strength_resolved_list .wrap .voice_wrap .imgonly {
		width: 280px;
		position: absolute;
		top: -120px;
		left: 50%;
		transform: translatex(-50%);
	}
	#strength_resolved_list .wrap .voice_wrap ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 28px 24px;
		padding-top: 4px;
	}
	#strength_resolved_list .wrap .voice_wrap ul > li {
		width: 400px;
		padding: 36px 21px;
	}
	#strength_resolved_list .wrap .voice_wrap ul > li:nth-child(3) {
		padding: 20px 21px;
	}
	#strength_resolved_list .wrap .voice_wrap ul > li p.strong {
		font-size: 1.125rem;	/* 18px */
	}

	#strength_resolved_list .wrap#resolved_list5 {
		width: var(--cpm-semi-wall-width);
		padding: 20px 50px 42px;
		margin-bottom: 110px;
	}
	#strength_resolved_list .wrap#resolved_list5 ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0 53px;
		padding-top: 15px;
		text-align: justify;
	}
	#strength_resolved_list .wrap#resolved_list5 ul::after {
	}
	#strength_resolved_list .wrap#resolved_list5 ul > li {
		width: 420px;
		padding: 18px 1em 20px 0;
	}
	#strength_resolved_list .wrap#resolved_list5 ul > li:first-child {
/*		order: 1; */
	}
	#strength_resolved_list .wrap#resolved_list5 ul > li:nth-child(2) {
		order: 2;	/* 2023.11 MTL KAZ: was 3 */
	}
	#strength_resolved_list .wrap#resolved_list5 ul > li:nth-child(3) {
		order: 4;	/* 2023.11 MTL KAZ: was 5 */
	}
	#strength_resolved_list .wrap#resolved_list5 ul > li:nth-child(4) {
		order: 6;	/* 2023.11 MTL KAZ: was 7 */
/*		border-bottom: 0; */	/* 2023.11 MTL KAZ: c/o */
	}
	#strength_resolved_list .wrap#resolved_list5 ul > li:nth-child(5) {
		order: 1;	/* 2023.11 MTL KAZ: was 2 */
	}
	#strength_resolved_list .wrap#resolved_list5 ul > li:nth-child(6) {
		order: 3;	/* 2023.11 MTL KAZ: was 4 */
	}
	#strength_resolved_list .wrap#resolved_list5 ul > li:nth-child(7) {
		order: 5;	/* 2023.11 MTL KAZ */
	}
	#strength_resolved_list .wrap#resolved_list5 ul > li:last-child {
		order: 7;	/* 2023.11 MTL KAZ: was 6 */
	}

	#strength_resolved_example {	/* 2023.10 KAZ: this section */
	}
	#strength_resolved_example .wall {
		padding: 100px 0 34px;
	}
	#strength_resolved_example h2 {
	}
	#strength_resolved_example .subsection {
		overflow: hidden;
		padding-bottom: 76px;
	}
	#strength_resolved_example .subsection h3 {
		margin-bottom: 27px;
		line-height: 1.2;	/* 60px */
		font-size: 3.125rem;	/* 50px */
	}
	#strength_resolved_example .subsection h3::after {
		width: 933px;
		margin-top: 30px;
	}
	#strength_resolved_example .subsection .content {
		float: left;
		width: 570px;
	}
	#strength_resolved_example .subsection .content h4 {
		margin-bottom: 16px;
		line-height: 1.4286;	/* 40px */
		font-size: 1.75rem;	/* 28px */
	}
	#strength_resolved_example .subsection .content p + h4 {
		margin-top: 56px;
	}
	#strength_resolved_example .subsection .content p {
	}
	#strength_resolved_example .subsection .content ul {
		margin: 20px 0 0;
	}
	#strength_resolved_example .subsection .content ul li {
	}
	#strength_resolved_example .subsection .subsection_images {
		margin-left: 602px;
	}
	#strength_resolved_example .subsection .subsection_images img {
		width: 398px;
		height: 265px;
		margin-bottom: 40px;
	}

	#strength_solution {
		padding: 110px 0 95px;
	}
	#strength_solution h2 {
	}
	#strength_solution .wrapper {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	#strength_solution .wrapper .imgonly {
	}
	#strength_solution .wrapper .wall {
		border-top-left-radius: 60px;
		border-top-right-radius: 0;
/*		padding-right: calc((100% - var(--cpm-semi-wall-width)) / 2);
 *		padding-left: calc((var(--cpm-wall-width) - var(--cpm-semi-wall-width)) / 2);	/ * KAZ: was 105px * /
 */		/* 2023.9 KAZ: moved to common */
		padding-top: 203px;
		padding-bottom: 80px;
		margin-top: -160px;
		margin-left: auto;
		margin-right: 0;	/* KAZ */
	}
	#strength_solution .wrapper#solution2 .wall {
		border-top-left-radius: 0;
		border-top-right-radius: 60px;
/*		padding-left: calc((100% - var(--cpm-semi-wall-width)) / 2); */	/* 2023.9 KAZ: moved to common */
		padding-bottom: 42px;	/* Aki */
		margin-left: 0;
		margin-right: auto;
	}
	#strength_solution .wrapper .wall .inner {
		overflow: hidden;
		width: var(--cpm-semi-wall-width);
	}
	#strength_solution .wrapper .pwrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding-bottom: 38px;
	}
	#strength_solution .wrapper p {
	}
	#strength_solution .wrapper p.descr {
		width: 640px;
		padding-top: 10px;
	}
	#strength_solution .wrapper .linkwrap {
	}
	#strength_solution .wrapper .linkwrap a.linkbtn {
		width: 300px;
	}
	#strength_solution .wrapper .descr_wrap {
		padding: 30px 54px;
	}
	#strength_solution .wrapper .descr_wrap h4 {
	}

	/* CPMとは ／ 会社概要 */
	#my-aboutus #content, #my-strength #content {
		padding-bottom: 125px;
	}
	#aboutus_vision {
		background: url(/images/aboutus_vision_bg.jpg) no-repeat center / cover;
	}
	#aboutus_vision .wall {
		height: 800px;
		padding-top: 184px;
	}
	#aboutus_vision h2,
	#aboutus_qualitypolicy h2 {
		margin-bottom: 38px;
	}
	#aboutus_vision h2 {
	}
	#aboutus_vision h2 span.outline {
		margin-bottom: -40px;
		font-size: 12.5rem;	/* 200px */
	}
	#aboutus_vision h2 .inner,
	#aboutus_qualitypolicy h2 .inner,
	#aboutus_qualitygoal h2 .inner,
	#aboutus_profile h2 .inner {
		padding: 0 38px;
	}
	#aboutus_vision .descr,
	#aboutus_qualitypolicy .descr,
	#aboutus_qualitygoal .goal {
		line-height: 1.6667;	/* 40px */
		font-size: 1.5rem;	/* 24px */
	}
	#aboutus_qualitypolicy {
		margin-top: -160px;
	}
	#aboutus_qualitypolicy .wall {
		height: 500px;
		padding-top: 80px;
	}
	#aboutus_qualitypolicy .descr {
		margin-bottom: 39px;
	}
	#aboutus_qualitygoal {
	}
	#aboutus_qualitygoal .wall {
		padding: 206px 0 110px;
	}
	#aboutus_qualitygoal .goal {
		margin-bottom: 6px;
	}
	#aboutus_qualitygoal .goal span.large {
		font-size: 2.25rem;	/* 36px */
	}
	#aboutus_qualitygoal h3,
	#aboutus_environment h3,
	#aboutus_access .offices .office h3 {
		line-height: 1.5;	/* 36px */
		font-size: 1.5rem;	/* 24px */
	}
	#aboutus_qualitygoal h3 {
	}
	#aboutus_qualitygoal h3:not(:first-of-type) {
		margin-top: 60px;
	}
	#aboutus_qualitygoal h3::before,
	#aboutus_environment h3::before,
	#aboutus_access .offices .office h3::before {
		vertical-align: 8px;
	}
	#aboutus_qualitygoal table.pseudo_ol {
	}
	#aboutus_qualitygoal table.pseudo_ol th,
	#aboutus_environment table.pseudo_ol th {
		width: 55px;
	}
	#aboutus_qualitygoal table.pseudo_ol th {
		padding: 12px 0;
	}
	#aboutus_qualitygoal table.pseudo_ol td {
		padding: 15px 0;
	}
	#aboutus_qualitygoal .imgonly {
	}
	#aboutus_qualitygoal .imgonly img {
		width: 340px;
	}
	#aboutus_environment {
	}
	#aboutus_environment .wall {
		padding: 110px calc(var(--cpm-wall-width) / 2 - var(--cpm-mid-wall-width) / 2) 110px calc(50% - var(--cpm-mid-wall-width) / 2);
	}
	#aboutus_environment h2 {
	}
	#aboutus_environment h3 {
	}
	#aboutus_environment h3:not(:first-of-type) {
		margin-top: 54px;
	}
	#aboutus_environment .descr {
	}
	#aboutus_environment table.pseudo_ol {
		margin-top: 26px;
	}
	#aboutus_environment table.pseudo_ol th {
	}
	#aboutus_environment table.pseudo_ol td {
	}
	#aboutus_environment .logo {
		margin: 24px 0;
	}
	#aboutus_environment .logo img {
		width: 312px;
	}
	#aboutus_environment .twoimages {
		justify-content: center;
		gap: 0 20px;
	}
	#aboutus_environment .twoimages img,
	#aboutus_sdgs .imgonly img,
	#aboutus_health .imgonly img,
	#aboutus_childcare .imgonly img {
		width: 320px;
	}
	#aboutus_sdgs {
	}
	#aboutus_sdgs .wall,
	#aboutus_childcare .wall,
	#aboutus_greetings .wall,
	#aboutus_profile .wall,
	#aboutus_access .wall {
		padding: 110px 0;
	}
	#aboutus_sdgs h2,
	#aboutus_health h2,
	#aboutus_childcare h2 {
		margin-bottom: 46px;
	}
	#aboutus_health {
	}
	#aboutus_health .wall {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	#aboutus_childcare {
	}
	#aboutus_greetings {
	}
	#aboutus_greetings .wall {
	}
	#aboutus_greetings .heading {
		width: calc(100% - (var(--cpm-wall-width) - var(--cpm-semi-wall-width)) / 2);
		margin-bottom: 60px;
		margin-left: calc(100% - (var(--cpm-wall-width) + var(--cpm-semi-wall-width)) / 2);
	}
	#aboutus_greetings .heading .imgonly {
	}
	#aboutus_greetings .heading h2 {
		width: 34.57%;
		top: 30.83%;
	}
	#aboutus_greetings .heading h2 .inner {
		padding: 0 0 0 34px;
	}
	#aboutus_greetings .heading .title {	/* 2023.10 KAZ: was #aboutus_greetings .message .title */
		width: 2.25rem;	/* 2023.10 KAZ */
		top: -40px;	/* 2023.10 KAZ */
		left: 128px;	/* 2023.10 KAZ */
/*		margin-bottom: 23px; */
/*		line-height: 1.4375; */	/* 46px */
		font-size: 2.25rem;	/* 36px; 2023.10 KAZ was 2rem */
	}
	#aboutus_greetings .heading .title::before {	/* 2023.10 KAZ */
		height: 80px;
	}
	#aboutus_greetings .message {
	}
	#aboutus_greetings .message p {
	}
	#aboutus_greetings .message p:last-of-type {
		margin-bottom: 20px;
	}
	#aboutus_greetings .message .signature {
	}
	#aboutus_greetings .message .signature span.name {
		font-size: 1.5rem;	/* 24px */
	}
	#aboutus_middle {
	}
	#aboutus_profile {
	}
	#aboutus_profile h2 {
		float: left;
		width: 344px;
	}
	#aboutus_profile .profile_table {
		width: 656px;
	}
	#aboutus_profile .profile_table th,
	#aboutus_profile .profile_table td {
		padding: 14px 0 15px;
	}
	#aboutus_profile .profile_table th {
		width: 172px;
	}
	#aboutus_profile .profile_table td {
	}
	#aboutus_access {
	}
	#aboutus_access h2 {
		margin-bottom: 40px;
	}
	#aboutus_access .offices {
		align-items: stretch;
		justify-content: space-between;
	}
	#aboutus_access .offices .office {
		width: 484px;
	}
	#aboutus_access .offices .office h3 {
		/* See also above */
		margin-bottom: 16px;
	}
	#aboutus_access .offices .office .imgonly {
		margin-bottom: 14px;
	}
	#aboutus_access .offices .office .address {
	}
	#aboutus_history {
	}
	#aboutus_history .wall {
		padding: 110px 0 100px;
	}
	#aboutus_history h2 {
		margin-bottom: 51px;
	}
	#aboutus_history h2 .inner {
		padding: 0 64px;
	}
	#aboutus_history .heading {
		justify-content: space-between;
		margin-bottom: 32px;
	}
	#aboutus_history .heading .legend {
		width: 470px;
		line-height: 40px;
		color: white;
		font-size: 1.5rem;	/* 24px */
		text-align: center;
	}
	#aboutus_history .heading .legend.cpm {
		background-color: var(--cpm-green);
	}
	#aboutus_history .heading .legend.world {
		background-color: var(--cpm-orange);
	}
	#aboutus_history .decade {
		text-align: center;
	}
	#aboutus_history .diagram + .decade {
		margin-top: 34px;
	}
	#aboutus_history .diagram {
		margin-top: 16px;
	}
	#aboutus_history .diagram::before {
		left: calc(50% - 3px);
	}
	#aboutus_history .diagram .event {
		width: 50%;
	}
	#aboutus_history .diagram .event.cpm {
		border-left: var(--cpm-green) 4px solid;
		padding: 0 66px 11px 10px;
	}
	#aboutus_history .diagram .event.world {
		margin-left: 50%;
		padding: 0 10px 11px 66px;
	}
	#aboutus_history .diagram .event::after {
	}
	#aboutus_history .diagram .event.cpm::after {
		right: -12px;
	}
	#aboutus_history .diagram .event.world::after {
		left: -12px;
	}
	#aboutus_history .diagram .event .year {
	}
	#aboutus_history .diagram .event .descr {
	}
	#aboutus_history .diagram .event .twoimages {
		width: 420px;
		margin: 31px -14px 18px 14px;
	}
	#aboutus_history .diagram .event .twoimages img {
		width: 200px;
	}
	#aboutus_bottom {
	}

	/* 事業案内 共通 */
	section.service_intro {
		padding: 100px 0 54px;
	}
	section.service_intro h2 {
		margin-bottom: 54px;
	}
	section.service_intro .mainvisual {
		margin-bottom: 54px;
	}
	section.service_intro .mainvisual img {
	}
	section.service_intro .content {
	}
	section.service_intro .content .heading {
		margin-bottom: 40px;
	}
	section.service_intro .content .descr {
	}
	section.service_menu {
	}
	section.service_menu .wall {
		width: var(--cpm-semi-wall-width);
		padding: 110px 0;
	}
	section.service_menu h2,
	#standardizedparts_lists h2,
	#recruit_job_info .subsection h3 {
		line-height: 1.5882;	/* 54px */
		font-size: 2.125rem;	/* 34px */
	}
	section.service_menu h2,
	#standardizedparts_lists h2 {
		margin-bottom: 37px;
	}
	section.service_menu h2::before,
	section.service_menu h2::after,
	#standardizedparts_lists h2::before,
	#standardizedparts_lists h2::after,
	#recruit_job_info .subsection h3::before,
	#recruit_job_info .subsection h3::after {
		vertical-align: 14px;
	}
	section.service_menu h2::before,
	#standardizedparts_lists h2::before,
	#recruit_job_info .subsection h3::before {
		margin-right: 30px;
	}
	section.service_menu h2::after,
	#standardizedparts_lists h2::after,
	#recruit_job_info .subsection h3::after {
		margin-left: 30px;
	}
	section.service_menu ul.service_list {
		/* See #my-products ul.product_list above */
	}
	section.service_menu ul.service_list li {
		/* See #my-products ul.product_list li above */
	}
	section.service_menu ul.service_list li .imgonly {
	}
	section.service_menu ul.service_list li .title {
	}
	section.service_menu ul.service_list li .descr {
	}
	section.service_menu ul.service_list li .btn_line {
		/* See #my-products ul.product_list li .btn_line above */
	}
	section.service_menu ul.service_list li .btn_line a.more {
	}

	/* 事業案内 ／ 機械要素部品 */
	#my-mechanicalparts .hentry,
	#my-contractassembly .hentry {
		padding-bottom: 115px;
	}
	#mechanicalparts_facts {
		padding-bottom: 80px;
	}
	#mechanicalparts_facts::before {
		height: calc(100% - 80px);
	}
	#mechanicalparts_facts .wall {
		padding: 110px 0;
	}
	#mechanicalparts_facts .subsection {
	}
	#mechanicalparts_facts .subsection:not(:last-child) {
		margin-bottom: 60px;
	}
	#mechanicalparts_facts .subsection h2,
	#standardizedparts_equipment h2 {	/* 2023.11 MTL KAZ: added */
		border-top-left-radius: 30px;
		line-height: 60px;
		padding: 0 43px;
		font-size: 1.625rem;	/* 26px */
	}
	#mechanicalparts_facts .subsection .content {
		padding: 40px 86px 60px;
	}
	#mechanicalparts_facts .subsection .content.textonly {
		padding-bottom: 40px;
	}
	#mechanicalparts_facts .subsection .content .material_table {
	}
	#mechanicalparts_facts .subsection .content .material_table th {
		/* See #my-products article.single .product_data_table th above */
	}
	#mechanicalparts_facts .subsection .content .material_table td,
	.job_info_table td {
		padding: 15px 0 15px 32px;
	}
	#mechanicalparts_facts .subsection .content ul.equipment_list {
		margin-bottom: 80px;
	}
	#mechanicalparts_facts .subsection .content ul.equipment_list li {
	}
	#mechanicalparts_facts .subsection .content .imgonly {
		gap: 0 32px;
	}
	#mechanicalparts_facts .subsection .content .imgonly img {
		width: 398px;
	}
	#mechanicalparts_facts .subsection .content h3,
	#standardizedparts_equipment .content h3 {	/* 2023.11 MTL KAZ: added */
		margin: 41px 0 9px;
		padding-left: 5px;
	}
	#mechanicalparts_facts .subsection .content .equipment_table_wrapper {
		/* 2023.11 MTL KAZ: moved to #standardizedparts_equipment .content .equipment_table_wrapper */
	}

	/* 事業案内 ／ 組み込み受託 */
	#contractassembly_experience {
		overflow: hidden;
		padding: 110px 0 80px;
	}
	#contractassembly_experience::before {
		width: calc(50% + var(--cpm-wall-width) / 2);	/* KAZ: was + 603px */
		height: calc(100% - 80px);
	}
	#contractassembly_experience h2,
	#contractassembly_experience .wall {
		width: 484px;
		margin-left: calc(50% - 500px);
	}
	#contractassembly_experience h2 {
		float: left;
		margin-bottom: 38px;
	}
	#contractassembly_experience h2 .inner {
		padding: 0 38px;
	}
	#contractassembly_experience .imgonly {
		float: right;
		width: calc(50% - 16px);
		padding-bottom: 110px;
	}
	#contractassembly_experience .wall {
	}
	#contractassembly_experience .heading {
	}
	#contractassembly_experience .descr {
		margin-bottom: 37px;
	}
	#contractassembly_experience .btn_line {
	}
	#contractassembly_experience .btn_line a.linkbtn {
		width: 280px;
	}

	/* 事業案内 ／ 規格品の調達 */
	#my-standardizedparts .hentry {
		padding-bottom: 108px;
	}
	#my-standardizedparts section.service_intro .content {
		width: var(--cpm-semi-wall-width);
		padding: 56px 0;
	}
	section.service_intro .content .subcontent {
		clear: both;
		overflow: hidden;
	}
	section.service_intro .content .subcontent:not(:last-child) {
		margin-bottom: 80px;
	}
	section.service_intro .content .subcontent .imgonly {
		float: right;
		width: 570px;
	}
	section.service_intro .content .subcontent h3,
	section.service_intro .content .subcontent .descr {
		margin-right: 602px;
	}
	section.service_intro .content .subcontent h3,
	#standardizedparts_lists .subsection h3,
	h3.label {	/* 2023.11 Aki */
		margin-bottom: 16px;
		padding-left: 12px;
		line-height: 1.4286;	/* 40px */
		font-size: 1.75rem;	/* 28px */
	}
	section.service_intro .content .subcontent h3 {
		clear: none;
	}
	section.service_intro .content .subcontent .descr {
	}
	section.service_intro .content .subcontent .descr p {
		margin-bottom: 40px;
	}
	/* 2023.11 MTL Aki */
	h3.label {
	}
	#tandardizedparts_quality {
		padding-bottom: 130px;
	}
	section:is(#tandardizedparts_quality, #standardizedparts_inspection) .descr {
		width: var(--cpm-mid-wall-width);
		padding: 10px 0 5px;
	}
	section:is(#tandardizedparts_quality, #standardizedparts_inspection) .descr p {
		margin-bottom: 40px;
	}
	#tandardizedparts_quality ul {
		gap: 10px;
	}
	#tandardizedparts_quality ul > li {
		width: 192px;
		height: 192px;
	}
	#tandardizedparts_quality ul > li .imgonly {
	}
	#tandardizedparts_quality ul > li p {
	}
	#standardizedparts_inspection {
		padding-bottom: 55px;
	}
	#standardizedparts_inspection ul.image {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 32px;
		padding-bottom: 42px;
	}
	#standardizedparts_inspection ul.image > li {
		width: 484px;
		height: auto;
	}
	#standardizedparts_inspection ul.image > li:first-child {
		width: 570px;
	}
	#standardizedparts_inspection .case {
	}
	#standardizedparts_inspection .case h3 {
		font-size: 1.25rem;	/* 20px */
		padding: 10px 0 11px;
	}
	#standardizedparts_inspection .case .wrapper {
		display: flex;
		justify-content: center;
		padding: 18px 19px 29px;
	}
	#standardizedparts_inspection .case .wrapper .wrap {
		width: 33%;
		padding: 0 20px;
	}
	#standardizedparts_inspection .case .wrapper .wrap#wrap2 {
		border-left: solid 1px var(--cpm-light-gray);
		border-right: solid 1px var(--cpm-light-gray);
	}
	#standardizedparts_inspection .case h4 {
	}
	#standardizedparts_inspection .case h4 .en {
	}
	#standardizedparts_inspection .case h4 .ja {
	}
	#standardizedparts_inspection .case h4 small {
	}
	#standardizedparts_inspection .case .wrapper .wrap ul {
	}
	#standardizedparts_inspection .case .wrapper .wrap ul:not(:last-child) {
		margin-bottom: 20px;	/* 2023.11 KAZ: added */
	}
	#standardizedparts_inspection .case .wrapper .wrap ul > li {
	}
	#standardizedparts_inspection .case .wrapper .wrap ul > li::before {
	}

	#standardizedparts_equipment {	/* 2023.11 MTL KAZ: moved from #mechanicalparts_facts .subsection */
	}
	#standardizedparts_equipment .wall {
		width: var(--cpm-semi-wall-width);
		padding-bottom: 120px;	/* 2023.11 MTL KAZ */
	}
	#standardizedparts_equipment h2 {
		/* See also #mechanicalparts_facts .subsection h2 above */
		margin-bottom: 19px;	/* 2023.11 MTL KAZ */
	}
	#standardizedparts_equipment .content {
		padding: 29px 86px 55px;	/* 2023.11 MTL KAZ */
	}
	#standardizedparts_equipment .content h3 {
		/* See #mechanicalparts_facts .subsection .content h3 above */
	}
	#standardizedparts_equipment .content .equipment_table_wrapper {
	}
	#standardizedparts_equipment .content .equipment_table {
		margin: 0;
	}
	#standardizedparts_equipment .content .equipment_table th:first-child {
		width: 260px;	/* 2023.11 MTL KAZ: was 272px */
	}
	#standardizedparts_equipment .content .equipment_table th:nth-child(2),
	#standardizedparts_equipment .content .equipment_table td:nth-child(2) {
		width: 251px;	/* 2023.11 MTL KAZ */
	}
	#standardizedparts_equipment .content .equipment_table th:nth-child(3),
	#standardizedparts_equipment .content .equipment_table td:nth-child(3) {
		width: 175px;	/* 2023.11 MTL KAZ */
	}
	#standardizedparts_equipment .content .equipment_table th:nth-child(4),
	#standardizedparts_equipment .content .equipment_table td:nth-child(4) {
		width: 142px;	/* 2023.11 MTL KAZ */
	}

	#standardizedparts_lists {
		padding-top: 110px;
	}
	#standardizedparts_lists h2 {
		/* See also section.service_menu h2 above */
	}
	.tab_menu_wrapper {
		width: 484px;
	}
	.tab_menu_wrapper a.pseudoselect {
	}
	.tab_menu_wrapper ul.tab_menu {
	}
	#standardizedparts_lists .subsection {
	}
	#standardizedparts_lists .subsection .wall {
		padding: 80px 0;
	}
	#standardizedparts_lists .subsection h3 {
		margin-bottom: 17px;
	}
	#standardizedparts_lists .subsection .partlist_table {
	}
	#standardizedparts_lists .subsection .partlist_table thead th {
		line-height: 2.2;	/* 44px */
		font-size: 1.25rem;	/* 20px */
	}
	#standardizedparts_lists .subsection .partlist_table thead th:first-child,
	#standardizedparts_lists .subsection .partlist_table tbody th {
		width: 312px;
	}
	#standardizedparts_lists .subsection .partlist_table thead th:first-child {
	}
	#standardizedparts_lists .subsection .partlist_table thead th:last-child {
		padding: 0 0 0 32px;
	}
	#standardizedparts_lists .subsection .partlist_table tbody th {
		/* See #my-products article.single .product_data_table th above */
	}
	#standardizedparts_lists .subsection .partlist_table tbody td {
		padding: 15px 0 15px 32px;
	}
	#standardizedparts_lists .bottom-image {
	}
	#standardizedparts_lists .bottom-image img {
		height: 400px;
		object-position: center top;
	}

	/* 採用情報 */
	#my-recruit #content,
	#my-job_info #content {
		padding-bottom: 125px;
	}
	#recruit_message {
		background: url(/images/bg_recruit_message_left.png) no-repeat top 190px left -115px / 321px auto, url(/images/bg_recruit_message_right.png) no-repeat top 65px right -105px / 272px auto, url(/images/bg_recruit_message.jpg) no-repeat top center / cover;
		padding-bottom: 305px;
	}
	#recruit_message .wall {
		padding-top: 135px;
	}
	#recruit_message h2 {
		margin-bottom: 70px;
		font-size: 9.375rem;	/* 150px */
	}
	#recruit_message p {
		padding-bottom: 40px;
	}
	#recruit_message::after {
		height: 200px;
	}
	#recruit_staff {
	}
	#recruit_staff::before {
		background: url(/images/recruit_staff_before.png) no-repeat center / cover;
		width: 1014px;
		height: 214px;
		top: -272px;	/* KAZ: was -180px */
	}
	#recruit_staff .wall {
/*		margin-top: -90px; */
	}
	#recruit_staff h2 {
		top: -94px;	/* KAZ */
	}
	#recruit_staff .staff_wrap {
	}
	#recruit_staff .staff_wrap .name_wrap {
		height: 200px;	/* KAZ */
/*		padding: 50px 0 50px 106px; */
	}
	#recruit_staff .staff_wrap:nth-of-type(odd) .name_wrap {
		padding: 50px calc(100% - var(--cpm-wall-width) / 2 + 16px) 0 calc((var(--cpm-wall-width) - var(--cpm-semi-wall-width)) / 2);
	}
	#recruit_staff .staff_wrap:nth-of-type(even) .name_wrap {
		padding: 50px calc(100% - var(--cpm-wall-width) / 2 - var(--cpm-semi-wall-width) / 2) 0 calc(var(--cpm-wall-width) / 2 + 16px);
	}
	#recruit_staff .staff_wrap .name_wrap .division {
		padding: 0 34px;
		line-height: 40px;
		font-size: 1.5rem;	/* 24px */
	}
	#recruit_staff .staff_wrap .name_wrap .name {
		font-size: 2rem;	/* 32px */
	}
	#recruit_staff .staff_wrap .staff_img,
	#recruit_staff .staff_wrap .illust {
		position: absolute;
	}
	#recruit_staff .staff_wrap .staff_img {
		top: 50px;
	}
	#recruit_staff .staff_wrap#mr .staff_img {
		width: 543px;
		right: 20px;
	}
	#recruit_staff .staff_wrap#yh .staff_img {
		width: 504px;
		right: calc(var(--cpm-wall-width) / 2 + 16px);
	}
	#recruit_staff .staff_wrap#hm .staff_img {
		width: 495px;
		right: 69px;
	}
	#recruit_staff .staff_wrap ul {
		width: calc((var(--cpm-semi-wall-width) / 2) - 16px);
		padding: 50px 0;
	}
	#recruit_staff .staff_wrap:nth-of-type(odd) ul {
		margin: 0 auto 0 calc(100% - var(--cpm-wall-width) / 2 - var(--cpm-semi-wall-width) /2);
	}
	#recruit_staff .staff_wrap:nth-of-type(even) ul {
		margin: 0 auto 0 calc(100% - var(--cpm-wall-width) / 2 + 16px);
	}
	#recruit_staff .staff_wrap ul > li {
		margin-bottom: 56px;
	}
	#recruit_staff .staff_wrap ul > li p.ttl {
		margin-bottom: 12px;
		line-height: 1.5;	/* 36px */
		font-size: 1.5rem;	/* 24px */
	}
	#recruit_staff .staff_wrap ul > li p.descr {
	}
	#recruit_staff .staff_wrap .illust {
		width: 290px;
	}
	#recruit_staff .staff_wrap#mr .illust {
		bottom: 110px;
		right: 157px;
	}
	#recruit_staff .staff_wrap#yh .illust {
		bottom: 94px;
		right: 716px;
	}
	#recruit_staff .staff_wrap#hm .illust {
		bottom: 86px;
		right: 200px;
	}
	#recruit_gallery {
		padding-top: 110px;
	}
	#recruit_gallery h2 {
		margin-bottom: 43px;
	}
	#recruit_slider {
		/* See front page's #product_slider above */
	}
	#recruit_slider .inner {
		width: 1200px;
/*		margin-right: calc(100% - 1200px); */
	}
	#recruit_slider .inner .slide {
		width: 600px;
	}
	#recruit_slider .nav {
		position: absolute;
		height: 60px;
		top: -87px;
		right: calc(50% - var(--cpm-semi-wall-width) / 2);
	}
	#recruit_job_info {
	}
	#recruit_job_info .wall {
		padding: 110px 0 80px;
	}
	#recruit_job_info h2 {
		margin-bottom: 40px;
	}
	#recruit_job_info h2 .inner {
		padding: 0 38px;
	}
	#recruit_job_info .subsection {
	}
	#recruit_job_info #recruit_job_info_graduate {
		margin-bottom: 110px;
	}
	#recruit_job_info .subsection h3 {
		/* See also section.service_intro h2 and section.service_menu h2 above */
		margin-bottom: 37px;
	}
	#recruit_job_info .subsection .notfound {
		padding: 15px 0;
	}
	.job_info_table {
	}
	.job_info_table th {
		/* See also #my-products article.single .product_data_table th above */
		width: 312px;
	}
	#recruit_job_info .subsection .job_info_table th a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding: 0 1em;
	}
	.job_info_table td {
		/* See #my-products article.single .product_data_table th */
		/* See also #mechanicalparts_facts .subsection .content .material_table td */
	}
	#recruit_entry {
		height: 300px;
	}
	#recruit_entry::before {
	}
	#recruit_entry .inner {
		padding-top: 66px;
	}
	#recruit_entry .inner h2 {
		margin-bottom: 46px;
		line-height: 58px;
		font-size: 1.5rem;	/* 24px */
	}
	#recruit_entry .inner h2 img {
		margin-right: 22px;
		vertical-align: top;
	}
	#recruit_entry .inner .descr {
		line-height: 44px;
		font-size: 1.375rem;	/* 22px */
	}
	#recruit_entry .inner .descr a {
	}
	#recruit_entry .inner .descr .sptel {	/* span.sptel or a.sptel */
		font-size: 1.75rem;	/* 28px */
	}
	#recruit_entry .inner .arrow {
		position: absolute;
		width: 100px;
		height: 100px;
		top: 100px;
		right: calc(50% - var(--cpm-wall-width) / 2 + 98px);
		line-height: 98px;
		font-size: 2.5rem;	/* 40px */
		text-align: center;
	}
	#recruit_entry .inner .arrow a {
		display: block;
		height: 100%;
	}
	@media (any-hover: hover) {
		#recruit_entry .inner .arrow:hover {	/* #recruit_entry:hover .inner .arrow ??? */
			width: 110px;
			height: 110px;
			top: 95px;
			right: calc(50% - var(--cpm-wall-width) / 2 + 93px);
			line-height: 108px;
		}
	}

	/* 募集要項 */
	#my-job_info {
	}


	/* お問い合わせ */
	#my-contact a.linkbtn,
	#my-thanks a.linkbtn {
		width: 280px;
	}
	#my-contact .intro {
		padding: 105px 0 33px;
	}
	#my-contact .urgent {
		padding: 48px 0;
	}
	#my-contact .urgent .message {
		margin-bottom: 17px;
		line-height: 1.5;	/* 30px */
		font-size: 1.25rem;	/* 20px */
	}
	#my-contact .urgent .heading {
	}
	#my-contact .urgent .phone,
	#thanks_main .notice .phone {
		font-size: 2.5rem;	/* 40px */
	}
	#my-contact .urgent .phone {
	}
	#my-contact .urgent .phone .sptel {
	}
	#my-contact .urgent .btn_line {
	}
	#my-contact .urgent .btn_line a.linkbtn {
	}
	#contact_main {
	}
	#contact_main .wall {
		padding: 58px 0 115px;
	}
	#contact_main h2 {
/*		margin-bottom: 38px; */	/* 2023.9 KAZ: moved to padding-top of .wpcf7-form */
		line-height: 1.5882;	/* 54px */
		font-size: 2.125rem;	/* 34px */
	}
	#contact_main h2::before,
	#contact_main h2::after {
		vertical-align: 14px;
	}
	#contact_main h2::before {
		margin-right: 20px;
	}
	#contact_main h2::after {
		margin-left: 20px;
	}
	#contact_main .wpcf7-form {
		padding-top: 38px;	/* 2023.9 KAZ: moved */
	}
	#contact_main .wpcf7-form input[type=text],
	#contact_main .wpcf7-form input[type=email],
	#contact_main .wpcf7-form textarea {
		padding: 13px 20px;
	}
	#contact_main .wpcf7-form p.confirm-error,
	#contact_main .wpcf7-form p.confirm-message {
		margin-bottom: 50px;
	}
	#contact_main .wpcf7-form p.confirm-error {
	}
	#contact_main .wpcf7-form p.confirm-message {
	}
	#contact_main .wpcf7-form p.fieldline {
		display: flex;
	}
	#contact_main .wpcf7-form p.fieldline.last {
		margin-bottom: 48px;
	}
	#contact_main .wpcf7-form p.fieldline span.title {
		width: 258px;
		padding: 28px 0;
	}
	#contact_main .wpcf7-form-mode-confirm p.fieldline span.title {
	}
	#contact_main .wpcf7-form p.fieldline span.title span.required {
	}
	#contact_main .wpcf7-form p.fieldline span.title span.optional {
	}
	#contact_main .wpcf7-form p.fieldline span.field {
		width: 570px;
		padding: 16px 0;
	}
	#contact_main .wpcf7-form-mode-confirm p.fieldline span.field {
		padding: 24px 0;
	}
	#contact_main .wpcf7-form p.fieldline span.field .wpcf7-form-control.wpcf7-radio {
		gap: 25px 30px;
		padding: 13px 20px;
	}
	#contact_main .wpcf7-form p.fieldline span.field span.fieldnote,
	#contact_main .wpcf7-form p.fieldline span.field span.subfield {
		margin-left: 20px;
	}
	#contact_main .wpcf7-form-mode-confirm p.fieldline span.field span.fieldnote,
	#contact_main .wpcf7-form-mode-confirm p.fieldline span.field span.subfield {
		margin-left: 0;
	}
	#contact_main .wpcf7-form p.fieldline span.field span.fieldnote {
		margin-top: 12px;
		line-height: 1.8571;	/* 26px */
	}
	#contact_main .wpcf7-form p.fieldline span.field span.subfield {
	}
	#contact_main .wpcf7-form p.fieldline span.field span.subfield span.label {
		float: left;
		line-height: 50px;
	}
	#contact_main .wpcf7-form p.fieldline span.field span.subfield .wpcf7-form-control-wrap {
		margin-top: 10px;
		margin-left: 84px;
	}
	#contact_main .wpcf7-form p.fieldline span.field span.subfield input[name="your-zip"],
	#contact_main .wpcf7-form p.fieldline span.field span.subfield input[name="your-pref"],
	#contact_main .wpcf7-form p.fieldline span.field span.subfield input[name="your-city"] {
		width: 200px;
	}
/*	#contact_main .wpcf7-form p.accept_line {
 *		margin-bottom: 38px;
 *		line-height: 1.5;	/ * 24px * /
 *	}
 *	#contact_main .wpcf7-form p.accept_line a {
 *	}
 */
	#contact_main .wpcf7-form .privacy {
		margin-bottom: 48px;
	}
	#contact_main .wpcf7-form .privacy_wrapper {
		padding: 30px;	/* KAZ: moved */
	}
	#contact_main .wpcf7-form p.buttons-area {
		flex-direction: row-reverse;
		justify-content: center;
		gap: 0 50px;
	}
	#contact_main .wpcf7-form p.buttons-area button.button-rewrite {
		padding: 0 32px 0 0;	/* 2023.9 KAZ: left was 11px */
		line-height: 62px;
	}
	#contact_main .wpcf7-form p.buttons-area button.button-rewrite::after {
		left: 12px;
		right: auto;
	}
	#contact_main .wpcf7-form p.buttons-area-confirm {
		margin-bottom: 44px;
	}
	#contact_main .wpcf7-form p.note {
	}
	#thanks_main {
	}
	#thanks_main .wall {
		padding: 77px 0 125px;
	}
	#thanks_main h1 {
		margin-bottom: 39px;
	}
	#thanks_main .message {
		margin-bottom: 23px;
	}
	#thanks_main .notice {
		padding: 31px 0 30px;
	}
	#thanks_main .notice .heading {
		margin-bottom: 19px;
		line-height: 1.5;	/* 24px */
	}
	#thanks_main .notice .phone {
		/* See #my-contact .urgent .phone above */
	}
	#thanks_main .notice .phone .sptel {
	}
	#thanks_main .notice .hours {
	}
	#thanks_main .btn_line {
	}
	#thanks_main .btn_line a.linkbtn {
	}

}


/* General breakpoint for Tablet/SP */
@media screen and (max-width: 767px) {
	a.current img, .transbtn:hover, a:hover img {
		opacity: 1;
		filter: none;
	}
	.pconly {
		display: none !important;
	}


	/* Structure */
	section h2 .en {
		font-size: 3.5rem;	/* 56px */
	}
	a.linkbtn, button.linkbtn {
		border-radius: 28px;
		width: 260px;
		height: 56px;
		padding-left: 18px;
		line-height: 56px;
	}
	button.linkbtn {
		font-size: 1rem;	/* 16px */
	}
	a.linkbtn::after, button.linkbtn::after {
		width: 40px;
		height: 40px;
		right: 10px;
		top: 8px;
	}
	section.shift .wall {
/*		width: var(--cpm-wall-width); */
/*		padding-left: calc(50% - var(--cpm-semi-wall-width) / 2); */
/*		padding-right: calc(50% - var(--cpm-semi-wall-width) / 2) */
	}

	/* Header */
	#masthead {
		background-color: white;
	}
	#headlogo {
		width: 207px;	/* 2023.9 KAZ: was 215px */
		height: var(--cpm-header-height);	/* KAZ: was auto */
		padding: 10px 0 0 15px;	/* 2023.9 KAZ: was 5px 0 0 6px */
	}
	#headlogo img {
/*		width: auto; */
/*		height: 46px; */
	}

	/* MENU */
	#menu_open_btn,
	#menu_close_btn {
		background-color: #ffffff;
		position: absolute;
		width: 62px;	/* 2023.9 KAZ: was 32px */
		height: 100%;	/* 2023.9 KAZ: was 39px */
		top: 0;	/* 2023.9 KAZ: was 9px */
		right: 0;	/* 2023.9 KAZ: was 15px */
		text-align: center;	/* 2023.9 KAZ */
	}
	#menu_open_btn a,
	#menu_close_btn a {
		display: block;
		height: 100%;	/* 2023.9 KAZ */
		padding-top: 10px;	/* 2023.9 KAZ */
	}
	#menu_open_btn img,
	#menu_close_btn img {
/*		width: 100%; */
		height: auto;
	}
	#menu_open_btn img {
		width: 30px;	/* 2023.9 KAZ */
	}
	#menu_overlay,
	#menu_close_btn,
	#headmenu ul{
		display: none;
	}
	#menu_overlay {
		background-color: rgba(0,0,0,0.3);
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 140px;
		left: 0;
		z-index: -1;
	}
	#headmenu {
		width: 100%;
		background-color: #FFFFFF;
		padding: 0;
	}
	#menu_close_btn {
/*		position: absolute; */
		z-index: 10;
	}
	#menu_close_btn a {
	}
	#menu_close_btn img {
		width: 33px;	/* 2023.9 KAZ */
	}
	#headmenu ul {
		margin: 0;
	}
	#headmenu > ul {	/* KAZ: added > */
		background-color: var(--cpm-light-green);
		overflow: auto;	/* KAZ */
		width: 100%;
		height: calc(var(--viewheight) - var(--cpm-header-height));	/* KAZ */
		padding: 10px 6% 25px;	/* 2023.9 KAZ: special width; side was calc((100% - var(--cpm-wall-width)) / 2) */
	}
	.admin-bar #headmenu > ul {	/* KAZ */
		height: calc(var(--viewheight) - var(--cpm-header-height) - var(--wp-admin-bar-height));
	}
	#headmenu ul li {
		position: relative;
		margin-right: 0;
	}
	#headmenu ul li.parent {
		border-top: solid 1px var(--cpm-green);
		padding: 7px 0 10px;
	}
	#headmenu ul li.parent.news {
		border-bottom: solid 1px var(--cpm-green);
		margin-bottom: 24px;
	}
	#headmenu ul li.parent .nolink {
		padding-bottom: 5px;
	}
	#headmenu ul li.tel {
		color: var(--cpm-green);
		font-size: 2.25rem;	/* 36px */
		font-style: italic;
		font-weight: 300;
		text-align: center;
	}
	#headmenu ul li.tel .small {
		font-size: 1.625rem;	/* 26px */
	}
	#headmenu ul li:not(:last-child) {
	}
	#headmenu ul li a:not(.linkbtn) {
		display: block;
		padding: 11px 0 11px 0;
	}
	#headmenu ul li a.current {
		text-decoration: none;
	}
	#headmenu ul li:is(.product, .recruit, .news) {
		padding-bottom: 1px;
	}
	#headmenu ul li:is(.product, .recruit, .news) a {
		padding-top: 0;
		padding-bottom: 0;
	}
	#headmenu ul.submenu_panel {
		background-color: white;
		border-radius: 4px;
		display: block !important;	/* 2023.9 KAZ: win over jQuery */
/*		padding-top: 5px; */
/*		padding-bottom: 5px; */
		padding: 5px 20px;	/* KAZ */
		opacity: 1 !important;	/* 2023.9 KAZ: win over jQuery */
	}
	#headmenu ul.submenu_panel li a {
		color: inherit;
		padding: 10px 0;
	}
	#headmenu ul li ul.submenu_panel a::before {
		background-color: #555555;
	}
	#headmenu ul li ul.submenu_panel a::after,
	#headmenu ul li:is(.product, .recruit, .news) a::after {
		background: url(/images/sp/arrow_menu.svg) no-repeat center / cover;	/* 2023.9 KAZ: was image only */
	}
	#headmenu ul li:is(.product, .recruit, .news) a::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 10px;
		top: 12px;
	}
	#headmenu ul li ul.submenu_panel a::after {
		left: 215px;	/* KAZ */
		right: auto;	/* KAZ: was 40px; android で文字にかぶる */
	}
	#headmenu > ul > li > a .en, #headmenu > ul > li > .nolink .en {
		display: inline-block;
		color: var(--cpm-green);
		font-size: 1.875rem;	/* 30px */
		font-weight: 300;
		min-width: 175px;
	}
	#headmenu > ul > li > a .ja, #headmenu > ul > li > .nolink .ja {
		color: var(--cpm-blue);
		font-size: 1.125rem;	/* 18px */
		vertical-align: super;
	}
	#headmenu ul li a.linkbtn {
		margin: 0 auto 10px;
	}


	.page-header {
		height: 250px;
	}
	.page-title {
		padding-top: 88.5px;
	}
	.page-title .en {
		font-size: 3.125rem;	/* 50px */
		line-height: 1.25;
	}
	breadcrumbs  {
		bottom: 3px;
	}

	/* Content */
	h2.label {
		line-height: 1.5833;	/* 38px */
		font-size: 1.5rem;	/* 24px */
	}
	h2.label .inner {
		border-bottom-left-radius: 20px;
		padding: 0 13px;
	}

	/* Footer */
	#ft_contact {
		width: calc(50% + var(--cpm-wall-width) / 2);	/* KAZ: was calc(50% + var(--cpm-shift-wall-width) / 2) */
		background: url(/images/sp/bg_ft_contact.png) no-repeat left top 36px / 100% calc(100% - 36px);	/* KAZ: size was 100% 630px */
		margin-bottom: 23px;	/* 2023.9 KAZ */
		padding-bottom: 11px;	/* 2023.9 KAZ: was 37px */
	}
	#ft_contact::before {
		width: 6px;
		height: calc(100% - 36px);	/* 2023.9 KAZ: moved and was 100% */
		top: 36px;
	}
	#ft_contact .wall {
		width: var(--cpm-semi-wall-width);	/* KAZ */
	}
	#ft_contact .descr {
		padding: 25px 0;
	}
	#ft_contact .wrapper .panel {
		border-bottom-left-radius: 30px;
		padding: 18px 0 10px;
		margin-bottom: 20px;
	}
	#ft_contact .wrapper .panel p {
		font-size: 2.25rem;	/* 36px */
		text-align: center;
		padding-top: 8px;
		margin-bottom: 0;
	}
	#ft_contact .wrapper .panel p .small {
		font-size: 1.625rem;	/* 26px */
	}
	#ft_contact .wrapper .panel::before {
		width: 45px;
		height: 5px;
	}
	#ft_contact h3 {
	}
	#ft_contact .wrapper .panel .link_wrapper {
		padding-top: 18px;
	}
	#ft_contact .wrapper .panel .link_wrapper a.linkbtn {
		margin: 0 auto 10px;
	}
	.ft_colored {
	}

	#colophon .wall {
		width: var(--cpm-semi-wall-width);	/* KAZ */
		padding: 30px 0 40px;
	}
	#colophon a.sptel {	/* 2023.9 KAZ: ChkHTML */
		color: inherit;
		text-decoration: underline;
	}
	#ft_logo {
		margin: 0 auto;
	}
	#ft_add_honsha {
		padding-top: 27px;
	}
	#ft_add_hata {
		padding-top: 17px;
	}
	#ft_links {
		border-top: solid 4px var(--cpm-green);
		padding-top: 30px;
		margin-top: 30px;
	}
	#ft_links ul:not(.submenu_panel) {
		gap: 25px 13.3333vw;	/* 2023.9 KAZ: ChkHTML; was 25px 50px */
	}
	#ft_links ul:not(.submenu_panel)  > li {
		min-width: 80px;
	}
	#ft_links ul:not(.submenu_panel)  > li:first-child {
		width: 100%;
	}
	#ft_keyword /* 2023.9 KAZ: ChkHTML; , #ft_copyright */ {
		padding-top: 40px;
	}
	#ft_keyword .wall {
		padding: 0;	/* 2023.9 KAZ: ChkHTML; was 5px 0 0 */
	}
	#ft_copyright {
		padding-top: 36px;	/* 2023.9 KAZ: ChkHTML */
		padding-bottom: 40px;
		line-height: 1.5;	/* 2023.9 KAZ: ChkHTML */
		font-size: 0.625rem;	/* 10px; 2023.9 KAZ: ChkHTML */
	}
	#ft_nav_top {
		right: 0 !important;
		margin-right: 0 !important;
	}


	/* Common entries */
	

	/* Blog Page Components */
	#my-blog #content, #my-products #content {
		padding-bottom: 59px;
	}
	#content nav {	/* KAZ: was #content #nav-single */
		padding-top: 50px;
	}
	#content nav .nav_wrap {
		gap: 0 50px;
		padding-top: 15px;
	}
	#content nav .totop a.linkbtn {
		width: 260px;
		font-size: 1rem;	/* 16px */
	}

	.categories_wrap {
		margin-bottom: 30px;
	}
	ul.categories {
		justify-content: flex-start;
		gap: 10px 3.125%;	/* 2023.9 KAZ: was 10px 10px */
		padding: 46px 0 10px;
	}
	ul.categories > li {
		width: 31.25%;	/* 2023.9 KAZ */
	}
	ul.categories > li a {
		background-color: var(--cpm-medium-gray);	/* 2023.9 KAZ: different from PC */
/*		min-width: 100px; */
		font-size: 0.875rem;	/* 14px */
	}
	article.list,
	#top_news ul.news_list li {
	}
	article.list {
/*		padding-left: 15px; */	/* 2023.9 KAZ: c/o */
	}
	article.list a,
	#top_news ul.news_list li a {
		padding: 10px 4.6875%;	/* 15 / 320; 2023.9 KAZ */
	}
	article.list .categories,
	article.single .categories,
	#top_news ul.news_list .categories {
		margin-right: 13px;	/* 2023.9 KAZ */
	}
	article.list .categories .inner,
	article.single .categories a,
	#top_news ul.news_list .categories .inner {	/* 2023.9 KAZ: was .categories a */
/*		font-size: 0.9375rem; */	/* 15px; 2023.9 KAZ: moved to common*/
	}
	article.list .date,
	article.single .date,
	#top_news ul.news_list .date {
/*		padding-left: 13px; */	/* 2023.9 KAZ: c/o */
	}

	article.single {
		padding-top: 49px;
	}
	article.single h1 {
		font-size: 1.25rem;	/* 20px */
		padding-bottom: 18px;
	}
	article.single .entry-content {
		padding-top: 30px;
	}
	article.single .entry-content img {
		margin-bottom: 30px;
	}


	/* Product Page Components */
	/* 共通 */
	#my-products #content,
	#my-product_category #content {
		padding: 50px 0 55px;
	}

	/* アーカイブ */
	#my-products.archive h2,
	#my-product_category h2 {
	}
	#my-products .intro,
	#my-product_category .intro {
		width: var(--cpm-semi-wall-width);
		margin: 26px auto 56px;
	}
	#my-products .intro p,
	#my-product_category .intro p {
		margin-bottom: 30px;
	}
	#my-products .content-wrapper,
	#my-product_category .content-wrapper {
	}
	#my-products .category_menu,
	#my-product_category .category_menu {
		margin-bottom: 20px;
	}
/*----- old code; 2023.9 KAZ
	#my-products .category_menu ul.parents,
	#my-product_category .category_menu ul.parents {
		border-bottom: var(--cpm-green) 2px solid;
		display: flex;
		justify-content: space-between;
		position: relative;
		padding-bottom: 10px;
	}
	#my-products .category_menu ul.parents > li,
	#my-product_category .category_menu ul.parents > li {
		width: 31.25%;
	}
	#my-products .category_menu ul.parents > li .parent,
	#my-product_category .category_menu ul.parents > li .parent {
		background-color: var(--cpm-medium-gray);
		color: white;
		line-height: 40px;
		font-size: 0.875rem;	/ * 14px * /
		text-align: center;
	}
	#my-products .category_menu ul.parents > li.current .parent,
	#my-product_category .category_menu ul.parents > li.current .parent {
		background-color: var(--cpm-green);
	}
	@media (any-hover: hover) {
		#my-products .category_menu ul.parents > li:hover .parent,
		#my-product_category .category_menu ul.parents > li:hover .parent {
			background-color: var(--cpm-green);
		}
	}
	#my-products .category_menu ul.parents > li ul.children,
	#my-product_category .category_menu ul.parents > li ul.children {
		background-color: var(--cpm-light-green);
		display: none;
		position: absolute;
		width: var(--cpm-semi-wall-width);
		top: 52px;
		left: 0;
		z-index: 1;
		padding: 20px 0;
		line-height: 1.625;	/ * 26px * /
	}
	#my-products .category_menu ul.parents > li ul.children li,
	#my-product_category .category_menu ul.parents > li ul.children li {
	}
	#my-products .category_menu ul.parents > li ul.children li a,
	#my-product_category .category_menu ul.parents > li ul.children li a {
		padding: 9px 40px 9px 55px;	/ * side 57px in design * /
	}
-----*/
	#my-products .category_menu ul,
	#my-product_category .category_menu ul {
		border-bottom: var(--cpm-green) 2px solid;
		display: flex;	/* 2023.9 KAZ */
		flex-wrap: wrap;	/* 2023.9 KAZ */
		gap: 10px 3.125%;	/* 2023.9 KAZ */
		padding-bottom: 10px;	/* 2023.9 KAZ */
	}
	#my-products .category_menu ul li,
	#my-product_category .category_menu ul li {	/* 2023.9 KAZ */
		flex-basis: 48.4375%;
		line-height: 40px;
		font-size: min(0.875rem, 3.8889vw);	/* 14px | 14 / 360px */
	}
	#my-products .category_menu ul li.longname,
	#my-product_category .category_menu ul li.longname {	/* 2023.9 KAZ */
		font-size: min(0.8125rem, 3.75vw);	/* 13px | 12 / 320px */
	}
	#my-products .category_menu ul li a,
	#my-product_category .category_menu ul li a {	/* 2023.9 KAZ */
		background-color: var(--cpm-medium-gray);
		line-height: 40px;
		color: white;
		text-align: center;
	}
	#my-products .category_menu ul li.current a,
	#my-product_category .category_menu ul li.current a {
		background-color: var(--cpm-green);
	}
	#my-products .content-wrapper .subwrapper,
	#my-product_category .content-wrapper .subwrapper {
	}
	#my-products .category_name,
	#my-product_category .category_name {
		margin-bottom: 24px;
		padding-bottom: 12px;
		font-size: 1.25rem;	/* 20px */
	}
	#my-products ul.product_list,
	#my-product_category ul.product_list,
	section.service_menu ul.service_list {
		gap: 20px 16px;
	}
	#my-products ul.product_list,
	#my-product_category ul.product_list {
		width: 312px;
		margin: 0 auto;
	}
	#my-products ul.product_list li,
	#my-product_category ul.product_list li,
	section.service_menu ul.service_list li {
		padding-bottom: 21px;	/* 2023.9 KAZ */
	}
/*	#my-products ul.product_list li > a,
 *	#my-product_category ul.product_list li > a,
 *	section.service_menu ul.service_list li > a {
 *		padding-bottom: 21px;
 *	}
 */	/* 2023.9 KAZ: c/o */
	#my-products ul.product_list li .usage,
	#my-product_category ul.product_list li .usage,
	section.service_menu ul.service_list li .descr {
		margin-bottom: 12px;
	}
	#my-products ul.product_list li .btn_line,
	#my-product_category ul.product_list li .btn_line,
	section.service_menu ul.service_list li .btn_line {
		margin-left: 21px;
		margin-right: 21px;
		text-align: right;
	}
	#my-products ul.product_list li .btn_line a.more,
	#my-product_category ul.product_list li .btn_line a.more,
	section.service_menu ul.service_list li .btn_line a.more {	/* 2023.9 KAZ: was span.more */
		display: inline-block;
		text-align: left;
	}

	/* 個別 */
	#my-products article.single {
	}
	#my-products .image_switch {
		margin-bottom: 50px;
	}
	#my-products .image_switch_img_wrapper {
		margin-bottom: 10px;
	}
	#my-products .image_switch_thumb_wrapper {
	}
	#my-products article.single {
	}
	#my-products article.single .entry-content {
		padding-top: 0;
	}
	#my-products article.single .heading {
		margin-bottom: 15px;
	}
	#my-products article.single .category {
	}
	#my-products article.single h1 {
		margin-bottom: 18px;
	}
	#my-products article.single .product_data_table,
	#my-products article.single .product_data_table tbody,
	#my-products article.single .product_data_table tr,
	#my-products article.single .product_data_table th,
	#my-products article.single .product_data_table td,
	#mechanicalparts_facts .subsection .content .material_table,
	#mechanicalparts_facts .subsection .content .material_table tbody,
	#mechanicalparts_facts .subsection .content .material_table tr,
	#mechanicalparts_facts .subsection .content .material_table th,
	#mechanicalparts_facts .subsection .content .material_table td,
	#standardizedparts_lists .subsection .partlist_table,
	#standardizedparts_lists .subsection .partlist_table tbody,
	#standardizedparts_lists .subsection .partlist_table tbody tr,
	#standardizedparts_lists .subsection .partlist_table tbody th,
	#standardizedparts_lists .subsection .partlist_table tbody td,
	.job_info_table,
	.job_info_table tbody,
	.job_info_table tr,
	.job_info_table th,
	.job_info_table td {
		display: block;
	}
	#my-products article.single .product_data_table tr,
	#mechanicalparts_facts .subsection .content .material_table tr,
	#standardizedparts_lists .subsection .partlist_table tbody tr,
	.job_info_table tr {
		border-top: var(--cpm-light-gray) 1px solid;
		padding: 16px 0 14px;
	}
	#my-products article.single .product_data_table th,
	#mechanicalparts_facts .subsection .content .material_table th,
	#standardizedparts_lists .subsection .partlist_table tbody th,
	.job_info_table th,
	#my-products article.single .product_data_table td,
	#mechanicalparts_facts .subsection .content .material_table td,
	#standardizedparts_lists .subsection .partlist_table tbody td,
	.job_info_table td {
		border-top: 0;
	}
	#my-products article.single .product_data_table th,
	#mechanicalparts_facts .subsection .content .material_table th,
	#standardizedparts_lists .subsection .partlist_table tbody th,
	.job_info_table th {
		background-color: rgba(54,74,142,0.05);
		padding: 0;
	}
	#my-products article.single .product_data_table td,
	#mechanicalparts_facts .subsection .content .material_table td,
	#standardizedparts_lists .subsection .partlist_table tbody td,
	.job_info_table td {
		padding: 10px 0 0;
	}


	/* Front Page Components */
	#top_loading {	/* 2023.9 KAZ */
	}
	#top_loading img {	/* 2023.9 KAZ */
		width: 180px;
	}
	#top_motto {
	}
	#top_motto .video,	/* 2023.9 KAZ */
	#top_motto .overlay,	/* 2023.9 KAZ */
	#top_motto .wall {
		height: var(--viewheight);	/* 2023.9 KAZ: was 600px */
		min-height: 450px;	/* 2023.9 KAZ */
	}
	.admin-bar #top_motto .video,
	.admin-bar #top_motto .overlay,
	.admin-bar #top_motto .wall {	/* 2023.9 KAZ */
		height: calc(var(--viewheight) - var(--wp-admin-bar-height));
	}
	#top_motto .video {	/* 2023.9 KAZ */
		padding-top: var(--cpm-header-height);
	}
	#top_motto .wall {
		width: var(--cpm-semi-wall-width);
/*		height: 600px; */
		padding-top: min(306px, calc(var(--viewheight) * 0.5));	/* 2023.9 KAZ: was 306px; was 300px */
	}
	#top_motto .en {
		padding-bottom: 25px;
		line-height: 1.1;	/* 2023.9 KAZ */
		font-size: min(3.125rem, 13.8889vw);	/* 50px | 50 | 360px; 2023.9 KAZ: was 3rem; Aki:designはol化されているため正確なfont-sizeは不明 */
	}
	#top_motto .en .prep {
		border-bottom-left-radius: 10px;
		margin-left: 3px;	/* 2023.9 KAZ */
		padding: 0 8px;
		font-size: 1.25rem;	/* Aki:designはol化されているため正確なfont-sizeは不明 */
	}
	#top_motto .ja {
		line-height: 2;
	}
	#top_motto .motivator {
		right: 10px;	/* 2023.9 KAZ */
		padding-top: 103px;	/* 2023.9 KAZ */
	}
	#top_concept {
		background: url(/images/bg_top_concept1.png)no-repeat top -50px right -75px / 205px auto, url(/images/bg_top_concept2.png)no-repeat bottom 100px left -10px / 217px auto , url(/images/bg_top_concept3.png)no-repeat bottom 20px right -30px / 240px auto, url(/images/bg_top_concept4.png)no-repeat bottom right /200px auto;
		padding-bottom: 240px;
	}
	#top_concept h2 {
		font-size: min(5rem, 21.3334vw);	/* 80px | 80 / 375px; KAZ: was 5rem */
		padding-top: 50px;
	}
	#top_concept .imgonly {
/*		width: 320px; */
/*		margin: 0 auto; */
	}
	#top_concept .right_wrapper {
		width: var(--cpm-semi-wall-width);
		margin: 0 auto;
	}
	#top_concept h3 {
		font-size: 1.5rem;	/* 24px */
		margin-bottom: 16px;
	}
	#top_concept p {
		/*padding-bottom: 15px;*/
	}
	#top_concept .link_wrapper {
	}
	#top_concept .link_wrapper a.linkbtn {
		margin: 0 auto 10px;
	}
	#top_service {
		background: url(/images/bg_service1.svg)no-repeat left bottom 57px / 200px auto, url(/images/bg_service2.png)no-repeat center bottom -12px / 291px auto var(--cpm-pale-gray);
		padding-bottom: 257px;
	}
	#top_service .wall {
		padding-top: 45px;
		padding-bottom: 498px;
	}
	#top_service .wrap {
		padding-top: 5px;
	}
	#top_service p {
		margin-bottom: 30px;
	}
	#top_service ul {
		position: absolute;
		bottom: 132px;	/* 2023.9 KAZ: was top: 808px */
		right: 0;
	}
	#top_service ul > li {
	}
	#top_service ul > li::before {
		width: 8px;
		height: 63px;
	}
	#top_service ul > li a {
		width: calc(50vw + var(--cpm-semi-wall-width) / 2);	/* 2023.9 KAZ: was var(--cpm-wall-width) */
		height: 203px;
		font-size: 1.375rem;	/* 22px; 2023.9 KAZ: was 1.3125rem; 21px */
		line-height: 1.3636;	/* 30px; 2023.9 KAZ: was 203px */;
	}
	#top_service ul > li a span.inner {
		padding-left: 32px;
		padding-right: 1em;	/* 2023.9 KAZ */
	}
	#top_service ul > li a span.inner::before {
/*		background-size: 21px auto !important; */	/* 2023.9 KAZ: c/o */
		flex-shrink: 0;	/* 2023.9 KAZ: added */
		width: 49px;
		height: 49px;
		margin-right: 22px;
		vertical-align: -16px;
	}
	#top_products {
		padding-bottom: 50px;
	}
	#top_products .wall {
		padding-top: 45px;
		padding-bottom: 30px;
	}
	#product_slider {
		margin-bottom: 36px;
	}
	#product_slider .inner {
		width: 86.1334%;
		margin-left: calc(46.9333% - var(--cpm-semi-wall-width) / 2);
	}
	#product_slider .inner .slide {
/*		width: 100%; */	/* overridden by slick */
		padding: 0 3.0667vw;
	}
	#product_slider .inner .slide a {
		width: 80vw;
	}
	#product_slider .inner .slide a .imgonly {
		margin-bottom: 16px;
	}
	#product_slider .inner .slide a .imgonly img {
/*		height: 265px; */
	}
	#product_slider .inner .slide a .category {
		margin-bottom: 7px;
		padding: 0 21px;
		line-height: 24px;
	}
	#product_slider .inner .slide a .title {
	}
	#product_slider .nav {
		width: 87.4667vw;
		top: 22.4vw;
		left: 3.7333vw;
	}
	#product_slider .nav a.slick-arrow {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	#top_products .btn_line {
		width: var(--cpm-semi-wall-width);
		margin: 0 auto;
	}
	#top_products .btn_line a.more {
		margin-left: auto;
	}
	#top_recruit {
		padding: 45px 0;
	}
	#top_recruit::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-color: white;
		position: absolute;
		top: 70px;
	}
	#top_recruit h2, #top_recruit .imgonly, #top_recruit .wrapper {
		position: relative;
		z-index: 1;
	}
	#top_recruit h2 {
		text-align: center;
	}
	#top_recruit .imgonly {
		padding-top: 32px;
	}
	#top_recruit .wrapper {
		width: calc(50% + var(--cpm-wall-width) / 2);	/* 2023.9 KAZ: was 97.066% */
		margin-top: -50px;
		padding: 25px 35px 27px 33px;	/* 2023.9 KAZ: was 25px 35px */
		line-height: 1.7778;	/* 32px; 2023.9 KAZ */
		font-size: 1.125rem;	/* 18px */
	}
	#top_recruit .more, #top_news a.more {
		margin-right: 0;
		margin-left: auto;
	}

	#top_news {
		padding-bottom: 55px;
	}
	#top_news ul.news_list {
		/* See article.list above */
/*		width: 100%; */	/* 2023.9 KAZ: c/o */
		padding: 28px 0 20px;
	}
	#top_news ul.news_list li {
/*		padding: 18px 0 22px; */	/* 2023.9 KAZ: c/o */
	}

	#top_image {
		padding-bottom: 58px;
	}

	/* Fixed Page Components */
	/* CPMとは ／ 当社の強み */
	#strength_intro {
		background-size: 200px auto;
		padding-top: 48px;
	}
	#strength_intro .message {
		padding-bottom: 20px;
	}
	#strength_intro .message span {
	}
	#strength_intro p {
		padding-bottom: 30px;
	}
	#strength_intro .wrapper {
		background: url(/images/bg_strengths_intro.png) no-repeat center top 130px /200% auto;
		padding: 20px 0;
	}
	#strength_intro .wrapper .wrap {
		width: 245px;	/* Aki was 220px */
		margin: 0 auto 45px;
	}
	#strength_intro .wrapper .wrap span.more {
		margin-top: -7px;
	}
	#strength_intro::after {
		height: 40px;
	}
	#strength_reason {
	}
	#strength_reason .wall {
		padding-top: 50px;
		padding-bottom: 38px;
	}
	#strength_reason h2 {
		text-align: center;
	}
	#strength_reason .imgonly {
		width: var(--cpm-wall-width);
		margin-bottom: 26px;	/* 2023.9 KAZ */
	}
	#strength_reason .descr_wrap {
	}
	#strength_reason p {
	}
	#strength_resolved .wall {
		background-size: 280px auto;
		background-position: center bottom 167px;
		padding: 60px 0 52px;
	}
	#strength_resolved h2 {
		position: relative;
		font-size: 1.375rem;	/* 22px */
	}
	#strength_resolved h2 span.green {	/* 2023.11 KAZ: added .green */
		font-size: 2rem;	/* 32px */
	}
	#strength_resolved h2::before, #strength_resolved h2::after {
/*		position: absolute;
 *		top: 50%;
 *		left: 0;
 *		margin: 0;
 *		transform: translatey(-50%);
 */	/* 2023.11 KAZ: c/o */
		height: calc(1.375rem * 2.6666);	/* 2023.11 KAZ: added */
	}
	#strength_resolved h2::after {
		right: 0;
		left: auto;
	}
	#strength_resolved ul > li {
		width: 330px;
		margin: 0 auto;
	}
	#strength_resolved ul > li:nth-child(n+2) {
		margin-top: -12px;
	}
	#strength_resolved p {
		padding-top: 260px;
		margin-bottom: 0;
	}
	#strength_resolved p span {
		font-size: 1.5rem;	/* 24px */
	}

	#strength_resolved_list {
	}
	#strength_resolved_list .wall {
		padding-top: 27px;
	}
	#strength_resolved_list .wrap {
		padding-bottom: 65px;
	}
	#strength_resolved_list h3 {
		font-size: 1.625rem;	/* 26px */
		padding-bottom: 10px;
	}
	#strength_resolved_list .wrap .detail_wrap p {
		padding: 32px 0;
	}
	#strength_resolved_list .wrap ul > li {
		margin-bottom: 25px;
	}
	#strength_resolved_list .wrap .table_wrap {
		position: relative;	/* 2023.9 KAZ */
		margin-left: 0;
		margin-bottom: 210px;	/* 2023.9 KAZ: was 150px */
		padding-top: 0;
	}
	#strength_resolved_list .wrap .table_wrap::after {	/* 2023.9 KAZ */
		position: absolute;
		background: url(/images/sp/icon_swipe.svg) no-repeat center / cover;
		bottom: -83px;
		left: calc(50% - 40px);
		width: 80px;
		height: 63px;
		content: '';
	}
	#strength_resolved_list .wrap .table_wrap > .inner {	/* 2023.9 KAZ: added > .inner */
/*		overflow-x: scroll; */
		overflow: auto;	/* 2023.9 KAZ */
/*		scrollbar-color: var(--cpm-green) #e3e2e2; */	/* 2023.9 KAZ: Firefox */
	}
/*	#strength_resolved_list .wrap .table_wrap > .inner::-webkit-scrollbar {
 *		background-color: #e3e2e2;
 *		border-radius: 2px;
 *		width: 16px;
 *		height: 16px;
 *	}
 *	#strength_resolved_list .wrap .table_wrap > .inner::-webkit-scrollbar-track {
 *		margin: 1px;
 *	}
 *	#strength_resolved_list .wrap .table_wrap > .inner::-webkit-scrollbar-thumb {
 *		background-color: var(--cpm-green);
 *		background-clip: padding-box; / * 背景を切り取る * /
 *		border: 3px solid transparent; / * 透明なボーダーをつける * /
 *		border-radius: 8px;
 *	}
 */	/* These does not work on iOS 13 and later */
	#strength_resolved_list .wrap .table_wrap h4,
	#strength_resolved_list .wrap .table_wrap .table {
		width: 900px;	/* 2023.9 KAZ */
	}
	#strength_resolved_list .wrap .table_wrap .table img {
		max-width: none;	/* 2023.9 KAZ */
/*		margin-bottom: 16px; */	/* 2023.9 KAZ */
	}
	#strength_resolved_list .voice_wrap {
		margin-top: 75px;
		padding: 0 2.8715%;	/* 9 / 320; 2023.9 KAZ: ChkHTML; was 0 15px */
	}
	#strength_resolved_list .voice_wrap h4 {
		width: 140px;
		height: 140px;
		line-height: 140px;
		margin: -75px auto 0;
	}
	#strength_resolved_list .wrap .voice_wrap .imgonly {
		width: 240px;
		margin: 15px auto 0 !important;
	}
	#strength_resolved_list .wrap .voice_wrap ul {
	}
	#strength_resolved_list .wrap .voice_wrap ul > li {
/*		line-height: 2; */	/* 2023.9 KAZ: ChkHTML; c/o */
		padding: 20px 5.1724%;	/* 15 / 290; 2023.9 KAZ: ChkHTML; was 20px 15px */
		margin-bottom: 18px;
	}
	#strength_resolved_list .wrap .voice_wrap ul > li p {
		line-height: 1.8571;	/* 26px; 2023.9 KAZ: ChkHTML */
		font-size: min(0.875rem, 3.8889vw);	/* 14px | 14 / 360px; 2023.9 KAZ: ChkHTML: added min() */
	}
	#strength_resolved_list .wrap .voice_wrap ul > li p.strong {
		line-height: 1.625;	/* 26px; 2023.9 KAZ: ChkHTML */
		font-size: min(1rem, 4.2667vw);	/* 16px | 16 / 375px; 2023.9 KAZ: ChkHTML: added min() */
	}
	#strength_resolved_list .wrap#resolved_list5 {
		padding: 33px 19px 10px;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	#strength_resolved_list .wrap#resolved_list5  ul {
		padding-top: 20px;
	}
	#strength_resolved_list .wrap#resolved_list5  ul > li {
		line-height: 1.444;
		padding-bottom: 20px;
	}

	#strength_resolved_example {	/* 2023.10 KAZ: this section */
	}
	#strength_resolved_example .wall {
		padding-top: 60px;
	}
	#strength_resolved_example h2 {
	}
	#strength_resolved_example .subsection {
		padding-bottom: 40px;
	}
	#strength_resolved_example .subsection h3 {
		margin-bottom: 22px;
		line-height: 1.1667;	/* 42px */
		font-size: 2.25rem;	/* 36px */
	}
	#strength_resolved_example .subsection h3::after {
		width: calc(100% - 48px);
		margin-top: 18px;
	}
	#strength_resolved_example .subsection .content {
	}
	#strength_resolved_example .subsection .content h4 {
		margin-bottom: 10px;
		line-height: 1.4091;	/* 31px */
		font-size: 1.375rem;	/* 22px */
	}
	#strength_resolved_example .subsection .content p + h4 {
		margin-top: 34px;
	}
	#strength_resolved_example .subsection .content p {
	}
	#strength_resolved_example .subsection .content ul {
		margin: 14px 0 26px;
	}
	#strength_resolved_example .subsection .content ul li {
	}
	#strength_resolved_example .subsection .subsection_images {
		margin-top: 30px;
	}
	#strength_resolved_example .subsection .subsection_images img {
		width: 320px;
		height: 212px;
		margin-bottom: 20px;
	}

	#strength_solution {
		padding: 55px 0;
	}
	#strength_solution .wrapper {
		padding-top: 18px;
		margin-bottom: 38px;
	}
	#strength_solution .wrapper h3 {
		font-size: 1.625rem;	/* 26px */
	}
	#strength_solution .wrapper h3 .inner small {
		font-size: 1rem;	/* 16px */
	}
	#strength_solution .wrapper .wall {
/*		padding-left: calc(50% - var(--cpm-semi-wall-width) / 2); */
/*		padding-right: calc(50% - var(--cpm-semi-wall-width) / 2); */
		border-top-left-radius: 60px;
		border-top-right-radius: 0;
		padding-top: 193px;
		padding-bottom: 55px;
		margin: -160px 0 0 auto;
	}
	#strength_solution .wrapper#solution2 .wall {
/*		padding-right: calc(50% - var(--cpm-semi-wall-width) / 2); */
/*		padding-left: calc(50% - var(--cpm-semi-wall-width) / 2); */
		border-top-left-radius: 0;
		border-top-right-radius: 60px;
		margin: -160px auto 0 0;
	}
	#strength_solution .wrapper .linkwrap {
		margin: 30px auto;
	}
	#strength_solution .wrapper .linkwrap a.linkbtn {
		margin: 0 auto;
	}
	#strength_solution .wrapper .descr_wrap {
		padding: 20px;
	}


	/* CPMとは ／ 会社概要 */
	#my-strength #content {
		padding-bottom: 55px;
	}
	#aboutus_vision {
		background: url(/images/sp/aboutus_vision_bg.jpg) no-repeat center / cover;
	}
	#aboutus_vision .wall {
		height: 400px;
		padding-top: 66px;
	}
	#aboutus_vision h2,
	#aboutus_qualitypolicy h2 {
		margin-bottom: 27px;
	}
	#aboutus_vision h2 {
	}
	#aboutus_vision h2 span.outline {
		margin-bottom: -18px;
		font-size: min(6rem, 26.67vw);	/* 96px | 96 / 360 * 100vw */
	}
	#aboutus_vision h2 .inner,
	#aboutus_qualitypolicy h2 .inner,
	#aboutus_qualitygoal h2 .inner,
	#aboutus_profile h2 .inner {
		padding: 0 23px;
	}
	#aboutus_vision .descr,
	#aboutus_qualitypolicy .descr,
	#aboutus_qualitygoal .goal {
		line-height: 1.8;	/* 36px */
		font-size: 1.25rem;	/* 20px */
	}
	#aboutus_qualitypolicy {
		background-size: 200px auto;
		margin-top: -10px;
	}
	#aboutus_qualitypolicy .wall {
		height: 266px;
	}
	#aboutus_qualitypolicy .descr {
		margin-bottom: 28px;
	}
	#aboutus_qualitygoal {
	}
	#aboutus_qualitygoal .wall {
		padding: 166px 0 50px;
	}
	#aboutus_qualitygoal h2 {
		margin-bottom: 25px;
	}
	#aboutus_qualitygoal .goal {
		margin-bottom: 25px;
	}
	#aboutus_qualitygoal .goal span.large {
		font-size: 2rem;	/* 32px */
	}
	#aboutus_qualitygoal h3,
	#aboutus_environment h3,
	#aboutus_access .offices .office h3 {
		line-height: 1.3;	/* 26px */
		font-size: 1.25rem;	/* 20px */
	}
	#aboutus_qualitygoal h3 {
	}
	#aboutus_qualitygoal h3:not(:first-of-type) {
		margin-top: 50px;
	}
	#aboutus_qualitygoal h3::before,
	#aboutus_environment h3::before,
	#aboutus_access .offices .office h3::before {
		vertical-align: 8px;
	}
	#aboutus_qualitygoal table.pseudo_ol {
	}
	#aboutus_qualitygoal table.pseudo_ol th {
		width: 37px;
		padding: 18px 0;
	}
	#aboutus_qualitygoal table.pseudo_ol td {
		padding: 15px 0;
	}
	#aboutus_qualitygoal .imgonly {
	}
	#aboutus_qualitygoal .imgonly img {
		width: 240px;
	}
	#aboutus_environment {
	}
	#aboutus_environment .wall {
		padding: 50px calc(var(--cpm-wall-width) / 2 - var(--cpm-mid-wall-width) / 2) 50px calc(50% - var(--cpm-mid-wall-width) / 2);
	}
	#aboutus_environment h2 {
		margin-bottom: 30px;
	}
	#aboutus_environment h3 {
	}
	#aboutus_environment h3:not(:first-of-type) {
		margin-top: 46px;
	}
	#aboutus_environment .descr {
	}
	#aboutus_environment table.pseudo_ol {
		margin-top: 46px;
	}
	#aboutus_environment table.pseudo_ol th {
		width: 40px;
	}
	#aboutus_environment table.pseudo_ol td {
	}
	#aboutus_environment .logo {
		margin: 26px 0 16px;
	}
	#aboutus_environment .logo img {
		width: 240px;
	}
	#aboutus_environment .twoimages {
		flex-direction: column;
		align-items: center;
		gap: 14px 0;
	}
	#aboutus_environment .twoimages img,
	#aboutus_sdgs .imgonly img,
	#aboutus_health .imgonly img,
	#aboutus_childcare .imgonly img {
		width: 200px;
	}
	#aboutus_sdgs {
	}
	#aboutus_sdgs .wall,
	#aboutus_childcare .wall,
	#aboutus_greetings .wall,
	#aboutus_profile .wall {
		padding: 50px 0;
	}
	#aboutus_sdgs h2,
	#aboutus_health h2,
	#aboutus_childcare h2 {
		margin-bottom: 26px;
	}
	#aboutus_health {
	}
	#aboutus_health .wall {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#aboutus_childcare {
	}
	#aboutus_childcare h2 {
		line-height: 1.5;	/* 24px */
	}
	#aboutus_childcare h2 .inner {
		padding: 5px 22px;
	}
	#aboutus_greetings {
	}
	#aboutus_greetings .heading {
		width: 100%;
		margin-bottom: 50px;
		margin-left: calc(100% - var(--cpm-wall-width));
	}
	#aboutus_greetings .heading h2 {
		width: 62.64%;
		bottom: -20px;
		margin-bottom: 0;
	}
	#aboutus_greetings .heading h2 .inner {
		padding: 0 0 0 34px;
	}
	#aboutus_greetings .heading .title {	/* 2023.10 KAZ: was #aboutus_greetings .message .title */
		width: 1.5rem;	/* 2023.10 KAZ */
		top: -20px;	/* 2023.10 KAZ */
		left: calc(50% - 127px);	/* 2023.10 KAZ */
/*		margin-bottom: 17px; */
/*		line-height: 1.4545; */	/* 32px */
		font-size: 1.5rem;	/* 24px; 2023.10 KAZ was 1.375rem */
	}
	#aboutus_greetings .heading .title::before {	/* 2023.10 KAZ */
		height: 54px;
	}
	#aboutus_greetings .message {
	}
	#aboutus_greetings .message p {
	}
	#aboutus_greetings .message p:last-of-type {
		margin-bottom: 30px;
	}
	#aboutus_greetings .message .signature {
	}
	#aboutus_greetings .message .signature span.name {
		font-size: 1.375rem;	/* 22px */
	}
	#aboutus_middle {
	}
	#aboutus_profile {
	}
	#aboutus_profile h2 {
		margin-bottom: 30px;
		text-align: center;
	}
	#aboutus_profile .profile_table,
	#aboutus_profile .profile_table tbody,
	#aboutus_profile .profile_table tr,
	#aboutus_profile .profile_table th,
	#aboutus_profile .profile_table td {
		display: block;
	}
	#aboutus_profile .profile_table {
	}
	#aboutus_profile .profile_table tr {
		border-top: var(--cpm-light-gray) 1px solid;
		padding: 16px 0 14px;
	}
	#aboutus_profile .profile_table th,
	#aboutus_profile .profile_table td {
		border-top: 0;
	}
	#aboutus_profile .profile_table th {
	}
	#aboutus_profile .profile_table td {
	}
	#aboutus_access {
	}
	#aboutus_access .wall {
		padding: 50px 0 46px;
	}
	#aboutus_access h2 {
		margin-bottom: 30px;
	}
	#aboutus_access .offices {
		flex-direction: column;
		gap: 34px 0;
	}
	#aboutus_access .offices .office {
	}
	#aboutus_access .offices .office h3 {
		margin-bottom: 14px;
	}
	#aboutus_access .offices .office .imgonly {
		margin-bottom: 10px;
	}
	#aboutus_access .offices .office .address {
	}
	#aboutus_history {
		background-size: 200px auto, 200px auto;
	}
	#aboutus_history .wall {
		padding: 50px 0 40px;
	}
	#aboutus_history h2 {
		margin-bottom: 30px;
	}
	#aboutus_history h2 .inner {
		padding: 0 42px;
	}
	#aboutus_history .heading {
		flex-direction: column;
		gap: 10px 0;
		margin-bottom: 22px;
	}
	#aboutus_history .heading .legend {
		line-height: 24px;
		font-size: 1.125rem;	/* 18px */
	}
	#aboutus_history .heading .legend::before {
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-right: 15px;
		vertical-align: top;
		content: '';
	}
	#aboutus_history .heading .legend.cpm {
		color: var(--cpm-green);
	}
	#aboutus_history .heading .legend.cpm::before {
		background-color: var(--cpm-green);
	}
	#aboutus_history .heading .legend.world {
		color: var(--cpm-orange);
	}
	#aboutus_history .heading .legend.world::before {
		background-color: var(--cpm-orange);
	}
	#aboutus_history .decade {
		margin-left: 9px;
	}
	#aboutus_history .diagram + .decade {
		margin-top: 27px;
	}
	#aboutus_history .diagram {
		margin-top: 16px;
	}
	#aboutus_history .diagram::before {
		left: 9px;
	}
	#aboutus_history .diagram .event {
		padding: 0 8px 11px 38px;
	}
	#aboutus_history .diagram .event.cpm {
		border-right: var(--cpm-green) 4px solid;
	}
	#aboutus_history .diagram .event.world {
	}
	#aboutus_history .diagram .event::after {
		left: 0;
	}
	#aboutus_history .diagram .event .year {
	}
	#aboutus_history .diagram .event .descr {
	}
	#aboutus_history .diagram .event .twoimages {
		max-width: 252px;
		margin: 19px auto 21px;
	}
	#aboutus_history .diagram .event .twoimages img {
		width: min(120px, 33.33vw);
	}
	#aboutus_bottom {
	}

	/* 事業案内 共通 */
	#my-mechanicalparts .hentry,
	#my-contractassembly .hentry,
	#my-standardizedparts .hentry {
		padding-bottom: 75px;
	}
	section.service_intro {
		padding: 50px 0 46px;
	}
	section.service_intro h2,
	section.service_menu h2 {
		margin-bottom: 30px;
	}
	section.service_intro h2 {
	}
	section.service_intro .mainvisual {
		margin-bottom: 46px;
	}
	section.service_intro .content {
	}
	section.service_intro .content .heading {
		margin-bottom: 30px;
	}
	section.service_intro .content .descr {
	}
	section.service_menu {
	}
	section.service_menu .wall {
		width: 312px;
		padding: 50px 0;
	}
	section.service_menu h2,
	#standardizedparts_lists h2,
	#recruit_job_info .subsection h3 {
		line-height: 1.4545;	/* 32px */
		font-size: 1.375rem;	/* 22px */
	}
	section.service_menu h2 {
	}
	section.service_menu h2::before,
	section.service_menu h2::after,
	#standardizedparts_lists h2::before,
	#standardizedparts_lists h2::after,
	#recruit_job_info .subsection h3::before,
	#recruit_job_info .subsection h3::after {
		vertical-align: 8px;
	}
	section.service_menu h2::before,
	section.service_menu h2::after {
	}
	section.service_menu h2::before,
	#standardizedparts_lists h2::before,
	#recruit_job_info .subsection h3::before {
		margin-right: 11px;
	}
	section.service_menu h2::after,
	#standardizedparts_lists h2::after,
	#recruit_job_info .subsection h3::after {
		margin-left: 11px;
	}
	section.service_menu ul.service_list {
		/* See #my-products ul.product_list above */
	}
	section.service_menu ul.service_list li {
		/* See #my-products ul.product_list li above */
	}
	section.service_menu ul.service_list li .descr {
		/* See #my-products ul.product_list li .usage above */
	}
	section.service_menu ul.service_list li .btn_line {
		/* See #my-products ul.product_list li .btn_line above */
	}
	section.service_menu ul.service_list li .btn_line a.more {
		/* See #my-products ul.product_list li .btn_line a.more above */
	}

	/* 事業案内 ／ 機械要素部品 */
	#mechanicalparts_facts {
		padding-bottom: 50px;
	}
	#mechanicalparts_facts::before {
		height: calc(100% - 50px);
	}
	#mechanicalparts_facts .wall {
		padding: 50px 0;
	}
	#mechanicalparts_facts .subsection {
	}
	#mechanicalparts_facts .subsection:not(:last-child) {
		margin-bottom: 35px;
	}
	#mechanicalparts_facts .subsection h2,
	#standardizedparts_equipment h2 {	/* 2023.11 MTL KAZ: added */
		line-height: 50px;
		padding: 0 22px;
		font-size: 1.25rem;	/* 20px */
	}
	#mechanicalparts_facts .subsection .content {
		padding: 30px 15px 30px;
	}
	#mechanicalparts_facts .subsection .content.textonly {
		padding-bottom: 28px;
	}
	#mechanicalparts_facts .subsection .content .material_table {
		/* See #my-products article.single .product_data_table above */
	}
	#mechanicalparts_facts .subsection .content .material_table th {
		/* See #my-products article.single .product_data_table th above */
	}
	#mechanicalparts_facts .subsection .content .imgonly {
		flex-direction: column;
		gap: 20px 0;
		margin: 0 15px;
	}
	#mechanicalparts_facts .subsection .content .imgonly img {
	}
	#mechanicalparts_facts .subsection .content h3,
	#standardizedparts_equipment .content h3 {	/* 2023.11 MTL KAZ: added */
		margin: 40px 0 9px;
		padding-left: 6px;
	}
	#mechanicalparts_facts .subsection .content ul.equipment_list {
		margin-bottom: 60px;
	}
	#mechanicalparts_facts .subsection .content .equipment_table_wrapper {
		/* 2023.11 MTL KAZ: moved to #standardizedparts_equipment .content .equipment_table_wrapper */
	}

	/* 事業案内 ／ 組み込み受託 */
	#contractassembly_experience {
		padding: 50px 0;
	}
	#contractassembly_experience::before {
		width: calc(50% + var(--cpm-wall-width) / 2);	/* KAZ: was + 603px */
		height: calc(100% - 50px);
	}
	#my-contractassembly section.service_intro h2 .inner {
		padding: 6px 13px;
		line-height: 1.5;	/* 32px */
	}
	#contractassembly_experience h2 {
		margin-bottom: 30px;
		text-align: center;
	}
	#contractassembly_experience h2 .inner {
		padding: 0 23px;
	}
	#contractassembly_experience .imgonly {
		width: calc(50% + var(--cpm-semi-wall-width) / 2);
		margin-bottom: 38px;
		margin-left: auto;
	}
	#contractassembly_experience .wall {
		width: var(--cpm-semi-wall-width);
		padding-bottom: 50px;
	}
	#contractassembly_experience .heading {
	}
	#contractassembly_experience .descr {
		margin-bottom: 36px;
	}
	#contractassembly_experience .btn_line {
		text-align: center;
	}
	#contractassembly_experience .btn_line a.linkbtn {
		display: inline-block;
		width: 260px;
		text-align: left;
	}

	/* 事業案内 ／ 規格品の調達 */
	#my-standardizedparts .page-title .ja {
		margin-right: -11px;	/* -8px in design but for smaller mobiles */
		font-size: min(1.125rem, 4.8vw);
	}
	#my-standardizedparts section.service_intro .mainvisual {
		margin-bottom: 4px;	/* 2023.11 KAZ: was 50px */
	}
	section.service_intro .content .subcontent:not(:last-child) {
		margin-bottom: 46px;
	}
	section.service_intro .content .subcontent .imgonly {
		margin-bottom: 18px;
		vertical-align: top;
	}
	section.service_intro .content .subcontent h3,
	#standardizedparts_lists .subsection h3,
	h3.label {	/* 2023.11 Aki */
		margin-bottom: 12px;
		padding-left: 12px;
		line-height: 1.4091;	/* 31px */
		font-size: 1.375rem;	/* 22px */
	}
	section.service_intro .content .subcontent .descr p {
		margin-bottom: 30px;
	}
	section.service_intro .content .subcontent .descr p:last-child {
		margin-bottom: 0;
	}
	/* 2023.11 MTL Aki */
	h3.label {
	}
	#tandardizedparts_quality {
		padding-bottom: 50px;
	}
	#tandardizedparts_quality .descr {
	}
	section:is(#tandardizedparts_quality, #standardizedparts_inspection) .descr p:not(:last-child) {	/* 2023.11 KAZ: added :not(:last-child) */
		margin-bottom: 40px;
	}
	#tandardizedparts_quality ul {
		gap: 12px;
		marign-top: -23px;
	}
	#tandardizedparts_quality ul > li {
		width: calc(50% - 6px);
	}
	#tandardizedparts_quality ul > li .imgonly {
	}
	#tandardizedparts_quality ul > li p {
		font-size: 0.75rem;
	}
	#standardizedparts_inspection {
		padding-bottom: 35px;
	}
	#standardizedparts_inspection ul.image {
/*		margin-top: -22px; */	/* 2023.11 KAZ: c/o */
	}
	#standardizedparts_inspection ul.image > li {
		padding-bottom: 20px;
	}
	#standardizedparts_inspection ul.image > li:first-child {
	}
	#standardizedparts_inspection .case {
	}
	#standardizedparts_inspection .case h3 {
		padding: 3px 0;
	}
	#standardizedparts_inspection .case .wrapper {
		padding: 18px 20px 12px;
	}
	#standardizedparts_inspection .case .wrapper .wrap {
/*		padding-bottom: 13px; */	/* 2023.11 KAZ: c/o */
	}
	#standardizedparts_inspection .case h4 {
	}
	#standardizedparts_inspection .case h4 .en {
	}
	#standardizedparts_inspection .case h4 .ja {
	}
	#standardizedparts_inspection .case h4 small {
	}
	#standardizedparts_inspection .case .wrapper .wrap ul {
		margin-bottom: 13px;	/* 2023.11 KAZ: added */
	}
	#standardizedparts_inspection .case .wrapper .wrap ul > li {
	}
	#standardizedparts_inspection .case .wrapper .wrap ul > li::before {
	}

	#standardizedparts_equipment {	/* 2023.11 MTL KAZ: moved from #mechanicalparts_facts .subsection */
	}
	#standardizedparts_equipment .wall {
		padding-bottom: 60px;	/* 2023.11 MTL KAZ: not in design */
	}
	#standardizedparts_equipment h2 {
		/* See #mechanicalparts_facts .subsection h2 above */
	}
	#standardizedparts_equipment .content {
		padding: 27px 15px 49px;
	}
	#standardizedparts_equipment .content h3 {
		/* See #mechanicalparts_facts .subsection .content h3 above */
	}
	#standardizedparts_equipment .content .equipment_table_wrapper {
		position: relative;	/* 2023.9 KAZ */
		padding-bottom: 63px;	/* 2023.11 KAZ: ChkHTML; was 83px; 2023.9 KAZ */
	}
	#standardizedparts_equipment .content .equipment_table_wrapper::after {	/* 2023.9 KAZ */
		position: absolute;
		background: url(/images/sp/icon_swipe.svg) no-repeat center / cover;
		bottom: 0;
		left: calc(50% - 30px);	/* 2023.11 KAZ: ChkHTML; was calc(50% - 40px) */
		width: 60px;	/* 2023.11 KAZ: ChkHTML; was 80px */
		height: 48px;	/* 2023.11 KAZ: ChkHTML; was 63px */
		content: '';
	}
	#standardizedparts_equipment .content .equipment_table_wrapper > .inner {	/* 2023.9 KAZ: added > .inner */
		overflow: auto;
/*		scrollbar-color: var(--cpm-green) #e3e2e2; */	/* Firefox */
	}
/*	#standardizedparts_equipment .content .equipment_table_wrapper > .inner::-webkit-scrollbar {
 *		background-color: #e3e2e2;
 *		border-radius: 2px;
 *		width: 16px;
 *		height: 16px;
 *	}
 *	#standardizedparts_equipment .content .equipment_table_wrapper > .inner::-webkit-scrollbar-track {
 *		margin: 1px;
 *	}
 *	#standardizedparts_equipment .content .equipment_table_wrapper > .inner::-webkit-scrollbar-thumb {
 *		background-color: var(--cpm-green);
 *		background-clip: padding-box; / * 背景を切り取る * /
 *		border: 3px solid transparent; / * 透明なボーダーをつける * /
 *		border-radius: 8px;
 *	}
 */	/* These does not work on iOS 13 and later */
	#standardizedparts_equipment .content .equipment_table {
		width: 734px;	/* 2023.11 MTL KAZ: ChkHTML; was 828px */
		margin-bottom: 0;	/* 2023.9 KAZ */
	}
	#standardizedparts_equipment .content .equipment_table th:first-child {
		width: 240px;	/* 2023.11 MTL KAZ: ChkHTML */
	}
	#standardizedparts_equipment .content .equipment_table th:nth-child(2),
	#standardizedparts_equipment .content .equipment_table td:nth-child(2) {
		width: 220px;	/* 2023.11 MTL KAZ: ChkHTML */
	}
	#standardizedparts_equipment .content .equipment_table th:nth-child(3),
	#standardizedparts_equipment .content .equipment_table td:nth-child(3) {
		width: 150px;	/* 2023.11 MTL KAZ: ChkHTML */
	}
	#standardizedparts_equipment .content .equipment_table th:nth-child(4),
	#standardizedparts_equipment .content .equipment_table td:nth-child(4) {
		width: 124px;	/* 2023.11 MTL KAZ: ChkHTML */
	}

	#standardizedparts_lists {
		padding-top: 50px;
	}
	#standardizedparts_lists h2 {
		/* See also section.service_menu h2 above */
		margin-bottom: 40px;
	}
	.tab_menu_wrapper {
		width: var(--cpm-semi-wall-width);
	}
	.tab_menu_wrapper a.pseudoselect {
	}
	.tab_menu_wrapper ul.tab_menu {
	}
	#standardizedparts_lists .subsection {
	}
	#standardizedparts_lists .subsection .wall {
		padding: 50px 0;
	}
	#standardizedparts_lists .subsection h3 {
	}
	#standardizedparts_lists .subsection .partlist_table {
	}
	#standardizedparts_lists .subsection .partlist_table thead {
		display: none;
	}
	#standardizedparts_lists .subsection .partlist_table tbody th {
		/* See #my-products article.single .product_data_table th above */
	}
	#standardizedparts_lists .subsection .partlist_table tbody td {
		/* See #my-products article.single .product_data_table td above */
	}
	#standardizedparts_lists .bottom-image {
	}
	#standardizedparts_lists .bottom-image img {
		height: 240px;
		object-position: center top;
	}


	/* 採用情報 */
	#my-recruit #content,
	#my-job_info #content {
		padding-bottom: 55px;
	}
	#recruit_message {
		background: url(/images/sp/bg_recruit_message_left.png) no-repeat top 588px right calc(90vw - 34px) / 120.5px auto, url(/images/sp/bg_recruit_message_right.png) no-repeat top 133px left 90vw / 103.5px auto, url(/images/sp/bg_recruit_message.jpg) no-repeat top center / cover;
/*		height: 1163px; */
	}
	#recruit_message .wall {
		padding: 53px 0 148px;
	}
	#recruit_message h2 {
		margin-bottom: 14px;
		line-height: 1.12;	/* 56px */
		font-size: 3.125rem;	/* 50px */
	}
	#recruit_message p {
		width: 80vw;
		padding-bottom: 30px;
	}
	#recruit_message::after {
		height: 119px;
	}
	#recruit_staff {
	}
	#recruit_staff::before {
		background: url(/images/sp/recruit_staff_before.png) no-repeat center / cover;
		width: 290px;
		height: 83.5px;
		top: -148.5px;
	}
	#recruit_staff .wall {
	}
	#recruit_staff h2 {
		top: -68px;	/* KAZ */
	}
	#recruit_staff .staff_wrap {
		padding-bottom: 50px;
	}
	#recruit_staff .staff_wrap .name_wrap {
		height: 120px;
		padding: 19px calc(100% - var(--cpm-wall-width)) 0 calc(var(--cpm-wall-width) / 2 - 40vw);
	}
	#recruit_staff .staff_wrap .name_wrap .division {
		float: left;
		margin-right: 20px;
		padding: 0 27px;
		line-height: 30px;
		font-size: 1.125rem;	/* 18px */
	}
	#recruit_staff .staff_wrap#yh .name_wrap .division {
		padding: 0 9px 0 18px;
	}
	#recruit_staff .staff_wrap#hm .name_wrap .division {
		padding: 0 11px 0 23px;
	}
	#recruit_staff .staff_wrap .name_wrap .name {
		line-height: 32px;
		font-size: 1.375rem;	/* 26px */
	}
	#recruit_staff .staff_wrap .staff_img {
		margin-top: -50px;
	}
	#recruit_staff .staff_wrap#mr .staff_img {
		width: 360px;
		margin-bottom: 8px;
		margin-left: auto;
		margin-right: -32px;
	}
	#recruit_staff .staff_wrap#yh .staff_img {
		width: 329px;
		margin-bottom: 3px;
		margin-left: auto;
		margin-right: 27px;
	}
	#recruit_staff .staff_wrap#hm .staff_img {
		width: 328px;
		margin-bottom: 2px;
		margin-left: auto;
		margin-right: -2px;
	}
	#recruit_staff .staff_wrap ul,
	#recruit_staff .staff_wrap .illust {
		width: var(--cpm-semi-wall-width);
		margin-left: calc(50vw - var(--cpm-semi-wall-width) / 2);
		margin-right: auto;
	}
	#recruit_staff .staff_wrap ul {
	}
	#recruit_staff .staff_wrap ul > li {
		margin-bottom: 36px;
	}
	#recruit_staff .staff_wrap ul > li p.ttl {
		margin-bottom: 16px;
		line-height: 1.3;	/* 26px */
		font-size: 1.25rem;	/* 20px */
	}
	#recruit_staff .staff_wrap ul > li p.descr {
	}
	#recruit_staff .staff_wrap .illust {
		text-align: center;
	}
	#recruit_staff .staff_wrap .illust img {
		width: 290px;
	}
	#recruit_gallery {
		padding: 50px 0;
	}
	#recruit_gallery h2 {
		margin-bottom: 30px;
	}
	#recruit_slider {
		/* See front page's #product_slider above */
	}
	#recruit_slider .inner {
		width: 92%;
		margin-bottom: 32px;
	}
	#recruit_slider .inner .slide {
	}
	#recruit_slider .nav {
		height: 49px;
		margin: 0 auto;
	}
	#recruit_slider .nav a.slick-arrow {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#recruit_job_info {
	}
	#recruit_job_info .wall {
		padding: 40px 0 63px;
	}
	#recruit_job_info h2 {
		margin-bottom: 30px;
	}
	#recruit_job_info h2 .inner {
		padding: 0 23px;
	}
	#recruit_job_info .subsection {
	}
	#recruit_job_info #recruit_job_info_graduate {
		margin-bottom: 60px;
	}
	#recruit_job_info .subsection h3 {
		/* See also section.service_intro h2 and section.service_menu h2 above */
		margin-bottom: 21px;
	}
	#recruit_job_info .subsection .notfound {
	}
	.job_info_table {
		/* See #my-products article.single .product_data_table above */
	}
	.job_info_table th {
		/* See #my-products article.single .product_data_table th above */
	}
	#recruit_job_info .subsection .job_info_table th a {
		display: block;
	}
	.job_info_table td {
		/* See #my-products article.single .product_data_table th */
		/* See also #mechanicalparts_facts .subsection .content .material_table td */
	}
	#recruit_entry {
		background-image: url(/images/sp/recruit_entry_bg.jpg);
		height: 320px;
	}
	#recruit_entry::before {
	}
	#recruit_entry .inner {
		padding-top: 45px;
	}
	#recruit_entry .inner h2 {
		margin-bottom: 23px;
		line-height: 50px;
		font-size: 1.125rem;	/* 18px */
	}
	#recruit_entry .inner h2 img {
		width: 184px;
		margin-right: 19px;
		vertical-align: top;
	}
	#recruit_entry .inner .descr {
		margin-bottom: 16px;
		line-height: 31px;
	}
	#recruit_entry .inner .descr a {
	}
	#recruit_entry .inner .descr .sptel {	/* span.sptel or a.sptel */
		font-size: 1.25rem;	/* 20px */
	}
	#recruit_entry .inner .arrow {
		text-align: center;
	}
	#recruit_entry .inner .arrow a {
		display: inline-block;
		width: 64px;
		height: 64px;
		line-height: 62px;
		font-size: 1.5625rem;	/* 25px */
	}
	@media (any-hover: hover) {
		#recruit_entry .inner .arrow:hover {	/* #recruit_entry:hover .inner .arrow ??? */
			width: 70px;
			height: 70px;
			margin: -3px;
			line-height: 68px;
		}
	}

	/* 募集要項 */
	#my-job_info {
	}
	.single-job_info article.single .job_info_table tr:first-child {
		border-top: 0;
	}


	/* お問い合わせ */
	#my-contact .page-title .ja,
	#my-thanks .page-title .ja {
		margin-right: -11px;	/* -8px in design but for smaller mobiles */
		font-size: min(1.125rem, 4.8vw);
	}
	#my-contact .intro {
		padding: 46px 0 26px;
	}
	#my-contact .urgent {
		padding: 36px 0;
	}
	#my-contact .urgent .message {
		width: var(--cpm-semi-wall-width);
		margin: 0 auto 18px;
		line-height: 1.5556;	/* 28px */
		font-size: 1.125rem;	/* 18px */
	}
	#my-contact .urgent .heading {
	}
	#my-contact .urgent .phone,
	#thanks_main .notice .phone {
		font-size: min(2.5rem, 11.1112vw);	/* 40px | 40 / 360 */
	}
	#my-contact .urgent .phone {
	}
	#my-contact .urgent .phone .sptel {
	}
	#my-contact .urgent .btn_line {
	}
	#my-contact .urgent .btn_line a.linkbtn {
	}
	#contact_main {
	}
	#contact_main .wall {
		padding: 56px 0 60px;
	}
	#contact_main h2 {
/*		margin-bottom: 21px; */	/* 2023.9 KAZ: moved to padding-top of .wpcf7-form */
		line-height: 1.2727;	/* 28px */
		font-size: 1.375rem;	/* 22px */
	}
	#contact_main h2::before,
	#contact_main h2::after {
		vertical-align: 23px;
	}
	#contact_main h2::before {
		margin-right: 16px;
	}
	#contact_main h2::after {
		margin-left: 16px;
	}
	#contact_main h2 .inner {
		display: inline-block;
	}
	#contact_main .wpcf7-form {
		padding-top: 21px;	/* 2023.9 KAZ: moved */
	}
	#contact_main .wpcf7-form input[type=text],
	#contact_main .wpcf7-form input[type=email],
	#contact_main .wpcf7-form textarea {
		padding: 13px 5px;
	}
	#contact_main .wpcf7-form p.confirm-error,
	#contact_main .wpcf7-form p.confirm-message {
		margin-bottom: 28px;
	}
	#contact_main .wpcf7-form p.confirm-error {
	}
	#contact_main .wpcf7-form p.confirm-message {
	}
	#contact_main .wpcf7-form p.fieldline {
		padding: 16px 0;
	}
	#contact_main .wpcf7-form p.fieldline.last {
		margin-bottom: 40px;
	}
	#contact_main .wpcf7-form:not(.wpcf7-form-mode-confirm) p.fieldline span.title {
		margin-bottom: 8px;
	}
	#contact_main .wpcf7-form-mode-confirm p.fieldline span.title {
	}
	#contact_main .wpcf7-form p.fieldline span.title span.required {
	}
	#contact_main .wpcf7-form p.fieldline span.title span.optional {
	}
	#contact_main .wpcf7-form p.fieldline span.field {
	}
	#contact_main .wpcf7-form-mode-confirm p.fieldline span.field {
	}
	#contact_main .wpcf7-form p.fieldline span.field .wpcf7-form-control.wpcf7-radio {
		gap: 25px 27px;
		padding: 22px 20px;
	}
	#contact_main .wpcf7-form p.fieldline span.field .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:nth-child(odd) {
		min-width: 124px;
	}
	#contact_main .wpcf7-form p.fieldline span.field span.fieldnote {
		margin: 10px 0;
		line-height: 1.5714;	/* 22px */
	}
	#contact_main .wpcf7-form p.fieldline span.field span.subfield {
	}
	#contact_main .wpcf7-form p.fieldline span.field span.subfield span.label {
		display: block;
		margin-top: 6px;
	}
	#contact_main .wpcf7-form p.fieldline span.field span.subfield .wpcf7-form-control-wrap {
		margin-top: 4px;
	}
	#contact_main .wpcf7-form .privacy {
	}
	#contact_main .wpcf7-form .privacy_wrapper {
		padding: 20px 12px;
	}
	#contact_main .wpcf7-form p.buttons-area {
		flex-direction: column;
		align-items: center;
		gap: 23px 0;
	}
	#contact_main .wpcf7-form p.buttons-area button.button-rewrite {
		padding: 0 18px 0 0;	/* 2023.9 KAZ: was 0 32px 0 11px *
		line-height: 54px;	/* 2023.9 KAZ: was 62px */
	}
	#contact_main .wpcf7-form p.buttons-area button.button-rewrite::after {
		left: 10px;	/* 2023.9 KAZ: was 12px */
		right: auto;
	}
	#contact_main .wpcf7-form p.buttons-area-confirm {
		margin-bottom: 44px;
	}
	#contact_main .wpcf7-form p.note {
	}
	#thanks_main {
	}
	#thanks_main .wall {
		padding: 50px 0 60px;
	}
	#thanks_main h1 {
		margin-bottom: 26px;
	}
	#thanks_main .message {
		margin-bottom: 26px;
	}
	#thanks_main .notice {
		padding: 28px 0 30px;
	}
	#thanks_main .notice .heading {
		margin-bottom: 12px;
		line-height: 2;	/* 32px */
	}
	#thanks_main .notice .phone {
		/* See #my-contact .urgent .phone above */
	}
	#thanks_main .notice .phone .sptel {
	}
	#thanks_main .notice .hours {
	}
	#thanks_main .btn_line {
	}
	#thanks_main .btn_line a.linkbtn {
	}



}



/* =Print
----------------------------------------------- */
@media print {
	body {
		width: var(--cpm-min-width);
	}
	#branding {
		position: absolute;
	}
	#branding.bgwhite #masthead {
		background-color: transparent;
	}
	#my-top #branding.bgwhite #headmenu > ul > li > a .en,
	#my-top #branding.bgwhite #headmenu > ul > li > .nolink .en {
		color: white;
	}
	.entry-meta .edit-link a {
		display: none;
	}

	.page #content > section .wall, .page .entry-content > section .wall, .slide-from-bottom {	/* script.js 内の $sections のセレクターと同期が必要 */
		visibility: visible;
	}

}


/* Debugging Guide
----------------------------------------------- */
/*#topmain::before, #main::before,
#topmain::after, #main::after,
#mainwall::before,
#mainwall::after,
#primary::after {
	background-color: red;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	z-index: 99999;
	content: '';
}
#topmain::before, #main::before {
	left: calc(50% - var(--cpm-wall-width) / 2);
}
#topmain::after, #main::after {
	right: calc(50% - var(--cpm-wall-width) / 2);
}
#mainwall::before {
	left: calc(50% - var(--cpm-semi-wall-width) / 2);
}
#mainwall::after {
	right: calc(50% - var(--cpm-semi-wall-width) / 2);
}
#primary::after {
	left: 50%;
} Aki c/o */
@charset "utf-8";
/*
 * Copyright (c) 2012 takashi shinohara
 * this Library is licensed. http://aulta.jp/library/
 * http://aulta.jp/library/wordpress/contactForm7Confirm.html
 * last update: 2012-02-15, 0.0.1.
 *
 *	MTL 変更履歴
 *	02-OCT-2012	確認画面の文字色等を変更
 *	24-APR-2019	エラーメッセージの表示位置を各フィールドの次に移動
 */

/*
 * 入力時に付加するclass
 */
form.wpcf7-form-mode-edit {
	
}

/*
 * 確認時に付加するclass
 */
form.wpcf7-form-mode-confirm {
	
}
#contact_main form.wpcf7-form-mode-confirm p.confirm-message {	/* 2023.9 KAZ */
	display: block;
}
#contact_main .wpcf7-form-mode-confirm p.fieldline span.field span.subfield:not(.zip) {	/* 2023.9 KAZ */
	display: inline;
}
form.wpcf7-form-mode-confirm span:is(.required, .optional),	/* Aki */
#contact_main .wpcf7-form-mode-confirm p.fieldline span.field span.fieldnote,	/* 2023.9 KAZ */
#contact_main .wpcf7-form-mode-confirm p.fieldline span.field span.subfield span.label,	/* 2023.9 KAZ */
form.wpcf7-form-mode-confirm .privacy,	/* 2023.9 KAZ: was form.wpcf7-form-mode-confirm .accept_line */
form.wpcf7-form-mode-confirm .captcha_line,
form.wpcf7-form-mode-confirm p.note /* 2023.9 KAZ */ {	/* 確認時に表示しない項目 */
	display: none !important;
}

/*
 * 「確認へ」を押したときの入力チェックでひっかかった時に表示するメッセージ
 */
form.wpcf7-form span.wpcf7-form-control-wrap {
}
form.wpcf7-form span.wpcf7-form-control-wrap .error-messages {
	display: block;
	margin-bottom: 9px;	/* 2023.9 KAZ */
	line-height: 1.5;	/* 21px; 2023.9 KAZ */
	color: var(--cpm-red);	/* 2023.9 KAZ */
	font-size: 0.875rem;	/* 14px; 2023.9 KAZ */
}
form.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	display: none;	/* 2023.9 KAZ */
}

/*
 * 入力チェックに引っかかったとき
 */
#contact_main form.wpcf7-form-mode-edit-error p.confirm-error {	/* 2023.9 KAZ */
	display: block;
}

/*
 * プレビュー時のテキスト
 */
form.wpcf7-form span.wpcf7-form-control-wrap-confirm {	/* MTL */
/*	color: black; */
/*	font-weight: bold; */
}

/*
 * ボタンエリア、確認へ
 */
form.wpcf7-form p.buttons-area-confirm {
/*	padding: 20px; */
/*	text-align: center; */
}

/*
 * ボタンエリア、書き直す、送信（「書き直す」が加わるため位置調整）
 */
form.wpcf7-form p.buttons-area .button-rewrite {
/*	margin-right: 20px; */
}
#contact_main form.wpcf7-form.sent .wpcf7-response-output {
	display: none;	/* 2023.9 KAZ */
}
@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{box-sizing:border-box;cursor:pointer;display:inline-block;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.wp-block-button .wp-block-button__link.is-style-outline,.wp-block-button.is-style-outline>.wp-block-button__link{border:2px solid;padding:.667em 1.333em}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color){color:currentColor}.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background){background-color:transparent;background-image:none}.wp-block-button .wp-block-button__link:where(.has-border-color){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-color]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-color]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-color]){border-left-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-style]){border-width:initial}.wp-block-button .wp-block-button__link:where([style*=border-top-style]){border-top-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-right-style]){border-right-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){border-bottom-width:medium}.wp-block-button .wp-block-button__link:where([style*=border-left-style]){border-left-width:medium}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-code{box-sizing:border-box}.wp-block-code code{display:block;font-family:inherit;overflow-wrap:break-word;white-space:pre-wrap}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:transparent}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{content:"";display:block;font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;width:100%;z-index:1}.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}.wp-block-details{box-sizing:border-box;overflow:hidden}.wp-block-details summary{cursor:pointer}.wp-block-details>:not(summary){margin-block-end:0;margin-block-start:var(--wp--style--block-gap)}.wp-block-details>:last-child{margin-bottom:0}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);bottom:0;box-sizing:border-box;color:#fff;font-size:13px;left:0;margin-bottom:0;max-height:60%;overflow:auto;padding:0 8px 8px;position:absolute;text-align:center;width:100%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-bottom:1em;margin-top:.5em}.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}.wp-lightbox-container .img-container{position:relative}.wp-lightbox-container button{background:none;border:none;cursor:zoom-in;height:100%;position:absolute;width:100%;z-index:100}.wp-lightbox-container button:focus-visible{outline:5px auto #212121;outline:5px auto -webkit-focus-ring-color;outline-offset:5px}.wp-lightbox-overlay{height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100vw;z-index:100000}.wp-lightbox-overlay .close-button{cursor:pointer;padding:0;position:absolute;right:12.5px;top:12.5px;z-index:5000000}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay .wp-block-image img{max-height:100%;max-width:100%;width:auto}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.fade.active{animation:turn-on-visibility .25s both;visibility:visible}.wp-lightbox-overlay.fade.active img{animation:turn-on-visibility .3s both}.wp-lightbox-overlay.fade.hideanimationenabled:not(.active){animation:turn-off-visibility .3s both}.wp-lightbox-overlay.fade.hideanimationenabled:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom img{height:var(--lightbox-image-max-height);position:absolute;transform-origin:top left;width:var(--lightbox-image-max-width)}.wp-lightbox-overlay.zoom.active{opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .wp-block-image img{animation:lightbox-zoom-in .4s forwards}@media (prefers-reduced-motion){.wp-lightbox-overlay.zoom.active .wp-block-image img{animation:turn-on-visibility .4s both}}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{animation:lightbox-zoom-out .4s forwards}@media (prefers-reduced-motion){.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .wp-block-image img{animation:turn-off-visibility .4s both}}.wp-lightbox-overlay.zoom.hideanimationenabled:not(.active) .scrim{animation:turn-off-visibility .4s forwards}html.has-lightbox-open{overflow:hidden}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{left:var(--lightbox-initial-left-position);top:var(--lightbox-initial-top-position);transform:scale(var(--lightbox-scale-width),var(--lightbox-scale-height))}to{left:var(--lightbox-target-left-position);top:var(--lightbox-target-top-position);transform:scale(1)}}@keyframes lightbox-zoom-out{0%{left:var(--lightbox-target-left-position);top:var(--lightbox-target-top-position);transform:scale(1);visibility:visible}99%{visibility:visible}to{left:var(--lightbox-initial-left-position);top:var(--lightbox-initial-top-position);transform:scale(var(--lightbox-scale-width),var(--lightbox-scale-height))}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center;position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation:where(:not([class*=has-text-decoration])) a{text-decoration:none}.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{stroke:currentColor;display:inline-block;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;transition:opacity .1s linear;visibility:hidden;width:0;z-index:2}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:transparent;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:transparent;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container .wp-block-navigation-link a{color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards;background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);z-index:100000}@media (prefers-reduced-motion:reduce){.wp-block-navigation__responsive-container.is-menu-open{animation-delay:0s;animation-duration:1ms}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:transparent!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:transparent;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word;word-break:normal}.wp-block-navigation .wp-block-navigation-item__description{display:none}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form input[type=submit]{box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:transparent}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;overflow-wrap:break-word;padding:3em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}:where(.wp-block-pullquote){margin:0 0 1em}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit}.wp-block-post-template{list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.wp-block-post-template{background:none}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{margin-bottom:.5em;margin-right:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-read-more{display:block;width:-moz-fit-content;width:fit-content}.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{text-decoration:none}ul.wp-block-rss{list-style:none;padding:0}ul.wp-block-rss.wp-block-rss{box-sizing:border-box}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;min-height:24px;min-width:24px;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{-webkit-appearance:initial;appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search__button-behavior-expand .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden,.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search__button-behavior-expand.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}.wp-block[data-align=right] .wp-block-search__button-behavior-expand .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:1px solid;border-left:none;border-right:none}.wp-block-separator.is-style-dots{background:none!important;border:none;height:auto;line-height:1;text-align:center}.wp-block-separator.is-style-dots:before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}.wp-block-site-logo.is-style-rounded{border-radius:9999px}.wp-block-site-title a{color:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-delay:0s;transition-duration:0s}}.wp-block-social-link a{align-items:center;display:flex;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited{fill:currentColor;color:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#ff4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{stroke:#000;background-color:#fefc00;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none}.wp-block-social-links.is-style-logos-only .wp-social-link a{padding:0}.wp-block-social-links.is-style-logos-only .wp-social-link svg{height:1.25em;width:1.25em}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#ff4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{stroke:#000;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{color:#25d366}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}.wp-block-tag-cloud.is-style-outline{display:flex;flex-wrap:wrap;gap:1ch}.wp-block-tag-cloud.is-style-outline a{border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:transparent;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:currentColor}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:currentColor}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#ddd;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}