@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
*/

/* --------------------
	共通
   -------------------- */
/* コピーライト表記 */
.l-footer .copyright {
	display: none;
}
.l-footer .copyright-auto {
	font-size: 12px;
	text-align: center;
}

/* メインビジュアル-テキスト配置 */
.p-mainVisual__textLayer {
	justify-content: flex-end; /* 下寄せ */
	padding-bottom: 3%;
}
@media not all and (min-width: 1200px) {
	.p-mainVisual__textLayer {
		padding-bottom: 0;
	}
}
@media not all and (min-width: 960px) {
	.p-mainVisual__textLayer {
		padding-bottom: 10%;
	}
}
@media not all and (min-width: 600px) {
	.p-mainVisual__textLayer {
		padding-bottom: 2.5em;
	}
}

/* マーカー-太さ調整 */
.swl-marker {
	background: linear-gradient(transparent 85%, var(--color_mark_orange) 0%) !important;
}

/* --------------------
	ブロック追加CSS
   -------------------- */
/* ボックスメニューカスタマイズ */
.bm-custom01 .swell-block-box-menu__item {
	background-color: #f7f7f7;
	border-radius: 20px;
	border: 0;
	box-shadow: 7px 7px 8px #b9b9b9;
}
.bm-custom01 .swell-block-box-menu__text {
	text-align: center;
	line-height: 1.5;
}
@media screen and (max-width: 600px) {
	.bm-custom01.swell-block-box-menu[data-has-gap="1"] .swell-block-box-menu__inner {
		row-gap: 1.5em;
	}
	.bm-custom01 .swell-block-box-menu__figure img {
		height: 4em;
		width: 4em;
	}
}

/* 角丸 */
.br-20 {
	border-radius: 20px;
}

/* padding指定 */
.pa-1_25 {
	padding: 1.25em !important;
}
@media screen and (max-width: 600px) {
	.pa-1_25 {
		padding: 0.75em !important;
	}
}

/* リッチカラム - スマホ表示調整 */
@media screen and (max-width: 600px) {
	.lc-sp {
		font-size: 14px;
	}
	.lc-sp .swell-block-columns__inner {
		row-gap: 0.25rem;
	}
	.lc-sp .swell-block-column p {
		padding-bottom: 1em;
	}
}

/* グループカスタマイズ（導入事例スライダー） */
.grp-custom01 {
	background-color: #f7f7f7;
	border-radius: 20px;
	box-shadow: 7px 7px 8px #b9b9b9;
	padding: 1.5em;
	margin: 1em;
}

/* --------------------
	モーダルウィンドウ
   -------------------- */
.modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	z-index: 3;
}

.modal-content {
	background-color: #fff;
	margin: 15% auto;
	padding: 30px;
	border: 5px solid #d01a45;
	border-radius: 20px;
	width: 540px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-content h3 {
	display: inline-block;
	color: #fff;
	background-color: #d01a45;
	padding: 0.5em 0.75em;
	border-radius: 20px;
	margin-bottom: 0;
	position: relative;
	top: -2.5em;
	left: -1.25em;
}
.modal-content p {
	/* color: #fff; */
	line-height: 2.5;
	position: relative;
	top: -1.5em;
}


.close01, .close02, .close03, .close04, .close05, .close06 {
	color: #fff;
	background-color: #d01a45;
	border-radius: 25px;
	padding: 0 0.4em;
	float: right;
	font-size: 28px;
	font-weight: bold;
	/* position: relative; */
	position: relative;
	top: -2em;
	right: -1.25em;
	z-index: 4;
}

.close01:hover,.close01:focus,
.close02:hover,.close02:focus,
.close03:hover,.close03:focus,
.close04:hover,.close04:focus,
.close05:hover,.close05:focus,
.close06:hover,.close06:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	.modal-content {
		width: 45%;
	}
}

@media screen and (max-width: 960px) {
	.modal-content {
		padding: 16px;
		width: 385px;
		/* height: 57%; */
		border-radius: 10px;	
	}
	.modal-content .has-text-align-center {
		font-size: .7em !important;
	}
	.modal-content .u-mb-40, .modal-content .u-mb-30 {
		margin-bottom: .5em !important;
	}
	.modal-content h3 {
		top: -2em;
		left: -0.75em;
	}
	.close01, .close02, .close03, .close04, .close05, .close06 {
		font-size: 20px;
		top: -1.75em;
		right: -0.85em;
	}
}
@media screen and (max-width: 600px) {
	.modal-content {
		width: 95%;	
	}
	.modal-content h3 {
		border-radius: 10px;
		left: -1em;
	}
}

/* --------------------
	Flickity（スライダー）
   -------------------- */
.flickity-carousel {
	width: 100%;
}
.flickity-carousel .wp-block-image {
	width: 100%;
	height: 100%;
}
/* ページネーションボタン */
.flickity-button {
	background: transparent;
}
.flickity-button:hover {
	background: transparent;
}
.flickity-carousel .flickity-prev-next-button {
	top: 50%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transform: translateY(-50%);
}
.flickity-page-dots {
	padding-left: 0 !important;
}
.flickity-carousel .flickity-prev-next-button.next {
	/* right: 15px; */
	right: -35px;
}
.flickity-carousel .flickity-prev-next-button.previous {
	/* left: 15px; */
	left: -55px;
}
.flickity-carousel .flickity-prev-next-button .flickity-button-icon {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 600px) {
	.flickity-carousel .flickity-prev-next-button.next {
		right: -5px;
	}
	.flickity-carousel .flickity-prev-next-button.previous {
		left: -25px;
	}
}

/* --------------------
	コンタクトフォーム7
   -------------------- */
.cf7 {
	margin: 0 auto;
	color: #333;
}

.cf7__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.cf7__list dt:nth-of-type(n + 2),
.cf7__list dd:nth-of-type(n + 2) {
	/* margin-top: 30px; */
	margin-top: 20px;
}

.cf7__list dt {
	width: 30%;
	/* padding-top: 10px; */
	padding-top: 5px;
}

.cf7__list dd {
	width: 70%;
}

.cf7__list .cf7__odrtext p {
	padding-top: 10px;
}

/* 必須・任意 */
.cf7__required,
.cf7__optional {
	margin-left: 15px;
	padding: 1px 8px 3px;
	color: #fff;
	font-size: 12px;
	vertical-align: 1px;
}

.cf7__required {
	background: #B1221A;
	border-radius: 10px;
}

.cf7__optional {
	background: #878D8E;
	border-radius: 10px;
}

/* input・textarea */
.cf7__list dd input[type="text"],
.cf7__list dd input[type="tel"],
.cf7__list dd input[type="email"],
.cf7__list dd textarea {
	width: 100%;
	/* padding: 12px 20px; */
	padding: 4px 8px;
	background: #fff;
}

/* ドロップダウンメニュー */
.cf7__select {
	position: relative;
}

.cf7__select:before {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 10;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid #000;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	pointer-events: none;
	content: '';
}

.cf7__select select {
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	color: #a5a5a5;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
	/* display: block; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 0 10px;
}

/* 縦並び（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item {
	display: block;
	margin: 0;
	width: 33%;
}

.cf7__list dd .wpcf7-list-item:nth-child(n + 4) {
	margin-top: 18px;
}

/* マウスカーソル（チェックボックス・ラジオボタン） */
.cf7__list dd .wpcf7-list-item label {
	cursor: pointer;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	border: 1px solid #bcbcbc;
	vertical-align: -3px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}

/* チェックボックス */
input[type="checkbox"]:checked {
	border: 1px solid #000;
	background: #000;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	top: 2px;
	left: 5px;
	transform: rotate(50deg);
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
}

/* ラジオボタン */
input[type="radio"] {
	border-radius: 50%;
}

input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #000;
	content: '';
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type="text"]::placeholder,
.cf7__list dd input[type="tel"]::placeholder,
.cf7__list dd input[type="email"]::placeholder,
.cf7__list dd textarea::placeholder {
	color: #a5a5a5;
}

/* Microsoft Edge */
.cf7__list dd input[type="text"]::-ms-input-placeholder,
.cf7__list dd input[type="tel"]::-ms-input-placeholder,
.cf7__list dd input[type="email"]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
	color: #a5a5a5;
}

/* Internet Explorer */
.cf7__list dd input[type="text"]:-ms-input-placeholder,
.cf7__list dd input[type="tel"]:-ms-input-placeholder,
.cf7__list dd input[type="email"]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
	color: #a5a5a5;
}

/* 送信ボタン */
.cf7__button {
	padding-left: 72px;
	text-align: center;
}

.cf7__button p {
	white-space: nowrap;
}

input[type="submit"] {
	width: 260px;
	height: 50px;
	background: #ef8585;
	color: #fff;
	transition: opacity .6s;
	border-radius: 30px;
}

input[type="submit"]:hover {
	opacity: .6;
}

/* ajax-loader */
.wpcf7-spinner {
	vertical-align: middle;
}

.cf7__privacy {
	text-align: center;
}

.cf7__privacy2 {
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.cf7__required,
	.cf7__optional {
		padding: 3px 8px 3px;
	}

	.cf7__list dt {
		width: 100%;
		/* margin-bottom: 15px; */
		margin-bottom: 5px;
		padding-top: 0;
	}

	.cf7__list dd {
		width: 100%;
	}

	.cf7__list dd:nth-of-type(n + 2) {
		margin-top: 0;
	}

	.cf7__list dd .wpcf7-checkbox,
	.cf7__list dd .wpcf7-radio {
		/* padding: 15px 0 0; */
		padding: 0;
	}

	.cf7__list dd .wpcf7-list-item {
		width: 50%;
	}
	.cf7__list dd .wpcf7-list-item:nth-child(n + 3) {
		margin-top: 18px;
	}

	.cf7__button {
		padding-left: 62px;
	}

	input[type="checkbox"],
	input[type="radio"] {
		margin-right: 0;
	}

	/* 送信ボタン */
	input[type="submit"] {
		width: 180px;
		height: 56px;
	}
}

@media screen and (max-width: 1200px) { /* 1200px以下 */
	.cf7 {
		width: 100%;
	}
}
/* コンタクトフォーム7（END） */

/* --------------------
	reCAPTCHA
   -------------------- */
/* デフォルトのreCAPTCHAを非表示 */
.grecaptcha-badge {
	visibility: hidden !important;
}
.recaptcha-banner-container {
	display: flex;
	align-items: center;
	width: 300px;
	height: 60px;
	border: 1px solid #ccc;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	font-family: sans-serif;
	margin: 20px auto;
	box-sizing: border-box;
}
.recaptcha-banner-left {
	flex: 1;
	background-color: #4285F4;
	color: white;
	padding: 8px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
/* reCAPTCHAで保護されています */
.recaptcha-banner-left .recaptcha-main-text {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 3px;
}
/* プライバシー・利用規約リンク*/
.recaptcha-links {
	display: flex;
	align-items: center;
	line-height: 1.2;
	gap: 4px;
}
/* プライバシー・利用規約*/
.recaptcha-links a {
	color: white;
	text-decoration: underline;
	font-size: 10px;
}
.recaptcha-banner-right {
	width: 60px;
	height: 100%;
	background-color: white;
	background-image: url('https://data.kizuna-holdings.co.jp/wp-content/uploads/2025/09/recaptcha-logo.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
}
/* スマートフォン768px以下のデバイス */
@media (max-width: 768px) {
	.recaptcha-banner-left .recaptcha-main-text {
		font-size: 13px;
		line-height: 1.3;
	}
}