@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("/font/NotoSansJP-Thin.woff2") format('woff2'), url("/font/NotoSansJP-Thin.woff") format('woff'), url("/font/NotoSansJP-Thin.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/font/NotoSansJP-Light.woff2") format('woff2'), url("/font/NotoSansJP-Light.woff") format('woff'), url("/font/NotoSansJP-Light.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/font/NotoSansJP-DemiLight.woff2") format('woff2'), url("/font/NotoSansJP-DemiLight.woff") format('woff'), url("/font/NotoSansJP-DemiLight.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/font/NotoSansJP-Regular.woff2") format('woff2'), url("/font/NotoSansJP-Regular.woff") format('woff'), url("/font/NotoSansJP-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/font/NotoSansJP-Medium.woff2") format('woff2'), url("/font/NotoSansJP-Medium.woff") format('woff'), url("/font/NotoSansJP-Medium.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/font/NotoSansJP-Bold.woff2") format('woff2'), url("/font/NotoSansJP-Bold.woff") format('woff'), url("/font/NotoSansJP-Bold.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("/font/NotoSansJP-Black.woff2") format('woff2'), url("/font/NotoSansJP-Black.woff") format('woff'), url("/font/NotoSansJP-Black.otf") format('opentype');
}
/* @media screen and (max-width: 1023px) {
  .wrapper{
    padding-top: 46px;
  }
} */
button{
  background: none;
}
.icon-home-dp {
  width: 12px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  background-image: url("/images/icon/icon_home_dp.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  margin-top: -2px;
}
.breadcrumbs {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs {
    top: inherit;
  }
}
@media screen and (max-width: 1023px) {
  .breadcrumbs {
    padding-top: 0;
  }
}
.breadcrumbs-inner {
  margin: 0 auto;
  width: 1024px;
}
@media screen and (max-width: 1064px) {
  .breadcrumbs-inner {
    width: calc(100vw - 30px);
  }
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: nowrap;	
}
@media screen and (max-width: 1064px) {
  .breadcrumbs-list {
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    padding: 3px 0;
  }
}
.breadcrumbs-list >li {
  font-size: 12px;
  position: relative;
  margin-right: 10px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-list >li {
    margin-right: 5px;
  }
}
.breadcrumbs-list >li > * {
  font-size: 12px;
  color: inherit;
  display: inline-block;
  line-height: 1em;
  font-weight: 400;
}
.breadcrumbs-list >li >span {
  font-weight: 500;
  color: inherit;
}
.breadcrumbs-list >li >a {
  transition: 0.3s;
}
.breadcrumbs-list >li >a span {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.breadcrumbs-list >li >a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-list >li >a:after {
    margin-left: 5px;
    margin-bottom: 1px;
  }
}
.breadcrumbs-list >li >a:hover {
  opacity: 0.7;
}
.breadcrumbs-list >li >a:hover span {
  border-bottom: 1px solid #c9d1d9;
}
.breadcrumbs-list >li:first-child {
  border: none;
}
.breadcrumbs-list >li:first-child a:hover span {
  border: none;
}
.breadcrumbs-list li::after{
  content: none;
}
.footer-inner {
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .footer-inner {
    max-width: 100%;
    min-width: 0;
  }
}
.footer-servicelist {
  position: relative;
  background: transparent linear-gradient(180deg, #35404b 0%, #000 100%) 0% 0%;
}
.footer-servicelist > a,
.footer-servicelist p {
  color: #fff;
}
.footer-servicelist-inner {
  padding: 40px 20px;
}
@media screen and (min-width: 1024px) {
  .footer-servicelist-inner {
    max-width: 1024px;
    margin: auto;
    box-sizing: content-box;
  }
}
.footer-servicelist-logo {
  margin-bottom: 40px;
}
.footer-servicelist-logo a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-logo {
    text-align: center;
  }
}
.footer-servicelist-logo img {
  width: auto;
  height: 22px;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-logo img {
    height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-contents {
    border-top: 1px solid #c9d1d9;
  }
}
@media screen and (min-width: 1024px) {
  .footer-servicelist-contents {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .footer-servicelist-nav {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav {
    border-bottom: 1px solid #c9d1d9;
  }
}
@media screen and (min-width: 1024px) {
  .footer-servicelist-nav-head {
    color: #7a8ca0;
  }
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-head {
    color: #fff;
    padding: 15px 20px;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-head:before,
  .footer-servicelist-nav-head:after {
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-head:before {
    transform: rotate(90deg);
    transition: transform 300ms;
  }
}
.footer-servicelist-nav.ser-nav0 {
  padding: 0 0 8px;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav.ser-nav0 {
    padding: 15px 20px;
  }
}
.footer-servicelist-nav.ser-nav0 a {
  transition: 0.3s;
  color: #fff;
}
.footer-servicelist-nav.ser-nav0 a:hover {
  color: #7a8ca0;
}
.footer-servicelist-nav-body {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms;
  }
}
.footer-servicelist-nav-list {
  padding: 2px 0 0;
}
@media screen and (max-width: 1023px) {
  .footer-servicelist-nav-list {
    padding: 0 0 15px 15px;
  }
}
.footer-servicelist-nav-list-link a {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
.footer-servicelist-nav-list-link a:hover {
  color: #7a8ca0;
}
@media screen and (max-width: 1023px) {
  .is_open .footer-servicelist-nav-body {
    max-height: 300px;
  }
}
@media screen and (max-width: 1023px) {
  .is_open .footer-servicelist-nav-head:before {
    transform: rotate(0deg);
  }
}