.yes_recruit_contents {
  overflow: hidden;
  font-size: 16px;
}
.yes_recruit_contents img {
  max-width: 100%;
  height: auto;
}
.yes_recruit_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
a.cmn-button-01 {
  display: inline-block;
  width: 200px;
  padding: 11px 0;
  background: #dc1e37;
  color: #fff;
  font-weight: 600;
  text-align: center;
  transition: opacity .5s ease;
}
a.cmn-button-01.is-en {
  padding: 7px 0;
  font-family: "DINNextLTPro-Regular";
  font-size: 20px;
}
a.cmn-button-01::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: 0 10px 1px 0;
  background: url(/jp/about/company/yes/recruit_career/img/common/icon_arrow.png) no-repeat center /contain;
}
a.cmn-button-01:hover {
  text-decoration: none;
  opacity: .7;
}
.nav-local-03 {
  position: relative;
}
.cmn-ttl01-wrap {
  text-align: center;
}
.cmn-ttl01-top {
  color: #dc1e37;
  font-family: "DINNextLTPro-HeavyItalic";
  font-size: min(64px, 6.4vw);
  line-height: 1;
  letter-spacing: .02em;
}
.cmn-ttl01-top>span {
  display: inline-block;
  position: relative;
}
.cmn-ttl01-top>span:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 4px);
  aspect-ratio: 24/32;
  width: min(24px, 2.6vw);
  background: #333;
  mask: url(/jp/about/company/yes/recruit_career/img/common/icon_tag.svg)no-repeat center /contain;
}
.cmn-ttl01 {
  display: inline-block;
  margin-top: 12px;
  padding: 4px 20px;
  border-top: solid 2px;
  border-bottom: solid 2px;
}
.cmn-mv {
  position: relative;
  height: 400px;
  color: #fff;
}
.cmn-mv .cmn-ttl01-top {
  color: #fff;
}
.cmn-mv .cmn-ttl01-top>span::before {
  background: #dc1e37;
}
.cmn-mv__box {
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(35% 0%, 100% -10%, 100% 100%, 0% 100%);
  width: 54%;
  height: 100%;
  margin-left: auto;
  padding-left: 10%;
  background: color-mix(in srgb, #333 95%, transparent);
}
.fixed-btn-wrap {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
}
.fixed-btn a {
  transition: .3s;
}
.fixed-btn a:hover {
  opacity: .75;
}
.fixed-btn {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.fixed-btn a {
  display: block;
  place-content: center;
  padding: 14px 14px 7px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.fixed-btn a span {
  position: relative;
}
.fixed-btn a::before {
  content: "";
  width: 65%;
  height: 100%;
  background: #9F0000;
  opacity: .38;
  position: absolute;
  top: 0;
  right: -8%;
  pointer-events: none;
  transform: skewX(-30deg);
}
.fixed-btn a::after {
  content: "";
  aspect-ratio: 14/12;
  width: 16px;
  margin-top: 2px;
  background: #dc1e37;
  mask: url(/jp/about/company/yes/recruit_career/img/common/arrow.svg) no-repeat center/contain;
  display: block;
  margin: 10px auto 0;
}
.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 {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity .6s, transform .6s;
}
.js-fadeup.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.js-fadeup-row-child {
  transform: translateY(20px);
  opacity: 0;
  transition: opacity .6s, transform .6s;
}
.js-fadeup-row.is-visible .js-fadeup-row-child {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 661px) {
  .pc-none {
    display: none !important;
  }
  .fixed-btn-wrap {
    bottom: 115px;
    right: 2%;
  }
  .fixed-btn {
    border-radius: 50%;
    border: 4px solid #fff;
    outline: 1px solid #dc1e37;
    overflow: hidden;
  }
  .fixed-btn a {
    width: 114px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    line-height: 1.4;
    overflow: hidden;
  }
}
@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 {
    padding: 14px 0;
    font-size: 16px;
  }
  .cmn-ttl01-top {
    font-size: min(35px, 8.7vw);
  }
  .cmn-ttl01-top>span:first-of-type:before {
    width: min(19px, 6vw);
  }
  .cmn-ttl01 {
    font-size: 14px;
  }
  .cmn-mv {
    height: 200px;
  }
  .cmn-mv .cmn-ttl01-top>span::before {
    width: min(16px, 4.3vw);
  }
  .cmn-mv__box {
    clip-path: polygon(25% 0%, 100% -1%, 100% 100%, 0% 100%);
    width: 67%;
  }
  .fixed-btn-wrap {
    width: 100%;
  }
  .fixed-btn {
    width: 100%;
  }
  .fixed-btn a {
    display: block;
    padding: 11px 4%;
    font-size: min(18px, 4.8vw);
    text-align: center;
  }
  .fixed-btn a::before {
    width: 60%;
    right: -6%;
  }
  .fixed-btn a::after {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    margin: 0;
  }
}