@charset "UTF-8";
:root {
  --Primary-01: #00349D;
  --Primary-03: #0054FF;
  --Base-04: #CCC;
  --Base-05: #DDD;
  --Base-07: #FFF;
  --Variety-10: #0048DB;
  --Pale-02: #E8EEF8;
  --Pale-03: #F1F4F9;
}

body {
  padding-top: 50px;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  body {
    padding-top: 88px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding-top: 80px;
  }
}

img {
  max-width: 100%;
}

.zac-fv,
.zac-c-fv-tour {
  margin-bottom: 0;
}

.zac-header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
  transition: 0.4s linear;
}
.zac-header * {
  box-sizing: border-box;
}
.zac-header a {
  text-decoration: none;
}
.zac-header__inner {
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
  height: 50px;
  align-items: center;
  transition: padding 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  padding: 0 15px;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-header__inner {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px 0 60px;
  }
}
.zac-header__logo {
  line-height: 1;
  width: 102px;
}
@media screen and (min-width: 960px) {
  .zac-header__logo {
    width: 70px;
  }
}
.zac-header__logo__icon {
  width: 100%;
}
.zac-header__logo__icon--scroll {
  display: none;
}
.zac-header__nav {
  display: none;
  position: fixed;
  right: 0;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 960px) {
  .zac-header__nav {
    display: flex;
    position: unset;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    max-height: none;
    overflow: visible;
    background: none;
    justify-content: flex-end;
  }
}
.zac-header__nav__list {
  list-style: none;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header__nav__list {
    margin: 0 20px 0 0;
  }
}
.zac-header__nav__list__item {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.zac-header__nav__list__item:first-child {
  border-top: 1px solid #DDD;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item {
    padding: 0;
    position: unset;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header__nav__list__item {
    height: 80px;
    display: flex;
    align-items: center;
  }
}
.zac-header__nav__list__item__link {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #000000 !important;
  position: relative;
  font-size: 16px;
  padding: 0 50px 0 0;
  border-bottom: 1px solid #DDD;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__link {
    opacity: 1;
    padding: 10px 5.5px;
    height: auto;
    line-height: inherit;
    border-bottom: none;
    color: #fff;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8) !important;
  }
  .zac-header__nav__list__item__link:hover {
    color: #FCCF00 !important;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header__nav__list__item__link {
    padding: 10px 12.5px;
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__link--has-children {
    padding-right: 23.5px;
    position: relative;
  }
  .zac-header__nav__list__item__link--has-children::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 9.5px;
    background: center center/contain url("/zac/assets/img/layout/header/arrow-icon-d.svg") no-repeat;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header__nav__list__item__link--has-children {
    padding-right: 30.5px;
  }
  .zac-header__nav__list__item__link--has-children::after {
    width: 12px;
    right: 12.5px;
  }
}
.zac-header__nav__list__item__toggle {
  position: absolute;
  top: 0;
  right: 16.5px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__toggle {
    display: none;
  }
}
.zac-header__nav__list__item__toggle__inner {
  position: relative;
  width: 27px;
  height: 45px;
}
.zac-header__nav__list__item__toggle__inner::before, .zac-header__nav__list__item__toggle__inner::after {
  content: "";
  display: block;
  background: #000000;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.5s;
}
.zac-header__nav__list__item__toggle__inner::before {
  width: 16.467px;
  height: 1px;
}
.zac-header__nav__list__item__toggle__inner::after {
  width: 1px;
  height: 16.467px;
}
.zac-header__nav__list__item__sub-menu {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu {
    border-top: 1px solid #DDD;
    position: absolute;
    width: 100vw;
    top: calc(100% - 1px);
    left: -100vw;
    transform: translate(-50%, -2px);
    background: #F2F2F2;
    transition: 0.5s;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition-property: transform, max-height, left;
    transition-duration: 0.5s, 0.5s, 0s;
    transition-delay: 0s, 0s, 0.5s;
  }
}
.zac-header__nav__list__item__sub-menu__inner {
  padding: 0 10px;
  max-width: 1600px;
  margin: 0 auto;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__inner {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header__nav__list__item__sub-menu__inner {
    padding: 40px 40px 60px;
  }
}
.zac-header__nav__list__item__sub-menu__title {
  display: none;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__title {
    display: block;
    padding: 0 0 30px;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    top: 30px;
    color: #000000 !important;
  }
  .zac-header__nav__list__item__sub-menu__title--has-link a {
    display: inline-block;
    color: #000000 !important;
    transition: 0.3s;
    padding: 0 26px 0 0;
    position: relative;
  }
  .zac-header__nav__list__item__sub-menu__title--has-link a::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: center center/contain url("/zac/assets/img/layout/header/arrow-icon-r.svg") no-repeat;
    margin: 0 0 0 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .zac-header__nav__list__item__sub-menu__title--has-link a:hover {
    color: #0054FF !important;
  }
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
    transition: 0.4s linear;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header__nav__list__item__sub-menu__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.zac-header__nav__list__item__sub-menu__list__item {
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__list__item {
    border-bottom: none;
    top: 30px;
  }
}
.zac-header__nav__list__item__sub-menu__list__item:last-child {
  border-bottom: none;
}
.zac-header__nav__list__item__sub-menu__list__item__image {
  margin: 0 0 20px;
  display: none;
  transition: 0.3s;
}
.zac-header__nav__list__item__sub-menu__list__item__image:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__list__item__image {
    display: block;
  }
}
.zac-header__nav__list__item__sub-menu__list__item__image img {
  display: block;
  max-width: 100%;
}
.zac-header__nav__list__item__sub-menu__list__item__title {
  margin: 0;
  font-size: 14px;
  color: #000000 !important;
  padding: 16px 0;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__list__item__title {
    font-size: 13px;
    padding: 0 0 10px;
    border-bottom: 1px solid #DDD;
  }
}
.zac-header__nav__list__item__sub-menu__list__item__title a {
  display: block;
  color: #000000 !important;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__list__item__title a {
    padding: 0 26px 0 0;
    position: relative;
  }
  .zac-header__nav__list__item__sub-menu__list__item__title a::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: center center/contain url("/zac/assets/img/layout/header/arrow-icon-r.svg") no-repeat;
    margin: 0 0 0 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.zac-header__nav__list__item__sub-menu__list__item__title a:hover {
  color: #0054FF !important;
}
.zac-header__nav__list__item__sub-menu__list__item__title--has-children {
  padding: 32px 0 0;
  color: #888 !important;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__list__item__title--has-children {
    color: #000000 !important;
    padding: 0 0 10px;
  }
}
.zac-header__nav__list__item__sub-menu__list__item__title--has-children a {
  color: #888 !important;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__list__item__title--has-children a {
    color: #000000 !important;
  }
}
.zac-header__nav__list__item__sub-menu__list__item__title--has-children a:hover {
  color: #0054FF !important;
}
.zac-header__nav__list__item__sub-menu__list__item__submenu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 16px;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__list__item__submenu {
    padding: 16px 0 0;
    row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header__nav__list__item__sub-menu__list__item__submenu {
    grid-template-columns: 1fr 1fr;
  }
}
.zac-header__nav__list__item__sub-menu__list__item__submenu__item {
  font-size: 13px;
}
.zac-header__nav__list__item__sub-menu__list__item__submenu__item a {
  display: block;
  padding: 16px 10px 16px 0;
  color: #000000 !important;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item__sub-menu__list__item__submenu__item a {
    padding: 0;
  }
}
.zac-header__nav__list__item__sub-menu__list__item__submenu__item a:hover {
  color: #0054FF !important;
}
.zac-header__nav__list__item:hover {
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__list__item:hover .zac-header__nav__list__item__sub-menu {
    transform: translate(-50%, 0);
    max-height: 650px;
    left: 50%;
    transition-property: transform, max-height, left;
    transition-delay: 0s, 0s, 0s;
  }
}
.zac-header__nav__list__item.open .zac-header__nav__list__item__toggle__inner::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.zac-header__nav__list__item.open .zac-header__nav__list__item__toggle__inner::after {
  transform: translate(-50%, -50%) rotate(270deg);
}
.zac-header__nav__cv {
  padding: 30px 20px;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__cv {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 1330px) {
  .zac-header__nav__cv {
    margin: 0;
  }
}
.zac-header__nav__cv__list {
  display: grid;
  row-gap: 15px;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__cv__list {
    grid-template-columns: 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
    display: inline-grid;
    row-gap: 5px;
    padding: 5px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header__nav__cv__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-header__nav__cv__list .zac-c-btn a,
  .zac-header__nav__cv__list .zac-c-btn button {
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
}
.zac-header__nav__cv__list__item--pamph {
  padding: 0 0 5px;
}
.zac-header__nav__cv__list__item:hover .zac-header__nav__list__item__sub-menu {
  transform: translateX(-50%);
  max-height: 650px;
  left: 50%;
  transition-property: transform, max-height, left;
  transition-delay: 0s, 0s, 0s;
}
.zac-header__nav__phone {
  padding: 0 0 50px;
}
@media screen and (min-width: 960px) {
  .zac-header__nav__phone {
    display: none;
  }
}
.zac-header__nav__phone__title {
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}
.zac-header__nav__phone a {
  max-width: 250px;
  margin: 0 auto;
  text-decoration: none;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zac-header__nav__phone__num {
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  letter-spacing: 2px;
  color: #000000 !important;
  font-family: "Futura-PT", sans-serif;
  font-style: italic;
}
.zac-header__hum {
  z-index: 10;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 30px;
  height: 20px;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
@media screen and (min-width: 960px) {
  .zac-header__hum {
    display: none;
  }
}
.zac-header__hum__container {
  width: 30px;
  height: 25px;
  position: relative;
}
.zac-header__hum__container span {
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.44, 0.03, 0.14, 0.98);
  left: 0;
  display: block;
  width: 100%;
}
.zac-header__hum__container span:nth-child(1) {
  top: calc(50% - 8px);
}
.zac-header__hum__container span:nth-child(2) {
  top: 50%;
}
.zac-header__hum__container span:nth-child(3) {
  width: 70%;
  top: calc(50% + 8px);
}
.zac-header__hum.active {
  z-index: 9999;
}
.zac-header__hum.active .zac-header__hum__container span:nth-child(1) {
  top: 50%;
  transform: rotateZ(-315deg);
}
.zac-header__hum.active .zac-header__hum__container span:nth-child(2) {
  background-color: transparent !important;
}
.zac-header__hum.active .zac-header__hum__container span:nth-child(3) {
  width: 100%;
  top: 50%;
  transform: rotateZ(315deg);
}
.zac-header.scroll, .zac-header.scroll-all {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-bottom: none;
  height: 50px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 960px) {
  .zac-header.scroll, .zac-header.scroll-all {
    height: auto;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-header.scroll .zac-header__inner, .zac-header.scroll-all .zac-header__inner {
    padding: 0 20px;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header.scroll .zac-header__inner, .zac-header.scroll-all .zac-header__inner {
    height: 80px;
    padding: 0 30px;
  }
}
.zac-header.scroll .zac-header__logo, .zac-header.scroll-all .zac-header__logo {
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .zac-header.scroll .zac-header__logo, .zac-header.scroll-all .zac-header__logo {
    width: 153.06px;
  }
}
.zac-header.scroll .zac-header__logo__icon--normal, .zac-header.scroll-all .zac-header__logo__icon--normal {
  display: none;
}
.zac-header.scroll .zac-header__logo__icon--scroll, .zac-header.scroll-all .zac-header__logo__icon--scroll {
  display: block;
}
.zac-header.scroll .zac-header__hum__container span, .zac-header.scroll-all .zac-header__hum__container span {
  background-color: #00349D;
}
@media screen and (min-width: 960px) {
  .zac-header.scroll .zac-header__nav__list__item__link, .zac-header.scroll-all .zac-header__nav__list__item__link {
    color: #000000 !important;
  }
  .zac-header.scroll .zac-header__nav__list__item__link:hover, .zac-header.scroll-all .zac-header__nav__list__item__link:hover {
    color: #0054FF !important;
  }
}
.zac-header.scroll .zac-header__nav__cv__list__item--pamph .zac-c-btn a,
.zac-header.scroll .zac-header__nav__cv__list__item--pamph .zac-c-btn button, .zac-header.scroll-all .zac-header__nav__cv__list__item--pamph .zac-c-btn a,
.zac-header.scroll-all .zac-header__nav__cv__list__item--pamph .zac-c-btn button {
  background: #00349D !important;
  color: #fff !important;
}
.zac-header.scroll .zac-header__nav__cv__list__item--pamph .zac-c-btn a:hover,
.zac-header.scroll .zac-header__nav__cv__list__item--pamph .zac-c-btn button:hover, .zac-header.scroll-all .zac-header__nav__cv__list__item--pamph .zac-c-btn a:hover,
.zac-header.scroll-all .zac-header__nav__cv__list__item--pamph .zac-c-btn button:hover {
  background: #0054FF !important;
}
@media screen and (min-width: 960px) {
  .zac-header.scroll .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list, .zac-header.scroll-all .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 960px) {
  .zac-header.scroll .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list__item__title, .zac-header.scroll-all .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list__item__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .zac-header.scroll-all-xs {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-bottom: none;
    height: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 599px) and (min-width: 960px) {
  .zac-header.scroll-all-xs {
    height: auto;
    padding: 0;
  }
}
@media screen and (max-width: 599px) and (min-width: 960px) {
  .zac-header.scroll-all-xs .zac-header__inner {
    padding: 0 20px;
    height: auto;
  }
}
@media screen and (max-width: 599px) and (min-width: 1280px) {
  .zac-header.scroll-all-xs .zac-header__inner {
    height: 80px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .zac-header.scroll-all-xs .zac-header__logo {
    line-height: 1;
  }
}
@media screen and (max-width: 599px) and (min-width: 960px) {
  .zac-header.scroll-all-xs .zac-header__logo {
    width: 153.06px;
  }
}
@media screen and (max-width: 599px) {
  .zac-header.scroll-all-xs .zac-header__logo__icon--normal {
    display: none;
  }
  .zac-header.scroll-all-xs .zac-header__logo__icon--scroll {
    display: block;
  }
  .zac-header.scroll-all-xs .zac-header__hum__container span {
    background-color: #00349D;
  }
}
@media screen and (max-width: 599px) and (min-width: 960px) {
  .zac-header.scroll-all-xs .zac-header__nav__list__item__link {
    color: #000000 !important;
  }
  .zac-header.scroll-all-xs .zac-header__nav__list__item__link:hover {
    color: #0054FF !important;
  }
}
@media screen and (max-width: 599px) {
  .zac-header.scroll-all-xs .zac-header__nav__cv__list__item--pamph .zac-c-btn a,
  .zac-header.scroll-all-xs .zac-header__nav__cv__list__item--pamph .zac-c-btn button {
    background: #00349D !important;
    color: #fff !important;
  }
  .zac-header.scroll-all-xs .zac-header__nav__cv__list__item--pamph .zac-c-btn a:hover,
  .zac-header.scroll-all-xs .zac-header__nav__cv__list__item--pamph .zac-c-btn button:hover {
    background: #0054FF !important;
  }
}
@media screen and (max-width: 599px) and (min-width: 960px) {
  .zac-header.scroll-all-xs .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 599px) and (min-width: 960px) {
  .zac-header.scroll-all-xs .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list__item__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .zac-header.scroll-all-sm {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-bottom: none;
    height: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 600px) and (min-width: 960px) {
  .zac-header.scroll-all-sm {
    height: auto;
    padding: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 960px) {
  .zac-header.scroll-all-sm .zac-header__inner {
    padding: 0 20px;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (min-width: 1280px) {
  .zac-header.scroll-all-sm .zac-header__inner {
    height: 80px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 600px) {
  .zac-header.scroll-all-sm .zac-header__logo {
    line-height: 1;
  }
}
@media screen and (min-width: 600px) and (min-width: 960px) {
  .zac-header.scroll-all-sm .zac-header__logo {
    width: 153.06px;
  }
}
@media screen and (min-width: 600px) {
  .zac-header.scroll-all-sm .zac-header__logo__icon--normal {
    display: none;
  }
  .zac-header.scroll-all-sm .zac-header__logo__icon--scroll {
    display: block;
  }
  .zac-header.scroll-all-sm .zac-header__hum__container span {
    background-color: #00349D;
  }
}
@media screen and (min-width: 600px) and (min-width: 960px) {
  .zac-header.scroll-all-sm .zac-header__nav__list__item__link {
    color: #000000 !important;
  }
  .zac-header.scroll-all-sm .zac-header__nav__list__item__link:hover {
    color: #0054FF !important;
  }
}
@media screen and (min-width: 600px) {
  .zac-header.scroll-all-sm .zac-header__nav__cv__list__item--pamph .zac-c-btn a,
  .zac-header.scroll-all-sm .zac-header__nav__cv__list__item--pamph .zac-c-btn button {
    background: #00349D !important;
    color: #fff !important;
  }
  .zac-header.scroll-all-sm .zac-header__nav__cv__list__item--pamph .zac-c-btn a:hover,
  .zac-header.scroll-all-sm .zac-header__nav__cv__list__item--pamph .zac-c-btn button:hover {
    background: #0054FF !important;
  }
}
@media screen and (min-width: 600px) and (min-width: 960px) {
  .zac-header.scroll-all-sm .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 600px) and (min-width: 960px) {
  .zac-header.scroll-all-sm .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list__item__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .zac-header.scroll-all-md {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-bottom: none;
    height: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header.scroll-all-md {
    height: auto;
    padding: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header.scroll-all-md .zac-header__inner {
    padding: 0 20px;
    height: auto;
  }
}
@media screen and (min-width: 960px) and (min-width: 1280px) {
  .zac-header.scroll-all-md .zac-header__inner {
    height: 80px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 960px) {
  .zac-header.scroll-all-md .zac-header__logo {
    line-height: 1;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header.scroll-all-md .zac-header__logo {
    width: 153.06px;
  }
}
@media screen and (min-width: 960px) {
  .zac-header.scroll-all-md .zac-header__logo__icon--normal {
    display: none;
  }
  .zac-header.scroll-all-md .zac-header__logo__icon--scroll {
    display: block;
  }
  .zac-header.scroll-all-md .zac-header__hum__container span {
    background-color: #00349D;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header.scroll-all-md .zac-header__nav__list__item__link {
    color: #000000 !important;
  }
  .zac-header.scroll-all-md .zac-header__nav__list__item__link:hover {
    color: #0054FF !important;
  }
}
@media screen and (min-width: 960px) {
  .zac-header.scroll-all-md .zac-header__nav__cv__list__item--pamph .zac-c-btn a,
  .zac-header.scroll-all-md .zac-header__nav__cv__list__item--pamph .zac-c-btn button {
    background: #00349D !important;
    color: #fff !important;
  }
  .zac-header.scroll-all-md .zac-header__nav__cv__list__item--pamph .zac-c-btn a:hover,
  .zac-header.scroll-all-md .zac-header__nav__cv__list__item--pamph .zac-c-btn button:hover {
    background: #0054FF !important;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header.scroll-all-md .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header.scroll-all-md .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list__item__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header.scroll-all-lg {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-bottom: none;
    height: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 1280px) and (min-width: 960px) {
  .zac-header.scroll-all-lg {
    height: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) and (min-width: 960px) {
  .zac-header.scroll-all-lg .zac-header__inner {
    padding: 0 20px;
    height: auto;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .zac-header.scroll-all-lg .zac-header__inner {
    height: 80px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header.scroll-all-lg .zac-header__logo {
    line-height: 1;
  }
}
@media screen and (min-width: 1280px) and (min-width: 960px) {
  .zac-header.scroll-all-lg .zac-header__logo {
    width: 153.06px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header.scroll-all-lg .zac-header__logo__icon--normal {
    display: none;
  }
  .zac-header.scroll-all-lg .zac-header__logo__icon--scroll {
    display: block;
  }
  .zac-header.scroll-all-lg .zac-header__hum__container span {
    background-color: #00349D;
  }
}
@media screen and (min-width: 1280px) and (min-width: 960px) {
  .zac-header.scroll-all-lg .zac-header__nav__list__item__link {
    color: #000000 !important;
  }
  .zac-header.scroll-all-lg .zac-header__nav__list__item__link:hover {
    color: #0054FF !important;
  }
}
@media screen and (min-width: 1280px) {
  .zac-header.scroll-all-lg .zac-header__nav__cv__list__item--pamph .zac-c-btn a,
  .zac-header.scroll-all-lg .zac-header__nav__cv__list__item--pamph .zac-c-btn button {
    background: #00349D !important;
    color: #fff !important;
  }
  .zac-header.scroll-all-lg .zac-header__nav__cv__list__item--pamph .zac-c-btn a:hover,
  .zac-header.scroll-all-lg .zac-header__nav__cv__list__item--pamph .zac-c-btn button:hover {
    background: #0054FF !important;
  }
}
@media screen and (min-width: 1280px) and (min-width: 960px) {
  .zac-header.scroll-all-lg .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 960px) {
  .zac-header.scroll-all-lg .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list__item__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .zac-header.scroll-all-xl {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-bottom: none;
    height: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 1400px) and (min-width: 960px) {
  .zac-header.scroll-all-xl {
    height: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1400px) and (min-width: 960px) {
  .zac-header.scroll-all-xl .zac-header__inner {
    padding: 0 20px;
    height: auto;
  }
}
@media screen and (min-width: 1400px) and (min-width: 1280px) {
  .zac-header.scroll-all-xl .zac-header__inner {
    height: 80px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1400px) {
  .zac-header.scroll-all-xl .zac-header__logo {
    line-height: 1;
  }
}
@media screen and (min-width: 1400px) and (min-width: 960px) {
  .zac-header.scroll-all-xl .zac-header__logo {
    width: 153.06px;
  }
}
@media screen and (min-width: 1400px) {
  .zac-header.scroll-all-xl .zac-header__logo__icon--normal {
    display: none;
  }
  .zac-header.scroll-all-xl .zac-header__logo__icon--scroll {
    display: block;
  }
  .zac-header.scroll-all-xl .zac-header__hum__container span {
    background-color: #00349D;
  }
}
@media screen and (min-width: 1400px) and (min-width: 960px) {
  .zac-header.scroll-all-xl .zac-header__nav__list__item__link {
    color: #000000 !important;
  }
  .zac-header.scroll-all-xl .zac-header__nav__list__item__link:hover {
    color: #0054FF !important;
  }
}
@media screen and (min-width: 1400px) {
  .zac-header.scroll-all-xl .zac-header__nav__cv__list__item--pamph .zac-c-btn a,
  .zac-header.scroll-all-xl .zac-header__nav__cv__list__item--pamph .zac-c-btn button {
    background: #00349D !important;
    color: #fff !important;
  }
  .zac-header.scroll-all-xl .zac-header__nav__cv__list__item--pamph .zac-c-btn a:hover,
  .zac-header.scroll-all-xl .zac-header__nav__cv__list__item--pamph .zac-c-btn button:hover {
    background: #0054FF !important;
  }
}
@media screen and (min-width: 1400px) and (min-width: 960px) {
  .zac-header.scroll-all-xl .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1400px) and (min-width: 960px) {
  .zac-header.scroll-all-xl .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list__item__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .zac-header:hover {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-bottom: none;
    height: 50px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header:hover {
    height: auto;
    padding: 0;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header:hover .zac-header__inner {
    padding: 0 20px;
    height: auto;
  }
}
@media screen and (min-width: 960px) and (min-width: 1280px) {
  .zac-header:hover .zac-header__inner {
    height: 80px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 960px) {
  .zac-header:hover .zac-header__logo {
    line-height: 1;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header:hover .zac-header__logo {
    width: 153.06px;
  }
}
@media screen and (min-width: 960px) {
  .zac-header:hover .zac-header__logo__icon--normal {
    display: none;
  }
  .zac-header:hover .zac-header__logo__icon--scroll {
    display: block;
  }
  .zac-header:hover .zac-header__hum__container span {
    background-color: #00349D;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header:hover .zac-header__nav__list__item__link {
    color: #000000 !important;
  }
  .zac-header:hover .zac-header__nav__list__item__link:hover {
    color: #0054FF !important;
  }
}
@media screen and (min-width: 960px) {
  .zac-header:hover .zac-header__nav__cv__list__item--pamph .zac-c-btn a,
  .zac-header:hover .zac-header__nav__cv__list__item--pamph .zac-c-btn button {
    background: #00349D !important;
    color: #fff !important;
  }
  .zac-header:hover .zac-header__nav__cv__list__item--pamph .zac-c-btn a:hover,
  .zac-header:hover .zac-header__nav__cv__list__item--pamph .zac-c-btn button:hover {
    background: #0054FF !important;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header:hover .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-header:hover .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list__item__title {
    font-size: 14px;
  }
}

.e-book #zac-nav-knowledge .zac-header__nav__list__item__link,
.seminar #zac-nav-knowledge .zac-header__nav__list__item__link,
.blog #zac-nav-knowledge .zac-header__nav__list__item__link,
.casestudy #zac-nav-casestudy .zac-header__nav__list__item__link,
.introduce #zac-nav-introduce .zac-header__nav__list__item__link,
.function #zac-nav-function .zac-header__nav__list__item__link,
.detail #zac-nav-detail .zac-header__nav__list__item__link,
.price #zac-nav-price .zac-header__nav__list__item__link,
.industry #zac-nav-industry .zac-header__nav__list__item__link {
  color: #00349D !important;
}
@media screen and (min-width: 960px) {
  .e-book #zac-nav-knowledge .zac-header__nav__list__item__link,
  .seminar #zac-nav-knowledge .zac-header__nav__list__item__link,
  .blog #zac-nav-knowledge .zac-header__nav__list__item__link,
  .casestudy #zac-nav-casestudy .zac-header__nav__list__item__link,
  .introduce #zac-nav-introduce .zac-header__nav__list__item__link,
  .function #zac-nav-function .zac-header__nav__list__item__link,
  .detail #zac-nav-detail .zac-header__nav__list__item__link,
  .price #zac-nav-price .zac-header__nav__list__item__link,
  .industry #zac-nav-industry .zac-header__nav__list__item__link {
    border-bottom: 2px solid #00349D;
  }
}

@media screen and (min-width: 960px) {
  .zac-header.zac-header--lp .zac-header__nav__cv__list__item--pamph .zac-header__nav__list__item__sub-menu__list {
    grid-template-columns: 1fr 1fr;
  }
}
.zac-header.zac-header--lp .zac-header__nav__list__item__sub-menu__inner {
  max-width: 1200px;
}

.zac-l-2cols-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
.zac-l-2cols-wrapper * {
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .zac-l-2cols-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .zac-l-2cols-wrapper__main {
    width: calc(100% - 238px);
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-l-2cols-wrapper__main .zac-c-cta--has-back .zac-c-cta__choice-list {
    padding: 0 30px;
  }
  .zac-l-2cols-wrapper__main .zac-c-cta--has-back .zac-c-cta__choice-list__item .zac-c-btn a,
  .zac-l-2cols-wrapper__main .zac-c-cta--has-back .zac-c-cta__choice-list__item .zac-c-btn button {
    font-size: 12px;
    width: 200px;
  }
}
@media screen and (min-width: 960px) and (min-width: 1100px) {
  .zac-l-2cols-wrapper__main .zac-c-cta--has-back .zac-c-cta__choice-list__item .zac-c-btn a,
  .zac-l-2cols-wrapper__main .zac-c-cta--has-back .zac-c-cta__choice-list__item .zac-c-btn button {
    width: 240px;
    font-size: 14px;
  }
}
.zac-l-2cols-wrapper__sidebar {
  padding: 20px 20px 0;
}
@media screen and (min-width: 960px) {
  .zac-l-2cols-wrapper__sidebar {
    width: 236px;
    padding: 80px 40px 0 0;
    position: sticky;
    top: 30px;
    height: calc(100vh - 30px);
  }
}
@media screen and (min-width: 1400px) {
  .zac-l-2cols-wrapper__sidebar {
    padding: 80px 40px 0 0;
  }
}
.zac-l-2cols-wrapper__sidebar__nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 960px) {
  .zac-l-2cols-wrapper__sidebar__nav__list {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
}
.zac-l-2cols-wrapper__sidebar__nav__list__item a {
  position: relative;
  display: flex;
  padding: 0 20px 0 0;
  border-bottom: 1px solid #CCC;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000000;
  min-height: 44px;
}
@media screen and (min-width: 960px) {
  .zac-l-2cols-wrapper__sidebar__nav__list__item a {
    padding: 0 12px;
    min-height: 48px;
    border-bottom: none;
  }
}
.zac-l-2cols-wrapper__sidebar__nav__list__item a::after {
  content: "";
  display: block;
  width: 13px;
  height: 6.5px;
  background: center center/contain url("/zac/assets/img/layout/sidebar/sidebar-arrow.svg") no-repeat;
  position: absolute;
  top: 17px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .zac-l-2cols-wrapper__sidebar__nav__list__item a::after {
    width: 2px;
    height: 100%;
    background: #F1F4F9;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-l-2cols-wrapper__sidebar__nav__list__item.is-active a {
    color: #00349D;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-l-2cols-wrapper__sidebar__nav__list__item.is-active a::after {
    width: 2px;
    height: 100%;
    background: #00349D;
    left: 0;
    top: 0;
  }
}

.zac-c-btn a,
.zac-c-btn button {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #00349D;
  color: #fff !important;
  transition: 0.2s ease-out;
  max-width: 300px;
  height: 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  line-height: 60px;
  border-radius: 30px;
  text-decoration: none;
  width: 100%;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .zac-c-btn a,
  .zac-c-btn button {
    max-width: 335px;
  }
}
.zac-c-btn a:hover,
.zac-c-btn button:hover {
  transform: scale(1.05);
  background: #4C71BA;
}
.zac-c-btn--white a {
  background: #fff;
  color: #00349D !important;
}
.zac-c-btn--white a:hover {
  background: #fff;
}
.zac-c-btn--yellow a {
  background: #FCCF00;
  color: #00349D !important;
}
.zac-c-btn--yellow a:hover {
  background: #FDDD4C;
}
.zac-c-btn--min a {
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  border-radius: 25px;
}
@media screen and (min-width: 1280px) {
  .zac-c-btn--min a {
    width: 198rem;
    height: 38rem;
    line-height: 38rem;
    border-radius: 19rem;
    font-size: 14rem;
  }
}
.zac-c-btn--large a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border-radius: 30px;
}
@media screen and (min-width: 1280px) {
  .zac-c-btn--large a {
    max-width: 420rem;
    height: 64rem;
    line-height: 64rem;
    border-radius: 32rem;
    font-size: 20rem;
  }
}

.zac-c-btn-list > * {
  margin-top: 15px;
}
.zac-c-btn-list > *:first-child {
  margin-top: 0;
}
.zac-c-btn-list__title {
  text-align: center;
  font-weight: bold;
  color: #00349d !important;
}
.zac-c-btn-list__container {
  display: grid;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .zac-c-btn-list__container {
    grid-template-columns: 1fr 1fr;
  }
  .zac-c-btn-list__container .zac-c-btn a {
    max-width: 100%;
  }
}
.zac-c-btn-list--blue {
  background: #E8EEF8;
  padding: 40px 20px;
}

.zac-c-min-btn {
  display: block;
  margin: 0 auto;
}
.zac-c-min-btn a {
  padding: 0 22px;
  border-radius: 50px;
  border: 1px solid var(--Primary-01, #00349d);
  color: var(--Primary-01, #00349d) !important;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
  display: block;
  transition: 0.2s ease-out;
}
.zac-c-min-btn a:hover {
  transform: scale(1.05);
}

.zac-c-cta {
  text-align: center;
  margin: 0 auto;
  max-width: 1160px;
}
.zac-c-cta * {
  box-sizing: border-box;
}
.zac-c-cta__container {
  padding: 40px 0 20px;
  border-top: 1px solid var(--Primary-01, #00349d);
}
@media screen and (min-width: 960px) {
  .zac-c-cta__container {
    padding: 40px 0;
  }
}
.zac-c-cta__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  line-height: 1.66667;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__title {
    font-size: 36px;
  }
}
.zac-c-cta__title span {
  position: relative;
  padding: 0 24px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__title span {
    padding: 0 37px;
  }
}
.zac-c-cta__title span::before, .zac-c-cta__title span::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
  margin: 5px 8px 0;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__title span::before, .zac-c-cta__title span::after {
    height: 50px;
  }
}
.zac-c-cta__title span::before {
  transform: translateY(-50%) rotate(-35deg);
  left: 0;
}
.zac-c-cta__title span::after {
  transform: translateY(-50%) rotate(35deg);
  right: 0;
}
.zac-c-cta__description {
  margin: 8px auto 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
.zac-c-cta__choice-list {
  display: grid;
  row-gap: 30px;
  margin: 20px 0 0;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__choice-list {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
  }
}
.zac-c-cta__choice-list__item__text {
  margin: 0 0 20px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 1280px) {
  .zac-c-cta__choice-list__item__text {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.zac-c-cta__choice-list__item__image {
  display: none;
  width: 100%;
  max-width: 280px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__choice-list__item .zac-c-btn a,
  .zac-c-cta__choice-list__item .zac-c-btn button {
    width: 280px;
  }
}
.zac-c-cta--large {
  padding: 0;
  border-radius: 0;
  max-width: unset;
  background: #0048DB;
}
.zac-c-cta--large .zac-c-cta__container {
  border-radius: 0;
  padding: 60px 0;
}
.zac-c-cta--large .zac-c-cta__sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCCF00;
  margin: 0 0 8px;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--large .zac-c-cta__sub-title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.zac-c-cta--large .zac-c-cta__sub-title__acc {
  width: 14px;
  height: 1px;
  background: #FCCF00;
  margin: 0 5px;
}
.zac-c-cta--large .zac-c-cta__sub-title__acc:first-child {
  transform: rotate(44deg);
}
.zac-c-cta--large .zac-c-cta__sub-title__acc:last-child {
  transform: rotate(-44deg);
}
.zac-c-cta--large .zac-c-cta__title {
  display: block;
  font-size: 26px;
  margin: 0 0 13px;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--large .zac-c-cta__title {
    font-size: 40px;
    margin: 0 0 15px;
  }
}
.zac-c-cta--large .zac-c-cta__explain {
  display: block;
  margin: 0 0 40px;
  color: #fff;
}
.zac-c-cta--image .zac-c-cta__choice-list__item__image {
  display: block;
}
.zac-c-cta--has-back .zac-c-cta__container, .zac-c-cta--highlight .zac-c-cta__container {
  background: #0054FF;
  padding: 40px 20px;
  border-radius: 16px;
  border-top: none;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--has-back .zac-c-cta__container, .zac-c-cta--highlight .zac-c-cta__container {
    padding: 40px 0;
  }
}
.zac-c-cta--has-back .zac-c-cta__container > *:first-child, .zac-c-cta--highlight .zac-c-cta__container > *:first-child {
  margin-top: 0;
}
.zac-c-cta--has-back .zac-c-cta__choice-list, .zac-c-cta--highlight .zac-c-cta__choice-list {
  row-gap: 24px;
}
.zac-c-cta--has-back .zac-c-cta__choice-list__item, .zac-c-cta--highlight .zac-c-cta__choice-list__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--has-back .zac-c-cta__choice-list__item, .zac-c-cta--highlight .zac-c-cta__choice-list__item {
    padding: 0;
    border-bottom: none;
  }
}
.zac-c-cta--has-back .zac-c-cta__choice-list__item:last-child, .zac-c-cta--highlight .zac-c-cta__choice-list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--has-back .zac-c-cta__choice-list__item:last-child, .zac-c-cta--highlight .zac-c-cta__choice-list__item:last-child {
    border-right: none;
  }
}
.zac-c-cta--has-back .zac-c-cta__choice-list__item__text, .zac-c-cta--highlight .zac-c-cta__choice-list__item__text {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--has-back .zac-c-cta__choice-list {
    justify-content: space-between;
    padding: 0 80px;
  }
}
.zac-c-cta--has-back .zac-c-cta__choice-list__item__text {
  color: #fff;
}
.zac-c-cta--has-back .zac-c-cta__choice-list__item .zac-c-btn a,
.zac-c-cta--has-back .zac-c-cta__choice-list__item .zac-c-btn button {
  line-height: 50px;
  height: 50px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--has-back .zac-c-cta__choice-list__item .zac-c-btn a,
  .zac-c-cta--has-back .zac-c-cta__choice-list__item .zac-c-btn button {
    width: 240px;
    font-size: 14px;
  }
}
.zac-c-cta--double-has-back .zac-c-cta__container {
  border-top: none;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--double-has-back .zac-c-cta__container {
    padding: 40px 80px;
  }
}
.zac-c-cta--double-has-back .zac-c-cta__choice-list__separator {
  display: none;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--double-has-back .zac-c-cta__choice-list {
    justify-content: space-between;
    max-width: 820px;
    padding: 0;
  }
  .zac-c-cta--double-has-back .zac-c-cta__choice-list__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .zac-c-cta--double-has-back .zac-c-cta__choice-list__item {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-cta--double-has-back .zac-c-cta__choice-list__item .zac-c-btn a,
  .zac-c-cta--double-has-back .zac-c-cta__choice-list__item .zac-c-btn button {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    width: 325px;
  }
  .zac-c-cta--double-has-back .zac-c-cta__choice-list__separator {
    display: block;
    width: 1px;
    height: 120px;
    background: var(--Base-07, #fff);
  }
  .zac-c-cta--double-has-back .zac-c-cta__choice-list__separator:last-child {
    display: none;
  }
}
.zac-c-cta__highlight {
  display: grid;
  row-gap: 20px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__highlight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 820px;
    margin: 0 auto;
  }
}
.zac-c-cta__highlight p {
  margin: 0;
}
.zac-c-cta__highlight__cc {
  display: grid;
  row-gap: 20px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__highlight__cc {
    row-gap: 22px;
  }
  .zac-c-cta__highlight__cc .zac-c-btn a,
  .zac-c-cta__highlight__cc .zac-c-btn button {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    width: 325px;
  }
}
.zac-c-cta__highlight__cc__text {
  color: var(--Base-07, #fff);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__highlight__cc__text {
    text-align: center;
    font-size: 26px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-cta__highlight__cc .zac-c-btn a,
  .zac-c-cta__highlight__cc .zac-c-btn button {
    margin: 0;
  }
}
.zac-c-cta__highlight__content {
  display: grid;
  row-gap: 10px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__highlight__content {
    width: 50%;
  }
}
.zac-c-cta__highlight__content__title {
  color: var(--Secondary-01, #fccf00);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__highlight__content__title {
    font-size: 22px;
    text-align: left;
  }
}
.zac-c-cta__highlight__content__text {
  color: var(--Base-07, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__highlight__content__text {
    text-align: left;
  }
}
.zac-c-cta--highlight-triple .zac-c-cta__container {
  border-top: none;
}
.zac-c-cta--highlight-triple .zac-c-cta__highlight {
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--highlight-triple .zac-c-cta__highlight {
    padding: 0;
    border-bottom: none;
  }
}
.zac-c-cta__introduction {
  display: grid;
  row-gap: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__introduction {
    max-width: 820px;
  }
}
.zac-c-cta__introduction p {
  margin: 0;
}
.zac-c-cta__introduction__title {
  color: var(--Base-07, #fff);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  .zac-c-cta__introduction__title {
    font-size: 26px;
  }
}
.zac-c-cta__introduction__text {
  color: var(--Base-07, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.zac-c-cta--image .zac-c-section__container {
  padding-top: 132px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image .zac-c-section__container {
    padding-top: 93px;
  }
}
.zac-c-cta--image .zac-c-cta__container {
  border-radius: 16px;
  background: var(--Pale-03, #f1f4f9);
  position: relative;
  border-top: none;
  padding: 70px 30px 18px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image .zac-c-cta__container {
    padding: 30px;
  }
}
.zac-c-cta--image .zac-c-cta__content {
  display: grid;
  row-gap: 10px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image .zac-c-cta__content {
    row-gap: 22px;
    max-width: 804px;
    margin: 0 auto;
  }
}
.zac-c-cta--image .zac-c-cta__content__cc {
  color: var(--Primary-01, #00349d);
  text-align: center;
  font-family: "NotoSansCJKJP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image .zac-c-cta__content__cc {
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 175% */
    max-width: 325px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image .zac-c-cta__content .zac-c-btn a {
    margin: 0;
  }
}
.zac-c-cta--image .zac-c-cta__image {
  position: absolute;
  transform: translate(-50%, -100%);
  top: 61px;
  left: 50%;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image .zac-c-cta__image {
    top: 182px;
    transform: translate(0%, -100%);
    left: calc(50% + 45px);
  }
}
.zac-c-cta--image .zac-c-cta__image img {
  height: 192px;
  width: auto;
  max-width: unset;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image .zac-c-cta__image img {
    height: 275px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-cta--image .zac-c-cta__image img {
    height: 275px;
  }
}
.zac-c-cta--image-double .zac-c-section__container {
  padding-top: 65px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image-double .zac-c-section__container {
    padding-top: 43px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-cta--image-double .zac-c-section__container {
    padding-top: 93px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image-double .zac-c-cta__content {
    max-width: 804px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-cta--image-double .zac-c-cta__content {
    max-width: unset;
  }
}
.zac-c-cta--image-double .zac-c-cta__image {
  top: 60px;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image-double .zac-c-cta__image {
    top: 182px;
    transform: translate(0%, -100%);
    left: calc(50% - 50px);
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-cta--image-double .zac-c-cta__image {
    left: 400px;
  }
}
.zac-c-cta--image-double .zac-c-cta__image img {
  height: 124px;
  width: auto;
  max-width: unset;
}
@media screen and (min-width: 960px) {
  .zac-c-cta--image-double .zac-c-cta__image img {
    height: 225px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-cta--image-double .zac-c-cta__image img {
    height: 275px;
  }
}

.zac-c-section {
  display: block;
  padding: 60px 0 0;
  color: #000000;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .zac-c-section {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-section {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-section {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .zac-c-section {
    padding: 80px 0 0;
  }
}
.zac-c-section:last-child {
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .zac-c-section:last-child {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-section:last-child {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-section:last-child {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .zac-c-section:last-child {
    padding-bottom: 80px;
  }
}
.zac-c-section--has-back {
  margin-top: 60px;
  padding: 60px 0;
}
@media screen and (min-width: 600px) {
  .zac-c-section--has-back {
    margin-top: 80px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-section--has-back {
    margin-top: 80px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-section--has-back {
    margin-top: 80px;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1400px) {
  .zac-c-section--has-back {
    margin-top: 80px;
    padding: 80px 0;
  }
}
.zac-c-section--has-back-mt-none {
  margin-top: 0;
}
.zac-c-section * {
  box-sizing: border-box;
}
.zac-c-section__container {
  padding: 0 20px;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .zac-c-section__container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-section__container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-section__container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1400px) {
  .zac-c-section__container {
    padding: 0 40px;
  }
}
.zac-c-section__container > * {
  margin-top: 60px;
}
.zac-c-section__container > *:first-child {
  margin-top: 0;
}
.zac-c-section__title {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .zac-c-section__title {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
  }
}
.zac-c-section__title:before {
  content: "";
  width: 56px;
  height: 26px;
  display: block;
  margin: 0 auto 10px;
  background: center center/contain url("/zac/assets/img/object/component/section/section-title-acc.svg") no-repeat;
}
.zac-c-section__title--min::before {
  display: none;
}
.zac-c-section__title-has-num__num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Futura-PT", sans-serif;
  transform: skewX(-7deg);
  font-size: 21px;
  font-weight: 450;
  line-height: 22px;
  width: 100%;
  color: var(--Primary-03, #0054ff);
}
.zac-c-section__title-has-num__num::before, .zac-c-section__title-has-num__num::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--Primary-03, #0054ff);
}
@media screen and (min-width: 960px) {
  .zac-c-section__title-has-num__num {
    font-size: 25px;
    gap: 10px;
  }
}
.zac-c-section__title-has-num__text {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  text-align: center;
}
.zac-c-section__desc {
  margin: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-section__desc {
    text-align: center;
  }
}
.zac-c-section p a {
  color: #0054FF;
}
.zac-c-section--lp {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
.zac-c-section--lp .zac-c-section__title {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .zac-c-section--lp .zac-c-section__title {
    font-size: 48px;
    letter-spacing: 1.44px;
  }
}

.zac-c-bnr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.zac-c-bnr a {
  padding-top: 110.447761194%;
  width: 100%;
  display: block;
  background: center center/contain no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}
.zac-c-bnr a:hover {
  opacity: 0.7;
}
.zac-c-bnr--ithojokin {
  max-width: 335px;
}
@media screen and (min-width: 600px) {
  .zac-c-bnr--ithojokin {
    max-width: 700px;
  }
}
.zac-c-bnr--ithojokin a {
  background-image: url("/zac/assets/img/bnr/bnr-hojokin-sp.webp");
  padding-top: 110.447761194%;
}
@media screen and (min-width: 600px) {
  .zac-c-bnr--ithojokin a {
    background-image: url("/zac/assets/img/bnr/bnr-hojokin-pc.webp");
    padding-top: 32.857142857%;
  }
}
.zac-c-bnr--partner {
  max-width: 780px;
}
.zac-c-bnr--partner a {
  background-image: url("/zac/assets/img/bnr/bnt-partner-banner.webp");
  padding-top: 25.641025641%;
}

.zac-c-ul {
  list-style: none;
  padding: 0;
  display: grid;
  row-gap: 10px;
}
.zac-c-ul li {
  padding: 0 0 0 21px;
  position: relative;
}
.zac-c-ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: center center/contain url("/zac/assets/img/object/component/list/list-acc.svg") no-repeat;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 5px;
}
.zac-c-ul li p {
  margin: 0;
}
.zac-c-ul--circle-num {
  counter-reset: circle-num-counter;
  list-style: none;
  display: grid;
  row-gap: 8px;
}
.zac-c-ul--circle-num li {
  padding-left: 1.5em;
  position: relative;
}
.zac-c-ul--circle-num li :before {
  content: counter(circle-num-counter);
  counter-increment: circle-num-counter;
  color: #000000;
  border: 1px solid #000000;
  display: block;
  text-align: center;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.zac-c-ul--circle-num li p {
  margin: 0;
}
.zac-c-ul--dot {
  display: grid;
  row-gap: 8px;
}
.zac-c-ul--dot li {
  position: relative;
  padding: 0 0 0 1.25em;
}
.zac-c-ul--dot li:before {
  content: "・";
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
}

.zac-p-case-list {
  display: grid;
  row-gap: 32px;
  counter-reset: case-list-index;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .zac-p-case-list {
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
    row-gap: 16px;
  }
}
.zac-p-case-list__item {
  counter-increment: case-list-index;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .zac-p-case-list__item {
    display: flex;
    align-items: flex-end;
    font-size: 22px;
  }
}
.zac-p-case-list__item::before {
  content: "課題 " counter(case-list-index, decimal-leading-zero);
  padding: 0 12px;
  background: #00349D;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 20px;
  line-height: 32px;
  height: 32px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.zac-p-case-list__item p {
  margin: 16px 0 0;
}
@media screen and (min-width: 960px) {
  .zac-p-case-list__item p {
    margin: 0 0 0 16px;
  }
}
.zac-p-case-list__item__inner {
  border-bottom: 2px solid #00349D;
  display: inline-block;
}

.zac-c-segment-case-list {
  display: grid;
  row-gap: 10px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (min-width: 960px) {
  .zac-c-segment-case-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.zac-c-segment-case-list__item {
  border-radius: 4px;
}
.zac-c-segment-case-list__item__title {
  color: var(--ffffff, #fff);
  padding: 10px 0px;
  background: var(--Base-02, #444);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .zac-c-segment-case-list__item__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.zac-c-segment-case-list__item__content {
  padding: 20px 10px;
  background: var(--Base-06, rgba(242, 242, 242, 0.93));
}
@media screen and (min-width: 960px) {
  .zac-c-segment-case-list__item__content {
    height: calc(100% - 49px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.zac-c-segment-case-list__item__content p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.zac-c-table {
  width: 100%;
}
.zac-c-table p {
  margin: 0;
}
.zac-c-table tbody th {
  width: 50px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .zac-c-table tbody th {
    width: 220px;
    padding: 20px;
  }
}
.zac-c-table tbody th p {
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  margin: 0 auto;
  word-break: keep-all;
}
@media screen and (min-width: 600px) {
  .zac-c-table tbody th p {
    writing-mode: rl;
    letter-spacing: 0;
    text-orientation: initial;
    word-break: normal;
  }
}
.zac-c-table tbody td {
  padding: 10px;
  width: calc(100% - 50px);
}
@media screen and (min-width: 600px) {
  .zac-c-table tbody td {
    width: calc(100% - 220px);
    padding: 20px;
  }
}
.zac-c-table tbody th,
.zac-c-table tbody td {
  border: 1px solid #CCC;
  box-sizing: border-box;
}
.zac-c-table thead th {
  background: #00349D;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  border-right: 1px solid var(--Base-07, #FFF);
}
@media screen and (min-width: 600px) {
  .zac-c-table thead th {
    padding: 10px 20px;
  }
}
.zac-c-table thead th:first-child p {
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  margin: 0 auto;
  word-break: keep-all;
}
@media screen and (min-width: 600px) {
  .zac-c-table thead th:first-child p {
    writing-mode: rl;
    letter-spacing: 0;
    text-orientation: initial;
    word-break: normal;
  }
}
.zac-c-table thead th:last-child {
  border-right: none;
}
.zac-c-table--th-blue th {
  background: #00349D;
  color: #fff;
}
.zac-c-table a {
  color: var(--Primary-03, #0054FF);
  text-decoration: underline;
  transition: 0.3s;
}
.zac-c-table a:hover {
  opacity: 0.7;
}

.zac-c-table--1col tr {
  display: block;
}
.zac-c-table--1col thead th,
.zac-c-table--1col thead td,
.zac-c-table--1col tbody th,
.zac-c-table--1col tbody td {
  display: block;
  width: 100%;
}
.zac-c-table--1col thead th p,
.zac-c-table--1col thead td p,
.zac-c-table--1col tbody th p,
.zac-c-table--1col tbody td p {
  writing-mode: rl;
  letter-spacing: 0;
  text-orientation: initial;
}
.zac-c-table--1col thead th:first-child p {
  writing-mode: lr;
  word-break: normal;
  letter-spacing: 0;
}

@media screen and (max-width: 599px) {
  .zac-c-table--1col-xs tr {
    display: block;
  }
  .zac-c-table--1col-xs thead th,
  .zac-c-table--1col-xs thead td,
  .zac-c-table--1col-xs tbody th,
  .zac-c-table--1col-xs tbody td {
    display: block;
    width: 100%;
  }
  .zac-c-table--1col-xs thead th p,
  .zac-c-table--1col-xs thead td p,
  .zac-c-table--1col-xs tbody th p,
  .zac-c-table--1col-xs tbody td p {
    writing-mode: rl;
    letter-spacing: 0;
    text-orientation: initial;
  }
  .zac-c-table--1col-xs thead th:first-child p {
    writing-mode: lr;
    word-break: normal;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 600px) {
  .zac-c-table--1col-sm tr {
    display: block;
  }
  .zac-c-table--1col-sm thead th,
  .zac-c-table--1col-sm thead td,
  .zac-c-table--1col-sm tbody th,
  .zac-c-table--1col-sm tbody td {
    display: block;
    width: 100%;
  }
  .zac-c-table--1col-sm thead th p,
  .zac-c-table--1col-sm thead td p,
  .zac-c-table--1col-sm tbody th p,
  .zac-c-table--1col-sm tbody td p {
    writing-mode: rl;
    letter-spacing: 0;
    text-orientation: initial;
  }
  .zac-c-table--1col-sm thead th:first-child p {
    writing-mode: lr;
    word-break: normal;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-table--1col-md tr {
    display: block;
  }
  .zac-c-table--1col-md thead th,
  .zac-c-table--1col-md thead td,
  .zac-c-table--1col-md tbody th,
  .zac-c-table--1col-md tbody td {
    display: block;
    width: 100%;
  }
  .zac-c-table--1col-md thead th p,
  .zac-c-table--1col-md thead td p,
  .zac-c-table--1col-md tbody th p,
  .zac-c-table--1col-md tbody td p {
    writing-mode: rl;
    letter-spacing: 0;
    text-orientation: initial;
  }
  .zac-c-table--1col-md thead th:first-child p {
    writing-mode: lr;
    word-break: normal;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) {
  .zac-c-table--1col-md2 tr {
    display: block;
  }
  .zac-c-table--1col-md2 thead th,
  .zac-c-table--1col-md2 thead td,
  .zac-c-table--1col-md2 tbody th,
  .zac-c-table--1col-md2 tbody td {
    display: block;
    width: 100%;
  }
  .zac-c-table--1col-md2 thead th p,
  .zac-c-table--1col-md2 thead td p,
  .zac-c-table--1col-md2 tbody th p,
  .zac-c-table--1col-md2 tbody td p {
    writing-mode: rl;
    letter-spacing: 0;
    text-orientation: initial;
  }
  .zac-c-table--1col-md2 thead th:first-child p {
    writing-mode: lr;
    word-break: normal;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-table--1col-lg tr {
    display: block;
  }
  .zac-c-table--1col-lg thead th,
  .zac-c-table--1col-lg thead td,
  .zac-c-table--1col-lg tbody th,
  .zac-c-table--1col-lg tbody td {
    display: block;
    width: 100%;
  }
  .zac-c-table--1col-lg thead th p,
  .zac-c-table--1col-lg thead td p,
  .zac-c-table--1col-lg tbody th p,
  .zac-c-table--1col-lg tbody td p {
    writing-mode: rl;
    letter-spacing: 0;
    text-orientation: initial;
  }
  .zac-c-table--1col-lg thead th:first-child p {
    writing-mode: lr;
    word-break: normal;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1330px) {
  .zac-c-table--1col-lg2 tr {
    display: block;
  }
  .zac-c-table--1col-lg2 thead th,
  .zac-c-table--1col-lg2 thead td,
  .zac-c-table--1col-lg2 tbody th,
  .zac-c-table--1col-lg2 tbody td {
    display: block;
    width: 100%;
  }
  .zac-c-table--1col-lg2 thead th p,
  .zac-c-table--1col-lg2 thead td p,
  .zac-c-table--1col-lg2 tbody th p,
  .zac-c-table--1col-lg2 tbody td p {
    writing-mode: rl;
    letter-spacing: 0;
    text-orientation: initial;
  }
  .zac-c-table--1col-lg2 thead th:first-child p {
    writing-mode: lr;
    word-break: normal;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1400px) {
  .zac-c-table--1col-xl tr {
    display: block;
  }
  .zac-c-table--1col-xl thead th,
  .zac-c-table--1col-xl thead td,
  .zac-c-table--1col-xl tbody th,
  .zac-c-table--1col-xl tbody td {
    display: block;
    width: 100%;
  }
  .zac-c-table--1col-xl thead th p,
  .zac-c-table--1col-xl thead td p,
  .zac-c-table--1col-xl tbody th p,
  .zac-c-table--1col-xl tbody td p {
    writing-mode: rl;
    letter-spacing: 0;
    text-orientation: initial;
  }
  .zac-c-table--1col-xl thead th:first-child p {
    writing-mode: lr;
    word-break: normal;
    letter-spacing: 0;
  }
}
.zac-c-image__container {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.zac-c-image__container a {
  position: relative;
  display: block;
}
.zac-c-image__caption {
  text-align: center;
  font-weight: 700;
  color: #00349D;
}
.zac-c-image__supplement {
  font-size: 14px;
  margin: 20px 0 0;
}
.zac-c-image__title {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
}
.zac-c-image__title::before {
  content: "";
  display: block;
  border-top: 16px solid #DDD;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  margin: 0.45em 8px 0 0;
}
.zac-c-image__zoom {
  display: block;
  width: 40px;
  height: 40px;
  background: center center/contain url("/zac/assets/img/object/component/image/zoom.svg") no-repeat;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.zac-c-image img {
  margin: 0 auto;
  width: 100%;
}

.zac-c-utility-nav {
  background: #E8EEF8;
}
.zac-c-utility-nav .zac-c-section__container {
  max-width: 1241px;
}
@media screen and (min-width: 960px) {
  .zac-c-utility-nav .zac-c-section__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.zac-c-utility-nav__title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.46;
}
@media screen and (min-width: 960px) {
  .zac-c-utility-nav__title {
    width: 240px;
    font-size: 40px;
  }
}
.zac-c-utility-nav__title:before {
  content: "";
  width: 51px;
  height: 34px;
  display: block;
  margin: 0 auto 10px;
  background: center center/contain url("/zac/assets/img/object/component/utility-nav/utility-nav-title-icon.svg") no-repeat;
}
.zac-c-utility-nav__list {
  display: grid;
  row-gap: 4px;
  grid-template-columns: 1fr;
  margin: 40px 0 0;
}
@media screen and (min-width: 960px) {
  .zac-c-utility-nav__list {
    width: calc(100% - 280px);
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-utility-nav__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.zac-c-utility-nav__list__item a {
  display: flex;
  color: #000000;
  text-decoration: none;
  padding: 10px 12px;
  background: #fff;
  align-items: center;
  transition: 0.3s;
}
.zac-c-utility-nav__list__item a:hover {
  opacity: 0.75;
}
.zac-c-utility-nav__list__item__icon {
  width: 62px;
  margin: 0 12px 0 0;
}
.zac-c-utility-nav__list__item__title {
  font-size: 16px;
  width: calc(100% - 108px);
  margin: 0;
  line-height: 1.4375;
}
.zac-c-utility-nav__list__item__arrow {
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zac-c-utility-nav__list__item__arrow::before {
  content: "";
  display: block;
  background: center center/contain url("/zac/assets/img/object/component/utility-nav/utility-nav-arrow-icon.svg") no-repeat;
  width: 11.77px;
  height: 20px;
}
.zac-c-utility-nav__btn-list {
  display: grid;
  border-top: 1px solid var(--Primary-01, #00349d);
}
@media screen and (min-width: 960px) {
  .zac-c-utility-nav__btn-list {
    gap: 20px 40px;
    grid-template-columns: 1fr 1fr;
    max-width: calc(100% - 280px);
    width: 674px;
    border-top: none;
    margin: 0;
  }
}
.zac-c-utility-nav__btn-list__item a {
  display: flex;
  min-height: 60px;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--Primary-01, #00349d);
  color: var(--Primary-01, #00349d);
  line-height: normal;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.zac-c-utility-nav__btn-list__item a:hover {
  opacity: 0.5;
}
.zac-c-utility-nav__btn-list__item a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: center center/contain url("/zac/assets/img/object/component/utility-nav/utility-nav-simple-arrow-icon.svg") no-repeat;
}

.zac-c-answer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .zac-c-answer__container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-answer__container {
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
  }
}
.zac-c-answer__text {
  font-size: 18.267px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.401px; /* 150% */
}
@media screen and (min-width: 960px) {
  .zac-c-answer__text {
    width: auto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 150% */
  }
}
.zac-c-answer__text__strong {
  color: #00349D;
  margin: 8px 0 0;
  font-size: 29.227px;
  font-style: normal;
  font-weight: 700;
  line-height: 36.534px; /* 125% */
  letter-spacing: 0.877px;
}
@media screen and (min-width: 960px) {
  .zac-c-answer__text__strong {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: 1.44px;
  }
}
.zac-c-answer__image {
  width: 80%;
  margin: 20px auto 0;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .zac-c-answer__image {
    width: 320px;
    margin: 0 0 0 35px;
  }
}
.zac-c-answer__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  position: relative;
  z-index: 3;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .zac-c-answer__arrow {
    margin: 40px 0 0;
  }
}
.zac-c-answer__arrow::before {
  content: "";
  display: block;
  width: 100%;
  background: #00349D;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.zac-c-answer__arrow::after {
  content: "";
  display: block;
  width: 72px;
  background: #fff;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  .zac-c-answer__arrow::after {
    width: 104px;
  }
}
.zac-c-answer__arrow img {
  width: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .zac-c-answer__arrow img {
    width: 72px;
  }
}
.zac-c-answer--arrow-top .zac-c-answer__arrow {
  margin: 0;
}
.zac-c-answer--arrow-top .zac-c-answer__container {
  margin: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-answer--arrow-top .zac-c-answer__container {
    margin: 40px 0 0;
  }
}
.zac-c-answer--only-arrow .zac-c-answer__arrow {
  margin: 0;
}

.zac-c-sub-section > * {
  margin-top: 40px;
}
.zac-c-sub-section > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .zac-c-sub-section--2cols {
    display: flex;
  }
}
.zac-c-sub-section--2cols__item {
  margin: 0;
}
.zac-c-sub-section--2cols__item:first-child {
  margin: 0 0 20px;
}
@media screen and (min-width: 960px) {
  .zac-c-sub-section--2cols__item:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-sub-section--2cols__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .zac-c-sub-section--2cols__item:nth-child(2n-1) {
    margin: 0 0 0 40px;
  }
}
.zac-c-sub-section--2cols__item > * {
  margin-top: 8px;
}
.zac-c-sub-section--2cols__item > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .zac-c-sub-section--2cols-reverse {
    flex-direction: row-reverse;
  }
}
.zac-c-sub-section__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  .zac-c-sub-section__title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-sub-section__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-sub-section__title {
    font-size: 30px;
  }
}
.zac-c-sub-section__title__tag {
  padding: 0 16px;
  height: 32px;
  border-radius: 16px;
  background: #0054FF;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  white-space: nowrap;
  margin: 0 0 10px;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
}
.zac-c-sub-section__title__tag--check::before {
  content: "";
  display: block;
  width: 16.033px;
  height: 12.334px;
  background: center center/contain url("/zac/assets/img/object/component/sub-section/tag-check.svg") no-repeat;
  margin: 0 8px 0 0;
}
.zac-c-seminar-list {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media screen and (min-width: 600px) {
  .zac-c-seminar-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-seminar-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.zac-c-seminar-list__item__image {
  padding-top: 69.055374592%;
  background: center center/contain no-repeat;
}
.zac-c-seminar-list__item__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
  padding: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6666666667;
}
.zac-c-seminar-list__item__tag-list__item {
  padding: 4px 10px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  background: #EB1760;
  margin: 10px 10px 0 0;
}
.zac-c-seminar-list__item__tag-list__item--blue {
  background-color: #0CA9DD;
}
.zac-c-seminar-list__item__tag-list__item--red {
  background-color: #EB1760;
}
.zac-c-seminar-list__item__tag-list__item--gray {
  background-color: #A8B5CE;
}
.zac-c-seminar-list__item__tag-list__item--green {
  background-color: #69d19d;
}
.zac-c-seminar-list__item__tag-list__item--orange {
  background-color: #FF8748;
}
.zac-c-seminar-list__item__tag-list__item--yellow {
  background-color: #FCCF00;
}
.zac-c-seminar-list__item__datetime {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  color: #00349D;
  margin: 10px 0 0;
}
.zac-c-seminar-list__item__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  margin: 10px 0 0;
}

.zac-c-text-tag-1 {
  padding: 0 16px;
  height: 32px;
  border-radius: 16px;
  background: #0054FF;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  white-space: nowrap;
  margin: 0 0 10px;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
}
.zac-c-text-tag-1--check::before {
  content: "";
  display: block;
  width: 16.033px;
  height: 12.334px;
  background: center center/contain url("/zac/assets/img/object/component/sub-section/tag-check.svg") no-repeat;
  margin: 0 8px 0 0;
}

.zac-c-case-answer {
  counter-increment: case-answer-index;
}
.zac-c-case-answer__header {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid var(--Base-04, #ccc);
  padding: 0 0 16px;
}
@media screen and (min-width: 960px) {
  .zac-c-case-answer__header {
    display: flex;
    align-items: center;
    font-size: 22px;
  }
}
.zac-c-case-answer__header::before {
  content: "課題 " counter(case-answer-index, decimal-leading-zero);
  padding: 0 12px;
  background: #00349D;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 20px;
  line-height: 32px;
  height: 32px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.zac-c-case-answer__header__tag {
  padding: 0 12px;
  background: #00349D;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  line-height: 32px;
  height: 32px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.zac-c-case-answer__header--has-tag::before {
  display: none;
}
.zac-c-case-answer__header p {
  margin: 16px 0 0;
}
@media screen and (min-width: 960px) {
  .zac-c-case-answer__header p {
    margin: 0 0 0 16px;
  }
}
.zac-c-case-answer__header__inner {
  display: block;
}
.zac-c-case-answer__image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.zac-c-case-answer__image__supplement {
  font-size: 14px;
  margin: 16px 0 0;
}
.zac-c-case-answer__content {
  display: grid;
  gap: 16px;
  align-self: start;
}
@media screen and (min-width: 960px) {
  .zac-c-case-answer__content {
    gap: 20px;
  }
}
.zac-c-case-answer__content__title {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .zac-c-case-answer__content__title {
    font-size: 28px;
  }
}
.zac-c-case-answer__content__casestudy {
  padding: 8px 35px 8px 18px;
  border-radius: 4px;
  border: 2px solid var(--Primary-01, #00349d);
  display: grid;
  align-items: center;
  gap: 4px;
  position: relative;
  text-decoration: none !important;
  transition: 0.5s;
}
.zac-c-case-answer__content__casestudy:hover {
  opacity: 0.6;
}
.zac-c-case-answer__content__casestudy p {
  margin: 0;
}
.zac-c-case-answer__content__casestudy::after {
  content: "";
  width: 14px;
  height: 14px;
  background: center center/contain url("/zac/assets/img/common/icon/arrow-down-blue.svg") no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 19px;
  display: block;
}
.zac-c-case-answer__content__casestudy__label {
  color: var(--Primary-01, #00349d);
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .zac-c-case-answer__content__casestudy__label {
    font-size: 16px;
  }
}
.zac-c-case-answer__content__casestudy__title {
  color: var(--Primary-01, #00349d);
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .zac-c-case-answer__content__casestudy__title {
    font-size: 18px;
  }
}
.zac-c-case-answer__content__casestudy__name {
  color: var(--Primary-01, #00349d);
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 200% */
}
@media screen and (min-width: 960px) {
  .zac-c-case-answer__content__casestudy__name {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-case-answer__flex {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  .zac-c-case-answer__flex .zac-c-case-answer__image {
    width: 630px;
  }
  .zac-c-case-answer__flex .zac-c-case-answer__content {
    width: calc(100% - 660px);
  }
}
.zac-c-case-answer--no-tag .zac-c-case-answer__content {
  margin-top: 0;
}

.zac-c-point-list {
  display: grid;
  row-gap: 60px;
}
@media screen and (min-width: 960px) {
  .zac-c-point-list {
    row-gap: 80px;
    -moz-column-gap: 80px;
         column-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-point-list--1-col {
    grid-template-columns: 1fr;
  }
}
.zac-c-point-list__item {
  counter-increment: point-index;
}
.zac-c-point-list__item__image {
  width: 100%;
  max-width: 100%;
}
.zac-c-point-list__item__content > * {
  margin: 20px 0 0;
}
.zac-c-point-list__item__content > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .zac-c-point-list__item__content > * {
    margin: 32px 0 0;
  }
}
.zac-c-point-list__item__content__title {
  font-size: 18px;
  font-weight: 700;
  display: table;
}
@media screen and (min-width: 960px) {
  .zac-c-point-list__item__content__title {
    font-size: 25px;
  }
}
.zac-c-point-list__item__content__title__num {
  background: #00349D;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  margin: 0 16px 0 0;
  line-height: 1;
  text-align: center;
  padding: 12px 0 0;
  display: block;
}
@media screen and (min-width: 960px) {
  .zac-c-point-list__item__content__title__num {
    min-width: 80px;
    height: 80px;
    padding: 18px 0 0;
    margin: 0 20px 0 0;
  }
}
.zac-c-point-list__item__content__title__num::before {
  content: "POINT";
  display: block;
  font-size: 10px;
  width: 100%;
  margin: 0 0 2px;
}
@media screen and (min-width: 960px) {
  .zac-c-point-list__item__content__title__num::before {
    font-size: 16px;
  }
}
.zac-c-point-list__item__content__title__num::after {
  content: counter(point-index, decimal-leading-zero);
  display: block;
  font-size: 15px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .zac-c-point-list__item__content__title__num::after {
    font-size: 24px;
  }
}
.zac-c-point-list__item__content__title__text {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .zac-c-point-list__item--2-cols {
    display: flex;
    justify-content: space-between;
  }
  .zac-c-point-list__item--2-cols .zac-c-point-list__item__image,
  .zac-c-point-list__item--2-cols .zac-c-point-list__item__content {
    width: calc((100% - 40px) / 2);
  }
}

.zac-c-casestudy-list {
  display: grid;
  row-gap: 60px;
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-list {
    max-width: unset;
  }
}
.zac-c-casestudy-list__item {
  text-decoration: none !important;
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-list__item {
    display: flex;
  }
}
.zac-c-casestudy-list__item__thum {
  margin: 0 0 20px;
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-list__item__thum {
    width: 400px;
    margin: 0 32px 0 0;
  }
}
.zac-c-casestudy-list__item__thum__image img {
  width: 100%;
}
.zac-c-casestudy-list__item__thum__meta-list {
  display: flex;
  margin: 10px 0 0;
}
.zac-c-casestudy-list__item__thum__meta-list__item {
  padding: 4px 8px;
  margin: 0 8px 0 0;
  border-radius: 4px;
  font-size: 12px;
}
.zac-c-casestudy-list__item__thum__meta-list__item p {
  margin: 0;
}
.zac-c-casestudy-list__item__thum__meta-list__item--industry {
  background: #FF8748;
  color: #fff;
}
.zac-c-casestudy-list__item__thum__meta-list__item--staff {
  border: 1px solid #00349D;
  color: #00349D;
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-list__item__main {
    width: calc(100% - 428px);
  }
}
.zac-c-casestudy-list__item__main__title {
  color: #00349D;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 24px;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-list__item__main__title {
    font-size: 25px;
  }
}
.zac-c-casestudy-list__item__main__title__strong {
  font-size: 26px;
  margin: 0 0.2em;
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-list__item__main__title__strong {
    font-size: 30px;
  }
}
.zac-c-casestudy-list__item__main__voice {
  margin: 0 0 24px;
  font-size: 16px;
  color: #000000 !important;
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-list__item__main__voice {
    font-size: 20px;
  }
}
.zac-c-casestudy-list__item__main__name {
  font-size: 16px;
  text-align: right;
  color: #000000 !important;
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-list__item__main__name {
    font-size: 16px;
  }
}
.zac-c-casestudy-list__item .zac-ul-1 {
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-list__item .zac-ul-1 {
    font-size: 16px;
  }
}
.zac-c-casestudy-list a {
  transition: 0.5s;
}
.zac-c-casestudy-list a:hover {
  opacity: 0.6;
}

.zac-p-scroll-top {
  width: 60px;
  height: 60px;
  z-index: 2;
  position: fixed;
  right: 16px;
  top: calc(100vh - 16px);
  transform: translateY(-100%);
}
.zac-p-scroll-top img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  width: 100%;
  max-width: 100%;
}

.zac-c-casestudy-card__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 600px) {
  .zac-c-casestudy-card__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-casestudy-card__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-casestudy-card__list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 60px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.zac-c-casestudy-card__list__item-enter-active, .zac-c-casestudy-card__list__item-leave-active, .zac-c-casestudy-card__list__item-move {
  transition: opacity 0.25s, transform 0.5s;
}
.zac-c-casestudy-card__list__item-leave-active {
  position: absolute;
}
.zac-c-casestudy-card__list__item-enter {
  opacity: 0;
  transform: translateY(30px);
}
.zac-c-casestudy-card__list__item-leave-to {
  opacity: 0;
  transform: translateY(-30px);
}
.zac-c-casestudy-card__list__item__anchor {
  display: block;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.zac-c-casestudy-card__list__item__anchor:hover {
  text-decoration: none;
  opacity: 0.7;
}
.zac-c-casestudy-card__list__item__thumb__image {
  width: 100%;
  height: auto;
}
.zac-c-casestudy-card__list__item__logo {
  padding-bottom: 56.7741935484%;
  position: relative;
  overflow: hidden;
}
.zac-c-casestudy-card__list__item__logo__image {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zac-c-casestudy-card__list__item__noimage {
  padding-bottom: 56.7741935484%;
  position: relative;
  background-color: #f2f2f2;
}
.zac-c-casestudy-card__list__item__noimage__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #a3a3a3;
  position: absolute;
  top: 0;
  left: 0;
}
.zac-c-casestudy-card__list__item__inner {
  padding: 24px;
}
.zac-c-casestudy-card__list__item__status {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.zac-c-casestudy-card__list__item__status__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  margin: 0 5px 5px 0;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #000000;
  font-size: 12px;
  color: #ffffff;
}
.zac-c-casestudy-card__list__item__status__item.-new {
  background-color: #eb1760;
}
.zac-c-casestudy-card__list__item__status__item.-pickup {
  background-color: #5dd1a2;
}
.zac-c-casestudy-card__list__item__status__item.-interview {
  background-color: #00aad9;
}
.zac-c-casestudy-card__list__item__desc {
  margin: 0 0 10px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5625;
}
.zac-c-casestudy-card__list__item__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.zac-c-casestudy-card__list__item__tag {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 -5px;
}
.zac-c-casestudy-card__list__item__tag__item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 26px;
  margin: 0 5px 5px 0;
  padding: 0 9px;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid #00349d;
  color: #00349d;
  font-size: 13px;
}
.zac-c-casestudy-card__more {
  margin: 80px auto 0;
  max-width: 300px;
}
.zac-c-casestudy-card__more__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0;
  border-radius: 999px;
  border: none;
  background-color: #00349d;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.zac-c-casestudy-card__more__button:hover {
  background-color: #0054ff;
}
.zac-c-casestudy-card__nothing {
  display: none;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.zac-c-casestudy-card__nothing.-active {
  display: flex;
}
.zac-c-casestudy-card__nothing__text {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.zac-c-fv-tour {
  background: var(--Variety-10, #0048db);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
  transition: 0.3s;
  text-decoration: none !important;
}
.zac-c-fv-tour:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .zac-c-fv-tour {
    min-height: 60px;
  }
}
.zac-c-fv-tour__text {
  color: var(--Base-07, #fff);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .zac-c-fv-tour__text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .zac-c-fv-tour__text .zac-u-font-color-secondary-01 {
    margin: 0 0 0 6px;
  }
}
.zac-c-fv-tour__text span {
  display: block;
}
.zac-c-fv-tour__img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (min-width: 960px) {
  .zac-c-fv-tour__img {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 0 16px;
    transform: unset;
  }
}

.zac-c-fv {
  background: var(--Primary-01, #00349d);
  padding: 40px 20px;
  color: var(--Base-07, #fff);
}
@media screen and (min-width: 960px) {
  .zac-c-fv {
    padding: 20px 30px 40px;
  }
}
.zac-c-fv__container {
  max-width: 1080px;
  margin: 0 auto;
}
.zac-c-fv__bread {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.zac-c-fv__bread li {
  margin: 0 10px 0 0;
}
.zac-c-fv__bread li a {
  color: var(--Base-07, #fff);
  margin: 0 10px 0 0;
}
.zac-c-fv__flex {
  margin: 20px auto 0;
  max-width: 500px;
}
@media screen and (min-width: 960px) {
  .zac-c-fv__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: unset;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-fv__content {
    width: 450px;
  }
}
.zac-c-fv__content__title__sub {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .zac-c-fv__content__title__sub {
    text-align: left;
    font-size: 20px;
  }
}
.zac-c-fv__content__title__main {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .zac-c-fv__content__title__main {
    text-align: left;
  }
}
.zac-c-fv__content__explain {
  margin: 20px 0 0;
  font-size: 14px;
}
.zac-c-fv__content__point-list {
  margin: 20px auto 0;
  display: grid;
  row-gap: 5px;
}
.zac-c-fv__content__point-list__item {
  display: flex;
}
.zac-c-fv__content__point-list__item::before {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: center center/contain url("/zac/assets/img/object/component/lp-fv/list-arrow.svg") no-repeat;
  margin: 0 8px 0 0;
}
.zac-c-fv__content__point-list__item__text {
  width: calc(100% - 28px);
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .zac-c-fv__content__point-list__item__text {
    font-size: 13px;
  }
}
.zac-c-fv__button-list {
  margin: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-fv__button-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-fv__button-list {
    justify-content: space-between;
  }
}
.zac-c-fv__button-list .zac-c-btn {
  margin: 0 auto 20px;
}
.zac-c-fv__button-list .zac-c-btn:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .zac-c-fv__button-list .zac-c-btn {
    width: calc((100% - 20px) / 2);
    max-width: 215px;
    margin: 0 20px 0 0;
  }
  .zac-c-fv__button-list .zac-c-btn:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-fv__button-list .zac-c-btn {
    margin: 0;
  }
}
.zac-c-fv__button-list .zac-c-btn a {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .zac-c-fv__button-list .zac-c-btn a {
    height: 37px;
    line-height: 37px;
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-fv__button-list .zac-c-btn a {
    height: 42px;
    line-height: 42px;
  }
}
.zac-c-fv__view {
  margin: 20px 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-c-fv__view {
    width: calc(100% - 470px);
    max-width: 497px;
    margin: 0;
  }
}

.zac-c-lp-fv {
  background: var(--Variety-10, #0048db);
  padding: 73px 0 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv {
    height: 480px;
    padding: 67px 0 0;
  }
}
.zac-c-lp-fv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: center bottom/cover url("/zac/assets/img/object/component/lp-fv/back-sp.webp") no-repeat;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv::before {
    background-image: url("/zac/assets/img/object/component/lp-fv/back-pc.webp");
  }
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv--tag {
    padding: 60px 0 0;
  }
  .zac-c-lp-fv--tag .zac-c-lp-fv__cc__title {
    margin: 40px 0 0;
  }
}
.zac-c-lp-fv__wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0 12px;
  height: 100%;
  max-width: 375px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__wrapper {
    padding: 0 37px;
    max-width: 1608px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-lp-fv__wrapper {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1400px) {
  .zac-c-lp-fv__wrapper {
    padding: 0 120px;
  }
}
.zac-c-lp-fv__main {
  max-width: 375px;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__main {
    max-width: unset;
  }
}
.zac-c-lp-fv__cc__header {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.006px;
  display: block;
  background: var(--Base-07, #fff);
  color: var(--Primary-01, #00349d);
  text-align: center;
  padding: 6px;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__cc__header {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
.zac-c-lp-fv__cc__title {
  width: 100%;
  height: 52.113px;
  display: block;
  background: center center/contain urL("/zac/assets/img/object/component/lp-fv/zac.svg") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 19px 0 0;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__cc__title {
    margin: 26.38px 0 0;
    width: 464px;
    height: 70.62px;
  }
}
.zac-c-lp-fv__cc__sub-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
  letter-spacing: 1.8px;
  color: var(--Base-07, #fff);
  text-align: center;
  display: block;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__cc__sub-title {
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.zac-c-lp-fv__point-list {
  display: grid;
  gap: 9px;
  margin: 33px 0 0;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__point-list {
    margin: 40px 0 0;
  }
}
.zac-c-lp-fv__point-list__item {
  padding: 0 0 0 29px;
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__point-list__item {
    padding: 0 0 0 33px;
    font-size: 16px;
  }
}
.zac-c-lp-fv__point-list__item::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: center center/contain url("/zac/assets/img/object/component/lp-fv/list-arrow.svg") no-repeat;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__point-list__item::before {
    width: 23px;
    height: 23px;
  }
}
.zac-c-lp-fv__cta {
  width: 300px;
  height: 60px;
  display: flex;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  border-radius: 100px;
  background: var(--Secondary-01, #fccf00);
  color: var(--Primary-01, #00349d) !important;
  gap: 2px;
  text-decoration: none !important;
  flex-wrap: wrap;
  transition: 0.2s ease-out;
}
.zac-c-lp-fv__cta:hover {
  transform: scale(1.05);
  background: #fddd4c;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__cta:hover {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__cta {
    width: 450px;
    height: 80px;
    margin: 30px 0 0;
  }
}
.zac-c-lp-fv__cta__main {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  display: block;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__cta__main {
    font-size: 20px;
  }
}
.zac-c-lp-fv__cta__sub {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin: 2px 0 0;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__cta__sub {
    font-size: 14px;
    text-align: center;
  }
}
.zac-c-lp-fv__cta-list {
  display: grid;
  gap: 20px 15px;
  justify-content: center;
  margin: 30px 0 0;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__cta-list {
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    width: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-lp-fv__cta-list {
    width: 500px;
  }
}
.zac-c-lp-fv__cta-list__item {
  width: 300px;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__cta-list__item {
    width: auto;
  }
}
.zac-c-lp-fv__cta-list__item a {
  height: 60px;
  line-height: 60px;
  color: var(--Primary-01, #00349d) !important;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  background: var(--Secondary-01, #fccf00);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-out;
}
.zac-c-lp-fv__cta-list__item a:hover {
  background: var(--Base-07, #fff);
  color: var(--Primary-03, #0054ff) !important;
  transform: scale(1.05);
}
.zac-c-lp-fv__cta-list__item--pamph a {
  border-radius: 100px;
  border: 1px solid var(--Base-07, #fff);
  background: var(--Primary-03, #0054ff);
  color: var(--Base-07, #fff) !important;
}
.zac-c-lp-fv__cta-list__item--pamph a:hover {
  background: var(--Base-07, #fff);
  color: var(--Primary-03, #0054ff) !important;
}
.zac-c-lp-fv__image {
  width: 320px;
  margin: 10px auto 0;
  transform: translateY(15px);
  display: block;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.zac-c-lp-fv__image:hover {
  filter: drop-shadow(0px 0px 7px rgba(20, 20, 20, 0.3));
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__image {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    width: 603px;
    transform: unset;
    left: calc(50% + 76px);
    bottom: -25px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-lp-fv__image {
    width: 603px;
    transform: unset;
    left: calc(50% - 21px);
  }
}
.zac-c-lp-fv__image img {
  max-width: 100%;
  opacity: 1;
  transform: translateX(0);
}
.zac-c-lp-fv__image__tour-balloon {
  max-width: 100%;
  width: 320px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv__image__tour-balloon {
    width: 400px;
  }
}

@media screen and (min-width: 960px) {
  .zac-c-lp-fv--tag {
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv--tag .zac-c-lp-fv__cc__title {
    margin: 41px 0 0;
    width: 444.37px;
    height: 67.54px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv--tag .zac-c-lp-fv__cc__header {
    width: 450px;
    max-width: 100%;
    line-height: 41px;
    padding: 0 6px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv--tag .zac-c-lp-fv__point-list {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-lp-fv--tag .zac-c-lp-fv__point-list__item {
    font-size: 18px;
  }
}

.zac-c-lp-award {
  padding: 40px 10px 0;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-award {
    padding: 50px 10px 0;
  }
}
.zac-c-lp-award img {
  max-width: 100%;
}
.zac-c-lp-award__cc__img {
  display: block;
  width: 253px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-award__cc__img {
    width: 532px;
  }
}
.zac-c-lp-award__flex {
  display: flex;
  justify-content: center;
  margin: 12px auto 0;
}
.zac-c-lp-award__flex img {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-award__flex img {
    height: 75px;
  }
}
.zac-c-lp-award__flex__licence {
  margin: 0 8px;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-award__flex__licence {
    margin: 0 20px;
  }
}
.zac-c-lp-award__flex a {
  transition: 0.3s;
}
.zac-c-lp-award__flex a:hover {
  opacity: 0.7;
}
.zac-c-lp-award__supplement {
  color: var(--Base-02, #444);
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 12px auto 0;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-award__supplement {
    font-size: 12px;
  }
}

.zac-c-lp-industry {
  padding: 40px 0 0;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-industry {
    padding: 50px 0 0;
  }
}
.zac-c-lp-industry .zac-c-section__container {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-industry .zac-c-section__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-lp-industry__content {
    display: flex;
    justify-content: center;
  }
}
.zac-c-lp-industry__content__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-industry__content__title {
    width: 457px;
    font-size: 32px;
    text-align: left;
  }
}
.zac-c-lp-industry__content__text {
  margin: 8px 0 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-industry__content__text {
    width: calc(100% - 492px);
    margin: 0 0 0 35px;
    text-align: left;
  }
}
.zac-c-lp-industry__list {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .zac-c-lp-industry__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-lp-industry__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-lp-industry__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.zac-c-lp-industry__list__item__text {
  color: var(--Primary-01, #00349d);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  transform: translateY(3px);
  transition: color 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
  transition-delay: 0s, 0.3s, 0.3s;
  opacity: 0;
}
.zac-c-lp-industry__list__item a {
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Primary-01, #00349d);
  background: var(--Base-07, #fff);
  position: relative;
  padding: 0 20px 0 16px;
  height: 40px;
  transition: 0.2s ease-out;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .zac-c-lp-industry__list__item a {
    padding: 0 30px 0 16px;
    height: 50px;
  }
}
.zac-c-lp-industry__list__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: var(--Primary-01, #00349d);
  transition: left 0.7s ease-out, opacity 0.7s ease-out;
  transition: 0, 0.2s;
}
.zac-c-lp-industry__list__item a:hover {
  transform: scale(1.05);
  background: #0054FF;
  border-color: #0054FF;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-industry__list__item a:hover {
    transform: scale(1.025);
  }
}
.zac-c-lp-industry__list__item a:hover .zac-c-lp-industry__list__item__text {
  color: var(--Base-02, #fff) !important;
}
.zac-c-lp-industry__list__item a:hover::after {
  background-image: url("/zac/assets/img/object/project/top/introduce-arrow-right-white.svg");
}
.zac-c-lp-industry__list__item a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: center center/contain url("/zac/assets/img/object/project/top/introduce-arrow-right.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(calc(-50% + 3px));
  opacity: 0;
  transition: background-image 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
  transition-delay: 0s, 0.3s, 0.3s;
}
@media screen and (min-width: 600px) {
  .zac-c-lp-industry__list__item a::after {
    right: 8px;
  }
}
.zac-c-lp-industry__list__item.inView a .zac-c-lp-industry__list__item__text {
  opacity: 1;
  transform: translateY(0);
}
.zac-c-lp-industry__list__item.inView a::after {
  opacity: 1;
  transform: translateY(-50%);
}
.zac-c-lp-industry__list__item.inView a::before {
  left: 200%;
  opacity: 0;
}
.zac-c-lp-industry img {
  margin: 0 auto;
  width: 355px;
}
@media screen and (min-width: 960px) {
  .zac-c-lp-industry img {
    width: 664px;
  }
}

.zac-c-lp-function {
  background: #E8EEF8;
}
.zac-c-lp-function__merit {
  margin: 40px 0 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .zac-c-lp-function__merit {
    display: flex;
    justify-content: space-between;
  }
}
.zac-c-lp-function__merit__header {
  margin: 0 0 20px;
}
@media screen and (min-width: 600px) {
  .zac-c-lp-function__merit__header {
    width: 26%;
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
.zac-c-lp-function__merit__header img {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .zac-c-lp-function__merit__header img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .zac-c-lp-function__merit__content {
    width: 72%;
  }
}
.zac-c-lp-function__step img {
  width: 100%;
}
.zac-c-lp-function__supplement {
  margin: 20px 0 0;
  font-size: 14px;
}

.zac-c-price__cc {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #00349D;
  margin: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-price__cc {
    text-align: center;
  }
}
.zac-c-price__desc {
  margin: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-price__desc {
    text-align: center;
  }
}
.zac-c-price__plan {
  margin: 40px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-price__plan {
    display: flex;
    align-items: center;
  }
}
.zac-c-price__plan__item {
  background: #E8EEF8;
  padding: 20px 8px;
  min-height: 190px;
}
@media screen and (min-width: 600px) {
  .zac-c-price__plan__item {
    padding: 30px;
    width: calc((100% - 60px) / 2);
  }
}
.zac-c-price__plan__item__title {
  color: #00349D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .zac-c-price__plan__item__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.zac-c-price__plan__item__ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin: 16px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-price__plan__item__ul {
    margin: 20px 0 0;
    row-gap: 10px;
  }
}
.zac-c-price__plan__plus-icon {
  width: 27px;
  height: 27px;
  position: relative;
  margin: 8px auto;
}
@media screen and (min-width: 600px) {
  .zac-c-price__plan__plus-icon {
    margin: 0 16px;
  }
}
.zac-c-price__plan__plus-icon:before, .zac-c-price__plan__plus-icon::after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.zac-c-price__plan__plus-icon:before {
  width: 28px;
  height: 1px;
}
.zac-c-price__plan__plus-icon:after {
  height: 28px;
  width: 1px;
}
.zac-c-price__annotation {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .zac-c-price__annotation {
    margin: 10px 0 0;
    font-size: 13px;
  }
}
.zac-c-price__annotation li p {
  margin: 0;
}
.zac-c-price__cta-flex {
  background: #E8EEF8;
  padding: 20px;
  margin: 40px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-price__cta-flex {
    display: flex;
    padding: 40px 20px;
    justify-content: center;
  }
}
.zac-c-price__cta-flex__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #00349D;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .zac-c-price__cta-flex__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (min-width: 600px) {
  .zac-c-price__cta-flex__title {
    font-size: 24px;
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .zac-c-price__cta-flex__image {
    width: 300px;
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-price__cta-flex__image {
    width: 360px;
    margin: 0 80px 0 0;
  }
}
.zac-c-price__cta-flex__image img {
  margin: 20px 0 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .zac-c-price__cta-flex__image img {
    margin: 0;
  }
}
.zac-c-price__cta-flex__content {
  margin: 20px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-price__cta-flex__content {
    width: calc(100% - 320px);
    max-width: 380px;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-price__cta-flex__content {
    width: calc(100% - 440px);
  }
}
.zac-c-price__cta-flex__content__ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (min-width: 600px) {
  .zac-c-price__cta-flex__content__ul {
    margin: 20px 0 0;
  }
}
.zac-c-price__cta-flex__content .zac-c-btn {
  margin: 20px auto 0;
}
@media screen and (min-width: 600px) {
  .zac-c-price__cta-flex__content .zac-c-btn {
    margin: 30px 0 0;
  }
}

.zac-c-fixed-bnr {
  width: 300px;
  bottom: 10px;
  position: fixed;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
  right: -300px;
  display: block;
}
@media screen and (max-width: 767px) {
  .zac-c-fixed-bnr {
    display: none !important;
  }
}
.zac-c-fixed-bnr.show {
  opacity: 1;
  right: 10px;
}
.zac-c-fixed-bnr__close {
  width: 26px;
  margin: 0 0 0 auto;
  cursor: pointer;
  display: block;
}
.zac-c-fixed-bnr__image {
  width: 100%;
  margin: 6px 0 0;
  display: block;
}
.zac-c-fixed-bnr--wide {
  width: 420px;
}

.zac-c-introduce-nav__list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 600px) {
  .zac-c-introduce-nav__list {
    grid-template-columns: 1fr 1fr;
  }
}
.zac-c-introduce-nav__list__item {
  position: relative;
}
.zac-c-introduce-nav__list__item a {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 50px;
  border-radius: 4px;
  border: 1px solid var(--Primary-01, #00349d);
  background: var(--Base-07, #fff);
  transition: 0.2s ease-out;
  text-decoration: none;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .zac-c-introduce-nav__list__item a {
    height: 70px;
  }
}
.zac-c-introduce-nav__list__item a:hover {
  transform: scale(1.05);
  background: #0054FF;
  border-color: #0054FF;
}
@media screen and (min-width: 960px) {
  .zac-c-introduce-nav__list__item a:hover {
    transform: scale(1.025);
  }
}
.zac-c-introduce-nav__list__item a:hover .zac-c-introduce-nav__list__item__title {
  color: var(--Base-02, #fff) !important;
}
.zac-c-introduce-nav__list__item a:hover::after {
  background-image: url("/zac/assets/img/object/project/top/introduce-arrow-right-white.svg");
}
.zac-c-introduce-nav__list__item a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: center center/contain url("/zac/assets/img/object/project/top/introduce-arrow-right.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .zac-c-introduce-nav__list__item a::after {
    right: 20px;
  }
}
.zac-c-introduce-nav__list__item__title {
  font-size: 14px;
  width: calc(100% - 46px);
  margin: 0;
  color: var(--Primary-01, #00349d);
}
@media screen and (min-width: 960px) {
  .zac-c-introduce-nav__list__item__title {
    font-size: 16px;
  }
}
.zac-c-introduce-nav__btn-list {
  display: grid;
  row-gap: 20px;
}
@media screen and (min-width: 960px) {
  .zac-c-introduce-nav__btn-list {
    row-gap: 30ox;
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: calc(100% - 280px);
    grid-template-columns: 1fr 1fr;
  }
}
.zac-c-introduce-nav__btn-list__item a {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
}

.zac-c-function-overview {
  background: #F1F4F9;
}
.zac-c-function-overview .zac-c-section__container {
  max-width: 1080px;
}
.zac-c-function-overview__figure {
  position: relative;
}
.zac-c-function-overview__figure a {
  transition: 0.3s;
}
.zac-c-function-overview__figure a:hover {
  opacity: 0.75;
}
.zac-c-function-overview__figure img {
  width: 100%;
}
.zac-c-function-overview__figure__wrapper {
  position: relative;
  height: 0;
  padding-top: 38.673469387%;
}
.zac-c-function-overview__figure__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zac-c-function-overview__figure__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: center center/contain url("/zac/assets/img/object/project/function/overview-base.svg") no-repeat;
}
.zac-c-function-overview__figure__main {
  width: 79.629591836%;
  height: 100%;
  display: flex;
  padding: 1.626151697% 3.809731281% 7.319604802% 1.860655842%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.zac-c-function-overview__figure__main__groupware {
  width: 17.751181872%;
  height: 100%;
}
.zac-c-function-overview__figure__main__groupware__title {
  margin: 0 0 11.111961429%;
}
.zac-c-function-overview__figure__main__core {
  width: 59.415584415%;
  height: 100%;
}
.zac-c-function-overview__figure__main__core__title {
  margin: 0 0 0.829960902%;
}
.zac-c-function-overview__figure__main__core__content {
  background: center top/contain url("/zac/assets/img/object/project/function/overview-core-back.svg") no-repeat;
  padding: 3.333561972% 3.527905434% 0;
  height: 100%;
}
.zac-c-function-overview__figure__main__core__content__project {
  margin: 0 0 2.339238764%;
  display: block;
}
.zac-c-function-overview__figure__main__bi {
  width: 20.862087703%;
  height: 100%;
}
.zac-c-function-overview__figure__main__bi__output {
  width: 92.708860422%;
  display: block;
  margin: 0 0 16.355263157%;
}
.zac-c-function-overview__figure__main__bi__monitoring {
  width: 98.033470078%;
  margin: 0 0 6.462969113%;
}
.zac-c-function-overview__figure__main__bi__module {
  width: 98.678127238%;
}
.zac-c-function-overview__figure__main__workflow {
  width: 96.277406871%;
  position: absolute;
  left: 1.860655842%;
  bottom: 2.393139841%;
}
.zac-c-function-overview__figure__system {
  position: absolute;
  width: 22.315306122%;
  right: 0;
  top: 0;
}
.zac-c-function-overview__figure__title {
  margin: 0 0 10px;
}
.zac-c-function-overview__figure__module-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5.75495523%;
}
.zac-c-function-overview__figure__module-list--3cols {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 1.783915276%;
       column-gap: 1.783915276%;
}
.zac-c-function-overview__figure__module-list__item img {
  box-shadow: 0px 2.7200000286px 5.4400000572px 0px rgba(0, 0, 0, 0.16);
}
.zac-c-function-overview__figure__zoom-icon {
  width: 40px !important;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.zac-c-function-overview__merit {
  justify-content: space-between;
  margin: 40px 0 0;
}
@media screen and (min-width: 600px) {
  .zac-c-function-overview__merit__header {
    width: 25.714285714%;
  }
  .zac-c-function-overview__merit__content {
    width: 72.040816326%;
  }
}
.zac-c-function-overview__merit__header {
  margin: 0 0 20px;
}
@media screen and (min-width: 600px) {
  .zac-c-function-overview__merit__header {
    margin: 0;
  }
}
.zac-c-function-overview__supplement {
  margin: 10px 0 0;
}

.zac-c-function-nav__sub-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #00349D;
}
@media screen and (min-width: 600px) {
  .zac-c-function-nav__sub-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-function-nav__sub-title {
    margin-top: 40px !important;
  }
}
.zac-c-function-nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 10px;
}
@media screen and (min-width: 600px) {
  .zac-c-function-nav__list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    margin-top: 20px !important;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-function-nav__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-function-nav__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.zac-c-function-nav__list__item a {
  text-decoration: none;
  padding: 0 5px;
  border: 1px solid #254692;
  border-radius: 20px;
  color: #254692;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 35px;
  height: 35px;
  margin: 0 !important;
  transition: 0.5s;
  font-size: 12px;
}
@media screen and (max-width: 340px) {
  .zac-c-function-nav__list__item a {
    font-size: 10px;
  }
}
@media screen and (min-width: 600px) {
  .zac-c-function-nav__list__item a {
    font-size: 14px;
  }
}
.zac-c-function-nav__list__item a:hover {
  opacity: 0.5;
}

.zac-c-viewer {
  display: none;
}
.zac-c-viewer__secondz {
  position: relative;
  max-width: 1000px;
  padding-top: 55%;
  margin-left: auto;
  margin-right: auto;
}
.zac-c-viewer__secondz__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .zac-c-viewer {
    display: block;
  }
}

.zac-c-secondz {
  position: relative;
  max-width: 1000px;
  padding-top: 60%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.zac-c-secondz__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .zac-c-secondz {
    display: block;
  }
}

.zac-p-introduction .zac-c-secondz {
  margin: 20px 0 0;
}

.zac-p-introduction--has-viewer .zac-p-introduction__text {
  text-align: left;
}

.zac-c-youtube {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.zac-c-youtube__inner {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.zac-c-youtube__inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.zac-c-inpage-nav__list {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 960px) {
  .zac-c-inpage-nav__list {
    display: flex;
  }
}
.zac-c-inpage-nav__list__item {
  flex: 1;
}
.zac-c-inpage-nav__list__item a {
  padding: 0 20px;
  color: var(--Base-01, #000) !important;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 960px) {
  .zac-c-inpage-nav__list__item a {
    padding: 15px 8px;
  }
}
.zac-c-inpage-nav__list__item__inner {
  border-bottom: 1px solid var(--Base-04, #ccc);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .zac-c-inpage-nav__list__item__inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    border-right: 1px solid var(--Base-04, #ccc);
    border-bottom: none;
    padding: 0;
  }
}
.zac-c-inpage-nav__list__item__num {
  font-family: "Futura PT";
  font-size: 15px;
  font-weight: 450;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .zac-c-inpage-nav__list__item__num {
    margin: 0 auto;
  }
}
.zac-c-inpage-nav__list__item__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .zac-c-inpage-nav__list__item__text {
    font-size: 20px;
    line-height: 1;
  }
}
.zac-c-inpage-nav__list__item__arrow {
  width: 14px;
}
@media screen and (min-width: 960px) {
  .zac-c-inpage-nav__list__item__arrow {
    margin: 0 auto;
  }
}
.zac-c-inpage-nav__list__item:last-child .zac-c-inpage-nav__list__item__inner {
  border-bottom: none;
  border-right: none;
  margin: 0 auto;
}

.zac-c-freeplan {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
  flex-direction: column-reverse;
}
@media screen and (min-width: 960px) {
  .zac-c-freeplan {
    flex-direction: row;
    gap: 40px;
  }
}
.zac-c-freeplan__image {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-c-freeplan__image {
    width: calc((100% - 40px) / 2);
    max-width: unset;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-freeplan__content {
    width: calc((100% - 40px) / 2);
  }
}
.zac-c-freeplan__content__subtitle {
  padding: 5px 16px;
  border-radius: 100px;
  background: var(--Primary-03, #0054ff);
  color: var(--Base-02, #fff);
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.zac-c-freeplan__content__subtitle::before {
  content: "";
  display: block;
  width: 16.033px;
  height: 12.334px;
  background: center center/contain url("/zac/assets/img/common/icon/check-white.svg") no-repeat;
  margin: 0 8px 0 0;
}
.zac-c-freeplan__content__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0 0;
  display: block;
}
@media screen and (min-width: 960px) {
  .zac-c-freeplan__content__title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-freeplan__content__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}
.zac-c-freeplan__content__text {
  margin: 20px 0 0;
}

.zac-c-flow {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .zac-c-flow {
    grid-template-columns: 1fr 1fr;
  }
}
.zac-c-flow__item {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .zac-c-flow__item {
    align-items: flex-start;
    flex-direction: row;
  }
}
.zac-c-flow__item__icon {
  width: 118px;
  height: 118px;
}
.zac-c-flow__item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .zac-c-flow__item__content {
    width: auto;
    align-items: flex-start;
  }
}
.zac-c-flow__item__step {
  display: flex;
  height: 32px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 16px;
  background: var(--00349-d, #00349d);
  color: var(--ffffff, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}
.zac-c-flow__item__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 960px) {
  .zac-c-flow__item__title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-flow__item__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

@media screen and (min-width: 960px) {
  .zac-c-industry__content {
    display: flex;
    justify-content: center;
  }
}
.zac-c-industry__content__title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .zac-c-industry__content__title {
    width: 457px;
    font-size: 32px;
    text-align: left;
  }
}
.zac-c-industry__content__text {
  margin: 8px 0 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .zac-c-industry__content__text {
    width: calc(100% - 492px);
    margin: 0 0 0 35px;
    text-align: left;
  }
}
.zac-c-industry__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .zac-c-industry__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-c-industry__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-c-industry__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.zac-c-industry__list__item__text {
  color: var(--Primary-01, #00349d);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  transform: translateY(3px);
  transition: color 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
  transition-delay: 0s, 0.3s, 0.3s;
  opacity: 0;
}
.zac-c-industry__list__item a {
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--Primary-01, #00349d);
  background: var(--Base-07, #fff);
  position: relative;
  padding: 0 20px 0 16px;
  height: 40px;
  transition: 0.2s ease-out;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .zac-c-industry__list__item a {
    padding: 0 30px 0 16px;
    height: 50px;
  }
}
.zac-c-industry__list__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: var(--Primary-01, #00349d);
  transition: left 0.7s ease-out, opacity 0.7s ease-out;
  transition: 0, 0.2s;
}
.zac-c-industry__list__item a:hover {
  transform: scale(1.05);
  background: #0054FF;
  border-color: #0054FF;
}
@media screen and (min-width: 960px) {
  .zac-c-industry__list__item a:hover {
    transform: scale(1.025);
  }
}
.zac-c-industry__list__item a:hover .zac-c-industry__list__item__text {
  color: var(--Base-02, #fff) !important;
}
.zac-c-industry__list__item a:hover::after {
  background-image: url("/zac/assets/img/object/project/top/introduce-arrow-right-white.svg");
}
.zac-c-industry__list__item a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: center center/contain url("/zac/assets/img/object/project/top/introduce-arrow-right.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(calc(-50% + 3px));
  opacity: 0;
  transition: background-image 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
  transition-delay: 0s, 0.3s, 0.3s;
}
@media screen and (min-width: 600px) {
  .zac-c-industry__list__item a::after {
    right: 8px;
  }
}
.zac-c-industry__list__item.inView a .zac-c-industry__list__item__text {
  opacity: 1;
  transform: translateY(0);
}
.zac-c-industry__list__item.inView a::after {
  opacity: 1;
  transform: translateY(-50%);
}
.zac-c-industry__list__item.inView a::before {
  left: 200%;
  opacity: 0;
}
.zac-c-industry img {
  margin: 0 auto;
  width: 355px;
}
@media screen and (min-width: 960px) {
  .zac-c-industry img {
    width: 664px;
  }
}

.zac-u-d-none {
  display: none;
}

@media screen and (max-width: 599px) {
  .zac-u-d-none-xs {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-none-sm {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-none-md {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-none-md2 {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-none-lg {
    display: none;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-none-lg2 {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-none-xl {
    display: none;
  }
}
.zac-u-d-block {
  display: block;
}

@media screen and (max-width: 599px) {
  .zac-u-d-block-xs {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-block-sm {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-block-md {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-block-md2 {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-block-lg {
    display: block;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-block-lg2 {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-block-xl {
    display: block;
  }
}
.zac-u-d-inline-block {
  display: inline-block;
}

@media screen and (max-width: 599px) {
  .zac-u-d-inline-block-xs {
    display: inline-block;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-inline-block-sm {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-inline-block-md {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-inline-block-md2 {
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-inline-block-lg {
    display: inline-block;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-inline-block-lg2 {
    display: inline-block;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-inline-block-xl {
    display: inline-block;
  }
}
.zac-u-d-inline {
  display: inline;
}

@media screen and (max-width: 599px) {
  .zac-u-d-inline-xs {
    display: inline;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-inline-sm {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-inline-md {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-inline-md2 {
    display: inline;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-inline-lg {
    display: inline;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-inline-lg2 {
    display: inline;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-inline-xl {
    display: inline;
  }
}
.zac-u-d-flex {
  display: flex;
}

@media screen and (max-width: 599px) {
  .zac-u-d-flex-xs {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-flex-sm {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-flex-md {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-flex-md2 {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-flex-lg {
    display: flex;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-flex-lg2 {
    display: flex;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-flex-xl {
    display: flex;
  }
}
.zac-u-d-inline-flex {
  display: inline-flex;
}

@media screen and (max-width: 599px) {
  .zac-u-d-inline-flex-xs {
    display: inline-flex;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-inline-flex-sm {
    display: inline-flex;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-inline-flex-md {
    display: inline-flex;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-inline-flex-md2 {
    display: inline-flex;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-inline-flex-lg {
    display: inline-flex;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-inline-flex-lg2 {
    display: inline-flex;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-inline-flex-xl {
    display: inline-flex;
  }
}
.zac-u-d-grid-1col {
  display: "grid";
  row-gap: 22px;
  grid-template-rows: 1fr;
}

@media screen and (max-width: 599px) {
  .zac-u-d-grid-1col-xs {
    display: "grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-grid-1col-sm {
    display: "grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-grid-1col-md {
    display: "grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-grid-1col-md2 {
    display: "grid";
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-grid-1col-lg {
    display: "grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-grid-1col-lg2 {
    display: "grid";
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-grid-1col-xl {
    display: "grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
.zac-u-d-grid-2cols {
  display: "grid";
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 22px;
  grid-template-rows: 1fr 1fr;
}

@media screen and (max-width: 599px) {
  .zac-u-d-grid-2cols-xs {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-grid-2cols-sm {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-grid-2cols-md {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-grid-2cols-md2 {
    display: "grid";
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-grid-2cols-lg {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-grid-2cols-lg2 {
    display: "grid";
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-grid-2cols-xl {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
.zac-u-d-grid-3cols {
  display: "grid";
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 22px;
  grid-template-rows: 1fr 1fr 1fr;
}

@media screen and (max-width: 599px) {
  .zac-u-d-grid-3cols-xs {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-grid-3cols-sm {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-grid-3cols-md {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-grid-3cols-md2 {
    display: "grid";
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-grid-3cols-lg {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-grid-3cols-lg2 {
    display: "grid";
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-grid-3cols-xl {
    display: "grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
.zac-u-d-inline-grid-1col {
  display: "inline-grid";
  row-gap: 22px;
  grid-template-rows: 1fr;
}

@media screen and (max-width: 599px) {
  .zac-u-d-inline-grid-1col-xs {
    display: "inline-grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-inline-grid-1col-sm {
    display: "inline-grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-inline-grid-1col-md {
    display: "inline-grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-inline-grid-1col-md2 {
    display: "inline-grid";
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-inline-grid-1col-lg {
    display: "inline-grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-inline-grid-1col-lg2 {
    display: "inline-grid";
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-inline-grid-1col-xl {
    display: "inline-grid";
    row-gap: 22px;
    grid-template-rows: 1fr;
  }
}
.zac-u-d-inline-grid-2cols {
  display: "inline-grid";
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 22px;
  grid-template-rows: 1fr 1fr;
}

@media screen and (max-width: 599px) {
  .zac-u-d-inline-grid-2cols-xs {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-inline-grid-2cols-sm {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-inline-grid-2cols-md {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-inline-grid-2cols-md2 {
    display: "inline-grid";
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-inline-grid-2cols-lg {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-inline-grid-2cols-lg2 {
    display: "inline-grid";
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-inline-grid-2cols-xl {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr;
  }
}
.zac-u-d-inline-grid-3cols {
  display: "inline-grid";
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 22px;
  grid-template-rows: 1fr 1fr 1fr;
}

@media screen and (max-width: 599px) {
  .zac-u-d-inline-grid-3cols-xs {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-d-inline-grid-3cols-sm {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-d-inline-grid-3cols-md {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-d-inline-grid-3cols-md2 {
    display: "inline-grid";
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-d-inline-grid-3cols-lg {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-d-inline-grid-3cols-lg2 {
    display: "inline-grid";
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-d-inline-grid-3cols-xl {
    display: "inline-grid";
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 22px;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
.zac-u-direction-row {
  flex-direction: row;
}

@media screen and (max-width: 599px) {
  .zac-u-direction-row-xs {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-direction-row-sm {
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-direction-row-md {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-direction-row-md2 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-direction-row-lg {
    flex-direction: row;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-direction-row-lg2 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-direction-row-xl {
    flex-direction: row;
  }
}
.zac-u-direction-row-reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
  .zac-u-direction-row-reverse-xs {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-direction-row-reverse-sm {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-direction-row-reverse-md {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-direction-row-reverse-md2 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-direction-row-reverse-lg {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-direction-row-reverse-lg2 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-direction-row-reverse-xl {
    flex-direction: row-reverse;
  }
}
.zac-u-direction-column {
  flex-direction: column;
}

@media screen and (max-width: 599px) {
  .zac-u-direction-column-xs {
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-direction-column-sm {
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-direction-column-md {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-direction-column-md2 {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-direction-column-lg {
    flex-direction: column;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-direction-column-lg2 {
    flex-direction: column;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-direction-column-xl {
    flex-direction: column;
  }
}
.zac-u-direction-column-reverse {
  flex-direction: column-reverse;
}

@media screen and (max-width: 599px) {
  .zac-u-direction-column-reverse-xs {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-direction-column-reverse-sm {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-direction-column-reverse-md {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-direction-column-reverse-md2 {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-direction-column-reverse-lg {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-direction-column-reverse-lg2 {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-direction-column-reverse-xl {
    flex-direction: column-reverse;
  }
}
.zac-u-justify-start {
  justify-content: start;
}

@media screen and (max-width: 599px) {
  .zac-u-justify-start-xs {
    justify-content: start;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-justify-start-sm {
    justify-content: start;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-justify-start-md {
    justify-content: start;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-justify-start-md2 {
    justify-content: start;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-justify-start-lg {
    justify-content: start;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-justify-start-lg2 {
    justify-content: start;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-justify-start-xl {
    justify-content: start;
  }
}
.zac-u-justify-end {
  justify-content: end;
}

@media screen and (max-width: 599px) {
  .zac-u-justify-end-xs {
    justify-content: end;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-justify-end-sm {
    justify-content: end;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-justify-end-md {
    justify-content: end;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-justify-end-md2 {
    justify-content: end;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-justify-end-lg {
    justify-content: end;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-justify-end-lg2 {
    justify-content: end;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-justify-end-xl {
    justify-content: end;
  }
}
.zac-u-justify-center {
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .zac-u-justify-center-xs {
    justify-content: center;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-justify-center-sm {
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-justify-center-md {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-justify-center-md2 {
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-justify-center-lg {
    justify-content: center;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-justify-center-lg2 {
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-justify-center-xl {
    justify-content: center;
  }
}
.zac-u-justify-space-between {
  justify-content: space-between;
}

@media screen and (max-width: 599px) {
  .zac-u-justify-space-between-xs {
    justify-content: space-between;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-justify-space-between-sm {
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-justify-space-between-md {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-justify-space-between-md2 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-justify-space-between-lg {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-justify-space-between-lg2 {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-justify-space-between-xl {
    justify-content: space-between;
  }
}
.zac-u-justify-space-around {
  justify-content: space-around;
}

@media screen and (max-width: 599px) {
  .zac-u-justify-space-around-xs {
    justify-content: space-around;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-justify-space-around-sm {
    justify-content: space-around;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-justify-space-around-md {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-justify-space-around-md2 {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-justify-space-around-lg {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-justify-space-around-lg2 {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-justify-space-around-xl {
    justify-content: space-around;
  }
}
.zac-u-align-start {
  align-items: start;
}

@media screen and (max-width: 599px) {
  .zac-u-align-start-xs {
    align-items: start;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-align-start-sm {
    align-items: start;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-align-start-md {
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-align-start-md2 {
    align-items: start;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-align-start-lg {
    align-items: start;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-align-start-lg2 {
    align-items: start;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-align-start-xl {
    align-items: start;
  }
}
.zac-u-align-end {
  align-items: end;
}

@media screen and (max-width: 599px) {
  .zac-u-align-end-xs {
    align-items: end;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-align-end-sm {
    align-items: end;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-align-end-md {
    align-items: end;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-align-end-md2 {
    align-items: end;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-align-end-lg {
    align-items: end;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-align-end-lg2 {
    align-items: end;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-align-end-xl {
    align-items: end;
  }
}
.zac-u-align-center {
  align-items: center;
}

@media screen and (max-width: 599px) {
  .zac-u-align-center-xs {
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-align-center-sm {
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-align-center-md {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-align-center-md2 {
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-align-center-lg {
    align-items: center;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-align-center-lg2 {
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-align-center-xl {
    align-items: center;
  }
}
.zac-u-align-baseline {
  align-items: baseline;
}

@media screen and (max-width: 599px) {
  .zac-u-align-baseline-xs {
    align-items: baseline;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-align-baseline-sm {
    align-items: baseline;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-align-baseline-md {
    align-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-align-baseline-md2 {
    align-items: baseline;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-align-baseline-lg {
    align-items: baseline;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-align-baseline-lg2 {
    align-items: baseline;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-align-baseline-xl {
    align-items: baseline;
  }
}
.zac-u-align-stretch {
  align-items: stretch;
}

@media screen and (max-width: 599px) {
  .zac-u-align-stretch-xs {
    align-items: stretch;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-align-stretch-sm {
    align-items: stretch;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-align-stretch-md {
    align-items: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-align-stretch-md2 {
    align-items: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-align-stretch-lg {
    align-items: stretch;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-align-stretch-lg2 {
    align-items: stretch;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-align-stretch-xl {
    align-items: stretch;
  }
}
.zac-u-wrap-nowrap {
  flex-wrap: nowrap;
}

@media screen and (max-width: 599px) {
  .zac-u-wrap-nowrap-xs {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-wrap-nowrap-sm {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-wrap-nowrap-md {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-wrap-nowrap-md2 {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-wrap-nowrap-lg {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-wrap-nowrap-lg2 {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-wrap-nowrap-xl {
    flex-wrap: nowrap;
  }
}
.zac-u-wrap-wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  .zac-u-wrap-wrap-xs {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-wrap-wrap-sm {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-wrap-wrap-md {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-wrap-wrap-md2 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-wrap-wrap-lg {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-wrap-wrap-lg2 {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-wrap-wrap-xl {
    flex-wrap: wrap;
  }
}
.zac-u-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}

@media screen and (max-width: 599px) {
  .zac-u-wrap-wrap-reverse-xs {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) {
  .zac-u-wrap-wrap-reverse-sm {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) {
  .zac-u-wrap-wrap-reverse-md {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .zac-u-wrap-wrap-reverse-md2 {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .zac-u-wrap-wrap-reverse-lg {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1330px) {
  .zac-u-wrap-wrap-reverse-lg2 {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .zac-u-wrap-wrap-reverse-xl {
    flex-wrap: wrap-reverse;
  }
}
.zac-u-font-en-01 {
  font-family: "Futura-PT", sans-serif;
}

.zac-u-font-en-02 {
  font-family: "Roboto", sans-serif;
}

.zac-u-font-bold {
  font-weight: bold;
}

.zac-u-font-color-primary-01 {
  color: #00349D !important;
}

.zac-u-font-color-primary-01-hover {
  color: #4C71BA !important;
}

.zac-u-font-color-primary-02 {
  color: #0054FF !important;
}

.zac-u-font-color-primary-undefined-01 {
  color: #0048DB !important;
}

.zac-u-font-color-secondary-01 {
  color: #FCCF00 !important;
}

.zac-u-font-color-secondary-01-hover {
  color: #FDDD4C !important;
}

.zac-u-font-color-secondary-02 {
  color: #DB205C !important;
}

.zac-u-font-color-base-01 {
  color: #000000 !important;
}

.zac-u-font-color-base-02 {
  color: #444 !important;
}

.zac-u-font-color-base-03 {
  color: #888 !important;
}

.zac-u-font-color-base-04 {
  color: #CCC !important;
}

.zac-u-font-color-base-05 {
  color: #DDD !important;
}

.zac-u-font-color-base-06 {
  color: rgba(242, 242, 242, 0.93) !important;
}

.zac-u-font-color-base-07 {
  color: #fff !important;
}

.zac-u-font-color-variety-01 {
  color: #EB1760 !important;
}

.zac-u-font-color-variety-02 {
  color: #0CA9DD !important;
}

.zac-u-font-color-variety-04 {
  color: #FCCF00 !important;
}

.zac-u-font-color-variety-05 {
  color: #FF8748 !important;
}

.zac-u-font-color-variety-06 {
  color: #A8B5CE !important;
}

.zac-u-font-color-variety-07 {
  color: #00A161 !important;
}

.zac-u-font-color-variety-08 {
  color: #8FC31F !important;
}

.zac-u-font-color-pale-01 {
  color: #DEDFEE !important;
}

.zac-u-font-color-pale-02 {
  color: #E8EEF8 !important;
}

.zac-u-font-color-pale-03 {
  color: #F1F4F9 !important;
}

.zac-u-font-small {
  font-size: 12px;
}

.zac-u-font-marker-primary-01 {
  background: #00349D;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-primary-01-hover {
  background: #4C71BA;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-primary-02 {
  background: #0054FF;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-primary-undefined-01 {
  background: #0048DB;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-secondary-01 {
  background: #FCCF00;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-secondary-01-hover {
  background: #FDDD4C;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-secondary-02 {
  background: #DB205C;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-base-01 {
  background: #000000;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-base-02 {
  background: #444;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-base-03 {
  background: #888;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-base-04 {
  background: #CCC;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-base-05 {
  background: #DDD;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-base-06 {
  background: rgba(242, 242, 242, 0.93);
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-base-07 {
  background: #fff;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-variety-01 {
  background: #EB1760;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-variety-02 {
  background: #0CA9DD;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-variety-04 {
  background: #FCCF00;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-variety-05 {
  background: #FF8748;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-variety-06 {
  background: #A8B5CE;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-variety-07 {
  background: #00A161;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-variety-08 {
  background: #8FC31F;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-pale-01 {
  background: #DEDFEE;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-pale-02 {
  background: #E8EEF8;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-marker-pale-03 {
  background: #F1F4F9;
  color: #fff;
  padding: 0 0.4em;
  margin: 0 0.133em 0 0;
  display: inline-block;
}

.zac-u-font-supplement {
  font-size: 12px;
}

.zac-u-mt-middle {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */