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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  letter-spacing: 0.1em;
}

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

  body.is-loaded #wrapper {
    opacity: 1;
  }
}
.fs-en, .telphone {
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* -------------------------------
	ローディング
-------------------------------- */
.loader {
  color: rgba(0, 0, 0, 0.2);
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

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

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

/* ---  --- */
.row-head {
  display: flex;
  align-items: center;
  height: 50px;
}
@media print, screen and (min-width: 992px) {
  .row-head {
    height: 100px;
  }
}
.row-head .logo {
  padding-left: 15px;
}
.row-head .logo h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.row-head .logo h1 img {
  height: 30px;
}
@media print, screen and (min-width: 992px) {
  .row-head .logo {
    flex: 0 0 22%;
    padding-left: min(calc(15px + 55 * (100vw - 992px) / 928), 70px);
    margin-right: 30px;
    height: 100px;
    position: relative;
  }
  .row-head .logo h1 {
    height: 47px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 6px;
    transition: bottom 0.3s ease;
  }
  .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;
    flex: 1 1 0;
    padding-right: min(calc(15px + 15 * (100vw - 992px) / 928), 30px);
  }
}

.fixed-nav .row-head .logo h1 {
  bottom: 27px;
}

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

.list-gnav {
  font-size: min(calc(13px + 3 * (100vw - 992px) / 608), 16px);
  letter-spacing: normal;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.list-gnav > li {
  padding-right: 1.5em;
}
.list-gnav > li > button {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  .list-gnav {
    letter-spacing: 0.1em;
  }
  .list-gnav > li {
    padding-right: 1.875em;
  }
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li > a {
  color: #202020;
  line-height: 3.5;
  display: flex;
  align-items: center;
  position: relative;
  transition: color .3s ease;
}
.list-gnav > li > a:hover, .list-gnav > li.active > a {
  color: #17b1ce;
}
.list-gnav > li.has-child > a:after, .list-gnav > li.child > a:after {
  content: "";
  width: 0.5625em;
  height: 0.5625em;
  display: block;
  margin-left: 0.25em;
  background: url("../images/common/gnavi_icon_1.svg") no-repeat center center/contain;
}

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

.list-gnav > li {
  position: relative;
}
.list-gnav > li > ul {
  position: absolute;
  left: -1.875em;
  min-width: 100%;
  padding: 0.9375em 1.875em;
  border-radius: 10px;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.list-gnav > li > ul > li {
  border-bottom: solid 1px #dddddd;
}
.list-gnav > li > ul > li:last-child {
  border-bottom: none;
}
.list-gnav > li > ul > li > a {
  color: #202020;
  display: block;
  padding: 0.3125em 0.9375em;
  transition: color .3s ease;
}
.list-gnav > li > ul > li > a:hover, .list-gnav > li > ul > li.active > a {
  color: #17b1ce;
}
.list-gnav > li > ul > li > ul {
  border-top: solid 1px #dddddd;
  padding: 0.3125em 0;
}
.list-gnav > li > ul > li > ul > li {
  margin-bottom: 5px;
}
.list-gnav > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.list-gnav > li > ul > li > ul > li > a {
  color: #202020;
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 1.33334;
  display: block;
  padding-left: 2.4em;
  padding-right: 1.5em;
  position: relative;
  transition: color .3s ease;
}
.list-gnav > li > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  top: 0.66667em;
  left: 0.7333em;
  width: 1em;
  height: 1px;
  background-color: #dddddd;
}
.list-gnav > li > ul > li > ul > li > a:hover, .list-gnav > li > ul > li > ul > li.active > a {
  color: #17b1ce;
}

/* */
.head_contact {
  padding-left: 5px;
}
.head_contact .btn {
  font-size: min(calc(12px + 4 * (100vw - 992px) / 608), 16px);
  letter-spacing: normal;
  padding: 0.5em 0.75em 0.5em 1.5625em;
  border-radius: 5px;
  height: 65px;
}
@media print, screen and (min-width: 1200px) {
  .head_contact {
    padding-left: 10px;
  }
  .head_contact .btn {
    letter-spacing: 0.1em;
  }
}

/* -------------------------------
	main
-------------------------------- */
/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  margin-top: 50px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .main_ttl {
    margin-top: 100px;
    margin-left: min(calc(15px + 15 * (100vw - 992px) / 928), 30px);
    margin-right: min(calc(15px + 15 * (100vw - 992px) / 928), 30px);
  }
}
.main_ttl .main_ttl_content {
  width: 100%;
  height: min(calc(150px + 150 * (100vw - 320px) / 1280), 300px);
  display: flex;
  border-radius: 10px;
  background: url("../images/common/bg002.jpg");
}
@media print, screen and (min-width: 992px) {
  .main_ttl .main_ttl_content {
    border-radius: min(calc(15px + 15 * (100vw - 992px) / 928), 30px);
  }
}
.main_ttl h2 {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: auto;
}
.main_ttl h2 > .fs-en {
  ont-weight: 500;
  font-size: min(calc(14px + 6 * (100vw - 320px) / 1280), 20px);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.main_ttl h2 > .fs-en:before {
  content: "●";
  transform: scale(0.5);
  margin-right: 0.25em;
}
.main_ttl h2 > .txt {
  font-size: min(calc(25px + 30 * (100vw - 320px) / 1280), 55px);
  display: block;
}

/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumb_wrap {
  display: none;
  padding: 6px 0;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb_wrap {
    display: block;
    position: absolute;
    z-index: 99;
    width: 100%;
  }
}
.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;
  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;
  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: 10px;
    bottom: 10px;
  }
  #pagetop img {
    width: 60px;
  }
}

/* -------------------------------
	スクロールバー
-------------------------------- */
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: 0;
  bottom: 0;
  right: -280px;
  width: 280px;
  text-align: left;
  padding-top: 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 {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 5px 10px;
}
#sidebar .list-sidenav button {
  display: none;
}
#sidebar .list-sidenav > li {
  border-bottom: solid 1px #dddddd;
}
#sidebar .list-sidenav > li > a {
  font-weight: 700;
  display: block;
  padding: 10px 15px;
}
#sidebar .list-sidenav > li > ul {
  padding-left: 15px;
  padding-bottom: 5px;
}
#sidebar .list-sidenav > li > ul > li > a {
  font-size: 14px;
  display: block;
  padding: 5px 0 5px 1.2em;
  position: relative;
}
#sidebar .list-sidenav > li > ul > li > a:before {
  content: "■";
  position: absolute;
  left: 0;
  transform: scale(0.6);
}
#sidebar .list-sidenav > li > ul > li ul {
  font-size: 14px;
  padding-left: 1.2em;
}
#sidebar .list-sidenav > li > ul > li ul > li {
  font-size: 13px;
  margin-bottom: 5px;
}
#sidebar .list-sidenav > li > ul > li ul > li:last-child {
  margin-bottom: 0;
}
#sidebar .list-sidenav > li > ul > li ul > li > a {
  padding-left: 15px;
  display: block;
  position: relative;
}
#sidebar .list-sidenav > li > ul > li ul > li > a:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #dddddd;
}
#sidebar a:hover {
  color: #17b1ce;
}
#sidebar .active > a {
  color: #17b1ce;
}

.side_contact {
  text-align: center;
  margin-top: 20px;
}

/* -------------------------------
	半透明
-------------------------------- */
.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 {
  page-break-inside: avoid;
}

/**/
.footer_wrap {
  color: #fff;
  padding: min(calc(30px + 100 * (100vw - 320px) / 1600), 130px) 0;
  background-image: url("../images/common/footer_bg.jpg");
}

.footer_wrap_row .footer_wrap_row__left {
  text-align: center;
}
.footer_wrap_row .footer_wrap_row__left p a {
  color: #fff;
}
@media print, screen and (min-width: 992px) {
  .footer_wrap_row .footer_wrap_row__left {
    text-align: left;
  }
}
@media print, screen and (min-width: 1400px) {
  .footer_wrap_row {
    display: flex;
  }
  .footer_wrap_row .footer_wrap_row__left {
    flex: 0 0 375px;
  }
  .footer_wrap_row .footer_wrap_row__right {
    flex: 1 1 0;
  }
}

.f_navi {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .f_navi {
    display: flex;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1400px) {
  .f_navi {
    margin-top: 0;
  }
}
.f_navi .list_foot_nav {
  font-size: min(calc(14px + 2 * (100vw - 992px) / 408), 16px);
  line-height: normal;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  flex: 1 1 0;
  gap: 30px;
}
@media print, screen and (min-width: 1400px) {
  .f_navi .list_foot_nav {
    font-size: min(calc(14px + 2 * (100vw - 1400px) / 200), 16px);
    justify-content: flex-end;
  }
}
.f_navi .list_foot_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f_navi .list_foot_nav a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.f_navi .list_foot_nav a:hover {
  opacity: 0.65;
}
.f_navi .list_foot_nav > li > a {
  font-weight: 700;
  font-size: 1.125em;
}
.f_navi .list_foot_nav > li > ul {
  margin-top: 0.625em;
}
.f_navi .list_foot_nav > li > ul > li {
  margin-bottom: 0.625em;
}
.f_navi .list_foot_nav > li > ul > li > a {
  display: block;
}
.f_navi .list_foot_nav > li > ul > li > ul {
  margin-top: 0.625em;
}
.f_navi .list_foot_nav > li > ul > li > ul > li {
  margin-bottom: 0.5em;
}
.f_navi .list_foot_nav > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.f_navi .list_foot_nav > li > ul > li > ul > li > a {
  font-weight: 400;
  font-size: 0.9375em;
  line-height: 1.33334;
  display: block;
  padding-left: 2.4em;
  padding-right: 1.5em;
  position: relative;
  transition: color .3s ease;
}
.f_navi .list_foot_nav > li > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  top: 0.66667em;
  left: 0.7333em;
  width: 1em;
  height: 1px;
  background-color: #dddddd;
}

.foot_contact_btn {
  padding-left: 30px;
}
.foot_contact_btn .btn-foot {
  color: #17b1ce;
  width: 190px;
  height: 65px;
  display: flex;
  align-items: center;
  padding: 0 0.75em 0 1.5em;
  border-radius: 5px;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
.foot_contact_btn .btn-foot:after {
  content: "";
  width: 1.625em;
  aspect-ratio: 26 / 7;
  display: block;
  margin-left: auto;
  background-image: url("../images/common/arrow-blue-r.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.foot_contact_btn .btn-foot:hover {
  opacity: 0.65;
}

.copyright {
  font-size: 0.9375rem;
  line-height: normal;
  text-align: center;
  margin-top: 2rem;
}
@media print, screen and (min-width: 1400px) {
  .copyright {
    text-align: left;
    margin-top: 0;
  }
}

/* 印刷用 */
@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 */
