@charset "UTF-8";
* {
  box-sizing: border-box;
  outline: none;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word;
}

body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  position: relative;
  background: none;
  letter-spacing: 0.16em;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center top -10px;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  z-index: -10;
}
@media (max-width: 690px) {
  body::before {
    background-size: contain;
  }
}
@media (max-width: 1480px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  body {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 520px) {
  body {
    font-size: 3.2vw;
  }
}

h1, h2, h3, .ttl {
  margin: 0;
  font-weight: bold;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  max-width: 100%;
}

/* wp -------------------------------------------------------*/
p {
  margin: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*=wp-image-],
img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.post, .page {
  margin: 0;
}

/*--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=8);
  transition: 0.3s ease-in-out;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

@media (max-width: 690px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media (max-width: 840px) {
  .is-tab {
    display: block;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 690px) {
  .is-sp {
    display: block;
  }
}

.tx-ind {
  text-indent: 1em;
  margin-bottom: 1em;
  line-height: 2;
}

._min {
  font-size: 0.9em;
}

.cnt {
  text-align: center;
}

.rgt {
  text-align: right;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.nbsp {
  display: inline-block;
  width: 0.5rem;
}

.content {
  max-width: 100%;
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1380px) {
  .content {
    width: 1200px;
    padding: 0 30px;
  }
}
@media (max-width: 840px) {
  .content {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .content {
    padding: 0 10px;
  }
}

#head_wrap {
  top: -100px;
  position: fixed;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}
@media (max-width: 690px) {
  #head_wrap {
    height: auto;
    top: auto;
    margin: auto;
  }
}
#head_wrap .header_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.2) 43%, rgba(255, 255, 255, 0.6) 80%);
  display: flex;
  justify-content: space-between;
  height: 100px;
}
@media (max-width: 1180px) {
  #head_wrap .header_inner {
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.2) 43%, rgba(255, 255, 255, 0.6) 80%);
  }
}
@media (max-width: 840px) {
  #head_wrap .header_inner {
    height: 88px;
  }
}
@media (max-width: 690px) {
  #head_wrap .header_inner {
    height: 62px;
  }
}
@media (orientation: landscape) and (max-width: 930px) {
  #head_wrap .header_inner {
    height: 62px;
  }
}
#head_wrap .header_inner .site-title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 1380px) {
  #head_wrap .header_inner .site-title {
    padding: 0 15px;
  }
}
@media (max-width: 690px) {
  #head_wrap .header_inner .site-title {
    padding: 0 10px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 520px) {
  #head_wrap .header_inner .site-title {
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 60px);
  }
}
#head_wrap .header_inner .site-title img {
  max-height: 54px;
  max-width: 100%;
}
@media (max-width: 1380px) {
  #head_wrap .header_inner .site-title img {
    max-height: 50px;
  }
}
@media (max-width: 690px) {
  #head_wrap .header_inner .site-title img {
    max-height: 38px;
  }
}
@media (orientation: landscape) and (max-width: 930px) {
  #head_wrap .header_inner .site-title img {
    max-height: 38px;
  }
}
#head_wrap .header_inner .site-title span {
  display: inline-block;
  transform: translate(18px, 9px);
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: normal;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
@media (max-width: 690px) {
  #head_wrap .header_inner .site-title span {
    font-size: 0.6rem;
    transform: translate(5px, 8px);
  }
}
@media (max-width: 520px) {
  #head_wrap .header_inner .site-title span {
    transform: none;
    position: absolute;
    bottom: 5px;
    right: 1em;
  }
}
#head_wrap .header_inner .site-description {
  margin: 0;
}

.l-nav {
  display: flex;
}

#global-nav ul {
  list-style: none;
  display: inline-flex;
  height: 100%;
}
@media (max-width: 1180px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}
@media (orientation: landscape) and (max-width: 930px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}
#global-nav ul li {
  height: 100%;
}
#global-nav ul li a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  font-weight: 500;
  padding: 1em 1.5em;
  height: 100%;
}
#global-nav ul li a.btn {
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  width: 200px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2rem;
}
@media (max-width: 1380px) {
  #global-nav ul li a.btn {
    width: 160px;
  }
}
@media (max-width: 840px) {
  #global-nav ul li a.btn {
    width: 100%;
  }
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  transition: top 0.65s ease-out;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 840px) {
  #head_wrap.fixed {
    padding-top: 0;
  }
}
#head_wrap.fixed .header_inner {
  background-color: #fff;
  box-shadow: 0 3px 0.75em rgba(0, 0, 0, 0.1);
  height: 72px;
}
@media (max-width: 690px) {
  #head_wrap.fixed .header_inner {
    height: 62px;
  }
}
@media (orientation: landscape) and (max-width: 930px) {
  #head_wrap.fixed .header_inner {
    height: 62px;
  }
}
#head_wrap.fixed .header_inner .site-title img {
  max-height: 46px;
}
@media (max-width: 690px) {
  #head_wrap.fixed .header_inner .site-title img {
    max-height: 38px;
  }
}
@media (orientation: landscape) and (max-width: 930px) {
  #head_wrap.fixed .header_inner .site-title img {
    max-height: 38px;
  }
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3em;
  width: 40px;
  height: 30px;
  cursor: pointer;
  z-index: 101;
}
#nav-toggle div {
  position: relative;
}
@media (max-width: 520px) {
  #nav-toggle {
    right: 10px;
  }
}

@media (max-width: 1180px) {
  #head_wrap {
    /* Fixed reset */
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -100px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    transition: 0.5s ease-in-out;
  }
  /* #nav-toggle 切り替えアニメーション */
  /* #global-nav スライドアニメーション */
}
@media (max-width: 1180px) and (max-width: 1180px) {
  #global-nav {
    top: 88px;
    left: auto;
    right: -300px;
    width: 300px;
  }
}
@media (max-width: 1180px) and (max-width: 520px) {
  #global-nav {
    top: 62px;
  }
}
@media (max-width: 1180px) and (orientation: landscape) and (max-width: 930px) {
  #global-nav {
    top: 62px;
    left: auto;
    right: -300px;
    width: 300px;
  }
}
@media (max-width: 1180px) {
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
    margin: 0;
    box-shadow: -2px 3px 6px rgba(0, 0, 0, 0.2);
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 2rem 1rem;
  }
}
@media (max-width: 1180px) and (max-width: 840px) {
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    padding: 1rem;
  }
}
@media (max-width: 1180px) and (orientation: landscape) and (max-width: 930px) {
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    padding: 1rem;
  }
}
@media (max-width: 1180px) {
  #nav-toggle {
    display: block;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #666;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 15px;
  }
  #nav-toggle span:nth-child(3) {
    top: 30px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-315deg);
  }
  .open #global-nav {
    transform: translateY(180px);
  }
}
@media (max-width: 1180px) and (max-width: 1180px) {
  .open #global-nav {
    transform: translateX(-300px);
  }
}
@media (max-width: 1180px) and (orientation: landscape) and (max-width: 930px) {
  .open #global-nav {
    transform: translateX(-300px);
  }
}
#head_wrap {
  /* Fixed reset */
}
@media (max-width: 1180px) {
  #head_wrap.fixed #global-nav {
    top: 72px;
  }
}
.l-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 960px) {
  .l-row {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.l-row .l-col {
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .l-row .l-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 690px) {
  .l-row .l-col {
    width: 100%;
  }
}
.l-row._3c .l-col {
  width: 33.3333333333%;
}
@media (max-width: 690px) {
  .l-row._3c .l-col {
    width: 100%;
  }
}
.l-row._4c .l-col {
  width: 25%;
}
@media (max-width: 840px) {
  .l-row._4c .l-col {
    width: 50%;
  }
}
@media (max-width: 690px) {
  .l-row._4c .l-col {
    width: 100%;
  }
}
.l-row._5c {
  margin-left: -20px;
  margin-right: -20px;
}
.l-row._5c .l-col {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 960px) {
  .l-row._5c .l-col {
    width: 33.3333333333%;
  }
}
@media (max-width: 690px) {
  .l-row._5c .l-col {
    width: 100%;
  }
}

.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1000px;
  max-width: 80%;
  height: auto;
  overflow: hidden;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
@media (max-width: 520px) {
  .md-contents {
    max-width: 96%;
    max-height: 85%;
    overflow-y: scroll;
  }
}
.md-contents .md-inner {
  padding: 60px;
  background: #fff;
  height: auto;
  text-align: left;
}
@media (max-width: 520px) {
  .md-contents .md-inner {
    padding: 30px;
  }
}
@media (max-width: 840px) {
  .md-contents .md-inner .ttl {
    font-size: 22px;
    line-height: 1.2;
    padding-right: 0.5em;
  }
}
.md-contents .md-xmark {
  position: absolute;
  top: 34px;
  right: 40px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
@media (max-width: 520px) {
  .md-contents .md-xmark {
    top: 18px;
    right: 15px;
  }
}
.md-contents .md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.md-contents .md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-contents .md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}
.md-contents a {
  color: #00BBF9;
  text-decoration: underline;
}

.grad-wrap {
  padding-bottom: 2em;
  position: relative;
}

.grad-btn {
  position: absolute;
  bottom: -5em;
  right: 0;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  color: #fff;
}
@media (max-width: 520px) {
  .grad-btn {
    right: 2em;
    height: 70px;
    width: 70px;
  }
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 270px; /*隠した状態の高さ*/
  transition: 0.5s;
}
.grad-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  /* background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); */
  /* background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); */
}

/*チェックボックスは常に非表示*/
.grad-trigger {
  display: none;
}

/*チェックされていたら、文言を変更する*/
.grad-btn .disp-2 {
  display: none;
}

.grad-trigger:checked ~ .grad-btn .disp-1 {
  display: none;
}

.grad-trigger:checked ~ .grad-btn .disp-2 {
  display: block;
}

/*チェックされていたら、高さを戻す*/
.grad-trigger:checked ~ .grad-item {
  height: auto;
  visibility: visible;
}

/*チェックされていたら、grad-itemのbeforeを非表示にする*/
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

@media all and (-ms-high-contrast: none) {
  .fade-in {
    opacity: 1;
  }
}
.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.sa {
  opacity: 0;
  transition: all 1.2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-1em, 0);
}

.sa--rl {
  transform: translate(1em, 0);
}

.sa--up {
  transform: translate(0, 1em);
}
.sa--up_01, .sa--up_02, .sa--up_03, .sa--up_04 {
  transform: translate(0, 1em);
}
.sa--up_01 {
  transition-delay: 0.2;
}
.sa--up_02 {
  transition-delay: 0.4s;
}
.sa--up_03 {
  transition-delay: 0.6s;
}
.sa--up_04 {
  transition-delay: 0.8s;
}

.sa--down {
  transform: translate(0, -5em);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

.footer {
  padding: 6.3em 0 2em;
}
@media (max-width: 690px) {
  .footer {
    padding: 35px 0 30px;
  }
}
.footer .tx-copyright {
  font-size: 0.8em;
  position: relative;
}
@media (max-width: 1480px) {
  .footer .tx-copyright {
    left: 6%;
  }
}
@media (max-width: 520px) {
  .footer .tx-copyright {
    font-size: 2.6vw;
  }
}
.footer .totop {
  position: fixed;
  bottom: 5em;
  right: 3em;
  height: 2.9em;
  width: 2.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border: 2px solid;
  color: #fff;
  opacity: 0;
}
@media (max-width: 840px) {
  .footer .totop {
    right: 2em;
  }
}
@media (max-width: 840px) {
  .footer .totop {
    right: 1em;
  }
}
@media (max-width: 520px) {
  .footer .totop {
    bottom: 3em;
  }
}
.footer .totop.fixed {
  opacity: 1;
}
.footer .totop::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: solid #000;
  border-width: 2px 2px 0 0;
  transform: translateY(25%) rotate(-45deg);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer .totop:hover {
  background-color: #000;
}
.footer .totop:hover::before {
  border-color: #fff;
  transform: translateY(-25%) rotate(-45deg);
}
.footer .content {
  position: relative;
}
@media (max-width: 520px) {
  .footer .content {
    text-align: center;
  }
}
.footer .l-row {
  justify-content: space-between;
}
.footer .l-company--info {
  width: 30%;
  border-right: 1px solid #d0d0d0;
}
@media (max-width: 1480px) {
  .footer .l-company--info {
    width: 36%;
  }
}
@media (max-width: 840px) {
  .footer .l-company--info {
    width: 36%;
    border: none;
  }
}
@media (max-width: 690px) {
  .footer .l-company--info {
    width: 100%;
  }
}
.footer .l-company--info .l-col-inner {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  position: relative;
  overflow: visible;
}
@media (max-width: 1480px) {
  .footer .l-company--info .l-col-inner {
    left: 20%;
  }
}
@media (max-width: 960px) {
  .footer .l-company--info .l-col-inner {
    left: 10%;
  }
}
@media (max-width: 690px) {
  .footer .l-company--info .l-col-inner {
    left: auto;
    width: 100%;
    text-align: center;
  }
}
.footer .l-company--info p {
  margin-bottom: 0.25em;
  line-height: 1.4;
}
.footer .l-company--info p.cp-name {
  font-size: 1.2em;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #555;
  margin-bottom: 1em;
  white-space: nowrap;
  position: relative;
}
.footer .l-company--info p.cp-name img {
  max-height: 26px;
}
.footer .l-company--info p.cp-tel {
  font-feature-settings: "palt";
  white-space: nowrap;
}
.footer .l-company--info p.cp-tel span {
  font-size: 1.25em;
}
.footer .l-link {
  width: 40%;
  padding-top: 3em;
  position: relative;
}
@media (max-width: 960px) {
  .footer .l-link {
    width: 50%;
  }
}
@media (max-width: 840px) {
  .footer .l-link {
    width: 60%;
  }
}
@media (max-width: 690px) {
  .footer .l-link {
    width: 100%;
    padding-top: 0;
  }
}
.footer .l-link .l-col-inner {
  overflow: visible;
}
.footer .l-link .l-nav-footer {
  position: absolute;
  right: calc(30px - 0.5em);
  top: -0.5em;
}
@media (max-width: 960px) {
  .footer .l-link .l-nav-footer {
    right: calc(15px - 0.5em);
  }
}
@media (max-width: 690px) {
  .footer .l-link .l-nav-footer {
    position: relative;
    top: 0;
    right: auto;
    margin-bottom: 1em;
  }
}
.footer .l-link .l-nav-footer ul {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 690px) {
  .footer .l-link .l-nav-footer ul {
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .footer .l-link .l-nav-footer ul {
    flex-wrap: wrap;
  }
}
.footer .l-link .l-nav-footer ul li {
  margin-right: 2em;
}
@media (max-width: 840px) {
  .footer .l-link .l-nav-footer ul li {
    float: none;
  }
}
@media (max-width: 520px) {
  .footer .l-link .l-nav-footer ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1em;
    position: relative;
  }
  .footer .l-link .l-nav-footer ul li::before {
    content: "";
    width: 88%;
    height: 2.2em;
    background-color: #fafafa;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
}
.footer .l-link .l-nav-footer ul li:last-of-type {
  margin-right: 0;
}
.footer .l-link .l-nav-footer ul li a {
  display: inline-block;
  padding: 0.5em;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 840px) {
  .footer .l-link .l-nav-footer ul li a {
    font-size: 0.9em;
  }
}
.footer .l-link .l-nav-footer ul li a::before {
  content: "";
  height: 1px;
  width: 1em;
  background-color: #d0d0d0;
  position: absolute;
  left: -1em;
  top: 50%;
}
.footer .l-link .l-nav-footer ul li a::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: -1em;
  top: 50%;
  transition: all 0.2s;
}
.footer .l-link .l-nav-footer ul li a:hover::after {
  width: 1em;
}
.footer .l-company--link ._min {
  margin-top: 0.25em;
}
@media (max-width: 690px) {
  .footer .l-company--link ._min {
    text-align: center;
  }
}
.footer .l-company--link ul {
  display: flex;
  margin-top: 1em;
}
.footer .l-company--link ul li {
  width: 33%;
}
.footer .l-company--link ul li a {
  display: block;
  padding: 1em;
  text-align: center;
  position: relative;
}
.footer .l-company--link ul li a::before {
  content: "";
  height: 1.6em;
  width: 1px;
  background-color: #d0d0d0;
  position: absolute;
  left: 0em;
  top: 1em;
}
.footer .l-company--link ul li:last-child a::after {
  content: "";
  height: 1.6em;
  width: 1px;
  background-color: #d0d0d0;
  position: absolute;
  right: 0em;
  top: 1em;
}
@media (max-width: 520px) {
  .footer .l-company--link ul li:last-child a::after {
    content: none;
  }
}
@media (max-width: 520px) {
  .footer .l-company--link ul li:first-child a::before {
    content: none;
  }
}/*# sourceMappingURL=common-plus.css.map */