*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100vw;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #333333;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0;
  }
}
a {
  text-decoration: none;
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
a.txt-link {
  text-decoration: underline;
}
a.txt-link:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

br.sp {
  display: none;
}
br.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
header .lgo {
  position: absolute;
  top: 2.375vw;
  right: auto;
  bottom: auto;
  left: 3.75vw;
  width: 12.5vw;
  z-index: 1;
}
header .lgo .l-img {
  display: block;
}
header .lgo .l-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-top: 0.9em;
  background-color: #333333;
  border-radius: 0.6em;
}
header .lgo .l-txt > span {
  color: white;
  font-family: "Zen Kurenaido", sans-serif;
}

.-mnu- #mnu-wrap {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4em 0;
  background-color: #333333;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge */
  scrollbar-width: none; /* Firefox */
  z-index: 10000;
  -webkit-mask-image: url(/jp/recruit/_/images/common/dsc_menu_01.svg);
  mask-image: url(/jp/recruit/_/images/common/dsc_menu_01.svg);
  -webkit-mask-size: 7.5vw;
  mask-size: 7.5vw;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top 2.5vw right 2.5vw;
  mask-position: top 2.5vw right 2.5vw;
  transition: all 0s;
}
.-mnu- #mnu-wrap::-webkit-scrollbar { /* Chrome, Safari */
  display: none;
}
.-mnu- #mnu-wrap.open {
  pointer-events: auto;
  -webkit-mask-size: 300vw;
  mask-size: 300vw;
  -webkit-mask-position: top -150vw right -150vw;
  mask-position: top -150vw right -150vw;
}
.-mnu- #mnu-btn {
  position: fixed;
  top: 2.5vw;
  right: 2.5vw;
  bottom: auto;
  left: auto;
  width: 7.5vw;
  height: 7.5vw;
  color: white;
  font-family: "Zen Kurenaido", sans-serif;
  line-height: 7.5vw;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
}

@media screen and (max-width: 1024px) {
  header .lgo {
    position: absolute;
    top: 2.5vw;
    right: auto;
    bottom: auto;
    left: 2.5vw;
    width: 16vw;
  }
  .-mnu- #mnu-wrap {
    -webkit-mask-size: 8vw;
    mask-size: 8vw;
    -webkit-mask-position: top 2.5vw right 2.5vw;
    mask-position: top 2.5vw right 2.5vw;
  }
}
@media screen and (max-width: 1024px) and (hover: none) and (pointer: coarse) {
  .-mnu- #mnu-wrap {
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) {
  .-mnu- #mnu-wrap.open {
    -webkit-mask-size: 400vw;
    mask-size: 400vw;
    -webkit-mask-position: top -200vw right -200vw;
    mask-position: top -200vw right -200vw;
  }
  .-mnu- #mnu-btn {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  header .lgo {
    width: 36vw;
  }
  header .lgo .l-txt {
    height: 1.1em;
    margin-top: 0.6em;
    border-radius: 0.55em;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  header .lgo .l-txt {
    margin-top: 0.5em;
  }
  header .lgo .l-txt > span {
    transform: scale(0.86);
    transform-origin: center center;
  }
}
@media screen and (max-width: 767px) {
  .-mnu- #mnu-wrap {
    overflow: auto;
    -webkit-mask-size: 18vw;
    mask-size: 18vw;
    -webkit-mask-position: top 3vw right 3vw;
    mask-position: top 3vw right 3vw;
  }
  .-mnu- #mnu-wrap.open {
    -webkit-mask-size: 500vw;
    mask-size: 500vw;
    -webkit-mask-position: top -250vw right -250vw;
    mask-position: top -250vw right -250vw;
  }
  .-mnu- #mnu-btn {
    position: fixed;
    top: 3vw;
    right: 3vw;
    bottom: auto;
    left: auto;
    width: 18vw;
    height: 18vw;
    line-height: 18vw;
    font-size: 3.375vw;
  }
}
footer {
  margin-top: 11.25vw;
}

.footer-upper .cpy, .mnu-upper .cpy {
  display: block;
  width: 16.5vw;
  margin: 0 auto;
}
.footer-upper .e-btn-group, .mnu-upper .e-btn-group {
  display: flex;
  justify-content: center;
  margin-top: 3vw;
}
.footer-upper .e-btn, .mnu-upper .e-btn {
  position: relative;
  width: 11.25vw;
  height: 11.25vw;
  margin: 0 2vw;
}
.footer-upper .e-btn > span, .mnu-upper .e-btn > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  transition: all 0.3s;
  z-index: 1;
}
.footer-upper .e-btn > span > strong, .mnu-upper .e-btn > span > strong {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.footer-upper .e-btn > span > small, .mnu-upper .e-btn > span > small {
  margin-top: 0.5vw;
  font-family: "Zen Kurenaido", sans-serif;
}
.footer-upper .e-btn:before, .footer-upper .e-btn:after, .mnu-upper .e-btn:before, .mnu-upper .e-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform-origin: center center 0;
  transition: all 0.3s;
  overflow: hidden;
}
.footer-upper .e-btn:before, .mnu-upper .e-btn:before {
  background-color: #333333;
  transform: scale(1);
  z-index: 0;
}
.footer-upper .e-btn:after, .mnu-upper .e-btn:after {
  background-color: white;
  border: 1px solid #333333;
  transform: scale(0);
  z-index: 0;
}
.footer-upper .e-btn:hover > span, .mnu-upper .e-btn:hover > span {
  color: #333333;
}
.footer-upper .e-btn:hover:before, .mnu-upper .e-btn:hover:before {
  transform: scale(0);
}
.footer-upper .e-btn:hover:after, .mnu-upper .e-btn:hover:after {
  transform: scale(1);
}

.mnu-upper .e-btn > span {
  color: #333333;
}
.mnu-upper .e-btn:before {
  background-color: white;
}
.mnu-upper .e-btn:after {
  background-color: #333333;
  border: 1px solid white;
}
.mnu-upper .e-btn:hover > span {
  color: white;
}

.footer-nav, .mnu-nav {
  display: flex;
  justify-content: center;
  margin-top: 6em;
}
.footer-nav .cat-set, .mnu-nav .cat-set {
  margin: 0 2em;
  padding: 1.75vw 0 0 2.5vw;
  background-repeat: no-repeat;
  background-size: 5vw 5vw;
  background-position: 0 0;
}
.footer-nav .cat-set.cat1, .mnu-nav .cat-set.cat1 {
  background-image: url(/jp/recruit/_/images/common/dsc_cat_01.svg);
}
.footer-nav .cat-set.cat2, .mnu-nav .cat-set.cat2 {
  background-image: url(/jp/recruit/_/images/common/dsc_cat_02.svg);
}
.footer-nav .cat-set.cat3, .mnu-nav .cat-set.cat3 {
  background-image: url(/jp/recruit/_/images/common/dsc_cat_03.svg);
}
.footer-nav .cat-set.cat4, .mnu-nav .cat-set.cat4 {
  background-image: url(/jp/recruit/_/images/common/dsc_cat_04.svg);
}
.footer-nav .cat-set.cat5, .mnu-nav .cat-set.cat5 {
  background-image: url(/jp/recruit/_/images/common/dsc_cat_05.svg);
}
.footer-nav .cat-set .s1, .mnu-nav .cat-set .s1 {
  font-family: "Zen Kurenaido", sans-serif;
}
.footer-nav .cat-set .s2, .mnu-nav .cat-set .s2 {
  margin-top: 0.6em;
  font-weight: 700;
}
.footer-nav .cat-set .s3, .mnu-nav .cat-set .s3 {
  margin-top: 3em;
}
.footer-nav .cat-set .s3 > li, .mnu-nav .cat-set .s3 > li {
  margin-top: 1em;
}
.footer-nav .cat-set .s3 > li > a, .mnu-nav .cat-set .s3 > li > a {
  display: inline-block;
  transition: all 0.2s;
}
.footer-nav .cat-set .s3 > li > a.cs, .mnu-nav .cat-set .s3 > li > a.cs {
  pointer-events: none;
  opacity: 0.3;
}
.footer-nav .cat-set .s3 > li > a:hover, .mnu-nav .cat-set .s3 > li > a:hover {
  transform: translateX(0.3em);
}
.footer-nav .cat-set .s3.coming, .mnu-nav .cat-set .s3.coming {
  margin-top: 2.5em;
  opacity: 0.3;
}

.mnu-nav {
  margin-top: 3em;
}
.mnu-nav .cat-set.cat1, .mnu-nav .cat-set.cat2, .mnu-nav .cat-set.cat3, .mnu-nav .cat-set.cat4, .mnu-nav .cat-set.cat5 {
  background-image: none;
}
.mnu-nav .cat-set .s1 {
  color: white;
}
.mnu-nav .cat-set .s2 {
  color: white;
}
.mnu-nav .cat-set .s3 > li > a {
  color: white;
}
.mnu-nav .cat-set .s3.coming {
  color: white;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 47.609375vw;
  height: 13.75vw;
  margin: 6em auto 0;
  padding-top: 2em;
  text-align: center;
  background-image: url(/jp/recruit/_/images/common/dsc_menu_02.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
}
.footer-bottom > nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-bottom > nav > a {
  display: inline-block;
  padding: 0 1.5em;
  color: white;
}
.footer-bottom > nav > a:last-of-type {
  border-left: 1px solid #a0a0a0;
}
.footer-bottom > nav > a.about-tns {
  width: 100%;
  margin-bottom: 1.5em;
}
.footer-bottom > small {
  display: inline-block;
  margin-top: 4em;
  color: white;
}

@media screen and (max-width: 1024px) {
  .footer-upper .cpy, .mnu-upper .cpy {
    width: 20vw;
  }
  .footer-upper .e-btn-group, .mnu-upper .e-btn-group {
    margin-top: 5vw;
  }
  .footer-upper .e-btn, .mnu-upper .e-btn {
    width: 14vw;
    height: 14vw;
  }
  .footer-upper .e-btn > span, .mnu-upper .e-btn > span {
    transition: none;
  }
  .footer-upper .e-btn:before, .footer-upper .e-btn:after, .mnu-upper .e-btn:before, .mnu-upper .e-btn:after {
    transition: none;
  }
  .footer-upper .e-btn:hover > span, .mnu-upper .e-btn:hover > span {
    color: white;
  }
  .footer-upper .e-btn:hover:before, .mnu-upper .e-btn:hover:before {
    transform: scale(1);
  }
  .footer-upper .e-btn:hover:after, .mnu-upper .e-btn:hover:after {
    transform: scale(0);
  }
  .mnu-upper .e-btn:hover > span {
    color: #333333;
  }
  .footer-nav, .mnu-nav {
    margin-top: 5em;
  }
  .footer-nav .cat-set, .mnu-nav .cat-set {
    margin: 0 1.2em;
  }
  .footer-nav .cat-set .s3 > li, .mnu-nav .cat-set .s3 > li {
    margin-top: 1em;
  }
  .footer-nav .cat-set .s3 > li > a, .mnu-nav .cat-set .s3 > li > a {
    transition: none;
    line-height: 1.5em;
  }
  .footer-bottom {
    width: 56.265625vw;
    height: 16.25vw;
    margin: 5em auto 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 25vw;
  }
  .footer-upper .cpy, .mnu-upper .cpy {
    width: 45vw;
  }
  .footer-upper .e-btn-group, .mnu-upper .e-btn-group {
    margin-top: 8vw;
  }
  .footer-upper .e-btn, .mnu-upper .e-btn {
    width: 33vw;
    height: 33vw;
    margin: 0 3.5vw;
  }
  .footer-upper .e-btn > span > strong, .mnu-upper .e-btn > span > strong {
    font-size: 4.375vw;
  }
  .footer-upper .e-btn > span > small, .mnu-upper .e-btn > span > small {
    margin-top: 0.2em;
    font-size: 5.25vw;
  }
  .footer-nav, .mnu-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }
  .footer-nav .cat-set, .mnu-nav .cat-set {
    width: 48vw;
    margin: 3em 0 0 2vw;
    padding: 1.5em 0 0 1.5em;
    background-size: 20vw 20vw;
  }
  .footer-nav .cat-set .s3, .mnu-nav .cat-set .s3 {
    margin-top: 2em;
  }
  .footer-nav .cat-set.coming, .mnu-nav .cat-set.coming {
    margin-top: 1.5em;
  }
  .footer-bottom {
    width: 100vw;
    height: 40vw;
    margin: 2.5em auto 0;
    padding-top: 2em;
    background-size: 134.171875vw 38.75vw;
    background-position: center bottom;
  }
  .footer-bottom > nav > a.about-tns {
    margin-bottom: 1.8em;
  }
  .footer-bottom > small {
    margin-top: 4.5em;
    transform: scale(0.92);
    transform-origin: center center;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .footer-bottom > small {
    transform: scale(0.86);
  }
}
.f11, .f11 * {
  font-size: 0.6875vw;
}

.f12, .f12 * {
  font-size: 0.75vw;
}

.f13, .f13 * {
  font-size: 0.8125vw;
}

.f14, .f14 * {
  font-size: 0.875vw;
}

.f16, .f16 * {
  font-size: 1vw;
}

.f18, .f18 * {
  font-size: 1.125vw;
}

.f20, .f20 * {
  font-size: 1.25vw;
}

.f24, .f24 * {
  font-size: 1.5vw;
}

.f30, .f30 * {
  font-size: 1.875vw;
}

.f32, .f32 * {
  font-size: 2vw;
}

.f36, .f36 * {
  font-size: 2.25vw;
}

.f40, .f40 * {
  font-size: 2.5vw;
}

.f44, .f44 * {
  font-size: 2.75vw;
}

.f48, .f48 * {
  font-size: 3vw;
}

.f60, .f60 * {
  font-size: 3.75vw;
}

.f64, .f64 * {
  font-size: 4vw;
}

.f72, .f72 * {
  font-size: 4.5vw;
}

.f80, .f80 * {
  font-size: 5vw;
}

.f90, .f90 * {
  font-size: 5.625vw;
}

.f120, .f120 * {
  font-size: 7.5vw;
}

@media screen and (max-width: 1024px) {
  .f11, .f11 * {
    font-size: 0.9625vw;
  }
  .f12, .f12 * {
    font-size: 1.05vw;
  }
  .f13, .f13 * {
    font-size: 1.1375vw;
  }
  .f14, .f14 * {
    font-size: 1.225vw;
  }
  .f16, .f16 * {
    font-size: 1.4vw;
  }
  .f18, .f18 * {
    font-size: 1.575vw;
  }
  .f20, .f20 * {
    font-size: 1.75vw;
  }
  .f24, .f24 * {
    font-size: 2.1vw;
  }
  .f30, .f30 * {
    font-size: 2.625vw;
  }
  .f32, .f32 * {
    font-size: 2.8vw;
  }
  .f36, .f36 * {
    font-size: 3.15vw;
  }
  .f40, .f40 * {
    font-size: 3.5vw;
  }
  .f44, .f44 * {
    font-size: 3.85vw;
  }
  .f48, .f48 * {
    font-size: 4.2vw;
  }
  .f60, .f60 * {
    font-size: 5.25vw;
  }
  .f64, .f64 * {
    font-size: 5.6vw;
  }
  .f72, .f72 * {
    font-size: 6.3vw;
  }
  .f80, .f80 * {
    font-size: 7vw;
  }
  .f90, .f90 * {
    font-size: 7.875vw;
  }
  .f120, .f120 * {
    font-size: 10.5vw;
  }
}
@media screen and (max-width: 767px) {
  .f11, .f11 * {
    font-size: 2.0625vw;
  }
  .f12, .f12 * {
    font-size: 2.25vw;
  }
  .f13, .f13 * {
    font-size: 2.4375vw;
  }
  .f14, .f14 * {
    font-size: 2.975vw;
  }
  .f16, .f16 * {
    font-size: 3.4vw;
  }
  .f18, .f18 * {
    font-size: 3.825vw;
  }
  .f20, .f20 * {
    font-size: 3.75vw;
  }
  .f24, .f24 * {
    font-size: 4.5vw;
  }
  .f30, .f30 * {
    font-size: 5.625vw;
  }
  .f32, .f32 * {
    font-size: 6vw;
  }
  .f36, .f36 * {
    font-size: 6.75vw;
  }
  .f40, .f40 * {
    font-size: 7.5vw;
  }
  .f44, .f44 * {
    font-size: 8.25vw;
  }
  .f48, .f48 * {
    font-size: 9vw;
  }
  .f60, .f60 * {
    font-size: 11.25vw;
  }
  .f64, .f64 * {
    font-size: 12vw;
  }
  .f72, .f72 * {
    font-size: 13.5vw;
  }
  .f80, .f80 * {
    font-size: 15vw;
  }
  .f90, .f90 * {
    font-size: 16.875vw;
  }
  .f120, .f120 * {
    font-size: 22.5vw;
  }
}
.sup {
  font-size: 62.5%;
  vertical-align: text-top;
  position: relative;
}

.sub {
  font-size: 62.5%;
  vertical-align: text-bottom;
  position: relative;
}

#pagetop {
  display: none;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 15vw;
  height: 15.75vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
  background-image: url(/jp/recruit/_/images/common/bgi_pagetop_01.png);
  z-index: 9999;
}
#pagetop .gas {
  position: fixed;
  top: auto;
  right: 8.2vw;
  bottom: 8.8vw;
  left: auto;
  width: 10vw;
  height: 8.375vw;
  opacity: 0;
}
#pagetop:hover {
  background-image: url(/jp/recruit/_/images/common/bgi_pagetop_02.png);
}
#pagetop:hover .gas {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-gas;
  animation-name: animsition-gas;
}

@keyframes animsition-gas {
  0% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px) translateY(-12px) rotate(5deg);
    transform: translateX(-20px) translateY(-12px) rotate(5deg);
    opacity: 0;
  }
}
@media screen and (hover: none) and (pointer: coarse) {
  #pagetop {
    display: none;
    width: 18vw;
    height: 18vw;
    background-image: url(/jp/recruit/_/images/common/bgi_pagetop_03.png);
  }
  #pagetop:hover {
    background-image: url(/jp/recruit/_/images/common/bgi_pagetop_03.png);
  }
  #pagetop .gas {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 36vw;
    height: 36vw;
  }
}
#luxy {
  display: none;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  z-index: 2;
  background-image: url(/jp/recruit/_/images/common/loading.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  #loader {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
  }
}
.scroll-down-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 10vw;
  height: auto;
}
.scroll-down-wrap span {
  display: inline-block;
  padding-top: 1.5em;
  font-family: "Zen Kurenaido", sans-serif;
  text-align: center;
  line-height: 1.3em;
}

.scroll-down {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #333333;
  color: #333333;
  box-shadow: 9999px 22.5px 0 -5px #333333;
  animation: scrollDown 1.5s infinite linear;
  animation-delay: -0.85s;
}

.scroll-down::before, .scroll-down::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #333333;
  color: #333333;
}

.scroll-down::before {
  box-shadow: 9999px 22.5px 0 -5px #333333;
  animation: scrollDown 1.5s infinite linear;
  animation-delay: -1.85s;
}

.scroll-down::after {
  box-shadow: 9999px 22.5px 0 -5px #333333;
  animation: scrollDown 1.5s infinite linear;
  animation-delay: -2.85s;
}

@keyframes scrollDown {
  1% {
    -webkit-box-shadow: 9999px 22.5px 0 -5px #333333;
    box-shadow: 9999px 22.5px 0 -5px #333333;
  }
  50% {
    -webkit-box-shadow: 9999px -5.625px 0 2px #333333;
    box-shadow: 9999px -5.625px 0 2px #333333;
  }
  100% {
    -webkit-box-shadow: 9999px -22.5px 0 -5px #333333;
    box-shadow: 9999px -22.5px 0 -5px #333333;
  }
}
.pop {
  opacity: 0;
}

@keyframes pop {
  30% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  40% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.local-visual-title {
  position: relative;
  width: 100vw;
  height: 60vw;
}
.local-visual-title.img-l .t1 {
  position: absolute;
  top: 5.5vw;
  right: 55vw;
  bottom: auto;
  left: auto;
  font-family: "Zen Kurenaido", sans-serif;
}
.local-visual-title.img-l .t2 {
  position: absolute;
  top: 8.7vw;
  right: 55vw;
  bottom: auto;
  left: auto;
  font-weight: 700;
}
.local-visual-title.img-l .t3 {
  position: absolute;
  top: 10vw;
  right: 15vw;
  bottom: auto;
  left: auto;
  width: 6.375vw;
  height: auto;
}
.local-visual-title.img-l .t4 {
  position: absolute;
  top: 15vw;
  right: auto;
  bottom: auto;
  left: 10vw;
  width: 60vw;
  height: 40vw;
}
.local-visual-title.img-l .t4.mov {
  height: 33.75vw;
}
.local-visual-title.img-l .t4.mov > video {
  display: block;
  width: 100%;
  height: auto;
}
.local-visual-title.img-l .t4.mov > img {
  display: none;
}
.local-visual-title.img-l .t5 {
  position: absolute;
  top: 2vw;
  right: auto;
  bottom: auto;
  left: 20vw;
  width: 14vw;
  height: 15.5vw;
}
.local-visual-title.img-r .t1 {
  position: absolute;
  top: 13.55vw;
  right: auto;
  bottom: auto;
  left: 11.5vw;
  font-family: "Zen Kurenaido", sans-serif;
}
.local-visual-title.img-r .t2 {
  position: absolute;
  top: 16.75vw;
  right: auto;
  bottom: auto;
  left: 11.5vw;
  font-weight: 700;
}
.local-visual-title.img-r .t3 {
  position: absolute;
  top: 20.625vw;
  right: auto;
  bottom: auto;
  left: 11.25vw;
  width: 48.25vw;
  height: auto;
  z-index: 1;
}
.local-visual-title.img-r .t4 {
  position: absolute;
  top: 15vw;
  right: 5vw;
  bottom: auto;
  left: auto;
  width: 60vw;
  height: 40vw;
}
.local-visual-title.img-r .t5 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 11vw;
  left: 5vw;
  width: 14vw;
  height: 15.5vw;
}
.local-visual-title.img-people .t1 {
  position: absolute;
  top: 5.5vw;
  right: 55vw;
  bottom: auto;
  left: auto;
  font-family: "Zen Kurenaido", sans-serif;
}
.local-visual-title.img-people .t2 {
  position: absolute;
  top: 8.7vw;
  right: 55vw;
  bottom: auto;
  left: auto;
  font-weight: 700;
}
.local-visual-title.img-people .t3 {
  position: absolute;
  top: 15vw;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20vw;
  height: 61.25vw;
}
.local-visual-title.img-people .t4 {
  position: absolute;
  top: 15vw;
  right: 5vw;
  bottom: auto;
  left: auto;
  width: 75vw;
  height: 50vw;
}
.local-visual-title.img-people .t5 {
  position: absolute;
  top: 2vw;
  right: auto;
  bottom: auto;
  left: 20vw;
  width: 14vw;
  height: 15.5vw;
}
.local-visual-title.img-session .t1 {
  position: absolute;
  top: 5.5vw;
  right: 55vw;
  bottom: auto;
  left: auto;
  font-family: "Zen Kurenaido", sans-serif;
}
.local-visual-title.img-session .t2 {
  position: absolute;
  top: 8.7vw;
  right: 55vw;
  bottom: auto;
  left: auto;
  font-weight: 700;
}
.local-visual-title.img-session .t3 {
  position: absolute;
  top: 12vw;
  right: 9.25vw;
  bottom: auto;
  left: auto;
  width: 7vw;
  height: 45vw;
}
.local-visual-title.img-session .t3.-twolines- {
  right: 6vw;
  width: 14.5vw;
}
.local-visual-title.img-session .t4 {
  position: absolute;
  top: 15vw;
  right: auto;
  bottom: auto;
  left: 0;
  width: 75vw;
  height: 50vw;
}
.local-visual-title.img-session .t5 {
  position: absolute;
  top: -3.3vw;
  right: auto;
  bottom: auto;
  left: 20vw;
  width: 14vw;
  height: 15.5vw;
}
.local-visual-title.bg1 .disc-bgi {
  background-image: url(/jp/recruit/_/images/common/bgi_cat_01.svg);
}
.local-visual-title.bg1 .t5 {
  bottom: 6vw;
}
.local-visual-title.bg2 .disc-bgi {
  background-image: url(/jp/recruit/_/images/common/bgi_cat_02.svg);
}
.local-visual-title.bg3 .disc-bgi {
  background-image: url(/jp/recruit/_/images/common/bgi_cat_03.svg);
}
.local-visual-title.bg4 .disc-bgi {
  background-image: url(/jp/recruit/_/images/common/bgi_cat_04.svg);
}
.local-visual-title.bg5 .disc-bgi {
  background-image: url(/jp/recruit/_/images/common/bgi_cat_05.svg);
}
.local-visual-title.simple-bg1 {
  height: 45vw;
}
.local-visual-title.simple-bg1 .disc-bgi {
  background-image: url(/jp/recruit/_/images/common/dsc_cat_01.svg);
  background-size: 80vw 80vw;
  background-position: left -30vw bottom;
}
.local-visual-title.simple-bg1 .t4 {
  position: absolute;
  top: 15vw;
  right: 10vw;
  bottom: auto;
  left: auto;
  width: 35vw;
  height: 35vw;
}
.local-visual-title.simple-bg1 .t5 {
  bottom: -3vw;
}
.local-visual-title .disc-bgi {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 96.5625% 100%;
  background-position: 0 0;
}
.local-visual-title .for-pc- {
  display: block;
}
.local-visual-title .for-sp- {
  display: none;
}

@media screen and (max-width: 1024px) {
  .local-visual-title .t1 {
    font-size: 3.25vw;
  }
  .local-visual-title.img-l .t1 {
    position: absolute;
    top: 4.8vw;
    right: 53vw;
    bottom: auto;
    left: auto;
  }
  .local-visual-title.img-l .t2 {
    position: absolute;
    top: 8.7vw;
    right: 53vw;
    bottom: auto;
    left: auto;
  }
  .local-visual-title.img-r .t2 {
    position: absolute;
    top: 17.6vw;
    right: auto;
    bottom: auto;
    left: 11.5vw;
  }
  .local-visual-title.img-r .t3 {
    position: absolute;
    top: 22vw;
    right: auto;
    bottom: auto;
    left: 11.25vw;
  }
  .local-visual-title.img-people .t1 {
    position: absolute;
    top: 4.8vw;
    right: 53vw;
    bottom: auto;
    left: auto;
  }
  .local-visual-title.img-people .t2 {
    position: absolute;
    top: 8.7vw;
    right: 53vw;
    bottom: auto;
    left: auto;
  }
  .local-visual-title.img-session .t1 {
    position: absolute;
    top: 4.8vw;
    right: 53vw;
    bottom: auto;
    left: auto;
  }
  .local-visual-title.img-session .t2 {
    position: absolute;
    top: 8.7vw;
    right: 53vw;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .local-visual-title {
    width: 100vw;
    height: 120vw;
  }
  .local-visual-title.img-l .t1 {
    display: none;
  }
  .local-visual-title.img-l .t2 {
    position: absolute;
    top: 27.5vw;
    right: auto;
    bottom: auto;
    left: 7.5vw;
    font-weight: 400;
  }
  .local-visual-title.img-l .t3 {
    position: absolute;
    top: 34vw;
    right: auto;
    bottom: auto;
    left: 7.5vw;
    width: auto;
  }
  .local-visual-title.img-l .t4 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 66.666667vw;
  }
  .local-visual-title.img-l .t4.mov {
    height: 66.666667vw;
  }
  .local-visual-title.img-l .t4.mov > video {
    display: none;
  }
  .local-visual-title.img-l .t4.mov > img {
    display: block;
  }
  .local-visual-title.img-l .t5 {
    position: absolute;
    top: 2vw;
    right: auto;
    bottom: auto;
    left: 43vw;
    width: 23.8vw;
    height: 26.35vw;
  }
  .local-visual-title.img-r .t1 {
    display: none;
  }
  .local-visual-title.img-r .t2 {
    position: absolute;
    top: 27.5vw;
    right: auto;
    bottom: auto;
    left: 7.5vw;
    font-weight: 400;
  }
  .local-visual-title.img-r .t3 {
    position: absolute;
    top: 34vw;
    right: auto;
    bottom: auto;
    left: 7.5vw;
    width: auto;
  }
  .local-visual-title.img-r .t4 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 66.666667vw;
  }
  .local-visual-title.img-r .t5 {
    position: absolute;
    top: 2vw;
    right: auto;
    bottom: auto;
    left: 43vw;
    width: 23.8vw;
    height: 26.35vw;
  }
  .local-visual-title.img-people .t1 {
    display: none;
  }
  .local-visual-title.img-people .t2 {
    display: none;
  }
  .local-visual-title.img-people .t3 {
    position: absolute;
    top: 30vw;
    right: auto;
    bottom: auto;
    left: 5vw;
    width: 90vw;
    height: 18vw;
  }
  .local-visual-title.img-people .t3 > img {
    width: 100%;
    height: auto;
  }
  .local-visual-title.img-people .t4 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 66.666667vw;
  }
  .local-visual-title.img-people .t5 {
    position: absolute;
    top: 2vw;
    right: auto;
    bottom: auto;
    left: 44vw;
    width: 23.8vw;
    height: 26.35vw;
  }
  .local-visual-title.img-session.-long- {
    height: 133vw;
  }
  .local-visual-title.img-session .t1 {
    display: none;
  }
  .local-visual-title.img-session .t2 {
    display: none;
  }
  .local-visual-title.img-session .t3 {
    position: absolute;
    top: 31.5vw;
    right: auto;
    bottom: auto;
    left: 5vw;
    width: 90vw;
    height: 15.0000003vw;
  }
  .local-visual-title.img-session .t3 > img {
    width: 100%;
    height: auto;
  }
  .local-visual-title.img-session .t3.-twolines- {
    top: 29vw;
    width: 90vw;
  }
  .local-visual-title.img-session .t4 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 66.666667vw;
  }
  .local-visual-title.img-session .t5 {
    position: absolute;
    top: -4vw;
    right: auto;
    bottom: auto;
    left: 44vw;
    width: 23.8vw;
    height: 26.35vw;
  }
  .local-visual-title.bg1 .disc-bgi {
    background-image: url(/jp/recruit/_/images/common/bgi_cat_01sp.svg);
  }
  .local-visual-title.bg2 .disc-bgi {
    background-image: url(/jp/recruit/_/images/common/bgi_cat_02sp.svg);
  }
  .local-visual-title.bg3 .disc-bgi {
    background-image: url(/jp/recruit/_/images/common/bgi_cat_03sp.svg);
  }
  .local-visual-title.bg4 .disc-bgi {
    background-image: url(/jp/recruit/_/images/common/bgi_cat_04sp.svg);
  }
  .local-visual-title.bg5 .disc-bgi {
    background-image: url(/jp/recruit/_/images/common/bgi_cat_05sp.svg);
  }
  .local-visual-title.simple-bg1 {
    height: 80vw;
  }
  .local-visual-title.simple-bg1 .disc-bgi {
    background-size: 100vw 100vw;
    background-position: left -30vw top -30vw;
  }
  .local-visual-title.simple-bg1 .t4 {
    position: absolute;
    top: auto;
    right: 5vw;
    bottom: 0;
    left: auto;
    width: 45vw;
    height: 45vw;
  }
  .local-visual-title.simple-bg1 .t5 {
    bottom: auto;
  }
  .local-visual-title .disc-bgi {
    background-size: 100% auto;
  }
  .local-visual-title .for-pc- {
    display: none;
  }
  .local-visual-title .for-sp- {
    display: block;
    width: 80vw;
  }
}
.local-lead {
  margin: 6.5vw 0 0 15vw;
  opacity: 0;
  transition: all 1.5s;
}
.local-lead.mov-bottom {
  margin-top: 0;
}
.local-lead.-about- > p {
  width: 60vw;
}
.local-lead.-work- > p {
  width: 50vw;
}
.local-lead.-recruit- > p {
  width: 50vw;
}
.local-lead.on {
  opacity: 1;
}
.local-lead .img-cpy > img {
  display: block;
  width: 42.5vw;
}
.local-lead .img-cpy > span {
  display: none;
}
.local-lead .img-cpy + p {
  margin-top: 3em;
}
.local-lead > p {
  line-height: 2em;
}
.local-lead > p.w35 {
  width: 35vw;
}

@media screen and (max-width: 1024px) {
  .local-lead {
    margin-left: 10vw;
  }
  .local-lead.-about- > p {
    width: 80vw;
  }
  .local-lead.-work- > p {
    width: 60vw;
  }
  .local-lead.-recruit- > p {
    width: 60vw;
  }
  .local-lead .img-cpy > img {
    width: 50vw;
  }
  .local-lead > p.w35 {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .local-lead {
    margin: 10vw 0 0 7.5vw;
  }
  .local-lead.mov-bottom {
    margin-top: 10vw;
  }
  .local-lead.-about- > p, .local-lead.-work- > p, .local-lead.-recruit- > p {
    width: 85vw;
  }
  .local-lead .img-cpy > img {
    width: 85vw;
  }
  .local-lead .img-cpy > span {
    display: none;
    font-weight: 700;
    line-height: 1.6em;
  }
  .local-lead .img-cpy + p {
    margin-top: 1.5em;
  }
  .local-lead > p.w35 {
    width: 85vw;
  }
}
.local-index {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 20vw;
  padding: 4.25vw 0 5vw;
  background-color: #f2f2f2;
}
.local-index .index-illust {
  position: absolute;
  width: 14vw;
  height: 15.5vw;
  -webkit-animation: animsition-float infinite linear 3s;
  animation: animsition-float infinite linear 3s;
}
@keyframes animsition-float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.local-index .index-illust.cat1, .local-index .index-illust.cat2, .local-index .index-illust.cat3, .local-index .index-illust.cat4, .local-index .index-illust.cat5 {
  top: -12vw;
  left: 43vw;
}
.local-index .index-category {
  font-family: "Zen Kurenaido", sans-serif;
  text-align: center;
}
.local-index .thm-list {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.local-index .thm-list li {
  position: relative;
  width: 15vw;
  margin: 0 2.5vw;
}
.local-index .thm-list li .thm-img {
  display: block;
  width: 15vw;
  height: 15vw;
}
.local-index .thm-list li .thm-img:hover + .thm-btn {
  border-width: 0;
}
.local-index .thm-list li .thm-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10vw;
  right: auto;
  bottom: auto;
  left: 11.25vw;
  width: 7.5vw;
  height: 7.5vw;
  background-color: #333333;
  border-width: 0.75vw;
  border-style: solid;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.local-index .thm-list li .thm-btn > span {
  color: white;
  font-family: "Zen Kurenaido", sans-serif;
}
.local-index .thm-list li .thm-btn:hover {
  border-width: 0;
}
.local-index .thm-list li .thm-txt {
  margin-top: 1.5em;
  line-height: 1.5em;
  text-align: center;
}
.local-index .thm-list.cat1 li .thm-btn {
  border-color: #e8f9ff;
}
.local-index .thm-list.cat2 li .thm-btn {
  border-color: #ecffe8;
}
.local-index .thm-list.cat3 {
  flex-wrap: wrap;
}
.local-index .thm-list.cat3 li {
  width: 12.5vw;
  margin: 0 1vw;
}
.local-index .thm-list.cat3 li:nth-of-type(n+7) {
  margin: 2.5vw 1vw 0;
}
.local-index .thm-list.cat3 li .thm-img {
  position: relative;
  width: 12.5vw;
  height: 12.5vw;
}
.local-index .thm-list.cat3 li .thm-img > img {
  transform: scale(0.98);
}
.local-index .thm-list.cat3 li .thm-img > span {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0.75vw;
  border-style: solid;
  border-color: #f2f2f2;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s linear;
}
.local-index .thm-list.cat3 li .thm-img:hover > span {
  border-width: 0;
}
.local-index .thm-list.cat3 li .thm-img.cs {
  opacity: 0.3;
  pointer-events: none;
}
.local-index .thm-list.cat3 li .thm-txt {
  margin-top: 0.75em;
  line-height: 1.5em;
}
.local-index .thm-list.cat4 li {
  margin: 0 1.875vw;
}
.local-index .thm-list.cat4 li .thm-btn {
  border-color: #ffe8e8;
}
.local-index .thm-list.cat5 li .thm-btn {
  border-color: #f5e8ff;
}

@media screen and (max-width: 1024px) {
  .local-index .thm-list li .thm-btn > span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .local-index {
    margin-top: 25vw;
    padding: 10vw 0 8vw;
  }
  .local-index .index-illust {
    width: 23.8vw;
    height: 26.35vw;
  }
  .local-index .index-illust.cat1, .local-index .index-illust.cat2, .local-index .index-illust.cat3, .local-index .index-illust.cat4, .local-index .index-illust.cat5 {
    top: -18vw;
    left: 38.1vw;
  }
  .local-index .index-category.f48 {
    font-size: 6vw;
  }
  .local-index .thm-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1.5em;
    margin-left: 5vw;
  }
  .local-index .thm-list li {
    width: 25vw;
    margin-bottom: 7.5vw;
  }
  .local-index .thm-list li .thm-img {
    width: 25vw;
    height: 25vw;
  }
  .local-index .thm-list li .thm-btn {
    display: none;
  }
  .local-index .thm-list li .thm-txt {
    margin-top: 1em;
    line-height: 1.5em;
  }
  .local-index .thm-list.cat2 {
    justify-content: center;
    margin-left: 0;
  }
  .local-index .thm-list.cat3 {
    margin-left: 2vw;
  }
  .local-index .thm-list.cat3 li {
    width: 28vw;
    margin: 0 2vw;
  }
  .local-index .thm-list.cat3 li:nth-of-type(n+4), .local-index .thm-list.cat3 li:nth-of-type(n+7) {
    margin: 7.5vw 2vw 0;
  }
  .local-index .thm-list.cat3 li .thm-img {
    width: 28vw;
    height: 28vw;
  }
  .local-index .thm-list.cat3 li .thm-img > img {
    transform: scale(1);
  }
  .local-index .thm-list.cat3 li .thm-img > span {
    display: none;
  }
  .local-index .thm-list.cat3 li .thm-txt {
    margin-top: 0.75em;
    line-height: 1.5em;
  }
  .local-index .thm-list.cat4 li {
    margin: 0 2.5vw 0;
  }
  .local-index .thm-list.cat4 li:nth-of-type(n+4) {
    margin: 7.5vw 2.5vw 0;
  }
}
#familiar .familiar-title {
  margin-top: 4vw;
  text-align: center;
}
#familiar .familiar-title .t1 {
  font-family: "Zen Kurenaido", sans-serif;
}
#familiar .familiar-title .t2 {
  margin-top: 0.5em;
  font-weight: 700;
}
#familiar .familiar-title .t3 {
  width: 48.25vw;
  height: auto;
  margin: 3.5vw auto 0;
}
#familiar .familiar-illust {
  position: relative;
  width: 100vw;
  height: 60vw;
  margin: 4.5vw auto 0;
  overflow: hidden;
}
#familiar .wave-line1, #familiar .wave-line2 {
  position: relative;
  width: 100vw;
  height: 5.5vw;
  z-index: 1;
}
#familiar .wave-line1 {
  top: -60.5vw;
}
#familiar .wave-line2 {
  top: -10.5vw;
}
#familiar .local-lead {
  margin: 0 0 0 15vw;
}
#familiar .scene-list .sl-set {
  position: relative;
  width: 80vw;
  height: 51.71875vw;
  margin-top: 5vw;
  margin-left: 5vw;
}
#familiar .scene-list .sl-set:nth-of-type(n+2) {
  margin-top: 0;
}
#familiar .scene-list .sl-set:nth-of-type(even) {
  margin-left: 15vw;
}
#familiar .scene-list .sl-set .ill {
  display: block;
  position: absolute;
  top: 3.25vw;
  right: auto;
  bottom: auto;
  left: 16.875vw;
  width: 11.25vw;
  height: 11.25vw;
  z-index: 2;
}
#familiar .scene-list .sl-set .ill.on {
  -webkit-animation: pop 1.2s forwards;
  animation: pop 1.2s forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#familiar .scene-list .sl-set .txt {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 45vw;
  height: 45vw;
  padding: 16vw 10vw 0;
  background-image: url(/jp/recruit/_/images/about/familiar/bgi_circle_01_pc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  z-index: 1;
  opacity: 0;
  transition: all 1.5s;
}
#familiar .scene-list .sl-set .txt.on {
  opacity: 1;
}
#familiar .scene-list .sl-set .txt .t1 {
  width: 22vw;
}
#familiar .scene-list .sl-set .txt .t2 {
  margin-top: 1.5em;
  font-weight: 700;
  line-height: 1.6em;
}
#familiar .scene-list .sl-set .txt .t3 {
  margin-top: 1.25em;
  line-height: 1.9em;
}
#familiar .scene-list .sl-set .column {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 40vw;
  height: 40vw;
  padding: 8vw 7.5vw 0;
  background-image: url(/jp/recruit/_/images/about/familiar/bgi_cloud_01.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
#familiar .scene-list .sl-set .column.on {
  -webkit-animation: pop 1.2s forwards;
  animation: pop 1.2s forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#familiar .scene-list .sl-set .column .c1 {
  width: 7.65625vw;
  margin: 0 auto;
}
#familiar .scene-list .sl-set .column .c2 {
  margin-top: 1.5em;
  font-weight: 700;
  line-height: 1.6em;
}
#familiar .scene-list .sl-set .column .c3 {
  margin-top: 1.25em;
  line-height: 1.9em;
}
#familiar .scene-other {
  width: 75vw;
  margin: 11.25vw auto 0;
}
#familiar .scene-other .so-ttl {
  margin-left: 2.5vw;
}
#familiar .scene-other .so-ttl > img {
  display: block;
  width: 57.8vw;
}
#familiar .scene-other .so-ttl > span {
  display: none;
}
#familiar .scene-other .other-list {
  display: flex;
  flex-wrap: wrap;
}
#familiar .scene-other .other-list li {
  width: 35vw;
  margin-top: 5vw;
  opacity: 0;
  transition: all 1.5s;
}
#familiar .scene-other .other-list li.on {
  opacity: 1;
}
#familiar .scene-other .other-list li > h3 {
  margin-top: 0.5em;
  padding: 0 2.5vw;
  font-weight: 700;
}
#familiar .scene-other .other-list li > p {
  margin-top: 1em;
  padding: 0 2.5vw;
  line-height: 2em;
}
#familiar .scene-other .other-list li:nth-of-type(even) {
  margin-left: 5vw;
}

@media screen and (max-width: 1024px) {
  #familiar .scene-list .sl-set {
    width: 90vw;
    height: 76.25vw;
    margin-left: 5vw;
  }
  #familiar .scene-list .sl-set:nth-of-type(n+2) {
    margin-top: -7.5vw;
  }
  #familiar .scene-list .sl-set:nth-of-type(even) {
    margin-left: 5vw;
  }
  #familiar .scene-list .sl-set .ill {
    position: absolute;
    top: 3.25vw;
    right: auto;
    bottom: auto;
    left: 21vw;
    width: 14vw;
    height: 14vw;
  }
  #familiar .scene-list .sl-set .txt {
    width: 55vw;
    height: 55vw;
    padding: 19vw 10vw 0;
    background-image: url(/jp/recruit/_/images/about/familiar/bgi_circle_01_tb.png);
  }
  #familiar .scene-list .sl-set .txt .t1 {
    width: 25vw;
  }
  #familiar .scene-list .sl-set .txt .t2 {
    margin-top: 1.5em;
  }
  #familiar .scene-list .sl-set .txt .t3 {
    line-height: 1.8em;
  }
  #familiar .scene-list .sl-set .column {
    width: 50vw;
    height: 50vw;
    padding: 7.5vw 10vw 0;
  }
  #familiar .scene-list .sl-set .column .c1 {
    width: 10vw;
  }
  #familiar .scene-list .sl-set .column .c2 {
    margin-top: 1.5em;
  }
  #familiar .scene-list .sl-set .column .c3 {
    line-height: 1.8em;
  }
  #familiar .scene-other {
    width: 75vw;
    margin: 11.25vw auto 0;
  }
  #familiar .scene-other .so-ttl {
    margin-left: 2.5vw;
  }
  #familiar .scene-other .so-ttl > img {
    width: 68vw;
  }
}
@media screen and (max-width: 767px) {
  #familiar .familiar-title {
    margin-top: 27.5vw;
  }
  #familiar .familiar-title .t1 {
    display: none;
  }
  #familiar .familiar-title .t2 {
    font-weight: 400;
  }
  #familiar .familiar-title .t3 {
    width: 80vw;
    margin: 5vw auto 0;
  }
  #familiar .familiar-illust {
    position: relative;
    width: 100vw;
    height: 84.1875vw;
    margin: 10vw auto 0;
  }
  #familiar .wave-line1, #familiar .wave-line2 {
    display: none;
  }
  #familiar .local-lead {
    margin: 10vw 0 0 7.5vw;
  }
  #familiar .scene-list .sl-set {
    height: auto;
  }
  #familiar .scene-list .sl-set:nth-of-type(n+2) {
    margin-top: 15vw;
  }
  #familiar .scene-list .sl-set .ill {
    position: absolute;
    top: 2vw;
    right: 0;
    bottom: auto;
    left: auto;
    width: 27vw;
    height: 27vw;
    margin: 0 auto;
  }
  #familiar .scene-list .sl-set .txt {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    padding: 14vw 2.5vw 0;
    background-image: none;
  }
  #familiar .scene-list .sl-set .txt .t1 {
    width: 55vw;
  }
  #familiar .scene-list .sl-set .txt .t2 {
    margin-top: 1.2em;
  }
  #familiar .scene-list .sl-set .txt .t3 {
    margin-top: 0.75em;
    line-height: 2em;
  }
  #familiar .scene-list .sl-set .column {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 90vw;
    height: 90vw;
    margin-top: 2.5vw;
    padding: 7.5vw 7.5vw 0;
  }
  #familiar .scene-list .sl-set .column .c1 {
    width: 20vw;
  }
  #familiar .scene-list .sl-set .column .c2 {
    margin-top: 1.2em;
  }
  #familiar .scene-list .sl-set .column .c3 {
    margin-top: 0.75em;
  }
  #familiar .scene-other {
    width: 100vw;
    margin: 20vw auto 0;
  }
  #familiar .scene-other .so-ttl {
    margin-left: 5vw;
  }
  #familiar .scene-other .so-ttl > img {
    display: none;
  }
  #familiar .scene-other .so-ttl > span {
    display: block;
    padding-left: 2.5vw;
    font-weight: 700;
    line-height: 1.6em;
  }
  #familiar .scene-other .other-list {
    flex-direction: column;
  }
  #familiar .scene-other .other-list li {
    width: 100vw;
    margin-top: 7.5vw;
  }
  #familiar .scene-other .other-list li > h3 {
    padding: 0 7.5vw;
  }
  #familiar .scene-other .other-list li > p {
    padding: 0 7.5vw;
  }
  #familiar .scene-other .other-list li:nth-of-type(even) {
    margin-left: 0;
  }
}
#message .mes-wrap {
  width: 70vw;
  margin: 6em auto 0;
}
#message .mes-wrap > p {
  margin-top: 3em;
  line-height: 2.2em;
}
#message .mes-wrap > p:last-child {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  #message .mes-wrap {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  #message .mes-wrap {
    width: 85vw;
    margin: 4em auto 0;
  }
  #message .mes-wrap > p {
    margin-top: 2.5em;
  }
}
#number .num-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 90vw;
  margin: 25vw auto 0;
}
#number .num-wrap .num-set {
  position: relative;
  width: 45vw;
  height: 45vw;
  margin-bottom: 15vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
#number .num-wrap .num-set.on {
  -webkit-animation: pop 1.2s forwards;
  animation: pop 1.2s forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#number .num-wrap .num-set.bg1 {
  margin-top: -30vw;
  background-image: url(/jp/recruit/_/images/about/number/bgi_01_pc.png);
}
#number .num-wrap .num-set.bg1 figure {
  position: absolute;
  top: 12.5vw;
  right: auto;
  bottom: auto;
  left: -5vw;
  width: 37.5vw;
  height: 37.5vw;
  z-index: 1;
}
#number .num-wrap .num-set.bg1 .txt {
  left: 10vw;
  width: 27.5vw;
}
#number .num-wrap .num-set.bg2 {
  background-image: url(/jp/recruit/_/images/about/number/bgi_02_pc.png);
}
#number .num-wrap .num-set.bg3 {
  margin-top: -30vw;
  background-image: url(/jp/recruit/_/images/about/number/bgi_03_pc.png);
}
#number .num-wrap .num-set.bg4 {
  background-image: url(/jp/recruit/_/images/about/number/bgi_04_pc.png);
}
#number .num-wrap .num-set.bg4 figure {
  position: absolute;
  top: 35vw;
  right: auto;
  bottom: auto;
  left: 11vw;
  width: 23vw;
  height: 16.5vw;
  z-index: 1;
}
#number .num-wrap .num-set.bg5 {
  margin-top: -30vw;
  background-image: url(/jp/recruit/_/images/about/number/bgi_05_pc.png);
}
#number .num-wrap .num-set .txt {
  position: absolute;
  top: 18vw;
  right: auto;
  bottom: auto;
  left: 7.5vw;
  width: 30vw;
}
#number .num-wrap .num-set .txt > h2 {
  font-weight: 700;
  line-height: 1.5em;
}
#number .num-wrap .num-set .txt .f16 {
  margin-top: 0.75em;
  line-height: 1.9em;
}
#number .num-wrap .num-set .txt .history {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
#number .num-wrap .num-set .txt .history > img {
  width: 7.5vw;
  height: 7.5vw;
}
#number .num-wrap .num-set .txt .history .f14 {
  width: 20.5vw;
  line-height: 1.75em;
}
#number .num-wrap .num-set .txt .world {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  margin-top: 3em;
}
#number .num-wrap .num-set .txt .world .w-set {
  width: 20vw;
  text-align: center;
}
#number .num-wrap .num-set .txt .world .w-set .ws1 {
  font-weight: 700;
}
#number .num-wrap .num-set .txt .world .w-set .ws2 {
  color: #2bb2e1;
  font-weight: 700;
}
#number .num-wrap .num-set .argon {
  position: absolute;
  top: 32vw;
  right: auto;
  bottom: auto;
  left: 21vw;
  width: 27.5vw;
  height: 25vw;
  padding-top: 11vw;
  background-image: url(/jp/recruit/_/images/about/number/fig_03.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}
#number .num-wrap .num-set .argon .f14 {
  padding: 0 4.5em;
  color: white;
  line-height: 1.7em;
}
#number .num-wrap .num-set .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 33vw;
  right: auto;
  bottom: auto;
  left: 5vw;
  width: 10vw;
  height: 10vw;
  background-color: #333333;
  border: 1vw solid #e8f9ff;
  border-radius: 50%;
  transition: all 0.2s linear;
}
#number .num-wrap .num-set .btn > span {
  color: white;
  font-family: "Zen Kurenaido", sans-serif;
}
#number .num-wrap .num-set .btn:hover {
  border-width: 0;
}
#number .local-index {
  margin-top: 3vw;
}

@media screen and (max-width: 1024px) {
  #number .num-wrap {
    flex-direction: row;
    justify-content: flex-start;
    margin: 20vw auto 0;
  }
  #number .num-wrap .num-set {
    position: relative;
    width: 67.5vw;
    height: 67.5vw;
    margin-bottom: 10vw;
  }
  #number .num-wrap .num-set.bg1 {
    margin-top: -15vw;
    margin-left: 20vw;
  }
  #number .num-wrap .num-set.bg1 figure {
    position: absolute;
    top: 18.75vw;
    right: auto;
    bottom: auto;
    left: -7.5vw;
    width: 56.25vw;
    height: 56.25vw;
  }
  #number .num-wrap .num-set.bg1 .txt {
    left: 15vw;
    width: 41.25vw;
  }
  #number .num-wrap .num-set.bg3 {
    margin-top: -5vw;
    margin-left: 20vw;
  }
  #number .num-wrap .num-set.bg4 figure {
    position: absolute;
    top: 52.5vw;
    right: auto;
    bottom: auto;
    left: 16.5vw;
    width: 34.5vw;
    height: 24.75vw;
  }
  #number .num-wrap .num-set.bg5 {
    margin-top: 0;
    margin-left: 20vw;
  }
  #number .num-wrap .num-set .txt {
    position: absolute;
    top: 27vw;
    right: auto;
    bottom: auto;
    left: 11.25vw;
    width: 45vw;
  }
  #number .num-wrap .num-set .txt .history > img {
    width: 11.25vw;
    height: 11.25vw;
  }
  #number .num-wrap .num-set .txt .history .f14 {
    width: 30.75vw;
    line-height: 1.8em;
  }
  #number .num-wrap .num-set .argon {
    position: absolute;
    top: 48vw;
    right: auto;
    bottom: auto;
    left: 29.4vw;
    width: 41.25vw;
    height: 37.5vw;
    padding-top: 16.5vw;
  }
  #number .num-wrap .num-set .btn {
    position: absolute;
    top: 49.5vw;
    right: auto;
    bottom: auto;
    left: 7.5vw;
    width: 15vw;
    height: 15vw;
    border-width: 1.5vw;
  }
  #number .local-index {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 767px) {
  #number .local-visual-title .t4 {
    bottom: -10vw;
  }
  #number .local-visual-title + .local-lead {
    margin-top: 20vw;
  }
  #number .num-wrap {
    width: 90vw;
    margin: 15vw auto 0;
  }
  #number .num-wrap .num-set {
    position: relative;
    width: 90vw;
    height: auto;
    min-height: 90vw;
    margin-bottom: 20vw;
    padding-top: 47.5vw;
    background-size: 90vw 90vw;
  }
  #number .num-wrap .num-set.bg1 {
    margin-top: -5vw;
    margin-left: 0;
    background-image: url(/jp/recruit/_/images/about/number/bgi_01_sp.png);
  }
  #number .num-wrap .num-set.bg1 figure {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 80vw;
    height: 77vw;
    margin: 3vw auto;
  }
  #number .num-wrap .num-set.bg1 .txt {
    left: auto;
    width: 80vw;
  }
  #number .num-wrap .num-set.bg2 {
    background-image: url(/jp/recruit/_/images/about/number/bgi_02_sp.png);
  }
  #number .num-wrap .num-set.bg3 {
    margin-left: 0;
    background-image: url(/jp/recruit/_/images/about/number/bgi_03_sp.png);
  }
  #number .num-wrap .num-set.bg4 {
    background-image: url(/jp/recruit/_/images/about/number/bgi_04_sp.png);
  }
  #number .num-wrap .num-set.bg4 figure {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 68.8125vw;
    height: 48.5625vw;
    margin: 3vw auto 0;
  }
  #number .num-wrap .num-set.bg5 {
    margin-left: 0;
    background-image: url(/jp/recruit/_/images/about/number/bgi_05_sp.png);
  }
  #number .num-wrap .num-set .txt {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 80vw;
    margin: 0 auto;
  }
  #number .num-wrap .num-set .txt > h2 {
    text-align: center;
  }
  #number .num-wrap .num-set .txt .history {
    position: relative;
    margin-top: 1.5em;
  }
  #number .num-wrap .num-set .txt .history > img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 25vw;
    height: 25vw;
  }
  #number .num-wrap .num-set .txt .history .f14 {
    width: 100%;
  }
  #number .num-wrap .num-set .txt .history .f14:before {
    content: "";
    display: inline-block;
    float: left;
    width: 25vw;
    height: 25vw;
    margin: 0 2em 1em 0;
  }
  #number .num-wrap .num-set .txt .world {
    margin-top: 2.5em;
  }
  #number .num-wrap .num-set .txt .world .w-set {
    width: 40vw;
  }
  #number .num-wrap .num-set .argon {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 88vw;
    height: 80vw;
    margin: 5vw auto 0;
    padding-top: 35vw;
  }
  #number .num-wrap .num-set .argon .f14 {
    padding: 0 3.5em;
    line-height: 1.7em;
  }
  #number .num-wrap .num-set .btn {
    position: absolute;
    top: auto;
    right: 2vw;
    bottom: 60vw;
    left: auto;
    width: 25vw;
    height: 25vw;
  }
  #number .local-index {
    margin-top: 20vw;
  }
}
