@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/

body {
	font-family: 'Noto Sans JP', sans-serif!important;
	line-height: 1.5!important;
}

a:hover {
	color: initial!important;
}

#inner-content {
	margin: 100px auto!important;
}

.navbar {
	text-align: center;
	display: flex; 
	justify-content: center; 
	width: 100%; 
	font-size: 18px;
	padding: 10px 0; 
	margin: 0; 
	background-color: #FFD700;
}

.nav-item {
	margin-right: 10px; 
}


.nav-item a.active {
	border: 2px solid #000; 
	color: #000; 
	padding: 0 5px; 
}

.nav-item a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.navbar {
		font-size: 40px; 
	}
	.nav-item {
		margin-right: 35px;
	}
}


.footer {
	position: relative;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	text-align: left;
	box-sizing: border-box;
	margin-top: 50px;
}


.footer-line-img {
	height: auto;
	display: block;
	width: 100%;
	max-width: 768px;
	margin: -50px auto;
}

.footer-inner {
	max-width: 360px;
	margin: 0 auto;
}



.footer-company {
	position: absolute; 
	z-index: 1;
	top: 13%;
	left: 15%;
	font-size: 24px;
	margin: 0 0 8px;
	font-weight: 500;
}

.footer-desc {
	position: absolute; 
	z-index: 1;
	top: 19%;
	left: 20%;
	font-size: 14px;
	margin: 0 0 32px;
	font-weight: 500;
}

.footer-contact__list {
	position: absolute; 
	z-index: 1;
	top: 24.5%;
	left: 12%;
	font-size: 25px;
	margin-bottom: 12px;
	list-style: none;
	line-height: 1.7;
	font-weight: 500;
	letter-spacing: -0.01em;
}

.footer-buttons {
	position: absolute; 
	z-index: 1;
	top: 50%;
	left: 11%;
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 32px;
	line-height: 1.5;
}

.btn {
	display: block;
	text-align: center;
	padding: 12px 30px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.btn--yellow {
	background-color: #ffcc00;
	color: #000;
}

.btn--white {
	background-color: #fff;
	color: #000;
}

.footer-address__title {
	font-size: 24px;
	position: absolute; 
	z-index: 1;
	top: 84%;
	left: 41%;
	margin-bottom: 8px;
}

@media (min-width: 768px) {
	.footer-company {
		top: 35%;
		left: 33%;
		font-size: 3vw;
		font-weight: bold;
	}

	.footer-desc {
		top: 42%;
		left: 34%;
		font-size: 2vw;
	}

	.footer-contact__list {
		top: 58%;
		left: 12%;
		font-size: 2vw;
		line-height: 2;
	}

	.footer-buttons {
		top: 56%;
		right: 10%;
		gap: 2vw;
		left: initial;
	}

	.footer-address__title {
		font-size: 2vw;
		top: 80%;
		left: 47%;
		font-weight: bold;
	}

	.footer-address address {
		top: 87%;
		left: 36%;
		font-size: 1.6vw;
		line-height: 1.5;
	}

	.btn {
		font-size: 50px;
	}
	
	.footer-line-img {
		width: 100vw;
		max-width: none;
		margin-top: 100px;
	}
}

#footer-navbar {
	position: absolute;
	bottom: 1vw; 
}

#footer-navbar {
	background-color: #363737;
	color: #fff;
}

#footer-navbar .nav-item a {
	color: #fff;
}

#footer-navbar .nav-item a:hover {
	color: #FFF!important;
}

#footer-navbar .nav-item a.active {
	color: #fff;
	border: 2px solid #FFF;
}

@media (max-width: 769px) {
	#footer-navbar {
		flex-direction: column;
		text-align: left;
		padding-left: 11vw;
		gap: 10px;
	}
	#footer-navbar .nav-item a {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
  .contact-info p, .contact-hour p {
    font-size: 4vw;
  }
  .recruit-text {
    transform: initial;
    left: 10%;
  }
  .btn {
    font-size: 4vw;
    padding: 1vw 30px;
  }
  .nav-item a {
    font-size: min(4vw, 40px);
  }
}