@charset "UTF-8";
/* ブレイクポイント
================================================================================================= */
/* color
========================================================================== */
/* font
========================================================================== */
.topSlider {
  padding: 50px 0 30px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  overflow: hidden;
  max-height: 448.75px;
}
@media screen and (max-width: 640px) {
  .topSlider {
    max-height: 157.875px;
  }
}
.topSlider.js-fade-in {
  -webkit-transition: opacity 0s, visibility 0s, -webkit-transform 0s;
  transition: opacity 0s, visibility 0s, -webkit-transform 0s;
  transition: opacity 0s, visibility 0s, transform 0s;
  transition: opacity 0s, visibility 0s, transform 0s, -webkit-transform 0s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .topSlider {
    padding: 20px 0 15px;
  }
}
.topSlider__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1100px;
}
@media screen and (max-width: 1280px) {
  .topSlider__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topSlider__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .topSlider__inner {
    width: 100%;
    padding: 0;
  }
}
.topSlider a {
  display: block;
}
.topSlider .slick-arrow.slick-next::before, .topSlider .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background-color: #7BC4C4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .topSlider .slick-arrow.slick-next::before, .topSlider .slick-arrow.slick-prev::before {
    width: 15px;
    height: 20px;
  }
}
.topSlider .slick-arrow.slick-next::before {
  left: 80%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.topSlider .slick-arrow.slick-prev::before {
  left: 20%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.topSlider .slick-dots {
  bottom: -40px;
}
.topSlider .slick-dots li {
  margin: 0 8px;
}
.topSlider .slick-dots li button {
  position: relative;
}
.topSlider .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b8b8b8;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}
.topSlider .slick-dots .slick-active button:before {
  background-color: #7BC4C4;
}

.topSearch {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 1280px) {
  .topSearch {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topSearch {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .topSearch {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.topSearch__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1180px;
  border: 2px solid #333;
  padding: 50px 40px 60px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1280px) {
  .topSearch__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topSearch__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .topSearch__inner {
    padding: 25px 10px 60px;
  }
}
.topSearch__heading {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .topSearch__heading {
    margin-bottom: 30px;
  }
}
.topSearch__heading h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .topSearch__heading h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .topSearch__heading h2 {
    font-size: 1.66rem;
    text-wrap: unset;
  }
}
.topSearch__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 74px;
  border-bottom: 10px solid #7BC4C4;
}
@media screen and (max-width: 768px) {
  .topSearch__tab {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .topSearch__tab {
    border-bottom: 6px solid #7BC4C4;
  }
}
.topSearch__tab li {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.9rem;
  width: 100%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topSearch__tab li {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .topSearch__tab li {
    font-size: 1.1rem;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    top: 1px;
    border-radius: 6px 6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .topSearch__tab li span {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .topSearch__tab li span {
    font-size: 2.9vw;
  }
}
.topSearch__tab li.active {
  background-color: #7BC4C4;
  color: #fff;
}
.topSearch__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .topSearch__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .topSearch__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-bottom: 30px;
  }
}
.topSearch__items label {
  border: 2px solid #7BC4C4;
  border-radius: 6px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.topSearch__items input {
  display: none;
}
.topSearch__items input + span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 10px 10px 22%;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 1.3rem;
  line-height: 1.2;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .topSearch__items input + span {
    font-size: 1rem;
    min-height: 40px;
    padding: 5px 5px 5px 18%;
  }
}
.topSearch__items input + span::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #7BC4C4;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .topSearch__items input + span::before {
    width: 12px;
    height: 12px;
    left: 8%;
  }
}
.topSearch__items input + span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 22px;
  border-right: 4px solid #0CB369;
  border-bottom: 4px solid #0CB369;
  top: 46%;
  left: 11%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .topSearch__items input + span::after {
    width: 10px;
    height: 14px;
    border-right: 3px solid #0CB369;
    border-bottom: 3px solid #0CB369;
    left: 8%;
  }
}
.topSearch__items input + span.active {
  background-color: #7BC4C4;
  color: #fff;
}
.topSearch__items input + span.active::before {
  background-color: #fff;
}
.topSearch__items input + span.active::after {
  opacity: 1;
}
.topSearch__free {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .topSearch__free {
    margin-bottom: 30px;
  }
}
.topSearch__free span {
  display: block;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  background-image: url("https://www.exseli.com/img/plus.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  padding-left: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding-bottom: 2px;
}
@media screen and (max-width: 640px) {
  .topSearch__free span {
    font-size: 1.6rem;
    padding-left: 26px;
    background-size: 20px;
  }
}
.topSearch__free input {
  width: 100%;
  padding: 14px 20px;
  border-radius: 8px;
  outline: none;
  border: none;
  -webkit-box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.5);
          box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.5);
  background-color: #eeeeee;
  font-size: 2rem;
  background-image: url("https://www.exseli.com/img/search2.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px;
  padding-right: 60px;
}
@media screen and (max-width: 640px) {
  .topSearch__free input {
    border-radius: 4px;
    padding: 7px 10px;
    -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5);
            box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.5);
    background-size: 24px;
  }
}
.topSearch__free input:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.topSearch__submit {
  position: relative;
}
.topSearch__submit .reset {
  position: absolute;
  text-decoration: underline;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 20px;
  font-size: 1.9rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topSearch__submit .reset {
    font-size: 1.6rem;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: calc(100% + 10px);
    left: 50%;
  }
}
@media screen and (max-width: 640px) {
  .topSearch__submit .reset {
    font-size: 1.3rem;
    top: calc(100% + 20px);
  }
}
.topSearch__submit button {
  background-color: #7BC4C4;
  color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 360px;
  max-width: 100%;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 4px;
  font-size: 2.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;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .topSearch__submit button {
    font-size: 1.2rem;
    line-height: 1.2;
    display: block;
    height: 56px;
    width: 220px;
  }
}
.topSearch__submit button span {
  font-size: 2.8rem;
  letter-spacing: 0.5em;
  font-weight: 900;
  padding-left: 0.2em;
}
@media screen and (max-width: 640px) {
  .topSearch__submit button span {
    font-size: 2rem;
    display: block;
  }
}

.topRecommend {
  padding: 60px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .topRecommend {
    margin-bottom: 60px;
  }
}
.topRecommend__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .topRecommend__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topRecommend__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topRecommend__heading {
  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;
  margin-bottom: 56px;
}
@media screen and (max-width: 640px) {
  .topRecommend__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .topRecommend__heading h2 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.topRecommend__heading small {
  font-size: 1.8rem;
  color: #7BC4C4;
  display: block;
}
@media screen and (max-width: 640px) {
  .topRecommend__heading small {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px;
  }
}
.topRecommend__heading span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .topRecommend__heading span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
}
.topRecommend__heading a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px;
  display: block;
  border-radius: 99px;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #333;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .topRecommend__heading a {
    font-size: 1.2rem;
    padding: 4px 26px 4px 16px;
    line-height: 1;
  }
  .safari .topRecommend__heading a {
    padding-bottom: 6px;
  }
}
.topRecommend__heading a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topRecommend__heading a:hover::after {
  border-color: #333;
}
@media screen and (max-width: 640px) {
  .topRecommend__heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.topRecommend__heading a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px;
  top: calc(50% + 0px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.topRecommend__items {
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
}
.topRecommend .slick-arrow.slick-next::before, .topRecommend .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background-color: #7BC4C4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .topRecommend .slick-arrow.slick-next::before, .topRecommend .slick-arrow.slick-prev::before {
    width: 15px;
    height: 20px;
  }
}
.topRecommend .slick-arrow.slick-next::before {
  left: 80%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.topRecommend .slick-arrow.slick-prev::before {
  left: 20%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.topRecommend .slick-arrow.slick-next::before, .topRecommend .slick-arrow.slick-prev::before {
  top: -100%;
}
.topRecommend .slick-arrow.slick-next::before {
  left: 50%;
}
@media screen and (max-width: 640px) {
  .topRecommend .slick-arrow.slick-next::before {
    left: 15%;
  }
}
.topRecommend .slick-arrow.slick-prev::before {
  left: 50%;
}
@media screen and (max-width: 640px) {
  .topRecommend .slick-arrow.slick-prev::before {
    left: 85%;
  }
}
.topRecommend__item {
  margin: 0 12px;
}
@media screen and (max-width: 640px) {
  .topRecommend__item {
    margin: 0 6px;
  }
}
.topRecommend__item a {
  text-decoration: none;
}
.topRecommend__item img {
  border: 1px solid #333;
  margin-bottom: 10px;
}
.topRecommend__item .maker {
  font-size: 1.1rem;
  border: 1px solid #333;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px 4px;
  line-height: 1;
  margin-bottom: 4px;
}
.topRecommend__item .name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .topRecommend__item .name {
    font-size: 1.4rem;
    line-height: 1.4;
    display: block;
  }
}

.topRental {
  background-image: url("https://www.exseli.com/img/rental_bg.jpg.webp");
  padding: 80px 0 80px;
  position: relative;
  background-size: cover;
  margin-bottom: 150px;
}
@media screen and (max-width: 640px) {
  .topRental {
    margin-bottom: 0px;
  }
}
.topRental::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.topRental__inner {
  position: relative;
  z-index: 2;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .topRental__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topRental__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topRental__heading {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .topRental__heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .topRental__heading h2 {
    text-wrap: unset;
  }
}
.topRental__heading small {
  display: block;
  margin-bottom: 20px;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .topRental__heading small {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 1;
    display: block;
  }
}
.topRental__heading span {
  display: block;
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .topRental__heading span {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
.topRental__text {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 640px) {
  .topRental__text {
    font-size: 1.4rem;
  }
}
.topRental__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 800px;
  margin: 0 auto 80px;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .topRental__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 40px;
  }
}
.topRental__list li {
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 4px;
  padding: 4px 0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .topRental__list li {
    font-size: 1.15rem;
    border-radius: 2px;
  }
}
.topRental__links {
  color: #fff;
  border: 1px solid #fff;
  width: 470px;
  max-width: 100%;
  height: 90px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  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;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
}
.topRental__links span {
  display: block;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .topRental__links {
    width: 100%;
    height: 70px;
    font-size: 2rem;
  }
  .safari .topRental__links {
    padding-bottom: 2px;
  }
}
.topRental__links::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  right: 68px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .topRental__links::after {
    right: 20px;
    height: 8px;
    width: 8px;
  }
}
.topRental__links:hover::after {
  right: 60px;
}
@media screen and (max-width: 640px) {
  .topRental__links:hover::after {
    right: 20px;
  }
}

.topReason {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .topReason {
    padding-top: 80px;
    margin-bottom: 60px;
  }
}
.topReason__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .topReason__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topReason__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topReason__heading {
  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;
  margin-bottom: 56px;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .topReason__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .topReason__heading h2 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.topReason__heading small {
  font-size: 1.8rem;
  color: #7BC4C4;
  display: block;
}
@media screen and (max-width: 640px) {
  .topReason__heading small {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px;
  }
}
.topReason__heading span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .topReason__heading span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
}
.topReason__heading a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px;
  display: block;
  border-radius: 99px;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #333;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .topReason__heading a {
    font-size: 1.2rem;
    padding: 4px 26px 4px 16px;
    line-height: 1;
  }
  .safari .topReason__heading a {
    padding-bottom: 6px;
  }
}
.topReason__heading a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topReason__heading a:hover::after {
  border-color: #333;
}
@media screen and (max-width: 640px) {
  .topReason__heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.topReason__heading a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px;
  top: calc(50% + 0px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .topReason__heading {
    margin-bottom: 60px;
  }
}
.topReason__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 640px) {
  .topReason__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.topReason__item {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .topReason__item {
    display: grid;
    grid-template: "ti ti ti" auto "im gap te" auto/auto 20px 1fr;
  }
}
.topReason__itemTitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #7BC4C4;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .topReason__itemTitle {
    grid-area: ti;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1280px) {
  .topReason__itemTitle span {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .topReason__itemTitle span {
    display: inline;
  }
}
.topReason__itemImage {
  height: 140px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .topReason__itemImage {
    grid-area: im;
    height: auto;
    width: 100px;
  }
}
.topReason__itemImage img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .topReason__itemImage img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .topReason__itemText {
    grid-area: te;
  }
}
.topReason__itemText p {
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .topReason__itemText p {
    font-size: 1.4rem;
  }
}

.topNews {
  background-color: #F2F2F2;
  padding: 80px 0 110px;
}
@media screen and (max-width: 640px) {
  .topNews {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.topNews__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .topNews__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topNews__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topNews__heading {
  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;
  margin-bottom: 56px;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .topNews__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .topNews__heading h2 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.topNews__heading small {
  font-size: 1.8rem;
  color: #7BC4C4;
  display: block;
}
@media screen and (max-width: 640px) {
  .topNews__heading small {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px;
  }
}
.topNews__heading span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .topNews__heading span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
}
.topNews__heading a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px;
  display: block;
  border-radius: 99px;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #333;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .topNews__heading a {
    font-size: 1.2rem;
    padding: 4px 26px 4px 16px;
    line-height: 1;
  }
  .safari .topNews__heading a {
    padding-bottom: 6px;
  }
}
.topNews__heading a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topNews__heading a:hover::after {
  border-color: #333;
}
@media screen and (max-width: 640px) {
  .topNews__heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.topNews__heading a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px;
  top: calc(50% + 0px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .topNews__heading {
    margin-bottom: 20px;
  }
}
.topNews__items {
  width: 1050px;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .topNews__items {
    gap: 20px;
  }
}
.topNews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .topNews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
.topNews__itemDate {
  width: 160px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: #7BC4C4;
  color: #fff;
  padding: 2px 0;
  display: block;
  border-radius: 99px;
}
@media screen and (max-width: 640px) {
  .topNews__itemDate {
    font-size: 1rem;
    width: 100px;
    line-height: 1;
    padding: 2px 0;
  }
  .safari .topNews__itemDate {
    padding-bottom: 3px;
  }
}
.topNews__itemText {
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 640px) {
  .topNews__itemText {
    font-size: 1.3rem;
  }
}
.topNews__itemText::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #7BC4C4;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topNews__itemText:hover::before {
  width: calc(100% - 10px);
}
.topNews__itemText::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("https://www.exseli.com/img/link-icon.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .topNews__itemText::after {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
}

.topColumn {
  padding: 140px 0 80px;
}
@media screen and (max-width: 640px) {
  .topColumn {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.topColumn__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .topColumn__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topColumn__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topColumn__heading {
  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;
  margin-bottom: 56px;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .topColumn__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .topColumn__heading h2 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.topColumn__heading small {
  font-size: 1.8rem;
  color: #7BC4C4;
  display: block;
}
@media screen and (max-width: 640px) {
  .topColumn__heading small {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px;
  }
}
.topColumn__heading span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .topColumn__heading span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
}
.topColumn__heading a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px;
  display: block;
  border-radius: 99px;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #333;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .topColumn__heading a {
    font-size: 1.2rem;
    padding: 4px 26px 4px 16px;
    line-height: 1;
  }
  .safari .topColumn__heading a {
    padding-bottom: 6px;
  }
}
.topColumn__heading a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topColumn__heading a:hover::after {
  border-color: #333;
}
@media screen and (max-width: 640px) {
  .topColumn__heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.topColumn__heading a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px;
  top: calc(50% + 0px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .topColumn__heading {
    margin-bottom: 40px;
  }
}
.topColumn__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 640px) {
  .topColumn__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.topColumn__item {
  text-decoration: none;
}
.topColumn__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 640px) {
  .topColumn__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topColumn__itemImage {
  border-radius: 8px;
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
  background-color: rgba(123, 196, 196, 0.4);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .topColumn__itemImage {
    width: 80px;
    height: 60px;
    margin-bottom: 0;
  }
}
.topColumn__itemImage img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .topColumn__itemImage img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.topColumn__itemDate {
  display: block;
  color: #7BC4C4;
  padding: 0 15px;
  font-weight: bold;
  margin-bottom: 2px;
}
.topColumn__itemText {
  padding: 0 10px;
  font-size: 1.76rem;
  display: block;
}
@media screen and (max-width: 640px) {
  .topColumn__itemText {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
    padding: 0;
  }
}

.topPrice {
  padding: 80px 0 90px;
}
@media screen and (max-width: 640px) {
  .topPrice {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.topPrice__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .topPrice__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topPrice__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topPrice__heading {
  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;
  margin-bottom: 56px;
  margin-bottom: 90px;
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .topPrice__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .topPrice__heading h2 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.topPrice__heading small {
  font-size: 1.8rem;
  color: #7BC4C4;
  display: block;
}
@media screen and (max-width: 640px) {
  .topPrice__heading small {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px;
  }
}
.topPrice__heading span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .topPrice__heading span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
}
.topPrice__heading a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px;
  display: block;
  border-radius: 99px;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #333;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .topPrice__heading a {
    font-size: 1.2rem;
    padding: 4px 26px 4px 16px;
    line-height: 1;
  }
  .safari .topPrice__heading a {
    padding-bottom: 6px;
  }
}
.topPrice__heading a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topPrice__heading a:hover::after {
  border-color: #333;
}
@media screen and (max-width: 640px) {
  .topPrice__heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.topPrice__heading a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px;
  top: calc(50% + 0px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .topPrice__heading {
    margin-bottom: 40px;
  }
}
.topPrice__itemsWrapper {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.topPrice__itemsWrapper.close::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, white));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, white 90%);
  z-index: 0;
}
.topPrice__items {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1280px) {
  .topPrice__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .topPrice__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .topPrice__items {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.topPrice__item {
  display: grid;
  border: 3px solid #7BC4C4;
  border-radius: 6px;
  padding: 4px 10px;
  grid-template: "l l " auto "t t " auto "i n " auto "i u " auto/auto 1fr;
}
.topPrice__itemLabel {
  grid-area: l;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 2px 10px;
}
@media screen and (max-width: 640px) {
  .topPrice__itemLabel {
    padding: 4px 8px;
    font-size: 1rem;
    margin-bottom: 2px;
    line-height: 1;
  }
}
.topPrice__itemTitle {
  grid-area: t;
  font-size: 1.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .topPrice__itemTitle {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
}
.topPrice__itemImage {
  grid-area: i;
  width: auto;
  margin-right: 5px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .topPrice__itemImage {
    display: none;
  }
}
.topPrice__itemNew {
  grid-area: n;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.topPrice__itemUsed {
  grid-area: u;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.topPrice__itemPriceLabel {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 4px;
  color: #fff;
  background-color: #7BC4C4;
  display: block;
  width: 5rem;
  text-align: center;
  padding: 2px 4px;
  border-radius: 4px;
  line-height: 1.2;
}
.topPrice__itemPrice {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
.topPrice__arrow {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 50px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .topPrice__arrow {
    margin-bottom: 10px;
  }
}
.topPrice__arrow span {
  border: 1px solid #333;
  display: block;
  width: 200px;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  padding: 9px 12px 9px 0;
  position: relative;
}
.safari .topPrice__arrow span {
  padding-bottom: 11px;
}
.topPrice__arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 72%;
  top: calc(50% - 0.1em);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.topPrice__arrow span.close-arrow::after {
  top: 58%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.topVoice {
  padding: 80px 0 100px;
}
@media screen and (max-width: 640px) {
  .topVoice {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.topVoice__inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 1280px) {
  .topVoice__inner {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 640px) {
  .topVoice__inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.topVoice__heading {
  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;
  margin-bottom: 56px;
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .topVoice__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .topVoice__heading h2 {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.topVoice__heading small {
  font-size: 1.8rem;
  color: #7BC4C4;
  display: block;
}
@media screen and (max-width: 640px) {
  .topVoice__heading small {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 4px;
  }
}
.topVoice__heading span {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .topVoice__heading span {
    font-size: 2rem;
    line-height: 1;
    display: block;
  }
}
.topVoice__heading a {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 4px 30px;
  display: block;
  border-radius: 99px;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid #333;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 640px) {
  .topVoice__heading a {
    font-size: 1.2rem;
    padding: 4px 26px 4px 16px;
    line-height: 1;
  }
  .safari .topVoice__heading a {
    padding-bottom: 6px;
  }
}
.topVoice__heading a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topVoice__heading a:hover::after {
  border-color: #333;
}
@media screen and (max-width: 640px) {
  .topVoice__heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.topVoice__heading a::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 14px;
  top: calc(50% + 0px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .topVoice__heading {
    margin-bottom: 40px;
  }
}
.topVoice__items {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1280px) {
  .topVoice__items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .topVoice__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.topVoice__item {
  background-color: #F2F2F2;
  padding: 14px;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .topVoice__item {
    padding: 10px;
  }
}
.topVoice__item:hover::after {
  width: 24px;
  height: 24px;
}
.topVoice__item::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #7BC4C4;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.topVoice__itemImage {
  height: 40px;
  width: 100%;
  margin: 0 auto 10px;
  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;
}
@media screen and (max-width: 640px) {
  .topVoice__itemImage {
    height: 30px;
  }
}
.topVoice__itemImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.topVoice__itemImage .icon1 {
  height: 100%;
}
.topVoice__itemImage .icon2 {
  height: 95%;
}
.topVoice__itemImage .icon3 {
  height: 100%;
}
.topVoice__itemImage .icon4 {
  height: 100%;
}
.topVoice__itemImage .icon5 {
  height: 100%;
}
.topVoice__itemImage .icon6 {
  height: 100%;
}
.topVoice__itemImage .icon7 {
  height: 100%;
}
.topVoice__itemImage .icon8 {
  height: 85%;
}
.topVoice__itemImage .icon9 {
  height: 100%;
}
.topVoice__itemImage .icon10 {
  height: 100%;
}
.topVoice__itemImage .icon11 {
  height: 100%;
}
.topVoice__itemImage .icon12 {
  height: 90%;
}
.topVoice__itemImage .icon13 {
  height: 85%;
}
.topVoice__itemImage .icon14 {
  height: 80%;
}
.topVoice__itemImage .icon15 {
  height: 100%;
}
.topVoice__itemImage .icon16 {
  height: 80%;
}
.topVoice__itemImage .icon17 {
  height: 90%;
}
.topVoice__itemImage .icon18 {
  height: 80%;
}
.topVoice__itemImage .icon19 {
  height: 100%;
}
.topVoice__itemImage .icon20 {
  height: 100%;
}
.topVoice__itemImage .icon21 {
  height: 80%;
}
.topVoice__itemImage .icon22 {
  height: 90%;
}
.topVoice__itemText {
  font-size: 1.4rem;
  line-height: 1.3;
  display: block;
}
@media screen and (max-width: 640px) {
  .topVoice__itemText {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}