@charset "UTF-8";
/* -------------------------------
	default
-------------------------------- */
:root {
  --app-h: 100vh;
  --app-w: 100vw;
  --anchor-offset: 50px;
}

@supports (height: 100dvh) {
  :root {
    --app-h: 100dvh;
    --app-w: 100dvw;
  }
}
@media print, screen and (min-width: 992px) {
  :root {
    --anchor-offset: 100px;
  }
}
html {
  font-size: 16px;
  margin-top: 0 !important;
}
@media print, screen and (min-width: 1200px) {
  html {
    font-size: min(calc(16px + 2 * (100vw - 1200px) / 300), 18px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
}

[id] {
  scroll-margin-top: var(--anchor-offset);
}

.fs-en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
}

/* ログイン中だけヘッダーの上に admin bar 分の余白を足す（PC） */
body.admin-bar #header {
  top: 32px;
  /* ヘッダーが通常配置の場合 */
  /* fixed の場合は margin-top ではなく top を使う */
}

/* スマホで admin bar を非表示にする */
@media screen and (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }

  /* body の admin-bar クラスによるズレを無効化 */
  body.admin-bar #header {
    top: 0 !important;
  }
}
/* -------------------------------
	ローディング
-------------------------------- */
.loader {
  color: rgba(0, 0, 0, 0.2);
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  visibility: hidden;
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* -------------------------------
	見出しタグ調整
-------------------------------- */
h1 {
  font-size: 1.9rem;
  /* 30px相当 */
}

h2 {
  font-size: 1.69rem;
  /* 27px相当 */
}

h3 {
  font-size: 1.5rem;
  /* 24px相当 */
}

h4 {
  font-size: 1.33rem;
  /* 21px相当 */
}

h5 {
  font-size: 1.19rem;
  /* 19px相当 */
}

h6 {
  font-size: 1.05rem;
  /* 17px相当 */
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.21rem;
    /* 35px相当 */
  }

  h2 {
    font-size: 1.97rem;
    /* 32px相当 */
  }

  h3 {
    font-size: 1.75rem;
    /* 28px相当 */
  }

  h4 {
    font-size: 1.56rem;
    /* 25px相当 */
  }

  h5 {
    font-size: 1.38rem;
    /* 22px相当 */
  }

  h6 {
    font-size: 1.23rem;
    /* 20px相当 */
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.37rem;
    /* 38px相当 */
  }

  h2 {
    font-size: 2.11rem;
    /* 34px相当 */
  }

  h3 {
    font-size: 1.88rem;
    /* 30px相当 */
  }

  h4 {
    font-size: 1.67rem;
    /* 27px相当 */
  }

  h5 {
    font-size: 1.48rem;
    /* 24px相当 */
  }

  h6 {
    font-size: 1.32rem;
    /* 21px相当 */
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.85rem;
    /* 46px相当 */
  }

  h2 {
    font-size: 2.53rem;
    /* 40px相当 */
  }

  h3 {
    font-size: 2.25rem;
    /* 36px相当 */
  }

  h4 {
    font-size: 2rem;
    /* 32px相当 */
  }

  h5 {
    font-size: 1.78rem;
    /* 28px相当 */
  }

  h6 {
    font-size: 1.58rem;
    /* 25px相当 */
  }
}
h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p, ol, ul, dl, table {
  margin-bottom: 1rem;
}
p + h3, p + h4, p + h5, p + h6, ol + h3, ol + h4, ol + h5, ol + h6, ul + h3, ul + h4, ul + h5, ul + h6, dl + h3, dl + h4, dl + h5, dl + h6, table + h3, table + h4, table + h5, table + h6 {
  margin-top: 2rem;
}
p:last-child, ol:last-child, ul:last-child, dl:last-child, table:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
@media print {
  #header {
    position: absolute;
  }
}

/* ---  --- */
.row-head {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 15px;
}
@media print, screen and (min-width: 992px) {
  .row-head {
    height: 120px;
    padding: 0 min(calc(15px + 45 * (100vw - 992px) / 508), 60px);
  }
}
.row-head .logo h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.row-head .logo h1 img {
  height: 40px;
}
@media print, screen and (min-width: 992px) {
  .row-head .logo {
    flex: 0 0 20%;
  }
  .row-head .logo h1 img {
    height: auto;
  }
}
.row-head .head_contents {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .row-head .head_contents {
    display: flex;
    justify-content: flex-end;
    flex: 1 1 0;
  }
}

@media screen and (min-width: 992px) {
  .row-head {
    transition: height 0.3s ease;
  }

  .fixed-nav .row-head {
    height: 100px;
  }
}
.head_contact {
  display: flex;
  gap: 0 9px;
  margin-left: min(calc(20px + 20 * (100vw - 992px) / 508), 40px);
}
.head_contact .btn {
  color: #fff;
  font-size: min(calc(12px + 3 * (100vw - 992px) / 508), 15px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(4em + 2px);
  border-radius: 20em;
  padding: 0;
}
.head_contact .head_btn_mail {
  width: 11.13334em;
  border: solid 1px var(--success);
  background-color: var(--success);
}
.head_contact .head_btn_mail i {
  font-size: 1.33334em;
  margin-right: 0.35em;
}
.head_contact .head_btn_mail:hover {
  color: var(--success);
  background-color: #fff;
}
.head_contact .head_btn_yoyaku {
  width: 12.66667em;
  padding-left: 1.5em;
  border: solid 1px var(--primary);
  background-color: var(--primary);
}
.head_contact .head_btn_yoyaku i {
  font-size: 1.33334em;
  margin-left: 0.35em;
}
.head_contact .head_btn_yoyaku:hover {
  color: var(--primary);
  background-color: #fff;
}

/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #gNavi {
    display: flex;
    align-items: center;
  }
}

.list-gnav {
  font-size: min(calc(13px + 3 * (100vw - 992px) / 508), 16px);
  letter-spacing: 0.05em;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 min(calc(15px + 15 * (100vw - 992px) / 508), 53px);
}
.list-gnav > li > button {
  display: none;
}
.list-gnav > li .parent-link {
  display: none;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li > a {
  line-height: 2.2;
  display: block;
  position: relative;
}
.list-gnav > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: currentColor;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.list-gnav > li > a:hover:before, .list-gnav > li.active > a:before {
  transform: scaleX(1);
  visibility: visible;
}

/* サブメニュー */
.list-gnav > li > ul, .list-gnav > li > div {
  display: none;
}

.list-gnav > li:has(> ul, > div) {
  position: relative;
}
.list-gnav > li:has(> ul, > div) > a {
  padding-right: 1em;
}
.list-gnav > li:has(> ul, > div) > a:after {
  content: "\F282";
  font-weight: 400;
  font-family: "bootstrap-icons";
  letter-spacing: normal;
  position: absolute;
  right: 0;
}
.list-gnav > li:has(> ul, > div) > ul {
  position: absolute;
  left: -2em;
  min-width: 100%;
  padding: 1.5em 0;
  white-space: nowrap;
}
.list-gnav > li:has(> ul, > div) > ul > li {
  margin-bottom: 1px;
}
.list-gnav > li:has(> ul, > div) > ul > li > a {
  line-height: 1.5;
  display: block;
  padding: 1em 2em;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: color 0.3s ease, background 0.3s ease;
}
.list-gnav > li:has(> ul, > div) > ul > li > a:hover, .list-gnav > li:has(> ul, > div) > ul > li.active > a {
  color: #fff;
  background-color: #333;
}

/* -------------------------------
	main
-------------------------------- */
/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  padding-bottom: 1rem;
  margin-top: 50px;
  border-top: solid 1px var(--primary);
  position: relative;
  z-index: 0;
}
.main_ttl::after {
  content: "";
  display: block;
  max-width: 1500px;
  width: 100%;
  height: 1px;
  padding-left: min(calc(15px + 83 * (100vw - 320px) / 1180), 98px);
  padding-right: min(calc(15px + 83 * (100vw - 320px) / 1180), 98px);
  margin-left: auto;
  margin-right: auto;
  background-color: #efefef;
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    margin-top: 120px;
  }
}
.main_ttl > .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.main_ttl > .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_ttl h2 {
  color: var(--primary);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: min(calc(20px + 30 * (100vw - 375px) / 1125), 50px) 0;
}
.main_ttl h2 > .fs-en {
  font-weight: 500;
  font-size: min(calc(35px + 35 * (100vw - 375px) / 1125), 70px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
}
.main_ttl h2 > .fs-jp {
  font-size: min(calc(16px + 8 * (100vw - 375px) / 1125), 24px);
  padding-left: 2.5em;
  margin-left: .5em;
  margin-top: .5em;
  display: block;
  position: relative;
}
.main_ttl h2 > .fs-jp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2em;
  height: 1px;
  background-color: currentColor;
}
@media print, screen and (min-width: 768px) {
  .main_ttl h2 {
    display: flex;
    align-items: flex-end;
  }
  .main_ttl h2 > .fs-jp {
    margin-left: 1em;
    margin-bottom: 0.5em;
  }
}

/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumbs {
  color: #333;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
  gap: 0.5em;
}
.breadcrumbs > span {
  color: #333;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}
.breadcrumbs > span > a {
  color: #333;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 10;
}
#pagetop.is-active {
  opacity: 1;
  visibility: visible;
}

#pagetop .scroll_sen {
  position: absolute;
  bottom: clamp(60px, 13.802vw, 106px);
  right: min(3.91vw, 30px);
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 99;
  font-size: 12px;
  color: #bababa;
  letter-spacing: 0.1em;
  z-index: 4;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  cursor: pointer;
}
#pagetop .scroll_sen::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
  background: none;
}
#pagetop .scroll_sen::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #bababa;
  animation: lineAnime2 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime2 {
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* -------------------------------
	スクロールバー
-------------------------------- */
div, .scrollbar {
  scrollbar-color: #111 #eeeeee;
  scrollbar-width: thin;
}
div::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
div::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #eeeeee;
}
div::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background: #111;
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 50px;
  bottom: 0;
  right: -280px;
  width: 280px;
  text-align: left;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
@media print, screen and (min-width: 992px) {
  #sidebar {
    display: none !important;
  }
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
}
#sidebar .list-sidenav > li {
  text-align: left;
  border-bottom: solid 1px #ccc;
  position: relative;
}
#sidebar .list-sidenav > li > a {
  color: #333;
  line-height: 1.5;
  display: block;
  padding: 1em 2em 1em 1em;
  position: relative;
}
#sidebar .list-sidenav > li > a:after {
  content: "\F138";
  font-weight: 400;
  font-family: "bootstrap-icons";
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
  color: #fff;
  background-color: #014099;
}
#sidebar .list-sidenav > li > ul > li {
  padding-left: 1em;
  border-top: dotted 1px #ccc;
}
#sidebar .list-sidenav > li > ul > li > a {
  font-size: 0.9375em;
  padding: 0.5em 1em 0.5em 2em;
  display: block;
  position: relative;
}
#sidebar .list-sidenav > li > ul > li > a:after {
  content: "\F135";
  font-weight: 400;
  font-family: "bootstrap-icons";
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
}

.sidebar_contact {
  padding: 30px 15px;
}
.sidebar_contact .box {
  margin-bottom: 10px;
}
.sidebar_contact .btn {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(4em + 2px);
  border-radius: 20em;
  padding: 0;
}
.sidebar_contact .sidebar_btn_mail {
  border: solid 1px var(--success);
  background-color: var(--success);
}
.sidebar_contact .sidebar_btn_mail i {
  font-size: 1.33334em;
  margin-right: 0.35em;
}
.sidebar_contact .sidebar_btn_mail:hover {
  color: var(--success);
  background-color: #fff;
}
.sidebar_contact .sidebar_btn_yoyaku {
  padding-left: 1.5em;
  border: solid 1px var(--primary);
  background-color: var(--primary);
}
.sidebar_contact .sidebar_btn_yoyaku i {
  font-size: 1.33334em;
  margin-left: 0.35em;
}
.sidebar_contact .sidebar_btn_yoyaku:hover {
  color: var(--primary);
  background-color: #fff;
}

/* -------------------------------
	半透明
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 992px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
@media print, screen and (min-width: 992px) {
  .menuWrapper {
    display: none;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #000;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #000;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -9px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 9px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  color: #000;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  page-break-inside: avoid;
}

.foot_top_content {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  margin-bottom: min(calc(30px + 10 * (100vw - 375px) / 1125), 40px);
}
.foot_top_content h2 {
  font-size: 1rem;
  margin: 0;
}
.foot_top_content h2 img {
  max-width: 253px;
  width: 100%;
}
.foot_top_content .list_inline_tel {
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .foot_top_content {
    text-align: left;
  }
  .foot_top_content .list_inline_tel {
    justify-content: flex-start;
  }
}

.foot_banner {
  margin-bottom: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
}
.foot_banner .foot_banner_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(1, 1fr);
}
.foot_banner .foot_banner_list > li {
  text-align: center;
}
.foot_banner .foot_banner_list > li > a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.foot_banner .foot_banner_list > li > a:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 768px) {
  .foot_banner .foot_banner_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .foot_banner .foot_banner_list {
    gap: 10px;
  }
}

.foot_contact {
  margin-bottom: min(calc(30px + 30 * (100vw - 375px) / 1125), 60px);
}
.foot_contact .btn {
  color: #fff;
  font-size: 14px;
  display: flex;
  height: 10.66666em;
  border-radius: 0;
  padding: 0;
  background-color: #333;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .foot_contact .btn {
    font-size: min(calc(14px + 4 * (100vw - 768px) / 732), 18px);
  }
}
.foot_contact .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px #fff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.foot_contact .btn > i {
  position: absolute;
  right: 2em;
  top: 50%;
  line-height: 1;
  margin-top: -.5em;
}
.foot_contact .btn .in {
  text-align: center;
  display: block;
  margin: auto;
}
.foot_contact .btn .in strong {
  font-weight: 500;
  font-size: 2.22223em;
  line-height: 1;
  display: block;
  margin-bottom: 0.25em;
}
.foot_contact .btn:hover:after {
  opacity: 1;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.foot_contact .foot_contact_btn_1 {
  background-color: var(--success);
}
.foot_contact .foot_contact_btn_2 {
  background-color: var(--primary);
}

.foot_navi {
  display: none;
  margin-bottom: min(calc(30px + 10 * (100vw - 375px) / 1125), 40px);
}
@media print, screen and (min-width: 768px) {
  .foot_navi {
    display: block;
  }
}

.foot_navi_list {
  font-size: min(calc(14px + 2 * (100vw - 768px) / 732), 16px);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 0 2em;
}
.foot_navi_list > li > a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.foot_navi_list > li > a:hover {
  opacity: 0.65;
}

.copyright {
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
  padding: 0 15px;
}

/* 印刷用 */
@page {
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  body {
    min-width: 1500px !important;
  }

  .container {
    min-width: 1200px !important;
  }

  .container-fluid-xl {
    min-width: 1500px !important;
  }

  .row {
    overflow: visible !important;
  }

  [class^="col"], [class*=" col"], [class^="col-"], [class*=" col-"] {
    page-break-inside: avoid;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* firefox　ハック */
@-moz-document url-prefix() {
  @page {
    margin: auto;
  }
}

/*# sourceMappingURL=screen.css.map */
