@charset "UTF-8";
/*
Template: swell
Theme Name: SWELL CHILD
Theme URI: https://swell-theme.com/
Description: SWELLの子テーマ
Version: 1.0.0
Author: LOOS WEB STUDIO
Author URI: https://loos-web-studio.com/

License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

@media (min-width: 600px) {
	.post_content h2 {
		font-size: 2em !important; 
	}
}
.post_content h3 {
	margin-block: 1em 0;
}
.company-table {
	max-width: 800px;
	margin-inline: auto;
}
.company-table tr th {
	width: 30% !important;
}

.feature-content img{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.font-color-white {
	color: #fff !important;
}

/* ﾌｫｰﾑのcss */
#wpcf7-f28-p7-o1 form {
	max-width: 800px;
	margin-inline: auto;
}
#wpcf7-f28-p7-o1 input[type="tel"],
#wpcf7-f28-p7-o1 input[type="email"],
#wpcf7-f28-p7-o1 input[type="text"],
#wpcf7-f28-p7-o1 textarea {
	width: 100%;
}
#wpcf7-f28-p7-o1 span.required {
	background: #1e73be;
	color: #fff;
	padding: 2px 6px;
	margin-left: 8px;
	font-size: 0.9em;
}
#wpcf7-f28-p7-o1 [type=submit] {
	background: #63a84d;
	color: #fff;
	padding: 10px;
	max-width: 300px;
	width: 100%;
	margin-inline: auto;
	display: block;
	margin-top: 3em;
}
#wpcf7-f28-p7-o1 p {
	margin-top: 1em;
	font-weight: 700;
}
#wpcf7-f28-p7-o1 .wpcf7-list-item-label {
	font-weight: normal;
	display: flex;
	align-items: center;
}
fieldset p{
	margin-top: 20px;
}
.contact-caution-text {
	max-width: 800px;
	margin-inline: auto;
	margin-bottom: 4em !important;
}
.wpcf7-checkbox {
	margin-top: 0.8em;	
}
/* チェックボックスcss */
/* チェックボックス全体の並び */
.wpcf7 .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

/* 各項目 */
.wpcf7 .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .wpcf7-list-item > label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	color: #222;
	user-select: none;
	line-height: 1.5;
}

/* ネイティブチェックボックスは隠す */
.wpcf7 .wpcf7-list-item input[type="checkbox"] {
	position: absolute !important;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/* チェックボックスの見た目（□部分） */
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	transition: border-color 0.2s, background-color 0.2s;
	margin-right: 4px;
}

/* チェック状態（チェックマークを表示） */
.wpcf7 .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: #0CA498; /* 好きな色に変更可 */
	border-color: #0CA498;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 10.5l3.2 3.2L15 7.5' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
}

/* フォーカス時（キーボード操作など） */
.wpcf7 .wpcf7-list-item input[type="checkbox"]:focus-visible + .wpcf7-list-item-label::before {
	outline: 2px solid transparent;
	box-shadow: 0 0 0 3px rgba(12, 164, 152, 0.3);
}

/* 無効化状態 */
.wpcf7 .wpcf7-list-item input[type="checkbox"]:disabled + .wpcf7-list-item-label {
	opacity: 0.5;
	cursor: not-allowed;
}

/* 同意チェックボックス */
.policy-check {
	text-align: center;
}
.policy-link {
	text-decoration: underline;
}

/* フッター */
.w-footer.-col1 {
	text-align: center;	
}
#media_image-4 img {
	width: 160px;
	height: auto;
	object-fit: contain;
}
@media (max-width: 767px) {
	#media_image-4 img {
		width: 100px;
	}
}
.footer__area-info {
	font-size: 1.2em;	
	font-weight: 600;
}
.footer__tel {
	font-size: 1.6em;	
	font-weight: 600;
}