@charset "UTF-8";
/*!
 * Bootstrap 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)
 */

:root {
  --a-blue: #00ace7;
  --d-blue: #0078be;
  --s-blue: #152d8e;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Overpass", "Noto Sans JP", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--s-blue);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #619cd0;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.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;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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 {
  -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.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.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.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.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.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.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.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

img {
  max-width: 100%;
}

a {
  color: var(--s-blue);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a[href^="tel:"] {
  color: black;
  cursor: default;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

a.icon-none::after {
  display: none;
}

dl dt {
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

dl dt span {
  display: inline-block;
}

dl dd {
  margin-bottom: 0;
  margin-left: 0;
}

html {
  font-size: 62.5%;
}

body {
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "pwid";
  font-feature-settings: "pwid";
  line-height: 1.8;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: 250%;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 200%;
  }
}

h2, .h2 {
  font-size: 200%;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 175%;
  }
}

h3, .h3 {
  font-size: 175%;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 150%;
  }
}

h4, .h4 {
  font-size: 150%;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 125%;
  }
}

h5, .h5 {
  font-size: 125%;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: 115%;
  }
}

h6, .h6 {
  font-size: 1em;
}

.level1 {
  font-size: 100%;
}

.level2 {
  font-size: 125%;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .level2 {
    font-size: 110%;
  }
}

.level3 {
  font-size: 150%;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .level3 {
    font-size: 125%;
  }
}

.level4 {
  font-size: 200%;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .level4 {
    font-size: 150%;
  }
}

.level5 {
  font-size: 337.5%;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .level5 {
    font-size: 225%;
  }
}

.level6 {
  font-size: 506.25%;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .level6 {
    font-size: 337.5%;
  }
}

h2 span, h3 span, h4 span, .level2 span, .level3 span, .level4 span, .level5 span, .level6 span, .lead span, .catch span {
  display: inline-block;
}

.fs12 {
  font-size: 86%;
}

.fs13 {
  font-size: 93%;
}

.smaller {
  font-size: smaller;
}

.larger {
  font-size: larger;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media (max-width: 575.98px) {
  .container {
    max-width: 480px;
  }
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.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: 8px;
  padding-left: 8px;
}

@media (min-width: 576px) {
  .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: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .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: 20px;
    padding-left: 20px;
  }
}

.pA10em {
  padding: 1em !important;
}

.pA15em {
  padding: 1.5em !important;
}

.pA20em {
  padding: 2em !important;
}

.pA30em {
  padding: 3em !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT05em {
  padding-top: 0.5em !important;
}

.pT10em {
  padding-top: 1em !important;
}

.pT15em {
  padding-top: 1.5em !important;
}

.pT20em {
  padding-top: 2em !important;
}

.pT30em {
  padding-top: 3em !important;
}

.pT40em {
  padding-top: 4em !important;
}

.pT50em {
  padding-top: 5em !important;
}

.pT60em {
  padding-top: 6em !important;
}

.pT80em {
  padding-top: 8em !important;
}

.pR0 {
  padding-right: 0 !important;
}

.pR05 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR05em {
  padding-right: 0.5em !important;
}

.pR10em {
  padding-right: 1em !important;
}

.pR20em {
  padding-right: 2em !important;
}

.pR30em {
  padding-right: 3em !important;
}

.pR40em {
  padding-right: 4em !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.pB05 {
  padding-bottom: 05px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB05em {
  padding-bottom: 0.5em !important;
}

.pB10em {
  padding-bottom: 1em !important;
}

.pB15em {
  padding-bottom: 1.5em !important;
}

.pB20em {
  padding-bottom: 2em !important;
}

.pB30em {
  padding-bottom: 3em !important;
}

.pB40em {
  padding-bottom: 4em !important;
}

.pB50em {
  padding-bottom: 5em !important;
}

.pB60em {
  padding-bottom: 6em !important;
}

.pB70em {
  padding-bottom: 7em !important;
}

.pB80em {
  padding-bottom: 8em !important;
}

.pL0 {
  padding-left: 0 !important;
}

.pL05 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL05em {
  padding-left: 0.5em !important;
}

.pL10em {
  padding-left: 1em !important;
}

.pL20em {
  padding-left: 2em !important;
}

.pL30em {
  padding-left: 3em !important;
}

.pL40em {
  padding-left: 4em !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT05 {
  margin-top: 5px !important;
}

.mT05em {
  margin-top: 0.5em !important;
}

.mT10em {
  margin-top: 1em !important;
}

.mT20em {
  margin-top: 2em !important;
}

.mT30em {
  margin-top: 3em !important;
}

.mT40em {
  margin-top: 4em !important;
}

.mT50em {
  margin-top: 5em !important;
}

.mR0 {
  margin-right: 0 !important;
}

.mR05em {
  margin-right: 0.5em !important;
}

.mR10em {
  margin-right: 1em !important;
}

.mR15em {
  margin-right: 1.5em !important;
}

.mR20em {
  margin-right: 2em !important;
}

.mR30em {
  margin-right: 3em !important;
}

.mR40em {
  margin-right: 4em !important;
}

.mR50em {
  margin-right: 5em !important;
}

.mR60em {
  margin-right: 6em !important;
}

.mR70em {
  margin-right: 7em !important;
}

.mR80em {
  margin-right: 8em !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB05 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB05em {
  margin-bottom: 0.5em !important;
}

.mB10em {
  margin-bottom: 1em !important;
}

.mB15em {
  margin-bottom: 1.5em !important;
}

.mB20em {
  margin-bottom: 2em !important;
}

.mB30em {
  margin-bottom: 3em !important;
}

.mB40em {
  margin-bottom: 4em !important;
}

.mB50em {
  margin-bottom: 5em !important;
}

.mB60em {
  margin-bottom: 6em !important;
}

.mB70em {
  margin-bottom: 7em !important;
}

.mB80em {
  margin-bottom: 8em !important;
}

.mB-10em {
  margin-bottom: -1em !important;
}

.mB-20em {
  margin-bottom: -2em !important;
}

.mB-30em {
  margin-bottom: -3em !important;
}

.mL0 {
  margin-left: 0 !important;
}

.mL05em {
  margin-left: 0.5em !important;
}

.mL10em {
  margin-left: 1em !important;
}

.mL15em {
  margin-left: 1.5em !important;
}

.mL20em {
  margin-left: 2em !important;
}

.mL30em {
  margin-left: 3em !important;
}

.mL40em {
  margin-left: 4em !important;
}

.mL50em {
  margin-left: 5em !important;
}

.mL60em {
  margin-left: 6em !important;
}

.mL70em {
  margin-left: 7em !important;
}

.mL80em {
  margin-left: 8em !important;
}

a.button {
  display: inline-block;
  color: black;
  border: 1px solid black;
  border-radius: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em 3em;
  position: relative;
  overflow: hidden;
}

a.button:hover, a.button:active, a.button:focus {
  text-decoration: none;
  background-color: var(--a-blue);
}

a.button:hover span, a.button:active span, a.button:focus span {
  color: white;
}

ol {
  margin-bottom: 0;
}

ol li + li {
  margin-top: 0.5em;
}

.contact-table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}

.contact-table th {
  vertical-align: top;
}

.contact-table th span {
  display: inline-block;
  white-space: nowrap;
}

.contact-table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-table td ul li + li {
  margin-top: 1em;
}

.contact-table td ul.no-margin li + li {
  margin-top: 0;
}

.contact-table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.contact-table td dl dt {
  width: 4em;
  line-height: 1.8;
  text-align: right;
  padding-right: 1.5em;
  margin-bottom: 1em;
}

.contact-table td dl dt:last-of-type {
  margin-bottom: 0;
}

.contact-table td dl dd {
  width: calc(100% - 4em);
  margin-bottom: 1em;
}

.contact-table td dl dd:last-of-type {
  margin-bottom: 0;
}

/*@media (max-width: 575.98px) {
  .contact-table {
    display: block;
  }
  .contact-table thead, .contact-table tbody, .contact-table tr, .contact-table th, .contact-table td {
    display: block;
  }
  .contact-table tr {
    border-bottom: 1px solid darkgray;
  }
  .contact-table tr:first-of-type {
    border-top: 1px solid darkgray;
  }
  .contact-table th {
    padding-top: 1.5em;
    margin-bottom: 1em;
    border: none;
  }
  .contact-table td {
    padding: 0 0 1.5em 1em;
  }
}*/

/*@media (min-width: 576px) {*/
  .contact-table th {
    border-bottom: 1px solid darkgray;
    border-left: 1px solid darkgray;
    padding: 1em;
  }
  .contact-table th:first-of-type {
    border-top: 1px solid darkgray;
  }
  .contact-table td {
    border-bottom: 1px solid darkgray;
    border-left: 1px solid darkgray;
    border-right: 1px solid darkgray;
    padding: 1em;
  }
  .contact-table td:first-of-type {
    border-top: 1px solid darkgray;
  }
/*}*/

.bg-image-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-box .inner {
  display: block;
}

.bg-image-box .inner::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

/* _header */
.navbar-wrapper {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 992px) {
  .header-end {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    margin-left: 1.5em;
  }
}

.header-end .language {
  background-color: var(--d-blue);
  padding: 0.3em;
}

.header-end .language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.header-end .language ul li + li::before {
  content: "/";
  display: inline-block;
  color: darkgray;
  margin: 0 0.5em;
}

.header-end .language ul li a {
  color: white;
}

.header-end .language ul li a:hover {
  color: var(--a-blue);
  text-decoration: none;
}

.page-title .box {
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .page-title .box {
    padding-top: 1em;
  }
}

.page-header {
  background-color: #f9f9f9;
  position: relative;
}

.page-header .image {
  width: 100%;
  height: 100%;
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}

.page-header .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 100%;
  width: 100%;
  text-align: center;
  padding: 3em 1em;
  position: relative;
}

@media (max-width: 767.98px) {
  .page-header .page-title {
    min-height: 120px;
  }
}

@media (min-width: 768px) {
  .page-header .page-title {
    min-height: 180px;
  }
}

.page-header .page-title h1.jp {
  display: block;
  font-size: 200%;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin-bottom: 0;
}

.page-header .page-title h1.en {
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .page-header .page-title h1.en {
    font-size: 200%;
  }
}

@media (min-width: 768px) {
  .page-header .page-title h1.en {
    font-size: 250%;
  }
}

.page-header .page-title p.en {
  display: block;
  color: var(--s-blue);
  font-size: 93%;
  line-height: 1.5;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.page-header .bg-pic {
    opacity: 0.4;
}

@media (max-width: 575.98px) {
  .content-section:not(.pT0) {
    padding-top: 6rem;
  }
}

@media (min-width: 576px) {
  .content-section:not(.pT0) {
    padding-top: 10.4167vw;
  }
}

@media (min-width: 768px) {
  .content-section:not(.pT0) {
    padding-top: 8.5417vw;
  }
}

@media (min-width: 992px) {
  .content-section:not(.pT0) {
    padding-top: 6.6667vw;
  }
}

@media (min-width: 1200px) {
  .content-section:not(.pT0) {
    padding-top: 8rem;
  }
}

@media (max-width: 575.98px) {
  .content-section:not(.pB0) {
    padding-bottom: 6rem;
  }
}

@media (min-width: 576px) {
  .content-section:not(.pB0) {
    padding-bottom: 10.4167vw;
  }
}

@media (min-width: 768px) {
  .content-section:not(.pB0) {
    padding-bottom: 8.5417vw;
  }
}

@media (min-width: 992px) {
  .content-section:not(.pB0) {
    padding-bottom: 6.6667vw;
  }
}

@media (min-width: 1200px) {
  .content-section:not(.pB0) {
    padding-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  .text-only {
    max-width: 60em;
    margin-right: auto;
    margin-left: auto;
  }
}

section {
  position: relative;
}

.circle-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: -0.5em;
  margin-left: -0.5em;
  padding: 0;
}

@media (max-width: 767.98px) {
  .circle-list {
    margin-right: -1vw;
    margin-left: -1vw;
  }
}

.circle-list li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

@media (max-width: 767.98px) {
  .circle-list li {
    padding-right: 1vw;
    padding-left: 1vw;
  }
}

.circle-list li .box {
  display: block;
  background-color: var(--s-blue);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(49.9%, var(--s-blue)), color-stop(50.1%, #377bb8));
  background: linear-gradient(to bottom right, var(--s-blue) 49.9%, #377bb8 50.1%);
  color: white;
  border-radius: 50%;
  position: relative;
}

.circle-list li .box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circle-list li .box .number {
  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;
  background-color: white;
  color: var(--s-blue);
  border: 2px solid var(--s-blue);
  border-radius: 50%;
  font-size: 175%;
  font-weight: bold;
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767.98px) {
  .circle-list li .box .number {
    font-size: 100%;
  }
}

.circle-list li .box .number p {
  margin-bottom: 0;
}

.circle-list li .box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.circle-list li .box i {
  font-size: 400%;
  margin-bottom: 0.1em;
}

@media (max-width: 767.98px) {
  .circle-list li .box i {
    font-size: 300%;
  }
}

.circle-list li .box .en {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .circle-list li .box .en {
    font-size: 150%;
  }
}

.circle-list li .box .jp {
  margin-bottom: 1em;
}

@media (max-width: 767.98px) {
  .circle-list li .box .jp {
    font-size: 79%;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em 5%;
  position: relative;
}

.footer-info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0.2em;
  width: 100%;
  max-width: 480px;
  padding: 10%;
  margin: 0 auto;
  position: relative;
}

.footer-info .inner .title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.25em;
}

.footer-info .inner h3 {
  text-align: center;
  margin-bottom: 0.5em;
}

.footer-info .inner .desc {
  margin-bottom: 1.5em;
}

.footer-info .inner .more {
  font-size: 93%;
  text-align: center;
  margin-top: auto;
}

.site-footer {
  background-color: var(--s-blue);
  color: white;
  padding: 5em 0 3em;
  position: relative;
}

.site-footer .site-info {
  position: relative;
}

.site-footer .footer-company-name {
  text-align: center;
}

.site-footer .footer-company-name .footer-company-logo img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .site-footer .footer-company-name .footer-company-logo img {
    max-width: 140px;
  }
}

@media (min-width: 576px) {
  .site-footer .footer-company-name .footer-company-logo img {
    max-width: 160px;
  }
}

@media (min-width: 768px) {
  .site-footer .footer-company-name .footer-company-logo img {
    max-width: 180px;
  }
}

@media (min-width: 992px) {
  .site-footer .footer-company-name .footer-company-logo img {
    max-width: 200px;
  }
}

.site-footer .footer-company-name .footer-company-logo.text {
  font-weight: 600;
  letter-spacing: 0;
}

.site-footer .footer-company-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
}

.site-footer .footer-company-box .circle-heading {
  margin-right: 1em;
}

.site-footer .footer-company-box .circle-heading h3 {
  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;
  font-size: 129%;
  font-weight: 500;
  width: 6em;
  height: 6em;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 0;
}

.site-footer .footer-company-box .circle-heading h3 span {
  padding-left: 0.05em;
}

.site-footer .footer-company-box .circle-heading h3 .small {
  font-weight: 500;
}

.site-footer .footer-company-box .inner .footer-company-address span {
  display: inline-block;
}

.site-footer .footer-company-box .inner .footer-company-tel {
  margin-bottom: 0;
  white-space: nowrap;
}

.site-footer .footer-company-box .inner .footer-company-tel strong {
  font-size: 200%;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  padding-right: 0.15em;
}

.site-footer .copyright {
  font-size: 86%;
  text-align: center;
}

@-webkit-keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes hideFromLeft {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes showFromLeft {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

/* Adjust animations for different behavior of each element: */
@-webkit-keyframes fromRightAnim {
  0% {
    left: 100%;
    opacity: 0;
    -webkit-transform: rotate(0.0001deg);
    transform: rotate(0.0001deg);
  }
  100% {
    left: 0;
    opacity: 1;
    -webkit-transform: rotate(0.0001deg);
    transform: rotate(0.0001deg);
  }
}
@keyframes fromRightAnim {
  0% {
    left: 100%;
    opacity: 0;
    -webkit-transform: rotate(0.0001deg);
    transform: rotate(0.0001deg);
  }
  100% {
    left: 0;
    opacity: 1;
    -webkit-transform: rotate(0.0001deg);
    transform: rotate(0.0001deg);
  }
}

.header-logo {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.header-logo:hover, .header-logo:focus {
  text-decoration: none;
}

.header-logo {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.header-logo img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .header-logo img {
    max-width: 160px;
  }
}

@media (min-width: 576px) {
  .header-logo img {
    max-width: 180px;
  }
}

@media (min-width: 768px) {
  .header-logo img {
    max-width: 200px;
  }
}

@media (min-width: 992px) {
  .header-logo img {
    max-width: 220px;
  }
}

@media (min-width: 1200px) {
  .header-logo img {
    max-width: 240px;
  }
}

.content-box .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-box  .marker {
  font-size: 115%;
  font-weight: 500;
  text-align: center;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.25);
  color: var(--s-blue);
}

@media (max-width: 767.98px) {
  .content-box .marker {
    font-size: 100%;
  }
}

.content-box .image .inner {
  display: block;
}

.content-box .image .inner::before {
  content: "";
  display: block;
}

@media (max-width: 767.98px) {
  .content-box .image .inner::before {
    padding-top: 50%;
  }
}

@media (min-width: 768px) {
  .content-box .image .inner::before {
    padding-top: 30.3%;
  }
}

.content-box .text {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 5%;
  position: relative;
  -webkit-box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.25);
  box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.25);
  width: 100%;
}

.content-box .text .title {
  color: var(--s-blue);
}

@media (max-width: 767.98px) {
  .content-box .text .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 80%;
  }
}

@media (max-width: 767.98px) {
  .content-box .text .title .inner {
    padding-left: 1.5em;
  }
}

@media (min-width: 768px) {
  .content-box .text .title .en-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.content-box .text .title .en-title p {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .content-box .text .title .en-title p {
    padding-left: 1em;
  }
}

.content-box .text .title h2 {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .content-box .text .title h2 {
    margin-bottom: 0.25em;
  }
}

.content-box .text .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .content-box .text .detail {
    position: relative;
  }
  .content-box .text .detail::before {
    content: "";
    display: block;
    background-color: var(--s-blue);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .content-box .text .detail .inner {
    padding-top: 1.5em;
    margin-top: 1em;
    position: relative;
    width: 100%;
  }
  .content-box .text .detail .inner::before {
    content: "";
    display: block;
    background-color: var(--s-blue);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .content-box .text .detail .inner {
    padding-left: 1em;
  }
}

.content-box .text .detail .heading {
  color: var(--s-blue);
  font-size: 150%;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .content-box .text .detail .heading {
    font-size: 129%;
  }
}

.content-box .text .detail .desc {
  margin-bottom: 0;
}

.content-box .text .detail .more {
  display: block;
  font-size: 115%;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-align: right;
  margin-top: 1em;
}

.content-box .text .detail .more::after {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 115%;
  margin-left: 0.5em;
  position: relative;
  top: 0.1em;
}

.content-box .text .detail .more:hover {
  color: #f85a35;
}

@media (max-width: 767.98px) {
  .content-box:first-child .text .title::before {
    letter-spacing: 0.05em;
  }
}

@media (min-width: 768px) {
  .content-box:first-child .text .en-title::before {
    letter-spacing: 0.05em;
  }
}

.top-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.top-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75% 10%;
  z-index: 0;
}

.top-mv {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  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;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.top-mv__inner {
  line-height: 1.26;
  padding: 0;
}
.top-mv__label {
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.16em;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding: 0.28em 0.9em;
  margin-bottom: 1em;
}
@media screen and (max-width:1024px) {
  .top-mv__label {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv__label {
    padding: 0.5em 0.2em;
    font-size: 1.9rem;
    letter-spacing: 0.12em;
    margin-bottom: 1.4em;
  }
}
.top-mv__sub {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.16em;
  line-height: 1.57;
  margin-bottom: 1em;
}
@media screen and (max-width:1024px) {
  .top-mv__sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv__sub {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 0.8em;
  }
}
.top-mv__main {
  font-weight: 700;
  font-size: 6.2rem;
}
@media screen and (max-width:1024px) {
  .top-mv__main {
    font-size: 4.6rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv__main {
    font-size: 3.1rem;
  }
}

.navbar-wrapper {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: white;
}
.on-top-screen {
    background-color: transparent;
}
.menu-show {
    background-color: white;
}

.on-top-screen .main-menu li a {
    color: white;
}

.flexnav-show .main-menu li a {
    color: black;
}

.bg-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 75% 10%;
    background-repeat: no-repeat;
}

.bg-pic-center {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bg-color-grey {
  background-color: whitesmoke;
}

#companyInfo {
    position: relative;
    background-color: var(--d-blue);
}

a:hover {
    text-decoration: none;
}

.grid-item {
  display: block;
}
.grid-item {
  overflow: hidden;
}
.grid-item:hover {
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.16);
}
.grid-item:hover .bg-image-box {
  transform: scale(1.1, 1.1);
}

.grid-item {
  color: black;
}

.contact-map  {
  box-shadow: 0.15em 0.15em 0.5em 0 rgba(22, 28, 46, 0.25);
  overflow: hidden;
}

.contact-map .marker {
  box-shadow: none;
}

.menu-contact {
  color: rgb(255, 138, 0) !important;
}

.menu-contact::after {
  background-color: rgb(255, 138, 0) !important;
}

.sub-title .bg-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 75% 10%;
  background-repeat: no-repeat;
  z-index: 0;
}

.sub-title .sub-title-text {
  position: relative;
  z-index: 1;
}