/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

/**
* 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  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: 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
    ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -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 padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
* 1. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

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

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

html {
  font-size: 62.5%;
}

body {
  padding-top: 60px;
  background: #fff;
  color: #727171;
  text-align: justify;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.13em;
  word-break: break-all;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  body {
    padding-top: 120px;
  }
}
body.is-fixed {
  position: fixed;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  background-color: #fef5f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  body::before {
    height: 260px;
  }
}

main {
  display: block;
  min-height: calc(100vh - 442px);
}
@media print, screen and (min-width: 768px) {
  main {
    min-height: calc(100vh - 445px);
  }
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media print, screen and (min-width: 768px) {
  .is-hoverAction,
a {
    opacity: 1;
    transition: opacity 0.5s ease;
    cursor: pointer;
  }

  .is-hoverAction:hover,
a:hover {
    opacity: 0.8;
  }
}
select {
  width: 100%;
  padding: 6px 10px;
  background: url(../img/common/icon_arrow_gray_down.svg) no-repeat center right 10px #fff;
  background-size: auto 4px;
  border: 1px solid #727171;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  line-height: normal;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  select {
    padding: 12px 14px;
    background-position: center right 12px;
    background-size: auto 6px;
    font-size: 14px;
  }
}

.is-sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

body {
  -webkit-print-color-adjust: exact;
  width: 1200px;
  transform: scale(0.8);
  transform-origin: 0 0;
  background-color: #fff;
}

.header-menu {
  display: none;
}

.underPage-headArea {
  display: none;
}

.applySeminarArea {
  display: none;
}

.footer {
  display: none;
}

.bottomBnr {
  display: none;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9zY3NzL2ZvdW5kYXRpb24vX3Jlc2V0LnNjc3MiLCJwcmludC5jc3MiLCIuLi9zcmMvc2Nzcy9mb3VuZGF0aW9uL19iYXNlLnNjc3MiLCIuLi9zcmMvc2Nzcy9wYXJ0aWFscy9fdmFyaWFibGUuc2NzcyIsIi4uL3NyYy9zY3NzL3ByaW50LnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsc0ZBQUE7QUFFQTs0RUFBQTtBQUdBO0VBQ0Esc0JBQUE7QUNEQTs7QURJQTs7RUFFQSxtQkFBQTtBQ0RBOztBRElBO2dGQUFBO0FBR0E7Ozs7Q0FBQTtBQU1BO0VBQ0EsaUJBQUE7RUFBbUIsTUFBQTtFQUNuQiw4QkFBQTtFQUFnQyxNQUFBO0VBQ2hDLHdDQUFBO0VBQTBDLEtBQUE7QUNBMUM7O0FER0E7Z0ZBQUE7QUFHQTs7Q0FBQTtBQUlBO0VBQ0EsU0FBQTtBQ0ZBOztBREtBOztDQUFBO0FBSUE7RUFDQSxjQUFBO0FDSEE7O0FETUE7Z0ZBQUE7QUFHQTs7Ozs7Ozs7O0VBU0EsU0FBQTtBQ0pBOztBRE9BO2dGQUFBO0FBR0E7Ozs7OztFQU1BLGtCQUFBO0VBQ0Esb0JBQUE7RUFDQSxvQkFBQTtFQUNBLFNBQUE7QUNMQTs7QURRQTtnRkFBQTtBQUdBOztFQUVBLFNBQUE7RUFDQSxVQUFBO0VBQ0EsZ0JBQUE7QUNOQTs7QURTQTtnRkFBQTtBQUdBO0VBQ0EsaUJBQUE7QUNQQTs7QURVQTtFQUNBLGNBQUE7QUNQQTs7QURVQTtnRkFBQTtBQUdBOzs7Q0FBQTtBQUtBO0VBQ0EsdUJBQUE7RUFBeUIsTUFBQTtFQUN6QixTQUFBO0VBQVcsTUFBQTtFQUNYLGlCQUFBO0VBQW1CLE1BQUE7RUFDbkIsU0FBQTtFQUNBLHFCQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxjQUFBO0FDTkE7O0FEU0E7OztDQUFBO0FBS0E7RUFDQSxpQ0FBQTtFQUFtQyxNQUFBO0VBQ25DLGtCQUFBO0VBQW9CLE1BQUE7QUNMcEI7O0FEUUE7RUFDQSxtQkFBQTtBQ0xB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Q3RCQTs7QUR5QkE7RUFDQSxnQkFBQTtFQUNBLGlCQUFBO0FDdEJBOztBRHlCQTtnRkFBQTtBQUdBOztDQUFBO0FBSUE7RUFDQSxhQUFBO0FDeEJBOztBRDJCQTs7Q0FBQTtBQUlBO0VBQ0EsYUFBQTtBQ3pCQTs7QUM5Y0E7RUFDRSxnQkFBQTtBRGlkRjs7QUMvY0E7RUFDRSxpQkFBQTtFQUNBLGdCQUFBO0VBQ0EsY0NQTTtFRFFOLG1CQUFBO0VBQ0EsNkJBQUE7RUFDQSx1Q0NFVztFRERYLGlCQUFBO0VBQ0Esc0JBQUE7RUFDQSxxQkFBQTtFQUNBLGtCQUFBO0FEa2RGO0FDamRFO0VBWEY7SUFZSSxrQkFBQTtFRG9kRjtBQUNGO0FDbmRFO0VBQ0UsZUFBQTtBRHFkSjtBQ25kRTtFQUNFLFdBQUE7RUFDQSxjQUFBO0VBQ0EsV0FBQTtFQUNBLGFBQUE7RUFDQSx5QkN4QmE7RUR5QmIsa0JBQUE7RUFDQSxNQUFBO0VBQ0EsT0FBQTtFQUNBLFdBQUE7QURxZEo7QUNwZEk7RUFWRjtJQVdJLGFBQUE7RUR1ZEo7QUFDRjs7QUNwZEE7RUFDRSxjQUFBO0VBQ0EsK0JBQUE7QUR1ZEY7QUN0ZEU7RUFIRjtJQUlJLCtCQUFBO0VEeWRGO0FBQ0Y7O0FDdmRBO0VBQ0UsZUFBQTtFQUNBLGNBQUE7RUFDQSxZQUFBO0VBQ0EsMENBQUE7QUQwZEY7O0FDeGRBO0VBQ0U7O0lBRUUsVUFBQTtJQUNBLDZCQUFBO0lBQ0EsZUFBQTtFRDJkRjs7RUN6ZEE7O0lBRUUsWUFBQTtFRDRkRjtBQUNGO0FDMWRBO0VBQ0UsV0FBQTtFQUNBLGlCQUFBO0VBQ0Esd0ZBQUE7RUFDQSx5QkFBQTtFQUNBLHlCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxrQ0N2RGM7RUR3RGQsZUFBQTtFQUNBLHNCQUFBO0VBQ0EsbUJBQUE7RUFDQSxlQUFBO0FENGRGO0FDM2RFO0VBWkY7SUFhSSxrQkFBQTtJQUNBLHNDQUFBO0lBQ0EseUJBQUE7SUFDQSxlQUFBO0VEOGRGO0FBQ0Y7O0FDNWRBO0VBQ0UsY0FBQTtBRCtkRjtBQzlkRTtFQUZGO0lBR0ksYUFBQTtFRGllRjtBQUNGOztBQy9kQTtFQUNFLGFBQUE7QURrZUY7QUNqZUU7RUFGRjtJQUdJLGNBQUE7RURvZUY7QUFDRjs7QUczakJBO0VBQ0UsaUNBQUE7RUFDQSxhQUFBO0VBQ0EscUJBQUE7RUFDQSxxQkFBQTtFQUNBLHNCQUFBO0FIOGpCRjs7QUczakJFO0VBQ0UsYUFBQTtBSDhqQko7O0FHM2pCQTtFQUNFLGFBQUE7QUg4akJGOztBRzVqQkE7RUFDRSxhQUFBO0FIK2pCRjs7QUc3akJBO0VBQ0UsYUFBQTtBSGdrQkY7O0FHOWpCQTtFQUNFLGFBQUE7QUhpa0JGIiwiZmlsZSI6InByaW50LmNzcyJ9 */