@charset "UTF-8";
@import url("/zac/css/font.css");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

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

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

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

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

@media screen and (max-width: 599px) {
  .zac-d-xs-inline-flex {
    display: inline-flex;
  }
}
@media screen and (min-width: 600px) {
  .zac-d-sm-inline-flex {
    display: inline-flex;
  }
}
@media screen and (min-width: 960px) {
  .zac-d-md-inline-flex {
    display: inline-flex;
  }
}
@media screen and (min-width: 1264px) {
  .zac-d-lg-inline-flex {
    display: inline-flex;
  }
}
@media screen and (min-width: 1400px) {
  .zac-d-xl-inline-flex {
    display: inline-flex;
  }
}
.zac-d-grid {
  display: grid;
}

@media screen and (max-width: 599px) {
  .zac-d-xs-grid {
    display: grid;
  }
}
@media screen and (min-width: 600px) {
  .zac-d-sm-grid {
    display: grid;
  }
}
@media screen and (min-width: 960px) {
  .zac-d-md-grid {
    display: grid;
  }
}
@media screen and (min-width: 1264px) {
  .zac-d-lg-grid {
    display: grid;
  }
}
@media screen and (min-width: 1400px) {
  .zac-d-xl-grid {
    display: grid;
  }
}
.zac-d-inline-grid {
  display: inline-grid;
}

@media screen and (max-width: 599px) {
  .zac-d-xs-inline-grid {
    display: inline-grid;
  }
}
@media screen and (min-width: 600px) {
  .zac-d-sm-inline-grid {
    display: inline-grid;
  }
}
@media screen and (min-width: 960px) {
  .zac-d-md-inline-grid {
    display: inline-grid;
  }
}
@media screen and (min-width: 1264px) {
  .zac-d-lg-inline-grid {
    display: inline-grid;
  }
}
@media screen and (min-width: 1400px) {
  .zac-d-xl-inline-grid {
    display: inline-grid;
  }
}
.zac-direction-row {
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 599px) {
  .zac-xs-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 600px) {
  .zac-sm-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 960px) {
  .zac-md-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1264px) {
  .zac-lg-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .zac-xl-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
html {
  font-size: 0.2666666667vw;
  font-family: "NotoSansCJKJP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 1px;
  }
}

body {
  font-size: 16rem;
  color: #262A33;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}

.slide-list-sp {
  flex: 0 0 2900rem !important;
}

.zac-container {
  padding: 0 15rem;
}
.zac-container > * {
  margin-bottom: 60rem;
}
.zac-container > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .zac-container {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 15rem;
  }
}
@media screen and (min-width: 960px) {
  .zac-container {
    max-width: 1440px;
    padding: 0 20rem;
  }
}
@media screen and (min-width: 1264px) {
  .zac-container {
    padding: 0 100rem;
    max-width: 1440px;
  }
}
@media screen and (min-width: 1400px) {
  .zac-container {
    padding: 0 160rem;
    max-width: 1440px;
  }
}

.zac-section {
  display: block;
  padding: 40rem 0 0;
}
@media screen and (min-width: 600px) {
  .zac-section {
    padding: 80rem 0 0;
  }
}

.zac-section.zac-section-blue {
  background: #F2F4FA;
  padding: 40rem 0;
}
@media screen and (min-width: 600px) {
  .zac-section.zac-section-blue {
    padding: 80rem 0 60rem;
    margin: 80rem 0 0;
  }
}

@media screen and (max-width: 599px) {
  .zac-section.zac-section-margin-xs-top {
    margin: 40rem 0 0;
  }
}
img {
  max-width: 100%;
  display: block;
}

.zac-background-image {
  background: center center/contain no-repeat;
}

.zac-clear-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.zac-font-en {
  font-family: "Roboto";
}

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

.zac-font-color-blue {
  color: #00349D;
}

.zac-font-color-blue-lighten-1 {
  color: #0048DB;
}

.zac-font-color-blue-lighten-2 {
  color: #C2C3DF;
}

.zac-font-color-blue-lighten-3 {
  color: #DEDFEE;
}

.zac-font-color-yellow {
  color: #FCCF00;
}

.zac-font-color-orange {
  color: #FF8748;
}

.zac-font-marker-blue {
  background: #00349D;
  color: #fff;
  padding: 0.15em;
  margin: 0 0.133em 0 0;
}

.zac-font-marker-black {
  background: #262A33;
  color: #fff;
  padding: 0.15em;
  margin: 0 0.133em 0 0;
}

.zac-seciton-title {
  margin: 0 0 60rem;
}

.zac-section-title-acc {
  display: block;
  margin: 0 0 24rem;
}

.zac-section-title-acc::before {
  content: "";
  display: block;
  width: 51rem;
  height: 34rem;
  margin: 0 auto;
  background: center center/contain url("/zac/lp/assets/img/icon-h2-acc-2.svg") no-repeat;
}

.zac-seciton-title-2 .zac-section-title-acc::before {
  width: 60rem;
  height: 24.88rem;
  background-image: url("/zac/lp/assets/img/icon-h2-acc.svg");
}

.zac-section-title-main {
  display: block;
  text-align: center;
  font-size: 26rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .zac-section-title-main {
    font-size: 48rem;
  }
}

.zac-section-title-sub {
  text-align: center;
  display: block;
  margin: 10rem 0 0;
}
@media screen and (min-width: 960px) {
  .zac-section-title-sub {
    font-size: 20rem;
    margin: 24rem 0 0;
  }
}

.zac-text-logo {
  background: center center/contain url("/zac/lp/assets/img/icon-logo.svg") no-repeat;
  width: 6em;
  height: 1em;
  display: inline-block;
  margin: 0px 10rem 0 0;
  transform: translateY(15%);
}

p a {
  text-decoration: underline;
  color: #0048DB;
}

.zac-ul-1 {
  display: grid;
  row-gap: 8rem;
  font-size: 16rem;
  margin: 0 0 20rem;
}
@media screen and (min-width: 960px) {
  .zac-ul-1 {
    font-size: 22rem;
  }
}
.zac-ul-1 li {
  padding: 0 0 0 28rem;
  position: relative;
}
.zac-ul-1 li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  background: rgba(0, 84, 255, 0.4);
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
}
.zac-ul-1-yellow li::before {
  background: center center/contain url("/zac/lp/assets/img/icon-circle-y.svg") no-repeat;
}
.zac-ul-1-gray li::before {
  background: center center/contain url("/zac/lp/assets/img/icon-list-circle.svg") no-repeat;
}

.zac-ul-checkbox {
  display: grid;
  row-gap: 20rem;
  margin: 0 auto 20rem;
  width: -moz-min-content;
  width: min-content;
}
@media screen and (min-width: 960px) {
  .zac-ul-checkbox {
    margin: 0 auto 50rem;
  }
}

.zac-ul-checkbox-item {
  font-size: 18rem;
  padding: 0 0 0 40rem;
  position: relative;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .zac-ul-checkbox-item {
    font-size: 25rem;
    padding: 0 0 0 58rem;
  }
}
.zac-ul-checkbox-item::before {
  content: "";
  display: block;
  width: 30rem;
  height: 30rem;
  background: center center/contain url("/zac/lp/assets/img/icon-check-box.svg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .zac-ul-checkbox-item::before {
    width: 37.5rem;
    height: 37.5rem;
  }
}
.zac-ul-checkbox-item .zac-ul-checkbox-item-text-small {
  font-size: 14rem;
  line-height: 1;
  display: block;
}
@media screen and (min-width: 960px) {
  .zac-ul-checkbox-item .zac-ul-checkbox-item-text-small {
    font-size: 16rem;
  }
}

.zac-arrow-middle {
  background: center center/contain url("/zac/lp/assets/img/icon-arrow-middle.svg") no-repeat;
  width: 73.13rem;
  height: 45rem;
  margin: 0 auto 20rem;
}
@media screen and (min-width: 960px) {
  .zac-arrow-middle {
    width: 97.5rem;
    height: 60rem;
    margin: 0 auto 50rem;
  }
}

.zac-arrow-large {
  background: center center/contain url("/zac/lp/assets/img/icon-arrow-large.svg") no-repeat;
  width: 345rem;
  height: 131.15rem;
  margin: 0 auto 20rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 18rem 0 0;
  font-size: 24rem;
}
@media screen and (min-width: 960px) {
  .zac-arrow-large {
    margin: 0 auto 50rem;
    font-size: 28rem;
  }
}

.zac-index-case-list {
  display: grid;
  row-gap: 23rem;
  counter-reset: inde-case-index;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .zac-index-case-list {
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
  }
}

.zac-index-case-list-item {
  counter-increment: inde-case-index;
  font-size: 16rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .zac-index-case-list-item {
    display: flex;
    align-items: flex-end;
    text-align: left;
    font-size: 25rem;
  }
}
.zac-index-case-list-item::before {
  content: "CASE " counter(inde-case-index, decimal-leading-zero);
  padding: 0 12rem;
  background: #00349D;
  font-weight: bold;
  color: #fff;
  font-family: "Roboto";
  border-radius: 20rem;
  line-height: 32rem;
  height: 32rem;
  margin: 0 0 16rem;
  font-size: 16rem;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .zac-index-case-list-item::before {
    margin: 0 16rem 0 0;
  }
}
.zac-index-case-list-item .zac-index-case-list-item-inner {
  border-bottom: 2rem solid #00349D;
  display: inline-block;
}

.zac-point-list {
  display: grid;
  row-gap: 60rem;
  counter-reset: point-index;
}

.zac-point-list-item {
  counter-increment: point-index;
  display: grid;
  row-gap: 40rem;
}
@media screen and (min-width: 960px) {
  .zac-point-list-item {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }
  .zac-point-list-item-content {
    grid-column: 2;
  }
  .zac-point-list-item-image {
    grid-column: 1;
    grid-row: -1;
  }
}

.zac-point-list-item-content-num {
  background: #0048DB;
  min-width: 60rem;
  height: 60rem;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  margin: 0 20rem 0 0;
  line-height: 1;
  text-align: center;
  padding: 13rem 0 0;
}
@media screen and (min-width: 960px) {
  .zac-point-list-item-content-num {
    min-width: 80rem;
    height: 80rem;
    padding: 18rem 0 0;
  }
}
.zac-point-list-item-content-num::before {
  content: "POINT";
  display: block;
  font-size: 12px;
  width: 100%;
  margin: 0 0 2rem;
}
@media screen and (min-width: 960px) {
  .zac-point-list-item-content-num::before {
    font-size: 16px;
  }
}
.zac-point-list-item-content-num::after {
  content: counter(point-index, decimal-leading-zero);
  display: block;
  font-size: 22rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .zac-point-list-item-content-num::after {
    font-size: 24rem;
  }
}

.zac-point-list-item-content-title {
  font-weight: bold;
  font-size: 22rem;
  margin: 0 0 32rem;
  display: flex;
}
@media screen and (min-width: 960px) {
  .zac-point-list-item-content-title {
    font-size: 25rem;
  }
}

.zac-case-list {
  display: grid;
  row-gap: 60rem;
  counter-reset: case-index;
}
@media screen and (min-width: 960px) {
  .zac-case-list {
    flex-direction: row-reverse;
  }
}

.zac-case-list-item {
  counter-increment: case-index;
  display: grid;
  row-gap: 40rem;
}
@media screen and (min-width: 960px) {
  .zac-case-list-item {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }
  .zac-case-list-item-content {
    grid-column: 2;
  }
  .zac-case-list-item-image {
    grid-column: 1;
    grid-row: -1;
  }
}

.zac-case-list-item-content-num {
  background: #00349D;
  width: 114rem;
  height: 32rem;
  padding: 0 12rem;
  border-radius: 16rem;
  font-size: 16rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin: 0 0 20rem;
}
.zac-case-list-item-content-num::before {
  content: "";
  display: block;
  width: 13.33rem;
  height: 13.33rem;
  background: center center/contain url("/zac/lp/assets/img/icon-circle-check-w.svg") no-repeat;
  margin: 0 5.33rem 0 0;
}
.zac-case-list-item-content-num::after {
  content: "CASE " counter(case-index, decimal-leading-zero);
}

.zac-case-list-item-content-sub-title {
  margin: 0 0 8rem;
  font-size: 20rem;
}

.zac-case-list-item-content-title {
  font-size: 21rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .zac-case-list-item-content-title {
    font-size: 30rem;
  }
}

.zac-case-list-item-content-title-strong {
  font-size: 21rem;
  color: #00349D;
}
@media screen and (min-width: 960px) {
  .zac-case-list-item-content-title-strong {
    font-size: 30rem;
  }
}

.zac-answer {
  padding: 0 0 112rem;
  position: relative;
  margin: 0 0 80rem;
}
.zac-answer::before {
  content: "";
  display: block;
  width: 100%;
  background: #00349D;
  height: 1rem;
  position: absolute;
  bottom: 35.5rem;
  left: 0;
}
.zac-answer::after {
  content: "";
  display: block;
  width: 104rem;
  background: #fff;
  height: 3rem;
  position: absolute;
  bottom: 34.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.zac-answer.zac-answer-arrow-top {
  padding: 112rem 0 0;
  margin: 0;
}
.zac-answer.zac-answer-arrow-top::before {
  bottom: auto;
  top: 35.5rem;
}
.zac-answer.zac-answer-arrow-top::after {
  top: 34.5rem;
  bottom: auto;
}

.zac-answer-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00349D;
  border-radius: 50%;
  width: 72rem;
  height: 72rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.zac-answer-arrow-image {
  width: 30.35rem;
  height: 31.17rem;
  display: block;
  background: center center/contain url("/zac/lp/assets/img/icon-arrow-2-down.svg") no-repeat;
}
.zac-answer-arrow img {
  width: 30.35rem;
}

.zac-answer.zac-answer-arrow-blue .zac-answer-arrow {
  background: #00349D;
}
.zac-answer.zac-answer-arrow-blue .zac-answer-arrow-image {
  background: center center/contain url("/zac/lp/assets/img/icon-arrow-2-w-down.svg") no-repeat;
}
.zac-answer.zac-answer-arrow-blue .zac-answer-arrow img {
  width: 30.35rem;
}

.zac-answer.zac-answer-arrow-top .zac-answer-arrow {
  bottom: auto;
  top: 0;
}

@media screen and (min-width: 960px) {
  .zac-answer-container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1264px) {
  .zac-answer-container {
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
  }
}

.zac-answer-text {
  font-weight: bold;
  font-size: 21rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .zac-answer-text {
    width: auto;
    margin: 0 40rem 0 0;
    font-size: 30rem;
    text-align: left;
  }
}

.zac-answer-text-strong {
  font-size: 33rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 960px) {
  .zac-answer-text-strong {
    font-size: 48rem;
  }
}

.zac-answer-image {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-answer-image {
    width: 320rem;
    margin: 0;
  }
}

.zac-annotation-mark-white::after {
  content: "※";
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin: 0 0 0 4rem;
  transform: translateY(-0.5em);
}

.zac-annotation-mark-red::after {
  content: "※";
  display: inline-block;
  font-size: 14px;
  color: #EB1760;
  margin: 0 0 0 4rem;
  transform: translateY(-0.5em);
}

.zac-header {
  background: transparent linear-gradient(180deg, #00115A 0%, rgba(0, 13, 69, 0.7098039216) 48%, rgba(0, 3, 18, 0) 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 960px) {
  .zac-header {
    background: #fff;
  }
}
.zac-footer-header {
  padding: 40rem 15rem 20rem;
  border-top: 1px solid #00349D;
}
@media screen and (min-width: 600px) {
  .zac-footer-header {
    padding: 64.5rem 15rem 27.5rem;
  }
}
@media screen and (min-width: 960px) {
  .zac-footer-header {
    padding: 64.5rem 20rem 27.5rem;
  }
}
@media screen and (min-width: 1264px) {
  .zac-footer-header {
    padding: 64.5rem 100rem 27.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .zac-footer-header {
    padding: 64.5rem 160rem 27.5rem;
    max-width: 1400px;
    margin: 0 auto;
  }
}

.zac-footer-header-tel {
  margin: 0 0 20rem;
}
@media screen and (min-width: 960px) {
  .zac-footer-header-tel {
    margin: 0;
    padding: 0 30rem 0 0;
    display: flex;
    align-items: center;
  }
}
.zac-footer-header-tel img {
  width: 227.53rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-footer-header-tel img {
    width: 100%;
    max-width: 847.88rem;
  }
}

.zac-footer-header-nav {
  padding: 20rem 0 0;
  border-top: 1px solid #888;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .zac-footer-header-nav {
    flex-wrap: wrap;
    border-top: none;
    border-left: 1px solid #888;
    padding: 0 0 0 30rem;
  }
}
.zac-footer-header-nav li {
  font-size: 14rem;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 960px) {
  .zac-footer-header-nav li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.zac-footer-header-nav li:last-child {
  margin: 0;
}
.zac-footer-header-nav li a {
  color: #000;
  text-decoration: none;
}

.zac-footer-footer {
  padding: 20rem 15rem;
  border-top: 1px solid #00349D;
}
@media screen and (min-width: 600px) {
  .zac-footer-footer {
    padding: 36rem 15rem 36rem;
  }
}
@media screen and (min-width: 960px) {
  .zac-footer-footer {
    padding: 36rem 20rem 36rem;
  }
}
@media screen and (min-width: 1264px) {
  .zac-footer-footer {
    padding: 36rem 100rem 36rem;
  }
}
@media screen and (min-width: 1400px) {
  .zac-footer-footer {
    padding: 36rem 160rem 36rem;
  }
}

.zac-footer-footer-logo {
  margin: 0 0 20rem;
}
@media screen and (min-width: 960px) {
  .zac-footer-footer-logo {
    margin: 0;
  }
}
.zac-footer-footer-logo img {
  width: 57.96rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-footer-footer-logo img {
    width: 105.96rem;
  }
}

.zac-footer-footer-cr {
  text-align: center;
  font-size: 13rem;
}

.zac-sticky-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 55.26vw;
  z-index: 3;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.17), 0px 6px 10px rgba(0, 0, 0, 0.17), 0px 1px 18px rgba(0, 0, 0, 0.17);
}
@media screen and (min-width: 600px) {
  .zac-sticky-banner {
    max-width: 420rem;
    max-height: 200rem;
  }
}

.zac-sticky-banner-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.zac-sticky-banner-close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  background: #000;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  opacity: 0.3;
}
@media screen and (min-width: 600px) {
  .zac-sticky-banner-close {
    top: 7rem;
    right: 7rem;
  }
}

.zac-sticky-banner-close-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.zac-sticky-banner-close-container::before, .zac-sticky-banner-close-container::after {
  content: "";
  width: 8rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.zac-sticky-banner-close-container::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.zac-sticky-banner-close-container::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.zac-btn-1 a,
.zac-btn-1-min a {
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #00349D;
  color: #fff;
  transition: 0.5s;
}
.zac-btn-1 a:hover,
.zac-btn-1-min a:hover {
  background: #FCCF00;
}

.zac-btn-1 a {
  width: 300px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-radius: 30px;
}
@media screen and (min-width: 960px) {
  .zac-btn-1 a {
    width: 325px;
  }
}
.zac-btn-1.zac-btn-1-strong a {
  background: #FCCF00;
  color: #00349D;
}
.zac-btn-1.zac-btn-1-strong a:hover {
  background: #00349D;
  color: #fff;
}
.zac-btn-1.zac-btn-1-white a {
  background: #fff;
  color: #00349D;
}
.zac-btn-1.zac-btn-1-white a:hover {
  background: #00349D;
  color: #fff;
}

.zac-btn-1-hover-white a:hover {
  background: #fff !important;
  color: #00349D !important;
}

.zac-btn-1-hover-yellow a:hover {
  background: #FCCF00 !important;
  color: #00349D !important;
}

.zac-btn-1-min a {
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  border-radius: 25px;
}
@media screen and (min-width: 1264px) {
  .zac-btn-1-min a {
    width: 198rem;
    height: 38rem;
    line-height: 38rem;
    border-radius: 19rem;
    font-size: 14rem;
  }
}

.zac-btn-1-large a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border-radius: 30px;
}
@media screen and (min-width: 1264px) {
  .zac-btn-1-large a {
    max-width: 420rem;
    height: 64rem;
    line-height: 64rem;
    border-radius: 32rem;
    font-size: 20rem;
  }
}

.zac-btn-pamph a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zac-cta {
  text-align: center;
  padding: 60rem 0 0;
}
@media screen and (max-width: 599px) {
  .zac-cta .zac-container {
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .zac-cta {
    margin: 0 auto;
    padding: 60rem 0 0;
  }
}

.zac-cta.zac-cta-blue {
  background: #F2F4FA;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 600px) {
  .zac-cta.zac-cta-blue {
    padding-bottom: 80rem;
  }
}

.zac-cta-container {
  background: #0048DB;
  padding: 40rem 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .zac-cta-container {
    border-radius: 16rem;
  }
}

.zac-cta-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 0 30rem;
  font-size: 23rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .zac-cta-sub-title {
    font-size: 36rem;
    margin: 0 0 34rem;
  }
}

.zac-cta-sub-title-acc {
  width: 30rem;
  height: 1rem;
  background: #fff;
  margin: 5rem 8rem 0;
}
@media screen and (min-width: 960px) {
  .zac-cta-sub-title-acc {
    width: 50rem;
  }
}
.zac-cta-sub-title-acc:first-child {
  transform: rotate(55deg);
}
.zac-cta-sub-title-acc:last-child {
  transform: rotate(-55deg);
}

.zac-cta-choice-list {
  display: grid;
  row-gap: 33rem;
}
@media screen and (min-width: 960px) {
  .zac-cta-choice-list {
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 960px) {
  .zac-cta-choice-list-item {
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0 20px;
  }
}
@media screen and (min-width: 960px) {
  .zac-cta-choice-list-item:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 960px) {
  .zac-cta-choice-list-item .zac-btn-1 a {
    max-width: 325px;
    width: 100%;
  }
}

.zac-cta-choice-list-item-text {
  font-size: 16rem;
  margin: 0 0 16rem;
  color: #fff;
}
@media screen and (min-width: 1264px) {
  .zac-cta-choice-list-item-text {
    font-size: 20rem;
    margin: 0 0 24rem;
  }
}

.zac-cta-title {
  display: none;
}

.zac-cta-explain {
  display: none;
}

.zac-cta-large {
  padding: 0;
  border-radius: 0;
  max-width: unset;
  background: #0048DB;
}
.zac-cta-large .zac-cta-container {
  border-radius: 0;
  padding: 60rem 0;
}
.zac-cta-large .zac-cta-sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCCF00;
  margin: 0 0 8rem;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .zac-cta-large .zac-cta-sub-title {
    font-size: 20rem;
    margin: 0 0 10rem;
  }
}
.zac-cta-large .zac-cta-sub-title-acc {
  width: 14rem;
  height: 1rem;
  background: #FCCF00;
  margin: 0 5rem;
}
.zac-cta-large .zac-cta-sub-title-acc:first-child {
  transform: rotate(44deg);
}
.zac-cta-large .zac-cta-sub-title-acc:last-child {
  transform: rotate(-44deg);
}
.zac-cta-large .zac-cta-title {
  display: block;
  font-size: 26rem;
  margin: 0 0 13rem;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .zac-cta-large .zac-cta-title {
    font-size: 40rem;
    margin: 0 0 15rem;
  }
}
.zac-cta-large .zac-cta-explain {
  display: block;
  margin: 0 0 40rem;
  color: #fff;
}

.zac-fv {
  background: top center/cover url("/zac/lp/assets/img/common-background-acc-sp.svg") no-repeat;
  height: 670rem;
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .zac-fv {
    background-image: url("/zac/lp/assets/img/common-background-acc-pc.svg");
    height: 550rem;
  }
}
@media screen and (min-width: 1264px) {
  .zac-fv {
    height: 700rem;
  }
}

.zac-fv .zac-section-container {
  padding: 67rem 15rem 30rem;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .zac-fv .zac-section-container {
    max-width: 375px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .zac-fv .zac-section-container {
    max-width: unset;
    padding: 110rem 20rem 0;
  }
}
@media screen and (min-width: 1264px) {
  .zac-fv .zac-section-container {
    padding: 178rem 20rem 89rem;
  }
}
@media screen and (min-width: 1400px) {
  .zac-fv .zac-section-container {
    padding: 178rem 80px 89rem;
    max-width: 1400px;
  }
}

@media screen and (min-width: 960px) {
  .zac-fv-content {
    max-width: 461rem;
  }
}
@media screen and (min-width: 1264px) {
  .zac-fv-content {
    max-width: 709rem;
  }
}
@media screen and (min-width: 1400px) {
  .zac-fv-content {
    max-width: 747rem;
  }
}

.zac-fv-content-header {
  margin: 0 0 15rem;
}
@media screen and (min-width: 960px) {
  .zac-fv-content-header {
    margin: 0 0 24rem;
  }
}

.zac-fv-content-header-industry {
  font-size: 12rem;
  padding: 7rem 10rem;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 0 2.2rem 4.2rem 0;
  display: inline-block;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-header-industry {
    font-size: 20rem;
    margin: 0 10rem 12rem 0;
  }
}

.zac-fv-content-header-text {
  font-size: 18rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-header-text {
    font-size: 32rem;
  }
}
@media screen and (min-width: 1400px) {
  .zac-fv-content-header-text {
    letter-spacing: 5.76rem;
  }
}

.zac-fv-content-cc {
  margin: 0 0 13rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-cc {
    margin: 0 0 16rem;
  }
}

.zac-fv-content-cc-1 {
  font-weight: 500;
  font-size: 18rem;
  margin: 0 16rem 0 0;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-cc-1 {
    font-size: 22rem;
  }
}
.zac-fv-content-cc-1 .zac-font-en {
  font-size: 22rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-cc-1 .zac-font-en {
    font-size: 38rem;
  }
}

.zac-fv-content-cc-2 {
  width: 131.3rem;
  height: 41.71rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-cc-2 {
    width: 176.87rem;
    height: 56rem;
  }
}

.zac-fv-content-sales-point {
  margin: 0 0 32rem;
}

.zac-fv-content-sales-point-sub,
.zac-fv-content-sales-point-main {
  display: block;
  font-weight: 700;
  line-height: 1;
}

.zac-fv-content-sales-point-sub {
  margin: 0 0 12rem;
  font-size: 25rem;
}
@media screen and (min-width: 960px) {
  .zac-fv-content-sales-point-sub {
    font-size: 34rem;
  }
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-sales-point-sub {
    font-size: 48rem;
  }
}

.zac-fv-content-sales-point-main {
  font-size: 46rem;
}
@media screen and (min-width: 960px) {
  .zac-fv-content-sales-point-main {
    font-size: 64rem;
  }
}
.zac-fv-content-sales-point-main .zac-font-color-yellow {
  margin: 0 8rem 0 0;
}

.zac-fv-content-award-list {
  margin: 0 0 16rem;
}

.zac-fv-content-award-list-item {
  margin: 0 5rem 0 0;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award-list-item {
    margin: 0 21rem 0 0;
  }
}

.zac-fv-content-award-list-item-container {
  position: relative;
  height: 40.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FCCF00;
  flex-wrap: wrap;
  padding: 0 19rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award-list-item-container {
    height: 49rem;
    width: 165rem;
  }
}

.zac-fv-content-award-list-item-container::before,
.zac-fv-content-award-list-item-container::after {
  content: "";
  display: block;
  width: 12rem;
  height: 40.4rem;
  background: center center/contain url("/zac/lp/assets/img/icon-award-acc.svg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award-list-item-container::before,
  .zac-fv-content-award-list-item-container::after {
    width: 15rem;
    height: 49rem;
  }
}

.zac-fv-content-award-list-item-container::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}

.zac-fv-content-award-list-item-header,
.zac-fv-content-award-list-item-main {
  width: 100%;
}

.zac-fv-content-award-list-item-header {
  font-size: 10rem;
  margin: 0 0 3rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award-list-item-header {
    font-size: 13rem;
  }
}

.zac-fv-content-award-list-item-text-large {
  font-size: 20rem;
  font-weight: bold;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award-list-item-text-large {
    font-size: 33rem;
  }
}

.zac-fv-content-award-list-item-text-middle {
  font-size: 10rem;
  margin: 0 0 0 -3rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award-list-item-text-middle {
    font-size: 18rem;
  }
}

.zac-fv-content-award-list-item-hojokin-annotation-mark {
  font-size: 10rem;
  color: #fff;
  transform: translateY(3rem);
  display: inline-block;
  position: absolute;
}

.zac-fv-content-mv {
  margin: 0 0 8.7rem;
}
@media screen and (min-width: 960px) {
  .zac-fv-content-mv {
    width: 664.27rem;
    margin: 0;
    position: absolute;
    top: 138rem;
    left: 500rem;
  }
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-mv {
    left: 700rem;
    width: 874.27rem;
  }
}
@media screen and (min-width: 1400px) {
  .zac-fv-content-mv {
    left: calc(50% + 20rem);
  }
}

.zac-fv-content-award-h {
  text-align: center;
  font-size: 14rem;
  margin: 0 0 12.9rem;
  color: #FCCF00;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award-h {
    font-size: 20rem;
    margin: 0 0 13rem;
  }
}

.zac-fv-content-award {
  margin: 0 0 32rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award {
    max-width: 654rem;
  }
}

.zac-fv-content-award-image {
  margin: 0 0 11.7rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award-image {
    margin: 0 0 15rem;
  }
}
.zac-fv-content-award-image img {
  width: 100%;
}

.zac-fv-content-award-annotation {
  font-size: 10rem;
}
@media screen and (min-width: 1264px) {
  .zac-fv-content-award-annotation {
    font-size: 14rem;
  }
}

@media screen and (min-width: 960px) {
  .zac-fv .zac-btn-1 a {
    margin: 0;
  }
}
.slide-img-sp img,
.slide-img img {
  max-width: unset;
}

.section-img-sp {
  margin-top: 4rem;
}

.slide-img-sp {
  display: flex;
}

.slide-img-sp .slide-list-sp {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 1800rem;
}

.slide-img-sp .slide-list-sp li {
  flex: 0 0 103rem;
  display: flex;
  align-items: center;
  height: 70rem;
  margin-bottom: 20rem;
  margin-right: 20rem;
  justify-content: center;
}

.slide-img-sp .slide-list-sp li img {
  width: auto;
  max-height: 100%;
}

.section-img {
  overflow: hidden;
  margin-top: 60rem;
  margin-bottom: 0;
}

.slide-img {
  display: flex;
}

.slide-img .slide-list {
  flex: 0 0;
  display: flex;
  flex-wrap: nowrap;
}

.slide-img .slide-list li {
  /* flex: 0 0 117px; */
  display: flex;
  align-items: center;
  /* height: 80px; */
  margin-bottom: 20rem;
  margin-right: 20rem;
  justify-content: center;
  width: 190rem;
  height: 80rem;
}

.slide-img .slide-list li img {
  width: auto;
  max-height: 100%;
}

.zac-functinon-figure {
  margin: 0 0 10rem;
}
@media screen and (min-width: 960px) {
  .zac-functinon-figure {
    margin: 0 auto 60rem;
  }
}

.zac-function-merit {
  margin: 0 0 10px;
}

.zac-function-merit-header {
  margin: 0 0 20rem;
}
@media screen and (min-width: 1264px) {
  .zac-function-merit-header {
    width: 278rem;
    margin: 0 24rem 0 0;
  }
}
@media screen and (min-width: 960px) {
  .zac-function-merit-header img {
    max-width: 350rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1264px) {
  .zac-function-merit-header img {
    width: 100%;
  }
}

@media screen and (min-width: 1264px) {
  .zac-function-merit-content {
    width: calc(100% - 302rem);
  }
}

.zac-function-step img {
  width: 100%;
}

.zac-casestudy-list {
  display: grid;
  row-gap: 60rem;
  max-width: 550rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-casestudy-list-item {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .zac-casestudy-list {
    max-width: unset;
  }
}

.zac-casestudy-list-item-thum {
  margin: 0 0 20rem;
}
@media screen and (min-width: 960px) {
  .zac-casestudy-list-item-thum {
    width: 400rem;
    margin: 0 32rem 0 0;
  }
}

.zac-casestudy-list-item-thum-image {
  margin: 0 0 10rem;
}
.zac-casestudy-list-item-thum-image img {
  width: 100%;
}

.zac-casestudy-list-item-thum-meta-list {
  display: flex;
}
.zac-casestudy-list-item-thum-meta-list-item {
  padding: 4rem 8rem;
  margin: 0 8rem 0 0;
  border-radius: 4rem;
  font-size: 12rem;
}

.zac-casestudy-list-item-thum-meta-list-item-industry {
  background: #FF8748;
  color: #fff;
}

.zac-casestudy-list-item-thum-meta-list-item-staff {
  border: 1px solid #00349D;
  color: #00349D;
}

@media screen and (min-width: 960px) {
  .zac-casestudy-list-item-main {
    width: calc(100% - 428rem);
  }
}

.zac-casestudy-list-item-main-title {
  color: #00349D;
  font-size: 18rem;
  font-weight: bold;
  margin: 0 0 24rem;
}
@media screen and (min-width: 960px) {
  .zac-casestudy-list-item-main-title {
    font-size: 25rem;
  }
}
.zac-casestudy-list-item-main-title-strong {
  font-size: 26rem;
  margin: 0 0.2em;
}
@media screen and (min-width: 960px) {
  .zac-casestudy-list-item-main-title-strong {
    font-size: 30rem;
  }
}

.zac-casestudy .zac-ul-1 {
  font-size: 14rem;
}
@media screen and (min-width: 960px) {
  .zac-casestudy .zac-ul-1 {
    font-size: 16rem;
  }
}

.zac-casestudy-list-item-main-voice {
  margin: 0 0 24rem;
}
@media screen and (min-width: 960px) {
  .zac-casestudy-list-item-main-voice {
    font-size: 20rem;
  }
}

.zac-casestudy-list-item-main-name {
  font-size: 12rem;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .zac-casestudy-list-item-main-name {
    font-size: 16rem;
  }
}

.zac-plan-price {
  margin: 0 0 16rem;
}

.zac-plan-price-item {
  background: #DEDFEE;
  padding: 20rem;
}
@media screen and (min-width: 960px) {
  .zac-plan-price-item {
    width: calc((100% - 80rem) / 2);
  }
}

.zac-plan-price-item-title {
  font-size: 22rem;
  color: #00349D;
  font-weight: bold;
  margin: 0 0 20rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .zac-plan-price-item-title {
    font-size: 30rem;
  }
}

.zac-plan-price-item-content {
  background: #fff;
  padding: 13.5rem 10rem;
  text-align: center;
}

.zac-plan-price-item-content-title {
  font-size: 18rem;
  font-weight: bold;
  margin: 0 0 12rem;
}
@media screen and (min-width: 960px) {
  .zac-plan-price-item-content-title {
    font-size: 25rem;
  }
}

.zac-plan-price-item-content-text {
  font-size: 16rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .zac-plan-price-item-content-text {
    font-size: 20rem;
  }
}

.zac-plarn-price-add {
  position: relative;
  margin: 20rem 0;
  height: 40rem;
}
@media screen and (min-width: 960px) {
  .zac-plarn-price-add {
    margin: 0 20rem;
    width: 40rem;
    height: auto;
  }
}

@media screen and (min-width: 960px) {
  .zac-plan-price-item-donyu .zac-plan-price-item-content {
    height: calc(100% - 65rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.zac-plarn-price-add::before,
.zac-plarn-price-add::after {
  content: "";
  display: block;
  width: 40rem;
  height: 7rem;
  background: #262A33;
  left: 50%;
  top: 50%;
  position: absolute;
}

.zac-plarn-price-add::before {
  transform: translate(-50%, -50%);
}

.zac-plarn-price-add::after {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.zac-plan-price-item-content-license-explain {
  display: flex;
  align-items: center;
}

.zac-plan-price-item-content-license-explain-item-img {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .zac-plan-price-item-content-license-explain-item-img {
    margin: 0 8rem 0 0;
  }
}

.zac-plan-price-item-content-license-explain-item:first-child img {
  height: 28rem;
  width: auto;
}

.zac-plan-price-item-content-license-explain-item:last-child img {
  height: 26rem;
  width: auto;
}

.zac-plan-price-item-content-license-explain-item {
  width: calc((100% - 15rem) / 2);
  font-size: 12rem;
}
@media screen and (min-width: 960px) {
  .zac-plan-price-item-content-license-explain-item {
    font-size: 16rem;
  }
}

.zac-plan-price-item-content-license-explain-times {
  height: 15rem;
  width: 15rem;
  position: relative;
}

.zac-plan-price-item-content-license-explain-times::before,
.zac-plan-price-item-content-license-explain-times::after {
  content: "";
  display: block;
  width: 20rem;
  height: 2rem;
  background: #262A33;
  top: 50%;
  left: 50%;
  position: absolute;
}

.zac-plan-price-item-content-license-explain-times::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.zac-plan-price-item-content-license-explain-times::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.zac-plan-price-item-monthly-times {
  height: 46rem;
  position: relative;
  margin: 5rem auto;
}

.zac-plan-price-item-monthly-times::before,
.zac-plan-price-item-monthly-times::after {
  content: "";
  display: block;
  width: 32rem;
  height: 4rem;
  background: #00349D;
  top: 50%;
  left: 50%;
  position: absolute;
}

.zac-plan-price-item-monthly-times::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.zac-plan-price-item-monthly-times::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.zac-plan-annotation-list {
  display: grid;
  row-gap: 8rem;
  font-size: 14rem;
}
@media screen and (min-width: 960px) {
  .zac-plan-annotation-list {
    font-size: 16rem;
  }
}

.zac-plan-annotation-list-item-red {
  color: #EB1760;
}

.zac-company {
  margin: 0;
  padding-bottom: 0;
}

.zac-company-information-table {
  font-size: 14rem;
  border-top: 1rem solid #DDDDDD;
}
@media screen and (min-width: 960px) {
  .zac-company-information-table {
    font-size: 16rem;
  }
}
.zac-company-information-table tr {
  border-bottom: 1rem solid #DDDDDD;
}
.zac-company-information-table tr:last-child {
  margin: 0;
}
.zac-company-information-table th {
  width: 130rem;
  padding: 24rem 0;
}
@media screen and (min-width: 960px) {
  .zac-company-information-table th {
    width: 200rem;
  }
}
.zac-company-information-table td {
  width: calc(100% - 130rem);
  padding: 24rem 0;
}
@media screen and (min-width: 960px) {
  .zac-company-information-table td {
    width: calc(100% - 200rem);
  }
}
.zac-company-information-table ul {
  display: grid;
}

.zac-company-information-table-gird {
  display: grid;
  row-gap: 40rem;
}
@media screen and (min-width: 960px) {
  .zac-company-information-table-gird {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
    grid-template-columns: 1fr 1fr;
  }
}

.zac-company-information-table-gird-item-title {
  margin: 0 0 8rem;
}

.zac-company-point {
  background: #F2F4FA;
  padding: 20rem;
}
@media screen and (min-width: 960px) {
  .zac-company-point {
    padding: 40rem 50rem;
  }
}

.zac-company-point-image img {
  width: 240rem;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .zac-company-point-image {
    width: 240rem;
  }
}

.zac-company-point {
  margin: 0 0 40rem;
}

.zac-company-point-cc {
  font-size: 18rem;
  font-weight: bold;
  margin: 0 0 40rem;
}
@media screen and (min-width: 960px) {
  .zac-company-point-cc {
    font-size: 30rem;
    margin: 0 40rem 0 0;
    width: calc(100% - 280rem);
  }
}
.zac-company-point-cc-strong {
  font-size: 28rem;
  font-weight: bold;
  color: #00349D;
}
@media screen and (min-width: 960px) {
  .zac-company-point-cc-strong {
    font-size: 48rem;
  }
}

.zac-company-book {
  background: rgba(252, 207, 0, 0.12);
  padding: 20rem;
}
@media screen and (min-width: 960px) {
  .zac-company-book {
    padding: 60rem 90rem;
  }
}

.zac-company-book-thumb-image {
  width: 150rem;
  margin: 0 auto 40rem;
  box-shadow: 4rem 4rem 22rem rgba(83, 83, 83, 0.4941176471);
}
@media screen and (min-width: 960px) {
  .zac-company-book-thumb-image {
    width: 200rem;
  }
}

@media screen and (min-width: 960px) {
  .zac-company-book-main {
    width: calc(100% - 240rem);
  }
}

.zac-company-book-main-amazon {
  font-size: 20rem;
  font-weight: bold;
  margin: 0 0 4rem;
}

.zac-company-book-main-ranking {
  font-size: 25rem;
  font-weight: bold;
  margin: 0 0 8rem;
}
@media screen and (min-width: 960px) {
  .zac-company-book-main-ranking {
    font-size: 30rem;
  }
}

.zac-company-book-main-title {
  font-size: 26rem;
  font-weight: bold;
  margin: 0 0 10rem;
}
@media screen and (min-width: 960px) {
  .zac-company-book-main-title {
    font-size: 36rem;
    margin: 0 0 9rem;
  }
}

.zac-company-book-main-sub-title {
  font-size: 18rem;
  font-weight: bold;
  margin: 0 0 8rem;
}
@media screen and (min-width: 960px) {
  .zac-company-book-main-sub-title {
    font-size: 20rem;
  }
}

.zac-company-book-explain,
.zac-company-book-main-meta-author {
  margin: 0 0 8rem;
}

.zac-company-book-main-meta-annotation {
  font-size: 14rem;
}

.zac-qa-list {
  counter-reset: qa-index;
  max-width: 800rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 16rem;
}
.zac-qa-list-item {
  padding: 20rem;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.05), 0px 6px 10px rgba(0, 0, 0, 0.05), 0px 1px 18px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 8px;
  counter-increment: qa-index;
}
@media screen and (min-width: 960px) {
  .zac-qa-list-item {
    padding: 40rem;
  }
}
.zac-qa-list-item-q {
  color: #00349D;
  font-size: 18rem;
  font-weight: normal;
  margin: 0 0 16rem;
  display: flex;
}
@media screen and (min-width: 960px) {
  .zac-qa-list-item-q {
    font-size: 22rem;
  }
}
.zac-qa-list-item-q span {
  margin: 4rem 0 0;
  width: calc(100% - 50rem);
}
.zac-qa-list-item-q::before {
  content: "Q" counter(qa-index);
  font-size: 16rem;
  background: #0048DB;
  border-radius: 50%;
  margin: 0 10rem 0 0;
  width: 40rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.zac-qa-list-item-a {
  font-size: 16rem;
}

.zac-form-tab-list-item {
  width: 50%;
  background: #00349D;
  color: #fff;
  text-align: center;
  padding: 15rem 27rem;
  border: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .zac-form-tab-list-item {
    padding: 20rem;
  }
}
.zac-form-tab-list-item:first-child {
  border-radius: 4rem 0 0 0;
}
.zac-form-tab-list-item:last-child {
  border-radius: 0 4rem 0 0;
}
.zac-form-tab-list-item.zac-active {
  background: #0048DB;
}

.zac-form-tab-list-item-sub-title {
  font-size: 12rem;
}
@media screen and (min-width: 1264px) {
  .zac-form-tab-list-item-sub-title {
    font-size: 16rem;
  }
}

.zac-form-tab-list-item-title {
  font-size: 18rem;
  font-weight: bold;
}
@media screen and (min-width: 1264px) {
  .zac-form-tab-list-item-title {
    font-size: 26rem;
  }
}

.zac-form-list {
  border: 1px solid #00349D;
  padding: 20rem 10rem;
}

.zac-form-list-item {
  display: none;
}
.zac-form-list-item.zac-active {
  display: block;
}

.zac-diff-general {
  padding: 0 10rem 20rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  .zac-diff-general {
    padding: 40rem;
  }
}
.zac-diff-general::before {
  content: "";
  display: block;
  border: 1px solid #888888;
  border-bottom: none;
  width: 100%;
  height: calc(100% - 20rem);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .zac-diff-general::before {
    height: calc(100% - 58rem);
  }
}
.zac-diff-general::after {
  content: "";
  display: block;
  border-top: 22.67rem solid #fff;
  border-right: 25rem solid transparent;
  border-left: 25rem solid transparent;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 960px) {
  .zac-diff-general::after {
    border-top: 34rem solid #fff;
    border-right: 37rem solid transparent;
    border-left: 37rem solid transparent;
  }
}

.zac-diff-general-title {
  background: #fff;
  font-size: 20rem;
  text-align: center;
  margin: 0 auto 20rem;
  padding: 0 20rem;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .zac-diff-general-title {
    font-size: 30rem;
    margin: 0 auto 40rem;
  }
}

.zac-diff-general-supplement {
  font-size: 18rem;
  text-align: center;
  margin: 0 0 20rem;
  font-weight: bold;
  color: #00349D;
}
@media screen and (min-width: 960px) {
  .zac-diff-general-supplement {
    font-size: 22rem;
    margin: 0 auto 40rem;
  }
}

.zac-diff-general-step-list-item {
  margin: 0 0 7.3rem;
}
@media screen and (min-width: 1264px) {
  .zac-diff-general-step-list-item {
    width: 292rem;
    margin: 0;
  }
}
.zac-diff-general-step-list-item:last-child {
  margin: 0;
}
.zac-diff-general-step-list-item-title {
  background: #00349D;
  text-align: center;
  padding: 14rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .zac-diff-general-step-list-item-title {
    font-size: 20rem;
    padding: 25rem 14rem;
  }
}
.zac-diff-general-step-list-item-content {
  background: #C2C3DF;
  padding: 10rem;
}
@media screen and (min-width: 1264px) {
  .zac-diff-general-step-list-item-content {
    padding: 20rem 18rem;
    height: calc(100% - 80rem);
  }
}
.zac-diff-general-step-list-item-content-list {
  display: grid;
  row-gap: 8rem;
}
@media screen and (min-width: 960px) {
  .zac-diff-general-step-list-item-content-list {
    row-gap: 10rem;
  }
}
.zac-diff-general-step-list-item-content-list-item {
  background: #fff;
  text-align: center;
  color: #00349D;
  font-size: 18rem;
  padding: 7rem;
  border-radius: 4rem;
}
@media screen and (min-width: 960px) {
  .zac-diff-general-step-list-item-content-list-item {
    padding: 16rem;
  }
}
.zac-diff-general-step-list-item-content-list-arrow span {
  text-align: center;
  margin: 0 0 5rem;
  font-size: 18rem;
  color: #00349D;
  display: block;
}
.zac-diff-general-step-list-item-content-list-arrow img {
  width: 38rem;
  margin: 0 auto;
}
.zac-diff-general-step-list-item-result {
  border: 1px solid #888;
}
@media screen and (min-width: 1264px) {
  .zac-diff-general-step-list-item-result {
    width: calc(100% - 728rem);
    margin: 0;
  }
}
.zac-diff-general-step-list-item-result .zac-diff-general-step-list-item-title {
  background: #888888;
}
.zac-diff-general-step-list-item-result .zac-diff-general-step-list-item-content {
  background: #fff;
}
.zac-diff-general-step-list-item-result .zac-ul-1 {
  margin: 0;
}
@media screen and (min-width: 1264px) {
  .zac-diff-general-step-list-item-result .zac-ul-1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: unset;
    align-items: baseline;
    height: 100%;
  }
}

.zac-diff-general-step-list-arrow {
  margin: 0 0 9.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1264px) {
  .zac-diff-general-step-list-arrow {
    margin: 0 12rem;
  }
}
.zac-diff-general-step-list-arrow img {
  margin: 0 auto;
  width: 38rem;
}
@media screen and (min-width: 1264px) {
  .zac-diff-general-step-list-arrow img {
    width: 24rem;
  }
}

.zac-diff-arrow {
  text-align: center;
  font-size: 20rem;
  margin: 0 0 10rem;
}
.zac-diff-arrow-text {
  margin: 0 0 5rem;
}
.zac-diff-arrow img {
  margin: 0 auto;
  width: 38rem;
}

.zac-diff-zac {
  background: #DEDFEE;
  padding: 45rem 10rem;
}
@media screen and (min-width: 960px) {
  .zac-diff-zac {
    padding: 60rem 40rem 40rem;
  }
}
.zac-diff-zac-image {
  margin: 0 0 20rem;
}
@media screen and (min-width: 1264px) {
  .zac-diff-zac-image {
    width: 220rem;
    margin: 15rem 40rem 0 0;
  }
}
.zac-diff-zac-image img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .zac-diff-zac-image img {
    max-width: 350rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1264px) {
  .zac-diff-zac-image img {
    max-width: unset;
  }
}
.zac-diff-zac-text {
  font-size: 18rem;
  line-height: 2;
}
@media screen and (min-width: 1400px) {
  .zac-diff-zac-text {
    width: calc(100% - 260rem);
  }
}
@media screen and (min-width: 960px) {
  .zac-diff-zac-text {
    font-size: 20rem;
  }
}
@media screen and (min-width: 960px) {
  .zac-diff-zac-text .zac-text-logo {
    width: 118.87rem;
  }
}
.zac-diff-zac-text-num {
  font-size: 34rem;
  font-weight: bold;
  color: #00349D;
}
@media screen and (min-width: 960px) {
  .zac-diff-zac-text-num {
    font-size: 34rem;
  }
}
.zac-diff-zac-text-strong {
  font-weight: bold;
  color: #00349D;
}

@media screen and (min-width: 600px) {
  .zac-sticky-banner-close {
    top: 5rem;
    right: 5rem;
  }
}/*# sourceMappingURL=style.css.map */