.cmn-inner01 {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (min-width:661px) {
  .cmn-inner01 {
    padding: 0 4%;
  }
}
/*既存上書き*/
.navigation-ttl {
  padding: 21px 0;
  font-size: 28px;
  color: #FFF;
  font-weight: bold;
}
.nav-local-06__logo {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  font-size: 11px;
}
.navigation .hdg-level3-03 {
  color: #FFF;
  font-weight: 600;
  margin: 0;
  padding: 20px 0;
  line-height: 1.2;
  box-sizing: border-box;
}
.nav-local-06__list>ul>li>a .is-en {
  display: inline-block;
  font-family: 'DINNextLTPro-Regular';
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1.4px;
  pointer-events: none;
  margin-right: 15px;
}
.nav-local-06__list>ul>li>a span {
  pointer-events: none;
}
#topcontrol {
  padding-bottom: 50px;
}
@media screen and (min-width:661px) {
  .navigation .hdg-level3-03 {
    padding: 20px 30px;
  }
}
/*フェードインアニメーション*/
.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);
}
/*下層 扉ページタイトル*/
.recruit-under-top_ttl img {
  height: 50px;
}
.recruit-under-top_ttl2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
/*リクルート追従ボタン エントリー＆インターン*/
.recruit-content__fixed-btns {
  position: fixed;
  left: 50%;
  transform: translate(-50%) scale(.8);
  transform-origin: bottom;
  bottom: 0;
  display: flex;
  z-index: 10;
  overflow: auto;
}
.recruit-content__fixed-btns2{
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  transform-origin: bottom;
  bottom: 0;
  display: flex;
  z-index: 8;
  width: 100%;
  max-width: 960px;
}
.recruit-content__fixed-btns2 a{
  transition: .3s;
}
.recruit-content__fixed-btns2 a:hover{
  opacity: 0.75;
}
.recruit-content__fixed-btn {
  display: block;
  width: 400px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
}
.recruit-content__fixed-btn a {
  display: block;
  padding: 0 0 0 30px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
  box-sizing: border-box;
}
.recruit-content__fixed-btn a:link {
  color: #fff;
  text-decoration: none;
}
.recruit-content__fixed-btn a:visited {
  color: #fff;
  text-decoration: none;
}
.recruit-content__fixed-btn a:hover {
  color: #fff;
  text-decoration: none;
}
.recruit-content__fixed-btn a:active {
  color: #fff;
  text-decoration: none;
}
.recruit-content__fixed-btn::after {
  content: "";
  width: 68px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 20px;
  pointer-events: none;
}
.recruit-content__fixed-btn.is-entry a {
  background-color: #dc1e37;
}
.recruit-content__fixed-btn.is-mypage a {
  background-color: #fff;
  color: #dc1e37;
}
.recruit-content__fixed-btn.is-entry::after {
  background-image: url('/jp/recruit/new_graduate/img/top/illust_yanbo.png');
  background-repeat: no-repeat;
}
.recruit-content__fixed-btn.is-intern::after {
  background-image: url('/jp/recruit/new_graduate/img/top/illust_mabo.png');
  background-repeat: no-repeat;
}
.recruit-content__fixed-btn.is-mypage::after{
  background: url('/jp/recruit/new_graduate/img/top/illust_yanbo-mabo_par.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 110px;
  height: 100%;
  right: 10px;
}
.recruit-content__fixed-btn.is-intern a {
  background-color: #333333;
}
.recruit-content__btn-english {
  margin-right: 20px;
}
.recruit-content__btn-arrow {
  margin-left: 20px;
}
@media (min-width: 661px) {
  .nav-local-06 {
    height: 100px;
  }
  .nav-local-06__logo {
    font-size: 16px;
    letter-spacing: 0.4px;
  }
  .nav-local-06__list {
    height: 100px;
  }
  .nav-local-06__list>ul>li {
    height: 100px;
  }
  .nav-local-06__list>ul>li>a {
    flex-direction: column;
    justify-content: center;
    line-height: 1.3;
  }
  .nav-local-06__list>ul>li>a .is-en {
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 1.4px;
    margin: -11px 0 2px;
  }
  .nav-local-06__list>ul>li>a .is-sub {
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    margin-left: -0.1em;
  }
  .nav-local-06__list>ul>li>a .is-no-sub {
    margin-bottom: 15px;
  }
  .nav-local-06__list>ul>li.is-deep>a::before {
    bottom: 5px;
  }
}
@media (max-width: 660px) {
  /* メニュー非表示 */
.nav-local-06__list li.is-mobile-expanded button{
  display: none;
}
  /*下層 扉ページタイトル*/
  .recruit-under-top_ttl img {
    height: 35px;
  }
  .recruit-content__fixed-btns,
  .recruit-content__fixed-btns2 {
    width: 100%;
    transform: translate(-50%) scale(1);
  }
  .recruit-content__fixed-btn {
    display: block;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    position: relative;
  }
  .recruit-content__fixed-btns2 {
    /* height: 50px; */
  }
  .recruit-content__fixed-btn2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recruit-content__fixed-btn2{
    width: calc(100% * 3);
  }
  .recruit-content__fixed-btn a {
    align-items: baseline;
    flex-wrap: wrap;
    padding: 9px 94px 7px 6%;
    font-size: 11px;
  }
  .recruit-content__fixed-btn::after {
    width: 42px;
    height: 100%;
    background-size: 100%;
    background-position: bottom right;
    right: 3%;
  }
  .recruit-content__btn-english {
    display: block;
    margin-bottom: 6px;
    margin-right: 2px;
    width: 80%;
  }
  .recruit-content__btn-arrow {
    position: absolute;
    top: calc(50% - 8px);
    right: 31%;
    width: 30px;
  }
  .recruit-content__btn-english img {
    height: 16px;
  }
  .recruit-content__btn-arrow img {
    max-width: 100%;
  }
  .recruit-content__fixed-btn.is-mypage::after{
    background-size: contain;
    width: 68px;
    height: 100%;
    right: -9px;
  }
}