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

#container {
  width: 90%;
  margin: 0 auto;
}

.greeting-area {
  width: 100%;
  margin-bottom: 100px;
}
.greeting-area .title-area {
  margin-bottom: 50px;
}
.greeting-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: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2A00C2;
}
@media screen and (max-width: 768px) {
  .greeting-area .title-area .area-title {
    font-size: 30px;
  }
}
.greeting-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) {
  .greeting-area .title-area .sub-title {
    font-size: 18px;
  }
}
.greeting-area .divide-box {
  width: 100%;
  display: grid;
  grid-template-columns: 40% 57%;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (max-width: 1100px) {
  .greeting-area .divide-box {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .greeting-area .divide-box {
    display: block;
  }
}
.greeting-area .divide-box .image-box {
  position: relative;
  width: 90%;
  height: 300px;
  margin: 0 auto;
  background-color: #b9b9b9;
  overflow: hidden;
  clip-path: inset(0);
  contain: paint;
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .greeting-area .divide-box .image-box {
    width: 60%;
    height: 250px;
    margin: 0 auto 30px;
  }
}
.greeting-area .divide-box .image-box::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #fff;
  transform: translateY(0);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.18, 1), visibility 0s 0.9s;
}
.greeting-area .divide-box .image-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting-area .divide-box .text-box .text-area {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media screen and (max-width: 768px) {
  .greeting-area .divide-box .text-box .text-area {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .greeting-area .divide-box .text-box .text-area br {
    display: none;
  }
}
.greeting-area .divide-box .text-box .ceo-name {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: end;
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.greeting-area .divide-box .text-box .ceo-name .ceo {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 15px;
}
.greeting-area .divide-box .text-box .ceo-name .name {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 20px;
}
.greeting-area.is-show .divide-box .image-box::after {
  transform: translateY(101%);
  visibility: hidden;
}
.greeting-area.is-show .divide-box .text-box .text-area {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.45s;
}
.greeting-area.is-show .divide-box .text-box .ceo-name {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.company-info {
  width: 100%;
  margin-bottom: 100px;
}
.company-info .title-area {
  margin-bottom: 50px;
}
.company-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) {
  .company-info .title-area .area-title {
    font-size: 30px;
  }
}
.company-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) {
  .company-info .title-area .sub-title {
    font-size: 18px;
  }
}
.company-info .divide-box {
  width: 100%;
  display: grid;
  grid-template-columns: 57% 40%;
  -moz-column-gap: 3%;
       column-gap: 3%;
}
@media screen and (max-width: 1100px) {
  .company-info .divide-box {
    display: block;
  }
}
.company-info .divide-box .info-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #2A00C2;
  display: grid;
  grid-template-columns: 30% 65%;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.company-info .divide-box .info-list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .company-info .divide-box .info-list li {
    display: block;
  }
}
.company-info .divide-box .info-list li .info {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .company-info .divide-box .info-list li .info {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
  }
}
.company-info .divide-box .info-list li .detail {
  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 cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--detail-delay, 0ms);
}
@media screen and (max-width: 768px) {
  .company-info .divide-box .info-list li .detail {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}
.company-info .divide-box .image-area {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .company-info .divide-box .image-area {
    display: none;
  }
}
.company-info .divide-box .image-area .image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 16/9;
  box-shadow: inset 0 0px 20px rgba(0, 0, 0, 0.7);
}
.company-info .divide-box .image-area .image-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.company-info .divide-box .image-area .image-box::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #fff;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: var(--image-delay, 0ms);
  pointer-events: none;
}
.company-info .divide-box .image-area .img-1 {
  width: 70%;
  margin: 0 0 30px auto;
}
.company-info .divide-box .image-area .img-1 img {
  width: 100%;
  height: 100%;
}
.company-info .divide-box .image-area .img-2 {
  width: 60%;
}
.company-info .divide-box .image-area .img-2 img {
  width: 100%;
  height: 100%;
}
.company-info.is-show .info-list li .detail {
  opacity: 1;
  transform: translateX(0);
}
.company-info.is-show .image-area .image-box::after {
  transform: translateX(101%);
}
.company-info.is-show .image-area .image-box img {
  transform: scale(1);
}

.staff-area {
  width: 100%;
  margin-bottom: 100px;
}
.staff-area .title-area {
  margin-bottom: 50px;
  text-align: center;
}
.staff-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: 0 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2A00C2;
}
@media screen and (max-width: 768px) {
  .staff-area .title-area .area-title {
    font-size: 30px;
  }
}
.staff-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) {
  .staff-area .title-area .sub-title {
    font-size: 18px;
  }
}
.staff-area .class-name {
  width: 100%;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #2A00C2;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 20px;
}
.staff-area .staff-list {
  display: grid;
  grid-template-columns: 15% 15% 15% 15% 15% 15%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  padding: 0 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .staff-area .staff-list {
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  }
}
@media screen and (max-width: 768px) {
  .staff-area .staff-list {
    grid-template-columns: 32% 32% 32%;
    row-gap: 30px;
  }
}
@media screen and (max-width: 520px) {
  .staff-area .staff-list {
    grid-template-columns: 49% 49%;
  }
}
.staff-area .staff-list li {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--staff-delay, 0s);
}
.staff-area .staff-list li .image {
  width: 100%;
  margin-bottom: 10px;
}
.staff-area .staff-list li .image img {
  width: 100%;
}
.staff-area .staff-list li .name-box {
  text-align: center;
}
.staff-area .staff-list li .name-box .class {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1100px) {
  .staff-area .staff-list li .name-box .class {
    font-size: 13px;
  }
}
.staff-area .staff-list li .name-box .name {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .staff-area .staff-list li .name-box .name {
    font-size: 16px;
  }
}
.staff-area.is-visible .staff-list li {
  opacity: 1;
  transform: translateY(0);
}

.license-area {
  width: 70%;
  margin: 0 auto 100px;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(42, 0, 194, 0.6);
}
@media screen and (max-width: 1100px) {
  .license-area {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .license-area {
    width: 100%;
  }
}
.license-area .title-area {
  margin-bottom: 30px;
  text-align: center;
}
.license-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: 0 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2A00C2;
}
@media screen and (max-width: 768px) {
  .license-area .title-area .area-title {
    font-size: 30px;
  }
}
.license-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) {
  .license-area .title-area .sub-title {
    font-size: 18px;
  }
}
.license-area .mark,
.license-area .mark-name,
.license-area .text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.license-area .mark {
  transition-delay: 0.1s;
}
.license-area .mark-name {
  transition-delay: 0.35s;
}
.license-area .text {
  transition-delay: 0.6s;
}
.license-area.is-show .mark,
.license-area.is-show .mark-name,
.license-area.is-show .text {
  opacity: 1;
  transform: translateY(0);
}
.license-area .mark {
  width: 200px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1100px) {
  .license-area .mark {
    width: 180px;
  }
}
@media screen and (max-width: 520px) {
  .license-area .mark {
    width: 150px;
  }
}
.license-area .mark img {
  width: 100%;
}
.license-area .mark-name {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .license-area .mark-name {
    font-size: 26px;
  }
}
.license-area .text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  .license-area .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .license-area .text {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  .license-area .text br {
    display: none;
  }
}

.group-area {
  width: 100%;
  margin-bottom: 100px;
}
.group-area .title-area {
  margin-bottom: 30px;
  text-align: center;
}
.group-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: 0 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2A00C2;
}
@media screen and (max-width: 768px) {
  .group-area .title-area .area-title {
    font-size: 30px;
  }
}
.group-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) {
  .group-area .title-area .sub-title {
    font-size: 18px;
  }
}
.group-area .group-list {
  display: grid;
  grid-template-columns: 18.4% 18.4% 18.4% 18.4% 18.4%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 30px;
}
@media screen and (max-width: 1100px) {
  .group-area .group-list {
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  }
}
@media screen and (max-width: 768px) {
  .group-area .group-list {
    grid-template-columns: 32% 32% 32%;
  }
}
@media screen and (max-width: 520px) {
  .group-area .group-list {
    grid-template-columns: 49% 49%;
  }
}
.group-area .group-list li {
  width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--animation-delay, 0s);
}
.group-area .group-list li img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.group-area .group-list li .name {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .group-area .group-list li .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .group-area .group-list li .name {
    font-size: 14px;
  }
}
.group-area.is-visible .group-list li {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=about.css.map */