@charset "UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}.dfac-chatbot {
  --dfac-bg: #ffffff;
  --dfac-text: #17212b;
  --dfac-muted: #5b6875;
  --dfac-border: #d9e3ea;
  --dfac-primary: #0f766e;
  --dfac-primary-dark: #115e59;
  --dfac-accent: #f2fbf8;
  --dfac-shadow: 0 16px 44px rgba(15, 28, 41, 0.18);
  bottom: 22px;
  box-sizing: border-box;
  color: var(--dfac-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  position: fixed;
  right: 22px;
  z-index: 9999;
}

.dfac-chatbot *,
.dfac-chatbot *::before,
.dfac-chatbot *::after {
  box-sizing: border-box;
}

.dfac-chatbot__launcher {
  align-items: center;
  background: var(--dfac-primary);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--dfac-shadow);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  gap: 10px;
  min-height: 52px;
  padding: 12px 18px;
}

.dfac-chatbot__launcher:hover,
.dfac-chatbot__launcher:focus-visible {
  background: var(--dfac-primary-dark);
}

.dfac-chatbot__launcher-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.dfac-chatbot__panel {
  background: var(--dfac-bg);
  border: 1px solid var(--dfac-border);
  border-radius: 8px;
  bottom: 76px;
  box-shadow: var(--dfac-shadow);
  display: flex;
  flex-direction: column;
  max-height: min(560px, calc(100vh - 120px));
  overflow: hidden;
  position: absolute;
  right: 0;
  width: min(380px, calc(100vw - 32px));
}

.dfac-chatbot__panel[hidden] {
  display: none;
}

.dfac-chatbot__header {
  flex: 0 0 auto;
  align-items: center;
  background: var(--dfac-primary);
  color: #ffffff;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 16px 18px;
}

.dfac-chatbot__eyebrow {
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 3px;
  opacity: 0.88;
}

.dfac-chatbot__title {
  color: inherit;
  font-size: 17px;
  line-height: 1.3;
  margin: 0;
}

.dfac-chatbot__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 24px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 36px;
}

.dfac-chatbot__close:hover,
.dfac-chatbot__close:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}

.dfac-chatbot__body {
  display: grid;
  flex: 1 1 auto;
  gap: 14px;
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
}

.dfac-chatbot__messages {
  display: grid;
  gap: 10px;
}

.dfac-chatbot__message {
  background: var(--dfac-accent);
  border: 1px solid #c9eee4;
  border-radius: 8px;
  color: var(--dfac-text);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  padding: 12px 14px;
}

.dfac-chatbot__notice {
  color: var(--dfac-muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

.dfac-chatbot__quick-actions {
  display: grid;
  gap: 8px;
}

.dfac-chatbot__quick-button {
  background: #ffffff;
  border: 1px solid var(--dfac-border);
  border-radius: 8px;
  color: var(--dfac-text);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 12px;
  text-align: left;
}

.dfac-chatbot__quick-button:hover,
.dfac-chatbot__quick-button:focus-visible {
  background: #f7faf9;
  border-color: var(--dfac-primary);
}

.dfac-chatbot__contact {
  align-items: center;
  background: var(--dfac-primary);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 11px 14px;
  text-decoration: none;
}

.dfac-chatbot__contact:hover,
.dfac-chatbot__contact:focus-visible {
  background: var(--dfac-primary-dark);
  color: #ffffff;
}

@media (max-width: 600px) {
  .dfac-chatbot {
    bottom: max(12px, env(safe-area-inset-bottom));
    right: 12px;
  }

  .dfac-chatbot__launcher {
    min-height: 50px;
    padding: 11px 14px;
  }

  .dfac-chatbot__launcher-text {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dfac-chatbot__panel {
    bottom: 66px;
    max-height: calc(100vh - 104px);
    right: 0;
    width: calc(100vw - 24px);
  }
}

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