@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;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

/* -------------------------------
	見出しタグ調整
-------------------------------- */
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.25rem;
    /* 36px相当 */
  }

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

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

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

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

  h6, .h6 {
    font-size: 1.25rem;
    /* 20px相当 */
  }
}
@media screen and (min-width: 1400px) {
  h1, .h1 {
    font-size: 2.85rem;
    /* 46px相当 */
  }

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

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

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

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

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

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

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

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

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

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

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

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

.list-gnav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.list-gnav > li {
  padding-right: min(calc(15px + 25 * (100vw - 992px) / 508), 40px);
}
.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;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.list-gnav > li > a:hover, .list-gnav > li.active > a {
  color: #147ad7;
}

/* メガメニュー */
.list-gnav > li.mega-child {
  position: static;
}
.list-gnav > li.mega-child > div {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  padding: 30px 0 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  border-top: solid 1px #eee;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.list-gnav > li.mega-child.on > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/**/
.list-gnav-child {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.list-gnav-child > li > a {
  display: block;
  padding: 1em 3em 1em 1.5em;
  border: solid 1px #ccc;
  position: relative;
}
.list-gnav-child > li > a:before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
.list-gnav-child > li > a:hover:before {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}
.list-gnav-child > li.active > a {
  color: #147ad7;
  border-color: #147ad7;
}

/* */
.gnav_contact {
  font-size: 18px;
  flex: 0 0 11.11112em;
}
.gnav_contact .btn {
  color: #fff;
  font-size: 1em;
  width: 100%;
  height: 100px;
  padding: 0;
  border-radius: 0;
  border: none;
  display: flex;
  flex-direction: column;
  background: #147ad7;
  background: linear-gradient(to right, #147ad7 0%, #147ad7 50%, #07b53b 100%);
  background-position: right center;
  background-size: 200% 100%;
  position: relative;
  transition: color .5s ease, background .5s ease;
}
.gnav_contact .btn .in {
  display: block;
  margin: auto;
}
.gnav_contact .btn .in i {
  font-size: 1.94445em;
  line-height: 1;
  display: block;
  margin: 0 auto;
}
.gnav_contact .btn:hover {
  color: #fff;
  background-position: left center;
  transition: color 0.3s ease, background 1s ease;
}

/* -------------------------------
	main
-------------------------------- */
.page_wrapper {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .page_wrapper {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_wrapper {
    background-color: #f4f4f4;
    background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, white 50%, white 100%);
  }
}
.page_wrapper > .bg {
  width: 100%;
  height: min(calc(200px + 100 * (100vw - 320px) / 1080), 300px);
  background-color: #ccc;
}
@media print, screen and (min-width: 1200px) {
  .page_wrapper > .bg {
    height: min(calc(250px + 150 * (100vw - 320px) / 1080), 400px);
  }
}

.page_wrapper .page_wrap_inner {
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  .page_wrapper .page_wrap_inner {
    width: calc(100% - 2.5%);
    margin-left: 2.5%;
    padding-left: 2.5%;
    padding-right: 5vw;
    background-color: #fff;
  }
  .page_wrapper .page_wrap_inner.page_head {
    background: #fff url("../images/common/main_ttl_bg.png") no-repeat right top/cover;
  }
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  padding: min(calc(50px + 50 * (100vw - 320px) / 1080), 100px) 0;
}
@media print, screen and (min-width: 768px) {
  .main_ttl {
    padding: 77px 0;
  }
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    padding: 95px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .main_ttl {
    padding: 100px 0;
  }
}
@media print, screen and (min-width: 1400px) {
  .main_ttl {
    padding: 130px 0;
  }
}
.main_ttl .container {
  position: relative;
  z-index: 0;
}
.main_ttl h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.5;
  margin: 0;
}
.main_ttl h2 > small {
  color: #0081ec;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 0.86;
  letter-spacing: normal;
  white-space: nowrap;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.main_ttl h2 > small:first-letter {
  font-size: 2em;
}
@media print, screen and (min-width: 768px) {
  .main_ttl h2 {
    font-size: 40px;
    padding-left: 3.4em;
  }
  .main_ttl h2 > small {
    font-size: 2.2em;
  }
}
@media print, screen and (min-width: 992px) {
  .main_ttl h2 {
    font-size: 40px;
    padding-left: 4.4em;
  }
  .main_ttl h2 > small {
    font-size: 2.9em;
  }
}
@media print, screen and (min-width: 1200px) {
  .main_ttl h2 {
    font-size: 50px;
    padding-left: 3.8em;
  }
  .main_ttl h2 > small {
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 1400px) {
  .main_ttl h2 {
    font-size: 60px;
    padding-left: 4em;
  }
  .main_ttl h2 > small {
    font-size: 2.7em;
  }
}

/**/
.main_ttl2 {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.main_ttl2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: -1;
  opacity: 0.3;
}
.main_ttl2 > .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.main_ttl2 .container {
  display: flex;
  flex-direction: column;
  height: min(calc(150px + 250 * (100vw - 320px) / 1080), 400px);
  position: relative;
}
.main_ttl2 h2 {
  color: #222;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  text-shadow: -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 1px 1px 0 #fff, 0 0 0.05em #fff;
  margin: auto 0;
}
.main_ttl2 h2 > small {
  color: #147ad7;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 0.86;
  letter-spacing: normal;
  text-shadow: none;
  white-space: nowrap;
  display: block;
  position: absolute;
  left: -.2em;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: screen;
}
.main_ttl2 h2 > small:first-letter {
  font-size: 2em;
}
@media print, screen and (min-width: 768px) {
  .main_ttl2 h2 {
    font-size: 40px;
  }
  .main_ttl2 h2 > small {
    font-size: 2.2em;
  }
}
@media print, screen and (min-width: 992px) {
  .main_ttl2 h2 {
    font-size: 40px;
  }
  .main_ttl2 h2 > small {
    font-size: 2.9em;
  }
}
@media print, screen and (min-width: 1200px) {
  .main_ttl2 h2 {
    font-size: 50px;
  }
  .main_ttl2 h2 > small {
    font-size: 2.5em;
  }
}
@media print, screen and (min-width: 1400px) {
  .main_ttl2 h2 {
    font-size: 60px;
  }
  .main_ttl2 h2 > small {
    font-size: 2.7em;
  }
}
.main_ttl2 .breadcrumb_wrap {
  display: none;
  position: absolute;
  right: 0;
  bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .main_ttl2 .breadcrumb_wrap {
    display: block;
  }
}
.main_ttl2 .breadcrumb_wrap .panlist {
  color: #fff;
}
.main_ttl2 .breadcrumb_wrap .panlist > li {
  display: flex;
  align-items: center;
}
.main_ttl2 .breadcrumb_wrap .panlist > li > a {
  color: #fff;
  white-space: nowrap;
}
.main_ttl2 .breadcrumb_wrap .panlist > li.active > a {
  color: #fff;
}

/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumb_wrap {
  padding-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb_wrap {
    padding-top: 0;
  }
}
.breadcrumb_wrap .panlist {
  color: #777;
  font-weight: 500;
  font-size: 11px;
  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_wrap .panlist > li {
  display: flex;
  align-items: center;
}
.breadcrumb_wrap .panlist > li > a {
  color: #777;
  white-space: nowrap;
}
.breadcrumb_wrap .panlist > li.active > a {
  color: #aaa;
  text-decoration: 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;
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 50px;
  bottom: 0;
  right: -280px;
  width: 280px;
  text-align: left;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
@media print, screen and (min-width: 992px) {
  #sidebar {
    display: none !important;
  }
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  width: 100%;
}
#sidebar .list-sidenav > li {
  text-align: left;
  border-bottom: solid 1px #ccc;
}
#sidebar .list-sidenav > li > a {
  color: #222;
  line-height: 1.5;
  display: block;
  padding: 1em 2em 1em 1em;
  position: relative;
  transition: color 0.3s ease;
}
#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: #147ad7;
}

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

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

/*
 * 下層メニュー用ボタン
 */
#sidebar .list-sidenav .child .mean-expand {
  position: absolute;
  right: 5px;
  top: 0.75em;
  width: 2em;
  height: 2em;
  border-radius: 5px;
  z-index: 10;
  background-color: #147ad7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#sidebar .list-sidenav .child .mean-expand:before, #sidebar .list-sidenav .child .mean-expand: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 .child .mean-expand:after {
  transform: rotate(90deg);
}
#sidebar .list-sidenav .child.open .mean-expand:before {
  transform: rotate(360deg);
}
#sidebar .list-sidenav .child.open .mean-expand:after {
  transform: rotate(0deg);
}

/* -------------------------------
	半透明
-------------------------------- */
.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-top: min(calc(50px + 50 * (100vw - 320px) / 1180), 100px);
  padding-bottom: min(calc(25px + 25 * (100vw - 320px) / 1180), 50px);
  background-color: #f4f4f4;
  page-break-inside: avoid;
  overflow: hidden;
}
#footer h2 {
  font-size: 1rem;
  padding: 0 10%;
}
#footer h2, #footer p {
  text-align: center;
}

.f_navi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .f_navi {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
  }
  .f_navi .box + .box {
    padding-left: min(calc(30px + 30 * (100vw - 768px) / 732), 60px);
  }
}

.list-fnavi {
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  .list-fnavi {
    font-size: min(calc(14px + 2 * (100vw - 992px) / 508), 16px);
  }
}
.list-fnavi > li {
  padding-left: 1em;
  margin-bottom: 1em;
  position: relative;
}
.list-fnavi > li:before {
  content: "\f111";
  color: #147ad7;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0px;
  transform: scale(0.3125);
  transform-origin: left center;
}
.list-fnavi > li > a, .list-fnavi > li > span {
  display: inline-block;
}
.list-fnavi > li > a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.list-fnavi > li > a:hover {
  opacity: 0.65;
}
.list-fnavi > li > ul {
  list-style: none;
  padding: 0;
  margin: 1em -10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: calc((1.5em + 1em) * 5);
}
.list-fnavi > li > ul > li {
  padding: 0 10px 0 calc(1em + 10px);
  margin-bottom: 1em;
  flex: 0 0 auto;
  position: relative;
}
.list-fnavi > li > ul > li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0.75em;
  width: 5px;
  height: 1px;
  background-color: #222222;
}
.list-fnavi > li > ul > li > a {
  text-decoration: none;
}
.list-fnavi > li > ul > li > a:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 992px) {
  .list-fnavi > li > ul {
    max-height: calc((1.5em + 1em) * 3);
    margin-left: -20px;
    margin-left: -20px;
  }
  .list-fnavi > li > ul > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer_bottom {
  border-top: solid 1px #fff;
  margin-top: 30px;
  padding: 30px 0;
}

.copyright {
  color: #5c5c5c;
  font-size: 10px;
  line-height: normal;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    font-size: 14px;
  }
}

/* -------------------------------
	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 #CAD0D5;
  border-left: 1px solid #CAD0D5;
}
.table-design-2 > thead > tr > th, .table-design-2 > thead > tr > td {
  text-align: center;
  padding: 1em;
  border-right: 1px solid #CAD0D5;
  border-bottom: 1px solid #CAD0D5;
  background-color: #D8EAFB;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #CAD0D5;
  border-bottom: 1px solid #CAD0D5;
}
.table-design-2 > tbody > tr > th {
  background: #EEF6FF;
}
.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;
  }
}
/* -------------------------------
	scroll-hint
-------------------------------- */
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* -------------------------------
	list
-------------------------------- */
.list-num-1 {
  list-style: none;
  line-height: 1.5;
  padding-left: 0;
  counter-reset: number;
}
.list-num-1 > li {
  padding-left: 2em;
  margin-bottom: .5em;
  position: relative;
}
.list-num-1 > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}
.list-num-1 > li:last-child {
  margin-bottom: 0;
}

.list-dot-1 {
  list-style: none;
  list-style: none;
  padding: 0;
}
.list-dot-1 > li {
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  position: relative;
}
.list-dot-1 > li:last-child {
  margin-bottom: 0;
}
.list-dot-1 > li:before {
  content: "■";
  position: absolute;
  left: 0;
}

.list-tel {
  list-style: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .list-tel {
    display: flex;
    flex-wrap: wrap;
  }
  .list-tel > li + li:before {
    content: "/";
    margin: 0 1em;
  }
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
.hr-1 {
  height: 0;
  border-top: solid 1px #eee;
  position: relative;
}
.hr-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 1.5em;
  height: 3px;
  background-color: var(--primary);
}

/* -------------------------------
	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_design_1 {
  border-bottom: solid 1px #eeeeee;
}
.figure_design_1 > .photo {
  width: 100%;
  aspect-ratio: 41 / 31;
  overflow: hidden;
}
.figure_design_1 figcaption {
  color: #222;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.figure_design_1 figcaption .txt {
  font-size: 13px;
  line-height: 1.5;
  padding-right: 1em;
  flex: 1 1 0;
}
.figure_design_1 figcaption .icon {
  font-size: 10px;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .figure_design_1 figcaption {
    padding: 15px 0;
  }
  .figure_design_1 figcaption .txt {
    font-size: 14px;
  }
  .figure_design_1 figcaption .icon {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 1200px) {
  .figure_design_1 figcaption {
    padding: 20px 0;
  }
  .figure_design_1 figcaption .txt {
    font-size: 24px;
  }
  .figure_design_1 figcaption .icon {
    font-size: 18px;
  }
}
a > .figure_design_1 > .photo img {
  transition: transform 0.5s ease;
}
a > .figure_design_1 figcaption .icon {
  color: #fff;
  line-height: 1;
  letter-spacing: normal;
  flex: 0 0 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #147ad7;
}
a > .figure_design_1:hover > .photo img {
  transform: scale(1.08);
}
a > .figure_design_1:hover figcaption .icon i {
  animation: arrow-out-in 0.5s ease-in-out forwards;
}

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

.btn_mail {
  width: auto;
  height: 1em;
  cursor: pointer;
}

/* 画像回り込み */
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 {
  height: 0;
  display: block;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  top: 0;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo-ofi.cover img {
  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-rel]: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-rel]:hover:after {
  opacity: 1;
}

.photo_gallery_1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.5vw, 30px);
}
@media print, screen and (min-width: 768px) {
  .photo_gallery_1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .photo_gallery_1.col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* -------------------------------
	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-w300 {
  display: block;
  max-width: 300px;
}

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

/* 矢印が左から右に消えて左から現れる
a {
	&:hover {
		i {
            animation: arrow-out-in 0.4s ease-in-out forwards;
         }
	}
}
/* --- 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;
}

/* -------------------------------
	point 共通
-------------------------------- */
.box_point {
  font-size: 20px;
  max-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-bottom: solid 2px #07b53b;
  border-right: solid 2px #07b53b;
  padding-bottom: 1px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .box_point {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 992px) {
  .box_point {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .box_point {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .box_point {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .box_point {
    max-width: 100%;
  }
}
.box_point:before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 10;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 1em 1em;
  border-color: transparent transparent var(--success) transparent;
}
.box_point .num {
  line-height: 1;
  letter-spacing: -0.025em;
  text-align: center;
  padding-top: 2em;
  width: 10em;
  height: 10em;
  margin: 0 auto;
  position: relative;
}
.box_point .num:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 10em;
  height: 10em;
  margin-left: -5em;
  border-radius: 50%;
  background-color: #E5F4E9;
  box-shadow: 0.2em 0.2em 0 0.1em #0081ec;
}
.box_point .num small {
  color: #222;
  font-weight: 700;
  font-size: 0.833334em;
  line-height: 1;
  display: block;
}
.box_point .num strong {
  color: var(--success);
  font-weight: 700;
  font-size: 5.20834em;
  line-height: 0.9;
  display: block;
}
.box_point .ttl {
  font-size: 1em;
  line-height: 1.375;
  letter-spacing: normal;
  text-align: center;
  padding: 1em 0 0;
}
.box_point .column {
  font-size: 0.75em;
  line-height: 1.5;
  text-align: left;
  letter-spacing: normal;
  padding: 1em 1em 2em;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.box_point .column p {
  margin: auto;
}
.box_point .ttl + .column p {
  margin: 0;
}

.box_point_2 {
  font-size: 20px;
  max-width: 320px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-bottom: solid 2px #07b53b;
  border-right: solid 2px #07b53b;
  padding-bottom: 1px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .box_point_2 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 992px) {
  .box_point_2 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .box_point_2 {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .box_point_2 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .box_point_2 {
    max-width: inherit;
  }
}
.box_point_2:before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 10;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 1em 1em;
  border-color: transparent transparent var(--success) transparent;
}
.box_point_2 .num {
  line-height: 1;
  letter-spacing: -0.025em;
  text-align: center;
  padding-top: 1.5em;
  position: relative;
}
.box_point_2 .num:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 10em;
  height: 10em;
  margin-left: -5em;
  border-radius: 50%;
  background-color: #E5F4E9;
  box-shadow: 0.2em 0.2em 0 0.1em #0081ec;
}
.box_point_2 .num small {
  color: #222;
  font-weight: 700;
  font-size: 0.833334em;
  line-height: 1;
  display: block;
}
.box_point_2 .num strong {
  color: var(--success);
  font-weight: 700;
  font-size: 5.20834em;
  line-height: 0.9;
  display: block;
}
.box_point_2 .ttl {
  font-size: 1em;
  line-height: 1.375;
  letter-spacing: normal;
  text-align: center;
  padding: 0.5em 0 0;
  margin-bottom: 1.5em;
}
.box_point_2 .column {
  font-size: 0.75em;
  line-height: 1.5;
  text-align: left;
  letter-spacing: normal;
  padding: 1em 1em 2em;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.box_point_2 .column p {
  margin: auto;
}
.box_point_2 .ttl + .column p {
  margin: 0;
}

/* -------------------------------
	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-- */
.bg-cr-1 {
  background: url("../images/common/bg002.jpg") no-repeat center center/cover;
}

.bg-cr-2 {
  background: url("../images/common/bg001.jpg") no-repeat center center/cover;
}

/* --▼text-- */
.text-kome {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-left: 1.2em;
  margin: 0;
  position: relative;
}
.text-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;
}

.lh-lg {
  line-height: 2;
}

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

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

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

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

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

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

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

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

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

.mt-80 {
  margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.mb-80 {
  margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.mtb-80 {
  margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.mt-90 {
  margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.mb-90 {
  margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.mtb-90 {
  margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-80 {
  padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.pb-80 {
  padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.ptb-80 {
  padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.pt-90 {
  padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.pb-90 {
  padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.ptb-90 {
  padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-80 {
    margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .mb-lg-80 {
    margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

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

  .mt-lg-90 {
    margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .mb-lg-90 {
    margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-lg-80 {
    padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .pb-lg-80 {
    padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

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

  .pt-lg-90 {
    padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .pb-lg-90 {
    padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

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

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

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

  .ptb-lg-100 {
    padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
    padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }
}
/**/
.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((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: 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 */
