@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: 100%;
  /* 16px */
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: 100%;
    /* 16px */
  }
}

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

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

#main {
  scroll-margin-top: 100px;
}

/* -------------------------------
	見出しタグ調整
-------------------------------- */
h1, .h1 {
  font-size: 1.9rem;
  /* 30px相当 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  h2, .h2 {
    font-size: 2.25rem;
    /* 36px相当 */
  }

  h3, .h3 {
    font-size: 2rem;
    /* 32px相当 */
  }

  h4, .h4 {
    font-size: 1.78rem;
    /* 28px相当 */
  }

  h5, .h5 {
    font-size: 1.58rem;
    /* 25px相当 */
  }

  h6, .h6 {
    font-size: 1.4rem;
    /* 22px相当 */
  }
}
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%;
  height: auto;
  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%;
  padding: 0 min(calc(10px + 40 * (100vw - 320px) / 1600), 60px);
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
@media print {
  #header {
    position: absolute;
  }
}

/* ---  --- */
.row-head {
  display: flex;
  align-items: center;
  height: 50px;
}
@media print, screen and (min-width: 992px) {
  .row-head {
    height: 80px;
  }
}
.row-head .logo h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.row-head .logo h1 img {
  height: 30px;
}
@media print, screen and (min-width: 992px) {
  .row-head .logo {
    flex: 0 0 25%;
  }
  .row-head .logo h1 img {
    height: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .row-head .head_contents {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 75%;
  }
}

/* スマホ用電話番号 */
/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #gNavi {
    display: block;
  }
}

.list-gnav {
  font-size: min(calc(14px + 2 * (100vw - 992px) / 508), 16px);
  list-style: none;
  padding: 0;
  margin: 0 -1em;
  display: flex;
}
.list-gnav > li {
  padding: 0 1em;
}
.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 {
  color: #fff;
  line-height: 1.75;
  display: block;
  position: relative;
}
.list-gnav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: red;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after {
  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) > ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  padding: .5em 0;
  white-space: nowrap;
}
.list-gnav > li:has(> ul, > div) > ul > li > a {
  display: block;
  padding: 1em;
  background-color: #fff;
}

/* メガメニュー */
.list-gnav > li.mega-child {
  position: static;
}
.list-gnav > li.mega-child > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .amn-gnavi {
    clip-path: inset(50% 50% round 9999px);
  }
  .amn-gnavi.is-active {
    animation: pill-reveal 2s ease 1s forwards;
  }

  .amn-gnavi-page {
    clip-path: inset(50% 50% round 9999px);
  }
  .amn-gnavi-page.is-active {
    animation: pill-reveal 2s ease forwards;
  }
}
@keyframes pill-reveal {
  to {
    /* 最終的に全体（上下左右0）＆角はそのまま超大丸角 */
    clip-path: inset(0 0 round 9999px);
  }
}
/* -------------------------------
	main
-------------------------------- */
/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  padding-top: 50px;
  display: flex;
  align-items: center;
  background-color: #000;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.main_ttl > .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.main_ttl > .bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    padding-top: 80px;
  }
}
.main_ttl .container-fluid {
  padding: 0 min(calc(10px + 40 * (100vw - 375px) / 1545), 60px);
}
.main_ttl h2 {
  color: #fff;
  font-weight: 500;
  font-size: min(calc(35px + 65 * (100vw - 375px) / 1545), 100px);
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 1em 0;
}

/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumb {
  display: block;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  background: none;
}
.breadcrumb ul {
  color: #ccc;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow-y: hidden;
  overflow-x: auto;
}
.breadcrumb ul > li {
  display: flex;
  align-items: center;
}
.breadcrumb ul > li > a {
  color: #fff;
  white-space: nowrap;
}
.breadcrumb ul > li.active > a {
  color: #aaa;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb ul > li + li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

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

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 10;
}
#pagetop.is-active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #pagetop {
    right: 0;
    bottom: 0;
  }
  #pagetop img {
    width: 40px;
  }
}

/* -------------------------------
	スクロールバー
-------------------------------- */
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: #000;
  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%;
  padding: 15px;
}
#sidebar .list-sidenav > li {
  text-align: left;
  border-bottom: solid 1px #ccc;
  position: relative;
}
#sidebar .list-sidenav > li > a {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  padding: 1em 2em 1em 1em;
  position: relative;
}
#sidebar .list-sidenav > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  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: #dc3545;
}

/*
 * 下層メニュー用ボタン
 */
#sidebar .list-sidenav > li .toggle-submenu {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(1.5em + 0.55em + 0.55em);
  height: calc(1.5em + 0.55em + 0.55em);
  border: none;
  outline: none;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#sidebar .list-sidenav > li .toggle-submenu:before, #sidebar .list-sidenav > li .toggle-submenu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: transform 0.3s ease;
}
#sidebar .list-sidenav > li .toggle-submenu:after {
  transform: rotate(90deg);
}
#sidebar .list-sidenav > li.is-open > .toggle-submenu:before {
  transform: rotate(360deg);
}
#sidebar .list-sidenav > li.is-open > .toggle-submenu:after {
  transform: rotate(0deg);
}

/* 
 * 下層メニュー
 */
#sidebar .list-sidenav li > ul {
  display: none;
}

#sidebar .list-sidenav > ul {
  position: relative;
}
#sidebar .list-sidenav > ul > a:after {
  display: none;
}
#sidebar .list-sidenav > ul > ul {
  background-color: #fff;
}
#sidebar .list-sidenav > ul > ul > li {
  position: relative;
}
#sidebar .list-sidenav > ul > ul > li > a {
  color: #333;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0.65em 2em 0.65em 1.3em;
  display: block;
  background-color: #fff;
  position: relative;
}
#sidebar .list-sidenav > ul > ul > li > a:before {
  content: "\f0da";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > ul > ul > li.active > a, #sidebar .list-sidenav > ul > ul > li > a:hover {
  background-color: #ddd;
}

/* -------------------------------
	半透明
-------------------------------- */
.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: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#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: #fff;
  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 {
  overflow: hidden;
  page-break-inside: avoid;
}
#footer h2 {
  font-size: min(calc(35px + 20 * (100vw - 320px) / 1180), 55px);
  line-height: 1;
  text-align: center;
  margin-bottom: 0.8em;
}
#footer h2 img {
  width: auto;
  height: 1em;
}

.footer_head {
  color: #fff;
  padding-top: clamp(50px, 6vw, 120px);
  padding-bottom: clamp(50px, 10vw, 200px);
  min-height: min(45.42vw, 772px);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.footer_head .parallax {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer_head .container-fluid-xxl {
  margin-top: auto;
  margin-bottom: auto;
}
.footer_head h3 {
  font-weight: 400;
  font-size: min(calc(25px + 15 * (100vw - 320px) / 1380), 40px);
}

.footer_head_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.footer_head_row .box {
  display: flex;
  flex-direction: column;
}
.footer_head_row .box .ttl .ttl1 {
  font-weight: 400;
  font-size: min(calc(13px + 3 * (100vw - 375px) / 1325), 16px);
  line-height: 1.35;
  min-height: 2.7em;
  margin-bottom: 1em;
  position: relative;
}
.footer_head_row .box .ttl .ttl1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3em;
  height: 2px;
  background-color: #fff;
}
.footer_head_row .box .column .txt1 {
  font-size: min(calc(25px + 20 * (100vw - 375px) / 1325), 45px);
}

/**/
.footer_content {
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer_content_row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.footer_content_row .box {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  .footer_content_row .box {
    flex: 0 0 calc((100% - (30px * 1)) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .footer_content_row {
    justify-content: space-between;
  }
  .footer_content_row .box {
    flex: 0 0 auto;
  }
}

.footer_content_item {
  text-align: center;
}
.footer_content_item .column1 h3 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 0.5em;
}
.footer_content_item .column1 p {
  font-size: 16px;
  line-height: 1.75;
}
.footer_content_item .column1 p a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer_content_item .column1 p a:hover {
  opacity: 0.65;
}
.footer_content_item .column2 p {
  font-size: 16px;
  line-height: 1.75;
}
@media print, screen and (min-width: 768px) {
  .footer_content_item {
    text-align: left;
  }
  .footer_content_item .column1 {
    min-height: calc(4.5em * 1.75);
  }
}

/**/
.copyright {
  font-size: 16px;
  text-align: center;
  padding-bottom: 40px;
}

/* -------------------------------
	グーテンベルク
-------------------------------- */
.wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.3%;
  overflow: hidden;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

[class^="wp-block-"], [class*=" wp-block-"] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.wp-block-table .has-fixed-layout {
  table-layout: inherit;
}

.scroll-hint {
  font-size: 12px;
}
.scroll-hint + .wp-block-table {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wp-block-table table th, .wp-block-table table td {
    white-space: nowrap;
  }
}
/* 印刷用 */
@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 */
