@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.anm {
  opacity: 0;
}
.anm.is-animated {
  animation: fadeIn 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.anm-up {
  transform: translateY(30px);
  opacity: 0;
}
.anm-up.is-animated {
  animation: fadeInUp 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.anm-left {
  transform: translateX(30px);
  opacity: 0;
}
.anm-left.is-animated {
  animation: fadeInLeft 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.anm-right {
  transform: translateX(-30px);
  opacity: 0;
}
.anm-right.is-animated {
  animation: fadeInRight 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.anm-list > * {
  transform: translateY(30px);
  opacity: 0;
}

.anm-list > *.is-animated {
  animation: fadeInUp 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOutUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(30px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(-30px);
    opacity: 0;
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

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

@page {
  size: A3;
}
html {
  min-height: 100dvh;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html.is-overlay, html.open-menu {
  overflow: hidden;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background: #f7f7f7;
}
body.is-overlay, body.open-menu {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  font-feature-settings: "palt" 1;
}

dt {
  font-weight: 600;
}

dd {
  margin-inline-start: 1em;
}

img,
svg {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  opacity: 1;
}

a {
  color: #8CB6D6;
  text-decoration: underline;
  transition: color 0.2s;
}
a:visited {
  color: #8CB6D6;
  text-decoration: underline;
}
a:focus {
  color: #888;
  text-decoration: none;
}
a:hover {
  color: #888;
  text-decoration: none;
}
a:active {
  color: #888;
  text-decoration: none;
}
a.is-disabled {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.f-wrap {
  width: 100%;
  margin: auto;
  background-color: #fff;
}

.l-header {
  display: flex;
  z-index: 100;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: height 0.2s;
}
.l-header__le, .l-header__ri {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.l-header__logo {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  transition: width 0.2s;
}
.l-header__logo a {
  display: inline-block;
}
.l-header__btn {
  display: inline-block;
  padding: 10px 15px;
}
.l-header__btn:hover {
  opacity: 0.7;
}

.l-main {
  padding-top: 80px;
}

.l-section, .l-section-a {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.l-section._mw480, ._mw480.l-section-a {
  max-width: 480px;
}
.l-section._mw568, ._mw568.l-section-a {
  max-width: 568px;
}
.l-section._mw640, ._mw640.l-section-a {
  max-width: 640px;
}
.l-section._mw768, ._mw768.l-section-a {
  max-width: 768px;
}
.l-section._mw960, ._mw960.l-section-a {
  max-width: 960px;
}
.l-section._mw1024, ._mw1024.l-section-a {
  max-width: 1024px;
}
.l-section._mw1240, ._mw1240.l-section-a {
  max-width: 1240px;
}
.l-section._mw1400, ._mw1400.l-section-a {
  max-width: 1400px;
}
.l-section._mw1640, ._mw1640.l-section-a {
  max-width: 1640px;
}
.l-section._mw1920, ._mw1920.l-section-a {
  max-width: 1920px;
}

.l-section-a {
  padding: 30px;
}

.l-footer {
  margin-top: 80px;
  padding: 40px 20px;
  background-color: #E4E4E4;
}
.l-footer__logo {
  margin: 30px auto;
  text-align: center;
}
.l-footer__place {
  text-align: center;
}
.l-footer__tel {
  text-align: center;
}
.l-footer__tel ._tx-tel-ico {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 4px 10px;
  border-radius: 3px;
  background: #8CB6D6;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: middle;
}
.l-footer__tel a._tx-tel-num {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}
.l-footer__tel a._tx-tel-num:hover, .l-footer__tel a._tx-tel-num:active, .l-footer__tel a._tx-tel-num:focus {
  color: #888;
  text-decoration: none;
}

.l-copyright {
  display: block;
  padding: 2.75em 20px;
  clear: both;
  background: #444;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.l-pageup {
  visibility: hidden;
  z-index: 100;
  position: fixed;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  transition: all 0.4s;
}
.l-pageup.active {
  visibility: visible;
  opacity: 0.7;
}
.l-pageup__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
  display: inline-flex;
          appearance: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 2px solid #8CB6D6;
  border-radius: 50%;
  outline: 0;
  background: rgba(140, 182, 214, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
}
.l-pageup__btn::before {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  transform: rotate(-45deg);
  border: solid #8CB6D6;
  border-width: 3px 3px 0 0;
  content: "";
  transition: border-color 0.2s;
}
.l-pageup__btn:hover, .l-pageup__btn:active, .l-pageup__btn:focus {
  border-color: #8CB6D6;
}
.l-pageup__btn:hover::before, .l-pageup__btn:active::before, .l-pageup__btn:focus::before {
  border-color: #8CB6D6;
}

.m-box-notice {
  display: block;
  margin: 1em auto;
  padding: 0.5em 2em;
  background: #EBF5FC;
}
.m-box-notice dl {
  margin: 1em 0;
}
.m-box-notice dt {
  font-weight: bold;
  text-align: center;
}
.m-box-notice dd {
  margin: 0.5em 0 0;
}
.m-box-notice ._center {
  text-align: center;
}
.m-box-notice ._title {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.m-heading, .m-heading-a {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.25;
  font-family: "linotype-didot", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-feature-settings: "palt" 1;
  text-align: center;
  transition: font 0.2s;
}
.m-heading._kuro, ._kuro.m-heading-a {
  color: #444;
}
.m-heading._siro, ._siro.m-heading-a {
  color: #fff;
}
.m-heading._left, ._left.m-heading-a {
  text-align: left;
}
.m-heading ._tx-main, .m-heading-a ._tx-main {
  margin: 0.5em 0 0;
  font-size: 2.4rem;
}
.m-heading ._tx-sub, .m-heading-a ._tx-sub {
  margin: 0.5em 0 0;
  color: #999;
  font-size: 1.3rem;
}

.m-heading_sub {
  font-weight: bold;
  font-size: 2rem;
  font-family: "linotype-didot", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.m-paragraph._center, ._center.m-paragraph-cation, ._center.m-paragraph-d, ._center.m-paragraph-c, ._center.m-paragraph-b, ._center.m-paragraph-a {
  text-align: center;
}
.m-paragraph._bold, ._bold.m-paragraph-cation, ._bold.m-paragraph-d, ._bold.m-paragraph-c, ._bold.m-paragraph-b, ._bold.m-paragraph-a {
  font-weight: bold;
}
.m-paragraph._first, ._first.m-paragraph-cation, ._first.m-paragraph-d, ._first.m-paragraph-c, ._first.m-paragraph-b, ._first.m-paragraph-a {
  margin-top: 0;
}
.m-paragraph._last, ._last.m-paragraph-cation, ._last.m-paragraph-d, ._last.m-paragraph-c, ._last.m-paragraph-b, ._last.m-paragraph-a {
  margin-bottom: 0;
}

.m-paragrap-lg {
  font-size: 2rem;
  line-height: 1.25;
}

.m-paragraph-a {
  margin: 1.75em auto;
  line-height: 1.75;
}

.m-paragraph-b {
  margin: 2em auto;
  line-height: 1.75;
}

.m-paragraph-c {
  margin: 2em auto;
  font-size: 1.4rem;
  line-height: 2;
}

.m-paragraph-d {
  margin: 2em auto;
  line-height: 2;
}

.m-paragraph-cation {
  font-size: 1.2rem;
  line-height: 1.5;
}

.m-button, .m-button-a,
a.m-button-a,
button.m-button-a {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  max-width: 100%;
  padding: 1.125em;
  border: 2px solid transparent;
  border-radius: 3px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.m-button:visited, .m-button-a:visited, .m-button:hover, .m-button-a:hover, .m-button:active, .m-button-a:active, .m-button:focus, .m-button-a:focus {
  text-decoration: none;
}
.m-button._sm, ._sm.m-button-a {
  min-width: 140px;
}
.m-button-a,
a.m-button-a,
button.m-button-a {
  margin: 0 10px;
  background-color: #8CB6D6;
  color: #fff;
}
.m-button-a:hover, .m-button-a:active, .m-button-a:focus,
a.m-button-a:hover,
a.m-button-a:active,
a.m-button-a:focus,
button.m-button-a:hover,
button.m-button-a:active,
button.m-button-a:focus {
  border-color: #8CB6D6;
  background-color: #fff;
  color: #8CB6D6;
}
.m-button-a._siro,
a.m-button-a._siro,
button.m-button-a._siro {
  border-color: #8CB6D6;
  background-color: #fff;
  color: #8CB6D6;
}
.m-button-a._siro:hover, .m-button-a._siro:active, .m-button-a._siro:focus,
a.m-button-a._siro:hover,
a.m-button-a._siro:active,
a.m-button-a._siro:focus,
button.m-button-a._siro:hover,
button.m-button-a._siro:active,
button.m-button-a._siro:focus {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #8CB6D6;
  color: #fff;
}

.m-map {
  display: block;
  position: relative;
  margin-top: 1em;
  padding-top: 66.6666666667%;
}
.m-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-home {
  line-height: 2;
}
.p-home__kv {
  max-width: 1440px;
  margin: 0 auto;
}
.p-home__kv img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}
.p-home__intro {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}
.p-home__intro ._lead {
  line-height: 2;
}
.p-home__direction {
  max-width: 800px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.p-home__direction dl {
  padding: 1.5em 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.p-home__direction dl:last-child {
  border-bottom: 1px solid #ddd;
}
.p-home__direction dt {
  font-weight: normal;
  line-height: 1.75;
}
.p-home__direction dd {
  margin: 0.5em 0 0;
}
.p-home__access {
  max-width: 800px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.p-home__access dl {
  margin: 2em 0 0;
  text-align: center;
}
.p-home__access dt {
  font-weight: normal;
}
.p-home__access dd {
  margin: 0;
}
.p-home__access figure {
  margin: 1em auto;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}
.p-home__route {
  max-width: 800px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.p-home__route figure {
  margin: 1em auto;
  padding: 0;
  text-align: center;
}
.p-home__route ._notice {
  margin: 1em 0;
  padding: 0;
  font-size: 1.2rem;
  list-style: none;
  text-indent: -12px;
}
.p-home__route ._notice li {
  padding-left: 12px;
}

.u-mq-lt-tb {
  display: block;
}

.u-mq-gt-tb {
  display: none;
}

.u-mq-gt-pc {
  display: none;
}

@media (min-width: 768px) {
  .l-section-a {
    padding: 60px;
  }
  .l-copyright {
    padding: 4em 30px;
    font-size: 1.2rem;
  }
  .l-pageup {
    bottom: 20px;
  }
  .m-heading, .m-heading-a {
    font-size: 4.8rem;
  }
  .m-button, .m-button-a,
  a.m-button-a,
  button.m-button-a {
    min-width: 280px;
    padding: 1.5em;
  }
  .m-button._sm, ._sm.m-button-a {
    min-width: 200px;
  }
  .p-home__kv {
    padding: 2em;
  }
  .p-home__kv img {
    width: 100%;
    height: 520px;
  }
  .u-mq-lt-tb {
    display: none;
  }
  .u-mq-gt-tb {
    display: block;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 71.4285714286%;
  }
  .m-heading, .m-heading-a {
    font-size: 6rem;
  }
  .m-paragraph-c {
    font-size: 1.6rem;
  }
  .u-mq-gt-pc {
    display: block;
  }
}

@media (min-width: 1240px) {
  .l-section-a {
    padding: 100px;
  }
}

@media print {
  html {
    background: none;
  }
  body {
    -webkit-print-color-adjust: exact;
    box-shadow: none;
  }
  .l-pageup {
    display: none;
  }
}