@charset "utf-8";
/*----------------------------------------------

共通

----------------------------------------------*/
p {
	line-height: 2;
	text-align: justify;
	letter-spacing: .03em;
}
/* メインビジュアル */
.mainv {
	background: url(../img/newcomer/mainv.jpg) center top no-repeat;
	background-size: cover;
}

/* table */
.base-table {
	letter-spacing: .1em;
	line-height: 1.8;
	margin-bottom: 40px;
	width: 100%;
}
.base-table tr {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
.base-table th {
	white-space: nowrap;
	width: 25%;
	text-align: center;
}
.base-table .th2{
	width: 10%;
	text-align: left;
}
.base-table th,
.base-table td {
	padding: 25px;
}

/*----------------------------------------------

採用フロー

----------------------------------------------*/
.circle-flow {
	padding: 65px 0;
	margin-bottom: 60px;
}
.circle-flow li {
	color: #fff;
	position: relative;
	border: solid 1px #fff;
	padding: 0;
	margin: 0;
	width: 150px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin-right: 40px;
	margin-bottom: 15px;
}
.circle-flow li::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: -19%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 13px;
	border-color: transparent transparent transparent #ffffff;
}
.circle-flow li:last-child {
	margin-right: 0;
}
.circle-flow li:last-child::after {
	content: "";
	display: none;
}

.circle-flow li>a>span, .circle-flow li>span {
	color: #fff;
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	line-height: 1.5;
	letter-spacing: .15em;
	font-size: 1.7rem;
}
.circle-flow li > a {
	display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

/* grey-disc */
.grey-disc {
	margin-bottom: 0;
}

.mar-p>p{
	margin-bottom: 30px;
}
.mar-p>p:last-child {
	margin-bottom: 0;
}

.disc-red {
	text-indent: -1em;
	margin-left: 1em;
}


/*----------------------------------------------

エントリー

----------------------------------------------*/
.banner li{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
/*	border: solid 1px #000;  */   /* 2019/2/21 comment out F9707 */
	width: 300px;
	margin-right: 5%;
}

/* .banner li:last-child a { */
.banner li.mynavi a {
	padding: 0;
}

/* .banner li:last-child img { */
.banner li.mynavi img {
	width: 100%;
	max-height: 93px;
}
.banner li a {
	display: block;
	padding: 20px 0;
}
@media screen and (max-width: 713px) {
	.banner li:first-child {
		margin-bottom: 10px;
	}
}

.banner_year {
	margin-top:20px;
	margin-bottom:10px;
}

/*----------------------------------------------

待遇

----------------------------------------------*/
.base-table a {
	text-decoration: underline;
}

#attention {
	padding-top: 60px;
	margin-bottom: 80px;
}
#attention p{
	margin-bottom: 30px;
}

.benefits-img {
	text-align: right;
	margin-top: 30px;
}
.benefits-img li:first-child {
	margin-right: 8%;
}
.benefits-img li {
	display: inline-block;
}
.benefits-img li p {
	margin-top: 20px;
}
p.bdt {
	border-top: 1px solid #000;
	padding: 25px;
}

/*----------------------------------------------

育成フロー	

----------------------------------------------*/
.sq-flow li {
  width: 6%;
  height: 340px;
  padding: 0 10px;
  border-radius: 0;
  margin-right: 4.3%;
}
.sq-flow .w-L {
	width: 9.5%;
}
.sq-flow .w-L::after {
	right: -33%; 
}
.sq-flow li::after {
	content: "";
	right: -50%; 
}
.sq-flow li:last-child::after {
	content: "";
	display: block;
}
.sq-flow li:last-child::before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: -83%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 13px;
	border-color: transparent transparent transparent #ffffff;
}
.sq-flow li>a>span, .sq-flow li>span {
-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;  top:50%;
  left:50%;
  right: auto;
  white-space: nowrap;
  display:inline;
  transform:translate(-50%, -50%);
}
.sq-flow li > a {
	display: block;
  padding: 0 10px;
  width: 100%;
  height: 340px;
}


/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {

	/*----------------------------------------------

	共通

	----------------------------------------------*/
	/* table */
	.base-table {
		margin-bottom: 30px;
	}
	.base-table th {
		width: 27%;
		text-align: left;
		padding-right: 2% !important;
	}
	.base-table .th2{
		width: auto;
		margin-bottom: 8px;
		text-align: left;
	}
	.base-table th,
	.base-table td {
		padding: 13px 0;
	}

	/*----------------------------------------------

	採用フロー

	----------------------------------------------*/
	.circle-flow {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.circle-flow li {
		border: none;
		border-bottom: solid 1px #fff;
		width: 100%;
		height: auto;
		padding: 33px 0 25px;
		display: block;
		border-radius: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	.circle-flow li::after {
		content: "";
		background: url(../img/newcomer/arrow.png) no-repeat center top;
		background-size: contain;
		top: auto;
		bottom: -11px;
		right: 0;
		left: 0;
		margin: auto;
		width: 17px;
		height: 11px;
		-webkit-transform: translateY(0);
	    transform: translateY(0);
		border: none;
	}
	.circle-flow li:last-child {
		margin-right: 0;
		border-bottom: none;
		padding-bottom: 0;
	}
	.circle-flow li:first-child {
		padding-top: 0;
	}
	.circle-flow li:last-child::after {
		content: "";
		display: none;
	}

	.circle-flow li>span, .circle-flow li>a>span {
		position: static;
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
		line-height: 1.8;
		letter-spacing: .15em;
		font-size: 1.5rem;
	}
	.circle-flow li > a {
		display: block;
	  padding: 0 10px;
	  width: 100%;
	  height: auto;
	}

	/*----------------------------------------------

	エントリー

	----------------------------------------------*/
	.banner li{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	/* .banner li:last-child { */
	.banner li.mynavi {
		margin: 0;
	}
	.banner li a {
		padding: 10px 30px;
	}

	/*----------------------------------------------

	待遇

	----------------------------------------------*/
	#attention {
		padding-top: 0;
		margin-bottom: 40px;
	}
	#attention p{
		margin-bottom: 15px;
	}

	.benefits-img {
		text-align: left;
		margin-top: 15px;
	}
	.benefits-img.toyama li {
		width: 45vw !important;
	}
	.benefits-img li {
		width: 45vw;
	}
	.benefits-img li:first-child {
		width: 24.5vw;
		margin-right: 3%;
	}
	.benefits-img img {
		max-width: 100%;
	}
	.benefits-img li p {
		margin-top: 10px;
	}

	/*----------------------------------------------

	育成フロー

	----------------------------------------------*/
	.sq-flow li {}
	.sq-flow li > span, .sq-flow li > a > span{
	    writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		      -ms-writing-mode: lr-tb;
	}
	.sq-flow .w-L {
		width: 100%;
	}
	.sq-flow .w-L::after,
	.sq-flow li::after {
		right: 0;
	}
	.sq-flow li:last-child::after {
		content: "";
		display: none;
	}
	.sq-flow li:last-child::before {
		content: "";
		display: none;
	}
	.sq-flow li > a {
		display: block;
	  padding: 0 10px;
	  width: 100%;
	  height: auto;
	}



}
