@charset "UTF-8";

/*** 共通 ***/
:root {
	--main_color: #12B4EA;
}
body {
  font-family: Zen Kaku Gothic New, "Noto Sans JP", system-ui, sans-serif;
  /*font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;*/
}
a {
	text-decoration: none;
	transition: 0.5s;
	color: #000;
}
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.5;
	opacity:0.5;
	transition: 0.5s;
}
ul {
	list-style: none;
}
section {
	margin: 100px 0;
}
table {
	width: 100%;
}
h1 {
	font-family: "Anton", sans-serif;
}
h2 {
	font-family: "Anton", sans-serif;
}
#content_wrapper {
	width: 100%;
	padding-top: 180px;
}
span.underline {
  background: linear-gradient(transparent 50%, rgba(18, 180, 234, 0.5) 50%);
}
.content_wrap {
	max-width: 1024px;
  margin: 100px auto;
}

/*** トップビジュアル ***/
.h1_block {
	text-align: center;
	margin: 0 20px 60px 20px;
} 
.h1_block h1.main {
	font-size: 4rem;
	margin: 20px 0;
}
.h1_block .sub {
	font-size: 1.5rem;
	color: var(--main_color);
  font-weight: 800;
}
.top_visual_wrap {
	width: 100%;
}
.top_visual_block {
	position: relative;
}
.top_msg {
	position: absolute;
	top: 150px;
  left: 120px;
}
.top_msg .text01, .top_msg .text02 {
	color: var(--main_color);
  background: rgba(255, 255, 255, 0.8);
  font-size: 3rem;
  font-weight: bold;
  padding: 20px 10px 20px 15px;
  margin: 10px 0;
  display: inline-block;
 }
.top_visual_photo img {
	width: 100%;
}
.lead_wrap {
	margin: 50px auto;
  max-width: 1024px;
}
.lead_block {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.lead_block .left {
	font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.8;
}
.lead_block .apply_link_text {
	border: double 10px var(--main_color);
  padding: 35px 45px;
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}


/*** 募集職種 ***/
.h2_wrap {
	text-align: center;
  margin: 60px 20px 60px 20px;
}
.h2_wrap h2.main {
	color: #ccc;
  font-size: 3.5rem;
  line-height: 1.1;
}
.h2_wrap .sub {
	color: var(--main_color);
  font-size: 1.5rem;
  font-weight: 600;
}
.jobtype_wrap {
	max-width: 1024px;
  margin: 0 auto;
}
.jobtype_block {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jobtype_box {
	width: 31%;
	background: #f0f0f0;
  padding: 40px 20px;
  margin: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jobtype_box .text {
	text-align: center;
}
.jobtype_box .main {
	color: var(--main_color);
  font-size: 1.7rem;
  font-weight: 600;
  margin: 20px 0;
  line-height: 1.5;
}


/*** インタビュー ***/
#interview {
	background: #f0f0f0;
	padding-bottom: 30px;
}
#interview .visual_photo img {
	width: 100%;
}
.visual_block {
	position: relative;
}
.visual_text_box {
	position: absolute;
	top: 100px;
	left: 150px;
}
.visual_text_box h2.h2_interview {
	color: rgba(18, 180, 234, 0.25);
  font-size: 6rem;
}
.visual_text_box .text01 {
	font-size: 1.3rem;
  font-weight: 600;
  margin: 55px 0 60px 0;
}
.visual_text_box .text02 {
	font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.visual_text_box .name {
	font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
.supplement {
	font-size: 0.9rem;
  text-align: right;
  padding-right: 50px;
}
.interview_contents_wrap {
	max-width: 1024px;
  margin: 50px auto;
}
.interview_contents_about {
	line-height: 2;
}
.interview_contents_about .text01 {
	font-size: 1.5rem;
  font-weight: 600;
}
.interview_contents_about .text02 {
	font-size: 1.1rem;
}
.interview_contents_about .name {
	font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
.interview_contents_box {
	background: #fff;
  padding: 35px 65px;
  margin: 40px 0;
}
.interview_contents_box .text01 {
	font-size: 1.5rem;
  margin-bottom: 20px;
}
.interview_contents_box .text02 {
	line-height: 1.8;
}
.hashtag {
	color: var(--main_color);
}
.interview_photo_wrap {
	position: relative;
	/*width:100vw;
  height:100vh;*/
}
.interview_photo_wrap .overlap {
	position: absolute;
	top: 150px;
	left:0;
  right:0;
  margin:0 auto;
}
.interview_photo img {
	width: 100%;
	max-height: 600px;
  object-fit: cover;
}


/*** 募集要項 ***/
.link_text {
	border: 1.5px solid var(--main_color);
	border-radius: 50px;
  max-width: 220px;
  padding: 10px;
  color: var(--main_color);
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}


/*** 応募方法 ***/
.apply_wrap {
	max-width: 1024px;
	margin: 0 auto;
	padding: 40px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.apply_text {
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.apply_text p {
  display: inline-block;
  text-align: left;
  line-height: 2.3;
}
.contact_box {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: end;
  margin-bottom: 25px;
}
.contact_box .left, .contact_box .right {
	width: 45%;
}
.contact_box .right .link_text {
	margin: 0;
}
.tel_number_box {
	text-align: right;
}
.tel_number_box img {
	max-width: 260px;
}
.mail_text {
	text-align: center;
}
.mail_text p {
	display: inline-block;
  text-align: left;
}


/***************
 * 
 * キャリア採用 募集要項 
 * 
 ***************/

#job_description table {
  border-collapse: collapse;
  color: #000;
}
#job_description table tr {
  border-bottom: solid 1px #D3D3D3;
}
#job_description table th {
  border-collapse: collapse;
}
#job_description table th {
  text-align: left;
  padding: 2.0em 2.0em 2.0em 0.5em;
  white-space: nowrap;
  font-weight: 600;
  vertical-align: middle;
}
#job_description table td {
  text-align: left;
  padding: 2.0em 0.5em;
}
#job_description table ul li {
	padding: 20px 0;
	line-height: 2.2;
	border-bottom: solid 1px #D3D3D3;
}
#job_description table ul li:last-child {
	border-bottom: none;
}
#job_description table ul li span.job_name {
	font-weight: 600;
}
#job_description table ul li span.conditions {
	background: #000;
	color: #fff;
	border-radius: 5px;
  padding: 5px 10px;
  margin-right: 10px;
}

/*** インタビューリンク ***/
.interview_desc_photo img {
	max-width: 1024px;
}
.interview_desc_text_box {
	text-align: center;
  margin: 20px 0;
  line-height: 2;
}
.interview_desc_text_box .text01 {
	color: var(--main_color);
  font-size: 1.5rem;
  font-weight: 500;
}
.interview_desc_text_box .text02 {
	font-size: 1.3rem;
  font-weight: 500;
}
.interview_desc_text_box .name {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.4rem;
	font-weight: bold;
}


/***************
 * 
 * 新卒採用 募集要項 
 * 
 ***************/

/*** マイナビバナーリンク ***/
.banner_desc_block .link_button_box {
	text-align: center;
}

/*** 受付中バナーリンク ***/
#reception {
	margin-bottom: 0;
}
.reception_wrap {
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
}
.reception_text {
	font-weight: 500;
	text-align: center;
}
.reception_text p {
  display: inline-block;
  text-align: left;
  line-height: 2.3;
}
.reception_box {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: end;
}
.reception_box .left, .reception_box .right {
	width: 45%;
	padding: 70px 0;
}
.reception_box .left {
	border-right: 1px solid #a4a4a4;
}
.reception_text_box {
	text-align: center;
	margin-bottom: 25px;
}
.reception_text_box h2.h2_reception {
	color: #ccc;
  font-size: 3.5rem;
  line-height: 1.1;
}
.reception_text_box .text_reception {
	color: var(--main_color);
  font-size: 1.5rem;
  font-weight: 600;
}




















