@charset "UTF-8";

/* main */
#wrapper > main {
  position: relative;
}
#wrapper > main::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -10;
  height: 50px;
  background-color: rgb(193, 220, 182);
}
#wrapper > main > article {
  position: relative;
  z-index: 0;
}

/* fadein effect */
html:not(.loaded) #wrapper {
  opacity: 0;
}
html.loaded #wrapper {
  transition: 0.8s opacity ease-out;
}
html:not(.loaded) #fv h1 {
  translate: 0 8rem;
  opacity: 0;
}
html:not(.loaded) #fv .button {
  translate: 0 8rem;
  opacity: 0;
}
html.loaded #fv h1 {
  transition: 0.4s translate ease-out 0.8s, 0.4s opacity ease-in-out 0.8s;
}
html.loaded #fv .button {
  transition: 0.4s translate ease-out 1.2s, 0.4s opacity ease-in-out 1.2s;
}

/* fv */
#fv {
  padding: 0 calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  min-height: calc(68rem - 7rem);
  box-sizing: border-box;
  background: rgb(171, 221, 248) url(../images/bg_recruit_fv_sp.svg) no-repeat 50% 100% / 39.3rem auto;
}
@media screen and (min-width: 768px) {
  #fv {
    padding-bottom: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100svh - 9rem);
    min-height: calc(95rem - 9rem);
    background-image: url(../images/bg_recruit_fv.svg);
    background-size: 192rem auto;
  }
}
#fv h1 {
  padding: 6rem 0 4rem 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #fv h1 {
    padding: 0;
  }
}
#fv h1 span {
  display: block;
  width: 29.7rem;
}
@media screen and (min-width: 768px) {
  #fv h1 span {
    width: 40.2rem;
  }
}
#fv h1 img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #fv .button {
    padding: 5.2rem 0;
  }
}
#fv .button a {
  padding: 0 1.8rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 22.3rem;
  min-height: 6rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(0, 161, 128);
}
@media screen and (min-width: 768px) {
  #fv .button a {
    font-size: 1.6rem;
    min-width: 23rem;
  }
}
#fv .button a::after {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background: url(../images/ico_arrow_03.svg) no-repeat 50% 50% / contain;
}

/* intro */
#intro {
  padding: 5rem calc(50vw - 50%) calc(5rem + 20.3rem + 9.4rem) calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  position: relative;
  background-color: rgb(193, 220, 182);
  background-repeat: no-repeat, no-repeat;
  background-position: 46% calc(100% - 11rem), 50% 100%;
  background-size: 35.4rem auto, 39.3rem auto;
  background-image: url(../images/bg_recruit_intro_sp.svg), url(../images/bg_recruit_intro_back_sp.svg);
}
@media screen and (min-width: 768px) {
  #intro {
    padding: 0 calc(50vw - 50%) 27.4rem calc(50vw - 50%);
    background-position: 54.2% calc(100% - 30.4rem), 50% 100%;
    background-size: 117.9rem auto, 192rem auto;
    background-image: url(../images/bg_recruit_intro.svg), url(../images/bg_recruit_intro_back.svg);
  }
  #intro .inner_wrap {
    margin: 0 auto;
    display: flow-root;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#intro::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9.4rem;
  background: url(../images/bg_recruit_intro_front_sp.svg) no-repeat 50% 100% / 39.3rem auto;
}
@media screen and (min-width: 768px) {
  #intro::after {
    height: 27.4rem;
    background-image: url(../images/bg_recruit_intro_front.svg);
    background-size: 192rem auto;
  }
}
#intro h2 {
  padding: 0.35em 0;
  margin: 0 0 0.35em 0;
  -webkit-text-stroke: 1px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #intro h2 {
    padding: 0 0 0.375em 0;
    margin-top: -1.75em;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 1.75;
  }
}
#intro .desc {
  padding: 0.505em 0;
  font-size: 1.4rem;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  #intro .desc {
    padding: 0.9em 0;
    font-size: 1.8rem;
    line-height: 2.8;
  }
}
#intro .desc p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}
#intro .scroller {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 9.4rem;
  -webkit-animation: 8s infinite-drive-toright linear infinite;
  animation: 8s infinite-drive-toright linear infinite;
}
@media screen and (min-width: 768px) {
  #intro .scroller {
    right: calc((min(100vw, 192rem) - 192rem) / 2);
    height: 27.4rem;
  }
}
#intro .car {
  flex-basis: calc(100vw + 9.9rem);
  flex-shrink: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #intro .car {
    flex-basis: calc(192rem + 18.4rem);
  }
}
#intro .car .image {
  width: 9.9rem;
  height: 5.5rem;
  position: relative;
  top: -0.7rem;
  left: 0;
  rotate: -9deg;
  -webkit-animation: 8s infinite-car-toright-sp cubic-bezier(0.4, 0.03, 0.53, 1.02) infinite;
  animation: 8s infinite-car-toright-sp cubic-bezier(0.4, 0.03, 0.53, 1.02) infinite;
}
@media screen and (min-width: 768px) {
  #intro .car .image {
    top: 3.4rem;
    width: 18.4rem;
    height: 10.2rem;
    -webkit-animation: 8s infinite-car-toright cubic-bezier(0.59, 0.21, 0.26, 1) infinite;
    animation: 8s infinite-car-toright cubic-bezier(0.59, 0.21, 0.26, 1) infinite;
  }
}
#intro .car .image img {
  width: 100%;
}

/* message */
#message {
  padding: 3rem calc(50vw - 50%) calc(19.4rem + 7.6rem) calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: -10;
  background-color: rgb(0, 74, 126);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 39.3rem auto;
  background-image: url(../images/bg_recruit_message_back_sp.svg);
}
@media screen and (min-width: 768px) {
  #message {
    padding-top: 0;
    padding-bottom: 31rem;
    display: flex;
    background-position: 50% 100%;
    background-size: 192rem auto;
    background-image: url(../images/bg_recruit_message_back.svg);
  }
  #message > .text {
    padding-left: 4.8rem;
    flex-basis: 56.1rem;
    box-sizing: border-box;
  }
  #message > .photo {
    flex-basis: 53.9rem;
  }
}
#message::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  height: 19.4rem;
  background: url(../images/bg_recruit_message_front_sp.svg) no-repeat 50% 100% / 39.3rem auto;
}
@media screen and (min-width: 768px) {
  #message::after {
    height: 49.9rem;
    background-image: url(../images/bg_recruit_message_front.svg);
    background-size: 192rem auto;
  }
}
#message h2 {
  margin: 0;
  display: flex;
  flex-direction: column;
}
#message h2 .ja {
  padding: calc(0.4em + 1em) 0;
  display: block;
  font-family: var(--ZenKakuGothicNew);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: calc(1.75 / 35 * 1em);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #message h2 .ja {
    padding: calc(0.35em + 0.5em) 0;
    font-size: 3.5rem;
    line-height: 1.7;
  }
}
#message h2 .en {
  padding: calc(0.4em + 0.5em) 0;
  display: block;
  order: -10;
  font-family: var(--ZenKakuGothicNew);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  color: rgb(65, 129, 170);
}
@media screen and (min-width: 768px) {
  #message h2 .en {
    padding: 0.4em 0 0 0;
    font-size: 3.5rem;
  }
}
#message .desc {
  padding: 0.535em 0;
  font-size: 1.4rem;
  line-height: 2.07;
}
@media screen and (min-width: 768px) {
  #message .desc {
    padding: 0.5em 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
    line-height: 2;
  }
}
#message .desc p {
  margin: 0;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  font-feature-settings: normal;
}
#message .desc p.sig {
  margin-top: 1.3em;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: end;
}
@media screen and (min-width: 768px) {
  #message .desc p.sig {
    margin-top: 1.75em;
    font-size: 2.4rem;
  }
}
#message .desc p.sig .ttl {
  margin-right: 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #message .desc p.sig .ttl {
    font-size: 1.6rem;
  }
}
#message .photo {
  padding: 4.6rem 0;
}
@media screen and (min-width: 768px) {
  #message .photo {
    padding: 12rem 0 0 0;
  }
}
#message .photo .image {
  position: relative;
}
@media screen and (min-width: 768px) {
  #message .photo .image {
    width: 53.9rem;
  }
}
#message .photo .image::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -0.8rem;
  bottom: -6.7rem;
  width: 6rem;
  height: 8.8rem;
  background: url(../images/bg_recruit_message_ph.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #message .photo .image::after {
    left: -2rem;
    bottom: -12.4rem;
    width: 10.7rem;
    height: 15rem;
  }
}
#message .photo img {
  width: 100%;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  #message .photo img {
    border-radius: 3rem;
  }
}
#message .scroller {
  position: absolute;
  bottom: 0;
  right: -12.6rem;
  z-index: -20;
  display: flex;
  height: 19.4rem;
  -webkit-animation: 8s infinite-drive-toleft linear infinite;
  animation: 8s infinite-drive-toleft linear infinite;
}
@media screen and (min-width: 768px) {
  #message .scroller {
    right: calc((min(100vw, 192rem) - 192rem) / 2 - 24.8rem);
    height: 49.9rem;
  }
}
#message .car {
  flex-basis: calc(100vw + 12.6rem);
  flex-shrink: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #message .car {
    flex-basis: calc(192rem + 24.8rem);
  }
}
#message .car .image {
  margin-left: auto;
  width: 12.6rem;
  height: 5.8rem;
  position: relative;
  top: 2.4rem;
  right: 0;
  rotate: 9deg;
  -webkit-animation: 8s infinite-car-toleft-sp cubic-bezier(0.36, 0.03, 0.56, 0.99) infinite;
  animation: 8s infinite-car-toleft-sp cubic-bezier(0.36, 0.03, 0.56, 0.99) infinite;
}
@media screen and (min-width: 768px) {
  #message .car .image {
    top: 12.4rem;
    width: 24.8rem;
    height: 11.4rem;
    -webkit-animation: 8s infinite-car-toleft cubic-bezier(0.54, 0.14, 0.4, 1.05) infinite;
    animation: 8s infinite-car-toleft cubic-bezier(0.54, 0.14, 0.4, 1.05) infinite;
  }
}
#message .car .image img {
  width: 100%;
}

/* peer */
#peer {
  padding: 0 calc(50vw - 50%) 17.2rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 0;
  background-color: rgb(0, 161, 128);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 39.3rem auto;
  background-image: url(../images/bg_recruit_peer_back_sp.svg);
}
@media screen and (min-width: 768px) {
  #peer {
    padding-top: 0;
    padding-bottom: 38.8rem;
    background-size: 192rem auto;
    background-image: url(../images/bg_recruit_peer_back.svg);
  }
}
#peer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  height: 17.2rem;
  background: url(../images/bg_recruit_peer_front_sp.svg) no-repeat 50% 100% / 39.3rem auto;
}
@media screen and (min-width: 768px) {
  #peer::after {
    height: 38.8rem;
    background-image: url(../images/bg_recruit_peer_front.svg);
    background-size: 192rem auto;
  }
}

/* peer voice */
#peer .voice {
  padding: 4rem 0 0 0;
  display: flow-root;
}
@media screen and (min-width: 768px) {
  #peer .voice {
    padding: 0.4rem 0;
  }
}
#peer .voice h2 {
  padding: 0.4em 0;
  margin: 0;
  font-family: var(--ZenKakuGothicNew);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #peer .voice h2 {
    padding: 0.35em 3rem;
    font-size: 3.5rem;
    line-height: 1.7;
  }
}
#peer .voice ul {
  padding: 2rem calc(50vw - 50%);
  margin: 3.6rem calc(50% - 50vw) 0 calc(50% - 50vw);
  list-style: none;
  display: flex;
  overflow: auto;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  #peer .voice ul {
    padding: 3rem calc(50vw - 50%);
    margin: 3.1rem calc(50% - 50vw);
  }
}
#peer .voice ul::-webkit-scrollbar {
  display: none;
}
#peer .horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
}
#peer .horizontal_scroll .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
#peer .voice li {
  margin: 0 2rem;
  flex-basis: 24.9rem;
  flex-shrink: 0;
  aspect-ratio: 249 / 274;
  border-radius: 30px;
  background-color: rgb(229, 222, 214);
  scroll-snap-align: center;
}
@media screen and (min-width: 768px) {
  #peer .voice li {
    margin: 0 3rem;
    flex-basis: 38rem;
    aspect-ratio: 380 / 420;
  }
}
#peer .voice li a {
  padding: 2.6rem;
  display: block;
  height: 100%;
  border-radius: 30px;
  box-sizing: border-box;
  background-color: rgb(247, 240, 232);
  transition: 0.2s background-color ease-out;
}
@media screen and (min-width: 768px) {
  #peer .voice li a {
    padding: 4rem;
  }
}
#peer .voice li a:hover {
  opacity: 1;
  background-color: transparent;
}
#peer .voice li section {
  height: 100%;
  border-radius: 30px;
}
#peer .voice li section::after {
  content: "";
  margin-top: auto;
  display: inline-block;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 8px;
  border: solid 2px rgb(0, 161, 128);
  box-sizing: border-box;
  background: url(../images/ico_arrow_01.svg) no-repeat 50% 50% / 1.3rem auto;
}
@media screen and (min-width: 768px) {
  #peer .voice li section::after {
    width: 5rem;
    height: 5rem;
    background-size: 1.9rem auto;
  }
}
#peer .voice li a:hover section::after {
  -webkit-animation: 0.4s scroll-arrow-bg ease;
  animation: 0.4s scroll-arrow-bg ease;
}
@media screen and (max-width: 767px) {
  #peer .voice li section {
    display: grid;
    grid-template-columns: 6.5rem 1fr auto;
    grid-template-rows: 4.5rem 1fr auto;
  }
}
@media screen and (min-width: 768px) {
  #peer .voice li section {
    display: grid;
    grid-template-columns: 10rem 1fr auto;
    grid-template-rows: 6.4rem 1fr auto;
  }
}
#peer .voice li section > h3 {
  grid-column: 1 / 4;
  grid-row: 2 / 3;
}
#peer .voice li section > .type {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
}
#peer .voice li section > .attr {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
#peer .voice li section > .avi {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#peer .voice li section::after {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}
#peer .voice li h3 {
  padding: 0.4em 0;
  margin: 1.9rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #peer .voice li h3 {
    margin: 3.6rem 0;
    font-size: 2.2rem;
  }
}
#peer .voice li .desc {
  padding: 0.57em 0;
  display: none;
  font-size: 1.4rem;
  line-height: 2.14;
}
@media screen and (min-width: 768px) {
  #peer .voice li .desc {
    padding: 0.44em 0;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
#peer .voice li .desc p {
  margin: 0;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}
#peer .voice li .type {
  padding: 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11.9rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 2.9rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #peer .voice li .type {
    margin: auto;
    min-width: 16.3rem;
    min-height: 4rem;
    font-size: 1.6rem;
  }
}
#peer .voice li .type.warehouse {
  color: rgb(53, 54, 56);
  background-color: rgb(193, 220, 182);
}
#peer .voice li .type.telecom {
  color: rgb(255, 255, 255);
  background-color: rgb(75, 167, 168);
}
#peer .voice li .type.trans {
  color: rgb(255, 255, 255);
  background-color: rgb(65, 129, 170);
}
#peer .voice li .type.office {
  color: rgb(255, 255, 255);
  background-color: rgb(232, 56, 40);
}
#peer .voice li .type p {
  margin: 0;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  font-feature-settings: normal;
}
#peer .voice li .attr {
  padding: 0.29em 0 0 0;
  font-size: 1.2rem;
  line-height: 1.58;
}
@media screen and (min-width: 768px) {
  #peer .voice li .attr {
    padding: 0.44em 0 0 0;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
#peer .voice li .attr p {
  margin: 0;
  letter-spacing: 0.05em;
}
#peer .voice li .avi {
  position: relative;
}
#peer .voice li .avi .image {
  padding: 0.8rem;
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  position: absolute;
  top: -4.6rem;
  right: 0;
  background-color: rgb(247, 240, 232);
  transition: 0.2s background-color ease-out;
}
@media screen and (min-width: 768px) {
  #peer .voice li .avi .image {
    padding: 1.3rem;
    width: 14.5rem;
    height: 14.5rem;
    top: -7rem;
  }
}
#peer .voice li a:hover .avi .image {
  background-color: rgb(229, 222, 214);
}
#peer .voice li .avi .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

/* a:target */
#peer .voice li a:target {
  padding: 6rem 3.2rem;
  height: auto;
  border-radius: 0;
  position: fixed;
  top: 7rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(0, 161, 128, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
@media screen and (min-width: 768px) {
  #peer .voice li a:target {
    padding: 4.8rem 0;
    top: 9rem;
  }
}
#peer .voice li a:target section {
  padding: 5rem 3rem;
  margin: auto;
  display: block;
  height: auto;
  box-sizing: border-box;
  position: relative;
  background-color: rgb(247, 240, 232);
  -webkit-animation: 0.4s fadein ease-out backwards;
  animation: 0.4s fadein ease-out backwards;
  cursor: default;
}
@media screen and (min-width: 768px) {
  #peer .voice li a:target section {
    padding: 4.8rem;
    width: 92rem;
  }
}
@media screen and (max-width: 767px) {
  #peer .voice li a:target section {
    display: grid;
    grid-template-columns: 13rem 1fr;
    grid-template-rows: 1fr auto auto auto;
  }
  #peer .voice li a:target section > h3 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
  #peer .voice li a:target section > .desc {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
  }
  #peer .voice li a:target section > .type {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #peer .voice li a:target section > .attr {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #peer .voice li a:target section > .avi {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}
@media screen and (min-width: 768px) {
  #peer .voice li a:target section {
    display: grid;
    grid-template-columns: 17.7rem 1fr;
    grid-template-rows: auto 1fr auto;
  }
  #peer .voice li a:target section > h3 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  #peer .voice li a:target section > .desc {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  #peer .voice li a:target section > .type {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  #peer .voice li a:target section > .attr {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
  #peer .voice li a:target section > .avi {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}
#peer .voice li a:target section::after {
  content: "";
  margin: 0;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 8px;
  border: solid 2px rgb(255, 255, 255);
  box-sizing: border-box;
  grid-column-start: auto;
  grid-column-end: auto;
  grid-row-start: auto;
  grid-row-end: auto;
  position: absolute;
  top: 0;
  left: calc(100% + 1.4rem);
  background: url(../images/ico_close.svg) no-repeat 50% 50% / 1.5rem auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #peer .voice li a:target section::after {
    width: 4rem;
    height: 4rem;
    top: auto;
    left: auto;
    bottom: calc(100% + 1rem);
    right: 0;
    background-size: 1.4rem auto;
  }
}
#peer .voice li a:target h3 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #peer .voice li a:target h3 {
    padding: 2.44em 0 0.44em 0;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
#peer .voice li a:target br.thumb {
  display: none;
}
#peer .voice li a:target .desc {
  padding-top: 1.44em;
  padding-right: 0.88em;
  display: block;
}
@media screen and (max-width: 767px) {
  #peer .voice li a:target .desc {
    padding-top: 0.44em;
    padding-bottom: 0;
    padding-right: 0;
  }
}
#peer .voice li a:target .type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #peer .voice li a:target .type {
    margin-top: auto;
  }
}
#peer .voice li a:target .attr {
  padding-top: 1.44em;
}
#peer .voice li a:target .avi .image {
  padding: 0;
  position: relative;
  top: -1.2rem;
  left: -1.2rem;
  background-color: transparent;
  transition: none;
}
@media screen and (max-width: 767px) {
  #peer .voice li a:target .avi .image {
    width: 10.6rem;
    height: 10.6rem;
    top: auto;
    left: auto;
  }
}
#peer .voice li a:target:hover .avi .image {
  background-color: transparent;
}

/* peer voice indicator */
#peer .voice .indicator {
  padding-bottom: 1.05rem;
  margin: 0 calc(50% - 50vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #peer .voice .indicator {
    display: none;
  }
}
#peer .voice .indicator span {
  margin: 1.05rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: solid 1px rgb(255, 255, 255);
  border-radius: 50%;
  box-sizing: border-box;
}
#peer .voice .indicator span.current,
#peer .voice .indicator span:hover {
  background-color: rgb(255, 255, 255);
}

/* peer schedule */
#peer .schedule {
  position: relative;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  #peer .schedule {
    padding-top: 5rem;
    padding-bottom: 13.1rem;
  }
}
#peer .schedule h2 {
  padding: 1.85em 0;
  margin: 0;
  font-family: var(--ZenKakuGothicNew);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #peer .schedule h2 {
    padding: 1.35em 0;
    font-size: 3.5rem;
  }
}
#peer .schedule #tab {
  display: none;
}
#peer .schedule .view {
  margin-bottom: 12.3rem;
  height: 104.5rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #peer .schedule .view {
    margin: 0 auto;
    max-width: 87rem;
    height: 109.3rem;
    box-sizing: border-box;
  }
}
#peer .schedule .view::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2.2rem;
  display: inline-block;
  width: 14.4rem;
  height: 7.9rem;
  background: url(../images/bg_recruit_schedule.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #peer .schedule .view::after {
    left: 3.7rem;
    bottom: -5rem;
    width: 21.9rem;
    height: 12rem;
  }
}
#peer .schedule section {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
#peer .schedule .fadein.outside section {
  translate: 0 25%;
  opacity: 0;
}
#peer .schedule .fadein:not(.outside) section {
  transition: 0.8s translate ease-out, 0.8s opacity ease-in-out;
}
#peer .schedule .fadein:not(.outside) section:first-of-type {
  transition-delay: 0.8s;
}
#peer .schedule #tab:not(:checked) + .view section.telecom,
#peer .schedule #tab:checked + .view section.warehouse {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  #peer .schedule #tab:not(:checked) + .view section.telecom,
  #peer .schedule #tab:checked + .view section.warehouse {
    bottom: 2.4rem;
  }
}
#peer .schedule #tab:not(:checked) + .view section.warehouse,
#peer .schedule #tab:checked + .view section.telecom {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #peer .schedule h3 {
    margin: 0 auto;
    width: 57.6rem;
  }
}
#peer .schedule h3 label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 16rem;
  min-height: 4.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  border-radius: 10px 10px 0 0;
  background-color: rgb(247, 240, 232);
}
@media screen and (min-width: 768px) {
  #peer .schedule h3 label {
    min-width: 28rem;
    min-height: 6.5rem;
    font-size: 2.2rem;
    border-radius: 20px 20px 0 0;
  }
}
#peer .schedule #tab:not(:checked) + .view label.telecom,
#peer .schedule #tab:checked + .view label.warehouse {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 73, 126);
}
#peer .schedule #tab:not(:checked) + .view label.warehouse,
#peer .schedule #tab:checked + .view label.telecom {
  pointer-events: none;
}
#peer .schedule .telecom h3 label {
  margin-left: auto;
}
#peer .schedule dl {
  margin: 0;
}
#peer .schedule section > dl {
  padding: 4.4rem 1.8rem 7.8rem 0;
  margin-right: 0.8rem;
  flex-grow: 1;
  z-index: -10;
  background-color: rgb(247, 240, 232);
}
@media screen and (max-width: 767px) {
  #peer .schedule .telecom > dl {
    padding-right: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #peer .schedule section > dl {
    padding: 9rem 11.7rem;
    margin-right: 2.4rem;
  }
}
#peer .schedule .warehouse > dl {
  border-radius: 0 10px 10px 10px;
}
@media screen and (min-width: 768px) {
  #peer .schedule .warehouse > dl {
    border-radius: 20px;
  }
}
#peer .schedule .telecom > dl {
  border-radius: 10px 0 10px 10px;
}
@media screen and (min-width: 768px) {
  #peer .schedule .telecom > dl {
    border-radius: 20px;
  }
}
#peer .schedule #tab:not(:checked) + .view .telecom > dl,
#peer .schedule #tab:checked + .view .warehouse > dl {
  margin-top: -0.8rem;
  margin-left: 0.8rem;
  margin-right: 0;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #peer .schedule dl {
    transition: 0.2s translate ease-out;
  }
  #peer .schedule .warehouse dl {
    margin: 0 2.4rem 0 0 !important;
  }
  #peer .schedule .telecom dl {
    margin: 0 0 0 2.4rem !important;
  }
  #peer .schedule #tab:not(:checked) + .view .telecom > dl,
  #peer .schedule #tab:checked + .view .warehouse > dl {
    translate: 0 -2.4rem;
  }
  #peer .schedule #tab:not(:checked) + .view .telecom > dl > div,
  #peer .schedule #tab:checked + .view .warehouse > dl > div {
    opacity: 0;
    translate: 0 -2.4rem;
  }
  #peer .schedule #tab:checked + .view .telecom > dl > div,
  #peer .schedule #tab:not(:checked) + .view .warehouse > dl > div {
    transition: 0.4s opacity ease-in-out 0.2s, 0.4s translate ease-out;
  }
}
@media screen and (max-width: 767px) {
  /* sp only */
  #peer .schedule .telecom > dl {
    margin-left: 0.8rem;
    margin-right: 0;
  }
  #peer .schedule .warehouse > dl {
    margin-left: 0 !important;
  }
  #peer .schedule .warehouse > dl {
    padding-left: 0.8rem;
  }
}
#peer .schedule section > dl > div {
  display: flex;
}
#peer .schedule dd dl > div + div {
  margin-top: 3rem;
}
#peer .schedule section > dl > div > dt {
  padding-right: 1.9rem;
  flex-basis: 7.4rem;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  font-family: var(--ZenKakuGothicNew);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: rgb(0, 73, 126);
  border-right: 1px solid rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #peer .schedule section > dl > div > dt {
    padding-right: 4.9rem;
    flex-basis: 12.8rem;
    font-size: 3.5rem;
  }
}
#peer .schedule section > dl > div:first-of-type > dt {
  border-right-color: transparent;
  background: linear-gradient(rgb(0, 73, 126), rgb(0, 73, 126)) no-repeat calc(100% + 1px) 1rem / 1px 100%;
}
#peer .schedule section > dl > div:last-of-type > dt {
  border-right-color: transparent;
  background: linear-gradient(rgb(0, 73, 126), rgb(0, 73, 126)) no-repeat calc(100% + 1px) 0 / 1px 1rem;
}
@media screen and (min-width: 768px) {
  #peer .schedule section > dl > div:first-of-type > dt {
    background-position: calc(100% + 1px) 2rem;
  }
  #peer .schedule section > dl > div:last-of-type > dt {
    background-size: 1px 2rem;
  }
}
#peer .schedule section > dl > div > dt::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgb(0, 73, 126);
  position: absolute;
  top: 0.7rem;
  bottom: 0;
  right: -0.35rem;
}
@media screen and (min-width: 768px) {
  #peer .schedule section > dl > div > dt::after {
    width: 1.2rem;
    height: 1.2rem;
    top: 1.5rem;
    right: -0.65rem;
  }
}
#peer .schedule dd {
  margin: 0;
}
#peer .schedule section > dl > div > dd {
  padding: 0 0 0 1.2rem;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  #peer .schedule section > dl > div > dd {
    padding: 1rem 0 1rem 3.1rem;
  }
}
#peer .schedule .warehouse > dl > div:nth-of-type(2) dl dd::after {
  content: "";
  margin: 1.4rem 0 0 auto;
  display: block;
  width: 20.2rem;
  height: 10.5rem;
  background: url(../images/ill_recruit_schedule_ware_sp.svg) no-repeat 50% 50% / contain;
}
#peer .schedule .telecom > dl > div:nth-of-type(2) dl dd::after {
  content: "";
  margin: 1rem 0 0 auto;
  display: block;
  width: 22.4rem;
  height: 12rem;
  background: url(../images/ill_recruit_schedule_tele_sp.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #peer .schedule .warehouse > dl > div:nth-of-type(2) dl dd {
    position: relative;
  }
  #peer .schedule .warehouse > dl > div:nth-of-type(2) dl dd::after {
    margin: 0;
    width: 25.5rem;
    height: 18.3rem;
    position: absolute;
    top: calc(100% + 4.8rem);
    right: -10rem;
    background: url(../images/ill_recruit_schedule_ware.svg) no-repeat 50% 50% / contain;
  }
  #peer .schedule .telecom > dl > div:nth-of-type(2) dl dd {
    position: relative;
  }
  #peer .schedule .telecom > dl > div:nth-of-type(2) dl dd::after {
    margin: auto 0;
    width: 41.3rem;
    height: 18.1rem;
    position: absolute;
    top: -50%;
    bottom: -50%;
    right: -9rem;
    background: url(../images/ill_recruit_schedule_tele.svg) no-repeat 50% 50% / contain;
  }
}
#peer .schedule .fadein.outside section dl dl dd::after,
#peer .schedule .fadein.outside::after {
  translate: 0 2rem;
  opacity: 0;
}
#peer .schedule .fadein:not(.outside) section dl dl dd::after,
#peer .schedule .fadein:not(.outside)::after {
  transition: 0.8s translate ease-out 1.6s, 0.8s opacity ease-in-out 1.6s;
}

#peer .schedule section.warehouse > dl > div:not(:last-of-type) > dd {
  padding-bottom: 1.7rem;
}
#peer .schedule section.telecom > dl > div:not(:last-of-type) > dd {
  padding-bottom: 4.8rem;
}
#peer .schedule dd dt {
  padding-bottom: 0.25em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #peer .schedule dd dt {
    padding-bottom: 0;
    font-size: 2rem;
  }
}
#peer .schedule dd dd {
  padding: 0.32em 0;
  font-size: 1.4rem;
  line-height: 1.64;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #peer .schedule dd dd {
    padding: 0.44em 0;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}
#peer .schedule .tabnav {
  padding: 3.3rem 1.5rem 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #peer .schedule .tabnav {
    padding: 0;
    margin: auto;
    justify-content: space-between;
    position: absolute;
    top: 6.5rem;
    bottom: 0;
    left: -14.5rem;
    right: -14.5rem;
    z-index: -20;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#peer .schedule .tabnav label {
  margin: 1.5rem;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  color: rgb(255, 255, 255);
  border: solid 2px;
  border-radius: 5px;
  box-sizing: border-box;
  background: url(../images/ico_arrow_03.svg) no-repeat 50% 50% / 1.9rem auto;
}
@media screen and (min-width: 768px) {
  #peer .schedule .tabnav label {
    margin: 0;
  }
}
#peer .schedule .tabnav label:hover {
  -webkit-animation: 0.4s scroll-arrow-bg ease;
  animation: 0.4s scroll-arrow-bg ease;
}
#peer .schedule .tabnav label.warehouse {
  scale: -1 1;
}
#peer .schedule #tab:not(:checked) + .view .tabnav label.telecom,
#peer .schedule #tab:checked + .view .tabnav label.warehouse {
  color: rgb(0, 73, 126);
}

/* peer photos */
#peer .photos {
  padding: 8.4rem 0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #peer .photos {
    padding: 5.1rem 0;
  }
}
#peer .photos .slider {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: -10;
  -webkit-animation: 16s infinite-scroll linear infinite;
  animation: 16s infinite-scroll linear infinite;
}
#peer .photos ul {
  padding: 0.6rem 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #peer .photos ul {
    padding: 1.3rem 0;
  }
}
#peer .photos li {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  width: 14.5rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #peer .photos li {
    margin-left: 0.65rem;
    margin-right: 0.65rem;
    width: 26.7rem;
  }
}
#peer .photos li:nth-of-type(odd) {
  margin-bottom: 1.7rem;
}
#peer .photos li:nth-of-type(even) {
  margin-top: 1.7rem;
}
@media screen and (min-width: 768px) {
  #peer .photos li:nth-of-type(odd) {
    margin-bottom: 3.1rem;
  }
  #peer .photos li:nth-of-type(even) {
    margin-top: 3.1rem;
  }
}
#peer .photos li img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #peer .photos li img {
    border-radius: 20px;
  }
}

/* peer scroller */
#peer .scroller {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -20;
  display: flex;
  height: 17.2rem;
  -webkit-animation: 8s infinite-drive-toright linear infinite;
  animation: 8s infinite-drive-toright linear infinite;
}
@media screen and (min-width: 768px) {
  #peer .scroller {
    right: calc((min(100vw, 192rem) - 192rem) / 2);
    height: 38.8rem;
  }
}
#peer .car {
  flex-basis: calc(100vw + 12.2rem);
  flex-shrink: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #peer .car {
    flex-basis: calc(192rem + 22.8rem);
  }
}
#peer .car .image {
  width: 12.2rem;
  height: 7rem;
  position: relative;
  top: -0.9rem;
  left: 0;
  rotate: -9deg;
  -webkit-animation: 8s infinite-car-toright2-sp cubic-bezier(0.59, 0.36, 0.35, 0.99) infinite;
  animation: 8s infinite-car-toright2-sp cubic-bezier(0.59, 0.36, 0.35, 0.99) infinite;
}
@media screen and (min-width: 768px) {
  #peer .car .image {
    top: -0.4rem;
    width: 22.8rem;
    height: 12.6rem;
    -webkit-animation: 8s infinite-car-toright2 cubic-bezier(0.7, 0.35, 0.35, 1.01) infinite;
    animation: 8s infinite-car-toright2 cubic-bezier(0.7, 0.35, 0.35, 1.01) infinite;
  }
}
#peer .car .image img {
  width: 100%;
}

/* jd */
#jd {
  padding: 0 calc(50vw - 50%) 38.7rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: -10;
  background-color: rgb(224, 241, 239);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 39.3rem auto;
  background-image: url(../images/bg_recruit_jd_back_sp.svg);
}
@media screen and (min-width: 768px) {
  #jd {
    padding: 0 calc(50vw - 50% + 11.5rem) 63.2rem calc(50vw - 50% + 11.5rem);
    background-size: 192rem auto;
    background-image: url(../images/bg_recruit_jd_back.svg);
  }
}
#jd::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  height: 38.7rem;
  background: url(../images/bg_recruit_jd_front_sp.svg) no-repeat 50% 100% / 39.3rem auto;
}
@media screen and (min-width: 768px) {
  #jd::after {
    height: 63.2rem;
    background-image: url(../images/bg_recruit_jd_front.svg);
    background-size: 192rem auto;
  }
}
#jd h2 {
  padding: 0.2em 0;
  font-family: var(--ZenKakuGothicNew);
  font-size: 2.5rem;
  font-weight: bold;
  font-weight: 500;
  -webkit-text-stroke: calc(0.5 / 25 * 1em);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #jd h2 {
    font-size: 3.5rem;
  }
}
#jd h2 + .desc {
  padding: 0.5em 0;
  margin: 0 auto 4.7rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  line-height: 2;
}
#jd h2 + .desc p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}
#jd > section {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #jd > section {
    padding-bottom: 10rem;
  }
}
#jd section h3 {
  padding: 0 2.1rem;
  margin: 0;
  display: flex;
  align-items: center;
  min-height: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #jd section h3 {
    padding: 0 1.9rem;
    min-height: 4.9rem;
    font-size: 2.6rem;
  }
}
#jd dl {
  margin: 0;
}
#jd section section,
#jd > section > dl {
  padding: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  #jd section section,
  #jd > section > dl {
    padding: 6rem 0 0 0;
  }
}
#jd section section h4 {
  padding: 0.3em 0;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #jd section section h4 {
    font-size: 2rem;
    font-weight: 600;
  }
}
#jd section > dl {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#jd section > dl > div > dt {
  padding: 0.5em 0;
}
#jd > section > dl > div > dd {
  padding: 0.5em 0;
}
#jd section > dl > div {
  padding: 0 0 1em 0;
}
@media screen and (min-width: 768px) {
  #jd section > dl > div {
    padding: calc(0.5em + 0.7rem) 0;
    display: flex;
    border-bottom: 1px solid rgb(176, 178, 183, 0.5);
  }
  #jd section > dl > div:first-of-type {
    border-top: 1px solid rgb(176, 178, 183, 0.5);
  }
  #jd section > dl > div > dt {
    flex-basis: 19rem;
    padding: 0;
  }
  #jd > section > dl > div > dd {
    flex-basis: 68rem;
    padding: 0;
  }
}
#jd dt {
  font-weight: 600;
}
#jd section > dl > div > dt {
  border-bottom: 1px solid rgb(176, 178, 183, 0.5);
}
@media screen and (min-width: 768px) {
  #jd section > dl > div > dt {
    border-bottom: none;
  }
}
#jd dd {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #jd dd {
    padding: 0;
    font-size: inherit;
  }
}
#jd dd .notes {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #jd dd .notes {
    font-size: 1.4rem;
  }
}
#jd dd .notes p {
  padding-left: 1em;
  margin: 0;
  text-indent: -1em;
}
#jd dd .notes p::before {
  content: "\203B";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
#jd dd ul {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: jdnum;
}
@media screen and (min-width: 768px) {
  #jd section > dl > div:first-of-type > dd > ul {
    display: flex;
  }
  #jd section > dl > div:first-of-type > dd > ul > li:not(:first-of-type) {
    margin-left: 2em;
  }
}
#jd dd li {
  padding-top: 0.32em;
  padding-bottom: 0.32em;
  padding-left: 1em;
  line-height: 1.64;
  text-indent: -1em;
  counter-increment: jdnum;
}
@media screen and (min-width: 768px) {
  #jd dd li {
    padding-top: 0;
    padding-bottom: 0;
    line-height: inherit;
  }
}
#jd dd li::before {
  content: counter(jdnum) ".";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  #jd dl dl > div {
    display: flex;
  }
  #jd dl dl > div dt {
    flex-basis: 6.3em;
    flex-shrink: 0;
  }
}
#jd .entry {
  padding-bottom: 7.6rem;
}
@media screen and (min-width: 768px) {
  #jd .entry {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }
}
#jd .entry .button + .button {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  #jd .entry .button + .button {
    margin-top: 0;
  }
}
#jd .entry .button a {
  padding: 0 2.8rem 0 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 11.2rem;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 73, 126);
}
@media screen and (min-width: 768px) {
  #jd .entry .button a {
    padding: 0 11rem 0 13rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 55rem;
    min-height: 14rem;
    font-size: 2.2rem;
  }
}
#jd .entry .button a::after {
  content: "";
  margin-top: 3rem;
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background: url(../images/ico_arrow_03.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #jd .entry .button a::after {
    margin-top: 4.4rem;
  }
}
#jd .scroller {
  position: absolute;
  bottom: 0;
  right: -9.1rem;
  z-index: -20;
  display: flex;
  height: 38.7rem;
  -webkit-animation: 8s infinite-drive-toleft linear 4s infinite;
  animation: 8s infinite-drive-toleft linear 4s infinite;
}
@media screen and (min-width: 768px) {
  #jd .scroller {
    right: calc((min(100vw, 192rem) - 192rem) / 2 - 17.4rem);
    height: 63.2rem;
  }
}
#jd .car {
  flex-basis: calc(100vw + 9.1rem);
  flex-shrink: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #jd .car {
    flex-basis: calc(192rem + 17.4rem);
  }
}
#jd .car .image {
  margin-left: auto;
  width: 9.1rem;
  height: 4rem;
  position: relative;
  top: 9.3rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  #jd .car .image {
    width: 17.4rem;
    height: 7.6rem;
    top: 21.3rem;
  }
}
#jd .car .image img {
  width: 100%;
}
