@charset "UTF-8";
/* subtitle */
.subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #0a2e7e;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 20px;
    padding-left: 20px;
  }
}
.subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 50px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#33d4a5), to(#1e85dc));
  background: linear-gradient(to top, #33d4a5 0%, #1e85dc 100%);
}
@media screen and (max-width: 767px) {
  .subtitle::before {
    width: 5px;
    height: 30px;
  }
}

/* 更新用 */
.top-news__content {
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .top-news__content {
    padding: 15px 25px;
  }
}

.top-news__body {
  width: auto;
  text-overflow: unset;
  overflow: unset;
  white-space: unset;
  padding: 8px 0;
}

.top-news__date {
  min-width: 130px;
}

.top-news__title {
  text-overflow: unset;
  overflow: unset;
  white-space: unset;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top-news__title {
    margin-right: 0;
  }
}

.top-business__subtitle {
  margin-top: 80px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .top-business__subtitle {
    margin-left: 5px;
    margin-top: 50px;
  }
}

.top-business__item:first-child .top-business__item-slider {
  margin-top: 30px;
}

.top-business__btn {
  margin: 100px auto 0;
}

.slider__item-img {
  padding-top: 62.5%;
  position: relative;
}
.slider__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__item-body {
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .slider__item-body {
    margin-left: 0;
    margin-top: 10px;
  }
}

.slider__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .slider__item-text {
    font-size: 13px;
  }
}
.slider__item-text span {
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .slider__item-text span {
    margin-right: 10px;
  }
}

.loop span {
  padding-right: 64px;
  padding-right: 4rem;
}
.loop span:first-child {
  -webkit-animation: loop 20s linear infinite;
          animation: loop 20s linear infinite;
}
.loop span:nth-child(2) {
  -webkit-animation: loop 20s linear infinite;
          animation: loop 20s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* works */
@media screen and (max-width: 767px) {
  .works {
    margin-bottom: -160px;
  }
}
.works .page-header__img {
  width: 240px;
  right: 40px;
  bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .works .page-header__img {
    width: 180px;
    right: 20px;
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .works .page-header__img {
    width: 100px;
    right: 0;
    bottom: 20px;
  }
}
.works .anchor {
  background: none;
  margin-bottom: 110px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .works .anchor {
    margin-bottom: 60px;
  }
}
.works .anchor__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works__header {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .works__header {
    padding-bottom: 30px;
  }
}

.works__footer {
  padding: 270px 0 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .works__footer {
    padding: 200px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .works__footer {
    padding: 120px 0 150px;
  }
}
.works__footer::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 400px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  bottom: -120px;
}
@media screen and (max-width: 1400px) {
  .works__footer::after {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .works__footer::after {
    height: 250px;
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .works__footer::after {
    width: 140%;
    height: 150px;
    bottom: 40px;
  }
}
.works__footer .works__items {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .works__footer .works__items {
    margin-top: 40px;
  }
}

.works__units {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .works__units {
    margin-top: 30px;
  }
}

.works__unit + .works__unit {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .works__unit + .works__unit {
    margin-top: 60px;
  }
}

.works__subtitle {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .works__subtitle {
    margin-bottom: 30px;
  }
}

.works__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 45px;
}
@media screen and (max-width: 1200px) {
  .works__items {
    gap: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .works__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
}

.works__item-body {
  margin-top: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .works__item-body {
    padding: 0;
    margin-top: 10px;
  }
}

.works__item-img-wrapper {
  position: relative;
}

.works__item-zoom {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .works__item-zoom {
    width: 35px;
  }
}

.works__item-img {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}
.works__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  -webkit-box-shadow: 0px 9px 13px rgba(0, 0, 0, .09);
          box-shadow: 0px 9px 13px rgba(0, 0, 0, .09);
}
@media screen and (max-width: 767px) {
  .works__item-img img {
    border-radius: 10px;
  }
}

a.works__item-text {
  display: inline-block;
  text-decoration: underline;
}

.works__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .works__item-text {
    font-size: 13px;
  }
}
.works__item-text span {
  display: inline-block;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .works__item-text span {
    margin-right: 10px;
  }
}

.works__item-date {
  display: inline-block;
  font-size: 15px;
  color: #909090;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
/*# sourceMappingURL=update.css.map */
