@charset "UTF-8";
/*--------------------------------------------
  value
--------------------------------------------*/
/*--------------------------------------------
  color
--------------------------------------------*/
/*--------------------------------------------
  font
--------------------------------------------*/
/*--------------------------------------------
  margin
--------------------------------------------*/
/*--------------------------------------------
  other
--------------------------------------------*/
/*--------------------------------------------
  MIXIN 等
--------------------------------------------*/
/*--------------------------------------------
  KEYFRAME
--------------------------------------------*/
/*--------------------------------------------
  MIXIN
--------------------------------------------*/
.l-header html, .l-header body, .l-header div, .l-header span, .l-header object, .l-header iframe,
.l-header h1, .l-header h2, .l-header h3, .l-header h4, .l-header h5, .l-header h6, .l-header p, .l-header blockquote, .l-header pre,
.l-header abbr, .l-header address, .l-header cite, .l-header code,
.l-header del, .l-header dfn, .l-header em, .l-header img, .l-header ins, .l-header kbd, .l-header q, .l-header samp,
.l-header small, .l-header strong, .l-header sub, .l-header sup, .l-header var,
.l-header b, .l-header i,
.l-header dl, .l-header dt, .l-header dd, .l-header ol, .l-header ul, .l-header li,
.l-header fieldset, .l-header form, .l-header label, .l-header legend,
.l-header caption, .l-header article, .l-header aside, .l-header dialog, .l-header figure, .l-header footer, .l-header header,
.l-header hgroup, .l-header menu, .l-header nav, .l-header section,
.l-header time, .l-header mark, .l-header audio, .l-header video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.l-header body {
  line-height: 1;
}
.l-header article, .l-header aside, .l-header dialog, .l-header figure, .l-header footer, .l-header header,
.l-header hgroup, .l-header nav, .l-header section {
  display: block;
}
.l-header nav ul {
  list-style: none;
}
.l-header blockquote, .l-header q {
  quotes: none;
}
.l-header blockquote:before, .l-header blockquote:after,
.l-header q:before, .l-header q:after {
  content: "";
  content: none;
}
.l-header a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.l-header ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
.l-header img {
  vertical-align: top;
}
.l-header mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.l-header del {
  text-decoration: line-through;
}
.l-header abbr[title], .l-header dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
.l-header table {
  border-collapse: collapse;
  border-spacing: 0;
}
.l-header hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
.l-header ul li,
.l-header ol li {
  list-style-type: none;
}
.l-header *, .l-header *:before, .l-header *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.l-header input,
.l-header button,
.l-header select,
.l-header textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.l-header textarea {
  resize: vertical;
}
.l-header input[type=checkbox],
.l-header input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.l-header input[type=submit],
.l-header input[type=button],
.l-header label,
.l-header button,
.l-header select {
  cursor: pointer;
}
.l-header select::-ms-expand {
  display: none;
}/*# sourceMappingURL=reset.css.map */
/*============================================

  HEADER

============================================*/
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateY(-50vh);
  transition: transform 0.4s ease;
  z-index: 100;
}
.l-header.active {
  transform: translateY(0);
}
.l-header.--page {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.l-header .l-header__inner {
  width: 96%;
  max-width: 1800px;
  margin: 0 auto;
}
.l-header a {
  display: block;
}
@media (max-width: 991px) {
  .l-header.active {
    transform: translateY(0);
  }
}

.l-header_top {
  display: none;
}
@media (max-width: 991px) {
  .l-header_top {
    display: block;
    background: #fff;
  }
  .l-header_top .l-header_top__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;     /* 1rem */
    padding-bottom: 10px;  /* 1rem */
  }
  .l-header_top .l-header_top__logo {
    width: 100%;
    max-width: 205px;
  }
  .l-header_top .l-header_top__hbm {
    width: 30px;
    height: 25px;
    padding: 0;
    position: relative;
  }
  .l-header_top .l-header_top__hbm span {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #333333;
  }
  .l-header_top .l-header_top__hbm span::before, .l-header_top .l-header_top__hbm span::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #333333;
    position: absolute;
    left: 0;
    transform: rotate(0);
    transform-origin: center;
    transition: transform 0.4s;
  }
  .l-header_top .l-header_top__hbm span::before {
    top: 0;
  }
  .l-header_top .l-header_top__hbm span::after {
    bottom: 0;
  }
  .l-header_top .l-header_top__hbm.active span {
    background: transparent;
  }
  .l-header_top .l-header_top__hbm.active span::before, .l-header_top .l-header_top__hbm.active span::after {
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .l-header_top .l-header_top__hbm.active span::after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .l-header_top {
    overflow-y: hidden;
  }
  .l-header_top .l-header_top__logo {
    width: 50%;
    max-width: 150px;
  }
}

.l-header_bottom {
  background: #333333 !important;
}
.l-header_bottom .l-header_bottom__nav {
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header_bottom .l-header_bottom__nav-logo {
  width: 15%;
  max-width: 170px;
  margin-top: -0.5em;
}
.l-header_bottom .l-header_bottom__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 80%;
}
.l-header_bottom .l-header_bottom__nav-item {
  cursor: pointer;
}
.l-header_bottom .l-header_bottom__nav-item a,
.l-header_bottom .l-header_bottom__nav-item .l-header_bottom__nav-list_mega-anc {
  padding: 1.5em 1.5em;
  line-height: 1.2em;
  background: transparent;
  position: relative;
  white-space: nowrap;
  display: flex;
  font-size: 14px; /* 1.4rem */
  align-items: center;
  min-height: 4.8em;
  color: #fff;
  z-index: 50;
  text-decoration: none;
}
.l-header_bottom .l-header_bottom__nav-item a:hover,
.l-header_bottom .l-header_bottom__nav-item .l-header_bottom__nav-list_mega-anc:hover {
  background: rgba(255, 255, 255, 0.8549019608);
  color: #333333;
}
.l-header_bottom .l-header_bottom__nav-item a::before,
.l-header_bottom .l-header_bottom__nav-item .l-header_bottom__nav-list_mega-anc::before {
  content: "";
  width: 1px;
  height: 1em;
  background: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-header_bottom .l-header_bottom__nav-item img {
  width: 15%;
  max-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.2em;
}
.l-header_bottom .l-header_bottom__nav-item img.--line {
  height: 1em;
  transform: scale(1.6);
  margin-right: 0.6em;
  padding-left: 0.3em;
}
.l-header_bottom .l-header_bottom__nav-item:last-child a::after {
  content: "";
  width: 1px;
  height: 1em;
  background: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.l-header_bottom .l-header_bottom__nav-list_mega {
  display: none;
  position: absolute;
  top: 100%;
  width: 16em;
}
@media (max-width: 991px) {
  .l-header_bottom .l-header_bottom__nav-list_mega {
    position: inherit;
    top: inherit;
  }
}
.l-header_bottom .l-header_bottom__nav-list_mega-item {
  background: #118E4C;
  border: 1px solid #707070;
  padding: 0.5em;
  margin: 0 0 -1px;
  color: #fff;
}
.l-header_bottom .l-header_bottom__nav-list_mega-item:hover {
  color: #000;
}
.l-header_bottom .l-header_bottom__nav-list_mega-item a {
  display: block;
}
.l-header_bottom .l-header_bottom__nav-list_mega-item .l-header_bottom__nav-list_mega-anc {
  letter-spacing: 0.05em;
  font-size: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  min-height: inherit;
}
.l-header_bottom .l-header_bottom__sns {
  display: flex;
  justify-content: flex-end;
  width: 8%;
  gap: 16px; /* 1.6rem */
}
@media (max-width: 1649px) {
  .l-header_bottom .l-header_bottom__nav-logo {
    width: 10%;
  }
  .l-header_bottom .l-header_bottom__nav-item a,
  .l-header_bottom .l-header_bottom__nav-item .l-header_bottom__nav-list_mega-anc {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 14px; /* 1.4rem */
  }
}
@media (max-width: 991px) {
  .l-header_bottom {
    width: 100%;
    transform: translateX(100vw);
    transition: transform 0.4s ease;
    position: absolute;
    left: 0;
    padding-bottom: 100%;
    overflow: scroll;
    height: 90vh;
    padding-bottom: 120px; /* 12rem */
  }
  .l-header_bottom.active {
    transform: translateX(0);
  }
  .l-header_bottom .l-header_bottom__nav {
    flex-direction: column;
  }
  .l-header_bottom .l-header_bottom__nav-logo {
    display: none;
  }
  .l-header_bottom .l-header_bottom__nav-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .l-header_bottom .l-header_bottom__nav-item a,
  .l-header_bottom .l-header_bottom__nav-item .l-header_bottom__nav-list_mega-anc {
    padding: 1em;
  }
  .l-header_bottom .l-header_bottom__nav-item a:hover,
  .l-header_bottom .l-header_bottom__nav-item .l-header_bottom__nav-list_mega-anc:hover {
    background: transparent;
    color: #fff;
  }
  .l-header_bottom .l-header_bottom__nav-item a::before,
  .l-header_bottom .l-header_bottom__nav-item .l-header_bottom__nav-list_mega-anc::before {
    display: none;
  }
  .l-header_bottom .l-header_bottom__nav-item:last-child a::after {
    display: none;
  }
  .l-header_bottom .l-header_bottom__sns {
    display: flex;
    align-items: center;
    gap: 25px; /* 2.5rem */
    justify-content: center;
  }
  .l-header_bottom .l-header_bottom__sns-item a {
    border-radius: 50%;
    background: #fff;
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .l-header_bottom .l-header_bottom__nav-item a,
  .l-header_bottom .l-header_bottom__nav-item .l-header_bottom__nav-list_mega-anc {
    font-size: 18px; /* 1.8rem */
  }
}

.l-header_top .l-header_top__logo img,
.l-header_bottom  img{
  max-width: 100%;
}

#pagePath,
.home #main {
  padding-top: 100px;
}
@media (max-width: 767px) {
  #pagePath,
  #main {
    padding-top: 60px;
  }
  .l-header_bottom .l-header_bottom__nav-list {
      width: 100%;
  }
  .l-header_bottom .l-header_bottom__nav-list_mega {
      width: 19em;
  }
}

/****************************************************/
/*Btn*/
/****************************************************/
.back_btn.ver_gray {
  padding-top: 60px;
  padding-bottom: 66px;
}
.back_btn.ver_gray.ver_pagetop {
  padding-top: 20px;
  padding-bottom: 40px;
}

.back_btn.ver_gray a {
    display: block;
    margin: auto;
    background-color: #F5F5F5;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    border-radius: 100px;
    max-width: 285px;
    color: #000000;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
}

.back_btn.ver_gray a:hover {
  color: #fff;
  background-color: #333;
}


@media (max-width: 767px) {
    #pagePath, #main.ver_single {
        padding-top: 30px;
    }
    .back_btn.ver_gray.ver_pagetop {
      padding-top: 70px;
      padding-bottom: 0;
    }
    .back_btn.ver_gray a {
        font-size: 13px;
    }
}
