@charset "utf-8";
/*
Theme Name: new-global-stage
Author: KEIKO MIZOGUCHI
Description:  株式会社global stageのテーマ
version: 1.0.0
*/

/*common
-----------------------------------------------------------------------------------------*/
/*
color: #06283D;
color: #1363DF;
color: #47B5FF;
color: #DFF6FF;
rgb(6, 40, 61)
rgb(19, 99, 223)
rgb(71, 181, 255)
rgb(223, 246, 255) */

html,body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #06283D;
}

body {
	position: relative;
}

.flex-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav {
	font-family: 'Noto Serif JP', serif;
}

nav a {
	background-image: linear-gradient(90deg, #0086e0, #0086e0); /* 線の色 */
	background-repeat: no-repeat;
	background-position: left bottom; /* 線の起点を左・下に設定 */
	background-size: 0 1px; /* 線の横幅を0、縦幅を1pxに */
}

/* nav a::before {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, rgba(0,212,255,1) 0%, rgba(9,9,121,1) 87%, rgba(2,0,36,1) 100%);
}
 */

nav a:hover {
	background-size: 100% 1px; /* 線の横幅を100%にする */
}



@media screen and (min-width:768px) {
.sp{
	display: none;
}
}

@media screen and (max-width:767px) {
.pc{
	display: none;
}
}


/*header
-----------------------------------------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 4px rgb(21,21,21,0.1);
	z-index: 2;
}

.logo {
	max-width: 300px;
	padding: 1rem;
}

.a {
	width: calc(100% - 60px);
	max-width: 1080px;
	margin: auto;
	color: #000;
}

.menu-item {
	padding-right: 2em;
}

.menu-item:last-child {
	padding-right: 0;
}

@media screen and (max-width:767px) {
	.drawer--right.drawer-open .drawer-hamburger {
		right: 0 !important;
	}

	.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
		background: #fff;
	}

	.drawer-nav {
		width: 100% !important;
		background: rgba(0,0,0,0.8) !important;
		/* right: -100%; */
	}

	.drawer--right .drawer-nav{
		right: -100% !important;
	}

	.drawer--right.drawer-open .drawer-nav {
		right: 0 !important;
	}

	.drawer-nav .header-list .menu-item {
		margin-top: 2em;
	}

	.drawer-nav .header-list a {
		color: #fff;
	}
}

/*footer
-----------------------------------------------------------------------------------------*/
footer {
	padding-top: 120px;
	font-family: 'Noto Serif JP', serif;
}

.footer-wrapper {
	max-width: 560px;
	margin: auto;
	justify-content: space-around;
}

.footer-list {
	display: inline-block;
}

footer .page_item {
	margin-bottom: 1em;
}

.footer-right {
	width: 50%;
}

.footer-logo {
	max-width: 300px;
	margin: 0;
	padding-bottom: 1em;
}

div.copy-right{
	padding: 30px 0;
	font-size: 12px;
}

@media screen and (max-width:767px) {
	footer {
		padding-top: 50px;
		text-align: center;
	}

	.footer-list {
		display: none;
	}
	
	.footer-logo {
		margin: auto;
	}

	.footer-right {
		width: calc(100% - 30px);
	}
}

/*single
-----------------------------------------------------------------------------------------*/
.bg-recruit-top {
	padding-bottom: 30px;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 30px;
  }
  
  .bg-recruit-content {
	width: clamp(200px, 50vmax, 480px);
  }
  
  .attachment-post-thumbnail {
	height: auto;
	object-fit: cover;
	transition: all 0.5s;
  }

  .attachment-post-thumbnail:hover {
	border-radius: 20px 20px 0 0;
  }

  .recruit-table th, .recruit-table td {
	display: table-cell;
  }

  .recruit-table th {
	width: 200px;
  }
  
  .subPage-contact-wrapper{
	padding-top: 50px;
  }

  .subPage-contact-wrapper .contact-box {
	border: none;
	padding: 0;
  }

  .subPage-contact-wrapper .contact-box .subpage_btn {
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

.subPage-contact-wrapper .contact-box .subpage_btn .icon{
	margin: 0 8px 0 0;
  }

  @media screen and (max-width:767px) {
	.bg-recruit-top {
	  flex-wrap: wrap;
	  justify-content: center;
	}
  
	.bg-recruit-content {
	  width: 100%;
	}
  
	.contents-table th, td {
	  width: 100%;
	  display: block;
	}

	.recruit-table th, .recruit-table td {
		display: block;
	  }
	
	  .subPage-contact-wrapper .contact-box:last-child {
		border: none;
	  }
  }
  

/*404
-----------------------------------------------------------------------------------------*/
div.error-message{
	font-size: 150%;
}

@media screen and (max-width:767px) {
	div.error-message{
		font-size: 120%;
	}
}
