.yes_recruit_contents {
  font-size: 16px;
  overflow: hidden;
}

.yes_recruit_contents img {
  max-width: 100%;
  height: auto;
}

.yes_recruit_inner {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
}

a.cmn-button-01 {
  display: inline-block;
  text-align: center;
  background: #DC1E37;
  color: #FFF;
  font-weight: 600;
  width: 200px;
  padding: 11px 0;
  transition: opacity .5s ease;
}

a.cmn-button-01.is-en {
  font-size: 20px;
  font-family: 'DINNextLTPro-Regular';
  padding: 7px 0;
}

a.cmn-button-01::before {
  content: '';
  width: 8px;
  height: 12px;
  background: url(/jp/about/company/yes/recruit_gradu/img/common/icon_arrow.png) no-repeat center /contain;
  display: inline-block;
  margin: 0 10px 1px 0;
}

a.cmn-button-01:hover {
  opacity: .7;
  text-decoration: none;
}

.nav-local-03 {
  position: relative;
}

.cmn-ttl01-wrap {
  text-align: center;
}

.cmn-ttl01-top {
  height: 100px;
}

.cmn-ttl01 {
  display: inline-block;
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 3px 10px;
  margin-top: 5px;
}

.fixed-btn-wrap {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 8;
  width: 100%;
  max-width: 960px;
}
.fixed-btn a{
  transition: .3s;
}
.fixed-btn a:hover{
  opacity: 0.75;
}
.fixed-btn {
  display: block;
  width: 320px;
  box-sizing: border-box;
  position: relative;
}
.fixed-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  line-height: 1;
  box-sizing: border-box;
}
.fixed-btn a::after {
  content: "";
  width: 26px;
  aspect-ratio: 41/25;
  background: #dc1e37;
  mask: url(/jp/about/company/yes/recruit_gradu/img/common/arrow.svg) no-repeat center/contain;
  margin-left: 8px;
  margin-top: 2px;
}
.fixed-btn.is-entry a::after {
  background: #fff;
}
.fixed-btn a:link {
  color: #fff;
  text-decoration: none;
}
.fixed-btn a:visited {
  color: #fff;
  text-decoration: none;
}
.fixed-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.fixed-btn a:active {
  color: #fff;
  text-decoration: none;
}
.fixed-btn.is-entry a {
  background-color: #dc1e37;
}
.fixed-btn.is-mypage a {
  background-color: #fff;
  color: #dc1e37;
}

/*Animation*/
.js-fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s, transform 0.6s;
}

.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeup-row-child {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s, transform 0.6s;
}

.js-fadeup-row.is-visible .js-fadeup-row-child {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 661px) {
  .pc-none {
    display: none !important;
  }
}


@media screen and (max-width: 660px) {
  .sp-none {
    display: none !important;
  }

  .yes_recruit_contents body {
    font-size: 14px;
  }

  .nav-local-06__logo img {
    height: 28px;
  }

  a.cmn-button-01 {
    font-size: 16px;
    padding: 14px 0;
  }

  .cmn-ttl01-top {
    height: 60px;
  }

  .fixed-btn a {
    display: block;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  }
  .fixed-btn a span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .fixed-btn a::after {
    content: none;
  }
}