/* headerArea Height Adjust */
.c-section-mv {
    padding-bottom: 250px !important;
}

.CompBanArea{
  height: 300px;
  width: 300px;
  position: relative;
}

.banImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  
  animation: image-switch-animation 15s infinite;
}

.banSrc1 {
  background-image: url(/recruit/assets/image/recruit/new-grads/adban01.jpg);
}
.banSrc2 {
  background-image: url(/recruit/assets/image/recruit/new-grads/adban02.jpg);
}
.banSrc3 {
  background-image: url(/recruit/assets/image/recruit/new-grads/adban03.jpg);
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}

.banImage:nth-of-type(1) {
  animation-delay: 0s;
}
.banImage:nth-of-type(2) {
  animation-delay: 5s;
}
.banImage:nth-of-type(3) {
  animation-delay: 10s;
}
.banImage:nth-of-type(4) {
  animation-delay: 15s;
}
.banImage:nth-of-type(5) {
  animation-delay: 20s;
}

.banImageText {
	padding-top: 310px;
	color: #fff;
	font: 1.5rem bold;
	letter-spacing: 0.02em;
	text-align: center;
}

/*EntryNavigation Add*/

.entryNavi0209{
  padding:30px 0px 0px 30px;
  position: relative;
}
.entryNaviText{
	color: #fff;
	font: 1.5rem bold;
	letter-spacing: 0.02em;
	margin-bottom:10px;
}

.entryNaviBtn{
	display: flex;
    max-width: 300px;
    margin: 0 auto;
    align-items: center;
    color: #fff;
    background-color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    border: #fff solid 1px;
    margin-bottom:20px;
}

.entryNaviMynavi{
	display: flex;
    width: 300px;
    flex: 0 0 auto;
    margin: 0 auto;
    background-color: #fff;
}

.entryNaviTextUnder{
	color: #fff;
	font: 1.5rem bold;
	letter-spacing: 0.02em;
	margin:30px 0px 10px 0px;
}

.c-new-list-application__details-title {
	width:256px;
}

.companyLink {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	padding-bottom: 10px;
}

.companyLink a {
	color: #fff;
	text-decoration:underline;
}

.companyLink-R {
	margin-left: 20px;
	}

@media (max-width: 895px){
.c-section-mv__inner {
    margin: 0 auto 0;
    padding: 20px 16px;
    display:box;
}

.CompBanArea {
   margin: 10px auto;
   text-align: center;
}

.c-new-list-application__details-title {
	width:256px;
}

.fix-btn_right{
  position:fixed;
  z-index:1;
  background:#fff;
  width:140px;
  border-radius:15px;
  padding:20px 0;
  right:20px;
  bottom:10px;
  box-shadow:1px 1px 5px #aaa;
}

.fix-btn_left{
  position:fixed;
  z-index:1;
  background:#fff;
  width:140px;
  border-radius:15px;
  padding:20px 0;
  right:170px;
  bottom:10px;
  box-shadow:1px 1px 5px #aaa;
}

}

@media (min-width: 896px){
.c-section-mv__inner {
   display:flex;
}

.CompBanArea {
   margin: 20px 0 0 40px;
}

.c-gnav__list {
    margin-top: 20px;
}

}