/*! normalize.css v8.0.0 | 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 {
  overflow-x: hidden;
  margin: 0; }

/**
 * 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 {
  text-decoration: none;
  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; }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }

html {
  visibility: hidden; }
  html body {
    background-color: white;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-family: 'Noto Sans Japanese', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html.wf-active {
  visibility: visible; }

@media screen and (max-width: 768px) {
  html {
    font-size: 14px; } }

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.regurar {
  font-family: fot-tsukuardgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal; }

.bold {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal; }

.e_title {
  font-family: tekton-pro,sans-serif;
  font-weight: 700;
  font-style: normal; }

.black {
  color: #333; }

.yellow {
  color: #D5A371; }

.blue {
  color: #71C7D5; }

.red{
  color: #D57171;
}

main h2, main h1 {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-left: 16px;
  position: relative; }
  main h2::after, main h1::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #333;
    top: -6px;
    left: 0; }
  main h2::before, main h1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #333;
    bottom: -6px;
    left: 0; }

main h1 {
  width: calc(100% - 16px);
  max-width: 1080px;
  margin-right: auto !important;
  margin-left: auto !important; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

section.contact {
  max-width: 1080px;
  margin: 0 auto; }
  section.contact .form_container {
    width: 95%;
    margin: 0 auto; }
  section.contact .form_content {
    width: 100%; }
    section.contact .form_content label {
      display: block; }
    section.contact .form_content input {
      width: 50%;
      border: 1px solid #333;
      padding: 4px 0 4px 8px;
      border-radius: 5px !important; }
    section.contact .form_content select{
      width: calc(100% - 12px);
    }
    section.contact .form_content textarea{
      width: calc(100% - 12px);
      border: 1px solid #333;
      height: 20rem;
      border-radius: 5px !important; }
  section.contact input[type="submit"] {
    border-radius: 5px !important;
    border: 0px;
    background-color: #71C7D5;
    color: white;
    padding: .5rem 2rem; }

@media screen and (max-width: 768px){
  section.contact .form_content input {
    width: calc(100% - 12px);
    border: 1px solid #333;
    padding: 4px 0 4px 8px;
    border-radius: 5px !important;
  }
}


h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal; }

.ultimate {
  font-size: 3.5rem; }

.huge {
  font-size: 3rem; }

.large {
  font-size: 2.5rem; }

.bigger {
  font-size: 2rem; }

.big {
  font-size: 1.5rem; }

.semi_big {
  font-size: 1.25rem; }

.regular {
  font-size: 1rem; }

.small {
  font-size: .875rem; }

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

.text-right {
  text-align: right; }

.bold {
  font-weight: bold; }

header {
  height: 122px; }
  header a {
    width: 232px; }
    header a svg {
      width: 100%; }
    header a h1{
      width: 100%;
    }
  header .header_inner {
    max-width: 1080px;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  header ul {
    padding: 0;
    list-style: none; }
    header ul li {
      padding: 0 1rem;
      border-left: 1px solid #333; }
      header ul li a {
        width: 100%;
        display: block;
        text-decoration: none; }
      header ul li:first-child {
        border-left: 0; }

@media screen and (max-width: 768px) {
  header {
    margin-top: 20px; }
    header .header_inner {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      header .header_inner ul {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        header .header_inner ul li {
          padding: 0.5rem; }
          header .header_inner ul li:first-child {
            margin-left: 0; } }

footer {
  margin-top: 88px;
  padding-bottom: 20px; }
  footer .svg {
    width: 232px; }
    footer .svg svg {
      width: 100%; }
  footer .header_inner {
    max-width: 1080px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer ul {
    padding: 0;
    list-style: none; }
    footer ul li {
      margin-left: 1rem; }
      footer ul li:first-child {
        margin-left: 0; }

@media screen and (max-width: 768px) {
  footer .header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important; }
    footer .header_inner ul li:first-child {
      margin-left: 0; } }

section.not_found{
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}