@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-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.1em;
}

.fs-en, .telphone {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "wdth" 100,"YTLC" 500;
}

@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, .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%;
  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%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  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;
}
@media print, screen and (min-width: 992px) {
  .row-head {
    height: 130px;
    transition: height 0.3s ease;
  }
}
.row-head .logo {
  padding-left: min(4vw, 50px);
}
.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 25%;
    transition: flex 0.3s ease;
  }
  .row-head .logo h1 img {
    height: auto;
  }
}
@media print, screen and (min-width: 1500px) {
  .row-head .logo {
    flex: 0 0 22%;
  }
}
.row-head .head_contents {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .row-head .head_contents {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 0;
  }
}

@media screen and (min-width: 992px) {
  .fixed-nav .row-head {
    height: 80px;
  }
  .fixed-nav .row-head .logo {
    flex: 0 0 270px;
  }
}
/**/
.head_tel {
  padding: 0 50px;
}
.head_tel .telphone {
  font-size: min(calc(24px + 8 * (100vw - 992px) / 608), 32px);
}
.head_tel .txt {
  font-size: min(calc(9px + 4 * (100vw - 992px) / 608), 13px);
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .fixed-nav .head_tel {
    padding: 0 min(calc(25px + 25 * (100vw - 992px) / 608), 50px);
  }
  .fixed-nav .head_tel .telphone {
    font-size: min(calc(20px + 8 * (100vw - 992px) / 608), 28px);
  }
  .fixed-nav .head_tel .txt {
    font-size: min(calc(7px + 6 * (100vw - 992px) / 608), 13px);
    font-weight: 400;
    white-space: nowrap;
  }
}
/**/
.head_sns {
  display: none;
}
@media print, screen and (min-width: 1500px) {
  .head_sns {
    display: flex;
  }
}
.head_sns .item {
  flex: 0 0 130px;
  transition: flex 0.3s ease;
}
.head_sns .item > .btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 130px;
  padding: 0;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
}
.head_sns .item > .btn > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
}
.head_sns .item > .btn > .icon img {
  width: 45px;
}
.head_sns .item > .btn > .txt {
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;
}
.head_sns .item > .btn > .txt .plus {
  font-size: 1.4615em;
  margin-left: 0.5em;
}
.head_sns .item > .btn:hover {
  opacity: 0.65;
}
.head_sns .btn--line {
  background-color: #f0fbf5;
}
.head_sns .btn--line > .txt {
  color: #fff;
  background-color: #06c755;
}
.head_sns .btn--inst {
  background-color: #f6eef2;
}
.head_sns .btn--inst > .txt {
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  background: linear-gradient(225deg, #dd2a7b 0%, #f58529 100%);
}

@media screen and (min-width: 992px) {
  .fixed-nav .head_sns .item {
    flex: 0 0 185px;
  }
  .fixed-nav .head_sns .item > .btn {
    height: 80px;
    flex-direction: row;
    align-items: center;
    padding: 0 0 0 20px;
  }
  .fixed-nav .head_sns .item > .btn > .icon {
    flex: 0 0 auto;
  }
  .fixed-nav .head_sns .item > .btn > .icon img {
    width: 40px;
  }
  .fixed-nav .head_sns .item > .btn > .txt {
    flex: 0 0 auto;
    padding-left: 20px;
  }
  .fixed-nav .head_sns .btn--line > .txt {
    color: #06c755;
    background: inherit;
  }
  .fixed-nav .head_sns .btn--inst > .txt {
    color: inherit;
    background: linear-gradient(to bottom, #dd2a7b 0%, #f58529 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 992px) {
  #gNavi {
    display: block;
  }
}

.list-gnav {
  font-weight: 500;
  font-size: min(calc(14px + 4 * (100vw - 992px) / 608), 18px);
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.list-gnav > li {
  padding-right: 1.33334em;
  margin-right: 1.33334em;
  border-right: solid 1px #d4d4d4;
}
.list-gnav > li > button {
  display: none;
}
.list-gnav > li:last-child {
  margin-right: 0;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li > a {
  line-height: 2;
  display: block;
  transition: color 0.3s ease;
}
.list-gnav > li > a:hover, .list-gnav > li.active > a {
  color: #008080;
}

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

.list-gnav > li.child, .list-gnav > li.has-child {
  position: relative;
}
.list-gnav > li.child > .child, .list-gnav > li.has-child > .child {
  position: absolute;
  left: -1em;
  min-width: 100%;
  padding-top: 1em;
}
.list-gnav > li.child > .child > ul, .list-gnav > li.has-child > .child > ul {
  font-size: 0.88888em;
  border: solid 1px #ccc;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  white-space: nowrap;
  will-change: transform;
}
.list-gnav > li.child > .child > ul > li, .list-gnav > li.has-child > .child > ul > li {
  border-bottom: dotted 1px #ccc;
}
.list-gnav > li.child > .child > ul > li:last-child, .list-gnav > li.has-child > .child > ul > li:last-child {
  border: none;
}
.list-gnav > li.child > .child > ul > li > a, .list-gnav > li.has-child > .child > ul > li > a {
  line-height: 1.5;
  display: block;
  padding: 0.75em 2.5em 0.75em 1.5em;
  background-color: #fff;
  transition: background 0.3s ease;
}
.list-gnav > li.child > .child > ul > li > a:hover, .list-gnav > li.child > .child > ul > li.active > a, .list-gnav > li.has-child > .child > ul > li > a:hover, .list-gnav > li.has-child > .child > ul > li.active > a {
  background-color: #efefef;
}

/* メガメニュー */
.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
-------------------------------- */
/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  height: min(calc(200px + 280 * (100vw - 320px) / 1080), 480px);
  display: flex;
  align-items: center;
  padding-top: 50px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    padding-top: 130px;
  }
}
.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 {
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
.main_ttl h2 > .fs-en {
  color: #008080;
  font-size: min(calc(30px + 50 * (100vw - 320px) / 1080), 80px);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 0;
  display: none;
}
.main_ttl h2 > .fs-en:after {
  content: attr(data-ttl);
  color: #fff;
  text-transform: uppercase;
  text-stroke: 0.1em #fff;
  -webkit-text-stroke: 0.1em #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.main_ttl h2 > .txt {
  color: #008080;
  font-size: min(calc(25px + 25 * (100vw - 320px) / 1080), 50px);
  letter-spacing: 0.3em;
  display: inline-block;
  position: relative;
  z-index: 0;
}
.main_ttl h2 > .txt:after {
  content: attr(data-ttl);
  color: #fff;
  text-stroke: 0.2em #fff;
  -webkit-text-stroke: 0.2em #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}

/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumb_wrap {
  width: 100%;
  padding: 6px 0;
  position: absolute;
  transform: translateY(-100%);
  display: none;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb_wrap {
    display: block;
  }
}
.breadcrumb_wrap .panlist {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  overflow-x: auto;
}
.breadcrumb_wrap .panlist > li {
  display: flex;
  align-items: center;
}
.breadcrumb_wrap .panlist > li > a {
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
}
.breadcrumb_wrap .panlist > li.active > a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb_wrap .panlist > li + li:before {
  content: ">";
  letter-spacing: normal;
  display: block;
  padding: 0 0.5em;
}

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

.foot_bar {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 128, 128, 0.1);
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -280px;
  width: 280px;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
  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;
  position: relative;
  border-bottom: solid 1px #ccc;
}
#sidebar .list-sidenav > li.active {
  border-bottom-color: #fff;
}
#sidebar .list-sidenav > li > a {
  color: #202020;
  font-weight: 500;
  line-height: 1.5;
  display: block;
  padding: 0.55em 2em 0.55em 1em;
  position: relative;
}
#sidebar .list-sidenav > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  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: #008080;
}

/*
 * 下層メニュー用ボタン
 */
#sidebar .list-sidenav > li .toggle-submenu {
  position: absolute;
  right: 0.2em;
  top: 0.2em;
  width: calc(1.5em + 0.55em + 0.55em);
  height: calc(1.5em + 0.55em + 0.55em);
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: #008080;
  -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.open > .toggle-submenu:before {
  transform: rotate(360deg);
}
#sidebar .list-sidenav > li.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;
}

.side_tel {
  text-align: center;
  padding: 30px 0;
}
.side_tel .telphone {
  font-size: 27px;
}
.side_tel .txt {
  font-size: 12px;
  font-weight: 400;
}

.side_sns .item {
  padding: 0 15px;
  margin-bottom: 10px;
}
.side_sns .item > .btn {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
}
.side_sns .item > .btn > .icon {
  display: block;
}
.side_sns .item > .btn > .icon img {
  width: 40px;
}
.side_sns .item > .btn > .txt {
  font-weight: 700;
  font-size: 15px;
  padding-left: 20px;
  display: block;
}
.side_sns .item > .btn > .txt .plus {
  font-size: 1.4615em;
  margin-left: 0.5em;
}
.side_sns .item > .btn:hover {
  opacity: 0.65;
}
.side_sns .item .btn--line {
  background-color: #f0fbf5;
}
.side_sns .item .btn--inst {
  background-color: #f6eef2;
}
.side_sns .item .btn--inst .txt {
  color: inherit;
  background: linear-gradient(to bottom, #dd2a7b 0%, #f58529 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* -------------------------------
	半透明
-------------------------------- */
.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: 3px;
  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 {
  padding: min(calc(40px + 40 * (100vw - 320px) / 1080), 80px) 0;
  background-color: #fff;
  page-break-inside: avoid;
}
#footer h2, #footer .telphone, #footer .txt {
  text-align: center;
}
#footer h2 {
  margin-bottom: 40px;
}
#footer .telphone {
  font-size: 32px;
}
#footer .txt {
  font-weight: 400;
  font-size: 14px;
}
@media print, screen and (min-width: 992px) {
  #footer h2, #footer .telphone, #footer .txt {
    text-align: left;
  }
}

.footer_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer_content h2 {
  font-size: 1rem;
}
.footer_content h2, .footer_content p {
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .footer_content h2, .footer_content p {
    text-align: left;
  }
}

.foot_tel_list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .foot_tel_list {
    display: flex;
    justify-content: center;
  }
  .foot_tel_list > li + li:before {
    content: "/";
    margin: 0 0.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .foot_tel_list {
    text-align: left;
    justify-content: flex-start;
  }
}

.f_navi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .f_navi {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 2rem;
  }
  .f_navi > .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .f_navi > .box ul a {
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.3s ease;
  }
  .f_navi > .box ul a:hover {
    opacity: 0.5;
  }
  .f_navi > .box > ul > li {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  .f_navi > .box > ul > li:last-child {
    margin-bottom: 0;
  }
  .f_navi > .box > ul > li > ul > li {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
    padding-left: 1.2em;
    position: relative;
  }
  .f_navi > .box > ul > li > ul > li:before {
    content: "-";
    position: absolute;
    left: 0.15em;
  }
}
@media print, screen and (min-width: 992px) {
  .f_navi {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}

.foot_banner {
  margin-top: 2rem;
}
.foot_banner > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .foot_banner > ul {
    gap: 45px;
  }
}
@media print, screen and (min-width: 992px) {
  .foot_banner > ul {
    justify-content: flex-end;
  }
}
.foot_banner > ul > li.sns_icon img {
  width: 45px;
}
.foot_banner > ul > li > a {
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.foot_banner > ul > li > a:hover {
  opacity: 0.65;
}

.copyright {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding-top: min(calc(30px + 40 * (100vw - 320px) / 1080), 70px);
}

/* -------------------------------
	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 #ccc;
  border-left: 1px solid #ccc;
}
.table-design-2 > thead > tr > th, .table-design-2 > thead > tr > td {
  text-align: center;
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #efefef;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-2 > tbody > tr > th {
  background: #f5f5f5;
}
.table-design-2 > tbody > tr > td {
  background-color: #fff;
}

@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;
  }
}
/**/
@media print, screen and (min-width: 768px) {
  .bt_table_1 {
    font-size: min(calc(13px + 3 * (100vw - 768px) / 632), 16px);
  }
}
.bt_table_1.bt > thead {
  display: none;
}
.bt_table_1.bt > tbody > tr {
  display: block;
}
.bt_table_1.bt > tbody > tr > th {
  display: block;
  width: 100%;
}
.bt_table_1.bt > tbody > tr > td {
  display: flex;
  padding: 10px;
}
.bt_table_1.bt > tbody > tr > td:before, .bt_table_1.bt > tbody > tr > td .bt-content {
  padding: 0.5rem;
  display: block;
}
.bt_table_1.bt > tbody > tr > td:before {
  content: attr(data-th);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  flex: 0 0 8em;
  display: flex;
  align-items: center;
}
.bt_table_1.bt > tbody > tr > td .bt-content {
  font-size: 14px;
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
  border-left: solid 1px #ccc;
}

/* -------------------------------
	list
-------------------------------- */
.list-style-1 {
  list-style: none;
  padding: 1em;
  background-color: #fff;
}
.list-style-1 > li {
  padding-left: 1.5em;
  position: relative;
}
.list-style-1 > li:before {
  content: "●";
  color: #008080;
  position: absolute;
  left: 0;
}

.list-dot-1 {
  list-style: none;
  padding-left: 0;
}
.list-dot-1 > li {
  padding-left: 1.3em;
  position: relative;
}
.list-dot-1 > li:before {
  content: "●";
  position: absolute;
  left: 0;
  transform: scale(0.5);
}

.list-line-1 > li {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: dashed 1px #ccc;
}
.list-line-1 > li:last-child {
  margin-bottom: 0;
}

.list-line-2 {
  padding-left: 0;
  list-style: none;
}
.list-line-2 > li {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: dashed 1px #ccc;
}
.list-line-2 > li:last-child {
  margin-bottom: 0;
}

.list-check-1 {
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.list-check-1 > li {
  padding-left: 2em;
  position: relative;
}
.list-check-1 > li:before {
  content: "\F271";
  font-family: 'bootstrap-icons';
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: 0;
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
.hr {
  height: 0;
  border-top: solid 1px #d6d6d6;
}

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

/* -------------------------------
	画像関連
-------------------------------- */
/* フォントの縦幅に合わせる(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: 1400px) {
  .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: 2.5em !important;
}
.btn-icon-l i {
  left: 1.2em;
}

.btn-icon-r {
  padding-right: 2.5em !important;
}
.btn-icon-r i {
  right: 1.2em;
}

.btn-1 {
  color: #008080;
  font-weight: 700;
  text-align: left;
  border: solid 1px #008080;
  padding: 0.60714em 2.5em 0.60714em 1.7857em;
  min-width: 10em;
  background-color: rgba(0, 128, 128, 0);
}
.btn-1:hover {
  color: #fff;
  background-color: #008080;
}
.btn-1.btn--gray {
  color: #666;
  border-color: #666;
}
.btn-1.btn--gray:hover {
  color: #fff;
  background-color: #666;
}

.btn-line {
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.btn-line img {
  width: 80px;
}
.btn-line:hover {
  opacity: 0.65;
}

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

/* -------------------------------
	box
-------------------------------- */
.box-flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box-flex-column__inner {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.box-style-1 {
  border: solid 1px #ccc;
  padding: min(calc(20px + 30 * (100vw - 320px) / 1080), 50px);
  background-color: #fff;
}

/* -------------------------------
	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;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.telphone small {
  font-size: 0.8333em;
}
.telphone i {
  font-size: 0.75em;
  margin-right: 0.25em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

a.tel_link {
  color: inherit;
}

/* -------------------------------
	上部　カテゴリー
-------------------------------- */
.cat_navi {
  background-color: #fff;
}
.cat_navi .catbtn {
  color: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 0.75em 1em;
  background-color: var(--primary);
  position: relative;
}
.cat_navi .catbtn:after {
  content: "\f0c9";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -.5em;
  transition: transform .3s ease;
}
.cat_navi .catbtn.on:after {
  content: "\f00d";
  transform: rotate(180deg);
}
.cat_navi .catnavi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cat_navi .catbtn {
    display: none;
  }
  .cat_navi .catnavi {
    display: block;
  }
}

/* カテゴリー　一覧デザイン SP */
.cat_navi_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cat_navi_list > li {
    line-height: 1.5;
    border-bottom: solid 1px var(--primary);
  }
  .cat_navi_list > li > a {
    color: #202020;
    font-weight: 500;
    text-decoration: none;
    padding: 0.75em 3em 0.75em 1em;
    display: block;
    position: relative;
  }
  .cat_navi_list > li > a:after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.875em;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
  }
  .cat_navi_list > li > a:hover, .cat_navi_list > li.active > a {
    color: var(--primary);
  }
}

/* カテゴリー　一覧デザイン PC */
@media print, screen and (min-width: 768px) {
  .cat_navi_list {
    font-size: 0.9375rem;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
  }
  .cat_navi_list > li {
    flex: 0 0 33.33334%;
    margin: 5px 0;
    padding: 0 5px;
  }
  .cat_navi_list > li > a {
    color: var(--primary);
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    padding: 0.75em 2.5em 0.75em 1em;
    border: solid 1px var(--primary);
    background-color: #fff;
    position: relative;
    z-index: 0;
    transition: color .3s ease, background .3s ease;
    position: relative;
  }
  .cat_navi_list > li > a:after {
    content: "\f105";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.875em;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -.5em;
  }
  .cat_navi_list > li > a:hover {
    color: #fff;
    background-color: var(--primary);
  }
  .cat_navi_list > li.active > a {
    color: #fff;
    background-color: var(--primary);
    pointer-events: none;
  }
}
@media print, screen and (min-width: 992px) {
  .cat_navi_list > li {
    flex: 0 0 25%;
  }
}

/* -------------------------------
	ページング
-------------------------------- */
.paging {
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
  gap: 5px;
}
.paging span {
  display: block;
  flex: 0 0 2.6em;
  height: 2.6em;
  overflow: hidden;
}
.paging span.paging-text {
  cursor: pointer;
}
.paging span.current {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #008080;
  background-color: #008080;
  cursor: auto;
}
.paging span.paging-text a {
  color: #999;
  border: solid 1px #999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, border 0.3s ease;
}
.paging span.paging-text a:hover {
  color: #000;
  border-color: #000;
}

/* -------------------------------
	ページング
-------------------------------- */
.page_anchor_link .page_anchor_link__nav {
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
.page_anchor_link .page_anchor_link__nav > li {
  flex: 0 0 50%;
  padding: 0 5px;
  border-right: solid 1px #ccc;
  position: relative;
}
.page_anchor_link .page_anchor_link__nav > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.page_anchor_link .page_anchor_link__nav > li > a {
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  display: block;
  height: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  transition: background 0.3s ease;
}
.page_anchor_link .page_anchor_link__nav > li > a small {
  display: block;
}
.page_anchor_link .page_anchor_link__nav > li > a:hover {
  background-color: #efefef;
}
@media print, screen and (min-width: 768px) {
  .page_anchor_link .page_anchor_link__nav {
    font-size: 14px;
  }
  .page_anchor_link .page_anchor_link__nav > li {
    flex: 0 0 33.33334%;
  }
  .page_anchor_link .page_anchor_link__nav.md-col-2 > li {
    flex: 0 0 50%;
  }
}

/* -------------------------------
	common
-------------------------------- */
/* --▼color-- */
.bg-cr-1 {
  background: #f7f7f7;
}

/* --▼text-- */
.txt-kome {
  line-height: 1.5;
  padding-left: 1.1em;
  position: relative;
}
.txt-kome:before {
  content: "※";
  position: absolute;
  left: 0;
}

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

.fs-16-20 {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1080), 20px);
}

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

/* space */
.mt-50 {
  margin-top: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
}

.mb-50 {
  margin-bottom: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
}

.mtb-50 {
  margin-top: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
  margin-bottom: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
}

.mt-60 {
  margin-top: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
}

.mb-60 {
  margin-bottom: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
}

.mtb-60 {
  margin-top: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
  margin-bottom: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
}

.mt-70 {
  margin-top: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
}

.mb-70 {
  margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
}

.mtb-70 {
  margin-top: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
  margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
}

.mt-80 {
  margin-top: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
}

.mb-80 {
  margin-bottom: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
}

.mtb-80 {
  margin-top: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
  margin-bottom: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
}

.mt-90 {
  margin-top: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
}

.mb-90 {
  margin-bottom: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
}

.mtb-90 {
  margin-top: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
  margin-bottom: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
}

.mt-100 {
  margin-top: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
}

.mb-100 {
  margin-bottom: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
}

.mtb-100 {
  margin-top: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
  margin-bottom: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
}

.mt-120 {
  margin-top: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
}

.mb-120 {
  margin-bottom: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
}

.mtb-120 {
  margin-top: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
  margin-bottom: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
}

.pt-50 {
  padding-top: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
}

.pb-50 {
  padding-bottom: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
}

.ptb-50 {
  padding-top: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
  padding-bottom: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
}

.pt-60 {
  padding-top: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
}

.pb-60 {
  padding-bottom: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
}

.ptb-60 {
  padding-top: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
  padding-bottom: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
}

.pt-70 {
  padding-top: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
}

.pb-70 {
  padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
}

.ptb-70 {
  padding-top: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
  padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
}

.pt-80 {
  padding-top: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
}

.pb-80 {
  padding-bottom: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
}

.ptb-80 {
  padding-top: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
  padding-bottom: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
}

.pt-90 {
  padding-top: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
}

.pb-90 {
  padding-bottom: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
}

.ptb-90 {
  padding-top: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
  padding-bottom: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
}

.pt-100 {
  padding-top: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
}

.pb-100 {
  padding-bottom: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
}

.ptb-100 {
  padding-top: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
  padding-bottom: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
}

.pt-120 {
  padding-top: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
}

.pb-120 {
  padding-bottom: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
}

.ptb-120 {
  padding-top: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
  padding-bottom: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
}

@media print, screen and (min-width: 992px) {
  .mt-lg-50 {
    margin-top: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
  }

  .mb-lg-50 {
    margin-bottom: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
  }

  .mtb-lg-50 {
    margin-top: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
    margin-bottom: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
  }

  .mt-lg-60 {
    margin-top: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
  }

  .mb-lg-60 {
    margin-bottom: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
  }

  .mtb-lg-60 {
    margin-top: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
    margin-bottom: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
  }

  .mt-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
  }

  .mb-lg-70 {
    margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
  }

  .mtb-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
    margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
  }

  .mt-lg-80 {
    margin-top: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
  }

  .mb-lg-80 {
    margin-bottom: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
  }

  .mtb-lg-80 {
    margin-top: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
    margin-bottom: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
  }

  .mt-lg-90 {
    margin-top: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
  }

  .mb-lg-90 {
    margin-bottom: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
  }

  .mtb-lg-90 {
    margin-top: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
    margin-bottom: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
  }

  .mt-lg-100 {
    margin-top: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
  }

  .mb-lg-100 {
    margin-bottom: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
  }

  .mtb-lg-100 {
    margin-top: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
    margin-bottom: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
  }

  .mt-lg-120 {
    margin-top: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
  }

  .mb-lg-120 {
    margin-bottom: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
  }

  .mtb-lg-120 {
    margin-top: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
    margin-bottom: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
  }
}
@media print, screen and (min-width: 992px) {
  .pt-lg-50 {
    padding-top: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
  }

  .pb-lg-50 {
    padding-bottom: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
  }

  .ptb-lg-50 {
    padding-top: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
    padding-bottom: min(calc(28px + 22 * (100vw - 320px) / 1080), 50px);
  }

  .pt-lg-60 {
    padding-top: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
  }

  .pb-lg-60 {
    padding-bottom: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
  }

  .ptb-lg-60 {
    padding-top: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
    padding-bottom: min(calc(28px + 32 * (100vw - 320px) / 1080), 60px);
  }

  .pt-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
  }

  .pb-lg-70 {
    padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
  }

  .ptb-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
    padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 1080), 70px);
  }

  .pt-lg-80 {
    padding-top: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
  }

  .pb-lg-80 {
    padding-bottom: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
  }

  .ptb-lg-80 {
    padding-top: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
    padding-bottom: min(calc(28px + 52 * (100vw - 320px) / 1080), 80px);
  }

  .pt-lg-90 {
    padding-top: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
  }

  .pb-lg-90 {
    padding-bottom: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
  }

  .ptb-lg-90 {
    padding-top: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
    padding-bottom: min(calc(31px + 59 * (100vw - 320px) / 1080), 90px);
  }

  .pt-lg-100 {
    padding-top: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
  }

  .pb-lg-100 {
    padding-bottom: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
  }

  .ptb-lg-100 {
    padding-top: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
    padding-bottom: min(calc(35px + 65 * (100vw - 320px) / 1080), 100px);
  }

  .pt-lg-120 {
    padding-top: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
  }

  .pb-lg-120 {
    padding-bottom: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
  }

  .ptb-lg-120 {
    padding-top: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
    padding-bottom: min(calc(42px + 78 * (100vw - 320px) / 1080), 120px);
  }
}
/**/
.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: 1400px) {
  .ml-sm-full, .ml-md-full, .ml-lg-full, .ml-xl-full, .ml-xxl-full {
    margin-left: calc((1220px - 100vw) / 2);
  }

  .mr-sm-full, .mr-md-full, .mr-lg-full, .mr-xl-full, .mr-xxl-full {
    margin-right: calc((1220px - 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: 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 */
