@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.keni-main_outer.keni-main_outer--top {
  max-width: unset !important;
  color: #1a1e2d;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0px !important;
}
.keni-main_outer.keni-main_outer--top .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .pc {
    display: none;
  }
}
.keni-main_outer.keni-main_outer--top .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .sp {
    display: block;
  }
}
.keni-main_outer.keni-main_outer--top a {
  text-decoration: none;
  color: #1a1e2d;
}
.keni-main_outer.keni-main_outer--top a:hover {
  color: #1a1e2d !important;
}
.keni-main_outer.keni-main_outer--top img {
  width: 100%;
}
.keni-main_outer.keni-main_outer--top p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top p {
    font-size: 14px;
  }
}
.keni-main_outer.keni-main_outer--top h2 {
  background: none;
  color: #292929;
  padding: 0;
  font-weight: 500 !important;
}
.keni-main_outer.keni-main_outer--top h2.section-title {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top h2.section-title {
    font-size: 28px;
  }
}
.keni-main_outer.keni-main_outer--top h2 small {
  display: block;
  margin-bottom: 10px;
  padding-left: 1.3em;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top h2 small {
    font-size: 16px;
  }
}
.keni-main_outer.keni-main_outer--top h2 small.c-dot {
  position: relative;
}
.keni-main_outer.keni-main_outer--top h2 small.c-dot::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #2aa1de;
  background: linear-gradient(135deg, rgb(42, 161, 222) 0%, rgb(13, 114, 183) 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.keni-main_outer.keni-main_outer--top ul {
  margin: 0;
  list-style: none;
}
.keni-main_outer.keni-main_outer--top .mv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .mv {
    padding-top: 80px;
  }
}
.keni-main_outer.keni-main_outer--top .mv-inner {
  display: flex;
}
.keni-main_outer.keni-main_outer--top .mv-text-area {
  width: fit-content;
  padding: 0 5.5555555556vw;
  position: absolute;
  top: 15%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .mv-text-area {
    top: 25%;
  }
}
.keni-main_outer.keni-main_outer--top .mv-title {
  font-size: 3.4722222222vw;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .mv-title {
    font-size: 32px;
  }
}
.keni-main_outer.keni-main_outer--top .mv-title span {
  color: #0d72b7;
}
.keni-main_outer.keni-main_outer--top .mv-text {
  font-size: 1.25vw;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .mv-text {
    font-size: 20px;
    text-shadow: 0px 0px 8px rgb(255, 255, 255);
    margin-bottom: 30px;
  }
}
.keni-main_outer.keni-main_outer--top .mv-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 15px !important;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .mv-list {
    gap: 10px !important;
  }
}
.keni-main_outer.keni-main_outer--top .mv-list-item {
  width: 33%;
  border: 1px solid #0d72b7;
  background-color: #fff;
  color: #0d72b7;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 5px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0px 0px 10px 0px rgba(98, 145, 177, 0.15);
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .mv-list-item {
    width: calc(50% - 5px); /* gap の半分を引く */
    font-size: 16px;
  }
}
.keni-main_outer.keni-main_outer--top .mv-imgarea {
  overflow: hidden;
  border-radius: 50%;
  width: 75.2777777778vw;
  height: 75.2777777778vw;
  max-width: 1330px;
  max-height: 1330px;
  margin-top: -150px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: -280px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .mv-imgarea {
    width: 100%;
    height: 80svh;
    border-radius: 0;
    margin: 0;
  }
}
.keni-main_outer.keni-main_outer--top .mv-imgarea img {
  width: 100%;
  object-position: -160px 120px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .mv-imgarea img {
    object-position: 0px -40px;
  }
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .banner {
    padding-inline: 25px;
  }
}
.keni-main_outer.keni-main_outer--top .banner img {
  border-radius: 5px;
  width: 100%;
}
.keni-main_outer.keni-main_outer--top .banner-inner {
  max-width: 940px !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .banner-inner {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .news {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .news {
    padding: 60px 0;
  }
}
.keni-main_outer.keni-main_outer--top .news-inner {
  position: relative;
}
.keni-main_outer.keni-main_outer--top .news-inner .flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .news-inner .flex {
    flex-direction: column;
  }
}
.keni-main_outer.keni-main_outer--top .news-inner .flex h2 {
  background: none;
  color: #292929;
}
.keni-main_outer.keni-main_outer--top .news-inner .flex h2 small {
  display: block;
}
.keni-main_outer.keni-main_outer--top .news-btn {
  position: absolute;
  bottom: 0%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .news-btn {
    position: relative;
    margin: 60px 0 0;
  }
}
.keni-main_outer.keni-main_outer--top .news-left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .news-left {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .news-right {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .news-right {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .news-right ul {
  list-style: none;
}
.keni-main_outer.keni-main_outer--top .news-right ul li {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(98, 145, 177, 0.15);
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .news-right ul li {
    padding: 0;
  }
}
.keni-main_outer.keni-main_outer--top .news-right ul li a {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .news-right ul li a {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.keni-main_outer.keni-main_outer--top .news-right ul li a::before {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat;
  background-size: cover;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.4s ease;
  right: 25px;
}
.keni-main_outer.keni-main_outer--top .news-right ul li a p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .news-right ul li a p {
    width: 100%;
    margin-right: 60px;
  }
}
@media (hover: hover) {
  .keni-main_outer.keni-main_outer--top .news-right ul li a:hover::before {
    transform: translateY(-50%) translateX(10px);
  }
}
.keni-main_outer.keni-main_outer--top .news-right ul li a span {
  margin-top: 0;
}
.keni-main_outer.keni-main_outer--top .news-right ul li:not(:last-child) {
  margin-bottom: 20px;
}
.keni-main_outer.keni-main_outer--top .about {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .about {
    padding: 30px 0 60px;
  }
}
.keni-main_outer.keni-main_outer--top .about .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .about .flex {
    flex-direction: column;
    row-gap: 60px;
  }
}
.keni-main_outer.keni-main_outer--top .about-left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .about-left {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .about-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .about-right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .about-right h2 {
    font-size: 22px;
  }
}
.keni-main_outer.keni-main_outer--top .about-right h2 span {
  color: #0d72b7;
}
.keni-main_outer.keni-main_outer--top .solutions {
  /* まずはフェード用の白 → 透明のグラデーション */
  background-image: linear-gradient(white 0%, rgba(255, 255, 255, 0) 30%), radial-gradient(#f2f2f3 10%, transparent 10%), radial-gradient(#f2f2f3 10%, transparent 10%);
  background-size: 100% 2000px, 40px 40px, 40px 40px;
  background-position: 0 0, 0 0, 20px 20px;
  background-repeat: no-repeat, repeat, repeat;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .solutions {
    padding: 60px 0;
  }
}
.keni-main_outer.keni-main_outer--top .solutions .flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .solutions .flex {
    flex-direction: column;
  }
}
.keni-main_outer.keni-main_outer--top .solutions-left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .solutions-left {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .solutions-right {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .solutions-right {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .solutions .postion-sticky {
  position: sticky;
  top: 15%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .solutions .postion-sticky {
    position: unset;
  }
}
.keni-main_outer.keni-main_outer--top .solutions-list-item {
  background-color: #fff;
  padding: 70px 40px 40px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(98, 145, 177, 0.15);
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .solutions-list-item {
    padding: 70px 25px 25px;
  }
}
.keni-main_outer.keni-main_outer--top .solutions-list-item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .solutions-list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.keni-main_outer.keni-main_outer--top .solutions-list-item span {
  background: #2aa1de;
  background: linear-gradient(135deg, rgb(42, 161, 222) 0%, rgb(13, 114, 183) 100%);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px 10px 20px;
}
.keni-main_outer.keni-main_outer--top .solutions-list-item h3 {
  border: none;
  color: #0d72b7;
  font-size: 24px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .solutions-list-item h3 {
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: -0.05em;
  }
}
.keni-main_outer.keni-main_outer--top .service {
  background: #2aa1de;
  background: linear-gradient(180deg, rgb(42, 161, 222) 0%, rgb(13, 114, 183) 100%);
  padding: 160px 0 200px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service {
    padding: 80px 0;
  }
}
.keni-main_outer.keni-main_outer--top .service-head {
  display: flex;
  align-items: center;
  margin-bottom: 160px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service-head {
    flex-direction: column;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}
.keni-main_outer.keni-main_outer--top .service-head h2 {
  width: 50%;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service-head h2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.keni-main_outer.keni-main_outer--top .service-head h2 small::after {
  background: #fff !important;
}
.keni-main_outer.keni-main_outer--top .service-head p {
  width: 50%;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service-head p {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .service ul {
  list-style: none;
  margin: 0;
}
.keni-main_outer.keni-main_outer--top .service ul li figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service ul li figure {
    flex-direction: column-reverse;
  }
}
.keni-main_outer.keni-main_outer--top .service ul li figure img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service ul li figure img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
.keni-main_outer.keni-main_outer--top .service ul li figure figcaption {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service ul li figure figcaption {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .service ul li figure figcaption small {
  display: block;
  margin-bottom: 40px;
  padding-left: 1.2em;
  color: #fff;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service ul li figure figcaption small {
    margin-bottom: 20px;
  }
}
.keni-main_outer.keni-main_outer--top .service ul li figure figcaption small::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.keni-main_outer.keni-main_outer--top .service ul li figure figcaption a {
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service ul li figure figcaption a {
    font-size: 20px;
  }
}
.keni-main_outer.keni-main_outer--top .service ul li figure figcaption p {
  color: #fff;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service ul li figure figcaption p {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.keni-main_outer.keni-main_outer--top .service-link {
  position: relative;
  width: fit-content;
}
.keni-main_outer.keni-main_outer--top .service-link::before {
  content: "";
  background: url(../img/arrow-btn--white.svg) no-repeat;
  background-size: cover;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0px);
  transition: transform 0.4s ease;
  right: -60px;
}
@media (hover: hover) {
  .keni-main_outer.keni-main_outer--top .service-link:hover::before {
    transform: translateY(-50%) translateX(10px);
  }
}
.keni-main_outer.keni-main_outer--top .service .service-link-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service .service-link-list {
    margin-bottom: 40px;
  }
}
.keni-main_outer.keni-main_outer--top .service .service-link-list-item {
  border-bottom: 1px solid #fff;
  margin-bottom: 0 !important;
}
.keni-main_outer.keni-main_outer--top .service .service-link-list-item:nth-child(odd) {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service .service-link-list-item:nth-child(even) {
    padding-left: 10px !important;
  }
  .keni-main_outer.keni-main_outer--top .service .service-link-list-item:nth-child(even) a {
    padding-right: 0 !important;
  }
}
.keni-main_outer.keni-main_outer--top .service .service-link-list-item:nth-child(5), .keni-main_outer.keni-main_outer--top .service .service-link-list-item:nth-child(6) {
  border-bottom: 0;
}
.keni-main_outer.keni-main_outer--top .service .service-link-list-item a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
}
@media (hover: hover) {
  .keni-main_outer.keni-main_outer--top .service .service-link-list-item a:hover {
    color: #e9f5fc !important;
  }
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service .service-link-list-item a {
    font-size: 12px;
    padding: 20px;
    padding-left: 0px !important;
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .service .service-link-list-item a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service .service-link-list-item a::before {
    width: 7px;
    height: 7px;
    right: 7%;
  }
}
.keni-main_outer.keni-main_outer--top .service-list ul li:not(:last-child) {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .service-list ul li:not(:last-child) {
    margin-bottom: 100px;
  }
}
.keni-main_outer.keni-main_outer--top .promotion {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .promotion {
    padding: 80px 0;
  }
}
.keni-main_outer.keni-main_outer--top .promotion .section-inner {
  background-color: #e5f0f5;
  border-radius: 10px;
}
.keni-main_outer.keni-main_outer--top .promotion .section-inner a {
  padding: 80px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .promotion .section-inner a {
    padding: 25px 25px 100px;
  }
}
.keni-main_outer.keni-main_outer--top .promotion .section-inner a::before {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  transform: translateX(0);
  transition: transform 0.4s ease;
}
@media (hover: hover) {
  .keni-main_outer.keni-main_outer--top .promotion .section-inner a:hover::before {
    transform: translateX(10px);
  }
}
.keni-main_outer.keni-main_outer--top .promotion .flex {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .promotion .flex {
    flex-direction: column;
  }
}
.keni-main_outer.keni-main_outer--top .promotion .flex h2 {
  color: #0d72b7;
  font-size: 24px;
}
.keni-main_outer.keni-main_outer--top .promotion-left {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .promotion-left {
    width: 100%;
  }
  .keni-main_outer.keni-main_outer--top .promotion-left h2 {
    font-size: 18px !important;
    letter-spacing: -0.03em;
  }
}
.keni-main_outer.keni-main_outer--top .promotion-right {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .promotion-right {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .top-information {
  padding: 0px 0 140px;
}
.keni-main_outer.keni-main_outer--top .top-information .flex {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .top-information .flex {
    flex-direction: column;
  }
}
.keni-main_outer.keni-main_outer--top .top-information-left {
  width: 25%;
  border-right: 1px solid rgba(26, 30, 45, 0.2588235294);
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .top-information-left {
    width: 100%;
    border-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.keni-main_outer.keni-main_outer--top .top-information-right {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .top-information-right {
    width: 100%;
  }
}
.keni-main_outer.keni-main_outer--top .top-information-list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .top-information-list {
    gap: 0px;
  }
}
.keni-main_outer.keni-main_outer--top .top-information-list-item {
  width: calc((100% - 80px) / 3);
}
.keni-main_outer.keni-main_outer--top .top-information-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px !important;
}
@media screen and (max-width: 768px) {
  .keni-main_outer.keni-main_outer--top .top-information-btn {
    margin-top: 60px;
    position: relative;
  }
}
.keni-main_outer.keni-main_outer--top .top-information .swiper-pagination {
  position: static;
  margin-top: 30px;
  width: 40%;
  border-radius: 100px;
  overflow: hidden;
}

.l-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all 0.3s;
  top: 0;
}
@media (hover: hover) {
  .l-header a:hover {
    color: #0d72b7 !important;
  }
}
.l-header .p-header__inner {
  position: relative;
}
.l-header.is-active {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.l-header.is-active .p-header__inner {
  padding: 10px 35px;
  overflow: unset;
}
.l-header a,
.l-header button {
  text-decoration: none;
  color: #1a1e2d;
}
.l-header button {
  font-weight: bold;
  padding: 0;
}

.p-header__inner {
  padding: 15px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  overflow: unset;
}
.p-header__title a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-header__title img {
    width: 120px;
  }
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  position: absolute;
  width: 250px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 25px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

.dropdown-item {
  transition: background-color 0.2s ease;
}

.dropdown-toggle {
  position: relative;
  margin-right: 20px;
}
.dropdown-toggle::after {
  content: "";
  background-image: url(../img/row_arrow.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 13px;
  height: 7px;
}

.p-nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-nav__list {
    row-gap: 15px;
  }
}
.p-nav__item {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-nav__item.pc {
    display: none;
  }
}
.p-nav__item--contact {
  background: #2aa1de;
  background: linear-gradient(135deg, rgb(42, 161, 222) 0%, rgb(13, 114, 183) 100%);
  border-radius: 6px;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-nav__item--contact:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}
.p-nav__item--contact a {
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 60px 20px 30px;
}
@media (hover: hover) {
  .p-nav__item--contact a:hover {
    color: #fff !important;
  }
}
.p-nav__item--contact a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 1.5rem;
  content: "";
  width: 1px;
  height: 50%;
  background-color: #fff;
}
.p-nav__item--contact a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-nav__item {
    width: 90%;
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d2d5;
  }
  .p-nav__item a {
    color: #0d72b7;
    position: relative;
    width: 100%;
    display: block;
  }
  .p-nav__item a::before {
    content: "";
    background: url(../img/arrow-btn.svg) no-repeat;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.4s ease;
    right: 0px;
  }
}
.p-nav__close {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-nav__close {
    display: block;
    color: #0d72b7;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 0 35px 0px 0px;
  }
  .p-nav__close::before, .p-nav__close::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 3px;
    height: 25px;
    background: #0d72b7;
    border-radius: 10px;
  }
  .p-nav__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-nav__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.p-nav__head {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-nav__head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0px 15px 20px;
    border-bottom: 1px solid #d1d2d5;
  }
}
.p-nav__cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-nav__cta {
    display: flex;
    margin: 0 auto 40px;
    gap: 10px;
    width: 90%;
  }
  .p-nav__cta li {
    background: #2aa1de;
    background: linear-gradient(135deg, rgb(42, 161, 222) 0%, rgb(13, 114, 183) 100%);
    color: #fff;
    border-radius: 6px;
    width: 50%;
    margin-bottom: 0;
  }
  .p-nav__cta li a {
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 10px 15px 10px;
    text-align: center;
    font-size: 13px;
  }
  .p-nav__cta li:last-child {
    background: #0d72b7;
    background: linear-gradient(135deg, rgb(13, 114, 183) 0%, rgb(0, 74, 147) 100%);
  }
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 100;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
}
.p-header__hamburger span {
  position: absolute;
  left: 11px;
  width: 30px;
  height: 2px;
  background-color: #0d72b7;
  transition: all 0.4s;
}
.p-header__hamburger span:nth-of-type(1) {
  top: 14px;
}
.p-header__hamburger span:nth-of-type(2) {
  top: 23px;
}
.p-header__hamburger span:nth-of-type(3) {
  top: 32px;
}

.p-nav__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: initial;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-nav__inner {
    overflow: scroll;
  }
}

.p-header__nav {
  position: static;
  opacity: 1;
  height: inherit;
  width: initial;
}
.p-header__nav--pc {
  display: block;
}
.p-header__nav--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__nav--pc {
    display: none;
  }
  .p-header__nav--sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0 と同じ */
    top: 30px;
    background: #fff;
    z-index: 1000;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 30px 0;
    overflow: scroll;
  }
  .p-header__nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    width: 90%;
    margin: 0 auto;
  }
}

.p-header__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* ←薄い黒 50% */
  z-index: 900; /* メニューより下、ヘッダーより上 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* メニューが開いたときに表示 */
.p-header__overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.p-nav__list {
  padding-right: 0;
  padding-left: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-nav__list {
    flex-direction: column;
  }
}

.sp-footer-cta {
  position: fixed;
  bottom: 10px;
  z-index: 999;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .sp-footer-cta {
    display: none;
  }
}
.sp-footer-cta ul {
  display: flex;
  list-style: none;
  margin: 0 !important;
  gap: 10px;
}
.sp-footer-cta ul li {
  border-radius: 6px;
  width: 50%;
  margin-bottom: 0;
}
.sp-footer-cta ul li.btn_contact {
  background: #2aa1de;
  background: linear-gradient(135deg, rgb(42, 161, 222) 0%, rgb(13, 114, 183) 100%);
}
.sp-footer-cta ul li.btn_call {
  background: #0d72b7;
  background: linear-gradient(135deg, rgb(13, 114, 183) 0%, rgb(0, 74, 147) 100%);
}
.sp-footer-cta ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  font-size: 14px;
  text-decoration: none;
  height: 100%;
}

.footer-cta {
  background: url(../img/footer_bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .footer-cta {
    padding: 60px 0;
  }
}
.footer-cta-area {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer-cta-area {
    flex-direction: column;
  }
}
.footer-cta-left, .footer-cta-right {
  width: 70%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7); /* 白の半透明 */
  padding: 35px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .footer-cta-left, .footer-cta-right {
    width: 100%;
  }
}
.footer-cta-left h2 small, .footer-cta-right h2 small {
  color: #0d72b7;
}
.footer-cta-left {
  position: relative;
  padding: 0px;
}
.footer-cta-left a {
  height: 100%;
  display: block;
  padding: 35px;
}
.footer-cta-left::before {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
.footer-cta-left p {
  margin: 88px 0 0;
}
.footer-cta-right {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer-cta-right {
    width: 100%;
  }
}
.footer-cta-right .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0;
}
.footer-cta-right .tel_number small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.l-footer {
  background: #0d72b7;
  background: linear-gradient(180deg, rgb(13, 114, 183) 0%, rgb(0, 74, 147) 100%);
  padding: 120px 0 60px;
  color: #fff;
}
@media (hover: hover) {
  .l-footer a:hover {
    color: #fff !important;
    opacity: 0.5;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 60px 0 100px;
  }
}
.l-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 88%;
    flex-direction: column;
    row-gap: 60px;
  }
}
.l-footer__inner a {
  color: #fff;
}
.l-footer__address, .l-footer__link {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__address, .l-footer__link {
    flex-direction: column;
  }
}
.l-footer__address {
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    flex-direction: unset;
    gap: 20px;
    font-size: 11px;
  }
}
.l-footer__address .address {
  margin-bottom: 10px;
}
.l-footer__address .tel {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer__address .tel {
    font-size: 14px;
  }
}
.l-footer__address .tel small {
  border: 1px solid #fff;
  padding: 2px 10px;
  font-size: 10px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .l-footer__address .tel small {
    padding: 1px 5px;
  }
}
.l-footer__link {
  gap: 20px;
}
.l-footer__link a {
  display: block;
  width: 50%;
  background-color: #05518c;
  padding: 25px;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__link a {
    width: 100%;
  }
}
.l-footer__link a::before {
  content: "";
  background: url(../img/arrow-btn--white.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
}
.l-footer__link a span {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 1.5em;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__link a span .pc {
    display: none;
  }
}
.l-footer__link a span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #2aa1de;
  background: linear-gradient(135deg, rgb(42, 161, 222) 0%, rgb(13, 114, 183) 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.l-footer__link a p {
  margin-bottom: 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .l-footer__link a p .pc {
    display: none;
  }
}
.l-footer__sublink {
  width: 100%;
  margin-top: 60px;
}
.l-footer__sublink.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__sublink.pc {
    display: none;
  }
  .l-footer__sublink.sp {
    display: block;
  }
}
.l-footer__sublink ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.l-footer__sublink ul li {
  width: fit-content;
}
.l-footer__sublink ul li a {
  text-decoration: none;
  opacity: 0.7;
}
.l-footer__left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-footer__left {
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 60px;
  }
}
.l-footer__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-footer__right {
    width: 100%;
  }
}
.l-footer__right .p-nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__right .p-nav {
    flex-direction: column;
  }
}
.l-footer__right .p-nav ul {
  margin: 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-footer__right .p-nav ul {
    width: 100%;
  }
  .l-footer__right .p-nav ul:last-child {
    margin-top: 15px;
  }
}
.l-footer__right .p-nav ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer__right .p-nav ul li:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #528fc0;
  }
}
.l-footer__right .p-nav ul li a {
  text-decoration: none;
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-footer__right .p-nav ul li a::before {
    content: "";
    background: url(../img/arrow-btn--white.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
}
.l-footer__right .p-nav ul li ol {
  border-left: 1px solid #528fc0;
  padding-left: 20px;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__right .p-nav ul li ol {
    background-color: #07528c;
  }
}
.l-footer__right .p-nav ul li ol li a {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer__right .p-nav ul li ol li a::before {
    content: "";
    background: url(../img/arrow-btn--gray.svg) no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__right .p-nav ul li.l-accordion {
    padding-bottom: 15px;
    border-bottom: 1px solid #528fc0;
  }
}
.l-footer__right .p-nav ul li.l-accordion p {
  color: #fff;
  opacity: 1;
  padding: 0;
}
.l-footer__right .p-nav ul li.l-accordion p::after {
  width: 20px;
  height: 20px;
  background-image: url(../../assets/img/accordion_on_w.svg);
  right: 5%;
}
.l-footer__right .p-nav ul li.l-accordion.is-active p::after {
  width: 20px;
  height: 20px;
  background-image: url(../../assets/img/accordion_off_w.svg);
  right: 5%;
}
.l-footer__right .p-nav ul li.l-accordion.is-active ol {
  border-left: 1px solid #528fc0;
  margin-left: 0;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__right .p-nav ul li.l-accordion.is-active ol {
    background-color: #07528c;
    margin: 20px 0 0;
    padding: 15px;
    border-left: none;
  }
}
.l-footer__right .p-nav ul li.l-accordion.is-active ol li a {
  font-size: 14px;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__right .p-nav ul li.l-accordion.is-active ol li a::before {
    content: "";
    background: url(../img/arrow-btn--gray.svg) no-repeat;
  }
}
.l-footer .copyright {
  display: block;
  width: fit-content;
  margin: 60px auto 0;
}

.c-inner {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-inner {
    width: 88%;
  }
}

.c-btn {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-top: 100px;
  width: 240px;
  border-radius: 50px;
  box-shadow: 0px 0px 20px 0px rgba(98, 145, 177, 0.15);
  background: linear-gradient(135deg, rgb(13, 114, 183) 0%, rgb(42, 161, 222) 100%);
  color: #fff;
  /* hoverでグラデをフェードアウト → 下の黒が出てくる */
}
.c-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgb(42, 161, 222) 0%, rgb(13, 114, 183) 100%);
  transition: opacity 0.3s ease;
  opacity: 1;
}
@media (hover: hover) {
  .c-btn:hover::before {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: fit-content;
    min-width: 200px;
    margin-top: 40px;
  }
}
.c-btn-link {
  color: #fff !important;
  display: block;
  padding: 20px;
  text-decoration: none;
  position: relative;
}
.c-btn-link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) translateX(0) rotate(45deg);
  transition: transform 0.4s ease;
}
@media (hover: hover) {
  .c-btn-link:hover::before {
    transform: translateY(-50%) translateX(-10px) rotate(45deg);
  }
}

.c-card {
  margin: 0;
}
.c-card img {
  border-radius: 10px;
  margin-bottom: 10px;
}
.c-card-caption time {
  font-size: 14px;
  color: #1a1e2d;
  opacity: 0.5;
}
.c-card-title {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

.c-category {
  font-size: 12px;
  display: block;
  width: fit-content;
  background-color: #e9f5fc;
  color: #0d72b7;
  padding: 5px 20px;
  border-radius: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-category {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* アコーディオンのスタイル */
  .l-accordion {
    position: relative;
  }
  .l-accordion__title {
    cursor: pointer;
    padding: 12px 30px 12px 0;
    margin: 0;
    position: relative;
    transition: color 0.3s ease;
    color: #0d72b7;
  }
  .l-accordion__title:hover {
    opacity: 0.7;
  }
  /* アコーディオンの矢印アイコン */
  .l-accordion__title::after {
    content: "";
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 25px;
    height: 25px;
    background-image: url(../../assets/img/accordion_on.svg);
    background-size: cover;
    transition: transform 0.3s ease;
  }
  /* アコーディオンが開いている時の矢印 */
  .l-accordion.is-active .l-accordion__title::after {
    background-image: url(../../assets/img/accordion_off.svg);
  }
  /* アコーディオンのリスト */
  .l-accordion__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f9f9fa;
    padding: 0px 15px;
  }
  /* アコーディオンが開いている時のリスト */
  .l-accordion.is-active .l-accordion__list {
    max-height: 1000px;
    opacity: 1;
    padding: 0px 15px;
  }
  .l-accordion__list li {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .l-accordion__list li:last-child {
    border-bottom: none;
  }
  .l-accordion__list li a {
    display: block;
    padding: 15px 0 15px 0px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
    color: #0d72b7;
  }
  .l-accordion__list li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
/*==================================================
ふわっ
===================================*/
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeDown */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*==================================================
ぱたっ
===================================*/
/* flipDown */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* flipLeft */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* flipLeftTop */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* flipRight */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* flipRightTop */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
くるっ
===================================*/
/* rotateX */
.rotateX {
  animation-name: rotateXAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0;
  }
  to {
    transform: rotateX(-360deg);
    opacity: 1;
  }
}
/* rotateY */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0;
  }
  to {
    transform: rotateY(-360deg);
    opacity: 1;
  }
}
/* rotateLeftZ */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(-360deg);
    opacity: 1;
  }
}
/* rotateRightZ */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0;
  }
  to {
    transform: rotateZ(360deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
ぶわっ、ぽんっ、どどんっ
===================================*/
/* zoomIn */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* zoomOut */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0;
}

/*==================================================
じわっ
===================================*/
/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0;
}

/*==================================================
にょろっ
===================================*/
/* smooth */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  　transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothTrigger {
  opacity: 0;
}

/*==================================================
背景色が伸びて出現
===================================*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
/*下から上*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
/*上から下*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*==================================================
枠線が伸びて出現
===================================*/
/*枠線が伸びて出現*/
.lineTrigger {
  position: relative; /* 枠線が書かれる基点*/
  opacity: 0;
}

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; /* 枠線の色*/
}

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0;
}

.lineTrigger.lineanime::before {
  animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.line2::before {
  top: 0;
  right: 0;
}

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0;
}

.lineTrigger.lineanime::after {
  animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
アニメーション設定
===================================*/
/* アニメーションの回数を決めるCSS*/
.count2 {
  animation-iteration-count: 2; /*この数字を必要回数分に変更*/
}

.countinfinite {
  animation-iteration-count: infinite; /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
@media (min-width: 1080px) {
  .delay-time02 {
    animation-delay: 0.2s;
  }
  .delay-time05 {
    animation-delay: 0.5s;
  }
  .delay-time06 {
    animation-delay: 0.6s;
  }
  .delay-time07 {
    animation-delay: 0.7s;
  }
  .delay-time08 {
    animation-delay: 0.8s;
  }
  .delay-time09 {
    animation-delay: 0.9s;
  }
  .delay-time1 {
    animation-delay: 1s;
  }
  .delay-time11 {
    animation-delay: 1.1s;
  }
  .delay-time12 {
    animation-delay: 1.2s;
  }
  .delay-time13 {
    animation-delay: 1.3s;
  }
  .delay-time14 {
    animation-delay: 1.4s;
  }
  .delay-time15 {
    animation-delay: 1.5s;
  }
  .delay-time16 {
    animation-delay: 1.5s;
  }
  .delay-time17 {
    animation-delay: 1.7s;
  }
  .delay-time2 {
    animation-delay: 2s;
  }
  .delay-time25 {
    animation-delay: 2.5s;
  }
  /* アニメーション自体が変化する時間を決めるCSS*/
  .change-time05 {
    animation-duration: 0.5s;
  }
  .change-time1 {
    animation-duration: 1s;
  }
  .change-time15 {
    animation-duration: 1.5s;
  }
  .change-time2 {
    animation-duration: 2s;
  }
  .change-time25 {
    animation-duration: 2.5s;
  }
}
.l-tracking-cta {
  /* フェードインアニメーション用 */
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.l-tracking-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.l-tracking-cta.is-nofixed {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none; /* 消えてる間はクリック無効に */
}

.text-animation {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 3.5s cubic-bezier(0.16, 0.5, 0.5, 0.77);
}
.text-animation.animate {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.keni-main_outer {
  margin-top: 100px;
}