@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
body {
  background-color: #f7f7f7;
}

@media all and (max-width: 750px) {
  #mv .page_title {
    top: 58%;
    gap: 30px;
  }
  #mv .page_title .en {
    font-size: 28px;
  }
  #mv .page_title .jp::before {
    top: -14px;
    width: 55px;
  }
}

#ceo {
  position: relative;
  z-index: 1;
  padding: 50px 0 80px;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  #ceo {
    padding: 55px 0 170px;
  }
}
#ceo::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(340deg, rgba(4, 126, 132, 0.9) 20%, rgba(44, 162, 168, 0.9) 100%);
  height: 38vw;
  width: 100%;
}
@media all and (min-width: 751px) {
  #ceo::before {
    background: linear-gradient(300deg, rgba(4, 126, 132, 0.9) 20%, rgba(44, 162, 168, 0.9) 80%);
    height: 220px;
  }
}
@media all and (max-width: 750px) {
  #ceo::after {
    position: absolute;
    content: "";
    background-image: url(../images/message/bgtext_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 102%;
    height: 38vw;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    mix-blend-mode: overlay;
  }
}
@media all and (min-width: 751px) {
  #ceo::after {
    position: absolute;
    content: "MESSAGE FROM CEO";
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    font-style: normal;
    color: #f7f7f7;
    opacity: 0.15;
    mix-blend-mode: overlay;
    font-weight: 900;
    font-size: 126px;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}
#ceo .title {
  background-color: #fff;
  color: #00787e;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 1.3em 0.2em;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  #ceo .title {
    font-size: 19px;
    padding: 0.33em 1.5em 0.18em;
    margin-bottom: 50px;
  }
}
#ceo .image {
  margin-bottom: 35px;
}
@media all and (min-width: 751px) {
  #ceo .image {
    margin-inline: auto;
    width: min(700px, 70%);
    margin-bottom: 50px;
  }
}
#ceo .wrap:not(:last-child) {
  margin-bottom: 60px;
}
@media all and (min-width: 751px) {
  #ceo .wrap:not(:last-child) {
    margin-bottom: 100px;
  }
}
#ceo .head {
  color: #00787e;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 17px;
  margin-bottom: 14px;
}
@media all and (min-width: 751px) {
  #ceo .head {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
#ceo .texts {
  text-align: center;
}
#ceo .texts p {
  font-weight: bold;
  font-size: 12px;
  line-height: 2.25;
  letter-spacing: 0.08em;
}
@media all and (min-width: 751px) {
  #ceo .texts p {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}
#ceo .texts p:not(:last-child) {
  margin-bottom: 2em;
}
@media all and (min-width: 751px) {
  #ceo .texts p:not(:last-child) {
    margin-bottom: 3.2em;
  }
}
@media all and (max-width: 750px) {
  #ceo .texts p.non_space {
    letter-spacing: 0.06em;
    margin-inline: -25px;
  }
}
#ceo .texts p.big {
  font-size: 13px;
}
@media all and (min-width: 751px) {
  #ceo .texts p.big {
    font-size: 20px;
  }
}