body {
	color: #333;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.contact__text {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}

.contact__notice {
	color: #d93025;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}

/* FV */

.fv {
	height: 100vh;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fv__slider {
	height: 130vh; /* Taller than viewport for parallax */
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	will-change: transform;
	z-index: -1;
}

.fv__slide {
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 2s ease-in-out;
	width: 100%;
}

.fv__slide.is-active {
	opacity: 1;
}

.fv__slide--1 {
	background-image: url("../images/slide4.png");
}

.fv__slide--2 {
	background-image: url("../images/slide02.png");
}

.fv__slide--3 {
	background-image: url("../images/slide3.png");
}

.fv__content {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 15px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
	left: 5%;
	padding: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	z-index: 10;
}

.fv__title {
	font-size: 10.6666666667vw;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
}

.fv__text {
	font-size: 14px;
	font-weight: 400;
}

/* About */

.about {
	background-color: #f0f8ff;
	overflow: hidden;
	position: relative; /* Subtle Curve Background for About */ /* Another subtle shape at bottom left */ /* AJSS Certification Styles */
}

.about::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' d='M44.7,-76.4C58.9,-69.2,71.8,-59.1,81.6,-46.6C91.4,-34.1,98.1,-19.2,95.8,-5.3C93.5,8.6,82.2,21.6,71.3,32.7C60.5,43.8,50.1,53.1,38.6,60.6C27.1,68.1,14.5,73.8,0.7,72.6C-13.1,71.4,-27.1,63.3,-39.8,55.1C-52.5,46.9,-63.9,38.5,-72.1,27.5C-80.3,16.5,-85.3,2.9,-83.1,-9.8C-80.9,-22.5,-71.5,-34.3,-60.7,-43.3C-49.9,-52.3,-37.7,-58.5,-25.6,-67.2C-13.5,-75.9,1.5,-87.1,14.6,-85.4C27.7,-83.7,39.9,-69,44.7,-76.4Z' transform='translate(100 100)' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 600px;
	opacity: 0.6;
	pointer-events: none;
	position: absolute;
	right: -100px;
	top: -100px;
	width: 600px;
	z-index: 0;
}

.about::after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFFFFF' d='M41.3,-71.3C54.4,-63.7,66.6,-55.8,76.5,-45.5C86.4,-35.3,94.1,-22.7,92.6,-10.5C91.1,1.7,80.4,13.4,70.5,23.5C60.6,33.6,51.5,42,42.2,49.2C32.9,56.4,23.4,62.4,12.8,66.3C2.2,70.2,-9.5,72,-20.5,70.1C-31.5,68.1,-41.8,62.4,-51.1,54.8C-60.4,47.2,-68.7,37.6,-74.6,26.5C-80.5,15.4,-84.1,2.8,-82.1,-9C-80.1,-20.8,-72.6,-31.8,-63.4,-40.8C-54.3,-49.8,-43.5,-56.8,-32.3,-65.4C-21.1,-74,-9.5,-84.2,1.3,-86.4C12.1,-88.6,28.2,-82.8,41.3,-71.3Z' transform='translate(100 100)' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -50px;
	content: "";
	height: 400px;
	left: -50px;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	width: 400px;
	z-index: 0;
}

.about__message {
	margin-bottom: 40px;
	text-align: center;
}

.about .inner {
	position: relative;
	z-index: 1;
}

.about__lead {
	color: #005b9f;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.about__text {
	display: inline-block;
	text-align: center;
}

.about__ajss-wrapper {
	display: none;
}

.about__ajss-img {
	border-radius: 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	height: auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 150px;
}

.about__ajss-img:hover {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
}

.about__ajss-caption {
	color: #005b9f;
	font-size: 12px;
	margin-top: 8px;
	opacity: 0.7;
}

.about__cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

.about__cards .card {
	width: 100%;
}

/* Recruit */

.recruit {
	background-color: #005b9f;
	color: #fff;
	overflow: hidden;
	position: relative; /* Line/Wave Pattern for Recruit */
}

.recruit::before { /* Subtle geometric wave pattern */
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-size: 100px 20px; /* Adjust size for pattern density */
	content: "";
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.recruit__tabs {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 0 auto;
	max-width: 800px;
}

.recruit .inner {
	position: relative;
	z-index: 1;
}

.recruit__tab {
	border-radius: 5px 5px 0 0;
	border-top: 4px solid transparent;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	font-weight: 700;
	padding: 15px 30px;
	transition: all 0.3s;
}

.recruit__tab:hover {
	background: rgba(255, 255, 255, 0.1);
}

.recruit__tab.is-active {
	background: #fff;
	border-top-color: #f39c12;
	color: #005b9f;
	opacity: 1;
}

.recruit__panels {
	padding-top: 0;
}

.recruit__panel {
	display: none;
}

.recruit__panel.is-active {
	animation: fadeIn 0.5s ease;
	display: block;
}

.recruit__content,
.recruit__panel2 {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.recruit__image {
	height: 200px;
	width: 100%;
}

.recruit__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recruit__info {
	align-items: center;
	color: #005b9f;
	display: flex;
	flex-direction: column;
	padding: 30px;
	width: 100%;
}

.recruit__lead {
	color: #005b9f;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.recruit__list {
	margin-top: 20px;
}

.recruit__list dt {
	float: none;
	font-weight: 700;
	margin-bottom: 5px;
	width: auto;
}

.recruit__list dd {
	border-bottom: 1px dashed #eee;
	margin-bottom: 15px;
	margin-left: 0;
	padding-bottom: 10px;
}

.recruit__list dd:last-child {
	border-bottom: none;
}

.recruit__btn-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

/* Page Header (Contact) */

.page-header {
	align-items: center;
	background-color: #005b9f;
	color: #fff;
	display: flex;
	height: 200px;
	justify-content: center;
	margin-top: 60px;
}

.page-header__title {
	font-family: "Lato", sans-serif;
	font-size: 32px;
	text-align: center;
}

.page-header__subtitle {
	display: block;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}

/* Infinite Slider */

.infinite-slider {
	background: #f0f8ff;
	overflow: hidden;
	padding: 60px 0;
	width: 100%;
}

.infinite-slider__track {
	animation: infinite-scroll 30s linear infinite;
	display: flex;
	width: -moz-max-content;
	width: max-content;
}

.infinite-slider__track:hover {
	animation-play-state: paused;
}

.infinite-slider__item {
	border-radius: 15px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
	height: 200px;
	margin: 0 15px;
	overflow: hidden;
	width: 200px;
}

.infinite-slider__item img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* Access Section */

.access__map {
	line-height: 0;
	margin-bottom: 40px;
}

.access__info {
	display: flex;
	justify-content: center;
}

.access__info-box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 15px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	max-width: 600px;
	padding: 30px;
	text-align: center;
	width: 100%;
}

.access__name {
	color: #005b9f;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.access__address {
	color: #005b9f;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.access__tel-wrapper {
	margin-top: 20px;
}

.access__tel-btn {
	-webkit-text-decoration: none;
	align-items: center;
	animation: pulse-tel 2s infinite;
	background: #f39c12;
	border-radius: 50px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	padding: 12px 30px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.access__tel-btn:hover {
	animation: none;
	background: #005b9f;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}

.access__tel-btn .access__tel-label {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	margin-right: 15px;
	position: relative;
}

.access__tel-btn .access__tel-label::after {
	background: rgba(255, 255, 255, 0.5);
	content: "";
	height: 14px;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.access__tel-btn .access__tel-number {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

/* ===============================================
   Opening Animation
=============================================== */

#opening {
	align-items: center;
	background-color: #005b9f;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	transition: opacity 1s ease, visibility 1s ease, background-color 0.6s ease;
	width: 100%;
	z-index: 9999; /* Force background to transparent when masked to reveal FV through SVG mask */
}

#opening.is-fading {
	opacity: 0;
	pointer-events: none;
	transition: opacity 1.5s ease, visibility 1.5s ease; /* Match zoomInSVG duration */
	visibility: hidden;
}

#opening.is-masked {
	background-color: transparent !important;
}

.opening__text {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 24px;
	font-weight: 700;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	width: auto;
}

.opening__text--1 {
	font-size: 20px;
}

.opening__text--1 .opening__text-dummy {
	opacity: 0;
	white-space: nowrap;
}

.opening__text--1 .opening__text-body {
	border-right: 2px solid #fff;
	display: inline-block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	vertical-align: bottom;
	white-space: nowrap;
	width: 0;
}

.opening__text--2 { /* Use opacity/visibility instead of display:none for smooth transitions */
	display: block;
	height: 100vh; /* Full height for masking */
	opacity: 0;
	transition: opacity 0.8s ease, visibility 0.8s ease;
	visibility: hidden;
	width: 100%; /* Full width for masking */
}

.opening__text--2 .opening__logo-white-svg {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 48px; /* Further reduced for better balance (was 60px) */
	font-weight: 700;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.opening__text--2 .opening__mask-svg {
	color: #005b9f;
	display: block;
	height: 100%;
	opacity: 1;
	width: 100%;
}

.opening__text--2 .opening__mask-rect {
	opacity: 1;
}

.opening__text--2.is-fading-in {
	opacity: 1 !important;
}

.opening__text--2.is-fading-in {
	visibility: visible;
}

.opening__text--2.is-fading-in .opening__logo-white-svg {
	opacity: 1;
}

.opening__text--2.is-zooming .opening__mask-svg {
	animation: zoomInSVG 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
	transform-origin: center;
}

.opening__text.is-typing {
	opacity: 1;
}

.opening__text.is-typing .opening__text-body {
	animation: typing 2.5s steps(30, end) forwards, blink-caret 0.75s step-end infinite;
	border-right-color: #fff;
}

/* Cutout Effect for Text 2 - FV visible through text shape */

#opening.is-masked {
	background-color: #005b9f;
}

#opening.is-masked .opening__text--2 .opening__logo-white-svg {
	opacity: 0;
	transition: opacity 0.6s ease;
}

#opening.is-masked .opening__mask-text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 48px; /* Match white logo size */
	font-weight: 700;
}

/* ===============================================
   Scroll Fade Animation
=============================================== */

.fade-in-up {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.btn {
	-webkit-text-decoration: none;
	border-radius: 50px;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 15px 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn--primary {
	background-color: #f39c12;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	color: #fff;
}

.btn--primary:hover {
	background-color: #f5b043;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
	transform: translateY(-2px);
}

.btn--secondary {
	background-color: #fff;
	border: 2px solid #005b9f;
	color: #005b9f;
}

.btn--secondary:hover {
	background-color: #005b9f;
	color: #fff;
}

.card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding: 30px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
	z-index: 1;
}

.card::before {
	background-position: center;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: -1;
}

.card--traffic::before {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about2.jpg");
}

.card--event::before {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about1.jpg");
}

.card:hover {
	color: #fff;
	transform: translateY(-5px);
}

.card:hover::before {
	opacity: 1;
}

.card:hover .card__title {
	color: #fff;
}

.card:hover .card__icon {
	opacity: 0;
	visibility: hidden;
}

.card__icon {
	align-items: center;
	background: #f0f8ff;
	border-radius: 50%;
	display: flex;
	height: 80px;
	justify-content: center;
	margin: 0 auto 20px;
	transition: all 0.3s ease;
	width: 80px;
}

.card__icon img {
	height: auto;
	width: 50%;
}

.card__title {
	color: #005b9f;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	transition: color 0.3s ease;
}

.card__text {
	font-size: 15px;
	text-align: left;
}

.section {
	padding: 60px 0;
}

.section__header {
	margin-bottom: 30px;
	text-align: center;
}

.section__header--white {
	color: #fff;
}

.section__header--white .section__title {
	color: #fff;
}

.section__header--white .section__subtitle {
	color: rgba(255, 255, 255, 0.8);
}

.section__header--white .section__subtitle::after {
	background-color: #fff;
}

.section__title {
	color: #005b9f;
	font-family: "Lato", sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.section__subtitle {
	color: #666;
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	position: relative;
}

.section__subtitle::after {
	background-color: #f39c12;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
}

.inner {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px;
}

.form {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
	margin: 0 auto;
	max-width: 800px;
	padding: 30px 20px;
}

.form__item {
	margin-bottom: 20px;
}

.form__label {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.form__required {
	background: #f39c12;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	margin-left: 8px;
	padding: 2px 8px;
	vertical-align: middle;
}

.form__input,
.form__select,
.form__textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	padding: 12px;
	transition: border-color 0.3s;
	width: 100%;
}

.form__input:focus,
.form__select:focus,
.form__textarea:focus {
	border-color: #005b9f;
	box-shadow: 0 0 0 2px rgba(0, 91, 159, 0.1);
	outline: none;
}

.form__textarea {
	height: 150px;
	resize: vertical;
}

.form__btn-wrapper {
	margin-left: 70px;
	margin-top: 30px;
	text-align: center;
}

/* Header */

.header {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	height: 60px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100; /* Hamburger */ /* Drawer */
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px;
}

.header__logo {
	color: #005b9f;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.header__logo:hover {
	opacity: 0.8;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.header__logo a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

.header__nav {
	display: none;
}

.header__nav-list {
	align-items: center;
	display: flex;
	gap: 30px;
}

.header__nav-item {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.header__nav-item a {
	-webkit-text-decoration: none;
	color: #005b9f;
	position: relative;
	text-decoration: none;
}

.header__nav-item a::after {
	background-color: #005b9f;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.header__nav-item a:hover::after {
	width: 100%;
}

.header__nav-item--contact a {
	background-color: #005b9f;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	transition: all 0.3s ease;
}

.header__nav-item--contact a::after {
	display: none;
}

.header__nav-item--contact a:hover {
	background-color: #0078d2;
	box-shadow: 0 4px 15px rgba(0, 91, 159, 0.4);
	transform: scale(1.05);
}

.header__nav-item--contact a:active {
	transform: scale(0.98);
}

.header__hamburger {
	cursor: pointer;
	display: block;
	height: 20px;
	position: relative;
	width: 30px;
	z-index: 101;
}

.header__hamburger span {
	background-color: #005b9f;
	display: block;
	height: 2px;
	position: absolute;
	transition: all 0.3s;
	width: 100%;
}

.header__hamburger span:nth-child(1) {
	top: 0;
}

.header__hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.header__hamburger span:nth-child(3) {
	bottom: 0;
}

.header__hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
}

.header__hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-active span:nth-child(3) {
	bottom: auto;
	top: 50%;
	transform: rotate(-45deg);
}

.header__drawer {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.98);
	display: none;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 90;
}

.header__drawer.is-active {
	display: flex;
}

.header__drawer-list {
	text-align: center;
}

.header__drawer-item {
	margin-bottom: 30px;
}

.header__drawer-item a {
	-webkit-text-decoration: none;
	color: #005b9f;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
}

/* Footer */

.footer {
	background-color: #005b9f;
	color: #fff;
	padding: 40px 0 20px;
	text-align: center;
}

.footer__inner {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 20px;
}

.footer__logo {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer__address {
	font-size: 14px;
	font-style: normal;
	line-height: 1.8;
	margin-bottom: 40px;
}

.footer__copyright {
	font-family: "Lato", sans-serif;
	font-size: 12px;
	opacity: 0.7;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/* Recruit detail modal */

.modal {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	padding: 24px;
	position: fixed;
	top: 0;
	transition: opacity 0.2s ease, visibility 0.2s;
	visibility: hidden;
	width: 100%;
	z-index: 2000;
}

.modal.is-open {
	opacity: 1;
	visibility: visible;
}

.modal__overlay {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.modal__dialog {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
	max-height: 90vh;
	max-width: 920px;
	overflow: auto;
	padding: 24px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.modal__close {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 12px;
	top: 12px;
}

.modal__title {
	font-size: 1.125rem;
	margin-bottom: 12px;
}

.modal__content table {
	border-collapse: collapse;
	width: 100%;
}

.modal__content th,
.modal__content td {
	border: 1px solid #e5e5e5;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.modal__content th {
	background: #fafafa;
	width: 26%;
}

/* Recruit buttons: stack vertically to avoid layout break */

.recruit__btn-wrapper {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.recruit__btn-wrapper .btn {
	max-width: 360px;
	width: 100%;
}

/* Image Modal specific styles */

.modal__content--image {
	align-items: center;
	background: transparent;
	box-shadow: none;
	display: flex;
	justify-content: center;
	padding: 0;
	position: relative;
}

.modal__content--image img {
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	max-height: 85vh;
	max-width: 100%;
}

.modal__content--image .modal__close {
	color: #fff;
	font-size: 40px;
	right: -40px;
	top: -40px;
}

.news__table {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
}

.news__table th,
.news__table td {
	border: 1px solid #eee;
	display: block;
	padding: 15px;
	text-align: left;
	width: 100%;
}

.news__table th {
	background-color: #f0f8ff;
	color: #005b9f;
	font-weight: 700;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.contact__text {
	font-size: 16px;
	margin-bottom: 30px;
}

.contact__notice {
	font-size: 15px;
}

.fv__content {
	left: 10%;
	max-width: 600px;
	padding: 40px;
	width: auto;
}

.fv__title {
	font-size: 60px;
	margin-bottom: 20px;
}

.fv__text {
	font-size: 18px;
}

.about__message {
	margin-bottom: 60px;
}

.about__lead {
	font-size: 28px;
	margin-bottom: 20px;
}

.about__text {
	text-align: center;
}

.about__ajss-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.about__cards {
	gap: 30px;
}

.about__cards .card {
	width: calc(50% - 15px);
}

.recruit__tab {
	font-size: 18px;
	padding: 15px 50px;
}

.recruit__content,
.recruit__panel2 {
	flex-direction: row;
}

.recruit__image {
	height: auto;
	min-height: 400px;
	width: 40%;
}

.recruit__info {
	padding: 50px;
	width: 60%;
}

.recruit__lead {
	font-size: 26px;
	margin-bottom: 20px;
}

.recruit__list {
	margin-top: 30px;
}

.recruit__list dt {
	clear: left;
	float: left;
	margin-bottom: 15px;
	width: 120px;
}

.recruit__list dd {
	border-bottom: none;
	margin-bottom: 15px;
	margin-left: 120px;
	padding-bottom: 0;
}

.recruit__btn-wrapper {
	margin-top: 30px;
}

.page-header {
	height: 300px;
	margin-top: 80px;
}

.page-header__title {
	font-size: 40px;
}

.infinite-slider__item {
	height: 280px;
	margin: 0 20px;
	width: 280px;
}

.access__map {
	margin-bottom: 60px;
}

.access__info-box {
	padding: 40px;
}

.access__name {
	font-size: 24px;
}

.access__tel-btn .access__tel-number {
	font-size: 22px;
}

.opening__text {
	font-size: 40px;
}

.opening__text--1 {
	font-size: 32px;
}

.opening__text--2 .opening__logo-white-svg {
	font-size: 64px; /* Further reduced for better balance (was 80px) */
}

#opening.is-masked .opening__mask-text {
	font-size: 64px;
}

.section {
	padding: 80px 0;
}

.section__header {
	margin-bottom: 50px;
}

.section__title {
	font-size: 36px;
}

.inner {
	padding: 0 25px;
}

.form {
	padding: 40px 25px;
}

.form__item {
	margin-bottom: 30px;
}

.form__input,
.form__select,
.form__textarea {
	padding: 15px;
}

.form__textarea {
	height: 200px;
}

.form__btn-wrapper {
	margin-top: 40px;
}

.header {
	height: 80px;
}

.header__inner {
	padding: 0 25px;
}

.header__logo {
	font-size: 24px;
	letter-spacing: 0.1em;
}

.header__nav {
	display: block;
}

.header__hamburger {
	display: none;
}

.footer {
	padding: 60px 0 20px;
}

.footer__inner {
	padding: 0 25px;
}

.footer__logo {
	font-size: 24px;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.modal__content--image .modal__close {
	font-size: 50px;
	right: -50px;
	top: -50px;
}

.news__table th,
.news__table td {
	display: table-cell;
	padding: 20px;
	width: auto;
}

.news__table th {
	width: 25%;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes infinite-scroll {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}

@keyframes pulse-tel {

0% {
	box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.7);
	transform: scale(1);
}

70% {
	box-shadow: 0 0 0 10px rgba(243, 156, 18, 0);
	transform: scale(1.05);
}

100% {
	box-shadow: 0 0 0 0 rgba(243, 156, 18, 0);
	transform: scale(1);
}

}

@keyframes typing {

from {
	width: 0;
}

to {
	width: 100%;
}

}

@keyframes blink-caret {

from,to {
	border-color: transparent;
}

50% {
	border-color: #fff;
}

}

@keyframes zoomInSVG {

0% {
	opacity: 1;
	transform: scale(1);
}

100% {
	opacity: 0;
	transform: scale(100);
}

}


/*# sourceMappingURL=style.css.map */
