#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;
}

@media screen and (max-width: 768px) {
  #container {
    width: 90%;
    margin: 0 auto;
  }
}

.about-area {
  width: 90%;
  display: grid;
  grid-template-columns: 50% 47%;
  -moz-column-gap: 3%;
       column-gap: 3%;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-area {
    display: block;
    width: 100%;
  }
}
.about-area.is-show .image-box {
  box-shadow: 5px 5px 0 rgba(36, 0, 168, 0.2);
}
.about-area.is-show .image-box::after,
.about-area.is-show .text-area::after {
  transform: translateX(101%);
}
.about-area .image-box,
.about-area .text-area {
  position: relative;
  overflow: hidden;
}
.about-area .image-box::after,
.about-area .text-area::after {
  content: "";
  position: absolute;
  z-index: 20;
  inset: 0;
  background-color: #fff;
  transform: translateX(0);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.18, 1);
  pointer-events: none;
  will-change: transform;
}
.about-area .image-box::after {
  transition-delay: 0s;
}
.about-area .text-area::after {
  transition-delay: 0.35s;
}
.about-area .image-box {
  width: 100%;
  height: 500px;
  box-shadow: 5px 5px 0 rgba(36, 0, 168, 0);
  transition: box-shadow 0.6s ease 0.9s;
}
@media screen and (max-width: 768px) {
  .about-area .image-box {
    height: 350px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 400px) {
  .about-area .image-box {
    height: 270px;
    margin-bottom: 30px;
  }
}
.about-area .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .about-area .text-area {
    text-align: center;
  }
}
.about-area .text-area .area-title {
  display: inline-block;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  border-bottom: 1px solid #2400A8;
}
@media screen and (max-width: 768px) {
  .about-area .text-area .area-title {
    font-size: 28px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 420px) {
  .about-area .text-area .area-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .about-area .text-area .area-title {
    font-size: 20px;
  }
}
.about-area .text-area .text {
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 420px) {
  .about-area .text-area .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  .about-area .text-area .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .about-area .text-area .text br {
    display: none;
  }
}
.about-area .text-area .bt {
  display: flex;
  align-items: center;
  width: 300px;
  padding: 20px 20px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #0C0461;
  border-radius: 35px;
  transition: 0.45s;
}
.about-area .text-area .bt:hover {
  color: #fff;
  background-color: #0C0461;
}
@media screen and (max-width: 768px) {
  .about-area .text-area .bt {
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .about-area .text-area .bt {
    width: 250px;
  }
}
.about-area .text-area .bt span {
  display: block;
  transition: 0.45s;
}
.about-area .text-area .bt .moji {
  margin-right: 40px;
}
.about-area .text-area .bt .mark {
  margin-left: auto;
}

.service-area {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 38%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .service-area {
    display: block;
  }
}
.service-area .left-box,
.service-area .service-all {
  overflow: hidden;
}
.service-area .left-box .text-bord,
.service-area .service-all .text-bord {
  opacity: 0;
  transform: translateY(30px);
}
.service-area .left-box::after,
.service-area .service-all::after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0C0461;
  transform: translateX(0);
  pointer-events: none;
}
.service-area.is-show .left-box::after {
  animation: service-wall-move 0.8s cubic-bezier(0.77, 0, 0.18, 1) 0s forwards;
}
.service-area.is-show .left-box .text-bord {
  animation: service-text-show 0.7s ease 0.75s forwards;
}
.service-area.is-show .service-2::after {
  animation: service-wall-move 0.8s cubic-bezier(0.77, 0, 0.18, 1) 0.35s forwards;
}
.service-area.is-show .service-2 .text-bord {
  animation: service-text-show 0.7s ease 1.1s forwards;
}
.service-area.is-show .service-3::after {
  animation: service-wall-move 0.8s cubic-bezier(0.77, 0, 0.18, 1) 0.7s forwards;
}
.service-area.is-show .service-3 .text-bord {
  animation: service-text-show 0.7s ease 1.45s forwards;
}
.service-area .left-box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
  background-image: url(../image/top/service-1.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .service-area .left-box {
    height: 400px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .service-area .left-box {
    height: auto;
  }
}
.service-area .left-box .color-bord {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-image: linear-gradient(90deg, #0C0461, transparent);
  background-repeat: no-repeat;
  background-position: center;
}
.service-area .left-box .text-bord {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 30px;
}
.service-area .left-box .text-bord .area-title {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 40%;
  color: #fff;
  font-size: 32px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1100px) {
  .service-area .left-box .text-bord .area-title {
    font-size: 28px;
    width: auto;
    display: inline-block;
  }
}
.service-area .left-box .text-bord .service-name {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .service-area .left-box .text-bord .service-name {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.service-area .left-box .text-bord .service {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .service-area .left-box .text-bord .service {
    font-size: 17px;
    margin-bottom: 20px;
    text-shadow: 0 0 5px #0c0461;
  }
}
@media screen and (max-width: 520px) {
  .service-area .left-box .text-bord .service br {
    display: none;
  }
}
.service-area .left-box .text-bord .bt {
  display: flex;
  align-items: center;
  width: 300px;
  padding: 20px 20px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #0C0461;
  border-radius: 35px;
  transition: 0.45s;
}
.service-area .left-box .text-bord .bt:hover {
  color: #fff;
  background-color: #bbb4ff;
}
@media screen and (max-width: 768px) {
  .service-area .left-box .text-bord .bt {
    width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .service-area .left-box .text-bord .bt {
    width: 250px;
  }
}
.service-area .left-box .text-bord .bt span {
  display: block;
  transition: 0.45s;
}
.service-area .left-box .text-bord .bt .moji {
  margin-right: 40px;
}
.service-area .left-box .text-bord .bt .mark {
  margin-left: auto;
}
.service-area .right-box {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1100px) {
  .service-area .right-box {
    display: grid;
    grid-template-columns: 49% 49%;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width: 768px) {
  .service-area .right-box {
    height: 250px;
  }
}
.service-area .right-box .service-all {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 49%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .service-area .right-box .service-all {
    height: 100%;
  }
}
.service-area .right-box .service-all .color-bord {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-image: linear-gradient(90deg, #0C0461, transparent);
  background-repeat: no-repeat;
  background-position: center;
}
.service-area .right-box .service-all .text-bord {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 15px;
}
.service-area .right-box .service-all .text-bord .service-name {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service-area .right-box .service-all .text-bord .service-name {
    font-size: 25px;
    text-shadow: 0 0 5px #0c0461;
  }
}
@media screen and (max-width: 520px) {
  .service-area .right-box .service-all .text-bord .service-name {
    font-size: 22px;
  }
}
.service-area .right-box .service-all .text-bord .service {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service-area .right-box .service-all .text-bord .service {
    font-size: 16px;
    text-shadow: 0 0 5px #0c0461;
  }
}
@media screen and (max-width: 768px) {
  .service-area .right-box .service-all .text-bord .service br {
    display: none;
  }
}
.service-area .right-box .service-all .text-bord .bt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  border-radius: 50px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #0C0461;
  border-radius: 35px;
  transition: 0.45s;
}
.service-area .right-box .service-all .text-bord .bt:hover {
  color: #fff;
  background-color: #0C0461;
}
@media screen and (max-width: 768px) {
  .service-area .right-box .service-all .text-bord .bt {
    display: none;
  }
}
.service-area .right-box .service-all .text-bord .bt span {
  display: block;
  transition: 0.45s;
  line-height: 0;
  padding-top: 5px;
}
.service-area .right-box .service-2 {
  background-image: url(../image/top/service-2.png);
  margin-bottom: 2%;
}
.service-area .right-box .service-3 {
  background-image: url(../image/top/service-3.png);
}

@keyframes service-wall-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes service-text-show {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.recruit-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  margin-bottom: 100px;
  background-image: url(../image/top/recruit.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .recruit-area {
    height: 500px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-area {
    height: auto;
  }
}
.recruit-area .color-bord {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-image: linear-gradient(90deg, #fff, transparent);
  background-repeat: no-repeat;
  background-position: center;
}
.recruit-area .text-bord {
  position: relative;
  z-index: 10;
  padding: 50px 30px;
}
.recruit-area .text-bord > .area-title,
.recruit-area .text-bord > .r-copy,
.recruit-area .text-bord > .r-text,
.recruit-area .text-bord > .bt {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.recruit-area .text-bord > .area-title {
  transition-delay: 0.1s;
}
.recruit-area .text-bord > .r-copy {
  transition-delay: 0.3s;
}
.recruit-area .text-bord > .r-text {
  transition-delay: 0.5s;
}
.recruit-area .text-bord > .bt {
  transition-delay: 0.7s;
}
.recruit-area .text-bord .area-title {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 30%;
  color: #000;
  font-size: 50px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .recruit-area .text-bord .area-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-area .text-bord .area-title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.recruit-area .text-bord .r-copy {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 70px;
  margin-bottom: 30px;
  text-shadow: 0 0 5px white;
}
@media screen and (max-width: 768px) {
  .recruit-area .text-bord .r-copy {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-area .text-bord .r-copy {
    font-size: 30px;
  }
}
.recruit-area .text-bord .r-copy br {
  display: none;
}
@media screen and (max-width: 768px) {
  .recruit-area .text-bord .r-copy br {
    display: block;
  }
}
.recruit-area .text-bord .r-text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit-area .text-bord .r-text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .recruit-area .text-bord .r-text {
    font-size: 16px;
  }
}
.recruit-area .text-bord .bt {
  display: flex;
  align-items: center;
  width: 300px;
  padding: 20px 20px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #0C0461;
  border-radius: 35px;
  transition: 0.45s;
}
.recruit-area .text-bord .bt:hover {
  color: #fff;
  background-color: #bbb4ff;
}
@media screen and (max-width: 520px) {
  .recruit-area .text-bord .bt {
    width: 250px;
  }
}
.recruit-area .text-bord .bt span {
  display: block;
  transition: 0.45s;
}
.recruit-area .text-bord .bt .moji {
  margin-right: 40px;
}
.recruit-area .text-bord .bt .mark {
  margin-left: auto;
}
.recruit-area.is-show .text-bord > .area-title,
.recruit-area.is-show .text-bord > .r-copy,
.recruit-area.is-show .text-bord > .r-text,
.recruit-area.is-show .text-bord > .bt {
  opacity: 1;
  transform: translateY(0);
}

.news-area {
  margin-bottom: 100px;
}
.news-area .title-area {
  margin-bottom: 50px;
  text-align: center;
}
.news-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: 40px;
  padding: 0 30px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2A00C2;
}
@media screen and (max-width: 768px) {
  .news-area .title-area .area-title {
    font-size: 30px;
  }
}
.news-area .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) {
  .news-area .title-area .sub-title {
    font-size: 18px;
  }
}
.news-area .news-list {
  width: 50%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .news-area .news-list {
    width: 100%;
  }
}
.news-area .news-list li {
  text-align: center;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2400A8;
  display: flex;
  gap: 40px;
}
.news-area .news-list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .news-area .news-list li {
    display: block;
    text-align: left;
  }
}
.news-area .news-list li .ymd {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .news-area .news-list li .ymd {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.news-area .news-list li .news {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 18px;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.news-area .news-list li .news.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 600px) {
  .news-area .news-list li .news {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-area .news-list .news {
    opacity: 1;
    transform: none;
    transition: none;
  }
}/*# sourceMappingURL=index.css.map */