@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  color: #101010;
}
@media (max-width: 375px) {
  body {
    font-size: 4.2666666667vw;
  }
}

a {
  color: #101010;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

address {
  margin-bottom: 1.5rem;
}

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

table {
  margin-bottom: 1.5rem;
}

blockquote {
  margin: 0 0 1.5rem;
}

pre {
  margin-bottom: 1.5rem;
}

figure {
  margin: 0 0 1.5rem;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}

.Wrapper {
  min-height: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 90px 1fr -webkit-min-content -webkit-min-content;
  grid-template-rows: 90px 1fr min-content min-content;
  grid-template-areas: "header" "main" "sub" "footer";
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .Wrapper {
    grid-template-rows: 50px 1fr -webkit-min-content -webkit-min-content;
    grid-template-rows: 50px 1fr min-content min-content;
  }
}

.Main {
  grid-area: main;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Main.-low {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Main__inner {
  padding: 30px 20px 160px;
}

.Sub {
  margin-bottom: 20px;
  grid-area: sub;
}

.Header {
  grid-area: header;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
}

.Header__logo {
  width: 250px;
  margin: 0;
}
@media (max-width: 768px) {
  .Header__logo {
    width: 160px;
  }
}
.Header__logo img {
  max-width: 100%;
  max-height: 70px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .Header__logo img {
    max-height: 30px;
  }
}

.Footer {
  padding: 20px 0;
  grid-area: footer;
  background-color: #fff;
  border-top: 2px solid #ebebeb;
}
@media (max-width: 768px) {
  .Footer {
    padding: 16px 0;
  }
}

.Footer__logo {
  width: 160px;
  margin: 0 auto 12px;
}
.Footer__logo img {
  max-width: 100%;
  margin: 0;
  display: block;
}

.Footer__copy {
  margin: 0;
  padding: 0 20px;
  text-align: center;
}
.Footer__copy small {
  font-size: 0.75em;
  color: #868686;
}

a[target=_blank]::after {
  content: "";
  width: 0.9375em;
  height: 0.75em;
  margin: -0.125em 0.25em 0 0.375em;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon-blank.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.Forms {
  padding: 2em 0.5em 3em;
  text-align: center;
}
input, select {
  color: #101010;
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #B2B2B2;
}
input::-moz-placeholder, select::-moz-placeholder {
  color: #B2B2B2;
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #B2B2B2;
}
input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #B2B2B2;
}
input::placeholder, select::placeholder {
  color: #B2B2B2;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

option {
  color: #B2B2B2;
}

.Form {
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .Form {
    width: calc(100% - 20px);
  }
}
.Form__input {
  text-align: left;
  margin-top: 1em;
  display: block;
  padding: 0.2777777778em 0 0.2777777778em 1em;
  font-size: 1.125em;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.Form__input::-webkit-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__input::-moz-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__input:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__input::-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__input::placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__input:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__input::-moz-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__input:-moz-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__input::-webkit-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__input.-error {
  border: solid 1px #d90a0a !important;
  color: #d90a0a;
  padding-left: 3em !important;
}
.Form__select {
  text-align: left;
  margin-top: 1em;
  display: block;
  padding: 0.2777777778em 0 0.2777777778em 1em;
  font-size: 1.125em;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.Form__select::-webkit-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__select::-moz-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__select:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__select::-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__select::placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__select:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__select::-moz-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__select:-moz-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__select::-webkit-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}
.Form__select.-error {
  border: solid 1px #d90a0a !important;
  color: #d90a0a;
  padding-left: 3em !important;
}
.Form__text {
  margin-bottom: 2.5em;
  font-size: 1.125em;
  text-align: center;
}
@media (max-width: 768px) {
  .Form__text {
    font-size: 1em;
  }
}
.Form__text-danger {
  color: #d90a0a;
}
.Form__inner {
  position: relative;
  display: block;
}
.Form__content {
  text-align: center;
}
.Form__button {
  margin: 0 auto;
  padding: 0.7777777778em 2em;
  display: block;
  font-size: 1.125em;
  line-height: 1.6;
  color: #fff;
  background-color: #101010;
  border: 2px solid #101010;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Form__button-active {
  margin: 0 auto;
  padding: 0.7777777778em 2em;
  display: block;
  font-size: 1.125em;
  line-height: 1.6;
  color: #fff;
  background-color: #101010;
  border: 2px solid #101010;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .Form__button-active {
    width: 100%;
    max-width: 260px;
    padding: 0.75em 1.25em;
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .Form__button {
    width: 100%;
    max-width: 260px;
    padding: 0.75em 1.25em;
    font-size: 1em;
  }
}
.Form__button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.Form__button:hover {
  color: #101010;
  background-color: #fff;
}
.Form__error input {
  border: solid #d90a0a 1px;
}
.Form__error__label {
  color: #d90a0a;
}
.Form__error__message {
  color: #d90a0a;
  font-size: 1.4em;
  margin-bottom: 0 !important;
}
.Form__error__message::before {
  display: inline-block;
  content: " ";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.04%2026.04%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d90a0a%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1494%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201494%22%3E%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_289%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20289%22%20class%3D%22cls-1%22%20cx%3D%2213.02%22%20cy%3D%2213.02%22%20r%3D%2213.02%22%2F%3E%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_290%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20290%22%20class%3D%22cls-2%22%20cx%3D%2213.02%22%20cy%3D%2220.85%22%20r%3D%221.82%22%2F%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_788%22%20data-name%3D%22%E3%83%91%E3%82%B9%20788%22%20class%3D%22cls-2%22%20d%3D%22M13.24%2C3.37H12.7a2%2C2%2C0%2C0%2C0-2%2C2v.11l.45%2C10.41c.06%2C1.18.49%2C2.14%2C1.87%2C2.14s1.81-1%2C1.86-2.14l.46-10.41a2%2C2%2C0%2C0%2C0-1.94-2.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  margin: 0 0.4em 0 0.3em;
  position: relative;
  top: 3px;
}
.Form__wrap {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}
.Form__wrap.-error {
  margin: 1em auto 0;
}
.Form__wrap.-error:focus {
  border-color: #101010;
}
.Form__wrap.-error:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.04%2026.04%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d90a0a%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1494%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201494%22%3E%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_289%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20289%22%20class%3D%22cls-1%22%20cx%3D%2213.02%22%20cy%3D%2213.02%22%20r%3D%2213.02%22%2F%3E%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_290%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20290%22%20class%3D%22cls-2%22%20cx%3D%2213.02%22%20cy%3D%2220.85%22%20r%3D%221.82%22%2F%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_788%22%20data-name%3D%22%E3%83%91%E3%82%B9%20788%22%20class%3D%22cls-2%22%20d%3D%22M13.24%2C3.37H12.7a2%2C2%2C0%2C0%2C0-2%2C2v.11l.45%2C10.41c.06%2C1.18.49%2C2.14%2C1.87%2C2.14s1.81-1%2C1.86-2.14l.46-10.41a2%2C2%2C0%2C0%2C0-1.94-2.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 10px;
  top: 7px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  pointer-events: none;
  z-index: 1;
}
.Form__wrap-select {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}
.Form__wrap-select:after {
  content: "" !important;
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #B2B2B2 !important;
  border-left: 1px solid #B2B2B2 !important;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.Form__wrap-select.-error {
  position: relative;
}
.Form__wrap-select.-error:before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026.04%2026.04%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23d90a0a%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1494%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201494%22%3E%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_289%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20289%22%20class%3D%22cls-1%22%20cx%3D%2213.02%22%20cy%3D%2213.02%22%20r%3D%2213.02%22%2F%3E%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_290%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%20290%22%20class%3D%22cls-2%22%20cx%3D%2213.02%22%20cy%3D%2220.85%22%20r%3D%221.82%22%2F%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_788%22%20data-name%3D%22%E3%83%91%E3%82%B9%20788%22%20class%3D%22cls-2%22%20d%3D%22M13.24%2C3.37H12.7a2%2C2%2C0%2C0%2C0-2%2C2v.11l.45%2C10.41c.06%2C1.18.49%2C2.14%2C1.87%2C2.14s1.81-1%2C1.86-2.14l.46-10.41a2%2C2%2C0%2C0%2C0-1.94-2.14Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  position: absolute;
  left: 10px;
  top: 7px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  pointer-events: none;
  z-index: 1;
}
.Form__check {
  margin-top: 3em;
}
.Form__check p {
  padding-top: 0.5em;
}
.Form__check-input {
  width: 1.12em !important;
  height: 1.12em !important;
  padding-left: 1em !important;
  margin-right: 0.5em !important;
}
.Form__check label {
  font-size: 1.12em;
  font-weight: bold;
}
.Form__check label p {
  margin-bottom: 0 !important;
}
.Form__check label a {
  text-decoration: underline;
}
.Form__check label a:after {
  display: inline-block;
  content: " ";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Icon-Blank%22%20data-name%3D%22Icon-Blank%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2015.14%22%3E%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1209%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201209%22%20x%3D%224%22%20width%3D%2214%22%20height%3D%2211%22%2F%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_762%22%20data-name%3D%22%E3%83%91%E3%82%B9%20762%22%20d%3D%22M2%2C13.14v-8H0v10H12v-2Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 17px 17px;
  height: 17px;
  width: 17px;
  margin: 0 0.4em 0 0.3em;
  position: relative;
  top: 3px;
}
.Form__check small {
  font-size: 0.87em;
  line-height: 1.5 !important;
}
.Form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2em;
  text-align: center;
}
.Form__buttons-flex {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  text-align: center;
}
.Form__table {
  margin: 0 auto 2.5em;
}
.Form__table tr {
  padding-bottom: 2em;
  height: 3.74em;
  text-align: left;
  padding: 0 1.2em;
}
.Form__table td {
  text-align: left;
  padding: 0 1.2em;
}
.Form__table-text {
  font-size: 1.2em;
  font-weight: bold;
}
.Form__table__bold-td {
  font-weight: bold;
  font-size: 1.3em;
}
.Form__noticeText {
  margin: 0;
  line-height: 1.875;
  text-align: center;
  color: #d90a0a;
}
@media (max-width: 768px) {
  .Form__noticeText {
    font-size: 0.875em;
  }
}
.Form__notice {
  width: 100%;
  max-width: 815px;
  margin: 0 auto 40px;
  padding: 22px;
  background-color: #f7eaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .Form__notice {
    padding: 20px 12px;
  }
}
.Form__noticeHeading {
  margin: 0 0 0.8333333333em;
  font-size: 1.5em;
  line-height: 1.75;
  text-align: center;
  color: #d90a0a;
}
@media (max-width: 768px) {
  .Form__noticeHeading {
    font-size: 1.125em;
  }
}
.Form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2em;
  text-align: center;
}
.Form__buttons-flex {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2em;
  text-align: center;
}
.Form__button {
  margin: 0 auto;
  padding: 0.7777777778em 2em;
  display: block;
  font-size: 1.125em;
  line-height: 1.6;
  color: #fff;
  background-color: #101010;
  border: 2px solid #101010;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.Form__button-active {
  margin: 0 auto;
  padding: 0.7777777778em 2em;
  display: block;
  font-size: 1.125em;
  line-height: 1.6;
  color: #fff;
  background-color: #101010;
  border: 2px solid #101010;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .Form__button-active {
    width: 100%;
    max-width: 260px;
    padding: 0.75em 1.25em;
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .Form__button {
    width: 100%;
    max-width: 260px;
    padding: 0.75em 1.25em;
    font-size: 1em;
  }
}
.Form__button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.Form__button:hover {
  color: #101010;
  background-color: #fff;
}
.Form__caption {
  padding-top: 0.5em;
}

.Invalid {
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .Invalid {
    width: calc(100% - 20px);
  }
}
.Invalid > *:last-child {
  margin-bottom: 0;
}

.Invalid__title {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3em;
  font-weight: 700;
  text-align: center;
}

.Invalid__catch {
  margin-bottom: 0.9375em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.Invalid__catch__en {
  margin-bottom: 0.9375em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
}

.Invalid__text {
  line-height: 1.875;
  text-align: center;
}

.Invalid__text__en {
  line-height: 1.875;
  text-align: center;
}

.Login {
  width: calc(100% - 40px);
}
@media (max-width: 768px) {
  .Login {
    width: calc(100% - 20px);
  }
}

.Login__text {
  margin-bottom: 1.6666666667em;
  font-size: 1.125em;
  text-align: center;
}
@media (max-width: 768px) {
  .Login__text {
    font-size: 1em;
  }
}

.Login__inner {
  position: relative;
  padding-bottom: 50px;
}

.Login__content {
  text-align: center;
}

.Login__input {
  width: 360px;
  padding: 0.2777777778em 0;
  font-size: 1.125em;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: border-color 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: border-color 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: border-color 0.28s ease, box-shadow 0.28s ease;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, -webkit-box-shadow 0.28s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .Login__input {
    width: calc(100% - 40px);
    max-width: 360px;
    font-size: 16px;
  }
}
.Login__input:focus {
  outline: none;
  border-color: #101010;
  -webkit-box-shadow: 0 0 0 2px #101010;
          box-shadow: 0 0 0 2px #101010;
}
.Login__input.-error {
  border-color: #d90a0a;
}
.Login__input.-error:focus {
  border-color: #101010;
}
.Login__input::-webkit-input-placeholder {
  color: #b9b9b9;
}
.Login__input::-moz-placeholder {
  color: #b9b9b9;
}
.Login__input:-ms-input-placeholder {
  color: #b9b9b9;
}
.Login__input::-ms-input-placeholder {
  color: #b9b9b9;
}
.Login__input::placeholder {
  color: #b9b9b9;
}

.Login__error {
  position: absolute;
  left: 50%;
  bottom: 0.625em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  margin: 0;
  text-align: center;
  color: #d90a0a;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
}
@media (max-width: 768px) {
  .Login__error {
    bottom: 0.8571428571em;
    font-size: 0.875em;
  }
}
.Login__error[hidden] {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.28s ease, visibility 0s linear 0.28s;
  transition: opacity 0.28s ease, visibility 0s linear 0.28s;
}

.Login__button {
  width: 300px;
  position: relative;
  margin: 0 auto;
  padding: 0.7777777778em 2em;
  display: block;
  font-size: 1.125em;
  line-height: 1.6;
  color: #fff;
  background-color: #101010;
  border: 2px solid #101010;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  transition: color 0.28s ease, background-color 0.28s ease, opacity 0.28s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .Login__button {
    width: 100%;
    max-width: 260px;
    padding: 0.75em 1.25em;
    font-size: 1em;
  }
}
.Login__button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.Login__button:hover {
  color: #101010;
  background-color: #fff;
}
.Login__button + .Login__note {
  margin-top: 40px;
}
.Login__button .Login__button__loader {
  display: none;
  float: left;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translate(0, -50%, 0);
          transform: translate(0, -50%, 0);
  -webkit-animation: loaderSpin 1.1s infinite linear;
          animation: loaderSpin 1.1s infinite linear;
}
.Login__button .Login__button__loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.Login__button .Login__button__text::after {
  display: block;
  content: "ログイン";
}

.-loading .Login .Login__button {
  opacity: 0.5;
  pointer-events: none;
}
.-loading .Login .Login__button .Login__button__loader {
  display: block;
}
.-loading .Login .Login__button .Login__button__text::after {
  content: "読み込み中";
}

.Login__note {
  text-align: center;
}

.Login__notice {
  width: 100%;
  max-width: 815px;
  margin: 0 auto 40px;
  padding: 22px;
  background-color: #f7eaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .Login__notice {
    padding: 20px 12px;
  }
}

.Login__noticeHeading {
  margin: 0 0 0.8333333333em;
  font-size: 1.5em;
  line-height: 1.75;
  text-align: center;
  color: #d90a0a;
}
@media (max-width: 768px) {
  .Login__noticeHeading {
    font-size: 1.125em;
  }
}

.Login__noticeText {
  margin: 0;
  line-height: 1.875;
  text-align: center;
  color: #d90a0a;
}
@media (max-width: 768px) {
  .Login__noticeText {
    font-size: 0.875em;
  }
}

.loader, .loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loaderSpin 1.1s infinite linear;
          animation: loaderSpin 1.1s infinite linear;
}

@-webkit-keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loaderSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.SubLink {
  margin: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .SubLink {
    margin-top: -0.5em;
  }
}

.SubLink__item {
  list-style-type: none;
}
@media (max-width: 768px) {
  .SubLink__item {
    margin-top: 0.5714285714em;
    font-size: 0.875em;
  }
}
.SubLink__item:not(:first-child) {
  margin-left: 3.125em;
}
@media (max-width: 768px) {
  .SubLink__item:not(:first-child) {
    margin-left: 1.7142857143em;
  }
}

.Video {
  max-width: 850px;
  margin: 0 auto;
}
@media (min-width: 1367px) {
  .Video {
    max-width: 70vw;
    min-width: 850px;
  }
}

.Video__main {
  position: relative;
  margin-bottom: 30px;
  padding-top: 56.25%;
}
.Video__main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Video__inner {
  padding: 0 45px;
  word-break: break-all;
}
@media (max-width: 768px) {
  .Video__inner {
    padding: 0 15px;
  }
}
@media (min-width: 1367px) {
  .Video__inner {
    padding: 0 10vw;
  }
}
.Video__inner > *:last-child {
  margin-bottom: 0;
}

.Video__heading {
  margin: 0 0 2.875em;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .Video__heading {
    margin-bottom: 1.875em;
  }
}

.Video__headingMain {
  margin-bottom: 0.5em;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .Video__headingMain {
    margin-bottom: 0.6666666667em;
    font-size: 1.5em;
  }
}
.Video__heading.-serif .Video__headingMain {
  font-family: "Noto Serif JP", serif;
  color: #0989af;
  font-weight: 800;
}
.Video__heading.-sans-serif .Video__headingMain {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.Video__headingSub {
  margin-bottom: 0.375em;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .Video__headingSub {
    margin-bottom: 0.7777777778em;
    font-size: 1.125em;
  }
}
.Video__heading.-serif .Video__headingSub {
  font-family: "Noto Serif JP", serif;
  color: #af0976;
}
.Video__heading.-sans-serif .Video__headingSub {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}

.Video__headingTime {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .Video__headingTime {
    font-size: 0.875em;
  }
}
.Video__heading.-serif .Video__headingTime {
  font-family: "Noto Serif JP", serif;
  color: #36066e;
}
.Video__heading.-sans-serif .Video__headingTime {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}

.Video__sectionTitle {
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.Video__text {
  font-size: 1em;
}
.Video__text em {
  font-style: normal;
}
.Video__text a {
  text-decoration: underline;
  margin: 0 0.2em;
}
.Video__text a:hover {
  text-decoration: none;
}
.Video__text a[target=_blank]::after {
  content: "";
  width: 0.9375em;
  height: 0.75em;
  margin: -0.125em 0.25em 0 0.375em;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon-blank.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.Video__text a[href$=".pdf"]::after {
  content: "";
  width: 0.6875em;
  height: 0.9375em;
  margin: -0.125em 0.25em 0 0.375em;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon-pdf.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.Video__text strong, .Video__text b, .Video__text em {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.Video__banner {
  margin: -40px -15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .Video__banner {
    margin: -30px -10px 30px;
  }
}

.Video__bannerItem {
  max-width: calc(100% - 30px);
  margin-top: 40px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .Video__bannerItem {
    max-width: calc(100% - 20px);
    margin-top: 30px;
    padding: 0 10px;
  }
}
.Video__bannerItem > a {
  display: block;
  text-decoration: none;
  -webkit-transition: opacity 0.28s ease;
  transition: opacity 0.28s ease;
}
.Video__bannerItem > a:hover {
  opacity: 0.7;
}
.Video__bannerItem img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.Video__bannerCaption {
  margin-top: 6px;
  display: block;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 768px) {
  .Video__bannerCaption {
    font-size: 12px;
  }
}
.Video__bannerCaption.-left {
  text-align: left;
}
.Video__bannerCaption.-right {
  text-align: right;
}

._FontDefault {
  font-family: "Noto Sans JP", sans-serif;
}

._FontDefaultDemiBold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

._FontDefaultBold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

._FontSerif {
  font-family: "Noto Serif JP", serif;
}

._FontSerifBold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

._FontSansSerif {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

._FontSansSerifBold {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media (min-width: 1367px) {
  ._LgMaxOnly {
    display: none;
  }
}
@media (max-width: 1366px) {
  ._LgMinOnly {
    display: none;
  }
}
@media (min-width: 769px) {
  ._MdMaxOnly {
    display: none;
  }
}
@media (max-width: 768px) {
  ._MdMinOnly {
    display: none;
  }
}
@media (min-width: 376px) {
  ._SmMaxOnly {
    display: none;
  }
}
@media (max-width: 375px) {
  ._SmMinOnly {
    display: none;
  }
}
._VisuallyHidden {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
  clip: rect(0, 0, 0, 0) !important;
}

/*# sourceMappingURL=main.css.map */