@charset "UTF-8";
html{
  line-height:1.15;
  -webkit-text-size-adjust:100%;
}
body{
  margin:0;
}
main{
  display:block;
}
h1{
  font-size:2em;
  margin:0.67em 0;
}
hr{
  box-sizing:content-box;
  height:0;
  overflow:visible;
}
pre{
  font-family:monospace, monospace;
  font-size:1em;
}
a{
  background-color:transparent;
}
abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted;
}
b,
strong{
  font-weight:bolder;
}
code,
kbd,
samp{
  font-family:monospace, monospace;
  font-size:1em;
}
small{
  font-size:80%;
}
sub,
sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub{
  bottom:-0.25em;
}

sup{
  top:-0.5em;
}
img{
  border-style:none;
}
button,
input,
optgroup,
select,
textarea{
  font-family:inherit;
  font-size:100%;
  line-height:1.15;
  margin:0;
}
button,
input{
  overflow:visible;
}
button,
select{
  text-transform:none;
}
button,
[type=button],
[type=reset],
[type=submit]{
  -webkit-appearance:button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner{
  border-style:none;
  padding:0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring{
  outline:1px dotted ButtonText;
}
fieldset{
  padding:0.35em 0.75em 0.625em;
}
legend{
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal;
}
progress{
  vertical-align:baseline;
}
textarea{
  overflow:auto;
}
[type=checkbox],
[type=radio]{
  box-sizing:border-box;
  padding:0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button{
  height:auto;
}
[type=search]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}
[type=search]::-webkit-search-decoration{
  -webkit-appearance:none;
}
::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}
details{
  display:block;
}
summary{
  display:list-item;
}
template{
  display:none;
}
[hidden]{
  display:none;
}
*,
*::before,
*::after{
  box-sizing:border-box;
}

body{
  font-weight:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background-color:#fff;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-weight:bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p{
  margin-top:0;
  margin-bottom:0;
  font-size:1em;
  -webkit-margin-before:0;
  -webkit-margin-after:0;
}

ol,
ul,
dl{
  margin-top:0;
  margin-bottom:0;
}

dd{
  margin-left:0;
}

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

a{
  color:inherit;
  text-decoration:none;
  cursor:pointer;
  outline:0;
}

a:focus{
  outline:0;
}

strong{
  font-weight:bold;
}

em{
  font-style:normal;
}

figure{
  margin:0;
}

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

table{
  border-collapse:collapse;
}

hr{
  margin:0;
}
button{
  padding:0;
  margin:0;
  cursor:pointer;
  background-color:transparent;
  border:none;
  border-radius:0;
  outline:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

button:focus{
  outline:none;
}

button:focus-visible, a:focus-visible{
  outline:2px solid #ccc;
  outline-offset:2px;
}
input,
button,
select,
textarea{
  line-height:inherit;
}
:root{
  --text-color-500:#020111;
  --text-color-400:#231815;
  --primary-color:#22B4B0;
  --white-color:#fff;
  --black-color:#000;
  --ff-mincho:"Shippori Mincho B1", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --ff-kaku:"Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, sans-serif;
  --height-header-pc:80px;
  --height-header-sp:54px;
}

.br-pc{
  display:none;
}
@media screen and (min-width: 1024.98px), print{
  .br-pc{
    display:inline;
  }
}

.br-pc_tab{
  display:none;
}
@media screen and (min-width: 760px), print{
  .br-pc_tab{
    display:inline;
  }
}

.br-tab{
  display:none;
}
@media screen and (min-width: 760px) and (max-width: 1024px){
  .br-tab{
    display:inline;
  }
}

.br-tab_sp{
  display:none;
}
@media screen and (max-width: 1024px){
  .br-tab_sp{
    display:inline;
  }
}

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

.no-hover{
  pointer-events:none;
}

.hover{
  transition:all 0.15s ease-out;
}

@media screen and (hover: hover) and (min-width: 1024.98px), print and (hover: hover){
  .hover:hover{
    opacity:0.4;
  }
}
@media screen and (min-width: 1024.98px), print{
  .hide-pc{
    display:none !important;
  }
}

@media screen and (min-width: 760px), print{
  .hide-pc-tab{
    display:none !important;
  }
}

@media screen and (max-width: 759.98px){
  .hide-sp{
    display:none !important;
  }
}

@media screen and (max-width: 1024px){
  .hide-tab-sp{
    display:none !important;
  }
}

@media screen and (max-width: 759.98px){
  .hide-pc-sp{
    display:none !important;
  }
}
@media screen and (min-width: 1024.98px), print{
  .hide-pc-sp{
    display:none !important;
  }
}

.u-font-mincho-400{
  font-family:"Shippori Mincho B1", serif;
  font-weight:400;
  font-style:normal;
}

.u-font-mincho-500{
  font-family:"Shippori Mincho B1", serif;
  font-weight:500;
  font-style:normal;
}

.u-font-mincho-600{
  font-family:"Shippori Mincho B1", serif;
  font-weight:600;
  font-style:normal;
}

.u-font-mincho-700{
  font-family:"Shippori Mincho B1", serif;
  font-weight:700;
  font-style:normal;
}

.u-font-mincho-800{
  font-family:"Shippori Mincho B1", serif;
  font-weight:800;
  font-style:normal;
}

.u-font-kaku-400{
  font-family:"Zen Kaku Gothic New", sans-serif;
  font-weight:400;
  font-style:normal;
}

.u-font-kaku-500{
  font-family:"Zen Kaku Gothic New", sans-serif;
  font-weight:500;
  font-style:normal;
}

.u-font-kaku-700{
  font-family:"Zen Kaku Gothic New", sans-serif;
  font-weight:700;
  font-style:normal;
}

.u-font-kaku-900{
  font-family:"Zen Kaku Gothic New", sans-serif;
  font-weight:900;
  font-style:normal;
}

.u-right{
  text-align:right;
}

.u-center{
  text-align:center;
}

.u-left{
  text-align:left;
}

.u-txt-spacing-m01{
  letter-spacing:-0.1em;
}

.u-txt-spacing-0{
  letter-spacing:0;
}

.u-inline-block{
  display:inline-block;
}

.u-txt-link{
  text-decoration:underline;
  text-underline-offset:5px;
}
@media (hover: hover){
  .u-txt-link:hover{
    text-decoration:none;
  }
}

@layer layer, modifier;
.c-txt{
  color:var(--text-color-500);
  line-height:1.75;
  font-weight:400;
  font-size:var(--txt-font-size);
}

@media screen and (min-width: 760px), print{
  .c-txt--xl{
    --txt-font-size:20px;
  }
}
@media screen and (max-width: 759.98px){
  .c-txt--xl{
    --txt-font-size:18px;
  }
}

@media screen and (min-width: 760px), print{
  .c-txt--l{
    --txt-font-size:18px;
  }
}
@media screen and (max-width: 759.98px){
  .c-txt--l{
    --txt-font-size:16px;
  }
}

@media screen and (min-width: 760px), print{
  .c-txt--m{
    --txt-font-size:16px;
  }
}
@media screen and (max-width: 759.98px){
  .c-txt--m{
    --txt-font-size:14px;
  }
}

@media screen and (min-width: 760px), print{
  .c-txt--s{
    --txt-font-size:14px;
  }
}
@media screen and (max-width: 759.98px){
  .c-txt--s{
    --txt-font-size:13px;
  }
}

@media screen and (min-width: 760px), print{
  .c-txt--xs{
    --txt-font-size:13px;
  }
}
@media screen and (max-width: 759.98px){
  .c-txt--xs{
    --txt-font-size:12px;
  }
}

@media screen and (min-width: 760px), print{
  .c-txt--xxs{
    --txt-font-size:12px;
  }
}
@media screen and (max-width: 759.98px){
  .c-txt--xxs{
    --txt-font-size:11px;
  }
}

@media screen and (min-width: 760px), print{
  .c-txt--xxxs{
    --txt-font-size:11px;
  }
}
@media screen and (max-width: 759.98px){
  .c-txt--xxxs{
    --txt-font-size:10px;
  }
}
@media screen and (max-width: 759.98px){
  .c-txt--sp-xl{
    --txt-font-size:20px;
  }
  .c-txt--sp-l{
    --txt-font-size:18px;
  }
  .c-txt--sp-m{
    --txt-font-size:16px;
  }
  .c-txt--sp-s{
    --txt-font-size:14px;
  }
  .c-txt--sp-xs{
    --txt-font-size:13px;
  }
  .c-txt--sp-xxs{
    --txt-font-size:12px;
  }
  .c-txt--sp-xxxs{
    --txt-font-size:11px;
  }
}
.c-title{
  color:var(--title-font-color);
  font-weight:700;
  line-height:26px;
  margin-bottom:var(--title-mb-size);
}

.c-title__label{
  font-size:var(--title-font-size);
}

@media screen and (min-width: 760px), print{
  .c-title--xxl{
    --title-font-size:32px;
    --title-mb-size:40px;
  }
}
@media screen and (max-width: 759.98px){
  .c-title--xxl{
    --title-font-size:32px;
    --title-mb-size:40px;
  }
}

@media screen and (min-width: 760px), print{
  .c-title--xl{
    --title-font-size:28px;
    --title-mb-size:32px;
  }
}
@media screen and (max-width: 759.98px){
  .c-title--xl{
    --title-font-size:28px;
    --title-mb-size:32px;
  }
}

@media screen and (min-width: 760px), print{
  .c-title--l{
    --title-font-size:26px;
    --title-mb-size:28px;
  }
}
@media screen and (max-width: 759.98px){
  .c-title--l{
    --title-font-size:26px;
    --title-mb-size:28px;
  }
}

@media screen and (min-width: 760px), print{
  .c-title--m{
    --title-font-size:24px;
    --title-mb-size:24px;
  }
}
@media screen and (max-width: 759.98px){
  .c-title--m{
    --title-font-size:24px;
    --title-mb-size:24px;
  }
}

@media screen and (min-width: 760px), print{
  .c-title--s{
    --title-font-size:22px;
    --title-mb-size:20px;
  }
}
@media screen and (max-width: 759.98px){
  .c-title--s{
    --title-font-size:18px;
    --title-mb-size:8px;
  }
}

@media screen and (min-width: 760px), print{
  .c-title--xs{
    --title-font-size:20px;
    --title-mb-size:16px;
  }
}
@media screen and (max-width: 759.98px){
  .c-title--xs{
    --title-font-size:20px;
    --title-mb-size:16px;
  }
}

.c-title--primary{
  --title-font-color:var(--primary-color);
}

.c-title--black{
  --title-font-color:var(--text-color-500);
}

.c-title--white{
  --title-font-color:var(--white-color);
}
.hero-title{
  text-align:center;
}
@media screen and (min-width: 760px), print{
  .hero-title{
    letter-spacing:0.1em;
  }
}
@media screen and (max-width: 759.98px){
  .hero-title{
    letter-spacing:0.15em;
  }
}

.hero-title-txt{
  font-family:var(--ff-mincho);
  font-weight:700;
  display:block;
}
@media screen and (min-width: 760px), print{
  .hero-title-txt{
    font-size:38px;
    line-height:28px;
  }
}
@media screen and (max-width: 759.98px){
  .hero-title-txt{
    font-size:24px;
    line-height:18px;
  }
}

.hero-title-sub-txt{
  display:block;
}
@media screen and (min-width: 760px), print{
  .hero-title-sub-txt{
    line-height:18px;
    margin-bottom:32px;
  }
}
@media screen and (max-width: 759.98px){
  .hero-title-sub-txt{
    letter-spacing:0.1em;
    margin-bottom:16px;
  }
}

.hero-title-sub-txt--roma{
  font-size:10px;
  font-weight:400;
}

.hero-title-sub-txt--kana{
  font-weight:700;
  font-family:var(--ff-mincho);
}
@media screen and (min-width: 760px), print{
  .hero-title-sub-txt--kana{
    font-size:18px;
  }
}
@media screen and (max-width: 759.98px){
  .hero-title-sub-txt--kana{
    line-height:9px;
    font-size:12px;
    margin-bottom:24px;
  }
}

.c-header-lv1{
  --header-color:var(--primary-color);
}

.c-header-lv1--white{
  --header-color:var(--white-color);
}

.c-header-lv1__body{
  text-align:center;
  position:relative;
  width:100%;
  padding-bottom:20px;
  display:block;
}
@media screen and (max-width: 759.98px){
  .c-header-lv1__body{
    padding-bottom:14px;
  }
}

.c-header-lv1-txt__label{
  font-family:var(--ff-mincho);
  font-size:36px;
  line-height:1.8;
  letter-spacing:0.15em;
  font-weight:500;
}
@media screen and (max-width: 759.98px){
  .c-header-lv1-txt__label{
    font-size:24px;
  }
}

.c-header-lv1--white .c-header-lv1-txt__label{
  color:var(--header-color);
}

.c-header-lv1__body::before{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin:0 auto;
  width:32px;
  height:1px;
  background-color:var(--header-color);
}
@media screen and (max-width: 759.98px){
  .c-header-lv1__body::before{
    width:24px;
  }
}
@media screen and (min-width: 760px), print{
  .l-page{
    padding-block:118px 120px;
  }
}
@media screen and (max-width: 759.98px){
  .l-page{
    padding-block:54px 88px;
  }
}

@media screen and (min-width: 760px), print{
  .l-page__in{
    margin-inline:auto;
    max-width:1240px;
    padding-inline:100px;
  }
}
@media screen and (max-width: 759.98px){
  .l-page__in{
    margin-inline:auto;
    max-width:100%;
    padding-inline:15px;
  }
}

@media screen and (min-width: 760px), print{
  .l-sec + .l-sec{
    margin-top:64px;
  }
}
@media screen and (max-width: 759.98px){
  .l-sec + .l-sec{
    margin-top:54px;
  }
}

@media screen and (min-width: 760px), print{
  .l-block + .l-block{
    margin-top:40px;
  }
}
@media screen and (max-width: 759.98px){
  .l-block + .l-block{
    margin-top:32px;
  }
}

.l-sec-title{
  text-align:center;
}
@media screen and (min-width: 760px), print{
  .l-sec-title{
    letter-spacing:0.1em;
    margin-bottom:40px;
  }
}
@media screen and (max-width: 759.98px){
  .l-sec-title{
    margin-bottom:32px;
  }
}

.l-sec-title-txt{
  font-family:var(--ff-mincho);
  font-weight:700;
  color:var(--primary-color);
}
@media screen and (min-width: 760px), print{
  .l-sec-title-txt{
    font-size:32px;
    line-height:26px;
  }
}
@media screen and (max-width: 759.98px){
  .l-sec-title-txt{
    font-size:24px;
    line-height:26px;
  }
}
.hero{
  background-color:var(--primary-color);
  color:var(--white-color);
}
@media screen and (min-width: 760px), print{
  .hero{
    padding-block:55px 62px;
  }
}
@media screen and (max-width: 759.98px){
  .hero{
    padding-block:34px;
  }
}

.c-bg-parallax{
  --parallax-image:url(../img/top/mv_bg.webp);
  position:absolute;
  width:100%;
  height:320px;
  background-image:var(--parallax-image);
  z-index:-1;
}
.c-bg-parallax .c-bg-parallax__in{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  clip-path:inset(0);
}
.c-bg-parallax .c-bg-parallax__bg{
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background-image:var(--parallax-image);
  background-size:cover;
  background-position:center;
  z-index:-1;
}

@media print{
  .c-bg-parallax{
    overflow:hidden !important;
  }
  .c-bg-parallax__bg{
    position:absolute !important;
    inset:0 !important;
    margin:auto !important;
    width:100% !important;
    height:auto !important;
  }
}
.c-btn{
  --btn-radius:30px;
  --btn-bg-color:var(--primary-color);
  --btn-font-color:var(--white-color);
  --btn-font-size:13px;
  --btn-line-height:1.8;
  --btn-letter-spacing:0.1em;
  --btn-border-color:var(--btn-bg-color);
  --btn-arrow-color:var(--btn-font-color);
  --btn-hover-bg-color:var(--btn-font-color);
  --btn-hover-text-color:var(--btn-bg-color);
  --btn-hover-arrow-color:var(--btn-bg-color);
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--btn-radius);
  background-color:var(--btn-bg-color);
  border:1px solid var(--btn-border-color);
  padding:10px 20px 9px;
  transition:all 0.15s ease-out;
  position:relative;
}
@media screen and (max-width: 759.98px){
  .c-btn{
    --btn-font-size:14px;
  }
}
.c-btn:has(.c-btn--arrow){
  padding-right:18px;
}
.c-btn .c-btn__label{
  color:var(--btn-font-color);
  font-size:var(--btn-font-size);
  line-height:var(--btn-line-height);
  letter-spacing:var(--btn-letter-spacing);
}
.c-btn .c-btn__arrow{
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  margin:auto 0;
}
.c-btn .c-btn__arrow::after{
  content:"";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  width:12px;
  height:12px;
  -webkit-mask-image:url(../img/common/ico_arrow_right_white.svg);
          mask-image:url(../img/common/ico_arrow_right_white.svg);
  -webkit-mask-repeat:no-repeat;
          mask-repeat:no-repeat;
  -webkit-mask-position:center;
          mask-position:center;
  background-color:var(--btn-arrow-color);
  transition:background-color 0.3s ease;
}
@media (hover: hover){
  .c-btn:hover{
    background-color:var(--btn-hover-bg-color);
  }
  .c-btn:hover .c-btn__label{
    color:var(--btn-hover-text-color);
  }
  .c-btn:hover .c-btn__arrow::after{
    background-color:var(--btn-hover-arrow-color);
  }
}

@keyframes menuOpen{
  0%{
    height:0;
    opacity:0;
    margin-top:43px;
  }
  100%{
    height:var(--menu-height);
    opacity:1;
    margin-top:63px;
  }
}
@keyframes menuClose{
  0%{
    height:var(--menu-height);
    opacity:1;
    margin-top:63px;
  }
  100%{
    height:0;
    opacity:0;
    margin-top:43px;
  }
}
.gheader{
  height:var(--height-header-pc);
  background-color:var(--white-color);
  box-shadow:2px 5px 11px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px){
  .gheader{
    height:var(--height-header-sp);
  }
}

.gheader.is-gheader-sticky{
  position:sticky;
  top:0;
  left:0;
  width:100%;
  z-index:100;
}

.gheader__inner{
  height:100%;
}

.gheader__body{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 30px;
  height:100%;
}
@media screen and (max-width: 1024px){
  .gheader__body{
    padding:0 10px;
  }
}

.gheader-logo{
  width:242px;
  aspect-ratio:242/57;
}
@media screen and (min-width: 760px) and (max-width: 1024px){
  .gheader-logo{
    width:180px;
  }
}
@media screen and (max-width: 759.98px){
  .gheader-logo{
    width:130px;
  }
}
.gheader-logo a{
  transition:opacity 0.3s ease;
}
@media (hover: hover){
  .gheader-logo a:hover{
    opacity:0.7;
  }
}

.gheader-menu{
  margin-left:auto;
  position:relative;
  top:4px;
}
@media screen and (max-width: 1024px){
  .gheader-menu{
    flex-direction:column;
    position:fixed;
    right:0;
    top:0;
  }
}

.gheader-menu__inner{
  display:flex;
  align-items:center;
  gap:36px;
  opacity:1;
  transition:all 0.3s ease;
}
@media screen and (max-width: 1024px){
  .gheader-menu__inner{
    overflow:hidden;
    flex-direction:column;
    height:0;
    opacity:0;
    gap:0;
    background-color:var(--white-color);
    margin:43px 8px 0 0;
    animation:menuClose 0.3s ease forwards;
  }
}
@media screen and (max-width: 1024px){
  .is-menu-open .gheader-menu__inner{
    box-shadow:2px 2px 4px rgba(0, 0, 0, 0.15);
    animation:menuOpen 0.3s ease forwards;
  }
}

.gheader-menu__link{
  display:inline-block;
}
@media screen and (max-width: 1024px){
  .gheader-menu__link{
    display:block;
    padding:11px 42px;
    position:relative;
  }
  .gheader-menu__link::before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    margin:0 auto;
    width:96px;
    height:1px;
    background-color:#D9F2F0;
  }
  .gheader-menu__item:last-child .gheader-menu__link::before{
    display:none;
  }
}
@media (hover: hover){
  .gheader-menu__link:hover .gheader-menu__label{
    color:var(--primary-color);
  }
}

.gheader-menu__label{
  font-family:var(--ff-mincho);
  font-size:12px;
  line-height:1.8;
  letter-spacing:0.1em;
  color:#231815;
  transition:all 0.3s ease;
}

.gheader-menu-trigger{
  width:18px;
  height:15px;
  position:fixed;
  top:21px;
  right:15px;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.gheader-menu-trigger span{
  display:block;
  height:1px;
  width:18px;
  background-color:var(--primary-color);
  transition:all 0.3s ease;
  transform-origin:center;
}
.is-menu-open .gheader-menu-trigger span:nth-child(1){
  transform:rotate(45deg) translate(5px, 5px);
}
.is-menu-open .gheader-menu-trigger span:nth-child(2){
  opacity:0;
}
.is-menu-open .gheader-menu-trigger span:nth-child(3){
  transform:rotate(-45deg) translate(5px, -5px);
}
@media screen and (min-width: 1024.98px), print{
  .gheader-menu-trigger{
    display:none;
  }
}

.gheader-contact{
  position:relative;
  top:4px;
}
@media screen and (max-width: 1024px){
  .gheader-contact{
    top:1px;
  }
}
.gheader-contact .c-btn{
  width:160px;
  padding:4px 0 5px;
}
@media screen and (max-width: 1024px){
  .gheader-contact .c-btn{
    width:136px;
    font-size:12px;
  }
}
.gheader-contact .c-btn .c-btn__label{
  font-family:var(--ff-mincho);
  font-weight:500;
}
@media screen and (max-width: 1024px){
  .gheader-contact .c-btn .c-btn__label{
    width:136px;
    font-size:12px;
  }
}

.gfooter{
  position:relative;
  background-color:var(--primary-color);
  font-size:10px;
  font-weight:500;
  line-height:1.8;
  letter-spacing:0.1em;
  color:var(--white-color);
  display:flex;
  justify-content:center;
  align-items:center;
  height:32px;
}
@media screen and (max-width: 759.98px){
  .gfooter{
    height:24px;
  }
}
body{
  font-family:var(--ff-kaku);
}
@counter-style em-decimal{
  system:numeric;
  symbols:"０" "１" "２" "３" "４" "５" "６" "７" "８" "９";
}