@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
body:has(#top) {
  background: url(../images/top/bg_top_gradient_01.png) top center/100% no-repeat, url(../images/top/bg_top_stripe_01.svg) top center/100% no-repeat;
}
@media screen and (max-width: 768px) {
  body:has(#top) {
    background: url(../images/top/bg_top_gradient_01.png) top center/100% no-repeat;
  }
}

#top {
  overflow-x: hidden;
}

.scroll-stop {
  overflow: hidden;
}

#top-kv {
  height: 740px;
  padding: 120px 0 0;
  margin: 0 0 150px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  #top-kv {
    height: 70.2470741222vw;
    padding: 11.3914174252vw 0 0;
    margin: 0 0 14.2392717815vw;
  }
}
@media screen and (max-width: 768px) {
  #top-kv {
    height: 177.8666666667vw;
    padding: 28.2666666667vw 0 0;
    margin: 0 0 21.3333333333vw;
    background: url(../images/top/bg_top_stripe_01_sp.svg) center/cover no-repeat;
  }
}

.top-kv__inner {
  max-width: 1366px;
  padding: 0 40px 0 72px;
  margin: 0 auto;
}
@media screen and (max-width: 1050px) {
  .top-kv__inner {
    max-width: 129.6723016905vw;
    padding: 0 3.7971391417vw 0 6.8348504551vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__inner {
    max-width: unset;
    padding: 0 5.3333333333vw;
  }
}

.top-kv__logo {
  width: 272px;
  height: auto;
  padding: 0 0 40px;
  margin: 0 0 48px;
  position: relative;
  left: -20px;
  opacity: 0;
  transition: 1.2s 1.2s ease-out;
}
@media screen and (max-width: 1050px) {
  .top-kv__logo {
    width: 25.8205461638vw;
    padding: 0 0 3.7971391417vw;
    margin: 0 0 4.5565669701vw;
    left: -1.8985695709vw;
  }
}
.top-kv__logo::after {
  content: "";
  width: 75px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1050px) {
  .top-kv__logo::after {
    width: 7.1196358908vw;
    height: 0.1898569571vw;
  }
}
.top-kv__logo svg {
  width: 100%;
}

#top-kv.is-active .top-kv__logo {
  left: 0;
  opacity: 1;
}

.top-kv__copy {
  font-size: 70px;
  line-height: 70px;
  margin: 100px 0 16px;
  position: relative;
  left: -20px;
  opacity: 0;
  transition: 1.2s 1.4s ease-out;
}
@media screen and (max-width: 1050px) {
  .top-kv__copy {
    font-size: 6.644993498vw;
    line-height: 6.644993498vw;
    margin: 9.4928478544vw 0 1.5188556567vw;
    left: -1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__copy {
    font-size: 10.6666666667vw;
    line-height: 10.6666666667vw;
    margin: 0 0 8vw;
  }
}
.top-kv__copy + p {
  font-size: 20px;
  line-height: 35px;
  position: relative;
  left: -20px;
  opacity: 0;
  transition: 1.2s 1.6s ease-out;
}
@media screen and (max-width: 1050px) {
  .top-kv__copy + p {
    font-size: 1.8985695709vw;
    line-height: 3.322496749vw;
    left: -1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__copy + p {
    font-size: 4.2666666667vw;
    line-height: 7.7333333333vw;
  }
}
.top-kv__copy + p span {
  position: relative;
  left: -8px;
}
@media screen and (max-width: 1050px) {
  .top-kv__copy + p span {
    left: -0.7594278283vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__copy + p span {
    left: 0;
  }
}

#top-kv.is-active .top-kv__copy {
  left: 0;
  opacity: 1;
}
#top-kv.is-active .top-kv__copy + p {
  left: 0;
  opacity: 1;
}

.top-kv__img {
  position: absolute;
  top: -40px;
  right: 100px;
  z-index: -1;
  transition: 1.4s 0.5s ease;
}
@media screen and (max-width: 1050px) {
  .top-kv__img {
    top: -3.7971391417vw;
    right: 9.4928478544vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__img {
    width: 100%;
    right: unset;
    left: -5.3333333333vw;
    top: unset;
    bottom: 0;
    z-index: 1;
  }
}
.top-kv__img img {
  width: 570px;
}
@media screen and (max-width: 1050px) {
  .top-kv__img img {
    width: 54.1092327698vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__img img {
    width: 100%;
  }
}

#top-kv.is-active .top-kv__img {
  top: -20px;
}
@media screen and (max-width: 1050px) {
  #top-kv.is-active .top-kv__img {
    top: -1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  #top-kv.is-active .top-kv__img {
    top: unset;
    left: 0;
  }
}

.transition-less .top-kv__img {
  transition: unset;
}

.top-kv__symbol-key {
  position: absolute;
  top: 130px;
  right: -230px;
  z-index: -1;
  width: 943.88px;
  height: 459.94px;
  transition: 1.2s 0.7s ease;
}
@media screen and (max-width: 1050px) {
  .top-kv__symbol-key {
    top: 12.3407022107vw;
    right: -21.833550065vw;
    width: 89.6010923277vw;
    height: 43.6614044213vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__symbol-key {
    top: 97.0666666667vw;
    right: -17.0666666667vw;
    width: 97.0533333333vw;
    height: 47.2933333333vw;
    z-index: 1;
  }
}
.top-kv__symbol-key svg {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  width: 943.88px;
  height: 459.94px;
}
@media screen and (max-width: 1050px) {
  .top-kv__symbol-key svg {
    width: 89.6010923277vw;
    height: 43.6614044213vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__symbol-key svg {
    width: 97.0533333333vw;
    height: 47.2933333333vw;
  }
}

#top-kv.is-active .top-kv__symbol-key {
  right: -180px;
}
@media screen and (max-width: 1050px) {
  #top-kv.is-active .top-kv__symbol-key {
    right: -17.0871261378vw;
  }
}
@media screen and (max-width: 768px) {
  #top-kv.is-active .top-kv__symbol-key {
    right: -9.0666666667vw;
  }
}

.top-kv__symbol {
  -webkit-clip-path: url(#top-kv__symbol-key);
          clip-path: url(#top-kv__symbol-key);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(11px);
          backdrop-filter: blur(11px);
  filter: brightness(1.1);
  opacity: 0;
  transition: 1.2s 0.7s ease;
}

.transition-less .top-kv__symbol {
  transition: unset;
}

#top-kv.is-active .top-kv__symbol {
  opacity: 1;
}

.top-kv__scroll {
  rotate: 90deg;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 317px;
  right: 40px;
  opacity: 0;
  transition: 1.2s 2.5s ease;
}
@media screen and (max-width: 1050px) {
  .top-kv__scroll {
    top: 31.0416124837vw;
    right: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__scroll {
    top: 88vw;
    right: 0;
    z-index: 2;
  }
}
.top-kv__scroll p {
  font-size: 12px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .top-kv__scroll p {
    font-size: 1.1391417425vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__scroll p {
    font-size: 3.2vw;
  }
}
.top-kv__scroll p::before {
  content: "";
  width: 66px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 69px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .top-kv__scroll p::before {
    width: 6.2652795839vw;
    height: 0.1898569571vw;
    left: 6.5500650195vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__scroll p::before {
    width: 17.6vw;
    height: 0.5333333333vw;
    left: 18.4vw;
  }
}
.top-kv__scroll p::after {
  content: "";
  width: 83px;
  height: 1px;
  background: #a0a0a0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 135px;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .top-kv__scroll p::after {
    width: 7.8790637191vw;
    height: 0.0949284785vw;
    left: 12.8153446034vw;
  }
}
@media screen and (max-width: 768px) {
  .top-kv__scroll p::after {
    width: 22.1333333333vw;
    height: 0.2666666667vw;
    left: 36vw;
  }
}

#top-kv.is-active .top-kv__scroll {
  top: 327px;
  right: 40px;
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  #top-kv.is-active .top-kv__scroll {
    top: 31.0416124837vw;
    right: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  #top-kv.is-active .top-kv__scroll {
    display: none;
    top: 90.6666666667vw;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #top-service {
    padding: 0 0 14.1333333333vw;
    overflow: hidden;
  }
}
#top-service .title__basic + p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1050px) {
  #top-service .title__basic + p {
    font-size: 1.7087126138vw;
    line-height: 3.322496749vw;
    margin: 0 0 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  #top-service .title__basic + p {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    margin: 0 0 5.3333333333vw;
  }
}

.top-service__graph {
  color: #fff;
  background: #000;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .top-service__graph {
    padding: 7.5942782835vw 0 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__graph {
    padding: 10.6666666667vw 0;
  }
}
.top-service__graph .sec__inner {
  position: relative;
  z-index: 1;
}
.top-service__graph > svg {
  content: "";
  width: 944px;
  height: 460px;
  position: absolute;
  bottom: -93px;
  left: -240px;
  fill: #151515;
}
@media screen and (max-width: 1050px) {
  .top-service__graph > svg {
    width: 89.6124837451vw;
    height: 43.66710013vw;
    bottom: -8.8283485046vw;
    left: -22.7828348505vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__graph > svg {
    width: 116.768vw;
    height: 56.9013333333vw;
    bottom: -14.1333333333vw;
    left: -8.2666666667vw;
    margin: auto;
  }
}

.top-service__graph-wrapper {
  display: flex;
  justify-content: center;
  gap: 0 92px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1050px) {
  .top-service__graph-wrapper {
    gap: 0 8.733420026vw;
    margin: 0 auto 5.6957087126vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__graph-wrapper {
    flex-direction: column;
    gap: 10.6666666667vw 0;
    margin: 0 auto 16vw;
  }
}

.top-service__graph-text {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  padding: 0 0 40px;
  margin: 0 auto 32px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .top-service__graph-text {
    font-size: 2.3732119636vw;
    line-height: 3.322496749vw;
    padding: 0 0 3.7971391417vw;
    margin: 0 auto 3.0377113134vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__graph-text {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    padding: 0 0 8.5333333333vw;
    margin: 0 auto 16vw;
  }
}
.top-service__graph-text::after {
  content: "";
  width: 46px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .top-service__graph-text::after {
    width: 4.366710013vw;
    height: 0.0949284785vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__graph-text::after {
    width: 7.8666666667vw;
    height: 0.2666666667vw;
  }
}

.top-service__graph-time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-service__graph-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  margin: 0 0 30px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .top-service__graph-title {
    font-size: 2.3732119636vw;
    line-height: 3.322496749vw;
    margin: 0 0 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__graph-title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    margin: 0 0 5.3333333333vw;
  }
}
.top-service__graph-title span {
  font-size: 14px;
  vertical-align: super;
}
@media screen and (max-width: 1050px) {
  .top-service__graph-title span {
    font-size: 1.3289986996vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__graph-title span {
    font-size: 3.2vw;
  }
}
.top-service__graph-title + img {
  width: 374px;
}
@media screen and (max-width: 1050px) {
  .top-service__graph-title + img {
    width: 35.5032509753vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__graph-title + img {
    width: 100%;
  }
}

.top-service__minutes-list {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 1050px) {
  .top-service__minutes-list {
    gap: 0 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__minutes-list {
    gap: 0 10.6666666667vw;
  }
}
.top-service__minutes-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-service__minutes-list li .-gender {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  width: 75px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1050px) {
  .top-service__minutes-list li .-gender {
    font-size: 1.3289986996vw;
    width: 7.1196358908vw;
    line-height: 1.8985695709vw;
    border-radius: 1.8985695709vw;
    margin: 0 auto 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__minutes-list li .-gender {
    font-size: 3.7333333333vw;
    width: 20vw;
    line-height: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.top-service__minutes-list li .-minutes {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .top-service__minutes-list li .-minutes {
    font-size: 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__minutes-list li .-minutes {
    font-size: 5.3333333333vw;
  }
}
.top-service__minutes-list li .-minutes span {
  font-size: 60px;
  width: 72.8px;
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  .top-service__minutes-list li .-minutes span {
    font-size: 5.6957087126vw;
    width: 6.910793238vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__minutes-list li .-minutes span {
    font-size: 16vw;
    width: 19.4133333333vw;
  }
}

.top-service__graph-experience {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-service__percent {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .top-service__percent {
    height: 18.9856957087vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__percent {
    height: auto;
  }
}

.top-service__percent-list {
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 1050px) {
  .top-service__percent-list {
    gap: 0 7.5942782835vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__percent-list {
    gap: 0 13.3333333333vw;
  }
}
.top-service__percent-list li {
  font-weight: 600;
  width: 171px;
  height: 171px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px 0;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .top-service__percent-list li {
    width: 16.2327698309vw;
    height: 16.2327698309vw;
    gap: 0.1898569571vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top-service__percent-list li {
    width: 38.1333333333vw;
    height: 38.1333333333vw;
    gap: 1.0666666667vw;
  }
}
.top-service__percent-list li > p {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-service__percent-list li > p {
    letter-spacing: 0;
  }
}
.top-service__percent-list li .-text {
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .top-service__percent-list li .-text {
    font-size: 1.7087126138vw;
    line-height: 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__percent-list li .-text {
    font-size: 4vw;
    line-height: 4.5333333333vw;
  }
}
.top-service__percent-list li .-number {
  font-size: 30px;
  margin: -7px 0 0;
}
@media screen and (max-width: 1050px) {
  .top-service__percent-list li .-number {
    font-size: 2.8478543563vw;
    margin: -0.6644993498vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-service__percent-list li .-number {
    font-size: 4.2666666667vw;
    margin: -1.8666666667vw 0 0;
  }
}
.top-service__percent-list li .-number span {
  font-size: 70px;
}
@media screen and (max-width: 1050px) {
  .top-service__percent-list li .-number span {
    font-size: 6.644993498vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__percent-list li .-number span {
    font-size: 13.0666666667vw;
  }
}
.top-service__percent-list li svg {
  position: absolute;
  top: 0;
  left: 0;
}

.top-service__ranking > p {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking > p {
    font-size: 2.3732119636vw;
    line-height: 3.322496749vw;
    margin: 0 auto 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking > p {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    margin: 0 auto 8.5333333333vw;
  }
}

.top-service__ranking-list {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking-list {
    gap: 0 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking-list {
    flex-direction: column;
    gap: 4.8vw 0;
  }
}

.top-service__ranking-list--left {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking-list--left {
    gap: 2.8478543563vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking-list--left {
    gap: 2.1333333333vw 0;
  }
}
.top-service__ranking-list--left > li {
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  gap: 0 24px;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking-list--left > li {
    font-size: 2.3732119636vw;
    gap: 0 2.278283485vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking-list--left > li {
    font-size: 5.3333333333vw;
    gap: 0 3.7333333333vw;
  }
}
.top-service__ranking-list--left > li > span {
  font-size: 40px;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking-list--left > li > span {
    font-size: twv(40);
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking-list--left > li > span {
    font-size: 10.6666666667vw;
  }
}
.top-service__ranking-list--left > li > span > span {
  font-size: 16px;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking-list--left > li > span > span {
    font-size: 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking-list--left > li > span > span {
    font-size: 4.2666666667vw;
  }
}

.top-service__ranking-list--right {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking-list--right {
    gap: 1.3289986996vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking-list--right {
    gap: 2.1333333333vw 0;
  }
}
.top-service__ranking-list--right > li {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking-list--right > li {
    font-size: 1.8985695709vw;
    gap: 0 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking-list--right > li {
    font-size: 4.5333333333vw;
    gap: 0 5.0666666667vw;
  }
}
.top-service__ranking-list--right > li > span {
  font-size: 30px;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking-list--right > li > span {
    font-size: 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking-list--right > li > span {
    font-size: 6.9333333333vw;
  }
}
.top-service__ranking-list--right > li > span > span {
  font-size: 16px;
}
@media screen and (max-width: 1050px) {
  .top-service__ranking-list--right > li > span > span {
    font-size: 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__ranking-list--right > li > span > span {
    font-size: 4.5333333333vw;
  }
}

.top-service__caption {
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  display: flex;
  margin: 40px 0 60px;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  .top-service__caption {
    font-size: 0.9492847854vw;
    margin: 3.7971391417vw 0 5.6957087126vw;
  }
}
@media screen and (max-width: 768px) {
  .top-service__caption {
    font-size: 2.6666666667vw;
    line-height: 4.2666666667vw;
    text-align: left;
    margin: 10.6666666667vw 0 8vw;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .top-service__caption span {
    margin: 0.8vw 0 0;
  }
}

#top-news {
  padding: 254px 0 0;
}
@media screen and (max-width: 1050px) {
  #top-news {
    padding: 24.1118335501vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top-news {
    padding: 21.3333333333vw 0 0;
    background: url(../images/top/bg_top_news_01_sp.svg) top 5.8666666667vw center/100% no-repeat;
  }
}
#top-news .title__basic {
  margin-bottom: 16px;
}
@media screen and (max-width: 1050px) {
  #top-news .title__basic {
    margin-bottom: 1.5188556567vw;
  }
}
@media screen and (max-width: 768px) {
  #top-news .title__basic {
    margin-bottom: 0;
  }
}

.top-news__list {
  display: flex;
  flex-direction: column;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1050px) {
  .top-news__list {
    margin: 0 auto 1.8985695709vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__list {
    margin: 0 auto 16vw;
  }
}
.top-news__list > li {
  border-bottom: 1px dotted #707070;
}
.top-news__list > li > a {
  padding: 24px 0;
  display: block;
}
@media screen and (min-width: 769px) {
  .top-news__list > li > a:hover .top-news__text {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1050px) {
  .top-news__list > li > a {
    padding: 2.278283485vw 0;
  }
}
@media screen and (max-width: 768px) {
  .top-news__list > li > a {
    padding: 6.4vw 0;
  }
}

.top-news__title {
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 1050px) {
  .top-news__title {
    gap: 0 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__title {
    flex-direction: column;
    gap: 0;
  }
}

.top-news__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (max-width: 1050px) {
  .top-news__date {
    font-size: 1.3289986996vw;
    line-height: 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__date {
    font-size: 3.7333333333vw;
    line-height: 3.7333333333vw;
    margin: 0 0 2.1333333333vw;
  }
}

.top-news__text {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1050px) {
  .top-news__text {
    font-size: 1.5188556567vw;
    line-height: 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .top-news__text {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}

.top-news__image {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  padding: 0 0 80px;
  margin: 150px auto 0;
  width: 100%;
  max-width: 1400px;
}
@media screen and (max-width: 1050px) {
  .top-news__image {
    gap: 0 0.9492847854vw;
    padding: 0 0 7.5942782835vw;
    margin: 14.2392717815vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .top-news__image {
    gap: 0 0.5333333333vw;
    padding: 0 0 5.8666666667vw;
    margin: 26.6666666667vw auto 0;
  }
}
.top-news__image img {
  width: calc((100% - 30px) / 4);
  height: 100%;
}
@media screen and (max-width: 1050px) {
  .top-news__image img {
    width: calc((100% - 2.8478543563vw) / 4);
  }
}
@media screen and (max-width: 768px) {
  .top-news__image img {
    width: calc((100% - 1.6vw) / 4);
  }
}
.top-news__image img:nth-of-type(1) {
  margin: 0 0 -6px;
}
@media screen and (max-width: 1400px) {
  .top-news__image img:nth-of-type(1) {
    margin: 0 0 -0.4285714286vw;
  }
}
.top-news__image img:nth-of-type(2) {
  margin: 0 0 103px;
}
@media screen and (max-width: 1400px) {
  .top-news__image img:nth-of-type(2) {
    margin: 0 0 7.3571428571vw;
  }
}
.top-news__image img:nth-of-type(3) {
  margin: 0 0 -82px;
}
@media screen and (max-width: 1400px) {
  .top-news__image img:nth-of-type(3) {
    margin: 0 0 -5.8571428571vw;
  }
}

#top-about {
  padding: 60px 0 160px;
  background: url(../images/top/bg_top_gradient_02.png) bottom center/100% auto no-repeat;
}
@media screen and (max-width: 1050px) {
  #top-about {
    padding: 5.6957087126vw 0 15.188556567vw;
  }
}
@media screen and (max-width: 768px) {
  #top-about {
    padding: 16vw 0 21.3333333333vw;
  }
}
#top-about .title__basic {
  margin-bottom: 40px;
}
@media screen and (max-width: 1050px) {
  #top-about .title__basic {
    margin-bottom: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  #top-about .title__basic {
    margin-bottom: 6.4vw;
  }
}

.top-about__copy {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 24px;
}
@media screen and (max-width: 1050px) {
  .top-about__copy {
    font-size: 1.7087126138vw;
    margin: 0 0 2.278283485vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about__copy {
    font-size: 4.2666666667vw;
    line-height: 9.3333333333vw;
    letter-spacing: 0;
    margin: 0 0 4.8vw;
  }
}
.top-about__copy ~ p {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1050px) {
  .top-about__copy ~ p {
    font-size: 1.5188556567vw;
    line-height: 3.322496749vw;
    margin: 0 0 2.8478543563vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about__copy ~ p {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    letter-spacing: 0;
    margin: 0 0 5.3333333333vw;
  }
}
.top-about__copy ~ p strong {
  font-weight: 600;
}

.top-about__two {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1050px) {
  .top-about__two {
    margin: 0 auto 4.7464239272vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about__two {
    margin: 0 auto 13.3333333333vw;
  }
}

.top-about__two-image img {
  width: 692px;
}
@media screen and (max-width: 1260px) {
  .top-about__two-image img {
    width: 520px;
  }
}
@media screen and (max-width: 1050px) {
  .top-about__two-image img {
    width: 49.3628088427vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about__two-image img {
    width: 100%;
  }
}

.top-about__two-text {
  font-weight: 400;
  line-height: 35px;
}
@media screen and (max-width: 1050px) {
  .top-about__two-text {
    line-height: 3.322496749vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about__two-text {
    line-height: 6.4vw;
    letter-spacing: 0;
  }
}
.top-about__two-text strong {
  font-weight: 600;
}

.top-about__lower {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 1050px) {
  .top-about__lower {
    font-size: 1.8985695709vw;
    line-height: 3.7971391417vw;
  }
}
@media screen and (max-width: 768px) {
  .top-about__lower {
    font-size: 4vw;
    line-height: 6.6666666667vw;
    text-align: left;
    letter-spacing: 0;
    padding: 0 5.3333333333vw;
  }
}
/*# sourceMappingURL=top.css.map */