@charset "UTF-8";
#key-visual {
  position: relative;
  width: 100%;
  height: 900px;
  margin-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #key-visual {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  #key-visual {
    height: 100vh;
  }
}
#key-visual .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #key-visual .bg-image {
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 420px) {
  #key-visual .bg-image {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
}
#key-visual .bg-image .pc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #key-visual .bg-image .pc {
    display: none;
  }
}
#key-visual .bg-image .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #key-visual .bg-image .sp {
    display: block;
    height: 100%;
  }
}
#key-visual .logo {
  position: absolute;
  z-index: 10;
  background-color: #9477FF;
  width: 300px;
  padding: 15px 0;
  border-radius: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #key-visual .logo {
    width: 200px;
  }
}
#key-visual .logo img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#key-visual .sp-cover {
  display: none;
}
@media screen and (max-width: 768px) {
  #key-visual .sp-cover {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 4, 97, 0.2);
  }
}
@media screen and (max-width: 768px) {
  #key-visual .copy .copy-1::after,
  #key-visual .copy .copy-2::after {
    display: none;
  }
}
#key-visual .copy {
  position: absolute;
  z-index: 10;
  left: 80px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #key-visual .copy {
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    text-align: center;
  }
}
#key-visual .copy .copy-1,
#key-visual .copy .copy-2 {
  position: relative;
  overflow: hidden;
}
#key-visual .copy .copy-1::after,
#key-visual .copy .copy-2::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateX(0);
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}
#key-visual .copy .copy-1 {
  width: 80%;
  font-size: 50px;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding: 15px 0 0;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #key-visual .copy .copy-1 {
    padding: 0px;
    background-color: transparent;
    width: 100%;
    color: #fff;
  }
}
#key-visual .copy .copy-1::after {
  transition-delay: 0.15s;
}
#key-visual .copy .copy-1 span {
  font-size: 40px;
}
#key-visual .copy .copy-2 {
  font-size: 50px;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  padding: 10px 50px;
  color: #9477FF;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #key-visual .copy .copy-2 {
    background-color: transparent;
    padding: 0px;
    color: #ffffff;
    width: 100%;
    font-size: 60px;
  }
}
#key-visual .copy .copy-2::after {
  transition-delay: 0.45s;
}
#key-visual .copy .copy-2 span {
  font-size: 40px;
}
#key-visual .copy.is-show .copy-1::after,
#key-visual .copy.is-show .copy-2::after {
  transform: translateX(101%);
}

.menu {
  position: fixed;
  z-index: 1000;
  top: 40px;
  right: 80px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(12, 4, 97, 0.2);
  padding: 18px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .menu {
    display: none;
  }
}
.menu ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
.menu ul li {
  font-size: 18px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: 0.45s;
}
.menu ul li:hover {
  color: #9477FF;
}

.scroll_down {
  position: absolute;
  top: 90%;
  left: 30px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
@media screen and (max-width: 1100px) {
  .scroll_down {
    top: 70%;
  }
}
@media screen and (max-width: 768px) {
  .scroll_down {
    display: none;
  }
}
.scroll_down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
}
.scroll_down.is-hide {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
.scroll_down a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #000;
  width: 20px;
  font-size: 20px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  margin: auto;
}
.scroll_down a::before {
  content: "";
  position: absolute;
  bottom: -130%;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
}
.scroll_down a::after {
  content: "";
  position: absolute;
  bottom: -130%;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #000;
}

#type01 a::after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#sub-key-visual {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#sub-key-visual .logo {
  position: absolute;
  z-index: 10;
  background-color: #9477FF;
  width: 300px;
  padding: 15px 0;
  border-radius: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #sub-key-visual .logo {
    width: 200px;
  }
}
#sub-key-visual .logo img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#sub-key-visual .page-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  text-align: center;
  font-size: 40px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  padding: 20px 0 0;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #sub-key-visual .page-name {
    width: 250px;
    font-size: 30px;
  }
}

.about-key {
  background-image: url("../image/about/key-visual.png");
}

.service-key {
  background-image: url(../image/service/key-visual.png);
}

.pankuzu {
  padding-left: 50px;
  margin-bottom: 120px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .pankuzu {
    font-size: 16px;
  }
}

#recruit {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #recruit {
    margin-bottom: 50px;
  }
}
#recruit .back-text {
  position: absolute;
  z-index: 1;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: 0;
  transform: translate(-60%, -50%);
  transition: opacity 1s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
#recruit .back-text img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}
#recruit .logo {
  position: absolute;
  z-index: 10;
  background-color: #9477FF;
  width: 300px;
  padding: 15px 0;
  border-radius: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #recruit .logo {
    width: 200px;
  }
}
#recruit .logo img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#recruit .page-title {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  padding-top: 150px;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s ease 0.2s, transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
@media screen and (max-width: 768px) {
  #recruit .page-title {
    font-size: 40px;
  }
}
#recruit .page-title br {
  display: none;
}
@media screen and (max-width: 768px) {
  #recruit .page-title br {
    display: block;
  }
}
#recruit.is-show .page-title {
  opacity: 1;
  transform: translateX(0);
}
#recruit.is-show .back-text {
  opacity: 1;
  transform: translate(-50%, -50%);
}

#menubar {
  position: fixed;
  overflow: auto;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  padding: 80px 30px 0;
  transform: translateX(200%);
  background: #fff;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1500px) {
  #menubar {
    width: 40%;
  }
}
@media screen and (max-width: 1100px) {
  #menubar {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
  }
}
#menubar .logo-box {
  width: 150px;
  margin: 0 auto 50px;
}
#menubar .logo-box img {
  width: 100%;
}
#menubar .navi {
  width: 100%;
  display: grid;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 30px;
  margin-bottom: 25px;
  padding: 0 20px 25px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #menubar .navi {
    grid-template-columns: 49% 49%;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
#menubar .navi li {
  width: 100%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 25px;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  #menubar .navi li {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #menubar .navi li {
    margin: 0 auto 30px;
  }
}
#menubar .navi li:hover {
  color: #2A00C2;
}
#menubar .info-list {
  width: 100%;
  padding: 0 20px;
}
#menubar .info-list .list {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

#menubar.open {
  transform: translateX(0);
}

#menubar_hdr {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3300;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transition: 0.2s;
  padding: 0 15px 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
#menubar_hdr p {
  font-size: 10px;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    width: 70px;
    height: 70px;
    display: flex;
  }
}
#menubar_hdr.ham {
  background-color: #1A2952;
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 2px solid #1A2952;
  width: 70px;
  margin-bottom: 20px;
}
#menubar_hdr span:last-child {
  margin-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr span {
    width: 50px;
    margin-bottom: 10px;
  }
}
#menubar_hdr.ham p {
  display: none;
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(8px, 9px);
  border-top: 2px solid #fff;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(7px, -8px);
  border-top: 2px solid #fff;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(2px, -4px);
  }
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(2px, -3px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

.sub-hdr {
  width: 300px !important;
}
@media screen and (max-width: 1100px) {
  .sub-hdr {
    width: 70px !important;
  }
}
.sub-hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #353535;
}

header aside.mainimg-slick div img {
  width: 100%;
}

footer {
  background-color: #A09CCC;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px;
  }
}

.wrap {
  display: grid;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 4%;
       column-gap: 4%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .wrap {
    display: block;
  }
}

.grid {
  width: 100%;
}
.grid .company-name {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 40px;
  margin-bottom: 40PX;
}
@media screen and (max-width: 1100px) {
  .grid .company-name {
    font-size: 30px;
    margin-bottom: 30PX;
  }
}
.grid .menu-list {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .grid .menu-list {
    display: none;
  }
}
.grid .menu-list li {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .grid .menu-list li {
    font-size: 18px;
  }
}
.grid .add {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .grid .add {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.grid .info {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .grid .info {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.map-box {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .map-box {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .map-box {
    width: 100%;
  }
}
.map-box iframe {
  width: 100%;
  height: 100%;
}

small {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.recruit-top {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 58%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .recruit-top {
    margin-bottom: 80px;
    display: block;
  }
}
.recruit-top .area-title,
.recruit-top .title-text,
.recruit-top .achieve li {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.recruit-top.is-visible .area-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.recruit-top.is-visible .title-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
.recruit-top.is-visible .achieve li {
  opacity: 1;
  transform: translateY(0);
}
.recruit-top.is-visible .achieve li:nth-child(1) {
  transition-delay: 0.75s;
}
.recruit-top.is-visible .achieve li:nth-child(2) {
  transition-delay: 1s;
}
.recruit-top.is-visible .achieve li:nth-child(3) {
  transition-delay: 1.25s;
}
.recruit-top .image-box {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .recruit-top .image-box {
    height: 350px;
    margin-bottom: 30px;
  }
}
.recruit-top .image-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media screen and (max-width: 1100px) {
  .recruit-top .image-box img {
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .recruit-top .text-area {
    width: 90%;
    margin: 0 auto;
  }
}
.recruit-top .text-area .title-area {
  margin-bottom: 50px;
}
.recruit-top .text-area .title-area .area-title {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 36px;
  padding-right: 50px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #A09CCC;
}
@media screen and (max-width: 768px) {
  .recruit-top .text-area .title-area .area-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-top .text-area .title-area .area-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.recruit-top .text-area .title-area .area-title br {
  display: none;
}
@media screen and (max-width: 520px) {
  .recruit-top .text-area .title-area .area-title br {
    display: block;
  }
}
.recruit-top .text-area .title-area .title-text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .recruit-top .text-area .title-area .title-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-top .text-area .title-area .title-text {
    font-size: 16px;
  }
}
.recruit-top .text-area .achieve {
  width: 95%;
  box-shadow: 0 0 10px rgba(160, 156, 204, 0.6);
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  .recruit-top .text-area .achieve {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-top .text-area .achieve {
    display: block;
    padding: 10px;
  }
}
.recruit-top .text-area .achieve li {
  display: grid;
  grid-template-columns: 30% 68%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  align-items: center;
  border-right: 1px solid #000;
  padding: 0 10px;
}
.recruit-top .text-area .achieve li:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .recruit-top .text-area .achieve li {
    border-right: none;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
  .recruit-top .text-area .achieve li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.recruit-top .text-area .achieve li .image {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-top .text-area .achieve li .image {
    width: 50%;
  }
}
.recruit-top .text-area .achieve li .image img {
  width: 100%;
}
.recruit-top .text-area .achieve li .ac-box {
  text-align: center;
}
.recruit-top .text-area .achieve li .ac-box .ac-title {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.recruit-top .text-area .achieve li .ac-box .ac-content {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.recruit-top .text-area .achieve li .ac-box .ac-content span {
  font-size: 18px;
}

.recruit-info {
  width: 90%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .recruit-info {
    margin: 0 auto 80px;
  }
}
.recruit-info .title-area {
  margin-bottom: 50px;
}
.recruit-info .title-area .area-title {
  display: inline-block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 36px;
  padding-right: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2A00C2;
}
@media screen and (max-width: 768px) {
  .recruit-info .title-area .area-title {
    font-size: 30px;
  }
}
.recruit-info .title-area .sub-title {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .recruit-info .title-area .sub-title {
    font-size: 18px;
  }
}
.recruit-info .tab-container {
  display: flex;
  gap: 2%;
  width: 100%;
  margin: 0 auto 80px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1300px) {
  .recruit-info .tab-container {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  .recruit-info .tab-container {
    width: 100%;
  }
}
.recruit-info .tab {
  text-align: center;
  width: 50%;
  padding: 15px;
  background-color: #D9D9D9;
  cursor: pointer;
  color: #fff;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  .recruit-info .tab {
    font-size: 16px;
    width: 100%;
  }
}
.recruit-info .tab.active {
  background-color: #7670B9;
  color: #fff;
}
.recruit-info .content-container {
  width: 90%;
}
@media screen and (max-width: 1100px) {
  .recruit-info .content-container {
    width: 100%;
  }
}
.recruit-info .content-container .atention {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recruit-info .content-container .atention {
    font-size: 15px;
    width: 100%;
  }
}
.recruit-info .content {
  display: none; /*必須*/
}
.recruit-info .content.show {
  display: block; /*必須*/
}
.recruit-info .content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .recruit-info .content {
    width: 100%;
  }
}
.recruit-info .content .info-list {
  margin-bottom: 50px;
}
.recruit-info .content .info-list li {
  display: grid;
  grid-template-columns: 25% 70%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #A09CCC;
}
.recruit-info .content .info-list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .recruit-info .content .info-list li {
    display: block;
  }
}
.recruit-info .content .info-list li .info {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .recruit-info .content .info-list li .info {
    margin-bottom: 10px;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}
@media screen and (max-width: 520px) {
  .recruit-info .content .info-list li .info {
    font-size: 16px;
  }
}
.recruit-info .content .info-list li .detail {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.recruit-info .content .info-list li .detail.is-visible {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .recruit-info .content .info-list li .detail {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
}
@media screen and (max-width: 520px) {
  .recruit-info .content .info-list li .detail {
    font-size: 16px;
  }
}
.recruit-info .content .info-list li .detail span {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .recruit-info .content .info-list li .detail span {
    font-size: 12px;
  }
}
.recruit-info .content .rec-link {
  text-align: center;
}
.recruit-info .content .rec-link a {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #02003D;
  font-size: 25px;
  padding: 15px 30px;
  border: 1px solid #02003D;
  transition: 0.45s;
}
.recruit-info .content .rec-link a:hover {
  background-color: #02003D;
  color: #fff;
}

.recruit-space {
  width: 100%;
  height: 500px;
  background-image: url(../image/recruit/recruit-1.png);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .recruit-space {
    height: 300px;
    background-position: right;
  }
}
@media screen and (max-width: 520px) {
  .recruit-space {
    background-position: center;
  }
}
.recruit-space::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: #fff;
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
  pointer-events: none;
}
.recruit-space.is-visible::before {
  transform: translateX(100%);
}
.recruit-space h2 {
  width: 90%;
  margin: 0 auto;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .recruit-space h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-space h2 {
    text-shadow: 0 0 10px #fff;
  }
}
@media screen and (max-width: 520px) {
  .recruit-space h2 {
    font-size: 20px;
    text-align: center;
  }
}/*# sourceMappingURL=recruit.css.map */