@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%;
     -moz-text-size-adjust: 100%;
          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 {
  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 {
  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] {
  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;
}

* {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Rounded Mplus 1c", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 62.5%;
  font-weight: 300;
}

:root {
  --main-text-color: $base-text-color;
  --main-bg-color: $base-background-color;
}

.only--pc {
  display: initial;
}
@media screen and (max-width: 767px) {
  .only--pc {
    display: none !important;
  }
}

body {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  letter-spacing: -0.4em;
  background: #fff;
  color: var(--main-text-color);
  z-index: 0;
  text-align: center;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 400;
}

h1 {
  font-size: 18pt;
}

.text--center {
  text-align: center !important;
}

#_ID_block_container {
  display: block;
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0px;
  text-align: left;
  overflow-y: hidden;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #_ID_block_container {
    overflow-x: hidden;
  }
}

#_ID_block_pagewrapper {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  padding-top: 0px;
  z-index: 150;
}
#_ID_block_pagewrapper ._class_block_document_full {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#_ID_block_background {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 110;
  background-color: rgb(237, 115, 42);
  width: 100%;
  height: 100%;
  transition: background-color ease-in 0.2s;
}

#_ID_block_mailsend_ok ._style_block_document .body > p,
#_ID_block_mailsend_ng ._style_block_document .body > p {
  font-size: 1.4em;
  text-align: center;
}

._class_block_information {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -85%;
  z-index: 400;
  width: 70%;
  max-width: 1000px;
  min-width: 800px;
  height: 85%;
  background: #fff;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  ._class_block_information {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
}
._class_block_information ._style_block_document {
  margin-top: 0px;
  width: 100%;
  color: #415652;
}

._style_block_document {
  display: block;
  position: absolute;
  width: 70%;
  max-width: 1000px;
  min-width: 800px;
  height: 70%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  letter-spacing: normal;
  padding: 10px;
  z-index: 90;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  ._style_block_document {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
._style_block_document .title {
  display: block;
  text-align: right;
  position: relative;
  font-size: 4em;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  ._style_block_document .title {
    text-align: left;
    font-size: 3em;
  }
}
._style_block_document .description {
  text-align: center;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  ._style_block_document .description {
    text-align: left;
    font-size: inherit;
  }
}
._style_block_document .description strong {
  font-size: 1.5em;
}
._style_block_document .body-wrapper {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  ._style_block_document .body-wrapper {
    margin-top: 10px;
  }
}
._style_block_document .body-wrapper .body {
  font-size: 1.4em;
  text-align: left;
  width: 100%;
}
._style_block_document .body-wrapper ._style_block_form {
  width: 80%;
}
@media screen and (max-width: 767px) {
  ._style_block_document .body-wrapper ._style_block_form {
    width: 100%;
  }
}
._style_block_form {
  display: table;
  font-size: 1.3em;
  margin: auto;
}
@media screen and (max-width: 767px) {
  ._style_block_form {
    display: block;
    font-size: inherit;
  }
}
._style_block_form > li {
  display: table-row;
  text-align: left;
}
@media screen and (max-width: 767px) {
  ._style_block_form > li {
    display: block;
  }
}
._style_block_form > li > * {
  display: table-cell;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  ._style_block_form > li > * {
    display: block;
  }
}
._style_block_form > li > *:first-child {
  font-size: 1.2em;
  width: 25%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  ._style_block_form > li > *:first-child {
    width: 100%;
  }
}
._style_block_form > li > * .value {
  font-size: 1.3em;
  color: #006 !important;
  padding-left: 1em;
}
._style_block_form > li > * .message {
  font-size: 1.3em;
  color: #900 !important;
}
._style_block_buttonspace {
  margin-top: 10px;
  text-align: center;
}
._style_block_buttonspace > * {
  margin-bottom: 5px;
}
._style_block_border_topdown {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

._style_block_list {
  display: table;
  font-size: 1.3em;
  margin: auto;
  min-width: 750px;
}
@media screen and (max-width: 767px) {
  ._style_block_list {
    width: 100%;
    min-width: auto;
  }
}
._style_block_list > li {
  display: table-row;
  text-align: left;
}
@media screen and (max-width: 767px) {
  ._style_block_list > li {
    display: block;
  }
}
._style_block_list > li > * {
  display: table-cell;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  ._style_block_list > li > * {
    display: block;
  }
}
._style_block_list > li > *:first-child {
  width: 25%;
  vertical-align: top;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  ._style_block_list > li > *:last-child {
    font-size: 1.3em;
    padding-left: 10px;
  }
}

._style_document_list1 {
  font-size: 1.2rem;
  text-align: left;
  width: 100%;
  list-style: none;
}

._lstyle_slider {
  width: 100%;
  height: 100%;
}
._lstyle_slider .slides {
  width: 100%;
  height: 100%;
}
._lstyle_slider .slides > * {
  position: relative;
  width: 100%;
  height: 100%;
}
._lstyle_slider .slides ._slideimage {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 80%;
}
._lstyle_slider::after {
  display: block;
  position: absolute;
  background-image: url(/img/common/bg_pattern.png);
  content: " ";
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0px;
  left: 0px;
}

._pclass_sendmail_address {
  font-size: 2em !important;
  text-align: center;
  margin: 1em 0;
}

._style_text_alert {
  display: block !important;
  color: #900 !important;
}

footer {
  display: block;
  position: fixed;
  width: 100%;
  min-width: 1024px;
  height: 100px;
  letter-spacing: normal;
  z-index: 500;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
    height: 50px;
  }
}
footer > * {
  display: block;
  position: absolute;
  width: 100%;
}
footer .copyright {
  bottom: 10px;
  text-align: center;
  font-size: 10pt;
  padding: 5px 0px;
  z-index: 120;
  color: #fff;
}

select,
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=time],
input[type=mail],
textarea {
  width: 100%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px;
  background: none;
  transition: border ease-in 0.2s, background ease-in 0.2s;
}

textarea {
  resize: none;
  min-height: 100px;
}

._style_button_normal {
  border-radius: 10px;
  background: none;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 5px;
  width: 50%;
  transition: background-color ease-in 0.2s, border-color ease-in 0.2s;
}
@media screen and (max-width: 767px) {
  ._style_button_normal {
    padding: 8px;
  }
}
._style_button_invert {
  background-color: rgba(65, 86, 82, 0.1);
  color: #415652;
  border: none;
}

._class_button {
  display: inline-block;
  cursor: pointer;
}
._class_button:disabled {
  color: #999 !important;
}

._style_textarea_preview {
  height: 70px;
  max-width: 100%;
  overflow: auto;
}

header {
  display: block;
  position: fixed;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  z-index: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  header {
    height: 100px;
  }
}
header .backgroundblock {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  z-index: 110;
}
header .titleblock {
  display: block;
  position: absolute;
  width: 450px;
  height: 100%;
  z-index: 111;
}
@media screen and (max-width: 767px) {
  header .titleblock {
    width: 60%;
  }
}
header .titleblock > * {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
header .titleblock > a {
  z-index: 120;
}
header .titleblock ._svg_titlelogo {
  max-width: 500px;
}
header .titleblock ._svg_titlelogo_face {
  display: block;
  width: 100px;
  top: 9px;
  left: 165px;
  z-index: 115;
  transform: scale(0, 0);
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

ul {
  list-style: none;
}

#_ID_block_navigation {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 100px;
  z-index: 600;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #_ID_block_navigation {
    top: 5px;
    right: 5px;
  }
}
#_ID_block_navigation > .item {
  display: block;
  letter-spacing: normal;
  text-decoration: none;
  color: #fff;
  font-size: 12pt;
  margin-bottom: 5px;
  cursor: pointer;
}
#_ID_block_navigation > .item::before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-right: 5px;
  vertical-align: text-top;
}
#_ID_block_navigation > .active::before {
  background-color: rgba(255, 255, 255, 0.3);
}

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