@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --in-sine: cubic-bezier(.47, 0, .745, .715);
  --out-sine: cubic-bezier(.39, .575, .565, 1);
  --in-out-sine: cubic-bezier(.445, .05, .55, .95);
  --in-quad: cubic-bezier(.55, .085, .68, .53);
  --out-quad: cubic-bezier(.25, .46, .45, .94);
  --in-out-quad: cubic-bezier(.455, .03, .515, .955);
  --in-cubic: cubic-bezier(.55, .055, .675, .19);
  --out-cubic: cubic-bezier(.215, .61, .355, 1);
  --in-out-cubic: cubic-bezier(.645, .045, .355, 1);
  --in-quart: cubic-bezier(.895, .03, .685, .22);
  --out-quart: cubic-bezier(.165, .84, .44, 1);
  --in-out-quart: cubic-bezier(.77, 0, .175, 1);
  --in-quint: cubic-bezier(.755, .05, .855, .06);
  --out-quint: cubic-bezier(.23, 1, .32, 1);
  --in-out-quint: cubic-bezier(.86, 0, .07, 1);
  --in-expo: cubic-bezier(.95, .05, .795, .035);
  --out-expo: cubic-bezier(.19, 1, .22, 1);
  --in-out-expo: cubic-bezier(1, 0, 0, 1);
  --in-circ: cubic-bezier(.6, .04, .98, .335);
  --out-circ: cubic-bezier(.075, .82, .165, 1);
  --in-out-circ: cubic-bezier(.785, .135, .15, .86);
  --in-back: cubic-bezier(.6, -.28, .735, .045);
  --out-back: cubic-bezier(.175, .885, .32, 1.275);
  --in-out-back: cubic-bezier(.68, -.55, .265, 1.55);
}

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

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

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

.u-fw-lighter {
  font-weight: lighter;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fs-0 {
  font-size: 0%;
}

.u-fs-1 {
  font-size: 10%;
}

.u-fs-2 {
  font-size: 20%;
}

.u-fs-3 {
  font-size: 30%;
}

.u-fs-4 {
  font-size: 40%;
}

.u-fs-5 {
  font-size: 50%;
}

.u-fs-6 {
  font-size: 60%;
}

.u-fs-7 {
  font-size: 70%;
}

.u-fs-8 {
  font-size: 80%;
}

.u-fs-9 {
  font-size: 90%;
}

.u-fs-10 {
  font-size: 100%;
}

.u-fs-11 {
  font-size: 110%;
}

.u-fs-12 {
  font-size: 120%;
}

.u-fs-13 {
  font-size: 130%;
}

.u-fs-14 {
  font-size: 140%;
}

.u-fs-15 {
  font-size: 150%;
}

.u-fs-16 {
  font-size: 160%;
}

.u-fs-17 {
  font-size: 170%;
}

.u-fs-18 {
  font-size: 180%;
}

.u-fs-19 {
  font-size: 190%;
}

.u-fs-20 {
  font-size: 200%;
}

.u-h-0 {
  height: 0em;
}

.u-h-1 {
  height: 0.1em;
}

.u-h-2 {
  height: 0.2em;
}

.u-h-3 {
  height: 0.3em;
}

.u-h-4 {
  height: 0.4em;
}

.u-h-5 {
  height: 0.5em;
}

.u-h-6 {
  height: 0.6em;
}

.u-h-7 {
  height: 0.7em;
}

.u-h-8 {
  height: 0.8em;
}

.u-h-9 {
  height: 0.9em;
}

.u-h-10 {
  height: 1em;
}

.u-h-11 {
  height: 1.1em;
}

.u-h-12 {
  height: 1.2em;
}

.u-h-13 {
  height: 1.3em;
}

.u-h-14 {
  height: 1.4em;
}

.u-h-15 {
  height: 1.5em;
}

.u-h-16 {
  height: 1.6em;
}

.u-h-17 {
  height: 1.7em;
}

.u-h-18 {
  height: 1.8em;
}

.u-h-19 {
  height: 1.9em;
}

.u-h-20 {
  height: 2em;
}

.u-h-21 {
  height: 2.1em;
}

.u-h-22 {
  height: 2.2em;
}

.u-h-23 {
  height: 2.3em;
}

.u-h-24 {
  height: 2.4em;
}

.u-h-25 {
  height: 2.5em;
}

.u-h-26 {
  height: 2.6em;
}

.u-h-27 {
  height: 2.7em;
}

.u-h-28 {
  height: 2.8em;
}

.u-h-29 {
  height: 2.9em;
}

.u-h-30 {
  height: 3em;
}

.u-h-31 {
  height: 3.1em;
}

.u-h-32 {
  height: 3.2em;
}

.u-h-33 {
  height: 3.3em;
}

.u-h-34 {
  height: 3.4em;
}

.u-h-35 {
  height: 3.5em;
}

.u-h-36 {
  height: 3.6em;
}

.u-h-37 {
  height: 3.7em;
}

.u-h-38 {
  height: 3.8em;
}

.u-h-39 {
  height: 3.9em;
}

.u-h-40 {
  height: 4em;
}

.u-h-41 {
  height: 4.1em;
}

.u-h-42 {
  height: 4.2em;
}

.u-h-43 {
  height: 4.3em;
}

.u-h-44 {
  height: 4.4em;
}

.u-h-45 {
  height: 4.5em;
}

.u-h-46 {
  height: 4.6em;
}

.u-h-47 {
  height: 4.7em;
}

.u-h-48 {
  height: 4.8em;
}

.u-h-49 {
  height: 4.9em;
}

.u-h-50 {
  height: 5em;
}

.u-h-51 {
  height: 5.1em;
}

.u-h-52 {
  height: 5.2em;
}

.u-h-53 {
  height: 5.3em;
}

.u-h-54 {
  height: 5.4em;
}

.u-h-55 {
  height: 5.5em;
}

.u-h-56 {
  height: 5.6em;
}

.u-h-57 {
  height: 5.7em;
}

.u-h-58 {
  height: 5.8em;
}

.u-h-59 {
  height: 5.9em;
}

.u-h-60 {
  height: 6em;
}

.u-h-61 {
  height: 6.1em;
}

.u-h-62 {
  height: 6.2em;
}

.u-h-63 {
  height: 6.3em;
}

.u-h-64 {
  height: 6.4em;
}

.u-h-65 {
  height: 6.5em;
}

.u-h-66 {
  height: 6.6em;
}

.u-h-67 {
  height: 6.7em;
}

.u-h-68 {
  height: 6.8em;
}

.u-h-69 {
  height: 6.9em;
}

.u-h-70 {
  height: 7em;
}

.u-h-71 {
  height: 7.1em;
}

.u-h-72 {
  height: 7.2em;
}

.u-h-73 {
  height: 7.3em;
}

.u-h-74 {
  height: 7.4em;
}

.u-h-75 {
  height: 7.5em;
}

.u-h-76 {
  height: 7.6em;
}

.u-h-77 {
  height: 7.7em;
}

.u-h-78 {
  height: 7.8em;
}

.u-h-79 {
  height: 7.9em;
}

.u-h-80 {
  height: 8em;
}

.u-h-81 {
  height: 8.1em;
}

.u-h-82 {
  height: 8.2em;
}

.u-h-83 {
  height: 8.3em;
}

.u-h-84 {
  height: 8.4em;
}

.u-h-85 {
  height: 8.5em;
}

.u-h-86 {
  height: 8.6em;
}

.u-h-87 {
  height: 8.7em;
}

.u-h-88 {
  height: 8.8em;
}

.u-h-89 {
  height: 8.9em;
}

.u-h-90 {
  height: 9em;
}

.u-h-91 {
  height: 9.1em;
}

.u-h-92 {
  height: 9.2em;
}

.u-h-93 {
  height: 9.3em;
}

.u-h-94 {
  height: 9.4em;
}

.u-h-95 {
  height: 9.5em;
}

.u-h-96 {
  height: 9.6em;
}

.u-h-97 {
  height: 9.7em;
}

.u-h-98 {
  height: 9.8em;
}

.u-h-99 {
  height: 9.9em;
}

.u-h-100 {
  height: 10em;
}

.u-mt-0 {
  margin-top: 0em;
}

.u-mb-0 {
  margin-bottom: 0em;
}

.u-mt-1 {
  margin-top: 0.1em;
}

.u-mb-1 {
  margin-bottom: 0.1em;
}

.u-mt-2 {
  margin-top: 0.2em;
}

.u-mb-2 {
  margin-bottom: 0.2em;
}

.u-mt-3 {
  margin-top: 0.3em;
}

.u-mb-3 {
  margin-bottom: 0.3em;
}

.u-mt-4 {
  margin-top: 0.4em;
}

.u-mb-4 {
  margin-bottom: 0.4em;
}

.u-mt-5 {
  margin-top: 0.5em;
}

.u-mb-5 {
  margin-bottom: 0.5em;
}

.u-mt-6 {
  margin-top: 0.6em;
}

.u-mb-6 {
  margin-bottom: 0.6em;
}

.u-mt-7 {
  margin-top: 0.7em;
}

.u-mb-7 {
  margin-bottom: 0.7em;
}

.u-mt-8 {
  margin-top: 0.8em;
}

.u-mb-8 {
  margin-bottom: 0.8em;
}

.u-mt-9 {
  margin-top: 0.9em;
}

.u-mb-9 {
  margin-bottom: 0.9em;
}

.u-mt-10 {
  margin-top: 1em;
}

.u-mb-10 {
  margin-bottom: 1em;
}

.u-mt-11 {
  margin-top: 1.1em;
}

.u-mb-11 {
  margin-bottom: 1.1em;
}

.u-mt-12 {
  margin-top: 1.2em;
}

.u-mb-12 {
  margin-bottom: 1.2em;
}

.u-mt-13 {
  margin-top: 1.3em;
}

.u-mb-13 {
  margin-bottom: 1.3em;
}

.u-mt-14 {
  margin-top: 1.4em;
}

.u-mb-14 {
  margin-bottom: 1.4em;
}

.u-mt-15 {
  margin-top: 1.5em;
}

.u-mb-15 {
  margin-bottom: 1.5em;
}

.u-mt-16 {
  margin-top: 1.6em;
}

.u-mb-16 {
  margin-bottom: 1.6em;
}

.u-mt-17 {
  margin-top: 1.7em;
}

.u-mb-17 {
  margin-bottom: 1.7em;
}

.u-mt-18 {
  margin-top: 1.8em;
}

.u-mb-18 {
  margin-bottom: 1.8em;
}

.u-mt-19 {
  margin-top: 1.9em;
}

.u-mb-19 {
  margin-bottom: 1.9em;
}

.u-mt-20 {
  margin-top: 2em;
}

.u-mb-20 {
  margin-bottom: 2em;
}

.u-mt-21 {
  margin-top: 2.1em;
}

.u-mb-21 {
  margin-bottom: 2.1em;
}

.u-mt-22 {
  margin-top: 2.2em;
}

.u-mb-22 {
  margin-bottom: 2.2em;
}

.u-mt-23 {
  margin-top: 2.3em;
}

.u-mb-23 {
  margin-bottom: 2.3em;
}

.u-mt-24 {
  margin-top: 2.4em;
}

.u-mb-24 {
  margin-bottom: 2.4em;
}

.u-mt-25 {
  margin-top: 2.5em;
}

.u-mb-25 {
  margin-bottom: 2.5em;
}

.u-mt-26 {
  margin-top: 2.6em;
}

.u-mb-26 {
  margin-bottom: 2.6em;
}

.u-mt-27 {
  margin-top: 2.7em;
}

.u-mb-27 {
  margin-bottom: 2.7em;
}

.u-mt-28 {
  margin-top: 2.8em;
}

.u-mb-28 {
  margin-bottom: 2.8em;
}

.u-mt-29 {
  margin-top: 2.9em;
}

.u-mb-29 {
  margin-bottom: 2.9em;
}

.u-mt-30 {
  margin-top: 3em;
}

.u-mb-30 {
  margin-bottom: 3em;
}

.u-mt-31 {
  margin-top: 3.1em;
}

.u-mb-31 {
  margin-bottom: 3.1em;
}

.u-mt-32 {
  margin-top: 3.2em;
}

.u-mb-32 {
  margin-bottom: 3.2em;
}

.u-mt-33 {
  margin-top: 3.3em;
}

.u-mb-33 {
  margin-bottom: 3.3em;
}

.u-mt-34 {
  margin-top: 3.4em;
}

.u-mb-34 {
  margin-bottom: 3.4em;
}

.u-mt-35 {
  margin-top: 3.5em;
}

.u-mb-35 {
  margin-bottom: 3.5em;
}

.u-mt-36 {
  margin-top: 3.6em;
}

.u-mb-36 {
  margin-bottom: 3.6em;
}

.u-mt-37 {
  margin-top: 3.7em;
}

.u-mb-37 {
  margin-bottom: 3.7em;
}

.u-mt-38 {
  margin-top: 3.8em;
}

.u-mb-38 {
  margin-bottom: 3.8em;
}

.u-mt-39 {
  margin-top: 3.9em;
}

.u-mb-39 {
  margin-bottom: 3.9em;
}

.u-mt-40 {
  margin-top: 4em;
}

.u-mb-40 {
  margin-bottom: 4em;
}

.u-mt-41 {
  margin-top: 4.1em;
}

.u-mb-41 {
  margin-bottom: 4.1em;
}

.u-mt-42 {
  margin-top: 4.2em;
}

.u-mb-42 {
  margin-bottom: 4.2em;
}

.u-mt-43 {
  margin-top: 4.3em;
}

.u-mb-43 {
  margin-bottom: 4.3em;
}

.u-mt-44 {
  margin-top: 4.4em;
}

.u-mb-44 {
  margin-bottom: 4.4em;
}

.u-mt-45 {
  margin-top: 4.5em;
}

.u-mb-45 {
  margin-bottom: 4.5em;
}

.u-mt-46 {
  margin-top: 4.6em;
}

.u-mb-46 {
  margin-bottom: 4.6em;
}

.u-mt-47 {
  margin-top: 4.7em;
}

.u-mb-47 {
  margin-bottom: 4.7em;
}

.u-mt-48 {
  margin-top: 4.8em;
}

.u-mb-48 {
  margin-bottom: 4.8em;
}

.u-mt-49 {
  margin-top: 4.9em;
}

.u-mb-49 {
  margin-bottom: 4.9em;
}

.u-mt-50 {
  margin-top: 5em;
}

.u-mb-50 {
  margin-bottom: 5em;
}

.u-mt-51 {
  margin-top: 5.1em;
}

.u-mb-51 {
  margin-bottom: 5.1em;
}

.u-mt-52 {
  margin-top: 5.2em;
}

.u-mb-52 {
  margin-bottom: 5.2em;
}

.u-mt-53 {
  margin-top: 5.3em;
}

.u-mb-53 {
  margin-bottom: 5.3em;
}

.u-mt-54 {
  margin-top: 5.4em;
}

.u-mb-54 {
  margin-bottom: 5.4em;
}

.u-mt-55 {
  margin-top: 5.5em;
}

.u-mb-55 {
  margin-bottom: 5.5em;
}

.u-mt-56 {
  margin-top: 5.6em;
}

.u-mb-56 {
  margin-bottom: 5.6em;
}

.u-mt-57 {
  margin-top: 5.7em;
}

.u-mb-57 {
  margin-bottom: 5.7em;
}

.u-mt-58 {
  margin-top: 5.8em;
}

.u-mb-58 {
  margin-bottom: 5.8em;
}

.u-mt-59 {
  margin-top: 5.9em;
}

.u-mb-59 {
  margin-bottom: 5.9em;
}

.u-mt-60 {
  margin-top: 6em;
}

.u-mb-60 {
  margin-bottom: 6em;
}

.u-mt-61 {
  margin-top: 6.1em;
}

.u-mb-61 {
  margin-bottom: 6.1em;
}

.u-mt-62 {
  margin-top: 6.2em;
}

.u-mb-62 {
  margin-bottom: 6.2em;
}

.u-mt-63 {
  margin-top: 6.3em;
}

.u-mb-63 {
  margin-bottom: 6.3em;
}

.u-mt-64 {
  margin-top: 6.4em;
}

.u-mb-64 {
  margin-bottom: 6.4em;
}

.u-mt-65 {
  margin-top: 6.5em;
}

.u-mb-65 {
  margin-bottom: 6.5em;
}

.u-mt-66 {
  margin-top: 6.6em;
}

.u-mb-66 {
  margin-bottom: 6.6em;
}

.u-mt-67 {
  margin-top: 6.7em;
}

.u-mb-67 {
  margin-bottom: 6.7em;
}

.u-mt-68 {
  margin-top: 6.8em;
}

.u-mb-68 {
  margin-bottom: 6.8em;
}

.u-mt-69 {
  margin-top: 6.9em;
}

.u-mb-69 {
  margin-bottom: 6.9em;
}

.u-mt-70 {
  margin-top: 7em;
}

.u-mb-70 {
  margin-bottom: 7em;
}

.u-mt-71 {
  margin-top: 7.1em;
}

.u-mb-71 {
  margin-bottom: 7.1em;
}

.u-mt-72 {
  margin-top: 7.2em;
}

.u-mb-72 {
  margin-bottom: 7.2em;
}

.u-mt-73 {
  margin-top: 7.3em;
}

.u-mb-73 {
  margin-bottom: 7.3em;
}

.u-mt-74 {
  margin-top: 7.4em;
}

.u-mb-74 {
  margin-bottom: 7.4em;
}

.u-mt-75 {
  margin-top: 7.5em;
}

.u-mb-75 {
  margin-bottom: 7.5em;
}

.u-mt-76 {
  margin-top: 7.6em;
}

.u-mb-76 {
  margin-bottom: 7.6em;
}

.u-mt-77 {
  margin-top: 7.7em;
}

.u-mb-77 {
  margin-bottom: 7.7em;
}

.u-mt-78 {
  margin-top: 7.8em;
}

.u-mb-78 {
  margin-bottom: 7.8em;
}

.u-mt-79 {
  margin-top: 7.9em;
}

.u-mb-79 {
  margin-bottom: 7.9em;
}

.u-mt-80 {
  margin-top: 8em;
}

.u-mb-80 {
  margin-bottom: 8em;
}

.u-mt-81 {
  margin-top: 8.1em;
}

.u-mb-81 {
  margin-bottom: 8.1em;
}

.u-mt-82 {
  margin-top: 8.2em;
}

.u-mb-82 {
  margin-bottom: 8.2em;
}

.u-mt-83 {
  margin-top: 8.3em;
}

.u-mb-83 {
  margin-bottom: 8.3em;
}

.u-mt-84 {
  margin-top: 8.4em;
}

.u-mb-84 {
  margin-bottom: 8.4em;
}

.u-mt-85 {
  margin-top: 8.5em;
}

.u-mb-85 {
  margin-bottom: 8.5em;
}

.u-mt-86 {
  margin-top: 8.6em;
}

.u-mb-86 {
  margin-bottom: 8.6em;
}

.u-mt-87 {
  margin-top: 8.7em;
}

.u-mb-87 {
  margin-bottom: 8.7em;
}

.u-mt-88 {
  margin-top: 8.8em;
}

.u-mb-88 {
  margin-bottom: 8.8em;
}

.u-mt-89 {
  margin-top: 8.9em;
}

.u-mb-89 {
  margin-bottom: 8.9em;
}

.u-mt-90 {
  margin-top: 9em;
}

.u-mb-90 {
  margin-bottom: 9em;
}

.u-mt-91 {
  margin-top: 9.1em;
}

.u-mb-91 {
  margin-bottom: 9.1em;
}

.u-mt-92 {
  margin-top: 9.2em;
}

.u-mb-92 {
  margin-bottom: 9.2em;
}

.u-mt-93 {
  margin-top: 9.3em;
}

.u-mb-93 {
  margin-bottom: 9.3em;
}

.u-mt-94 {
  margin-top: 9.4em;
}

.u-mb-94 {
  margin-bottom: 9.4em;
}

.u-mt-95 {
  margin-top: 9.5em;
}

.u-mb-95 {
  margin-bottom: 9.5em;
}

.u-mt-96 {
  margin-top: 9.6em;
}

.u-mb-96 {
  margin-bottom: 9.6em;
}

.u-mt-97 {
  margin-top: 9.7em;
}

.u-mb-97 {
  margin-bottom: 9.7em;
}

.u-mt-98 {
  margin-top: 9.8em;
}

.u-mb-98 {
  margin-bottom: 9.8em;
}

.u-mt-99 {
  margin-top: 9.9em;
}

.u-mb-99 {
  margin-bottom: 9.9em;
}

.u-mt-100 {
  margin-top: 10em;
}

.u-mb-100 {
  margin-bottom: 10em;
}

.u-pt-0 {
  padding-top: 0em;
}

.u-pb-0 {
  padding-bottom: 0em;
}

.u-pt-1 {
  padding-top: 0.1em;
}

.u-pb-1 {
  padding-bottom: 0.1em;
}

.u-pt-2 {
  padding-top: 0.2em;
}

.u-pb-2 {
  padding-bottom: 0.2em;
}

.u-pt-3 {
  padding-top: 0.3em;
}

.u-pb-3 {
  padding-bottom: 0.3em;
}

.u-pt-4 {
  padding-top: 0.4em;
}

.u-pb-4 {
  padding-bottom: 0.4em;
}

.u-pt-5 {
  padding-top: 0.5em;
}

.u-pb-5 {
  padding-bottom: 0.5em;
}

.u-pt-6 {
  padding-top: 0.6em;
}

.u-pb-6 {
  padding-bottom: 0.6em;
}

.u-pt-7 {
  padding-top: 0.7em;
}

.u-pb-7 {
  padding-bottom: 0.7em;
}

.u-pt-8 {
  padding-top: 0.8em;
}

.u-pb-8 {
  padding-bottom: 0.8em;
}

.u-pt-9 {
  padding-top: 0.9em;
}

.u-pb-9 {
  padding-bottom: 0.9em;
}

.u-pt-10 {
  padding-top: 1em;
}

.u-pb-10 {
  padding-bottom: 1em;
}

.u-pt-11 {
  padding-top: 1.1em;
}

.u-pb-11 {
  padding-bottom: 1.1em;
}

.u-pt-12 {
  padding-top: 1.2em;
}

.u-pb-12 {
  padding-bottom: 1.2em;
}

.u-pt-13 {
  padding-top: 1.3em;
}

.u-pb-13 {
  padding-bottom: 1.3em;
}

.u-pt-14 {
  padding-top: 1.4em;
}

.u-pb-14 {
  padding-bottom: 1.4em;
}

.u-pt-15 {
  padding-top: 1.5em;
}

.u-pb-15 {
  padding-bottom: 1.5em;
}

.u-pt-16 {
  padding-top: 1.6em;
}

.u-pb-16 {
  padding-bottom: 1.6em;
}

.u-pt-17 {
  padding-top: 1.7em;
}

.u-pb-17 {
  padding-bottom: 1.7em;
}

.u-pt-18 {
  padding-top: 1.8em;
}

.u-pb-18 {
  padding-bottom: 1.8em;
}

.u-pt-19 {
  padding-top: 1.9em;
}

.u-pb-19 {
  padding-bottom: 1.9em;
}

.u-pt-20 {
  padding-top: 2em;
}

.u-pb-20 {
  padding-bottom: 2em;
}

.u-pt-21 {
  padding-top: 2.1em;
}

.u-pb-21 {
  padding-bottom: 2.1em;
}

.u-pt-22 {
  padding-top: 2.2em;
}

.u-pb-22 {
  padding-bottom: 2.2em;
}

.u-pt-23 {
  padding-top: 2.3em;
}

.u-pb-23 {
  padding-bottom: 2.3em;
}

.u-pt-24 {
  padding-top: 2.4em;
}

.u-pb-24 {
  padding-bottom: 2.4em;
}

.u-pt-25 {
  padding-top: 2.5em;
}

.u-pb-25 {
  padding-bottom: 2.5em;
}

.u-pt-26 {
  padding-top: 2.6em;
}

.u-pb-26 {
  padding-bottom: 2.6em;
}

.u-pt-27 {
  padding-top: 2.7em;
}

.u-pb-27 {
  padding-bottom: 2.7em;
}

.u-pt-28 {
  padding-top: 2.8em;
}

.u-pb-28 {
  padding-bottom: 2.8em;
}

.u-pt-29 {
  padding-top: 2.9em;
}

.u-pb-29 {
  padding-bottom: 2.9em;
}

.u-pt-30 {
  padding-top: 3em;
}

.u-pb-30 {
  padding-bottom: 3em;
}

.u-pt-31 {
  padding-top: 3.1em;
}

.u-pb-31 {
  padding-bottom: 3.1em;
}

.u-pt-32 {
  padding-top: 3.2em;
}

.u-pb-32 {
  padding-bottom: 3.2em;
}

.u-pt-33 {
  padding-top: 3.3em;
}

.u-pb-33 {
  padding-bottom: 3.3em;
}

.u-pt-34 {
  padding-top: 3.4em;
}

.u-pb-34 {
  padding-bottom: 3.4em;
}

.u-pt-35 {
  padding-top: 3.5em;
}

.u-pb-35 {
  padding-bottom: 3.5em;
}

.u-pt-36 {
  padding-top: 3.6em;
}

.u-pb-36 {
  padding-bottom: 3.6em;
}

.u-pt-37 {
  padding-top: 3.7em;
}

.u-pb-37 {
  padding-bottom: 3.7em;
}

.u-pt-38 {
  padding-top: 3.8em;
}

.u-pb-38 {
  padding-bottom: 3.8em;
}

.u-pt-39 {
  padding-top: 3.9em;
}

.u-pb-39 {
  padding-bottom: 3.9em;
}

.u-pt-40 {
  padding-top: 4em;
}

.u-pb-40 {
  padding-bottom: 4em;
}

.u-pt-41 {
  padding-top: 4.1em;
}

.u-pb-41 {
  padding-bottom: 4.1em;
}

.u-pt-42 {
  padding-top: 4.2em;
}

.u-pb-42 {
  padding-bottom: 4.2em;
}

.u-pt-43 {
  padding-top: 4.3em;
}

.u-pb-43 {
  padding-bottom: 4.3em;
}

.u-pt-44 {
  padding-top: 4.4em;
}

.u-pb-44 {
  padding-bottom: 4.4em;
}

.u-pt-45 {
  padding-top: 4.5em;
}

.u-pb-45 {
  padding-bottom: 4.5em;
}

.u-pt-46 {
  padding-top: 4.6em;
}

.u-pb-46 {
  padding-bottom: 4.6em;
}

.u-pt-47 {
  padding-top: 4.7em;
}

.u-pb-47 {
  padding-bottom: 4.7em;
}

.u-pt-48 {
  padding-top: 4.8em;
}

.u-pb-48 {
  padding-bottom: 4.8em;
}

.u-pt-49 {
  padding-top: 4.9em;
}

.u-pb-49 {
  padding-bottom: 4.9em;
}

.u-pt-50 {
  padding-top: 5em;
}

.u-pb-50 {
  padding-bottom: 5em;
}

.u-pt-51 {
  padding-top: 5.1em;
}

.u-pb-51 {
  padding-bottom: 5.1em;
}

.u-pt-52 {
  padding-top: 5.2em;
}

.u-pb-52 {
  padding-bottom: 5.2em;
}

.u-pt-53 {
  padding-top: 5.3em;
}

.u-pb-53 {
  padding-bottom: 5.3em;
}

.u-pt-54 {
  padding-top: 5.4em;
}

.u-pb-54 {
  padding-bottom: 5.4em;
}

.u-pt-55 {
  padding-top: 5.5em;
}

.u-pb-55 {
  padding-bottom: 5.5em;
}

.u-pt-56 {
  padding-top: 5.6em;
}

.u-pb-56 {
  padding-bottom: 5.6em;
}

.u-pt-57 {
  padding-top: 5.7em;
}

.u-pb-57 {
  padding-bottom: 5.7em;
}

.u-pt-58 {
  padding-top: 5.8em;
}

.u-pb-58 {
  padding-bottom: 5.8em;
}

.u-pt-59 {
  padding-top: 5.9em;
}

.u-pb-59 {
  padding-bottom: 5.9em;
}

.u-pt-60 {
  padding-top: 6em;
}

.u-pb-60 {
  padding-bottom: 6em;
}

.u-pt-61 {
  padding-top: 6.1em;
}

.u-pb-61 {
  padding-bottom: 6.1em;
}

.u-pt-62 {
  padding-top: 6.2em;
}

.u-pb-62 {
  padding-bottom: 6.2em;
}

.u-pt-63 {
  padding-top: 6.3em;
}

.u-pb-63 {
  padding-bottom: 6.3em;
}

.u-pt-64 {
  padding-top: 6.4em;
}

.u-pb-64 {
  padding-bottom: 6.4em;
}

.u-pt-65 {
  padding-top: 6.5em;
}

.u-pb-65 {
  padding-bottom: 6.5em;
}

.u-pt-66 {
  padding-top: 6.6em;
}

.u-pb-66 {
  padding-bottom: 6.6em;
}

.u-pt-67 {
  padding-top: 6.7em;
}

.u-pb-67 {
  padding-bottom: 6.7em;
}

.u-pt-68 {
  padding-top: 6.8em;
}

.u-pb-68 {
  padding-bottom: 6.8em;
}

.u-pt-69 {
  padding-top: 6.9em;
}

.u-pb-69 {
  padding-bottom: 6.9em;
}

.u-pt-70 {
  padding-top: 7em;
}

.u-pb-70 {
  padding-bottom: 7em;
}

.u-pt-71 {
  padding-top: 7.1em;
}

.u-pb-71 {
  padding-bottom: 7.1em;
}

.u-pt-72 {
  padding-top: 7.2em;
}

.u-pb-72 {
  padding-bottom: 7.2em;
}

.u-pt-73 {
  padding-top: 7.3em;
}

.u-pb-73 {
  padding-bottom: 7.3em;
}

.u-pt-74 {
  padding-top: 7.4em;
}

.u-pb-74 {
  padding-bottom: 7.4em;
}

.u-pt-75 {
  padding-top: 7.5em;
}

.u-pb-75 {
  padding-bottom: 7.5em;
}

.u-pt-76 {
  padding-top: 7.6em;
}

.u-pb-76 {
  padding-bottom: 7.6em;
}

.u-pt-77 {
  padding-top: 7.7em;
}

.u-pb-77 {
  padding-bottom: 7.7em;
}

.u-pt-78 {
  padding-top: 7.8em;
}

.u-pb-78 {
  padding-bottom: 7.8em;
}

.u-pt-79 {
  padding-top: 7.9em;
}

.u-pb-79 {
  padding-bottom: 7.9em;
}

.u-pt-80 {
  padding-top: 8em;
}

.u-pb-80 {
  padding-bottom: 8em;
}

.u-pt-81 {
  padding-top: 8.1em;
}

.u-pb-81 {
  padding-bottom: 8.1em;
}

.u-pt-82 {
  padding-top: 8.2em;
}

.u-pb-82 {
  padding-bottom: 8.2em;
}

.u-pt-83 {
  padding-top: 8.3em;
}

.u-pb-83 {
  padding-bottom: 8.3em;
}

.u-pt-84 {
  padding-top: 8.4em;
}

.u-pb-84 {
  padding-bottom: 8.4em;
}

.u-pt-85 {
  padding-top: 8.5em;
}

.u-pb-85 {
  padding-bottom: 8.5em;
}

.u-pt-86 {
  padding-top: 8.6em;
}

.u-pb-86 {
  padding-bottom: 8.6em;
}

.u-pt-87 {
  padding-top: 8.7em;
}

.u-pb-87 {
  padding-bottom: 8.7em;
}

.u-pt-88 {
  padding-top: 8.8em;
}

.u-pb-88 {
  padding-bottom: 8.8em;
}

.u-pt-89 {
  padding-top: 8.9em;
}

.u-pb-89 {
  padding-bottom: 8.9em;
}

.u-pt-90 {
  padding-top: 9em;
}

.u-pb-90 {
  padding-bottom: 9em;
}

.u-pt-91 {
  padding-top: 9.1em;
}

.u-pb-91 {
  padding-bottom: 9.1em;
}

.u-pt-92 {
  padding-top: 9.2em;
}

.u-pb-92 {
  padding-bottom: 9.2em;
}

.u-pt-93 {
  padding-top: 9.3em;
}

.u-pb-93 {
  padding-bottom: 9.3em;
}

.u-pt-94 {
  padding-top: 9.4em;
}

.u-pb-94 {
  padding-bottom: 9.4em;
}

.u-pt-95 {
  padding-top: 9.5em;
}

.u-pb-95 {
  padding-bottom: 9.5em;
}

.u-pt-96 {
  padding-top: 9.6em;
}

.u-pb-96 {
  padding-bottom: 9.6em;
}

.u-pt-97 {
  padding-top: 9.7em;
}

.u-pb-97 {
  padding-bottom: 9.7em;
}

.u-pt-98 {
  padding-top: 9.8em;
}

.u-pb-98 {
  padding-bottom: 9.8em;
}

.u-pt-99 {
  padding-top: 9.9em;
}

.u-pb-99 {
  padding-bottom: 9.9em;
}

.u-pt-100 {
  padding-top: 10em;
}

.u-pb-100 {
  padding-bottom: 10em;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.fixed {
  position: fixed !important;
}

@media screen and (min-width: 1030px) {
  .is-pc {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  .is-tab {
    display: none;
  }
}
@media screen and (max-width: 1029px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .is-tab {
    display: none;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171717;
  background: #ffffff;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

/* Utilities */
.u-wrap {
  width: 100%;
  margin: 0 auto;
}

/* Layouts */
section {
  padding: 150px 0px;
}
@media screen and (max-width: 1029px) {
  section {
    padding: 20% 0px;
  }
}

.l-section__inner {
  width: 70%;
  margin: 0 auto;
  width: min(1200px, 92vw);
}
@media screen and (max-width: 1029px) {
  .l-section__inner {
    width: 90%;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  -webkit-backdrop-filter: saturate(180%) blur(8px);
  backdrop-filter: saturate(180%) blur(8px);
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
  width: min(1200px, 92vw);
  margin: 0 auto;
}
.l-header__brand {
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #111827;
  font-size: 18px;
  width: 10%;
}
@media screen and (max-width: 1029px) {
  .l-header__brand {
    width: 70%;
    max-width: 120px;
  }
}
.l-header__nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1029px) {
  .l-header__nav {
    gap: 15px;
  }
}
.l-header__link {
  color: #171717;
  font-size: 14px;
  text-decoration: none;
}
.l-header__link:hover {
  opacity: 0.8;
}
.l-header__link:nth-child(1) {
  width: 4%;
}
@media screen and (min-width: 1030px) {
  .l-header__link:nth-child(1) {
    min-width: 36.3px;
  }
}
@media screen and (max-width: 1029px) {
  .l-header__link:nth-child(1) {
    width: 10%;
  }
}
.l-header__link:nth-child(2) {
  width: 7%;
}
@media screen and (min-width: 1030px) {
  .l-header__link:nth-child(2) {
    min-width: 65.3px;
  }
}
@media screen and (max-width: 1029px) {
  .l-header__link:nth-child(2) {
    width: 18%;
  }
}
.l-header__link:nth-child(3) {
  width: 4.8%;
}
@media screen and (min-width: 1030px) {
  .l-header__link:nth-child(3) {
    min-width: 43.5px;
  }
}
@media screen and (max-width: 1029px) {
  .l-header__link:nth-child(3) {
    width: 12%;
  }
}
.l-header__link:nth-child(4) {
  width: 8.5%;
}
@media screen and (min-width: 1030px) {
  .l-header__link:nth-child(4) {
    min-width: 83.5px;
  }
}
@media screen and (max-width: 1029px) {
  .l-header__link:nth-child(4) {
    width: 23%;
  }
}

.l-footer {
  padding: 20px 0 20px;
  color: #6b7280;
  font-size: 13px;
}
@media screen and (max-width: 1029px) {
  .l-footer {
    font-size: 10px;
  }
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: min(1200px, 92vw);
  margin: 0 auto;
}
.l-footer__link {
  color: #6b7280;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Components */
.c-divider {
  height: 1px;
  background: #e5e7eb;
  border: 0;
  margin: 40px 0;
}

.c-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
}
.c-badge--req {
  background: #F98B29;
  color: #fff;
}
.c-badge--req.-crear {
  opacity: 0;
}

.c-grid {
  gap: 14px;
}
.c-grid--2cols {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 720px) {
  .c-grid--2cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.c-field {
  margin-bottom: 30px;
}
.c-field__label {
  font-weight: 700;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 20%;
}
@media screen and (max-width: 1029px) {
  .c-field__label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-field .wpcf7-form-control-wrap {
  display: block;
  width: 79.5%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  outline: none;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (max-width: 1029px) {
  .c-field .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.c-field .wpcf7-form-control-wrap:focus {
  border-color: #c7d2fe;
  -webkit-box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}
.c-field .wpcf7-form-control-wrap--textarea {
  min-height: 140px;
  resize: vertical;
}
.c-field input, .c-field select, .c-field textarea {
  width: 100%;
  border: none;
}
.c-field > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1029px) {
  .c-field > p {
    display: block;
  }
}
.c-field .wpcf7-spinner {
  display: none !important;
}

.c-actions {
  margin-top: 8px;
  width: 200px;
  margin: 0 auto;
  position: relative;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  width: 100%;
  cursor: pointer;
}
.c-btn:hover {
  opacity: 0.9;
}

.c-table {
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
}
.c-table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px 1fr;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid #F0F1F3;
}
.c-table__row:first-child {
  border-top: 0;
}
.c-table__th {
  padding: 20px 16px;
  font-weight: 700;
  font-size: 14px;
  color: #374151;
}
@media screen and (max-width: 1029px) {
  .c-table__th {
    padding: 10px 0px;
  }
}
.c-table__td {
  padding: 20px 16px;
  font-size: 14px;
}
@media screen and (max-width: 1029px) {
  .c-table__td {
    padding: 0px 0px 10px;
  }
}
.c-table__td li {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 640px) {
  .c-table__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.c-arrow__inner {
  position: absolute;
  top: 50%;
  left: 85%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-arrow {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 6.2px 0;
  border-radius: 9999px;
  background-color: #ffffff;
}

.c-arrow::before,
.c-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  transform-origin: calc(100% - 0.5px) 50%;
}

.c-arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Pages */
/* Pages */
.p-hero {
  padding: 14% 0px;
}
@media screen and (max-width: 1029px) {
  .p-hero {
    padding: 50% 0px 30%;
  }
}
.p-hero__logo {
  width: 30%;
  max-width: 300px;
  margin: 0 auto;
  -webkit-transform: translate(0, -16%) scale(0.4);
  transform: translate(0, -16%) scale(0.4);
  opacity: 0;
}
.is-load .p-hero__logo {
  -webkit-transform: translate(0, -16%) scale(1);
  transform: translate(0, -16%) scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (max-width: 1029px) {
  .p-hero__logo {
    width: 50%;
  }
}
.p-hero__title {
  font-size: clamp(18px, 2vw, 36px);
  line-height: 1.35;
  margin: 80px 0 12px;
  letter-spacing: 0.02em;
  color: #111827;
  text-align: center;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  opacity: 0;
}
.is-load .p-hero__title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;
}
.p-hero__lead {
  color: #171717;
  margin: 12px 0 0;
  font-size: clamp(14px, 1.2vw, 16px);
  text-align: center;
  opacity: 0;
}
.is-load .p-hero__lead {
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}

.p-about {
  background: #F0F1F3;
}
.p-about__title {
  font-size: 20px;
  margin: 0 auto 20px;
  color: #111827;
  letter-spacing: 0.03em;
  width: 16%;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  opacity: 0;
}
.p-about__title.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}
@media screen and (max-width: 1029px) {
  .p-about__title {
    width: 35%;
    max-width: 182px;
  }
}
.p-about__copy {
  font-size: 15px;
  color: #171717;
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-about__copy p {
  margin: 0px 0 1em;
  text-align: center;
  font-size: clamp(12px, 1.1vw, 16px);
}
@media screen and (max-width: 1029px) {
  .p-about__copy p {
    font-size: 14px;
  }
}
.p-about__company {
  margin-top: 28px;
}
.p-about .swiper {
  width: 100%;
  height: 100%;
}
.p-about .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-about .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-contact {
  background: #F0F1F3;
}
.p-contact__title {
  font-size: 20px;
  color: #111827;
  letter-spacing: 0.03em;
  width: 22%;
  margin-left: auto;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  opacity: 0;
}
.p-contact__title.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}
@media screen and (max-width: 1029px) {
  .p-contact__title {
    width: 45%;
    margin: 0 auto;
    max-width: 235px;
  }
}
.p-contact__note {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1029px) {
  .p-contact__note {
    margin-bottom: 50px;
    margin-top: 28px;
  }
}

.p-info__title {
  width: 32%;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  opacity: 0;
}
.p-info__title.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
}
@media screen and (max-width: 1029px) {
  .p-info__title {
    width: 71%;
    margin: 0 auto;
    max-width: 370px;
  }
}

:target {
  scroll-margin-top: 90px;
}

.p-privacy {
  padding: 10px 0px;
}
.p-privacy__inner {
  width: 80%;
  margin: 0 auto;
  width: min(1200px, 92vw);
}
@media screen and (max-width: 1029px) {
  .p-privacy__inner {
    width: 90%;
  }
}
.p-privacy__ttl {
  margin: 100px 0 28px;
  text-align: center;
}
.p-privacy__ttl-text {
  display: inline-block;
  font-size: clamp(20px, 3.2vw, 28px);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #111827;
}
.p-privacy__ttl-text img {
  width: 25%;
  margin: 0 auto;
}
@media screen and (max-width: 1029px) {
  .p-privacy__ttl-text img {
    width: 50%;
  }
}
.p-privacy__head {
  margin-top: 24px;
}
.p-privacy__head-title {
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 800;
  margin: 0 0 8px;
  color: #111827;
}
.p-privacy__head-text {
  color: #171717;
  font-size: 14px;
}
.p-privacy__box {
  margin-top: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
@media screen and (max-width: 1029px) {
  .p-privacy__box {
    padding: 20px;
  }
}
.p-privacy__list {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
.p-privacy__list-item {
  position: relative;
  padding-left: 32px;
  font-weight: 700;
  line-height: 1.6;
}
.p-privacy__list-item::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  color: #111827;
}
.p-privacy__list-item p {
  font-weight: 400;
  margin: 8px 0 0;
  font-size: 14px;
  color: #171717;
}
.p-privacy__mark {
  margin-top: 10px;
  text-align: right;
  font-weight: 700;
}
.p-privacy__about {
  margin-top: 36px;
}
.p-privacy__about-head {
  margin-bottom: 8px;
}
.p-privacy__access {
  margin-top: 36px;
}
.p-privacy__link {
  margin-top: 8px;
  color: #3b82f6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

:target {
  scroll-margin-top: 90px;
}

.wpcf7-spinner {
	display: none !important;
}
