.section-top {
  position: relative;
  aspect-ratio: 7 / 3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 5%);
}
.slideshow {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation:
    fadeSlide 36s linear infinite, zoomRotate 60s ease-in-out infinite;
  transform-origin: 30% center;
}
.slide:nth-child(1) {
  animation-delay: 0s, 0s;
  background-image: url('../images/kv/kv01.jpg');
}
.slide:nth-child(2) {
  animation-delay: 12s, 4s;
  background-image: url('../images/kv/kv02.jpg');
}
.slide:nth-child(3) {
  animation-delay: 24s, 8s;
  background-image: url('../images/kv/kv03.jpg');
}
@media screen and (max-width: 767px) {
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation:
    fadeSlide 36s linear infinite, zoomRotate 60s ease-in-out infinite;
  transform-origin:20% center;
}
.slide:nth-child(1) {
  background-image: url('../images/kv/kv01_sp.jpg');
}
.slide:nth-child(2) {
  background-image: url('../images/kv/kv02_sp.jpg');
}
.slide:nth-child(3) {
  background-image: url('../images/kv/kv03_sp.jpg');
}
}	
@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomRotate {
  0% {
    transform: scale(1.0) rotate(0deg);
  }
  50% {
    transform: scale(1.4) rotate(5deg);
  }
  100% {
    transform: scale(1.0) rotate(0deg);
  }
}
.section-message {
  padding-top: 60px;
}
.section-message .ly_cont {
  background-image: url(../images/masseage.jpg);
  background-position: 30px bottom;
  background-size: 76% auto;
  background-repeat: no-repeat;
  padding-bottom: 140px;
  margin-bottom: 60px;
}
.section-top_box01 {
  max-width: 1260px;
  width: 100%;
  padding: 0 30px;
}
.section-top_tit {
  font-size: 2.6rem;
  color: var(--color-second);
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .section-top {
    aspect-ratio: unset;
    height: 50svh;
  }
  .section-top_tit {
    font-size: 2.0rem;
  }
}
.section-top_tit span {
  display: inline-block;
  position: relative;
}
.section-top_tit span::after {
  content: "";
  display: inline-block;
  width: 120%;
  height: 10px;
  position: absolute;
  top: 90%;
  left: 0px;
  background-image: url(../images/logo_parts.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.box01 {
  flex: 1;
  padding-left: 50px;
}
.section-recruit .box01, .section-news .box01 {
  padding-left: 0;
  padding-right: 20px;
}
.section-message_box02 {
  flex: 2;
  background-color: #fff;
  padding: 20px 7.5% 65px;
}
.section-message_box02 p {
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.section-message_box02 p span {
  font-size: 1.4rem;
}
.section-message_box02 p.last {
  color: var(--color-second);
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}
.section-message_box02 p.last::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  position: absolute;
  background-image: url(../images/logo_color.svg);
  background-repeat: no-repeat;
  margin-top: -13px;
  background-size: contain;
  transition: transform 0.3s;
}
.section-message_box02 p + p {
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .section-message .ly_cont {
    padding-bottom: 70px;
  }
  .section-message_box02 {
    padding: 20px 0 40px 5%;
  }
  .section-message_box02 p.last::after {
    width: 46px;
    height: 36px;
    margin-top: -5px;
    margin-left: -5px;
  }
  .section-message_box02 p.last::after {
    width: 46px;
    height: 36px;
    margin-top: -5px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .box01 {
    padding-left: 30px;
  }
  .section-recruit .box01 {
    padding-right: 0;
  }
  .section-message .ly_cont {
    padding-bottom: 140px;
    background-size: 100% auto;
    background-position: 0 bottom;
  }
  .section-message_box02 {
    padding: 20px 5% 40px 5%;
  }
  .section-message_box02 br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .section-message_box02 p {
    text-align: justify
  }
  .box01 {
    padding-left: 0;
  }
  .section-message_box02 {
    padding: 20px 0 40px 0;
  }
  .section-message_box02 p.last::after {
    width: 34px;
    margin-top: 1px;
    margin-left: -7px;
  }
}
#service{
	margin-top: -70px;
  padding-top: 70px;
}
.section-service_box02 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.section-service_box02 img {
  display: block;
}
.section-service_box02 li {
  width: 31.66%;
}
.section-service_box02_txt {
  background-color: #fff;
  margin: -20px 15px 20px;
  position: relative;
  padding: 20px 20px;
  font-size: 1.4rem;
}
.section-service_box02_txt p {
  font-size: 1.45rem;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .section-service_box02_txt {
    margin: -20px 10px 20px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-service_box02 li {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.section-recruit {
  background-image: url(../images/recrute_bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 70%;
  padding: 48px 0;
  background-repeat: repeat-y;
}
.section-recruit p {
  margin-top: 20px;
}
.section-recruit ul {
  margin-top: 20px;
  font-size: 1.6rem
}
.section-recruit li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .section-recruit {
    padding: 36px 0 40px;
  }
  .section-recruit p {
    margin-bottom: 40px;
  }
  .section-recruit button a {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .section-recruit p {
    margin-bottom: 20px;
  }
  .section-recruit p:last-of-type {
    margin-bottom: 30px;
  }
  .section-recruit ul {
    font-size: 1.4rem;
  }
}
.section-news {
  margin-top: 60px;
  font-family: var(--primary-font2);
}
.section-news .box01 {
  flex: 1;
  font-family: var(--primary-font2);
}
.section-news .section-news_box02 {
  flex: 2;
  font-family: var(--primary-font2);
}
.section-news .btn_area {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.section-news .section-news_box02 time {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--color-second);
  padding: 10px 0;
  line-height: 1.4;
}
.section-news .section-news_box02 p {
  font-family: var(--primary-font2);
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  border-top: 1px solid var(--color-second);
  line-height: 1.4;
  padding: 10px 0;
  flex: 1;
}
.section-news .section-news_box02 ul {
  border-bottom: 1px solid var(--color-second);
}
.section-news .section-news_box02 li {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .section-news .section-news_box02 {
    margin-top: 20px;
  }
  .section-news button {
    width: 100%;
  }
  .section-news .btn_area {
    justify-content: center;
    margin-top: 40px;
  }
  .section-news .section-news_box02 li {
    flex-direction: column;
    border-top: 1px solid var(--color-second);
  }
  .section-news .section-news_box02 time {
    align-items: flex-start;
    justify-content: flex-start;
    border-top: none;
    padding: 10px 0 0;
    width: 100%;
  }
  .section-news .section-news_box02 p {
    border-top: none;
    padding: 3px 0 10px 0;
    font-size: 1.4rem;
  }
}
/* TOPアニメーション */
.vew {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 4px 0;
}
.vew.is-active {
  --skewX: 0deg;
  --cover-x: 101%;
  --x: 0;
}
.vew::before, .vew::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(var(--cover-x, -101%));
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.vew::before {
  background: linear-gradient(to left, var(--color-second), rgba(17, 45, 88, 0.00));
}
.vew::after {
  transition-delay: 0.16s;
}
.word {
  text-transform: uppercase;
  transform: translateX(var(--x, -110%)) skewX(var(--skewX, 8deg));
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.3s;
}
/* アニメーション */
.section-message_box02 p.last.is-active::after {
  animation: bounce 0.6s ease;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.fadein {
  opacity: 0;
  transform: translateY(30px); 
  transition: opacity 0.8s ease, transform 0.8s ease;
}
/* フェードイン */
.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* ディレイ */
li:nth-of-type(1) .fadein {
  transition-delay: 0s;
}
li:nth-of-type(2) .fadein {
  transition-delay: 0.3s;
}
li:nth-of-type(3) .fadein {
  transition-delay: 0.6s;
}
.section-news_box02_post a:hover{
	color: #000;
	transition: 0.5s;
}
.section-news_box02_post a:hover{
	color: #2360BA;
}