@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600&display=swap');

/**
 * Base Settings
 * ================================================================================
 * Table of Contents:
 *
 * Reset
 * Base
 *  - Variable
 *  - Font
 *  - Headline
 *  - Strong
 *  - Image
 *  - Link
 *  - Button
 * ================================================================================
 */ 


/**
 * ================================================================================
 * Reset
 * destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css
 * ================================================================================
 */

*[class^="v2"] *,
::before[class^="v2"] *,
::after[class^="v2"] {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main[class^="v2"] * {
  display: block;
}
p[class^="v2"] *,
table[class^="v2"] *,
blockquote[class^="v2"] *,
address[class^="v2"] *,
pre[class^="v2"] *,
iframe[class^="v2"] *,
form[class^="v2"] *,
figure[class^="v2"] *,
dl {
  margin: 0;
}
h1[class^="v2"] *,
h2[class^="v2"] *,
h3[class^="v2"] *,
h4[class^="v2"] *,
h5[class^="v2"] *,
h6[class^="v2"] * {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr[class^="v2"] * {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre[class^="v2"] * {
  font-family: monospace, monospace;
  font-size: inherit;
}
address[class^="v2"] * {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title][class^="v2"] * {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code[class^="v2"] *,
kbd[class^="v2"] *,
samp[class^="v2"] * {
  font-family: monospace, monospace;
  font-size: inherit;
}
small[class^="v2"] * {
  font-size: 80%;
}
sub[class^="v2"] *,
sup[class^="v2"] * {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[class^="v2"] * {
  bottom: -0.25em;
}
sup[class^="v2"] * {
  top: -0.5em;
}
svg[class^="v2"] *,
img[class^="v2"] *,
embed[class^="v2"] *,
object[class^="v2"] *,
iframe[class^="v2"] * {
  vertical-align: bottom;
}
button[class^="v2"] *,
input[class^="v2"] *,
optgroup[class^="v2"] *,
select[class^="v2"] *,
textarea[class^="v2"] * {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type='checkbox'][class^="v2"] * {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'][class^="v2"] * {
  -webkit-appearance: radio;
  appearance: radio;
}
button[class^="v2"] *,
[type='button'][class^="v2"] *,
[type='reset'][class^="v2"] *,
[type='submit'][class^="v2"] * {
  cursor: pointer;
}
button:disabled[class^="v2"] *,
[type='button']:disabled[class^="v2"] *,
[type='reset']:disabled[class^="v2"] *,
[type='submit']:disabled[class^="v2"] * {
  cursor: default;
}
:-moz-focusring[class^="v2"] * {
  outline: auto;
}
select:disabled[class^="v2"] * {
  opacity: inherit;
}
option[class^="v2"] * {
  padding: 0;
}
fieldset[class^="v2"] * {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend[class^="v2"] * {
  padding: 0;
}
progress[class^="v2"] * {
  vertical-align: baseline;
}
textarea[class^="v2"] * {
  overflow: auto;
}
[type='number']::-webkit-inner-spin-button[class^="v2"] *,
[type='number']::-webkit-outer-spin-button[class^="v2"] * {
  height: auto;
}
[type='search'][class^="v2"] * {
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration[class^="v2"] * {
  -webkit-appearance: none;
}
::-webkit-file-upload-button[class^="v2"] * {
  -webkit-appearance: button;
  font: inherit;
}
label[for][class^="v2"] * {
  cursor: pointer;
}
details[class^="v2"] * {
  display: block;
}
summary[class^="v2"] * {
  display: list-item;
}
[contenteditable]:focus[class^="v2"] * {
  outline: auto;
}
table[class^="v2"] * {
  border-color: inherit;
  border-collapse: collapse;
  table-layout: fixed;
}
caption[class^="v2"] * {
  text-align: left;
}
td[class^="v2"] *,
th[class^="v2"] * {
  vertical-align: top;
  padding: 0;
}
th[class^="v2"] * {
  text-align: left;
  font-weight: bold;
}



/**
 * ================================================================================
 * Base
 * ================================================================================
 */

html[class^="v2"] *,
body[class^="v2"] * {
  width: 100%;
}
body[class^="v2"] * {
  background-color: #fff;
  /* overflow-x: hidden; */
}


/**
 * Variable
 * -------------------------------
 */

[class^="v2"] * {
  --rem: 0.625;
}

/**
 * Font
 * -------------------------------
 */

html {
  color: #1a2229;
  /* font-size: calc(100% * (var(--rem))); */
  font-size: 62.5%;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media all and (max-width: 767px) {
  html {
    /* font-size: calc(100vw * (32 / 750) * var(--rem)); */
  }
  body {
    font-size: 1.6rem;
  }
}


/**
 * Headline
 * -------------------------------
 */

h1[class^="v2"] *,
h2[class^="v2"] *,
h3[class^="v2"] *,
h4[class^="v2"] *,
h5[class^="v2"] *,
h6[class^="v2"] * {
  font-weight: 700;
}
h1[class^="v2"] * {
  font-size: 4.0rem;
  line-height: 1.2;
}
h2[class^="v2"] * {
  font-size: 3.0rem;
  line-height: 1.2;
}
h3[class^="v2"] * {
  font-size: 2.6rem;
  line-height: 1.3;
}
h4[class^="v2"] * {
  font-size: 2.2rem;
  line-height: 1.4;
}
h5[class^="v2"] * {
  font-size: 1.8rem;
  line-height: 1.5;
}
h6[class^="v2"] * {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media all and (max-width: 767px) {
  h1[class^="v2"] * {
    font-size: 2.6rem;
  }
  h2[class^="v2"] * {
    font-size: 2.2rem;
  }
  h3[class^="v2"] * {
    font-size: 2.0rem;
  }
  h4[class^="v2"] * {
    font-size: 1.8rem;
  }
  h5[class^="v2"] * {
    font-size: 1.6rem;
  }
  h6[class^="v2"] * {
    font-size: 1.4rem;
  }
}


/**
 * Small
 * -------------------------------
 */

small[class^="v2"] * {
  display: inline-block;
  font-size: 70%;
  line-height: 1.4;
}


/**
 * Strong
 * -------------------------------
 */

strong[class^="v2"] * {
  font-weight: 700;
}


/**
 * Link
 * -------------------------------
 */

a {
  display: inline-block;
  color: #132c8d;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.no-touchevents a:hover {
  opacity: 0.6;
}


/**
 * Image
 * -------------------------------
 */

img[class^="v2"] * {
  max-width: 100%;
}

