.l-footer {
  border-top: 0;
}
.l-contents {
  overflow: hidden;
}

.p-top__hero {
  text-align: center;
  padding-top: 40px;
  position: relative;
  z-index: 1;
  /* .kvWrapper {
      transform: scale(1.3);
      position: relative;z-index: 1;
      @include pc {
          transform: unset;
          width: calc(100% - 18.48%);
      }
      #kv {
          width: 100%;
      }
  } */
}
.p-top__hero.tall {
  height: calc(100dvh - 60px);
}
@media (min-width: 767px) {
  .p-top__hero.tall {
    height: calc(100dvh - 80px);
  }
}
@media (min-width: 959px) {
  .p-top__hero.tall {
    height: 100%;
  }
}
.p-top__hero.wide {
  height: 100%;
  padding-bottom: 100px;
}
@media (min-width: 959px) {
  .p-top__hero.wide {
    height: auto;
    padding-bottom: 0;
  }
  .p-top__hero.wide .p-top__hero-btn {
    height: calc(100dvh - 100px);
  }
  .p-top__hero.wide .p-top__hero-scroll {
    height: calc(100dvh - 100px);
  }
}
@media (min-width: 959px) {
  .p-top__hero {
    min-height: 100vh;
    height: auto;
    position: relative;
  }
}
.p-top__hero-txt {
  writing-mode: vertical-rl;
  display: inline-block;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-size: clamp(1.375rem, 1.135rem + 1.02vw, 1.625rem);
  font-weight: bold;
}
@media (min-width: 767px) {
  .p-top__hero-txt {
    font-size: 1.875rem;
  }
}
@media (min-width: 959px) {
  .p-top__hero-txt {
    font-size: 2.1875rem;
    width: 18.48%;
    padding-top: 95px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1199px) {
  .p-top__hero-txt {
    font-size: 2.75rem;
    padding-top: 145px;
  }
}
.p-top__hero-txt span {
  color: #e39300;
}
@media (min-width: 959px) {
  .p-top__hero-txt br.u-sp {
    display: none;
  }
}
.p-top__hero div.kvWrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  position: relative;
  z-index: 1;
}
@media (max-width: 670px) {
  .p-top__hero div.kvWrapper {
    width: clamp(35.625rem, 9.407rem + 111.86vw, 56.25rem);
    transform: translate(-50%, 0%);
    right: -50%;
  }
}
@media (min-width: 959px) {
  .p-top__hero div.kvWrapper {
    transform: unset;
    width: auto;
  }
}
@media (min-width: 959px) {
  .p-top__hero div.kvWrapper #kv {
    width: 81.52%;
  }
}
.p-top__hero div.kvWrapper #plane {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}
@media (max-width: 670px) {
  .p-top__hero div.kvWrapper #plane {
    width: 130%;
  }
}
@media (min-width: 959px) {
  .p-top__hero div.kvWrapper #plane {
    width: 100%;
  }
}
.p-top__hero .kvWrapper_frame {
  pointer-events: none;
  width: 100%;
  transform: scale(1.3);
}
@media (min-width: 959px) {
  .p-top__hero .kvWrapper_frame {
    transform: unset;
  }
}
.p-top__hero-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 3;
}
.p-top__hero-btn a {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 5%;
  bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
@media (min-width: 767px) {
  .p-top__hero-btn a {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 959px) {
  .p-top__hero-btn a {
    bottom: 12%;
  }
}
@media (min-width: 1199px) {
  .p-top__hero-btn a {
    bottom: 18%;
  }
}
@media (min-width: 1499px) {
  .p-top__hero-btn a {
    bottom: 22%;
  }
}
@media (hover: hover) {
  .p-top__hero-btn a:hover .p-top__hero-btn_txt {
    -webkit-animation: 5s linear infinite rotation;
            animation: 5s linear infinite rotation;
  }
}
.p-top__hero-btn_txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-animation: 10s linear infinite rotation;
          animation: 10s linear infinite rotation;
}
.p-top__hero-btn_icon {
  position: relative;
  z-index: 0;
  height: 21px;
}
.p-top__hero-btn_icon img {
  height: 100%;
  width: auto;
}
.p-top__hero-scroll {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
.p-top__hero-scroll_inner {
  list-style-type: none;
  display: flex;
  width: 100%;
  -webkit-animation: loop 45s infinite linear 1s both;
          animation: loop 45s infinite linear 1s both;
  position: relative;
  bottom: 3%;
}
.p-top__hero-scroll_inner li {
  min-width: 832px;
  padding-right: 50px;
}
@media (min-width: 767px) {
  .p-top__hero-scroll_inner li {
    min-width: 1500px;
    padding-right: 100px;
  }
}
@media (min-width: 1199px) {
  .p-top__hero-scroll_inner li {
    min-width: 2941px;
  }
}
.p-top__hero-scroll_inner li img {
  width: 100%;
}
.p-top__btns {
  background-color: #e39300;
  padding: 50px 5%;
  position: relative;
}
@media (min-width: 767px) {
  .p-top__btns {
    padding: 95px 40px 120px;
  }
}
@media (min-width: 959px) {
  .p-top__btns {
    padding: 95px 40px 160px;
  }
}
@media (min-width: 1599px) {
  .p-top__btns {
    padding: 95px 40px;
  }
}
.p-top__btns ul {
  list-style-type: none;
}
@media (min-width: 959px) {
  .p-top__btns ul {
    gap: 4.166%;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
}
.p-top__btns ul li {
  margin-bottom: 20px;
}
.p-top__btns ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 959px) {
  .p-top__btns ul li {
    margin-bottom: 0;
    width: 47.917%;
  }
}
.p-top__btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  border-radius: 10px;
  padding: 20px 20px 20px 25px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 767px) {
  .p-top__btns a {
    padding: 40px 40px 40px 45px;
  }
}
@media (min-width: 959px) {
  .p-top__btns a {
    border-radius: 20px;
    transition: background-color 0.2s;
  }
}
@media (min-width: 959px) and (hover: hover) {
  .p-top__btns a:hover {
    background-color: #fcfaeb;
  }
}
.p-top__btns a .u-txt {
  text-align: center;
  margin: 0 auto 0 0;
}
.p-top__btns a .u-txt span {
  position: relative;
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: 500;
  display: flex;
  gap: 10px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .p-top__btns a .u-txt span {
    font-size: 17px;
    font-size: 2.2135416667vw;
  }
}
@media (min-width: 959px) {
  .p-top__btns a .u-txt span {
    font-size: 1.0625rem;
    gap: 20px;
  }
}
.p-top__btns a .u-txt span::before, .p-top__btns a .u-txt span::after {
  content: "";
  width: 2px;
  height: 1.75em;
  background-color: #999;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.p-top__btns a .u-txt span::before {
  transform: rotate(-35deg);
}
.p-top__btns a .u-txt span::after {
  transform: rotate(-145deg);
}
.p-top__btns a .u-txt b {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  font-size: 4vw;
  line-height: 1;
}
@media (min-width: 767px) {
  .p-top__btns a .u-txt b {
    font-size: 20px;
    font-size: 2.6041666667vw;
  }
}
@media (min-width: 959px) {
  .p-top__btns a .u-txt b {
    font-size: 1.25rem;
  }
}
.p-top__btns a .u-txt b > em {
  font-style: normal;
  color: #e39300;
  font-weight: 500;
  font-size: 28px;
  font-size: 7.4666666667vw;
  display: inline-block;
  margin: 5px 0;
}
@media (min-width: 767px) {
  .p-top__btns a .u-txt b > em {
    font-size: 42px;
    font-size: 5.46875vw;
  }
}
@media (min-width: 959px) {
  .p-top__btns a .u-txt b > em {
    font-size: 2.625rem;
    margin: 10px 0 15px;
  }
}
.p-top__btns a figure {
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 959px) {
  .p-top__btns a figure {
    right: 40px;
  }
}
.p-top__btns-movie a figure {
  width: 40.36363%;
}
@media (min-width: 959px) {
  .p-top__btns-movie a figure {
    width: 38.3838%;
  }
}
.p-top__btns-recruit a figure {
  width: 28.3636%;
}
@media (min-width: 959px) {
  .p-top__btns-recruit a figure {
    width: 27.0707%;
  }
}
.p-top__header {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
@media (min-width: 767px) {
  .p-top__header {
    font-size: 1.125rem;
    margin-bottom: 50px;
  }
}
.p-top__header em {
  display: block;
  color: #e39300;
  font-style: normal;
  font-size: 30px;
  font-size: 8vw;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .p-top__header em {
    font-size: 3.125rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 959px) {
  .p-top__header em {
    font-size: 3.75rem;
  }
}
@media (min-width: 1299px) {
  .p-top__header em {
    font-size: 4.375rem;
  }
}
.p-top__information {
  background-color: #fff;
  padding: 50px 5%;
}
@media (min-width: 767px) {
  .p-top__information {
    padding: 80px 40px;
  }
}
@media (min-width: 1199px) {
  .p-top__information {
    padding: 0 40px;
    position: relative;
    min-height: 540px;
  }
  .p-top__information::before {
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1699px) {
  .p-top__information::before {
    max-width: 95%;
  }
}
@media (min-width: 1199px) {
  .p-top__information-bg {
    padding: 150px 0px;
    background-color: #fff;
  }
}
@media (min-width: 1299px) {
  .p-top__information-bg {
    padding: 150px 40px;
  }
}
.p-top__information-inner {
  display: flex;
  flex-direction: column;
}
.p-top__information-inner .p-top__header {
  order: 1;
}
@media (min-width: 1199px) {
  .p-top__information-inner {
    display: block;
    position: relative;
    max-width: 1425px;
    margin: 0 auto;
    z-index: 1;
  }
  .p-top__information-inner .p-top__header {
    position: absolute;
    margin-bottom: 0;
    text-align: left;
  }
}
.p-top__information-body {
  order: 2;
}
@media (min-width: 1199px) {
  .p-top__information-body {
    width: 63.157%;
    margin: 0 0 0 auto;
  }
}
.p-top__information-body article {
  border-bottom: 1px dashed #999;
  padding: 15px 0;
}
@media (min-width: 767px) {
  .p-top__information-body article {
    padding: 20px 0;
  }
}
.p-top__information-body article:first-child {
  border-top: 1px dashed #999;
}
.p-top__information-date {
  margin-bottom: 7px;
}
@media (min-width: 767px) {
  .p-top__information-date {
    display: flex;
    gap: 10px;
  }
  .p-top__information-date > div:first-child {
    width: 8em;
  }
}
.p-top__information-icon {
  display: flex;
  width: 100%;
  margin-top: 7px;
  gap: 5px 10px;
  align-items: baseline;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .p-top__information-icon {
    width: calc(100% - 8em - 10px);
    margin-top: 0;
  }
}
.p-top__information-tit a {
  color: #5285b8;
}
.p-top__information-btn {
  order: 3;
  margin-top: 38px;
}
@media (min-width: 767px) {
  .p-top__information-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1199px) {
  .p-top__information-btn {
    position: absolute;
    margin-top: 0;
    width: 300px;
    top: 12em;
    left: 0;
  }
}
.p-top__information-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  border-radius: 100px;
  background-color: #e39300;
  color: #fff;
  padding: 14px;
  font-size: 1rem;
}
.p-top__information-btn a span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top__information-btn a span img {
  vertical-align: baseline;
}
@media (min-width: 767px) {
  .p-top__information-btn a {
    padding: 20px;
    max-width: 300px;
    margin: 0 auto;
    font-size: 1.0625rem;
  }
}
.p-top__facilities {
  padding: 55px 5% 70px;
  background-color: #fff;
}
@media (min-width: 767px) {
  .p-top__facilities {
    padding: 100px 40px;
  }
}
@media (min-width: 959px) {
  .p-top__facilities {
    padding: 170px 40px;
  }
}
.p-top__facilities-display {
  border: 1px solid #999;
  padding: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
.p-top__facilities-display::after {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background: #e0e0e0 url(../images/common/ico_arrow04.svg) no-repeat center center/14px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -16px;
}
@media (min-width: 959px) {
  .p-top__facilities-display {
    display: none;
  }
}
.p-top__facilities-tags {
  border: 1px solid #999;
  list-style-type: none;
  border-top: 0;
}
@media (min-width: 959px) {
  .p-top__facilities-tags {
    border: 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
@media (min-width: 1199px) {
  .p-top__facilities-tags {
    max-width: 1200px;
    margin: 115px auto 0;
  }
}
.p-top__facilities-tags li {
  padding: 20px;
  font-weight: 500;
  font-size: 0.875rem;
}
.p-top__facilities-tags li.tagActive {
  background-color: #fcfaeb;
}
@media (min-width: 959px) {
  .p-top__facilities-tags li.tagActive {
    background-color: #e39300;
    color: #fff;
  }
}
@media (min-width: 959px) {
  .p-top__facilities-tags li {
    height: 50px;
    border-radius: 100px;
    background-color: #f9e9cc;
    width: calc((100% - 30px) / 4);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.03125rem;
  }
}
@media (min-width: 959px) and (hover: hover) {
  .p-top__facilities-tags li:hover {
    cursor: pointer;
  }
}
@media (min-width: 1199px) {
  .p-top__facilities-tags li {
    width: 183px;
  }
  .p-top__facilities-tags li.fitness {
    width: 225px;
  }
}
.p-top__facilities-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-top__facilities-items {
  margin-top: 40px;
  display: flex;
  gap: 35px;
  flex-direction: column;
}
@media (min-width: 767px) {
  .p-top__facilities-items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px 30px;
  }
}
@media (min-width: 959px) {
  .p-top__facilities-items {
    gap: 40px;
    margin-top: 80px;
  }
}
@media (min-width: 1199px) {
  .p-top__facilities-items {
    gap: 40px 50px;
    max-width: 1200px;
    margin: 80px auto 0;
  }
}
@media (min-width: 767px) {
  .p-top__facilities-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 959px) {
  .p-top__facilities-item {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 1199px) {
  .p-top__facilities-item {
    width: calc((100% - 100px) / 3);
  }
}
.p-top__facilities-item figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.p-top__facilities-item figure::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 4px solid #e39300;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.p-top__facilities-item figure figcaption {
  position: absolute;
  display: flex;
  left: 15px;
  bottom: 15px;
  gap: 7px;
}
.p-top__facilities-item figure figcaption > span {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #999;
  z-index: 1;
  font-size: 0.75rem;
  min-width: 90px;
  padding: 0 15px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-top__facilities-item figure img {
  position: relative;
  z-index: 0;
  width: 100%;
}
.p-top__facilities-item h3 {
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  display: flex;
  width: 100%;
  gap: 11px;
  transition: color 0.2s;
}
@media (min-width: 959px) {
  .p-top__facilities-item h3 {
    font-size: 1.09375rem;
  }
}
.p-top__facilities-item h3::before {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #e39300 url(../images/common/ico_arrow03.svg) no-repeat center center/15px auto;
  position: relative;
}
.p-top__facilities-item h3 span {
  display: inline-block;
  width: calc(100% - 36px - 11px);
  padding-top: 0.3em;
}
@media (hover: hover) {
  .p-top__facilities-item:hover figure::before {
    opacity: 1;
  }
  .p-top__facilities-item:hover h3 {
    color: #e39300;
  }
}
.p-top__facilities-btn {
  margin-top: 38px;
}
@media (min-width: 767px) {
  .p-top__facilities-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1199px) {
  .p-top__facilities-btn {
    margin-top: 100px;
  }
}
.p-top__facilities-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  border-radius: 100px;
  background-color: #e39300;
  color: #fff;
  padding: 14px;
  font-size: 1rem;
}
.p-top__facilities-btn a span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top__facilities-btn a span img {
  vertical-align: baseline;
}
@media (min-width: 767px) {
  .p-top__facilities-btn a {
    padding: 20px;
    max-width: 300px;
    margin: 0 auto;
    font-size: 1.0625rem;
  }
}
.p-top__introduction {
  padding: 50px 5%;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media (min-width: 767px) {
  .p-top__introduction {
    padding: 70px 40px;
  }
}
@media (min-width: 959px) {
  .p-top__introduction {
    padding: 100px 40px;
    text-align: left;
  }
}
@media (min-width: 1199px) {
  .p-top__introduction {
    padding: 150px 100px;
  }
}
@media (min-width: 1599px) {
  .p-top__introduction {
    padding: 150px;
  }
}
.p-top__introduction h2 {
  color: #e39300;
  font-weight: normal;
  font-family: "Century Gothic", "Questrial", sans-serif;
  font-size: 30px;
  font-size: 8vw;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (min-width: 767px) {
  .p-top__introduction h2 {
    font-size: 3.125rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 959px) {
  .p-top__introduction h2 {
    font-size: 3.75rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 1199px) {
  .p-top__introduction h2 {
    font-size: 5rem;
    line-height: 1;
  }
}
@media (min-width: 1299px) {
  .p-top__introduction h2 {
    font-size: 6.25rem;
  }
}
.p-top__introduction .u-txt {
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 767px) {
  .p-top__introduction .u-txt {
    font-size: 1.0625rem;
  }
}
@media (min-width: 959px) {
  .p-top__introduction .u-txt {
    font-size: 1.1875rem;
  }
}
.p-top__introduction .u-txt b {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1.0625rem;
}
@media (min-width: 767px) {
  .p-top__introduction .u-txt b {
    font-size: 1.375rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 959px) {
  .p-top__introduction .u-txt b {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1199px) {
  .p-top__introduction .u-txt b {
    font-size: 2.1875rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 1299px) {
  .p-top__introduction .u-txt b {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
.p-top__service {
  background-color: #e39300;
}
@media (min-width: 767px) {
  .p-top__service {
    padding: 100px 40px;
  }
}
@media (min-width: 959px) {
  .p-top__service {
    background-color: #e39300;
    position: relative;
    padding: 170px 40px;
  }
}
@media (min-width: 767px) {
  .p-top__service {
    position: relative;
  }
}
@media (min-width: 1699px) {
  .p-top__service::after {
    content: "";
    height: calc(100% - 180px);
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
}
.p-top__service-inner {
  padding: 55px 5% 70px;
}
@media (min-width: 767px) {
  .p-top__service-inner {
    padding: 0;
  }
}
@media (min-width: 959px) {
  .p-top__service-inner {
    padding: 0;
    overflow: hidden;
    width: 100%;
  }
}
.p-top__service-inner .p-top__service-itemsOuter .p-top__service-controller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 30px;
}
@media (min-width: 767px) {
  .p-top__service-inner .p-top__service-itemsOuter .p-top__service-controller {
    gap: 20px;
    max-width: 1350px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
  }
}
@media (min-width: 959px) {
  .p-top__service-inner .p-top__service-itemsOuter .p-top__service-controller {
    max-width: 1350px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
  }
}
.p-top__service-inner .p-top__service-itemsOuter .p-top__service-controller .slick-arrow {
  border: 1px solid #e39300;
  width: 54px;
  height: 54px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  transform: unset;
  background-color: #fff;
  top: 0;
}
@media (min-width: 767px) {
  .p-top__service-inner .p-top__service-itemsOuter .p-top__service-controller .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.p-top__service-inner .p-top__service-itemsOuter .p-top__service-controller .slick-arrow::before {
  display: none;
}
.p-top__service-inner .p-top__service-itemsOuter .p-top__service-controller .slick-arrow svg {
  width: 15px;
  height: auto;
  fill: #e39300;
}
.p-top__service-inner .p-top__service-itemsOuter .p-top__service-controller .slick-arrow.slick-prev {
  left: 0;
}
.p-top__service-inner .p-top__service-itemsOuter .p-top__service-controller .slick-arrow.slick-next {
  right: 0;
}
.p-top__service .p-top__header {
  color: #fff;
}
.p-top__service .p-top__header em {
  color: #fff;
}
.p-top__service-item {
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  .p-top__service-item {
    width: 640px;
    height: 400px;
  }
}
@media (min-width: 959px) {
  .p-top__service-item {
    margin-bottom: 0;
  }
}
.p-top__service-item:last-child {
  margin: 0;
}
@media (min-width: 959px) {
  .p-top__service-item > div {
    max-width: 1200px;
    transform: translate(0%, 11%);
    margin: 0 40px;
  }
}
@media (min-width: 1199px) {
  .p-top__service-item > div {
    max-width: 1000px;
    transform: translate(0%, 11%);
    margin: 0 auto;
  }
}
@media (min-width: 959px) {
  .p-top__service-items {
    /* width: 100%;
    overflow: hidden;
    gap: 0;
    flex-direction: row;
    min-width: 100%; */
    /* column-gap: 0;
    display: flex;
    justify-content: center;
    align-items: center; */
    height: 450px;
    position: relative;
    margin: 130px auto 0;
    width: 900px;
  }
}
@media (min-width: 1199px) {
  .p-top__service-items {
    width: inherit;
    margin: 130px 75px 0;
  }
}
@media (min-width: 1299px) {
  .p-top__service-items {
    width: 1200px;
    margin: 0 auto;
  }
}
.p-top__service-itemsInner {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media (min-width: 767px) {
  .p-top__service-itemsInner {
    gap: 100px;
  }
}
@media (min-width: 959px) {
  .p-top__service-itemsInner {
    flex-direction: row;
    -moz-column-gap: 100px;
         column-gap: 100px;
    margin: 0 auto;
    padding: 35px 0 0;
    width: 400vw;
  }
}
@media (min-width: 1199px) {
  .p-top__service-itemsInner {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
}
@media (min-width: 1699px) {
  .p-top__service-itemsInner {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }
}
.p-top__service-item > div {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .p-top__service-item > div {
    display: block;
    transform: translate(0%, 11%);
    margin: 0 40px;
    max-width: inherit;
  }
}
@media (min-width: 959px) {
  .p-top__service-item > div {
    display: block;
  }
}
@media (min-width: 959px) {
  .p-top__service-item {
    width: 900px;
    height: 560px;
    /* &:last-child {
        margin-right: 0;
    } */
  }
}
@media (min-width: 1199px) {
  .p-top__service-item {
    height: 560px;
    margin: 0 auto;
  }
}
@media (min-width: 1299px) {
  .p-top__service-item {
    width: 1200px;
    height: 560px;
  }
}
.p-top__service-item h3 {
  order: 1;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 10px;
  font-size: 1.1875rem;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .p-top__service-item h3 {
    font-size: 1.5625rem;
    margin-bottom: 25px;
    display: inline-block;
    min-width: 300px;
    padding: 10px 30px;
  }
}
@media (min-width: 959px) {
  .p-top__service-item h3 {
    font-size: 2.1875rem;
    min-width: 250px;
    margin-bottom: 50px;
  }
}
.p-top__service-item h3 span {
  position: absolute;
  left: 10px;
  top: -10px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: #ffe100;
  color: #000;
  font-weight: bold;
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .p-top__service-item h3 span {
    width: 60px;
    height: 60px;
    font-size: 1.5625rem;
    left: -10px;
  }
}
@media (min-width: 959px) {
  .p-top__service-item h3 span {
    font-size: 1.75rem;
    left: -35px;
    top: -35px;
  }
}
.p-top__service-item .u-txt {
  color: #fff;
  order: 2;
}
@media (min-width: 767px) {
  .p-top__service-item .u-txt {
    width: calc(65% - 30px);
    line-height: 1.75;
  }
}
@media (min-width: 959px) {
  .p-top__service-item .u-txt {
    font-size: 1.03125rem;
    width: 51.811818%;
  }
}
.p-top__service-item .u-img {
  order: 3;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .p-top__service-item .u-img {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50px;
    width: 35%;
  }
}
@media (min-width: 959px) {
  .p-top__service-item .u-img {
    width: 40.909%;
  }
}
@media (min-width: 767px) {
  .p-top__service-item.-service01 .u-img {
    right: -15px;
    top: 50px;
    width: 40%;
  }
}
.p-top__service-item.-service01 .u-img img {
  width: 213px;
}
@media (min-width: 767px) {
  .p-top__service-item.-service01 .u-img img {
    width: 100%;
  }
}
@media (min-width: 959px) {
  .p-top__service-item.-service01 .u-img img {
    width: 450px;
  }
}
.p-top__service-item.-service02 .u-img img {
  width: 151px;
}
@media (min-width: 767px) {
  .p-top__service-item.-service02 .u-img img {
    width: 100%;
  }
}
@media (min-width: 959px) {
  .p-top__service-item.-service02 .u-img img {
    width: 348px;
  }
}
@media (min-width: 767px) {
  .p-top__service-item.-service03 .u-img {
    width: 27%;
  }
}
.p-top__service-item.-service03 .u-img img {
  width: 144px;
}
@media (min-width: 959px) {
  .p-top__service-item.-service03 .u-img img {
    width: 305px;
  }
}
.p-top__service-item.-service04 .u-img img {
  width: 158px;
}
@media (min-width: 767px) {
  .p-top__service-item.-service04 .u-img img {
    width: 334px;
  }
}
@media (min-width: 959px) {
  .p-top__service-item.-service04 .u-img img {
    width: 334px;
  }
}
@media (min-width: 767px) {
  .p-top__service-item.-service05 .u-img {
    width: 28%;
  }
}
.p-top__service-item.-service05 .u-img img {
  width: 103px;
}
@media (min-width: 767px) {
  .p-top__service-item.-service05 .u-img img {
    width: 100%;
  }
}
@media (min-width: 959px) {
  .p-top__service-item.-service05 .u-img img {
    width: 218px;
  }
}
@media (min-width: 767px) {
  .p-top__service-item.-service05 h3 {
    min-width: 350px;
    padding-left: 60px;
  }
}
@media (min-width: 959px) {
  .p-top__service-item.-service05 h3 {
    padding-left: 30px;
  }
}
.p-top__service-readmore {
  order: 4;
  list-style-type: none;
  text-align: center;
  width: 180px;
  margin: 35px auto 0;
}
@media (min-width: 767px) {
  .p-top__service-readmore {
    margin: 50px auto 0;
  }
}
@media (min-width: 959px) {
  .p-top__service-readmore {
    margin: 110px auto 0 auto;
  }
}
.p-top__service-readmore a {
  color: #fff;
  position: relative;
  padding: 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
@media (min-width: 767px) {
  .p-top__service-readmore a {
    font-size: 1rem;
  }
}
@media (min-width: 959px) {
  .p-top__service-readmore a {
    font-size: 1.0625rem;
    width: 150px;
    margin: 0 0 0 auto;
  }
}
.p-top__service-readmore a span img {
  vertical-align: baseline;
}
.p-top__service-btn {
  margin-top: 50px;
}
@media (min-width: 767px) {
  .p-top__service-btn {
    margin-top: 70px;
  }
}
@media (min-width: 959px) {
  .p-top__service-btn {
    margin-top: 170px;
  }
}
@media (min-width: 1599px) {
  .p-top__service-btn {
    margin-top: 100px;
  }
}
@media (min-width: 1699px) {
  .p-top__service-btn {
    margin-top: 140px;
  }
}
.p-top__service-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  border-radius: 100px;
  background-color: #fff;
  color: #e39300;
  padding: 14px;
  font-size: 1rem;
}
.p-top__service-btn a span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top__service-btn a span img {
  vertical-align: baseline;
}
@media (min-width: 767px) {
  .p-top__service-btn a {
    padding: 20px;
    max-width: 300px;
    margin: 0 auto;
    font-size: 1.0625rem;
  }
}
@media (min-width: 959px) {
  .p-top__service.test {
    height: calc(100vh + 170px);
  }
  .p-top__service.test .p-top__service-inner {
    padding: 0;
  }
  .p-top__service.test .p-top__service-itemsInner {
    background-color: #000;
    -moz-column-gap: 0;
         column-gap: 0;
    gap: 0;
  }
  .p-top__service.test .p-top__service-items {
    background-color: #f00;
    height: auto;
  }
  .p-top__service.test .p-top__service-item {
    padding-right: 150px;
    border: 1px solid #0f0;
  }
  .p-top__service.test .p-top__header {
    padding-top: 170px;
  }
}
.p-top__blog {
  background-color: #f9e9cc;
  padding: 55px 0 70px;
}
@media (min-width: 767px) {
  .p-top__blog {
    padding: 100px 0;
  }
}
@media (min-width: 959px) {
  .p-top__blog {
    padding: 160px 0;
    overflow: hidden;
  }
}
.p-top__blog-item {
  margin: 0 16px;
  /* @include tab {
      width: 340px;
      margin: 0 30px;
  } */
}
@media (min-width: 767px) {
  .p-top__blog-items {
    margin-top: 60px;
  }
}
@media (min-width: 959px) {
  .p-top__blog-items {
    margin-top: 80px;
  }
}
@media (min-width: 1199px) {
  .p-top__blog-items .slick-list {
    overflow: visible;
  }
}
@media (min-width: 1199px) {
  .p-top__blog-itemsOuter {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.p-top__blog-item.hide {
  opacity: 0;
}
.p-top__blog-item a {
  display: flex;
  flex-direction: column;
}
.p-top__blog-item a figure {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  aspect-ratio: 34/23;
}
.p-top__blog-item a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 959px) {
  .p-top__blog-item a {
    transition: opacity 0.2s;
  }
}
@media (min-width: 959px) and (hover: hover) {
  .p-top__blog-item a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1199px) {
  .p-top__blog-item {
    width: 340px;
    margin: 0 30px;
  }
}
.p-top__blog-date {
  margin-bottom: 7px;
  display: flex;
  gap: 13px;
}
.p-top__blog-btn {
  margin-top: 20px;
  padding: 0 5%;
}
@media (min-width: 767px) {
  .p-top__blog-btn {
    margin-top: 0;
    padding: 0;
  }
}
.p-top__blog-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  border-radius: 100px;
  background-color: #e39300;
  color: #fff;
  padding: 14px;
  font-size: 1rem;
}
.p-top__blog-btn a span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.p-top__blog-btn a span img {
  vertical-align: baseline;
}
@media (min-width: 767px) {
  .p-top__blog-btn a {
    padding: 20px;
    width: 300px;
    margin: 0 auto 0 0;
    font-size: 1.0625rem;
  }
}
.p-top__blog-btns {
  margin-top: 30px;
}
@media (min-width: 767px) {
  .p-top__blog-btns {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 40px;
    margin-top: 70px;
  }
}
@media (min-width: 959px) {
  .p-top__blog-btns {
    margin: 100px auto 0;
    width: 100%;
    max-width: 1520px;
  }
}
.p-top__blog-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 30px;
}
@media (min-width: 767px) {
  .p-top__blog-controller {
    gap: 20px;
  }
}
.p-top__blog-controller .slick-arrow {
  border: 1px solid #e39300;
  width: 54px;
  height: 54px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  transform: unset;
  background-color: #fff;
  top: 0;
}
@media (min-width: 767px) {
  .p-top__blog-controller .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.p-top__blog-controller .slick-arrow::before {
  display: none;
}
.p-top__blog-controller .slick-arrow svg {
  width: 15px;
  height: auto;
  fill: #e39300;
}
.p-top__blog-controller .slick-arrow.slick-prev {
  left: 0;
}
.p-top__blog-controller .slick-arrow.slick-next {
  right: 0;
}

@media (min-width: 767px) {
  .c-goTop {
    filter: brightness(1%) invert(100%);
  }
}

div.kvWrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  position: relative;
  z-index: 1;
}
@media (min-width: 959px) {
  div.kvWrapper {
    transform: unset;
  }
}
@media (min-width: 959px) {
  div.kvWrapper #kv {
    width: 81.52%;
  }
}
div.kvWrapper #plane {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*# sourceMappingURL=top.css.map */