@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

html {
  font-size: 10px;
}

small {
  font-size: 1.2rem;
}

body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", Meiryo,, sans-serif;
  font-size: 1.6rem;
  color: #262627;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

body p {
  font-size: 1.6rem;
  line-height: 2.0em;
}

@media screen and (max-width: 767px) {
  body p {
    font-size: 1.3rem;
  }
}

.row:not(:last-child) {
  margin-bottom: 2.0em;
}

figure {
  text-align: center;
}

figure img {
  max-width: 100%;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

section {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  section {
    margin-bottom: 40px;
  }
}

p {
  display: block;
  width: 100%;
  margin-bottom: 2.0em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #262627;
  text-decoration: none;
}

a[href^="tel:"] {
  color: #262627;
  text-decoration: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 999px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
  }
}

@media (min-width: 1000px) {
  .container {
    max-width: 999px;
  }
}

@media (max-width: 767px) {
  .col {
    margin-bottom: 4%;
  }
}

.highlight {
  background: #f2f5f5;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .highlight {
    padding: 40px 0;
  }
}

.inverse p, .inverse h2, .inverse h3, .inverse h4 {
  color: #FFF;
}

.reverse.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 1000px) {
  .sp-only2 {
    display: none !important;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
  .pc-text-right {
    text-align: right;
  }
  .pc-text-left {
    text-align: left;
  }
}

.text-primary {
  color: #1b1b1b !important;
}

.text-secondary {
  color: #f47920 !important;
}

.text-third {
  color: #1b1b1b !important;
}

.text-white {
  color: #FFF !important;
}

.text-xxlarge {
  font-size: 3.6rem;
}

.text-xlarge {
  font-size: 2.4rem;
}

.text-large {
  font-size: 1.8rem;
}

.text-small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .text-xxlarge {
    font-size: 2.4rem;
  }
  .text-xlarge {
    font-size: 1.8rem;
  }
  .text-large {
    font-size: 1.5rem;
  }
  .text-small {
    font-size: 1.1rem;
  }
  .sp-half {
    zoom: 0.5;
  }
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center .flex-center__inner {
  display: block;
  width: 100%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

main {
  margin-top: 40px;
}

main .main_container {
  max-width: 999px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .main_container #side {
  width: 300px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

main .main_container #main_content {
  width: calc(100% - 300px);
  padding-right: 25px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 992px) {
  main .main_container #side {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  main .main_container #main_content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-left: 0;
  }
}

body.home main {
  margin-top: 0;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  body.home main {
    margin-top: 0;
  }
}

header.typeA {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #FFF;
  height: 80px;
  color: #262627;
  position: relative;
  z-index: 100;
}

header.typeA a {
  color: #262627;
}

header.typeA .header__inner {
  margin: 0 auto;
  padding: 0;
  border-bottom: 2px solid #1b1b1b;
  height: 80px;
}

header.typeA .header__inner .container {
  max-width: 999px;
  padding-right: 15px;
  padding-left: 15px;
}

header.typeA .header__inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

header.typeA .header__nav {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 30px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

header.typeA .header__iconNav i {
  font-size: 2.4rem;
}

@media screen and (min-width: 1201px) {
  header.typeA .header__iconNav.hasChildren {
    position: relative;
  }
  header.typeA .header__iconNav.hasChildren:after {
    content: "";
    top: 50%;
    right: 1em;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

header.typeA .header__info_wrap {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px 0;
}

header.typeA .header__info {
  position: absolute;
  top: 20px;
  right: 0;
}

header.typeA .header__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

header.typeA .header__info ul li {
  display: inline-block;
  list-style: none;
}

header.typeA .header__info ul li:not(:last-child) {
  margin-right: 10px;
}

header.typeA .header__info .button {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

header.typeA .header__logo {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header.typeA .header__logo > a img,
header.typeA .header__logo > img {
  display: inline-block;
  width: 120px;
  height: auto;
  height: auto !important;
}

header.typeA .header__subtitle {
  display: block;
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 1201px) {
  header.typeA .header__subtitle {
    margin-top: 10px;
  }
}

header.typeA .header__subtitle img {
  max-width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

header.typeA .header__iconNav,
header.typeA .header__nav {
  height: 80px;
}

header.typeA .header__iconNav > ul,
header.typeA .header__nav > ul {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header.typeA .header__iconNav > ul li,
header.typeA .header__nav > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.typeA .header__iconNav > ul li > span,
header.typeA .header__iconNav > ul li a,
header.typeA .header__nav > ul li > span,
header.typeA .header__nav > ul li a {
  padding: 0 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  header.typeA .header__iconNav > ul li > span,
  header.typeA .header__iconNav > ul li a,
  header.typeA .header__nav > ul li > span,
  header.typeA .header__nav > ul li a {
    padding: 0 1.5em 0 0.5em;
  }
}

header.typeA .header__iconNav > ul li > span > span,
header.typeA .header__iconNav > ul li a > span,
header.typeA .header__nav > ul li > span > span,
header.typeA .header__nav > ul li a > span {
  text-align: center;
}

header.typeA .header__iconNav > ul li > span:before,
header.typeA .header__iconNav > ul li a:before,
header.typeA .header__nav > ul li > span:before,
header.typeA .header__nav > ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #1b1b1b;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

header.typeA .header__iconNav > ul li > span:hover,
header.typeA .header__iconNav > ul li a:hover,
header.typeA .header__nav > ul li > span:hover,
header.typeA .header__nav > ul li a:hover {
  color: #1b1b1b;
}

header.typeA .header__iconNav > ul li > span:hover:before,
header.typeA .header__iconNav > ul li a:hover:before,
header.typeA .header__nav > ul li > span:hover:before,
header.typeA .header__nav > ul li a:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

header.typeA .header__iconNav > ul li.hasChildren > a,
header.typeA .header__nav > ul li.hasChildren > a {
  cursor: pointer;
}

header.typeA .header__iconNav > ul li.hasChildren > a:after,
header.typeA .header__nav > ul li.hasChildren > a:after {
  content: "";
  top: 50%;
  right: 0.5em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

header.typeA .header__iconNav > ul li.hasChildren > a.open:after,
header.typeA .header__nav > ul li.hasChildren > a.open:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 1201px) {
  header.typeA .header__iconNav > ul li.hasChildren.header__nav--megamenu > ul,
  header.typeA .header__nav > ul li.hasChildren.header__nav--megamenu > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1b1b1b;
    padding: 40px;
  }
  header.typeA .header__iconNav > ul li.hasChildren.header__nav--megamenu > ul:after,
  header.typeA .header__nav > ul li.hasChildren.header__nav--megamenu > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  header.typeA .header__iconNav > ul li.hasChildren.header__nav--megamenu > ul:before,
  header.typeA .header__nav > ul li.hasChildren.header__nav--megamenu > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50vw;
    left: -50vw;
    background: #1b1b1b;
  }
  header.typeA .header__iconNav > ul li.hasChildren.header__nav--megamenu > ul > li,
  header.typeA .header__nav > ul li.hasChildren.header__nav--megamenu > ul > li {
    display: block;
    float: left;
    width: 25%;
  }
  header.typeA .header__iconNav > ul li.hasChildren.header__nav--megamenu > ul > li a,
  header.typeA .header__nav > ul li.hasChildren.header__nav--megamenu > ul > li a {
    display: block;
    color: #FFF;
    padding: 0.75em 0.25em 0.75em 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
  }
  header.typeA .header__iconNav > ul li.hasChildren.header__nav--megamenu > ul > li a:after,
  header.typeA .header__nav > ul li.hasChildren.header__nav--megamenu > ul > li a:after {
    content: "";
    top: 50%;
    left: 0;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  header.typeA .header__iconNav > ul li.hasChildren.header__nav--megamenu > ul > li a:hover,
  header.typeA .header__nav > ul li.hasChildren.header__nav--megamenu > ul > li a:hover {
    color: #FFF;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header.typeA .header__iconNav > ul li.hasChildren.header__nav--megamenu > ul > li a:hover:after,
  header.typeA .header__nav > ul li.hasChildren.header__nav--megamenu > ul > li a:hover:after {
    left: 5px;
  }
}

@media screen and (min-width: 1201px) {
  header.typeA .header__iconNav > ul li.hasChildren:not(.header__nav--megamenu),
  header.typeA .header__nav > ul li.hasChildren:not(.header__nav--megamenu) {
    position: relative;
  }
  header.typeA .header__iconNav > ul li.hasChildren:not(.header__nav--megamenu) > ul,
  header.typeA .header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul {
    display: none;
    position: absolute;
    background: rgba(27, 27, 27, 0.9);
    top: 100%;
    width: 200px;
    left: -200px;
    right: -200px;
    margin: auto;
  }
  header.typeA .header__iconNav > ul li.hasChildren:not(.header__nav--megamenu) > ul:after,
  header.typeA .header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  header.typeA .header__iconNav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li,
  header.typeA .header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li {
    display: block;
  }
  header.typeA .header__iconNav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a,
  header.typeA .header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a {
    display: block;
    color: #FFF;
    padding: 1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
  }
  header.typeA .header__iconNav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a:hover,
  header.typeA .header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a:hover {
    background: #1b1b1b;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  header.typeA .header__iconNav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a:hover:after,
  header.typeA .header__nav > ul li.hasChildren:not(.header__nav--megamenu) > ul > li a:hover:after {
    left: 5px;
  }
}

header.typeA .header__iconNav > ul li.hasChildren > span:after,
header.typeA .header__nav > ul li.hasChildren > span:after {
  content: "";
  top: 50%;
  right: 0.5em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

header.typeA .header__iconNav > ul li.hasChildren > span.open:after,
header.typeA .header__nav > ul li.hasChildren > span.open:after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 999px) {
  header.typeA .header__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 999px) and (min-width: 1000px) {
  header.typeA .header__logo {
    padding: 25px 0;
  }
}

@media screen and (max-width: 999px) {
  header.typeA .header__logo > a img,
  header.typeA .header__logo > img {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  header.typeA .header__logo {
    padding: 20px 0;
  }
  header.typeA .header__info {
    top: 18px;
    right: 0;
  }
  header.typeA .header__info .button {
    min-width: 120px;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  header.typeA .header__info .button {
    font-size: 1.2rem;
  }
}

header.typeA .menu-toggle {
  cursor: pointer;
}

header.typeA #menu-icon,
header.typeA #sNav,
header.typeA .menuBg--close {
  display: none;
}

@media screen and (max-width: 1200px) {
  header.typeA {
    position: relative;
    z-index: 1000;
    height: 60px;
  }
  header.typeA .header__inner {
    height: 100%;
    position: relative;
  }
  header.typeA .header__inner .container,
  header.typeA .header__inner .row {
    height: 100%;
  }
  header.typeA .header__inner .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header.typeA .header__inner .row .header__logo {
    padding: 12px 0;
  }
  header.typeA .header__inner .row .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    overflow: scroll;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    z-index: 2;
    margin-left: 0;
    height: auto;
    background: #f2f5f5 !important;
    padding: 20px;
  }
  header.typeA .header__inner .row .header__nav.open {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  header.typeA .header__inner .row .header__nav.open:before {
    display: block;
  }
  header.typeA .header__inner .row .header__nav > ul {
    height: auto;
    font-size: 1.2rem;
    display: block;
  }
  header.typeA .header__inner .row .header__nav > ul li {
    text-align: left;
    display: block;
    width: 100%;
  }
  header.typeA .header__inner .row .header__nav > ul li > span,
  header.typeA .header__inner .row .header__nav > ul li a {
    display: block;
    color: #262627;
    padding: 1.0em 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  header.typeA .header__inner .row .header__nav > ul li.header__nav--spTitle {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  header.typeA .header__inner .row .header__nav > ul li.header__nav--spLogin {
    font-size: 14px;
  }
  header.typeA .header__inner .row .header__nav > ul li.header__nav--spLogin i {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
  }
  header.typeA .header__inner .row .header__nav > ul li.gnav_facebook {
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
    width: 36px;
    height: 36px;
  }
  header.typeA .header__inner .row .header__nav > ul li.gnav_facebook a {
    border-bottom: 0;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #262627;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  header.typeA .header__inner .row .header__nav > ul li.gnav_facebook a span {
    font-size: 16px;
  }
  header.typeA .header__inner .row .header__nav > ul li.hasChildren > ul {
    display: none;
  }
  header.typeA .header__inner .row .header__nav > ul li.hasChildren > ul li a {
    padding-left: 1em;
  }
  header.typeA .header__inner .row .header__iconNav,
  header.typeA .header__inner .row .header__iconNav > ul {
    height: 60px;
  }
  header.typeA .header__inner .row .header__iconNav > ul > li span {
    padding: 0 1.25em;
  }
  header.typeA .header__inner .row .header__iconNav > ul > li span:before {
    content: none;
  }
}

@media screen and (max-width: 1200px) {
  header.typeA .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  header.typeA .menuBg--close {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2;
    left: 0;
  }
  header.typeA .menuBg--close i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 3rem;
    color: #FFF;
  }
  header.typeA .menuBg--close.open {
    display: block;
  }
  header.typeA .fixed .menuBg--close {
    left: 0;
  }
  header.typeA .header__iconNav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  header.typeA #menu-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    width: 30px;
    height: 24px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header.typeA #menu-icon span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #1b1b1b;
  }
  header.typeA #menu-icon span:nth-of-type(1) {
    top: 0;
  }
  header.typeA #menu-icon span:nth-of-type(2) {
    top: 10px;
  }
  header.typeA #menu-icon span:nth-of-type(3) {
    bottom: 0;
  }
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

footer.partslist {
  background: #f47920;
  color: #FFF;
}

@media screen and (max-width: 991px) {
  footer.partslist .container {
    padding: 0;
  }
}

footer.partslist .row {
  margin-bottom: 0 !important;
}

footer.partslist .footer_nav {
  padding: 20px 0;
  margin-bottom: 0;
}

footer.partslist .footer_nav ul {
  display: block;
  text-align: center;
}

footer.partslist .footer_nav ul li {
  display: inline-block;
  padding: 0 0.3em;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  footer.partslist .footer_nav ul li {
    border-right: 1px solid #fff;
  }
  footer.partslist .footer_nav ul li:last-child {
    border-right: none;
  }
}

footer.partslist .footer_nav ul li a {
  color: #FFF;
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
  display: inline-block;
}

footer.partslist .footer_nav ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #FFF;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

footer.partslist .footer_nav ul li a:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  footer.partslist .footer_nav ul li {
    display: block;
    border-bottom: 1px solid #FFF;
    padding: 0;
  }
  footer.partslist .footer_nav ul li a {
    display: block;
    padding: 1.0em;
    color: #FFF;
  }
}

footer.partslist .copyright {
  text-align: center;
  width: 100%;
  display: block;
  line-height: 1.4;
  padding: 1.5em 0.5em;
  background: #fff;
  color: #f47920;
}

.paymentBox {
  list-style: none;
  display: block;
}

.paymentBox > li {
  display: inline-block;
  margin: 0px 5px 5px 5px;
}

.paymentBox > li:first-child {
  margin-left: 0;
}

.paymentBox > li > i {
  font-size: 4.0rem;
}

.paymentBox img {
  max-width: 100%;
}

.breadCrumb_wrap #breadCrumb {
  padding: 1.0em 0;
}

@media (max-width: 767px) {
  .breadCrumb_wrap #breadCrumb {
    padding: 0;
  }
}

.breadCrumb_wrap #breadCrumb ul li {
  display: inline-block;
  list-style: none;
  color: #262627;
}

.breadCrumb_wrap #breadCrumb ul li a {
  color: #262627;
}

.side__title {
  font-size: 1.6rem;
  padding: 1em 0.5em 1em 1em;
  margin-bottom: 10px;
  text-align: left;
  letter-spacing: 0.075em;
  background: #f2f5f5;
}

.side__title:after {
  content: none;
}

.side__title:before {
  content: "";
  height: 14px;
  width: 4px;
  top: 50%;
  left: 0;
  background: #CC0001;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.side__menuWrap {
  margin-bottom: 40px;
}

.side__menuWrap ul {
  display: block;
}

.side__menuWrap ul li {
  display: block;
  list-style: none;
}

.side__menuWrap ul li span, .side__menuWrap ul li a {
  display: block;
  padding: 1.0em 0.5em;
  color: #262627;
}

.side__menuWrap ul li span:hover, .side__menuWrap ul li a:hover {
  color: #1b1b1b;
}

@media screen and (max-width: 992px) {
  .side__title {
    font-size: 2.4rem;
  }
  .side__menuWrap {
    margin-bottom: 40px;
  }
  .side__menuWrap ul li span, .side__menuWrap ul li a {
    display: block;
    padding: 1.25em 0.5em;
    border-bottom: 1px solid #e0e0e0;
    color: #262627;
  }
  .side__menuWrap ul li span:hover, .side__menuWrap ul li a:hover {
    color: #1b1b1b;
  }
}

.side__search {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.side__search #searchform input {
  width: 100%;
  padding: 10px 45px 10px 20px;
  border: 1px solid #d7d7d9;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.side__search #searchsubmit {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #262627;
  font-size: 20px;
  background: transparent;
  border: 0;
}

.side__search #searchsubmit i:before {
  z-index: 2;
  font-size: 1.6rem;
}

.header__search {
  width: 100%;
  position: relative;
}

.header__search #searchform input {
  width: 100%;
  padding: 10px 45px 10px 20px;
  border: 1px solid #d7d7d9;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.header__search #searchsubmit {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #262627;
  font-size: 20px;
  background: transparent;
  border: 0;
}

.header__search #searchsubmit i:before {
  z-index: 2;
  font-size: 1.6rem;
}

.nav__search {
  position: relative;
  cursor: pointer;
}

.header__search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin: auto;
  width: 280px;
}

@media screen and (max-width: 1200px) {
  .header__search {
    top: 100%;
    top: calc(100% + 1px);
  }
}

section {
  margin-bottom: 0;
}

@media (max-width: 999px) {
  main {
    overflow: hidden;
  }
}

#header {
  background: #ffec49;
  padding: 5px 0;
}

@media screen and (max-width: 999px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
}

.headerRow {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#headerNav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 999px) {
  #headerNav {
    display: none;
  }
}

#headerNav a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
}

#headerNav a:not(:first-child):before {
  content: '/';
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 999px) {
  #logo {
    width: 90px;
  }
}

#logo img {
  max-width: 100%;
}

main {
  margin: auto;
}

.maxImg {
  width: 100%;
  max-width: 100%;
}

h2 img {
  max-width: 100%;
}

.container.narrowContainer {
  max-width: 999px;
}

.mainImageSec h1 img {
  width: 100%;
}

.mainImageSec {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .mainImageSec ul {
    list-style: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    right: 0;
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .mainImageSec .sp-only2 img {
    width: 100%;
  }
}

#mainVisual {
  background: #fffcc3;
  padding: 40px 0 60px;
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  #mainVisual {
    margin-top: 65px;
    padding: 20px 0;
  }
}

#mainVisual img {
  max-width: 100%;
}

.mangaSec {
  background: #fffcc3;
  padding: 40px 0 60px;
}

@media (max-width: 999px) {
  .container {
    overflow: visible;
  }
}

#contactForm {
  padding: 60px 0;
  background: #f47920;
}
#sideMenu #sideInner {
  list-style: none;
  display: block;
}
@media screen and (min-width: 1000px) {
  #sideMenu #sideInner {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
  }
}

#sideMenu ul {
  list-style: none;
  display: block;
}

#sideMenu ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}

#sideMenu ul li:nth-child(1) {
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  #menu-icon_cus {
    display: none;
  }
  #sideMenu {
    position: fixed;
    right: -10px;
    top: 8vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
    width: 225px;
  }
  #sideInner {
    border-radius: 10px;
    border: 4px solid #1b1b1b;
    padding: 10px;
    background: #fffcdb;
  }
  #sideInner ul {
    padding: 20px 15px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    border: 4px solid #fffcc3;
  }
  #sideInner ul li a {
    text-align: center;
    display: block;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 2px dotted #1b1b1b;
    font-size: 15px;
  }
  #sideInner ul li a:hover {
    color: #00bfe2;
  }
  #sideMenu.scrollDone {
    opacity: 0.7;
  }
  .sideContact {
    margin-bottom: 15px;
    margin-top: 15px;
    border: 3px solid #1b1b1b;
    background: #00bfe2;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sideContact img {
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (max-width: 999px) {
  #sideMenu {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
  }
  #sideMenu.open {
    pointer-events: all;
  }
  #sideMenu .container {
    overflow: visible;
  }
  #sideMenu #sideInner {
    display: none;
    position: absolute;
    top: 0;
    background: #fffcdb;
    right: 0px;
    bottom: 0;
    text-align: center;
    left: 0px;
    background: rgba(255, 252, 219, 0.9);
    padding: 50px 15px 15px 15px;
  }
  #sideMenu ul.open {
    pointer-events: all;
  }
  #sideMenu ul li:not(.shiryou) a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px dotted #ffec49;
    padding: 10px 0;
  }
  #sideMenu ul li.shiryou a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #1b1b1b;
    background: #00bfe2;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    padding: 15px;
  }
  #sideMenu ul li.shiryou a img {
    display: inline-block;
    margin-right: 5px;
  }
  #menu-icon_cus {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    pointer-events: all;
  }
  #menu-icon_cus span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f47920;
  }
  #menu-icon_cus span:nth-of-type(1) {
    top: 0;
  }
  #menu-icon_cus span:nth-of-type(2) {
    top: 10px;
  }
  #menu-icon_cus span:nth-of-type(3) {
    bottom: 0;
  }
  #menu-icon_cus {
    z-index: 1001;
  }
  #menu-icon_cus.open.open {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  #menu-icon_cus.open.open span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #menu-icon_cus.open.open span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 0.8s forwards;
    animation: active-menu-bar02 0.8s forwards;
  }
  #menu-icon_cus.open.open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  #sideMenu .pc-only{
    display: none !important;
  }
}

h2 {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}

h3 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
}

.mangaSec img {
  max-width: 100%;
}

p.content {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
}

@media (max-width: 999px) {
  p.content {
    font-size: 12px;
  }
}

#content01 {
  background: #ffec49;
  padding: 100px 0 60px 0;
}

#content01 h2 {
  margin-top: -20px;
}

#content01 h2 span {
  background: #ffec49;
  display: inline-block;
  padding: 0 40px;
}

#content01 figure {
  margin-bottom: 30px;
}

#content01 .content01Wrap01 {
  border-radius: 10px;
  padding: 0 0 30px 0;
  border: 4px solid #fff;
}

@media (max-width: 999px) {
  #content01 .content01Wrap01 {
    padding: 0 20px 30px 20px;
  }
}

@media (max-width: 999px) {
  #content01 {
    padding: 60px 0 30px;
  }
}

#content02 {
  background: #ffec49;
  padding: 100px 0 60px 0;
}

#content02 h2 {
  margin-top: -20px;
}

#content02 h2 span {
  background: #ffec49;
  display: inline-block;
  padding: 0 40px;
}

@media (max-width: 999px) {
  #content02 h2 span {
    padding: 0 20px;
  }
}

#content02 .content02Wrap01 {
  border-radius: 10px;
  padding: 0 0 30px 0;
  border: 4px solid #fff;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #content02 .content02Wrap01 {
    padding: 0px 20px 20px;
  }
}

#content02 .content02_box {
  border-radius: 500px;
  margin-bottom: 30px;
  border: 4px solid #fff;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  #content02 .content02_box {
    border-radius: 171px;
  }
}

#content02 .content02_box p.content {
  text-align: left;
}

#content02 .content02_box .content02_boxTxt {
  padding-left: 25px;
}

@media (max-width: 767px) {
  #content02 .content02_box {
    display: block;
    padding-bottom: 75px;
  }
  #content02 .content02_box img {
    max-width: 100%;
  }
  #content02 .content02_box .content02_boxImg {
    margin-bottom: 15px;
    text-align: center;
  }
  #content02 .content02_box .content02_boxTxt {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  #content02 .content02_box .content02_boxImg {
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  #content02 .content02_box .content02_boxTxt {
    max-width: calc(100% - 200px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
  }
  #content02 .content02_box img{
    max-width: 100%;
  }
}

#content02 .content02_box h4 {
  margin-bottom: 10px;
}

.contactBtn img {
  max-width: 100%;
}

#content03 {
  background: #ffec49;
  padding: 60px 0 1px;
}

#content03 .content03_box {
  border-radius: 10px;
  padding: 50px;
  border: 4px solid #fff;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 999px) {
  #content03 .content03_box {
    padding: 20px;
    margin-bottom: 30px;
  }
}

#content03 .content03_box > * {
  position: relative;
  z-index: 3;
}

#content03 .content03_box:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: -5px;
  bottom: -5px;
  background: #ffec49;
}

#content03 .content03Row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
#content03 .content03Txt {
  padding-left: 30px;
}
#content03 .content03Row img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #content03 .content03Row {
    display: block;
  }
  #content03 .content03Row .content03Img {
    margin-bottom: 20px;
    text-align: center;
  }
  #content03 .content03Txt {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #content03 .content03Row .content03Img {
    max-width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}




#content03 h3 {
  text-align: left;
  margin-bottom: 10px;
}

#content03 p.content {
  text-align: left;
}

#content03 .content03_box2 {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

#content03 .content03_box2 h4 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 15px;
}

#content03 .content03_box2 p {
  font-size: 13px;
  font-weight: bold;
}

@media (max-width: 999px) {
  #content03 .content03_box2 {
    padding: 20px 10px;
  }
  #content03 .content03_box2 h4, #content03 .content03_box2 p {
    font-size: 11px;
  }
  #content03 .content03_box2 .col-12 {
    margin-bottom: 0;
  }
}

#content03 .content03_box2 ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
}

#content03 .content03_box2 ul li {
  font-size: 14px;
  line-height: 2;
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 0px;
  padding-right: 40px;
}

#content04 {
  background: #ffec49;
  padding: 60px 0 60px;
}

#content04 .voice_box {
  margin-bottom: 60px;
  padding: 50px 60px 50px 30px;
}

#content04 .voice_box p {
  font-weight: bold;
}

#content04 .voice_box.voice_box1 {
  height: 411px;
  background: url(../img/content04_bg1.png) no-repeat;
  background-size: 999px 411px;
  background-position: left top;
}

#content04 .voice_box.voice_box2 {
  height: 439px;
  background: url(../img/content04_bg2.png) no-repeat;
  background-size: 999px 439px;
  background-position: left top;
  padding-left: 75px;
  padding-right: 35px;
}

#content04 .voice_box.voice_box3 {
  height: 591px;
  background: url(../img/content04_bg3.png) no-repeat;
  background-size: 999px 591px;
  background-position: left top;
}

#content04 .voice_box h3 {
  text-align: left;
}

#content04 .voice_box .fukidashi {
  display: none;
}

@media (max-width: 999px) {
  #content04 .voice_box .fukidashi {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 20px;
    left: -20px;
  }
}

@media (max-width: 999px) {
  #content04 .voice_box {
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  #content04 .voice_box > * {
    position: relative;
    z-index: 4;
  }
  #content04 .voice_box:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    z-index: 3;
  }
  #content04 .voice_box:after {
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(10px) translateY(10px);
    transform: translateX(10px) translateY(10px);
    display: block;
    background: url(../img/putturn.png);
    z-index: 2;
  }
  #content04 .voice_box.voice_box1 {
    margin-left: 10px;
    height: auto;
    background: #fff;
    padding: 30px 20px;
  }
  #content04 .voice_box.voice_box2 {
    margin-right: 10px;
    height: auto;
    background: #fff;
    padding: 30px 20px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  #content04 .voice_box.voice_box2 .fukidashi {
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
    left: auto;
    right: -20px;
  }
  #content04 .voice_box.voice_box2:after {
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-10px) translateY(10px);
    transform: translateX(-10px) translateY(10px);
    display: block;
    background: url(../img/putturn.png);
    z-index: 2;
  }
  #content04 .voice_box.voice_box3 {
    margin-left: 10px;
    height: auto;
    background: #fff;
    padding: 30px 20px;
  }
}

#content05 {
  background: #ffec49;
  padding: 100px 0 60px 0;
}

#content05 h2 {
  margin-top: -20px;
}

#content05 h2 span {
  background: #ffec49;
  display: inline-block;
  padding: 0 40px;
}

#content05 figure {
  margin-bottom: 30px;
}

#content05 .content05Wrap {
  border-radius: 10px;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border: 4px solid #fff;
}

@media (max-width: 999px) {
  #content05 .content05Wrap {
    padding: 0 20px;
  }
}

#content06 {
  background: #ffec49;
  padding: 100px 0 60px 0;
}

#content06 h2 {
  margin-top: -20px;
}

#content06 h2 span {
  background: #ffec49;
  display: inline-block;
  padding: 0 40px;
}

#content06 figure {
  margin-bottom: 30px;
}

#content06 .content06Wrap {
  border-radius: 10px;
  padding: 0 50px 50px 50px;
  margin-bottom: 30px;
  border: 4px solid #fff;
}

@media (max-width: 999px) {
  #content06 .content06Wrap {
    padding: 0 20px 20px;
  }
}

#content06 .content06_box {
  margin-bottom: 60px;
}

@media (max-width: 999px) {
  #content06 .content06_box {
    margin-bottom: 30px;
  }
}

#content06 h3 {
  text-align: left;
  margin-bottom: 25px;
}

@media (max-width: 999px) {
  #content06 h3 {
    margin-bottom: 15px;
  }
}

#content06 h3 img {
  max-width: 100%;
}

#content06 p.content {
  text-align: left;
  font-size: 16px;
}

@media (max-width: 999px) {
  #content06 p.content {
    font-size: 12px;
  }
}

#contact {
  background: #fffcc3;
  padding: 60px 0;
}

#contact table {
  width: 100%;
  border: 3px solid #1b1b1b;
}

#contact table tr th, #contact table tr td {
  border: 1px solid #1b1b1b;
  line-height: 1.8;
  padding: 10px 15px;
  vertical-align: middle;
}

@media (max-width: 999px) {
  #contact table tr th, #contact table tr td {
    font-size: 11px;
  }
}

#contact table tr th {
  background: #ffe159;
  text-align: center;
}

@media (max-width: 999px) {
  #contact table tr th {
    width: 40%;
  }
}

#contact input[type="text"], #contact textarea, #contact label {
  padding: 5px;
  line-height: 1.6;
  width: 100%;
  display: block;
}

#contact input[type="radio"] {
  display: inline-block;
  margin-right: 5px;
}

#contact button {
  font-size: 20px;
  display: inline-block;
  background: #1b1b1b;
  padding: 20px 40px;
  border: 0;
  color: #fff;
  margin-top: 30px;
  position: relative;
  line-height: 1;
}

#contact button:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#company {
  background: #666666;
  padding: 60px 0;
}

#company table {
  width: 100%;
  border: 2px solid #fff;
}

#company table tr a {
  color: #fff;
}

#company table tr th, #company table tr td {
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.8;
  padding: 10px 15px;
}

@media (max-width: 999px) {
  #company table tr th, #company table tr td {
    font-size: 11px;
  }
}

#company table tr th {
  background: #555555;
  text-align: center;
}

@media (max-width: 999px) {
  #company table tr th {
    width: 40%;
  }
}

.contactBtn:hover {
  opacity: 0.75;
}

#footer {
  background: #666;
  text-align: center;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer #footerNav {
  margin-bottom: 60px;
  line-height: 1.6;
}

#footer #footerNav a {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #fff;
}

#footer #footerNav a:last-child {
  border-right: 1px solid #fff;
}

#footer .copyright {
  padding-bottom: 60px;
  text-align: center;
}

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

.row.circleIcon .circleIcon__wrap {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #1b1b1b;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.row.circleIcon .circleIcon__wrap .circleIcon__inner {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.row.circleIcon .circleIcon__wrap .circleIcon__inner p, .row.circleIcon .circleIcon__wrap .circleIcon__inner p > * {
  color: #FFF;
  display: block;
  margin-bottom: 0;
}

.row.circleIcon .circleIcon__wrap .circleIcon__inner p > i {
  font-size: 60px;
}

.row.circleIcon .circleIcon__wrap .circleIcon__inner p > img {
  max-width: 60px;
  height: auto;
}

@media screen and (max-width: 999px) {
  .row.circleIcon .circleIcon__wrap {
    width: 135px;
    height: 135px;
  }
  .row.circleIcon .circleIcon__wrap .circleIcon__inner p > i {
    font-size: 50px;
  }
  .row.circleIcon .circleIcon__wrap .circleIcon__inner p > img {
    max-width: 50px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .row.circleIcon .circleIcon__wrap {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .row.circleIcon .circleIcon__wrap .circleIcon__inner p {
    font-size: 1.1rem;
  }
  .row.circleIcon .circleIcon__wrap .circleIcon__inner p > i {
    font-size: 30px;
  }
  .row.circleIcon .circleIcon__wrap .circleIcon__inner p > img {
    max-width: 30px;
  }
}

.pointBox h3 {
  border-bottom: 2px solid #1b1b1b;
  padding: 0.3em;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 39px;
}

.pointBox h3:after {
  content: "";
  position: absolute;
  background: url(http://corekara.sub.jp/partslist/wp-content/uploads/base/symbol_red.svg);
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 16px;
}

.pointBox h3 span, .pointBox h3 small {
  display: inline-block;
  margin: 0;
  padding-left: 1em;
  font-weight: normal;
  font-size: 1.2rem;
}

.pointBox ul {
  list-style: none;
}

.pointBox ul li {
  padding: 0.75em 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.75em;
  position: relative;
  padding-left: 35px;
}

.pointBox ul li .fa-check {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 1.8rem;
  margin-left: 0.4em;
  color: #32B345;
  margin-right: 0.4em;
}

.col-1_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .col-sm-1_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-md-1_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-1_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .col-xl-1_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.iframe__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66%;
}

.iframe__wrap.narrow {
  padding-top: 40%;
}

.iframe__wrap.xnarrow {
  padding-top: 25%;
}

.iframe__wrap.square {
  padding-top: 100%;
}

@media (max-width: 767px) {
  .iframe__wrap {
    padding-top: 66%;
  }
  .iframe__wrap.xnarrow {
    padding-top: 40%;
  }
}

.iframe__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe__caption {
  margin-top: 0.5em;
}

.fbWrap {
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.imageMultiGrid, .imageGrid__wrap, .imageGrid__imageWrap, .imageGrid__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imageGrid figure figcaption, .imageMultiGrid figure figcaption {
  text-align: left;
}

.imageGrid figure figcaption > strong, .imageMultiGrid figure figcaption > strong {
  display: block;
  margin: 0.75em 0;
  font-size: 1.4rem;
}

.imageGrid figure figcaption > h3, .imageGrid figure figcaption h4, .imageMultiGrid figure figcaption > h3, .imageMultiGrid figure figcaption h4 {
  margin-top: 0.75em;
}

.imageGrid figure figcaption > span, .imageMultiGrid figure figcaption > span {
  display: block;
}

.imageGrid .imageGrid__imageWrap img {
  max-width: 100%;
}

.imageGrid .imageGrid__textWrap > .imageGrid__textInner {
  width: 100%;
}

.imageGrid.alignCenter .imageGrid__textWrap, .imageGrid.alignCenter .imageGrid__imageWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.imageGrid .col-1, .imageGrid .col-2, .imageGrid .col-3, .imageGrid .col-4, .imageGrid .col-5, .imageGrid .col-6, .imageGrid .col-7, .imageGrid .col-8, .imageGrid .col-9, .imageGrid .col-10, .imageGrid .col-11, .imageGrid .col-12, .imageGrid .col,
.imageGrid .col-auto, .imageGrid .col-sm-1, .imageGrid .col-sm-2, .imageGrid .col-sm-3, .imageGrid .col-sm-4, .imageGrid .col-sm-5, .imageGrid .col-sm-6, .imageGrid .col-sm-7, .imageGrid .col-sm-8, .imageGrid .col-sm-9, .imageGrid .col-sm-10, .imageGrid .col-sm-11, .imageGrid .col-sm-12, .imageGrid .col-sm,
.imageGrid .col-sm-auto, .imageGrid .col-md-1, .imageGrid .col-md-2, .imageGrid .col-md-3, .imageGrid .col-md-4, .imageGrid .col-md-5, .imageGrid .col-md-6, .imageGrid .col-md-7, .imageGrid .col-md-8, .imageGrid .col-md-9, .imageGrid .col-md-10, .imageGrid .col-md-11, .imageGrid .col-md-12, .imageGrid .col-md,
.imageGrid .col-md-auto, .imageGrid .col-lg-1, .imageGrid .col-lg-2, .imageGrid .col-lg-3, .imageGrid .col-lg-4, .imageGrid .col-lg-5, .imageGrid .col-lg-6, .imageGrid .col-lg-7, .imageGrid .col-lg-8, .imageGrid .col-lg-9, .imageGrid .col-lg-10, .imageGrid .col-lg-11, .imageGrid .col-lg-12, .imageGrid .col-lg,
.imageGrid .col-lg-auto, .imageGrid .col-xl-1, .imageGrid .col-xl-2, .imageGrid .col-xl-3, .imageGrid .col-xl-4, .imageGrid .col-xl-5, .imageGrid .col-xl-6, .imageGrid .col-xl-7, .imageGrid .col-xl-8, .imageGrid .col-xl-9, .imageGrid .col-xl-10, .imageGrid .col-xl-11, .imageGrid .col-xl-12, .imageGrid .col-xl,
.imageGrid .col-xl-auto {
  margin-bottom: 2.0em;
}

.imageMultiGrid .imageGrid__wrap .imageGrid__imageWrap img {
  max-width: 100%;
}

.imageMultiGrid .imageGrid__wrap .imageGrid__textWrap > .imageGrid__textInner {
  width: 100%;
}

.imageMultiGrid .imageGrid__wrap.alignCenter .imageGrid__textWrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.imageMultiGrid .imageGrid__wrap.reverse .imageGrid__imageWrap {
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.imageMultiGrid .imageGrid__wrap.reverse .imageGrid__textWrap {
  padding-left: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 767px) {
  .imageMultiGrid .imageGrid__wrap.reverse .imageGrid__textWrap {
    padding-right: 0;
  }
}

.imageMultiGrid .imageGrid__wrap:not(.reverse) .imageGrid__imageWrap {
  padding-left: 0;
}

.imageMultiGrid .imageGrid__wrap:not(.reverse) .imageGrid__textWrap {
  padding-right: 0;
}

@media (max-width: 767px) {
  .imageMultiGrid .imageGrid__wrap:not(.reverse) .imageGrid__textWrap {
    padding-left: 0;
  }
}

.imageMultiGrid .col-1, .imageMultiGrid .col-2, .imageMultiGrid .col-3, .imageMultiGrid .col-4, .imageMultiGrid .col-5, .imageMultiGrid .col-6, .imageMultiGrid .col-7, .imageMultiGrid .col-8, .imageMultiGrid .col-9, .imageMultiGrid .col-10, .imageMultiGrid .col-11, .imageMultiGrid .col-12, .imageMultiGrid .col,
.imageMultiGrid .col-auto, .imageMultiGrid .col-sm-1, .imageMultiGrid .col-sm-2, .imageMultiGrid .col-sm-3, .imageMultiGrid .col-sm-4, .imageMultiGrid .col-sm-5, .imageMultiGrid .col-sm-6, .imageMultiGrid .col-sm-7, .imageMultiGrid .col-sm-8, .imageMultiGrid .col-sm-9, .imageMultiGrid .col-sm-10, .imageMultiGrid .col-sm-11, .imageMultiGrid .col-sm-12, .imageMultiGrid .col-sm,
.imageMultiGrid .col-sm-auto, .imageMultiGrid .col-md-1, .imageMultiGrid .col-md-2, .imageMultiGrid .col-md-3, .imageMultiGrid .col-md-4, .imageMultiGrid .col-md-5, .imageMultiGrid .col-md-6, .imageMultiGrid .col-md-7, .imageMultiGrid .col-md-8, .imageMultiGrid .col-md-9, .imageMultiGrid .col-md-10, .imageMultiGrid .col-md-11, .imageMultiGrid .col-md-12, .imageMultiGrid .col-md,
.imageMultiGrid .col-md-auto, .imageMultiGrid .col-lg-1, .imageMultiGrid .col-lg-2, .imageMultiGrid .col-lg-3, .imageMultiGrid .col-lg-4, .imageMultiGrid .col-lg-5, .imageMultiGrid .col-lg-6, .imageMultiGrid .col-lg-7, .imageMultiGrid .col-lg-8, .imageMultiGrid .col-lg-9, .imageMultiGrid .col-lg-10, .imageMultiGrid .col-lg-11, .imageMultiGrid .col-lg-12, .imageMultiGrid .col-lg,
.imageMultiGrid .col-lg-auto, .imageMultiGrid .col-xl-1, .imageMultiGrid .col-xl-2, .imageMultiGrid .col-xl-3, .imageMultiGrid .col-xl-4, .imageMultiGrid .col-xl-5, .imageMultiGrid .col-xl-6, .imageMultiGrid .col-xl-7, .imageMultiGrid .col-xl-8, .imageMultiGrid .col-xl-9, .imageMultiGrid .col-xl-10, .imageMultiGrid .col-xl-11, .imageMultiGrid .col-xl-12, .imageMultiGrid .col-xl,
.imageMultiGrid .col-xl-auto {
  margin-bottom: 2.0em;
}

.imageGridSquare {
  overflow: hidden;
  padding: 30px;
}

.imageGridSquare .imageGridSquare__wrap {
  position: relative;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media (max-width: 767px) {
  .imageGridSquare .imageGridSquare__wrap {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.imageGridSquare .imageGridSquare__wrap .imageGridSquare__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  background: #f2f2f2;
  display: block;
}

@media (max-width: 767px) {
  .imageGridSquare .imageGridSquare__wrap .imageGridSquare__inner {
    right: 10px;
    bottom: 10px;
  }
}

.imageGridSquare .imageGridSquare__wrap .imageGridSquare__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.imageGridSquare.IGS--5col .imageGridSquare__wrap {
  position: relative;
  padding-top: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.imageGridSquare.IGS--4col .imageGridSquare__wrap {
  position: relative;
  padding-top: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen\0 {
  .imageGridSquare__inner img {
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    max-width: 100%;
    margin: auto;
    width: 100%;
    height: auto !important;
  }
}

.button {
  text-decoration: none;
  display: inline-block;
  padding: 0.75em 2em;
  background-color: #1b1b1b;
  max-width: 100%;
  width: 500px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1.8rem;
}

.button:hover {
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background-color: #7F151C;
  color: #FFF;
}

.button.text-large {
  padding: 1em 4.0em;
}

@media (max-width: 767px) {
  .button {
    font-size: 1.4rem;
  }
  .button.text-large {
    padding: 1em 2.0em;
    font-size: 1.2rem;
  }
}

.button.button--small {
  font-size: 1.6rem;
}

.button.block {
  display: block !important;
  min-width: auto !important;
}

@media (max-width: 767px) {
  .button.sp-block {
    display: block !important;
    min-width: auto !important;
  }
}

.button[target="_blank"] {
  position: relative;
}

.button[target="_blank"]:after {
  content: "\f35d";
  font-size: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  right: 1em;
  font-family: Font Awesome\ 5 Free;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: block;
}

.arrow {
  position: relative;
}

.arrow:not([target="_blank"]):after {
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.arrow:not([target="_blank"]):hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  right: 0.8em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

table tr th, table tr td {
  overflow-wrap: break-word;
  line-height: 1.6;
}

table.table--basic {
  width: 100%;
  table-layout: fixed;
}

table.table--basic tr th, table.table--basic tr td {
  border: 1px solid #0e0e0e;
  padding: 0.5em;
}

table.table--basic tr th {
  background: #282828;
  color: #FFF;
  font-weight: normal;
  width: 25%;
}

table.table--menu {
  width: 100%;
}

table.table--menu caption {
  border-bottom: 1px solid #a5a5a7;
  padding: 0.5em 0.5em 0.75em;
  font-weight: bold;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  table.table--menu caption {
    font-size: 1.6rem;
  }
}

table.table--menu tr th, table.table--menu tr td {
  border-bottom: 1px solid #a5a5a7;
  padding: 0.75em 0.5em;
  word-break: break-all;
}

table.table--menu tr th:last-child, table.table--menu tr td:last-child {
  text-align: right;
  min-width: 5em;
  vertical-align: middle;
}

table.table--menu tr th small, table.table--menu tr td small {
  color: #727274;
}

table.table--menu tr th {
  font-weight: normal;
  text-align: left;
}

table.table--schedule {
  width: 100%;
}

table.table--schedule tbody tr th, table.table--schedule tbody tr td, table.table--schedule thead tr th, table.table--schedule thead tr td {
  padding: 0.5em;
  border: 1px solid #0e0e0e;
  text-align: center;
}

table.table--schedule thead tr th, table.table--schedule thead tr td {
  background: #282828;
  color: #FFF;
  font-weight: normal;
}

table.table--schedule tbody tr th, table.table--schedule tbody tr td {
  font-weight: normal;
  color: #262627;
}

table.table--schedule tbody tr th:first-child, table.table--schedule tbody tr td:first-child {
  width: 30%;
  min-width: 10rem;
}

table.table--schedule tbody tr th {
  width: 25%;
}

@media (max-width: 767px) {
  .bnr--type01 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.bnr--type01 figure {
  position: relative;
}

.bnr--type01 figure > img {
  max-width: 100%;
}

.bnr--type01 figure > a,
.bnr--type01 figure > a > em,
.bnr--type01 figure > a:after,
.bnr--type01 figure > a:before,
.bnr--type01 figure > figcaption, .bnr--type01 figure:before {
  position: absolute;
  right: 0;
  left: 0;
  color: #FFF;
}

.bnr--type01 figure:before {
  content: "";
  top: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bnr--type01 figure > figcaption {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 4.0rem;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bnr--type01 figure > figcaption small {
  display: block;
  margin-top: 0.5em;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .bnr--type01 figure > figcaption {
    font-size: 1.8rem;
  }
  .bnr--type01 figure > figcaption small {
    font-size: 1.2rem;
  }
}

.bnr--type01 figure > a {
  top: 0;
  bottom: 0;
  display: block;
}

.bnr--type01 figure > a:before {
  content: "";
  top: 0;
  bottom: 0;
  z-index: 2;
}

.bnr--type01 figure > a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 6px solid #FFF;
  border-right: 6px solid #FFF;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin: auto;
  bottom: 20px;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .bnr--type01 figure > a:after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    bottom: 5px;
  }
}

.bnr--type01 figure > a > em {
  display: block;
  font-style: normal;
  opacity: 0;
  bottom: 38px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .bnr--type01 figure:hover:before {
    background: rgba(0, 0, 0, 0.3);
  }
  .bnr--type01 figure:hover > figcaption,
  .bnr--type01 figure:hover a > em {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bnr--type01 figure:hover:before,
  .bnr--type01 figure:hover a:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .bnr--type01 figure:hover a:after {
    bottom: 10px;
  }
  .bnr--type01 figure:hover a em {
    opacity: 1;
  }
}

.bnr--type02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(38, 38, 39, 0.2);
          box-shadow: 0px 1px 1px 1px rgba(38, 38, 39, 0.2);
}

.bnr--type02 > a,
.bnr--type02 > a > span,
.bnr--type02 > a:after,
.bnr--type02 > a:before,
.bnr--type02 > figcaption, .bnr--type02:before {
  position: absolute;
  right: 0;
  left: 0;
  color: #FFF;
}

.bnr--type02 > a {
  top: 0;
  bottom: 0;
}

.bnr--type02 > a span {
  opacity: 0;
}

.bnr--type02 .bnr__imagewrap {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.bnr--type02 .bnr__imagewrap img {
  max-width: 100%;
}

.bnr--type02 .bnr__textwrap {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.bnr--type02 .bnr__textwrap strong {
  font-size: 4.0rem;
  font-weight: bold;
}

.bnr--type02 .bnr__textwrap small {
  display: block;
  margin-top: 1.5em;
  font-size: 1.8rem;
}

.hoverAni--type01 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hoverAni--type01:hover {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 1px 1px 1px 1px #e3e3e3;
          box-shadow: 1px 1px 1px 1px #e3e3e3;
}

.eyecatch {
  position: relative;
  width: 100%;
  z-index: 10;
  margin-bottom: 4%;
}

.eyecatch .bx-controls-direction {
  display: none;
}

.eyecatch .bx-wrapper .bx-pager, .eyecatch .bx-wrapper .bx-controls-auto {
  z-index: 102;
}

.eyecatch .bx-pager {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eyecatch .bx-pager .bx-pager-item .bx-pager-link {
  color: transparent;
  background: #9b9b9b;
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px;
  border-radius: 50%;
}

.eyecatch .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #1b1b1b;
}

.eyecatch .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.eyecatch__inner {
  height: 100vh;
}

.eyecatch__inner li {
  height: 100vh;
}

.eyecatch__inner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300%;
  right: -300%;
  width: 1920px;
  max-width: 1920px;
  margin: auto;
  height: auto;
}

.eyecatch__copy {
  display: block;
  position: absolute;
  top: 50px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 101;
}

.eyecatch__copy img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 500px;
  height: auto;
  max-width: 90%;
}

.bottmCta{
  background: #b2b077;
  padding: 30px 0;
  text-align: center;
}

.bottmCta img{
  max-width: 100%;
}


/* @media (max-width: 999px) {

  #content01,
  #content02,
  #content03,
  #content04,
  #content05,
  #content06,
  #contact,
  #company{
    margin-top: -80px;
    padding-top: 80px;
  }
} */

.ancor{
  height: 1px;display: block;
}
@media (max-width: 999px) {
  .ancor{
    margin-top: -30px;
    padding-top: 30px;
  }
}
