@charset "UTF-8";

/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: .2s;
  transition-property: background, color, border, opacity, transform;
}

/* ==========================================================================
   Image
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg.icon {
  fill: currentColor;
}

picture,
figure {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.no-image {
  background: var(--border1) url(../img/logo-w.png) no-repeat center;
  background-size: min(30%, 10rem);
}

@media (max-width: 991px) {
  .sp-full {
    width: 100vw;
  }
}


@media (min-width: 992px) {
  .stack{ position: relative; }
  .stage{
    position: relative;
    z-index: var(--i);
    margin-bottom: -100vh; /* 被せる */
  }
  .panel{
    position: sticky;
    top: 0;
  }
  .panel__left{
    height: var(--stage-h, 200vh);/* JSで px を入れる */
  }
  .panel__left picture{
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .panel__right{
    margin: 0;
    padding-top: calc(15vh + var(--header-height));
    padding-bottom: calc(15vh + var(--header-height));
    align-self: flex-start;
  }
  .stage:last-child{
    margin-bottom: 0;
  }
}


/* ==========================================================================
   Typography
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: var(--mincho); font-weight: 500; position: relative; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; }

.huge { font-size: 3.846em; line-height: 1!important;}
h1, .h1 { font-size: 2.75em; line-height: 1.5; }
h2, .h2 { font-size: 3.077em; line-height: 1.5; }
h3, .h3 { font-size: 1.846em; line-height: 1.5; }
h4, .h4 { font-size: 1.538em; line-height: 2; }
h5, .h5 { font-size: 1.231em; line-height: 2; }
h6, .h6 { font-size: 1.077em; line-height: 2; }
@media (max-width: 991px) {
.sp-h4 { font-size: 1.538em; line-height: 2; }
}
@media (min-width: 992px) {
  .huge { font-size: 5.714em; }
  h1, .h1 { font-size: 3.571em; }
  h2, .h2 { font-size: 2.857em; }
  h3, .h3 { font-size: 2.143em; }
  h4, .h4 { font-size: 1.714em; }
  h5, .h5 { font-size: 1.429em; }
  h6, .h6 { font-size: 1.143em; }
}


small, .small { font-size: .75em; }
sub, sup { font-size: .857em; }

.mincho {
  font-family: var(--mincho)!important;
  font-weight: 500!important;
}

.gothic {
  font-family: var(--gothic);
}

.fw-400,
.text-normal { font-weight: 400 !important; }
.fw-500,
.text-medium { font-weight: 500 !important; }
.fw-600,
.text-semibold { font-weight: 600 !important; }
.fw-700,
.text-bold { font-weight: 700 !important; }
.text-italic { font-style: italic; }
.text-justify { text-align: justify; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}
@media (min-width: 768px) {
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}
@media (min-width: 992px) {
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}
@media (min-width: 1200px) {
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}

.font1, .en_ttl,
[data-en]::before {
  font-family: var(--font1);
}

[data-en]::before {
  line-height: 1;
}

strong.ttl {
  font-family: var(--gothic);
  font-weight: 500;
}
small.en_ttl {
  display: block;
  font-weight: 400!important;
  line-height: 1.5;
  color: var(--color1);
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.read p,
p.read {
  margin-top: 2em;
  margin-bottom: 2em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}


.copy {
  letter-spacing: .08em;
}

.read {
  line-height: 2.33;
}
@media (min-width: 992px) {
  .read {
    font-size: 1.071em;
  }
}


/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-flex;
  flex-direction: row!important;
  justify-content: space-between;
  align-items: center;
  gap: .75em;
  text-align: left;
  font-family: inherit;
  font-size: 1em;
  letter-spacing: .1em;
  line-height: 1.5;
  font-weight: 500;
  padding: 1em min(1.5em,6%);
  width: 21.5em;
  max-width: 100%;
  background: transparent;
  color: var(--color1);
  border: 1px solid currentColor;
  text-decoration: none;
  border-radius: .35em;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: .2s ease-in-out;
  transition-property: background,border,color;
}
.btn::before {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: currentColor;
  border: 1px solid currentColor;
  position: absolute;
  top: 50%;
  right: min(1.5em,6%);
  transform: translateY(-50%) scale(.3);
  transition: transform .2s;
}
.btn::after {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--arrow-path-w);
  background-size: 30% 30%;
  position: absolute;
  top: 50%;
  right: min(1.5em,6%);
  z-index: 2;
  transform: translateY(-50%);
  transition: opacity .2s;
  opacity: 0;
}
a:hover .btn::before,
.btn:hover::before {
  transform: translateY(-50%) scale(1);
}
a:hover .btn::after,
.btn:hover::after {
  opacity: 1;
}

.bg-gradation .btn,
.bg-color1 .btn {
  color: inherit;
}
.bg-gradation .btn::after,
.bg-color1 .btn::after {
  background-image: var(--arrow-path);
}

.btn._white {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--main-color);
}
.btn._white::after {
  background-image: var(--arrow-path-w);
}

.btn._color {
  background-color: var(--color1);
  border-color: var(--color1);
  color: var(--white);
}
.btn._color::after {
  background-image: var(--arrow-path);
}


@media(max-width: 991px) {
  .btn._color_sp {
    background-color: var(--color1);
    border-color: var(--color1);
    color: var(--white);
  }
  .btn._color_sp::after {
    background-image: var(--arrow-path);
  }
}

.btn.active:hover::before {
  transform: translateY(-50%) scale(.3);
}
.btn.active:hover::after {
  opacity: 0;
}


input[type="submit"].btn {
  background-repeat: no-repeat;
  background-position: right 1.5em top 50%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%224%22%20viewBox%3D%220%200%202%202%22%20fill%3D%22none%22%3E%20%3Ccircle%20fill%3D%22%23006%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%3E%3C%2Fcircle%3E%20%3C%2Fsvg%3E');
  background-size: .5em;
}
input[type="submit"].btn:hover {
  background-color: var(--color1);
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%224%22%20viewBox%3D%220%200%202%202%22%20fill%3D%22none%22%3E%20%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%3E%3C%2Fcircle%3E%20%3C%2Fsvg%3E');
  border-color: var(--color1);
  color: var(--white);
}

.btn:disabled {
  color: var(--gray)!important;
  border-color: var(--gray)!important;
  background-color: var(--white)!important;
}
input[type="submit"].btn:disabled {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%224%22%20viewBox%3D%220%200%202%202%22%20fill%3D%22none%22%3E%20%3Ccircle%20fill%3D%22%23AAA%22%20cx%3D%221%22%20cy%3D%221%22%20r%3D%221%22%3E%3C%2Fcircle%3E%20%3C%2Fsvg%3E');
}



a.map-link {
  font-family: var(--font1);
  font-size: 0.929em;
  font-weight: 700;
  color: var(--color1);
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2213%22%20viewBox%3D%220%200%2010%2013%22%20fill%3D%22none%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.539%2012.841L4.542%2012.844L4.544%2012.846C4.67522%2012.9454%204.83535%2012.9993%205%2012.9993C5.16465%2012.9993%205.32478%2012.9454%205.456%2012.846L5.458%2012.844L5.461%2012.841L5.473%2012.832C5.53736%2012.7823%205.60071%2012.7313%205.663%2012.679C6.40857%2012.0505%207.09357%2011.3534%207.709%2010.597C8.81%209.235%2010%207.255%2010%205C10%203.67392%209.47322%202.40215%208.53553%201.46447C7.59785%200.526784%206.32608%200%205%200C3.67392%200%202.40215%200.526784%201.46447%201.46447C0.526784%202.40215%200%203.67392%200%205C0%207.255%201.19%209.235%202.292%2010.597C2.90743%2011.3534%203.59243%2012.0505%204.338%2012.679L4.527%2012.832L4.539%2012.841ZM5%206.5C5.19698%206.5%205.39204%206.4612%205.57403%206.38582C5.75601%206.31044%205.92137%206.19995%206.06066%206.06066C6.19995%205.92137%206.31044%205.75601%206.38582%205.57403C6.4612%205.39204%206.5%205.19698%206.5%205C6.5%204.80302%206.4612%204.60796%206.38582%204.42597C6.31044%204.24399%206.19995%204.07863%206.06066%203.93934C5.92137%203.80005%205.75601%203.68956%205.57403%203.61418C5.39204%203.5388%205.19698%203.5%205%203.5C4.60218%203.5%204.22064%203.65804%203.93934%203.93934C3.65804%204.22064%203.5%204.60218%203.5%205C3.5%205.39782%203.65804%205.77936%203.93934%206.06066C4.22064%206.34196%204.60218%206.5%205%206.5Z%22%20fill%3D%22%23000066%22%2F%3E%20%3C%2Fsvg%3E');
  background-size: auto 1em;
  padding: .125em 0 .125em 1.25em;
  border-bottom: 2px solid transparent;
}
a.map-link:hover {
  border-color: currentColor;
}


/* ==========================================================================
   Page header
========================================================================== */
.headline {
  color: var(--color1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.headline .ttl {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.headline .ttl:not([data-en]),
.headline .ttl span {
  font-family: var(--gothic);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
}
.headline .ttl span {
  font-size: 1rem;
}
.headline .en_ttl,
.headline .ttl[data-en]::before {
  content: attr(data-en);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-style: normal;
  display: block;
}
.headline p {
  margin: 1.5rem 0 1rem;
}

.headline:has(.copy) {
  gap: .25em;
}
.headline .copy {
  color: var(--black);
  font-family: var(--mincho);
}

@media (max-width: 991px) {
  .headline._sp-row .ttl {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}


.page__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.page__header:has(.imgBox) {
  --color1: var(--white);
}
.page__header .container {
  display: flex;
  flex-direction: column;
  row-gap: .75rem;
}
@media (min-width: 992px) {
  .page__header .headline .ttl[data-en] {
    font-size: 3.571em;
  }
}


/* ==========================================================================
   MV
========================================================================== */
#mv {
  --color1: var(--white);
  --arrow-path-w: var(--arrow-path);
  color: var(--white);
  width: 100%;
  height: 33rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#mv._full {
  aspect-ratio: auto!important;
  height: max(35rem, 100svh)!important;
  justify-content: flex-end;
}
#mv .imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#mv .imgBox picture {
  width: 100%;
  height: 100%;
}
#mv .imgBox::before {
  content: '';
  display: block;
  width: 64%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%22430%22%20viewBox%3D%220%200%20426%20430%22%20width%3D%22426%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m299.478%20217.317%20125.676%20212.683h-425.154v-430h423.124z%22%20fill%3D%22%23006%22%20opacity%3D%22.8%22%2F%3E%3C%2Fsvg%3E');
  background-position: 100% 0;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#mv._full .imgBox::before {
  width: 100%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20390%20787%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h390v787h-390z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22m946.1-339h-871.5l-400.3%20703.6%20439%20742.4h1678.6zm-903.8%20703.6%20213-374.4h503.6l458.4%20800.5h-923.2z%22%20fill%3D%22%23006%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: 0 50%;
  background-size: cover;
}
#mv .container {
  position: relative;
  z-index: 3;
}
#mv .en_ttl {
  font-weight: 700;
}
#mv .ttl {
  margin: .5em 0;
}
#mv .copy {
  max-width: 31em;
}
.overlay {
  content: '';
  display: block;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: .2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 576px) {
  #mv {
    height: 24rem
  }
  #mv._full {
    max-height: 75vw;
  }
  #mv .imgBox::before {
    width: 100%;
    background-position: 0 50%;
    background-size: auto 100%;
  }
  #mv._full .imgBox::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201440%20750%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20d%3D%22m0%200h1440v750h-1440z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20d%3D%22m188.8-561h1043.2l1012.3%201731h-2009.1l-525.5-888.7zm262.8%201352.3h1105.1l-548.7-958.2h-602.8l-255%20448.2z%22%20fill%3D%22%23006%22%20fill-opacity%3D%22.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  }
}
@media (min-width: 992px) {
  #mv {
    aspect-ratio: 144 / 43;
  }
}


#mv .c-scroll {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  right: 3%;
  z-index: 100;
}
#mv .c-scroll span {
  font-family: var(--font1);
  font-size: 0.786em;
  letter-spacing: .1em;
  display: inline-block;
  padding: .5em 1em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
#mv .c-scroll::before,
#mv .c-scroll::after {
  content: '';
  position: relative;
  display: block;
  width: 1px;
  height: 10vh;
  vertical-align: middle;
  margin: 0 auto;
  background-color: currentcolor;
}
#mv .c-scroll::before {
  opacity: .3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mv .c-scroll::after {
  content: '';
  position: relative;
  display: block;
  width: 1px;
  height: 10vh;
  vertical-align: middle;
  margin: 0 auto;
  background-color: currentcolor;
  animation: scroll-border 2s -1s cubic-bezier(1, 0, 0, 1) infinite;
  will-change: animation;
}
@keyframes scroll-border {
  0%  { transform: scale(1, 0); transform-origin: 0 0; }
  30% { transform: scale(1, 1); transform-origin: 0 0; }
  70% { transform: scale(1, 1); transform-origin: 0 100%; }
  100%{ transform: scale(1, 0); transform-origin: 0 100%; }
}

/* ==========================================================================
   Responsive iframe
========================================================================== */
.iframeBox {
  width: 100%;
  aspect-ratio: 16/9;
}
.iframeBox iframe {
  width: 100%;
  height: 100%;
}
.iframeBox._map {
  aspect-ratio: 11/8;
}
iframe {
  width: 100%;
  vertical-align: bottom;
}

.pipedriveWebForms {
  max-width: 780px;
  margin: 0 auto;
}


/* ==========================================================================
   ul, ol, dl, table
========================================================================== */
ul.row,
ol.row,
li:has(.card),
li:has(.list) {
  list-style-type: none;
}

dl dt {
  font-size: 1.286em;
  font-weight: 700;
}

/* outline */
.dl-outline dl {
  line-height: 1.857;
  position: relative;
}
.dl-outline dl::before,
.dl-outline dl:last-of-type::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color2);
  background: linear-gradient(90deg, var(--color2) 0%, var(--color2) 3em, var(--border1) 3em);
  position: absolute;
  top: 0;
  left: 0;
}
.dl-outline dl:last-of-type::after {
  top: auto;
  bottom: 0;
}
.dl-outline dl dt {
  color: var(--color1);
  display: block;
  font-size: 1.077em;
  font-weight: 700;
  padding: 1.25rem 0 .75rem;
  position: relative;
}
.dl-outline dl dt .en_ttl {
  display: block;
  font-size: 2.143em;
  line-height: 1;
}
.dl-outline dl dd {
  padding-bottom: 1.375rem;
}
@media (min-width: 768px){
  .dl-outline dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .dl-outline dl::before,
  .dl-outline dl:last-of-type::after {
    background: linear-gradient(90deg, var(--color2) 0%, var(--color2) 20%, var(--border1) 20%);
  }
  .dl-outline dl dt {
    flex: 0 0 20%;
    font-size: 1em;
    padding: 2rem 0;
  }
  .dl-outline dl dd {
    display: block;
    flex: 0 0 80%;
    padding: 2rem 0 2rem 2rem;
    margin-bottom: 0;
  }
}


.method {
  font-size: 0.929em;
}
.method dt {
  font-family: var(--font1);
  font-size: 0.846rem;
  font-weight: 400;
  line-height: 1;
  color: var(--color2);
  margin-bottom: .5em;
}
.method dd ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.091em;
}
.method dd ul li {
  width: 100%;
  line-height: 1.5;
  padding: 1.25em 0;
  border-bottom: 1px solid var(--border1);
}


/* ==========================================================================
   Accordion
========================================================================== */
.acc {
  position: relative;
}
.acc::before,
.acc:last-of-type::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color2);
  background: linear-gradient(90deg, var(--color2) 0%, var(--color2) 3em, var(--border1) 3em);
  position: absolute;
  top: 0;
  left: 0;
}
.acc:last-of-type::after {
  top: auto;
  bottom: 0;
}
.acc_btn {
  display: block;
  padding: 2rem 2rem 2rem 3rem;
  position: relative;
  cursor: pointer;
}
.acc_btn::before,
.acc_btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 3px;
  background: var(--color1);
  position: absolute;
  top: 50%;
  right: 0;
  transition: opacity .2s;
  transform: translateY(-50%);
}
.acc_btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.acc._on .acc_btn::after {
  opacity: 0;
}

.acc_body {
  padding: 0 0 2rem 3rem;
}
@media (max-width: 991px) {
  .acc_body {
    font-size: .923rem;
  }
}
@media (min-width: 768px){
  .acc::before,
  .acc:last-of-type::after {
    background: linear-gradient(90deg, var(--color2) 0%, var(--color2) 20%, var(--border1) 20%);
  }
}


.acc .faq__q,
.acc .faq__a {
  display: flex;
  line-height: 1.75;
  white-space: normal;
  position: relative;
}
.acc .label {
  font-family: var(--font1);
  display: block;
  font-size: 1.714rem;
  line-height: 1.25;
  position: absolute;
  left: -3rem;
}
.acc .faq__a .label {
  color: var(--color2);
}

/* ==========================================================================
   numbers 汎用
========================================================================== */
.numbers {
  counter-reset: flow-counter;
}
.numbers ._num {
  counter-increment: flow-counter;
}
.numbers ._num::before {
  display: block;
  content: counter(flow-counter, decimal-leading-zero);
  font-family: var(--font1);
  font-size: 0.857rem;
  font-weight: 400;
  color: var(--color1);
}

.numbers .card-body ._num::before {
  position: absolute;
  right: 0;
}



/* ==========================================================================
   numbers_block
========================================================================== */
ol.numbers_block {
  font-size: 0.923em;
  list-style-type: none;
  counter-reset: flow-counter;
  margin-right: 0;
  margin-left: 0;
}
ol.numbers_block li {
  border-top: 1px solid var(--border1);
  padding-top: calc(var(--section-gy) * 0.5);
  margin-top: .5em;
  counter-increment: flow-counter;
}
ol.numbers_block li::before {
  content: counter(flow-counter, decimal-leading-zero);
  font-family: var(--font1);
  font-size: 1.231em;
  font-weight: 700;
}
ol.numbers_block li .headline {
  margin-top: .2em;
  gap: .25rem;
}
ol.numbers_block li .headline .ttl {
  gap: .25rem;
}
ol.numbers_block li dl dt {
  font-size: 1.5em;
  margin-bottom: 1em;
}
ol.numbers_block li dl dt[data-en] {
  font-family: var(--mincho);
  font-weight: 500;
}
ol.numbers_block li dl dt[data-en]::before {
  content: attr(data-en);
  display: block;
  font-family: var(--font1);
  font-size: 0.786rem;
  font-weight: 400;
  margin: .75em 0 .5em;
}
@media (max-width: 991px) {
  ol.numbers_block li .h2.copy {
    font-size: 2.167em;
  }
}
@media (max-width: 767px) {
  ol.numbers_block li {
    padding-right: 0;
    padding-left: 0;
  }
  ol.numbers_block li:has(.headline)::before {
    position: absolute;
    right: 0;
  }
  ol.numbers_block li .h2.copy {
    font-size: 2.5em;
  }
  ol.numbers_block li dl dt.headline {
    margin-bottom: .25em;
  }
}
@media (min-width: 768px) {
  ol.numbers_block {
    font-size: 0.929em;
    --bs-gutter-x: 6%!important;
  }
  ol.numbers_block li {
    border-left: 1px solid var(--border1);
    border-top: 0;
    padding-top: calc(var(--section-gy) * 0.25);
    padding-bottom: calc(var(--section-gy) * 0.25);
  }
  ol.numbers_block li .headline {
    margin-top: 1.5em;
  }
  ol.numbers_block li dl dt {
    font-size: 1.385em;
  }
}




ol.numbers_block._color1 {
  color: var(--color1);
  --border1: currentcolor;
}
ol.numbers_block._color1 li dl dd {
  color: var(--black);
}


/* ==========================================================================
   List
========================================================================== */
.lists {
  list-style-type: none;
}
.lists .list {
  line-height: 1.5;
  letter-spacing: .05em;
  border-bottom: 1px solid var(--border1);
}
.lists li:first-of-type .list {
  border-top: 1px solid var(--border1);
}
.lists .list {
  display: flex;
  gap: .75rem;
  padding: 1.5rem 0;
  position: relative;
}
.lists .list .list-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lists .list .list-meta time {
  color: var(--color1);
  min-width: 8em;
  font-size: .857rem;
}
.lists .list .ttl {
  line-height: 1.5;
}
.lists a.list {
  padding-right: 2.5rem;
}
.lists a.list::before {
  color: var(--color1);
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: currentColor;
  border: 1px solid currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(.3);
  transition: .2s;
  transition-property: background, transform;
}
.lists a.list::after {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--arrow-path-w);
  background-size: 30% 30%;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  opacity: 0;
  transition: .2s;
  transition-property: background, opacity, transform;
}
.lists a.list:hover::before {
  transform: translateY(-50%) scale(1);
}
.lists a.list:hover::after {
  opacity: 1;
}
.list p {
  margin: 0;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .list {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .lists .list {
    min-height: 6.75rem;
    flex-direction: row;
    align-items: center;
    row-gap: 1rem;
    column-gap: 2em;
  }
  .list p {
    line-height: 2;
  }
}


.lists._large a.list {
  flex-direction: column;
  align-items: flex-start;
  padding: 1.75em 0;
}
.lists._large a.list .ttl {
  padding: 0 1em;
  position: relative;
}
.lists._large a.list .ttl::before {
  content: '';
  display: inline-block;
  width: .3em;
  aspect-ratio: 1 / 1;
  background: currentColor;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: .75em;
  transform: translateY(-50%);
}
.lists._large a.list p {
  font-size: .857em;
}
.lists._large a.list::before {
  transform: translateY(-50%) scale(1);
}
.lists._large a.list::after {
  opacity: 1;
}
.lists._large a.list:hover::before,
.lists._large a.list:hover::after {
  transform: translateY(-50%) scale(1.3);
}
@media (max-width: 575px) {
  .lists._large a.list::before,
  .lists._large a.list:after {
    right: 1em;
    top: 2.5em;
  }
}
@media (min-width: 576px) {
  .lists._large a.list {
    padding: 2.5em calc(6% + 1.5em) 2.5em 3%;
  }
  .lists._large a.list::before,
  .lists._large a.list:after {
    right: 2%;
  }
}



.lists + .pagination {
  border-top: 0;
  margin: calc(var(--section-gy)*0.6) 0 0;
  padding: 0;
}


/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
}
.cards.row {
  row-gap: 3rem;
}
.card {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  position: relative;
}
.card.bg-white {
  padding: min(10%, 2.75rem);
}
.card.row {
  flex-direction: row;
}
.card .card-img {
  width: 100%;
  margin-bottom: .5em;
  position: relative;
}
.card-img.no-image,
.card-img picture {
  aspect-ratio: 8 / 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card-img._auto.no-image,
.card-img._auto picture {
  aspect-ratio: auto;
}
picture._wide,
.card-img._wide.no-image,
.card-img._wide picture {
  aspect-ratio: 32 / 15;
}
.card-img._v.no-image,
.card-img._v picture {
  aspect-ratio: 3 / 4;
}
.card-img._sm-v.no-image,
.card-img._md-v.no-image,
.card-img._lg-v.no-image,
.card-img._sm-v picture,
.card-img._md-v picture,
.card-img._lg-v picture {
  aspect-ratio: 17 / 15;
}
.card-img._s.no-image,
.card-img._s picture {
  aspect-ratio: 31 / 25;
}
.card-img img {
  transition: .2s cubic-bezier(.39, .575, .565, 1);
}
a:hover .card-img img {
  transform: scale(1.1);
}
@media(min-width: 992px){
  .card-img._s.no-image,
  .card-img._s picture {
    aspect-ratio: 1 / 1;
  }
}

.card-body {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.card-meta {
  font-size: 0.857em;
  line-height: 1.5;
}
.meta:has(svg) {
  display: inline-flex;
  align-items: center;
  gap: .5em;
}
.card .ttl {
  display: block;
  line-height: 1.75;
}
.card .card-body .ttl {
  font-size: 1.071em;
}
.card .card-body .ttl.h5 {
  font-size: 1.286em;
}
.card .card-body p {
  font-size: .923em;
  line-height: 1.75;
  margin: 0;
}
.card .card-body ul {
  font-size: .923em;
  margin-left: 1.25em;
  list-style-type: disc;
}

.row:has(.card-link) {
  row-gap: var(--section-gy) ;
}
.card:has(.card-link) .card-img {
  margin-bottom: 0;
}
.card-link {
  color: var(--color1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-link .ttl {
  font-family: var(--gothic);
  font-size: inherit;
  font-weight: 700;
  padding-left: 1.25em;
  position: relative;
  transition: padding .2s;
}
.card-link .ttl::before {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-30%,-45%) scale(.3);
  transition: transform .2s;
}
.card-link .ttl::after {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--arrow-path-w);
  background-size: 30% 30%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translate(-30%,-45%);
  transition: opacity .2s, transform .2s;
  opacity: 0;
}
a:hover .card-link .ttl {
  font-size: inherit;
  padding-left: 2em;
}
a:hover .card-link .ttl::before {
  transform: translate(0,-50%) scale(1);
}
a:hover .card-link .ttl::after {
  transform: translate(0,-50%);
  opacity: 1;
}
.card-link .en_ttl {
  font-size: 0.714em;
}


.card._banner {
  padding-top: 1.25em;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--border1);
}
.card._banner .card-link .en_ttl {
  font-weight: 700;
  font-size: 2em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 1rem;
}
@media(min-width: 992px){
  .card._banner {
    padding-top: 1.5em;
  }
  .card._banner .card-link .en_ttl {
    font-size: 2.857em;
  }
}




@media(min-width: 576px){
  .card-img._sm-v.no-image,
  .card-img._sm-v picture { aspect-ratio: 3 / 4; }
}
@media(min-width: 768px){
  .card-img._md-v.no-image,
  .card-img._md-v picture { aspect-ratio: 3 / 4; }
}
@media(min-width: 992px){
  .card-img._lg-v.no-image,
  .card-img._lg-v picture { aspect-ratio: 3 / 4; }
}


.cards .card ~ * {
  margin-top: 1em;
}


/* ==========================================================================
   Post sp slider
========================================================================== */
.splide .splide__arrows {
  display: flex;
  justify-content: flex-end;
  gap: .75em;
  margin-top: 1.5em;
}
.splide .splide__arrows .splide__arrow {
  position: static;
  transform: translateY(0);
  color: var(--color1);
  background: transparent;
  border: 1px solid currentColor;
  height: 1.75em;
  width: 1.75em;
}
.splide .splide__arrows .splide__arrow svg {
  fill: currentColor;
  height: .625em;
  width: .625em;
}

@media(max-width: 991px){
  .posts-slider.splide .splide__track {
    overflow: visible;
  }
  .posts-slider.splide .splide__list {
    flex-wrap: nowrap;
    margin-right: 0!important;
    margin-left: 0!important;
  }
  .posts-slider.splide .splide__slide {
    width: min(84%, 28rem);
    padding-right: 0;
    padding-left: 0;
  }
  .posts-slider.splide .splide__slide:has(.card-img._v) {
    width: min(72%, 16rem);
  }
}

.posts-slider.splide.is-initialized:not(.is-active) .splide__list {
  display: flex!important;
  flex-wrap: wrap;
  row-gap: calc(var(--section-gy)*0.6);
  margin-right: calc(-0.5 * var(--bs-gutter-x))!important;
  margin-left: calc(-0.5 * var(--bs-gutter-x))!important;
}
.posts-slider.splide.is-initialized:not(.is-active) .splide__list > li {
  flex-shrink: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.posts-slider.splide.is-initialized:not(.is-active) .splide__list.pvc-rank > li {
  width: calc(100%/4);
}

.posts-slider.splide.is-initialized:not(.is-active) .splide__arrows {
  display: none;
}



.strategy-slider-wrapper {
  max-width: 82em;
  margin: 0 auto;
  padding: 0 1em;
}
.strategy-slider {
  text-align: center;
}
.strategy-slider .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  max-width: 20em;
  margin: 2em auto 4em;
}
.strategy-slider .card-img,
.strategy-slider .card-img picture,
.strategy-slider .card-img picture img {
  border-radius: 100%;
}
.strategy-slider .card-img::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  aspect-ratio: 1 / 1;
  border: 1px dashed currentColor;
  border-radius: 100%;
}
.strategy-slider .card-img .caption {
  position: absolute;
}
.strategy-slider .card-img .caption .cap {
  font-family: var(--gothic);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}
.strategy-slider .card-img .caption .en_cap {
  font-family: var(--font1);
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5;
}
.strategy-slider .card-body {
  position: relative;
}
.strategy-slider .card-body::before {
  content: '';
  display: block;
  width: 1px;
  height: 5em;
  margin-bottom: 1em;
  background: currentColor;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%,0);
}
@media(min-width: 768px){
  .strategy:has(.strategy-slider) {
    font-size: min(1rem, 1.25vw);
  }
  .strategy-slider .card-img picture {
    overflow: hidden;
  }
  .strategy-slider .card-img picture::before,
  .strategy-slider .card-img picture::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1.25em;
    background: currentColor;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    transform: translate(0,-50%);
  }
  .strategy-slider .card-img picture::after {
    left: auto;
    right: 0;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    transform: translate(0,-50%);
  }
  .strategy-slider li:first-child .card-img picture::before {
    display: none;
  }
  .strategy-slider li:last-child .card-img picture::after {
    display: none;
  }
}




@media(max-width: 767px){
  .strategy-slider.splide .splide__list {
    flex-wrap: nowrap;
  }
}

.strategy-slider.splide.is-initialized:not(.is-active) .splide__list {
  display: flex!important;
  flex-wrap: wrap;
}
.strategy-slider.splide.is-initialized:not(.is-active) .splide__list > li {
  flex-shrink: 0;
}


/* ==========================================================================
   Client logos
========================================================================== */
/*静止*/
.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.client-logos > picture {
  max-width: 185px;
  max-height: 50px;
  display: inline-flex;
  align-items: center;
}
.client-logos > picture > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 185px;
  max-height: 50px;
  object-fit: contain;
}
@media(min-width: 992px){
  .client-logos {
    gap: 30px;
  }
}


/*slide*/
.infiniteslide {
  display: flex;
  list-style-type: none;
}
.infiniteslide.client-logo-loop li {
  margin-right: 15px;
}
.infiniteslide.client-logo-loop li img {
  display: block;
  width: 100%;
  height: 50px;
  object-fit: contain;
}
@media(min-width: 992px){
  .infiniteslide.client-logo-loop li {
    margin-right: 30px;
  }
}


/* ==========================================================================
   Box
========================================================================== */
.box {
  padding: 1.5rem;
  border: 1px solid var(--border1);
}
.box .row {
  row-gap: calc(var(--section-gy) * 0.25);
}
.box .cards.row {
  row-gap: calc(var(--section-gy) * 0.5);
}
.box .headline {
  gap: .25em;
}
.box p {
  font-size: 0.929em;
}
.box-header .box-number {
  display: inline-flex;
  flex-direction: column;
  color: var(--color1);
  line-height: 1;
}
.box-header .copy {
  line-height: 1.75;
}
.box-header .copy + p {
  margin-top: .75em;
}

.bg-l-gray .box {
  background: var(--white);
  border: 0;
}
@media(min-width: 992px){
  .box {
    padding: min(6%, 3rem) min(9%, 4.5rem);
  }
  .box > .content {
    margin-top: calc(var(--section-gy) * 0.35);
    margin-bottom: calc(var(--section-gy) * 0.35);
  }
  .box > .content + .content {
    margin-top: calc(var(--section-gy) * 0.5);
  }
}

/* ==========================================================================
   Modal
========================================================================== */
#modal.hystmodal:before {
  background-color: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  opacity: 1;
}
.hystmodal__window.modal {
  width: var(--container-base-width);
  background: #fff;
  margin: 3.5vw auto;
}
.hystmodal__close.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border: 0;
  background: var(--color1);
  color: var(--white);
  font-size: 15px;
  line-height: 1;
  outline: none!important;
  cursor: pointer;
}
.modal .modal__content {
  padding: min(5%, 4rem);
}


.modal .modal__body {
  row-gap: calc(var(--section-gy) * 0.5);
}
@media(min-width: 1200px){
  .hystmodal__window.modal { width: calc(83.333333% - var(--bs-gutter-x)); max-width: 80rem; }
}

/* ==========================================================================
   Archive menu
========================================================================== */
.archive_ttl {
  font-family: var(--gothic);
  font-weight: 700;
  letter-spacing: .05em;
  color: var(--color1);
  margin-top: calc(var(--section-gy) * 0.5);
  margin-bottom: calc(var(--section-gy) * 0.5);
}


@media (max-width: 991px) {
  .archive-menu .row {
    row-gap: 1.25rem;
  }
}

.archive-menu select {
  color: var(--color1);
  border-color: currentColor;
  border-radius: .3em;
}

.archive-menu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.tabs .tab {
  flex: 0 0 100%;
}
.tabs .tab .btn {
  width: 100%;
}
@media (min-width: 576px) {
  .tabs .tab {
    flex: 0 0 calc((100% - 1.25rem)/2);
  }
}
@media (min-width: 768px) {
  .tabs .tab {
    flex: 0 0 calc((100% - 1.25rem*2)/3);
  }
}
@media (min-width: 1200px) {
  .tabs .tab {
    flex: 0 0 calc((100% - 1.25rem*3)/4);
  }
}


/* ==========================================================================
   Terms
========================================================================== */
.terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5em;
  row-gap: .75em;
}

/* Categories */
.cats {
  display: flex;
  flex-wrap: wrap;
  gap: .375em;
  font-size: 0.857em;
  line-height: 1.5;
}
.cats .cat {
  display: inline-block;
}
.cats .cat:not(.badge):not(:last-child)::after {
  content: ' / ';
}
.badge {
  display: inline-block;
  background: var(--color1);
  color: var(--white);
  border-radius: .4em;
  padding: .4em .8em;
}

/* Tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
  row-gap: .25em;
  font-size: 0.857em;
  line-height: 1.5;
}
.tags .tag {
  display: inline-block;
}
.tags a {  
  text-decoration: none;
  color: var(--color2);
}
.tags a:hover {  
  opacity: .6;
}

/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination {
  text-align: center;
  font-family: var(--font1);
  border-top: 1px solid var(--border1);
  margin: calc(var(--section-gy)*0.6 + 1.5rem) 0 0;
  padding: calc(var(--section-gy)*0.6) 0 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
  column-gap: 2%;
  white-space: nowrap;
  padding: 0;
}
.pagination li {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.pagination li .page-numbers {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  padding: .5em;
  min-width: 1em;
  display: block;
}
.pagination li .page-numbers:hover,
.pagination li .page-numbers:focus {
  opacity: .5;
}
.pagination li .page-numbers.current {
  cursor: default;
  font-weight: 700;
}

.pagination li .page-numbers.prev {
  padding-left: 2em;
}
.pagination li .page-numbers.next {
  padding-right: 2em;
}
.pagination li .page-numbers.prev::before,
.pagination li .page-numbers.next::before {
  content: '';
  display: block;
  width: 1.5em;
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pagination li .page-numbers.prev::after,
.pagination li .page-numbers.next::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--arrow-path);
  background-size: 30% 30%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform .2s;
}
.pagination li .page-numbers.prev::before {
  left: 0;
  right: auto;
}
.pagination li .page-numbers.prev::after {
  transform: scale(-1,1) translateY(-50%);
  left: 0;
  right: auto;
}

/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav li a:not(.btn) {
  display: inline-block;
  margin: 1em 0;
}


/* ==========================================================================
   Color
========================================================================== */
.bg-white { background: var(--white); }
.bg-l-gray { background: var(--l-gray); }
.bg-color1 { background: var(--color1); color: var(--white); }
.bg-gradation { background: var(--gradation); color: var(--white); }

.bg-color1 *,
.bg-gradation * {
  --border1: rgba(255,255,255,0.2);
}
.bg-color1 .headline,
.bg-gradation .headline,
.bg-color1 .tags,
.bg-gradation .tags {
  --color1: var(--white);
  --color2: var(--white);
}
.bg-color1 .list,
.bg-gradation .list {
  --color1: var(--white);
  --arrow-path-w: var(--arrow-path);
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
}
._cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
._multiply {
  background-blend-mode: multiply;
}


.white { color: var(--white); }
.black { color: var(--black); }
.gray { color: var(--gray); }
.color1 { color: var(--color1); }
.color2 { color: var(--color2); }

.of-hidden { overflow: hidden; }
.pos-relative { position: relative; }
.pos-relative:has(.bg) { z-index:1; }

/* ==========================================================================
   Form
========================================================================== */
/*
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid var(--border1);
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 1em;
  color: inherit;
  max-width: 100%;
  transition: border 0.2s ease-out;
}
input[type="text"].inline-text {
  background-color: var(--white);
  border-color: var(--border1);
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--color2);
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
  width: 100%;
  height: 48px;
  padding: 0 min(1.5em, 6%);
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  background-color: var(--white);
  border: 1px solid var(--border1);
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  color: inherit;
  width: 1.5em;
  height: 1.5em;
  margin: 0 .75em 0 0 !important;
  position: relative;
}
input[type="checkbox"]:before {
  position: absolute;
  top: .25em;
  left: .5em;
  transform: rotate(45deg);
  width: .35em;
  height: .7em;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  content: '';
  transition: border 0.2s ease-out;
}
input[type="checkbox"]:checked:before {
  border-color: var(--black);
}
input[type="radio"] {
  border-radius: 100%;
}
input[type="radio"]:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--white);
  content: '';
  transform: scale(0.5);
  transition: 0.15s;
}
input[type="radio"]:checked:before {
  background: var(--black);
  transform: scale(1.0);
}
textarea {
  padding: 1.5em min(1.5em, 6%);
  width: 100%;
  height: auto;
}
select,
input[type="text"].hasDatepicker {
  width: 100%;
  height: 48px;
  padding: 0 calc(min(1.5em, 6%) + 10px) 0 min(1.5em, 6%);
  border-color: var(--border1);
  background-color: var(--white);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M0.94 0L4 3.09L7.06 0L8 0.95L4 5L0 0.95L0.94 0Z' fill='%23006'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right min(1.5em, 6%);
  background-size: 10px 10px;
}
select::-ms-expand {
  display: none;
}
input[type="text"].hasDatepicker {
  width: auto;
  min-width: 240px;
  background-image: url(../img/icon-calendar.svg);
  background-size: 16px;
}
label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
label:has(input[type="radio"]),
label:has(input[type="checkbox"]) {
  height: 48px;
} 
::placeholder {
  color: var(--gray);
}



.req {
  color: var(--color2);
}
.form-box {
  margin: 3rem 0 0;
  text-align: left;
  overflow: hidden;
}
.form-box dl {
  margin: 0;
  padding: 2.5em 0 1.25em;
  border-bottom: 1px solid var(--border1);
  display: flex;
  flex-direction: column;
}
.form-box dl:first-of-type {
  border-top: 1px solid var(--border1);
}
.form-box dl dt {
  display: block;
  font-size: inherit;
  font-weight: 700;
  margin: 0 0 .5em!important;
  padding: 0;
}
.form-box dl dt ._req {
  display: inline-flex;
  vertical-align: top;
  gap: .25em;
}
.form-box dl dt ._req::after {
  content: '※';
  color: var(--color2);
  font-size: 0.714em;
}
.form-box dl dd {
  margin: 0 0 1.25em;
  padding: 0;
}
.form-box + .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-box + .buttons .submit {
  position: relative;
}
@media (min-width: 768px) {
  .form-box dl {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .form-box dl dt {
    flex: 0 0 29%;
    margin: 0 0 1.25em;
    padding: .5em 0 0;
  }
  .form-box dl dd {
    flex: 0 0 71%;
  }
}



.form-box .privacy a {
  text-decoration: underline;
}
.form-scroll-field {
  font-size: .857em;
  border: 1px solid var(--border1);
  padding: 1.5em;
  margin: 2rem 0;
  height: 12rem;
  overflow-y: auto;
}
.form-scroll-field > * {
  font-size: 1em !important;
}
.form-scroll-field > *:first-child {
  margin-top: 0 !important;
}



.mw_wp_form_send_error {
  text-align: center;
}
.mw_wp_form .error {
  color: var(--red);
  font-size: .857em;
  line-height: 1.25;
  margin: 5px 0;
}
.input-only, .confirm-only {
  display: none;
}
.mw_wp_form_input .input-only {
  display: block;
}
.mw_wp_form_confirm .confirm-only {
  display: block;
}
.mw_wp_form_confirm .form-label {
  line-height: inherit;
}
.mwform-radio-field:first-of-type {
  margin-top: 6px;
}
.mwform-radio-field:last-of-type {
  margin-bottom: 6px;
}
.horizontal-item {
  width: auto !important;
  display: inline-flex;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mwform-radio-field,
.mwform-checkbox-field {
  padding: calc((40px - 16px)/2) 0;
}
.mwform-radio-field-text,
.mwform-checkbox-field-text {
  font-size: 1em;
  padding-right: .5em;
  margin-right: 1.5em;
  line-height: 16px;
}


.wpcf7-list-item {
  margin-left: 0;
  margin-right: 1.5em;
}
.wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 1.5em;
  z-index: 2;
  margin: -12px -9px 0;
  opacity: 1;
  background-color: var(--color1);
}

*/

/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after, a:visited:after { content: " (" attr(href) ")"; }
  a abbr[title]:after, a:visited abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav { display: none; }
}

