@charset 'utf-8';

.top {
  position: relative;
  height: 20rem;
  background-position: center;
}

.top h1 {
  position: absolute;
  top: 3rem;
  left: 0;
  font-size: 4rem;
}

.belt {
  display: flex;
  align-items: center;
  height: 6.5rem;
  margin-bottom: 1rem;
}
.content-name,
.content-name-m {
  top: 0;
  left: 2rem;

  font-family: "Noto Sans JP";
  font-size: 4.5rem;
  font-weight: bold;
}
.belt .content-name {
  position: relative;
  transform: translateY(-80%);
  z-index: 2;
}
.belt .content-name-m {
  position: absolute;
  transform: translateY(5%) scaleY(-1);
  z-index: 1;
}
.belt p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 4rem;
}
.abst {
  background-color: white;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* sai */
.sai {
  background-color: #f4fbfc;
  padding-bottom: 4rem;
}
.sai .belt {
  background-color: #94dadd;
}
.sai .content-name {
  color: #21a3aa;
}
.sai .content-name-m {
  color: #73cace;
}
.sai a.btn {
  background-color: #39c578;
  border-color: #39c578;
}
.sai .catch {
  height: 500px;
  background-size: cover;
  background-position: right;
}
.sai .catch .over-ray {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8vw;
  max-width: 330px;
  width: 33vw;
  height: 100%;
  padding-left: 7vw;
  background-color: #f2f2f2;
}
.sai .catch .over-ray img {
  width: 20vw;
  max-width: 12rem;
  margin-top: -2rem;
}
.sai .catch .over-ray p {
  display: inline-block;
  color: white;
  font-size: 2.5vw;
  width: 16em;
  line-height: 1.5;
  padding: 0.6em 1em;
  border-radius: 0.5rem;
  background-color: #39c578;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.sai .abst .flex > * {
  width: 48%;
}
.sai .abst .flex h2 {
  width: fit-content;
  margin: auto;
}
.sai .point {
  width: fit-content;
  margin: 4rem auto;
}
.sai .point div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.sai .point img {
  width: 2.5rem;
  margin-right: 1rem;
}
.sai .point p {
  font-size: 0.9rem;
  padding-top: 0.1em;
}
.sai .point p span {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 2.5rem;
}
.allt .flex {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
/* repair */
.repair {
  background-color: #fffaf3;
  padding-bottom: 4rem;
}
.repair .belt {
  background-color: #ffcf8a;
}
.repair .content-name {
  color: #fbb03b;
}
.repair .content-name-m {
  color: #fdbf62;
}
.repair a.btn {
  background-color: #f15a24;
  border-color: #f15a24;
}
.repair .abst {
  padding-left: 3vw;
  padding-right: 3vw;
}
.repair .abst .copy-1 {
  font-size: 6.3vw;
  margin-bottom: 2vw;
}
.repair .abst .copy-2 {
  font-size: 4vw;
  margin-bottom: 2vw;
}
.repair .abst .copy-3 {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 0.6vw;
  color: #ff3647;
}
.repair .abst .tell {
  font-size: 6vw;
  font-weight: bold;
  margin-bottom: 2vw;
  color: #f58021;
}
.repair .abst .tell img {
  width: 10vw;
  vertical-align: top;
}
.repair .abst .img-wrapper {
  right: 4rem;
}
.repair .abst .img-pc {
  width: 10vw;
}
.repair .abst .img-saport {
  width: 16vw;
}

/* blog */
.blog .belt {
  background-color: #6fc8dd;
}
.blog .content-name {
  color: #26a6d3;
}
.blog .content-name-m {
  color: #4eb9d8;
}
.blog a.btn {
  background-color: #1e77f9;
  border-color: #1e77f9;
}
.blog .blog-box {
  display: block;
  width: 18rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 1.5rem;
}
.blog .inner {
  padding: 2em 0;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
.blog .inner:not(.btn-area):before {
  content: "";
  height: 1px;
  order: 1;
}
.blog .inner:not(.btn-area)::after {
  content: "";
  width: 18rem;
  height: 1px;
}
.blog .blog-box .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12rem;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
}
.blog .blog-box .title-wrap h3 {
  font-size: 1.2rem;
  font-weight: bold;
  height: 2em;
  margin-bottom: 0.5rem;
  word-break: break-all;
}
.blog .blog-box .title-wrap .date {
  font-size: 1rem;
  color: #808080;
}
.blog .blog-box .title-wrap {
  padding: 0.5rem 1rem;
}
.blog .blog-box:hover {
  opacity: 0.6;
  transition: 0.3s;
}

@media screen and (min-width: 1000px) {
  /* sai */
  .sai .catch .over-ray {
    gap: 6rem;
    padding-left: 5rem;
  }
  .sai .catch .over-ray p {
    font-size: 1.4rem;
  }
  .sai .point {
    display: flex;
    width: 85%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  

  /* repair */
  .repair .abst {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .repair .abst .copy-1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .repair .abst .copy-2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .repair .abst .copy-3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    color: #ff3647;
  }
  .repair .abst .tell {
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #f58021;
  }
  .repair .abst .tell img {
    width: 5rem;
    vertical-align: top;
  }
  .repair .abst .img-wrapper {
    right: 4rem;
  }
  .repair .abst .img-pc {
    width: 12rem;
  }
  .repair .abst .img-saport {
    width: 12rem;
  }
}

#page-top {
  left: 50%;
}

@media screen and (max-width: 1000px) {
  .sai .abst .flex > * {
    width: auto;
    text-align: center;
    margin-bottom: 2rem;
  }
  .belt p {
    margin-left: 1rem;
  }
  .repair a.btn {
    font-size: 0.9em;
  }
  .sai .catch {
    height: 50vw;
  }
  .blog .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .blog .blog-box {
    display: flex;
    width: 95%;
  }
  .blog .blog-box .img-wrap {
    width: 39%;
    height: 12rem;
    border-radius: 0;
    flex-shrink: 0;
  }
  .blog .blog-box {
    overflow: hidden;
    border-radius: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .top h1 {
    top: 3rem;
    left: 0.2rem;
    font-size: 2.5rem;
  }
  .sai .catch {
    height: 60vw;
  }
  .allt .catch {
    height: 50vw;
  }
  .sai .catch .over-ray p {
    font-size: 3.5vw;
    width: 16em;
    line-height: 1.5;
    padding: 0.4em 0.8em;
  }
  .sai .catch .over-ray {
    padding-left: 3vw;
  }

  .blog .blog-box {
    display: block;
    max-width: 20rem;
  }
  .blog .blog-box .img-wrap {
    width: auto;
  }
}
