@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight: 400;

/* 
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
 */

	color: #000;
	overflow-wrap: break-word;
	min-width: 980px;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

h2 {
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.5;
	color: #50b7e2;
	text-align: center;
	margin-bottom: 50px;
}

h2 span {
	font-size: 6.0rem;
	font-weight: 700;
	letter-spacing: 0;
}

p {
	margin-bottom: 30px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}

button {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
	color: #000;
	line-height: 1.8;
	text-align: left;
	width: 100%;
}

video {
	max-width: 100%;
	height: auto;
	filter: grayscale(0);
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	body {
		min-width: initial;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		min-width: 320px;
	}

	h2 {
		font-size: 1.6rem;
	}

	h2 span {
		font-size: 4.0rem;
	}

}


/* --------------------------------------------------------------
WRAP,HEADER,FOOTER
-------------------------------------------------------------- */
#wrap {
	position: relative;
}

header ul, 
footer ul {
	margin: 0;
}

header ul li, 
footer ul li {
	padding-left: 0;
	position: static;
}

header ul li::before, 
footer ul li::before {
	content: none;
}

header ul li + li, 
footer ul li + li {
	margin-top: 0;
}

header p, 
footer p {
	margin-bottom: 0;
}

header {
	background: url("../images/common/bgHead.svg") repeat-x center top / 3064px 122px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 97;
}

#headerArea {
	width: 980px;
	margin: 0 auto;
	padding: 30px 10px 36px;
	display: grid;
	grid-template-columns: 250px 1fr 250px;
	gap: 1px;
	place-items: center;
}

#headerArea button {
	display: none;
}

#headerArea h1, 
#headerArea p.logo, 
#headerArea p.logo2 {
	line-height: 0;
}

#headerArea h1 img, 
#headerArea p.logo a img {
	width: 250px;
}

#headerArea p.logo2 {
	order: 3;
}

#headerArea p.logo2 img {
	width: 250px;
}

#glNav #glNavArea ul {
	display: flex;
	flex-wrap: wrap;
}

#glNav #glNavArea ul li {
	font-size: 1.6rem;
	padding: 0 20px;
	border-left: 1px solid #fff;
}

#glNav #glNavArea ul li:first-child {
	display: none;
}

#glNav #glNavArea ul li:nth-child(2) {
	border-left: none;
}

#glNav #glNavArea ul li a,
#glNav #glNavArea a {
	color: #fff;
	text-decoration: none;
}

#glNav #glNavArea ul li a:hover,
#glNav #glNavArea a:hover {
	text-decoration: underline;
}

#hontailink {
	margin-top: -200px;
	font-size: 14px;
}


main {
	background-color: #eae6e2;
	margin-top: -122px;
}

footer {
	background-color: #fff;
}

#footerArea {
	width: 980px;
	margin: 0 auto;
	padding: 70px 10px;
	display: grid;
	grid-template-columns: 190px 1fr 380px;
	gap: 40px;
}

#footerArea p.logo img {
	width: 190px;
}

#footerArea p.lead {
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	text-align: left;
	margin-top: 15px;
}

#footerArea #footAdd {
	justify-self: end;
	letter-spacing: 0em;
}

#footerArea #footAdd p.tel {
	font-size: 5.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #29abe2;
}

#footerArea #footAdd p.tel a {
	color: #29abe2;
	text-decoration: none;
}

#copy p {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px 20px;
	font-size: 1.2rem;
	display: grid;
	justify-items: right;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	header {
		background-size: 1256px 50px;
	}

	#headerArea {
		width: auto;
		min-width: 320px;
		max-width: 768px;
		min-height: 50px;
		padding: 10px 0 8px 10px;
		grid-template-columns: 125px 1fr 44px;
		gap: 0;
		place-items: normal;
		position: relative;
	}

	#headerArea button {
		display: block;
	}

	#headerArea button img {
		width: 44px;
	}

	#headerArea button#btnMenu {
		position: absolute;
		top: 0;
		right: 0;
		width: 44px;
	}

	#headerArea h1 img, 
	#headerArea p.logo a img {
		width: 125px;
	}

	#headerArea p.logo2 {
		order: initial;
	}

	#headerArea p.logo2 img {
		width: 125px;
	}

	#glNav {
		position: fixed;
		z-index: -1;
		display: none;
		background-color: #50b7e2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
	}

	#glNav.open {
		z-index: 999;
	}

	#glNav #glNavArea {
		position: fixed;
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding: 54px 10px 54px;
		display: grid;
		place-items: center;
	}

	#glNav #glNavArea button#btnMenuClose {
		position: fixed;
		top: 0;
		right: 0;
		width: 44px;
	}

	#glNav #glNavArea ul {
		display: block;
		margin-top: -20px;
	}

	#glNav #glNavArea ul li {
		font-size: 2.0rem;
		padding: 0;
		border-left: none;
		text-align: center;
		margin-top: 20px;
	}

	#glNav #glNavArea ul li:first-child {
		display: block;
	}

	main {
		margin-top: -50px;
	}

	footer {
		text-align: center;
	}

	#footerArea {
		width: auto;
		min-width: 320px;
		max-width: 768px;
		grid-template-columns: 1fr;
		gap: 15px;
		
	}

	#footerArea p.lead {
		text-align: center;
	}

	#footerArea #footAdd {
		justify-self: center;
	}

	#footerArea #footAdd p.tel {
		font-size: 4.0rem;
		letter-spacing: 0.04em;
		margin-top: 5px;
	}

	#copy p {
		width: auto;
		min-width: 320px;
		max-width: 768px;
		justify-items: center;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {}


/*__________ SP __________*/
@media screen and (max-width: 767px) {}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
ul#jobList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

ul#jobList li {
	width: 100%;
	text-align: center;
}

ul#jobList li a {
	background-color: #50b7e2;
	border-radius: 30px;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
}

ul#jobList li a:hover {
	background-color: #29abe2;
	text-decoration: underline;
}

ul#jobList li a p {
	font-size: 3.6rem;
}

ul#jobList li a p span {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}

ul#introList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 80px;
	column-gap: 54px;
	padding: 0 26px;
	margin: 100px 0;
}

ul#introList li {
	text-align: left;
	letter-spacing: 0.05em;
}

ul#introList li h3 {
	margin-bottom: 40px;
}

ul#introList li .sent > *:last-child {
	margin-bottom: 0;
}

figure.brd img {
	border-radius: 30px;
}

.anc {
	padding-top: 132px;
	margin-top: -132px;
}

.anc *:last-child {
	margin-bottom: 0;
}

.anc::before, 
.anc::after {
	content: '';
	display: table;
}

.anc::after {
	clear:both;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	.anc {
		padding-top: 60px;
		margin-top: -60px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	ul#jobList {
		gap: 10px;
	}

	ul#jobList li a p {
		font-size: 1.8rem;
	}

	ul#jobList li a p span {
		font-size: 1.2rem;
	}
	
	ul#introList {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 50px;
		column-gap: 26px;
		padding: 0 26px;
		margin: 50px 0;
	}

	ul#introList li {
		text-align: left;
		letter-spacing: 0.05em;
	}

	ul#introList li h3 {
		margin-bottom: 20px;
	}
	ul#introList li h3 img {
		max-width: 370px;
	}

}
