@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
/* line 8, _reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 14, _reset.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, _reset.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 25, _reset.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 36, _reset.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 40, _reset.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 46, _reset.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 51, _reset.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 56, _reset.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 67, _reset.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 73, _reset.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 80, _reset.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 87, _reset.scss */
dt {
  font-weight: 700;
}

/* line 91, _reset.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 96, _reset.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 100, _reset.scss */
b,
strong {
  font-weight: bolder;
}

/* line 105, _reset.scss */
small {
  font-size: 80%;
}

/* line 109, _reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 117, _reset.scss */
sub {
  bottom: -.25em;
}

/* line 121, _reset.scss */
sup {
  top: -.5em;
}

/* line 125, _reset.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 131, _reset.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 136, _reset.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 141, _reset.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 146, _reset.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 150, _reset.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 158, _reset.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 164, _reset.scss */
figure {
  margin: 0 0 1rem;
}

/* line 168, _reset.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 173, _reset.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 178, _reset.scss */
table {
  border-collapse: collapse;
}

/* line 182, _reset.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 190, _reset.scss */
th {
  text-align: inherit;
}

/* line 194, _reset.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 199, _reset.scss */
button {
  border-radius: 0;
}

/* line 203, _reset.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 208, _reset.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 219, _reset.scss */
button,
input {
  overflow: visible;
}

/* line 224, _reset.scss */
button,
select {
  text-transform: none;
}

/* line 229, _reset.scss */
select {
  word-wrap: normal;
}

/* line 233, _reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 240, _reset.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 247, _reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 255, _reset.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 261, _reset.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 268, _reset.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 273, _reset.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 280, _reset.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 292, _reset.scss */
progress {
  vertical-align: baseline;
}

/* line 296, _reset.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 301, _reset.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 306, _reset.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 310, _reset.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 315, _reset.scss */
output {
  display: inline-block;
}

/* line 319, _reset.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 324, _reset.scss */
template {
  display: none;
}

/* line 328, _reset.scss */
[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/* line 19, style.scss */
html {
  color: #909090;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  overflow-y: scroll;
}

/* line 26, style.scss */
a,
a:hover,
dd,
dt,
p {
  color: #909090;
  text-decoration: none;
}

/* line 35, style.scss */
a:hover {
  opacity: 0.8;
}

/* line 39, style.scss */
.page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* line 45, style.scss */
.header {
  margin: 40px auto;
  max-width: 1280px;
}
/* line 49, style.scss */
.header .header-navi {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  position: relative;
}
/* line 55, style.scss */
.header .header-navi .header-navi-left a {
  display: inline;
}
/* line 58, style.scss */
.header .header-navi .header-navi-left a img {
  max-width: 200px;
}
/* line 64, style.scss */
.header .header-navi .header-navi-center {
  align-self: center;
  margin-left: 1em;
}
/* line 68, style.scss */
.header .header-navi .header-navi-center a {
  color: #000;
  font-weight: 700;
  font-size: .9em;
}
/* line 76, style.scss */
.header .header-navi .header-navi-right .header-navi-right-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
}
/* line 87, style.scss */
.header .header-navi .header-navi-right .header-navi-right-ul li {
  display: inline;
  margin-left: 2em;
}
/* line 91, style.scss */
.header .header-navi .header-navi-right .header-navi-right-ul li a {
  color: #003774;
  font-weight: 500;
}
/* line 97, style.scss */
.header .header-navi .header-navi-right .header-navi-right-ul li.header-goto-contact a {
  background: #003774;
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px;
}

/* line 110, style.scss */
.main {
  flex: 1;
}
/* line 114, style.scss */
.main .page-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
/* line 120, style.scss */
.main .top-image {
  margin: 0 auto;
  max-width: 1280px;
}
/* line 124, style.scss */
.main .top-image img {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
/* line 131, style.scss */
.main .news-schedule {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 0 auto;
  max-width: 650px;
}
/* line 137, style.scss */
.main .news-schedule dt {
  margin-right: 1em;
  text-align: right;
}
/* line 143, style.scss */
.main .service-icon-wrapper {
  background-color: #efefef;
  margin-top: 3em;
  padding: 3em 0;
  width: 100%;
}
/* line 149, style.scss */
.main .service-icon-wrapper .page-title h1 {
  margin: 0 auto;
}
/* line 153, style.scss */
.main .service-icon-wrapper .service-icon-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
}
/* line 160, style.scss */
.main .service-icon-wrapper .service-icon-list li {
  list-style-type: none;
  margin: 0 0.5em;
}
/* line 164, style.scss */
.main .service-icon-wrapper .service-icon-list li img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
/* line 172, style.scss */
.main .page-title h1 {
  color: #003774;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  margin: 2em 0 -.2rem;
  text-align: center;
}
/* line 180, style.scss */
.main .page-title h2 {
  color: #003774;
  font-size: 1rem;
  margin-bottom: 50px;
  text-align: center;
}
/* line 188, style.scss */
.main .company-table {
  margin: 0 auto;
  max-width: 880px;
}
/* line 192, style.scss */
.main .company-table dl {
  border-bottom: 1px solid #e8e8e8;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin: 0;
  padding: 2.2em 0;
}
/* line 199, style.scss */
.main .company-table dl:first-of-type {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
/* line 204, style.scss */
.main .company-table dl dt {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  position: relative;
}
/* line 210, style.scss */
.main .company-table dl dt p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* line 217, style.scss */
.main .company-table dl dd {
  margin: 0;
}
/* line 220, style.scss */
.main .company-table dl dd h3 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
}
/* line 229, style.scss */
.main .links-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
/* line 233, style.scss */
.main .links-wrapper .links-list {
  list-style: none;
  padding: 0;
}
/* line 238, style.scss */
.main .links-wrapper .links-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-column-gap: 2em;
  margin-bottom: 2.5em;
}
/* line 244, style.scss */
.main .links-wrapper .links-list li .links-box {
  border: 1px solid #909090;
  align-items: center;
  text-align: center;
  border-radius: 3px;
}
/* line 250, style.scss */
.main .links-wrapper .links-list li .links-box p {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0;
}
/* line 261, style.scss */
.main .links-wrapper .links-list li a h3 {
  margin-bottom: .2em;
  font-weight: 500;
}
/* line 267, style.scss */
.main .links-wrapper .links-list li a p {
  margin: 0;
}
/* line 275, style.scss */
.main .policy-wrapper {
  margin: 0 auto;
  max-width: 880px;
}
/* line 279, style.scss */
.main .policy-wrapper h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 4em 0 1em;
}
/* line 285, style.scss */
.main .policy-wrapper p {
  line-height: 2em;
}

/* line 291, style.scss */
.footer {
  margin-top: 100px;
}
/* line 295, style.scss */
.footer .footer-navi .footer-navi-ul {
  list-style-type: none;
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}
/* line 301, style.scss */
.footer .footer-navi .footer-navi-ul li {
  display: inline;
  font-size: 0.9rem;
  margin: 0 1.1em;
}
/* line 307, style.scss */
.footer .footer-navi .footer-navi-ul li a:hover {
  text-decoration: underline;
}
/* line 315, style.scss */
.footer .blue-bg {
  background: #003774;
  margin: 15px 0 0;
  padding: 25px 0 15px;
}
/* line 321, style.scss */
.footer .footer-logo {
  display: block;
  margin: 0 auto 10px;
  width: max-content;
}
/* line 326, style.scss */
.footer .footer-logo img {
  height: 30px;
}
/* line 331, style.scss */
.footer .footer-copyright {
  color: #fff;
  font-size: 0.6rem;
  margin: 0;
  text-align: center;
}

/* miniweb */
/* line 340, style.scss */
body.miniweb {
  border-top: 10px solid #ccc;
  padding-top: 55px;
  color: #666;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* googlemapレスポンシブ*/
}
/* line 349, style.scss */
body.miniweb img {
  width: 100%;
}
/* line 353, style.scss */
body.miniweb header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
/* line 359, style.scss */
body.miniweb header h1 {
  font-size: 1.8em;
}
/* line 364, style.scss */
body.miniweb header address {
  font-size: 1.4em;
}
/* line 370, style.scss */
body.miniweb main {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
/* line 377, style.scss */
body.miniweb article {
  margin-bottom: 55px;
}
/* line 380, style.scss */
body.miniweb article h2 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
/* line 387, style.scss */
body.miniweb article.topimage h2 {
  text-align: center;
  margin: 15px 0 55px;
}
/* line 393, style.scss */
body.miniweb article.company-infomation {
  margin: 0 auto 50px;
  max-width: 320px;
}
/* line 397, style.scss */
body.miniweb article.company-infomation h1 {
  font-size: 1.4em;
  margin-bottom: 1em;
  text-align: center;
}
/* line 403, style.scss */
body.miniweb article.company-infomation dl {
  display: grid;
  grid-template-columns: 80px 240px;
  grid-column-gap: 1.5em;
}
/* line 412, style.scss */
body.miniweb .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 420, style.scss */
body.miniweb .ggmap iframe,
body.miniweb .ggmap object,
body.miniweb .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 430, style.scss */
body.miniweb footer {
  margin-top: auto;
  background-color: #ccc;
  display: flex;
  justify-content: center;
}
/* line 436, style.scss */
body.miniweb footer .copyright {
  text-align: center;
  padding: .5em 0;
  margin: 0;
  color: #fff;
  font-size: .8em;
}

@media screen and (max-width: 1280px) {
  /* line 448, style.scss */
  .header {
    padding-left: 1em;
    padding-right: 1em;
  }

  /* line 455, style.scss */
  .main .top-image img {
    border-radius: 0;
  }
}
@media screen and (max-width: 1280px) and (max-width: 880px) {
  /* line 463, style.scss */
  .header .header-navi {
    grid-template-columns: none;
    grid-row-gap: 1em;
  }
  /* line 469, style.scss */
  .header .header-navi .header-navi-left a {
    max-width: 85%;
    display: block;
    margin: 0 auto;
  }
  /* line 474, style.scss */
  .header .header-navi .header-navi-left a img {
    max-width: none;
  }
  /* line 480, style.scss */
  .header .header-navi .header-navi-center {
    justify-self: center;
  }
  /* line 483, style.scss */
  .header .header-navi .header-navi-center a {
    text-align: center;
  }
  /* line 489, style.scss */
  .header .header-navi .header-navi-right .header-navi-right-ul {
    margin: 0 auto;
    position: static;
    top: 0;
    transform: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  /* line 498, style.scss */
  .header .header-navi .header-navi-right .header-navi-right-ul li {
    margin-left: 0;
  }
  /* line 502, style.scss */
  .header .header-navi .header-navi-right .header-navi-right-ul li.header-goto-contact a {
    background: #003774;
    border-radius: 30px;
    color: #fff;
    padding: 5px 10px;
  }

  /* line 516, style.scss */
  .main .news-schedule {
    display: block;
    padding: 0 1em;
  }
  /* line 520, style.scss */
  .main .news-schedule dt {
    text-align: center;
  }
  /* line 524, style.scss */
  .main .news-schedule dd {
    text-align: center;
  }
  /* line 529, style.scss */
  .main .links-wrapper {
    max-width: 800px;
    padding: 0 2em;
  }
  /* line 534, style.scss */
  .main .links-wrapper .links-list li {
    grid-template-columns: none;
    grid-column-gap: none;
    margin-bottom: 2em;
  }
  /* line 540, style.scss */
  .main .links-wrapper .links-list li .links-box {
    align-items: center;
    text-align: center;
    border-radius: 3px;
    margin-bottom: .5em;
  }
  /* line 547, style.scss */
  .main .links-wrapper .links-list li .links-box p {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
  }
  /* line 558, style.scss */
  .main .links-wrapper .links-list li a h3 {
    margin-bottom: .2em;
    font-weight: 500;
    text-align: center;
  }
  /* line 565, style.scss */
  .main .links-wrapper .links-list li a p {
    font-size: .8em;
    text-align: center;
    margin: 0;
  }
  /* line 575, style.scss */
  .main .policy-wrapper {
    padding: 0 2em;
  }
  /* line 578, style.scss */
  .main .policy-wrapper h2 {
    margin-top: 2em;
  }
  /* line 583, style.scss */
  .main .company-table {
    padding: 0 3em;
  }
  /* line 586, style.scss */
  .main .company-table dl {
    grid-template-columns: none;
    grid-template-rows: 2em 1fr;
    padding: 1em 0;
  }
  /* line 594, style.scss */
  .main .service-icon-wrapper .service-icon-list {
    display: block;
  }
  /* line 597, style.scss */
  .main .service-icon-wrapper .service-icon-list li {
    margin: 0 5.5em 1.5em;
  }
  /* line 604, style.scss */
  .main .page-title h1 {
    font-size: 1.8rem;
    margin: 0.5em 0 -.2rem;
  }
  /* line 609, style.scss */
  .main .page-title h2 {
    font-size: 0.8rem;
    margin-bottom: 1.5em;
  }
  /* line 615, style.scss */
  .main .btn {
    margin-top: 0.5em;
    padding: 0.5em 1em;
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  /* line 623, style.scss */
  .footer {
    margin-top: 50px;
  }
  /* line 628, style.scss */
  .footer .footer-navi .footer-navi-ul li {
    display: block;
  }
}
