.p-top__consultant-image {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.3s ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}

.p-top__consultant-image.is-in-view {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.p-top__service-image {
  transform: none;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top__service-body:after,
.p-top__service-body:before {
  transition: none;
}

.p-top__service-body:before {
  width: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top__service-body:after {
  width: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top__flow-wrapper.is-in-view .p-top__flow-item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.p-top__flow-wrapper.is-in-view .p-top__flow-item:nth-child(2) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top__flow-wrapper.is-in-view .p-top__flow-item:nth-child(3) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top__flow-wrapper.is-in-view .p-top__flow-item:nth-child(4) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top__flow-wrapper.is-in-view .p-top__flow-item:nth-child(5) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.p-top__flow-item {
  transition: opacity 0.3s ease-out;
}

.p-flow__item {
  transform: translateY(0);
}

.p-flow__arrow {
  transition-delay: 0.3s;
}

.p-top__hero {
  margin-bottom: 0;
  position: relative;
}
.p-top__hero .js-top-slide {
  height: 350px;
  min-height: inherit;
}
.p-top__hero .js-top-slide img {
  height: 350px;
  object-fit: cover;
}
.p-top__hero .js-top-slide .c-pc-only {
  display: block !important;
}
.p-top__hero .js-top-slide .c-sp-only {
  display: none !important;
}
.p-top__hero-01 {
  height: 350px;
}
.p-top__hero-01 .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.p-top__hero-01 .textbox .catch {
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #031029;
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
  font-weight: 500;
}
.p-top__hero-02 {
  height: 350px;
}
.p-top__hero-02 .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.p-top__hero-02 .textbox .catch {
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  font-weight: 500;
}
.p-top__hero-02 .textbox .text {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}
.p-top__hero-03 {
  height: 350px;
}
.p-top__hero-03 .textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1280px;
  padding: 0 160px;
  margin: 0 auto;
  z-index: 2;
}
.p-top__hero-03 .textbox .catch {
  text-align: left;
  width: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  font-weight: 500;
}
.p-top__hero-03 .textbox .text {
  text-align: left;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}

.p-top__news {
  position: relative;
  right: inherit;
  bottom: inherit;
  max-width: inherit;
  z-index: inherit;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  margin-top: 60px;
}
.p-top__news-title {
  float: none;
  background: none;
  padding: 0;
  width: 123px;
  margin-left: auto;
  margin-right: auto;
}
.p-top__news-list {
  float: none;
  padding: 0;
  overflow: inherit;
  transition: none;
  width: 100%;
  max-height: inherit;
  height: auto;
  margin-top: 30px;
}
.p-top__news-list.is-open .p-top__news-item:nth-child(n+4) {
  display: block;
}
.p-top__news-item {
  border-bottom: 1px solid #efefef;
  margin-bottom: 0 !important;
}
.p-top__news-item a {
  display: inline-block;
}
.p-top__news-item:nth-child(n+4) {
  display: none;
}
.p-top__news-item:first-child {
  border-top: 1px solid #efefef;
}
.p-top__news-catch-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px 50px 18px 0;
  cursor: pointer;
}
.p-top__news-catch-wrap::before, .p-top__news-catch-wrap::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  right: 0;
  width: 20px;
  height: 2px;
  background: #cccccc;
}
.p-top__news-catch-wrap::after {
  transform: rotate(90deg);
}
.p-top__news-catch-wrap.no-pulldown {
  cursor: inherit;
  pointer-events: none;
}
.p-top__news-catch-wrap.no-pulldown::before, .p-top__news-catch-wrap.no-pulldown::after {
  display: none;
}
.p-top__news-catch-wrap.is-open::after {
  display: none;
}
.p-top__news-date {
  margin-top: 0;
  flex-shrink: 0;
  width: 194px;
  font-size: 13px;
  margin-right: 0;
}
.p-top__news-catch {
  font-size: 13px;
  width: 100%;
}
.p-top__news-text {
  font-size: 13px;
  width: 100%;
  display: none;
  padding: 0 50px 18px 194px;
}
.p-top__news-btn {
  margin-top: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-top__news-btn img {
  width: 44px;
}
.p-top__news-btn a::after {
  display: none;
}
.p-top__news-btn span {
  margin-top: -0.25em;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top__hero .js-top-slide {
    height: 73.3333333333vw;
    min-height: inherit;
  }
  .p-top__hero .js-top-slide img {
    height: 73.3333333333vw;
  }
  .p-top__hero .js-top-slide .c-pc-only {
    display: none !important;
  }
  .p-top__hero .js-top-slide .c-sp-only {
    display: block !important;
  }
  .p-top__hero-01 {
    height: 73.3333333333vw;
  }
  .p-top__hero-01 .textbox .catch {
    font-size: 6.4vw;
    line-height: 1.25;
  }
  .p-top__hero-02 {
    height: 73.3333333333vw;
  }
  .p-top__hero-02 .textbox .catch {
    font-size: 6.1333333333vw;
  }
  .p-top__hero-02 .textbox .text {
    font-size: 2.6666666667vw;
    margin-top: 3.3333333333vw;
  }
  .p-top__hero-03 {
    height: 73.3333333333vw;
  }
  .p-top__hero-03 .textbox {
    padding: 0;
    width: 92vw;
    top: 6.6666666667vw;
    transform: translateX(-50%);
  }
  .p-top__hero-03 .textbox .catch {
    font-size: 6.1333333333vw;
  }
  .p-top__hero-03 .textbox .text {
    font-size: 2.6666666667vw;
    margin-top: 3.3333333333vw;
  }
  .p-top__news {
    width: 92vw;
    margin-top: 8vw;
  }
  .p-top__news-title {
    width: 16.4vw;
  }
  .p-top__news-title img {
    width: 100%;
  }
  .p-top__news-list {
    margin-top: 5.3333333333vw;
  }
  .p-top__news-catch-wrap {
    display: block;
    padding: 3.3333333333vw 13.3333333333vw 3.3333333333vw 0;
  }
  .p-top__news-catch-wrap::before, .p-top__news-catch-wrap::after {
    width: 4.4vw;
    height: 2px;
  }
  .p-top__news-catch-wrap::after {
    transform: rotate(90deg);
  }
  .p-top__news-catch-wrap.is-open::after {
    display: none;
  }
  .p-top__news-date {
    width: 100%;
    font-size: 2.9333333333vw;
  }
  .p-top__news-catch {
    width: 100%;
    font-size: 2.9333333333vw;
  }
  .p-top__news-text {
    padding: 0 13.3333333333vw 3.3333333333vw 0;
    font-size: 2.9333333333vw;
  }
  .p-top__news-btn {
    margin-top: 5.3333333333vw;
    width: 68vw;
  }
  .p-top__news-btn img {
    width: 8.8vw;
  }
  .p-top__news-btn a::after {
    display: none;
  }
  .p-top__news-btn span {
    display: block;
    line-height: 1;
  }
}