@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #151515;
  outline: none;
  position: relative;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

a img,
a svg {
  text-decoration: none;
  transition: all 0.3s;
  color: #151515;
  outline: none;
}

div {
  outline: none;
  word-break: break-word;
}

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

svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

div, li, header, footer, dt, dd, section {
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.pc-view {
  display: none !important;
}

.sp-view {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block !important;
  }
  .sp-view {
    display: none !important;
  }
}
/*-- Base --*/
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: -webkit-fill-available;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #151515;
  background: #FFF;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  width: 100%;
  word-wrap: break-word;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
}
body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  a[href*="tel:"] {
    text-decoration: none;
  }
}
/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

strong {
  font-weight: bold;
}

section, article {
  position: relative;
}

.nolink {
  pointer-events: none;
}
.nolink:hover {
  opacity: 1;
}

[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

.svg-box {
  width: 0;
  height: 0;
}

/* 細かいパーツ-------------------------------------------*/
#page {
  position: relative;
  padding-top: 62px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #page {
    padding-top: 80px;
  }
}
.flex-wrapper {
  display: flex;
}

.box-inner {
  padding: 0 10px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .box-inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1340px;
  }
  .pc-flex {
    display: flex;
  }
}
.font-en {
  font-family: "Unbounded", sans-serif;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.font-s {
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .font-s {
    font-size: 12px;
  }
}
.noinfo {
  font-size: 16px;
  font-weight: 500px;
  color: #554d4d;
  text-align: center;
  padding: 67px 0 31px;
}
@media screen and (min-width: 769px) {
  .noinfo {
    padding-bottom: 43px;
  }
}

/* ヘッダー-------------------------------------------*/
.page-hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 62px;
  z-index: 10;
  transition: background-color 0.4s ease, color 0.4s ease;
}
@media (min-width: 769px) {
  .page-hd {
    height: 80px;
  }
}
.page-hd .hd-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  transform: translateY(-15px);
  opacity: 0;
  transition: 1.5s;
}
@media (min-width: 769px) {
  .page-hd .hd-inner {
    padding: 27px 32px 0;
  }
}
.page-hd .hd-inner.is-visible {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .top-logo {
    margin-right: auto;
    width: min(19.1800878477vw, 262px);
  }
}
.page-hd .hd-inner .btn-menu {
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #fff;
}
@media (min-width: 769px) {
  .page-hd .hd-inner .btn-menu {
    width: 32px;
  }
  .page-hd .hd-inner .btn-menu:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .page-hd .pc-nav {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-hd .pc-nav {
    display: flex;
    align-items: center;
  }
}
.page-hd .pc-nav .nav01 {
  display: flex;
  align-items: center;
  gap: min(1.756954612vw, 24px);
  font-size: min(1.0248901903vw, 14px);
  margin-right: min(2.3426061493vw, 32px);
}
.page-hd .pc-nav .nav01 li a {
  position: relative;
}
.page-hd .pc-nav .nav01 li a::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #151515;
  transition: 0.3s;
  opacity: 0;
}
.page-hd .pc-nav .nav01 li a:hover {
  opacity: 1;
}
.page-hd .pc-nav .nav01 li a:hover::before {
  opacity: 1;
}
.page-hd .pc-nav .dl-btns {
  display: flex;
  gap: min(0.9516837482vw, 13px);
  margin-right: min(0.878477306vw, 12px);
}
.page-hd .pc-nav .dl-btns a {
  border-radius: 4px;
  display: block;
  padding: 5px 0 7px;
  width: calc(50% - 8px);
  text-align: center;
  font-size: min(0.9516837482vw, 13px);
  width: min(9.8828696925vw, 135px);
}
@media (min-width: 769px) {
  .page-hd .pc-nav .dl-btns a:hover {
    opacity: 1;
  }
}
.page-hd .pc-nav .dl-btns .dl-btn02 {
  color: #eaeaea;
  border: 1px solid #fff;
  background: #151515;
}
@media (min-width: 769px) {
  .page-hd .pc-nav .dl-btns .dl-btn02:hover {
    background: #e6e6e6;
    color: #151515;
  }
}
.page-hd .pc-nav .dl-btns .dl-btn01 {
  background: #fff;
  color: #151515;
  border: 1px solid #151515;
}
@media (min-width: 769px) {
  .page-hd .pc-nav .dl-btns .dl-btn01:hover {
    background: #151515;
    color: #fff;
  }
}
.page-hd .subnav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.page-hd .subnav.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .page-hd .subnav {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-hd .subnav {
    background: #fff;
    width: 100%;
    height: 410px;
    position: fixed;
    left: 0;
    top: 80px;
    border-top: 1px solid #E2E2E2;
    z-index: 9;
  }
}
.page-hd .subnav .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.page-hd .subnav .inner .mds-s {
  margin-bottom: 24px;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #151515;
}
.page-hd .subnav .inner .service-list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.page-hd .subnav .inner .service-list li {
  width: calc(50% - 12px);
  max-width: 272px;
  background: #ececec;
}
.page-hd .subnav .inner .service-list li a {
  display: block;
  padding: 16px;
}
.page-hd .subnav .inner .service-list li a .img-box {
  margin-bottom: 12px;
  overflow: hidden;
}
.page-hd .subnav .inner .service-list li a .img-box img {
  transition: 0.3s;
}
.page-hd .subnav .inner .service-list li a .txt-box {
  font-size: 14px;
}
.page-hd .subnav .inner .service-list li a .txt-box .ttl01 {
  font-weight: 500;
  margin-bottom: 12px;
}
.page-hd .subnav .inner .service-list li a .txt-box .detail {
  line-height: 1.4;
  max-width: 170px;
}
.page-hd .subnav .inner .service-list li a .txt-box .detail .icon-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: #151515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-hd .subnav .inner .service-list li a .txt-box .detail .icon-arrow .icon-arrow-w {
  transform: 0.3s;
  width: 5px;
  height: 8px;
}
@media (min-width: 769px) {
  .page-hd .subnav .inner .service-list li a:hover {
    opacity: 1;
  }
  .page-hd .subnav .inner .service-list li a:hover .img-box img {
    transform: scale(1.05);
  }
  .page-hd .subnav .inner .service-list li a:hover .txt-box .detail .icon-arrow .icon-arrow-w {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
  }
}

/* グローバルナビ-------------------------------------------*/
#gnav {
  background: #1e2027;
  border-radius: 4px 0 0 4px;
  position: fixed;
  top: 0;
  right: 0;
  width: 97%;
  height: 100dvh;
  z-index: 11;
  overflow: auto;
}
@media (min-width: 769px) {
  #gnav {
    max-width: 427px;
    margin-left: auto;
    margin-right: 0;
  }
}
#gnav a {
  color: #cecece;
  font-size: 14px;
}
#gnav .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 769px) {
  #gnav .btn-close {
    top: 30px;
    right: 43px;
  }
}
#gnav .gnav-inner {
  padding: 50px 18px 80px 24px;
}
@media (min-width: 769px) {
  #gnav .gnav-inner {
    width: 322px;
    padding: 64px 0;
    margin: 0 auto;
  }
}
#gnav .gnav-inner .g-nav {
  border-top: 1px solid #323639;
  padding: 11px 0;
  margin-bottom: 0;
}
#gnav .gnav-inner .flex-wrapper {
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 20px;
}
#gnav .gnav-inner .flex-wrapper .g-childnav {
  width: calc(50% - 12px);
}
#gnav .gnav-inner .flex-wrapper .g-childnav:nth-child(1) {
  width: 49%;
}
@media (min-width: 769px) {
  #gnav .gnav-inner .flex-wrapper .g-childnav:nth-child(1) {
    width: 51%;
  }
}
#gnav .gnav-inner .flex-wrapper .g-childnav:nth-child(2) {
  width: 43%;
}
@media (min-width: 769px) {
  #gnav .gnav-inner .flex-wrapper .g-childnav:nth-child(2) {
    width: 41%;
  }
}
#gnav .gnav-inner .dl-btns {
  display: flex;
  gap: 13px;
  border-top: 1px solid #323639;
  padding-top: 24px;
  margin-top: 12px;
}
#gnav .gnav-inner .dl-btns a {
  border-radius: 4px;
  display: block;
  padding: 7px 0 9px;
  width: calc(50% - 8px);
  text-align: center;
  font-size: 13px;
}
#gnav .gnav-inner .dl-btns .dl-btn01 {
  color: #eaeaea;
  border: 1px solid #fff;
}
#gnav .gnav-inner .dl-btns .dl-btn02 {
  background: #fff;
  color: #151515;
}

.gnav-bg {
  background: rgba(26, 28, 34, 0.5);
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
}
.gnav-bg.bg1 {
  z-index: 10;
}

#gnav,
.gnav-bg {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#gnav.is-visible,
.gnav-bg.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* テロップ-------------------------------------------*/
#telop {
  margin-bottom: 16px;
  flex-shrink: 0;
}
#telop .box-inner {
  max-width: initial;
}
@media (min-width: 769px) {
  #telop .box-inner {
    padding: 0 32px;
  }
}
#telop .box-inner .news-box {
  background: #ececec;
  padding: 16px;
  border-radius: 4px;
}
@media (min-width: 769px) {
  #telop .box-inner .news-box {
    display: flex;
    align-items: center;
    gap: 16px;
    border-radius: 12px;
    padding: 17px 32px;
  }
}
#telop .box-inner .news-box .news-mds .icon-news {
  font-family: "Unbounded", sans-serif;
  font-size: 10px;
  color: #fff;
  background: #151515;
  padding: 1px 4px;
  font-weight: 300;
}
@media (min-width: 769px) {
  #telop .box-inner .news-box .news-mds .icon-news {
    font-size: 11px;
    margin-right: 13px;
  }
}
#telop .box-inner .news-box .news-mds .date {
  font-family: "Unbounded", sans-serif;
  font-size: 10px;
  font-weight: 300;
}
@media (min-width: 769px) {
  #telop .box-inner .news-box .news-mds .date {
    font-size: 13px;
  }
}
#telop .box-inner .news-box .news-detail {
  font-size: 12px;
}
@media (min-width: 769px) {
  #telop .box-inner .news-box .news-detail {
    font-size: 13px;
  }
}

/* フッター-------------------------------------------*/
.g-nav {
  margin-bottom: 15px;
  position: relative;
}
@media (min-width: 769px) {
  .g-nav {
    margin-bottom: 16px;
  }
}
.g-nav a {
  position: relative;
  padding-left: 14px;
}
.g-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cecece;
}

.g-childnav li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}
.g-childnav li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 11px;
  height: 1px;
  background: #cecece;
}
.g-childnav li a {
  font-size: 14px;
}

.page-ft {
  background: #1a1c22 url(../images/common/ft_bg_sp.jpg) no-repeat;
  background-size: contain;
  color: #cecece;
  padding-top: 56px;
}
@media (min-width: 769px) {
  .page-ft {
    background-image: url(../images/common/ft_bg_pc.jpg);
  }
}
.page-ft a {
  color: #cecece;
}
@media (min-width: 769px) {
  .page-ft .box-inner {
    max-width: 1584px;
    padding: 0 32px;
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-toplist {
    display: flex;
    gap: 32px;
  }
}
.page-ft .box-inner .ft-toplist > li {
  background: #fff;
  color: #151515;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-toplist > li {
    width: calc(50% - 16px);
    margin-bottom: 0;
  }
  .page-ft .box-inner .ft-toplist > li:nth-child(1) a:hover {
    background: #d8bcf7;
  }
  .page-ft .box-inner .ft-toplist > li:nth-child(2) a:hover {
    background: #B0B4E8;
  }
}
.page-ft .box-inner .ft-toplist > li a {
  color: #151515;
  padding: 24px;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-toplist > li a {
    padding: 64px min(4.6852122987vw, 64px) 70px;
  }
  .page-ft .box-inner .ft-toplist > li a:hover {
    opacity: 1;
  }
  .page-ft .box-inner .ft-toplist > li a:hover .icon-arrow {
    background: #e6e6e6 !important;
  }
  .page-ft .box-inner .ft-toplist > li a:hover .icon-arrow .icon-arrow-w {
    animation-name: hoverArrow;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    filter: invert(100%);
  }
}
.page-ft .box-inner .ft-toplist > li a .contents-ttl .txt-jp {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-toplist > li a .contents-ttl .txt-jp {
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 12px;
  }
}
.page-ft .box-inner .ft-toplist > li a .contents-ttl .txt-jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #151515;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-toplist > li a .contents-ttl .txt-jp::before {
    width: 9px;
    height: 9px;
  }
}
.page-ft .box-inner .ft-toplist > li a .contents-ttl .txt-en {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-toplist > li a .contents-ttl .txt-en {
    font-size: 32px;
  }
}
.page-ft .box-inner .ft-toplist > li a .detail {
  font-size: 13px;
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-toplist > li a .detail {
    margin-top: 45px;
  }
}
.page-ft .box-inner .ft-toplist > li a .detail .inner {
  flex: 1;
}
.page-ft .box-inner .ft-toplist > li a .detail .icon-arrow {
  margin-left: auto;
  margin-right: 0;
  width: 24px;
  height: 24px;
  background: #151515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-toplist > li a .detail .icon-arrow {
    width: 36px;
    height: 36px;
    margin-bottom: -10px;
  }
}
.page-ft .box-inner .ft-toplist > li a .detail .icon-arrow .icon-arrow-w {
  width: 5px;
  height: 6px;
  transform: 0.3s;
}
@media (min-width: 769px) {
  .page-ft .box-inner .ft-toplist > li a .detail .icon-arrow .icon-arrow-w {
    width: 6px;
    height: 10px;
  }
}
.page-ft .box-inner .link-home {
  margin-top: 62px;
  font-family: "Unbounded", sans-serif;
  font-size: 11px;
  font-weight: 300;
}
@media (min-width: 769px) {
  .page-ft .box-inner .link-home {
    margin-top: 50px;
  }
}
.page-ft .box-inner .btm-box-wrapper {
  margin-top: 32px;
  padding: 32px 24px;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  display: flex;
}
@media (max-width: 768px) {
  .page-ft .box-inner .btm-box-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .btm-box-wrapper {
    padding: 56px min(4.39238653vw, 60px) 44px;
    flex-direction: column;
  }
}
@media (min-width: 1100px) {
  .page-ft .box-inner .btm-box-wrapper {
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
    gap: 0 80px;
  }
}
@media (max-width: 768px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box01 {
    order: 3;
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box01 {
    width: 300px;
    margin-right: min(5.8565153734vw, 80px);
    margin-top: 0;
  }
}
@media (max-width: 1100px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box01 {
    order: 1;
    margin-top: 50px;
  }
}
.page-ft .box-inner .btm-box-wrapper .btm-box01 .logo {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box01 .logo {
    margin-bottom: 0;
  }
}
.page-ft .box-inner .btm-box-wrapper .btm-box01 .logo img {
  width: 195px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box01 .logo img {
    width: 100%;
    margin-bottom: 48px;
  }
}
.page-ft .box-inner .btm-box-wrapper .btm-box01 .address {
  font-size: 13px;
  line-height: 2;
}
@media (max-width: 768px) {
  .page-ft .box-inner .btm-box-wrapper .btm-inner {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .btm-box-wrapper .btm-inner {
    display: flex;
  }
}
.page-ft .box-inner .btm-box-wrapper .btm-box02 {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box02 {
    margin-bottom: 0;
    width: 360px;
    margin-right: min(4.39238653vw, 60px);
  }
}
@media (min-width: 1100px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box02 {
    width: 300px;
    margin-right: min(5.8565153734vw, 80px);
  }
}
.page-ft .box-inner .btm-box-wrapper .btm-box02 .g-nav {
  width: 100%;
}
.page-ft .box-inner .btm-box-wrapper .btm-box02 .g-childnav {
  width: 50%;
}
@media (min-width: 769px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box02 .g-childnav {
    min-width: 180px;
    width: auto;
  }
}
@media (min-width: 1100px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box02 .g-childnav {
    min-width: 110px;
    padding-right: 10px;
  }
}
@media (min-width: 769px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box03 {
    margin-right: min(9.5168374817vw, 130px);
  }
}
@media (min-width: 1100px) {
  .page-ft .box-inner .btm-box-wrapper .btm-box03 {
    margin-right: min(5.8565153734vw, 80px);
    margin-left: -20px;
  }
}
.page-ft .box-inner .copyright-wrapper {
  padding-bottom: 15px;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 769px) {
  .page-ft .box-inner .copyright-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    margin-top: 26px;
    padding-bottom: 52px;
    text-align: right;
  }
}
.page-ft .box-inner .copyright-wrapper p {
  font-size: 11px;
  margin-bottom: 14px;
}
@media (min-width: 769px) {
  .page-ft .box-inner .copyright-wrapper p {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.page-ft .box-inner .copyright-wrapper .copyright {
  font-size: 11px;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
}

@keyframes hoverArrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* 反転時 */
body.is-invert .page-hd .subnav .inner .mds-s,
body.is-invert .page-hd .subnav .inner .service-list li a {
  color: #151515;
}
/*# sourceMappingURL=_map/common.css.map */
