/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.fixHeader .header {
  background: #FFF;
}

#wrap {
  padding: 0;
}

.top-mv {
  width: 100%;
  height: 100svh;
  min-height: 640px;
  position: relative;
  overflow: hidden;
  background: #FFF;
}

.top-mv__img {
  opacity: 0;
  transition: opacity .5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 526px;
}

@media (min-width: 1024px) {
  .top-mv__img {
    height: 720px;
  }
}

@media only screen and (min-width: 1920px) and (max-height: 767px) {
  .top-mv__img {
    height: 620px;
  }
}

.top-mv__img .scroll {
  display: block;
  height: 100%;
  width: 100%;
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

@media (max-width: 1023px) {
  .top-mv__img .scroll {
    background-image: url(../../img/top/img-mv-sp.jpg);
  }
}

@media (min-width: 1024px) {
  .top-mv__img .scroll {
    background-image: url(../../img/top/img-mv.jpg);
  }
}

.top-mv__text {
  position: absolute;
  left: 2px;
  top: calc(50% - 108px);
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

@media (min-width: 1024px) {
  .top-mv__text {
    left: 0;
    top: calc(50% - 149px);
  }
}

.top-mv__text .ja {
  position: relative;
  width: 208px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .top-mv__text .ja {
    width: 58.36%;
    min-width: 747px;
  }
}

@media only screen and (min-width: 1920px) {
  .top-mv__text .ja {
    width: 70.8%;
  }
}

.top-mv__text .ja img {
  opacity: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .top-mv__text .ja img {
    transform: translateY(100%);
    transition: all .5s;
    transition-property: transform, opacity;
    will-change: transform;
  }
}

@media only screen and (min-width: 1920px) and (max-height: 767px) {
  .top-mv__text .ja img {
    width: auto;
    height: 10%;
  }
}

.top-mv__text .ja .split {
  opacity: 0;
  transform: translateY(100%);
  transition: all .5s;
  transition-property: transform, opacity;
  position: absolute;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (max-width: 1023px) {
  .top-mv__text .ja .split {
    left: 0;
    width: 100%;
    background-image: url(../../img/top/txt-mv-catchcopy-sp.svg);
    background-size: 100% auto;
  }
}

@media (min-width: 1024px) {
  .top-mv__text .ja .split {
    display: none;
  }
}

.top-mv__text .ja .split-1 {
  transition-delay: .5s;
}

@media (max-width: 1023px) {
  .top-mv__text .ja .split-1 {
    top: 0;
    height: 30%;
    background-position: left top;
  }
}

@media (min-width: 1024px) {
  .top-mv__text .ja .split-1 {
    left: 0;
    width: 30%;
    background-position: left top;
  }
}

.top-mv__text .ja .split-2 {
  transition-delay: .7s;
}

@media (max-width: 1023px) {
  .top-mv__text .ja .split-2 {
    top: 31%;
    height: 34%;
    background-position: left top 47%;
  }
}

@media (min-width: 1024px) {
  .top-mv__text .ja .split-2 {
    left: 30%;
    width: 33%;
    background-position: left 44.8% top;
  }
}

.top-mv__text .ja .split-3 {
  transition-delay: .9s;
}

@media (max-width: 1023px) {
  .top-mv__text .ja .split-3 {
    bottom: 0;
    height: 30%;
    background-position: left bottom;
  }
}

@media (min-width: 1024px) {
  .top-mv__text .ja .split-3 {
    right: 0;
    width: 37%;
    background-position: right top;
  }
}

.top-mv__text .en {
  opacity: 0;
  transform: translateY(100%);
  transition: all .5s;
  transition-property: transform, opacity;
  transition-delay: 1.2s;
  margin: 12px auto 0;
}

@media (min-width: 1024px) {
  .top-mv__text .en {
    padding-right: 26px;
    margin: 25px auto 0;
    transition-delay: 0.3s;
  }
}

@media only screen and (min-width: 1920px) {
  .top-mv__text .en {
    margin-top: 2.4%;
  }
}

@media only screen and (min-width: 1920px) and (max-height: 767px) {
  .top-mv__text .en {
    margin-top: 1.4%;
  }
}

.top-mv__text .en img {
  width: 223px;
}

@media (min-width: 1024px) {
  .top-mv__text .en img {
    width: 31.25%;
    min-width: 374px;
  }
}

@media only screen and (min-width: 1920px) {
  .top-mv__text .en img {
    width: 35.956%;
    margin-right: 1.2%;
  }
}

@media only screen and (min-width: 1920px) and (max-height: 767px) {
  .top-mv__text .en img {
    width: auto;
    height: 10%;
  }
}

.top-mv.is-loaded .top-mv__img {
  opacity: 1;
}

@media (max-width: 1023px) {
  .top-mv.is-loaded .top-mv__img .scroll {
    --img-to: -1390px 0px;
    animation: top-mv-img-move 30s linear infinite;
    animation-delay: 1.4s;
  }
}

@media (min-width: 1024px) {
  .top-mv.is-loaded .top-mv__img .scroll {
    --img-to: -1902px 0px;
    animation: top-mv-img-move 30s linear infinite;
    animation-delay: .8s;
  }
}

@media only screen and (min-width: 1920px) and (max-height: 767px) {
  .top-mv.is-loaded .top-mv__img .scroll {
    --img-to: -1638px 0px;
    animation: top-mv-img-move 30s linear infinite;
  }
}

@media (min-width: 1024px) {
  .top-mv.is-loaded .top-mv__text .ja img {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1023px) {
  .top-mv.is-loaded .top-mv__text .ja .split {
    opacity: 1;
    transform: translateY(0);
  }
}

.top-mv.is-loaded .top-mv__text .en {
  opacity: 1;
  transform: translateY(0);
}

.top-message {
  padding: 81px 0 80px;
  position: relative;
}

@media (min-width: 1024px) {
  .top-message {
    padding: 169px 0 100px;
  }
}

.top-message:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 100%);
}

@media (min-width: 1024px) {
  .top-message:before {
    height: 400px;
  }
}

.top-message .inner {
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .top-message .inner {
    max-width: 794px;
  }
}

.top-message__en {
  position: absolute;
  top: 169px;
  right: 0px;
  width: 70px;
}

@media (min-width: 1024px) {
  .top-message__en {
    top: -9px;
    right: 26px;
    width: 100px;
  }
}

.top-message__heading {
  padding: 0 0 33px;
}

@media (min-width: 1024px) {
  .top-message__heading {
    padding: 0 0 41px;
  }
}

.top-message__heading .txt {
  color: #44278E;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.36364em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .top-message__heading .txt {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1em;
  }
}

.top-message__heading .line-1 {
  width: 100%;
}

@media (min-width: 1024px) {
  .top-message__heading .line-1 {
    width: 94.5%;
  }
}

.top-message__heading .line-2 {
  width: 76.5%;
}

@media (min-width: 1024px) {
  .top-message__heading .line-2 {
    width: 51.5%;
  }
}

.top-message__heading .line-3 {
  width: 36.5%;
}

@media (min-width: 1024px) {
  .top-message__heading .line-3 {
    width: 25%;
  }
}

.top-message__text {
  margin-top: 52px;
}

@media (min-width: 1024px) {
  .top-message__text {
    margin-top: 51px;
  }
}

.top-message__text p {
  color: #000;
  margin-bottom: 32px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.13333em;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .top-message__text p {
    margin-bottom: 32px;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 360px) {
  .top-message__text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14286em;
  }
}

.top-message__text p:last-child {
  margin-bottom: 0;
}

.top-message__text .sub-ttl {
  margin-bottom: 39px;
  color: #44278E;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.88889em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .top-message__text .sub-ttl {
    margin-bottom: 37px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2em;
  }
}

.top-about {
  padding: 40px 0 100px;
}

@media (min-width: 1024px) {
  .top-about {
    padding: 63px 0 100px;
  }
}

.top-about__heading {
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .top-about__heading {
    margin-bottom: 64px;
  }
}

.top-about__block {
  position: relative;
  width: calc(100% + 28px);
  margin-left: -14px;
  margin-bottom: 88px;
}

@media (min-width: 1024px) {
  .top-about__block {
    margin-bottom: 64px;
    margin-left: 0;
    width: 100%;
  }
}

.top-about__block:last-child {
  margin-bottom: 0;
}

.top-about__block .img {
  width: calc(100% - 28px);
  border-radius: 16px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .top-about__block .img {
    height: 452px;
    width: calc(100% - 169px);
  }
}

.top-about__block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-about__block .link {
  position: absolute;
  right: 8px;
  bottom: -56px;
  width: 160px;
  height: 160px;
  margin-top: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .top-about__block .link {
    width: 320px;
    height: 320px;
    margin-top: -5px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.top-about__block .link:before, .top-about__block .link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: transform .3s;
}

.top-about__block .link:before {
  z-index: 1;
}

.top-about__block .link:after {
  opacity: .62;
  z-index: 0;
  left: 8px;
  top: 8px;
}

@media (min-width: 1024px) {
  .top-about__block .link:after {
    left: 10px;
    top: 10px;
  }
}

.top-about__block .link__circle {
  transition: all .3s;
  transition-property: width, height;
  width: 144px;
  height: 144px;
  border: solid 2px #FFF;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .top-about__block .link__circle {
    border-width: 4px;
    width: 288px;
    height: 288px;
  }
}

.top-about__block .link__ja {
  position: relative;
  z-index: 3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0em;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .top-about__block .link__ja {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769em;
  }
}

@media (max-width: 1023px) {
  .top-about__block .link__ja .small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429em;
  }
}

.top-about__block .link__en {
  position: relative;
  z-index: 3;
  padding-right: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286em;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .top-about__block .link__en {
    padding-right: 27px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 0.88889em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.top-about__block .link__en:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  right: -2px;
  top: 50%;
  margin-top: -2px;
}

@media (min-width: 1024px) {
  .top-about__block .link__en:before {
    right: 0;
    width: 18px;
    height: 4px;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1025px) {
  .top-about__block .link:hover {
    opacity: 1;
  }
  .top-about__block .link:hover:before, .top-about__block .link:hover:after {
    transform: scale(0.9125);
  }
  .top-about__block .link:hover .link__circle {
    width: 260px;
    height: 260px;
  }
}

.top-about__block .link-green:before {
  background: #8EC400;
}

.top-about__block .link-green:after {
  background: #2F1969;
}

.top-about__block .link-green .link__ja {
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .top-about__block .link-green .link__ja {
    margin-bottom: 24px;
    margin-top: 11px;
  }
}

@media (max-width: 1023px) {
  .top-about__block .link-green .link__ja img {
    width: 92px;
  }
}

.top-about__block .link-green .link__en {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.14286em;
  letter-spacing: 0.02em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .top-about__block .link-green .link__en {
    font-size: 20px;
    font-size: 2rem;
    line-height: 0.8em;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}

.top-about__block .link-green .link__en:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='4.21' viewBox='0 0 19 4.21'%3E%3Cpath d='M-1.5,3.5h18l-3-3' transform='translate(2 0.207)' fill='none' stroke='%231A005D' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.top-about__block .link-blue {
  margin-top: -12px;
}

.top-about__block .link-blue:before {
  background: #2F1969;
}

.top-about__block .link-blue:after {
  background: #8EC400;
  opacity: 0.55;
  right: auto;
  left: -4px;
}

@media (min-width: 1024px) {
  .top-about__block .link-blue:after {
    left: -10px;
  }
}

.top-about__block .link-blue .link__ja,
.top-about__block .link-blue .link__en {
  color: #FFF;
}

.top-about__block .link-blue .link__ja {
  margin-bottom: 6px;
  margin-top: -8px;
}

@media (min-width: 1024px) {
  .top-about__block .link-blue .link__ja {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}

.top-about__block .link-blue .link__en:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='4.21' viewBox='0 0 19 4.21'%3E%3Cpath d='M-1.5,3.5h18l-3-3' transform='translate(2 0.207)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.top-about__block.reverse .img {
  margin: 0 0 0 auto;
}

.top-about__block.reverse .link {
  right: auto;
  left: 4px;
}

@media (min-width: 1024px) {
  .top-about__block.reverse .link {
    left: 10px;
  }
}

.top-interview {
  padding: 50px 0 70px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .top-interview {
    padding: 44px 0 145px;
  }
}

.top-interview__heading {
  margin-bottom: 32px;
  width: calc(100% + 24px);
}

@media (min-width: 1024px) {
  .top-interview__heading {
    width: 100%;
    margin-bottom: 64px;
  }
}

@media (min-width: 1024px) {
  .top-interview__heading .en {
    font-size: 80px;
    font-size: 8rem;
    line-height: 1.125em;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.top-interview__heading .ja {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .top-interview__heading .ja {
    margin-top: 19px;
  }
}

.top-interview__btn a {
  margin: 36px auto 0;
}

@media (min-width: 1024px) {
  .top-interview__btn a {
    margin: 0 0 0 auto;
  }
}

.top-works {
  padding: 35px 0 42px;
  margin: 0 auto 64px;
  position: relative;
}

@media (min-width: 1024px) {
  .top-works {
    padding: 58px 0 64px;
    max-width: 1328px;
    margin: 0 auto 140px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}

.top-works:before {
  content: '';
  position: absolute;
  top: 75px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 75px);
  max-width: 1040px;
  background: #FFF;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .top-works:before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    height: 100%;
  }
}

.top-works__img {
  margin: 0 auto;
  width: calc(100% - 52px);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .top-works__img {
    margin: 0;
    width: calc(50% + 10px);
    height: 444px;
    border-radius: 16px;
  }
}

.top-works__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-works__content {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 27px 27px 0;
}

@media (min-width: 1024px) {
  .top-works__content {
    padding: 28px 0 0;
    width: calc(50% - 10px);
  }
}

.top-works__content .box-out {
  max-width: 510px;
}

.top-works__content .box-in {
  max-width: 351px;
  margin: 0 auto;
}

.top-works__content .c-heading-1 .en {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.08333em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .top-works__content .c-heading-1 .en {
    font-size: 80px;
    font-size: 8rem;
    line-height: 1em;
  }
}

.top-works__content .c-heading-1 .ja {
  margin-top: 7px;
}

@media (max-width: 1023px) {
  .top-works__content .c-heading-1 .ja {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625em;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}

@media (min-width: 1024px) {
  .top-works__content .c-heading-1 .ja {
    margin-top: 12px;
  }
}

.top-works__content .links {
  margin-top: 25px;
}

@media (min-width: 1024px) {
  .top-works__content .links {
    margin-top: 46px;
  }
}

.top-project {
  padding: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .top-project {
    max-width: 1328px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.top-project__img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .top-project__img {
    width: calc(50% + 318px);
    height: 590px;
    border-radius: 16px;
  }
}

.top-project__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-project__content {
  position: relative;
  z-index: 2;
  padding: 0 10px 0;
  margin-top: -45px;
}

@media (min-width: 1024px) {
  .top-project__content {
    width: calc(50% - 318px);
    padding: 28px 0 0;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .top-project__content .box-out {
    width: calc(100% + 360px);
  }
}

.top-project__content .box-in {
  background: #FFF;
  padding: 44px 16px 39px;
  border-radius: 16px;
}

@media (min-width: 1024px) {
  .top-project__content .box-in {
    max-width: 440px;
    margin: 0 auto 20px;
    padding: 46px 64px 58px;
  }
}

.top-project__content .c-heading-1 .en {
  white-space: nowrap;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.08333em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .top-project__content .c-heading-1 .en {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1em;
  }
}

@media (max-width: 1023px) {
  .top-project__content .c-heading-1 .ja {
    margin-top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75em;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
}

.top-project__content .links {
  margin-top: 31px;
}

@media (min-width: 1024px) {
  .top-project__content .links {
    margin-top: 46px;
  }
}

@media (max-width: 1023px) {
  .top-project__content .links li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.top-environment {
  padding: 77px 0 79px;
}

@media (min-width: 1024px) {
  .top-environment {
    padding: 147px 0 180px;
  }
}

.top-environment__heading {
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .top-environment__heading {
    margin-bottom: 63px;
    text-align: center;
  }
}

.top-environment__heading .en {
  white-space: nowrap;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .top-environment__heading .en {
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 1em;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.top-environment__heading .ja {
  margin-top: 0px;
  padding: 3px 7px 3px 7px;
}

@media (min-width: 1024px) {
  .top-environment__heading .ja {
    margin-top: 15px;
    padding: 3px 10px;
  }
}

@media (min-width: 1024px) {
  .top-environment__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 840px;
    margin: 0 auto;
  }
}

.top-environment__content .img {
  width: calc(100% + 28px);
  margin-left: -14px;
}

@media (min-width: 1024px) {
  .top-environment__content .img {
    width: 50%;
    margin-left: 0;
  }
}

.top-environment__content .img img {
  border-radius: 8px;
}

.top-environment__content .links {
  margin-top: 33px;
}

@media (min-width: 1024px) {
  .top-environment__content .links {
    width: 50%;
    max-width: 380px;
    padding-bottom: 2px;
    margin-top: 0;
  }
}

.top-environment__content .links li {
  padding-bottom: 19px;
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .top-environment__content .links li {
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
}

.top-recruit {
  position: relative;
}

.top-recruit__content {
  padding-top: 3px;
  width: calc(100% - 48px);
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .top-recruit__content {
    padding-top: 0;
    max-width: 840px;
    width: calc(100% - 48px);
  }
}

.top-recruit__content .c-heading-1 .en {
  color: #FFF;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.16667em;
  letter-spacing: 0.04em;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .top-recruit__content .c-heading-1 .en {
    font-size: 100px;
    font-size: 10rem;
    line-height: 1em;
  }
}

.top-recruit__content .c-heading-1 .ja {
  margin-top: 19px;
  color: #1A005D;
}

@media (max-width: 1023px) {
  .top-recruit__content .c-heading-1 .ja {
    margin-top: 5px;
    padding: 1px 6px 2px 8px;
  }
}

.top-recruit__content .c-heading-1 .ja:before, .top-recruit__content .c-heading-1 .ja:after {
  background: #FFF;
}

.top-recruit__content .links {
  margin-top: 34px;
  margin-bottom: 1px;
}

@media (min-width: 1024px) {
  .top-recruit__content .links {
    margin-top: 49px;
    margin-bottom: 26px;
    max-width: 360px;
  }
}

.top-recruit__content .links li {
  padding-bottom: 20px;
  margin-bottom: 23px;
}

@media (min-width: 1024px) {
  .top-recruit__content .links li {
    padding-bottom: 23px;
    margin-bottom: 22px;
  }
}

.top-recruit__content .links a {
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .top-recruit__content .links .link-faq {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.top-recruit__bg img {
  width: 100%;
  height: 100%;
  min-height: 349px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .top-recruit__bg img {
    min-height: 551px;
  }
}

.top-list-links li {
  padding-bottom: 19px;
  margin-bottom: 17px;
  border-bottom: solid 1px #BAB2CE;
}

@media (min-width: 1024px) {
  .top-list-links li {
    padding-bottom: 25px;
    margin-bottom: 22px;
  }
}

.top-list-links li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.top-list-links a {
  padding: 0 0 0 9px;
  min-height: 42px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .top-list-links a {
    padding: 0 0 0 11px;
    min-height: 48px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1em;
  }
}

.top-list-links a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #9AD500;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.335' height='5.881' viewBox='0 0 19.335 5.881'%3E%3Cg transform='translate(1 1.414)'%3E%3Cpath d='M.5,3.967H17.835L14.368.5' transform='translate(-0.5 -0.5)' fill='none' stroke='%2344278e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: right .3s;
}

@media (min-width: 1024px) {
  .top-list-links a::before {
    right: 13px;
    margin-top: -23px;
    width: 48px;
    height: 48px;
  }
}

@media only screen and (min-width: 1025px) {
  .top-list-links a:hover {
    opacity: 1;
  }
  .top-list-links a:hover::before {
    right: -1px;
  }
}

.c-bottom-bg {
  display: none;
}
