@charset "UTF-8";
/* ==========================================================================
   variables
========================================================================== */
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* ==========================================================================
  header
========================================================================== */
header {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 999;
}
header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1157px;
  margin: 0 auto;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  header .header-wrap {
    padding: 7px 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    padding: 12px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  header .header-wrap {
    max-width: 89vw;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .header-logo {
    flex: 0 0 164px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .header-logo {
    width: 142px;
    padding-left: 20px;
  }
}
header .header-wrap .box {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .box {
    display: none;
  }
}
header .header-wrap .box .life-logo {
  width: 150px;
}
header .header-wrap .box .txt {
  font-family: var(--font-serif);
  line-height: 1.3;
  text-align: center;
  font-size: 1.2rem;
}
header .header-wrap .humberger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger {
    width: 45px;
    height: 45px;
  }
}
header .header-wrap .humberger .icon {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon:hover {
    background-color: #d9d9d9;
  }
}
header .header-wrap .humberger .icon span {
  position: absolute;
  background-color: #000;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon span {
    width: 17px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon span {
    width: 17px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon span:first-child {
    top: 33%;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon span:first-child {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon span:nth-child(2n) {
    top: 48%;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon span:nth-child(2n) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon span:last-child {
    bottom: 33%;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon span:last-child {
    bottom: 15px;
  }
}
header .header-wrap .humberger .icon.open span:first-child {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon.open span:first-child {
    top: 21px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon.open span:first-child {
    top: 48%;
  }
}
header .header-wrap .humberger .icon.open span:nth-child(2n) {
  display: none;
}
header .header-wrap .humberger .icon.open span:last-child {
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .icon.open span:last-child {
    bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .icon.open span:last-child {
    bottom: 48%;
  }
}
header .header-wrap .humberger .menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  background-color: #fff;
  width: 100%;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu {
    top: 43px;
    padding: 30px 85px;
    max-width: 500px;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu {
    overflow-y: auto;
    height: 100svh;
    top: 43px;
    padding: 68px 42px 60px;
  }
}
header .header-wrap .humberger .menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  height: 100vh;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box + .menu-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box + .menu-box {
    margin-top: 43px;
  }
}
header .header-wrap .humberger .menu .menu-box .title {
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .title {
    font-size: 20px;
  }
}
header .header-wrap .humberger .menu .menu-box .box-txt {
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .box-txt {
    font-size: 1.6rem;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .box-txt {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .list {
    margin-top: 10px;
  }
}
header .header-wrap .humberger .menu .menu-box .list .item a {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .list .item a {
    font-size: 1.6rem;
    padding: 15px 10px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .list .item a {
    font-size: 16px;
    padding: 20px 10px 20px 0;
  }
}
header .header-wrap .humberger .menu .menu-box .list .item a:hover {
  color: #676767;
}
header .header-wrap .humberger .menu .menu-box .list .item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../img/cmn/cmn-arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  header .header-wrap .humberger .menu .menu-box .list .item a::after {
    width: 6px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .header-wrap .humberger .menu .menu-box .list .item a::after {
    width: 6px;
    height: 12px;
  }
}

/* ==========================================================================
  footer
========================================================================== */
footer .footer-wrap {
  background-color: #e7e7e7;
}
@media screen and (min-width: 768px) {
  footer .footer-wrap {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap {
    padding: 40px 20px 60px;
  }
}
footer .footer-wrap .content {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box + .box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content .box dl {
    display: flex;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
footer .footer-wrap .content .box dl dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content .box dl dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box dl dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box dl dd {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content .box dl dd .list .item + .item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box dl dd .list .item + .item {
    margin-top: 20px;
  }
}
footer .footer-wrap .content .box dl dd .list .item a {
  text-decoration: underline;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  footer .footer-wrap .content .box dl dd .list .item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .content .box dl dd .list .item a {
    font-size: 16px;
  }
}
footer .footer-wrap .content .box dl dd .list .item a .item-mg {
  display: block;
  margin-top: 15px;
}
footer .copyright {
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    font-size: 1.2rem;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    line-height: 1.83;
    padding: 13px 0;
    font-size: 12px;
  }
}

/* ==========================================================================
   main
========================================================================== */
.l-main {
  margin-top: var(--header-height-pc);
}

/* ==========================================================================
   layout
========================================================================== */
/*# sourceMappingURL=maps/common_layout.css.map */