/***************************

object/object/project/_mv.scss

***************************/
.top-mv_swiper {
  position: relative;
}
.top-mv_swiper .swiper-pagination {
  width: fit-content;
  height: fit-content;
  top: 3rem;
  right: 2rem;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 834px) {
  .top-mv_swiper .swiper-pagination {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: auto;
    right: 4vw;
    bottom: 3.2vw;
    gap: 0.1vw;
  }
}
.top-mv_swiper .swiper-pagination span {
  display: block;
  margin: 0;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 834px) {
  .top-mv_swiper .swiper-pagination span {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.top-mv_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.top-mv_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #3c9cff;
}
.top-mv_box {
  position: relative;
  padding: 5rem 3rem;
  background-color: #6d90c0;
}
@media screen and (max-width: 834px) {
  .top-mv_box {
    overflow: hidden;
    padding: 4.8vw 6vw 5.3vw;
  }
}
.top-mv_box-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.top-mv_box-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  max-width: 372px;
  width: 23vw;
}
@media screen and (max-width: 1600px) {
  .top-mv_box-img {
    width: 18vw;
  }
}
@media screen and (max-width: 1370px) {
  .top-mv_box-img {
    width: 13vw;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv_box-img {
    max-width: 100vw;
    width: 30vw;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
  }
}
@media screen and (max-width: 834px) {
  .top-mv_box-img {
    width: 80vw;
    right: -14vw;
    bottom: -5vw;
  }
}
.top-mv_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1200px) {
  .top-mv_dl {
    position: relative;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-mv_dl {
    gap: 1.3vw;
  }
}
.top-mv_dt {
  margin-right: 12px;
}
@media screen and (max-width: 1200px) {
  .top-mv_dt {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .top-mv_dt {
    margin-bottom: 1.3vw;
  }
  .top-mv_dt.f32 {
    font-size: 8vw;
  }
  .top-mv_dt.lh-1_1 {
    line-height: 1.2;
  }
  .top-mv_dt .f18 {
    font-size: 4.27vw;
  }
  .top-mv_dt .f38 {
    font-size: 10.9vw;
  }
}
.top-mv_dd {
  max-width: 250px;
  width: 100%;
  padding: 14px 15px;
}
@media screen and (max-width: 1200px) {
  .top-mv_dd {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 834px) {
  .top-mv_dd {
    max-width: 100%;
    width: 100%;
    padding: 2.6vw;
  }
}
.top-mv_dd span {
  display: block;
}
@media screen and (max-width: 834px) {
  .top-mv_dd span {
    display: inline-block;
  }
  .top-mv_dd span.f16, .top-mv_dd span.f21 {
    font-size: 4.27vw;
  }
}
.top-mv_dd span:nth-of-type(2) {
  margin-top: 5px;
}
@media screen and (max-width: 834px) {
  .top-mv_dd span:nth-of-type(2) {
    margin-top: 0;
  }
}

/***************************

object/object/project/_reason.scss

***************************/
.top-reason {
  padding: 12rem 0 15rem;
  background: url(../img/top/reason-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .top-reason {
    padding: 5rem 0;
  }
}
.top-reason strong.fc-blue {
  color: #3b9cff;
  font-weight: 500;
}
.top-reason_list {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4.5rem;
  grid-row-gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .top-reason_list {
    grid-column-gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-reason_list {
    margin-top: 5rem;
    grid-column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .top-reason_list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 1rem;
  }
}
.top-reason_fig {
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .top-reason_fig {
    margin-bottom: 1rem;
  }
}
.top-reason_img {
  position: relative;
  display: block;
  aspect-ratio: 370/410;
}
.top-reason_img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 46%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 1;
}
.top-reason_cap {
  position: absolute;
  width: 100%;
  padding: 0 3rem;
  bottom: 3rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-reason_cap {
    bottom: 2rem;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .top-reason_cap.f28 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 500px) {
  .top-reason_cap.f28 {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 450px) {
  .top-reason_cap.f28 {
    font-size: 6vw;
  }
}
.top-reason_cap .f16 {
  font-size: 1.6rem;
}

/***************************

object/object/project/_numachieve.scss

***************************/
.top-numachieve {
  display: block;
  position: relative;
  background-color: #f8f8f8;
}
.top-numachieve_list {
  margin-top: 5rem;
}
@media screen and (max-width: 1100px) {
  .top-numachieve_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-numachieve_list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .top-numachieve_list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 3rem;
  }
}
.top-numachieve_item {
  max-width: 510px;
  width: 90%;
}
@media screen and (max-width: 1100px) {
  .top-numachieve_item {
    max-width: 100%;
    width: 100%;
  }
}
.top-numachieve_item:not(:first-of-type) {
  margin-top: 6.5rem;
}
@media screen and (max-width: 1100px) {
  .top-numachieve_item:not(:first-of-type) {
    margin-top: 0;
  }
}
.top-numachieve_item .f21 {
  margin-top: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 1100px) {
  .top-numachieve_item .f21 {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .top-numachieve_item .f21 {
    font-size: 1.6rem;
  }
}
.top-numachieve_item small {
  margin-top: 1rem;
  width: 100%;
  display: block;
}
.top-numachieve .c-styicky_box img {
  object-fit: contain;
}
.top-numachieve .top-sticky_flex, .top-numachieve .top-sticky_cont-inner {
  min-height: 1200px;
}
@media screen and (max-width: 1100px) {
  .top-numachieve .top-sticky_flex, .top-numachieve .top-sticky_cont-inner {
    min-height: auto;
  }
}
.top-numachieve .top-sticky_cont-inner .c-hg_txt01 {
  max-width: 50rem;
}
@media screen and (max-width: 1100px) {
  .top-numachieve .top-sticky_cont-inner .c-hg_txt01 {
    max-width: 100%;
  }
}

/***************************

object/object/project/_eviachieve.scss

***************************/
.top-eviachieve {
  padding: 14rem 0 20rem;
  background: url(../img/top/eviachieve_bg.webp) no-repeat top left/cover;
}
@media screen and (max-width: 834px) {
  .top-eviachieve {
    padding: 5rem 0;
  }
}
.top-eviachieve_box {
  margin-top: 3rem;
  position: relative;
}
.top-eviachieve_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 15px;
}
@media screen and (max-width: 834px) {
  .top-eviachieve_list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .top-eviachieve_list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}
.top-eviachieve_tag {
  position: absolute;
  max-width: 197px;
  top: -13rem;
  right: -6rem;
}
@media screen and (max-width: 1100px) {
  .top-eviachieve_tag {
    width: 18vw;
    top: -12vw;
    right: -4vw;
  }
}
@media screen and (max-width: 834px) {
  .top-eviachieve_tag {
    top: -4rem;
    min-width: 110px;
  }
}
.top-eviachieve .c-btn02 {
  margin: 4rem 0 0 auto;
}
@media screen and (max-width: 834px) {
  .top-eviachieve .c-btn02 {
    margin-top: 3rem;
  }
}

/***************************

object/object/project/_about.scss

***************************/
.top-about {
  position: relative;
  padding: 13rem 0;
  background: #f5f5f5;
}
@media screen and (max-width: 834px) {
  .top-about {
    padding: 5rem 0 0;
    overflow: hidden;
  }
}
.top-about .c-hg {
  margin-bottom: 2rem;
}
.top-about_cont {
  position: relative;
  width: 47%;
  min-width: 560px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-about_cont {
    width: 100%;
    min-width: auto;
  }
}
.top-about_cont .c-btn02 {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .top-about_cont .c-btn02 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .top-about_cont .c-btn02 {
    margin-top: 2rem;
  }
}
.top-about_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 49vw;
  max-width: 827px;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .top-about_img {
    width: 40vw;
  }
}
@media screen and (max-width: 900px) {
  .top-about_img {
    width: 36vw;
  }
}
@media screen and (max-width: 834px) {
  .top-about_img {
    position: relative;
    display: block;
    right: -6%;
    width: 100%;
    text-align: right;
  }
  .top-about_img img {
    width: 60%;
  }
}
@media screen and (max-width: 450px) {
  .top-about_img img {
    width: 80%;
  }
}

/***************************

object/object/project/_material.scss

***************************/
.top-material {
  padding: 12rem 0;
  background: url(../img/top/material-bg.webp) no-repeat bottom right/cover;
}
@media screen and (max-width: 834px) {
  .top-material {
    padding: 5rem 0;
  }
}
.top-material_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-material_flex {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.top-material_box {
  position: relative;
  background-color: #c3e1fa;
  background-image: url(../img/top/material-box_bg.webp);
  background-repeat: no-repeat;
  background-size: 76% auto;
  background-position: left 60% bottom 45%;
  width: 50%;
  height: 460px;
  left: -6rem;
}
@media screen and (max-width: 1400px) {
  .top-material_box {
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-material_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .top-material_box {
    height: auto;
    aspect-ratio: 527/300;
  }
}
.top-material_box-tag {
  position: absolute;
  max-width: 147px;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 600px) {
  .top-material_box-tag {
    width: 20vw;
    min-width: 100px;
  }
}
.top-material_img {
  position: absolute;
  display: block;
  max-width: 331px;
  width: 100%;
  top: -7rem;
  left: 60%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .top-material_img {
    width: 38vw;
    top: -4vw;
  }
}
.top-material_cont {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-material_cont {
    width: 100%;
  }
}
.top-material_cont .c-txt {
  margin-top: 2rem;
}
.top-material_cont .c-btn02 {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .top-material_cont .c-btn02 {
    margin-top: 1rem;
  }
}

/***************************

object/object/project/_worry.scss

***************************/
.top-worry {
  padding: 12rem 0 14rem;
  background: url(../img/top/worry-bg.webp) no-repeat top right/cover;
}
@media screen and (max-width: 834px) {
  .top-worry {
    padding: 5rem 0;
  }
}
.top-worry_list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media screen and (max-width: 834px) {
  .top-worry_list {
    margin-top: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .top-worry_list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5px;
  }
}
.top-worry_item a {
  padding: 25px 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 834px) {
  .top-worry_item a {
    padding: 2rem 15px;
  }
}
@media screen and (max-width: 450px) {
  .top-worry_item a {
    padding: 15px 10px;
  }
}
.top-worry .c-btn02 {
  margin: 3rem 0 0 auto;
}

/***************************

object/object/project/_refusal.scss

***************************/
.top-refusal {
  padding: 10rem 0 14rem;
  background: url(../img/top/refusal-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .top-refusal {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 834px) {
  .top-refusal .c-top_head01 .f32 {
    display: block;
    line-height: 1.3;
  }
}
.top-refusal_box {
  margin-top: 6rem;
  min-width: 10.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-refusal_box {
    margin-top: 3rem;
    min-width: 150%;
    grid-column-gap: 3vw;
  }
}
.top-refusal_link {
  padding: 0 30px 25px 30px;
  height: 397px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .top-refusal_link {
    padding: 3vw;
    height: 360px;
  }
}
.top-refusal_link.-sinus {
  background-image: url(../img/top/refusal01.webp);
}
.top-refusal_link.-socket {
  background-image: url(../img/top/refusal02.webp);
}
.top-refusal_link.-gbr {
  background-image: url(../img/top/refusal03.webp);
}
.top-refusal_link h3 {
  margin-top: 1rem;
}

/***************************

object/object/project/_facility.scss

***************************/
.top-facility {
  padding: 12rem 0 13rem;
}
@media screen and (max-width: 834px) {
  .top-facility {
    padding: 5rem 0;
  }
}
.top-facility_list {
  margin-top: 8rem;
  min-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 14px;
}
@media screen and (max-width: 834px) {
  .top-facility_list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 670px) {
  .top-facility_list {
    min-width: 200%;
  }
}
@media screen and (max-width: 450px) {
  .top-facility_list {
    grid-column-gap: 10px;
  }
}
.top-facility_item {
  position: relative;
  padding: 55px 20px 0;
}
@media screen and (max-width: 834px) {
  .top-facility_item {
    padding-top: 3rem;
  }
}
.top-facility_item:nth-of-type(1) .top-facility_img {
  margin-top: 7rem;
}
@media screen and (max-width: 670px) {
  .top-facility_item:nth-of-type(1) .top-facility_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    margin-top: 0;
    margin-top: 9vw;
  }
}
.top-facility_item:nth-of-type(2) .top-facility_img {
  padding: 0 10px;
}
@media screen and (max-width: 670px) {
  .top-facility_item:nth-of-type(2) .top-facility_img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
  }
}
.top-facility_item:nth-of-type(3) .f14 {
  margin-top: 1.6rem;
}
.top-facility_item:nth-of-type(3) .top-facility_img {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .top-facility_item:nth-of-type(3) .top-facility_img {
    margin-top: 2rem;
  }
}
.top-facility_item:nth-of-type(3) .top-facility_img img {
  width: 60%;
}
.top-facility_item .f14 {
  max-width: 300px;
  margin: 4rem auto 2rem;
}
@media screen and (max-width: 670px) {
  .top-facility_item .f14 {
    margin: 2rem auto 1rem;
  }
}
.top-facility_img {
  margin: 0 auto;
  display: block;
}

/***************************

object/object/project/_doctor.scss

***************************/
.top-doctor h3 {
  margin-top: 1rem;
}
.top-doctor .c-txt {
  margin-top: 2rem;
}
.top-doctor .top-sticky_cont-inner {
  max-width: 500px;
}
@media screen and (max-width: 1100px) {
  .top-doctor .top-sticky_cont-inner {
    max-width: 90%;
  }
}
.top-doctor_name {
  margin: 3rem 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 2rem;
}
@media screen and (max-width: 600px) {
  .top-doctor_name {
    margin: 2rem 0 3rem;
  }
}
@media screen and (max-width: 450px) {
  .top-doctor_name .f32 {
    font-size: 6vw;
  }
}
.top-doctor_list {
  margin-top: 5rem;
}
@media screen and (max-width: 1100px) {
  .top-doctor_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-doctor_list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .top-doctor_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-doctor_item {
  padding: 35px;
}
.top-doctor_item:not(:first-of-type) {
  margin-top: 3rem;
}
@media screen and (max-width: 1100px) {
  .top-doctor_item:not(:first-of-type) {
    margin-top: 0;
    padding: 3rem 2rem;
  }
}
.top-doctor_item:not(:last-of-type) picture:first-of-type {
  display: block;
  max-width: 345px;
  width: 81%;
}
.top-doctor_item:not(:last-of-type) picture:last-of-type {
  position: absolute;
  top: -2rem;
  right: -55px;
  max-width: 201px;
}
@media screen and (max-width: 1100px) {
  .top-doctor_item:not(:last-of-type) picture:last-of-type {
    width: 20vw;
    right: -40px;
  }
}
@media screen and (max-width: 600px) {
  .top-doctor_item:not(:last-of-type) picture:last-of-type {
    width: 34vw;
    right: -20px;
  }
}
.top-doctor_item:last-of-type picture {
  display: block;
  max-width: 349px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.top-doctor_item-box {
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 450px) {
  .top-doctor_item-box .f16 {
    font-size: 1.5rem;
  }
}
.top-doctor .c-btn02 {
  margin: 55px 0 0 auto;
}
@media screen and (max-width: 834px) {
  .top-doctor .c-btn02 {
    margin-top: 3rem;
  }
}

/***************************

object/object/project/_aattempt.scss

***************************/
.top-attempt {
  padding-top: 14rem;
}
@media screen and (max-width: 834px) {
  .top-attempt {
    padding-top: 5rem;
  }
}
.top-attempt_flex {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 834px) {
  .top-attempt_flex {
    margin-top: 3rem;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 450px) {
  .top-attempt_flex {
    gap: 1rem;
  }
}
.top-attempt_img {
  display: block;
  width: 49%;
}
@media screen and (max-width: 834px) {
  .top-attempt_img {
    width: 100%;
    text-align: center;
  }
  .top-attempt_img img {
    width: 50%;
  }
}
.top-attempt_list {
  max-width: 500px;
  min-width: 460px;
}
@media screen and (max-width: 834px) {
  .top-attempt_list {
    margin: 0 auto;
    min-width: auto;
  }
}
.top-attempt_item {
  position: relative;
  padding: 4rem;
}
@media screen and (max-width: 834px) {
  .top-attempt_item {
    padding: 3rem 2rem;
  }
}
.top-attempt_item:not(:first-of-type) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 834px) {
  .top-attempt_item:not(:first-of-type) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .top-attempt_item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.top-attempt_item-num {
  position: absolute;
  width: 40px;
  aspect-ratio: 1/1;
  top: 2rem;
  right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-attempt_item .f18 {
  margin-top: 2rem;
}