/*
Theme Name:   SWELL child
Theme URI:    
Description:  WordPressテーマ「SWELL」の子テーマ
Author:       supportas
Author URI:   https://supportas.co.jp/
Template:     swell
Version:      
*/

/* 共通 */
/* ======================================= */
:root {
	--color01: #1c1c1c;
	--color02: #4a4a4a;
	--color03: #7d7d7d;
	--color04: #b3b3b3;
	--color05: #ffffff;
	--color-aqua: #00B0F0;
	--color-yellow: #FFC000;
	--color-green: #92D050;
	--color-blue: #0070C0;
}
.l-content {
	z-index: initial;
}
.c-pageTitle[data-style=b_bottom] {
	border: none;
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
	padding-bottom: 1.25em;
	float: none;
	text-align: center;
	border-color: #b3b3b3;
}
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
	background-color: transparent;
	color: var(--color_main);
	text-align: center;
	font-weight: bold;
}
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
	border-width: 1px;
	border-color: var(--color04);
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
	margin-bottom: 0.75em;
	font-size: 1.5em;
	color: var(--color01);
	text-align: center;
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
	content: none;
}
h3.catch {
	line-height: 1.7;
}
.post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
	padding: 1em 0;
	border-top: 1px solid var(--color04);
	border-bottom: 1px solid var(--color04);
	border-left: none;
}
.custom-table {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-table.custom-table td, .wp-block-table.custom-table th,
.custom-table td, .custom-table th {
	padding: 1.25em .75em;
	border-right: none;
	border-left: none;
}
.wp-block-table.custom-table>table tr>:first-child:not(.-no1),
.custom-table>table tr>:first-child:not(.-no1) {
	width: 240px;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
}
.custom-footer .swell-block-linkList {
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: start;
	flex-wrap: wrap;
	row-gap: 24px;
	list-style: none;
}
.custom-footer .swell-block-linkList li {
	width: auto;
	margin: 0;
	color: var(--color03);
}
.custom-footer .swell-block-linkList a {
	text-decoration: underline;
}
/* CEO Message */
/* ======================================= */
.ceo-signature {
	font-family: "Noto Serif JP";
	font-size: 1.5em;
	font-weight: normal;
}
.ceo-signature strong {
	font-family: initial;
	font-size: 0.5em;
}
/* Business */
/* ======================================= */
.business-list .swell-block-button .swell-block-button__link {
	width: 100%;
	font-size: 0.87em;
	pointer-events: none;
}
.business-list.cost .swell-block-button .swell-block-button__link {
	background-color: var(--color-aqua);
}
.business-list.profit .swell-block-button .swell-block-button__link {
	background-color: var(--color-yellow);
}
.business-list.efficiency .swell-block-button .swell-block-button__link {
	background-color: var(--color-green);
}
.business-list.financial .swell-block-button .swell-block-button__link {
	background-color: var(--color-blue);
}
/* Team */
/* ======================================= */
.c-postThumb__figure {
	height: 320px;
}
.p-postList__body .desc {
	font-size: 0.9em;
}
.p-postList__item .popupBox {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 105;
}
.p-postList__item .popupBox.is-show {
	display: block;
}
.p-postList__item .popupBox__inner {
	width: 80%;
	max-width: 960px;
	min-height: 480px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 10;
}
.p-postList__item .popupBox__inner {
	display: flex;
}
.p-postList__item .popupBox__inner .personal {
	width: 40%;
}
.p-postList__item .popupBox__inner .personal .c-postThumb__figure {
	height: 400px;
}
.p-postList__item .popupBox__inner .name-wrap {
	padding: 1.5em;
}
.p-postList__item .popupBox__inner .name-wrap .head {
	font-weight: bold;
	font-size: 1.25em;
}
.p-postList__item .popupBox__inner .name-wrap p {
	margin-bottom: 0.1em;
}
.p-postList__item .popupBox__inner .name-wrap .sub-head {
	font-weight: bold;
	color: var(--color04);
	font-size: 0.9em;
}
.p-postList__item .popupBox__inner .name-wrap .desc {
	font-weight: bold;
	font-size: 0.9em;
}
.p-postList__item .popupBox__inner .introduction {
	width: 60%;
	padding: 1.5em;
}
.p-postList__item .popupBox__inner .introduction .row {
	min-height: 200px;
	padding-top: 1em;
	border-top: 1px solid var(--color04);
}
.p-postList__item .popupBox__inner .introduction .row:first-of-type {
	padding-top: 0;
	border: none;
}
.p-postList__item .popupBox__inner .introduction .head {
	margin-bottom: 1em;
	font-size: 1.25em;
	font-weight: bold;
}
.-type-card .p-postList__link {
	height: auto;
}
/* Contact */
/* ======================================= */
.wpcf7 .custom-table th {
	background-color: transparent;
	vertical-align: top;
}
.wpcf7 .custom-table th p {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.wpcf7 .custom-table th .required {
	padding: 0.2em 0.75em;
	background-color: var(--color01);
	color: var(--color05);
}
.wpcf7 .custom-table th .required.--non {
	background-color: var(--color04);
	color: var(--color05);
}
.wpcf7 .custom-table input[type="text"],
.wpcf7 .custom-table input[type="email"],
.wpcf7 .custom-table input[type="tel"],
.wpcf7 .custom-table textarea {
	width: 100%;
}
.wpcf7 .custom-table ::placeholder {
	color: var(--color04);
 }