@charset "UTF-8";
#top span {
  display: block;
}
#top a {
  display: block;
  text-decoration: none;
}
#top a:hover {
  filter: brightness(1.5);
}
#top img {
  display: block;
  max-width: 100%;
  height: auto;
}
#top ul {
  list-style: none;
}
#top .top-section-title {
  font-size: clamp(75px, 100px - (1200px - 100vw) / 10, 90px);
  line-height: 1;
}
#top .blue-border {
  border-top: #6885c0 5px solid;
}
#top .arrow-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 15px 35px 15px 15px;
  background-color: #2151B3;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
#top .arrow-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: auto;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#top #main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  padding: 0 20px;
  background-image: url(../img/top/top-main.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#top #main .main-catch {
  margin-bottom: 40px;
  fill: #fff;
}
#top #main .main-title {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}
#top #news {
  padding-top: 50px;
  padding-bottom: 20px;
}
#top #news .news-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#top #news .news-column {
  display: flex;
}
#top #news .news-title {
  width: 15%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #2151b3;
}
#top #news .news-list {
  width: 85%;
}
#top #news .news-list .news-detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #585858;
}
#top #news .news-list .news-detail .news-detail-date {
  display: block;
  margin-right: 5px;
}
#top #news .news-list .news-detail .news-detail-category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120px;
  margin: 3px 30px 0 0;
  padding-top: 2px;
  padding-bottom: 4px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
#top #news .news-list .news-detail .news-detail-category.notice {
  background-color: #9fd7fa;
}
#top #news .news-list .news-detail .news-detail-category.service {
  background-color: #9ffab8;
}
#top #news .news-list .news-detail .news-detail-category.recruit {
  background-color: #fa9fdb;
}
#top #news .news-list .news-detail .news-detail-title {
  color: #585858;
}
#top #news .news-archive-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 3px 15px;
  background-color: #2151b3;
  font-size: 18px;
  color: #fff;
}
#top #business {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e7e7e7;
}
#top #business .business-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#top #business .top-section-title {
  margin-bottom: 10px;
  color: #6885C0;
}
#top #business .business-column {
  display: flex;
}
#top #business .business-left,
#top #business .business-right {
  width: 50%;
}
#top #business .business-right {
  max-width: 700px;
  margin: 0 auto;
}
#top #business .business-left-lead,
#top #business .business-right-lead {
  word-break: keep-all;
  font-size: 30px;
  color: #2151B3;
}
#top #business .business-left-lead {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}
#top #business .business-scene {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
#top #business .business-scene li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #2151B3;
}
#top #business .business-scene li span {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-right: 10px;
  padding-left: 20px;
  background-color: #2151B3;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
#top #business .business-img {
  margin: 50px auto 0;
}
#top #business .business-right-lead {
  overflow-wrap: break-word;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
#top #business .business-problem {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, auto);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  width: 100%;
  margin-bottom: 50px;
}
#top #business .business-problem li {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-right: 5px;
  padding-left: 70px;
  border-radius: 5px;
  background-image: linear-gradient(180deg, rgb(66, 117, 194), rgb(52, 55, 149));
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
#top #business .business-problem li::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 51px;
  top: 0;
  left: 15px;
  margin-right: 10px;
  background-image: url(../img/top/human.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
#top #business .business-conclusion {
  position: relative;
  margin-bottom: 30px;
  padding-top: 50px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #2151B3;
}
#top #business .business-conclusion::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 40px solid #2151b3;
  border-bottom: 0;
}
#top #business .business-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100px;
  margin: 0px auto 30px;
  padding-right: 20px;
  padding-left: 40px;
  border: 1px solid #2151B3;
  background-color: #fff;
}
#top #business .business-link span {
  width: 100%;
  text-align: center;
  word-break: keep-all;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #2151B3;
}
#top #business .business-link img {
  height: 100px;
}
#top #customer .customer-wrapper {
  width: 100%;
  margin: 0 auto;
}
#top #customer .customer-column {
  display: flex;
}
#top #customer .customer-left,
#top #customer .customer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 470px;
  padding-top: 30px;
  padding-bottom: 15px;
}
#top #customer .customer-left {
  background-image: url(../img/top/top-customer-bg.webp);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
#top #customer .customer-left-wrapper {
  width: 55%;
  max-width: 550px;
  margin-left: auto;
}
#top #customer .customer-left-title {
  width: -moz-fit-content;
  width: fit-content;
}
#top #customer .customer-left-title a {
  position: relative;
  font-size: 34px;
  color: #fff;
  text-shadow: 8px 8px 5px rgba(0, 0, 0, 0.1607843137);
}
#top #customer .customer-left-title a::after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 20px;
}
#top #customer .customer-review {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  padding-right: 20px;
}
#top #customer .customer-review li {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  padding: 10px 25px;
  border: #1f4fae 3px solid;
  border-radius: 45px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #585858;
}
#top #customer .customer-review li::after {
  content: "";
  position: absolute;
  bottom: -17px;
  display: block;
  width: 50px;
  height: 23px;
  background-image: url(../img/top/hukidashi.svg);
  background-size: cover;
}
#top #customer .customer-review li:nth-child(odd) {
  margin-left: auto;
}
#top #customer .customer-review li:nth-child(odd)::after {
  right: 5px;
}
#top #customer .customer-review li:nth-child(even) {
  margin-right: auto;
}
#top #customer .customer-review li:nth-child(even)::after {
  left: 5px;
  transform: scale(-1, 1);
}
#top #customer .customer-right {
  width: 50%;
  max-width: 660px;
  padding: 30px 20px;
  text-align: center;
}
#top #customer .top-section-title {
  margin-bottom: 5px;
  color: #92A5CD;
}
#top #customer .customer-lead {
  margin-bottom: 10px;
  word-break: keep-all;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #2151B3;
}
#top #customer .customer-award {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
#top #customer .customer-link {
  display: flex;
  justify-content: space-between;
  width: 510px;
  max-width: 100%;
  margin: 0 auto;
}
#top #company {
  height: 450px;
  padding-top: 30px;
  background-image: url(../img/top/top-company-bg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#top #company .company-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
#top #company .top-section-title {
  color: #2151B3;
}
#top #company .company-lead {
  font-size: 40px;
  font-weight: 700;
  color: #2151B3;
}
#top #recruit .recruit-column {
  display: flex;
}
#top #recruit .recruit-left,
#top #recruit .recruit-right {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 40px;
}
#top #recruit .recruit-left {
  padding-left: 20px;
  padding-right: 20px;
}
#top #recruit .recruit-content {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
}
#top #recruit .top-section-title {
  color: #2151B3;
}
#top #recruit .recruit-lead {
  font-size: 34px;
  font-weight: 700;
  color: #2151B3;
}
#top #recruit .recruit-text {
  word-break: keep-all;
  font-size: 18px;
  font-weight: 700;
  color: #4A4A4A;
}
#top #recruit .recruit-link {
  margin: 40px auto 0;
}
#top #recruit .recruit-right {
  background-image: url(../img/top/top-recruit-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  #top #news .news-wrapper {
    max-width: 800px;
  }
  #top #news .news-column {
    flex-direction: column;
  }
  #top #news .news-title {
    margin-bottom: 20px;
  }
  #top #business .business-wrapper {
    max-width: 800px;
  }
  #top #business .business-column {
    flex-direction: column;
    gap: 20px;
  }
  #top #business .business-left,
  #top #business .business-right {
    width: 100%;
    margin: 0 auto;
  }
  #top #business .business-problem {
    margin: 0 auto 50px;
  }
  #top #customer .customer-column {
    flex-direction: column-reverse;
  }
  #top #customer .customer-left,
  #top #customer .customer-right {
    width: 100%;
    max-width: 100%;
  }
  #top #customer .customer-left {
    height: 520px;
  }
  #top #customer .customer-review {
    width: 100%;
    max-width: 500px;
    gap: 10px;
    margin: 0 auto 0 0;
  }
  #top #customer .top-section-title {
    padding-bottom: 10px;
  }
  #top #company {
    background-image: url(../img/top/top-company-bg-sp.webp);
    background-position: bottom;
  }
  #top #company .company-wrapper {
    max-width: 1000px;
  }
  #top #company .company-lead {
    font-size: 28px;
  }
  #top #company .arrow-link {
    margin-top: 10px;
  }
  #top #recruit .recruit-column {
    flex-direction: column;
  }
  #top #recruit .recruit-left,
  #top #recruit .recruit-right {
    width: 100%;
  }
  #top #recruit .recruit-left {
    width: 100%;
    height: 550px;
    margin: 0 auto;
    background-image: url(../img/top/top-recruit-bg-sp.webp);
    background-size: cover;
    background-position: 50% 75%;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-right: 0px;
  }
  #top #recruit .recruit-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #top #recruit .recruit-lead {
    font-size: 28px;
  }
  #top #recruit .recruit-text {
    color: #2151B3;
  }
  #top #recruit .recruit-link {
    margin-top: 20px;
    margin-left: 0;
  }
  #top #recruit .recruit-right {
    display: none;
  }
}
@media (max-width: 769px) {
  #top .top-section-title {
    font-size: 70px;
    margin-bottom: 10px;
  }
  #top #main {
    height: 600px;
  }
  #top #main .main-title {
    font-size: 28px;
  }
  #top #news .news-wrapper {
    max-width: 600px;
  }
  #top #news .news-list .news-detail {
    flex-wrap: wrap;
  }
  #top #news .news-list .news-detail .news-detail-title {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  #top #business .business-wrapper {
    max-width: 600px;
  }
  #top #business .business-left-lead,
  #top #business .business-right-lead {
    font-size: 28px;
  }
  #top #business .business-scene {
    gap: 20px;
  }
  #top #business .business-scene li {
    gap: 5px;
    flex-direction: column;
    align-items: start;
  }
  #top #business .business-problem {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  #top #business .business-conclusion {
    padding-top: 100px;
  }
  #top #business .business-conclusion::before {
    top: 30px;
  }
  #top #business .business-link {
    height: 90px;
    padding-left: 30px;
  }
  #top #business .business-link span {
    text-align: start;
    font-size: 24px;
  }
  #top #business .business-link img {
    height: 90px;
  }
  #top #customer .customer-left {
    background-image: url(../img/top/top-customer-bg-sp.webp);
    background-position: top;
  }
  #top #customer .customer-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #top #customer .customer-left-title {
    margin: 0 auto 20px;
  }
  #top #customer .customer-left-title a {
    font-size: 26px;
  }
  #top #customer .customer-review {
    gap: 20px;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  #top #customer .customer-link {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 489px) {
  #top .top-section-title {
    font-size: 60px;
  }
  #top .arrow-link {
    padding: 10px 35px 10px 15px;
    font-size: 18px;
  }
  #top #main {
    height: 300px;
  }
  #top #main .main-catch {
    margin-bottom: 20px;
  }
  #top #main .main-title {
    font-size: 18px;
  }
  #top #business .business-left-lead,
  #top #business .business-right-lead {
    font-size: 20px;
  }
  #top #business .business-scene li {
    font-size: 18px;
  }
  #top #business .business-problem li {
    font-size: 14px;
  }
  #top #business .business-conclusion {
    font-size: 18px;
  }
  #top #business .business-link {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #top #business .business-link span {
    font-size: 20px;
  }
  #top #business .business-link img {
    height: 60px;
  }
  #top #customer .customer-left-title {
    margin-left: 20px;
  }
  #top #customer .customer-lead {
    font-size: 20px;
  }
  #top #customer .customer-link .arrow-link {
    max-width: 280px;
  }
  #top #company {
    height: 400px;
  }
  #top #company .company-lead {
    font-size: 20px;
    margin-top: 15px;
  }
  #top #recruit .recruit-lead {
    margin-top: 5px;
    font-size: 20px;
  }
  #top #recruit .recruit-text {
    font-size: 16px;
  }
  #top #recruit .recruit-link {
    font-size: 18px;
  }
}/*# sourceMappingURL=top.css.map */