@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

blockquote,
q {
  quotes: none;
}

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

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  transition: 0.3s;
}

input,
textarea {
  border: none;
  background-color: #fff;
  border-radius: 0;
  display: block;
  width: 100%;
  font-size: 1.9rem;
  padding: 2rem 1.5rem 2rem;
}
@media screen and (max-width: 991px) {
  input,
  textarea {
    font-size: 1.5rem;
    padding: 1.5rem 1rem 1.5rem;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #D0C0B8;
}
input::placeholder,
textarea::placeholder {
  color: #D0C0B8;
}

textarea {
  min-height: 150px;
}
@media screen and (max-width: 991px) {
  textarea {
    min-height: 170px;
  }
}

.required::after {
  content: "必須";
  color: #E9482C;
  font-size: 1.4rem;
  position: absolute;
  right: 1.5rem;
  top: 0.3rem;
}
@media screen and (max-width: 991px) {
  .required::after {
    right: inherit;
    top: 4px;
    font-size: 1.1rem;
    padding-left: 1.5rem;
  }
}

.any::after {
  content: "任意";
  color: #808077;
}

div.submit {
  display: flex;
  gap: 5rem;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  div.submit {
    gap: 2rem;
    flex-wrap: wrap;
  }
}
div.submit input[type=submit] {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  div.submit input[type=submit] {
    font-size: 1.3rem;
  }
}
div.submit input[type=submit] {
  font-size: 2rem;
  color: #fff;
  background: #000;
  padding: 2rem 0;
  display: block;
  border-radius: 0;
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  div.submit input[type=submit] {
    width: 80%;
    max-width: inherit;
    padding: 1.5rem 0;
  }
}
div.submit input[type=submit]:hover {
  opacity: 1 !important;
  color: #fff !important;
}
div.submit input[type=submit]:active, div.submit input[type=submit]:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
}

.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}
.mwform-radio-field label {
  margin: 0.5em 0;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label {
    margin-right: 1rem;
  }
}
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    padding-left: 2.5rem;
  }
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: #EEEEEE;
  border-radius: 100%;
  border: 1px solid #EEEEEE;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #5B6D60;
  box-shadow: inset 0 0 0 3px #fff;
}
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text:before {
  border: 1px solid #707070;
}
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text:before {
  box-shadow: inset 0 0 0 4px #fff;
  border: #707070;
  background: #707070;
}
.mwform-radio-field label input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.error {
  color: #cc3300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  line-height: initial;
}

/*------------------------------------------------------------
	サイト基礎
  ------------------------------------------------------------*/
body {
  color: #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  body {
    font-size: 1.6rem;
  }
}
body {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
body a {
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}
body a:hover {
  color: #8CD1EB;
  text-decoration: none;
  opacity: 0.8 !important;
}
body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body .inner {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  body .inner {
    padding: 0 2rem;
  }
}
body .inner-xl {
  max-width: 1600px;
  margin: 0 auto;
}
body .inner-l {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body .inner-l {
    padding: 0 2rem;
  }
}
body .inner-m {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body .inner-m {
    padding: 0 2rem;
  }
}
body .inner-s {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  body .inner-s {
    padding: 0 2rem;
  }
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink :root .selector,
body .telLink _:-ms-fullscreen {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  body .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}
body .readTxt {
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  body .readTxt {
    font-size: 1.4rem;
  }
}
body section {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 991px) {
  body section {
    padding: 4rem 1.5rem 5rem;
    overflow: hidden;
  }
}
body .baseTtlBox {
  position: relative;
  z-index: 0;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body .baseTtlBox {
    margin-bottom: 3.5rem;
  }
}
body .baseTtlBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #8CD1EB;
  width: 135px;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  body .baseTtlBox::before {
    width: 70px;
  }
}
body .baseTtlBox a.baseLinkBtn {
  position: absolute;
  right: 3rem;
  top: 4rem;
}
body h2.baseTtl {
  font-size: 7.7rem;
  font-weight: bold;
  padding: 0.2rem 0 1rem 5rem;
}
@media screen and (max-width: 991px) {
  body h2.baseTtl {
    font-size: 2.8rem;
    padding: 0.1rem 0 0.4rem 2rem;
  }
}
body h3.baseTtl {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 2.5rem;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  body h3.baseTtl {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
body h3.baseTtl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #8CD1EB;
  width: 100%;
  height: 20px;
  bottom: -0.5rem;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  body h3.baseTtl::before {
    height: 12px;
    bottom: -0.3rem;
  }
}
body .baseLinkBtn {
  font-size: 1.3rem;
  font-weight: bold;
  border: 3px solid #000;
  line-height: 1;
  padding: 0.8rem 2rem;
  width: 140px;
  text-align: center;
  z-index: 0;
  position: relative;
  display: block;
}
body .baseLinkBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  background: #8CD1EB;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
body .baseLinkBtn::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/icon-arrow01.svg");
  width: 14px;
  height: 14px;
  right: 0.5rem;
  top: 0.7rem;
}
body .baseLinkBtn.tBlank::after {
  background: url("/assets/img/icon-arrow03.svg") no-repeat;
  width: 10px;
  height: 11px;
  top: 1rem;
  right: 1rem;
}
body .baseLinkBtn:hover {
  color: inherit;
  opacity: 1 !important;
}
body .baseLinkBtn:hover::before {
  width: 100% !important;
}
body .arcDetail .arcInner {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 0 6rem 0;
}
@media screen and (max-width: 991px) {
  body .arcDetail .arcInner {
    padding: 1.5rem 0 3rem 0;
  }
}
body .arcDetail .arcInner img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body .arcDetail .arcInner img {
    margin-bottom: 1.5rem;
  }
}
body .arcDetail .arcInner img {
  width: auto;
  display: block;
}
body .arcDetail .arcInner h2 {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  body .arcDetail .arcInner h2 {
    font-size: 1.8rem;
  }
}
body .arcDetail .arcInner h2 {
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body .arcDetail .arcInner h2 {
    margin-bottom: 1.5rem;
  }
}
body .arcDetail .arcInner a {
  color: #359450;
  text-decoration: underline;
}
body .arcDetail .arcInner p {
  margin-bottom: 1.5rem;
}
body .arcDetail .linkBack {
  text-align: center;
}
body .arcDetail .linkBack a {
  color: #359450;
  font-weight: bold;
}
body .arcDetail .linkBack a:hover {
  opacity: 0.8;
}
body .pcNone {
  display: none;
}
@media screen and (max-width: 991px) {
  body .pcNone {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  body .tbNone {
    display: none !important;
  }
}
body .tbBlock {
  display: none !important;
}
@media screen and (max-width: 991px) {
  body .tbBlock {
    display: block !important;
  }
}
.preload * {
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
  ------------------------------------------------------------*/
header#header .navbar {
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
@media screen and (max-width: 991px) {
  header#header .navbar {
    width: 100vw;
  }
}
header#header .navbar::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
}
header#header .navbar .container-fluid {
  position: relative;
  z-index: 2;
  height: 66px;
  padding: 1.6rem 4rem 1.3rem 2.5rem;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid {
    padding: 1.2rem 1.5rem 0.8rem 1.5rem;
  }
}
header#header .navbar .container-fluid .navbar-brand {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-brand img {
    width: 228px;
  }
}
header#header .navbar .container-fluid .lngSelect {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  padding: 0;
  border-radius: 21px;
}
header#header .navbar .container-fluid .lngSelect::before {
  content: "";
  display: block;
  background: url("/assets/img/icon-earth.svg") no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
}
header#header .navbar .container-fluid .lngSelect::after {
  content: "";
  right: 15px;
  top: 8px;
  position: absolute;
  background: url("/assets/img/icon-arrow02.svg") no-repeat;
  width: 14px;
  height: 26px;
}
header#header .navbar .container-fluid .lngSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  font-size: 1.8rem;
  color: #fff;
  background-color: #000;
  background-image: none;
  border: none;
  word-break: normal;
  padding: 0 4rem 0 5rem;
  border-radius: 21px;
  line-height: 1.5;
  cursor: pointer;
}
header#header .navbar .container-fluid .lngSelect select:focus-visible {
  outline: none;
}
header#header .navbar .container-fluid a.contact {
  font-weight: bold;
  background: #fff;
  width: 165px;
  margin: 0 3.5rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
}
header#header .navbar .container-fluid a.contact:hover {
  color: #fff;
  background: #000;
  outline: 1px solid #fff;
}
header#header .navbar .container-fluid p.tel {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 2rem 0 -2rem;
  line-height: 38px;
}
header#header .navbar .container-fluid .navbar-toggler {
  display: block;
  color: #fff;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  border: none;
  width: 44px;
  transition: none;
  position: relative;
  z-index: 999;
}
header#header .navbar .container-fluid .navbar-toggler:focus {
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-toggler:focus {
    box-shadow: none;
  }
}
header#header .navbar .container-fluid .navbar-toggler .navbar-toggler-icon {
  background: url("/assets/img/icon-menu.svg");
  width: 44px;
  height: 24px;
  margin-bottom: 0.3rem;
}
header#header .navbar .container-fluid .navbar-toggler[aria-expanded=true] {
  font-size: 0;
  padding: 0 6px;
}
header#header .navbar .container-fluid .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background: url("/assets/img/icon-menu-close.svg");
  width: 36px;
  height: 36px;
}
header#header .navbar .container-fluid .navbar-collapse {
  font-size: 1.5rem;
  font-weight: bold;
  display: block !important;
  position: fixed;
  width: 50%;
  right: -50%;
  top: 0;
  background: #000;
  height: 100vh;
  padding: 7rem 1.5rem 0;
  transition: all 0.3s ease-in-out;
  background-size: 50vw;
  background-position: -15vw 5rem;
}
header#header .navbar .container-fluid .navbar-collapse.show {
  right: 0;
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-collapse {
    width: 85vw;
    padding: 10rem 0 0;
    right: -85vw;
    background-size: 85vw;
    background-position: -25vw 3rem;
  }
}
header#header .navbar .container-fluid .navbar-collapse .navbar-nav {
  display: block;
  text-align: center;
}
header#header .navbar .container-fluid .navbar-collapse .navbar-nav img {
  width: 306px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-collapse .navbar-nav img {
    width: 228px;
  }
}
header#header .navbar .container-fluid .navbar-collapse .navbar-nav a {
  color: rgba(0, 0, 0, 0.55);
  color: #000;
  background: #fff;
  width: 80%;
  max-width: 283px;
  padding: 1.5rem 2rem;
  margin: 0 auto 1.5rem;
  text-align: left;
  position: relative;
  display: block;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  header#header .navbar .container-fluid .navbar-collapse .navbar-nav a {
    font-size: 1.5rem;
    width: 90%;
    padding: 1rem 1.5rem;
    margin: 0 auto 1.5rem;
  }
}
header#header .navbar .container-fluid .navbar-collapse .navbar-nav a::before {
  content: "";
  display: block;
  background: #8CD1EB;
  width: 36px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
header#header .navbar .container-fluid .navbar-collapse .navbar-nav a::after {
  content: "";
  display: block;
  background: url("/assets/img/icon-arrow01.svg") no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 1rem;
  top: 2rem;
}
header#header .navbar .container-fluid .navbar-collapse .navbar-nav a:hover {
  opacity: 1 !important;
}
header#header .navbar .container-fluid .navbar-collapse .navbar-nav a:hover::before {
  width: 100%;
}
header#header .navbar .container-fluid .navbar-collapse .navbar-nav a span {
  position: relative;
}
header#header .navbar .container-fluid .navbar-collapse .navbar-nav .lngSelect {
  max-width: 230px;
  margin: 3rem auto 0;
}
header#header .navbar.scrolldown {
  box-shadow: 0px 3px 10px -5px #000;
}

body.top header#header.topInit .navbar::before {
  background: none;
}
body.top header#header.topInit .navbar .container-fluid {
  justify-content: end;
}
body.top header#header.topInit .navbar .container-fluid .navbar-brand {
  display: none;
}
body.top header#header.topInit .navbar .container-fluid .lngSelect select {
  background: none;
}
body.top header#header.topInit .navbar .container-fluid .lngSelect select option {
  color: #000;
}

/*------------------------------------------------------------
	フッター
  ------------------------------------------------------------*/
.secMoreInfo {
  background: url("/assets/img/more-info-bg.jpg") no-repeat;
  padding: 6rem 1.5rem;
}
@media screen and (max-width: 991px) {
  .secMoreInfo {
    padding: 3rem 0 4rem;
  }
}
.secMoreInfo .baseTtlBox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  .secMoreInfo .baseTtlBox {
    margin-bottom: 4rem;
  }
}
.secMoreInfo .baseTtlBox h2 {
  color: #fff;
}
.secMoreInfo ul {
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 991px) {
  .secMoreInfo ul {
    gap: 1.5rem;
    max-width: 85%;
    margin: 0 auto 1rem;
  }
}
.secMoreInfo ul li {
  width: calc(33.33% - 1.34rem);
}
@media screen and (max-width: 991px) {
  .secMoreInfo ul li {
    width: 100%;
  }
}
.secMoreInfo ul li a {
  background: #fff;
  font-size: 1.5rem;
  padding: 2rem 2rem;
  width: 100%;
  text-align: left;
}
.secMoreInfo ul li a::before {
  width: 35px;
}
.secMoreInfo ul li a::after {
  width: 18px;
  height: 18px;
  right: 1rem;
  top: 1.8rem;
  background-size: 18px;
}
.secMoreInfo .link a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.2rem;
}

.footer {
  padding: 8rem 1.5rem 3rem;
  background: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 5rem 0 2rem;
  }
}
.footer .inner-l {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  .footer .inner-l {
    margin-bottom: 3.5rem;
  }
}
.footer .inner-l .eagleLogo {
  width: 309px;
}
@media screen and (max-width: 1200px) {
  .footer .inner-l .eagleLogo {
    width: 220px;
  }
}
@media screen and (max-width: 991px) {
  .footer .inner-l .eagleLogo {
    width: 150px;
    margin-bottom: 4rem;
  }
}
.footer .inner-l .infoBox {
  width: calc(100% - 254px);
  max-width: 800px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .footer .inner-l .infoBox {
    width: 100%;
  }
}
.footer .inner-l .infoBox .travel {
  font-weight: bold;
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .footer .inner-l .infoBox .travel {
    font-size: 1.6rem;
    display: block;
  }
}
.footer .inner-l .infoBox .travel img {
  width: 222px;
  margin-left: 2rem;
}
@media screen and (max-width: 991px) {
  .footer .inner-l .infoBox .travel img {
    display: block;
    margin: 1rem 0 3rem;
  }
}
.footer .inner-l .infoBox .travelLink {
  color: #fff;
  margin-bottom: 2rem;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .footer .inner-l .infoBox .travelLink {
    margin-bottom: 1.5rem;
  }
}
.footer .inner-l .infoBox .address, .footer .inner-l .infoBox .terms {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .footer .inner-l .infoBox .address, .footer .inner-l .infoBox .terms {
    margin-bottom: 0.5rem;
  }
}
.footer .inner-l .infoBox .address a, .footer .inner-l .infoBox .terms a {
  color: #fff;
  text-decoration: underline;
}
.footer .inner-l .infoBox .mapLink {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .footer .inner-l .infoBox .mapLink {
    margin-bottom: 3rem;
  }
}
.footer .inner-l .infoBox .bizTtl {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .footer .inner-l .infoBox .bizTtl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.footer .inner-l .infoBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
@media screen and (max-width: 991px) {
  .footer .inner-l .infoBox ul li {
    width: calc(33.33% - 0.467rem);
  }
}
.footer .copy {
  font-size: 1.2rem;
}
/*-- page top --*/
#go_pagetop {
  position: fixed;
  right: 1.7rem;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #go_pagetop {
    right: 1rem;
  }
}
#go_pagetop a img {
  width: 69px;
}
@media screen and (max-width: 991px) {
  #go_pagetop a img {
    width: 42px;
  }
}
/*------------------------------------------------------------
	共通
  ------------------------------------------------------------*/
.-center {
  text-align: center;
}

.-flex {
  display: flex;
  flex-wrap: wrap;
}

.-white {
  color: #fff;
}

.-lh2 {
  line-height: 2;
}

.-bgGray {
  background: #E5E5E5;
}

:root {
  --medium: 500;
  --semiBold: 600;
  --black: 900;
}

/*-- wordpress --*/
.wp-pagenavi {
  text-align: center;
  margin-top: 5rem;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .wp-pagenavi {
    margin-top: 3rem;
    font-size: 1.8rem;
  }
}
.wp-pagenavi span {
  margin: 0 2rem !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
}
@media screen and (max-width: 991px) {
  .wp-pagenavi span {
    margin: 0 1rem !important;
  }
}
.wp-pagenavi a {
  margin: 0 2rem !important;
  border: none !important;
}
@media screen and (max-width: 991px) {
  .wp-pagenavi a {
    margin: 0 1rem !important;
  }
}
.wp-pagenavi a:hover {
  border-bottom: 1px solid #8CD1EB !important;
}/*# sourceMappingURL=base.css.map */