@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.hiragino {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

.page-hero {
  max-height: 110rem;
  margin: 0;
}
.page-hero .fv-text {
  margin: 10rem auto 10rem;
  justify-content: end;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.page-hero .fv-text h1 {
  font-size: clamp(4.5rem, 10vw, 15rem);
  line-height: 1.075;
  letter-spacing: 0.18em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.page-hero .fv-text h2 {
  font-size: clamp(1.9rem, 3.3vw, 5rem);
  font-weight: 300;
  letter-spacing: 0.13em;
  line-height: 1;
}
.page-hero .fv-text ul {
  width: 100%;
  justify-content: space-between;
  margin-top: clamp(1.5rem, 1.9vw, 3rem);
  gap: clamp(2rem, 4vw, 6rem);
  font-size: clamp(2rem, 2.5vw, 4rem);
  font-weight: 300;
}
.page-hero .fv-text ul li {
  line-height: 1;
  box-sizing: border-box;
  border: 0.2rem solid #ffffff;
  padding: 0.5em 0;
  width: 37rem;
}

@media screen and (max-width: 1024px) {
  .page-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: fit-content;
    padding: 6rem 0 5rem;
  }
  .page-hero .fv-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    gap: 2rem;
  }
  .page-hero .fv-text ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1em;
    width: 40%;
    min-width: 20rem;
  }
  .page-hero .fv-text ul li {
    max-width: 100%;
    min-width: 12rem;
    padding: 1rem 0;
    border: 0.1rem solid #ffffff;
  }
}
.company-logo {
  max-height: 28rem;
}
.company-logo .logo {
  max-width: 76rem;
  margin: clamp(4rem, 5vw, 7rem) auto;
  width: 47.5%;
}

#top-news {
  background-color: #f0f0f0;
  padding-top: clamp(2rem, 2.5vw, 4rem);
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#top-news .top-news-subtitle {
  margin-top: 0;
}
#top-news .news-container .a-btn {
  margin: 2rem 1em 0 auto;
  width: fit-content;
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  letter-spacing: 0.25em;
  padding: 0.7em 2.6em 0.7em 2.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#top-news .news-container .a-btn img {
  width: 1.3em;
  height: auto;
  margin-left: 0.2em;
}

#top-service {
  margin-bottom: clamp(4rem, 6.25vw, 10rem);
}
#top-service .content-container {
  padding-top: clamp(2rem, 1.5vw, 4rem);
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
#top-service .content-container .single-service {
  display: grid;
  grid-template-columns: 1fr;
  color: #3d3f58;
}
#top-service .content-container .single-service .service-subtitle {
  font-weight: 500;
  font-size: clamp(1.8rem, 2.1vw, 2.6rem);
}
#top-service .content-container .single-service .service-title {
  line-height: 1;
  font-size: clamp(3rem, 3.3vw, 5rem);
  padding-top: 0.1em;
  padding-bottom: 0.6em;
}
#top-service .content-container .single-service .service-text {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 400;
  line-height: 1.33;
  padding-bottom: 2rem;
}
#top-service .content-container .single-service img.thumb {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#top-service .content-container .single-service .read-more {
  margin: 0 0 0 auto;
  padding-top: 2rem;
}
@media screen and (min-width: 765px) {
  #top-service .content-container .single-service {
    grid-template-columns: 1fr 50%;
    grid-template-rows: auto auto 1fr auto;
    column-gap: clamp(5rem, 6vw, 10rem);
  }
  #top-service .content-container .single-service .service-subtitle {
    grid-column: 1;
    grid-row: 1;
  }
  #top-service .content-container .single-service .service-title {
    grid-column: 1;
    grid-row: 2;
  }
  #top-service .content-container .single-service .service-text {
    grid-column: 1;
    grid-row: 3;
    padding-bottom: 0;
  }
  #top-service .content-container .single-service .read-more {
    grid-column: 1;
    grid-row: 4;
    margin: 1rem 0 0 0;
    padding-top: 0;
    align-self: start;
  }
  #top-service .content-container .single-service img.thumb {
    grid-column: 2;
    grid-row: 1/5;
    height: 100%;
  }
}

#top-flow {
  margin-bottom: clamp(4rem, 6.25vw, 10rem);
}
#top-flow .content-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  margin: 2rem auto 0 auto;
  padding-top: 2rem;
}
#top-flow .content-container .single-flow {
  background-color: #f0f0f0;
  border: 0.3rem solid #707070;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
#top-flow .content-container .single-flow img {
  width: 100%;
  height: auto;
}
#top-flow .content-container .single-flow .content-area {
  margin: 2rem 2rem 3rem 2rem;
}
#top-flow .content-container .single-flow .content-area .flow-number {
  font-weight: bold;
  font-size: clamp(2rem, 2.5vw, 3rem);
  color: #2d4294;
  letter-spacing: 0.1em;
  line-height: 1;
}
#top-flow .content-container .single-flow .content-area .flow-title {
  line-height: 1.4;
  font-weight: 600;
  font-size: clamp(2.8rem, 2vw, 3.8rem);
  margin: 1rem 0 0.4em 0;
}
#top-flow .content-container .single-flow .content-area .flow-text {
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  line-height: 1.5;
  font-weight: normal;
}
#top-flow .content-container #flow3 .flow-title {
  font-size: clamp(2.6rem, 1.9vw, 3.4rem);
}
@media screen and (min-width: 768px) {
  #top-flow .content-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5rem;
    column-gap: clamp(4rem, 3.7vw, 6rem);
  }
  #top-flow .content-container .single-flow {
    border: 0.4rem solid #707070;
  }
}
@media screen and (min-width: 1201px) {
  #top-flow .content-container {
    grid-template-columns: repeat(3, 1fr);
  }
  #top-flow .content-container .single-flow {
    border: 0.5rem solid #707070;
  }
}

#top-company {
  padding-bottom: 2rem;
}
#top-company .subtitle-container .subtitile-text .outline {
  padding-bottom: 0.2em;
}
#top-company .single-company {
  row-gap: 1.5rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
}
#top-company .single-company .company-title {
  font-size: clamp(2.4rem, 3.6vw, 5rem);
  font-weight: 600;
  line-height: 1.4;
}
#top-company .single-company .company-text {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 300;
  line-height: 1.9;
}
#top-company .single-company img {
  width: 100%;
  object-fit: cover;
  max-height: 30rem;
}
@media screen and (min-width: 1001px) {
  #top-company .single-company {
    display: grid;
    grid-template-columns: 4.2fr 5.8fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    row-gap: 0;
    column-gap: 6rem;
  }
  #top-company .single-company img {
    grid-column: 1/2;
    grid-row: 1/3;
    max-height: unset;
  }
  #top-company .single-company .company-title {
    align-self: end;
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
  }
  #top-company .single-company .company-text {
    align-self: start;
    grid-column: 2/3;
    grid-row: 3/4;
  }
  #top-company .single-company .read-more {
    grid-column: 2/3;
    grid-row: 2/3;
    justify-content: end;
    align-self: end;
  }
}

/*# sourceMappingURL=top.css.map */
