@charset "UTF-8";
html {
  font-size: 10px;
  overflow: auto;
}
html::-webkit-scrollbar {
  width: 0.417101147vw;
}
html::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.2085505735vw;
}
html::-webkit-scrollbar-thumb {
  background: linear-gradient(82.03deg, #1E3DA1 0%, #AEBDF3 52.96%, #DDBCF7 99.69%);
  border-radius: 0.2085505735vw;
}

body {
  position: relative;
  width: 100%;
  max-width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  background-color: #f6f6f6;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul > li, ol > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  padding: 0;
}
table tr, table th, table td {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

svg path, svg polygon, svg rect {
  fill-rule: evenodd;
  clip-rule: evenodd;
}

br.pc {
  display: inline;
}
br.sp {
  display: none;
}
@media screen and (max-width: 1140px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
}

#particles-js {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 202px;
  z-index: 1;
  width: calc(100% - 202px);
  height: 100vh;
}
@media screen and (max-width: 1140px) {
  #particles-js {
    left: 0;
    width: 100vw;
  }
}
#particles-js > canvas {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.margin-b {
  margin-bottom: 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .margin-b {
    margin-bottom: 2.6041666667vw;
  }
}

.margin-b02 {
  margin-bottom: 3.1282586027vw;
}
@media screen and (max-width: 1140px) {
  .margin-b02 {
    margin-bottom: 3.90625vw;
  }
}

.ziku__cmn_navi {
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 202px;
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 48px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi {
    width: 100vw;
    height: 9vw;
    -webkit-box-shadow: 0 0 1.3020833333vw rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 1.3020833333vw rgba(0, 0, 0, 0.5);
    overflow-y: hidden;
    padding-top: 0;
  }
  .ziku__cmn_navi.active {
    height: 100vh;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi {
    height: 12vw;
  }
}
.ziku__cmn_navi::-webkit-scrollbar {
  width: 0.417101147vw;
}
.ziku__cmn_navi::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 0.2085505735vw;
}
.ziku__cmn_navi::-webkit-scrollbar-thumb {
  background: linear-gradient(82.03deg, #1E3DA1 0%, #AEBDF3 52.96%, #DDBCF7 99.69%);
  border-radius: 0.2085505735vw;
}
.ziku__cmn_navi-logo {
  width: 150px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
}
.ziku__cmn_navi-logo > a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ziku__cmn_navi-logo > a > img {
  width: 100%;
}
.ziku__cmn_navi-logo > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-logo {
    position: absolute;
    top: 2.5vw;
    left: 2.6041666667vw;
    width: 13.0208333333vw;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-logo {
    top: 2vw;
    left: 4.6875vw;
    width: 19.53125vw;
  }
}
.ziku__cmn_navi-hamburger {
  display: none;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-hamburger {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 2.5vw;
    right: 2.6041666667vw;
    cursor: pointer;
    width: 3.90625vw;
    height: 3.90625vw;
    background-color: #fff;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    margin: auto;
  }
  .ziku__cmn_navi-hamburger > span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 3.2552083333vw;
    height: 3px;
    background-color: #000;
    -webkit-transition: width 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    transition: width 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    transition: width 0.4s, transform 0.4s, opacity 0.4s;
    transition: width 0.4s, transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    margin: auto;
  }
  .ziku__cmn_navi-hamburger > span:nth-of-type(1) {
    top: 0.78125vw;
  }
  .ziku__cmn_navi-hamburger > span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .ziku__cmn_navi-hamburger > span:nth-of-type(3) {
    bottom: 0.78125vw;
  }
  .ziku__cmn_navi-hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1vw) rotate(-45deg);
            transform: translateY(1vw) rotate(-45deg);
  }
  .ziku__cmn_navi-hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .ziku__cmn_navi-hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1vw) rotate(45deg);
            transform: translateY(-1vw) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-hamburger {
    top: 3.5vw;
    right: 4.6875vw;
    width: 5.46875vw;
    height: 5.46875vw;
  }
  .ziku__cmn_navi-hamburger > span {
    width: 5.46875vw;
  }
  .ziku__cmn_navi-hamburger > span:nth-of-type(1) {
    top: 0.390625vw;
  }
  .ziku__cmn_navi-hamburger > span:nth-of-type(3) {
    bottom: 0.390625vw;
  }
  .ziku__cmn_navi-hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(2vw) rotate(-45deg);
            transform: translateY(2vw) rotate(-45deg);
  }
  .ziku__cmn_navi-hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2vw) rotate(45deg);
            transform: translateY(-2vw) rotate(45deg);
  }
}
.ziku__cmn_navi-list, .ziku__cmn_navi-list02 {
  width: 155px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-list, .ziku__cmn_navi-list02 {
    width: auto;
  }
}
.ziku__cmn_navi-list > li.display > a, .ziku__cmn_navi-list02 > li.display > a {
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ziku__cmn_navi-list > li.display > a::before, .ziku__cmn_navi-list02 > li.display > a::before {
  display: block;
}
.ziku__cmn_navi-list > li > a, .ziku__cmn_navi-list02 > li > a {
  position: relative;
}
.ziku__cmn_navi-list > li > a::before, .ziku__cmn_navi-list02 > li > a::before {
  display: none;
  position: absolute;
  z-index: 1;
  top: 4px;
  left: -8px;
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-list > li > a::before, .ziku__cmn_navi-list02 > li > a::before {
    top: 0.5208333333vw;
    left: -1.0416666667vw;
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-list > li > a::before, .ziku__cmn_navi-list02 > li > a::before {
    left: -1.8229166667vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.ziku__cmn_navi-list > li > a:hover, .ziku__cmn_navi-list02 > li > a:hover {
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ziku__cmn_navi-list > li > a:hover::before, .ziku__cmn_navi-list02 > li > a:hover::before {
  display: block;
}
.ziku__cmn_navi-list {
  margin-bottom: 32px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-list {
    margin-top: 10vw;
    margin-right: 4.6875vw;
    margin-bottom: 2.0833333333vw;
    margin-left: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-list {
    margin-top: 14vw;
  }
}
.ziku__cmn_navi-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-list > li {
    font-size: 2.734375vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-list > li {
    font-size: 3.6458333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
.ziku__cmn_navi-list > li:last-child {
  margin-bottom: 0;
}
.ziku__cmn_navi-list02 {
  margin-bottom: 32px;
  margin-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-list02 {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-list02 {
    margin-bottom: 4.1666666667vw;
  }
}
.ziku__cmn_navi-list02 > li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-list02 > li {
    font-size: 2.34375vw;
    margin-bottom: 0.390625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-list02 > li {
    font-size: 3.6458333333vw;
    margin-bottom: 0.78125vw;
  }
}
.ziku__cmn_navi-list02 > li:last-child {
  margin-bottom: 0;
}
.ziku__cmn_navi-btn {
  width: 150px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-btn {
    display: inline-block;
    width: calc(50% - 6.9661458333vw);
    vertical-align: top;
    margin-right: 2.2786458333vw;
    margin-left: 4.6875vw;
  }
  .ziku__cmn_navi-btn--wrap {
    font-size: 0;
  }
}
.ziku__cmn_navi-btn + .ziku__cmn_navi-btn {
  margin-bottom: 0;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-btn + .ziku__cmn_navi-btn {
    margin-right: 4.6875vw;
    margin-left: 2.2786458333vw;
  }
}
.ziku__cmn_navi-btn > a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 101px;
  border: 1px solid #eceded;
  border-radius: 4px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 4px 0 #ecebeb;
          box-shadow: 0 4px 0 #ecebeb;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-btn > a {
    height: 20.8333333333vw;
    border: 0.1302083333vw solid #eceded;
    border-radius: 0.5208333333vw;
    -webkit-box-shadow: 0 0.5208333333vw 0 #ecebeb;
            box-shadow: 0 0.5208333333vw 0 #ecebeb;
  }
}
.ziku__cmn_navi-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__cmn_navi-btn > a:hover {
  background-color: #1c1b1f;
}
.ziku__cmn_navi-btn > a:hover > span .ziku__cmn_navi-btn-icon.contact {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.96263%2022.6243C2.20473%2022.6243%201.58203%2022.378%201.09453%2021.8854C0.607031%2021.3927%200.363281%2020.7635%200.363281%2019.9976V3.24785C0.363281%202.48196%200.607031%201.85269%201.09453%201.36005C1.58203%200.867413%202.20473%200.621094%202.96263%200.621094H26.0389C26.7968%200.621094%2027.4195%200.867413%2027.907%201.36005C28.3945%201.85269%2028.6383%202.48196%2028.6383%203.24785V19.9976C28.6383%2020.7635%2028.3945%2021.3927%2027.907%2021.8854C27.4195%2022.378%2026.7968%2022.6243%2026.0389%2022.6243H2.96263ZM14.5008%2011.5813L1.66393%203.00153V19.9976C1.66393%2020.3812%201.78548%2020.6958%202.02858%2020.9415C2.27298%2021.1884%202.58433%2021.3119%202.96263%2021.3119H26.0389C26.4172%2021.3119%2026.7286%2021.1884%2026.973%2020.9415C27.2161%2020.6958%2027.3376%2020.3812%2027.3376%2019.9976V3.00153L14.5008%2011.5813ZM14.5008%2010.062L26.7702%201.93348H2.27233L14.5008%2010.062ZM1.66393%2019.9976C1.69123%2020.3812%201.82643%2020.6958%202.06953%2020.9415C2.31263%2021.1884%202.62398%2021.3119%203.00358%2021.3119H1.66393C1.66393%2021.3119%201.66393%2021.1884%201.66393%2020.9415C1.66393%2020.6958%201.66393%2020.3812%201.66393%2019.9976Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
.ziku__cmn_navi-btn > a:hover > span .ziku__cmn_navi-btn-icon.download {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5001%2016.7948L6.21953%2011.4566L7.19453%2010.554L10.8508%2014.2488V0.25H12.1495V14.2488L15.8057%2010.554L16.7807%2011.4566L11.5001%2016.7948ZM3.21263%2022.9922C2.45473%2022.9922%201.83203%2022.7459%201.34453%2022.2532C0.857031%2021.7606%200.613281%2021.1313%200.613281%2020.3654V16.917H1.91198V20.3654C1.91198%2020.6939%202.04783%2020.9947%202.31953%2021.268C2.58993%2021.5425%202.88763%2021.6798%203.21263%2021.6798H19.7876C20.1126%2021.6798%2020.4103%2021.5425%2020.6807%2021.268C20.9524%2020.9947%2021.0883%2020.6939%2021.0883%2020.3654V16.917H22.387V20.3654C22.387%2021.1313%2022.1432%2021.7606%2021.6557%2022.2532C21.1682%2022.7459%2020.5455%2022.9922%2019.7876%2022.9922H3.21263Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}
.ziku__cmn_navi-btn > a:hover > span .ziku__cmn_navi-btn-text {
  color: #f6f6f6;
  padding-left: 0;
}
.ziku__cmn_navi-btn > a:hover > span .ziku__cmn_navi-btn-text::after {
  display: inline-block;
  opacity: 1;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-btn > a:hover > span .ziku__cmn_navi-btn-text::after {
    margin: 0 0 0 1.3020833333vw;
  }
}
.ziku__cmn_navi-btn-icon {
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  margin-right: auto;
  margin-left: auto;
}
.ziku__cmn_navi-btn-icon.contact {
  width: 28px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.96263%2022.6243C2.20473%2022.6243%201.58203%2022.378%201.09453%2021.8854C0.607031%2021.3927%200.363281%2020.7635%200.363281%2019.9976V3.24785C0.363281%202.48196%200.607031%201.85269%201.09453%201.36005C1.58203%200.867413%202.20473%200.621094%202.96263%200.621094H26.0389C26.7968%200.621094%2027.4195%200.867413%2027.907%201.36005C28.3945%201.85269%2028.6383%202.48196%2028.6383%203.24785V19.9976C28.6383%2020.7635%2028.3945%2021.3927%2027.907%2021.8854C27.4195%2022.378%2026.7968%2022.6243%2026.0389%2022.6243H2.96263ZM14.5008%2011.5813L1.66393%203.00153V19.9976C1.66393%2020.3812%201.78548%2020.6958%202.02858%2020.9415C2.27298%2021.1884%202.58433%2021.3119%202.96263%2021.3119H26.0389C26.4172%2021.3119%2026.7286%2021.1884%2026.973%2020.9415C27.2161%2020.6958%2027.3376%2020.3812%2027.3376%2019.9976V3.00153L14.5008%2011.5813ZM14.5008%2010.062L26.7702%201.93348H2.27233L14.5008%2010.062ZM1.66393%2019.9976C1.69123%2020.3812%201.82643%2020.6958%202.06953%2020.9415C2.31263%2021.1884%202.62398%2021.3119%203.00358%2021.3119H1.66393C1.66393%2021.3119%201.66393%2021.1884%201.66393%2020.9415C1.66393%2020.6958%201.66393%2020.3812%201.66393%2019.9976Z%22%20fill%3D%22%231C1B1F%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  margin-bottom: 14px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-btn-icon.contact {
    width: 4.1666666667vw;
    height: 4.1015625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-btn-icon.contact {
    width: 5.2083333333vw;
    height: 4vw;
  }
}
.ziku__cmn_navi-btn-icon.download {
  width: 21px;
  height: 22px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5001%2016.7948L6.21953%2011.4566L7.19453%2010.554L10.8508%2014.2488V0.25H12.1495V14.2488L15.8057%2010.554L16.7807%2011.4566L11.5001%2016.7948ZM3.21263%2022.9922C2.45473%2022.9922%201.83203%2022.7459%201.34453%2022.2532C0.857031%2021.7606%200.613281%2021.1313%200.613281%2020.3654V16.917H1.91198V20.3654C1.91198%2020.6939%202.04783%2020.9947%202.31953%2021.268C2.58993%2021.5425%202.88763%2021.6798%203.21263%2021.6798H19.7876C20.1126%2021.6798%2020.4103%2021.5425%2020.6807%2021.268C20.9524%2020.9947%2021.0883%2020.6939%2021.0883%2020.3654V16.917H22.387V20.3654C22.387%2021.1313%2022.1432%2021.7606%2021.6557%2022.2532C21.1682%2022.7459%2020.5455%2022.9922%2019.7876%2022.9922H3.21263Z%22%20fill%3D%22%231C1B1F%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  margin-bottom: 6px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-btn-icon.download {
    width: 4.1015625vw;
    height: 4.296875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-btn-icon.download {
    width: 5.126953125vw;
    height: 5.37109375vw;
  }
}
.ziku__cmn_navi-btn-text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: color 0.4s, padding-left 0.4s;
  transition: color 0.4s, padding-left 0.4s;
  padding-left: 9px;
}
.ziku__cmn_navi-btn-text::after {
  display: inline-block;
  pointer-events: none;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200L3.295%200.705L6.085%203.5H0V4.5H6.085L3.295%207.295L4%208L8%204L4%200Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: margin 0.4s, opacity 0.4s;
  transition: margin 0.4s, opacity 0.4s;
  margin: 0;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_navi-btn-text {
    font-size: 2.34375vw;
  }
  .ziku__cmn_navi-btn-text::after {
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_navi-btn-text {
    font-size: 3.125vw;
  }
  .ziku__cmn_navi-btn-text::after {
    width: 2.34375vw;
    height: 2.34375vw;
  }
}
.ziku__cmn_filter {
  pointer-events: none;
  position: fixed;
  z-index: 1998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_filter.active {
    opacity: 1;
  }
}
.ziku__cmn_contents {
  position: relative;
  left: 202px;
  width: calc(100% - 202px);
  max-width: 100%;
  background-color: #f6f6f6;
}
.ziku__cmn_contents.top {
  margin-top: -6.4650677789vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .ziku__cmn_contents.top {
    margin-top: 0;
  }
}
.ziku__cmn_contents-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
  height: 28.6757038582vw;
  -webkit-box-shadow: 0 0 1.0427528676vw rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1.0427528676vw rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ECF0F3));
  background: linear-gradient(180deg, #FFF 0%, #ECF0F3 100%);
  padding-top: 5.2137643379vw;
  padding-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title {
    height: 35.8072916667vw;
    -webkit-box-shadow: 0 0 1.3020833333vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 1.3020833333vw rgba(0, 0, 0, 0.3);
    padding-top: 4.6875vw;
    padding-left: 4.6875vw;
    margin-top: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_contents-title {
    margin-top: 12vw;
  }
}
.ziku__cmn_contents-title::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 28.6757038582vw;
  background-image: url("/shared/img/common/bg_lower_title.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title::after {
    height: 35.8072916667vw;
  }
}
.ziku__cmn_contents-title-h2, .ziku__cmn_contents-title-root, .ziku__cmn_contents-title-text01, .ziku__cmn_contents-title-text02 {
  position: relative;
  z-index: 2;
}
.ziku__cmn_contents-title-h2 {
  position: relative;
  font-size: 2.6068821689vw;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-left: 2.2940563087vw;
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title-h2 {
    font-size: 3.90625vw;
  }
}
.ziku__cmn_contents-title-h2::before {
  position: absolute;
  top: 1.0948905109vw;
  left: 0;
  content: "";
  width: 1.4598540146vw;
  height: 1.4598540146vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title-h2::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_contents-title-h2::before {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__cmn_contents-title-root {
  display: -webkit-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 38vw;
  font-size: 0.9384775808vw;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 4.1710114703vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title-root {
    width: 43vw;
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_contents-title-root {
    font-size: 1.8229166667vw;
  }
}
.ziku__cmn_contents-title-root > a {
  position: relative;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.ziku__cmn_contents-title-root > a::after {
  display: inline-block;
  text-decoration: none;
  content: ">";
  margin: 0 0.417101147vw;
}
.ziku__cmn_contents-title-root > a:hover {
  color: #5663e8;
}
.ziku__cmn_contents-title-root > a:hover::after {
  color: #000;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title-root > a::after {
    margin: 0 0.5208333333vw;
  }
}
.ziku__cmn_contents-title-text01 {
  font-size: 1.0427528676vw;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 2;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title-text01 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_contents-title-text01 {
    font-size: 2.4739583333vw;
  }
}
.ziku__cmn_contents-title-text02 {
  font-size: 2.5026068822vw;
  letter-spacing: 0.005em;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title-text02 {
    font-size: 3.125vw;
  }
}
.ziku__cmn_contents-title-text02 > span {
  font-family: "Montserrat", sans-serif;
}
.ziku__cmn_contents-title > img {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.ziku__cmn_contents-title.notice .ziku__cmn_contents-title-h2 {
  width: 12vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.notice .ziku__cmn_contents-title-h2 {
    width: 17vw;
  }
}
.ziku__cmn_contents-title.notice > img {
  top: 1.5641293014vw;
  right: 10.8967674661vw;
  width: 21.4285714286vw;
  height: 26.3295099062vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.notice > img {
    top: 1.953125vw;
    right: 13.6067708333vw;
    width: 26.7578125vw;
    height: 32.8776041667vw;
  }
}
.ziku__cmn_contents-title.news .ziku__cmn_contents-title-h2 {
  width: 10vw;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.news .ziku__cmn_contents-title-h2 {
    width: 15vw;
  }
}
.ziku__cmn_contents-title.news > img {
  top: 2.3983315954vw;
  right: 7.1428571429vw;
  width: 31.8342022941vw;
  height: 25.9301355579vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.news > img {
    top: 2.9947916667vw;
    right: 8.9192708333vw;
    width: 39.7513020833vw;
    height: 32.37890625vw;
  }
}
.ziku__cmn_contents-title.seminar .ziku__cmn_contents-title-h2 {
  width: 12vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.seminar .ziku__cmn_contents-title-h2 {
    width: 17vw;
  }
}
.ziku__cmn_contents-title.seminar > img {
  top: 1.7726798749vw;
  right: 9.2805005214vw;
  width: 22.5234619395vw;
  height: 25.1303441084vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.seminar > img {
    top: 2.2135416667vw;
    right: 11.5885416667vw;
    width: 28.125vw;
    height: 31.3802083333vw;
  }
}
.ziku__cmn_contents-title.event .ziku__cmn_contents-title-h2 {
  width: 12vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.event .ziku__cmn_contents-title-h2 {
    width: 17vw;
  }
}
.ziku__cmn_contents-title.event > img {
  top: 2.346193952vw;
  right: 5.7351407716vw;
  width: 37.747653806vw;
  height: 24.661105318vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.event > img {
    top: 2.9296875vw;
    right: 7.1614583333vw;
    width: 47.1354166667vw;
    height: 30.7942708333vw;
  }
}
.ziku__cmn_contents-title.webiner .ziku__cmn_contents-title-h2 {
  width: 27vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.webiner .ziku__cmn_contents-title-h2 {
    width: 40vw;
  }
}
.ziku__cmn_contents-title.webiner > img {
  top: 1.7205422315vw;
  right: 7.5787278415vw;
  width: 23.6517205422vw;
  height: 25.2659019812vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.webiner > img {
    top: 2.1484375vw;
    right: 9.4635416667vw;
    width: 29.5338541667vw;
    height: 31.5494791667vw;
  }
}
.ziku__cmn_contents-title.effective .ziku__cmn_contents-title-h2 {
  width: 50vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.effective .ziku__cmn_contents-title-h2 {
    width: 62vw;
  }
}
.ziku__cmn_contents-title.effective > img {
  top: 4.5359749739vw;
  right: 3.8216892596vw;
  width: 27.669447341vw;
  height: 23.3107403545vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.effective > img {
    top: 5.6640625vw;
    right: 4.7721354167vw;
    width: 34.55078125vw;
    height: 29.1080729167vw;
  }
}
.ziku__cmn_contents-title.function .ziku__cmn_contents-title-h2 {
  width: 26vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.function .ziku__cmn_contents-title-h2 {
    width: 39vw;
  }
}
.ziku__cmn_contents-title.function > img {
  top: 5.2137643379vw;
  right: 5.2137643379vw;
  width: 29.5620437956vw;
  height: 20.1303441084vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.function > img {
    top: 6.5104166667vw;
    right: 3.9713541667vw;
    width: 36.9140625vw;
    height: 25.13671875vw;
  }
}
.ziku__cmn_contents-title.movie .ziku__cmn_contents-title-h2 {
  width: 15vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.movie .ziku__cmn_contents-title-h2 {
    width: 22vw;
  }
}
.ziku__cmn_contents-title.movie > img {
  top: 1.8769551616vw;
  right: 10.0104275287vw;
  width: 16.2669447341vw;
  height: 25.5474452555vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.movie > img {
    top: 2.34375vw;
    right: 12.5vw;
    width: 20.3125vw;
    height: 31.9010416667vw;
  }
}
.ziku__cmn_contents-title.case .ziku__cmn_contents-title-h2 {
  width: 26vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.case .ziku__cmn_contents-title-h2 {
    width: 39vw;
  }
}
.ziku__cmn_contents-title.case > img {
  top: 1.8769551616vw;
  right: 3.023983316vw;
  width: 33.6287799791vw;
  height: 25.6517205422vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.case > img {
    top: 2.34375vw;
    right: 3.7760416667vw;
    width: 41.9270833333vw;
    height: 32.03125vw;
  }
}
.ziku__cmn_contents-title.utilization .ziku__cmn_contents-title-h2 {
  width: 40vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.utilization .ziku__cmn_contents-title-h2 {
    width: 60vw;
  }
}
.ziku__cmn_contents-title.utilization > img {
  right: 1.6684045881vw;
  bottom: 0;
  width: 40.0938477581vw;
  height: 24.1397288843vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.utilization > img {
    right: 0.6510416667vw;
    width: 50.0651041667vw;
    height: 30.1432291667vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.utilization > img {
    width: 47.5618489583vw;
    height: 28.6360677083vw;
  }
}
.ziku__cmn_contents-title.faq .ziku__cmn_contents-title-h2 {
  width: 18.2481751825vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.faq .ziku__cmn_contents-title-h2 {
    width: 29vw;
  }
}
.ziku__cmn_contents-title.faq > img {
  top: 5.2137643379vw;
  right: 5.2387904067vw;
  width: 34.2815432742vw;
  height: 21.3639207508vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.faq > img {
    top: 6.5104166667vw;
    right: 6.5416666667vw;
    width: 42.8072916667vw;
    height: 26.6770833333vw;
  }
}
.ziku__cmn_contents-title.company .ziku__cmn_contents-title-h2 {
  width: 12vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.company .ziku__cmn_contents-title-h2 {
    width: 18vw;
  }
}
.ziku__cmn_contents-title.company > img {
  top: 2.2419186653vw;
  right: 5.8915537018vw;
  width: 32.1167883212vw;
  height: 24.7132429614vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.company > img {
    top: 2.7994791667vw;
    right: 7.3567708333vw;
    width: 40.1041666667vw;
    height: 30.859375vw;
  }
}
.ziku__cmn_contents-title.recruit .ziku__cmn_contents-title-h2 {
  width: 12vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.recruit .ziku__cmn_contents-title-h2 {
    width: 18vw;
  }
}
.ziku__cmn_contents-title.recruit > img {
  top: 3.2846715328vw;
  right: 3.5453597497vw;
  width: 37.1220020855vw;
  height: 23.7747653806vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.recruit > img {
    top: 4.1015625vw;
    right: 4.4270833333vw;
    width: 46.3541666667vw;
    height: 29.6875vw;
  }
}
.ziku__cmn_contents-title.useful .ziku__cmn_contents-title-h2 {
  width: 28vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.useful .ziku__cmn_contents-title-h2 {
    width: 41vw;
  }
}
.ziku__cmn_contents-title.useful > img {
  top: 1.7726798749vw;
  right: 10.1147028154vw;
  width: 28.9363920751vw;
  height: 26.5380604797vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.useful > img {
    top: 2.2135416667vw;
    right: 12.6302083333vw;
    width: 36.1328125vw;
    height: 33.1380208333vw;
  }
}
.ziku__cmn_contents-title.privacy .ziku__cmn_contents-title-h2 {
  width: 28vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.privacy .ziku__cmn_contents-title-h2 {
    width: 41vw;
  }
}
.ziku__cmn_contents-title.privacy > img {
  top: 3.2325338895vw;
  right: 8.0291970803vw;
  width: 24.0354535975vw;
  height: 24.0354535975vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.privacy > img {
    top: 4.0364583333vw;
    right: 9.4401041667vw;
    width: 30.0130208333vw;
    height: 30.0130208333vw;
  }
}
.ziku__cmn_contents-title.user .ziku__cmn_contents-title-h2 {
  width: 22vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.user .ziku__cmn_contents-title-h2 {
    width: 33vw;
  }
}
.ziku__cmn_contents-title.user > img {
  top: 3.6496350365vw;
  right: 7.9770594369vw;
  width: 27.7893639208vw;
  height: 23.9311783107vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.user > img {
    top: 4.5572916667vw;
    right: 9.9609375vw;
    width: 34.7005208333vw;
    height: 29.8828125vw;
  }
}
.ziku__cmn_contents-title.partner .ziku__cmn_contents-title-h2 {
  width: 20vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.partner .ziku__cmn_contents-title-h2 {
    width: 29vw;
  }
}
.ziku__cmn_contents-title.partner > img {
  top: 2.9197080292vw;
  right: 4.4238790407vw;
  width: 34.78362878vw;
  height: 21.1569343066vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_contents-title.partner > img {
    top: 3.6458333333vw;
    right: 5.5240885417vw;
    width: 43.4342447917vw;
    height: 26.4186197917vw;
  }
}
.ziku__cmn_contents-title.detail {
  height: auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ziku__cmn_contents-title.detail .ziku__cmn_contents-title-root {
  margin-bottom: -2.0855057351vw;
}
.ziku__cmn_contents-title.detail > img {
  display: none;
}
.ziku__cmn_contents-title.detail::after {
  display: none;
}
.ziku__cmn_bg {
  overflow: hidden;
}
.ziku__cmn_bg::after {
  pointer-events: none;
  position: absolute;
  top: 28.7vw;
  right: -25vw;
  content: "";
  width: 66.3190823775vw;
  height: 62.4608967675vw;
  background: url("/shared/img/common/bg_content.png") top right no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_bg::after {
    top: 35.8vw;
    width: 82.8125vw;
    height: 77.9947916667vw;
  }
}
.ziku__cmn_footer {
  position: relative;
  z-index: 1;
  left: 202px;
  height: 402px;
  width: calc(100% - 202px);
  font-size: 0;
  background-color: #f6f6f6;
  background-image: url("/shared/img/common/bg_footer.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    height: 78.125vw;
    width: 100%;
    background-image: url("/shared/img/common/bg_footer_sp.png");
    background-position: center bottom;
    padding-top: 3.1282586027vw;
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
  }
  .ziku__cmn_footer-menu--wrap {
    position: relative;
    width: 80%;
    font-size: 0;
    margin-right: auto;
    margin-bottom: 16.9270833333vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer {
    height: 97.65625vw;
  }
  .ziku__cmn_footer-menu--wrap {
    width: 100%;
    margin-bottom: 10.4166666667vw;
  }
}
.ziku__cmn_footer-menu01, .ziku__cmn_footer-menu02, .ziku__cmn_footer-menu03 {
  position: absolute;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-menu01, .ziku__cmn_footer-menu02, .ziku__cmn_footer-menu03 {
    position: static;
    display: inline-block;
    width: 33.3333333333%;
    vertical-align: top;
  }
}
.ziku__cmn_footer-menu01 > li.display > a, .ziku__cmn_footer-menu02 > li.display > a, .ziku__cmn_footer-menu03 > li.display > a {
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ziku__cmn_footer-menu01 > li.display > a::before, .ziku__cmn_footer-menu02 > li.display > a::before, .ziku__cmn_footer-menu03 > li.display > a::before {
  display: block;
}
.ziku__cmn_footer-menu01 > li > a, .ziku__cmn_footer-menu02 > li > a, .ziku__cmn_footer-menu03 > li > a {
  position: relative;
}
.ziku__cmn_footer-menu01 > li > a::before, .ziku__cmn_footer-menu02 > li > a::before, .ziku__cmn_footer-menu03 > li > a::before {
  display: none;
  position: absolute;
  top: 4px;
  left: -8px;
  content: "";
  width: 6px;
  height: 6px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-menu01 > li > a::before, .ziku__cmn_footer-menu02 > li > a::before, .ziku__cmn_footer-menu03 > li > a::before {
    top: 0.5208333333vw;
    left: -1.0416666667vw;
    width: 0.78125vw;
    height: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-menu01 > li > a::before, .ziku__cmn_footer-menu02 > li > a::before, .ziku__cmn_footer-menu03 > li > a::before {
    top: 0.78125vw;
    left: -2.0833333333vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.ziku__cmn_footer-menu01 > li > a:hover, .ziku__cmn_footer-menu02 > li > a:hover, .ziku__cmn_footer-menu03 > li > a:hover {
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ziku__cmn_footer-menu01 > li > a:hover::before, .ziku__cmn_footer-menu02 > li > a:hover::before, .ziku__cmn_footer-menu03 > li > a:hover::before {
  display: block;
}
.ziku__cmn_footer-menu01 {
  top: 30px;
  right: 599px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-menu01 {
    top: 0;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-menu01 {
    width: 22%;
  }
}
.ziku__cmn_footer-menu01 > li {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.16;
}
.ziku__cmn_footer-menu01 > li:first-child {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-menu01 > li {
    font-size: 1.8229166667vw;
  }
  .ziku__cmn_footer-menu01 > li:first-child {
    font-size: 2.34375vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-menu01 > li {
    font-size: 2.734375vw;
    line-height: 2;
  }
  .ziku__cmn_footer-menu01 > li:first-child {
    font-size: 3.3854166667vw;
    line-height: 2;
  }
}
.ziku__cmn_footer-menu02 {
  top: 30px;
  right: 355px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-menu02 {
    top: 0;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-menu02 {
    width: 34%;
  }
}
.ziku__cmn_footer-menu02 > li {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2.16;
}
.ziku__cmn_footer-menu02 > li:first-child {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-menu02 > li {
    font-size: 1.8229166667vw;
  }
  .ziku__cmn_footer-menu02 > li:first-child {
    font-size: 2.34375vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-menu02 > li {
    font-size: 2.734375vw;
    line-height: 2;
  }
  .ziku__cmn_footer-menu02 > li:first-child {
    font-size: 3.3854166667vw;
    line-height: 2;
  }
}
.ziku__cmn_footer-menu03 {
  top: 30px;
  right: 119px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-menu03 {
    top: 0;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-menu03 {
    width: 44%;
  }
}
.ziku__cmn_footer-menu03 > li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.5;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-menu03 > li {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-menu03 > li {
    font-size: 3.3854166667vw;
    line-height: 2;
  }
}
.ziku__cmn_footer-logo {
  position: absolute;
  top: 30px;
  left: 101px;
  width: 166px;
  height: 56px;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-logo {
    position: static;
    top: 0;
    left: 0;
    width: 21.6145833333vw;
    height: auto;
    padding-top: 14.5833333333vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-logo {
    width: 29.9479166667vw;
    padding-top: 7.2916666667vw;
  }
}
.ziku__cmn_footer-logo > a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ziku__cmn_footer-logo > a > img {
  width: 100%;
}
.ziku__cmn_footer-logo > a:hover {
  opacity: 0.5;
}
.ziku__cmn_footer-logo-supplement {
  position: relative;
  width: 97px;
  height: 23px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 3px;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%), #444;
  margin-top: 0.8342022941vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-logo-supplement {
    width: 16.9270833333vw;
    height: 3.90625vw;
    font-size: 1.8229166667vw;
    border-radius: 1.0416666667vw;
    margin-top: 2.6041666667vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-logo-supplement {
    width: 20.8333333333vw;
    height: 5.2083333333vw;
    font-size: 2.734375vw;
  }
}
.ziku__cmn_footer-logo-supplement > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__cmn_footer-copy {
  position: absolute;
  top: 373px;
  right: 129px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-shadow: 0.0521376434vw 0.0521376434vw 0 #FFF, -0.0521376434vw -0.0521376434vw 0 #FFF, -0.0521376434vw 0.0521376434vw 0 #FFF, 0.0521376434vw -0.0521376434vw 0 #FFF, 0 0.0521376434vw 0 #FFF, 0 -0.0521376434vw 0 #FFF, -0.0521376434vw 0 0 #FFF, 0 0 #FFF;
}
@media screen and (max-width: 1140px) {
  .ziku__cmn_footer-copy {
    position: static;
    top: 0;
    right: 0;
    font-size: 1.8229166667vw;
    text-align: center;
    text-shadow: 0.1302083333vw 0.1302083333vw 0 #FFF, -0.1302083333vw -0.1302083333vw 0 #FFF, -0.1302083333vw 0.1302083333vw 0 #FFF, 0.1302083333vw -0.1302083333vw 0 #FFF, 0 0.1302083333vw 0 #FFF, 0 -0.1302083333vw 0 #FFF, -0.1302083333vw 0 0 #FFF, 0 0 #FFF;
  }
}
@media screen and (max-width: 768px) {
  .ziku__cmn_footer-copy {
    font-size: 2.734375vw;
  }
}
.ziku__top_kv {
  position: relative;
  left: 202px;
  z-index: 2;
  width: calc(100% - 202px);
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv {
    left: 0;
    width: 100%;
    height: 125vw;
    margin-top: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_kv {
    margin-top: 12vw;
  }
}
.ziku__top_kv--wrap {
  position: absolute;
  z-index: 1;
  top: 3.1282586027vw;
  left: 7.6120959333vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv--wrap {
    position: relative;
    top: 0;
    left: 0;
  }
}
.ziku__top_kv-h1 {
  color: #fff;
  font-size: 2.7111574557vw;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.7820646507vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-h1 {
    font-size: 6.25vw;
    padding-top: 4.1666666667vw;
    margin-right: 4.1666666667vw;
    margin-bottom: 2.0833333333vw;
    margin-left: 4.1666666667vw;
  }
}
.ziku__top_kv-h1 > span {
  font-style: italic;
  font-family: "Montserrat", sans-serif;
}
.ziku__top_kv-text {
  color: #fff;
  font-size: 0.9384775808vw;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.3034410845vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-text {
    font-size: 2.34375vw;
    margin-right: 4.1666666667vw;
    margin-bottom: 8.3333333333vw;
    margin-left: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_kv-text {
    font-size: 2.734375vw;
  }
}
.ziku__top_kv-btn {
  width: 24.3482794578vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-btn {
    top: 0;
    left: 0;
    width: calc(100% - 8.3333333334vw);
    margin-right: 4.1666666667vw;
    margin-bottom: 45.5729166667vw;
    margin-left: 4.1666666667vw;
  }
}
.ziku__top_kv-btn > a {
  display: block;
  position: relative;
  width: 100%;
  height: 4.7445255474vw;
  color: #000;
  font-size: 1.0427528676vw;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  border-radius: 0.3128258603vw;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-btn > a {
    width: 100%;
    height: 10.4166666667vw;
    font-size: 3.125vw;
    border-radius: 0.8342022941vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_kv-btn > a {
    font-size: 3.6458333333vw;
  }
}
.ziku__top_kv-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_kv-btn > a > span::before {
  display: inline-block;
  width: 0.8342022941vw;
  height: 0.8342022941vw;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.5%2011.5V14.5H2.5V11.5H0.5V14.5C0.5%2015.6%201.4%2016.5%202.5%2016.5H14.5C15.6%2016.5%2016.5%2015.6%2016.5%2014.5V11.5H14.5ZM13.5%207.5L12.09%206.09L9.5%208.67V0.5H7.5V8.67L4.91%206.09L3.5%207.5L8.5%2012.5L13.5%207.5Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: margin 0.4s, -webkit-transform 0.4s;
  transition: margin 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, margin 0.4s;
  transition: transform 0.4s, margin 0.4s, -webkit-transform 0.4s;
  margin: 0 0.9384775808vw 0 0;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-btn > a > span::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    margin: 0 2.34375vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_kv-btn > a > span::before {
    width: 3.125vw;
    height: 3.125vw;
  }
}
.ziku__top_kv-btn > a:hover {
  -webkit-box-shadow: 0 0.2606882169vw 0.5213764338vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2606882169vw 0.5213764338vw rgba(0, 0, 0, 0.5);
}
.ziku__top_kv-btn > a:hover > span::before {
  margin: 0 1.3555787278vw 0 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-btn > a:hover {
    -webkit-box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.5);
  }
  .ziku__top_kv-btn > a:hover > span::before {
    margin: 0 3.3854166667vw 0 0;
  }
}
.ziku__top_kv-customer {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 22.9405630865vw;
  left: 21.3242961418vw;
  width: 46.9238790407vw;
  font-size: 0;
  border: 0.0521376434vw solid #fff;
  border-color: #fff;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 1.1991657977vw 2.0855057351vw 2.0855057351vw 2.1897810219vw;
  margin: auto;
}
@media screen and (max-width: 1408px) {
  .ziku__top_kv-customer {
    top: 21.5vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer {
    position: relative;
    top: -4vw;
    bottom: 0;
    left: 0;
    width: calc(100% - 8.3333333334vw);
    margin-right: 4.1666666667vw;
    margin-left: 4.1666666667vw;
    padding: 1.6684045881vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_kv-customer {
    top: -10vw;
  }
}
.ziku__top_kv-customer-text, .ziku__top_kv-customer-list {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-text, .ziku__top_kv-customer-list {
    display: block;
  }
}
.ziku__top_kv-customer-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20vw;
  color: #fff;
  font-size: 1.0427528676vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  border-right: 0.0521376434vw solid #fff;
  padding-right: 2.0855057351vw;
  margin-right: 2.1897810219vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-text {
    width: 100%;
    text-align: center;
    font-size: 2.6041666667vw;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_kv-customer-text {
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-list {
    margin-bottom: 4.4270833333vw;
  }
}
.ziku__top_kv-customer-list > li {
  color: #fff;
  font-size: 0.8342022941vw;
  line-height: 1.4476;
  margin-bottom: 0.7820646507vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-list > li {
    margin-bottom: 4.4270833333vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-list > li {
    font-size: 2.34375vw;
  }
}
.ziku__top_kv-customer-list > li:last-child {
  margin-bottom: 0;
}
.ziku__top_kv-customer-list > li::before {
  display: inline-block;
  width: 1.0427528676vw;
  height: 1.0427528676vw;
  content: "";
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%200.34375C4.88965%200.34375%200.34375%204.88965%200.34375%2010.5C0.34375%2016.1104%204.88965%2020.6562%2010.5%2020.6562C16.1104%2020.6562%2020.6562%2016.1104%2020.6562%2010.5C20.6562%204.88965%2016.1104%200.34375%2010.5%200.34375ZM10.5%2019.8115C7.63867%2019.8115%205.0752%2018.5127%203.36621%2016.4766C4.23535%2016.1006%206.40332%2015.3193%207.77539%2014.9189C7.88281%2014.8848%207.90234%2014.8799%207.90234%2014.3965C7.90234%2013.8789%207.84375%2013.5127%207.7168%2013.2441C7.5459%2012.8779%207.34082%2012.2578%207.26758%2011.7012C7.0625%2011.4619%206.78418%2010.9932%206.60352%2010.0947C6.44727%209.30371%206.52051%209.01562%206.62305%208.74707C6.63281%208.71777%206.64746%208.68848%206.65234%208.65918C6.69141%208.47852%206.6377%207.51172%206.50098%206.76465C6.4082%206.25195%206.52539%205.16309%207.2334%204.25977C7.67773%203.68848%208.53223%202.99023%2010.0654%202.89258H10.9199C12.4775%202.99023%2013.332%203.68848%2013.7764%204.25977C14.4844%205.16309%2014.6016%206.25195%2014.5039%206.76465C14.3672%207.51172%2014.3135%208.47363%2014.3525%208.65918C14.3574%208.68848%2014.3721%208.71777%2014.3818%208.74219C14.4844%209.01074%2014.5625%209.29883%2014.4014%2010.0898C14.2207%2010.9883%2013.9424%2011.457%2013.7373%2011.6963C13.6641%2012.2529%2013.459%2012.8682%2013.2881%2013.2393C13.127%2013.5762%2012.9658%2013.9766%2012.9658%2014.377C12.9658%2014.8604%2012.9854%2014.8652%2013.0977%2014.8994C14.4014%2015.2852%2016.6475%2016.0615%2017.6387%2016.4668C15.9297%2018.5078%2013.3662%2019.8115%2010.5%2019.8115Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  margin-right: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-list > li {
    font-size: 2.734375vw;
    text-align: center;
    margin-bottom: 2.2135416667vw;
  }
  .ziku__top_kv-customer-list > li::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-right: 1.0416666667vw;
  }
}
.ziku__top_kv-customer-btn {
  position: absolute;
  right: 0.7820646507vw;
  bottom: 0.3649635036vw;
  width: 6.2565172054vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-btn {
    position: relative;
    right: 0;
    bottom: 0;
    width: 22.1354166667vw;
    margin: auto;
  }
}
.ziku__top_kv-customer-btn > a {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  height: 1.5641293014vw;
  font-size: 0.8342022941vw;
  font-weight: 500;
  border: 0.0521376434vw solid #fff;
  border-radius: 0.3128258603vw;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-btn > a {
    height: 5.2083333333vw;
    font-size: 3.125vw;
    border: 0.2604166667vw solid #fff;
    border-radius: 1.5625vw;
  }
}
.ziku__top_kv-customer-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_kv-customer-btn > a > span::after {
  display: inline-block;
  content: "";
  width: 0.2554744526vw;
  height: 0.417101147vw;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.47027%200L0.530273%200.94L3.58361%204L0.530273%207.06L1.47027%208L5.47027%204L1.47027%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin: 0 0 0 0.5735140772vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-btn > a > span::after {
    width: 1.2760416667vw;
    height: 2.0833333333vw;
    margin: 0 0 0.6510416667vw 1.4322916667vw;
  }
}
.ziku__top_kv-customer-btn > a:hover > span::after {
  margin: 0 0 0 0.9384775808vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv-customer-btn > a:hover > span::after {
    margin: 0 0 0.6510416667vw 2.34375vw;
  }
}
.ziku__top_kv > img {
  width: 100%;
}
.ziku__top_kv > img.pc {
  display: block;
}
.ziku__top_kv > img.sp {
  display: none;
}
@media screen and (max-width: 1140px) {
  .ziku__top_kv > img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ziku__top_kv > img.pc {
    display: none;
  }
  .ziku__top_kv > img.sp {
    display: block;
  }
}
.ziku__top_news {
  position: relative;
  z-index: 2;
  width: calc(100% - 5.2137643379vw);
  background-color: #fff;
  padding: 1.6684045881vw 0 0.1042752868vw 0;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 4.1666666667vw 4.6875vw 0.2604166667vw 4.6875vw;
    margin-left: 0;
  }
}
.ziku__top_news-etitle {
  color: #888;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin-left: 3.6496350365vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-etitle {
    font-size: 2.734375vw;
    margin-left: 0;
  }
}
.ziku__top_news-h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.8342022941vw;
  margin-left: 3.6496350365vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-h2 {
    font-size: 4.1666666667vw;
    margin-bottom: 2.0833333333vw;
    margin-left: 0;
  }
}
.ziku__top_news-btn {
  position: absolute;
  top: 3.1282586027vw;
  right: 1.2773722628vw;
  width: 128px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-btn {
    top: 4.1666666667vw;
    right: 4.6875vw;
    width: 19.53125vw;
  }
}
.ziku__top_news-btn > a {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 32px;
  font-size: 1.4rem;
  border: 1px solid #b0b3ba;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-btn > a {
    height: 5.2083333333vw;
    font-size: 1.8229166667vw;
    border: 0.2604166667vw solid #b0b3ba;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_news-btn > a {
    font-size: 2.34375vw;
  }
}
.ziku__top_news-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_news-btn > a > span::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%200L3.295%200.705L6.085%203.5H0V4.5H6.085L3.295%207.295L4%208L8%204L4%200Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-btn > a > span::after {
    width: 1.3020833333vw;
    height: 1.3020833333vw;
    margin: 0 0 0.2604166667vw 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_news-btn > a > span::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__top_news-btn > a:hover {
  opacity: 0.7;
}
.ziku__top_news-btn > a:hover > span::after {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-btn > a:hover > span::after {
    margin: 0 0 0.2604166667vw 2.6041666667vw;
  }
}
.ziku__top_news-list {
  font-size: 0;
  margin-left: 3.6496350365vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-list {
    position: relative;
    left: -2.6041666667vw;
    width: calc(100% + 5.2083333333vw);
    margin-left: 0;
  }
}
.ziku__top_news-list > li {
  display: inline-block;
  width: calc(20% - 1.2773722628vw);
  vertical-align: top;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-right: 1.2773722628vw;
  margin-bottom: 1.5641293014vw;
}
.ziku__top_news-list > li:hover {
  opacity: 0.7;
}
.ziku__top_news-list > li:hover .ziku__top_news-list-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-list > li {
    width: calc(50% - 5.2083333333vw);
    margin-right: 2.6041666667vw;
    margin-bottom: 3.90625vw;
    margin-left: 2.6041666667vw;
  }
}
.ziku__top_news-list-img {
  margin-bottom: 0.2085505735vw;
  overflow: hidden;
}
.ziku__top_news-list-img img {
  width: 100%;
  height: 6.2565172054vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-list-img {
    margin-bottom: 0.5208333333vw;
  }
  .ziku__top_news-list-img img {
    height: 15.625vw;
  }
}
.ziku__top_news-list-title {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-list-title {
    font-size: 1.8229166667vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_news-list-title {
    font-size: 2.734375vw;
  }
}
.ziku__top_news-list-other {
  font-size: 0;
}
.ziku__top_news-list-other--new, .ziku__top_news-list-other--category, .ziku__top_news-list-other--date {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0;
}
.ziku__top_news-list-other--new, .ziku__top_news-list-other--category {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 50px;
  padding: 4px 12px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-list-other--new, .ziku__top_news-list-other--category {
    font-size: 1.5625vw;
    border-radius: 6.5104166667vw;
    padding: 0.6510416667vw 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_news-list-other--new, .ziku__top_news-list-other--category {
    font-size: 1.8229166667vw;
  }
}
.ziku__top_news-list-other--new {
  margin-right: 5px;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8Bed 99.66%);
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-list-other--new {
    margin-right: 0.6510416667vw;
  }
}
.ziku__top_news-list-other--category {
  margin-right: 10px;
  background-color: #444;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-list-other--category {
    margin-right: 1.3020833333vw;
  }
}
.ziku__top_news-list-other--date {
  color: #666;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__top_news-list-other--date {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_news-list-other--date {
    font-size: 1.8229166667vw;
  }
}
.ziku__top_about {
  position: relative;
  z-index: 1;
  width: calc(100% - 10.4275286758vw);
  padding: 8.6548488008vw 5.2137643379vw 11.3138686131vw 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about {
    width: calc(100% - 10.4275286758vw);
    padding: 7.8125vw 4.6875vw;
  }
}
.ziku__top_about-title {
  position: relative;
  padding-left: 66px;
  margin-bottom: 2.9197080292vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-title {
    padding-left: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
.ziku__top_about-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-title::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.ziku__top_about-title--eng {
  color: #5663e8;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__top_about-title--h2 {
  width: 100%;
  max-width: 347px;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-title--h2 {
    max-width: 43vw;
    font-size: 7.5520833333vw;
  }
}
.ziku__top_about-text01, .ziku__top_about-text02, .ziku__top_about-text03 {
  font-weight: 300;
}
.ziku__top_about-text01 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-text01 {
    font-size: 2.34375vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-text01 {
    font-size: 3.2552083333vw;
  }
}
.ziku__top_about-text02 {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 1.7205422315vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-text02 {
    font-size: 4.1666666667vw;
    margin-bottom: 4.296875vw;
  }
}
.ziku__top_about-text03 {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 8.3420229406vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-text03 {
    font-size: 1.8229166667vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-text03 {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_about-h3 {
  position: relative;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 37px;
  margin-bottom: 5.8394160584vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-h3 {
    font-size: 4.6875vw;
    padding-left: 3.90625vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-h3 {
    font-size: 5.2083333333vw;
    margin-bottom: 14.5833333333vw;
  }
}
.ziku__top_about-h3::before {
  position: absolute;
  top: 52px;
  left: 0;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-h3::before {
    top: 3.90625vw;
    width: 1.953125vw;
    height: 1.953125vw;
  }
}
.ziku__top_about-h3 > span {
  display: inline-block;
  width: 57px;
  font-size: 9.6rem;
  line-height: 1;
  vertical-align: bottom;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-h3 > span {
    display: inline-block;
    position: relative;
    top: -0.5vw;
    width: 6vw;
    font-size: 9.375vw;
    text-align: center;
  }
}
.ziku__top_about-experience {
  position: relative;
  z-index: 1;
  font-size: 0;
  margin-bottom: 4.275286757vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-experience {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15.625vw;
  }
}
.ziku__top_about-experience > li {
  position: relative;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: calc(33.3333333333% - 1.2513034411vw);
  min-height: 329px;
  vertical-align: top;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  padding: 0 20px 40px 20px;
  margin-right: 1.2513034411vw;
  margin-bottom: 6.6736183525vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-experience > li {
    width: calc(50% - 2.6041666667vw);
    min-height: 36vw;
    border-radius: 1.0416666667vw;
    -webkit-box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
    padding: 0 1.3020833333vw 2.6041666667vw 1.3020833333vw;
    margin-right: 1.3020833333vw;
    margin-bottom: 10.4166666667vw;
    margin-left: 1.3020833333vw;
  }
  .ziku__top_about-experience > li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-experience > li {
    width: calc(100% - 5.2083333334vw);
    min-height: auto;
    padding-bottom: 5.2083333333vw;
  }
}
.ziku__top_about-experience-img {
  width: 9.3847758081vw;
  margin: -2.9197080292vw auto 1.4598540146vw auto;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-experience-img {
    width: 20.8333333333vw;
    margin: -7.8125vw auto 1.8229166667vw auto;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-experience-img {
    width: 26.0416666667vw;
    margin: -7.8125vw auto 1.3020833333vw auto;
  }
}
.ziku__top_about-experience-img > img {
  width: 100%;
}
.ziku__top_about-experience-name {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.4598540146vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-experience-name {
    font-size: 2.2135416667vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-experience-name {
    font-size: 4.1666666667vw;
  }
}
.ziku__top_about-experience-explanation {
  width: 17.9874869656vw;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-experience-explanation {
    width: calc(100% - 3vw);
    font-size: 1.8229166667vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-experience-explanation {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_about-movie {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 280px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  padding: 1.6684045881vw 2.0855057351vw 2.1897810219vw 2.0855057351vw;
  margin-top: 0;
  margin-bottom: 10.4275286757vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-movie {
    min-height: auto;
    border-radius: 1.0416666667vw;
    -webkit-box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
    padding: 0 4.6875vw 4.6875vw 4.6875vw;
    margin-bottom: 10.4166666667vw;
  }
}
.ziku__top_about-movie-img {
  cursor: pointer;
  position: absolute;
  top: -2.7111574557vw;
  right: 0;
  z-index: 1;
  width: 34.4108446298vw;
  margin: auto;
}
.ziku__top_about-movie-img > a > img {
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ziku__top_about-movie-img > a > img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-movie-img {
    position: relative;
    top: -7.8125vw;
    left: 0;
    width: 100%;
  }
}
.ziku__top_about-movie-title {
  width: calc(100% - 34.4108446298vw);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-movie-title {
    width: calc(100% - 5vw);
    font-size: 2.734375vw;
    margin-top: -10.4166666667vw;
    margin-right: auto;
    margin-bottom: 1.3020833333vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-movie-title {
    font-size: 4.1666666667vw;
  }
}
.ziku__top_about-movie-list {
  width: calc(100% - 34.4108446298vw);
  margin-bottom: 2.72vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-movie-list {
    width: calc(100% - 5vw);
    margin-right: auto;
    margin-bottom: 2.6041666667vw;
    margin-left: auto;
  }
}
.ziku__top_about-movie-list > li {
  color: #323232;
  font-size: 1.4rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-movie-list > li {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-movie-list > li {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_about-movie-list > li::before {
  content: "・";
}
.ziku__top_about-delivery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 312px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  padding: 2.0855057351vw 1.6684045881vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-delivery {
    min-height: auto;
    border-radius: 1.0416666667vw;
    -webkit-box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
    padding: 0 4.6875vw 4.6875vw 4.6875vw;
  }
}
.ziku__top_about-delivery-img {
  pointer-events: none;
  position: absolute;
  top: -3.1282586027vw;
  right: -4.5881126173vw;
  z-index: 1;
  width: 41.3451511992vw;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-delivery-img {
    position: relative;
    top: -7.8125vw;
    right: 0;
    left: 0;
    width: 100%;
  }
}
.ziku__top_about-delivery-img > img {
  width: 100%;
}
.ziku__top_about-delivery-title {
  width: calc(100% - 34vw);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-delivery-title {
    width: calc(100% - 5vw);
    font-size: 2.734375vw;
    margin-top: -15.625vw;
    margin-right: auto;
    margin-bottom: 1.3020833333vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-delivery-title {
    font-size: 4.1666666667vw;
  }
}
.ziku__top_about-delivery-list {
  width: calc(100% - 34vw);
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-delivery-list {
    width: calc(100% - 5vw);
    margin-right: auto;
    margin-bottom: 2.6041666667vw;
    margin-left: auto;
  }
}
.ziku__top_about-delivery-list > li {
  color: #323232;
  font-size: 1.4rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-delivery-list > li {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-delivery-list > li {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_about-delivery-list > li::before {
  content: "・";
}
.ziku__top_about-delivery-btn {
  width: 200px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-delivery-btn {
    width: calc(100% - 5vw);
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__top_about-delivery-btn > a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%);
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-delivery-btn > a {
    width: 23.4375vw;
    height: 3.90625vw;
    font-size: 1.8229166667vw;
    line-height: 1.5;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_about-delivery-btn > a {
    width: 26.0416666667vw;
    height: 5.859375vw;
    font-size: 2.734375vw;
  }
}
.ziku__top_about-delivery-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_about-delivery-btn > a > span::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 4.9px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.47027%200L0.530273%200.94L3.58361%204L0.530273%207.06L1.47027%208L5.47027%204L1.47027%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-left: 10px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-delivery-btn > a > span::after {
    top: 0.390625vw;
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    margin-left: 1.3020833333vw;
  }
}
.ziku__top_about-delivery-btn > a:hover > span::after {
  margin-left: 20px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_about-delivery-btn > a:hover > span::after {
    margin-left: 2.6041666667vw;
  }
}
.ziku__top_effective {
  position: relative;
  z-index: 1;
  background: linear-gradient(82.03deg, #1E3DA1 0%, #AEBDF3 52.96%, #DDBCF7 99.69%);
  padding-top: 4.275286757vw;
  padding-bottom: 4.1710114703vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective {
    padding: 7.8125vw 4.6875vw;
  }
}
.ziku__top_effective::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 37.330552659vw;
  height: 100%;
  background-image: url("/shared/img/top/bg_content_white.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective::after {
    width: 46.6145833333vw;
    height: 100%;
  }
}
.ziku__top_effective-title {
  position: relative;
  padding-left: 69px;
  margin-bottom: 3.3368091762vw;
  margin-left: 5.1094890511vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-title {
    padding-left: 3.90625vw;
    margin-bottom: 3.90625vw;
    margin-left: 0;
  }
}
.ziku__top_effective-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-title::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.ziku__top_effective-title--eng {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-title--eng {
    font-size: 2.734375vw;
    margin-bottom: 0.5208333333vw;
  }
}
.ziku__top_effective-title--h2 {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-title--h2 {
    font-size: 7.03125vw;
  }
}
.ziku__top_effective-text {
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.2513034411vw;
  margin-left: 5.1094890511vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-text {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
    margin-left: 0;
  }
}
.ziku__top_effective-list {
  margin-bottom: 5.4223149114vw;
  margin-left: 4.9009384776vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-list {
    margin-bottom: 5.2083333333vw;
    margin-left: 0;
  }
}
.ziku__top_effective-list > li {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-list > li {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_effective-list > li {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_effective-list > li::before {
  content: "・";
}
.ziku__top_effective-btn {
  width: 207px;
  margin-left: 5.1094890511vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-btn {
    width: 100%;
    margin-left: 0;
  }
}
.ziku__top_effective-btn > a {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-btn > a {
    width: 23.4375vw;
    height: 3.90625vw;
    font-size: 1.8229166667vw;
    line-height: 1.5;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_effective-btn > a {
    width: 26.0416666667vw;
    height: 5.859375vw;
    font-size: 2.734375vw;
  }
}
.ziku__top_effective-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_effective-btn > a > span::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 4.9px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.47027%200L0.530273%200.94L3.58361%204L0.530273%207.06L1.47027%208L5.47027%204L1.47027%200Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-left: 10px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-btn > a > span::after {
    top: 0.390625vw;
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    margin-left: 1.3020833333vw;
  }
}
.ziku__top_effective-btn > a:hover {
  -webkit-box-shadow: 0 0.2606882169vw 0.5213764338vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2606882169vw 0.5213764338vw rgba(0, 0, 0, 0.5);
}
.ziku__top_effective-btn > a:hover > span::after {
  margin-left: 20px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_effective-btn > a:hover {
    -webkit-box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.5);
  }
  .ziku__top_effective-btn > a:hover > span::after {
    margin-left: 2.6041666667vw;
  }
}
.ziku__top_whyziku {
  position: relative;
  z-index: 1;
  padding-top: 10.7924921794vw;
  padding-bottom: 11.0010427529vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku {
    padding: 7.8125vw 4.6875vw;
  }
}
.ziku__top_whyziku-title {
  position: relative;
  padding-left: 66px;
  margin-bottom: 3.1282586027vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-title {
    padding-left: 3.90625vw;
    margin-bottom: 3.90625vw;
    margin-left: 0;
  }
}
.ziku__top_whyziku-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-title::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.ziku__top_whyziku-title--eng {
  color: #5663e8;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__top_whyziku-title--h2 {
  width: 100%;
  max-width: 603px;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-title--h2 {
    max-width: 73vw;
    font-size: 7.5520833333vw;
  }
}
.ziku__top_whyziku--wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 10.4275286758vw);
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 2.2940563087vw 1.3555787278vw rgba(0, 0, 0, 0.04);
          box-shadow: 0 2.2940563087vw 1.3555787278vw rgba(0, 0, 0, 0.04);
  padding: 1.6684045881vw 2.0855057351vw 2.8154327424vw 2.0855057351vw;
  margin-right: 5.2137643379vw;
  margin-bottom: 8.3420229406vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku--wrap {
    width: 100%;
    border-radius: 1.0416666667vw;
    -webkit-box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(0, 0, 0, 0.04);
            box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(0, 0, 0, 0.04);
    padding: 2.6041666667vw;
    margin-right: 0;
    margin-bottom: 7.8125vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_whyziku--wrap {
    padding: 3.90625vw;
  }
}
.ziku__top_whyziku-h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #444;
  padding-bottom: 1.6684045881vw;
  margin-bottom: 1.3034410845vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-h3 {
    font-size: 2.734375vw;
    border-bottom: 0.1302083333vw solid #444;
    padding-bottom: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_whyziku-h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__top_whyziku-contents {
  font-size: 0;
}
.ziku__top_whyziku-contents-img, .ziku__top_whyziku-contents-list {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .ziku__top_whyziku-contents-img, .ziku__top_whyziku-contents-list {
    display: block;
  }
}
.ziku__top_whyziku-contents-img {
  width: 14.181438999vw;
  margin-right: 2.0333680918vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-contents-img {
    width: 19.53125vw;
    margin-right: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_whyziku-contents-img {
    width: 23.4375vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__top_whyziku-contents-img > img {
  width: 100%;
  height: 100%;
}
.ziku__top_whyziku-contents-list {
  margin-top: 10px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-contents-list {
    margin-top: 1.3020833333vw;
  }
}
.ziku__top_whyziku-contents-list > li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-contents-list > li {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_whyziku-contents-list > li {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_whyziku-contents-list > li::before {
  content: "・";
}
.ziku__top_whyziku-worries {
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries {
    margin-right: 0;
    margin-left: 0;
  }
}
.ziku__top_whyziku-worries-h3 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 162px;
  color: #444;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 65px;
  margin-bottom: 3.023983316vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-h3 {
    height: 8.5vw;
    font-size: 3.3854166667vw;
    padding-left: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-h3 {
    font-size: 3.90625vw;
  }
}
.ziku__top_whyziku-worries-h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 189px;
  height: 162px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22189%22%20height%3D%22162%22%20viewBox%3D%220%200%20189%20162%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M94.5%20162L189%201.26411e-06L1.41625e-05%20-1.52588e-05L94.5%20162Z%22%20fill%3D%22url(%23paint0_linear_1061_9153)%22%20fill-opacity%3D%220.25%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_1061_9153%22%20x1%3D%224.62969%22%20y1%3D%2266.6563%22%20x2%3D%22189.104%22%20y2%3D%2268.1514%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%235562E7%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23DF8BED%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-h3::before {
    width: 12.2395833333vw;
    height: 10.546875vw;
  }
}
.ziku__top_whyziku-worries-h3 > span {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_whyziku-worries-contents {
  margin-bottom: 3.1282586027vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents {
    margin-bottom: 7.8125vw;
  }
}
.ziku__top_whyziku-worries-contents-img, .ziku__top_whyziku-worries-contents--wrap {
  display: inline-block;
  vertical-align: top;
}
.ziku__top_whyziku-worries-contents-img {
  position: relative;
  z-index: 0;
}
.ziku__top_whyziku-worries-contents-img > img {
  width: 100%;
}
.ziku__top_whyziku-worries-contents--wrap {
  position: relative;
}
.ziku__top_whyziku-worries-contents-no {
  color: #5763E8;
  font-size: 8rem;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents-no {
    font-size: 5.7291666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
.ziku__top_whyziku-worries-contents-name {
  font-size: 4rem;
  line-height: 1.5;
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents-name {
    font-size: 3.125vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_whyziku-worries-contents-name {
    font-size: 3.90625vw;
  }
}
.ziku__top_whyziku-worries-contents-name > span {
  font-weight: 700;
}
.ziku__top_whyziku-worries-contents-list > li {
  font-size: 1.5rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents-list > li {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_whyziku-worries-contents-list > li {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_whyziku-worries-contents-list > li::before {
  content: "・";
}
.ziku__top_whyziku-worries-contents.worries01 .ziku__top_whyziku-worries-contents-img {
  width: 23.1491136601vw;
  height: 23.1491136601vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries01 .ziku__top_whyziku-worries-contents-img {
    width: 28.90625vw;
    height: 28.90625vw;
  }
}
.ziku__top_whyziku-worries-contents.worries01 .ziku__top_whyziku-worries-contents--wrap {
  width: calc(100% - 34vw);
  margin-left: -5.4223149114vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries01 .ziku__top_whyziku-worries-contents--wrap {
    width: calc(100% - 28.90625vw);
    margin-left: -6.7708333333vw;
  }
}
.ziku__top_whyziku-worries-contents.worries02 {
  margin-left: 17vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries02 {
    margin-left: 0;
  }
}
.ziku__top_whyziku-worries-contents.worries02 .ziku__top_whyziku-worries-contents-img {
  width: 26.7987486966vw;
  height: 23.7747653806vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries02 .ziku__top_whyziku-worries-contents-img {
    width: 33.4635416667vw;
    height: 29.6875vw;
  }
}
.ziku__top_whyziku-worries-contents.worries02 .ziku__top_whyziku-worries-contents--wrap {
  width: calc(100% - 19vw);
  margin-top: -1.5vw;
  margin-left: -10vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries02 .ziku__top_whyziku-worries-contents--wrap {
    width: calc(100% - 28.90625vw);
    margin-left: -10.4166666667vw;
  }
}
.ziku__top_whyziku-worries-contents.worries03 .ziku__top_whyziku-worries-contents-img {
  width: 32.5338894682vw;
  height: 27.8415015641vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries03 .ziku__top_whyziku-worries-contents-img {
    width: 31.25vw;
    height: 26.171875vw;
  }
}
.ziku__top_whyziku-worries-contents.worries03 .ziku__top_whyziku-worries-contents--wrap {
  width: calc(100% - 29vw);
  margin-top: -1vw;
  margin-left: -13vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries03 .ziku__top_whyziku-worries-contents--wrap {
    width: calc(100% - 28.90625vw);
    margin-left: -8.4635416667vw;
  }
}
.ziku__top_whyziku-worries-contents.worries04 {
  margin-left: 17vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries04 {
    margin-left: 0;
  }
}
.ziku__top_whyziku-worries-contents.worries04 .ziku__top_whyziku-worries-contents-img {
  width: 33.1595411887vw;
  height: 31.0740354536vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries04 .ziku__top_whyziku-worries-contents-img {
    width: 31.1197916667vw;
    height: 29.1666666667vw;
  }
}
.ziku__top_whyziku-worries-contents.worries04 .ziku__top_whyziku-worries-contents--wrap {
  width: calc(100% - 25vw);
  margin-top: 0.5vw;
  margin-left: -13vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries04 .ziku__top_whyziku-worries-contents--wrap {
    width: calc(100% - 28.90625vw);
    margin-left: -8.4635416667vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries05 {
    margin-bottom: 13.0208333333vw;
  }
}
.ziku__top_whyziku-worries-contents.worries05 .ziku__top_whyziku-worries-contents-img {
  width: 33.6809176225vw;
  height: 29.614181439vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries05 .ziku__top_whyziku-worries-contents-img {
    width: 31.640625vw;
    height: 27.734375vw;
  }
}
.ziku__top_whyziku-worries-contents.worries05 .ziku__top_whyziku-worries-contents--wrap {
  width: calc(100% - 37vw);
  margin-top: -1vw;
  margin-left: -13vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-worries-contents.worries05 .ziku__top_whyziku-worries-contents--wrap {
    width: calc(100% - 28.90625vw);
    margin-left: -8.4635416667vw;
  }
}
.ziku__top_whyziku-support {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 276px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  padding: 2.0855057351vw 1.6684045881vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-support {
    min-height: auto;
    border-radius: 1.0416666667vw;
    -webkit-box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
    padding: 0 4.6875vw 4.6875vw 4.6875vw;
  }
}
.ziku__top_whyziku-support-img {
  pointer-events: none;
  position: absolute;
  top: -4.1710114703vw;
  right: -4.5881126173vw;
  z-index: 1;
  width: 41.188738269vw;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-support-img {
    position: relative;
    top: -7.8125vw;
    right: 0;
    left: 0;
    width: 100%;
  }
}
.ziku__top_whyziku-support-img > img {
  width: 100%;
}
.ziku__top_whyziku-support-title {
  width: calc(100% - 32vw);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.9624608968vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-support-title {
    width: calc(100% - 5vw);
    font-size: 2.734375vw;
    margin-top: -13.0208333333vw;
    margin-right: auto;
    margin-bottom: 4.9479166667vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_whyziku-support-title {
    font-size: 4.1666666667vw;
    margin-bottom: 9.8958333333vw;
  }
}
.ziku__top_whyziku-support-btn {
  width: 200px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-support-btn {
    width: calc(100% - 5vw);
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__top_whyziku-support-btn > a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%);
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-support-btn > a {
    width: 23.4375vw;
    height: 3.90625vw;
    font-size: 1.8229166667vw;
    line-height: 1.5;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_whyziku-support-btn > a {
    width: 26.0416666667vw;
    height: 5.859375vw;
    font-size: 2.734375vw;
  }
}
.ziku__top_whyziku-support-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_whyziku-support-btn > a > span::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 4.9px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.47027%200L0.530273%200.94L3.58361%204L0.530273%207.06L1.47027%208L5.47027%204L1.47027%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-left: 10px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-support-btn > a > span::after {
    top: 0.390625vw;
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    margin-left: 1.3020833333vw;
  }
}
.ziku__top_whyziku-support-btn > a:hover > span::after {
  margin-left: 20px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_whyziku-support-btn > a:hover > span::after {
    margin-left: 2.6041666667vw;
  }
}
.ziku__top_scene {
  position: relative;
  z-index: 1;
  background: linear-gradient(82.03deg, #1E3DA1 0%, #AEBDF3 52.96%, #DDBCF7 99.69%);
  padding-top: 4.275286757vw;
  padding-bottom: 4.1710114703vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene {
    padding: 7.8125vw 4.6875vw;
  }
}
.ziku__top_scene::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 37.330552659vw;
  height: 100%;
  background-image: url("/shared/img/top/bg_content_white.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene::after {
    width: 46.6145833333vw;
    height: 100%;
  }
}
.ziku__top_scene-title {
  position: relative;
  padding-left: 69px;
  margin-bottom: 3.3368091762vw;
  margin-left: 5.1094890511vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-title {
    padding-left: 3.90625vw;
    margin-bottom: 3.90625vw;
    margin-left: 0;
  }
}
.ziku__top_scene-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-title::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.ziku__top_scene-title--eng {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-title--eng {
    font-size: 2.734375vw;
    margin-bottom: 0.5208333333vw;
  }
}
.ziku__top_scene-title--h2 {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-title--h2 {
    font-size: 7.03125vw;
  }
}
.ziku__top_scene-text {
  color: #fff;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.2513034411vw;
  margin-left: 5.1094890511vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-text {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
    margin-left: 0;
  }
}
.ziku__top_scene-list {
  margin-bottom: 5.4223149114vw;
  margin-left: 4.9009384776vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-list {
    margin-bottom: 5.2083333333vw;
    margin-left: 0;
  }
}
.ziku__top_scene-list > li {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-list > li {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_scene-list > li {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_scene-list > li::before {
  content: "・";
}
.ziku__top_scene-btn {
  width: 207px;
  margin-left: 5.1094890511vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-btn {
    width: 100%;
    margin-left: 0;
  }
}
.ziku__top_scene-btn > a {
  display: block;
  position: relative;
  width: 100%;
  height: 48px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-btn > a {
    width: 23.4375vw;
    height: 3.90625vw;
    font-size: 1.8229166667vw;
    line-height: 1.5;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_scene-btn > a {
    width: 26.0416666667vw;
    height: 5.859375vw;
    font-size: 2.734375vw;
  }
}
.ziku__top_scene-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_scene-btn > a > span::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 4.9px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.47027%200L0.530273%200.94L3.58361%204L0.530273%207.06L1.47027%208L5.47027%204L1.47027%200Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-left: 10px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-btn > a > span::after {
    top: 0.390625vw;
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    margin-left: 1.3020833333vw;
  }
}
.ziku__top_scene-btn > a:hover {
  -webkit-box-shadow: 0 0.2606882169vw 0.5213764338vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2606882169vw 0.5213764338vw rgba(0, 0, 0, 0.5);
}
.ziku__top_scene-btn > a:hover > span::after {
  margin-left: 20px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_scene-btn > a:hover {
    -webkit-box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.5);
  }
  .ziku__top_scene-btn > a:hover > span::after {
    margin-left: 2.6041666667vw;
  }
}
.ziku__top_price {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 10.7924921794vw;
  padding-bottom: 11.5224191867vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price {
    padding: 5.2083333333vw 4.6875vw;
  }
}
.ziku__top_price-h2 {
  display: inline-block;
  position: relative;
  padding-right: 130px;
  padding-left: 130px;
  margin-bottom: 2.8154327424vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price-h2 {
    padding-right: 8.4635416667vw;
    padding-left: 8.4635416667vw;
    margin-bottom: 3.90625vw;
  }
}
.ziku__top_price-h2::before, .ziku__top_price-h2::after {
  position: absolute;
  top: 0;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price-h2::before, .ziku__top_price-h2::after {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.ziku__top_price-h2::before {
  left: 0;
}
.ziku__top_price-h2::after {
  right: 0;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}
.ziku__top_price-h2--eng, .ziku__top_price-h2--text {
  width: 100%;
  max-width: 128px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price-h2--eng, .ziku__top_price-h2--text {
    width: auto;
    max-width: 16.6666666667vw;
  }
}
.ziku__top_price-h2--eng {
  color: #5663E8;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price-h2--eng {
    font-size: 2.734375vw;
  }
}
.ziku__top_price-h2--text {
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price-h2--text {
    font-size: 7.5520833333vw;
  }
}
.ziku__top_price-text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 3.3368091762vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price-text {
    font-size: 2.0833333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price-text {
    font-size: 2.734375vw;
  }
}
.ziku__top_price--wrap {
  position: relative;
  font-size: 0;
}
.ziku__top_price--wrap.price01 {
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 {
    width: calc(100% + 2.34375vw);
    left: -1.171875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 {
    width: 100%;
    left: 0;
    margin-bottom: 3.125vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 177px;
  background-color: #E6E6E6;
  border-radius: 5px;
  vertical-align: top;
  padding: 0.8863399374vw 0.9384775808vw;
  margin-right: 18px;
  margin-left: 18px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents {
    height: 17.5vw;
    border-radius: 0.6510416667vw;
    padding: 2.2135416667vw 1.5625vw;
    margin-right: 1.171875vw;
    margin-left: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents {
    height: auto;
    padding: 4.4270833333vw 2.34375vw;
    margin-right: 0;
    margin-bottom: 4.6875vw;
    margin-left: 0;
  }
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:last-child {
    margin-bottom: 0;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(1) {
  width: 331px;
}
@media screen and (max-width: 1215px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(1) {
    width: calc(33.3333333333% - 36px);
  }
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(1) {
    width: calc(33.3333333333% - 2.34375vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(1) {
    width: 100%;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-name {
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-name {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-name {
    margin-bottom: 2.0833333333vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-name {
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-name {
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-name {
    margin-bottom: 1.3020833333vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3) .ziku__top_price-contents-name {
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3) .ziku__top_price-contents-name {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3) .ziku__top_price-contents-name {
    margin-bottom: 2.0833333333vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2), .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3) {
  position: relative;
  width: 285px;
}
@media screen and (max-width: 1215px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2), .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3) {
    width: calc(33.3333333333% - 36px);
  }
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2), .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3) {
    width: calc(33.3333333333% - 2.34375vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2), .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3) {
    width: 100%;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::before, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::after, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::before, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::before, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::after, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::before, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::after {
    bottom: auto;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::before, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::before {
  left: -50px;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 34px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::before, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::before {
    left: -3.90625vw;
    width: 5.46875vw;
    height: 5.46875vw;
    border-radius: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::before, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::before {
    top: -6.5104166667vw;
    left: 0;
    right: 0;
    width: 8.8541666667vw;
    height: 8.8541666667vw;
    border-radius: 4.4270833333vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::after, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::after {
  left: -30.33px;
  width: 30.33px;
  height: 30.33px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M31.1663%2018.1673H18.1663V31.1673H13.833V18.1673H0.833008V13.834H13.833V0.833984H18.1663V13.834H31.1663V18.1673Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::after, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::after {
    left: -2.4739583333vw;
    width: 2.734375vw;
    height: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(2)::after, .ziku__top_price--wrap.price01 .ziku__top_price-contents:nth-of-type(3)::after {
    top: -4.296875vw;
    right: 0;
    left: 0;
    width: 3.94921875vw;
    height: 3.94921875vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-name {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-name {
    font-size: 4.6875vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-no {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  margin-bottom: 0.7820646507vw;
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-no > span {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-no {
    font-size: 1.8229166667vw;
    margin-bottom: 1.0416666667vw;
  }
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-no > span {
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-no {
    font-size: 3.3854166667vw;
    margin-bottom: 1.953125vw;
  }
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-no > span {
    font-size: 5.9895833333vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-list > li {
  font-size: 0;
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-list > li {
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-list > li {
    margin-bottom: 1.3020833333vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-list > li + .ziku__top_price--wrap.price01 .ziku__top_price-contents-list > li {
  margin-bottom: 0;
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-list-item, .ziku__top_price--wrap.price01 .ziku__top_price-contents-list-no {
  display: inline-block;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  vertical-align: middle;
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-list-item {
  width: 80px;
  font-size: 1.5rem;
  text-align: right;
  margin-right: 0.7820646507vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-list-item {
    width: 10.4166666667vw;
    font-size: 1.8229166667vw;
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-list-item {
    width: calc(50% - 3.90625vw);
    font-size: 3.6458333333vw;
    margin-right: 3.90625vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-list-no {
  width: 113px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-list-no > span {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-list-no {
    width: 50%;
    font-size: 1.8229166667vw;
  }
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-list-no > span {
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-list-no {
    font-size: 3.3854166667vw;
    text-align: left;
  }
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-list-no > span {
    font-size: 5.9895833333vw;
  }
}
.ziku__top_price--wrap.price01 .ziku__top_price-contents-annotation {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-annotation {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price01 .ziku__top_price-contents-annotation {
    font-size: 3.3854166667vw;
  }
}
.ziku__top_price--wrap.price02 {
  position: relative;
  width: 971px;
  margin-right: auto;
  margin-bottom: 3.0761209593vw;
  margin-left: auto;
}
@media screen and (max-width: 1215px) {
  .ziku__top_price--wrap.price02 {
    width: calc(100% - 36px);
  }
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price02 {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price02 {
    margin-bottom: 7.6822916667vw;
  }
}
.ziku__top_price--wrap.price02 > p {
  border-radius: 5px;
  background-color: #D0D0D0;
  padding: 0.2606882169vw 0;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price02 > p {
    border-radius: 0.6510416667vw;
    padding: 0.6510416667vw 0;
  }
}
.ziku__top_price--wrap.price02::before, .ziku__top_price--wrap.price02::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
.ziku__top_price--wrap.price02::before {
  left: 132px;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 34px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price02::before {
    left: 9.2447916667vw;
    width: 5.46875vw;
    height: 5.46875vw;
    border-radius: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price02::before {
    left: 2.6041666667vw;
    width: 8.8541666667vw;
    height: 8.8541666667vw;
    border-radius: 4.4270833333vw;
  }
}
.ziku__top_price--wrap.price02::after {
  left: 151.5px;
  width: 30.33px;
  height: 30.33px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M31.1663%2018.1673H18.1663V31.1673H13.833V18.1673H0.833008V13.834H13.833V0.833984H18.1663V13.834H31.1663V18.1673Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price02::after {
    left: 10.6770833333vw;
    width: 2.734375vw;
    height: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price02::after {
    left: 5.2vw;
    width: 3.94921875vw;
    height: 3.94921875vw;
  }
}
.ziku__top_price--wrap.price02 > p {
  font-size: 2rem;
  line-height: 1.5;
}
.ziku__top_price--wrap.price02 > p > span.no {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.6256517205vw;
}
.ziku__top_price--wrap.price02 > p > span.unit {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price02 > p {
    font-size: 2.0833333333vw;
  }
  .ziku__top_price--wrap.price02 > p > span.no {
    font-size: 3.3854166667vw;
    padding-left: 0.78125vw;
  }
  .ziku__top_price--wrap.price02 > p > span.unit {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price02 > p {
    font-size: 3.3854166667vw;
  }
  .ziku__top_price--wrap.price02 > p > span.no {
    font-size: 5.9895833333vw;
  }
  .ziku__top_price--wrap.price02 > p > span.unit {
    font-size: 3.3854166667vw;
  }
}
.ziku__top_price--wrap.price03 {
  position: relative;
  font-size: 0;
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E6E6E6;
  border-radius: 5px;
  vertical-align: top;
  padding: 1.2513034411vw;
  margin-right: 8px;
  margin-left: 8px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents {
    border-radius: 0.6510416667vw;
    padding: 2.34375vw;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents {
    padding: 3.125vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) {
  width: 568px;
}
@media screen and (max-width: 1377px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) {
    width: calc(50% - 16px);
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about {
  margin-top: 2.1376433785vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2.6041666667vw;
  }
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) {
    margin-bottom: 5.2083333333vw;
  }
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about {
    margin-top: 5.3385416667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) {
  width: 570px;
}
@media screen and (max-width: 1377px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) {
    width: calc(50% - 16px);
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about {
  margin-top: 3.6496350365vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) {
    width: 100%;
  }
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about {
    margin-top: 5.3385416667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-name, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-name, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-name {
    font-size: 2.34375vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-name, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-name {
    font-size: 4.6875vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-text, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.6684045881vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-text, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-text {
    font-size: 1.8229166667vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-text, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-text {
    font-size: 2.9947916667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown {
  font-size: 0;
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-whole, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-text, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-whole, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-text {
  display: inline-block;
  vertical-align: middle;
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-whole, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-whole {
  position: relative;
  width: 114px;
  height: 101px;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
  background-color: #D0D0D0;
  margin-right: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-whole, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-whole {
    width: 14.84375vw;
    height: 13.1510416667vw;
    font-size: 1.8229166667vw;
    border-radius: 0.6510416667vw;
    margin-right: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-whole, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-whole {
    width: 16.9270833333vw;
    height: 16.9270833333vw;
    font-size: 2.9947916667vw;
    margin-right: 2.6041666667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-whole span.centered, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-whole span.centered {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-whole span.no, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-whole span.no {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-whole span.no, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-whole span.no {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-whole span.no, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-whole span.no {
    font-size: 5.46875vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-text, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-text {
  width: calc(100% - 114px - 0.5213764338vw);
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-text, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-text {
    width: calc(100% - 16.1458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-text, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-text {
    width: calc(100% - 19.53125vw);
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-text > p, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-text > p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1em;
  text-align: left;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-text > p, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-text > p {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-text > p, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-text > p {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list > li, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list > li {
  font-size: 0;
  margin-bottom: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list > li, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list > li {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list > li, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list > li {
    margin-bottom: 1.0416666667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list > li:last-child, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list > li:last-child {
  margin-bottom: 0;
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-item, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-detail, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-item, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-detail {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: top;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-item, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-detail, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-item, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-detail {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-item, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-detail, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-item, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-detail {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-item, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-item {
  width: 126px;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-item, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-item {
    width: 16.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-item, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-item {
    width: 27vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-detail, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-detail {
  width: calc(100% - 126px);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: left;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-detail, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-detail {
    width: calc(100% - 16.40625vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-breakdown-list-detail, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-breakdown-list-detail {
    width: calc(100% - 27vw);
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.4077163712vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title {
    font-size: 2.0833333333vw;
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title {
    font-size: 3.3854166667vw;
    margin-bottom: 3.515625vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title::before, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title::before, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 27%;
  height: 2px;
  background-color: #444;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title::before, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title::before, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title::after {
    width: 30%;
    height: 0.1302083333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title::before, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title::before, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title::after {
    width: 20%;
    height: 0.2604166667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title::before, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title::before {
  left: 0;
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-title::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-title::after {
  right: 0;
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-list {
  margin-bottom: 1.6684045881vw;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-list {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-list, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-list {
    margin-bottom: 4.1666666667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-list > li, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-list > li {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-list > li, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-list > li {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-list > li, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-list > li {
    font-size: 2.9947916667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-list > li::before, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-list > li::before {
  content: "・";
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn {
  width: 100%;
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a {
  position: relative;
  display: block;
  height: 54px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: margin 0.4s, -webkit-box-shadow 0.4s;
  transition: margin 0.4s, -webkit-box-shadow 0.4s;
  transition: margin 0.4s, box-shadow 0.4s;
  transition: margin 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a {
    height: 5.2083333333vw;
    font-size: 1.8229166667vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a {
    height: 7.03125vw;
    font-size: 2.9947916667vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a > span, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a > span::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a > span::after {
  position: relative;
  display: inline-block;
  top: -2px;
  width: 4.9px;
  height: 8px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.47027%200L0.530273%200.94L3.58361%204L0.530273%207.06L1.47027%208L5.47027%204L1.47027%200Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-left: 13px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a > span::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a > span::after {
    top: -0.1302083333vw;
    width: 0.6380208333vw;
    height: 1.0416666667vw;
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a > span::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a > span::after {
    top: 0;
    width: 1.2760416667vw;
    height: 2.0833333333vw;
    margin-left: 1.6927083333vw;
  }
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a:hover, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a:hover {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a:hover > span::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a:hover > span::after {
  margin-left: 26px;
}
@media screen and (max-width: 1140px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a:hover, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a:hover {
    -webkit-box-shadow: 0 0.390625vw 0.9114583333vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.390625vw 0.9114583333vw rgba(0, 0, 0, 0.3);
  }
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a:hover > span::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a:hover > span::after {
    margin-left: 1.6927083333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a:hover, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a:hover {
    -webkit-box-shadow: 0 0.78125vw 1.8229166667vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.78125vw 1.8229166667vw rgba(0, 0, 0, 0.3);
  }
  .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(1) .ziku__top_price-contents-about-btn > a:hover > span::after, .ziku__top_price--wrap.price03 .ziku__top_price-contents:nth-of-type(2) .ziku__top_price-contents-about-btn > a:hover > span::after {
    margin-left: 3.3854166667vw;
  }
}
.ziku__webiner_strength {
  position: relative;
  z-index: 1;
  padding-top: 5.2137643379vw;
  padding-bottom: 6.7778936392vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength {
    padding-top: 6.5104166667vw;
    padding-bottom: 10.4166666667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__webiner_strength-title {
  font-size: 0;
  margin-right: 1.6684045881vw;
  margin-left: 1.6684045881vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-title {
    margin-right: 0;
    margin-left: 0;
  }
}
.ziku__webiner_strength-title.strength01 {
  border-bottom: 1px solid #D2D4D7;
  padding-bottom: 4.4316996872vw;
  margin-bottom: 4.4316996872vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-title.strength01 {
    border-bottom: 0.1302083333vw solid #D2D4D7;
    padding-bottom: 5.5338541667vw;
    margin-bottom: 5.5338541667vw;
  }
}
.ziku__webiner_strength-title.strength01 .ziku__webiner_strength-title-no > img {
  width: 100%;
}
.ziku__webiner_strength-title.strength02 {
  border-bottom: 1px solid #D2D4D7;
  padding-bottom: 4.4316996872vw;
  margin-bottom: 4.4316996872vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-title.strength02 {
    border-bottom: 0.1302083333vw solid #D2D4D7;
    padding-bottom: 5.5338541667vw;
    margin-bottom: 5.5338541667vw;
  }
}
.ziku__webiner_strength-title.strength02 .ziku__webiner_strength-title-no > img {
  width: 21.0636079249vw;
}
.ziku__webiner_strength-title.strength03 {
  margin-bottom: 4.275286757vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-title.strength03 {
    margin-bottom: 5.3385416667vw;
  }
}
.ziku__webiner_strength-title.strength03 .ziku__webiner_strength-title-no > img {
  width: 21.3764337852vw;
}
.ziku__webiner_strength-title.strength04 {
  margin-bottom: 3.1282586027vw;
}
.ziku__webiner_strength-title.strength04 .ziku__webiner_strength-title-no > img {
  width: 20.1251303441vw;
}
.ziku__webiner_strength-title.strength05 .ziku__webiner_strength-title-no > img {
  width: 19.4994786236vw;
}
.ziku__webiner_strength-title-no, .ziku__webiner_strength-title--wrap {
  display: inline-block;
  vertical-align: top;
}
.ziku__webiner_strength-title-no {
  width: 23.3055265902vw;
  margin-right: 8.3420229406vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-title-no {
    margin-right: 10.4166666667vw;
  }
}
.ziku__webiner_strength-title-no > img {
  width: 100%;
}
.ziku__webiner_strength-title--wrap {
  width: calc(100% - 31.6475495308vw);
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-title--wrap {
    width: calc(100% - 33.7221932569vw);
  }
}
.ziku__webiner_strength-title-text {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-title-text {
    font-size: 2.34375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-title-text {
    font-size: 3.125vw;
  }
}
.ziku__webiner_strength-title-text::before {
  position: absolute;
  top: 12px;
  left: -37px;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-title-text::before {
    top: 0.78125vw;
    left: -2.4088541667vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-title-text::before {
    left: -3.90625vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.ziku__webiner_strength-title-list > li {
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-title-list > li {
    font-size: 1.5625vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-title-list > li {
    font-size: 2.0833333333vw;
  }
}
.ziku__webiner_strength-title-list > li::before {
  content: "・";
}
.ziku__webiner_strength-title-list > li:last-child {
  margin-bottom: 0;
}
.ziku__webiner_strength-how {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  background-color: #fff;
  padding: 3.5453597497vw 6.2565172054vw 3.6496350365vw 6.2565172054vw;
  margin-bottom: 8.3420229406vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how {
    -webkit-box-shadow: 0 1.7578125vw 3.2552083333vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.7578125vw 3.2552083333vw rgba(22, 25, 79, 0.05);
    padding: 3.90625vw 2.6041666667vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how {
    padding-top: 0;
  }
}
.ziku__webiner_strength-how--wrap01 {
  font-size: 0;
  text-align: center;
  margin-bottom: 6.7778936392vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how--wrap01 {
    margin-bottom: 5.2083333333vw;
  }
}
.ziku__webiner_strength-how--wrap02 {
  position: relative;
  width: 59vw;
  font-size: 0;
  text-align: center;
  border: 0.0260688217vw solid #F2F6FF;
  -webkit-box-shadow: 0 0.5213764338vw 1.0427528676vw rgba(22, 25, 79, 0.16);
          box-shadow: 0 0.5213764338vw 1.0427528676vw rgba(22, 25, 79, 0.16);
  padding-top: 1.3555787278vw;
  padding-bottom: 2.1897810219vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how--wrap02 {
    width: 73.5677083333vw;
    border: 0.1302083333vw solid #F2F6FF;
    -webkit-box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(22, 25, 79, 0.16);
            box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(22, 25, 79, 0.16);
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }
}
.ziku__webiner_strength-how--thumb {
  font-size: 0;
  margin-bottom: 2.5026068822vw;
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how--thumb {
    margin-bottom: 5.2083333333vw;
  }
}
.ziku__webiner_strength-how-text--organizer, .ziku__webiner_strength-how-text--visit {
  display: inline-block;
  vertical-align: top;
}
.ziku__webiner_strength-how-text--organizer > p, .ziku__webiner_strength-how-text--visit > p {
  width: 160px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  background-color: #F1F3F5;
  border-radius: 5px;
  padding: 0.417101147vw 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-text--organizer > p, .ziku__webiner_strength-how-text--visit > p {
    width: 14.3229166667vw;
    font-size: 1.8229166667vw;
    border-radius: 0.6510416667vw;
    padding: 0.5208333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-text--organizer > p, .ziku__webiner_strength-how-text--visit > p {
    width: 20.8333333333vw;
    font-size: 2.34375vw;
  }
}
.ziku__webiner_strength-how-text--organizer > p:not(:first-child), .ziku__webiner_strength-how-text--visit > p:not(:first-child) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #3471CB;
  font-size: 1.4rem;
  border-radius: 60px;
  background-color: #EDF3FA;
  padding: 0.417101147vw 0.5213764338vw;
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-text--organizer > p:not(:first-child), .ziku__webiner_strength-how-text--visit > p:not(:first-child) {
    font-size: 1.3020833333vw;
    border-radius: 3.90625vw;
    padding: 0.5208333333vw 0.6510416667vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-text--organizer > p:not(:first-child), .ziku__webiner_strength-how-text--visit > p:not(:first-child) {
    font-size: 1.8229166667vw;
  }
}
.ziku__webiner_strength-how-text--organizer {
  width: 19.8123044838vw;
}
.ziku__webiner_strength-how-text--organizer > p {
  margin-bottom: 1.7205422315vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-text--organizer {
    width: 28.6458333333vw;
  }
  .ziku__webiner_strength-how-text--organizer > p {
    margin-bottom: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-text--organizer {
    width: 40%;
    margin-right: 2%;
    margin-left: 8%;
  }
}
.ziku__webiner_strength-how-text--visit {
  width: 18.2481751825vw;
}
.ziku__webiner_strength-how-text--visit > p {
  margin-bottom: 1.3034410845vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-text--visit {
    width: 23.4375vw;
  }
  .ziku__webiner_strength-how-text--visit > p {
    margin-bottom: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-text--visit {
    width: 40%;
    margin-right: 8%;
    margin-left: 2%;
  }
}
.ziku__webiner_strength-how-illust {
  width: calc(100% - 38.0604796663vw);
  display: inline-block;
  vertical-align: top;
}
.ziku__webiner_strength-how-illust.sp02 {
  display: none;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-illust {
    width: calc(100% - 52.0833333333vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-illust.pc02 {
    display: none;
  }
  .ziku__webiner_strength-how-illust.sp02 {
    display: block;
    width: 60vw;
    margin-right: auto;
    margin-bottom: 2.6041666667vw;
    margin-left: auto;
  }
}
.ziku__webiner_strength-how-illust > img {
  width: 100%;
}
.ziku__webiner_strength-how-circular {
  position: absolute;
  z-index: 1;
  width: 12.7215849844vw;
  height: 12.7215849844vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-circular {
    width: 15.8854166667vw;
    height: 15.8854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-circular {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
  }
}
.ziku__webiner_strength-how-circular.circular01 {
  top: -4.5vw;
  left: -6.5vw;
}
.ziku__webiner_strength-how-circular.circular02 {
  top: 6vw;
  right: -5vw;
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-circular.circular02 {
    top: 56vw;
    right: -7vw;
  }
}
.ziku__webiner_strength-how-circular > img {
  width: 100%;
}
.ziku__webiner_strength-how-thumb {
  display: inline-block;
  width: 22.7841501564vw;
  vertical-align: top;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-thumb {
    width: 28.4765625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-thumb {
    display: block;
    width: 80%;
  }
}
.ziku__webiner_strength-how-thumb:nth-of-type(1) {
  margin-right: 1.5641293014vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-thumb:nth-of-type(1) {
    margin-right: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-thumb:nth-of-type(1) {
    margin-right: auto;
    margin-bottom: 5.2083333333vw;
    margin-left: auto;
  }
}
.ziku__webiner_strength-how-thumb:nth-of-type(2) {
  margin-left: 1.5641293014vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-thumb:nth-of-type(2) {
    margin-left: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-thumb:nth-of-type(2) {
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__webiner_strength-how-thumb-img {
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-thumb-img {
    margin-bottom: 1.3020833333vw;
  }
}
.ziku__webiner_strength-how-thumb-img > img {
  width: 100%;
}
.ziku__webiner_strength-how-thumb-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-thumb-list > li {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-thumb-list > li {
    font-size: 2.0833333333vw;
  }
}
.ziku__webiner_strength-how-thumb-list > li::before {
  content: "・";
}
.ziku__webiner_strength-how-supplement {
  position: relative;
  display: inline-block;
  width: 46vw;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #5663E8;
  border-radius: 5px;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%), #5663E8;
  padding-top: 0.8342022941vw;
  padding-right: 2.5808133472vw;
  padding-bottom: 0.8342022941vw;
  padding-left: 5.4483837331vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-supplement {
    width: 72%;
    font-size: 1.3020833333vw;
    text-align: right;
    border: 0.1302083333vw solid #5663E8;
    border-radius: 0.6510416667vw;
    padding-top: 1.0416666667vw;
    padding-right: 3.2552083333vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 2.7241918665vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-supplement {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 92%;
    font-size: 2.0833333333vw;
    text-align: left;
    line-height: 1.5;
    padding-right: 1.0416666667vw;
    padding-left: 12vw;
  }
}
.ziku__webiner_strength-how-supplement > img {
  position: absolute;
  top: -0.9906152242vw;
  left: 0.8863399374vw;
  width: 3.4932221064vw;
  height: 5.2659019812vw;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-how-supplement > img {
    top: -1.953125vw;
    left: 1.1067708333vw;
    width: 5.2083333333vw;
    height: 6.5755208333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-how-supplement > img {
    top: -3.5vw;
    left: 2.5vw;
    width: 6.54296875vw;
    height: 9.86328125vw;
  }
}
.ziku__webiner_strength-point {
  margin-bottom: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-point {
    margin-bottom: 7.8125vw;
  }
}
.ziku__webiner_strength-point-img > img {
  width: 100%;
}
.ziku__webiner_strength-price {
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price {
    padding: 5.2083333333vw 4.6875vw;
  }
}
.ziku__webiner_strength-price-text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 3.3368091762vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price-text {
    font-size: 2.0833333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price-text {
    font-size: 2.734375vw;
  }
}
.ziku__webiner_strength-price--wrap {
  position: relative;
  font-size: 0;
}
.ziku__webiner_strength-price--wrap.price01 {
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1356px) {
  .ziku__webiner_strength-price--wrap.price01 {
    width: calc(100% + 36px);
    left: -18px;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 {
    width: calc(100% + 2.34375vw);
    left: -1.171875vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 {
    width: 100%;
    left: 0;
    margin-bottom: 3.125vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 177px;
  background-color: #E6E6E6;
  border-radius: 5px;
  vertical-align: top;
  padding: 0.8863399374vw 0.9384775808vw;
  margin-right: 18px;
  margin-left: 18px;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents {
    height: 17.5vw;
    border-radius: 0.6510416667vw;
    padding: 2.2135416667vw 1.5625vw;
    margin-right: 1.171875vw;
    margin-left: 1.171875vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents {
    height: auto;
    padding: 4.4270833333vw 2.34375vw;
    margin-right: 0;
    margin-bottom: 4.6875vw;
    margin-left: 0;
  }
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:last-child {
    margin-bottom: 0;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(1) {
  width: 331px;
}
@media screen and (max-width: 1356px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(1) {
    width: calc(33.3333333333% - 36px);
  }
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(1) {
    width: calc(33.3333333333% - 2.34375vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(1) {
    width: 100%;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-name {
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-name {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-name {
    margin-bottom: 2.0833333333vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-name {
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-name {
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-name {
    margin-bottom: 1.3020833333vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3) .ziku__webiner_strength-price-contents-name {
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3) .ziku__webiner_strength-price-contents-name {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3) .ziku__webiner_strength-price-contents-name {
    margin-bottom: 2.0833333333vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2), .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3) {
  position: relative;
  width: 285px;
}
@media screen and (max-width: 1356px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2), .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3) {
    width: calc(33.3333333333% - 36px);
  }
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2), .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3) {
    width: calc(33.3333333333% - 2.34375vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2), .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3) {
    width: 100%;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::before, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::after, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::before, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::before, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::after, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::before, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::after {
    bottom: auto;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::before, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::before {
  left: -50px;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 34px;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::before, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::before {
    left: -3.90625vw;
    width: 5.46875vw;
    height: 5.46875vw;
    border-radius: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::before, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::before {
    top: -6.5104166667vw;
    left: 0;
    right: 0;
    width: 8.8541666667vw;
    height: 8.8541666667vw;
    border-radius: 4.4270833333vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::after, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::after {
  left: -30.33px;
  width: 30.33px;
  height: 30.33px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M31.1663%2018.1673H18.1663V31.1673H13.833V18.1673H0.833008V13.834H13.833V0.833984H18.1663V13.834H31.1663V18.1673Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::after, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::after {
    left: -2.4739583333vw;
    width: 2.734375vw;
    height: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(2)::after, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents:nth-of-type(3)::after {
    top: -4.296875vw;
    right: 0;
    left: 0;
    width: 3.94921875vw;
    height: 3.94921875vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-name {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-name {
    font-size: 4.6875vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-no {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  margin-bottom: 0.7820646507vw;
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-no > span {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-no {
    font-size: 1.6927083333vw;
    margin-bottom: 1.0416666667vw;
  }
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-no > span {
    font-size: 2.9947916667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-no {
    font-size: 3.3854166667vw;
    margin-bottom: 1.953125vw;
  }
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-no > span {
    font-size: 5.9895833333vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list > li {
  font-size: 0;
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list > li {
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list > li {
    margin-bottom: 1.3020833333vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list > li + .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list > li {
  margin-bottom: 0;
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-item, .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-no {
  display: inline-block;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  vertical-align: middle;
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-item {
  width: 80px;
  font-size: 1.5rem;
  text-align: right;
  margin-right: 0.7820646507vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-item {
    width: 9.1145833333vw;
    font-size: 1.6927083333vw;
    margin-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-item {
    width: calc(50% - 3.90625vw);
    font-size: 3.6458333333vw;
    margin-right: 3.90625vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-no {
  width: 113px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-no > span {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-no {
    width: calc(100% - 10.15625vw);
    font-size: 1.6927083333vw;
  }
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-no > span {
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-no {
    width: 50%;
    font-size: 3.3854166667vw;
    text-align: left;
  }
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-list-no > span {
    font-size: 5.9895833333vw;
  }
}
.ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-annotation {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-annotation {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price01 .ziku__webiner_strength-price-contents-annotation {
    font-size: 3.3854166667vw;
  }
}
.ziku__webiner_strength-price--wrap.price02 {
  position: relative;
  width: 971px;
  margin-right: auto;
  margin-bottom: 3.0761209593vw;
  margin-left: auto;
}
@media screen and (max-width: 1356px) {
  .ziku__webiner_strength-price--wrap.price02 {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price02 {
    width: 100%;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price02 {
    margin-bottom: 7.6822916667vw;
  }
}
.ziku__webiner_strength-price--wrap.price02 > p {
  border-radius: 5px;
  background-color: #D0D0D0;
  padding: 0.2606882169vw 0;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price02 > p {
    border-radius: 0.6510416667vw;
    padding: 0.6510416667vw 0;
  }
}
.ziku__webiner_strength-price--wrap.price02::before, .ziku__webiner_strength-price--wrap.price02::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
.ziku__webiner_strength-price--wrap.price02::before {
  left: 132px;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 34px;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price02::before {
    left: 9.2447916667vw;
    width: 5.46875vw;
    height: 5.46875vw;
    border-radius: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price02::before {
    left: 2.6041666667vw;
    width: 8.8541666667vw;
    height: 8.8541666667vw;
    border-radius: 4.4270833333vw;
  }
}
.ziku__webiner_strength-price--wrap.price02::after {
  left: 151.5px;
  width: 30.33px;
  height: 30.33px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M31.1663%2018.1673H18.1663V31.1673H13.833V18.1673H0.833008V13.834H13.833V0.833984H18.1663V13.834H31.1663V18.1673Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price02::after {
    left: 10.6770833333vw;
    width: 2.734375vw;
    height: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price02::after {
    left: 5.2vw;
    width: 3.94921875vw;
    height: 3.94921875vw;
  }
}
.ziku__webiner_strength-price--wrap.price02 > p {
  font-size: 2rem;
  line-height: 1.5;
}
.ziku__webiner_strength-price--wrap.price02 > p > span.no {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.6256517205vw;
}
.ziku__webiner_strength-price--wrap.price02 > p > span.unit {
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price02 > p {
    font-size: 2.0833333333vw;
  }
  .ziku__webiner_strength-price--wrap.price02 > p > span.no {
    font-size: 3.3854166667vw;
    padding-left: 0.78125vw;
  }
  .ziku__webiner_strength-price--wrap.price02 > p > span.unit {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price02 > p {
    font-size: 3.125vw;
  }
  .ziku__webiner_strength-price--wrap.price02 > p > span.no {
    font-size: 5.46875vw;
  }
  .ziku__webiner_strength-price--wrap.price02 > p > span.unit {
    font-size: 3.125vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 {
  position: relative;
  font-size: 0;
}
@media screen and (max-width: 1538px) {
  .ziku__webiner_strength-price--wrap.price03 {
    width: calc(100% + 16px);
    left: -8px;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 {
    width: 100%;
    left: 0;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E6E6E6;
  border-radius: 5px;
  vertical-align: top;
  padding: 1.2513034411vw;
  margin-right: 8px;
  margin-left: 8px;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents {
    border-radius: 0.6510416667vw;
    padding: 2.34375vw;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents {
    padding: 3.125vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) {
  width: 568px;
}
@media screen and (max-width: 1538px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) {
    width: calc(50% - 16px);
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about {
  margin-top: 2.1376433785vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2.6041666667vw;
  }
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) {
    margin-bottom: 5.2083333333vw;
  }
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about {
    margin-top: 5.3385416667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) {
  width: 570px;
}
@media screen and (max-width: 1538px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) {
    width: calc(50% - 16px);
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about {
  margin-top: 3.6496350365vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) {
    width: 100%;
  }
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about {
    margin-top: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about {
    margin-top: 5.3385416667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-name, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-name, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-name {
    font-size: 2.34375vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-name, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-name {
    font-size: 4.6875vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-text, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.6684045881vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-text, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-text {
    font-size: 1.8229166667vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-text, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-text {
    font-size: 2.9947916667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown {
  font-size: 0;
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-whole, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-text, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-whole, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-text {
  display: inline-block;
  vertical-align: middle;
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-whole, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-whole {
  position: relative;
  width: 114px;
  height: 101px;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
  background-color: #D0D0D0;
  margin-right: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-whole, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-whole {
    width: 14.84375vw;
    height: 13.1510416667vw;
    font-size: 1.8229166667vw;
    border-radius: 0.6510416667vw;
    margin-right: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-whole, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-whole {
    width: 16.9270833333vw;
    height: 16.9270833333vw;
    font-size: 2.9947916667vw;
    margin-right: 2.6041666667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-whole span.centered, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-whole span.centered {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-whole span.no, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-whole span.no {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-whole span.no, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-whole span.no {
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-whole span.no, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-whole span.no {
    font-size: 5.46875vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-text, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-text {
  width: calc(100% - 114px - 0.5213764338vw);
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-text, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-text {
    width: calc(100% - 16.1458333333vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-text, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-text {
    width: calc(100% - 19.53125vw);
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-text > p, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-text > p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1em;
  text-align: left;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-text > p, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-text > p {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-text > p, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-text > p {
    font-size: 2.9947916667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list > li, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list > li {
  font-size: 0;
  margin-bottom: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list > li, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list > li {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list > li, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list > li {
    margin-bottom: 1.0416666667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list > li:last-child, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list > li:last-child {
  margin-bottom: 0;
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-item, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-detail, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-item, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-detail {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  vertical-align: top;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-item, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-detail, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-item, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-detail {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-item, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-detail, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-item, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-detail {
    font-size: 2.9947916667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-item, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-item {
  width: 126px;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-item, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-item {
    width: 16.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-item, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-item {
    width: 27vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-detail, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-detail {
  width: calc(100% - 126px);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  text-align: left;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-detail, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-detail {
    width: calc(100% - 16.40625vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-breakdown-list-detail, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-breakdown-list-detail {
    width: calc(100% - 27vw);
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.4077163712vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title {
    font-size: 2.0833333333vw;
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title {
    font-size: 3.3854166667vw;
    margin-bottom: 3.515625vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  width: 27%;
  height: 2px;
  background-color: #444;
  margin: auto;
}
@media screen and (max-width: 1538px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::after {
    width: 20%;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::after {
    width: 30%;
    height: 0.1302083333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::after {
    width: 20%;
    height: 0.2604166667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::before {
  left: 0;
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-title::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-title::after {
  right: 0;
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-list {
  margin-bottom: 1.6684045881vw;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-list {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-list, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-list {
    margin-bottom: 4.1666666667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-list > li, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-list > li {
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-list > li, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-list > li {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-list > li, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-list > li {
    font-size: 2.9947916667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-list > li::before, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-list > li::before {
  content: "・";
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn {
  width: 100%;
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a {
  position: relative;
  display: block;
  height: 54px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: margin 0.4s, -webkit-box-shadow 0.4s;
  transition: margin 0.4s, -webkit-box-shadow 0.4s;
  transition: margin 0.4s, box-shadow 0.4s;
  transition: margin 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a {
    height: 5.2083333333vw;
    font-size: 1.8229166667vw;
    border-radius: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a {
    height: 7.03125vw;
    font-size: 2.9947916667vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a > span, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a > span::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a > span::after {
  position: relative;
  display: inline-block;
  top: -2px;
  width: 4.9px;
  height: 8px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.47027%200L0.530273%200.94L3.58361%204L0.530273%207.06L1.47027%208L5.47027%204L1.47027%200Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-left: 13px;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a > span::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a > span::after {
    top: -0.1302083333vw;
    width: 0.6380208333vw;
    height: 1.0416666667vw;
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a > span::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a > span::after {
    top: 0;
    width: 1.2760416667vw;
    height: 2.0833333333vw;
    margin-left: 1.6927083333vw;
  }
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a:hover, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a:hover {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a:hover > span::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a:hover > span::after {
  margin-left: 26px;
}
@media screen and (max-width: 1140px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a:hover, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a:hover {
    -webkit-box-shadow: 0 0.390625vw 0.9114583333vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.390625vw 0.9114583333vw rgba(0, 0, 0, 0.3);
  }
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a:hover > span::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a:hover > span::after {
    margin-left: 1.6927083333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a:hover, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a:hover {
    -webkit-box-shadow: 0 0.78125vw 1.8229166667vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.78125vw 1.8229166667vw rgba(0, 0, 0, 0.3);
  }
  .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(1) .ziku__webiner_strength-price-contents-about-btn > a:hover > span::after, .ziku__webiner_strength-price--wrap.price03 .ziku__webiner_strength-price-contents:nth-of-type(2) .ziku__webiner_strength-price-contents-about-btn > a:hover > span::after {
    margin-left: 3.3854166667vw;
  }
}
.ziku__effective_title {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_title {
    padding-right: 4.296875vw;
    padding-left: 4.296875vw;
  }
}
.ziku__effective_title::before, .ziku__effective_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_title::before, .ziku__effective_title::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__effective_title::before {
  top: 0;
  left: 0;
}
.ziku__effective_title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ziku__effective_title--eng {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_title--eng {
    font-size: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__effective_title--h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_title--h3 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_title--h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__effective_event {
  position: relative;
  z-index: 1;
  padding-top: 5.2137643379vw;
  padding-bottom: 8.6027111575vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event {
    padding-bottom: 10.4166666667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event {
    padding-bottom: 15.625vw;
  }
}
.ziku__effective_event-title {
  width: 1120px;
  margin-bottom: 2.0855057351vw;
}
@media screen and (max-width: 1630px) {
  .ziku__effective_event-title {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-title {
    width: 56vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-title {
    width: 70vw;
  }
}
.ziku__effective_event-table {
  display: table;
  width: 100%;
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table {
    margin-bottom: 0.6510416667vw;
  }
}
.ziku__effective_event-table > div {
  display: table-row;
}
.ziku__effective_event-table-item, .ziku__effective_event-table-detail {
  display: table-cell;
}
.ziku__effective_event-table-item:nth-of-type(1), .ziku__effective_event-table-detail:nth-of-type(1) {
  width: 19%;
}
.ziku__effective_event-table-item:nth-of-type(2), .ziku__effective_event-table-detail:nth-of-type(2) {
  width: 50%;
}
.ziku__effective_event-table-item:nth-of-type(3), .ziku__effective_event-table-detail:nth-of-type(3) {
  width: 1%;
}
.ziku__effective_event-table-item:nth-of-type(4), .ziku__effective_event-table-detail:nth-of-type(4) {
  width: 30%;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-item:nth-of-type(1), .ziku__effective_event-table-detail:nth-of-type(1) {
    width: 15%;
  }
  .ziku__effective_event-table-item:nth-of-type(2), .ziku__effective_event-table-detail:nth-of-type(2) {
    width: 52%;
  }
  .ziku__effective_event-table-item:nth-of-type(4), .ziku__effective_event-table-detail:nth-of-type(4) {
    width: 32%;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-item:nth-of-type(1), .ziku__effective_event-table-detail:nth-of-type(1) {
    width: 20%;
  }
  .ziku__effective_event-table-item:nth-of-type(2), .ziku__effective_event-table-detail:nth-of-type(2) {
    width: 50%;
  }
  .ziku__effective_event-table-item:nth-of-type(4), .ziku__effective_event-table-detail:nth-of-type(4) {
    width: 30%;
  }
}
.ziku__effective_event-table-item {
  height: 154px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-item {
    height: 10.0260416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-item {
    height: 11.0677083333vw;
  }
}
.ziku__effective_event-table-item:nth-of-type(2), .ziku__effective_event-table-item:nth-of-type(4) {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-box-shadow: 0 0 1.3034410845vw rgba(22, 25, 79, 0.15);
          box-shadow: 0 0 1.3034410845vw rgba(22, 25, 79, 0.15);
  border-top-left-radius: 0.5213764338vw;
  border-top-right-radius: 0.5213764338vw;
  padding: 0 1.0427528676vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-item:nth-of-type(2), .ziku__effective_event-table-item:nth-of-type(4) {
    -webkit-box-shadow: 0 0 1.6276041667vw rgba(22, 25, 79, 0.15);
            box-shadow: 0 0 1.6276041667vw rgba(22, 25, 79, 0.15);
    border-top-left-radius: 0.6510416667vw;
    border-top-right-radius: 0.6510416667vw;
  }
}
.ziku__effective_event-table-item:nth-of-type(2) {
  background-color: #fff;
}
.ziku__effective_event-table-item:nth-of-type(2) > img {
  width: 14.4421272158vw;
  height: 4.7966631908vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-item:nth-of-type(2) > img {
    width: 18.0338541667vw;
    height: 5.9895833333vw;
  }
}
.ziku__effective_event-table-item:nth-of-type(4) {
  color: #818181;
  font-size: 2.6rem;
  background-color: #F5F5F5;
}
.ziku__effective_event-table-item:nth-of-type(4) > span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-item:nth-of-type(4) {
    font-size: 1.8229166667vw;
  }
  .ziku__effective_event-table-item:nth-of-type(4) > span {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-item:nth-of-type(4) {
    font-size: 2.734375vw;
  }
  .ziku__effective_event-table-item:nth-of-type(4) > span {
    font-size: 1.8229166667vw;
  }
}
.ziku__effective_event-table-detail:nth-of-type(2), .ziku__effective_event-table-detail:nth-of-type(4) {
  -webkit-box-shadow: 0 0 1.3034410845vw rgba(22, 25, 79, 0.15);
          box-shadow: 0 0 1.3034410845vw rgba(22, 25, 79, 0.15);
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-detail:nth-of-type(2), .ziku__effective_event-table-detail:nth-of-type(4) {
    -webkit-box-shadow: 0 0 1.6276041667vw rgba(22, 25, 79, 0.15);
            box-shadow: 0 0 1.6276041667vw rgba(22, 25, 79, 0.15);
  }
}
.ziku__effective_event-table-detail:nth-of-type(1) > p {
  position: relative;
  font-size: 1.2513034411vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-box-shadow: 0 0 1.3034410845vw rgba(22, 25, 79, 0.1);
          box-shadow: 0 0 1.3034410845vw rgba(22, 25, 79, 0.1);
  background-color: #fff;
  padding: 0 1.0427528676vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-detail:nth-of-type(1) > p {
    font-size: 1.8229166667vw;
    -webkit-box-shadow: 0 0 1.6276041667vw rgba(22, 25, 79, 0.1);
            box-shadow: 0 0 1.6276041667vw rgba(22, 25, 79, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-detail:nth-of-type(1) > p {
    font-size: 2.34375vw;
  }
}
.ziku__effective_event-table-detail:nth-of-type(1) > p > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__effective_event-table-detail:nth-of-type(2) {
  vertical-align: top;
  background-color: #EDF3FA;
}
.ziku__effective_event-table-detail:nth-of-type(2) > div {
  position: relative;
  border-bottom: 1px solid #AEB4F4;
  margin: 0 1.1470281543vw;
}
.ziku__effective_event-table-detail:nth-of-type(2) > div:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-detail:nth-of-type(2) > div {
    border-bottom: 0.1302083333vw solid #AEB4F4;
    margin: 0 1.3020833333vw;
  }
}
.ziku__effective_event-table-detail:nth-of-type(2) > div ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-detail:nth-of-type(2) > div ul {
    padding: 0;
  }
}
.ziku__effective_event-table-detail:nth-of-type(2) > div ul > li {
  font-size: 1.0427528676vw;
  font-weight: 700;
  text-indent: -1em;
  line-height: 1.7;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-detail:nth-of-type(2) > div ul > li {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-detail:nth-of-type(2) > div ul > li {
    font-size: 2.0833333333vw;
  }
}
.ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client {
  font-size: 0;
  text-indent: 0;
}
.ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client::before {
  content: "";
}
.ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client > p {
  display: inline-block;
  font-size: 1.0427528676vw;
  vertical-align: top;
}
.ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client > p:nth-of-type(1) {
  width: 5.2137643379vw;
  margin-left: 1em;
}
.ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client > p:nth-of-type(2) {
  width: calc(100% - 5.2137643379vw - 1em);
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client > p {
    font-size: 1.5625vw;
  }
  .ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client > p:nth-of-type(1) {
    width: 7.8125vw;
  }
  .ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client > p:nth-of-type(2) {
    width: calc(100% - 7.8125vw - 1em);
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client > p {
    font-size: 1.953125vw;
  }
  .ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client > p:nth-of-type(1) {
    width: 9.765625vw;
  }
  .ziku__effective_event-table-detail:nth-of-type(2) > div ul > li.client > p:nth-of-type(2) {
    width: calc(100% - 9.765625vw - 1em);
  }
}
.ziku__effective_event-table-detail:nth-of-type(2) > div ul > li > span {
  color: #5663e8;
}
.ziku__effective_event-table-detail:nth-of-type(2) > div ul > li::before {
  content: "・";
}
.ziku__effective_event-table-detail:nth-of-type(2) > div > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__effective_event-table-detail:nth-of-type(4) {
  vertical-align: top;
  background-color: #F5F5F5;
}
.ziku__effective_event-table-detail:nth-of-type(4) > div {
  position: relative;
  border-bottom: 1px solid #A6A6A6;
  margin: 0 1.0427528676vw;
}
.ziku__effective_event-table-detail:nth-of-type(4) > div:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-detail:nth-of-type(4) > div {
    border-bottom: 0.1302083333vw solid #A6A6A6;
    margin: 0 1.3020833333vw;
  }
}
.ziku__effective_event-table-detail:nth-of-type(4) > div ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.5em;
}
.ziku__effective_event-table-detail:nth-of-type(4) > div ul:last-child {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-detail:nth-of-type(4) > div ul {
    padding: 0;
  }
}
.ziku__effective_event-table-detail:nth-of-type(4) > div ul > li {
  color: #636B78;
  font-size: 0.9384775808vw;
  font-weight: 500;
  text-indent: -1em;
  line-height: 1.5;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-detail:nth-of-type(4) > div ul > li {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-detail:nth-of-type(4) > div ul > li {
    font-size: 2.0833333333vw;
  }
}
.ziku__effective_event-table-detail:nth-of-type(4) > div ul > li::before {
  content: "・";
}
.ziku__effective_event-table-detail:nth-of-type(4) > div > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__effective_event-table-detail.all {
  width: 100%;
  height: 3.2846715328vw;
  color: #fff;
  font-size: 1.4598540146vw;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 0 rgba(22, 25, 79, 0);
          box-shadow: 0 0 0 rgba(22, 25, 79, 0);
  background-color: #363636;
  padding-left: 4.953076121vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-detail.all {
    height: 4.1015625vw;
    font-size: 1.6927083333vw;
    padding-left: 4.6223958333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-detail.all {
    height: 5.7291666667vw;
    font-size: 2.34375vw;
    padding-left: 3.90625vw;
  }
}
.ziku__effective_event-table .height01 {
  height: 7.9770594369vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table .height01 {
    height: 11.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table .height01 {
    height: 19.53125vw;
  }
}
.ziku__effective_event-table .height02 {
  height: 10.5839416058vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table .height02 {
    height: 19.5963541667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table .height02 {
    height: 39.0625vw;
  }
}
.ziku__effective_event-table .height03 {
  height: 12.0437956204vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table .height03 {
    height: 15.0390625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table .height03 {
    height: 31.25vw;
  }
}
.ziku__effective_event-table .height04 {
  height: 12.7737226277vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table .height04 {
    height: 19.5963541667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table .height04 {
    height: 31.9010416667vw;
  }
}
.ziku__effective_event-table .height05 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 26.0688216893vw;
  padding-top: 1.5641293014vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table .height05 {
    height: 35.15625vw;
    padding-top: 2.2786458333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table .height05 {
    height: 65.1041666667vw;
  }
}
.ziku__effective_event-table-emphasis {
  position: relative;
  padding: 0.9645464025vw 0;
  margin-right: 1em;
  margin-bottom: 3.7017726799vw;
  margin-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-emphasis {
    padding: 1.2044270833vw 0;
    margin-bottom: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-emphasis {
    margin-right: 0;
    margin-left: 0;
  }
}
.ziku__effective_event-table-emphasis::after {
  position: absolute;
  right: 0;
  bottom: -2.6vw;
  left: 0;
  content: "";
  width: 1.2513034411vw;
  height: 1.3555787278vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-emphasis::after {
    bottom: -2.8vw;
    width: 1.5625vw;
    height: 1.6927083333vw;
  }
}
.ziku__effective_event-table-emphasis-name {
  font-size: 1.3555787278vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-emphasis-name {
    font-size: 1.6927083333vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-emphasis-name {
    font-size: 2.34375vw;
  }
}
.ziku__effective_event-table-emphasis-text {
  font-size: 0.9384775808vw;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 1.5vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-emphasis-text {
    font-size: 1.171875vw;
    margin: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-emphasis-text {
    font-size: 1.8229166667vw;
  }
}
.ziku__effective_event-table-emphasis.emphasis01 {
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%);
}
.ziku__effective_event-table-emphasis.emphasis01::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.9393%2025.0607C11.5251%2025.6464%2012.4749%2025.6464%2013.0607%2025.0607L22.6066%2015.5147C23.1924%2014.9289%2023.1924%2013.9792%2022.6066%2013.3934C22.0208%2012.8076%2021.0711%2012.8076%2020.4853%2013.3934L12%2021.8787L3.51472%2013.3934C2.92893%2012.8076%201.97918%2012.8076%201.3934%2013.3934C0.807611%2013.9792%200.807611%2014.9289%201.3934%2015.5147L10.9393%2025.0607ZM10.5%20-6.55671e-08L10.5%2024L13.5%2024L13.5%206.55671e-08L10.5%20-6.55671e-08Z%22%20fill%3D%22%233258E1%22%2F%3E%3C%2Fsvg%3E");
}
.ziku__effective_event-table-emphasis.emphasis01 .ziku__effective_event-table-emphasis-name, .ziku__effective_event-table-emphasis.emphasis01 .ziku__effective_event-table-emphasis-text {
  color: #fff;
}
.ziku__effective_event-table-emphasis.emphasis02 {
  border: 1px solid #404040;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-emphasis.emphasis02 {
    border: 0.1302083333vw solid #404040;
  }
}
.ziku__effective_event-table-emphasis.emphasis02::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.9393%2025.0607C11.5251%2025.6464%2012.4749%2025.6464%2013.0607%2025.0607L22.6066%2015.5147C23.1924%2014.9289%2023.1924%2013.9792%2022.6066%2013.3934C22.0208%2012.8076%2021.0711%2012.8076%2020.4853%2013.3934L12%2021.8787L3.51472%2013.3934C2.92893%2012.8076%201.97918%2012.8076%201.3934%2013.3934C0.807611%2013.9792%200.807611%2014.9289%201.3934%2015.5147L10.9393%2025.0607ZM10.5%20-6.55671e-08L10.5%2024L13.5%2024L13.5%206.55671e-08L10.5%20-6.55671e-08Z%22%20fill%3D%22%23404040%22%2F%3E%3C%2Fsvg%3E");
}
.ziku__effective_event-table-emphasis.emphasis02 .ziku__effective_event-table-emphasis-name, .ziku__effective_event-table-emphasis.emphasis02 .ziku__effective_event-table-emphasis-text {
  color: #404040;
}
.ziku__effective_event-table-ul {
  margin: 0 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-ul {
    margin: 0 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-ul {
    margin: 0;
  }
}
.ziku__effective_event-table-ul > li {
  color: #1F2CB1;
  font-size: 0.9384775808vw;
  font-weight: 700;
  text-indent: -1em;
  line-height: 1.7;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-ul > li {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-ul > li {
    font-size: 2.0833333333vw;
  }
}
.ziku__effective_event-table-ul > li::before {
  content: "・";
}
.ziku__effective_event-table-text {
  color: #636B78;
  font-size: 0.9384775808vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_event-table-text {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_event-table-text {
    font-size: 2.0833333333vw;
  }
}
.ziku__effective_diff {
  position: relative;
  z-index: 1;
  padding-bottom: 8.3420229406vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff {
    padding-bottom: 10.4166666667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__effective_diff-title {
  width: 373px;
  margin-bottom: 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-title {
    width: 32.5520833333vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_diff-title {
    width: 40vw;
  }
}
.ziku__effective_diff-title-balloon {
  position: absolute;
  top: -60px;
  left: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  border-radius: 6px;
  background-color: #282828;
  padding: 8px 22px;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-title-balloon {
    top: -5vw;
    left: 2vw;
    font-size: 1.3020833333vw;
    border-radius: 0.390625vw;
    padding: 0.5208333333vw 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_diff-title-balloon {
    top: -8vw;
    left: 1vw;
    font-size: 1.8229166667vw;
    padding: 0.78125vw 1.953125vw;
  }
}
.ziku__effective_diff-title-balloon::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4692387904vw 0.2867570386vw 0 0.2867570386vw;
  border-color: #282828 transparent transparent transparent;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-title-balloon::after {
    bottom: -0.5859375vw;
    border-width: 0.5859375vw 0.3580729167vw 0 0.3580729167vw;
  }
}
.ziku__effective_diff--wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5213764338vw;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  background-color: #fff;
  padding: 2.0333680918vw 4.1710114703vw 2.6068821689vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff--wrap {
    border-radius: 0.6510416667vw;
    -webkit-box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
    padding: 2.5390625vw 5.2083333333vw 3.2552083333vw;
  }
}
.ziku__effective_diff-item {
  font-size: 0;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 0.9906152242vw;
  margin-bottom: 3.1282586027vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-item {
    border-bottom: 0.1302083333vw solid #B3B3B3;
    padding-bottom: 1.2369791667vw;
    margin-bottom: 3.90625vw;
  }
}
.ziku__effective_diff-item-space, .ziku__effective_diff-item-logo, .ziku__effective_diff-item-other {
  display: inline-block;
  vertical-align: middle;
}
.ziku__effective_diff-item-space {
  width: calc(100% - 40.771637122vw);
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-item-space {
    width: calc(100% - 51.4322916666vw);
  }
}
.ziku__effective_diff-item-logo {
  width: 19.5516162669vw;
  text-align: center;
  margin-left: 0.8342022941vw;
}
.ziku__effective_diff-item-logo > img {
  width: 12.4087591241vw;
  height: 4.1710114703vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-item-logo {
    width: 24.4140625vw;
    margin-left: 1.3020833333vw;
  }
  .ziku__effective_diff-item-logo > img {
    width: 15.4947916667vw;
    height: 5.2083333333vw;
  }
}
.ziku__effective_diff-item-other {
  width: 19.5516162669vw;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  margin-left: 0.8342022941vw;
}
.ziku__effective_diff-item-other > span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-item-other {
    width: 24.4140625vw;
    font-size: 1.6927083333vw;
    margin-left: 1.3020833333vw;
  }
  .ziku__effective_diff-item-other > span {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_diff-item-other {
    font-size: 2.734375vw;
  }
  .ziku__effective_diff-item-other > span {
    font-size: 1.8229166667vw;
  }
}
.ziku__effective_diff--line {
  font-size: 0;
  margin-bottom: 2.3983315954vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff--line {
    margin-bottom: 2.9947916667vw;
  }
}
.ziku__effective_diff--line:last-child {
  margin-bottom: 0;
}
.ziku__effective_diff-text, .ziku__effective_diff-company {
  display: inline-block;
  vertical-align: top;
}
.ziku__effective_diff-text {
  width: calc(100% - 40.771637122vw);
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-text {
    width: calc(100% - 51.4322916666vw);
  }
}
.ziku__effective_diff-text-name {
  color: #5663e8;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-text-name {
    font-size: 1.5625vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_diff-text-name {
    font-size: 2.0833333333vw;
  }
}
.ziku__effective_diff-text-question {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-text-question {
    font-size: 1.6927083333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_diff-text-question {
    font-size: 2.34375vw;
  }
}
.ziku__effective_diff-company {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 19.5516162669vw;
  height: 14.0771637122vw;
  border-radius: 0.5213764338vw;
  background-color: #F5F5F6;
  padding-top: 2.0855057351vw;
  padding-bottom: 0.9384775808vw;
  margin-left: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-company {
    width: 24.4140625vw;
    height: 21.484375vw;
    border-radius: 0.6510416667vw;
    padding-top: 2.6041666667vw;
    padding-bottom: 1.3020833333vw;
    margin-left: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_diff-company {
    height: 45.5729166667vw;
  }
}
.ziku__effective_diff-company.circle {
  background-color: #EDF3FA;
}
.ziku__effective_diff-company.circle .ziku__effective_diff-company-mark {
  width: 3.3368091762vw;
  height: 3.3368091762vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-company.circle .ziku__effective_diff-company-mark {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
.ziku__effective_diff-company.circle .ziku__effective_diff-company-list.width01 {
  width: 12.4608967675vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-company.circle .ziku__effective_diff-company-list.width01 {
    width: 90%;
  }
}
.ziku__effective_diff-company.circle .ziku__effective_diff-company-list.width02 {
  width: 15.2763295099vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-company.circle .ziku__effective_diff-company-list.width02 {
    width: 90%;
  }
}
.ziku__effective_diff-company.circle .ziku__effective_diff-company-list.width03 {
  width: 16.944734098vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-company.circle .ziku__effective_diff-company-list.width03 {
    width: 90%;
  }
}
.ziku__effective_diff-company.circle .ziku__effective_diff-company-list.width04 {
  width: 15.0677789364vw;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-company.circle .ziku__effective_diff-company-list.width04 {
    width: 90%;
  }
}
.ziku__effective_diff-company.circle .ziku__effective_diff-company-list > li {
  color: #5663e8;
}
.ziku__effective_diff-company-mark {
  width: 3.3368091762vw;
  height: 2.8899895725vw;
  margin-right: auto;
  margin-bottom: 1.929092805vw;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-company-mark {
    width: 4.1666666667vw;
    height: 3.6087239583vw;
    margin-bottom: 1.953125vw;
  }
}
.ziku__effective_diff-company-mark > img {
  width: 100%;
}
.ziku__effective_diff-company-list {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-company-list {
    width: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_diff-company-list {
    width: 90%;
  }
}
.ziku__effective_diff-company-list > li {
  color: #636B78;
  font-size: 0.8342022941vw;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__effective_diff-company-list > li {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__effective_diff-company-list > li {
    font-size: 2.0833333333vw;
  }
}
.ziku__effective_diff-company-list > li::before {
  content: "・";
}
.ziku__case_title {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__case_title {
    padding-right: 4.296875vw;
    padding-left: 4.296875vw;
  }
}
.ziku__case_title::before, .ziku__case_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__case_title::before, .ziku__case_title::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__case_title::before {
  top: 0;
  left: 0;
}
.ziku__case_title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ziku__case_title--eng {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_title--eng {
    font-size: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__case_title--h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .ziku__case_title--h3 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_title--h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__case_usecase01 {
  position: relative;
  z-index: 1;
  padding-top: 5.2137643379vw;
  padding-bottom: 4.275286757vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01 {
    padding-top: 6.5104166667vw;
    padding-bottom: 5.3385416667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__case_usecase01-title {
  width: 173px;
  margin-bottom: 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01-title {
    width: 24vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase01-title {
    width: 31vw;
  }
}
.ziku__case_usecase01--wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  background-color: #fff;
  padding: 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01--wrap {
    padding: 2.6041666667vw 2.6041666667vw 0 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase01--wrap {
    padding: 3.90625vw 3.90625vw 0 3.90625vw;
  }
}
.ziku__case_usecase01-logo {
  display: inline-block;
  width: 16.6666666667%;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01-logo {
    width: 33.3333333333%;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase01-logo {
    width: 50%;
    margin-bottom: 3.90625vw;
  }
}
.ziku__case_usecase01-logo > img {
  width: 100%;
}
.ziku__case_usecase01-logo:nth-of-type(1) > img {
  max-width: 14.3899895725vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01-logo:nth-of-type(1) > img {
    max-width: 26.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase01-logo:nth-of-type(1) > img {
    max-width: 35.9375vw;
  }
}
.ziku__case_usecase01-logo:nth-of-type(2) > img {
  max-width: 8.3941605839vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01-logo:nth-of-type(2) > img {
    max-width: 15.7552083333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase01-logo:nth-of-type(2) > img {
    max-width: 20.9635416667vw;
  }
}
.ziku__case_usecase01-logo:nth-of-type(3) > img {
  max-width: 6.6214807091vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01-logo:nth-of-type(3) > img {
    max-width: 12.3697916667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase01-logo:nth-of-type(3) > img {
    max-width: 16.5364583333vw;
  }
}
.ziku__case_usecase01-logo:nth-of-type(4) > img {
  max-width: 8.7069864442vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01-logo:nth-of-type(4) > img {
    max-width: 16.2760416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase01-logo:nth-of-type(4) > img {
    max-width: 21.7447916667vw;
  }
}
.ziku__case_usecase01-logo:nth-of-type(5) > img {
  max-width: 8.7591240876vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01-logo:nth-of-type(5) > img {
    max-width: 16.40625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase01-logo:nth-of-type(5) > img {
    max-width: 21.875vw;
  }
}
.ziku__case_usecase01-logo:nth-of-type(6) > img {
  max-width: 9.6976016684vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase01-logo:nth-of-type(6) > img {
    max-width: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase01-logo:nth-of-type(6) > img {
    max-width: 24.21875vw;
  }
}
.ziku__case_usecase02 {
  position: relative;
  z-index: 1;
  padding-top: 4.3274244004vw;
  padding-bottom: 4.275286757vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase02 {
    padding-top: 5.46875vw;
    padding-bottom: 5.3385416667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__case_usecase02-title {
  width: 80px;
  margin-bottom: 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase02-title {
    width: 10.4166666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase02-title {
    width: 15.625vw;
  }
}
.ziku__case_usecase02--wrap {
  position: relative;
  width: calc(100% + 20px);
  left: -10px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase02--wrap {
    width: calc(100% + 5.2083333333vw);
    left: -2.6041666667vw;
  }
}
.ziku__case_usecase02-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: calc(25% - 20px);
  vertical-align: top;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  background-color: #fff;
  -webkit-transition: opacity 0.4s, -webkit-box-shadow 0.4s;
  transition: opacity 0.4s, -webkit-box-shadow 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
  padding: 1.4598540146vw 0.9384775808vw 2.0333680918vw 0.9384775808vw;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase02-item {
    -webkit-box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.3020833333vw 2.6041666667vw rgba(22, 25, 79, 0.05);
    padding: 1.3020833333vw 1.3020833333vw 2.6041666667vw 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase02-item {
    width: calc(50% - 5.2083333333vw);
    margin-right: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
    margin-left: 2.6041666667vw;
  }
}
.ziku__case_usecase02-item:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.2);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.2);
}
.ziku__case_usecase02-item:hover .ziku__case_usecase02-item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.ziku__case_usecase02-item-img {
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 1.7726798749vw;
}
.ziku__case_usecase02-item-img > a > img {
  width: 100%;
  height: 6.3607924922vw;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase02-item-img {
    border: 0.1302083333vw solid #ccc;
    margin-bottom: 2.2135416667vw;
  }
  .ziku__case_usecase02-item-img > a > img {
    height: 7.9427083333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase02-item-img > a > img {
    height: 15.8854166667vw;
  }
}
.ziku__case_usecase02-item-type {
  width: 95%;
  margin-right: auto;
  margin-bottom: 1.929092805vw;
  margin-left: auto;
}
.ziku__case_usecase02-item-type > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  border-radius: 2.6068821689vw;
  background-color: #282828;
  padding: 8px 0;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase02-item-type {
    width: 16.40625vw;
    margin-bottom: 2.6041666667vw;
  }
  .ziku__case_usecase02-item-type > a {
    font-size: 1.3020833333vw;
    border-radius: 3.2552083333vw;
    padding: 0.5208333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase02-item-type {
    width: 29.9479166667vw;
  }
  .ziku__case_usecase02-item-type > a {
    font-size: 2.0833333333vw;
  }
}
.ziku__case_usecase02-item-status {
  font-size: 0;
  text-align: center;
  margin-bottom: 0.4692387904vw;
}
.ziku__case_usecase02-item-status--new, .ziku__case_usecase02-item-status--date {
  display: inline-block;
  vertical-align: middle;
}
.ziku__case_usecase02-item-status--new {
  position: relative;
  width: 50px;
  height: 21px;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 10.5px;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%);
  margin-right: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase02-item-status--new {
    width: 4.6875vw;
    height: 2.0833333333vw;
    font-size: 1.3020833333vw;
    border-radius: 1.0416666667vw;
    margin-right: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase02-item-status--new {
    width: 6.5104166667vw;
    height: 3.2552083333vw;
    font-size: 1.8229166667vw;
    border-radius: 1.6276041667vw;
  }
}
.ziku__case_usecase02-item-status--new > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__case_usecase02-item-status--date {
  color: #666;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase02-item-status--date {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase02-item-status--date {
    font-size: 2.0833333333vw;
  }
}
.ziku__case_usecase02-item-text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 1140px) {
  .ziku__case_usecase02-item-text {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_usecase02-item-text {
    font-size: 2.0833333333vw;
  }
}
.ziku__case_achievement {
  position: relative;
  z-index: 1;
  padding-top: 4.3274244004vw;
  padding-bottom: 4.275286757vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement {
    padding-top: 5.46875vw;
    padding-bottom: 5.3385416667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__case_achievement-title {
  width: 298px;
  background-color: #f6f6f6;
  padding: 0;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-title {
    width: 23.4375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_achievement-title {
    width: 32.5520833333vw;
  }
}
.ziku__case_achievement-title::before {
  left: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-title::before {
    left: 1.5625vw;
  }
}
.ziku__case_achievement-title::after {
  right: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-title::after {
    right: 1.5625vw;
  }
}
.ziku__case_achievement--wrap {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 10.4275286758vw);
  font-size: 0;
  text-align: center;
  border: 5px solid #E6E7E9;
  border-radius: 1.1470281543vw;
  background: rgba(246, 246, 246, 0.7);
  padding: 5.0052137643vw 5.2137643379vw 2.6068821689vw 5.2137643379vw;
  margin-top: -3.3889468196vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement--wrap {
    width: calc(100% - 9.375vw);
    border: 0.390625vw solid #E6E7E9;
    border-radius: 1.4322916667vw;
    padding: 6.5104166667vw 4.6875vw 3.2552083333vw 4.6875vw;
    margin-top: -3.90625vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_achievement--wrap {
    padding: 10.4166666667vw 4.6875vw 3.2552083333vw 4.6875vw;
  }
}
.ziku__case_achievement-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #EEEFF0;
  vertical-align: top;
  padding: 2.5026068822vw 0;
  margin-top: 1.5641293014vw;
  margin-bottom: 2.6068821689vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-item {
    padding: 3.125vw 0;
    margin-top: 1.953125vw;
    margin-bottom: 3.2552083333vw;
  }
}
.ziku__case_achievement-item:nth-of-type(1) {
  width: 22.314911366vw;
  margin-right: 1.5641293014vw;
}
.ziku__case_achievement-item:nth-of-type(1) .ziku__case_achievement-item-name {
  width: 13.4515119917vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-item:nth-of-type(1) {
    width: 28.253579032vw;
  }
  .ziku__case_achievement-item:nth-of-type(1) .ziku__case_achievement-item-name {
    width: 16.796875vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_achievement-item:nth-of-type(1) {
    width: 30.987954032vw;
  }
  .ziku__case_achievement-item:nth-of-type(1) .ziku__case_achievement-item-name {
    width: 19.53125vw;
  }
}
.ziku__case_achievement-item:nth-of-type(2) {
  width: 22.732012513vw;
  margin-right: 1.5641293014vw;
}
.ziku__case_achievement-item:nth-of-type(2) .ziku__case_achievement-item-name {
  width: 19.8123044838vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-item:nth-of-type(2) {
    width: 28.7744123653vw;
  }
  .ziku__case_achievement-item:nth-of-type(2) .ziku__case_achievement-item-name {
    width: 23.1770833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_achievement-item:nth-of-type(2) {
    width: 34.894204032vw;
  }
  .ziku__case_achievement-item:nth-of-type(2) .ziku__case_achievement-item-name {
    width: 29.9479166667vw;
  }
}
.ziku__case_achievement-item > span.gradation {
  width: 100%;
  display: inline-block;
  font-size: 9.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.17;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ziku__case_achievement-item > span.gradation .size-s {
  color: #D789ED;
  font-size: 3.2rem;
  line-height: 1.4375;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-item > span.gradation {
    font-size: 6.25vw;
  }
  .ziku__case_achievement-item > span.gradation .size-s {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_achievement-item > span.gradation {
    font-size: 6.7708333333vw;
  }
  .ziku__case_achievement-item > span.gradation .size-s {
    font-size: 3.125vw;
  }
}
.ziku__case_achievement-item-name {
  position: absolute;
  top: -1.5641293014vw;
  right: 0;
  left: 0;
  height: 49px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  background-color: #282828;
  padding: 0.417101147vw 0;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-item-name {
    top: -1.953125vw;
    height: 3.2552083333vw;
    font-size: 1.3020833333vw;
    padding: 0.5208333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_achievement-item-name {
    top: -2.6041666667vw;
    font-size: 1.8229166667vw;
  }
}
.ziku__case_achievement-item-name > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__case_achievement-item-name::after {
  position: absolute;
  right: 0;
  bottom: -0.6256517205vw;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6256517205vw 0.4692387904vw 0 0.4692387904vw;
  border-color: #282828 transparent transparent transparent;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-item-name::after {
    bottom: -0.78125vw;
    border-width: 1.5625vw 1.171875vw 0 1.171875vw;
  }
}
.ziku__case_achievement-annotation {
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .ziku__case_achievement-annotation {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_achievement-annotation {
    font-size: 2.0833333333vw;
  }
}
.ziku__case_voice {
  position: relative;
  z-index: 1;
  padding-top: 4.3274244004vw;
  padding-bottom: 4.275286757vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_voice {
    padding-top: 5.46875vw;
    padding-bottom: 5.3385416667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__case_voice-title {
  width: 240px;
  margin-bottom: 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_voice-title {
    width: 20.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_voice-title {
    width: 26.0416666667vw;
  }
}
.ziku__case_voice--wrap {
  position: relative;
  left: -31px;
  width: calc(100% + 62px);
  font-size: 0;
}
@media screen and (max-width: 1140px) {
  .ziku__case_voice--wrap {
    left: -2.6041666667vw;
    width: calc(100% + 2.6041666667vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_voice--wrap {
    left: -1.953125vw;
    width: calc(100% + 3.90625vw);
  }
}
.ziku__case_voice-item {
  display: inline-block;
  width: calc(25% - 62px);
  vertical-align: top;
  margin-right: 31px;
  margin-left: 31px;
}
.ziku__case_voice-item > img {
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .ziku__case_voice-item {
    width: calc(25% - 2.6041666667vw);
    margin-right: 1.3020833333vw;
    margin-left: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_voice-item {
    width: calc(50% - 3.90625vw);
    margin-right: 1.953125vw;
    margin-bottom: 3.90625vw;
    margin-left: 1.953125vw;
  }
}
.ziku__case_satisfaction {
  position: relative;
  z-index: 1;
  padding-top: 4.3274244004vw;
  padding-bottom: 4.275286757vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction {
    padding-top: 5.46875vw;
    padding-bottom: 5.3385416667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__case_satisfaction-title {
  width: 856px;
  background-color: #f6f6f6;
  padding: 0;
}
@media screen and (max-width: 1360px) {
  .ziku__case_satisfaction-title {
    width: 800px;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-title {
    width: 69.0104166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-title {
    width: 80.7291666667vw;
  }
}
.ziku__case_satisfaction-title::before {
  left: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-title::before {
    left: 1.5625vw;
  }
}
.ziku__case_satisfaction-title::after {
  right: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-title::after {
    right: 1.5625vw;
  }
}
.ziku__case_satisfaction--wrap {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 0;
  text-align: center;
  border: 5px solid #E6E7E9;
  border-radius: 1.1470281543vw;
  background: rgba(246, 246, 246, 0.7);
  padding: 5.2659019812vw 1.0427528676vw 1.0427528676vw 1.5641293014vw;
  margin-top: -3.3889468196vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction--wrap {
    border: 0.390625vw solid #E6E7E9;
    border-radius: 1.4322916667vw;
    padding: 6.5104166667vw 1.3020833333vw 1.3020833333vw 1.953125vw;
    margin-top: -3.90625vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction--wrap {
    padding: 6.5104166667vw 4.6875vw 2.6041666667vw 4.6875vw;
  }
}
.ziku__case_satisfaction-text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.6496350365vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-text {
    font-size: 2.34375vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-text {
    font-size: 2.734375vw;
  }
}
.ziku__case_satisfaction-text::before, .ziku__case_satisfaction-text::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 33px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0.2vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-text::before, .ziku__case_satisfaction-text::after {
    width: 2vw;
    height: 3vw;
  }
}
.ziku__case_satisfaction-text::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2242%22%20viewBox%3D%220%200%2020%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%22-1.5%22%20x2%3D%2242.5441%22%20y2%3D%22-1.5%22%20transform%3D%22matrix(-0.399585%20-0.916696%200.785313%20-0.619099%2020%2039.5)%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  margin-right: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-text::before {
    margin-right: 1.5625vw;
  }
}
.ziku__case_satisfaction-text::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2242%22%20viewBox%3D%220%200%2020%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20y1%3D%22-1.5%22%20x2%3D%2242.5441%22%20y2%3D%22-1.5%22%20transform%3D%22matrix(0.399585%20-0.916696%20-0.785313%20-0.619099%200%2039.5)%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E");
  margin-left: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-text::after {
    margin-left: 1.5625vw;
  }
}
.ziku__case_satisfaction-list, .ziku__case_satisfaction-questionnaire {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-list, .ziku__case_satisfaction-questionnaire {
    display: block;
  }
}
.ziku__case_satisfaction-list {
  width: calc(100% - 421px - 1.0427528676vw);
  margin-right: 1.0427528676vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-list {
    width: calc(100% - 32.5520833333vw);
    margin-right: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.0855057351vw;
  }
}
.ziku__case_satisfaction-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  text-indent: -45px;
  padding-left: 45px;
  margin-bottom: 1.0427528676vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-list > li {
    font-size: 1.5625vw;
    text-indent: -3.90625vw;
    padding-left: 3.90625vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-list > li {
    font-size: 2.34375vw;
    text-indent: -5.2083333333vw;
    padding-left: 5.2083333333vw;
  }
}
.ziku__case_satisfaction-list > li:last-child {
  margin-bottom: 0;
}
.ziku__case_satisfaction-list > li::before {
  position: relative;
  top: -0.1vw;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.4993%202.91797C9.44556%202.91797%202.91602%209.44722%202.91602%2017.5013C2.91602%2025.5554%209.44556%2032.0846%2017.4993%2032.0846C25.554%2032.0846%2032.0827%2025.5554%2032.0827%2017.5013C32.0827%209.44722%2025.5537%202.91797%2017.4993%202.91797ZM14.8242%2024.9925L8.40285%2018.5714L10.5431%2016.4312L14.8242%2020.712L24.4556%2011.0803L26.5959%2013.2205L14.8242%2024.9925Z%22%20fill%3D%22%235663E8%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 15px;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-list > li::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    margin-right: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-list > li::before {
    width: 3.90625vw;
    height: 3.90625vw;
    margin-right: 1.3020833333vw;
  }
}
.ziku__case_satisfaction-questionnaire {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 421px;
  background-color: #fff;
  border-radius: 0.5213764338vw;
  padding-top: 0.9384775808vw;
  padding-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-questionnaire {
    width: 31.25vw;
    border-radius: 1.3020833333vw;
    padding-top: 1.3020833333vw;
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-questionnaire {
    width: 49.4791666667vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__case_satisfaction-questionnaire-title {
  width: 90%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  border-bottom: 1px solid #E4E6E9;
  padding-bottom: 0.6256517205vw;
  margin-right: auto;
  margin-bottom: 0.8342022941vw;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-questionnaire-title {
    font-size: 1.5625vw;
    border-bottom: 0.1302083333vw solid #E4E6E9;
    padding-bottom: 0.6510416667vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-questionnaire-title {
    font-size: 2.34375vw;
    margin-bottom: 1.3020833333vw;
  }
}
.ziku__case_satisfaction-questionnaire-list {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-questionnaire-list {
    width: 80%;
  }
}
.ziku__case_satisfaction-questionnaire-list > li {
  font-size: 0;
  margin-bottom: 0.8342022941vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-questionnaire-list > li {
    margin-bottom: 0.6510416667vw;
  }
}
.ziku__case_satisfaction-questionnaire-list > li:last-child {
  margin-bottom: 0;
}
.ziku__case_satisfaction-questionnaire-list-item, .ziku__case_satisfaction-questionnaire-list-no {
  display: inline-block;
  vertical-align: middle;
}
.ziku__case_satisfaction-questionnaire-list-item {
  position: relative;
  width: 70%;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  margin-right: 10px;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-questionnaire-list-item {
    font-size: 1.3020833333vw;
    margin-right: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-questionnaire-list-item {
    font-size: 1.953125vw;
  }
}
.ziku__case_satisfaction-questionnaire-list-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "：";
}
.ziku__case_satisfaction-questionnaire-list-no {
  width: calc(30% - 10px);
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ziku__case_satisfaction-questionnaire-list-no > span {
  font-size: 1.6rem;
}
@media screen and (max-width: 1140px) {
  .ziku__case_satisfaction-questionnaire-list-no {
    width: calc(30% - 1.3020833333vw);
    font-size: 2.0833333333vw;
  }
  .ziku__case_satisfaction-questionnaire-list-no > span {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_satisfaction-questionnaire-list-no {
    font-size: 3.125vw;
  }
  .ziku__case_satisfaction-questionnaire-list-no > span {
    font-size: 2.34375vw;
  }
}
.ziku__case_event {
  position: relative;
  z-index: 1;
  padding-top: 4.3274244004vw;
  padding-bottom: 8.3420229406vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_event {
    padding-top: 5.46875vw;
    padding-bottom: 10.4166666667vw;
  }
}
.ziku__case_event-title {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3.1282586027vw;
}
@media screen and (max-width: 1140px) {
  .ziku__case_event-title {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_event-title {
    width: 75vw;
  }
}
.ziku__case_event-title--h3 > span.gradation {
  display: inline-block;
  width: auto;
  font-size: 6.4rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.21875;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ziku__case_event-title--h3 > span.gradation .size-s {
  font-size: 3.2rem;
  line-height: 1.21875;
}
@media screen and (max-width: 1140px) {
  .ziku__case_event-title--h3 > span.gradation {
    font-size: 4.1666666667vw;
  }
  .ziku__case_event-title--h3 > span.gradation .size-s {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_event-title--h3 > span.gradation {
    font-size: 4.9479166667vw;
  }
  .ziku__case_event-title--h3 > span.gradation .size-s {
    font-size: 3.3854166667vw;
  }
}
.ziku__case_event-text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 988px;
  height: 84px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  border: 1px solid #282828;
  background-color: #f6f6f6;
  margin-right: auto;
  margin-bottom: 2.2419186653vw;
  margin-left: auto;
}
@media screen and (max-width: 1340px) {
  .ziku__case_event-text {
    width: 100%;
    height: 100px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__case_event-text {
    width: 78.125vw;
    height: 6.5104166667vw;
    font-size: 1.8229166667vw;
    border: 0.1302083333vw solid #282828;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__case_event-text {
    width: 100%;
    height: 9.1145833333vw;
    font-size: 2.0833333333vw;
  }
}
.ziku__case_event-text > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__case_event-text::after {
  position: absolute;
  right: 0;
  bottom: -0.8342022941vw;
  left: 0;
  content: "";
  width: 0.9384775808vw;
  height: 0.8863399374vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M17.1169%202.5L9%2016.0282L0.883098%202.5L17.1169%202.5Z%22%20fill%3D%22%23F6F6F6%22%20stroke%3D%22%23282828%22%2F%3E%3Cpath%20d%3D%22M9%2015L8.54388e-07%205.24024e-08L18%20-1.90735e-06L9%2015Z%22%20fill%3D%22%23F6F6F6%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__case_event-text::after {
    bottom: -2.0833333333vw;
    width: 2.34375vw;
    height: 2.2135416667vw;
  }
}
.ziku__case_event-gauge {
  position: relative;
  width: 100%;
  height: 96px;
  background-image: url("/shared/img/case/bg_case_-gauge.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__case_event-gauge {
    height: 6.5104166667vw;
  }
}
.ziku__case_event-gauge--left, .ziku__case_event-gauge--right {
  position: absolute;
  top: 0;
  height: 96px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__case_event-gauge--left, .ziku__case_event-gauge--right {
    height: 6.5104166667vw;
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__case_event-gauge--left, .ziku__case_event-gauge--right {
    font-size: 2.0833333333vw;
  }
}
.ziku__case_event-gauge--left > span.inner, .ziku__case_event-gauge--right > span.inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__case_event-gauge--left > span.inner .no, .ziku__case_event-gauge--right > span.inner .no {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.21875;
  margin-left: 8px;
}
.ziku__case_event-gauge--left > span.inner .no .size-s, .ziku__case_event-gauge--right > span.inner .no .size-s {
  font-size: 1.8rem;
}
@media screen and (max-width: 1140px) {
  .ziku__case_event-gauge--left > span.inner .no, .ziku__case_event-gauge--right > span.inner .no {
    font-size: 1.8229166667vw;
    margin-left: 0.6510416667vw;
  }
  .ziku__case_event-gauge--left > span.inner .no .size-s, .ziku__case_event-gauge--right > span.inner .no .size-s {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__case_event-gauge--left > span.inner .no, .ziku__case_event-gauge--right > span.inner .no {
    font-size: 2.734375vw;
  }
  .ziku__case_event-gauge--left > span.inner .no .size-s, .ziku__case_event-gauge--right > span.inner .no .size-s {
    font-size: 2.0833333333vw;
  }
}
.ziku__case_event-gauge--left {
  z-index: 0;
  left: 0;
  width: 68%;
}
.ziku__case_event-gauge--right {
  z-index: 1;
  right: 0;
  width: 32%;
}
.ziku__case_detail .case-headline {
  margin-bottom: 20px;
  padding: 0.2em 0.5em 0.3em;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%), #5663E8;
}
.ziku__case_detail .case-headline span {
  margin-left: 0.3em;
  font-size: 24px;
}
@media screen and (max-width: 1140px) {
  .ziku__case_detail .case-headline {
    margin-bottom: 2.6041666667vw;
    padding: 0.6em 0.5em 0.7em;
    font-size: 5.2083333333vw;
  }
  .ziku__case_detail .case-headline span {
    font-size: 3.90625vw;
  }
}
.ziku__case_detail .case-h2 {
  margin-bottom: 1.5em;
  padding: 1em 1em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  position: relative;
}
.ziku__case_detail .case-h2:before, .ziku__case_detail .case-h2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
}
.ziku__case_detail .case-h2:before {
  right: 0;
  bottom: 0;
  border-right: 4px solid #5663e8;
  border-bottom: 4px solid #5663e8;
}
.ziku__case_detail .case-h2:after {
  top: 0;
  left: 0;
  border-top: 4px solid #5663e8;
  border-left: 4px solid #5663e8;
}
.ziku__case_detail .case-h2 strong {
  color: #d00000;
}
@media screen and (max-width: 1140px) {
  .ziku__case_detail .case-h2 {
    margin-bottom: 1.5em;
    padding: 4.1666666667vw 4.6875vw 4.1666666667vw;
    font-size: 4.6875vw;
  }
  .ziku__case_detail .case-h2:before, .ziku__case_detail .case-h2:after {
    width: 7.8125vw;
    height: 7.8125vw;
    border-width: 3px;
  }
}
.ziku__case_detail .case-h3 {
  margin-bottom: 1em;
  padding: 15px 15px 15px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  text-indent: 0;
  background-color: #f1f1f1;
  position: relative;
}
.ziku__case_detail .case-h3:before {
  content: "";
  width: 5px;
  display: block;
  background-color: #5663e8;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
}
@media screen and (max-width: 1140px) {
  .ziku__case_detail .case-h3 {
    padding: 3.125vw 3.125vw 3.125vw 6.7708333333vw;
    font-size: 3.6458333333vw;
  }
  .ziku__case_detail .case-h3:before {
    width: 1.0416666667vw;
    top: 3.125vw;
    bottom: 3.125vw;
    left: 3.125vw;
  }
}
.ziku__case_detail .case-h4 {
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-weight: 700;
}
.ziku__case_detail .case-h4:before {
  content: "ー";
  margin-right: 0.5em;
}
.ziku__case_detail .case-point-list {
  margin-bottom: 6rem;
  padding: 3rem;
  background-color: #f1f1f1;
}
.ziku__case_detail .case-point-list > .case-point:not(:first-child) {
  margin-top: 3rem;
}
@media screen and (max-width: 1140px) {
  .ziku__case_detail .case-point-list {
    margin-top: 10.4166666667vw;
    margin-bottom: 10.4166666667vw;
    padding: 7.8125vw 5.2083333333vw;
  }
  .ziku__case_detail .case-point-list > .case-point:not(:first-child) {
    margin-top: 5.2083333333vw;
  }
}
.ziku__case_detail .case-point {
  padding: 22px 25px;
  border-top: 4px solid #5663e8;
  background-color: #FFF;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ziku__case_detail .case-point dt {
  width: 11rem;
  padding-right: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #5663e8;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ziku__case_detail .case-point dd {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 1140px) {
  .ziku__case_detail .case-point {
    padding: 4.1666666667vw 5.2083333333vw;
    border-width: 1.0416666667vw;
    display: block;
  }
  .ziku__case_detail .case-point dt {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 0;
    font-size: 4.1666666667vw;
  }
  .ziku__case_detail .case-point dd {
    margin: 0;
    font-size: 3.6458333333vw;
  }
}
.ziku__case_detail .case-company-info {
  margin-top: 50px;
  padding: 30px 30px;
  border: 1px solid #CCC;
}
.ziku__case_detail .case-company-info .logo {
  margin: 0 0 20px;
}
.ziku__case_detail .case-company-info dt {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}
.ziku__case_detail .case-company-info dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (max-width: 1140px) {
  .ziku__case_detail .case-company-info {
    margin-top: 7.8125vw;
    padding: 5.2083333333vw 5.2083333333vw;
  }
  .ziku__case_detail .case-company-info .logo {
    margin-bottom: 2.6041666667vw;
  }
  .ziku__case_detail .case-company-info dt {
    font-size: 3.90625vw;
  }
  .ziku__case_detail .case-company-info dd {
    font-size: 3.125vw;
  }
}
.ziku__case_detail * + .case-h3 {
  margin-top: 2em;
}
.ziku__case_detail * + .case-h4 {
  margin-top: 1.5em;
}
.ziku__utilization_title {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_title {
    padding-right: 4.296875vw;
    padding-left: 4.296875vw;
  }
}
.ziku__utilization_title::before, .ziku__utilization_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_title::before, .ziku__utilization_title::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__utilization_title::before {
  top: 0;
  left: 0;
}
.ziku__utilization_title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ziku__utilization_title--eng {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_title--eng {
    font-size: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__utilization_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__utilization_title--h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_title--h3 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__utilization_title--h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__utilization_usecase {
  position: relative;
  z-index: 1;
  padding-top: 5.4744525547vw;
  padding-bottom: 4.1710114703vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase {
    padding-top: 6.8359375vw;
    padding-bottom: 10.4166666667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__utilization_usecase-title {
  width: 160px;
  margin-bottom: 6.2565172054vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-title {
    width: 15.625vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__utilization_usecase-title {
    width: 20.8333333333vw;
  }
}
.ziku__utilization_usecase-item {
  font-size: 0;
  margin-bottom: 10.4275286757vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item {
    margin-bottom: 13.0208333333vw;
  }
}
.ziku__utilization_usecase-item-img, .ziku__utilization_usecase-item-info {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-img, .ziku__utilization_usecase-item-info {
    display: block;
  }
}
.ziku__utilization_usecase-item-img {
  -webkit-box-shadow: -1.3034410845vw 1.3034410845vw 1.3034410845vw rgba(33, 11, 165, 0.2);
          box-shadow: -1.3034410845vw 1.3034410845vw 1.3034410845vw rgba(33, 11, 165, 0.2);
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-img {
    -webkit-box-shadow: -1.6276041667vw 0.6517205422vw 0.6517205422vw rgba(33, 11, 165, 0.2);
            box-shadow: -1.6276041667vw 0.6517205422vw 0.6517205422vw rgba(33, 11, 165, 0.2);
    margin-bottom: 2.6041666667vw;
  }
}
.ziku__utilization_usecase-item-img > img {
  width: 100%;
}
.ziku__utilization_usecase-item-img.pc {
  display: inline-block;
}
.ziku__utilization_usecase-item-img.sp {
  display: none;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-img.pc {
    display: none;
  }
  .ziku__utilization_usecase-item-img.sp {
    display: block;
  }
}
.ziku__utilization_usecase-item-info-no {
  color: #5763E8;
  font-size: 2rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-style: italic;
  line-height: 1;
  margin-top: -2.5vw;
  margin-bottom: 0.7299270073vw;
}
.ziku__utilization_usecase-item-info-no > span {
  font-size: 8rem;
  margin-left: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-no {
    font-size: 3.125vw;
    margin-top: 0;
    margin-bottom: 0.6510416667vw;
  }
  .ziku__utilization_usecase-item-info-no > span {
    font-size: 5.46875vw;
    margin-left: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__utilization_usecase-item-info-no {
    font-size: 3.6458333333vw;
  }
  .ziku__utilization_usecase-item-info-no > span {
    font-size: 6.7708333333vw;
  }
}
.ziku__utilization_usecase-item-info-name {
  font-size: 4.8rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 1.2;
  margin-bottom: 0.3128258603vw;
}
.ziku__utilization_usecase-item-info-name > span {
  font-size: 1.5641293014vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-name {
    font-size: 3.6458333333vw;
    margin-bottom: 1.3020833333vw;
  }
  .ziku__utilization_usecase-item-info-name > span {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__utilization_usecase-item-info-name {
    font-size: 4.1666666667vw;
  }
  .ziku__utilization_usecase-item-info-name > span {
    font-size: 2.734375vw;
  }
}
.ziku__utilization_usecase-item-info-list01 {
  margin-bottom: 1.6684045881vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-list01 {
    margin-bottom: 2.6041666667vw;
  }
}
.ziku__utilization_usecase-item-info-list01 > li {
  font-size: 1.6rem;
  line-height: 2;
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-left: 1em;
  margin-bottom: 0.3128258603vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-list01 > li {
    font-size: 1.5625vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .ziku__utilization_usecase-item-info-list01 > li {
    font-size: 2.34375vw;
  }
}
.ziku__utilization_usecase-item-info-list01 > li::before {
  display: inline-block;
  content: "・";
}
.ziku__utilization_usecase-item-info-list01 > li:last-child {
  margin-bottom: 0;
}
.ziku__utilization_usecase-item-info-list02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #D2D4D7;
  background: rgba(246, 246, 246, 0.7);
  padding: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-list02 {
    border: 0.2604166667vw solid #D2D4D7;
    padding: 2.6041666667vw;
  }
}
.ziku__utilization_usecase-item-info-list02 > li {
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -0.5em;
  margin-left: 1em;
  margin-bottom: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-list02 > li {
    font-size: 1.5625vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__utilization_usecase-item-info-list02 > li {
    font-size: 2.0833333333vw;
  }
}
.ziku__utilization_usecase-item-info-list02 > li::before {
  display: inline-block;
  content: "・";
}
.ziku__utilization_usecase-item-info-list02 > li:last-child {
  margin-bottom: 0;
}
.ziku__utilization_usecase-item-info-btn {
  width: 200px;
  margin-top: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-btn {
    width: 100%;
    text-align: center;
    margin-top: 3.90625vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__utilization_usecase-item-info-btn > a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%);
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-btn > a {
    width: 23.4375vw;
    height: 3.90625vw;
    font-size: 1.8229166667vw;
    line-height: 1.5;
    border-radius: 1.0416666667vw;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .ziku__utilization_usecase-item-info-btn > a {
    width: 26.0416666667vw;
    height: 5.859375vw;
    font-size: 2.34375vw;
  }
}
.ziku__utilization_usecase-item-info-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__utilization_usecase-item-info-btn > a > span::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 4.9px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.47027%200L0.530273%200.94L3.58361%204L0.530273%207.06L1.47027%208L5.47027%204L1.47027%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-left: 10px;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-btn > a > span::after {
    top: 0.390625vw;
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    margin-left: 1.3020833333vw;
  }
}
.ziku__utilization_usecase-item-info-btn > a:hover > span::after {
  margin-left: 25px;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item-info-btn > a:hover > span::after {
    margin-left: 2.6041666667vw;
  }
}
.ziku__utilization_usecase-item.case01 .ziku__utilization_usecase-item-img {
  width: 29.9270072993vw;
}
.ziku__utilization_usecase-item.case01 .ziku__utilization_usecase-item-info {
  width: calc(100% - 33.6809176225vw);
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item.case01 .ziku__utilization_usecase-item-img {
    width: 70%;
  }
  .ziku__utilization_usecase-item.case01 .ziku__utilization_usecase-item-info {
    width: 100%;
  }
}
.ziku__utilization_usecase-item.case02 .ziku__utilization_usecase-item-img {
  width: 26.6423357664vw;
}
.ziku__utilization_usecase-item.case02 .ziku__utilization_usecase-item-info {
  width: calc(100% - 33.472367049vw);
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item.case02 .ziku__utilization_usecase-item-img {
    width: 70%;
  }
  .ziku__utilization_usecase-item.case02 .ziku__utilization_usecase-item-info {
    width: 100%;
  }
}
.ziku__utilization_usecase-item.case03 .ziku__utilization_usecase-item-img {
  width: 28.5192909281vw;
}
.ziku__utilization_usecase-item.case03 .ziku__utilization_usecase-item-info {
  width: calc(100% - 32.2732012513vw);
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item.case03 .ziku__utilization_usecase-item-img {
    width: 70%;
  }
  .ziku__utilization_usecase-item.case03 .ziku__utilization_usecase-item-info {
    width: 100%;
  }
}
.ziku__utilization_usecase-item.case04 .ziku__utilization_usecase-item-img {
  width: 26.1209593326vw;
}
.ziku__utilization_usecase-item.case04 .ziku__utilization_usecase-item-info {
  width: calc(100% - 32.9509906152vw);
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item.case04 .ziku__utilization_usecase-item-img {
    width: 70%;
  }
  .ziku__utilization_usecase-item.case04 .ziku__utilization_usecase-item-info {
    width: 100%;
  }
}
.ziku__utilization_usecase-item.case05 .ziku__utilization_usecase-item-img {
  width: 28.5192909281vw;
}
.ziku__utilization_usecase-item.case05 .ziku__utilization_usecase-item-info {
  width: calc(100% - 32.2732012513vw);
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item.case05 .ziku__utilization_usecase-item-img {
    width: 70%;
  }
  .ziku__utilization_usecase-item.case05 .ziku__utilization_usecase-item-info {
    width: 100%;
  }
}
.ziku__utilization_usecase-item.case01 .ziku__utilization_usecase-item-img, .ziku__utilization_usecase-item.case03 .ziku__utilization_usecase-item-img, .ziku__utilization_usecase-item.case05 .ziku__utilization_usecase-item-img {
  margin-right: 3.7539103233vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item.case01 .ziku__utilization_usecase-item-img, .ziku__utilization_usecase-item.case03 .ziku__utilization_usecase-item-img, .ziku__utilization_usecase-item.case05 .ziku__utilization_usecase-item-img {
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__utilization_usecase-item.case02 .ziku__utilization_usecase-item-img, .ziku__utilization_usecase-item.case04 .ziku__utilization_usecase-item-img {
  margin-left: 6.8300312826vw;
}
@media screen and (max-width: 1140px) {
  .ziku__utilization_usecase-item.case02 .ziku__utilization_usecase-item-img, .ziku__utilization_usecase-item.case04 .ziku__utilization_usecase-item-img {
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__faq {
  padding-top: 5.2137643379vw;
  padding-bottom: 12.0959332638vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
.ziku__faq_title {
  display: block;
  position: relative;
  z-index: 1;
  width: 280px;
  text-align: center;
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-bottom: 2.0855057351vw;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_title {
    width: 25vw;
    padding-right: 4.296875vw;
    padding-left: 4.296875vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__faq_title {
    width: 32vw;
  }
}
.ziku__faq_title::before, .ziku__faq_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_title::before, .ziku__faq_title::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__faq_title::before {
  top: 0;
  left: 0;
}
.ziku__faq_title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ziku__faq_title--eng {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_title--eng {
    font-size: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__faq_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__faq_title--h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_title--h3 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__faq_title--h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__faq--wrap {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  background-color: #fff;
  padding: 2.5547445255vw 2.3983315954vw 2.0855057351vw 2.3983315954vw;
}
@media screen and (max-width: 1140px) {
  .ziku__faq--wrap {
    -webkit-box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
    padding: 3.2552083333vw 2.9947916667vw 2.6041666667vw 2.9947916667vw;
  }
}
.ziku__faq_item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 40px;
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_item {
    font-size: 2.0833333333vw;
    padding-left: 3.90625vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__faq_item {
    padding-left: 5.2083333333vw;
    font-size: 3.3854166667vw;
  }
}
.ziku__faq_item::before, .ziku__faq_item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
.ziku__faq_item::before {
  left: 0;
  z-index: 0;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%);
}
@media screen and (max-width: 1140px) {
  .ziku__faq_item::before {
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__faq_item::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
  }
}
.ziku__faq_item::after {
  left: 4px;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_item::after {
    left: 0.3255208333vw;
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__faq_item::after {
    width: 3.6458333333vw;
    height: 3.6458333333vw;
  }
}
.ziku__faq_item.faq01::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_2737_19655%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_2737_19655)%22%3E%3Cpath%20d%3D%22M12.8945%2013.7695L13.7695%2012.8945L10.6237%209.7487V5.83203H9.3737V10.2487L12.8945%2013.7695ZM9.9987%2017.9154C8.90148%2017.9154%207.87036%2017.707%206.90536%2017.2904C5.93981%2016.8737%205.10286%2016.3112%204.39453%2015.6029C3.6862%2014.8945%203.1237%2014.0576%202.70703%2013.092C2.29036%2012.127%202.08203%2011.0959%202.08203%209.9987C2.08203%208.90148%202.29036%207.87009%202.70703%206.90453C3.1237%205.93953%203.6862%205.10286%204.39453%204.39453C5.10286%203.6862%205.93981%203.1237%206.90536%202.70703C7.87036%202.29036%208.90148%202.08203%209.9987%202.08203C11.0959%202.08203%2012.1273%202.29036%2013.0929%202.70703C14.0579%203.1237%2014.8945%203.6862%2015.6029%204.39453C16.3112%205.10286%2016.8737%205.93953%2017.2904%206.90453C17.707%207.87009%2017.9154%208.90148%2017.9154%209.9987C17.9154%2011.0959%2017.707%2012.127%2017.2904%2013.092C16.8737%2014.0576%2016.3112%2014.8945%2015.6029%2015.6029C14.8945%2016.3112%2014.0579%2016.8737%2013.0929%2017.2904C12.1273%2017.707%2011.0959%2017.9154%209.9987%2017.9154ZM9.9987%2016.6654C11.8459%2016.6654%2013.419%2016.0162%2014.7179%2014.7179C16.0162%2013.419%2016.6654%2011.8459%2016.6654%209.9987C16.6654%208.15148%2016.0162%206.57842%2014.7179%205.27953C13.419%203.9812%2011.8459%203.33203%209.9987%203.33203C8.15148%203.33203%206.5787%203.9812%205.28036%205.27953C3.98148%206.57842%203.33203%208.15148%203.33203%209.9987C3.33203%2011.8459%203.98148%2013.419%205.28036%2014.7179C6.5787%2016.0162%208.15148%2016.6654%209.9987%2016.6654Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ziku__faq_item.faq02::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_2737_19674%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_2737_19674)%22%3E%3Cpath%20d%3D%22M7.08203%2017.0846V15.8346H8.7487V14.168H3.58203C3.16536%2014.168%202.8112%2014.0221%202.51953%2013.7305C2.22786%2013.4388%202.08203%2013.0846%202.08203%2012.668V4.41797C2.08203%204.0013%202.22786%203.64714%202.51953%203.35547C2.8112%203.0638%203.16536%202.91797%203.58203%202.91797H16.4154C16.832%202.91797%2017.1862%203.0638%2017.4779%203.35547C17.7695%203.64714%2017.9154%204.0013%2017.9154%204.41797V12.668C17.9154%2013.0846%2017.7695%2013.4388%2017.4779%2013.7305C17.1862%2014.0221%2016.832%2014.168%2016.4154%2014.168H11.2487V15.8346H12.9154V17.0846H7.08203ZM3.58203%2012.918H16.4154C16.4709%2012.918%2016.5265%2012.8902%2016.582%2012.8346C16.6376%2012.7791%2016.6654%2012.7235%2016.6654%2012.668V4.41797C16.6654%204.36241%2016.6376%204.30686%2016.582%204.2513C16.5265%204.19575%2016.4709%204.16797%2016.4154%204.16797H3.58203C3.52648%204.16797%203.47092%204.19575%203.41536%204.2513C3.35981%204.30686%203.33203%204.36241%203.33203%204.41797V12.668C3.33203%2012.7235%203.35981%2012.7791%203.41536%2012.8346C3.47092%2012.8902%203.52648%2012.918%203.58203%2012.918Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ziku__faq_item.faq03::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_2737_19690%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_2737_19690)%22%3E%3Cpath%20d%3D%22M3.75%2017.3763V13.043C3.75%2012.6263%203.89583%2012.2721%204.1875%2011.9805C4.47917%2011.6888%204.83333%2011.543%205.25%2011.543H14.75C15.1667%2011.543%2015.5208%2011.6888%2015.8125%2011.9805C16.1042%2012.2721%2016.25%2012.6263%2016.25%2013.043V17.3763H3.75ZM5%2014.4596H15V13.043C15%2012.9874%2014.9722%2012.9319%2014.9167%2012.8763C14.8611%2012.8207%2014.8056%2012.793%2014.75%2012.793H5.25C5.19444%2012.793%205.13889%2012.8207%205.08333%2012.8763C5.02778%2012.9319%205%2012.9874%205%2013.043V14.4596ZM10%2011.543L6.25%206.35547V6.29297C6.25%205.2513%206.61444%204.36575%207.34333%203.6363C8.07278%202.90741%208.95833%202.54297%2010%202.54297C11.0417%202.54297%2011.9272%202.90741%2012.6567%203.6363C13.3856%204.36575%2013.75%205.2513%2013.75%206.29297V6.35547L10%2011.543Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ziku__faq_item.faq04::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_2737_19719%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_2737_19719)%22%3E%3Cpath%20d%3D%22M8.08464%2017.9154L7.7513%2015.3737C7.52908%2015.3043%207.30352%2015.2001%207.07464%2015.0612C6.84519%2014.9223%206.63325%2014.7765%206.4388%2014.6237L4.08464%2015.6237L2.16797%2012.2904L4.20964%2010.7487C4.18186%2010.6237%204.16464%2010.4987%204.15797%2010.3737C4.15075%2010.2487%204.14714%2010.1237%204.14714%209.9987C4.14714%209.88759%204.15075%209.76953%204.15797%209.64453C4.16464%209.51953%204.18186%209.38759%204.20964%209.2487L2.16797%207.70703L4.08464%204.39453L6.4388%205.3737C6.63325%205.22092%206.84519%205.0787%207.07464%204.94703C7.30352%204.81481%207.52908%204.70703%207.7513%204.6237L8.08464%202.08203H11.918L12.2513%204.6237C12.5013%204.72092%2012.7269%204.82842%2012.928%204.9462C13.1296%205.06453%2013.3346%205.20703%2013.543%205.3737L15.918%204.39453L17.8346%207.70703L15.7721%209.26953C15.7999%209.40842%2015.8138%209.53342%2015.8138%209.64453V9.9987C15.8138%2010.1098%2015.8102%2010.2243%2015.803%2010.342C15.7963%2010.4604%2015.7791%2010.5959%2015.7513%2010.7487L17.793%2012.2904L15.8763%2015.6237L13.543%2014.6237C13.3346%2014.7904%2013.123%2014.9362%2012.908%2015.0612C12.6924%2015.1862%2012.4735%2015.2904%2012.2513%2015.3737L11.918%2017.9154H8.08464ZM10.0013%2012.4987C10.6957%2012.4987%2011.286%2012.2556%2011.7721%2011.7695C12.2582%2011.2834%2012.5013%2010.6931%2012.5013%209.9987C12.5013%209.30425%2012.2582%208.71398%2011.7721%208.22786C11.286%207.74175%2010.6957%207.4987%2010.0013%207.4987C9.30686%207.4987%208.71658%207.74175%208.23047%208.22786C7.74436%208.71398%207.5013%209.30425%207.5013%209.9987C7.5013%2010.6931%207.74436%2011.2834%208.23047%2011.7695C8.71658%2012.2556%209.30686%2012.4987%2010.0013%2012.4987Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.ziku__faq_list {
  margin-right: 1.7726798749vw;
  margin-bottom: 3.4932221064vw;
  margin-left: 1.7726798749vw;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_list {
    margin-right: 3.90625vw;
    margin-bottom: 3.90625vw;
    margin-left: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__faq_list {
    margin-right: 5.2083333333vw;
    margin-left: 5.2083333333vw;
  }
}
.ziku__faq_list.end {
  margin-bottom: 0;
}
.ziku__faq_list > li {
  margin-bottom: 1.6684045881vw;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_list > li {
    margin-bottom: 2.6041666667vw;
  }
}
.ziku__faq_list > li:last-child {
  margin-bottom: 0;
}
.ziku__faq_list-q {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.417101147vw;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_list-q {
    font-size: 1.8229166667vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__faq_list-q {
    font-size: 2.9947916667vw;
  }
}
.ziku__faq_list-a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__faq_list-a {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__faq_list-a {
    font-size: 2.9947916667vw;
  }
}
.ziku__faq_list-a > a {
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.ziku__faq_list-a > a:hover {
  color: #5663e8;
}
.ziku__company_message {
  position: relative;
  z-index: 1;
  padding-top: 4.1710114703vw;
  padding-bottom: 8.3420229406vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_message {
    padding-top: 5.2083333333vw;
    padding-bottom: 10.4166666667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__company_message--wrap {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  background-color: #fff;
  padding: 3.85818561vw 4.0667361835vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_message--wrap {
    -webkit-box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
    padding: 3.90625vw;
  }
}
.ziku__company_message-text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_message-text {
    font-size: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_message-text {
    font-size: 3.3854166667vw;
  }
}
.ziku__company_message-name {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .ziku__company_message-name {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_message-name {
    font-size: 3.125vw;
  }
}
.ziku__company_info {
  position: relative;
  z-index: 1;
  font-size: 0;
  padding-bottom: 12.4087591241vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_info {
    padding-bottom: 10.4166666667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__company_info-address, .ziku__company_info-map {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ziku__company_info-address, .ziku__company_info-map {
    display: block;
  }
}
.ziku__company_info-address {
  width: calc(100% - 45.0990615224vw);
}
@media screen and (max-width: 1140px) {
  .ziku__company_info-address {
    width: 100%;
  }
}
.ziku__company_info-address > li {
  font-size: 0;
}
.ziku__company_info-address-item, .ziku__company_info-address-detail {
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: top;
  line-height: 2.23;
}
@media screen and (max-width: 1140px) {
  .ziku__company_info-address-item, .ziku__company_info-address-detail {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_info-address-item, .ziku__company_info-address-detail {
    font-size: 3.125vw;
  }
}
.ziku__company_info-address-item {
  width: 90px;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .ziku__company_info-address-item {
    width: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_info-address-item {
    width: 16vw;
  }
}
.ziku__company_info-address-detail {
  width: calc(100% - 90px);
}
@media screen and (max-width: 1140px) {
  .ziku__company_info-address-detail {
    width: calc(100% - 8vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_info-address-detail {
    width: calc(100% - 16vw);
  }
}
.ziku__company_info-map {
  width: 44.0563086548vw;
  margin-left: 1.0427528676vw;
}
.ziku__company_info-map.pc {
  display: inline-block;
}
.ziku__company_info-map.sp {
  display: none;
}
@media screen and (max-width: 1140px) {
  .ziku__company_info-map {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2.0855057351vw;
  }
  .ziku__company_info-map.pc {
    display: none;
  }
  .ziku__company_info-map.sp {
    display: block;
  }
}
.ziku__company_info-map iframe {
  width: 100%;
  height: 376px;
  border: none;
}
@media screen and (max-width: 1140px) {
  .ziku__company_info-map iframe {
    height: 36.71875vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_info-map iframe {
    height: 48.9583333333vw;
  }
}
.ziku__company_recruit {
  position: relative;
  z-index: 1;
  padding-bottom: 10.4275286757vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_recruit {
    padding-bottom: 10.4166666667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__company_recruit--wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  background-color: #fff;
  padding: 1.6684045881vw 0 2.2940563087vw 2.2940563087vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_recruit--wrap {
    -webkit-box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
    padding: 2.6041666667vw 0 2.6041666667vw 2.6041666667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_recruit--wrap {
    padding: 39.0625vw 0 2.6041666667vw 2.6041666667vw;
  }
}
.ziku__company_recruit-h3 {
  width: 39.5vw;
  color: #323232;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.929092805vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_recruit-h3 {
    width: 100%;
    font-size: 2.0833333333vw;
    margin-bottom: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_recruit-h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__company_recruit-btn {
  width: 200px;
}
@media screen and (max-width: 1140px) {
  .ziku__company_recruit-btn {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__company_recruit-btn > a {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%);
}
@media screen and (max-width: 1140px) {
  .ziku__company_recruit-btn > a {
    width: 23.4375vw;
    height: 3.90625vw;
    font-size: 1.8229166667vw;
    line-height: 1.5;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_recruit-btn > a {
    width: 29.9479166667vw;
    height: 6.5104166667vw;
    font-size: 2.9947916667vw;
  }
}
.ziku__company_recruit-btn > a > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
.ziku__company_recruit-btn > a > span::after {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 4.9px;
  height: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.47027%200L0.530273%200.94L3.58361%204L0.530273%207.06L1.47027%208L5.47027%204L1.47027%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  margin-left: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_recruit-btn > a > span::after {
    top: 0.390625vw;
    width: 1.0416666667vw;
    height: 2.0833333333vw;
    margin-left: 1.3020833333vw;
  }
}
.ziku__company_recruit-btn > a:hover > span::after {
  margin-left: 1.3034410845vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_recruit-btn > a:hover > span::after {
    margin-left: 2.6041666667vw;
  }
}
.ziku__company_recruit-img {
  position: absolute;
  top: -4.06725756vw;
  right: 5.1094890511vw;
  width: 15.7977059437vw;
  height: 18.8222106361vw;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__company_recruit-img {
    width: 19.7265625vw;
    height: 23.5032552083vw;
    top: -5.0787760417vw;
    right: 6.3802083333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_recruit-img {
    width: 39.453125vw;
    height: 47.0065104167vw;
    right: 0;
    left: 0;
  }
}
.ziku__company_recruit-img > img {
  width: 100%;
}
.ziku__company_mission {
  position: relative;
  z-index: 1;
  background: linear-gradient(82.03deg, #1E3DA1 0%, #AEBDF3 52.96%, #DDBCF7 99.69%);
  padding-top: 4.5881126173vw;
  padding-bottom: 5.9958289885vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_mission {
    padding: 7.8125vw 4.6875vw;
  }
}
.ziku__company_mission::after {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/shared/img/company/bg_content_white.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__company_mission::after {
    width: 46.6145833333vw;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_mission::after {
    width: 100vw;
  }
}
.ziku__company_mission-title {
  position: relative;
  padding-left: 69px;
  margin-bottom: 2.6590198123vw;
  margin-left: 7.4035453597vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_mission-title {
    padding-left: 3.90625vw;
    margin-bottom: 3.90625vw;
    margin-left: 0;
  }
}
.ziku__company_mission-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__company_mission-title::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.ziku__company_mission-title--eng {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_mission-title--eng {
    font-size: 2.734375vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_mission-title--eng {
    font-size: 3.3854166667vw;
  }
}
.ziku__company_mission-title--h2 {
  color: #fff;
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .ziku__company_mission-title--h2 {
    font-size: 7.03125vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_mission-title--h2 {
    font-size: 8.3333333333vw;
  }
}
.ziku__company_mission-text {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-left: 11.1053180396vw;
}
@media screen and (max-width: 1140px) {
  .ziku__company_mission-text {
    font-size: 1.8229166667vw;
    margin-left: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__company_mission-text {
    font-size: 3.3854166667vw;
  }
}
.ziku__privacy {
  padding-top: 5.2137643379vw;
  padding-bottom: 8.3420229406vw;
}
.ziku__privacy_title {
  display: block;
  position: relative;
  z-index: 2;
  width: 320px;
  text-align: center;
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-bottom: 2.0855057351vw;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_title {
    width: 29vw;
    padding-right: 4.296875vw;
    padding-left: 4.296875vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__privacy_title {
    width: 35vw;
  }
}
.ziku__privacy_title::before, .ziku__privacy_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_title::before, .ziku__privacy_title::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__privacy_title::before {
  top: 0;
  left: 0;
}
.ziku__privacy_title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ziku__privacy_title--eng {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_title--eng {
    font-size: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__privacy_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__privacy_title--h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_title--h3 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__privacy_title--h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__privacy--wrap {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  background-color: #fff;
  padding: 2.0855057351vw;
  margin-right: 13.0344108446vw;
  margin-left: 13.0344108446vw;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy--wrap {
    -webkit-box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
    padding: 5.2083333333vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__privacy_date, .ziku__privacy_name, .ziku__privacy_text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_date, .ziku__privacy_name, .ziku__privacy_text {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__privacy_date, .ziku__privacy_name, .ziku__privacy_text {
    font-size: 2.734375vw;
    line-height: 1.7;
  }
}
.ziku__privacy_date {
  text-align: right;
}
.ziku__privacy_name {
  text-align: right;
}
.ziku__privacy_text > span {
  font-weight: 700;
}
.ziku__privacy_list > li {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_list > li {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__privacy_list > li {
    font-size: 2.734375vw;
    line-height: 1.7;
  }
}
.ziku__privacy_list.list01 > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.ziku__privacy_list.list01 > li::before {
  content: "◆";
  margin-right: 0.2606882169vw;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_list.list01 > li::before {
    margin-right: 0.6510416667vw;
  }
}
.ziku__privacy_list.list02 > li {
  list-style: decimal;
  margin-left: 1em;
}
.ziku__privacy_list.list03 > li {
  list-style: circle;
  margin-left: 1em;
}
.ziku__privacy_table {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_table {
    border-top: 0.1302083333vw solid #000;
    border-left: 0.1302083333vw solid #000;
  }
}
.ziku__privacy_table-tr {
  display: table-row;
}
.ziku__privacy_table-item, .ziku__privacy_table-detail {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_table-item, .ziku__privacy_table-detail {
    font-size: 1.3020833333vw;
    border-right: 0.1302083333vw solid #000;
    border-bottom: 0.1302083333vw solid #000;
    padding: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__privacy_table-item, .ziku__privacy_table-detail {
    font-size: 2.34375vw;
    line-height: 1.7;
  }
}
.ziku__privacy_table-item {
  text-align: center;
  background-color: #f1f1f1;
}
.ziku__privacy_table-item:nth-of-type(1) {
  width: 3%;
}
.ziku__privacy_table-item:nth-of-type(2) {
  width: 48.5%;
}
.ziku__privacy_table-item:nth-of-type(3) {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .ziku__privacy_table-item:nth-of-type(1) {
    width: 5%;
  }
  .ziku__privacy_table-item:nth-of-type(2) {
    width: 47.5%;
  }
  .ziku__privacy_table-item:nth-of-type(3) {
    width: 47.5%;
  }
}
.ziku__privacy_table-detail {
  background-color: #fff;
}
.ziku__privacy_table-detail-list > li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__privacy_table-detail-list > li {
    margin-bottom: 0.6510416667vw;
  }
}
.ziku__privacy_table-detail-list > li:last-child {
  margin-bottom: 0;
}
.ziku__privacy_table-detail-list > li::before {
  content: "●";
}
.ziku__user {
  padding-top: 5.2137643379vw;
  padding-bottom: 8.3420229406vw;
}
.ziku__user_title {
  display: block;
  position: relative;
  z-index: 2;
  width: 335px;
  text-align: center;
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-bottom: 2.0855057351vw;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__user_title {
    width: 29vw;
    padding-right: 4.296875vw;
    padding-left: 4.296875vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__user_title {
    width: 35vw;
  }
}
.ziku__user_title::before, .ziku__user_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__user_title::before, .ziku__user_title::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__user_title::before {
  top: 0;
  left: 0;
}
.ziku__user_title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ziku__user_title--eng {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__user_title--eng {
    font-size: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__user_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__user_title--h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .ziku__user_title--h3 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__user_title--h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__user--wrap {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  background-color: #fff;
  padding: 2.0855057351vw;
  margin-right: 13.0344108446vw;
  margin-left: 13.0344108446vw;
}
@media screen and (max-width: 1140px) {
  .ziku__user--wrap {
    -webkit-box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
    padding: 5.2083333333vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__user_article {
  margin-bottom: 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .ziku__user_article {
    margin-bottom: 2.6041666667vw;
  }
}
.ziku__user_article-item {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1140px) {
  .ziku__user_article-item {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__user_article-item {
    font-size: 3.125vw;
  }
}
.ziku__user_article-list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  text-indent: -0.8em;
  padding-left: 0.8em;
}
@media screen and (max-width: 1140px) {
  .ziku__user_article-list > li {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__user_article-list > li {
    font-size: 3.125vw;
  }
}
.ziku__user_article-list02 > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.ziku__user_article-list02 > li.d-digit {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
@media screen and (max-width: 1140px) {
  .ziku__user_article-list02 > li {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__user_article-list02 > li {
    font-size: 3.125vw;
  }
}
.ziku__user_table {
  display: table;
  margin-top: 4.1710114703vw;
}
@media screen and (max-width: 1140px) {
  .ziku__user_table {
    margin-top: 5.2083333333vw;
  }
}
.ziku__user_table-item {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1140px) {
  .ziku__user_table-item {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__user_table-item {
    font-size: 3.125vw;
  }
}
.ziku__user_table-tr {
  display: table-row;
}
.ziku__user_table-th, .ziku__user_table-td {
  display: table-cell;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  padding: 0 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__user_table-th, .ziku__user_table-td {
    font-size: 1.5625vw;
    padding: 0 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__user_table-th, .ziku__user_table-td {
    font-size: 3.125vw;
  }
}
.ziku__movie {
  padding-top: 5.2137643379vw;
  padding-bottom: 8.3420229406vw;
}
@media screen and (max-width: 1140px) {
  .ziku__movie {
    padding-top: 6.5104166667vw;
    padding-bottom: 10.4166666667vw;
  }
}
.ziku__movie_title {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-bottom: 2.0855057351vw;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__movie_title {
    width: 29vw;
    padding-right: 4.296875vw;
    padding-left: 4.296875vw;
    margin-bottom: 2.6041666667vw;
  }
}
.ziku__movie_title.title01 {
  width: 670px;
}
@media screen and (max-width: 1140px) {
  .ziku__movie_title.title01 {
    width: 58vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__movie_title.title01 {
    width: 70vw;
  }
}
.ziku__movie_title.title02 {
  width: 610px;
}
@media screen and (max-width: 1140px) {
  .ziku__movie_title.title02 {
    width: 52vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__movie_title.title02 {
    width: 64vw;
  }
}
.ziku__movie_title.title03 {
  width: 525px;
}
@media screen and (max-width: 1140px) {
  .ziku__movie_title.title03 {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__movie_title.title03 {
    width: 55vw;
  }
}
.ziku__movie_title.title03 + .ziku__movie_img {
  margin-bottom: 0;
}
.ziku__movie_title::before, .ziku__movie_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__movie_title::before, .ziku__movie_title::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__movie_title::before {
  top: 0;
  left: 0;
}
.ziku__movie_title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ziku__movie_title--eng {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__movie_title--eng {
    font-size: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__movie_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__movie_title--h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .ziku__movie_title--h3 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__movie_title--h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__movie_img {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 51.8769551616vw;
  margin-right: auto;
  margin-bottom: 8.3420229406vw;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__movie_img {
    width: 64.7786458333vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__movie_img {
    width: 78.125vw;
    margin-bottom: 10.4166666667vw;
  }
}
.ziku__movie_img > a {
  -webkit-transition: opacity 0.4s, -webkit-filter 0.4s;
  transition: opacity 0.4s, -webkit-filter 0.4s;
  transition: opacity 0.4s, filter 0.4s;
  transition: opacity 0.4s, filter 0.4s, -webkit-filter 0.4s;
}
.ziku__movie_img > a > img {
  width: 100%;
}
.ziku__movie_img > a:hover {
  opacity: 0.7;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.ziku__movie_img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 5.6480709072vw;
  height: 5.6480709072vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22110%22%20height%3D%22110%22%20viewBox%3D%220%200%20110%20110%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M54.9987%200.832031C25.0987%200.832031%200.832031%2025.0987%200.832031%2054.9987C0.832031%2084.8987%2025.0987%20109.165%2054.9987%20109.165C84.8987%20109.165%20109.165%2084.8987%20109.165%2054.9987C109.165%2025.0987%2084.8987%200.832031%2054.9987%200.832031ZM44.1654%2079.3737V30.6237L76.6654%2054.9987L44.1654%2079.3737Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__movie_img::after {
    width: 7.052734375vw;
    height: 7.052734375vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__movie_img::after {
    width: 10.5791015625vw;
    height: 10.5791015625vw;
  }
}
.ziku__partner_title {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_title {
    padding-right: 4.296875vw;
    padding-left: 4.296875vw;
  }
}
.ziku__partner_title::before, .ziku__partner_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_title::before, .ziku__partner_title::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__partner_title::before {
  top: 0;
  left: 0;
}
.ziku__partner_title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ziku__partner_title--eng {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_title--eng {
    font-size: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__partner_title--h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_title--h3 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_title--h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__partner_alliance {
  position: relative;
  z-index: 1;
  padding-top: 5.4744525547vw;
  padding-bottom: 8.3420229406vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
.ziku__partner_alliance-title {
  width: 280px;
  margin-bottom: 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_alliance-title {
    width: 31vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_alliance-title {
    width: 40.3645833333vw;
  }
}
.ziku__partner_alliance--wrap {
  font-size: 0;
  background-color: #fff;
}
.ziku__partner_alliance-logo {
  display: inline-block;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.ziku__partner_alliance-logo.tcn {
  padding: 4.0145985401vw 0;
}
.ziku__partner_alliance-logo.tcn .ziku__partner_alliance-logo-img {
  width: 16.1626694473vw;
  height: 6.0479666319vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_alliance-logo.tcn {
    padding: 5.0130208333vw 0;
  }
  .ziku__partner_alliance-logo.tcn .ziku__partner_alliance-logo-img {
    width: 20.1822916667vw;
    height: 7.5520833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_alliance-logo.tcn {
    padding: 5.2083333333vw 0;
  }
  .ziku__partner_alliance-logo.tcn .ziku__partner_alliance-logo-img {
    width: 30.2734375vw;
    height: 11.328125vw;
  }
}
.ziku__partner_alliance-logo.taihei {
  padding: 3.1282586027vw 0;
}
.ziku__partner_alliance-logo.taihei .ziku__partner_alliance-logo-img {
  width: 12.5130344108vw;
  height: 7.8206465068vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_alliance-logo.taihei {
    padding: 3.90625vw 0;
  }
  .ziku__partner_alliance-logo.taihei .ziku__partner_alliance-logo-img {
    width: 15.625vw;
    height: 9.765625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_alliance-logo.taihei {
    padding: 5.2083333333vw 0;
  }
  .ziku__partner_alliance-logo.taihei .ziku__partner_alliance-logo-img {
    width: 23.4375vw;
    height: 14.6484375vw;
  }
}
.ziku__partner_alliance-logo-img {
  margin-right: auto;
  margin-left: auto;
}
.ziku__partner_alliance-logo-img > img {
  width: 100%;
}
.ziku__partner_alliance-logo-name {
  font-size: 1.4rem;
  line-height: 1.4285;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_alliance-logo-name {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_alliance-logo-name {
    font-size: 2.34375vw;
  }
}
.ziku__partner_recruit {
  position: relative;
  z-index: 1;
  padding-bottom: 8.6027111575vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit {
    padding-bottom: 10.7421875vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__partner_recruit-title {
  width: 1090px;
  background-color: #f6f6f6;
  padding: 0;
}
@media screen and (max-width: 1435px) {
  .ziku__partner_recruit-title {
    width: 70vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-title {
    width: 57vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit-title {
    width: 65vw;
  }
}
.ziku__partner_recruit-title::before {
  left: 24px;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-title::before {
    left: 1.5625vw;
  }
}
.ziku__partner_recruit-title::after {
  right: 24px;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-title::after {
    right: 1.5625vw;
  }
}
.ziku__partner_recruit-title--h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 89px;
  padding-left: 89px;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-title--h3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.ziku__partner_recruit--wrap {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 0;
  border: 5px solid #E6E7E9;
  border-radius: 22px;
  background: rgba(246, 246, 246, 0.7);
  padding: 5.2659019812vw 3.2846715328vw 3.3889468196vw 3.2846715328vw;
  margin-top: -1.5641293014vw;
}
@media screen and (max-width: 1435px) {
  .ziku__partner_recruit--wrap {
    padding: 8.9155370177vw 3.2846715328vw 3.3889468196vw 3.2846715328vw;
    margin-top: -5.2137643379vw;
  }
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit--wrap {
    border: 0.390625vw solid #E6E7E9;
    border-radius: 1.4322916667vw;
    padding: 6.5104166667vw 1.3020833333vw 1.3020833333vw 1.3020833333vw;
    margin-top: -3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit--wrap {
    padding: 19.53125vw 2.6041666667vw 2.6041666667vw 2.6041666667vw;
    margin-top: -13.0208333333vw;
  }
}
.ziku__partner_recruit-img, .ziku__partner_recruit-info {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit-img, .ziku__partner_recruit-info {
    display: block;
  }
}
.ziku__partner_recruit-img {
  width: 17.7789363921vw;
  margin-right: 3.85818561vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-img {
    width: 22.1354166667vw;
    margin-right: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit-img {
    width: 33.30078125vw;
    margin-right: auto;
    margin-bottom: 1.3020833333vw;
    margin-left: auto;
  }
}
.ziku__partner_recruit-img > img {
  width: 100%;
}
.ziku__partner_recruit-info {
  width: calc(100% - 21.6371220021vw);
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-info {
    width: calc(100% - 24.7395833334vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit-info {
    width: 100%;
  }
}
.ziku__partner_recruit-info-item01 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.3128258603vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-info-item01 {
    font-size: 2.34375vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit-info-item01 {
    font-size: 3.6458333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.ziku__partner_recruit-info-item02 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-info-item02 {
    font-size: 2.0833333333vw;
    margin-bottom: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit-info-item02 {
    font-size: 3.6458333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.ziku__partner_recruit-info-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  border: 0.2606882169vw solid #D2D4D7;
  padding: 1.2513034411vw;
  margin-bottom: 1.8769551616vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-info-text {
    font-size: 2.0833333333vw;
    border: 0.390625vw solid #D2D4D7;
    padding: 1.5625vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit-info-text {
    font-size: 2.34375vw;
    margin-bottom: 1.8229166667vw;
  }
}
.ziku__partner_recruit-info-list {
  margin-bottom: 2.1897810219vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-info-list {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit-info-list {
    margin-bottom: 3.90625vw;
  }
}
.ziku__partner_recruit-info-list.end {
  margin-bottom: 0;
}
.ziku__partner_recruit-info-list > li {
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_recruit-info-list > li {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_recruit-info-list > li {
    font-size: 2.34375vw;
  }
}
.ziku__partner_recruit-info-list > li::before {
  content: "・";
}
.ziku__partner_flow {
  position: relative;
  z-index: 1;
  padding-bottom: 8.3420229406vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow {
    padding-bottom: 10.4166666667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__partner_flow-title {
  width: 560px;
  margin-bottom: 4.1710114703vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-title {
    width: 48vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_flow-title {
    width: 60vw;
  }
}
.ziku__partner_flow-step {
  font-size: 0;
  border-radius: 1.0427528676vw;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%);
  -webkit-box-shadow: 0 -0.5213764338vw 3.6496350365vw rgba(22, 25, 79, 0.1);
          box-shadow: 0 -0.5213764338vw 3.6496350365vw rgba(22, 25, 79, 0.1);
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step {
    width: 40%;
    border-radius: 1.3020833333vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2.72%, #5562E7), color-stop(99.66%, #DF8BED));
    background: linear-gradient(180deg, #5562E7 2.72%, #DF8BED 99.66%);
    -webkit-box-shadow: 0 -0.6510416667vw 4.5572916667vw rgba(22, 25, 79, 0.1);
            box-shadow: 0 -0.6510416667vw 4.5572916667vw rgba(22, 25, 79, 0.1);
    margin-right: auto;
    margin-left: auto;
  }
}
.ziku__partner_flow-step > div {
  position: relative;
  display: inline-block;
  height: 11.2095933264vw;
  vertical-align: top;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div {
    display: block;
    height: auto;
    padding: 2.6041666667vw 0 5.2083333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_flow-step > div {
    padding: 3.90625vw 0 6.5104166667vw 0;
  }
}
.ziku__partner_flow-step > div:nth-of-type(1) {
  width: 18%;
}
.ziku__partner_flow-step > div:nth-of-type(1) .ziku__partner_flow-step-text {
  width: 8.4984358707vw;
  margin-left: 1.8248175182vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div:nth-of-type(1) {
    width: 100%;
  }
  .ziku__partner_flow-step > div:nth-of-type(1) .ziku__partner_flow-step-text {
    width: 90%;
    margin-left: auto;
  }
}
.ziku__partner_flow-step > div:nth-of-type(2) {
  width: 15%;
}
.ziku__partner_flow-step > div:nth-of-type(2) .ziku__partner_flow-step-text {
  width: 7.8206465068vw;
  margin-left: 1.5641293014vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div:nth-of-type(2) {
    width: 100%;
  }
  .ziku__partner_flow-step > div:nth-of-type(2) .ziku__partner_flow-step-text {
    width: 90%;
    margin-left: auto;
  }
}
.ziku__partner_flow-step > div:nth-of-type(3) {
  width: 16%;
}
.ziku__partner_flow-step > div:nth-of-type(3) .ziku__partner_flow-step-text {
  width: 9.228362878vw;
  margin-left: 1.0948905109vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div:nth-of-type(3) {
    width: 100%;
  }
  .ziku__partner_flow-step > div:nth-of-type(3) .ziku__partner_flow-step-text {
    width: 90%;
    margin-left: auto;
  }
}
.ziku__partner_flow-step > div:nth-of-type(4) {
  width: 16%;
}
.ziku__partner_flow-step > div:nth-of-type(4) .ziku__partner_flow-step-text {
  width: 7.8206465068vw;
  margin-left: 1.7205422315vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div:nth-of-type(4) {
    width: 100%;
  }
  .ziku__partner_flow-step > div:nth-of-type(4) .ziku__partner_flow-step-text {
    width: 90%;
    margin-left: auto;
  }
}
.ziku__partner_flow-step > div:nth-of-type(5) {
  width: 20%;
}
.ziku__partner_flow-step > div:nth-of-type(5) .ziku__partner_flow-step-text {
  width: 10.9489051095vw;
  margin-left: 1.5641293014vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div:nth-of-type(5) {
    width: 100%;
  }
  .ziku__partner_flow-step > div:nth-of-type(5) .ziku__partner_flow-step-text {
    width: 90%;
    margin-left: auto;
  }
}
.ziku__partner_flow-step > div:nth-of-type(6) {
  width: 15%;
  padding-right: 0;
}
.ziku__partner_flow-step > div:nth-of-type(6) .ziku__partner_flow-step-no {
  right: 0;
}
.ziku__partner_flow-step > div:nth-of-type(6) .ziku__partner_flow-step-text {
  width: 7.5078206465vw;
  margin-left: 2.6068821689vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div:nth-of-type(6) {
    width: 100%;
  }
  .ziku__partner_flow-step > div:nth-of-type(6) .ziku__partner_flow-step-text {
    width: 90%;
    margin-left: auto;
  }
}
.ziku__partner_flow-step > div:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.6vw;
  height: 11.2095933264vw;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2061%20189%22%3E%3Cpolygon%20points%3D%225%20189%200%20189%2056%2094.5%200%200%205%200%2061%2094.5%205%20189%22%20style%3D%22fill%3A%23f6f6f6%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div:not(:last-child)::after {
    top: auto;
    left: 0;
    width: 9.765625vw;
    height: 3.90625vw;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20189%2061%22%3E%3Cpolygon%20points%3D%220%205%200%200%2094.5%2056%20189%200%20189%205%2094.5%2061%200%205%22%20style%3D%22fill%3A%23f6f6f6%3B%22%2F%3E%3C%2Fsvg%3E");
  }
}
.ziku__partner_flow-step > div:not(:last-child) > span {
  right: 3.1803962461vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div:not(:last-child) > span {
    right: 0;
  }
}
.ziku__partner_flow-step > div > span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step > div > span {
    position: static;
  }
}
.ziku__partner_flow-step-no {
  position: absolute;
  top: -1.6684045881vw;
  right: 3.1803962461vw;
  left: 0;
  width: 3.5453597497vw;
  height: 3.5453597497vw;
  color: #5663e8;
  font-size: 1.6684045881vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 3.5453597497vw;
  text-align: center;
  border-radius: 1.7726798749vw;
  background-color: #fff;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step-no {
    position: relative;
    top: 0;
    right: 0;
    width: 4.4270833333vw;
    height: 4.4270833333vw;
    font-size: 1.8229166667vw;
    line-height: 4.4270833333vw;
    border-radius: 2.34375vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_flow-step-no {
    width: 5.46875vw;
    height: 5.46875vw;
    font-size: 2.734375vw;
    line-height: 5.46875vw;
    border-radius: 2.734375vw;
  }
}
.ziku__partner_flow-step-name {
  color: #fff;
  font-size: 1.0948905109vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 0.5213764338vw;
  margin-bottom: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step-name {
    font-size: 2.0833333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_flow-step-name {
    font-size: 2.9947916667vw;
  }
}
.ziku__partner_flow-step-text {
  color: #fff;
  font-size: 0.8342022941vw;
  line-height: 1.7;
}
@media screen and (max-width: 1140px) {
  .ziku__partner_flow-step-text {
    font-size: 1.6927083333vw;
    text-align: center;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .ziku__partner_flow-step-text {
    font-size: 2.0833333333vw;
  }
}
.ziku__recruit_title {
  position: relative;
  padding-left: 66px;
  margin-bottom: 3.1282586027vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_title {
    padding-left: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
}
.ziku__recruit_title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_title::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.ziku__recruit_title--eng {
  color: #5663e8;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__recruit_title--h2 {
  width: 100%;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8bed 99.66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_title--h2 {
    font-size: 7.5520833333vw;
  }
}
.ziku__recruit_introduction {
  position: relative;
  z-index: 1;
  padding-top: 5.5265901981vw;
  padding-bottom: 10.740354536vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_introduction {
    padding-top: 6.9010416667vw;
    padding-bottom: 13.4114583333vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__recruit_introduction-h2 {
  max-width: 256px;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_introduction-h2 {
    max-width: 31vw;
  }
}
.ziku__recruit_introduction-company {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.ziku__recruit_introduction-company > iframe {
  width: 100%;
  height: 46vw;
  border: none;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_introduction-company > iframe {
    height: 57vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_introduction-company > iframe {
    height: 64vw;
  }
}
.ziku__recruit_motivation {
  position: relative;
  z-index: 1;
  padding-bottom: 11.9916579771vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_motivation {
    padding-bottom: 14.9739583333vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__recruit_motivation-h2 {
  max-width: 490px;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_motivation-h2 {
    max-width: 57vw;
  }
}
.ziku__recruit_motivation-list {
  margin-right: 3.4932221064vw;
  margin-left: 3.4932221064vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_motivation-list {
    margin-right: 4.3619791667vw;
    margin-left: 4.3619791667vw;
  }
}
.ziku__recruit_motivation-list > li {
  font-size: 0;
  margin-bottom: 5.4223149114vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_motivation-list > li {
    margin-bottom: 6.7708333333vw;
  }
}
.ziku__recruit_motivation-list > li:last-child {
  margin-bottom: 0;
}
.ziku__recruit_motivation-list-no, .ziku__recruit_motivation-list-info {
  display: inline-block;
  vertical-align: top;
}
.ziku__recruit_motivation-list-no {
  position: relative;
  width: 97px;
  text-align: center;
  margin-right: 50px;
}
.ziku__recruit_motivation-list-no.no01 > img {
  width: 81px;
}
.ziku__recruit_motivation-list-no.no02 > img {
  width: 96px;
}
.ziku__recruit_motivation-list-no.no03 > img {
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_motivation-list-no {
    width: 6.3151041667vw;
    margin-right: 2.7994791667vw;
  }
  .ziku__recruit_motivation-list-no.no01 > img {
    width: 5.2734375vw;
  }
  .ziku__recruit_motivation-list-no.no02 > img {
    width: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_motivation-list-no {
    width: 12.6302083333vw;
  }
  .ziku__recruit_motivation-list-no.no01 > img {
    width: 10.546875vw;
  }
  .ziku__recruit_motivation-list-no.no02 > img {
    width: 12.5vw;
  }
}
.ziku__recruit_motivation-list-no::after {
  position: absolute;
  top: 88px;
  left: 14px;
  width: 162.63px;
  height: 2px;
  content: "";
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background-color: #5663e8;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_motivation-list-no::after {
    top: 6vw;
    width: 10.587890625vw;
    height: 0.1302083333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_motivation-list-no::after {
    top: 11vw;
    left: 5vw;
    width: 15.8818359375vw;
    height: 0.2604166667vw;
  }
}
.ziku__recruit_motivation-list-info {
  width: calc(100% - 147px);
  padding-top: 3.6496350365vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_motivation-list-info {
    width: calc(100% - 9.1145833333vw);
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_motivation-list-info {
    width: calc(100% - 15.4296875vw);
    padding-top: 9.1145833333vw;
  }
}
.ziku__recruit_motivation-list-info-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_motivation-list-info-title {
    font-size: 2.734375vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_motivation-list-info-title {
    font-size: 4.1666666667vw;
  }
}
.ziku__recruit_motivation-list-info-detail {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_motivation-list-info-detail {
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_motivation-list-info-detail {
    font-size: 3.125vw;
  }
}
.ziku__recruit_environment {
  position: relative;
  z-index: 1;
  padding-bottom: 10.6882168926vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment {
    padding-bottom: 13.3463541667vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__recruit_environment-h2 {
  max-width: 256px;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment-h2 {
    max-width: 32vw;
  }
}
.ziku__recruit_environment-contents {
  font-size: 0;
}
.ziku__recruit_environment-contents-img, .ziku__recruit_environment-contents--wrap {
  display: inline-block;
  vertical-align: top;
}
.ziku__recruit_environment-contents-img > img {
  width: 100%;
}
.ziku__recruit_environment-contents.environment01 {
  margin-bottom: 3.1282586027vw;
}
.ziku__recruit_environment-contents.environment01 .ziku__recruit_environment-contents-img {
  width: 27.8415015641vw;
}
.ziku__recruit_environment-contents.environment01 .ziku__recruit_environment-contents--wrap {
  width: 45.7768508863vw;
  margin-left: -7vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment-contents.environment01 {
    margin-bottom: 7.8125vw;
  }
  .ziku__recruit_environment-contents.environment01 .ziku__recruit_environment-contents-img {
    width: 34.765625vw;
  }
  .ziku__recruit_environment-contents.environment01 .ziku__recruit_environment-contents--wrap {
    width: 57.1614583333vw;
    margin-left: -8vw;
  }
}
.ziku__recruit_environment-contents.environment02 {
  margin-bottom: 3.1282586027vw;
  margin-left: 16vw;
}
.ziku__recruit_environment-contents.environment02 .ziku__recruit_environment-contents-img {
  width: 32.2210636079vw;
}
.ziku__recruit_environment-contents.environment02 .ziku__recruit_environment-contents--wrap {
  width: 33.889468196vw;
  margin-top: -3.1vw;
  margin-left: -11vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment-contents.environment02 {
    margin-bottom: 7.8125vw;
    margin-left: 0;
  }
  .ziku__recruit_environment-contents.environment02 .ziku__recruit_environment-contents-img {
    width: 40.234375vw;
  }
  .ziku__recruit_environment-contents.environment02 .ziku__recruit_environment-contents--wrap {
    width: 62vw;
    margin-left: -13vw;
  }
}
.ziku__recruit_environment-contents.environment03 .ziku__recruit_environment-contents-img {
  width: 34.6715328467vw;
}
.ziku__recruit_environment-contents.environment03 .ziku__recruit_environment-contents--wrap {
  width: 51vw;
  margin-top: 3.5vw;
  margin-left: -14vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment-contents.environment03 .ziku__recruit_environment-contents-img {
    width: 43.2942708333vw;
  }
  .ziku__recruit_environment-contents.environment03 .ziku__recruit_environment-contents--wrap {
    width: 62vw;
    margin-left: -16vw;
  }
}
.ziku__recruit_environment-contents-no {
  color: #5763E8;
  font-size: 8rem;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  font-style: italic;
  line-height: 1;
  margin-bottom: 0.3128258603vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment-contents-no {
    font-size: 5.7291666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_environment-contents-no {
    font-size: 7.8125vw;
  }
}
.ziku__recruit_environment-contents-name {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment-contents-name {
    font-size: 2.734375vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_environment-contents-name {
    font-size: 4.1666666667vw;
  }
}
.ziku__recruit_environment-contents-name > span {
  font-weight: 700;
}
.ziku__recruit_environment-contents-text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 1.2513034411vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment-contents-text {
    font-size: 1.8229166667vw;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_environment-contents-text {
    font-size: 3.125vw;
  }
}
.ziku__recruit_environment-contents-list > li {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  text-indent: -2em;
  padding-left: 2em;
  margin-bottom: 0.755995829vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment-contents-list > li {
    font-size: 1.8229166667vw;
    text-indent: -1.4em;
    padding-left: 1.4em;
    margin-bottom: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_environment-contents-list > li {
    font-size: 3.125vw;
  }
}
.ziku__recruit_environment-contents-list > li::before {
  position: relative;
  top: -0.1vw;
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2223%22%20viewBox%3D%220%200%2023%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.5%200.25C5.28708%200.25%200.25%205.28685%200.25%2011.5C0.25%2017.7132%205.28708%2022.75%2011.5%2022.75C17.7136%2022.75%2022.75%2017.7132%2022.75%2011.5C22.75%205.28685%2017.7134%200.25%2011.5%200.25ZM9.4363%2017.2789L4.4827%2012.3255L6.13375%2010.6745L9.4363%2013.9768L16.8663%206.54663L18.5173%208.19768L9.4363%2017.2789Z%22%20fill%3D%22%235663E8%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_environment-contents-list > li::before {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-right: 0.6510416667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_environment-contents-list > li::before {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
}
.ziku__recruit_recruitment {
  position: relative;
  z-index: 1;
  padding-bottom: 10.4275286757vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_recruitment {
    padding-bottom: 13.0208333333vw;
    margin-right: 4.6875vw;
    margin-left: 4.6875vw;
  }
}
.ziku__recruit_recruitment-h2 {
  max-width: 320px;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_recruitment-h2 {
    max-width: 39vw;
  }
}
.ziku__recruit_recruitment-item {
  margin-right: 3.4932221064vw;
  margin-left: 3.4932221064vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_recruitment-item {
    margin-right: 4.3619791667vw;
    margin-left: 1.7466110532vw;
  }
}
.ziku__recruit_recruitment-item + .ziku__recruit_recruitment-item {
  margin-top: 2.1376433785vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_recruitment-item + .ziku__recruit_recruitment-item {
    margin-top: 2.6041666667vw;
  }
}
.ziku__recruit_recruitment-item > a {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  padding: 1.6684045881vw 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_recruitment-item > a {
    font-size: 1.8229166667vw;
    padding: 2.0833333333vw 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_recruitment-item > a {
    font-size: 4.1666666667vw;
  }
}
.ziku__recruit_recruitment-item > a::after {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%200L6.59%201.41L12.17%207H0V9H12.17L6.59%2014.59L8%2016L16%208L8%200Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_recruitment-item > a::after {
    right: 2.6041666667vw;
    width: 1.3020833333vw;
    height: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__recruit_recruitment-item > a::after {
    width: 2.6041666667vw;
    height: 2.734375vw;
  }
}
.ziku__recruit_recruitment-item > a:hover {
  -webkit-box-shadow: 0 0.2606882169vw 0.5213764338vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2606882169vw 0.5213764338vw rgba(0, 0, 0, 0.5);
}
.ziku__recruit_recruitment-item > a:hover::after {
  right: 30px;
}
@media screen and (max-width: 1140px) {
  .ziku__recruit_recruitment-item > a:hover {
    -webkit-box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.6510416667vw 1.3020833333vw rgba(0, 0, 0, 0.5);
  }
  .ziku__recruit_recruitment-item > a:hover::after {
    right: 1.953125vw;
  }
}
.ziku__article {
  padding: 5.2137643379vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1140px) {
  .ziku__article {
    padding: 6.5104166667vw 4.6875vw;
  }
}
@media screen and (min-width: 1140px) {
  .ziku__article.layout_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ziku__article.layout_col2 .ziku__article_detail--wrap {
    width: 70%;
    margin: 0;
  }
  .ziku__article.layout_col2 .side-area {
    width: 24%;
  }
  .ziku__article.layout_col2 .side-fixed {
    margin-right: 5.2137643379vw;
    position: fixed;
    top: 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1139px) {
  .ziku__article.layout_col2 .side-area {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  .ziku__article .side-area .side-content {
    padding: 18px;
    background-color: #FFF;
    border: 2px solid #1a1a1a;
    font-size: 1.4rem;
  }
  .ziku__article .side-area .side-content p {
    line-height: 1.6;
  }
  .ziku__article .side-area .side-content img {
    max-width: 100%;
  }
  .ziku__article .side-area .side-download {
    font-weight: 700;
  }
  .ziku__article .side-area .btn01 {
    width: 100%;
    margin-top: 1em;
    padding: 1em 0.4em;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    display: block;
    background-color: #032e61;
    border-radius: 5px;
  }
}
.ziku__article_title {
  display: block;
  position: relative;
  z-index: 1;
  width: 150px;
  text-align: center;
  padding-right: 65px;
  padding-left: 65px;
  margin-right: auto;
  margin-bottom: 2.0855057351vw;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__article_title {
    width: 20vw;
    padding-right: 4.296875vw;
    padding-left: 4.296875vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_title {
    width: 27vw;
  }
}
.ziku__article_title::before, .ziku__article_title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpolygon%20points%3D%220%200%200%2028%2028%200%200%200%22%20style%3D%22fill%3A%235663e8%3B%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1140px) {
  .ziku__article_title::before, .ziku__article_title::after {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
  }
}
.ziku__article_title::before {
  top: 0;
  left: 0;
}
.ziku__article_title::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ziku__article_title--eng {
  color: #808080;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25;
  margin-bottom: 0.2085505735vw;
}
@media screen and (max-width: 1140px) {
  .ziku__article_title--eng {
    font-size: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_title--eng {
    font-size: 2.734375vw;
  }
}
.ziku__article_title--h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 1140px) {
  .ziku__article_title--h3 {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_title--h3 {
    font-size: 4.1666666667vw;
  }
}
.ziku__article_list {
  position: relative;
  z-index: 1;
  left: -24px;
  width: calc(100% + 48px);
  font-size: 0;
}
@media screen and (max-width: 1140px) {
  .ziku__article_list {
    left: -1.5625vw;
    width: calc(100% + 3.125vw);
  }
}
.ziku__article_list > li {
  display: inline-block;
  width: calc(25% - 48px);
  vertical-align: top;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-right: 24px;
  margin-bottom: 3.1282586027vw;
  margin-left: 24px;
}
@media screen and (max-width: 1140px) {
  .ziku__article_list > li {
    width: calc(50% - 3.125vw);
    margin-right: 1.5625vw;
    margin-bottom: 3.90625vw;
    margin-left: 1.5625vw;
  }
}
.ziku__article_list > li:hover {
  opacity: 0.7;
}
.ziku__article_list > li:hover .ziku__article_list-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.ziku__article_list-img {
  margin-bottom: 0.2606882169vw;
  overflow: hidden;
}
.ziku__article_list-img img {
  width: 100%;
  height: 10.0625651721vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 1140px) {
  .ziku__article_list-img {
    margin-bottom: 0.6510416667vw;
  }
  .ziku__article_list-img img {
    height: 25.1302083333vw;
  }
}
.ziku__article_list-title {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.2606882169vw;
}
@media screen and (max-width: 1140px) {
  .ziku__article_list-title {
    font-size: 1.8229166667vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_list-title {
    font-size: 2.34375vw;
  }
}
.ziku__article_list-other {
  font-size: 0;
}
.ziku__article_list-other--new, .ziku__article_list-other--category, .ziku__article_list-other--date {
  display: inline-block;
  vertical-align: middle;
}
.ziku__article_list-other--new, .ziku__article_list-other--category {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 2.6068821689vw;
  padding: 0.3128258603vw 0.6256517205vw;
  margin-right: 0.5213764338vw;
}
@media screen and (max-width: 1140px) {
  .ziku__article_list-other--new, .ziku__article_list-other--category {
    font-size: 1.3020833333vw;
    border-radius: 6.5104166667vw;
    padding: 0.6510416667vw 1.953125vw;
    margin-right: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_list-other--new, .ziku__article_list-other--category {
    font-size: 1.8229166667vw;
  }
}
.ziku__article_list-other--new {
  background: linear-gradient(89.6deg, #5562e7 2.72%, #df8Bed 99.66%);
}
.ziku__article_list-other--category {
  background-color: #444;
}
.ziku__article_list-other--date {
  color: #666;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .ziku__article_list-other--date {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_list-other--date {
    font-size: 1.8229166667vw;
  }
}
.ziku__article_detail--wrap {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
          box-shadow: 0 1.3034410845vw 2.6068821689vw rgba(22, 25, 79, 0.05);
  background-color: #fff;
  padding: 1.5641293014vw 1.5641293014vw 4.1710114703vw;
  margin-right: 5.2137643379vw;
  margin-left: 5.2137643379vw;
}
@media screen and (max-width: 1140px) {
  .ziku__article_detail--wrap {
    -webkit-box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
            box-shadow: 0 1.6276041667vw 3.2552083333vw rgba(22, 25, 79, 0.05);
    padding: 5.2083333333vw;
    margin-right: 0;
    margin-left: 0;
  }
}
.ziku__article_detail--wrap > h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 4.1710114703vw;
}
@media screen and (max-width: 1140px) {
  .ziku__article_detail--wrap > h2 {
    font-size: 3.125vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap > h2 {
    font-size: 4.6875vw;
  }
}
.ziku__article_detail--wrap > h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-indent: -1em;
  word-wrap: break-word;
  word-break: break-all;
  padding-left: 1em;
  margin-bottom: 2.0855057351vw;
}
@media screen and (max-width: 1140px) {
  .ziku__article_detail--wrap > h3 {
    font-size: 2.34375vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap > h3 {
    font-size: 3.90625vw;
  }
}
.ziku__article_detail--wrap ul.list-check > li {
  padding-left: 2rem;
  line-height: 1.6;
  position: relative;
}
.ziku__article_detail--wrap ul.list-check > li::before {
  content: "";
  width: 1rem;
  height: 0.5rem;
  border-left: 3px solid #5663e8;
  border-bottom: 3px solid #5663e8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0.7rem;
  left: 0;
}
.ziku__article_detail--wrap ul.list-check > li + li {
  margin-top: 0.5em;
}
.ziku__article_detail--wrap ul.dot li {
  margin-left: 1em;
  text-indent: -1em;
}
.ziku__article_detail--wrap ul.dot li::before {
  content: "・";
}
.ziku__article_detail--wrap .list-box {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap .list-box {
    padding: 1.5rem;
  }
}
.ziku__article_detail--wrap .list-box ul, .ziku__article_detail--wrap .list-box ol {
  list-style-type: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap .list-box ul, .ziku__article_detail--wrap .list-box ol {
    font-size: 3.125vw;
  }
}
.ziku__article_detail--wrap img {
  max-width: 100%;
  height: auto;
}
.ziku__article_detail--wrap .image-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ziku__article_detail--wrap .image-column.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ziku__article_detail--wrap .image-column.col2 .img {
  width: 49%;
}
.ziku__article_detail--wrap .image-column .img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap .image-column {
    display: block;
  }
  .ziku__article_detail--wrap .image-column.col2 .img {
    width: 100%;
  }
  .ziku__article_detail--wrap .image-column .img {
    width: 100%;
  }
  .ziku__article_detail--wrap .image-column .img + .img {
    margin-top: 5.2083333333vw;
  }
}
.ziku__article_detail--wrap .toc-block {
  margin-bottom: 30px;
  background-color: #ecf4ff;
  padding: 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap .toc-block {
    padding: 2rem 2rem;
  }
}
.ziku__article_detail--wrap .toc-block .title {
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap .toc-block .title {
    font-size: 3.6458333333vw;
  }
}
.ziku__article_detail--wrap .toc-block ol {
  margin-left: 1.2em;
  list-style-type: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-indent: -1.2em;
  counter-reset: number;
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap .toc-block ol {
    margin-top: 1em;
    font-size: 3.3854166667vw;
  }
}
.ziku__article_detail--wrap .toc-block li::before {
  content: counter(number) ". ";
  counter-increment: number;
}
.ziku__article_detail--wrap .toc-block li:not(:last-child) {
  margin-bottom: 0.8em;
}
.ziku__article_detail--wrap .table-wrap {
  width: 100%;
  overflow-x: auto;
}
.ziku__article_detail--wrap .table-wrap + * {
  margin-top: 20px;
}
.ziku__article_detail--wrap .table-wrap table {
  width: 100%;
  min-width: 718px;
  border: 1px solid #000;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap .table-wrap table {
    font-size: 3.125vw;
  }
}
.ziku__article_detail--wrap .table-wrap th, .ziku__article_detail--wrap .table-wrap td {
  padding: 0.8em 1em;
  border: 1px solid #000;
}
.ziku__article_detail--wrap .table-wrap th {
  line-height: 1;
  background-color: #f1f1f1;
  text-align: center;
}
.ziku__article_detail--wrap .table-wrap td {
  line-height: 1.6;
  vertical-align: top;
}
.ziku__article_detail--wrap .intro-box2 {
  margin-top: 6rem;
}
.ziku__article_detail--wrap .intro-box2 dl {
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #ccc;
}
.ziku__article_detail--wrap .intro-box2 dl:first-of-type {
  padding-top: 20px;
}
.ziku__article_detail--wrap .intro-box2 dl:last-of-type {
  border-bottom: 0;
}
.ziku__article_detail--wrap .intro-box2 dt {
  float: left;
}
.ziku__article_detail--wrap .intro-box2 dt img {
  margin-right: 40px;
  margin-bottom: 0;
}
.ziku__article_detail--wrap .intro-box2 dd {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.6;
}
.ziku__article_detail--wrap .intro-box2 p + p {
  margin-top: 1em;
}
.ziku__article_detail--wrap .intro-box2 .rightbox dt {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.ziku__article_detail--wrap .intro-box2 .ttl {
  margin-bottom: 0.6em;
  font-size: 2.4rem;
  font-weight: 600;
}
.ziku__article_detail--wrap .intro-box2 .seminar-detail-imgtext {
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin-right: 40px;
}
.ziku__article_detail--wrap .intro-box2 .more-btn {
  float: right;
}
.ziku__article_detail--wrap .intro-box2.intro-box2_noborder dl {
  border-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .ziku__article_detail--wrap .intro-box2 dt {
    max-width: 50%;
  }
  .ziku__article_detail--wrap .intro-box2 dt img {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_detail--wrap .intro-box2 {
    margin-top: 4rem;
  }
  .ziku__article_detail--wrap .intro-box2 dl {
    padding: 20px 0;
  }
  .ziku__article_detail--wrap .intro-box2 dt {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  .ziku__article_detail--wrap .intro-box2 dt img {
    margin-right: 0;
  }
  .ziku__article_detail--wrap .intro-box2 dd {
    margin-left: 0;
    font-size: 2.734375vw;
  }
  .ziku__article_detail--wrap .intro-box2 .rightbox dt {
    float: none;
    margin-left: 0;
  }
  .ziku__article_detail--wrap .intro-box2 .ttl {
    font-size: 5.2083333333vw;
  }
  .ziku__article_detail--wrap .intro-box2 .seminar-detail-imgtext {
    margin-right: 0;
  }
  .ziku__article_detail--wrap .intro-box2 .more-btn {
    float: none;
  }
}
.ziku__article_detail-img {
  width: 100%;
  margin-right: auto;
  margin-bottom: 4.1710114703vw;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__article_detail-img {
    width: 65.1041666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_detail-img {
    width: 100%;
  }
}
.ziku__article_detail-img > img {
  width: 100%;
}
.ziku__article_detail-text {
  font-size: 1.8rem;
  line-height: 2;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 3.1282586027vw;
}
@media screen and (max-width: 1140px) {
  .ziku__article_detail-text {
    font-size: 1.5625vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_detail-text {
    font-size: 2.734375vw;
    margin-bottom: 7.8125vw;
  }
}
.ziku__article_detail-text > span {
  font-weight: 700;
}
.ziku__article_detail-text > a {
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.ziku__article_detail-text > a:hover {
  color: #5663e8;
}
.ziku__article_detail-btn {
  position: relative;
  width: 392px;
  margin-top: 4.1710114703vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1140px) {
  .ziku__article_detail-btn {
    width: 26.0416666667vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_detail-btn {
    width: 32.5520833333vw;
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_detail-btn.large {
    width: 52.0833333333vw;
  }
}
.ziku__article_detail-btn.full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ziku__article_detail-btn.full > a {
    height: 15.625vw;
  }
}
.ziku__article_detail-btn.disable {
  pointer-events: none;
}
.ziku__article_detail-btn.disable > a {
  background: #000;
}
.ziku__article_detail-btn + * {
  margin-top: 4.1710114703vw;
}
@media screen and (max-width: 768px) {
  .ziku__article_detail-btn + * {
    margin-top: 7.8125vw;
  }
}
.ziku__article_detail-btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(89.6deg, #5562E7 2.72%, #DF8BED 99.66%), #5663E8;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.ziku__article_detail-btn > a:hover {
  -webkit-box-shadow: 0 0.2606882169vw 1.0427528676vw rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.2606882169vw 1.0427528676vw rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1140px) {
  .ziku__article_detail-btn > a {
    height: 4.5572916667vw;
    font-size: 1.5625vw;
    border-radius: 0.6510416667vw;
  }
  .ziku__article_detail-btn > a:hover {
    -webkit-box-shadow: 0 0.3255208333vw 1.3020833333vw rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.3255208333vw 1.3020833333vw rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .ziku__article_detail-btn > a {
    height: 7.8125vw;
    font-size: 3.125vw;
    border-radius: 1.3020833333vw;
  }
}
.ziku__article .vcmb40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .ziku__article .vcmb40 {
    margin-bottom: 2rem;
  }
}
.ziku__useful_detail .content-block:not(:last-child) {
  margin-bottom: 6rem;
}
.ziku__useful_detail .useful-header {
  margin-bottom: 30px;
}
.ziku__useful_detail .useful-header .date {
  margin-top: 0.3em;
  font-size: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ziku__useful_detail .useful-header .date {
    margin-top: 1em;
    font-size: 3.125vw;
  }
}
.ziku__useful_detail .useful-h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ziku__useful_detail .useful-h2 {
    font-size: 4.6875vw;
  }
}
.ziku__useful_detail .useful-h3 {
  margin-bottom: 1em;
  padding: 15px 15px 15px 30px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  text-indent: 0;
  background-color: #f1f1f1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ziku__useful_detail .useful-h3 {
    font-size: 3.90625vw;
  }
}
.ziku__useful_detail .useful-h3::before {
  content: "";
  width: 5px;
  display: block;
  background-color: #5663e8;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
}
.ziku__useful_detail .useful-h4 {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
}
.ziku__useful_detail * + .useful-h4 {
  margin-top: 30px;
}
.ziku__useful_detail .note {
  font-size: 90%;
}
.ziku__useful_detail .note li {
  margin-left: 1em;
  text-indent: -1em;
}
.ziku__useful_detail .note li::before {
  content: "※";
}
.ziku__useful_detail .platform-list:not(:last-child) {
  margin-bottom: 40px;
}
.ziku__useful_detail .platform-list p {
  font-size: 1.8rem;
  line-height: 2;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 3.1282586027vw;
}
@media screen and (max-width: 1140px) {
  .ziku__useful_detail .platform-list p {
    font-size: 1.5625vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .ziku__useful_detail .platform-list p {
    font-size: 2.734375vw;
    margin-bottom: 7.8125vw;
  }
}
.ziku__useful_detail .platform-title {
  margin-bottom: 0.6em;
  font-size: 1.8rem;
  font-weight: 700;
}
.ziku__useful_detail .platform-detail {
  border: 1px solid #1a1a1a;
}
.ziku__useful_detail .platform-detail + * {
  margin-top: 20px;
}
.ziku__useful_detail .platform-detail dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ziku__useful_detail .platform-detail dl:not(:last-child) {
  border-bottom: 1px solid #1a1a1a;
}
.ziku__useful_detail .platform-detail dt, .ziku__useful_detail .platform-detail dd {
  padding: 0.6em 1em;
  font-size: 1.5rem;
  line-height: 2;
}
.ziku__useful_detail .platform-detail dt {
  width: 180px;
  border-right: 1px solid #1a1a1a;
  background-color: #f1f1f1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ziku__useful_detail .platform-detail dd {
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .ziku__useful_detail .platform-detail dl {
    display: block;
  }
  .ziku__useful_detail .platform-detail dt, .ziku__useful_detail .platform-detail dd {
    font-size: 3.125vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ziku__useful_detail .platform-detail dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #1a1a1a;
    text-align: center;
  }
}
.ziku__useful_detail .author-block {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #CCC;
}
.ziku__useful_detail .author-block .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ziku__useful_detail .author-block .image {
  width: 120px;
  height: 120px;
  margin: 0 20px 0 0;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ziku__useful_detail .author-block .title {
  margin-bottom: 0.2em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #5663e8;
}
.ziku__useful_detail .author-block dt {
  font-size: 18px;
  font-weight: 700;
}
.ziku__useful_detail .author-block dd {
  margin-top: 1em;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.5;
}
.ziku__useful_detail .author-block .text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}