@charset "UTF-8";
.fv {
  padding-top: 15px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 40px;
    padding-bottom: 42px;
  }
}

.fv__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fv__top {
  position: relative;
  z-index: 0;
}

.fv__swiper {
  margin-inline: -24px;
  padding-inline: 24px;
}
@media screen and (min-width: 900px) {
  .fv__swiper {
    margin-inline: -36px;
    padding-inline: 36px;
  }
}

.fv__slide {
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .fv__slide {
    border-radius: 20px;
  }
}

.fv-prev,
.fv-next {
  width: 40px;
  height: 40px;
  margin-top: -20px !important;
}
@media screen and (min-width: 1200px) {
  .fv-prev,
  .fv-next {
    width: 60px;
    height: 60px;
    margin-top: -27px !important;
  }
}
.fv-prev *,
.fv-next * {
  display: none;
}

.fv-prev {
  left: 4px !important;
  background: url("../img/slider-arrow-left.png") no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .fv-prev {
    left: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .fv-prev {
    left: 8px !important;
  }
}

.fv-next {
  right: 0;
  background: url("../img/slider-arrow-right.png") no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .fv-next {
    right: 3px !important;
  }
}
.fv-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  bottom: 17px !important;
  margin-left: 8px !important;
}
@media screen and (min-width: 900px) {
  .fv-pagination {
    margin-left: 18px !important;
  }
}
@media screen and (min-width: 1200px) {
  .fv-pagination {
    gap: 11px;
    bottom: 4px !important;
    margin-left: 10px !important;
  }
}
.fv-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .fv-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.fv__texts {
  position: absolute;
  left: 20px;
  bottom: 42px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .fv__texts {
    left: 64px;
    bottom: 58px;
    gap: 20px;
  }
}

.fv__text {
  color: #ffffff;
  text-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  position: relative;
  padding-right: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 360px) {
  .fv__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .fv__text {
    font-size: 32px;
    letter-spacing: 2.56px;
  }
}
.fv__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; /* ← テキスト幅に合わせる */
  height: 2px; /* ← 丸の直径 */
  background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
  background-size: 8px 2px;
}
@media screen and (min-width: 768px) {
  .fv__text::after {
    bottom: -3px;
    height: 4px; /* ← 丸の直径 */
    background-image: radial-gradient(circle, currentColor 2px, transparent 2px);
    background-size: 11px 4px;
  }
}

.fv__bottom {
  position: relative;
  margin-top: -24px;
  bottom: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (min-width: 900px) {
  .fv__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 39px;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__bottom {
    margin-top: -28px;
  }
}

.fv__medical-time {
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 350px;
}
@media screen and (max-width: 370px) {
  .fv__medical-time {
    width: 300px;
  }
}
@media screen and (min-width: 600px) {
  .fv__medical-time {
    width: 400px;
  }
}
@media screen and (min-width: 900px) {
  .fv__medical-time {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
    height: auto;
  }
}
.fv__medical-time img {
  display: block;
  width: 347px;
  height: auto;
  aspect-ratio: 347/125;
}
@media screen and (min-width: 600px) {
  .fv__medical-time img {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .fv__medical-time img {
    width: 488px;
  }
}

.news {
  margin-top: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  max-width: 488px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .news {
    margin-top: -4px;
    max-width: 542px;
  }
}

.news__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;
}

.news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-left: 12px;
}

.news__title-ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; /* 30px */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .news__title-ja {
    letter-spacing: 2px;
  }
}

.news__title-en {
  color: #1391e6;
  font-size: 11px;
  font-weight: 700;
  line-height: 150%; /* 16.5px */
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .news__title-en {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.news__link {
  color: #888888;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5; /* 16.5px */
  text-decoration-line: underline;
}
@media screen and (min-width: 768px) {
  .news__link {
    font-size: 12px;
  }
}

.news__lists {
  padding: 9px 6px 9px 6px;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news__lists {
    padding: 9px 9px 9px 9px;
  }
}
.news__lists:hover {
  color: #1391e6;
}
.news__lists:hover .news__list-arrow {
  right: 2px;
}
.news__lists:hover .news__list-arrow path {
  stroke: #1391e6;
}

.news__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5; /* 18px */
}

.news__content-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5; /* 21px */
}
@media screen and (max-width: 360px) {
  .news__content-title {
    font-size: 12px;
  }
}

.news__list-arrow {
  position: absolute;
  padding-top: 5px;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.concept {
  padding-top: 110px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 900px) {
  .concept {
    padding-top: 225px;
    padding-bottom: 143px;
  }
}
.concept::after {
  content: "";
  position: absolute;
  width: 556px;
  height: 308px;
  top: 0;
  left: 10px;
  z-index: -1;
  background: url("../img/sp/deco-big-bg-sp.png") no-repeat center/contain;
}
@media screen and (min-width: 900px) {
  .concept::after {
    width: 1310px;
    height: 726px;
    background: url("../img/deco-big-bg-pc.png") no-repeat center/contain;
    left: 450px;
    top: 10px;
  }
}

.concept__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .concept__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .concept__inner {
    gap: 20px;
  }
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .concept__content {
    width: 427px;
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 39px;
  }
}
@media screen and (min-width: 1200px) {
  .concept__content {
    width: 417px;
    padding-inline: 0;
  }
}

.concept__text {
  font-weight: 500;
  line-height: 1.7;
}

.concept__button {
  text-align: center;
}

.concept__image {
  padding-right: 41px;
}
@media screen and (min-width: 900px) {
  .concept__image {
    padding-right: 0;
    position: absolute;
    top: -33px;
    left: calc(50% - 50vw);
    width: 50vw;
    height: 438px;
  }
}
.concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0 20px 20px 0;
}

.recommend {
  padding-top: 104px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .recommend {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.recommend__areas {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 61px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 21px;
}
@media screen and (min-width: 900px) {
  .recommend__areas {
    margin-top: 60px;
    padding-inline: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.recommend__area {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .recommend__area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.recommend__area-heading-image img {
  width: 182px;
}

.recommend__image {
  margin-top: 15px;
}
.recommend__image img {
  width: 227px;
}
@media screen and (min-width: 900px) {
  .recommend__image img {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .recommend__image img {
    width: 227px;
  }
}

.recommend__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: -28px;
}

.recommend__body-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px; /* 160% */
  letter-spacing: 1.6px;
  padding: 6px 21px;
  border-radius: 22px;
  background: #1391e6;
  width: 290px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .recommend__body-title {
    width: 240px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .recommend__body-title {
    width: 290px;
    font-size: 20px;
  }
}
.recommend__body-title::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 26px;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/recommend-arrow.png") no-repeat center/contain;
}

.recommend__body-text {
  text-align: left;
  font-weight: 500;
  line-height: 1.7;
}

.guidance {
  position: relative;
  overflow: hidden;
}

.guidance__bg-top img {
  width: 100%;
}

.guidance-bg__area {
  background: #dff1fd;
  padding-top: 30px;
  padding-bottom: 16.5333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guidance-bg__area {
    padding-top: 0;
    padding-bottom: 19.5vw;
  }
}
@media screen and (min-width: 900px) {
  .guidance-bg__area {
    padding-bottom: 10.5555555556vw;
  }
}
@media screen and (min-width: 1200px) {
  .guidance-bg__area {
    padding-bottom: 6.5625vw;
  }
}

.guidance__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .guidance__content {
    margin-top: 61px;
  }
}

.guidance__boxes {
  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 (min-width: 768px) {
  .guidance__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.guidance__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .guidance__box {
    max-width: 460px;
    width: 100%;
    height: 290px;
  }
}
.guidance__box:nth-of-type(1) {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .guidance__box:nth-of-type(1) {
    padding-block: 91px;
  }
}
.guidance__box:nth-of-type(1)::after {
  width: 100%;
  height: 100%;
  background: url("../img/guidance-bg1.png") no-repeat center/cover;
}
.guidance__box:nth-of-type(2) {
  padding-block: 51px;
}
@media screen and (min-width: 768px) {
  .guidance__box:nth-of-type(2) {
    padding-block: 79px;
  }
}
.guidance__box:nth-of-type(2)::after {
  background: url("../img/guidance-bg2.png") no-repeat center/cover;
}
.guidance__box::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 16px;
  border: 2px solid #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.guidance__box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.guidance__box > * {
  position: relative;
  z-index: 3;
}
.guidance__box:hover::after {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.guidance__box:hover::before {
  opacity: 1;
}

.guidance__box-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5; /* 30px */
  letter-spacing: 1.6px;
  z-index: 20;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guidance__box-title {
    font-size: 28px;
  }
}
.guidance__box-title::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 30px;
  background: #ffffff;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .guidance__box-title::after {
    width: 40px;
  }
}

.guidance__box-text {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5; /* 18px */
  letter-spacing: 0.96px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .guidance__box-text {
    font-size: 16px;
  }
}

.guidance__text {
  margin-top: 40px;
  padding: 17px 20px;
  background: #ffffff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .guidance__text {
    margin-top: 61px;
    padding: 35px 40px;
  }
}

.guidance__bg-bottom {
  position: absolute;
  bottom: 0;
  display: block;
  bottom: 14.6666666667vw;
  z-index: 20;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guidance__bg-bottom {
    bottom: 14.7135416667vw;
  }
}
@media screen and (min-width: 900px) {
  .guidance__bg-bottom {
    bottom: 9.21875vw;
  }
}
.guidance__bg-bottom img {
  width: 100%;
}

.front-blog {
  padding-top: 48px;
  padding-bottom: 100px;
  margin-bottom: 31px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .front-blog {
    margin-top: -43px;
    padding-bottom: 120px;
  }
}
.front-blog::after {
  content: "";
  position: absolute;
  background: url("../img/deco-wave.png") repeat top left/84px auto;
  width: 100%;
  height: 32px;
  bottom: -32px;
  background-position: -21px 0;
}
@media screen and (min-width: 900px) {
  .front-blog::after {
    background-position: -30px 0;
  }
}

.front-blog__content {
  margin-top: 40px;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .front-blog__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 25px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .front-blog__content {
    gap: 60px 50px;
  }
}

.front-blog__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .front-blog__card {
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .front-blog__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    gap: 0;
  }
}
.front-blog__card:hover .front-blog__card-title {
  color: #1391e6;
}
.front-blog__card:hover .front-blog__card-image {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.front-blog__card-image {
  width: 39.7014925373%;
  aspect-ratio: 133/101;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 900px) {
  .front-blog__card-image {
    width: 100%;
    height: 188px;
  }
}
.front-blog__card-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-blog__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 57.3134328358%;
}
@media screen and (min-width: 900px) {
  .front-blog__card-body {
    width: 100%;
    /* 188：129 の「129」部分を比率で指定 */
    height: 129px;
    padding-inline: 24px;
    padding-bottom: 12px;
    padding-top: 22px;
    gap: 7px;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.front-blog__card-tag {
  font-size: 10px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  padding: 2px 8px;
  border-radius: 999px;
  background: #1391e6;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
}
@media screen and (min-width: 900px) {
  .front-blog__card-tag {
    position: absolute;
    font-size: 11px;
    bottom: 115px;
    padding: 6px 12px;
  }
}

.front-blog__card-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  /* 2行を超えると「…」を出す */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ここを「1」にすれば1行、「2」なら2行で省略 */
  overflow: hidden;
  min-height: 3em;
}
@media screen and (min-width: 900px) {
  .front-blog__card-title {
    font-size: 16px;
    -webkit-line-clamp: 3; /* ここを「1」にすれば1行、「2」なら2行で省略 */
  }
}

.front-blog__date {
  color: #888888;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.front-blog__button {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .front-blog__button {
    margin-top: 60px;
  }
}