footer .copyright {
  padding: 0 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .copyright {
    padding: 0 0 90px;
  }
}
footer .copyright span {
  font-size: clamp(0.75rem, 1.1111111111vw, 1rem);
  font-weight: 400;
  color: #000000;
  line-height: 1;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  footer .copyright span {
    font-size: clamp(0.75rem, 0.9027777778vw, 0.8125rem);
    text-align: center;
  }
}

.fix__btn {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 32%;
  min-width: 450px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .fix__btn {
    min-width: auto;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto 75px;
  }
}
.fix__btn .entry__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 0 0 15px;
  border: 3px solid #000000;
  border-right: none;
  background: #fcee21;
  padding-block: clamp(0.9375rem, 1.3888888889vw, 1.25rem);
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .fix__btn .entry__btn a {
    border-radius: 0;
    border: none;
    border-top: 3px solid #000000;
    padding-block: 5px;
    display: block;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
.fix__btn .entry__btn a::before {
  content: "";
  display: block;
  width: clamp(5.0625rem, 7.5vw, 6.75rem);
  height: clamp(6rem, 8.8888888889vw, 8rem);
  background: url(/recruit/assets/images/common/chara_smile.svg) center center/contain no-repeat;
  position: absolute;
  inset: -20% auto 0 -7%;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .fix__btn .entry__btn a::before {
    display: none;
  }
}
.fix__btn .entry__btn a span {
  font-size: clamp(2.484375rem, 3.6805555556vw, 3.3125rem);
  font-weight: 800;
  color: #000000;
  letter-spacing: 0.25em;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .fix__btn .entry__btn a span {
    margin-inline: auto;
    font-size: 26px;
    letter-spacing: 0.15em;
    line-height: 1;
    padding-left: 0;
    justify-content: center;
    align-items: center;
  }
  .fix__btn .entry__btn a span::before {
    content: "";
    display: block;
    width: 54px;
    height: 64px;
    background: url(/recruit/assets/images/common/chara_smile.svg) center center/cover no-repeat;
    margin-right: 10px;
  }
}
.fix__btn .entry__btn a span::after {
  content: "";
  display: block;
  width: clamp(2.53125rem, 3.75vw, 3.375rem);
  height: clamp(2.53125rem, 3.75vw, 3.375rem);
  -webkit-mask-image: url(/recruit/assets/images/common/arrow01.svg);
          mask-image: url(/recruit/assets/images/common/arrow01.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #000000;
  margin-left: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .fix__btn .entry__btn a span::after {
    margin-left: 5px;
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 768px) {
  .fix__btn .entry__btn a:hover {
    background: #ffffff;
  }
  .fix__btn .entry__btn a:hover::before {
    animation: fix-asamin 3s linear infinite;
  }
  .fix__btn .entry__btn a:hover span {
    color: #40bbf0;
  }
  .fix__btn .entry__btn a:hover span::after {
    background: #40bbf0;
  }
}
.fix__btn .totop__btn {
  margin-top: -3px;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .fix__btn .totop__btn {
    margin-top: 0;
  }
}
.fix__btn .totop__btn a {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px 0 0 15px;
  border: 3px solid #000000;
  border-right: none;
  background: #fcee21;
  padding-block: clamp(0.75rem, 0.3472222222vw, 0.3125rem);
  color: #000000;
  transition: all 0.3s;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .fix__btn .totop__btn a {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    border-top: 3px solid #000000;
    border-left: 3px solid #000000;
    padding-block: clamp(0.75rem, 0.3472222222vw, 0.3125rem);
    text-decoration: none;
  }
}
.fix__btn .totop__btn a span {
  font-size: clamp(0.984375rem, 1.4583333333vw, 1.3125rem);
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  border-bottom: 2px solid #000000;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .fix__btn .totop__btn a span {
    font-size: 12px;
    display: block;
    position: relative;
    padding-bottom: 30px;
  }
}
.fix__btn .totop__btn a span::after {
  content: "";
  display: block;
  width: clamp(0.984375rem, 1.4583333333vw, 1.3125rem);
  height: clamp(0.984375rem, 1.4583333333vw, 1.3125rem);
  -webkit-mask-image: url(/recruit/assets/images/common/arrow01.svg);
          mask-image: url(/recruit/assets/images/common/arrow01.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #000000;
  transform: rotate(-90deg);
  margin-left: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .fix__btn .totop__btn a span::after {
    width: 26px;
    height: 26px;
    position: absolute;
    inset: auto 0 0;
    margin-left: auto;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .fix__btn .totop__btn a:hover {
    background: #ffffff;
  }
  .fix__btn .totop__btn a:hover span {
    color: #40bbf0;
    border-color: #40bbf0;
  }
  .fix__btn .totop__btn a:hover span::after {
    background: #40bbf0;
  }
}

@keyframes fix-asamin {
  0% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  25% {
    transform: translateY(-10%);
    animation-timing-function: ease-in-out;
  }
  75% {
    transform: translateY(10%);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
  }
}