.top-fv {
  position: relative;
  width: 100%;
  height: 930px;
  max-height: 960px;
  background-image: url("../../assets/images/top-fv-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 60% left 20%;
}
@media screen and (max-width: 767px) {
  .top-fv {
    height: 632px;
  }
}
.top-fv-content {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  background: #41A8D8;
  border-radius: 50px;
  max-width: 1320px;
  height: 700px;
  margin-inline: auto;
  margin-top: 138px;
  display: flex;
}
.top-fv-content::before, .top-fv-content::after {
  content: "";
  width: auto;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 50px;
  left: 50px;
}
.top-fv-content::before {
  top: 50px;
}
.top-fv-content::after {
  bottom: 50px;
}
.top-fv-content-image {
  width: 50%;
  height: 100%;
  background-image: url(../images/top-fv-content.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 0px 0px 50px;
}
.top-fv-content-text {
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
}
.top-fv-content-text h1 {
  width: 707px;
  margin-bottom: 15px;
}
.top-fv-content-text h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 10px;
  background: #FFE100;
  padding: 15px 24px;
  font-size: 39px;
  white-space: nowrap;
  margin-bottom: 40px;
  font-weight: 700;
}
.top-fv-content-text h2 span {
  font-size: 32px;
  font-weight: 500;
}
.top-fv-content-text .circle-wrap {
  display: flex;
  gap: 10px;
}
.top-fv-content-text .circle-wrap > div {
  width: 220px;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.top-fv-content-text .circle-wrap > div > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.top-fv-content-text .circle-wrap > div > div p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 500;
  line-height: 100%;
}
.top-fv-content-text .circle-wrap > div > div p:nth-of-type(1) {
  color: #41A8D8;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  margin-bottom: 8px;
}
.top-fv-content-text .circle-wrap > div > div p:nth-of-type(2) {
  font-size: 48px;
}
.top-fv-content-text .circle-wrap > div > div p:nth-of-type(2) span {
  font-size: 40px;
}
.top-fv-content-btn {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 50px;
  bottom: 27px;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid #72C6CA;
  background: #FFF;
  text-align: center;
  color: #72C6CA;
  line-height: 1;
  font-weight: 700;
}
.top-fv-content-btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/ext.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.top-fv-content-btn:hover {
  background: #8EEEF3;
  border-color: #8EEEF3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-fv-content {
    top: 86px;
    bottom: unset;
    margin-top: 0;
    display: block;
    height: 458px;
    margin-inline: 16px;
  }
  .top-fv-content::after, .top-fv-content::before {
    display: none;
  }
  .top-fv-content-image {
    background-image: url(../images/top-fv-content_sp.png);
    width: 100%;
    height: 50%;
    border-radius: 50px 50px 0px 0px;
  }
  .top-fv-content-text {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    padding: 25px 21px;
  }
  .top-fv-content-text h1 {
    width: auto;
  }
  .top-fv-content-text h2 {
    font-size: 17px;
    padding: 7px 10px;
    margin-bottom: 9px;
  }
  .top-fv-content-text h2 span {
    font-size: 12px;
  }
  .top-fv-content-text .circle-wrap {
    gap: 4px;
    justify-content: center;
  }
  .top-fv-content-text .circle-wrap > div {
    width: 93px;
  }
  .top-fv-content-text .circle-wrap > div > div p:nth-of-type(1) {
    font-size: 13px;
  }
  .top-fv-content-text .circle-wrap > div > div p:nth-of-type(2) {
    font-size: 19px;
  }
  .top-fv-content-text .circle-wrap > div > div p:nth-of-type(2) span {
    font-size: 16px;
  }
  .top-fv-content-btn {
    position: unset;
    width: 84%;
    margin: auto;
    font-size: 18px;
    letter-spacing: 0.54px;
  }
}
.top-fv-text {
  position: absolute;
  right: 8%;
  top: 24%;
  font-size: 90px;
  color: #1E2877;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1279px) {
  .top-fv-text {
    font-size: clamp(36px, 5vw, 80px);
  }
}
@media screen and (max-width: 1079px) {
  .top-fv-text {
    writing-mode: vertical-rl;
    line-height: 1;
    font-size: 36px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  }
}
.top-fv-text strong {
  font-size: 144px;
  font-weight: 900;
}
@media screen and (max-width: 1279px) {
  .top-fv-text strong {
    font-size: clamp(54px, 8vw, 126px);
  }
}
@media screen and (max-width: 1079px) {
  .top-fv-text span {
    display: block;
  }
}
@media screen and (max-width: 1079px) {
  .top-fv-text span:last-child {
    padding-top: clamp(42px, 7vw, 108px);
  }
}
.top-fv__movie {
  position: absolute;
  right: 200px;
  bottom: 60px;
  width: 400px;
  height: 226px;
}
.top-fv__movie-title {
  position: absolute;
  bottom: -45px;
  left: -20px;
  font-size: 60px;
  color: #FFF;
  letter-spacing: 5px;
  font-weight: 700;
  text-shadow: 1px 1px 0 #1E2877, -1px -1px 0 #1E2877, -1px 1px 0 #1E2877, 1px -1px 0 #1E2877, 0px 1px 0 #1E2877, 0 -1px 0 #1E2877, -1px 0 0 #1E2877, 1px 0 0 #1E2877;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-fv__movie-title {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 50px;
    margin-bottom: -12px;
  }
}
.top-fv__movie-text {
  position: absolute;
  right: -48px;
  top: 0;
  font-size: 24px;
  color: #1E2877;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-fv__movie-text {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .top-fv__movie-text {
    position: relative;
    font-size: 20px;
    right: auto;
    top: auto;
  }
}
.top-fv__movie-link {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-fv__movie-link {
    margin: auto;
  }
}
.top-fv__movie-link:hover {
  opacity: 0.7;
}
.top-fv__movie-link img {
  width: 100%;
  height: 100%;
}

.top-link a {
  border-radius: 50px;
  border: 2px solid #FFF;
  background: #72C6CA;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  color: #FFF;
  text-decoration: none;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .top-link a {
    width: 216px;
    height: 48px;
    padding-right: 24px;
    font-size: 14px;
  }
}
.top-link a:hover {
  transform: translateY(2px);
  background: #8EEEF3;
}
.top-link a span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-link a span::after {
  display: block;
  content: "";
  z-index: 1;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 13px;
  margin: auto;
  background-image: url("../images/arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .top-link a span::after {
    right: -24px;
    top: 2px;
    width: 10px;
    height: 10px;
  }
}
.top-link.center a {
  margin-right: auto;
}
.top-link.long a {
  width: 420px;
}
.top-link.long a .--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-link.long a {
    width: 240px;
    height: 64px;
    padding-right: 48px;
  }
  .top-link.long a span::before {
    right: -56px;
  }
  .top-link.long a .--sp {
    display: block;
  }
}

.top-about {
  position: relative;
  overflow: hidden;
  padding: 100px;
}
.top-about .title-wrap {
  max-width: 1220px;
  margin: auto;
  width: calc(100% - 2rem);
  position: relative;
}
.top-about .title-wrap .titleJa span {
  color: #41A8D8;
}
.top-about-inner {
  padding: 60px 0;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% - 2rem);
  max-width: 1220px;
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .top-about-inner {
    display: block;
  }
}
.top-about__content {
  display: flex;
  padding-right: 60px;
}
@media screen and (max-width: 1079px) {
  .top-about__content {
    padding-right: 0;
  }
}
.top-about__content--concept {
  width: 32px;
  height: 342px;
  flex-shrink: 0;
  color: #41A8D8;
  font-feature-settings: "vert" on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 1079px) {
  .top-about__content--concept {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__content--concept {
    writing-mode: vertical-rl;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.top-about__content--concept:nth-of-type(1) {
  margin-top: 58px;
}
.top-about__content--detail {
  padding-left: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 1079px) {
  .top-about__content--detail {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .top-about__content--detail {
    margin-left: 14px;
  }
}
.top-about__movie {
  filter: drop-shadow(0px 6px 6px #9BB0BB);
  aspect-ratio: 143/80;
  border-radius: 30px;
}
.top-about__movie iframe {
  border-radius: 30px;
}
.top-about-img {
  margin-top: 40px;
}
@media screen and (max-width: 1079px) {
  .top-about-img {
    display: none;
  }
}
.top-about-companyName {
  display: flex;
  width: 680vw;
  font-size: 21vw;
  line-height: 1;
  font-weight: 700;
  margin: 0 2vw;
  animation: infinityScroll 20s infinite linear 0.1s both;
}
@media screen and (max-width: 1079px) {
  .top-about-companyName {
    animation: infinityScroll 15s infinite linear 0.1s both;
  }
}
.top-about-companyName--wrap {
  width: 100%;
  overflow: hidden;
}
.top-about-companyName p {
  width: 25%;
  text-align: center;
  background: linear-gradient(to right, rgba(30, 40, 119, 0.15), rgba(30, 40, 119, 0.04) 50%, rgba(30, 40, 119, 0.1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 30px 16px;
  }
  .top-about-inner {
    padding-block: 16px;
    display: flex;
    flex-direction: column-reverse;
  }
  .top-about__movie {
    margin-bottom: 10px;
  }
  .top-about__movie-link {
    width: 343px;
  }
  .top-about__content--detail {
    padding-top: 42px;
    padding-left: 0;
  }
}

.top-attraction {
  background: #41A8D8;
  padding: 100px 110px;
  position: relative;
}
.top-attraction::before {
  content: "";
  width: 400px;
  height: 216.588px;
  flex-shrink: 0;
  display: block;
  position: absolute;
  top: 63px;
  right: 13%;
  background-image: url(../images/attraction.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.top-attraction .title-wrap {
  max-width: 1220px;
  margin: 0 auto 60px;
  width: calc(100% - 2rem);
  position: relative;
}
.top-attraction .title-wrap .titleEn {
  color: rgba(255, 255, 255, 0.3);
}
.top-attraction .title-wrap .titleJa {
  color: #FFF;
}
.top-attraction .title-wrap .titleJa span {
  color: #F8DB00;
}
.top-attraction-inner {
  max-width: 1220px;
  margin: auto;
}
.top-attraction-content {
  border-radius: 50px;
  background: #FFF;
  padding: 40px;
  display: flex;
  align-items: start;
  gap: 60px;
  filter: drop-shadow(0px 6px 6px #9BB0BB);
}
.top-attraction-content--list {
  flex-shrink: 0;
}
.top-attraction-content--list p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4B4B4B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.54px;
  margin-bottom: 0;
}
.top-attraction-content--list p:nth-of-type(2), .top-attraction-content--list p:nth-of-type(1) {
  margin-bottom: 25px;
}
.top-attraction-content--list p::before {
  content: "";
  display: block;
  width: 24px;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-color: #41A8D8;
  border-radius: 50%;
}
.top-attraction-content--desc {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.48px;
}
.top-attraction-content--desc a {
  display: block;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 50px;
  border: 2px solid #FFF;
  background: #72C6CA;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
  text-decoration: none;
}
.top-attraction-content--desc a::after {
  display: inline-block;
  content: "";
  z-index: 1;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 13px;
  margin: auto;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top-attraction-content--desc a:hover {
  background: #8EEEF3;
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .top-attraction {
    padding: 30px 16px;
  }
  .top-attraction .title-wrap {
    margin-bottom: 30px;
  }
  .top-attraction .title-wrap .titleEn {
    font-size: 42px;
  }
  .top-attraction::before {
    display: none;
  }
  .top-attraction-content {
    flex-wrap: wrap;
    padding: 20px 24px;
    gap: 20px;
  }
  .top-attraction-content--list p {
    font-size: 16px;
    gap: 8px;
  }
  .top-attraction-content--list p::before {
    width: 20px;
  }
}

.top-environment {
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width: 1079px) {
  .top-environment {
    padding: 80px 0;
  }
}
.top-environment .title-wrap .titleJa span {
  color: #41A8D8;
}
.top-environment-inner {
  width: calc(100% - 2rem);
  max-width: 1220px;
  margin: auto;
}
.top-environment-desc {
  margin-block: 60px;
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.48px;
}
.top-environment-content {
  display: flex;
  justify-content: space-between;
}
.top-environment-content__item {
  padding: 60px 40px;
  position: relative;
  color: #FFF;
  width: 395px;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 395/350;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  overflow: hidden;
  border-radius: 50px;
  filter: drop-shadow(0px 6px 6px #9BB0BB);
}
.top-environment-content__item:hover {
  color: #fff;
}
.top-environment-content__item:nth-of-type(1) {
  background-image: url(../images/environment01.png);
}
.top-environment-content__item:nth-of-type(2) {
  background-image: url(../images/environment02.png);
}
.top-environment-content__item:nth-of-type(3) {
  background-image: url(../images/environment03.png);
}
.top-environment-content__item:hover .top-environment-content__item-circle {
  background: #fff;
  border: 1px solid #F8DB00;
}
.top-environment-content__item:hover .top-environment-content__item-circle::before {
  background-image: url(../images/arrow-right2.png);
}
.top-environment-content__item-circle {
  position: absolute;
  width: 156px;
  height: 156px;
  background: #72C6CA;
  border-radius: 50%;
  bottom: -75px;
  right: -75px;
  border: 1px solid #fff;
  transition: all 0.4s ease;
}
.top-environment-content__item-circle::before {
  content: "";
  display: block;
  background-image: url(../images/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 20%;
  left: 18%;
}
@media screen and (max-width: 991px) {
  .top-environment-content__item {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .top-environment-content__item {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
.top-environment-content__item-title {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1.8px;
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.top-environment-content__item-title span {
  font-size: 30px;
}
@media screen and (max-width: 991px) {
  .top-environment-content__item-title {
    font-size: 21px;
    letter-spacing: 1.5px;
  }
}
.top-environment-content__item-text {
  font-size: 24px;
  margin-bottom: 0;
  letter-spacing: 2;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .top-environment-content__item-text {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .top-environment {
    overflow: hidden;
  }
  .top-environment-content {
    flex-wrap: wrap;
    gap: 20px;
  }
  .top-environment-content__item {
    padding: 20px 30px 80px;
    aspect-ratio: 327/150;
    width: 100%;
    border-radius: 30px;
  }
  .top-environment-content__item:nth-of-type(1) {
    background-image: url(../images/environment01_sp.png);
  }
  .top-environment-content__item:nth-of-type(2) {
    background-image: url(../images/environment02_sp.png);
  }
  .top-environment-content__item:nth-of-type(3) {
    background-image: url(../images/environment03_sp.png);
  }
  .top-environment-content__item-text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .top-environment-content__item-title {
    position: relative;
    left: unset;
    bottom: unset;
    font-size: 24px;
  }
  .top-environment-content__item-title span {
    font-size: 20px;
  }
  .top-environment-content__item-circle {
    width: 135.463px;
    height: 135.463px;
  }
}

.top-contents {
  position: relative;
  padding-block: 150px;
  background: #41A8D8;
}
@media screen and (max-width: 1079px) {
  .top-contents {
    padding-top: 80px;
  }
}
.top-contents::before {
  position: absolute;
  content: "";
  left: 0;
  top: 150px;
  width: 100%;
  height: calc(100% - 150px);
  z-index: -1;
  background: linear-gradient(to bottom, rgba(30, 41, 119, 0), rgba(30, 41, 119, 0.1) 43%, rgba(30, 41, 119, 0.2));
}
.top-contents > .top-link {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-contents {
    overflow: hidden;
    padding: 30px 16px;
  }
  .top-contents > .top-link {
    display: block;
    margin-top: 30px;
  }
  .top-contents > .top-link a {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.top-data {
  width: calc(100% - 2rem);
  max-width: 1220px;
  margin: auto;
  display: flex;
  gap: 60px;
}
.top-data .title-wrap .titleEn {
  color: rgba(255, 255, 255, 0.3);
}
.top-data .title-wrap .titleJa {
  color: #FFF;
}
.top-data .title-wrap .titleJa span {
  color: #F8DB00;
}
@media screen and (max-width: 1079px) {
  .top-data {
    padding: 80px 0;
  }
}
.top-data .top-link {
  position: absolute;
  bottom: 0;
}
.top-data-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 50%;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top-data-lists {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
  }
}
.top-data-lists__item {
  padding: 34px;
  background-color: #FFF;
  border-radius: 30px;
  position: relative;
}
.top-data-lists__item::after {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 34px;
  right: 34px;
}
.top-data-lists__item:nth-of-type(1)::after {
  background-image: url(../images/data01.png);
  width: 100px;
  height: 99.984px;
  aspect-ratio: 100/99.98;
}
.top-data-lists__item:nth-of-type(2)::after {
  background-image: url(../images/data02.png);
  width: 100px;
  height: 99.984px;
  aspect-ratio: 100/99.98;
}
.top-data-lists__item:nth-of-type(3)::after {
  background-image: url(../images/data03.png);
  width: 100px;
  height: 99.984px;
  aspect-ratio: 100/99.98;
}
.top-data-lists__item:nth-of-type(4)::after {
  background-image: url(../images/data04.png);
  width: 66.241px;
  height: 99.983px;
  aspect-ratio: 66.24/99.98;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .top-data-lists__item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-data-lists__item--caption {
  color: #4B4B4B;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.66px;
  margin-bottom: 0;
}
@media screen and (max-width: 1079px) {
  .top-data-lists__item--caption {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-data-lists__item--caption {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.top-data-lists__item--number {
  margin-bottom: 0;
  color: #4B4B4B;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.66px;
}
@media screen and (max-width: 1079px) {
  .top-data-lists__item--number {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-data-lists__item--number {
    font-size: 16px;
  }
}
.top-data-lists__item--number strong {
  color: #4B4B4B;
  font-size: 69px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.07px;
}
@media screen and (max-width: 1079px) {
  .top-data-lists__item--number strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-data-lists__item--number strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top-data {
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap-reverse;
    padding: 0;
  }
  .top-data .title-wrap .top-link {
    display: none;
  }
  .top-data-lists {
    width: 100%;
  }
  .top-data-lists__item {
    padding: 20px;
  }
  .top-data-lists__item--caption {
    position: relative;
    z-index: 1;
  }
  .top-data-lists__item:nth-of-type(1)::after {
    width: 62px;
    bottom: 18px;
    right: 20px;
    height: 62px;
    aspect-ratio: unset;
  }
  .top-data-lists__item:nth-of-type(2)::after {
    width: 62px;
    bottom: 18px;
    right: 20px;
    height: 62px;
    aspect-ratio: unset;
  }
  .top-data-lists__item:nth-of-type(3)::after {
    width: 62px;
    bottom: 18px;
    right: 20px;
    height: 62px;
    aspect-ratio: unset;
  }
  .top-data-lists__item:nth-of-type(4)::after {
    width: 41px;
    bottom: 18px;
    right: 20px;
    height: 62px;
    aspect-ratio: unset;
  }
}

.top-recruit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    background: none;
    height: auto;
    padding-top: 0;
  }
}
.top-recruit-inner {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 1220px;
}
@media screen and (max-width: 767px) {
  .top-recruit-inner {
    padding: 40px 0;
  }
}
.top-recruit-content {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.top-recruit-content__item {
  border-radius: 50px;
  background: #F5F4F4;
  text-decoration: none;
  padding: 30px 30px 78px;
  position: relative;
  overflow: hidden;
}
.top-recruit-content__item:hover .top-recruit-content__item-circle {
  background: #fff;
  border: 1px solid #F8DB00;
}
.top-recruit-content__item:hover .top-recruit-content__item-circle::before {
  background-image: url(../images/arrow-right2.png);
}
.top-recruit-content__item-title {
  color: #4B4B4B;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-recruit-content__item-title {
    margin-bottom: 24px;
  }
}
.top-recruit-content__item-desc {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.48px;
}
.top-recruit-content__item-circle {
  position: absolute;
  width: 156px;
  height: 156px;
  background: #72C6CA;
  border-radius: 50%;
  bottom: -75px;
  right: -75px;
  border: 1px solid #fff;
  transition: all 0.4s ease;
}
.top-recruit-content__item-circle::before {
  content: "";
  display: block;
  background-image: url(../images/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 20%;
  left: 18%;
}
.top-recruit-message {
  width: calc(100% - 2rem);
  max-width: 752px;
  margin: 0 auto 40px;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-recruit-message {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit {
    overflow: hidden;
    padding: 0;
  }
  .top-recruit-content {
    margin-top: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.top-news {
  padding-bottom: 150px;
}
.top-news .title-wrap .titleJa span {
  color: #41A8D8;
}
.top-news__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.54px;
  border-radius: 50px;
  border: 2px solid #FFF;
  background: #72C6CA;
  padding: 15px 30px;
}
.top-news__btn:hover {
  background: #8EEEF3;
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .top-news {
    padding-bottom: 80px;
  }
}
.top-news-inner {
  width: calc(100% - 2rem);
  max-width: 1220px;
  margin: auto;
}
@media screen and (max-width: 1079px) {
  .top-news-inner {
    display: block;
  }
}
.top-news__content {
  max-width: 1080px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 1079px) {
  .top-news__content {
    width: 100%;
    margin-top: 80px;
  }
}
.top-news__content-list {
  padding: 25px 65px;
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #41A8D8;
  background: rgba(92, 187, 231, 0.1);
  margin-top: 4px;
  color: #4B4B4B;
  text-decoration: none;
  font-size: 16px;
}
.top-news__content-list--date {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.top-news__content-list--cate {
  border-radius: 5px;
  background: #F8DB00;
  padding: 4px 8px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  width: 64px;
  text-align: center;
}
.top-news__content-list--title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.top-news__content-list--title a {
  text-decoration: none;
}
.top-news__content-list--title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-bottom: 0;
    overflow: hidden;
  }
  .top-news-inner {
    width: auto;
    margin: 16px;
  }
  .top-news__content {
    margin-top: 30px;
  }
  .top-news__content-list {
    padding: 25px 30px;
    flex-wrap: wrap;
    gap: 13px;
    font-size: 14px;
  }
  .top-news__content-list--title {
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */