@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
.top-contents {
  font-family: 'M PLUS 1p', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
}
.cont1-box {
  margin-top: 30px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
.support-h1 {
  color: #141e8c;
  font-weight: bold;
  text-align: center;
}
.top-belt {
  background-color: #141e8c;
  color: #FFF;
  padding: 15px 15px 1px 15px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.top-belt p {
  margin-bottom: 20px;
}
.support-img {
  margin-bottom: 30px;
}
.top-h2 {
  color: #ff0a00;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #ff0a00;
  padding-bottom: 5px;
}
.support-contents {
  margin-bottom: 30px;
}
ol {
  padding: 0;
  margin-left: 1.5em;
}
ol li {
  margin-bottom: 10px;
}
.results {
  margin-top: 20px;
}
.results ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 20px 0;
  padding: 0;
  justify-content: space-between;
  list-style: none;
}
.results ul li {
  list-style: none;
  width: 48%;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 14px;
}
.results ul li:last-child {
  margin-bottom: 0px;
}
.results ul li img {
  display: block;
  margin: 0 auto 5px auto;
  border: 1px solid #CCC;
}
.results a {
  color: #000;
}
.bottom-contents {
  margin-bottom: 30px;
}
.bottom-contents h2 {
  color: #141e8c;
  border-color: #141e8c;
}
.top-text {
  color: #141ea0;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.2;
}
.consultation-box {
  background-image: url(../images/consultation.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: auto;
  padding-bottom: 50px;
}
.btn-primary {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #2ea7e0;
  border-color: #2ea7e0;
}
#web,
#seminar,
#ma {
    padding-top: 80px;
    margin-top: -80px;
}





@media (max-width: 767.98px) {
  .parallax-mirror {
    height: 240px !important;
    top: 60px !important; /* bottom: 0; */ left: auto !important;
    right: 0;
    width: 130vw !important; /* height: 30vw!important; */ background-size: cover !important;
  }
  .parallax-slider {
    height: 69vw !important;
    width: 149vw !important;
    transform: translate3d(-56px, 0px, 0px) !important;
  }
}
@media (min-width: 768px) {
  .top-text {
    font-size: 3.2rem;
    letter-spacing: -.1rem;
    margin-bottom: 15px;
  }
  .btn-primary {
    font-size: 3.2rem;
  }
  .support-h1 {
    margin-top: 95px;
    text-align: left;
  }
  .cont1-box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-belt {
    padding: 20px 15px 1px 15px;
    margin-bottom: 40px;
  }
  .top-belt-contents {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
  }
  .support-img {
    text-align: center;
    margin-bottom: 50px;
  }
  .support-contents {
    width: 1034px;
    padding: 0;
    line-height: 1.2;
  }
  .support-contents .top-h2 {
    padding-left: 22px;
  }
  .support-contents div {
    width: 1000px;
    margin-left: 22px;
    margin-bottom: 73px;
  }
  .consultation-box {
    background-image: url(../images/consultation.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: auto;
    padding-bottom: 100px;
  }
  .headline2 {
    padding-left: calc(50% - 500px);
    padding-bottom: 5px;
  }
  #web {
    margin-bottom: 155px;
  }
  #web .container-fluid, #seminar .container-fluid, #ma .container-fluid {
    padding: 0;
  }
  .web-text {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #web .web-text {
    margin-bottom: 44px;
  }
  .results {
    background-color: #ebebeb;
    padding-bottom: 10px;
  }
  .results ul {
    width: 1000px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .results ul li {
    list-style: none;
    width: 22%;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .results ul li:last-child {
    margin-bottom: 0px;
  }
  #seminar, #ma {
    margin-bottom: 190px;
  }
}