/* anchor-link
---------------------------------------------------- */
.anchor-offset {
  height: 150px;
  top: -150px;
}
@media (max-width: 991.98px) {
  .anchor-offset {
    height: 120px;
    top: -120px;
  }
}
@media (max-width: 575.98px) {
  .anchor-offset {
    height: 90px;
    top: -90px;
  }
}

.anchor-link .anchor-link__inner {
  padding-top: max(4rem, 60px);
  padding-bottom: max(7.5rem, 60px);
  padding-left: 15px;
  padding-right: 15px;
}
.anchor-link .anchor-link__inner .anchor-link__introduction {
  padding-bottom: max(4rem, 50px);
  font-size: max(1.125rem, 16px);
  font-weight: 700;
  text-align: center;
  color: rgb(42, 68, 164);
}
@media (max-width: 575.98px) {
  .anchor-link .anchor-link__inner .anchor-link__introduction {
    line-height: 2;
  }
}
@media (max-width: 350px) {
  .anchor-link .anchor-link__inner .anchor-link__introduction {
    font-size: 14px;
  }
}
.anchor-link .anchor-link__inner .anchor-link__introduction .introduction__big {
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-size: max(2rem, 24px);
  border-bottom: 1px solid rgb(42, 68, 164);
}
@media (max-width: 350px) {
  .anchor-link .anchor-link__inner .anchor-link__introduction .introduction__big {
    font-size: 20px;
  }
}
.anchor-link .anchor-link__inner .anchor-link__introduction .br-introduction__1 {
  display: none;
}
@media (max-width: 575.98px) {
  .anchor-link .anchor-link__inner .anchor-link__introduction .br-introduction__1 {
    display: block;
  }
}
.anchor-link .anchor-link__inner .anchor-link__introduction .br-introduction__2 {
  display: none;
}
@media (max-width: 767.98px) {
  .anchor-link .anchor-link__inner .anchor-link__introduction .br-introduction__2 {
    display: block;
  }
}
.anchor-link .anchor-link__inner .anchor-link__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .anchor-link .anchor-link__inner .anchor-link__contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .anchor-link .anchor-link__inner .anchor-link__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
.anchor-link .anchor-link__inner .anchor-link__contents .anchor-link__item {
  padding: 0.8em 1.5em 1em;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 64, 128, 0.12);
  border: 1px solid rgb(145, 146, 150);
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .anchor-link .anchor-link__inner .anchor-link__contents .anchor-link__item {
    padding: 1.2em;
  }
}
@media (max-width: 575.98px) {
  .anchor-link .anchor-link__inner .anchor-link__contents .anchor-link__item {
    padding: 0.8em;
  }
}
.anchor-link .anchor-link__inner .anchor-link__contents .anchor-link__item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: rgb(32, 32, 32) transparent transparent transparent;
  bottom: 0.9em;
  left: 50%;
  transform: translateX(-50%);
  position: static;
  display: inline-block;
  margin-left: 0.8em;
  transform: none;
  vertical-align: middle;
}
.anchor-link .anchor-link__inner .anchor-link__contents .anchor-link__item:hover {
  background-color: rgb(229, 236, 249);
  color: rgb(32, 32, 32);
}

/* service
---------------------------------------------------- */
.service .service__inner {
  padding-top: max(1.875rem, 20px);
  padding-bottom: max(10rem, 80px);
  padding-left: 15px;
  padding-right: 15px;
}
.service .service__inner .service__contents {
  position: relative;
  margin-bottom: max(7.5rem, 60px);
}
.service .service__inner .service__contents .service__block .service__block__text .service__number {
  text-transform: uppercase;
  padding: 0.3em 1.5em;
  border-radius: 9999px;
  display: inline;
  background-color: rgb(42, 68, 164);
  color: #fff;
  text-transform: uppercase;
  font-family: "Albert Sans", sans-serif;
  font-weight: 700;
}
.service .service__inner .service__contents .service__block .service__block__text .service__title {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  font-size: max(2rem, 24px);
  font-weight: 700;
  color: rgb(42, 68, 164);
  border-bottom: 1px solid rgb(42, 68, 164);
}
@media (max-width: 991.98px) {
  .service .service__inner .service__contents .service__block .service__block__text .service__title {
    margin-top: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
  }
}
.service .service__inner .service__contents .service__block .service__block__text .service__list {
  margin-bottom: 1.5rem;
  padding: 1.5em 2.5em;
  background-color: #f8f8f8;
  list-style: disc inside;
  -moz-columns: 2;
       columns: 2;
}
@media (max-width: 991.98px) {
  .service .service__inner .service__contents .service__block .service__block__text .service__list {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .service .service__inner .service__contents .service__block .service__block__text .service__list {
    padding: 1.5em 2em;
  }
}
@media (max-width: 575.98px) {
  .service .service__inner .service__contents .service__block .service__block__text .service__list {
    -moz-columns: 1;
         columns: 1;
  }
}
.service .service__inner .service__contents .service__block .service__block__text .service__list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.service .service__inner .service__contents .service__block .service__block__text .service__description {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .service .service__inner .service__contents .service__block .service__block__text .service__description {
    margin-bottom: 3rem;
  }
}
.service .service__inner .service__contents .service__block .service__block__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: right;
  width: 95%;
}
@media (max-width: 991.98px) {
  .service .service__inner .service__contents .service__block .service__block__img {
    width: 100%;
    height: max(18.75rem, 200px);
  }
}
.service .service__inner .service__contents .service__block .service__block__img img {
  width: 95%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 991.98px) {
  .service .service__inner .service__contents .service__block .service__block__img img {
    width: 100%;
  }
}
.service .service__inner .__2 .service__block .service__block__text,
.service .service__inner .__4 .service__block .service__block__text,
.service .service__inner .__6 .service__block .service__block__text {
  order: 2;
}
@media (max-width: 991.98px) {
  .service .service__inner .__2 .service__block .service__block__text,
  .service .service__inner .__4 .service__block .service__block__text,
  .service .service__inner .__6 .service__block .service__block__text {
    order: 0;
  }
}
.service .service__inner .__2 .service__block .service__block__img,
.service .service__inner .__4 .service__block .service__block__img,
.service .service__inner .__6 .service__block .service__block__img {
  justify-content: left;
  width: 95%;
  order: 1;
}
@media (max-width: 991.98px) {
  .service .service__inner .__2 .service__block .service__block__img,
  .service .service__inner .__4 .service__block .service__block__img,
  .service .service__inner .__6 .service__block .service__block__img {
    width: 100%;
    order: 0;
  }
}
.service .service__inner .__2 .service__block .service__block__img img,
.service .service__inner .__4 .service__block .service__block__img img,
.service .service__inner .__6 .service__block .service__block__img img {
  width: 95%;
}
@media (max-width: 991.98px) {
  .service .service__inner .__2 .service__block .service__block__img img,
  .service .service__inner .__4 .service__block .service__block__img img,
  .service .service__inner .__6 .service__block .service__block__img img {
    width: 100%;
  }
}
.service .service__inner .__6 {
  margin-bottom: 0;
}/*# sourceMappingURL=service.css.map */