/* header
----------------------------------------*/
body #header {
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #000;
    background-image: url(./../img/dot_black.gif);
    z-index: 999;
    color: #fff;
    position: fixed;
    top: 0px;
  }
  #header .logo a img {
    width: 100%;
  }
  @media (max-width: 768px) {
    #header {
      width: 100%;
      padding: 1rem;
      position: fixed;
      z-index: 1002;
    }
  }
  @media (min-width: 769px) {
    #header {
        padding: 10px 0 10px 10px;
    }
    #header .logo,
    #header .logo a img {
      width: 240px;
    }
  }
  @media (max-width: 1024px) {
    #header .head {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    #header, #header .head {
      width: 100%;
      background-image: url(./../img/dot_black_sp.gif);
    }
  }
@media (max-width: 1024px) {
    #header .logo {
      margin-left: 90px;
    }
  }
  @media (max-width: 768px) {
    #header .logo {
      width: 85%;
      display: flex;
      margin-left: 0;
      align-items: center;
      justify-content: center;
    }
  }
  #header .logo a {
    display: inline-block;
  }
  @media (max-width: 768px) {
    #header .logo a {
      width: 100%;
    }
  }
  @media (max-width: 768px) {
    #header .logo a img {
      width: 80%;
      height: auto;
      padding-left: 10px;
    }
  }

@media screen and (min-width: 769px){
    main {
        padding-top: 55px;
    }    
    #mv {
        min-height: 450px;
    }    
}
@media screen and (max-width: 768px){
    main {
        padding-top: 6rem;
    }
    #mv {
        min-height: 10rem;
    }    
}


  /* footer
----------------------------------------*/
#footerWrap {
  font-family: "Roboto", "Noto Sans JP", sans-serif
}
#footerWrap .inner {
  margin: auto;
  width: 1040px;
  position: relative
}

@media screen and (max-width: 1040px) {
  #footerWrap .inner {
    width: calc(100vw - 60px)
  }
}

#footerWrap .inner.-wide {
  width: 100%
}

@media screen and (max-width: 1040px) {
  #footerWrap .inner.-wide.-spInner {
    width: calc(100vw - 60px)
  }
}

#footerWrap .inner.-middle {
  width: 800px
}

@media screen and (max-width: 1040px) {
  #footerWrap .inner.-middle {
    width: calc(100vw - 60px)
  }
}

#footerWrap .inner.-short {
  width: 650px
}

@media screen and (max-width: 1040px) {
  #footerWrap .inner.-short {
    width: calc(100vw - 60px)
  }
}
.p-cosultingSite a.c-btn, .p-cosultingSite .c-btn {
  border-color: #afbfdc;
  color: #5074b4
}
@media screen and (max-width: 1040px) {
  .p-cosultingSite a.c-btn, .p-cosultingSite .c-btn {
    background-color: #5074b4;
    border-color: #5074b4;
    color: #fff
  }
}
.pagetop {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 10;
  cursor: pointer
}

@media screen and (max-width: 1040px) {
  .pagetop {
    right: 20px;
    bottom: 20px
  }
}

.pagetop.fixedF {
  position: fixed
}

.pagetop a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  position: relative;
  display: block
}

.pagetop a::before {
  content: "";
  display: block;
  width: 35px;
  height: 27px;
  background: url(./../../img/icon_pagetop.svg) no-repeat;
  background-size: cover;
  position: absolute;
  margin: auto;
  left: -3px;
  right: 0;
  top: -33px
}

.p-cosultingSite .pagetop a::before {
  background-image: url(./../../img/icon_pagetop_blue.svg)
}

@media screen and (max-width: 1040px) {
  .btn_pagetopWrap {
    text-align: center;
    padding: 10px 0
  }
}

.btn_pagetop {
  display: none
}

@media screen and (max-width: 1040px) {
  .btn_pagetop {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 5
  }
}

.btn_pagetop a {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding-right: 20px
}

@media screen and (max-width: 1040px) {
  .btn_pagetop a {
    color: #000;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    padding-right: 15px
  }
}

.btn_pagetop a::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

@media screen and (max-width: 1040px) {
  .btn_pagetop a::before {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000
  }
}
.l-footer {
  background-color: #000;
  color: #fff;
  position: relative
}

.l-footer .inner {
  padding: 70px 0
}

@media screen and (max-width: 1040px) {
  .l-footer .inner {
    padding: 40px 0 50px 0
  }
}

.l-footer .list_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer {
    display: block
  }
}

.l-footer .list_footer>li:nth-child(1) {
  -ms-flex-preferred-size: 430px;
  flex-basis: 430px;
  border-right: 1px solid #ccc
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(1) {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px
  }
}

.l-footer .list_footer>li:nth-child(1) .logo {
  width: 270px;
  height: 47.9px;
  margin-bottom: 35px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(1) .logo {
    width: 210px;
    height: 37.3px;
    margin-bottom: 30px
  }
}

.l-footer .list_footer>li:nth-child(1) .logo .svg .cls-1, .l-footer .list_footer>li:nth-child(1) .logo .svg .cls-2 {
  fill: #fff
}

.l-footer .list_footer>li:nth-child(1) .logo a {
  display: block
}

.l-footer .list_footer>li:nth-child(1) .section-add+.section-add {
  margin-top: 15px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(1) .section-add+.section-add {
    margin-top: 25px
  }
}

.l-footer .list_footer>li:nth-child(1) .section-add .text {
  font-size: 14px;
  line-height: 1.6
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(1) .section-add .text {
    font-size: 13px;
    line-height: 1.5
  }
}

.l-footer .list_footer>li:nth-child(1) .section-add .maplink {
  color: #808080;
  font-size: 12px;
  position: relative
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(1) .section-add .maplink {
    font-size: 13px
  }
}

.l-footer .list_footer>li:nth-child(1) .section-add .maplink::before {
  content: "";
  display: block;
  background: url(./../../img/icon_other_gray.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-footer .list_footer>li:nth-child(1) .section-add .maplink.-pcOnly {
  margin-left: 10px
}

.l-footer .list_footer>li:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 70px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(2) {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.l-footer .list_footer>li:nth-child(2) .spColumn.-left {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%
}

.l-footer .list_footer>li:nth-child(2) .spColumn.-right {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block1 {
  margin-bottom: 25px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block2 {
    margin-bottom: 25px
  }
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block3 {
  position: absolute;
  top: 0;
  left: 255px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block3 {
    position: relative;
    top: inherit;
    left: inherit
  }
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block4 {
  position: absolute;
  top: 185px;
  left: 255px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block4 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 25px
  }
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block5 {
  position: absolute;
  top: 0px;
  left: 465px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block5 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 25px
  }
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block6 {
  position: absolute;
  top: 96px;
  left: 465px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block6 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 25px
  }
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block7 {
  position: absolute;
  top: 183px;
  left: 465px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(2) .footer_menu_block.-block7 {
    position: relative;
    top: inherit;
    left: inherit
  }
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block a {
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block a:hover {
  opacity: .8
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block a.-other::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(./../../img/icon_other_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block .list>li {
  line-height: 1;
  font-size: 0;
  padding-left: 8px
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block .list>li+li {
  margin-top: 11px
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block .list>li a {
  font-size: 13px;
  line-height: 1
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block .list>li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: 7px
}

@media screen and (max-width: 1040px) {
  .l-footer .list_footer>li:nth-child(2) .footer_menu_block .list>li a::before {
    left: -8px
  }
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block .list>li a.-line2 {
  line-height: 1.4
}

.l-footer .list_footer>li:nth-child(2) .footer_menu_block .list>li a.-other::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(./../../img/icon_other_wh.svg) no-repeat;
  background-size: cover;
  position: relative;
  margin-left: 8px
}

.l-footer .copyright {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-size: 11px;
  line-height: 1
}

@media screen and (max-width: 1040px) {
  .l-footer .copyright {
    bottom: 0
  }
}

.l-footer--cs {
  background-color: #000;
  color: #fff;
  position: relative
}

.l-footer--cs .inner {
  padding: 70px 0
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .inner {
    padding: 40px 0 50px 0
  }
}

.l-footer--cs .list_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer {
    display: block
  }
}

.l-footer--cs .list_footer>li:nth-child(1) {
  -ms-flex-preferred-size: 430px;
  flex-basis: 430px;
  border-right: 1px solid #ccc
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(1) {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px
  }
}

.l-footer--cs .list_footer>li:nth-child(1) .logo {
  width: 270px;
  height: 47.9px;
  margin-bottom: 35px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(1) .logo {
    width: 210px;
    height: 37.3px;
    margin-bottom: 30px
  }
}

.l-footer--cs .list_footer>li:nth-child(1) .logo .svg .cls-1, .l-footer--cs .list_footer>li:nth-child(1) .logo .svg .cls-2 {
  fill: #fff
}

.l-footer--cs .list_footer>li:nth-child(1) .logo a {
  display: block
}

.l-footer--cs .list_footer>li:nth-child(1) .section-add+.section-add {
  margin-top: 15px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(1) .section-add+.section-add {
    margin-top: 25px
  }
}

.l-footer--cs .list_footer>li:nth-child(1) .section-add .text {
  font-size: 14px;
  line-height: 1.6
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(1) .section-add .text {
    font-size: 13px;
    line-height: 1.5
  }
}

.l-footer--cs .list_footer>li:nth-child(1) .section-add .maplink {
  color: #808080;
  font-size: 12px;
  position: relative
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(1) .section-add .maplink {
    font-size: 13px
  }
}

.l-footer--cs .list_footer>li:nth-child(1) .section-add .maplink::before {
  content: "";
  display: block;
  background: url(./../../img/icon_other_gray.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-footer--cs .list_footer>li:nth-child(1) .section-add .maplink.-pcOnly {
  margin-left: 10px
}

.l-footer--cs .list_footer>li:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-left: 70px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) {
    padding-left: 0;
    display: block;
    padding-bottom: 25px
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .spColumn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-footer--cs .list_footer>li:nth-child(2) .spColumn-flex .-left {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%
}

.l-footer--cs .list_footer>li:nth-child(2) .spColumn-flex .-right {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block1 {
  margin-bottom: 10px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block1 {
    margin-bottom: 10px
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block2 {
  margin-bottom: 25px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block2 {
    margin-bottom: 25px
  }
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block3 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 25px
  }
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block3 a {
    line-height: 1.1 !important
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block4 {
  position: absolute;
  top: 0px;
  left: 420px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block4 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block5 {
  position: absolute;
  top: 0px;
  left: 420px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block5 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px
  }
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block5 .title {
    position: relative;
    margin-bottom: 0
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block6 {
  position: absolute;
  top: 20px;
  left: 420px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block6 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block7 {
  position: absolute;
  top: 40px;
  left: 420px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block7 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block8 {
  position: absolute;
  top: 85px;
  left: 420px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block8 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px
  }
}

.footer_menu_block.-block8b{
  position:absolute;
  top:107px;
  left:420px
}
@media screen and (max-width: 1040px){
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block8b{
    position:relative;
    top:inherit;
    left:inherit;
    margin-bottom:10px
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block9 {
  position: absolute;
  top: 150px;
  left: 420px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block9 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 10px
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block10 {
  position: absolute;
  top: 173px;
  left: 420px
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block.-block10 {
    position: relative;
    top: inherit;
    left: inherit
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block a {
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block a:hover {
  opacity: .8
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block a.-other::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(./../../img/icon_other_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -20px;
  left: inherit !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-footer--cs .title,
.l-footer--cs .title a {
  width: inherit;
  top: 0;
  font-weight: 600 !important;
  z-index: inherit;
}
.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block .title {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block .list>li {
  line-height: 1;
  font-size: 0;
  padding-left: 8px
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block .list>li+li {
  margin-top: 11px
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block .list>li a {
  font-size: 13px;
  line-height: 1;
  position: relative
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block .list>li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block .list>li a::before {
    left: -8px
  }
}

.l-footer--cs .list_footer>li:nth-child(2) .footer_menu_block .list>li a.-other::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(./../../img/icon_other_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-footer--cs .copyright {
  position: absolute;
  bottom: 70px;
  right: 0;
  font-size: 11px;
  line-height: 1
}

@media screen and (max-width: 1040px) {
  .l-footer--cs .copyright {
    position: relative;
    bottom: inherit;
    right: inherit;
    left: inherit;
    line-height: 1.4
  }
}

/* PCの画面幅の時（1041px以上）*/
.-pcOnly {
  display: inline-block;
}
.-spOnly {
  display: none;
}
/* SPの画面幅の時（1040px以下）*/
@media screen and (max-width: 1040px){
.-pcOnly {
  display: none;
}
.-spOnly {
  display: inline-block;
}
}
