@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.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; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

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

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

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

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

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

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
* {
  box-sizing: border-box; }

li {
  list-style: none; }

html {
  width: 100%;
  overflow-x: hidden; }
  @media print, screen and (min-width: 480px) {
    html {
      font-size: 62.5%; } }
  @media screen and (max-width: 479px) {
    html {
      font-size: calc(100vw / 40); } }

body {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
  font-family: 'Kosugi Maru',sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #604642;
  background: #f5ebde; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

.bold {
  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7; }

.body {
  position: relative; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img:hover {
    opacity: 1; }

a {
  color: #00a3be;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #00cff1;
    text-decoration: underline; }
  a:visited {
    color: #00778b; }

/*a[href^="tel:"] {
	@include mq( $sp , min )  {
    	pointer-events: none;
		display: inline-block;
	}
}*/
.container {
  margin: 0 auto;
  max-width: 1170px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }
  .container .container {
    padding: 0; }
  @media screen and (max-width: 1170px) {
    .container {
      max-width: 100% !important; } }

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }

@media screen and (max-width: 767px) {
  .container {
    padding-right: 5px;
    padding-left: 5px; } }
@media screen and (max-width: 767px) {
  .row {
    margin-right: -5px;
    margin-left: -5px; } }

@media screen and (max-width: 767px) {
  .col-6 {
    padding-right: 5px;
    padding-left: 5px; } }

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

.margin--2x {
  margin-top: 2em !important; }

@media print, screen and (min-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.head-wrapper {
  width: 100%;
  height: 8.7vw;
  background: #fff;
  /*position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.5s all;*/
  /*&.is-animation{
  	background: rgba(0,0,0,1);
  	transition: 0.5s all;
  }*/ }
  @media screen and (max-width: 1022px) {
    .head-wrapper {
      height: 70px; } }
  @media (min-width: 2300px) {
    .head-wrapper {
      height: 167px; } }
  .head-wrapper .head-inner {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }

@media print, screen and (min-width: 1023px) {
  .gnavi {
    -js-display: flex;
    display: -webkit-flex;
    display: flex; } }
.gnavi li {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media print, screen and (min-width: 1023px) {
    .gnavi li {
      font-size: 1.3vw; } }
  @media (min-width: 2300px) {
    .gnavi li {
      font-size: 20px;
      font-size: 2rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .gnavi li {
      font-size: 13px;
      font-size: 1.3rem; } }
  .gnavi li a {
    color: #604642;
    text-decoration: none; }
    .gnavi li a:hover, .gnavi li a:active, .gnavi li a:focus {
      color: #604642;
      text-decoration: none; }
    .gnavi li a:visited {
      color: #604642; }

.header {
  position: relative;
  width: 100%;
  /*@include mq( $tb , max ) {
  	height: 70px;
  }*/ }
  .header .header-logo {
    position: absolute;
    z-index: 1;
    top: 2.2vw;
    left: 3.3vw; }
    @media screen and (max-width: 1022px) {
      .header .header-logo {
        width: 150px; } }
    @media print, screen and (min-width: 1023px) {
      .header .header-logo {
        width: 13vw; } }
    @media (min-width: 2300px) {
      .header .header-logo {
        width: 259px;
        top: 45px;
        left: 65px; } }
    .header .header-logo h1 {
      margin: 0;
      line-height: 1; }
    .header .header-logo ul, .header .header-logo p {
      margin: 0; }
  .header .header-nav {
    width: 100%;
    padding: 0; }
    @media print, screen and (min-width: 1023px) {
      .header .header-nav {
        width: calc(100% - 23vw);
        position: absolute;
        top: 2.2vw;
        right: 3.3vw; } }
    @media (min-width: 2300px) {
      .header .header-nav {
        width: calc(100% - 400px);
        position: absolute;
        top: 45px;
        right: 65px; } }
    @media print, screen and (min-width: 1023px) {
      .header .header-nav .nav-menu .gnavi {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .header .header-nav .nav-menu {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100vh; } }
    .header .header-nav .gnavi {
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .header .header-nav .gnavi li {
          font-size: 2vh; } }
      @media print, screen and (min-width: 1023px) {
        .header .header-nav .gnavi {
          -webkit-justify-content: space-between;
          justify-content: space-between;
          -webkit-align-items: center;
          align-items: center; }
          .header .header-nav .gnavi li {
            margin: 0;
            text-align: center; }
            .header .header-nav .gnavi li a {
              padding: 0;
              position: relative;
              line-height: 1.5;
              						/*&:before {
              							content: '';
              							display: block;
              							position: absolute;
              							bottom: 0;
              							left: 0;
              							background: #559b80;
              							width: 0%;
              							height: 4px;
              							transition: 0.3s all;
              							z-index: -1;
              						}
              						&:hover {
              
              							&:before {
              								width: 100%;
              								transition: 0.3s all;
              							}
              						}*/ } }
      @media screen and (min-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
        .header .header-nav .gnavi li a {
          padding: 1.8vw 0.36vw; } }
      @media print, screen and (min-width: 1023px) {
              .header .header-nav .gnavi li a:after {
                content: '';
                display: block;
                position: relative;
                bottom: -10px;
                left: 0;
                width: 100%;
                height: 8px; }
            .header .header-nav .gnavi li.stay a:after {
              content: '';
              display: block;
              position: relative;
              bottom: -10px;
              left: 0;
              background: #f5ebde;
              width: 100%;
              height: 8px; } }
      @media (min-width: 2300px) {
        .header .header-nav .gnavi {
          -webkit-justify-content: center;
          justify-content: center; }
          .header .header-nav .gnavi li {
            padding: 0 1em; } }

/* -- ul#menu -------------------------------------------------------------------------------- */
@media screen and (max-width: 1022px) {
  #menu {
    list-style-type: none;
    width: 100%;
    background: #fff;
    opacity: 0.9;
    position: absolute;
    left: 0px;
    height: 100vh;
    top: 0;
    z-index: 990;
    display: none;
    padding: 0 1em 3em; } }
#menu li {
  text-align: center; }
  #menu li a {
    text-decoration: none;
    display: block; }
    @media screen and (max-width: 767px) {
      #menu li a {
        padding: 1em; } }

/* -- #sp-icon -------------------------------------------------------------------------------- */
#sp-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  display: none; }
  @media screen and (max-width: 1022px) {
    #sp-icon {
      display: block; } }

#sp-icon:hover {
  cursor: pointer;
  opacity: 0.7; }

#sp-icon span,
#sp-icon span:before,
#sp-icon span:after {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #604642;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.3s; }

#sp-icon span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

#sp-icon span:before {
  content: "";
  transform: translateY(-10px) rotate(0deg); }

#sp-icon span:after {
  content: "";
  transform: translateY(10px) rotate(0deg); }

.sp-open span {
  background: transparent !important; }

.sp-open span:before {
  transform: rotate(45deg) !important; }

.sp-open span:after {
  transform: rotate(-45deg) !important; }

/*
#dayservice {
	.header{
		.header-logo{
			width: 29vw;
			top: 2.5vw;

			@media (min-width: 2300px) {
				width: 574px;
				top: 53px;
				left: 65px;
			}
		}
		
		.header-nav{
			width: 100%;
			height: 100vh;
			top: 0;
			right: 0;
			#menu{
				padding: 0;
				height: 100vh;
			}
			.nav-menu{
				height: 100vh;
				@include flex;
				@include align-items(center);
				@include justify-content(center);
				.gnavi{
					flex-direction:column;
					
					li{
						padding: 0 0 3vh;
						font-size: 2.6vh;
					}
				}
			}
		}
	}
	.sp-tel{
		position: absolute;
		top: 0;
		right: 9vw;
		height: 8.7vw;
		@include flex;
		@include align-items(center);
		@media (min-width: 2300px) {
			height: 167px;
		}
		span{
			display: inline-block;
			&.icon{
				width: 1.9vw;
				position: relative;
				top: 0;
				@media (min-width: 2300px) {
					width: 40px;
				}
			}
			&.telno{
				@include font-size(24);
				letter-spacing: 0.1em;
				padding: 0 0 0 0.3em;
				a{
					@include link-text($main-color,0,none);
				}
			}
		}
	}
	#menu {
		list-style-type: none;
		width: 100%;
		background: #fff;
		opacity: 0.9;
		position: absolute;
		left: 0px;
		top: 0;
		z-index: 990;
		display: none;
		padding: 10vw 1em 3em;

		li {
			text-align: center;

			a {
				text-decoration: none;
				display: block;
			}
		}
	}
	#sp-icon {
		width: 8.7vw;
		height: 8.7vw;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 999;
		display: none;
		display: block;
		@media (min-width: 2300px) {
			width: 167px;
			height: 167px;
		}
	}
	#sp-icon span,
	#sp-icon span:before,
	#sp-icon span:after {
		display: inline-block;
		width: 50px;
		height: 5px;
		background: $main-color;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.3s;
	}

	#sp-icon span {
		left: 50%;
		top: 50%;
		transform: translate( -50%, -50% );
	}

	#sp-icon span:before {
		content: "";
		transform: translateY( -15px ) rotate( 0deg );
	}

	#sp-icon span:after {
		content: "";
		transform: translateY( 15px ) rotate( 0deg );
	}
}
*/
.footer {
  width: 100%;
  text-align: center; }
  .footer .logo {
    width: 351px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .footer .logo {
        width: 100%; }
        .footer .logo .flogo {
          width: 80%;
          margin: 0 auto; } }
    .footer .logo .en {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: 'Kosugi Maru', sans-serif;
      font-style: normal; }
  .footer .gnavi {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 2em; }
    .footer .gnavi li {
      padding: 0 1.5em;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .footer .gnavi li {
          padding: 0 1em; } }
      @media screen and (max-width: 767px) {
        .footer .gnavi li {
          width: 50%;
          padding: 0.5em 0; } }
  .footer .access-info {
    padding: 1em 0 4em;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .footer .access-info {
        padding-bottom: 0; } }
    .footer .access-info .info-wrap {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -1em;
      margin-right: -1em; }
      @media screen and (max-width: 767px) {
        .footer .access-info .info-wrap {
          margin: 0; } }
      .footer .access-info .info-wrap .info-item {
        padding: 1em 2em; }
        .footer .access-info .info-wrap .info-item.-item01 {
          width: 40%; }
          @media screen and (max-width: 767px) {
            .footer .access-info .info-wrap .info-item.-item01 {
              width: 100%;
              text-align: center; }
              .footer .access-info .info-wrap .info-item.-item01 img {
                width: 70%; } }
        .footer .access-info .info-wrap .info-item.-item02 {
          width: 30%;
          border-left: 7px solid #9dd9be;
          padding: 2.5em 2em 2em; }
          @media screen and (max-width: 767px) {
            .footer .access-info .info-wrap .info-item.-item02 {
              width: 100%;
              border-left: none;
              border-top: 4px solid #9dd9be; }
              .footer .access-info .info-wrap .info-item.-item02 li {
                font-size: 14px;
                font-size: 1.4rem; } }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .footer .access-info .info-wrap .info-item.-item02 li {
              font-size: 16px;
              font-size: 1.6rem; } }
      .footer .access-info .info-wrap .info-item a {
        color: #604642;
        text-decoration: none; }
        .footer .access-info .info-wrap .info-item a:hover, .footer .access-info .info-wrap .info-item a:active, .footer .access-info .info-wrap .info-item a:focus {
          color: #604642;
          text-decoration: none; }
        .footer .access-info .info-wrap .info-item a:visited {
          color: #604642; }
      .footer .access-info .info-wrap .info-item .footer-logo {
        padding: 0 0 1.5em; }
        .footer .access-info .info-wrap .info-item .footer-logo .flogo {
          margin: 0; }
      .footer .access-info .info-wrap .info-item .text p {
        margin: 0;
        font-size: 20px;
        font-size: 2rem;
        letter-spacing: 0.15em;
        margin-top: 0.5em; }
        @media screen and (max-width: 767px) {
          .footer .access-info .info-wrap .info-item .text p {
            font-size: 14px;
            font-size: 1.4rem;
            text-align: left; } }
        @media screen and (min-width: 768px) and (max-width: 1023px) {
          .footer .access-info .info-wrap .info-item .text p {
            font-size: 16px;
            font-size: 1.6rem; } }
      .footer .access-info .info-wrap .info-item ul {
        padding: 0;
        margin: 0; }
        .footer .access-info .info-wrap .info-item ul li {
          margin-bottom: 1em;
          font-size: 20px;
          font-size: 2rem;
          letter-spacing: 0.15em; }
          @media screen and (min-width: 768px) and (max-width: 1023px) {
            .footer .access-info .info-wrap .info-item ul li {
              font-size: 16px;
              font-size: 1.6rem; } }
          @media screen and (max-width: 767px) {
            .footer .access-info .info-wrap .info-item ul li {
              font-size: 14px;
              font-size: 1.4rem; } }

#dayservice .footer .access-info .info-wrap .info-item.-item02 {
  border-left: 7px solid #ffb1ac; }
  @media screen and (max-width: 767px) {
    #dayservice .footer .access-info .info-wrap .info-item.-item02 {
      border-top: 4px solid #ffb1ac;
      border-left: none; } }

.copyright {
  margin: 0;
  text-align: center;
  padding: 3em 0;
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem; }
  .copyright img {
    width: 56%; }
  @media screen and (max-width: 767px) {
    .copyright {
      padding: 0; }
      .copyright img {
        width: 80%; } }

@media print, screen and (min-width: 1023px) {
  .body-wrap {
    margin-left: 180px;
    /*overflow-x: hidden;*/ } }

main, article {
  display: block;
  margin-bottom: 60px; }

.container::after {
  content: "";
  display: block;
  clear: both; }
@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 767px) {
  .container {
    padding-left: 7vw;
    padding-right: 7vw; } }

@media print, screen and (min-width: 1023px) {
  .wide-container {
    max-width: 91.6666vw;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 1022px) {
  .wide-container {
    padding-left: 10px;
    padding-right: 10px; } }

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }

.works-item {
  margin: 0 1em; }
  .works-item .title {
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem; }
    @media screen and (min-width: 1023px) and (max-width: 1200px) {
      .works-item .title {
        font-weight: bold;
        font-size: 23px;
        font-size: 2.3rem; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .works-item .title {
        font-weight: bold;
        font-size: 16px;
        font-size: 1.6rem; } }
  .works-item .img {
    margin-top: 0.5em; }
  .works-item .description {
    font-size: 18px;
    font-size: 1.8rem;
    color: #604642; }
    .works-item .description span:not(.x-small) {
      display: block;
      color: #505050;
      font-size: 16px;
      font-size: 1.6rem; }
  .works-item .btn {
    margin-top: -1em !important; }
    .works-item .btn span {
      width: 123px;
      padding: 10px 5px;
      display: block;
      background: url("../img/arrow02.png") no-repeat bottom center;
      background-size: 100% auto;
      text-align: left;
      margin: 0 0 0 auto; }
      .works-item .btn span img {
        height: 11.25px;
        width: auto; }
    @media screen and (min-width: 768px) and (max-width: 1200px) {
      .works-item .btn {
        margin-top: 0 !important; } }

.interview .btn {
  text-align: center;
  margin: 3em 0; }
  @media print, screen and (min-width: 768px) {
    .interview .btn {
      margin: 5em 0; } }
.interview .profile {
  padding: 3em 4em; }
@media print, screen and (min-width: 768px) {
  .interview .interview-profile-wrap {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center; }
    .interview .interview-profile-wrap .text {
      width: 55%; }
    .interview .interview-profile-wrap .thumb {
      width: 45%; } }
.interview .interview-profile-wrap .thumb img {
  width: 85%;
  border: 6px solid #604642;
  box-shadow: 20px 20px 0 0 #8b9ab7; }
@media screen and (max-width: 767px) {
  .interview .interview-profile-wrap .thumb {
    text-align: center;
    margin-top: 1em; } }
.interview .interview-profile-wrap .text .katagaki {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #604642; }
.interview .interview-profile-wrap .text .name {
  color: #604642;
  font-size: 34px;
  font-size: 3.4rem; }
  .interview .interview-profile-wrap .text .name span {
    padding-left: 1em; }
.interview .interview-profile-wrap .text .description {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem; }
.interview .interview-profile-wrap .text .description2 {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem; }

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

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

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 1em;
  margin-bottom: 0; }
  @media screen and (max-width: 479px) {
    p, ul, ol, dl, h2, h3, h4, h5, table {
      margin-top: 0.5em; } }

dd {
  margin-left: 0; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.img-r {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-r {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-r {
      float: right;
      margin-left: 30px;
      margin-bottom: 30px; } }

.img-l {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-l {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-l {
      float: left;
      margin-right: 30px;
      margin-bottom: 30px; } }

.large {
  font-size: 110%; }

.x-large {
  font-size: 140%; }
  @media screen and (max-width: 767px) {
    .x-large {
      font-size: 120%; } }

.xx-large {
  font-size: 170%; }
  @media screen and (max-width: 767px) {
    .xx-large {
      font-size: 130%; } }

.small {
  font-size: 84%; }

.x-small {
  font-size: 70%; }

em {
  font-weight: bold;
  font-style: normal; }

.attention {
  color: #cf000f; }

.memo {
  color: #888;
  font-size: 80%; }

.tel {
  text-align: center; }
  .tel a {
    color: #000;
    text-decoration: none; }
    .tel a:hover, .tel a:active, .tel a:focus {
      color: black;
      text-decoration: none; }
    .tel a:visited {
      color: black; }
  .tel span {
    display: inline-block; }
  .tel .label {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.2em; }
  .tel .no {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.2em; }
  .tel .memo {
    color: #000; }
    @media print, screen and (min-width: 768px) {
      .tel .memo {
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .tel .memo {
        display: block; } }
  .tel .note {
    color: #999;
    font-size: 15px;
    font-size: 1.5rem;
    display: block; }

.margin__0 {
  margin-top: 0; }
.margin__15x {
  margin-top: 1.5em; }
.margin__2x {
  margin-top: 2em; }
.margin__4x {
  margin-top: 4em; }
.margin__6x {
  margin-top: 6em; }

.fileicon {
  padding-left: 10px;
  padding-right: 10px; }

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; }

.fileicon--docx:before {
  content: "\f1c2"; }

.fileicon--xlsx:before {
  content: "\f1c3"; }

.fileicon--pptx:before {
  content: "\f1c4"; }

.fileicon--pdf:before {
  content: "\f1c1"; }

.fileicon--zip:before {
  content: "\f1c6"; }

.googlemap {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  margin-top: 1em;
  overflow: hidden; }
  .googlemap iframe, .googlemap object, .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 767px) {
    .googlemap {
      padding-bottom: 80%; } }

.nav-menu {
  letter-spacing: 1px; }

.sns {
  padding: 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .sns a {
    color: #000;
    text-decoration: none; }
    .sns a:hover, .sns a:active, .sns a:focus {
      color: black;
      text-decoration: none; }
    .sns a:visited {
      color: black; }

.page-title-wrapper {
  background: #0c1b38;
  padding: 160px 0 100px;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .page-title-wrapper {
      padding: 12vw 0 10vw; } }
  @media screen and (max-width: 767px) {
    .page-title-wrapper {
      padding: 100px 1em 50px; } }
  .page-title-wrapper .page-title {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0; }
    .page-title-wrapper .page-title h1 {
      font-family: 'Kosugi Maru', sans-serif;
      font-style: normal;
      font-size: 50px;
      font-size: 5rem;
      line-height: 2;
      letter-spacing: 0.1em;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .page-title-wrapper .page-title h1 {
          font-size: 40px;
          font-size: 4rem; } }
  .page-title-wrapper .copy {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .page-title-wrapper .copy {
        font-size: 17px;
        font-size: 1.7rem; } }
  .page-title-wrapper .case-title .sub-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .page-title-wrapper .case-title .sub-title {
        font-size: 20px;
        font-size: 2rem; } }
  .page-title-wrapper .case-title .title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .page-title-wrapper .case-title .title {
        font-size: 30px;
        font-size: 3rem; } }
  .page-title-wrapper.interview-page-title {
    background: #604642; }
  .page-title-wrapper.stadium-page-title {
    background: url("../img/page-title_stadium.jpg") no-repeat center center;
    background-size: cover; }
  .page-title-wrapper.arena-page-title {
    background: url("../img/page-title_arena.jpg") no-repeat center center;
    background-size: cover; }

.btn-01 {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  padding: 0.7em 3.8em 0.9em 3.5em;
  transition: all .3s;
  border: 1px solid #fff;
  position: relative;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #604642;
  color: #fff; }
  .btn-01:hover, .btn-01:active, .btn-01:focus {
    color: white;
    text-decoration: none; }
  .btn-01:visited {
    color: white; }
  @media screen and (max-width: 767px) {
    .btn-01 {
      padding: 0.5em 3.8em 0.7em 3.5em; } }
  .btn-01:hover {
    color: #604642;
    border: 1px solid #604642;
    background: #fff;
    /*&:after {
    	width: 100%;
    	transition: 0.3s all;
    }*/ }
  .btn-01 input, .btn-01 span, .btn-01 a {
    cursor: pointer; }
  .btn-01 span::after {
    content: "";
    display: block;
    background: url("../img/arrow01.png") no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    width: 33px;
    height: 6.5px;
    top: 50%;
    right: 17px;
    line-height: 1em;
    transition: all 0.3s;
    transform: translateY(-70%); }
  .btn-01:hover span:after {
    background: url("../img/arrow01_blue.png") no-repeat 50% 50%;
    background-size: contain; }
  .btn-01.-more img {
    height: 15.5px; }
    .btn-01.-more img.white {
      display: inline-block; }
    .btn-01.-more img.blue {
      display: none; }
    @media screen and (max-width: 767px) {
      .btn-01.-more img {
        height: 12px; } }
  .btn-01.-more:hover span img.white {
    display: none; }
  .btn-01.-more:hover span img.blue {
    display: inline-block; }

.btn-wrap {
  padding-top: 1em; }
  @media print, screen and (min-width: 768px) {
    .btn-wrap {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: self-end;
      align-items: self-end;
      width: 80%;
      margin: 0 auto; }
      .btn-wrap .btn-item {
        width: 50%; } }
  .btn-wrap .btn-item {
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    letter-spacing: 0.2em;
    margin: 0; }
    .btn-wrap .btn-item a {
      display: block;
      padding: 0.6em;
      color: #000;
      text-decoration: none;
      line-height: 1;
      position: relative; }
      .btn-wrap .btn-item a:hover, .btn-wrap .btn-item a:active, .btn-wrap .btn-item a:focus {
        color: black;
        text-decoration: none; }
      .btn-wrap .btn-item a:visited {
        color: black; }
    .btn-wrap .btn-item .no {
      font-weight: bold; }
    .btn-wrap .btn-item.-gray {
      font-size: 24px;
      font-size: 2.4rem; }
      .btn-wrap .btn-item.-gray a {
        background: #dfdfdf;
        transition: 0.3s all; }
        .btn-wrap .btn-item.-gray a:hover {
          background: #ececec;
          transition: 0.3s all; }
    .btn-wrap .btn-item.-yellow span {
      background: #604642;
      padding: 0.79em;
      transition: 0.3s all;
      line-height: 1;
      display: block;
      cursor: pointer; }
      .btn-wrap .btn-item.-yellow span:hover {
        background: #a5827c;
        transition: 0.3s all; }

.btn-02 {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #604642;
  padding: 1.8em 6em 1.8em 5.8em;
  transition: all .3s;
  position: relative;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.2em;
  background: #604642;
  color: #fff;
  border-radius: 5px; }
  .btn-02:hover, .btn-02:active, .btn-02:focus {
    color: white;
    text-decoration: none; }
  .btn-02:visited {
    color: white; }
  @media screen and (max-width: 767px) {
    .btn-02 {
      display: block;
      padding: 1em 0; } }
  .btn-02:hover {
    color: #604642;
    border: 1px solid #604642;
    background: #fff; }
  .btn-02 span::after {
    content: "";
    display: block;
    background: url("../img/arrow03.png") no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    width: 10px;
    height: 20px;
    top: calc(50% - 0.6em);
    right: 35px;
    line-height: 1em;
    transition: all 0.3s; }
  .btn-02:hover span:after {
    background: url("../img/arrow03_blue.png") no-repeat 50% 50%;
    background-size: contain; }
  .btn-02.-back {
    border: 1px solid #363636;
    background: #363636; }
    .btn-02.-back span::after {
      background: url("../img/arrow03_back.png") no-repeat 50% 50%;
      background-size: contain;
      left: 35px; }
    .btn-02.-back:hover {
      color: #363636;
      border: 1px solid #363636;
      background: #fff; }
      .btn-02.-back:hover span:after {
        background: url("../img/arrow03_back_gray.png") no-repeat 50% 50%;
        background-size: contain; }

.h2-01 {
  color: #604642; }
  .h2-01.-center {
    text-align: center; }
  .h2-01 h2 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .h2-01 h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.4; } }

.h3-01 {
  color: #604642; }
  .h3-01.-center {
    text-align: center; }
  .h3-01 h3 {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .h3-01 h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4; } }

.h3-02 {
  color: #604642;
  text-align: center;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
  .h3-02 .en {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1;
    margin: 0;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      .h3-02 .en {
        font-size: 50px;
        font-size: 5rem; } }
  .h3-02 .jp {
    font-size: 30px;
    font-size: 3rem;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .h3-02 .jp {
        font-size: 22px;
        font-size: 2.2rem; } }

.h4-01 {
  color: #0686a9; }
  .h4-01.-center {
    text-align: center; }
  .h4-01 h4 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1.3; }
    @media screen and (max-width: 767px) {
      .h4-01 h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4; } }

dl.dl-01 dt {
  color: #604642;
  padding-left: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  text-indent: -1em; }
  @media screen and (max-width: 767px) {
    dl.dl-01 dt {
      font-size: 18px;
      font-size: 1.8rem; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    dl.dl-01 dt {
      font-size: 20px;
      font-size: 2rem; } }
  dl.dl-01 dt::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("../img/icon_circle.png") no-repeat center center;
    background-size: contain;
    margin-right: 5px; }
dl.dl-01 dd {
  color: #3e3a39;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1em;
  padding-left: 1.3em;
  line-height: 1.5; }

dl.dl-02 dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 5em;
  float: left;
  margin-bottom: 0.5em; }
dl.dl-02 dd {
  padding-left: 5.5em;
  margin-bottom: 0.5em; }

dl.horizontal dt {
  font-weight: bold;
  background: #604642;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1.5em;
  font-weight: normal;
  letter-spacing: 0.1em; }
dl.horizontal dd {
  margin: 0;
  padding: 0.5em; }
@media print, screen and (min-width: 768px) {
  dl.horizontal::after {
    content: "";
    display: block;
    clear: both; }
  dl.horizontal dt {
    width: 5.5em;
    float: left;
    clear: left;
    display: block;
    padding: 0.5em 0.5em 0.4em;
    text-align: center; }
  dl.horizontal dd {
    padding-left: 6.5em;
    margin-bottom: 10px; } }

ol li {
  margin: 10px 0; }
ol.alpha {
  list-style-type: upper-alpha; }

li ol li {
  margin: 5px 0; }

.main ul li {
  margin: 10px 0; }

.list {
  padding-left: 0;
  list-style-type: none; }
  .list li {
    padding-left: 1em;
    text-indent: -0.3em; }
    .list li::before {
      font-size: 6px;
      font-size: 0.6rem;
      font-family: FontAwesome;
      content: "";
      margin-right: 5px;
      display: inline-block;
      text-indent: -1em;
      color: #000;
      position: relative;
      top: -3px; }

.list-arrow01 {
  padding-left: 0; }
  .list-arrow01 li {
    list-style: none; }
    .list-arrow01 li a {
      position: relative;
      display: inline-block;
      padding-left: 1em;
      text-decoration: none;
      color: #00a3be;
      text-decoration: none; }
      .list-arrow01 li a:hover, .list-arrow01 li a:active, .list-arrow01 li a:focus {
        color: #00a3be;
        text-decoration: none; }
      .list-arrow01 li a:visited {
        color: #00a3be; }
      .list-arrow01 li a::before {
        color: #604642;
        font-family: FontAwesome;
        content: "";
        margin-right: 5px;
        display: inline-block; }

.list-arrow02 {
  padding-left: 0; }
  .list-arrow02 li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .list-arrow02 li a {
      position: relative;
      display: inline-block;
      padding-left: 1em;
      text-decoration: none;
      color: #604642;
      text-decoration: none; }
      .list-arrow02 li a:hover, .list-arrow02 li a:active, .list-arrow02 li a:focus {
        color: #604642;
        text-decoration: none; }
      .list-arrow02 li a:visited {
        color: #604642; }
      .list-arrow02 li a::before {
        color: #604642;
        font-family: ionicons;
        content: "";
        margin-right: 5px;
        font-size: 22px;
        font-size: 2.2rem;
        position: absolute;
        top: calc(50% - 0.5em);
        left: 0;
        line-height: 1; }

.list-within {
  text-align: center; }
  .list-within li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .list-within li a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #604642;
      text-decoration: none;
      /*&::after {
          position: absolute;
          bottom: -4px;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: $main-color;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: transform .3s;
      }
      &:hover::after {
          transform: scale(1, 1);
      }*/ }
      .list-within li a:hover, .list-within li a:active, .list-within li a:focus {
        color: #604642;
        text-decoration: none; }
      .list-within li a:visited {
        color: #604642; }
      .list-within li a::after {
        color: #604642;
        font-family: ionicons;
        content: "";
        font-weight: bold;
        display: inline-block;
        margin-left: 5px; }

.faq {
  padding-top: 1em; }
  .faq .item {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .faq .faq-item {
    margin-top: 1em; }
    .faq .faq-item .faq-q .title {
      width: 3.5%;
      background: #604642;
      color: #fff;
      font-family: 'Kosugi Maru', sans-serif;
      font-style: normal;
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-size: 22px;
      font-size: 2.2rem;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .faq .faq-item .faq-q .title {
          width: 8%;
          font-size: 18px;
          font-size: 1.8rem; } }
    .faq .faq-item .faq-q .summary {
      width: 96.5%;
      padding: 0.6em 0.9em 0.5em;
      line-height: 1.3;
      font-weight: bold;
      font-size: 18px;
      font-size: 1.8rem;
      background: #3f3b3a;
      color: #fff;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .faq .faq-item .faq-q .summary {
          width: 92%;
          font-size: 12px;
          font-size: 1.2rem; } }
    .faq .faq-item .faq-a {
      background: #e8e8e8; }
      .faq .faq-item .faq-a .title {
        width: 4.4%;
        color: #fff;
        font-family: 'Kosugi Maru', sans-serif;
        font-style: normal;
        font-size: 22px;
        font-size: 2.2rem;
        color: #604642;
        text-align: center;
        margin: 0.7em 0 0; }
        @media screen and (max-width: 767px) {
          .faq .faq-item .faq-a .title {
            width: 10%;
            font-size: 18px;
            font-size: 1.8rem; } }
      .faq .faq-item .faq-a .summary {
        width: 95.6%;
        padding: 0 1em 1em 0;
        font-size: 16px;
        font-size: 1.6rem; }
        .faq .faq-item .faq-a .summary strong {
          font-weight: bold;
          color: #604642;
          font-size: 18px;
          font-size: 1.8rem; }
        @media screen and (max-width: 767px) {
          .faq .faq-item .faq-a .summary {
            width: 90%;
            font-size: 11px;
            font-size: 1.1rem; }
            .faq .faq-item .faq-a .summary strong {
              font-size: 14px;
              font-size: 1.4rem; } }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 55.2%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
