@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
.header {
  position: fixed;
  top: -200px;
  transition: all 1s ease-out;
  visibility: hidden;
}
.header.show {
  top: 0;
  visibility: visible;
}

/* top */
/* ============================================ */
.top-mainvisual {
  min-height: 950px;
}
@media (width < 896px) {
  .top-mainvisual {
    min-height: 170dvh;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual {
    min-height: 880px;
  }
}
.top-mainvisual__wrapper {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.top-mainvisual__pc {
  min-height: 100dvh;
  position: absolute;
  top: -180px;
  left: -140px;
  overflow: hidden;
}
@media (width < 1440px) {
  .top-mainvisual__pc {
    top: -270px;
    left: -350px;
  }
}
@media screen and (max-width: 1367px) {
  .top-mainvisual__pc {
    left: -120px;
  }
}
@media (max-width: 1368px) and (max-height: 743px) {
  .top-mainvisual__pc {
    top: -220px;
  }
}
@media (width < 1025px) {
  .top-mainvisual__pc {
    top: -270px;
    left: -350px;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual__pc {
    display: none;
  }
}
.top-mainvisual__pc .top-mainvisual__catch {
  position: absolute;
  top: 550px;
  left: 588px;
  z-index: 20;
  text-align: center;
}
@media (max-width: 1368px) and (max-height: 743px) {
  .top-mainvisual__pc .top-mainvisual__catch {
    top: 450px;
    left: 470px;
  }
}
.top-mainvisual__pc .top-mainvisual__catch h1 {
  margin-top: 10%;
  text-align: center;
}
.top-mainvisual__pc .top-mainvisual__catch h1 img {
  width: 100%;
  max-width: 210px;
}
@media (max-width: 1368px) and (max-height: 743px) {
  .top-mainvisual__pc .top-mainvisual__catch h1 img {
    width: 168px;
  }
}
.top-mainvisual__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-mainvisual__sp {
    display: block;
    position: absolute;
    top: -215px;
    left: -33%;
    overflow: hidden;
  }
}
@media (width < 601px) {
  .top-mainvisual__sp {
    left: -55%;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__sp {
    top: -70px;
    left: -116px;
  }
}
@media (width < 415px) {
  .top-mainvisual__sp {
    left: -114px;
  }
}
@media (width < 394px) {
  .top-mainvisual__sp {
    left: -130px;
  }
}
@media (width < 391px) {
  .top-mainvisual__sp {
    left: -133px;
  }
}
@media (width < 361px) {
  .top-mainvisual__sp {
    left: -140px;
  }
}
@media (width < 332px) {
  .top-mainvisual__sp {
    left: -157px;
  }
}
@media (width < 321px) {
  .top-mainvisual__sp {
    left: -164px;
  }
}
.top-mainvisual__sp .top-mainvisual__catch {
  position: absolute;
  z-index: 20;
  text-align: center;
  top: 505px;
  left: 41%;
  transform: translateX(-50%);
}
@media all and (max-width: 480px) {
  .top-mainvisual__sp .top-mainvisual__catch {
    top: 255px;
    left: 41.5%;
  }
}
.top-mainvisual__sp .top-mainvisual__catch h1 {
  margin-top: 12%;
  text-align: center;
}
.top-mainvisual__sp .top-mainvisual__catch h1 img {
  width: 100%;
  max-width: 230px;
}
@media (width < 1441px) {
  .top-mainvisual__sp .top-mainvisual__catch h1 img {
    width: 184px;
  }
}
@media (width < 1025px) {
  .top-mainvisual__sp .top-mainvisual__catch h1 img {
    width: 138px;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual__sp .top-mainvisual__catch h1 img {
    width: 184px;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__sp .top-mainvisual__catch h1 img {
    width: 115px;
  }
}
.top-mainvisual__base img, .top-mainvisual__panel img {
  width: 1766px;
  max-width: none;
}
@media (max-width: 1368px) and (max-height: 743px) {
  .top-mainvisual__base img, .top-mainvisual__panel img {
    width: 1412.8px;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual__base img, .top-mainvisual__panel img {
    width: 1500px;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__base img, .top-mainvisual__panel img {
    width: 780px;
  }
}
.top-mainvisual__base {
  z-index: 0;
  overflow: hidden;
  position: relative;
}
.top-mainvisual__base img {
  animation: taiya 1s forwards;
  border-radius: 400px;
}
@keyframes taiya {
  0% {
    opacity: 0;
    transform: rotate(-60deg);
    transform-origin: center center;
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: center center;
  }
}
.top-mainvisual__panel li {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  animation: fadeIn 0.6s forwards;
  will-change: opacity;
}
.top-mainvisual__panel li:nth-child(1) {
  z-index: 1;
  animation-delay: 1s;
}
.top-mainvisual__panel li:nth-child(1) img.first {
  animation-delay: 0s;
}
.top-mainvisual__panel li:nth-child(1) img.second {
  animation-delay: 0s;
}
.top-mainvisual__panel li:nth-child(2) {
  z-index: 2;
  animation-delay: 1s;
}
.top-mainvisual__panel li:nth-child(2) img.first {
  animation-delay: 0s;
}
.top-mainvisual__panel li:nth-child(2) img.second {
  animation-delay: 0s;
}
.top-mainvisual__panel li:nth-child(3) {
  z-index: 3;
  animation-delay: 1.8s;
}
.top-mainvisual__panel li:nth-child(3) img.first {
  animation-delay: 1.4s;
}
.top-mainvisual__panel li:nth-child(3) img.second {
  animation-delay: 1.4s;
}
.top-mainvisual__panel li:nth-child(4) {
  z-index: 4;
  animation-delay: 1.8s;
}
.top-mainvisual__panel li:nth-child(4) img.first {
  animation-delay: 1.4s;
}
.top-mainvisual__panel li:nth-child(4) img.second {
  animation-delay: 1.4s;
}
.top-mainvisual__panel li:nth-child(5) {
  z-index: 5;
  animation-delay: 1.5s;
}
.top-mainvisual__panel li:nth-child(5) img.first {
  animation-delay: 1s;
}
.top-mainvisual__panel li:nth-child(5) img.second {
  animation-delay: 1s;
}
.top-mainvisual__panel li:nth-child(6) {
  z-index: 6;
  animation-delay: 2s;
}
.top-mainvisual__panel li:nth-child(6) img.first {
  animation-delay: 1s;
}
.top-mainvisual__panel li:nth-child(6) img.second {
  animation-delay: 1s;
}
.top-mainvisual__panel li:nth-child(7) {
  z-index: 7;
  animation-delay: 2.4s;
}
.top-mainvisual__panel li:nth-child(7) img.first {
  animation-delay: 1.4s;
}
.top-mainvisual__panel li:nth-child(7) img.second {
  animation-delay: 1.4s;
}
.top-mainvisual__panel li:nth-child(8) {
  z-index: 8;
  animation-delay: 2.4s;
}
.top-mainvisual__panel li:nth-child(9) {
  z-index: 9;
  animation-delay: 2.2s;
}
.top-mainvisual__panel li:nth-child(9) img.first {
  animation-delay: 2s;
}
.top-mainvisual__panel li:nth-child(9) img.second {
  animation-delay: 2s;
}
.top-mainvisual__panel li:nth-child(10) {
  z-index: 10;
  animation-delay: 2.2s;
}
.top-mainvisual__panel li:nth-child(10) img.first {
  animation-delay: 1.3s;
}
.top-mainvisual__panel li:nth-child(10) img.second {
  animation-delay: 1.3s;
}
.top-mainvisual__panel li:nth-child(11) {
  z-index: 11;
  animation-delay: 2.25s;
}
.top-mainvisual__panel li:nth-child(11) img.first {
  animation-delay: 1.2s;
}
.top-mainvisual__panel li:nth-child(11) img.second {
  animation-delay: 1.2s;
}
.top-mainvisual__panel li img.first {
  position: absolute;
  top: 0;
  left: 0;
  animation: fadeFirst 8s linear infinite;
}
.top-mainvisual__panel li img.second {
  position: absolute;
  top: 0;
  left: 0;
  animation: fadeSecond 8s linear infinite;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeFirst {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeSecond {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top-mainvisual__ttl img {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 1368px) and (max-height: 743px) {
  .top-mainvisual__ttl img {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual__ttl img {
    width: 280px;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__ttl img {
    width: 157.5px;
  }
}

.top-intro {
  text-align: center;
}
.top-intro__wrapper {
  position: relative;
  padding: 300px 0 500px;
}
@media screen and (max-width: 1367px) {
  .top-intro__wrapper {
    padding: 100px 0 500px;
  }
}
@media (max-width: 1368px) and (max-height: 743px) {
  .top-intro__wrapper {
    padding: 0 0 500px;
  }
}
@media (width < 1025px) {
  .top-intro__wrapper {
    padding: 300px 0 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-intro__wrapper {
    padding: 500px 0 600px;
  }
}
@media all and (max-width: 480px) {
  .top-intro__wrapper {
    padding: 45px 0 450px;
  }
}
@media (min-width: 1921px) {
  .top-intro__wrapper {
    padding: 300px 0 100px;
  }
}
.top-intro__inner {
  position: relative;
  z-index: 11;
}
.top-intro__txt p {
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media screen and (max-width: 1367px) {
  .top-intro__txt p {
    font-size: 1.6rem;
  }
}
.top-intro__txt p.first {
  font-size: 2.6rem;
  font-weight: 700;
  color: #0073bc;
  line-height: 1.7;
}
@media screen and (max-width: 1367px) {
  .top-intro__txt p.first {
    font-size: 2.1rem;
  }
}
.top-intro__txt p + p {
  margin-top: 25px;
}
.top-intro__txt p + .top-intro__link {
  margin-top: 50px;
}
@media screen and (max-width: 1367px) {
  .top-intro__txt p + .top-intro__link {
    margin-top: 38px;
  }
}
.top-intro__link {
  border-top: 1px solid #000;
  width: 240px;
  margin: auto;
}
@media all and (max-width: 480px) {
  .top-intro__link {
    padding-top: 5px;
  }
}
.top-intro__link a {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  font-size: clamp(1.5rem, 1.48rem + 0.1vw, 1.6rem);
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.top-intro__link a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 11px;
  height: 17px;
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
}
.top-intro__link a:hover {
  color: #0073bc;
  opacity: 1;
  transform: translateX(5px);
}
.top-intro__bottom.pc {
  position: absolute;
  bottom: 100px;
  margin-left: -42%;
  text-align: center;
  z-index: -1;
}
@media (min-width: 1921px) {
  .top-intro__bottom.pc {
    display: none;
  }
}
@media (width < 1681px) {
  .top-intro__bottom.pc {
    margin-left: -52%;
  }
}
@media (width < 1441px) {
  .top-intro__bottom.pc {
    margin-left: -62%;
  }
}
@media screen and (max-width: 1367px) {
  .top-intro__bottom.pc {
    margin-left: -65%;
  }
}
@media (width < 1201px) {
  .top-intro__bottom.pc {
    margin-left: -88%;
  }
}
@media (width < 1025px) {
  .top-intro__bottom.pc {
    margin-left: -50%;
  }
}
@media screen and (max-width: 767px) {
  .top-intro__bottom.pc {
    display: none;
  }
}
.top-intro__bottom.pc img {
  width: 3000px;
  max-width: none;
  animation: circle 25s linear infinite;
}
@media screen and (max-width: 1367px) {
  .top-intro__bottom.pc img {
    width: 2550px;
  }
}
@media (width < 1025px) {
  .top-intro__bottom.pc img {
    width: 2100px;
  }
}
.top-intro__bottom.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-intro__bottom.sp {
    display: block;
    position: absolute;
    left: -200%;
    bottom: 50px;
  }
}
@media (width < 601px) {
  .top-intro__bottom.sp {
    left: -280%;
  }
}
.top-intro__bottom.sp img {
  width: 4000px;
  max-width: none;
  animation: circle 45s linear infinite;
}
@media all and (max-width: 480px) {
  .top-intro__bottom.sp img {
    width: 2800px;
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.top-intro__movie {
  padding-bottom: clamp(55px, 5vw, 80px);
}
.top-intro__movie .top-common__txt p {
  word-break: keep-all;
}
.top-intro__movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 900px;
  height: auto;
}

.top-company {
  background: #1BB8CE;
  background: linear-gradient(90deg, rgb(27, 184, 206) 0%, rgb(0, 104, 183) 100%);
  padding: clamp(55px, 5vw, 80px) 0;
}
.top-company .top-common__txt h2, .top-company .top-common__txt p {
  color: #fff;
}
.top-company__box--large {
  display: flex;
  flex-direction: column;
  gap: 18px 0;
  max-width: 1920px;
  margin: auto;
}
@media all and (max-width: 480px) {
  .top-company__box--large {
    gap: 16px 0;
  }
}
.top-company__box--small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
  max-width: 1920px;
  margin: auto;
  background: #C0D5EA;
}
@media (width < 601px) {
  .top-company__box--small {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 80px;
  }
}
.top-company__card--large {
  position: relative;
  overflow: hidden;
}
.top-company__card--large:nth-child(even) .top-company__head {
  left: auto;
  right: 22%;
}
@media screen and (max-width: 1760px) {
  .top-company__card--large:nth-child(even) .top-company__head {
    right: 12.5%;
  }
}
@media (width < 1681px) {
  .top-company__card--large:nth-child(even) .top-company__head {
    right: 21%;
  }
}
@media (width < 1441px) {
  .top-company__card--large:nth-child(even) .top-company__head {
    right: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .top-company__card--large:nth-child(even) .top-company__head {
    top: 37%;
    right: 19%;
  }
}
@media (width < 701px) {
  .top-company__card--large:nth-child(even) .top-company__head {
    top: 7%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 480px) {
  .top-company__card--large:nth-child(even) .top-company__head {
    top: 4%;
  }
}
.top-company__card--large:nth-child(even) .top-company__circle {
  top: -74%;
  left: auto;
  right: -12%;
}
@media screen and (max-width: 1760px) {
  .top-company__card--large:nth-child(even) .top-company__circle {
    right: -20%;
  }
}
@media screen and (max-width: 1367px) {
  .top-company__card--large:nth-child(even) .top-company__circle {
    right: -20%;
  }
}
@media (width < 701px) {
  .top-company__card--large:nth-child(even) .top-company__circle {
    right: auto;
    left: 38%;
    transform: translate(-50%, 4%) !important;
  }
}
.top-company__card--large:nth-child(even) .top-company__circle.current {
  animation: moveright 1s forwards;
}
@media (width < 701px) {
  .top-company__card--large:nth-child(even) .top-company__circle.current {
    animation: movetop 1s forwards;
  }
}
.top-company__card--large:nth-child(even) .top-company__circle.current img {
  animation: rotation_r 0.8s linear forwards;
}
.top-company__card--large:last-child .top-company__head {
  left: 19%;
}
@media screen and (max-width: 1760px) {
  .top-company__card--large:last-child .top-company__head {
    left: 10.5%;
  }
}
@media (width < 1681px) {
  .top-company__card--large:last-child .top-company__head {
    left: 18%;
  }
}
@media screen and (max-width: 1520px) {
  .top-company__card--large:last-child .top-company__head {
    top: 33%;
    left: 20%;
  }
}
@media (width < 1441px) {
  .top-company__card--large:last-child .top-company__head {
    top: 34%;
    left: 20%;
  }
}
@media screen and (max-width: 1367px) {
  .top-company__card--large:last-child .top-company__head {
    left: 19.5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-company__card--large:last-child .top-company__head {
    top: 31%;
    left: 19%;
  }
}
@media (width < 701px) {
  .top-company__card--large:last-child .top-company__head {
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 480px) {
  .top-company__card--large:last-child .top-company__head {
    top: 7%;
  }
}
.top-company__card--large:last-child .top-company__head h3 {
  letter-spacing: 0.05em;
}
@media (width < 601px) {
  .top-company__card--large:last-child .top-company__circle {
    padding-top: 16%;
  }
}
.top-company__card--small {
  position: relative;
}
@media (width < 701px) {
  .top-company__img img {
    width: 100%;
  }
}
.top-company__circle {
  position: absolute;
  top: -74%;
  left: -12%;
}
@media screen and (max-width: 1760px) {
  .top-company__circle {
    left: -20%;
  }
}
@media (width < 701px) {
  .top-company__circle {
    top: -60%;
    left: 38%;
    transform: translate(-50%, 0) !important;
    width: 100%;
  }
}
.top-company__circle.current {
  animation: moveleft 1s forwards;
}
@media (width < 701px) {
  .top-company__circle.current {
    animation: movetop 1s forwards;
  }
}
.top-company__circle.current img {
  max-width: 1947px;
  animation: rotation 0.8s linear forwards;
}
@media (width < 601px) {
  .top-company__circle.current img {
    animation: rotation 0.5s linear forwards;
  }
}
@media (min-width: 1921px) {
  .top-company__circle.current img {
    max-width: 1500px;
  }
}
@keyframes moveleft {
  0% {
    left: -22%;
  }
  100% {
    left: -12%;
  }
}
@keyframes moveright {
  0% {
    right: -22%;
  }
  100% {
    right: -12%;
  }
}
@keyframes movetop {
  0% {
    top: -80%;
  }
  100% {
    top: -60%;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(-45deg);
    transform-origin: center center;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
}
@keyframes rotation_r {
  0% {
    transform: rotate(45deg);
    transform-origin: center center;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
}
.top-company__circle img {
  width: 78vw;
}
@media (width < 701px) {
  .top-company__circle img {
    width: 120vw;
    max-width: none;
  }
}
@media all and (max-width: 480px) {
  .top-company__circle img {
    width: 125vw;
  }
}
.top-company__head {
  position: absolute;
  text-align: center;
  font-weight: 700;
  top: 39%;
  left: 21%;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media (width < 1441px) {
  .top-company__head {
    left: 19%;
  }
}
@media screen and (max-width: 1024px) {
  .top-company__head {
    top: 35%;
  }
}
@media (width < 701px) {
  .top-company__head {
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 480px) {
  .top-company__head {
    top: 4%;
    width: calc(100% - 30px);
  }
}
.top-company__head h3 {
  font-size: 3rem;
  letter-spacing: 0.3em;
  color: #0073bc;
}
@media screen and (max-width: 1367px) {
  .top-company__head h3 {
    font-size: 2.2rem;
  }
}
@media (width < 701px) {
  .top-company__head h3 {
    font-size: clamp(2.2rem, 1.286rem + 4.57vw, 3rem);
  }
}
@media all and (max-width: 480px) {
  .top-company__head h3 {
    font-size: clamp(1.8rem, 0.6rem + 6vw, 2.4rem);
    line-height: 1.4;
  }
}
@media screen and (max-width: 1520px) {
  .top-company__head h3 br.portraitonly {
    display: block;
  }
}
.top-company__head p {
  font-size: clamp(1.3rem, 1.164rem + 0.36vw, 1.6rem);
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 1520px) {
  .top-company__head p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1367px) {
  .top-company__head p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-company__head p {
    font-size: 1.3rem;
  }
}
@media (width < 701px) {
  .top-company__head p {
    font-size: clamp(0.9rem, 0.353rem + 2.74vw, 1.55rem);
  }
}
@media all and (max-width: 480px) {
  .top-company__head p {
    font-weight: 400;
  }
}
.top-company .common-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  width: 100%;
}
@media screen and (max-width: 1367px) {
  .top-company .common-btn {
    bottom: 30px;
  }
}
@media (width < 701px) {
  .top-company .common-btn {
    bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .top-company .common-btn {
    bottom: 30px;
  }
}
.top-company .common-btn a {
  background: #fff;
  border-color: #fff;
  color: #0073bc;
}
@media (hover: hover) {
  .top-company .common-btn a:hover {
    opacity: 1;
    background: #0073bc;
    color: #fff;
    border-color: #0073bc;
  }
  .top-company .common-btn a:hover::after {
    width: 100%;
    border-radius: 100vmax;
    background: #0073bc;
  }
  .top-company .common-btn a:hover::before {
    filter: brightness(0) invert(1);
  }
}
.top-company .common-btn a::before {
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
  filter: none;
}

.top-numbers {
  padding: clamp(55px, 5vw, 80px) 0;
}
@media screen and (max-width: 767px) {
  .top-numbers .width {
    width: calc(100% - 30px);
  }
}
.top-numbers .top-common__txt p {
  margin: 13px auto 40px;
}
@media all and (max-width: 480px) {
  .top-numbers .top-common__txt p {
    margin: 20px auto 70px;
  }
}
.top-numbers__list {
  margin: auto;
  color: #0073bc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1367px) {
  .top-numbers__list {
    justify-content: center;
    gap: 50px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-numbers__list {
    gap: 50px 0;
  }
}
.top-numbers__list li {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-numbers__list li {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .top-numbers__list li {
    width: 100%;
  }
}
.top-numbers h3 {
  font-weight: 700;
  font-size: 2.8rem;
  word-break: keep-all;
}
@media screen and (max-width: 1367px) {
  .top-numbers h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top-numbers h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .top-numbers h3 {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
}
.top-numbers h3.first {
  padding-left: 0.8em;
}
@media screen and (max-width: 1024px) {
  .top-numbers h3.first {
    padding-left: 1em;
  }
}
@media all and (max-width: 480px) {
  .top-numbers h3.first {
    padding-left: 0;
    margin-left: -0.2em;
  }
}
.top-numbers__count {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: -2em;
  line-height: 1.2;
}
@media all and (max-width: 480px) {
  .top-numbers__count {
    line-height: 1;
    width: 100%;
  }
}
.top-numbers__count p {
  font-weight: 700;
  font-size: 2.6rem;
  padding-bottom: 0.7em;
}
@media screen and (max-width: 1367px) {
  .top-numbers__count p {
    font-size: 2.1rem;
  }
}
@media all and (max-width: 480px) {
  .top-numbers__count p {
    font-size: 4rem;
    padding-bottom: 0.2em;
  }
}
.top-numbers__count + p {
  font-weight: 700;
  font-size: 2.2rem;
  color: #000;
  margin-top: -10px;
}
@media screen and (max-width: 1367px) {
  .top-numbers__count + p {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 480px) {
  .top-numbers__count + p {
    margin-top: 0;
  }
}
.top-numbers__number {
  font-weight: 700;
  font-size: 14rem;
  font-family: "Anton", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1367px) {
  .top-numbers__number {
    font-size: 11rem;
  }
}
.top-numbers__notetxt {
  width: 100%;
  color: #000;
  font-size: 1.5rem !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 1367px) {
  .top-numbers__notetxt {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .top-numbers__notetxt {
    font-size: min(4vw, 1.4rem) !important;
  }
}
.top-numbers .common-btn {
  margin-top: 35px;
}
.top-numbers .common-btn a::before {
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .top-numbers .common-btn a:hover::before {
    filter: none;
  }
}

.top-people {
  background: #0068b7;
  background: linear-gradient(90deg, rgb(0, 104, 183) 0%, rgb(27, 184, 206) 100%);
  padding: clamp(55px, 5vw, 80px) 0;
}
.top-people .top-common__txt h2, .top-people .top-common__txt p {
  color: #fff;
}
.top-people__wrapper {
  max-width: 1920px;
  margin: auto;
}
.top-people__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  margin: 50px auto 0;
  color: #fff;
  width: calc(100% - 20px);
  max-width: 1400px;
  text-align: center;
}
@media screen and (max-width: 1367px) {
  .top-people__list {
    gap: 50px;
  }
}
@media all and (max-width: 480px) {
  .top-people__list {
    margin: 25px auto 0;
    gap: 30px 10%;
  }
}
.top-people__txt {
  width: 185px;
}
@media all and (max-width: 480px) {
  .top-people__txt {
    width: 40%;
  }
}
.top-people__link {
  border-top: 1px solid #fff;
  margin: 10px auto 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  .top-people__link {
    padding-top: 5px;
  }
}
.top-people__link a {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 1367px) {
  .top-people__link a {
    font-size: 1.5rem;
  }
}
.top-people__link a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 12px;
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1367px) {
  .top-people__link a::before {
    width: 6px;
    height: 9px;
  }
}
.top-people__link a:hover {
  opacity: 1;
  transform: translateX(5px);
}
.top-people hgroup {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media all and (max-width: 480px) {
  .top-people hgroup {
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1367px) {
  .top-people hgroup p {
    font-size: 1.3rem;
  }
}
.top-people hgroup h3 {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 1367px) {
  .top-people hgroup h3 {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 480px) {
  .top-people hgroup h3 {
    letter-spacing: 0.2em;
  }
}
.top-people .common-btn {
  margin-top: 80px;
}
@media screen and (max-width: 1367px) {
  .top-people .common-btn {
    margin-top: 55px;
  }
}
.top-people .common-btn a {
  background: #fff;
  color: #0073bc;
  border-color: #fff;
}
.top-people .common-btn a::before {
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
  filter: none;
}
@media (hover: hover) {
  .top-people .common-btn a:hover {
    background: #0073bc;
    color: #fff;
    border-color: #fff;
  }
  .top-people .common-btn a:hover::after {
    background: #0073bc;
  }
  .top-people .common-btn a:hover::before {
    filter: brightness(0) invert(1);
  }
}

.top-training {
  padding: clamp(55px, 5vw, 80px) 0;
}
.top-training .top-common__txt h2 {
  color: #000;
}
.top-training ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .top-training ul {
    gap: 30px;
  }
}
@media all and (max-width: 480px) {
  .top-training ul {
    gap: 5px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1367px) {
  .top-training ul img {
    max-width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .top-training ul img {
    max-width: 100%;
  }
}
.top-training .common-btn {
  margin-top: 35px;
}
.top-training .common-btn a {
  background: #0073bc;
  color: #fff;
  border-color: #0073bc;
}
.top-training .common-btn a::before {
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .top-training .common-btn a:hover {
    opacity: 1;
    color: #0073bc;
    border-color: #0073bc;
  }
  .top-training .common-btn a:hover::after {
    background: #fff;
  }
  .top-training .common-btn a:hover::before {
    background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
    filter: none;
  }
}

.top-common__txt {
  text-align: center;
  font-weight: 700;
}
.top-common__txt h2 {
  font-size: 4.2rem;
  letter-spacing: 0.4em;
  color: #0073bc;
  word-break: keep-all;
}
@media screen and (max-width: 1367px) {
  .top-common__txt h2 {
    font-size: 3.4rem;
  }
}
@media all and (max-width: 480px) {
  .top-common__txt h2 {
    font-size: 2.6rem;
    letter-spacing: 0.2em;
  }
}
.top-common__txt p {
  margin: 13px auto clamp(60px, 5vw, 85px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 1367px) {
  .top-common__txt p {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  .top-common__txt p {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 1.6rem);
    font-weight: 400;
    margin: 20px auto clamp(60px, 5vw, 85px);
  }
}