@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*
#0054AA 紺色
*/

html {
	scroll-behavior: smooth;
}
@media (min-width: 1201px) {
	html {
		scroll-padding-top: 3.5rem;
	}
}
:not(span) {
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 1;
	box-sizing: border-box;
}
* {
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-feature-settings: "palt", "kern";
	font-weight: 400;
	letter-spacing: calc(1em / 12);
	word-spacing: calc(1em / 16);
	max-height: 99999px;
}
a:any-link {
	text-decoration: none;
}
li {
	list-style: none;
}
label,
button,
summary {
	cursor: pointer;
}
@media (min-width: 1201px) {
	.for_sp {
		display: none;
	}
}
@media (max-width: 1200px) {
	.for_pc {
		display: none;
	}
}

body {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	animation: fadeIn .5s ease 0s 1 normal;
	background: #F3F3F3;
}

@keyframes fadeIn {
	0% { opacity: 0; }
	25% { opacity: 0; }
	100% { opacity: 1; }
}
/* =================================================
==================================================
ヘッダ
==================================================
================================================== */
/*---------- PC ----------*/
@media (min-width: 1201px) {
	header {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 1rem;
		padding: 1.25rem calc((100% - 70rem) / 2) 1rem;
	}
	header > p:nth-of-type(1) {
		width: 100%;
		font-size: 0.9rem;
	}
	header > div:nth-of-type(1) {
		position: absolute;
		top: 2rem;
		right: calc((100% - 70rem) / 2);
		color: #0054AA;
		font-weight: 600;
	}
	header > h1 {
		width: calc(54% - 1rem);
	}
	header > h1 img {
		width: 80%;
		height: auto;
	}
	header > ul {
		width: 46%;
		display: flex;
		align-items: flex-end;
		gap: 1rem;
	}
	header > ul li {
		width: calc((100% - 1rem) / 2);
	}
	header > ul li img {
		display: block;
		width: 100%;
		height: auto;
		transition: .5s;
	}
	header > ul li img:hover {
		opacity: 0.5;
	}
	#g_menu {
		position: sticky;
		top: 0;
		z-index: 20;
	}
	#g_menu input {
		display: none;
	}
	#g_menu ul {
		display: flex;
		justify-content: center;
		WIDTH: 100%;
		background: #373737;
	}
	#g_menu ul li:last-child {
		display: none;
	}
	#g_menu ul li a {
		display: block;
		width: fit-content;
		font-size: 1.05rem;
		height: auto;
		padding: 1.25rem 0 1.25rem 1.25rem;
		color: white;
		font-weight: 500;
	}
	#g_menu ul li a::after {
		content: '|';
		padding-left: 1.25em;
		color: white;
	}
	#g_menu ul li:first-child a::before {
		content: '|';
		padding-right: 1.25rem;
		color: white;
	}
	#g_menu ul li a.here {
		color: #f39939;
	}
}
/*---------- スマホ ----------*/
@media (max-width: 1200px) {
	header {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
		padding: 0.5rem 2.5vw 1rem;
		
	}
	header p {
		width: 100%;
		height: 2rem;
		font-size: min(3.2vw, 0.9rem);
		display: flex;
		align-items: center;
	}
	header h1 {
		height: 2.25rem;
	}
	header h1 img {
		display: block;
		width: auto;
		height: 100%;
	}
	header div {
		width: 2.5rem;
		height: 2.5rem;
		position: relative;
		left: calc(-2rem + -2.5vw);
	}
	header div img {
		width: 100%;
		height: 100%;
	}
	header::after {
		content: '';
		display: block;
		width: 2.25rem;
		height: 2.25rem;
		background: url(./images/sp_menu.svg) center center no-repeat;
		background-size: contain;
		position: absolute;
		top: 2.6rem;
		right: 2.5vw;
		z-index: 5;
	}
	#g_menu {
		position: absolute;
		top: 5.5rem;
		left: -110vw;
		z-index: 999;
		background: #333;
		width: calc(100% - 5vw);
		transition: .5s;
	}
	#g_menu:has(> input:checked) {
		left: 2.5vw;
	}
	#g_menu input {
		position: fixed;
		top: 3.25rem;
		right: 3.75vw;
		transform: scale(3.2);
		opacity: 0;
		z-index: 9;
	}
	#g_menu ul {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	#g_menu ul li a {
		display: block;
		color: white;
		padding: 1rem;
		border-bottom: solid thin white;
		display: flex;
		justify-content: space-between;
	}
	#g_menu ul li:last-child a {
		border-bottom: none;
	}
	#g_menu ul li a::after {
		content: '▶︎';
		transform: scale(0.5);
		order: 3;
	}
	#g_menu ul li a.here {
		color: #f39939;
	}
	#g_menu ul li a[target="_blank"] {
		color: #111;
		background-color: yellowgreen;
	}
	#g_menu ul li a[target="_blank"]::before {
		content: '<採用特設サイト>';
		font-size: smaller;
		order: 2;
		flex-grow: 1;
		padding-top: 0.125rem;
		padding-left: 0.5rem;
	}
}


/* ==================================================
==================================================
フッタ
==================================================
================================================== */
*:has(+ footer) {
	padding-bottom: 6.75rem;
}


/*---------- フッター連絡先 ----------*/
#footer_contact {
	background-color: rgba(51,51,51,0.75);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 6.75rem;
	margin-top: -6.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9;
}
#footer_contact dl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
}
#footer_contact dl dt {
	color: white;
	line-height: 1.75;
	font-size: min(4vw, 1.05rem);
	font-weight: 500;
}
#footer_contact dd {
}
#footer_contact dl dd ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
/* 電話 */
#btm_contact_tel {
	background-image: url(../images/icon_btm_tel.svg);
	font-size: min(7vw, 2.25em);
	background-repeat: no-repeat;
	background-position: left center;
}
#btm_contact_tel a:any-link {
	color: white;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: .2s;
}
#btm_contact_tel a:hover {
	color: #DDD;
}
#btm_contact_tel a::before {
	content: '';
	width: min(7.5vw, 2.75rem);
	height: min(7.5vw, 2.75rem);
	background: url(./images/icon_btm_tel.svg) center center no-repeat;
	background-size: contain;
}
/* メールフォーム */
#btm_contact_form {
	color: white;
	font-size: 1.05rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
#btm_contact_form::before {
	content: '';
	width: min(7.5vw, 2.75rem);
	height: min(7.5vw, 2.75rem);
	background: url(./images/icon_btm_pc.svg) center center no-repeat;
	background-size: contain;
}
#btm_contact_form a:any-link {
	text-decoration: underline;
	color: white;
	font-size: 1.05rem;
	font-weight: 500;
	transition: .2s;
}
#btm_contact_form a:hover {
	color: #DDD;
}

@media (max-width: 50rem) {
	#footer_contact {
		height: 30vw;
		margin-top: -30vw;
		background-color: rgba(51,51,51,0.75);
	}
	#footer_contact br {
		display: none;
	}
	#footer_contact dl {
		flex-direction: column;
		gap: 1.5vw;
	}
	#footer_contact dl dd ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5vw;
	}
}
/*---------- フッターロゴ ----------*/
#footer_logo {
	background: #0054AA;
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}
#footer_logo img {
	width: auto;
	height: 5rem;
	display: block;
	position: relative;
	left: -7.5rem;
}
@media (max-width: 64rem) {
	#footer_logo img {
		left: 0;
	}
}
/*---------- フッターメニュー ----------*/
#footer_menu {
	background: url(./images/btm_illast.svg) center bottom repeat-x, #0054AA;
	background-size: auto 5rem;
	padding-bottom: 5rem;
}
@media (max-width: 64rem) {
	#footer_menu {
		padding-bottom: 7rem;
	}
}
#footer_menu a:any-link {
	display: block;
	color: white;
	width: fit-content;
	white-space: nowrap;
	font-weight: 500;
	padding: 0.5rem 0;
	margin: 0.333rem 0;
}
#footer_menu > ul > li ul li {
	list-style-type: disc;
	color: white;
	margin-left: 1.25rem;
}
@media (min-width: 64.001rem) {
	#footer_menu > ul {
		display: grid;
		grid-template-rows: 1fr 1fr;
		grid-template-columns: auto auto auto auto fit-content(10rem);
		width: 60rem;
		margin: 0 auto;
		padding: 2rem 0;
		border-top: solid thin white;
	}
	#footer_menu > ul > li:nth-child(1) {
		grid-area: 1/1/3/2;
	}
	#footer_menu > ul > li:nth-child(2) {
		grid-area: 1/2/3/3;
	}
	#footer_menu > ul > li:nth-child(3) {
		grid-area: 1/3/3/4;
	}
	#footer_menu > ul > li:nth-child(4) {
		grid-area: 1/4/2/5;
	}
	#footer_menu > ul > li:nth-child(5) {
		grid-area: 2/4/3/5;
	}
	#footer_menu > ul > li:nth-child(6) {
		grid-area: 1/5/2/6;
	}
	#footer_menu > ul > li:nth-child(7) {
		grid-area: 2/5/3/6;
	}
}
@media (max-width: 64rem) {
	#footer_menu {
		
	}
	#footer_menu > ul {
		columns: 2;
		gap: 1rem;
		width: 26rem;
		max-width: calc(100% - 5vw);
		margin: 0 auto;
		padding-top: min(5vw, 2.5rem);
		border-top: solid thin white;
	}
	#footer_menu > ul > li {
		break-inside: avoid;
		margin-bottom: 1.25em;
		position: relative;
		left: 2.5vw;
		border: solid thin #0054AA;
	}
	#footer_menu > ul > li:nth-child(3) {
		margin-bottom: 0;
	}
	#footer_menu > ul > li:nth-child(n+4) {
		padding-bottom: 0.01em;
	}
	#footer_menu > ul > li:last-child {
		padding-bottom: 3rem;
	}
	#footer_menu > ul > li a {
		font-size: min(3.75vw, 1rem);
	}
}
/*---------- コピーライト ----------*/
#copyright {
	width: 100%;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: min(2.5vw, 0.75em);
	background-color: #373737;
}
/*---------- ページトップに戻る ----------*/
#pageTop {
	position: fixed;
	bottom: -5rem;
	right: 0.5rem;
	z-index: 999;
	transition: .5s;
}

#pageTop a {
	display: block;
	opacity: 0.75;
}
#pageTop.is-animation2 {
	bottom: 5rem;
}


/* ==================================================
==================================================
トップページ
==================================================
================================================== */
/*---------- スライドショー ----------*/
#slide_show .carousel-container {
      position: relative;
	  aspect-ratio: 14/5;
      width: 100%;
      overflow: hidden;
}
@media (max-width: 800px) {
	#slide_show .carousel-container {
		aspect-ratio: 72/48;
	}
}

#slide_show .carousel {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      transition: transform 0.5s ease-in-out;
    }

#slide_show .slide {
      flex: 0 0 100%;
      width: 100%;
      height: 100%;
    }

#slide_show .slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

#slide_show .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px 10px 15px;
      font-size: 1.5rem;
      cursor: pointer;
      z-index: 10;
    }

#slide_show .prev {
      left: 10px;
    }

#slide_show .next {
      right: 10px;
    }

/*---------- 注目コンテンツ ----------*/
@media (min-width: 1201px) {
	#recommendation {
		width: 100%;
		background: #F3F3F3;
		display: flex;
		justify-content: center;
		padding: min(10vw, 5rem) 0;
		gap: 3rem;
	}
	#recommendation > h3 {
		font-size: 1.5rem;
		font-weight: 500;
		flex: none;
		padding-top: 3.5rem;
	}
	#recommendation > dl {
		flex: none;
	}
	#recommendation > dl > div + div {
		margin-top: 2rem;
	}
	#recommendation > dl > div {
		display: grid;
		grid-template-rows: 4rem 4rem;
		grid-template-columns: 12rem auto;
	}
	#recommendation > dl > div dt {
		grid-area: 1/1/3/2;
		width: 12rem;
		height: 8rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#recommendation > dl > div dd:nth-of-type(1) {
		grid-area: 1/2/2/3;
	}
	#recommendation > dl > div dd:nth-of-type(2) {
	grid-area: 2/2/3/3;
	}
	#recommendation > dl > div:nth-child(1) dt {
		background: url(./top/top_con1.jpg) center center no-repeat;
		background-size: 
	}
	#recommendation > dl > div:nth-child(2) dt {
		background: url(./top/top_con2.jpg) center center no-repeat;
		background-size: 
	}
	#recommendation > dl > div:nth-child(3) dt {
		background: url(./top/top_con3.jpg) center center no-repeat;
		background-size: 
	}
	#recommendation > dl > div dt span {
		background: rgba(0,0,0,0.5);
		width: 100%;
		text-align: center;
		padding: 0.75rem 0;
		color: white;
		font-size: 1.25rem;
		font-weight: 500;
		letter-spacing: 0.25em;
		text-indent: 0.25em;
	}
	#recommendation > dl > div dd {
		background: #0054AA;
		padding: 0 2rem;
		display: flex;
		align-items: center;
	}
	#recommendation > dl > div dd h4 {
		color: white;
		font-size: 1.25rem;
		position: relative;
		top: 0.25rem;
	}
	#recommendation > dl > div dd ul {
		display: flex;
		position: relative;
		top: -0.5rem;
	}
	#recommendation > dl > div dd ul li {
		display: flex;
		justify-content: center;
		border-right: solid thin pink;
	}
	#recommendation > dl > div dd ul li:first-child {
		border-left: solid thin pink;
	}
	#recommendation > dl > div dd ul li a {
		color: white;
		padding: 0.5rem 0;
		width: 13rem;
		display: flex;
		justify-content: center;
		transition: .2s;
	}
	#recommendation > dl > div dd ul li a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 1200px) {
	#recommendation {
		width: 100%;
		background: #F3F3F3;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: min(10vw, 5rem) 0;
		gap: min(10vw, 5rem);
	}
	#recommendation > h3 {
		font-size: 1.25rem;
		font-weight: 500;
	}
	#recommendation > dl {
		width: 40rem;
		max-width: calc(100% - 5vw);
		margin: 0 auto;
	}
	#recommendation > dl > div + div {
		margin-top: 1rem;
	}
	#recommendation > dl > div {
		display: grid;
		grid-template-rows: min(8rem, 20vw) auto;
		grid-template-columns: min(12rem, 30vw) auto;
	}
	#recommendation > dl > div dt {
		grid-area: 1/1/2/2;
	}
	#recommendation > dl > div dd:nth-of-type(1) {
		grid-area: 1/2/2/3;
		background: #0054AA;
		display: flex;
		align-items: center;
	}
	#recommendation > dl > div dd:nth-of-type(2) {
		grid-area: 2/1/3/3;
		background: white;
	}
	#recommendation > dl > div:nth-child(1) dt {
		background: url(./top/top_con1.jpg) center center no-repeat;
		background-size: 
	}
	#recommendation > dl > div:nth-child(2) dt {
		background: url(./top/top_con2.jpg) center center no-repeat;
		background-size: 
	}
	#recommendation > dl > div:nth-child(3) dt {
		background: url(./top/top_con3.jpg) center center no-repeat;
		background-size: 
	}
	#recommendation > dl > div dt {
		width: min(12rem, 30vw);
		height: min(8rem, 20vw);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#recommendation > dl > div dt span {
		background: rgba(0,0,0,0.5);
		width: 100%;
		text-align: center;
		padding: 0.5em 0;
		color: white;
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: 0.25em;
		text-indent: 0.25em;
	}
	#recommendation > dl > div dd h4 {
		color: white;
		font-size: min(3.75vw, 1rem);
		font-weight: 500;
		margin: 0.5rem;
	}
	#recommendation > dl > div dd ul {
		display: flex;
		width: calc(100% - 2vw);
		margin: 0.75rem 1vw;
	}
	#recommendation > dl > div dd ul li {
		flex: auto;
	}
	#recommendation > dl > div dd ul li a:any-link {
		display: flex;
		justify-content: center;
		white-space: nowrap;
		padding: 0.25rem 0;
		font-size: min(3.2vw, 1rem);
		border-left: solid thin red;
	}
	#recommendation > dl > div dd ul li:last-child a:any-link {
		border-right: solid thin red;
	}
	#recommendation > dl > div dd ul li a:hover {
		text-decoration: underline;
	}
}

/*---------- スペシャリストになろう 採用情報 ----------*/
#top_recruit {
	background: url(./top/recruit_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: min(10vw, 5rem) 0;
	position: relative;
	margin-bottom: 5rem;
}
#top_recruit hgroup {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#top_recruit hgroup p {
	color: white;
	font-size: min(7vw, 2.5rem);
	font-weight: 500;
	padding-bottom: 1em;
}
#top_recruit hgroup h3 {
	color: white;
	font-size: min(5.5vw, 1.75rem);
	font-weight: 500;
}
#top_recruit_message {
	background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.75) 90%, rgba(255,255,255,0) 100%);
}
#top_recruit_message em {
	display: block;
	text-align: center;
	margin: min(10vw, 7.5rem) 0 min(5vw, 2.5rem);
	padding: 0.5em;
	line-height: 1.5;
	font-size: min(3.5vw, 1.5rem);
	font-weight: 500;
}
/* 正方形SVG 5点 */
#top_recruit ul {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 1rem;
}
#top_recruit ul li {
	width: min(17vw, 7.5rem);
	height: min(17vw, 7.5rem);
}
#top_recruit ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* 採用情報の特設サイトへ ボタン */
#top_recruit_banner {
	width: 30rem;
	height: 5rem;
	font-size: 1.333rem;
	font-weight: 500;
	position: absolute;
	bottom: -2.5rem;
	left: calc(50% - 15rem);
}
#top_recruit_banner a:any-link {
	width: 100%;
	height: 100%;
	background: #f39939;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .2s;
}
#top_recruit_banner a:hover {
	filter: brightness(120%);
}
@media (max-width: 46rem) {
	#top_recruit {
		margin-bottom: calc(30vw + 4rem);
		padding-bottom: min(5vw, 2.5rem);
	}
	#top_recruit ul {
		position: absolute;
		top: 0
		left: 0;
		width: 100%;
		gap: 1vw;
		bottom: -23vw;
	}
	#top_recruit_banner {
		width: 20rem;
		height: 4rem;
		font-size: 1.125rem;
		font-weight: 500;
		position: absolute;
		bottom: calc(-22vw + -4rem);
		left: calc(50% - 10rem);
	}
}
/*---------- FA/BAの心臓部・頭脳を創り出す ----------*/
#top_faba {
	background: url(./top/faba_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: min(25vw, 12.5rem) 0 calc(min(25vw, 12.5rem) + 6.75rem);
	position: relative;
}
@media (max-width: 50rem) {
	#top_faba {
		padding-bottom: calc(min(25vw, 12.5rem) + 30vw);
	}
}
#top_faba p em {
	display: block;
	color: white;
	font-size: min(5.75vw, 2.75rem);
	font-weight: 600;
	text-shadow: 0 0 0.25em black;
	text-align: center;
}


