@charset "UTF-8";
/* -------------------------------
 *  font
 * -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&amp;display=swap");
.ff-libre {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 81.25%;
  /* 13px */
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: 81.25%;
    /* 13px */
  }
}

body {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  body {
    letter-spacing: 0.1em;
  }
}

/* -------------------------------
	アンカーリンク
-------------------------------- */
.anchor {
  position: relative;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
}
#header .container-fluid {
  padding: 0;
}
#header h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
#header .row-head {
  display: flex;
  align-items: center;
  height: 50px;
}
@media print, screen and (min-width: 992px) {
  #header .row-head {
    height: 60px;
  }
}
#header .row-head .logo {
  padding-left: 15px;
}
#header .row-head .logo h1 img {
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  #header .row-head .logo {
    flex: 0 0 auto;
    padding-left: 30px;
  }
  #header .row-head .logo h1 img {
    height: auto;
  }
}
@media print, screen and (min-width: 992px) {
  #header .row-head .logo {
    padding-left: calc(30px + 30 * (100vw - 992px) / 608);
  }
}
@media print, screen and (min-width: 1600px) {
  #header .row-head .logo {
    padding-left: 60px;
  }
}
#header .row-head .head_contents {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
}
@media print {
  #header {
    position: absolute;
  }
}
#header .sns-in {
  display: none;
}
#header .sns-in img {
  width: 25px;
}
#header .sns-in a {
  transition: opacity 0.3s ease;
}
#header .sns-in a:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 768px) {
  #header .sns-in {
    display: block;
    margin: 0 calc(15px + 35 * (100vw - 768px) / 832);
  }
}
@media print, screen and (min-width: 1600px) {
  #header .sns-in {
    margin: 0 50px;
  }
}
#header .language {
  color: #fff;
  font-size: 14px;
  height: 50px;
  padding: 0 65px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
#header .language:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  background: url("../png/icon-world.png") no-repeat center center/cover;
}
@media print, screen and (min-width: 992px) {
  #header .language {
    width: 150px;
    height: 60px;
    padding: 0;
  }
  #header .language:before {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header .language {
    width: calc(260px + 102 * (100vw - 1200px) / 400);
  }
}
@media print, screen and (min-width: 1600px) {
  #header .language {
    width: 362px;
  }
}
#header .language > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
#header .language > ul > li + li:before {
  content: "/";
  margin: 0 0.5em;
}
#header .language > ul > li > a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}
#header .language > ul > li > a:hover {
  color: #ccc;
}

body.en #header .language > ul > li.en > a {
  color: #ed1b24;
  font-weight: 700;
  pointer-events: none;
}

body.ja #header .language > ul > li.ja > a {
  color: #ed1b24;
  font-weight: 700;
  pointer-events: none;
}

#header {
  transition: background 0.5s ease;
}

.fixed-nav #header {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: background 2s ease;
}

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

.list-gnav {
  font-size: 13px;
  line-height: 1.75;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li {
  padding: 0;
  display: flex;
  align-items: center;
}
.list-gnav > li + li:before {
  content: "|";
  display: block;
  margin: -.2em 1em auto;
}
@media print, screen and (min-width: 1200px) {
  .list-gnav > li + li:before {
    margin: -.2em 1.25em auto;
  }
}
.list-gnav > li > a {
  color: #000;
  display: block;
  position: relative;
  white-space: nowrap;
}
.list-gnav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #000;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after {
  transform: scaleX(1);
  visibility: visible;
}

body.ja .list-gnav {
  font-size: 12px;
}
@media print, screen and (min-width: 1200px) {
  body.ja .list-gnav {
    font-size: 13px;
  }
}
body.ja .list-gnav > li + li:before {
  content: "|";
  display: block;
  margin: -.2em 0.5em auto;
}
@media print, screen and (min-width: 1200px) {
  body.ja .list-gnav > li + li:before {
    margin: -.2em 1.25em auto;
  }
}

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

.list-gnav > li.child {
  position: relative;
}
.list-gnav > li.child > ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  padding: .5em 0;
  white-space: nowrap;
}
.list-gnav > li.child > ul > li > a {
  display: block;
  padding: 1em;
  background-color: #fff;
}

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

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: -280px;
  width: 280px;
  text-align: left;
  background-color: #fff;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
#sidebar .inner {
  padding: 30px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.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;
}
#sidebar .list-sidenav > li > a {
  color: #000;
  font-size: 14px;
  line-height: 1.75;
  display: block;
  padding: 0.8em 2em 0.8em 1em;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
}
#sidebar .list-sidenav > li > a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  background-image: url("../png/arrow-black.png");
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
  color: #fff;
  background-color: #000;
}
#sidebar .list-sidenav > li.active > a:after, #sidebar .list-sidenav > li > a:hover:after {
  background-image: url("../png/arrow-white.png");
}
#sidebar .linked {
  text-align: center;
  margin-top: auto;
  padding-top: 2rem;
}
#sidebar .linked img {
  width: 100px;
  height: 24px;
}
#sidebar .linked > a {
  font-size: 13px;
  line-height: 1.5;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ececec;
}
#sidebar .linked > a img {
  width: 100px;
  height: 24px;
  margin-left: 10px;
}

/* 
 * 下層メニュー
 */
#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 {
  background-color: #fff;
}
#sidebar .list-sidenav .child > ul > li {
  position: relative;
}
#sidebar .list-sidenav .child > ul > li > a {
  color: #333;
  font-size: 0.875em;
  padding: 0.65em 2em 0.65em 1.3em;
  display: block;
  background-color: #fff;
  position: relative;
}
#sidebar .list-sidenav .child > ul > li > a:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  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 {
  background-color: #ddd;
}

/*
 * 下層メニュー用ボタン
 */
#sidebar .list-sidenav .child .mean-expand {
  position: absolute;
  right: 5px;
  top: 0.25em;
  width: 32px;
  height: 32px;
  background-color: #000;
  -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: transparent;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.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;
  background-color: rgba(0, 0, 0, 0.1);
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -9px);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 9px);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  display: block;
  transform: scale(0.8);
}

/* アニメーション */
#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 {
  color: #fff;
  padding: 30px 0 30px;
  padding: clamp(30px, 7.5vw, 90px) 0 clamp(30px, 4.16667vw, 50px);
  background-color: #333333;
  page-break-inside: avoid;
}
#footer .foot_left_content {
  text-align: center;
}
#footer .foot_left_content h2 {
  font-size: 1rem;
  margin: 0 0 1em;
}
#footer .foot_left_content p {
  line-height: 1.75;
}
#footer .foot_left_content p a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  display: inline-block;
  transition: opacity 0.3s ease;
}
#footer .foot_left_content p a:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 1200px) {
  #footer .foot_left_content {
    text-align: left;
  }
}
#footer .foot_right_content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.foot_tel {
  font-size: 10px;
  line-height: 1.75;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.foot_tel > li:after {
  content: "/";
  margin: 0 0.25em;
}
.foot_tel > li:last-child:after {
  display: none;
}
.foot_tel > li span {
  font-size: 14px;
}
@media print, screen and (min-width: 1200px) {
  .foot_tel {
    font-size: 14px;
    font-size: clamp(14px, 1.125vw, 18px);
    justify-content: flex-start;
  }
  .foot_tel > li span {
    font-size: 1.66667em;
  }
}

.foot_top_columns {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
}
@media print, screen and (min-width: 1200px) {
  .foot_top_columns {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.foot_top_columns .sns-in {
  margin-right: 20px;
}
.foot_top_columns .sns-in img {
  width: 29px;
}
.foot_top_columns .sns-in a {
  transition: all 0.3s ease;
}
.foot_top_columns .sns-in a:hover {
  opacity: 0.65;
}
.foot_top_columns .language {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
}
.foot_top_columns .language:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 20px;
  background: url("../png/icon-world.png") no-repeat center center/cover;
}
.foot_top_columns .language > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.foot_top_columns .language > ul > li + li:before {
  content: "/";
  margin: 0 0.5em;
}
.foot_top_columns .language > ul > li > a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.foot_top_columns .language > ul > li > a:hover {
  color: #ccc;
}

body.en .foot_top_columns .language > ul > li.en > a {
  color: #ed1b24;
  font-weight: 700;
  pointer-events: none;
}

body.ja .foot_top_columns .language > ul > li.ja > a {
  color: #ed1b24;
  font-weight: 700;
  pointer-events: none;
}

.f_navi {
  color: #fff;
  line-height: 1.75;
  margin-top: auto;
  padding-top: 1rem;
}
.f_navi > ul {
  list-style: none;
  padding: 0;
  margin: 0 -1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 1200px) {
  .f_navi > ul {
    justify-content: flex-end;
  }
}
.f_navi > ul > li {
  padding: 0 1em;
}
.f_navi > ul > li > a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.f_navi > ul > li > a:hover {
  opacity: 0.65;
}

.copyright {
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 0 15px 0 15px;
  margin-top: 30px;
  margin-top: clamp(30px, 6.66667vw, 80px);
}

/* -------------------------------
	main
-------------------------------- */
#wrapper {
  overflow: hidden;
}

.page-contents {
  padding-top: calc(50px + 70 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .page-contents {
    padding-top: 120px;
  }
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  margin-top: 50px;
  display: flex;
  align-items: center;
  height: calc(150px + 150 * (100vw - 320px) / 880);
  position: relative;
  z-index: 0;
}
.main_ttl > .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  z-index: -1;
}
.main_ttl > .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 50%, transparent 75%);
  mix-blend-mode: multiply;
  z-index: 10;
}
.main_ttl > .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 1200px) {
  .main_ttl {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .main_ttl {
    height: 300px;
  }
}
.main_ttl h2 {
  color: #fff;
  font-size: calc(30px + 30 * (100vw - 320px) / 880);
  line-height: 1.5;
  text-shadow: 0.05em 0.05em 0.2em rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0.5em 0;
}
.main_ttl h2:first-letter {
  color: #ed1b24;
}
.main_ttl h2 > .ff-libre {
  display: block;
  text-shadow: 0.05em 0.05em 0.2em rgba(0, 0, 0, 0.5);
}
.main_ttl h2 > .ff-libre:first-letter {
  color: #ed1b24;
}
.main_ttl h2 > .ja {
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-shadow: 0.05em 0.05em 0.2em rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 1200px) {
  .main_ttl h2 {
    font-size: 60px;
  }
}
.main_ttl.main_ttl_sm {
  height: auto;
  background-color: #ccc;
}
.main_ttl.main_ttl_sm h2 {
  padding: 0.65em 0;
}

/* -------------------------------
	パンくず
-------------------------------- */
.breadcrumb_wrap {
  padding: 6px 0;
  background-color: #000;
}
.breadcrumb_wrap .panlist {
  font-size: 0.84615rem;
  line-height: 1.5;
  letter-spacing: -.4em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb_wrap .panlist > li {
  color: #fff;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: top;
}
.breadcrumb_wrap .panlist > li > a {
  color: #fff;
}
.breadcrumb_wrap .panlist > li.active > a {
  color: #ccc;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb_wrap .panlist > li + li:before {
  content: "/";
  letter-spacing: normal;
  display: inline-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;
  }
}

/* -------------------------------
	電話番号
-------------------------------- */
.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;
}

/* -------------------------------
	スクロールバー
-------------------------------- */
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;
}

@media screen {
  .js-row-1 > [class^="col"], .js-row-1 > [class*=" col"] {
    opacity: 0;
  }
  .js-row-1 > [class^="col"].show, .js-row-1 > [class*=" col"].show {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: key-js-row-1;
  }
}
@keyframes key-js-row-1 {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* 印刷用 */
@page {
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  body, #header {
    min-width: 1500px !important;
  }

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

  .container-fluid-lg, .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 */
