@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
  font-family: "Noto Sans JP", Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "ＭＳ ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #283253;
}
@media print, screen and (min-width: 769px) {
  body {
    margin: 0 auto;
    width: 1080px;
  }
}
@media print, screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
  }
}

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

_::-webkit-full-page-media, _:future, :root img {
  image-rendering: auto !important;
}

.pc_b {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .pc_b {
    display: none !important;
  }
}

.sp_b {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .sp_b {
    display: block !important;
  }
}

/*-------------------------------------------------------------------*/
/* mass */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Reset */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Mixin */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* Foundation */
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* form */
/*-------------------------------------------------------------------*/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
dl dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  dl dt {
    font-size: 4.2rem;
  }
}
@media print, screen and (max-width: 768px) {
  dl dt {
    font-size: 6.7708333333vw;
  }
}
dl dt::before, dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%200%2016%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%207L8%200H0L4%207Z%22%20fill%3D%22%23283253%22%2F%3E%3Cpath%20d%3D%22M12%207L16%200H8L12%207Z%22%20fill%3D%22%23283253%22%2F%3E%3Cpath%20d%3D%22M8.19048%2014L12%207H4L8.19048%2014Z%22%20fill%3D%22%23283253%22%2F%3E%3C%2Fsvg%3E") no-repeat top center/contain;
}
@media print, screen and (min-width: 769px) {
  dl dt::before, dl dt::after {
    width: 16px;
    height: 14px;
  }
}
@media print, screen and (max-width: 768px) {
  dl dt::before, dl dt::after {
    width: 3.3854166667vw;
    height: 2.8645833333vw;
  }
}
@media print, screen and (min-width: 769px) {
  dl dt::before {
    left: -28px;
  }
}
@media print, screen and (max-width: 768px) {
  dl dt::before {
    left: -5.9895833333vw;
  }
}
@media print, screen and (min-width: 769px) {
  dl dt::after {
    right: -28px;
  }
}
@media print, screen and (max-width: 768px) {
  dl dt::after {
    right: -5.9895833333vw;
  }
}
dl dd {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  dl dd {
    margin: 40px 0 0;
  }
}
@media print, screen and (max-width: 768px) {
  dl dd {
    margin: 5.2083333333vw 0 0;
  }
}
dl dd .strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  dl dd .strong {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  dl dd .strong {
    font-size: 3.3854166667vw;
  }
}
@media print, screen and (min-width: 769px) {
  dl dd .strong + span {
    margin: 16px 0 0;
  }
}
@media print, screen and (max-width: 768px) {
  dl dd .strong + span {
    margin: 3.90625vw 0 0;
  }
}
dl dd span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #606781;
}
@media print, screen and (min-width: 769px) {
  dl dd span {
    margin: 0 0 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 768px) {
  dl dd span {
    margin: 0 0 3.90625vw;
    font-size: 3.125vw;
  }
}
dl + form {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  dl + form {
    margin: 40px 0 0;
    width: 140px;
  }
}
@media print, screen and (max-width: 768px) {
  dl + form {
    margin: 7.8125vw 0 0;
    width: 27.34375vw;
  }
}
dl + form > input[type=submit] {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  background: #A1A9C7;
}
@media print, screen and (min-width: 769px) {
  dl + form > input[type=submit] {
    height: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  dl + form > input[type=submit] {
    height: 9.765625vw;
  }
}
dl + form + form {
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  dl + form + form {
    margin: 40px 0 0 14px;
    width: 140px;
  }
}
@media print, screen and (max-width: 768px) {
  dl + form + form {
    margin: 7.8125vw 0 0 2.6041666667vw;
    width: 27.34375vw;
  }
}
dl + form + form > input[type=submit] {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  dl + form + form > input[type=submit] {
    height: 50px;
  }
}
@media print, screen and (max-width: 768px) {
  dl + form + form > input[type=submit] {
    height: 9.765625vw;
  }
}

form {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  form {
    width: 590px;
    margin: 0 auto;
  }
}
form dl dd {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  form dl dd {
    margin: 40px 102px 0 0;
  }
}
@media print, screen and (max-width: 768px) {
  form dl dd {
    margin: 5.2083333333vw 17.3177083333vw 0 0;
  }
}
form dl dd input {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  form dl dd input {
    width: 488px;
    height: 70px;
    padding: 0 30px;
    border-top: 2px solid #8CACFF;
    border-left: 2px solid #8CACFF;
    border-bottom: 2px solid #8CACFF;
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 768px) {
  form dl dd input {
    width: 72.265625vw;
    height: 13.0208333333vw;
    padding: 0 4.6875vw;
    border-top: 0.390625vw solid #8CACFF;
    border-left: 0.390625vw solid #8CACFF;
    border-bottom: 0.390625vw solid #8CACFF;
    font-size: 3.3854166667vw;
  }
}
form dl dd input::-webkit-input-placeholder {
  color: #B9BABB;
}
form dl dd input::-moz-placeholder {
  color: #B9BABB;
}
form dl dd input::placeholder {
  color: #B9BABB;
}
form dl dd .error {
  color: #FF0000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  form dl dd .error {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 768px) {
  form dl dd .error {
    margin: 1.8229166667vw 0 0;
    font-size: 2.8645833333vw;
  }
}
form > input[type=submit] {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#283253), color-stop(98.42%, #58689D));
  background: -webkit-linear-gradient(right, #283253 0%, #58689D 98.42%);
  background: linear-gradient(270deg, #283253 0%, #58689D 98.42%);
}
@media print, screen and (min-width: 769px) {
  form > input[type=submit] {
    width: 102px;
    height: 70px;
    top: 82px;
    border: 2px solid #8CACFF;
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 768px) {
  form > input[type=submit] {
    width: 17.3177083333vw;
    height: 13.0208333333vw;
    top: 11.9791666667vw;
    border: 0.390625vw solid #8CACFF;
    font-size: 3.3854166667vw;
  }
}
@media (any-hover: hover) {
  form > input[type=submit] {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  form > input[type=submit]:hover {
    opacity: 0.7;
  }
}