.mv {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 64px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .mv {
    padding: 80px 24px;
  }
}
.mv__inner {
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
}
.mv__image {
  text-align: center;
}
.mv__image img {
  width: 90%;
}
.mv__content {
  margin-top: 32px;
  text-align: center;
}
.mv__content__logo {
  width: 70%;
}
.mv__content__title {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .mv__content__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .mv__content__title {
    font-size: 1.5rem;
  }
}
.mv__content__title {
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    flex-flow: wrap row;
  }
  .mv__image {
    max-width: 375px;
  }
  .mv__image img {
    width: auto;
    max-width: 370px;
  }
  .mv__content {
    margin-top: 0;
    padding-left: 32px;
    text-align: left;
  }
  .mv__content__logo {
    width: auto;
    max-width: 277px;
  }
  .mv__content__title {
    text-align: left;
  }
  .mv__content__text span {
    display: block;
  }
}

.function {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .function {
    padding: 64px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .function {
    padding: 80px 24px;
  }
}
.function {
  background: var(--gray-100);
}
.function__inner {
  width: 100%;
  max-width: 1280px;
}
.function__title {
  font-size: 1.125rem;
  text-align: center;
  display: flex;
  flex-flow: wrap column;
  padding-bottom: 16px;
  position: relative;
}
.function__title:after {
  content: "";
  width: 70px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}
@media screen and (min-width: 1200px) {
  .function__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .function__title {
    font-size: 1.5rem;
  }
}
.function__item {
  display: flex;
  flex-flow: wrap column;
  margin-top: 32px;
}
.function__item:first-of-type {
  margin-top: 32px;
}
.function__item__theme {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap column;
  text-align: center;
}
.function__item__list {
  display: flex;
  flex-flow: wrap column;
  position: relative;
}
.function__item__list__item {
  padding: 16px 0;
}
.function__item__list__item__inner {
  height: 100%;
  padding: 32px 16px 16px;
  border: 1px solid var(--gray-300);
  position: relative;
}
.function__item__list__item__title {
  padding: 0 16px 8px 0;
  background: var(--gray-100);
  color: var(--primary-color);
  position: absolute;
  top: -4px;
  left: -1px;
}
.function__related {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 32px;
}
.function__related__inner {
  display: inline-flex;
  flex-flow: wrap column;
  justify-content: flex-start;
  padding: 16px 24px;
  border: 1px dotted var(--gray-500);
  border-radius: 1rem;
}
.function__related__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px 0;
  padding: 8px;
  background: var(--primary-color-3);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .function {
    padding: 64px 16px;
  }
  .function__item {
    flex-flow: wrap row;
    justify-content: center;
    margin-top: 64px;
  }
  .function__item:first-of-type {
    margin-top: 48px;
  }
  .function__item__theme {
    width: 20%;
    max-width: 200px;
  }
  .function__item__theme img {
    width: 60%;
    max-width: max-content;
  }
  .function__item__theme__title span {
    display: block;
  }
  .function__item__list {
    flex-flow: wrap row;
    width: 80%;
    max-width: calc(100% - 200px);
    align-items: stretch;
  }
  .function__item__list__item {
    max-width: 50%;
    padding: 16px 0 16px 32px;
  }
}
@media screen and (min-width: 1000px) {
  .function {
    padding: 80px 24px;
  }
  .function__item__theme {
    width: 30%;
    max-width: 280px;
  }
  .function__item__theme img {
    width: 100%;
  }
  .function__item__list {
    width: 70%;
    max-width: calc(100% - 280px);
  }
  .function__item__list__item--sm {
    max-width: 25%;
  }
  .function__item__list__item--md {
    max-width: 33.333%;
  }
}

.tool {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .tool {
    padding: 64px 16px;
  }
}
@media screen and (min-width: 1000px) {
  .tool {
    padding: 80px 24px;
  }
}
.tool__title {
  font-size: 1.125rem;
  text-align: center;
  display: flex;
  flex-flow: wrap column;
  padding-bottom: 16px;
  position: relative;
}
.tool__title:after {
  content: "";
  width: 70px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}
@media screen and (min-width: 1200px) {
  .tool__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .tool__title {
    font-size: 1.5rem;
  }
}
.tool__title {
  margin-bottom: 56px;
}
.tool__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 32px;
}
.tool__list__item {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 24px 0;
}
.tool__list__item img {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}
@media screen and (min-width: 400px) {
  .tool__list {
    margin-top: 56px;
  }
  .tool__list__item {
    min-width: 176px;
  }
  .tool__list__item img {
    width: 80px;
    height: 80px;
  }
}

.service-cta {
  display: flex;
  justify-content: center;
  padding: 32px 16px;
  background: var(--primary-color);
  color: var(--gray-000);
  text-align: center;
}
.service-cta__inner {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  width: 100%;
}
.service-cta__content__title {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .service-cta__content__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  .service-cta__content__title {
    font-size: 1.5rem;
  }
}
.service-cta__content__list {
  display: flex;
  flex-flow: wrap column;
  margin-top: 32px;
  text-align: center;
}
.service-cta__content__list__item {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  margin-bottom: 24px;
}
.service-cta__content__list__item__image {
  width: 64px;
}
.service-cta__content__list__item__text {
  width: calc(100% - 64px);
  padding-left: 16px;
  font-size: clamp(0.75rem, 0.712962963rem + 0.1851851852vw, 0.875rem);
  font-weight: 700;
  text-align: left;
}
.service-cta__buttons {
  display: flex;
  flex-flow: wrap row;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.service-cta__buttons__item {
  display: flex;
  flex-flow: wrap column;
  padding: 24px 8px 0;
}
.service-cta__buttons__item__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--button-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  min-height: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
  padding: 0 16px;
  border-radius: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
}
@media screen and (min-width: 768px) {
  .service-cta__buttons__item__button {
    padding: 0 24px;
  }
}
.service-cta__buttons__item__button {
  background: var(--button-color);
  color: var(--gray-000);
}
.service-cta__buttons__item__button--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--button-color);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  min-height: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
  padding: 0 16px;
  border-radius: clamp(3rem, 2.7037037037rem + 1.4814814815vw, 4rem);
}
@media screen and (min-width: 768px) {
  .service-cta__buttons__item__button--outline {
    padding: 0 24px;
  }
}
.service-cta__buttons__item__button--outline {
  background: var(--gray-000);
  color: var(--gray-900);
}
.service-cta__buttons__item__button__copy {
  display: inline-block;
  margin-bottom: 4px;
  padding: 0 8px;
  align-self: center;
  font-size: 0.6875rem;
  position: relative;
}
.service-cta__buttons__item__button__copy:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 80%;
  background: var(--gray-000);
  position: absolute;
  top: 1px;
  left: 0;
  transform: rotate(-20deg);
}
@media screen and (min-width: 400px) {
  .service-cta__buttons__item__button__copy:before {
    height: 95%;
    top: 0;
  }
}
.service-cta__buttons__item__button__copy:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 80%;
  background: var(--gray-000);
  position: absolute;
  top: 1px;
  right: 0;
  transform: rotate(20deg);
}
@media screen and (min-width: 400px) {
  .service-cta__buttons__item__button__copy:after {
    height: 95%;
    top: 0;
  }
}
@media screen and (min-width: 400px) {
  .service-cta__buttons__item__button__copy {
    margin-bottom: 8px;
    padding: 0 12px;
    font-size: 0.8125rem;
  }
}
.service-cta__buttons__online {
  width: 100%;
  margin-top: 32px;
  text-align: center;
}
.service-cta__buttons__online__link {
  color: var(--gray-000);
}
@media screen and (min-width: 768px) {
  .service-cta {
    padding: 64px 16px;
  }
  .service-cta__content__list {
    flex-flow: wrap row;
  }
  .service-cta__content__list__item {
    flex-flow: wrap column;
    width: 232px;
  }
  .service-cta__content__list__item__image {
    width: 76px;
  }
  .service-cta__content__list__item__text {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
  .service-cta__buttons__item {
    width: 100%;
    max-width: 14.375rem;
  }
}
@media screen and (min-width: 1000px) {
  .service-cta__content__list__item {
    width: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .service-cta__buttons__item {
    max-width: 15rem;
  }
}

/*# sourceMappingURL=page-service.css.map */
