.p-top-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.p-top-loading::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg_loading01.webp) no-repeat center/cover;
  -webkit-transition: width ease 0.5s;
  transition: width ease 0.5s;
}
@media screen and (max-width: 768px) {
  .p-top-loading::before {
    background-image: url(../img/top/bg_loading01_sp.webp);
  }
}
.p-top-loading.start::before {
  width: 0;
}
.p-top-loading:not(.is-animation) {
  display: none;
}
.p-top-loading__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.p-top-loading__content img {
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
.p-top-loading__content img.hide {
  opacity: 0;
}
.p-top-loading__content img.show {
  opacity: 1;
}
.p-top-loading__image1 {
  position: relative;
  z-index: 4;
  width: 279px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1280px) {
  .p-top-loading__image1 {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-loading__image1 {
    width: 126px;
    margin-bottom: 5px;
  }
}
.p-top-loading__image1-pic2, .p-top-loading__image1-pic3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-top-loading__image2 {
  position: relative;
  z-index: 4;
  width: 682px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1280px) {
  .p-top-loading__image2 {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-loading__image2 {
    width: 304px;
    margin-bottom: 15px;
  }
}
.p-top-loading__image2-pic2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-top-loading__title {
  position: relative;
  z-index: 4;
  font-family: "Shippori Mincho", serif;
  font-size: 63px;
  white-space: nowrap;
  color: #fff;
  -webkit-transition: color ease 0.5s;
  transition: color ease 0.5s;
}
@media screen and (max-width: 1280px) {
  .p-top-loading__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-loading__title {
    font-size: 21px;
    font-weight: 500;
  }
}
.p-top-loading__title.start {
  color: #222222;
}
.p-top-loading__icon {
  position: absolute;
  top: -128px;
  right: -135px;
  z-index: 3;
  width: 349px;
  opacity: 0.2;
}
@media screen and (max-width: 1280px) {
  .p-top-loading__icon {
    right: -60px;
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-loading__icon {
    top: 40px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 163px;
    opacity: 0.1;
  }
}
.p-top-loading__icon-pic2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.p-top-loading2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.p-top-loading2 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  /*
  &__image2 {
    z-index: 1;
    opacity: 0;
  }
  &__image3 {
    z-index: 2;
    opacity: 0;
  }
  */
}
.p-top-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.p-top-bg.blank::after {
  opacity: 1;
}
.p-top-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.p-top-bg picture.show {
  opacity: 1;
}
.p-top-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .p-top-bg img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}

.p-top-mv {
  position: relative;
  overflow: hidden;
}
.p-top-mv__container {
  position: relative;
  max-width: 1660px;
  height: 100vh;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-mv__container {
    padding: 20% 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__container {
    padding: 27% 30px 0;
  }
}
.p-top-mv__head {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 10;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}
@media screen and (max-width: 1280px) {
  .p-top-mv__head {
    -webkit-transform: translateY(-65%);
            transform: translateY(-65%);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__head {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
    padding-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__head {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    padding-right: 0;
  }
}
.p-top-mv__image1 {
  -webkit-transform: translateX(450px);
          transform: translateX(450px);
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .p-top-mv__image1 {
    width: 18vw;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__image1 {
    width: 30vw;
  }
}
.p-top-mv__image1.start {
  -webkit-animation: title-move 0.7s ease forwards;
          animation: title-move 0.7s ease forwards;
}
.p-top-mv__image2 {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .p-top-mv__image2 {
    width: 50vw;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__image2 {
    width: 75vw;
  }
}
.p-top-mv__image2.start {
  -webkit-animation: title-move 0.7s ease forwards;
          animation: title-move 0.7s ease forwards;
}
.p-top-mv__image3 {
  position: absolute;
  top: -120px;
  right: -85px;
  opacity: 0;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
@media screen and (max-width: 1280px) {
  .p-top-mv__image3 {
    top: -45%;
    right: -32%;
    width: 42vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__image3 {
    top: -33%;
    right: auto;
    left: 350px;
    width: 540px;
  }
}
@media screen and (max-width: 910px) {
  .p-top-mv__image3 {
    top: -32%;
    right: -30%;
    left: auto;
    width: 58vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__image3 {
    top: -35%;
    right: -14%;
    width: 50vw;
  }
}
.p-top-mv__image3.show {
  opacity: 1;
}
.p-top-mv__image4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-top-mv__image4 {
    max-width: 66vw;
  }
}
.p-top-mv__title {
  font-family: "Shippori Mincho", serif;
  font-size: 63px;
  color: #fff;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
@media screen and (max-width: 1280px) {
  .p-top-mv__title {
    font-size: clamp(10px, 3.5vw, 60px);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__title {
    font-size: clamp(10px, 6vw, 60px);
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv__title {
    font-size: clamp(10px, 5.5vw, 40px);
  }
}
.p-top-mv__title.start {
  -webkit-animation: title-move 0.7s ease forwards;
          animation: title-move 0.7s ease forwards;
}
.p-top-mv__scroll {
  position: absolute;
  bottom: 55px;
  left: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-top-mv__scroll {
    bottom: 20px;
    left: 20px;
    gap: 15px 0;
  }
}
.p-top-mv__scroll-text {
  font-family: "Cormorant", serif;
  font-size: 17px;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-mv__scroll-text {
    font-size: 12px;
  }
}

.p-top-concept {
  position: relative;
  padding: 360px 0 300px;
}
@media screen and (max-width: 768px) {
  .p-top-concept {
    padding: 220px 0 180px;
  }
}
.p-top-concept::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% + 80px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-top-concept::before {
    top: -120px;
    height: calc(100% + 120px);
  }
}
.p-top-concept__container {
  position: relative;
  z-index: 2;
}
.p-top-concept__logo {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-concept__logo {
    max-width: 50px;
    margin: 0 auto 25px;
  }
}
.p-top-concept__title {
  font-family: "Shippori Mincho", serif;
  font-size: 49px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-concept__title {
    font-size: 28px;
    line-height: 1.72;
    margin-bottom: 60px;
  }
}
.p-top-concept__text {
  font-size: 18px;
  line-height: 2.77;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-concept__text {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.025em;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 60px;
  }
}
.p-top-concept__btn {
  text-align: center;
}

.p-top-strength {
  position: relative;
  overflow: hidden;
}
.p-top-strength::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -2;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #fff;
}
.p-top-strength-head {
  padding: 140px 0 70px;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-head {
    padding: 90px 0 60px;
  }
}
.p-top-strength-head__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-head__title {
    margin-bottom: 35px;
  }
}
.p-top-strength-head__text {
  position: relative;
  z-index: 20;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-head__text {
    max-width: 320px;
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
  }
}
.p-top-strength-body {
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body {
    padding-bottom: 10px;
  }
}
.p-top-strength-body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__list {
    display: block;
  }
}
.p-top-strength-body__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 6px solid #81D8D0;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__item {
    border-top: 4px solid #81D8D0;
  }
}
.p-top-strength-body__item:nth-of-type(odd) {
  border-color: #B666D2;
}
.p-top-strength-body__head {
  position: relative;
  height: 520px;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__head {
    height: 250px;
  }
}
.p-top-strength-body__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
}
.p-top-strength-body__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 1px;
  height: 60px;
  background: #C9C9C9;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__head::after {
    height: 40px;
  }
}
.p-top-strength-body__image {
  position: relative;
  z-index: 1;
  height: 100%;
}
.p-top-strength-body__image-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-strength-body__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  text-align: center;
  color: #fff;
}
.p-top-strength-body__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 166px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(10px, 2.6vw, 31px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__title {
    height: auto;
    font-size: 24px;
    margin-bottom: 13px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-strength-body__title {
    font-size: 20px;
  }
}
.p-top-strength-body__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_apple01.svg) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__title::before {
    width: 23px;
    height: 23px;
  }
}
.p-top-strength-body__no {
  font-family: "Roboto", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__no {
    font-size: 11px;
  }
}
.p-top-strength-body__body {
  position: relative;
  height: calc(100% - 520px);
  padding: 70px 20px 120px;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__body {
    height: auto;
    padding: 40px 40px 50px;
  }
}
.p-top-strength-body__text {
  max-width: 430px;
  text-align: justify;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__text {
    margin-bottom: 35px;
  }
}
.p-top-strength-body__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__btn {
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__btn a {
    min-width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-strength-body__btn a {
    min-width: 170px;
  }
}

.p-top-service {
  position: relative;
  position: relative;
  padding: 120px 0 150px;
  overflow: hidden;
}
.p-top-service::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -2;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding: 80px 0;
  }
}
.p-top-service::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -2;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #fff;
}
.p-top-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 385px;
  background: #F7F7F7;
}
.p-top-service__title {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-top-service__title {
    margin-bottom: 50px;
  }
}
.p-top-service__list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  max-width: 1830px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-service__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 2%;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list {
    display: block;
    max-width: 500px;
    padding: 0;
  }
}
.p-top-service__item {
  position: relative;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-top-service__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__item {
    padding: 0 3px;
  }
}
.p-top-service__link {
  position: relative;
  display: block;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .p-top-service__link {
    height: 440px;
  }
}
.p-top-service__link:hover::before {
  opacity: 0.7;
}
.p-top-service__link:hover .p-top-service__inner {
  opacity: 0;
}
.p-top-service__link:hover .p-top-service__hover {
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.p-top-service__link:hover .p-top-service__arrow {
  background-color: transparent;
  border-color: #fff;
}
.p-top-service__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.4;
}
.p-top-service__image {
  position: relative;
  z-index: 1;
  height: 100%;
}
.p-top-service__image-pic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-service__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  color: #fff;
  padding: 0 10%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1024px) {
  .p-top-service__inner {
    display: none;
  }
}
.p-top-service__inner-no {
  font-family: "Roboto", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.p-top-service__inner-title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(10px, 2.2vw, 25px);
  letter-spacing: 0.075em;
}
.p-top-service__hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 50px 10% 0;
  -webkit-transition: opacity 0.5s, backdrop-filter 0.3s;
  transition: opacity 0.5s, backdrop-filter 0.3s;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-service__hover {
    padding: 48px 40px 0;
    opacity: 1;
  }
}
.p-top-service__hover-no {
  display: none;
  font-family: "Roboto", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .p-top-service__hover-no {
    display: block;
  }
}
.p-top-service__hover-title {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top-service__hover-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__hover-title {
    margin-bottom: 50px;
  }
}
.p-top-service__hover-text {
  font-size: clamp(6px, 1vw, 14px);
  line-height: 1.85;
}
@media screen and (max-width: 1024px) {
  .p-top-service__hover-text {
    font-size: 13px;
    line-height: 2;
  }
}
.p-top-service__arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(40px, 4.5vw, 68px);
  height: clamp(40px, 4.5vw, 68px);
  background: #222222;
  border: 1px solid #222222;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}
@media screen and (max-width: 1024px) {
  .p-top-service__arrow {
    width: 50px;
    height: 50px;
  }
}
.p-top-service .slick-dots {
  bottom: -40px;
}
.p-top-service .slick-dots li {
  margin: 0;
}
.p-top-service .slick-dots li button:before {
  font-size: 8px;
  color: #E0E0E0;
  opacity: 1;
}
.p-top-service .slick-dots li.slick-active button:before {
  color: #81D8D0;
}

.p-top-voice {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
.p-top-voice::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -2;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-voice {
    padding-bottom: 60px;
  }
}
.p-top-voice__container, .p-top-staff__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 1024px) {
  .p-top-voice__container, .p-top-staff__container {
    gap: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice__container, .p-top-staff__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 0;
    max-width: 450px;
    padding: 0 30px;
    margin: 0 auto;
  }
}
.p-top-voice__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  max-width: 570px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__image {
    max-width: 300px;
    margin-left: auto;
  }
}
.p-top-voice__image-en, .p-top-staff__image-en {
  position: absolute;
  bottom: -80px;
  left: -180px;
  font-family: "Cormorant", serif;
  font-size: 193px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #F4F4F4;
}
@media screen and (max-width: 1550px) {
  .p-top-voice__image-en, .p-top-staff__image-en {
    left: -5vw;
    font-size: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice__image-en, .p-top-staff__image-en {
    bottom: -40px;
    left: -30px;
    font-size: 84px;
  }
}
.p-top-voice__text, .p-top-staff__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 65px;
}
@media screen and (max-width: 1024px) {
  .p-top-voice__text, .p-top-staff__text {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice__text, .p-top-staff__text {
    padding-top: 0;
  }
}
.p-top-voice__title, .p-top-staff__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__title, .p-top-staff__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-top-voice__description {
  max-width: 530px;
}
.p-top-voice__btn, .p-top-staff__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__btn, .p-top-staff__btn {
    margin-top: 35px;
  }
}

.p-top-staff {
  position: relative;
  padding-bottom: 180px;
  overflow: hidden;
}
.p-top-staff::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -2;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-staff {
    padding-bottom: 70px;
  }
}
.p-top-staff__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-top-staff__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-staff__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53.5%;
          flex: 0 0 53.5%;
  max-width: 645px;
}
@media screen and (max-width: 768px) {
  .p-top-staff__image {
    max-width: 300px;
    margin-left: 0;
  }
}
.p-top-staff__image-en {
  left: auto;
  right: -180px;
}
@media screen and (max-width: 1550px) {
  .p-top-staff__image-en {
    right: -5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-staff__image-en {
    right: -25px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-staff__title {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .p-top-staff__btn {
    text-align: right;
  }
}

.p-top-company {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
.p-top-company::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -2;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #fff;
}
.p-top-company::after {
  z-index: -1;
  background: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .p-top-company {
    padding-bottom: 60px;
  }
}
.p-top-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-top-company__container {
    display: block;
  }
}
.p-top-company__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  max-width: 990px;
}
@media screen and (max-width: 1024px) {
  .p-top-company__image {
    position: relative;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-company__image {
    height: 330px;
  }
}
.p-top-company__image-wrap {
  position: relative;
  top: -30px;
}
@media screen and (max-width: 1024px) {
  .p-top-company__image-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-company__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-company__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 160px;
}
@media screen and (max-width: 1024px) {
  .p-top-company__text {
    padding-top: 0;
  }
}
.p-top-company__text-wrap {
  position: relative;
  left: -70px;
  z-index: 1;
  width: 100%;
  background: #fff;
  padding: 155px 40px;
}
@media screen and (max-width: 1550px) {
  .p-top-company__text-wrap {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-company__text-wrap {
    top: -25px;
    left: auto;
    width: calc(100% - 40px);
    max-width: 650px;
    text-align: center;
    padding: 60px 40px;
    margin: 0 auto;
  }
}
.p-top-company__en {
  position: absolute;
  top: -150px;
  right: -115px;
  font-family: "Cormorant", serif;
  font-size: 193px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #F0F0F0;
}
@media screen and (max-width: 1550px) {
  .p-top-company__en {
    top: -120px;
    right: -100px;
    font-size: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-company__en {
    top: auto;
    bottom: -50px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 95px;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-company__en.u-fade03.start {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.p-top-company__inner {
  max-width: 575px;
  margin: 0 auto;
}
.p-top-company__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top-company__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-company__description {
    text-align: left;
  }
}
.p-top-company__btn {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-top-company__btn {
    margin-top: 50px;
  }
}

.p-top-column {
  position: relative;
  background: #fff;
  padding: 150px 0 100px;
  overflow: hidden;
}
.p-top-column::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -2;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-column {
    padding: 80px 0 70px;
  }
}
.p-top-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 530px;
  background: url(../img/common/bg_column01.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-top-column::before {
    height: 330px;
    background-image: url(../img/common/bg_column01_sp.webp);
  }
}
.p-top-column__title {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-column__title {
    margin-bottom: 80px;
  }
}
.p-top-column__list {
  position: relative;
  z-index: 3;
  max-width: 1250px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-column__list {
    max-width: 520px;
  }
}
.p-top-column__item {
  position: relative;
  max-width: 410px;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-column__item {
    padding: 0 10px;
  }
}
.p-top-column__link, .p-top-column__link--color {
  display: block;
  border-top: 4px solid #81D8D0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top-column__link:hover, .p-top-column__link--color:hover {
  opacity: 0.6;
}
.p-top-column__link--color {
  border-color: #B666D2;
}
.p-top-column__image {
  position: relative;
  padding-top: 66.67%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-column__image {
    padding-top: 56.6%;
    margin-bottom: 15px;
  }
}
.p-top-column__image-pic {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-column__subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-column__subtitle {
    font-size: 13px;
  }
}
.p-top-column__btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-column__btn {
    margin-top: 70px;
  }
}
.p-top-column .slick-dots li {
  width: 30px;
  height: 3px;
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .p-top-column .slick-dots li {
    width: 22px;
    height: 2px;
  }
}
.p-top-column .slick-dots li button {
  width: 30px;
  height: 3px;
  background: #EAEAEA;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-top-column .slick-dots li button {
    width: 22px;
    height: 2px;
  }
}
.p-top-column .slick-dots li button::before {
  display: none;
}
.p-top-column .slick-dots li.slick-active button {
  background: #BC0D17;
}

.p-top-news {
  position: relative;
}
.p-top-news::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -2;
  width: calc(100% + 40px);
  height: calc(100% + 20px);
  background: #fff;
}
.p-top-news__container {
  padding: 0 20px 100px;
}
@media screen and (max-width: 768px) {
  .p-top-news__container {
    padding: 0 20px 70px;
  }
}
.p-top-news__content {
  max-width: 1560px;
  background: #F7F7F7;
  padding: 130px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-news__content {
    padding: 60px 20px;
  }
}
.p-top-news__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    display: block;
  }
}
.p-top-news__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.6%;
          flex: 0 0 27.6%;
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  .p-top-news__head {
    min-height: auto;
  }
}
.p-top-news__title {
  margin-bottom: 40px;
}
.p-top-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-news__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 300px;
  min-width: 200px;
  width: 27%;
}
@media screen and (max-width: 768px) {
  .p-top-news__btn {
    position: static;
    max-width: 100%;
    min-width: auto;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
}
.p-top-news__btn a {
  min-width: auto;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-news__btn a {
    max-width: 240px;
  }
}

@-webkit-keyframes title-move {
  /*
  60% {
    transform: translateX(-15px);
  }
  */
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes title-move {
  /*
  60% {
    transform: translateX(-15px);
  }
  */
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}