@charset "UTF-8";
*:not(input), *:not(select), *:not(textarea), *:before, *:after {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100px;
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 86px;
  }
}

html, body {
  height: 100%;
  text-align: center;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-size: 0.16rem;
  line-height: 1;
  color: #111111;
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.fwb {
  font-weight: bold;
}

.table {
  display: table;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
}

@media only screen and (max-width: 479px) {
  .tblock {
    display: block !important;
  }
  .tblock tbody, .tblock tr, .tblock th, .tblock td {
    display: block !important;
  }
}

.m0a {
  margin: 0 auto;
}

@media only screen and (max-width: 479px) {
  .m0a_sp {
    margin: 0 auto;
  }
}

.mbss {
  margin-bottom: 0.2rem;
}

.mbs {
  margin-bottom: 0.4rem;
}

.mbm {
  margin-bottom: 0.6rem;
}

.mbl {
  margin-bottom: 0.8rem;
}

.mbll {
  margin-bottom: 1rem;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

@media only screen and (max-width: 479px) {
  .tal_sp {
    text-align: left !important;
  }
  .tar_sp {
    text-align: right !important;
  }
  .tac_sp {
    text-align: center !important;
  }
}
.fll {
  float: left;
}

.flr {
  float: right;
}

.op a img,
.op2 {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.op a img:hover,
.op2:hover {
  opacity: 0.7;
}

.cf:after {
  display: block;
  clear: both;
  content: "";
}

.show_pc {
  display: block;
}
@media only screen and (max-width: 979px) {
  .show_pc {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_pc {
    display: none;
  }
}

img.show_pc, span.show_pc {
  display: inline;
}
@media only screen and (max-width: 979px) {
  img.show_pc, span.show_pc {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  img.show_pc, span.show_pc {
    display: none;
  }
}

.show_pctb {
  display: block;
}
@media only screen and (max-width: 979px) {
  .show_pctb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_pctb {
    display: none;
  }
}

img.show_pctb, span.show_pctb {
  display: inline;
}
@media only screen and (max-width: 979px) {
  img.show_pctb, span.show_pctb {
    display: inline;
  }
}
@media only screen and (max-width: 479px) {
  img.show_pctb, span.show_pctb {
    display: none;
  }
}

.show_tbsp {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_tbsp {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tbsp {
    display: block;
  }
}

img.show_tbsp, span.show_tbsp {
  display: none;
}
@media only screen and (max-width: 979px) {
  img.show_tbsp, span.show_tbsp {
    display: inline;
  }
}
@media only screen and (max-width: 479px) {
  img.show_tbsp, span.show_tbsp {
    display: inline;
  }
}

.show_tb {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_tb {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .show_tb {
    display: none;
  }
}

img.show_tb, span.show_tb {
  display: none;
}
@media only screen and (max-width: 979px) {
  img.show_tb, span.show_tb {
    display: inline;
  }
}
@media only screen and (max-width: 479px) {
  img.show_tb, span.show_tb {
    display: none;
  }
}

.show_sp {
  display: none;
}
@media only screen and (max-width: 979px) {
  .show_sp {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .show_sp {
    display: block;
  }
}

img.show_sp, span.show_sp {
  display: none;
}
@media only screen and (max-width: 979px) {
  img.show_sp, span.show_sp {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  img.show_sp, span.show_sp {
    display: inline;
  }
}

.delay01 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.delay02 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay03 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay04 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay05 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.delay06 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay07 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.delay08 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.delay09 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.delay10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.delay11 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.delay12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.delay13 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.delay14 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.delay15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.delay16 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.delay17 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.delay18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.delay19 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.delay20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.delay21 {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}

.delay22 {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}

.delay23 {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}

.delay24 {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}

.delay25 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.delay26 {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
}

.delay27 {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}

.delay28 {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}

.delay29 {
  -webkit-animation-delay: 2.9s !important;
          animation-delay: 2.9s !important;
}

.delay30 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.duration01 {
  -webkit-animation-duration: 0.1s !important;
          animation-duration: 0.1s !important;
}

.duration02 {
  -webkit-animation-duration: 0.2s !important;
          animation-duration: 0.2s !important;
}

.duration03 {
  -webkit-animation-duration: 0.3s !important;
          animation-duration: 0.3s !important;
}

.duration04 {
  -webkit-animation-duration: 0.4s !important;
          animation-duration: 0.4s !important;
}

.duration05 {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}

.duration06 {
  -webkit-animation-duration: 0.6s !important;
          animation-duration: 0.6s !important;
}

.duration07 {
  -webkit-animation-duration: 0.7s !important;
          animation-duration: 0.7s !important;
}

.duration08 {
  -webkit-animation-duration: 0.8s !important;
          animation-duration: 0.8s !important;
}

.duration09 {
  -webkit-animation-duration: 0.9s !important;
          animation-duration: 0.9s !important;
}

.duration10 {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}

.duration11 {
  -webkit-animation-duration: 1.1s !important;
          animation-duration: 1.1s !important;
}

.duration12 {
  -webkit-animation-duration: 1.2s !important;
          animation-duration: 1.2s !important;
}

.duration13 {
  -webkit-animation-duration: 1.3s !important;
          animation-duration: 1.3s !important;
}

.duration14 {
  -webkit-animation-duration: 1.4s !important;
          animation-duration: 1.4s !important;
}

.duration15 {
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}

.duration16 {
  -webkit-animation-duration: 1.6s !important;
          animation-duration: 1.6s !important;
}

.duration17 {
  -webkit-animation-duration: 1.7s !important;
          animation-duration: 1.7s !important;
}

.duration18 {
  -webkit-animation-duration: 1.8s !important;
          animation-duration: 1.8s !important;
}

.duration19 {
  -webkit-animation-duration: 1.9s !important;
          animation-duration: 1.9s !important;
}

.duration20 {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}

.duration21 {
  -webkit-animation-duration: 2.1s !important;
          animation-duration: 2.1s !important;
}

.duration22 {
  -webkit-animation-duration: 2.2s !important;
          animation-duration: 2.2s !important;
}

.duration23 {
  -webkit-animation-duration: 2.3s !important;
          animation-duration: 2.3s !important;
}

.duration24 {
  -webkit-animation-duration: 2.4s !important;
          animation-duration: 2.4s !important;
}

.duration25 {
  -webkit-animation-duration: 2.5s !important;
          animation-duration: 2.5s !important;
}

.duration26 {
  -webkit-animation-duration: 2.6s !important;
          animation-duration: 2.6s !important;
}

.duration27 {
  -webkit-animation-duration: 2.7s !important;
          animation-duration: 2.7s !important;
}

.duration28 {
  -webkit-animation-duration: 2.8s !important;
          animation-duration: 2.8s !important;
}

.duration29 {
  -webkit-animation-duration: 2.9s !important;
          animation-duration: 2.9s !important;
}

.duration30 {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
}

.fade {
  opacity: 0;
  transform: translateY(10%);
}

.fade_cntinuous > * {
  opacity: 0;
  transform: translateY(10%);
}

.rightleft {
  transform: translateX(-100vw);
}

.leftright {
  transform: translateX(100vw);
}

.leftrightsmallbig {
  transform: translate(-3000px, 0) scale(0.1);
  opacity: 0;
}

.chakuchi {
  transform: scale(0.8, 1.4) translate(0%, -100%);
  opacity: 0;
}

.chakuchi_ecopink {
  transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -100%);
  opacity: 0;
}

.updown {
  transform: scale(0.8, 1.1) translate(0, -1000px);
  opacity: 0;
}

.bigsmall {
  transform: scale(2);
  opacity: 0;
}

.gatagata {
  -webkit-animation: gatagata 0.3s ease infinite;
          animation: gatagata 0.3s ease infinite;
}

.track_gas {
  -webkit-animation: gas 0.4s linear infinite;
          animation: gas 0.4s linear infinite;
}

.purupuru {
  opacity: 0;
}

.kakukaku {
  transform: translate(0%, 0%);
  opacity: 0;
}

.wasawasa {
  opacity: 0;
}

.hanabi {
  transform: scale(0, 0) translate(0, 1000px);
  opacity: 0;
}

.bigsmallrepeat {
  -webkit-animation: bigsmallrepeat 1.5s linear infinite;
          animation: bigsmallrepeat 1.5s linear infinite;
}

.jumprepeat {
  -webkit-animation: jumprepeat 1s ease-in-out infinite;
          animation: jumprepeat 1s ease-in-out infinite;
}

.downuprepeat {
  -webkit-animation: downuprepeat 1s ease infinite;
          animation: downuprepeat 1s ease infinite;
}

.yurikago {
  -webkit-animation: yurikago 3s linear infinite;
          animation: yurikago 3s linear infinite;
}

.downrotate {
  transform-origin: left;
  opacity: 0;
  transform: rotate(-4deg) translate(0, -1000px);
}

.texteffect {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.texteffect::before {
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  background-color: #16aad6;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, width 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 860ms;
}
.texteffect .box {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 800ms;
}

.trigger_child.on .fade {
  -webkit-animation: fadein 0.6s ease-in-out forwards;
          animation: fadein 0.6s ease-in-out forwards;
}
.trigger_child.on .fade_cntinuous > * {
  -webkit-animation: fadein 0.6s ease-in-out forwards;
          animation: fadein 0.6s ease-in-out forwards;
}
.trigger_child.on .fade_cntinuous > *:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(11) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(12) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(13) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(14) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(15) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(16) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(17) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(18) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(19) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(20) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(21) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(22) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(23) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(24) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(25) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(26) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(27) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(28) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(29) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(30) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(31) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(32) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(33) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(34) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(35) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(36) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(37) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(38) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(39) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(40) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(41) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(42) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(43) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(44) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(45) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(46) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(47) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(48) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(49) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(50) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(51) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(52) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(53) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(54) {
  -webkit-animation-delay: 10.6s;
          animation-delay: 10.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(55) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(56) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(57) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(58) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(59) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(60) {
  -webkit-animation-delay: 11.8s;
          animation-delay: 11.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(61) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(62) {
  -webkit-animation-delay: 12.2s;
          animation-delay: 12.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(63) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(64) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(65) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(66) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(67) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(68) {
  -webkit-animation-delay: 13.4s;
          animation-delay: 13.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(69) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(70) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(71) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(72) {
  -webkit-animation-delay: 14.2s;
          animation-delay: 14.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(73) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(74) {
  -webkit-animation-delay: 14.6s;
          animation-delay: 14.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(75) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(76) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(77) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(78) {
  -webkit-animation-delay: 15.4s;
          animation-delay: 15.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(79) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(80) {
  -webkit-animation-delay: 15.8s;
          animation-delay: 15.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(81) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(82) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(83) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(84) {
  -webkit-animation-delay: 16.6s;
          animation-delay: 16.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(85) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(86) {
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(87) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(88) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(89) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(90) {
  -webkit-animation-delay: 17.8s;
          animation-delay: 17.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(91) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(92) {
  -webkit-animation-delay: 18.2s;
          animation-delay: 18.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(93) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(94) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(95) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(96) {
  -webkit-animation-delay: 19s;
          animation-delay: 19s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(97) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(98) {
  -webkit-animation-delay: 19.4s;
          animation-delay: 19.4s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(99) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s;
}
.trigger_child.on .fade_cntinuous > *:nth-child(100) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
.trigger_child.on .wasawasa {
  -webkit-animation: wasawasa 1s linear forwards;
          animation: wasawasa 1s linear forwards;
}
.trigger_child.on .rightleft {
  -webkit-animation: rightleft 0.4s linear forwards;
          animation: rightleft 0.4s linear forwards;
}
.trigger_child.on .leftright {
  -webkit-animation: leftright 0.4s linear forwards;
          animation: leftright 0.4s linear forwards;
}
.trigger_child.on .leftrightsmallbig {
  -webkit-animation: leftrightsmallbig 1.2s linear forwards;
          animation: leftrightsmallbig 1.2s linear forwards;
}
.trigger_child.on .chakuchi {
  -webkit-animation: chakuchi 1s linear forwards;
          animation: chakuchi 1s linear forwards;
}
.trigger_child.on .chakuchi_ecopink {
  -webkit-animation: chakuchi_ecopink 1s linear forwards;
          animation: chakuchi_ecopink 1s linear forwards;
}
.trigger_child.on .updown {
  -webkit-animation: updown 0.6s linear forwards;
          animation: updown 0.6s linear forwards;
}
.trigger_child.on .bigsmall {
  -webkit-animation: bigsmall 0.2s linear forwards;
          animation: bigsmall 0.2s linear forwards;
}
.trigger_child.on .purupuru {
  -webkit-animation: purupuru 0.6s linear forwards;
          animation: purupuru 0.6s linear forwards;
}
.trigger_child.on .kakukaku {
  -webkit-animation: kakukaku 1.2s linear infinite;
          animation: kakukaku 1.2s linear infinite;
}
.trigger_child.on .hanabi {
  -webkit-animation: hanabi 2.4s linear forwards;
          animation: hanabi 2.4s linear forwards;
}
.trigger_child.on .nobiru {
  -webkit-animation: nobiru 0.6s linear 0s forwards;
          animation: nobiru 0.6s linear 0s forwards;
}
.trigger_child.on .downrotate {
  -webkit-animation: downrotate 1s linear forwards;
          animation: downrotate 1s linear forwards;
}
.trigger_child.on .texteffect::before {
  width: 100%;
  transform: translate3d(103%, 0px, 0px);
  transition: transform 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1360ms, width 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 500ms;
}
.trigger_child.on .texteffect .box {
  transition: opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms;
  opacity: 1;
}

.trigger.on.fade {
  -webkit-animation: fadein 0.6s ease-in-out forwards;
          animation: fadein 0.6s ease-in-out forwards;
}
.trigger.on.fade_cntinuous > * {
  -webkit-animation: fadein 0.6s ease-in-out forwards;
          animation: fadein 0.6s ease-in-out forwards;
}
.trigger.on.fade_cntinuous > *:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.trigger.on.fade_cntinuous > *:nth-child(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(11) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.trigger.on.fade_cntinuous > *:nth-child(12) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(13) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(14) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(15) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(16) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.trigger.on.fade_cntinuous > *:nth-child(17) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(18) {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(19) {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(20) {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(21) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.trigger.on.fade_cntinuous > *:nth-child(22) {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(23) {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(24) {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(25) {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(26) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.trigger.on.fade_cntinuous > *:nth-child(27) {
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(28) {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(29) {
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(30) {
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(31) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.trigger.on.fade_cntinuous > *:nth-child(32) {
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(33) {
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(34) {
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(35) {
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(36) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.trigger.on.fade_cntinuous > *:nth-child(37) {
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(38) {
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(39) {
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(40) {
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(41) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.trigger.on.fade_cntinuous > *:nth-child(42) {
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(43) {
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(44) {
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(45) {
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(46) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.trigger.on.fade_cntinuous > *:nth-child(47) {
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(48) {
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(49) {
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(50) {
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(51) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.trigger.on.fade_cntinuous > *:nth-child(52) {
  -webkit-animation-delay: 10.2s;
          animation-delay: 10.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(53) {
  -webkit-animation-delay: 10.4s;
          animation-delay: 10.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(54) {
  -webkit-animation-delay: 10.6s;
          animation-delay: 10.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(55) {
  -webkit-animation-delay: 10.8s;
          animation-delay: 10.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(56) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
.trigger.on.fade_cntinuous > *:nth-child(57) {
  -webkit-animation-delay: 11.2s;
          animation-delay: 11.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(58) {
  -webkit-animation-delay: 11.4s;
          animation-delay: 11.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(59) {
  -webkit-animation-delay: 11.6s;
          animation-delay: 11.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(60) {
  -webkit-animation-delay: 11.8s;
          animation-delay: 11.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(61) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.trigger.on.fade_cntinuous > *:nth-child(62) {
  -webkit-animation-delay: 12.2s;
          animation-delay: 12.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(63) {
  -webkit-animation-delay: 12.4s;
          animation-delay: 12.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(64) {
  -webkit-animation-delay: 12.6s;
          animation-delay: 12.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(65) {
  -webkit-animation-delay: 12.8s;
          animation-delay: 12.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(66) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}
.trigger.on.fade_cntinuous > *:nth-child(67) {
  -webkit-animation-delay: 13.2s;
          animation-delay: 13.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(68) {
  -webkit-animation-delay: 13.4s;
          animation-delay: 13.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(69) {
  -webkit-animation-delay: 13.6s;
          animation-delay: 13.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(70) {
  -webkit-animation-delay: 13.8s;
          animation-delay: 13.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(71) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.trigger.on.fade_cntinuous > *:nth-child(72) {
  -webkit-animation-delay: 14.2s;
          animation-delay: 14.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(73) {
  -webkit-animation-delay: 14.4s;
          animation-delay: 14.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(74) {
  -webkit-animation-delay: 14.6s;
          animation-delay: 14.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(75) {
  -webkit-animation-delay: 14.8s;
          animation-delay: 14.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(76) {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.trigger.on.fade_cntinuous > *:nth-child(77) {
  -webkit-animation-delay: 15.2s;
          animation-delay: 15.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(78) {
  -webkit-animation-delay: 15.4s;
          animation-delay: 15.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(79) {
  -webkit-animation-delay: 15.6s;
          animation-delay: 15.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(80) {
  -webkit-animation-delay: 15.8s;
          animation-delay: 15.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(81) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}
.trigger.on.fade_cntinuous > *:nth-child(82) {
  -webkit-animation-delay: 16.2s;
          animation-delay: 16.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(83) {
  -webkit-animation-delay: 16.4s;
          animation-delay: 16.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(84) {
  -webkit-animation-delay: 16.6s;
          animation-delay: 16.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(85) {
  -webkit-animation-delay: 16.8s;
          animation-delay: 16.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(86) {
  -webkit-animation-delay: 17s;
          animation-delay: 17s;
}
.trigger.on.fade_cntinuous > *:nth-child(87) {
  -webkit-animation-delay: 17.2s;
          animation-delay: 17.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(88) {
  -webkit-animation-delay: 17.4s;
          animation-delay: 17.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(89) {
  -webkit-animation-delay: 17.6s;
          animation-delay: 17.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(90) {
  -webkit-animation-delay: 17.8s;
          animation-delay: 17.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(91) {
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.trigger.on.fade_cntinuous > *:nth-child(92) {
  -webkit-animation-delay: 18.2s;
          animation-delay: 18.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(93) {
  -webkit-animation-delay: 18.4s;
          animation-delay: 18.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(94) {
  -webkit-animation-delay: 18.6s;
          animation-delay: 18.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(95) {
  -webkit-animation-delay: 18.8s;
          animation-delay: 18.8s;
}
.trigger.on.fade_cntinuous > *:nth-child(96) {
  -webkit-animation-delay: 19s;
          animation-delay: 19s;
}
.trigger.on.fade_cntinuous > *:nth-child(97) {
  -webkit-animation-delay: 19.2s;
          animation-delay: 19.2s;
}
.trigger.on.fade_cntinuous > *:nth-child(98) {
  -webkit-animation-delay: 19.4s;
          animation-delay: 19.4s;
}
.trigger.on.fade_cntinuous > *:nth-child(99) {
  -webkit-animation-delay: 19.6s;
          animation-delay: 19.6s;
}
.trigger.on.fade_cntinuous > *:nth-child(100) {
  -webkit-animation-delay: 19.8s;
          animation-delay: 19.8s;
}
.trigger.on.wasawasa {
  -webkit-animation: wasawasa 1s linear forwards;
          animation: wasawasa 1s linear forwards;
}
.trigger.on.rightleft {
  -webkit-animation: rightleft 0.8s linear forwards;
          animation: rightleft 0.8s linear forwards;
}
.trigger.on.leftright {
  -webkit-animation: leftright 0.8s linear forwards;
          animation: leftright 0.8s linear forwards;
}
.trigger.on.leftrightsmallbig {
  -webkit-animation: leftrightsmallbig 1.2s linear forwards;
          animation: leftrightsmallbig 1.2s linear forwards;
}
.trigger.on.chakuchi {
  -webkit-animation: chakuchi 1s linear forwards;
          animation: chakuchi 1s linear forwards;
}
.trigger.on.chakuchi_ecopink {
  -webkit-animation: chakuchi_ecopink 1s linear forwards;
          animation: chakuchi_ecopink 1s linear forwards;
}
.trigger.on.updown {
  -webkit-animation: updown 0.6s linear forwards;
          animation: updown 0.6s linear forwards;
}
.trigger.on.bigsmall {
  -webkit-animation: bigsmall 0.3s linear forwards;
          animation: bigsmall 0.3s linear forwards;
}
.trigger.on.purupuru {
  -webkit-animation: purupuru 0.6s linear forwards;
          animation: purupuru 0.6s linear forwards;
}
.trigger.on.kakukaku {
  -webkit-animation: kakukaku 1.2s linear infinite;
          animation: kakukaku 1.2s linear infinite;
}
.trigger.on.hanabi {
  -webkit-animation: hanabi 2.4s linear forwards;
          animation: hanabi 2.4s linear forwards;
}
.trigger.on.nobiru {
  -webkit-animation: nobiru 0.6s linear 0s forwards;
          animation: nobiru 0.6s linear 0s forwards;
}
.trigger.on.downrotate {
  -webkit-animation: downrotate 1s linear forwards;
          animation: downrotate 1s linear forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes pagetop {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(5px, 0);
  }
  75% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes pagetop {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(5px, 0);
  }
  75% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes leftrightsmallbig {
  0% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 0;
  }
  1% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes leftrightsmallbig {
  0% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 0;
  }
  1% {
    transform: translate(-3000px, 0) scale(0.1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes gatagata {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 3px);
  }
  50% {
    transform: translate(3px, 0);
  }
  75% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes gatagata {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 3px);
  }
  50% {
    transform: translate(3px, 0);
  }
  75% {
    transform: translate(0, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes gas {
  0% {
    transform: scale(0, 0) translate(-30, -30px);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(30px, -30px);
    opacity: 0;
  }
}
@keyframes gas {
  0% {
    transform: scale(0, 0) translate(-30, -30px);
    opacity: 0;
  }
  50% {
    transform: scale(0.5, 0.5) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(30px, -30px);
    opacity: 0;
  }
}
@-webkit-keyframes bigsmall {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bigsmall {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes chakuchi {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes chakuchi {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes chakuchi_ecopink {
  0% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(-1, 1) scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(-1, 1) scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(-1, 1) scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes chakuchi_ecopink {
  0% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(-1, 1) scale(0.8, 1.4) translate(0%, -15%);
    opacity: 1;
  }
  20% {
    transform: scale(-1, 1) scale(1.4, 0.6) translate(0%, 30%);
    opacity: 1;
  }
  30% {
    transform: scale(-1, 1) scale(0.9, 1.1) translate(0%, -10%);
    opacity: 1;
  }
  40% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -30%);
    opacity: 1;
  }
  50% {
    transform: scale(-1, 1) scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(-1, 1) scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(-1, 1) scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes updown {
  0% {
    opacity: 0;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  1% {
    opacity: 1;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  85% {
    opacity: 1;
    transform: scale(1.1, 0.9) translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
@keyframes updown {
  0% {
    opacity: 0;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  1% {
    opacity: 1;
    transform: scale(0.8, 1.1) translate(0, -1000px);
  }
  85% {
    opacity: 1;
    transform: scale(1.1, 0.9) translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
@-webkit-keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    opacity: 1;
  }
  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    opacity: 1;
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    opacity: 1;
  }
  50% {
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    opacity: 1;
  }
  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    opacity: 1;
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes kakukaku {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}
@keyframes kakukaku {
  0% {
    transform: translate(0%, 0%);
    opacity: 0;
  }
  5% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  25% {
    transform: translate(20%, 0%) rotate(20deg);
    opacity: 1;
  }
  30% {
    transform: translate(-10%, 0%) rotate(-10deg);
    opacity: 1;
  }
  35% {
    transform: translate(-15%, 0%) rotate(-15deg);
    opacity: 1;
  }
  45% {
    transform: translate(10%, 0%) rotate(10deg);
    opacity: 1;
  }
  50% {
    transform: translate(15%, 0%) rotate(15deg);
    opacity: 1;
  }
  60% {
    transform: translate(-5%, 0%) rotate(-5deg);
    opacity: 1;
  }
  65% {
    transform: translate(-7%, 0%) rotate(-7deg);
    opacity: 1;
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes hanabi {
  0% {
    transform: scale(0, 0) translate(0, 5000px);
    opacity: 0;
  }
  90% {
    transform: scale(0.2, 0.2) translate(0, 300px);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes hanabi {
  0% {
    transform: scale(0, 0) translate(0, 5000px);
    opacity: 0;
  }
  90% {
    transform: scale(0.2, 0.2) translate(0, 300px);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bigsmallrepeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bigsmallrepeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes jumprepeat {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.2, 0.5) translate(0, 260px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes jumprepeat {
  0% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(1.2, 0.5) translate(0, 260px);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@-webkit-keyframes nobiru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes nobiru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes downuprepeat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes downuprepeat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes yurikago {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes yurikago {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes downrotate {
  0% {
    opacity: 0;
    transform: rotate(-4deg) translate(0, -1000px);
  }
  80% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: rotate(0) translate(0, 0);
  }
}
@keyframes downrotate {
  0% {
    opacity: 0;
    transform: rotate(-4deg) translate(0, -1000px);
  }
  80% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  90% {
    opacity: 1;
    transform: rotate(-4deg) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: rotate(0) translate(0, 0);
  }
}
@-webkit-keyframes wasawasa {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  10% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  20% {
    transform: scale(1, 1);
    opacity: 1;
  }
  30% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  40% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1);
    opacity: 1;
  }
  70% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  80% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes wasawasa {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  10% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  20% {
    transform: scale(1, 1);
    opacity: 1;
  }
  30% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  40% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  60% {
    transform: scale(1, 1);
    opacity: 1;
  }
  70% {
    transform: scale(0.99, 0.99);
    opacity: 1;
  }
  80% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1.01, 1.01);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes rightleft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightleft {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes leftright {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes leftright {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
.en, .faq dl dt::before, .faq dl dd::before, .num {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.btn {
  display: block;
  max-width: 3rem;
  min-width: 2rem;
  line-height: 0.6rem;
  background: #16191d;
  border-radius: 0.3rem;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.7;
}

.arrow {
  background: #16aad6;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
@media only screen and (max-width: 479px) {
  .arrow {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
  margin: auto;
  margin-left: -1px;
}
@media only screen and (max-width: 479px) {
  .arrow::after {
    width: 6px;
    height: 6px;
  }
}

figure.dummy {
  width: 100%;
  aspect-ratio: 16/9;
  background: #ecf0f4;
}

.ttl_enjp {
  text-align: left;
}
.ttl_enjp .en, .ttl_enjp .faq dl dt::before, .faq dl .ttl_enjp dt::before, .ttl_enjp .faq dl dd::before, .faq dl .ttl_enjp dd::before {
  color: #16aad6;
  display: block;
}
.ttl_enjp .en.w, .ttl_enjp .faq dl dt.w::before, .faq dl .ttl_enjp dt.w::before, .ttl_enjp .faq dl dd.w::before, .faq dl .ttl_enjp dd.w::before {
  color: #fff;
}
.ttl_enjp .jp {
  font-weight: 500;
  display: block;
}
.ttl_enjp .jp.w {
  color: #fff;
}
.ttl_enjp.s .en, .ttl_enjp.s .faq dl dt::before, .faq dl .ttl_enjp.s dt::before, .ttl_enjp.s .faq dl dd::before, .faq dl .ttl_enjp.s dd::before {
  font-size: 0.5rem;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  .ttl_enjp.s .en, .ttl_enjp.s .faq dl dt::before, .faq dl .ttl_enjp.s dt::before, .ttl_enjp.s .faq dl dd::before, .faq dl .ttl_enjp.s dd::before {
    font-size: 0.4rem;
  }
}
.ttl_enjp.s .jp {
  font-size: 0.2rem;
}
.ttl_enjp.m .en, .ttl_enjp.m .faq dl dt::before, .faq dl .ttl_enjp.m dt::before, .ttl_enjp.m .faq dl dd::before, .faq dl .ttl_enjp.m dd::before {
  font-size: 0.6rem;
  margin-bottom: 0.2rem;
}
.ttl_enjp.m .jp {
  font-size: 0.2rem;
}
.ttl_enjp.l .en, .ttl_enjp.l .faq dl dt::before, .faq dl .ttl_enjp.l dt::before, .ttl_enjp.l .faq dl dd::before, .faq dl .ttl_enjp.l dd::before {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  .ttl_enjp.l .en, .ttl_enjp.l .faq dl dt::before, .faq dl .ttl_enjp.l dt::before, .ttl_enjp.l .faq dl dd::before, .faq dl .ttl_enjp.l dd::before {
    font-size: 0.5rem;
    margin-bottom: 0.15rem;
  }
}
.ttl_enjp.l .jp {
  font-size: 0.2rem;
}
@media only screen and (max-width: 479px) {
  .ttl_enjp.l .jp {
    font-size: 0.18rem;
  }
}
.ttl_enjp.center {
  text-align: center;
}
.ttl_enjp.mb {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  .ttl_enjp.mb {
    margin-bottom: 0.4rem;
  }
}

.ttl_en_jp_s {
  text-align: left;
}
.ttl_en_jp_s .en, .ttl_en_jp_s .faq dl dt::before, .faq dl .ttl_en_jp_s dt::before, .ttl_en_jp_s .faq dl dd::before, .faq dl .ttl_en_jp_s dd::before {
  color: #16aad6;
  display: block;
  font-size: 0.16rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
.ttl_en_jp_s .jp {
  font-weight: 500;
  display: block;
  font-weight: 500;
  font-size: 0.3rem;
}
@media only screen and (max-width: 479px) {
  .ttl_en_jp_s .jp {
    font-size: 0.24rem;
    line-height: 1.4;
  }
}

.ttl_bold {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 1.333;
  color: #16aad6;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.ttl_bold:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 479px) {
  .ttl_bold {
    font-size: 0.26rem;
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }
}

.lead {
  max-width: 780px;
  line-height: 1.75;
  margin: 0 auto 0.6rem;
}
@media only screen and (max-width: 479px) {
  .lead {
    margin-bottom: 0.4rem;
  }
}
.lead:last-child {
  margin-bottom: 0;
}

.p {
  max-width: 780px;
  line-height: 1.75;
  margin: 0 auto 1em;
}

.txt_m {
  font-size: 0.22rem;
  line-height: 1.75;
  font-weight: 500;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner.short {
  max-width: 780px;
}
.inner.middle {
  max-width: 1000px;
}
@media only screen and (max-width: 479px) {
  .inner {
    width: 92%;
  }
}

.table_01 {
  width: 100%;
}
.table_01 th, .table_01 td {
  padding: 0.25rem 0.3rem;
  vertical-align: middle;
  text-align: left;
  border: solid 1px #dddddd;
  line-height: 1.75;
}
@media only screen and (max-width: 479px) {
  .table_01 th, .table_01 td {
    padding: 0.2rem;
  }
}
.table_01 th {
  font-weight: 500;
  background: #eff9fc;
  white-space: nowrap;
}
.table_01 td {
  background: #fff;
}
.table_01.tblock {
  border-bottom: solid 1px #dddddd;
}
.table_01.tblock th, .table_01.tblock td {
  border-bottom: none;
}

.contentbox {
  padding: 1rem 0;
  text-align: left;
}
.contentbox.bg2 {
  background: #ecf0f4;
}
@media only screen and (max-width: 479px) {
  .contentbox {
    padding: 0.6rem 0;
  }
}

.subpage #mv {
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.3rem;
  background: url("/assets/img/mv.jpg") center/cover;
  color: #fff;
}
.subpage #mv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #16aad6;
  opacity: 0.35;
}
@media only screen and (max-width: 479px) {
  .subpage #mv {
    height: 280px;
    padding-top: 50px;
  }
}
.subpage #mv .inner {
  text-align: left;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.6);
}
.subpage #mv .inner .ttl_enjp {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  .subpage #mv .inner .ttl_enjp {
    margin-bottom: 0.3rem;
  }
}
.subpage #mv .inner .ttl_enjp .en, .subpage #mv .inner .ttl_enjp .faq dl dt::before, .faq dl .subpage #mv .inner .ttl_enjp dt::before, .subpage #mv .inner .ttl_enjp .faq dl dd::before, .faq dl .subpage #mv .inner .ttl_enjp dd::before {
  color: #fff;
}
.subpage #mv .inner .description {
  line-height: 1.5;
}
.subpage #mv .inner .description span {
  font-size: 0.24rem;
  margin-top: 0.05rem;
  display: block;
  font-weight: 500;
}

#pankuzu .inner {
  display: flex;
  gap: 0.15rem;
}
#pankuzu .inner li {
  display: flex;
  gap: 0.15rem;
  text-overflow: ellipsis;
  max-width: 200px;
  font-size: 0.14rem;
}
#pankuzu .inner li::after {
  content: ">";
}
#pankuzu .inner li:last-child::after {
  content: none;
}
#pankuzu .inner li a {
  text-decoration: underline;
}
#pankuzu .inner li a:hover {
  text-decoration: none;
}
#pankuzu .inner li div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

.pic_txt_box_01 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_01 .box {
    display: block;
    margin-bottom: 0.4rem;
  }
}
.pic_txt_box_01 .box:last-child {
  margin-bottom: 0;
}
.pic_txt_box_01 .box .pic {
  width: 48%;
  aspect-ratio: 1.5;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_01 .box .pic {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.pic_txt_box_01 .box .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pic_txt_box_01 .box .txt {
  width: 48%;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_01 .box .txt {
    width: 100%;
  }
}
.pic_txt_box_01 .box .txt .ttl {
  font-weight: 500;
  font-size: 0.26rem;
  line-height: 1.3333;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_01 .box .txt .ttl {
    font-size: 0.22rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }
}
.pic_txt_box_01 .box .txt .ttl em {
  display: block;
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
  color: #16aad6;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_01 .box .txt .ttl em {
    font-size: 0.28rem;
  }
}
.pic_txt_box_01 .box .txt p {
  line-height: 1.75;
}
.pic_txt_box_01 .box:nth-child(even) .pic {
  order: 1;
}
.pic_txt_box_01 .box:nth-child(even) .txt {
  order: 0;
}
.pic_txt_box_01.r .box .pic {
  order: 1;
}
.pic_txt_box_01.r .box .txt {
  order: 0;
}
.pic_txt_box_01.r .box:nth-child(even) .pic {
  order: 0;
}
.pic_txt_box_01.r .box:nth-child(even) .txt {
  order: 1;
}

.pic_txt_box_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3.5%;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_02 {
    display: block;
  }
}
.pic_txt_box_02 .box {
  width: 31%;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_02 .box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .pic_txt_box_02 .box:last-child {
    margin-bottom: 0;
  }
}
.pic_txt_box_02 .box .pic {
  margin-bottom: 0.3rem;
}
.pic_txt_box_02 .box .txt .ttl {
  font-size: 0.2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
  text-align: center;
}
.pic_txt_box_02 .box .txt p {
  line-height: 1.75;
}

.pic_txt_box_03 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_03 .box {
    display: block;
  }
}
.pic_txt_box_03 .box:last-child {
  margin-bottom: 0;
}
.pic_txt_box_03 .box .pic {
  width: 30%;
  aspect-ratio: 1.5;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_03 .box .pic {
    width: 52%;
    margin: 0 auto 0.2rem;
  }
}
.pic_txt_box_03 .box .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pic_txt_box_03 .box .txt {
  width: 66%;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_03 .box .txt {
    width: 100%;
  }
}
.pic_txt_box_03 .box .txt .ttl {
  font-weight: 500;
  font-size: 0.22rem;
  line-height: 1.3333;
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  .pic_txt_box_03 .box .txt .ttl {
    margin-bottom: 0.1rem;
    text-align: center;
  }
}
.pic_txt_box_03 .box .txt .ttl .num {
  color: #16aad6;
  margin-right: 0.1rem;
}
.pic_txt_box_03 .box .txt p {
  line-height: 1.75;
}

.infographics_01 {
  background: #fff;
  padding: 0.4rem;
}
.infographics_01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.infographics_01 ul li {
  width: 25%;
  border: solid 3px #fff;
  aspect-ratio: 1;
  background: #ecf0f4;
}

.infographics_02 {
  background: #fff;
  padding: 0.4rem;
}
@media only screen and (max-width: 479px) {
  .infographics_02 {
    padding: 0.2rem;
  }
}
.infographics_02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.infographics_02 ul li {
  width: 25%;
  border: solid 3px #fff;
  background: #ecf0f4;
  padding: 0.1rem 0.1rem 0.2rem;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .infographics_02 ul li {
    width: 50%;
  }
}
.infographics_02 ul li .pic {
  aspect-ratio: 1;
  margin-bottom: 0.2rem;
}
.infographics_02 ul li p {
  font-size: 0.18rem;
  font-weight: 500;
}

.infographics_03 {
  background: #fff;
  border: solid 3px #16aad6;
}
.infographics_03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.infographics_03 ul li {
  width: 50%;
  border-right: dashed 2px #16aad6;
  border-bottom: dashed 2px #16aad6;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.5rem;
}
@media only screen and (max-width: 479px) {
  .infographics_03 ul li {
    display: block;
    padding: 0.3rem 0.2rem;
  }
}
.infographics_03 ul li:nth-child(even) {
  border-right: none;
}
.infographics_03 ul li:nth-last-child(-n+2) {
  border-bottom: none;
}
.infographics_03 ul li .pic {
  width: 32%;
  aspect-ratio: 1;
}
@media only screen and (max-width: 479px) {
  .infographics_03 ul li .pic {
    width: 68%;
    margin: 0 auto 0.1rem;
  }
}
.infographics_03 ul li .txt {
  width: 62%;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .infographics_03 ul li .txt {
    width: 100%;
  }
}
.infographics_03 ul li .txt .ttl {
  font-weight: 500;
  font-size: 0.24rem;
  margin-bottom: 0.15rem;
}
@media only screen and (max-width: 479px) {
  .infographics_03 ul li .txt .ttl {
    text-align: center;
    margin-bottom: 0.1rem;
  }
}
.infographics_03 ul li .txt .data {
  font-weight: 500;
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
  color: #16aad6;
}
@media only screen and (max-width: 479px) {
  .infographics_03 ul li .txt .data {
    text-align: center;
  }
}
.infographics_03 ul li .txt .data span {
  font-size: 0.34rem;
  margin-right: 0.05rem;
}
.infographics_03 ul li .txt .description {
  line-height: 1.75;
  font-weight: 500;
}

.tile_vertical ul li a {
  display: block;
  background: center/cover;
  width: 100%;
  height: 100%;
  max-height: 480px;
  color: #fff;
  text-align: left;
  border-bottom: solid 1px #fff;
  aspect-ratio: 1400/450;
}
@media only screen and (max-width: 479px) {
  .tile_vertical ul li a {
    max-height: none;
    aspect-ratio: auto;
    height: 200px;
    position: relative;
  }
}
.tile_vertical ul li a .txt {
  width: 88.57%;
  margin: 0 auto;
  position: relative;
  top: 48.88%;
}
@media only screen and (max-width: 479px) {
  .tile_vertical ul li a .txt {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.tile_vertical ul li a .txt .ttl_en_jp_s {
  margin-bottom: 0.3rem;
}
.tile_vertical ul li a .txt p {
  line-height: 1.75;
  padding-right: 0.8rem;
}
@media only screen and (max-width: 479px) {
  .tile_vertical ul li a .txt p {
    display: none;
  }
}
.tile_vertical ul li a .txt .arrow {
  background: #16aad6;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 479px) {
  .tile_vertical ul li a .txt .arrow {
    width: 0.4rem;
    height: 0.4rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.tile_box_1 ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 479px) {
  .tile_box_1 ul {
    display: block;
  }
}
.tile_box_1 ul li {
  width: 50%;
  max-height: 480px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  aspect-ratio: 700/450;
}
.tile_box_1 ul li:nth-child(even) {
  border-right: none;
}
.tile_box_1 ul li:nth-last-child(-n+2) {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  .tile_box_1 ul li {
    width: 100%;
    border: none !important;
    border-bottom: solid 1px #fff !important;
    aspect-ratio: auto;
    max-height: none;
    min-height: 200px;
  }
  .tile_box_1 ul li:last-child {
    border: none !important;
  }
}
.tile_box_1 ul li a {
  display: block;
  background: center/cover;
  height: 100%;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .tile_box_1 ul li a {
    padding: 0.3rem 0;
    min-height: 200px;
    position: relative;
  }
}
.tile_box_1 ul li a .txt {
  width: 77.14%;
  margin: 0 auto;
  position: relative;
  top: 48.88%;
}
@media only screen and (max-width: 479px) {
  .tile_box_1 ul li a .txt {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.tile_box_1 ul li a .txt .ttl_en_jp_s {
  margin-bottom: 0.3rem;
}
@media only screen and (max-width: 479px) {
  .tile_box_1 ul li a .txt .ttl_en_jp_s {
    margin-bottom: 0;
  }
}
.tile_box_1 ul li a .txt p {
  line-height: 1.75;
  padding-right: 0.8rem;
}
@media only screen and (max-width: 479px) {
  .tile_box_1 ul li a .txt p {
    display: none;
  }
}
.tile_box_1 ul li a .txt .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 479px) {
  .tile_box_1 ul li a .txt .arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.tile_box_2 ul {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .tile_box_2 ul {
    display: block;
  }
}
.tile_box_2 ul li {
  width: 100%;
  border-right: solid 1px #fff;
  aspect-ratio: 700/300;
}
@media only screen and (max-width: 479px) {
  .tile_box_2 ul li {
    border: none;
    border-bottom: solid 1px #fff;
  }
}
.tile_box_2 ul li:last-child {
  border: none;
}
.tile_box_2 ul li a {
  display: block;
  background: center/cover;
  color: #fff;
  padding-left: 8.571%;
  height: 100%;
}
.tile_box_2 ul li a .ttl_enjp {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.tile_box_2 ul li a .ttl_enjp .en, .tile_box_2 ul li a .ttl_enjp .faq dl dt::before, .faq dl .tile_box_2 ul li a .ttl_enjp dt::before, .tile_box_2 ul li a .ttl_enjp .faq dl dd::before, .faq dl .tile_box_2 ul li a .ttl_enjp dd::before {
  color: #fff;
}

.faq {
  margin-bottom: 0.6rem;
}
.faq:last-child {
  margin-bottom: 0;
}
.faq dl {
  border: solid 1px #dddddd;
  border-radius: 0.05rem;
  padding: 0.25rem 0.3rem;
  margin-bottom: 0.1rem;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 479px) {
  .faq dl {
    padding: 0.2rem;
  }
}
.faq dl:last-child {
  margin-bottom: 0;
}
.faq dl dt, .faq dl dd {
  position: relative;
}
.faq dl dt::before, .faq dl dd::before {
  font-size: 0.3rem;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 479px) {
  .faq dl dt::before, .faq dl dd::before {
    font-size: 0.26rem;
  }
}
.faq dl dt {
  font-size: 0.2rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 0.9rem 0 0.35rem;
}
@media only screen and (max-width: 479px) {
  .faq dl dt {
    font-size: 0.18rem;
    padding-right: 0.5rem;
  }
}
.faq dl dt::before {
  content: "Q";
  color: #16aad6;
  top: 50%;
  transform: translateY(-50%);
}
.faq dl dt span {
  width: 0.3rem;
  height: 0.3rem;
  background: url(../img/common/arrow_faq.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .faq dl dt span {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.faq dl dd {
  margin-top: 0.25rem;
  line-height: 1.75;
  padding-left: 0.35rem;
  display: none;
}
.faq dl dd::before {
  content: "A";
  color: #aaaaaa;
  top: -0.1rem;
}
@media only screen and (max-width: 479px) {
  .faq dl dd::before {
    top: -0.07rem;
  }
}
.faq dl.on dt span {
  transform: translateY(-50%) rotate(-180deg);
}

.newslist {
  text-align: left;
}
.newslist ul {
  border-top: solid 1px #dddddd;
}
.newslist ul li {
  border-bottom: solid 1px #dddddd;
}
.newslist ul li a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem 0.3rem;
  transition: 0.3s;
}
.newslist ul li a:hover {
  background: #f9f9f9;
}
@media only screen and (max-width: 479px) {
  .newslist ul li a {
    padding: 0.2rem 0.1rem;
    gap: 0.2rem;
  }
}
.newslist ul li a .num {
  color: #16aad6;
}
.newslist ul li a p {
  line-height: 1.5;
}

.form form .error {
  color: #ff4800;
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
.form form dl {
  margin-bottom: 0.3rem;
}
.form form dl dt {
  line-height: 0.2rem;
  margin-bottom: 0.2rem;
}
.form form dl dt span {
  font-size: 0.12rem;
  width: 0.4rem;
  line-height: 0.2rem;
  color: #fff;
  margin-right: 0.2rem;
  display: inline-block;
  text-align: center;
}
.form form dl dt span.optional {
  background: #666666;
}
.form form dl dt span.required {
  background: #ff4800;
}
.form form dl dd {
  margin-bottom: 0.2rem;
}
.form form dl dd:last-child {
  margin-bottom: 0;
}
.form form dl dd input[type=text], .form form dl dd textarea {
  width: 100%;
  background: #f6f6f6;
  border: solid 1px #cccccc;
  border-radius: 0.05rem;
  padding: 0.15rem 0.2rem;
}
.form form dl dd input[type=text] ::-moz-placeholder, .form form dl dd textarea ::-moz-placeholder {
  color: #aaaaaa;
}
.form form dl dd input[type=text] ::placeholder, .form form dl dd textarea ::placeholder {
  color: #aaaaaa;
}
.form form dl dd textarea {
  height: 1.5rem;
}
.form form .privacy {
  text-align: center;
  margin-bottom: 0.4rem;
}
.form form .privacy a {
  text-decoration: underline;
}
.form form .privacy a:hover {
  text-decoration: none;
}

.navigation.pagination {
  margin-top: 1rem;
}
@media only screen and (max-width: 479px) {
  .navigation.pagination {
    margin-top: 0.6rem;
  }
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
.navigation.pagination .nav-links ul li a, .navigation.pagination .nav-links ul li span {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  border-radius: 50%;
  color: #fff;
}
.navigation.pagination .nav-links ul li a {
  background: #16191d;
}
.navigation.pagination .nav-links ul li .current {
  background: #16aad6;
}
.navigation.pagination .nav-links ul li .dots {
  color: #16191d;
}

.sitemap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  .sitemap {
    flex-wrap: wrap;
  }
}
.sitemap > ul {
  width: 23%;
}
@media only screen and (max-width: 479px) {
  .sitemap > ul {
    width: 48%;
    margin-bottom: 0.3rem;
  }
  .sitemap > ul:last-child {
    margin-bottom: 0;
  }
}
.sitemap > ul > li {
  margin-bottom: 0.3rem;
}
.sitemap > ul > li:last-child {
  margin-bottom: 0;
}
.sitemap > ul > li > a {
  border: solid 1px #dddddd;
  border-left: solid 0.05rem #16aad6;
  padding: 0.2rem;
  font-weight: 500;
  font-size: 0.18rem;
  display: block;
  border-radius: 0.03rem;
  transition: 0.3s;
}
@media only screen and (max-width: 479px) {
  .sitemap > ul > li > a {
    line-height: 1.3;
    padding: 0.15rem;
  }
}
.sitemap > ul > li > a:hover {
  opacity: 0.6;
}
.sitemap > ul > li ul {
  margin-top: 0.2rem;
}
@media only screen and (max-width: 479px) {
  .sitemap > ul > li ul {
    margin-left: 0.1rem;
  }
}
.sitemap > ul > li ul li {
  margin-bottom: 0.2rem;
}
.sitemap > ul > li ul li:last-child {
  margin-bottom: 0;
}
.sitemap > ul > li ul li a {
  text-decoration: underline;
  padding-left: 0.25rem;
  background: url("../img/common/arrow_blue.png") left center/0.08rem auto no-repeat;
}
@media only screen and (max-width: 479px) {
  .sitemap > ul > li ul li a {
    padding-left: 0.2rem;
  }
}
.sitemap > ul > li ul li a:hover {
  text-decoration: none;
}

.history {
  position: relative;
  display: inline-block;
  padding: 0.3rem 0 0.1rem;
}
.history::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
  position: absolute;
  background: #fff;
  border: 0.1rem solid #16aad6;
  top: 0;
  left: 0;
  display: block;
  transform: translate(-50%, 0);
  z-index: 1;
}
.history::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: solid 1px #16aad6;
}
.history li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}
@media only screen and (max-width: 479px) {
  .history li {
    padding-left: 0.25rem;
  }
}
.history li:last-child {
  margin-bottom: 0;
}
.history li::before {
  content: "";
  width: 1.2rem;
  height: 1px;
  left: 0;
  top: 50%;
  position: absolute;
  border-bottom: 1px dashed #16aad6;
  transform: translateY(-50%);
  margin-top: 0.03rem;
}
@media only screen and (max-width: 479px) {
  .history li::before {
    width: 0.25rem;
  }
}
.history li dl {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .history li dl {
    display: block;
    text-align: left;
    padding-left: 0.1rem;
  }
}
.history li dl dt {
  color: #16aad6;
  font-size: 0.22rem;
  padding-left: 0.15rem;
}
@media only screen and (max-width: 479px) {
  .history li dl dt {
    font-size: 0.18rem;
    padding-left: 0;
    margin-bottom: 0.1rem;
  }
}
.history li dl dt span {
  font-size: 0.36rem;
  margin-right: 0.05rem;
}
@media only screen and (max-width: 479px) {
  .history li dl dt span {
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 479px) {
  .history li dl dd {
    line-height: 1.4;
  }
}

.sign {
  text-align: right;
  max-width: 780px;
  margin: 0.6rem auto 0;
}
.sign p {
  text-align: center;
  display: inline-block;
}
.sign p span {
  display: block;
}
.sign p span.name {
  font-size: 0.26rem;
  margin-top: 0.1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 479px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    border-bottom: solid 1px #dddddd;
    background: #fff;
  }
}
header .logo {
  font-size: 0.2rem;
  font-weight: bold;
  margin-left: 0.3rem;
}
@media only screen and (max-width: 479px) {
  header .logo {
    margin-left: 0.15rem;
  }
}
header .btn_menu {
  display: none;
}
@media only screen and (max-width: 479px) {
  header .btn_menu {
    display: block;
    width: 50px;
    height: 50px;
    background: #16aad6;
    position: relative;
  }
  header .btn_menu span {
    width: 26px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
  }
  header .btn_menu span::before, header .btn_menu span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    height: 1px;
    background: #fff;
    transition: all 0.5s;
  }
  header .btn_menu span::before {
    top: -7px;
  }
  header .btn_menu span::after {
    top: 7px;
  }
}
@media only screen and (max-width: 479px) {
  header nav {
    position: absolute;
    left: 100%;
    top: 100%;
    background: #16191d;
    margin-top: 1px;
    height: calc(100dvh - 51px);
    border-left: solid 1px #dddddd;
    transition: all 0.5s;
  }
}
header nav > ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  header nav > ul {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  header nav > ul > li {
    border-bottom: solid 1px #dddddd;
  }
}
header nav > ul > li a {
  display: block;
  padding: 0.25rem 0.2rem;
}
@media only screen and (max-width: 479px) {
  header nav > ul > li a {
    background: #fff;
  }
}
header nav > ul > li a .en, header nav > ul > li a .faq dl dt::before, .faq dl header nav > ul > li a dt::before, header nav > ul > li a .faq dl dd::before, .faq dl header nav > ul > li a dd::before {
  margin-bottom: 0.06rem;
  letter-spacing: 0.01rem;
  font-size: 0.18rem;
}
header nav > ul > li a .jp {
  font-size: 0.12rem;
  color: #6f6f6f;
}
header nav > ul > li a .en, header nav > ul > li a .faq dl dt::before, .faq dl header nav > ul > li a dt::before, header nav > ul > li a .faq dl dd::before, .faq dl header nav > ul > li a dd::before, header nav > ul > li a .jp {
  display: block;
  line-height: 1;
  transition: 0.3s;
}
header nav > ul > li:hover a .en, header nav > ul > li:hover a .faq dl dt::before, .faq dl header nav > ul > li:hover a dt::before, header nav > ul > li:hover a .faq dl dd::before, .faq dl header nav > ul > li:hover a dd::before, header nav > ul > li:hover a .jp {
  color: #16aad6;
}
header nav > ul > li:last-child {
  border: none;
}
header nav > ul > li:last-child a {
  background: #16aad6;
  min-width: 1.6rem;
  transition: 0.3s;
}
header nav > ul > li:last-child a .en, header nav > ul > li:last-child a .faq dl dt::before, .faq dl header nav > ul > li:last-child a dt::before, header nav > ul > li:last-child a .faq dl dd::before, .faq dl header nav > ul > li:last-child a dd::before, header nav > ul > li:last-child a .jp {
  color: #fff;
}
header nav > ul > li:last-child a:hover {
  background: #16aad6;
}
header nav > ul > li > ul {
  display: none;
}
@media only screen and (max-width: 479px) {
  header.on .btn_menu span {
    background: transparent;
  }
  header.on .btn_menu span::before, header.on .btn_menu span::after {
    top: 50%;
  }
  header.on .btn_menu span::before {
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  header.on .btn_menu span::after {
    transform: translate3d(0, 0, 0) rotate(-45deg);
  }
  header.on nav {
    transform: translateX(-100%);
  }
}

footer {
  background: #16191d;
  padding: 1rem 0;
}
@media only screen and (max-width: 479px) {
  footer {
    padding: 0.6rem 0;
  }
}
footer .inner #footer_contact {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact {
    margin-bottom: 0.6rem;
  }
}
footer .inner #footer_contact .ttl {
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact .ttl {
    display: block;
    margin-bottom: 0.4rem;
  }
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact .ttl .ttl_enjp {
    margin-bottom: 0.4rem;
  }
}
footer .inner #footer_contact .ttl p {
  color: #fff;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact .ttl p {
    line-height: 1.4;
  }
}
footer .inner #footer_contact .box {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact .box {
    display: block;
    padding: 0.4rem 0;
  }
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact .box .tel {
    margin-bottom: 0.3rem;
  }
}
footer .inner #footer_contact .box .tel dl dt {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact .box .tel dl dt {
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
  }
}
footer .inner #footer_contact .box .tel dl dd .num {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  display: block;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact .box .tel dl dd .num {
    margin-bottom: 0.15rem;
  }
}
footer .inner #footer_contact .box .tel dl dd p {
  font-size: 0.14rem;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact .box .mail {
    margin-bottom: 0.3rem;
  }
}
footer .inner #footer_contact .box .mail a {
  display: block;
  width: 3.8rem;
  line-height: 1rem;
  color: #fff;
  background: #16aad6;
  font-size: 0.2rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_contact .box .mail a {
    width: 88%;
    line-height: 0.8rem;
    margin: 0 auto;
  }
}
footer .inner #footer_contact .box .faq a {
  font-size: 0.14rem;
  font-weight: bold;
  padding-left: 0.2rem;
  background: url("../img/common/arrow_blue.png") left center/0.07rem auto no-repeat;
}
footer .inner #footer_nav {
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_nav {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_nav .info {
    text-align: center;
    margin-bottom: 0.6rem;
  }
}
footer .inner #footer_nav .info .logo {
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_nav .info .logo {
    font-size: 0.2rem;
  }
}
footer .inner #footer_nav .info .addr {
  line-height: 1.5;
}
footer .inner #footer_nav nav {
  display: flex;
  gap: 0.4rem;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_nav nav {
    width: 82%;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto 0.4rem;
  }
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_nav nav > ul {
    width: 50%;
    margin-bottom: 0.2rem;
  }
}
footer .inner #footer_nav nav > ul > li {
  margin-bottom: 0.2rem;
}
footer .inner #footer_nav nav > ul > li:last-child {
  margin-bottom: 0;
}
footer .inner #footer_nav nav > ul > li > a {
  font-weight: bold;
}
footer .inner #footer_nav nav > ul > li ul {
  padding-top: 0.2rem;
}
footer .inner #footer_nav nav > ul > li ul li {
  margin-bottom: 0.2rem;
}
footer .inner #footer_nav nav > ul > li ul li:last-child {
  margin-bottom: 0;
}
footer .inner #footer_nav nav > ul > li ul li a {
  color: #8b8c8e;
}
footer .inner #footer_nav small {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #8b8c8e;
  font-size: 0.11rem;
}
@media only screen and (max-width: 479px) {
  footer .inner #footer_nav small {
    position: static;
    text-align: center;
    display: block;
  }
}

body {
  min-width: 1280px;
}
@media only screen and (max-width: 479px) {
  body {
    min-width: 0;
  }
}

#wrap {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s;
}
@media only screen and (max-width: 479px) {
  #wrap {
    width: 100%;
    overflow: hidden;
  }
}
#wrap.start {
  transform: none;
  opacity: 1;
}

#single #main .contentbox .inner article h1 {
  font-size: 0.3rem;
  line-height: 1.3333;
  margin-bottom: 0.6rem;
  color: #16aad6;
  text-align: center;
}
#single #main .contentbox .inner article #the_content {
  margin-bottom: 0.6rem;
}
#single #main .contentbox .inner article #the_content p, #single #main .contentbox .inner article #the_content li, #single #main .contentbox .inner article #the_content dt, #single #main .contentbox .inner article #the_content dd {
  line-height: 1.75;
}
#single #main .contentbox .inner article #the_content p, #single #main .contentbox .inner article #the_content dl, #single #main .contentbox .inner article #the_content ul, #single #main .contentbox .inner article #the_content ol {
  margin-bottom: 0.2rem;
}
#single #main .contentbox .inner article #the_content li {
  padding-left: 1em;
  position: relative;
}
#single #main .contentbox .inner article #the_content li::before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 0.02rem;
  background: #16aad6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#single #main .contentbox .inner article .num {
  display: block;
  font-weight: 500;
  text-align: right;
  font-size: 0.18rem;
}

#index header {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 479px) {
  #index header {
    position: fixed;
  }
}
#index header .logo {
  color: #fff;
}
@media only screen and (max-width: 479px) {
  #index header .logo {
    color: #111111;
  }
}
#index header nav > ul > li > a .en, #index header nav > ul > li > a .faq dl dt::before, .faq dl #index header nav > ul > li > a dt::before, #index header nav > ul > li > a .faq dl dd::before, .faq dl #index header nav > ul > li > a dd::before, #index header nav > ul > li > a .jp {
  color: #fff;
}
@media only screen and (max-width: 479px) {
  #index header nav > ul > li > a .en, #index header nav > ul > li > a .faq dl dt::before, .faq dl #index header nav > ul > li > a dt::before, #index header nav > ul > li > a .faq dl dd::before, .faq dl #index header nav > ul > li > a dd::before, #index header nav > ul > li > a .jp {
    color: #111111;
  }
}
@media only screen and (max-width: 479px) {
  #index header nav > ul > li > a .jp {
    color: #6f6f6f;
  }
}
#index header nav > ul > li:hover a .en, #index header nav > ul > li:hover a .faq dl dt::before, .faq dl #index header nav > ul > li:hover a dt::before, #index header nav > ul > li:hover a .faq dl dd::before, .faq dl #index header nav > ul > li:hover a dd::before, #index header nav > ul > li:hover a .jp {
  color: #16aad6;
}
@media only screen and (max-width: 479px) {
  #index header nav > ul > li:last-child a .en, #index header nav > ul > li:last-child a .faq dl dt::before, .faq dl #index header nav > ul > li:last-child a dt::before, #index header nav > ul > li:last-child a .faq dl dd::before, .faq dl #index header nav > ul > li:last-child a dd::before, #index header nav > ul > li:last-child a .jp {
    color: #fff;
  }
}
#index header nav > ul > li:last-child a:hover .en, #index header nav > ul > li:last-child a:hover .faq dl dt::before, .faq dl #index header nav > ul > li:last-child a:hover dt::before, #index header nav > ul > li:last-child a:hover .faq dl dd::before, .faq dl #index header nav > ul > li:last-child a:hover dd::before, #index header nav > ul > li:last-child a:hover .jp {
  color: #fff;
}
#index #top_mv_company {
  background: #16aad6 url("../img/index/bg_mv.jpg") center top/100% auto no-repeat;
  text-align: left;
  color: #fff;
  padding-top: 0.9rem;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company {
    padding-top: 50px;
    background-image: url("../img/index/bg_mv_sp.jpg");
  }
}
#index #top_mv_company #top_mv {
  margin-bottom: 12vw;
  padding-top: 7vw;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_mv {
    margin-bottom: 1.6rem;
    padding-top: 1.2rem;
  }
}
#index #top_mv_company #top_mv .inner {
  width: 71.42%;
  max-width: none;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_mv .inner {
    width: 92%;
  }
}
#index #top_mv_company #top_mv .inner h1 .en, #index #top_mv_company #top_mv .inner h1 .faq dl dt::before, .faq dl #index #top_mv_company #top_mv .inner h1 dt::before, #index #top_mv_company #top_mv .inner h1 .faq dl dd::before, .faq dl #index #top_mv_company #top_mv .inner h1 dd::before {
  display: block;
  font-size: 10.72vw;
  margin-bottom: 3.6vw;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_mv .inner h1 .en, #index #top_mv_company #top_mv .inner h1 .faq dl dt::before, .faq dl #index #top_mv_company #top_mv .inner h1 dt::before, #index #top_mv_company #top_mv .inner h1 .faq dl dd::before, .faq dl #index #top_mv_company #top_mv .inner h1 dd::before {
    font-size: 0.68rem;
    margin-bottom: 0.3rem;
  }
}
#index #top_mv_company #top_mv .inner h1 .jp {
  display: block;
  font-size: 1.145vw;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 0.4vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_mv .inner h1 .jp {
    font-size: 0.16rem;
    line-height: 1.75;
    padding-left: 0.1rem;
  }
}
#index #top_mv_company #top_mv .inner h1 .texteffect {
  margin-top: -1em;
}
#index #top_mv_company #top_mv .inner h1 .texteffect:first-child {
  margin-top: 0;
}
#index #top_mv_company #top_company {
  background: url("../img/index/bg_company.png") center top no-repeat;
  padding: 0.5rem 0 0.6rem;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_company {
    background-size: 120% auto;
  }
}
#index #top_mv_company #top_company .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_company .inner {
    display: block;
  }
}
#index #top_mv_company #top_company .inner .pic {
  width: 50%;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_company .inner .pic {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
#index #top_mv_company #top_company .inner .txt {
  width: 44%;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_company .inner .txt {
    width: 100%;
  }
}
#index #top_mv_company #top_company .inner .txt .ttl_enjp {
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_company .inner .txt .ttl_enjp {
    margin-bottom: 0.3rem;
  }
}
#index #top_mv_company #top_company .inner .txt .ttl_enjp .en, #index #top_mv_company #top_company .inner .txt .ttl_enjp .faq dl dt::before, .faq dl #index #top_mv_company #top_company .inner .txt .ttl_enjp dt::before, #index #top_mv_company #top_company .inner .txt .ttl_enjp .faq dl dd::before, .faq dl #index #top_mv_company #top_company .inner .txt .ttl_enjp dd::before {
  color: #fff;
}
#index #top_mv_company #top_company .inner .txt p {
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 479px) {
  #index #top_mv_company #top_company .inner .txt p {
    margin-bottom: 0.3rem;
  }
}
#index #top_business {
  padding-top: 2.4rem;
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #index #top_business {
    margin-bottom: 0.6rem;
    padding-top: 1.2rem;
  }
}
#index #top_business::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #16aad6 transparent transparent transparent;
  border-width: 1.6rem 100vw 0px 0px;
  top: 0;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  #index #top_business::after {
    border-width: 0.6rem 100vw 0px 0px;
  }
}
#index #top_business .inner .ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #index #top_business .inner .ttl {
    margin-bottom: 0.4rem;
    align-items: center;
  }
}
#index #top_business .inner .ttl em {
  display: block;
}
#index #top_news {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 479px) {
  #index #top_news {
    margin-bottom: 0.6rem;
  }
}
#index #top_news .inner {
  display: flex;
  justify-content: space-between;
  gap: 6%;
}
@media only screen and (max-width: 479px) {
  #index #top_news .inner {
    display: block;
  }
}
#index #top_news .inner .ttl {
  width: 20%;
  min-width: 200px;
}
@media only screen and (max-width: 479px) {
  #index #top_news .inner .ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
  }
}
#index #top_news .inner .ttl .ttl_enjp {
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #index #top_news .inner .ttl .ttl_enjp {
    margin-bottom: 0;
  }
}
#index #top_news .inner .newslist {
  width: 74%;
}
@media only screen and (max-width: 479px) {
  #index #top_news .inner .newslist {
    width: 100%;
  }
}

#message #mv {
  background: url(/assets/img/message/mv.jpg) center top/cover no-repeat;
  height: 600px;
}
@media only screen and (max-width: 479px) {
  #message #mv {
    background-image: url(/assets/img/message/mv_sp.jpg);
  }
}
#message #mv::before {
  display: none;
}

#philosophy #main .contentbox .inner {
  text-align: center;
}
#philosophy #main .contentbox .inner ul {
  display: inline-block;
}
#philosophy #main .contentbox .inner ul li {
  position: relative;
  padding-left: 0.2rem;
  font-size: 0.24rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  #philosophy #main .contentbox .inner ul li {
    font-size: 0.16rem;
    padding-left: 0.16rem;
  }
}
#philosophy #main .contentbox .inner ul li::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #16aad6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  #philosophy #main .contentbox .inner ul li::before {
    width: 0.05rem;
    height: 0.05rem;
  }
}
#philosophy #main .contentbox .inner p {
  font-size: 0.18rem;
  line-height: 2.2;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  #philosophy #main .contentbox .inner p {
    font-size: 0.16rem;
    text-align: left;
  }
}

#contact #main .contentbox .inner .txt {
  line-height: 1.75;
  margin-bottom: 0.6rem;
}
#contact #main .contentbox .inner .tel {
  text-align: center;
  background: #f6f6f6;
  padding: 0.5rem 0;
  margin: 0 auto;
  max-width: 580px;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 479px) {
  #contact #main .contentbox .inner .tel {
    padding: 0.4rem 0;
  }
}
#contact #main .contentbox .inner .tel dl dt {
  font-weight: 500;
  margin-bottom: 0.2rem;
}
#contact #main .contentbox .inner .tel dl dd .num {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
  display: block;
}
#contact #main .contentbox .inner .tel dl dd p {
  font-size: 0.14rem;
}

#recruit #main .contentbox .inner .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 479px) {
  #recruit #main .contentbox .inner .list ul {
    gap: 0.3rem 4%;
  }
}
#recruit #main .contentbox .inner .list ul li {
  width: 30%;
}
@media only screen and (max-width: 479px) {
  #recruit #main .contentbox .inner .list ul li {
    width: 48%;
  }
}
#recruit #main .contentbox .inner .list ul li a {
  display: block;
}
#recruit #main .contentbox .inner .list ul li a .pic {
  aspect-ratio: 1.5;
  margin-bottom: 0.2rem;
}
#recruit #main .contentbox .inner .list ul li a .pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#recruit #main .contentbox .inner .list ul li a p {
  font-size: 0.2rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #recruit #main .contentbox .inner .list ul li a p {
    font-size: 0.18rem;
  }
}
#recruit #main .contentbox .inner .list ul li a p::after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: #16aad6 url("../img/common/arrow_white.png") center/0.06rem auto no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 479px) {
  #recruit #main .contentbox .inner .list ul li a p::after {
    width: 0.2rem;
    height: 0.2rem;
    background-size: 0.04rem auto;
  }
}

#privacy #main .contentbox .inner h2 {
  font-weight: 500;
  font-size: 0.25rem;
  margin: 0.6rem 0 0.3rem;
}
@media only screen and (max-width: 479px) {
  #privacy #main .contentbox .inner h2 {
    font-size: 0.22rem;
    margin: 0.4rem 0 0.2rem;
  }
}
#privacy #main .contentbox .inner h3 {
  margin-bottom: 0.2rem;
  font-weight: 500;
  font-size: 0.2rem;
}
@media only screen and (max-width: 479px) {
  #privacy #main .contentbox .inner h3 {
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
  }
}
#privacy #main .contentbox .inner p, #privacy #main .contentbox .inner li, #privacy #main .contentbox .inner dt, #privacy #main .contentbox .inner dd {
  line-height: 1.75;
}
#privacy #main .contentbox .inner p, #privacy #main .contentbox .inner dl, #privacy #main .contentbox .inner ul, #privacy #main .contentbox .inner ol {
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 479px) {
  #privacy #main .contentbox .inner p, #privacy #main .contentbox .inner dl, #privacy #main .contentbox .inner ul, #privacy #main .contentbox .inner ol {
    margin-bottom: 0.1rem;
  }
}
#privacy #main .contentbox .inner li {
  padding-left: 1em;
  position: relative;
}
#privacy #main .contentbox .inner li::before {
  content: "";
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 0.02rem;
  background: #16aad6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#privacy #main .contentbox .inner .date {
  font-weight: 500;
  text-align: right;
}
/*# sourceMappingURL=style.css.map */