@charset "UTF-8";

h1.ng_level {
	font-size: 2.875rem;
	line-height: 3.7375rem;
	max-width: 1220px;
	padding: 0 20px;
	margin: 60px auto 40px;
}

@media screen and (max-width: 600px) {
  h1.ng_level {
	font-size: 2.875rem;
	line-height: 3.7375rem;
	max-width: 1220px;
	padding: 0 20px;
	margin: 10px auto 0px;
  }

  .sp h1.ng_level {
    font-size: 1.75rem;
    line-height: 3.7375rem;
    max-width: 1220px;
    padding: 0 20px;
	margin: 10px auto 0px;
  }
}
#ng_block {
	padding: 0px 20px 80px;
}

.sp #ng_block > div {
	padding: 0px 10px 40px;
}

.sp main .contents .small_title {
	margin: 0px 0px 10px;
}

main .contents .news .newslist li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/** スマホ版でトップ画像を消す */
@media screen and (max-width: 600px) {
  #categorylabel.recruit > div {
	background-image: none;
  }

  #categorylabel > div {
	background-image: none;
  }
  #categorylabel > div {
	height: 0px;
  }

  .sp #categorylabel > div h1 {
	padding: 0px 10px 0px 10px;
  }

  #head_bg.recruit {
	background-image: none;
  }
  #head_bg.recruit {
	height: 0px;
  }
}


/**文字が乗るサムネ */
main .contents .card {
}

main .contents .card .image {
	background-color: black;
}

main .contents .card .image img {
	opacity: 0.7;
}

main .contents .menu .card > div > span {
	height: 50%;
	padding: 0px;
	font-size: 24px;

	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	line-height: 1.2375rem;
}

.sp main .contents .menu .card > div > span {
	font-size: 18px;
}


/** 追従バナー */
#sticky_banner {
	position: fixed;
	top: clamp(80px, 15vh, 155px);
	right: 0;
	width: auto;
	z-index: 999;
	padding: 0px;
}
#sticky_banner_mypage {
	width: min(100px, calc(40vh * 100 / 340));
	max-height: 340px;
	height: 40vh;
	background-size: auto 100%;
	background-image: url(../images/mypage2026.jpg);
}
#sticky_banner_mypage .blank:after {
	width: 16px;
	height: 16px;
	background: url(../images/blankwhite.svg)
}
#sticky_banner_mypage .message {
	visibility: hidden;
}
#sticky_banner_mypage .blank_icom {
	visibility: hidden;
}
#sticky_banner_contact {
	width: min(100px, calc(40vh * 100 / 340));
	max-height: 340px;
	height: 40vh;
	background-size: auto 100%;
	background-image: url(../images/mypage2027.jpg);
	align-self: flex-end;
}
#sticky_banner_contact .blank:after {
	width: 16px;
	height: 16px;
	background: url(../images/blankwhite.svg)
}
#sticky_banner_contact .message {
	visibility: hidden;
}
#sticky_banner_contact .blank_icom {
	visibility: hidden;
}

#sticky_banner_bg {
	height: 0px;
}

@media screen and (max-width: 600px) {
  #sticky_banner {
	display: flex;
	top: 85px;
	right: 0px;
	bottom: 0px;
    width: 100vw;
	height: 54px;
  }

  #sticky_banner_bg {
	height: 85px;
  }

  .sp #sticky_banner {
	top: 65px;
  }

  .sp #sticky_banner_bg {
	height: 65px;
  }

  #sticky_banner_mypage {
    width: calc(100vw * (195 / (130 + 260)));
	height: 54px;
	background-image: none;
	background-color: #00B0D2;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	color:#FFFFFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 17.6px;
  }
  #sticky_banner_mypage .message {
	display: flex;
	flex-direction: column;
	visibility: visible;
  }
  #sticky_banner_mypage .line1 {
	font-size: 18px;
  }
  #sticky_banner_mypage .line2 {
	font-size: 14px;
  }
  #sticky_banner_mypage .blank_icom {
	visibility: visible;
	position: absolute;
	right: 10px;
  }

  #sticky_banner_contact {
    width: calc(100vw * (195 / (130 + 260)));
	height: 54px;
	background-color: #004295;
	background-image: none;

	justify-content: center;
	align-items: center;
	display: flex;
	color:#FFFFFF;
	font-size: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 17.6px;
  }

  #sticky_banner_contact .message {
	display: flex;
	flex-direction: column;
	visibility: visible;
  }
	#sticky_banner_contact .line1 {
	font-size: 18px;
	}
	#sticky_banner_contact .line2 {
	font-size: 14px;
	}
	#sticky_banner_contact .blank_icom {
	visibility: visible;
	position: absolute;
	right: 10px;
	}
}


