@charset "UTF-8";
/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 100%;
  /* 16px */
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: 100%;
    /* 16px */
  }
}

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

@media screen {
  #wrapper {
    opacity: 0;
  }

  body.is-loaded #wrapper {
    opacity: 1;
  }
}
/* -------------------------------
	ローディング
-------------------------------- */
.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.53rem;
    /* 40px相当 */
  }

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

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

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

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

  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%;
  vertical-align: middle;
}

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

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

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  color: #fff;
  width: 280px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 50px 15px;
  background-color: #d93216;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 999;
  overflow-y: auto;
  transition: transform 0.5s ease;
}
@media print, screen and (min-width: 992px) {
  #header {
    margin-left: auto;
    min-width: 50%;
    width: 640px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header {
    width: 830px;
  }
}
@media print {
  #header {
    display: none;
  }
}
#header .inner {
  max-width: 358px;
  width: 100%;
  margin: auto;
}
#header .inner h1 {
  text-align: center;
  margin-bottom: min(8vw, 80px);
}
#header .inner .head_navi {
  margin-bottom: min(8vw, 80px);
}
.side-open #header {
  transform: translate3d(-100%, 0, 0);
}

.list-head-navi {
  font-size: 18px;
  text-align: center;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.list-head-navi > li > a {
  color: #fff;
  line-height: 2.66666;
  text-decoration: none;
  display: block;
  position: relative;
}
.list-head-navi > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  transform: scaleX(0);
  background-color: #FFB600;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.list-head-navi > li > a:hover:after, .list-head-navi > li.active > a:after {
  transform: scaleX(1);
  visibility: visible;
}

.head_link, .head_box {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
}

.head_link > a {
  color: #121212;
  font-size: 18px;
  text-align: center;
  height: 70px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #fff;
  background-color: #fff;
}
.head_link > a:hover {
  color: #fff;
  background-color: #100964;
}

.head_box {
  color: #121212;
  font-size: 24px;
  line-height: 70px;
  text-align: center;
  height: 70px;
  padding: 0;
}
.head_box small {
  font-size: 0.75em;
}

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

.list-gnav {
  list-style: none;
  padding: 0;
  margin: 0 -1em;
  display: flex;
}
.list-gnav > li {
  padding: 0 1em;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li > a {
  line-height: 1.5;
  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.child {
  position: relative;
}
.list-gnav > li.child > ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  padding: .5em 0;
  white-space: nowrap;
}
.list-gnav > li.child > 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;
}

/* -------------------------------
	main
-------------------------------- */
#wrapper #sidebar {
  display: block;
}
@media print, screen and (min-width: 992px) {
  #wrapper #sidebar {
    display: block;
    max-width: 50%;
    width: calc(100% - 640px);
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  #wrapper #sidebar {
    width: calc(100% - 930px);
  }
}
@media print {
  #wrapper #sidebar {
    position: absolute;
  }
}
#wrapper #main {
  background-color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  #wrapper #main {
    margin-left: auto;
    min-width: 50%;
    width: 640px;
  }
}
@media print, screen and (min-width: 1200px) {
  #wrapper #main {
    width: 930px;
  }
}

.page-contents {
  color: #fff;
  background-color: #100964;
  background-image: linear-gradient(165deg, #d93216 0%, #d93216 45%, #EA4D33 64%, #FFBE00 100%);
}

/* -------------------------------
	main title
-------------------------------- */
.sidebar_image {
  width: 100%;
  height: 50vh;
}
@media (orientation: landscape) and (max-width: 991px) {
  .sidebar_image {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    .sidebar_image {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 992px) {
  .sidebar_image {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    .sidebar_image {
      height: 100dvh;
    }
  }
}
.sidebar_image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_ttl {
  text-align: center;
  display: flex;
  align-items: center;
  height: min(calc(180px + 180 * (100vw - 320px) / 1180), 360px);
}
.main_ttl h2 {
  color: transparent;
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1180), 20px);
  line-height: 1.5;
  text-align: center;
  margin: 0;
  display: inline-block;
  background-image: linear-gradient(90deg, #d93216 0%, #d93216 25%, #EA4D33 45%, #FFBE00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
.main_ttl h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 0.2em;
  margin-left: -25%;
  background-color: #FFBE00;
}
.main_ttl h2 > .en {
  font-size: 2.5em;
  text-transform: uppercase;
  display: block;
}
.main_ttl h2 > .txt {
  display: inline-block;
  padding-bottom: 0.7em;
}

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

/* -------------------------------
	サイドメニュー
-------------------------------- */
/* -------------------------------
	半透明
-------------------------------- */
.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 {
  font-size: 30px;
  position: fixed;
  right: 0;
  top: 0;
  width: 1.66666em;
  height: 1.66666em;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
@media print, screen and (min-width: 992px) {
  .menuWrapper {
    font-size: 50px;
  }
}

#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: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1em;
  height: 3px;
  margin: auto;
  background: #1b1b1b;
  transition: background 0.3s ease;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #1b1b1b;
  display: none;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -7px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 7px);
  content: "";
}
.side-open #menuButton span, .side-open #menuButton:before, .side-open #menuButton:after {
  background: #fff;
}

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

/* -------------------------------
	footer
-------------------------------- */
#footer {
  padding-top: 60px;
  page-break-inside: avoid;
}
#footer h2 {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
#footer h2 img {
  display: block;
  margin: 0 auto 1em;
}
#footer p {
  font-size: 0.875rem;
  text-align: center;
}
#footer p a {
  color: #fff;
  transition: opacity 0.3s ease;
}
#footer p a:hover {
  color: #fff;
  opacity: 0.65;
}

.copyright {
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  margin-top: 60px;
  background-color: #1b1b1b;
}

/* -------------------------------
	table
-------------------------------- */
table {
  line-height: 1.5;
}

.table-design-1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
.table-design-1 > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 1.5em 0;
}
.table-design-1 > tbody > tr > th {
  padding-left: 1em;
}
.table-design-1 > tbody > tr > td {
  padding-left: 2em;
}

.table-design-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table-design-2 > tbody > tr > th {
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline > tbody > tr {
    width: 100%;
    display: block;
  }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td {
    width: 100% !important;
    display: block;
  }

  .table-design-1.table-inline tbody > tr {
    padding: 1em 0.5em;
  }
  .table-design-1.table-inline tbody > tr > th, .table-design-1.table-inline tbody > tr > td {
    padding: 0;
  }
  .table-design-1.table-inline tbody > tr > th + td, .table-design-1.table-inline tbody > tr > td + td {
    margin-top: .5em;
  }
}
/* -------------------------------
	list
-------------------------------- */
.list-style-1 {
  list-style: none;
  padding-left: 0;
}
.list-style-1 > li {
  padding: 0.35em 0 0.35em 1.5em;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
  position: relative;
}
.list-style-1 > li:before {
  content: "■";
  position: absolute;
  left: 0.15em;
  top: 0.4em;
  transform: scale(0.75);
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
.hr-style-1 {
  border-top: solid 1px #fff;
  height: 0;
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5 !important;
}

/* -------------------------------
	figure
-------------------------------- */
.link_figure, a:has(figure) {
  color: inherit;
  text-decoration: none;
}
.link_figure:hover, a:has(figure):hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
  height: 100%;
  position: relative;
  z-index: 0;
}

.figure_caption_1 figcaption {
  font-size: 0.875em;
  text-align: center;
  margin-top: .5em;
}

/* -------------------------------
	画像関連
-------------------------------- */
/* フォントの縦幅に合わせる(svg) */
.img-font {
  width: auto;
  height: 1em;
}

/* 画像回り込み */
img.aligncenter, img.alignright, img.alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  img.alignright {
    max-width: 38%;
    margin-left: 30px;
    display: inline;
  }
  img.alignleft {
    max-width: 38%;
    margin-right: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  img.alignright {
    max-width: 100%;
  }
  img.alignleft {
    max-width: 100%;
  }
}
/* 画像を枠に収める */
.photo-ofi {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo-ofi.cover img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* objectの位置 */
.object-lt {
  object-position: left top;
}

.object-lb {
  object-position: left bottom;
}

.object-rt {
  object-position: right top;
}

.object-rb {
  object-position: right bottom;
}

.object-cc {
  object-position: center center;
}

@media print, screen and (min-width: 576px) {
  .object-sm-lt {
    object-position: left top;
  }

  .object-sm-lb {
    object-position: left bottom;
  }

  .object-sm-rt {
    object-position: right top;
  }

  .object-sm-rb {
    object-position: right bottom;
  }

  .object-sm-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 768px) {
  .object-md-lt {
    object-position: left top;
  }

  .object-md-lb {
    object-position: left bottom;
  }

  .object-md-rt {
    object-position: right top;
  }

  .object-md-rb {
    object-position: right bottom;
  }

  .object-md-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 992px) {
  .object-lg-lt {
    object-position: left top;
  }

  .object-lg-lb {
    object-position: left bottom;
  }

  .object-lg-rt {
    object-position: right top;
  }

  .object-lg-rb {
    object-position: right bottom;
  }

  .object-lg-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1200px) {
  .object-xl-lt {
    object-position: left top;
  }

  .object-xl-lb {
    object-position: left bottom;
  }

  .object-xl-rt {
    object-position: right top;
  }

  .object-xl-rb {
    object-position: right bottom;
  }

  .object-xl-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1600px) {
  .object-xxl-lt {
    object-position: left top;
  }

  .object-xxl-lb {
    object-position: left bottom;
  }

  .object-xxl-rt {
    object-position: right top;
  }

  .object-xxl-rb {
    object-position: right bottom;
  }

  .object-xxl-cc {
    object-position: center center;
  }
}
/**/
.photo img, .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-lightbox]:after {
  content: "\f00e";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  margin-top: -1em;
  margin-left: -1em;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity .3s ease;
}
a[data-lightbox]:hover:after {
  opacity: 1;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  font-size: 0.875em;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1.2em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1.2em;
}

.btn-1 {
  color: #fff;
  padding: 1em 2em;
  border: solid 1px #fff;
}
.btn-1:hover {
  color: #d93216;
  background-color: #fff;
}

/* file icon */
.link-icon:before {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.link-icon[href$=".pdf"]:before {
  content: "\f1c1";
}
.link-icon[href$=".xls"]:before, .link-icon[href$=".xlsx"]:before {
  content: "\f1c3";
}
.link-icon[href$=".doc"]:before, .link-icon[href$=".docx"]:before {
  content: "\f1c2";
}
.link-icon [target="_blank"]:before {
  content: "\f35d";
  font-size: 0.875em;
}

/* --- keyframes --- */
@keyframes arrow-out-in {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* -------------------------------
	box
-------------------------------- */
.box-flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box-flex-column__inner {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-top: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 20px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-top: 560px;
  }
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone {
  line-height: 1.2;
}
.telphone small {
  font-size: 0.8333em;
}
.telphone i {
  font-size: 0.8333em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

a.tel_link {
  color: inherit;
}

/* -------------------------------
	common
-------------------------------- */
/* --▼color-- */
/* --▼text-- */
/* --▼font -- */
.fs-xxs {
  font-size: 0.75em !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fwn {
  font-weight: 400 !important;
}

.fwb {
  font-weight: 700 !important;
}

/* --▼margin-- */
.mb30 {
  margin-bottom: 30px;
}

/* space (? / 830) * 100 = % */
.mt-50 {
  margin-top: clamp(30px, 6%, 50px);
}

.mb-50 {
  margin-bottom: clamp(30px, 6%, 50px);
}

.mtb-50 {
  margin-top: clamp(30px, 6%, 50px);
  margin-bottom: clamp(30px, 6%, 50px);
}

.mt-60 {
  margin-top: clamp(30px, 7.5%, 60px);
}

.mb-60 {
  margin-bottom: clamp(30px, 7.5%, 60px);
}

.mtb-60 {
  margin-top: clamp(30px, 7.5%, 60px);
  margin-bottom: clamp(30px, 7.5%, 60px);
}

.mt-70 {
  margin-top: clamp(30px, 9%, 70px);
}

.mb-70 {
  margin-bottom: clamp(30px, 9%, 70px);
}

.mtb-70 {
  margin-top: clamp(30px, 9%, 70px);
  margin-bottom: clamp(30px, 9%, 70px);
}

.mt-80 {
  margin-top: clamp(30px, 10%, 80px);
}

.mb-80 {
  margin-bottom: clamp(30px, 10%, 80px);
}

.mtb-80 {
  margin-top: clamp(30px, 10%, 80px);
  margin-bottom: clamp(30px, 10%, 80px);
}

.mt-90 {
  margin-top: clamp(30px, 11%, 90px);
}

.mb-90 {
  margin-bottom: clamp(30px, 11%, 90px);
}

.mtb-90 {
  margin-top: clamp(30px, 11%, 90px);
  margin-bottom: clamp(30px, 11%, 90px);
}

.mt-100 {
  margin-top: clamp(30px, 12%, 100px);
}

.mb-100 {
  margin-bottom: clamp(30px, 12%, 100px);
}

.mtb-100 {
  margin-top: clamp(30px, 12%, 100px);
  margin-bottom: clamp(30px, 12%, 100px);
}

.mt-130 {
  margin-top: clamp(30px, 15.5%, 130px);
}

.mb-130 {
  margin-bottom: clamp(30px, 15.5%, 130px);
}

.mtb-130 {
  margin-top: clamp(30px, 15.5%, 130px);
  margin-bottom: clamp(30px, 15.5%, 130px);
}

.pt-50 {
  padding-top: clamp(30px, 6%, 50px);
}

.pb-50 {
  padding-bottom: clamp(30px, 6%, 50px);
}

.ptb-50 {
  padding-top: clamp(30px, 6%, 50px);
  padding-bottom: clamp(30px, 6%, 50px);
}

.pt-60 {
  padding-top: clamp(30px, 7.5%, 60px);
}

.pb-60 {
  padding-bottom: clamp(30px, 7.5%, 60px);
}

.ptb-60 {
  padding-top: clamp(30px, 7.5%, 60px);
  padding-bottom: clamp(30px, 7.5%, 60px);
}

.pt-70 {
  padding-top: clamp(30px, 9%, 70px);
}

.pb-70 {
  padding-bottom: clamp(30px, 9%, 70px);
}

.ptb-70 {
  padding-top: clamp(30px, 9%, 70px);
  padding-bottom: clamp(30px, 9%, 70px);
}

.pt-80 {
  padding-top: clamp(30px, 10%, 80px);
}

.pb-80 {
  padding-bottom: clamp(30px, 10%, 80px);
}

.ptb-80 {
  padding-top: clamp(30px, 10%, 80px);
  padding-bottom: clamp(30px, 10%, 80px);
}

.pt-90 {
  padding-top: clamp(30px, 11%, 90px);
}

.pb-90 {
  padding-bottom: clamp(30px, 11%, 90px);
}

.ptb-90 {
  padding-top: clamp(30px, 11%, 90px);
  padding-bottom: clamp(30px, 11%, 90px);
}

.pt-100 {
  padding-top: clamp(30px, 12%, 100px);
}

.pb-100 {
  padding-bottom: clamp(30px, 12%, 100px);
}

.ptb-100 {
  padding-top: clamp(30px, 12%, 100px);
  padding-bottom: clamp(30px, 12%, 100px);
}

.pt-130 {
  padding-top: clamp(30px, 15.5%, 130px);
}

.pb-130 {
  padding-bottom: clamp(30px, 15.5%, 130px);
}

.ptb-130 {
  padding-top: clamp(30px, 15.5%, 130px);
  padding-bottom: clamp(30px, 15.5%, 130px);
}

/**/
.ml-full {
  margin-left: -15px;
}

.mr-full {
  margin-right: -15px;
}

@media print, screen and (min-width: 576px) {
  .ml-full, .ml-sm-full {
    margin-left: calc((510px - 100vw) / 2);
  }

  .mr-full, .mr-sm-full {
    margin-right: calc((510px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .ml-full, .ml-sm-full, .ml-md-full {
    margin-left: calc((690px - 100vw) / 2);
  }

  .mr-full, .mr-sm-full, .mr-md-full {
    margin-right: calc((690px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .ml-full, .ml-sm-full, .ml-md-full, .ml-lg-full {
    margin-left: calc((930px - 100vw) / 2);
  }

  .mr-full, .mr-sm-full, .mr-md-full, .mr-lg-full {
    margin-right: calc((930px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 1200px) {
  .ml-full, .ml-sm-full, .ml-md-full, .ml-lg-full, .ml-xl-full {
    margin-left: calc((1110px - 100vw) / 2);
  }

  .mr-full, .mr-sm-full, .mr-md-full, .mr-lg-full, .mr-xl-full {
    margin-right: calc((1110px - 100vw) / 2);
  }
}
/**/
@media print, screen and (min-width: 992px) {
  .ml-lg-half {
    margin-left: calc((930px - 100vw) / 4);
  }

  .mr-lg-half {
    margin-right: calc((930px - 100vw) / 4);
  }
}
@media print, screen and (min-width: 1200px) {
  .ml-lg-half, .ml-xl-half {
    margin-left: calc((1110px - 100vw) / 4);
  }

  .mr-lg-half, .mr-xl-half {
    margin-right: calc((1110px - 100vw) / 4);
  }
}
/* 横幅いっぱいに広げるスタイル */
.ml-full {
  margin-left: -15px;
}

.mr-full {
  margin-right: -15px;
}

@media print, screen and (min-width: 576px) {
  .ml-sm-full {
    margin-left: calc((510px - 100vw) / 2);
  }

  .mr-sm-full {
    margin-right: calc((510px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .ml-sm-full, .ml-md-full {
    margin-left: calc((690px - 100vw) / 2);
  }

  .mr-sm-full, .mr-md-full {
    margin-right: calc((690px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .ml-sm-full, .ml-md-full, .ml-lg-full {
    margin-left: calc((930px - 100vw) / 2);
  }

  .mr-sm-full, .mr-md-full, .mr-lg-full {
    margin-right: calc((930px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 1200px) {
  .ml-sm-full, .ml-md-full, .ml-lg-full, .ml-xl-full {
    margin-left: calc((1110px - 100vw) / 2);
  }

  .mr-sm-full, .mr-md-full, .mr-lg-full, .mr-xl-full {
    margin-right: calc((1110px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 1600px) {
  .ml-sm-full, .ml-md-full, .ml-lg-full, .ml-xl-full, .ml-xxl-full {
    margin-left: calc((1290px - 100vw) / 2);
  }

  .mr-sm-full, .mr-md-full, .mr-lg-full, .mr-xl-full, .mr-xxl-full {
    margin-right: calc((1290px - 100vw) / 2);
  }
}
/* 印刷用 */
@page {
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  body {
    min-width: 1500px !important;
  }

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

  .container-fluid-xl {
    min-width: 830px !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 */
