@charset "UTF-8";
/* CSS Document */
p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.section__top {
  position: relative;
}
.top-container {
  height: 100vh;
}
.section__top img {
  height: 100vh;
  margin: 0 auto;
  object-fit: cover;
}

.top-container:after {
    content: "";
    background: linear-gradient(50deg, #000, #c4c4c4);
    background-size: 600% 600%;
    animation: GradientBackground 20s ease infinite;
    opacity: .8;
    position: absolute;
    inset: 0;
}
@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.top-container h2 {
  position: absolute;
  text-align: left;
  bottom: 15%;
  left: 5%;
  color: #FFF;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  line-height: 9rem;
  font-weight: 600;
}
@media (max-width: 820px) {
  .top-container {
    height: 90vh;
  }
  .section__top img {
    height: 90vh;
    object-position: 15% 0%;
  }
  .top-container h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
    bottom: 12%;
    font-weight: 500;
  }
  .section__about_wapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 620px) {
  .section__top img {
    object-position: 45% 0%;
  }
}
.section__about, .section__service, .section__category {
  width: 95%;
  margin: 0 auto;
}
.section__about h2, .section__category h2 {
  font-size: 8rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  ;
  padding: 3% 0%;
  border-radius: 10px;
  margin: 15% auto 5%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section__service h2 {
  font-size: 8rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  ;
  padding: 3% 0%;
  border-radius: 10px;
  margin: 15% auto 0;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section__about h2 span, .section__service h2 span, .section__category h2 span {
  font-size: 1.8rem;
  font-family: 'Noto Sans JP';
  margin-top: 10px;
}
.section__about_wapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5%;
  margin-bottom: 300px;
  max-width: 1160px;
  margin: 0 auto 160px;
  overflow: hidden;
  align-items: center;
}
.section__about_text {
  flex-direction: column;
  text-align: left;
}

.section__about_text span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #5D5D5D;
}
.section__about_img {
  display: flex;
  flex-direction: column;
  position: relative;
}
.img01 img {
  height: 320px;
  width: 480px;
  object-fit: cover;
}
.img02 img {
  width: 350px;
}
@media (max-width: 820px) {
  .section__about h2, .section__service h2, .section__category h2 {
    font-size: 4.3rem;
    margin-top: 25%;
    padding: 3% 5%;
  }
  .section__about h2 span, .section__service h2 span, .section__category h2 span {
    font-size: 1.5rem;
  }
  .section__about_wapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 90%;
    margin: 0 auto 80px;
  }
  .img01 img {
    width: 100%;
    object-position: 33%;
    height: 280px;
  }
  .img02 img {
    display: none;
  }
}
.section__service_sub {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 80px;
}
.section__service_text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 500;
  color: #000;
  font-style: normal;
  text-align: left;
}
.section__service_text span {
  font-size: 2rem;
  line-height: 2.5rem;
}
.section__service_wapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5%;
}
.section__service_wapper-content {
  max-width: 1160px;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 75%;
  padding: 7% 5%;
  border-radius: 20px;
  border: 2px solid #000;
  margin: 0 auto 60px;
  z-index: 2;
  background: #FFF;
  text-align: left;
  gap: 20px;
  align-items: flex-end;
}
.section__service_wapper-content img {
  width: 320px;
  height: 220px;
  object-fit: cover;
}
.number {
  font-size: 12rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #e4aa03;
  font-style: italic;
  transform: translate3d(10% 10%);
  display: flex;
  flex-direction: row;
  gap: 7%;
  margin-bottom: 30px;
  align-items: center;
}
.section__category_wapper_pc p {
  text-align: center;
}
.section__category_wapper_pc img {
  margin-bottom: 30px;
}
.section__category_wapper_sm {
  display: none;
}
@media (max-width: 1080px) {
  .section__service_wapper-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 920px) {
  .section__service_wapper-content {
    flex-direction: column;
    padding: 7%;
  }
  .section__service_wapper-content img {
    margin: 0 auto;
  }
}
@media (max-width: 820px) {
  .section__category_wapper_pc {
    display: none;
  }
  .section__category_wapper_sm {
    display: block;
  }
  .section__service_sub {
    width: 90%;
    margin: 0 auto 50px;
  }
}
@media (max-width: 520px) {
  .section__service_text h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .section__service_text span {
    font-size: 2rem;
    line-height: 2rem;
  }
  .section__service-content {
    width: 75%;
  }
  .section__service_wapper-content img {
    width: 80%;
  }
}
.slider {
  visibility: hidden;
}
.slider, .slick-initialized, .slick-slider, .slick-dotted {
  width: 100%;
}
.slider.slick-initialized {
  visibility: visible;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slider img {
  border-radius: 1%;
  width: 100%; /*スライダー内の画像を横幅100%に*/
}