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

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

html {
	overflow-y: scroll;
}

.guruwan-root,
.guruwan-root * {
	box-sizing: border-box;
}

.guruwan-root {
	color: #1f2937;
	font-family: "Noto Sans JP", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
	width: 100%;
}

.guruwan-root-header,
.guruwan-root-footer,
.guruwan-root nav {
	-webkit-font-smoothing: antialiased;
}

.guruwan-root.dark {
	color: #e5e7eb;
}

.guruwan-root a {
	color: inherit;
	text-decoration: inherit;
}

.guruwan-root button {
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-size: 1.05rem !important;
	font-weight: 600 !important;
	height: 2.5rem;
	margin: 0;
	padding: 0 !important;
}

.guruwan-root h1,
.guruwan-root p,
.guruwan-root ul {
	margin: 0;
}

.guruwan-root h1 {
	font-size: inherit;
	font-weight: inherit;
}

.guruwan-root ul {
	list-style: none;
	padding: 0;
}

.guruwan-root img,
.guruwan-root svg {
	display: block;
	vertical-align: middle;
}

.guruwan-root img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

.guruwan-root .sr-only {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.guruwan-root .backdrop-filter {
	-webkit-backdrop-filter: var(--tw-backdrop-blur);
	backdrop-filter: var(--tw-backdrop-blur);
}

.guruwan-root .backdrop-blur-md {
	--tw-backdrop-blur: blur(12px);
}

.guruwan-root .bg-white\/\[0\.5\] {
	background-color: rgba(255, 255, 255, .5);
}

.guruwan-root.dark .dark\:bg-slate-900\/\[0\.5\] {
	background-color: rgba(15, 23, 42, .5);
}

.guruwan-root .border-gray-900\/10 {
	border-color: rgba(17, 24, 39, .1);
}

.guruwan-root.dark .dark\:border-gray-50\/\[0\.2\] {
	border-color: rgba(249, 250, 251, .2);
}

.guruwan-root .border-primary-500 {
	border-color: rgba(144, 163, 98, 1);
}

.guruwan-root .bg-primary-500 {
	background-color: rgba(144, 163, 98, 1);
}

.guruwan-root .hover\:bg-primary-400:hover {
	background-color: rgba(178, 207, 87, 1);
}

.guruwan-root .flex {
	display: flex;
}

.guruwan-root .hidden {
	display: none;
}

.guruwan-root .items-center {
	align-items: center;
}

.guruwan-root .justify-center {
	justify-content: center;
}

.guruwan-root .justify-end {
	justify-content: flex-end;
}

.guruwan-root .flex-1 {
	flex: 1 1 0%;
}

.guruwan-root .flex-none {
	flex: none;
}

.guruwan-root .flex-col {
	flex-direction: column;
}

.guruwan-root .w-full {
	width: 100%;
}

.guruwan-root .w-6 {
	width: 1.5rem;
}

.guruwan-root .h-6 {
	height: 1.5rem;
}

.guruwan-root .max-w-8xl {
	max-width: 90rem;
}

.guruwan-root .mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.guruwan-root .mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.guruwan-root .mx-2 {
	margin-left: .5rem;
	margin-right: .5rem;
}

.guruwan-root .mr-3 {
	margin-right: .75rem;
}

.guruwan-root .ml-auto {
	margin-left: auto;
}

.guruwan-root .ml-6 {
	margin-left: 1.5rem;
}

.guruwan-root .mt-4 {
	margin-top: 1rem;
}

.guruwan-root .mb-1 {
	margin-bottom: .25rem;
}

.guruwan-root .px-3 {
	padding-left: .75rem;
	padding-right: .75rem;
}

.guruwan-root .px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.guruwan-root .py-4 {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.guruwan-root .pl-6 {
	padding-left: 1.5rem;
}

.guruwan-root .relative {
	position: relative;
}

.guruwan-root .top-0 {
	top: 0;
}

.guruwan-root .z-40 {
	z-index: 40;
}

.guruwan-root .border {
	border-width: 1px;
}

.guruwan-root .border-b {
	border-bottom-width: 1px;
}

.guruwan-root .border-l {
	border-left-width: 1px;
}

.guruwan-root .border-t {
	border-top-width: 1px;
}

.guruwan-root .overflow-hidden {
	overflow: hidden;
}

.guruwan-root .cursor-pointer {
	cursor: pointer;
}

.guruwan-root .font-bold {
	font-weight: 700;
}

.guruwan-root .font-semibold {
	font-weight: 600;
}

.guruwan-root .font-extrabold {
	font-weight: 800;
}

.guruwan-root .font-medium {
	font-weight: 500;
}

.guruwan-root .text-xs {
	font-size: .75rem;
	line-height: 1rem;
}

.guruwan-root .text-sm {
	font-size: .875rem;
	line-height: 1.25rem;
}

.guruwan-root .text-md {
	font-size: 1rem;
	line-height: 1.5rem;
}

.guruwan-root .leading-6 {
	line-height: 1.5rem;
}

.guruwan-root .text-center {
	text-align: center;
}

.guruwan-root .text-white {
	color: rgba(255, 255, 255, 1);
}

.guruwan-root .text-gray-400 {
	color: rgba(156, 163, 175, 1);
}

.guruwan-root .text-gray-600 {
	color: rgba(75, 85, 99, 1);
}

.guruwan-root .text-gray-900 {
	color: rgba(17, 24, 39, 1);
}

.guruwan-root.dark .dark\:text-gray-200 {
	color: rgba(229, 231, 235, 1);
}

.guruwan-root.dark .dark\:text-gray-300 {
	color: rgba(209, 213, 219, 1);
}

.guruwan-root.dark .dark\:text-gray-400 {
	color: rgba(156, 163, 175, 1);
}

.guruwan-root.dark .dark\:text-white,
.guruwan-root.dark .dark\:hover\:text-white:hover,
.guruwan-root.dark .hover\:dark\:text-white:hover {
	color: rgba(255, 255, 255, 1);
}

.guruwan-root .hover\:text-gray-300:hover {
	color: rgba(209, 213, 219, 1);
}

.guruwan-root .hover\:text-gray-900:hover {
	color: rgba(17, 24, 39, 1);
}

.guruwan-root .hover\:text-slate-900:hover {
	color: rgba(15, 23, 42, 1);
}

.guruwan-root .capitalize {
	text-transform: capitalize;
}

.guruwan-root .hover\:underline:hover {
	text-decoration-line: underline;
}

.guruwan-root .hover\:no-underline:hover {
	text-decoration: none;
}

.guruwan-root .transition-colors,
.guruwan-root .transition-color {
	transition-duration: .15s;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.guruwan-root .duration-300 {
	transition-duration: .3s;
}

.guruwan-root .space-x-2 > :not([hidden]) ~ :not([hidden]) {
	margin-left: .5rem;
}

.guruwan-root .space-x-4 > :not([hidden]) ~ :not([hidden]) {
	margin-left: 1rem;
}

.guruwan-root .space-x-8 > :not([hidden]) ~ :not([hidden]) {
	margin-left: 2rem;
}

.guruwan-root .focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.guruwan-root .focus\:ring-1:focus {
	box-shadow: 0 0 0 1px rgba(75, 85, 99, .6);
}

.guruwan-root .guruwan-static-control {
	align-items: center;
	cursor: default;
	display: flex;
	gap: .25rem;
}

.guruwan-root.dark .dark\:hidden {
	display: none;
}

.guruwan-root.dark .dark\:flex {
	display: flex;
}

.guruwan-root .main-navbar {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.guruwan-root .main-logo {
	margin-right: 15px;
	width: 60px;
}

.guruwan-root .main-title {
	font-size: 2.5rem;
	font-weight: 700;
}

.guruwan-root .nav-item {
	font-size: 1.2rem;
	font-weight: 700;
}

.guruwan-root .nav-btn {
	padding: 25px;
}

.guruwan-root .footer-logo {
	height: 60px;
	margin-right: 15px;
	margin-top: 10px;
	width: 60px;
}

.guruwan-mobile-menu[hidden] {
	display: none;
}

.guruwan-mobile-menu {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.guruwan-mobile-menu__backdrop {
	background-color: rgba(0, 0, 0, .68);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.guruwan-mobile-menu__sheet {
	bottom: 0;
	left: 0;
	padding: 0 16px 16px;
	position: absolute;
	right: 0;
}

.guruwan-mobile-menu__panel {
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background-color: rgba(243, 244, 246, .8);
	color: #374151;
	padding: 16px;
}

.guruwan-mobile-menu__title {
	color: #1f2937;
	font-size: .75rem;
	font-weight: 700;
	line-height: 1rem;
	margin-bottom: 8px;
	text-align: center;
}

.guruwan-mobile-menu__nav {
	margin-bottom: 0;
}

.guruwan-mobile-menu__list {
	display: block;
}

.guruwan-mobile-menu a {
	display: block;
	text-decoration: none;
}

.guruwan-mobile-menu__list li {
	border-bottom: 1px solid rgba(107, 114, 128, .22);
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.guruwan-mobile-menu__list a {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .02em;
	line-height: 1.5rem;
	padding: 0;
}

.guruwan-mobile-menu__button {
	background-color: rgba(144, 163, 98, 1);
	color: #fff !important;
	display: block;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.1rem;
	margin: 16px 0 28px;
	padding: 6px 12px;
	text-align: center;
}

.guruwan-mobile-menu__setting + .guruwan-mobile-menu__setting {
	margin-top: 26px;
}

.guruwan-mobile-menu__setting-label {
	color: #1f2937;
	font-size: .875rem;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 10px;
}

.guruwan-mobile-menu__select {
	align-items: center;
	border: 1px solid rgba(107, 114, 128, .22);
	color: #374151;
	display: flex;
	font-size: 1.05rem;
	justify-content: space-between;
	line-height: 1.4;
	min-height: auto;
	padding: 4px 8px;
	width: 100%;
}

.guruwan-mobile-menu__chevron {
	color: #4b5563;
	font-size: 1.4rem;
	line-height: 1;
}

.guruwan-mobile-menu__close {
	background-color: rgba(249, 250, 251, .94) !important;
	color: #1f2937 !important;
	display: block;
	font-size: 1.35rem !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	margin-top: 6px !important;
	padding: 20px 12px !important;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.guruwan-root .main-navbar {
		padding-bottom: .75rem;
		padding-top: .75rem;
	}

	.guruwan-root .main-logo {
		margin-right: 10px;
		width: 30px;
	}

	.guruwan-root .main-title {
		font-size: 1.5rem;
		font-weight: 700;
	}

	.guruwan-root .nav-item {
		font-size: 1rem;
		font-weight: 400;
	}
}

@media (min-width: 768px) {
	.guruwan-root .md\:flex-row {
		flex-direction: row;
	}

	.guruwan-root .md\:float-right {
		float: right;
	}

	.guruwan-root .md\:text-left {
		text-align: left;
	}

	.guruwan-root .md\:text-right {
		text-align: right;
	}

	.guruwan-root .md\:w-auto {
		width: auto;
	}
}

@media (min-width: 1024px) {
	.guruwan-root .lg\:flex {
		display: flex;
	}

	.guruwan-root .lg\:hidden {
		display: none;
	}

	.guruwan-root .lg\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}

	.guruwan-root .lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.guruwan-root .lg\:z-50 {
		z-index: 50;
	}

	.guruwan-root .lg\:border-gray-900\/10 {
		border-color: rgba(17, 24, 39, .1);
	}

	.guruwan-mobile-menu {
		display: none !important;
	}
}

