@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Muli&display=swap);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}

/* var*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: black;
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--left .drawer-nav {
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  display: none !important;
  top: 50% !important;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer--left .drawer-nav {
    height: 30vh !important;
    margin-top: -10vh !important;
  }
}
@media only screen and (max-width: 767px) {
  .drawer--left .drawer-nav {
    height: 40vh !important;
    margin-top: -20vh !important;
  }
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  display: block !important;
  position: fixed;
  z-index: 9999;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    height: 32px;
    top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    height: 28px;
    top: 8px;
  }
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 18px 0.75rem 30px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
@media only screen and (min-width: 1100px) {
  .drawer-hamburger {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer-hamburger {
    right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .drawer-hamburger {
    right: 2em;
  }
}

.drawer-hamburger {
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
@media only screen and (min-width: 1100px) {
  .drawer-hamburger {
    display: none;
  }
}
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
}
@media only screen and (min-width: 1100px) {
  .drawer-hamburger-icon {
    margin-top: 10px;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer-hamburger-icon {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .drawer-hamburger-icon {
    margin-top: 7px;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background: black;
}

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer-hamburger-icon:after {
    width: 20px;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .drawer-hamburger-icon:after {
    width: 20px;
    margin-left: 12px;
  }
}

.drawer-open .drawer-hamburger-icon {
  background: black !important;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer-open .drawer-hamburger-icon {
    background: none !important;
    width: 35;
  }
}
@media only screen and (max-width: 767px) {
  .drawer-open .drawer-hamburger-icon {
    background: none !important;
    margin-top: 15px;
  }
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0px;
}

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) and (max-width: 1099px) {
  .drawer-open .drawer-hamburger-icon:after {
    width: 35px;
    margin-left: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .drawer-open .drawer-hamburger-icon:after {
    width: 30px;
    margin-left: 1px;
    margin-top: 0px;
  }
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.hero {
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero .hero-title {
  transform: translateY(20%);
}

.hero .afterarw {
  display: none;
}

.hero .mask {
  display: inline-block;
  overflow: hidden;
}

.hero .mask .anime {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.show-statement .hero .anime-title {
  transform: translateY(0);
  transition: transform 1200ms 100ms cubic-bezier(0.77, 0, 0.175, 1);
}

.show-statement .hero .hero-title {
  transform: translateY(40%);
  transition: transform 3000ms;
}

.show-statement2 .hero .hero-title {
  transform: translateY(0);
  transition: transform 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.show-statement2 .hero .anime-statement1 {
  transform: translateY(0);
  transition-delay: 990ms;
}

.show-statement2 .hero .anime-statement2 {
  transform: translateY(0);
  transition-delay: 1100ms;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: gill-sans-nova, "Noto Sans JP", sans-serif;
  color: black;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  html,
body {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  html,
body {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  html,
body {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  html,
body {
    -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1099px) {
  img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clear {
  clear: both;
  line-height: 0;
  height: 0;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #666666;
}

@media only screen and (min-width: 1100px) {
  .l-container {
    margin-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .l-container {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    margin-top: 60px;
  }
}

.c-btn {
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .c-btn {
    margin-top: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-btn {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn {
    margin-top: 5%;
  }
}

.c-btnLink {
  color: white;
  transition: background 0.3s;
  text-align: center;
  height: 100%;
  border-radius: 5px !important;
  letter-spacing: 0.1em;
  border: none;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .c-btnLink {
    display: block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .c-btnLink {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .c-btnLink {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink {
    display: inline-block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .c-btnLink {
    font-size: 17px;
    font-size: 0.99609375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .c-btnLink {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .c-btnLink {
    display: block;
    padding: 1em 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .c-btnLink {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-btnLink {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-btnLink:hover {
  text-decoration: none;
}

.c-btnLink--prm {
  color: white;
  transition: background 0.3s;
  text-align: center;
  height: 100%;
  border-radius: 5px !important;
  letter-spacing: 0.1em;
  border: none;
  width: 100%;
  background: black;
  color: #edb621;
}
@media only screen and (min-width: 1100px) {
  .c-btnLink--prm {
    display: block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .c-btnLink--prm {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--prm {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .c-btnLink--prm {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--prm {
    display: inline-block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .c-btnLink--prm {
    font-size: 17px;
    font-size: 0.99609375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--prm {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .c-btnLink--prm {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .c-btnLink--prm {
    display: block;
    padding: 1em 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .c-btnLink--prm {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--prm {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-btnLink--prm {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-btnLink--prm:hover {
  text-decoration: none;
}
.c-btnLink--prm:hover {
  background: #141414;
}

.c-btnLink--scnd {
  color: white;
  transition: background 0.3s;
  text-align: center;
  height: 100%;
  border-radius: 5px !important;
  letter-spacing: 0.1em;
  border: none;
  width: 100%;
  background: #edb621;
  color: black;
}
@media only screen and (min-width: 1100px) {
  .c-btnLink--scnd {
    display: block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .c-btnLink--scnd {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--scnd {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .c-btnLink--scnd {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--scnd {
    display: inline-block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .c-btnLink--scnd {
    font-size: 17px;
    font-size: 0.99609375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--scnd {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .c-btnLink--scnd {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .c-btnLink--scnd {
    display: block;
    padding: 1em 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .c-btnLink--scnd {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--scnd {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-btnLink--scnd {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-btnLink--scnd:hover {
  text-decoration: none;
}
.c-btnLink--scnd:hover {
  background: #f1c650;
}

.c-btnLink--submit {
  color: white;
  transition: background 0.3s;
  text-align: center;
  height: 100%;
  border-radius: 5px !important;
  letter-spacing: 0.1em;
  border: none;
  width: 100%;
  background: #edb621;
  color: white;
}
@media only screen and (min-width: 1100px) {
  .c-btnLink--submit {
    display: block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .c-btnLink--submit {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--submit {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .c-btnLink--submit {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--submit {
    display: inline-block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .c-btnLink--submit {
    font-size: 17px;
    font-size: 0.99609375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--submit {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .c-btnLink--submit {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .c-btnLink--submit {
    display: block;
    padding: 1em 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .c-btnLink--submit {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--submit {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-btnLink--submit {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-btnLink--submit:hover {
  text-decoration: none;
}
.c-btnLink--submit:hover {
  background: #f1c650;
}

.c-btnLink--submit--back {
  color: white;
  transition: background 0.3s;
  text-align: center;
  height: 100%;
  border-radius: 5px !important;
  letter-spacing: 0.1em;
  border: none;
  width: 100%;
  background: #eeeeee;
  color: black;
}
@media only screen and (min-width: 1100px) {
  .c-btnLink--submit--back {
    display: block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .c-btnLink--submit--back {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--submit--back {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .c-btnLink--submit--back {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--submit--back {
    display: inline-block;
    padding: 0.7em 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .c-btnLink--submit--back {
    font-size: 17px;
    font-size: 0.99609375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--submit--back {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .c-btnLink--submit--back {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .c-btnLink--submit--back {
    display: block;
    padding: 1em 2em;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .c-btnLink--submit--back {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--submit--back {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-btnLink--submit--back {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-btnLink--submit--back:hover {
  text-decoration: none;
}
.c-btnLink--submit--back:hover {
  background: #dddddd;
}
@media only screen and (min-width: 1100px) {
  .c-btnLink--submit--back {
    margin-right: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-btnLink--submit--back {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-btnLink--submit--back {
    margin-bottom: 1em;
  }
}

.c-btnIcon {
  margin-left: 0.6em;
}
.c-input {
  width: 100%;
  border: none;
  letter-spacing: 0.15em;
  border-radius: 0;
  background: #eeeeee;
}
@media only screen and (min-width: 1100px) {
  .c-input {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .c-input {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .c-input {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .c-input {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-input {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .c-input {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .c-input {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .c-input {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .c-input {
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .c-input {
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .c-input {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-input {
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 1100px) {
  .c-input--textarea {
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .c-input--textarea {
    height: 10vh;
  }
}
@media only screen and (max-width: 767px) {
  .c-input--textarea {
    height: 15vh;
  }
}

.c-link, .c-link--scnd, .c-link--prm {
  transition: color 0.3s;
}

.c-link--prm {
  color: #edb621;
}
.c-link--prm:hover {
  color: #f1c650;
}

.c-link--scnd {
  color: #edb621;
}
.c-link--scnd:hover {
  color: #f1c650;
}

.p-footer {
  background: #eeeeee;
}
@media only screen and (min-width: 1100px) {
  .p-footer {
    padding: 5% 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-footer {
    padding: 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer {
    padding: 5% 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .p-footer__catch {
    font-size: 14px;
    font-size: 0.8203125rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .p-footer__catch {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .p-footer__catch {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 999;
}
@media only screen and (min-width: 1100px) {
  .p-header {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-header {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-header {
    height: 60px;
  }
}

.p-header__inner {
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 1100px) {
  .p-header__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 2em 0 1em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-header__inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 3%;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1100px) {
  .p-header__ttl {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__ttl {
    height: 50%;
    padding-left: 1em;
  }
}
.p-header__ttl a {
  display: block;
  height: 100%;
  line-height: 1;
}

@media only screen and (min-width: 1100px) {
  .p-header__logo {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-header__logo {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__logo {
    height: 100%;
    width: auto;
  }
}

@media only screen and (min-width: 1100px) {
  .p-header__catch {
    letter-spacing: 0.01;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .p-header__catch {
    font-size: 9px;
    font-size: 0.52734375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .p-header__catch {
    font-size: 0.5625rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .p-header__catch {
    font-size: 0.5625rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-header__catch {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-header__catch {
    display: none;
  }
}

.p-drawer__list {
  height: 100% !important;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
.p-drawer__item {
  text-align: center;
  display: block;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-drawer__item {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-drawer__item {
    margin-bottom: 0.5em;
  }
}

.p-drawer__link {
  display: block;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .p-drawer__link {
    font-size: 20px;
    font-size: 1.171875rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .p-drawer__link {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .p-drawer__link {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .p-drawer__link {
    font-size: 20px;
    font-size: 1.171875rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .p-drawer__link {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-drawer__link {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-drawer__link:hover {
  text-decoration: none;
  color: #edb621;
}

.p-fixedBtm {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.p-fixedBtm__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1100px) {
  .p-form__box {
    margin-bottom: 0.6em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-form__box {
    margin-bottom: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  .p-form__box {
    margin-bottom: 3%;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .p-gnav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-gnav {
    display: none;
  }
}

@media only screen and (min-width: 1100px) {
  .p-gnav__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media only screen and (min-width: 1100px) {
  .p-gnav__item {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .p-gnav__item {
    font-size: 13px;
    font-size: 0.76171875rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .p-gnav__item {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .p-gnav__item {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}

.p-gnav__item.on {
  color: #edb621;
}

.p-hero {
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1100px) {
  .p-hero {
    height: 100%;
  }
}
.p-inner {
  margin: auto;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  .p-inner {
    width: 1100px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.p-map {
  line-height: 0;
}
.p-map__frame {
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .p-map__frame {
    height: 30vh;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-map__frame {
    height: 40vh;
  }
}
@media only screen and (max-width: 767px) {
  .p-map__frame {
    height: 50vh;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 999;
}
@media only screen and (min-width: 1100px) {
  .p-pagetop {
    bottom: 10px;
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-pagetop {
    bottom: 10px;
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-pagetop {
    bottom: 5%;
    right: 5%;
  }
}

@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .p-pagetop__btn {
    font-size: 45px;
    font-size: 2.63671875rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .p-pagetop__btn {
    font-size: 2.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .p-pagetop__btn {
    font-size: 2.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .p-pagetop__btn {
    font-size: 40px;
    font-size: 2.34375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .p-pagetop__btn {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .p-pagetop__btn {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .p-pagetop__btn {
    font-size: 35px;
    font-size: 2.05078125rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .p-pagetop__btn {
    font-size: 2.1875rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-pagetop__btn {
    font-size: 2.1875rem;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 1100px) {
  .p-section {
    margin-top: -70px;
    padding-top: 70px;
    padding-bottom: 15vh;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-section {
    margin-top: -80px;
    padding-top: 80px;
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .p-section {
    margin-top: -60px;
    margin-bottom: 10%;
    padding-top: 60px;
    padding-bottom: 15%;
  }
}

.p-section__blk {
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .p-section__blk {
    margin-top: 4%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-section__blk {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-section__blk {
    margin-top: 7%;
  }
}

.p-section__ttl {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  display: inline-block;
}
@media only screen and (min-width: 1100px) {
  .p-section__ttl {
    line-height: 1.3 !important;
    padding-bottom: 0.5em;
    border-bottom: #edb621 8px solid;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .p-section__ttl {
    font-size: 38px;
    font-size: 2.2265625rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .p-section__ttl {
    font-size: 2.375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .p-section__ttl {
    font-size: 2.375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .p-section__ttl {
    line-height: 1.3 !important;
    padding-bottom: 0.5em;
    border-bottom: #edb621 6px solid;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .p-section__ttl {
    font-size: 34px;
    font-size: 1.9921875rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .p-section__ttl {
    font-size: 2.125rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .p-section__ttl {
    font-size: 2.125rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .p-section__ttl {
    line-height: 1.3 !important;
    padding-bottom: 0.5em;
    border-bottom: #edb621 6px solid;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .p-section__ttl {
    font-size: 29px;
    font-size: 1.69921875rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .p-section__ttl {
    font-size: 1.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-section__ttl {
    font-size: 1.8125rem;
    line-height: 1.8;
  }
}
.p-section__ttl span {
  display: block;
  font-family: gill-sans-nova, "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .p-section__ttl span {
    font-size: 13px;
    font-size: 0.76171875rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .p-section__ttl span {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .p-section__ttl span {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .p-section__ttl span {
    font-size: 13px;
    font-size: 0.76171875rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .p-section__ttl span {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .p-section__ttl span {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .p-section__ttl span {
    font-size: 12px;
    font-size: 0.703125rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .p-section__ttl span {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-section__ttl span {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 1100px) {
  .p-section__ttl--holi {
    padding-top: 0.5em;
    border-top: #edb621 8px solid;
  }
}
/* front */
.front-hero {
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: black;
}
@media only screen and (min-width: 1100px) {
  .front-hero {
    height: 80vh;
    margin-bottom: 6%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-hero {
    height: 60vh;
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .front-hero {
    height: 60vh;
    margin-bottom: 6%;
  }
}

.front-hero__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.front-hero__blk {
  text-align: center;
}
.front-hero__ttlBox {
  display: block;
}
.front-hero__ttl {
  color: #edb621;
  display: block;
}
@media only screen and (min-width: 1100px) {
  .front-hero__ttl {
    font-size: 11vw;
    line-height: 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-hero__ttl {
    font-size: 13vw;
    line-height: 1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .front-hero__ttl {
    font-size: 16vw;
    line-height: 1 !important;
  }
}

.front-hero__catch {
  color: white;
}
@media only screen and (min-width: 1100px) {
  .front-hero__catch {
    font-size: 6vw;
    line-height: 1 !important;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-hero__catch {
    font-size: 6vw;
    line-height: 1 !important;
  }
}
@media only screen and (max-width: 767px) {
  .front-hero__catch {
    font-size: 7vw;
  }
}

.front-hero__lead {
  color: #edb621;
}
@media only screen and (min-width: 1100px) {
  .front-hero__lead {
    font-size: 2.3vw;
    margin-top: 0.4em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-hero__lead {
    font-size: 2.3vw;
    margin-top: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .front-hero__lead {
    font-size: 4vw;
  }
}

/*アニメーション要素のスタイル*/
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(50px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media only screen and (min-width: 1100px) {
  .front-about__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 1100px) {
  .front-about__ttlBox {
    width: 20%;
  }
}
@media only screen and (min-width: 1100px) {
  .front-about__blk {
    width: 80%;
    padding-left: 10%;
    margin-top: 0;
  }
}
.front-works {
  background-image: url(../images/front/works-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-works {
    padding-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .front-works {
    padding-bottom: 3%;
  }
}

@media only screen and (min-width: 1100px) {
  .front-works__blk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-works__blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1100px) {
  .front-works__card {
    width: 38%;
    margin: 0 3% 5%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-works__card {
    width: 47%;
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .front-works__card {
    margin-bottom: 7%;
  }
}

.front-works__cardTtl {
  font-weight: bold;
}
@media only screen and (min-width: 1100px) {
  .front-works__cardTtl {
    margin-top: 0.7em;
    line-height: 1 !important;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .front-works__cardTtl {
    font-size: 23px;
    font-size: 1.34765625rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .front-works__cardTtl {
    font-size: 1.4375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .front-works__cardTtl {
    font-size: 1.4375rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-works__cardTtl {
    margin-top: 0.8em;
    line-height: 1 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .front-works__cardTtl {
    font-size: 22px;
    font-size: 1.2890625rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .front-works__cardTtl {
    font-size: 1.375rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .front-works__cardTtl {
    font-size: 1.375rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .front-works__cardTtl {
    margin-top: 0.7em;
    line-height: 1 !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .front-works__cardTtl {
    font-size: 23px;
    font-size: 1.34765625rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .front-works__cardTtl {
    font-size: 1.4375rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .front-works__cardTtl {
    font-size: 1.4375rem;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .front-works__cardSubTtl {
    font-size: 13px;
    font-size: 0.76171875rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .front-works__cardSubTtl {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .front-works__cardSubTtl {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-works__cardSubTtl {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .front-works__cardSubTtl {
    font-size: 13px;
    font-size: 0.76171875rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .front-works__cardSubTtl {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .front-works__cardSubTtl {
    font-size: 0.8125rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .front-works__cardSubTtl {
    font-size: 12px;
    font-size: 0.703125rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .front-works__cardSubTtl {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .front-works__cardSubTtl {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 1100px) {
  .front-works__contents {
    margin-top: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-works__contents {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .front-works__contents {
    margin-top: 0.7em;
  }
}

@media only screen and (min-width: 1100px) {
  .front-company {
    padding-bottom: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-company {
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .front-company {
    padding-bottom: 5%;
  }
}

@media only screen and (min-width: 1100px) {
  .front-company__blk {
    padding: 0 10%;
  }
}
.front-company__box {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (min-width: 1100px) {
  .front-company__box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1em 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-company__box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.7em 0;
  }
}
@media only screen and (max-width: 767px) {
  .front-company__box {
    padding: 0.7em 0;
  }
}

@media only screen and (min-width: 1100px) {
  .front-company__boxHead {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-company__boxHead {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .front-company__boxHead {
    font-weight: bold;
  }
}

@media only screen and (min-width: 1100px) {
  .front-company__boxBody {
    width: 80%;
    padding-left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-company__boxBody {
    width: 80%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .front-company__boxBody {
    margin-top: 0.2em;
  }
}

.front-map__frame {
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .front-map__frame {
    height: 40vh;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-map__frame {
    height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .front-map__frame {
    height: 50vh;
  }
}

.front-recruit {
  background: #eeeeee;
}
@media only screen and (min-width: 1100px) {
  .front-recruit {
    padding-bottom: 5%;
    padding-top: 8%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-recruit {
    padding-bottom: 5%;
    padding-top: 12%;
    margin-bottom: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .front-recruit {
    padding-bottom: 5%;
    padding-top: 7em;
  }
}

.front-recruit__blk {
  background: white;
  padding: 5%;
}
@media only screen and (min-width: 1100px) {
  .front-recruit__blk {
    width: 80%;
    margin: 5% auto;
  }
}
.front-recruit__box {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (min-width: 1100px) {
  .front-recruit__box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1em 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-recruit__box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.7em 0;
  }
}
@media only screen and (max-width: 767px) {
  .front-recruit__box {
    padding: 0.7em 0;
  }
}

@media only screen and (min-width: 1100px) {
  .front-recruit__boxHead {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-recruit__boxHead {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .front-recruit__boxHead {
    font-weight: bold;
  }
}

@media only screen and (min-width: 1100px) {
  .front-recruit__boxBody {
    width: 80%;
    padding-left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-recruit__boxBody {
    width: 80%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .front-recruit__boxBody {
    margin-top: 0.2em;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .front-contact {
    padding-bottom: 7%;
  }
}
@media only screen and (max-width: 767px) {
  .front-contact {
    padding-bottom: 5%;
  }
}

@media only screen and (min-width: 1100px) {
  .front-contact__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 7%;
  }
}
@media only screen and (min-width: 1100px) {
  .front-contact__ttl {
    width: 20%;
  }
}
@media only screen and (min-width: 1100px) {
  .front-contact__blk {
    width: 60%;
    padding-left: 10%;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .front-contact__blk {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* confirm */
@media only screen and (min-width: 1100px) {
  .confirm-contents {
    margin-top: 3em;
    padding-top: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .confirm-contents {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-contents {
    padding-top: 2em;
  }
}

.confirm-contents__ttl {
  font-weight: bold;
}
@media only screen and (min-width: 1100px) and (min-width: 1100px) {
  .confirm-contents__ttl {
    font-size: 20px;
    font-size: 1.171875rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (min-width: 768px) and (max-width: 1099px) {
  .confirm-contents__ttl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 767px) {
  .confirm-contents__ttl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (min-width: 1100px) {
  .confirm-contents__ttl {
    font-size: 20px;
    font-size: 1.171875rem;
    line-height: 1.8;
  }
}
@media (min-width: 768px) and (max-width: 1099px) and (min-width: 768px) and (max-width: 1099px) {
  .confirm-contents__ttl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 767px) {
  .confirm-contents__ttl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1100px) {
  .confirm-contents__ttl {
    font-size: 18px;
    font-size: 1.0546875rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1099px) {
  .confirm-contents__ttl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .confirm-contents__ttl {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 1100px) {
  .confirm-contents__lead {
    margin: 1em 0;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .confirm-contents__lead {
    margin: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-contents__lead {
    margin: 0.7em 0;
  }
}

.confirm-contents__tbl th {
  text-align: center;
}
.confirm-contents__tbl td {
  text-align: left;
}

@media only screen and (min-width: 1100px) {
  .confirm-contents__btnBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 1100px) {
  .confirm-contents__btn {
    width: 30%;
    margin: 1em 0.5em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .confirm-contents__btn {
    height: auto !important;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .confirm-contents__btn {
    height: auto !important;
    margin-top: 1em;
  }
}

/* thanks */
.thanks-contents {
  margin-top: 2em;
}

/* contact */
/* privacy */
/* sitemap */
@media only screen and (min-width: 1100px) {
  .u-hdn--pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .u-hdn--tl {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-hdn--sp {
    display: none;
  }
}

.u-mg--0 {
  margin: 0;
}

.u-mg-t--0 {
  margin-top: 0;
}

.u-mg-r--0 {
  margin-right: 0;
}

.u-mg-b--0 {
  margin-bottom: 0;
}

.u-mg-l--0 {
  margin-left: 0;
}

@media only screen and (min-width: 1100px) {
  .u-mg--s {
    margin: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg--s {
    margin: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg--s {
    margin: 0.3%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-t--s {
    margin-top: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-t--s {
    margin-top: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-t--s {
    margin-top: 0.3%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-r--s {
    margin-right: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-r--s {
    margin-right: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-r--s {
    margin-right: 0.3%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-b--s {
    margin-bottom: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-b--s {
    margin-bottom: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-b--s {
    margin-bottom: 0.3%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-l--s {
    margin-left: 0.7em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-l--s {
    margin-left: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-l--s {
    margin-left: 0.3%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg--m {
    margin: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg--m {
    margin: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg--m {
    margin: 5%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-t--m {
    margin-top: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-t--m {
    margin-top: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-t--m {
    margin-top: 5%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-r--m {
    margin-right: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-r--m {
    margin-right: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-r--m {
    margin-right: 5%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-b--m {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-b--m {
    margin-bottom: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-b--m {
    margin-bottom: 5%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-l--m {
    margin-left: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-l--m {
    margin-left: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-l--m {
    margin-left: 5%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg--l {
    margin: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg--l {
    margin: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg--l {
    margin: 7%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-t--l {
    margin-top: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-t--l {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-t--l {
    margin-top: 7%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-r--l {
    margin-right: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-r--l {
    margin-right: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-r--l {
    margin-right: 7%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-b--l {
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-b--l {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-b--l {
    margin-bottom: 7%;
  }
}

@media only screen and (min-width: 1100px) {
  .u-mg-l--l {
    margin-left: 3em;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .u-mg-l--l {
    margin-left: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .u-mg-l--l {
    margin-left: 7%;
  }
}

.u-pd--0 {
  padding: 0;
}

.u-pd-t--0 {
  padding-top: 0;
}

.u-pd-r--0 {
  padding-right: 0;
}

.u-pd-b--0 {
  padding-bottom: 0;
}

.u-pd-l--0 {
  padding-left: 0;
}

.u-pe--none {
  pointer-events: none;
}

/* -- override -- */