@charset "UTF-8";

/* --------------------------------------
  Introduction
-------------------------------------- */
.ng01 .page-intro {
  margin-top: 0;
  margin-bottom: 30px;
}
.ng02 .page-intro {
  margin-bottom: 30px;
}

/* --------------------------------------
  Page Navi
-------------------------------------- */
.pnav-unit {
  height: 40px;
}
.pnav__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 40px;
  width: 33%;
}

/* --------------------------------------
  New Gradiates
-------------------------------------- */
.newGradiates-unit {
  width: 100%;
	margin: 20px 0 60px 0;
}
.newGradiates {
  position: relative;
  width: 100%;
}
.newGradiates:first-of-type {
  margin-bottom: 100px;
}

/* Background */
.ng01 .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 350px;
  background-color: #bbd4ec;
}
.ng01 .bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 350px 0;
  border-color: transparent #ffffff transparent transparent;
}
.ng02 .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 350px;
  background: rgba(102,115,153,0.25);
}
.ng02 .bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 100vw 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.talented {
	/* font-size: 16px; */
    font-size: 1.3rem;
    line-height: 1.8;
    color: #40507f;
    margin-bottom: 100px;
}
.talented li::before {
  content: "■";
  color: #6da2d6;
}

.ng__item {
  width: 100%;
  display: block;
}
.ng__item_heading {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 0.75em;
  box-sizing: border-box;
  background: rgb(61,131,201);
  background: -moz-linear-gradient(left, rgba(61,131,201,1) 0%, rgba(0,22,85,1) 100%);
  background: -webkit-linear-gradient(left, rgba(61,131,201,1) 0%,rgba(0,22,85,1) 100%);
  background: linear-gradient(to right, rgba(61,131,201,1) 0%,rgba(0,22,85,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d83c9', endColorstr='#001655',GradientType=1 );
}
.ng__item_heading:last-of-type {
  margin-bottom: 10px;
}
.ng__item_sum {
  width: 100%;
  color: #666666;
  margin-bottom: 30px;
  padding: 0 0.75em;
  box-sizing: border-box;
}
.ng__item_sum:last-of-type {
  margin-bottom: 0;
}

/* --------------------------------------
  Recruit Button
-------------------------------------- */
.btn__wrap {
	margin-top: 10px;
	text-align: right;
}
.btn__wrap > .container > a {
	display: inline;
}
/* 2021/01/14 DEL
#btn_MyNavi2021 {
	border: solid;
	border-color: #00a5dd;
	border-width: 1.5px;
	width: 180px;
	height: auto;
}
*/
