@charset "utf-8";
/* CSS Document */
/*----entryページコンテンツ----*/

body{
	color:#ffffff;
}
.Profession-table img{
	width:140px;
}
.Profession-img img{
	width: 20%;
    min-width: 100px;
}
.TITLE_Professionname{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 4rem;
    line-height: 4rem;
    padding-right: 16px;
}
.TITLE_Professionname_S {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 2.5rem;
    padding-right: 16px;
}
.text-closed{
	font-size:3.4rem;
}
/*----求める人物像----*/
.entry_person{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.entry_person p:first-child {
	margin-right:10px;
}
/*---- ↓↓↓ 580px以下の時の記述 ↓↓↓ ----------------------------*/
@media (max-width: 580px) {
.entry_person{
	display: block;
	padding-left:10px;
	padding-right:10px;
}
.entry_person p:first-child {
	margin-right:0px;
}
}

/*----BUTTON----*/
/*----ENTRY BUTTON----*/
.entrybtn_sub{
	font-size: 1.8rem;
    position: relative;
    font-weight: lighter;
    display: inline-block;
	padding: 1.6rem 10rem 1.6rem 5rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 100vh;
	overflow: hidden;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
	outline-offset: -6px;
	outline: 2px solid rgba(24, 46, 76, 1.0);
	color: rgba(24, 46, 76, 1.0);
	background-color: rgba(255,255,255,1.0);
	background-image: url("../img/icon_arrow_M_b.png");
	background-position: right 36px top 50%;
	background-repeat: no-repeat;
	margin:20px auto;
}
.entrybtn_sub:hover {
	background-image: url("../img/icon_arrow_M.png");
	outline-offset: -6px;
	outline: 2px solid rgba(255, 255, 255, 1.0);
	color:#ffffff;
	background-color: rgba(59, 111, 212, 1);
}
.entrybtn_subtext{    /*----entrybtn_subの矢印を抜いたもの----*/
	font-size: 1.8rem;
    position: relative;
    font-weight: lighter;
    display: inline-block;
	padding: 1.6rem 8rem 1.6rem 8rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 100vh;
	overflow: hidden;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
	outline-offset: -6px;
	outline: 2px solid rgba(24, 46, 76, 1.0);
	color: rgba(24, 46, 76, 1.0);
	background-color: rgba(230,230,230,1.00);
	background-position: right 36px top 50%;
	background-repeat: no-repeat;
	margin:20px auto;
}
.entrybtn_subtext:hover {
	outline-offset: -6px;
	outline: 2px solid rgba(255, 255, 255, 1.0);
	color:#ffffff;
	background-color: rgba(59, 111, 212, 1);
}
.entrybtn{
	font-size: 2rem;
	position: relative;
	font-weight:lighter;
	line-height: 2.6rem;
	display: inline-block;
	padding: 1.5rem 8rem 1.5rem 8rem;
	-webkit-box-shadow: 0 5px 0 #d44114;
	box-shadow: 0 5px 0 #d44114;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 100vh;
	box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.2);
	outline-offset: 6px;
	outline: 2px solid rgba(24, 46, 76, 1.0);
	color: rgba(24, 46, 76, 1.0);
	background-color: rgba(255, 255, 255, 1);
}

a.entrybtn span {
  font-size: 1.5rem;
  position: absolute;
  top: -4rem;
  left: calc(50% - 120px);
  display: block;
  width: 240px;
  padding: 0.2rem 0;
  color: rgba(24, 46, 76, 1.0);
  border: 2px solid  rgba(24, 46, 76, 1.0);
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.entrybtn span:before,
a.entrybtn span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.entrybtn span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: rgba(24, 46, 76, 1.0) transparent transparent transparent;
}

a.entrybtn span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.entrybtn:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
}
/*---- ↓↓↓ 768px以下の時の記述 ↓↓↓ ----------------------------*/
@media (max-width: 768px) {
.entrybtn{
	font-size: 1.6rem;
    padding: 1.6rem 6rem;
	line-height: 2rem;
	}
a.entrybtn span {
  left: calc(50% - 110px);
  width: 220px;
  padding: 0.4rem 0;
}
}

.entrybtn:hover {
	outline-offset: -6px;
	outline: 2px solid rgba(255, 255, 255, 1.0);
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(24, 46, 76, 1.0);
}
.newgraduatelist-box{
	border-radius: 17px;
    padding: 0 18px 18px 18px;
    width: 100%;
    margin: auto;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.3);
}
.newgraduatelist-box img{
	width:60%;
	display: block;
	margin: 0 auto;
}