footer {
  background-color: #0069b6;
  color: #fff;
  overflow: auto;
}
.footer-cont {
  max-width: 1124px;
  margin: 50px auto;
  position: relative;
}
.footer-logo{
  float:left;
  height:35px;
  padding:5px 10px 0 10px;
}
.footer-logo img{
  height:35px;
}
.footer-nav{
  float:right;
}
.footer-nav_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding-left: 30%; */
  margin-bottom: 0;
  list-style: none;
  /* margin-right: 220px; */
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
.footer-nav_list li {
  display: inline-block;
  text-align: right;
  padding-left: 20px;
}
.footer-nav_list li a {
  color: #fff;
  font-weight: 600;
}
.footer-nav_list li:hover {
  background-color: #6495ed;
}
.footer-nav .contact-link-btn {
  width: 220px;
  float: right;
  /* position: absolute; */
  /* right: 0; */
  /* top: 0; */
}
.footer-copy {
  clear: both;
  padding: 30px 0 0;
}
/*ページトップスクロールCSS*/
#page-top {
  /* max-width: 1120px; */
  position: fixed;
  bottom: 150px;
  right: 50px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  /* background: #72C7CA; */
  text-decoration: none;
  color: #fff;
  width: 60px;
  /* padding: 28px 5px; */
  text-align: center;
  display: block;
  /* border-radius: 90px; */
  opacity: 1;
  transition: all .3s ease;
  width: 90px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
#page-top a img {
  width:100%;
}
@media only screen and (max-width: 1024px) {
  footer {
    color: #fff;
    overflow: unset;
    background: #0069b6 url(../images/footer-bg.png) no-repeat bottom center;
    background-size: cover;
  }
  .footer-logo {
    float: none;
    height: 40px;
    padding: 0 10px;
    margin:0 auto;
  }
  .footer-nav {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .footer-nav_list {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding-left: 30%; */
    margin-bottom: 80px;
    list-style: none;
    /* margin-right: 220px; */
    float: none;
    margin-top: 20px;
    margin-right: 0px;
    width: 100%;
  }
  .footer-nav_list li {
    display: block;
    text-align: center;
    padding-left: 0;
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #fff;
  }
  .footer-nav .contact-link-btn {
    width: 220px;
    float: none;
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    background-color: #fff;
    border-radius: 40px;
    padding: 14px;
    margin: 30px auto 0;
  }
  #page-top {
    /* max-width: 1120px; */
    position: absolute;
    font-size: 14px;
    line-height: 1;
    z-index: 20;
    bottom: 90%;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
  }
  .footer-cont {
    max-width: 1124px;
    margin: 0px auto;
    position: relative;
    padding: 50px 0 20px;
    display: flex;
    flex-direction: column;
  }
  .light-blue-bg {
    background-color: #edf7ff;
    padding: 0 5%;
  }
  .mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    width: 100%;
  }
}

/*メニューCSS*/

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 90;
  background-color: #0069b6;
}
.header_inner {
  position: relative;
  padding: 15px;
}
.logo{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0px;
  height:50px;
}
.logo img{
  height:50px;
}
.title{
  font-size: 2rem;
  font-weight: 600;
}
.contact-link-btn {
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 20px;
  height: 50px;
  margin-top: 5px;
}
.nav{
  float:right;
}

/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{
  margin-top: 60px;
}


  .header {
    height: 60px;
  }
  .contact-link-btn {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    width: 90%;
    margin: 0 auto;
    display: none;
  }
  .contact-link-btn  a img{
    width:100%;
  }
  .logo img {
    height: 38px;
  }
  .nav {
    position: fixed;
    right: -100%; /* 右から出てくる */
    top: 0;
    width: 100%; /* スマホに収まるサイズ */
    height: 100vh;
    margin-top: 60px;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
    float:none;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .sp-menu-logo{
    padding: 0px;
    width: 70%;
    margin: 0 auto;
  }
  .sp-menu-logo img{
    width: 100%;
    margin-bottom:20px;
  }
  .sp-menu-logo p{
    color:#fff;
    text-align:center;
  }
  .sp-menu-logo p:nth-child(2) {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .nav_list {
    width: 90%;
    margin: 0 5%;
    padding: 0;
    list-style: none;
    color: #fff;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-top: 1px solid #eee;
    text-decoration: none;
    color: #fff;
  }
  .nav_list .nav_item:nth-child(n+7) a {
    border-top: none;
  }
  .nav_item a img{
    width:100%;
  }
  .nav_item a:hover {
    background-color: #6495ed;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
    background-image: url(../images/sp-menu-background.png);
    background-size: contain;
  }
  .nav-open .black_bg {
    visibility: visible;
    background: transparent;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  .improvement-examp h3 {
    font-size:32px;
  }

.footer-copy p {
  margin-left: 450px;
  margin-bottom: 8px;
  text-align: left;
  font-size: 24px;
}
.footer-copy p:last-child {
  margin-left: 450px;
  font-size: 12px;
}
.d-arrow {
  font-size: 36px;
  margin: .5em auto;
}
.pc_inli {
  display: inline-block;
}
.sp_inli {
  display: none;
}
footer {
  color: #fff;
  overflow: unset;
  background: #0069b6 url(../img/lp/seminar01/footer/footer-bg.png) no-repeat bottom center;
  background-size: cover;
}
.footer-logo {
  float: none;
  height: 40px;
  padding: 0 10px;
  margin:0 auto;
}
.footer-nav {
  float: none;
  width: 90%;
  margin: 0 auto;
}
.footer-nav_list {
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* padding-left: 30%; */
  margin-bottom: 80px;
  list-style: none;
  /* margin-right: 220px; */
  float: none;
  margin-top: 20px;
  margin-right: 0px;
  width: 100%;
}
.footer-nav_list li {
  display: block;
  text-align: center;
  padding-left: 0;
  width: 100%;
  padding: 8px;
  border-bottom: 1px solid #fff;
}
.footer-nav .contact-link-btn {
  width: 220px;
  float: none;
  /* position: absolute; */
  /* right: 0; */
  /* top: 0; */
  background-color: #fff;
  border-radius: 40px;
  padding: 14px;
  margin: 30px auto 0;
}
#page-top {
  /* max-width: 1120px; */
  position: absolute;
  font-size: 14px;
  line-height: 1;
  z-index: 20;
  bottom: 90%;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
}

.footer-cont {
  max-width: 1124px;
  margin: 0px auto;
  position: relative;
  padding: 50px 0 20px;
  display: flex;
  flex-direction: column;
}

.footer-cont .footer-nav {
  order: 1;
}
.footer-cont .footer-logo {
  order: 2;
}
.footer-cont .footer-copy {
  order: 3;
}
.footer-copy p:last-child {
  font-size: 8px;
}
.d-arrow {
  font-size: 24px;
}
.pc_inli {
  display: none;
}
.sp_inli {
  display: inline-block;
}
.footer-copy {
  padding-top: 1em;
}
.footer-copy p.sp {
  margin-bottom: .5em;
}
.footer-copy p, .footer-copy p:last-child {
  margin-left: 0;
}
.footer-copy p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.footer-copy span.sp:first-child {
  display: inline-block!important;
}
.footer-copy span.sp:last-child {

}

