@charset "UTF-8";
body{
  height:100%;
  min-height:100%;
  overflow: auto;
}
.section-top-sp img{
  width:100%;
}
.pdlr0{
  padding-left:0px;
  padding-right:0px;
}
.container{
  width:80%;
}
.header-box{
  background-color:#000;
  text-align:center;
  padding:10px 0px;
}
.header-box img{
  width:160px;
}
.section-top{
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color:#000;
}
.section-top video {
  margin: 0 auto;
  z-index: 1;
  width:100%;
}
.top-over{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:50;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAF0lEQVQImWPw8fFpYGBgYECnCQuQphIAsboSFd2Cx8gAAAAASUVORK5CYII=) repeat;
}
.section-top-logo-box{
  width:95%;
}
.section-top-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  z-index:90;
}
.section-top-logo img{
  width:100%;
}
.dl_banner{
  position:fixed;
  z-index:100;
  right:-20px;
  top:30%;
  width:200px;
  height:170px;
  border-radius:20px;
  background-color:#3b82c4;
}
.banner-box{
  padding:15px 35px 15px 15px;
}
.banner-box img{
  width:100%;
}
.banner-box a{
  display:block;
  background-color:#eb6012;
  border-radius:5px;
  text-decoration: none;
  color:#FFF;
  font-weight: bold;
  font-size:14px;
  line-height: 17px;
  text-align:center;
  padding:20px 10px;
  margin-top:10px;
}
.banner-box a:hover{
  background-color:#933700;
}
.bg-gray{
  background-color:#dfe1df;
}
.section-check ul,
.section-check li{
  list-style: none;
  margin:0;
  padding:0;
}
.section-check li{
  display:inline-block;
  position:relative;
  font-size:21px;
  font-weight: bold;
  line-height: 40px;
  padding-left:35px;
}
.section-check li:before{
  position:absolute;
  left:0px;
  content:url("../d-img/check.png");
}
.section-check{
  padding:30px 0px;
  width:75%;
  margin:0 auto;
}
.section-check .check{
  display:inline-block;
  position:relative;
  top:-6px;

}
.section-box{
  padding:120px 0px;
}
.orange-box{
  width:100%;
  height:70px;
  border-radius:8px;
  padding:10px 10px;
  background-color:#eb6012;
  text-align: center;
  color:#FFF;
  font-size:15px;
  font-weight: bold;
  margin-bottom:15px;
}
.new-text{
  padding-top:40px;
  margin:0 auto;
  text-align: center;
}
.new-text img{
  width:90%;
}
.bg-orange{
  background-color:#eb6012;
}
.arrow_wh::after {
    content: '';
    height: 0;
    position: absolute;
    width: 0;
    border: 50px solid transparent;
    border-top-color: #ffffff;
    left: 50%;
    margin-left: -50px;
    margin-top: -1px;
    z-index: 20;
}
.seminar-about{
  text-align: center;
}
.seminar-about img{
  width:80%;
}
.section-button{
  padding:10px 0px;
}
.section-button a{
  display:block;
  width:600px;
  margin:0 auto;
  padding:30px 0px;
  text-align: center;
  color:#FFF;
  background-color:#3b82c4;
  border-radius:5px;
  font-size:21px;
  font-weight: bold;
  text-decoration: none;
}
.section-button a:hover{
  background-color:#3e71b1;
}
.bg-line{
  background-image:url("../d-img/bg-line.jpg");
  background-size: cover;
}
.section-message{
  padding:10px 0px;
}
.message-catch{
  text-align:center;
  font-size:30px;
  font-weight: bold;
  line-height:40px;
  margin-bottom:30px;
}
.message-text{
  text-align:center;
  line-height:38px;
  color:#004798;
}
.yel{
  background: linear-gradient(transparent 60%, #fff000 60%);
}
.section-koushi{
  padding-top:40px;
  width:70%;
  margin:0 auto;
}
.koushi-img{}
.koushi-img img{
  width:100%;
}
.koushi-name{
  margin-top:20px;
  margin-bottom:10px;
}
.koushi-name img{
  max-width:100%;
}
.koushi-text{
  text-align: justify;
  font-size:13px;
  line-height: 21px;
}
.section-title{
  text-align:center;
  font-size:30px;
  font-weight: bold;
  padding-bottom:10px;
}
.section-subtitle{
  text-align:center;
  font-size:20px;
  font-weight: bold;
  margin-top:10px;
  padding-bottom:10px;
}
.bdb{
  border-bottom:1px solid #036eb8;
}
.keyword-box{
  width:60%;
  margin:0 auto;
  padding:10px 0px;
}
.keyword-box img{
  width:100%;
}
.section-dl-text{
  font-size:1rem;
  line-height:2rem;
  width:50%;
  margin:0 auto;
}
.dl-button{
  width:50%;
  margin:0 auto;
  padding-top:20px;
}
.dl-button a{
  display:block;
  width:100%;
  padding:20px;
  font-size:22px;
  color:#FFF;
  font-weight: bold;
  text-align: center;
  background-color:#eb6012;
  text-decoration: none;
  border-radius:5px;
}
.dl-button a:hover{
  background-color:#933700;
}
.seminar-form{
  width:80%;
  margin:0 auto;
  padding:20px;
  border:2px solid #eb6012;
  background-color:#FFF;
  margin-top:50px;
}
.footer-company{
  width:70%;
  margin:0 auto;
}
.footer-company img{
  width:100%;
}

footer{
  background-color:#000;
  color:#FFF;
  padding:10px 0px;
  text-align: center;
  font-size:0.8rem;
}
.header-box-o{
  background-color:#eb6012;
  text-align:center;
  padding:10px 0px;
}
.header-box-o img{
  width:160px;
}
.bg-02{
  background-color:#FFE7BF;
}
.text-box{
  padding:20px 0px;
}
.text-box-2{
  padding:40px 0px;
  width:80%;
  margin:0 auto;
  color:#333;
}
.text-box-title{
  font-size:1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  color:#eb6012;
}
.text-box-sub{
  font-size:1.1rem;
  font-weight:bold;
  text-align: center;
  color:#eb6012;
}
.text-box-0{
  line-height: 1.5rem;
  text-align: center;
  margin-bottom:50px;
}
.fd{
  color:#eb6012;
}
.fr{
  color:red;
}
.text-box-book{
  width:60%;
  margin:0 auto;
  border:2px solid #eb6012;
  margin-bottom:20px;
}
.text-box-book img{
  width:100%;
}
.text-box-book-title{
  padding:10px;
  width:80%;
  margin:0 auto;
  border:1px solid #eb6012;
  text-align: center;
  color:#eb6012;
  font-size:1.3rem;
}
.text-box-book-list{
  width:80%;
  margin:0 auto;
  padding:20px 0px;
  line-height: 2rem;
  font-size:1.1rem;
}
.dl-form{
  width:80%;
  margin:0 auto;
  padding:20px;
  border:2px solid #eb6012;
}
.seminar-about a{
  display:inline-block;
  color:#FFF;
  text-decoration: none;
  padding:5px 20px;
  border:1px solid #FFF;
  border-radius:20px;
  margin:20px 0px;
}
.seminar-about a:hover{
  background-color:#FFF;
  color:#eb6012;
}
.fo{
  color:#eb6012!important;
  border-color:#eb6012!important;
}
.section-top-logo{
  width:67%;
  margin:0 auto;
}
.sp_banner{
  display:none;
}

/* ******************************** */
@media screen and (max-width: 950px) {
/* タブレット縦_スマホ横 */
.container{
  width:100%;
}
.header-box img{
  width:130px;
}
.section-check{
  padding:30px 0px;
  width:100%;
  margin:0 auto;
}
.section-top-logo{
  width:70%;
  margin:0 auto;
}

.orange-box {
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 10px 10px;
    background-color: #eb6012;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}
.seminar-about img {
    width: 100%;
}
.section-button a{
  display:block;
  width:100%;
  margin:0 auto;
  padding:30px 0px;
  text-align: center;
  color:#FFF;
  background-color:#3b82c4;
  border-radius:5px;
  font-size:21px;
  font-weight: bold;
  text-decoration: none;
}
.section-koushi {
    padding-top: 40px;
    width: 95%;
    margin: 0 auto;
}
.message-catch {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 30px;
}
.section-title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.text-box-0 img{
  width:100%;
}
}
/* ******************************** */
@media screen and (max-width: 480px) {
/* スマホ縦 */
  .sp_banner{
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:100;
  }
  .sp_banner img{
    width:100%;
  }
  .dl_banner{
    display:none;
  }
  .section-check li {
      position: relative;
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      padding-left:33px;
      margin-bottom:10px;
  }
  .section-check li::before {
      position: absolute;
      top:-7px;
      left:0;
      content: url("../d-img/check.png");
  }
  .section-button a{
    display:block;
    width:100%;
    margin:0 auto;
    padding:20px 0px;
    text-align: center;
    color:#FFF;
    background-color:#3b82c4;
    border-radius:5px;
    font-size:16px;
    font-weight: bold;
    text-decoration: none;
  }
  .section-box{
    padding:70px 0px;
  }
  .message-catch {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .section-koushi {
      padding-top: 40px;
      width: 100%;
      margin: 0 auto;
  }
  .section-title {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 10px;
  }
  .koushi-text{
    padding-bottom:20px;
  }
  .keyword-box {
      width: 95%;
      margin: 0 auto;
      padding: 10px 0px;
  }
  .section-subtitle {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      margin-top: 10px;
      padding-bottom: 10px;
  }
  .section-dl-text {
      font-size: 0.8rem;
      line-height: 1.8rem;
      width: 95%;
      margin: 0 auto;
  }
  .dl-button {
      width: 95%;
      margin: 0 auto;
      padding-top: 20px;
  }
  .dl-button a {
      display: block;
      width: 100%;
      padding: 20px;
      font-size: 15px;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      background-color: #eb6012;
      text-decoration: none;
      border-radius: 5px;
  }
  .seminar-form{
    margin-top:50px;
    width:99%;
    margin:0 auto;
    padding:20px;
    border:2px solid #FFF;
    font-size:0.9rem!important;
  }
  .text-box-title {
      font-size: 1rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.8rem;
      color: #eb6012;
  }
  .text-box-sub {
      font-size: 0.8rem;
      font-weight: bold;
      text-align: center;
      color: #eb6012;
  }
  .text-box-2 {
      padding: 40px 0px;
      width: 95%;
      margin: 0 auto;
      color: #333;
  }
  .text-box-0 {
      line-height: 1.5rem;
      text-align: left;
      text-align: justify;
      margin-bottom: 50px;
  }
  .text-box-book {
      width: 90%;
      margin: 0 auto;
          margin-bottom: 0px;
      border: 2px solid #eb6012;
      margin-bottom: 20px;
  }
  .text-box-book-title {
      padding: 10px;
      width: 90%;
      margin: 0 auto;
      border: 1px solid #eb6012;
      text-align: center;
      color: #eb6012;
      font-size: 0.8rem;
  }
  .text-box-book-list {
      width: 90%;
      margin: 0 auto;
      padding: 20px 0px;
      line-height: 1.8rem;
      font-size: 0.9rem;
  }
  .dl-form {
    margin-top:20px;
      width: 98%;
      margin: 0 auto;
      padding: 20px;
      border: 2px solid #eb6012;
  }
  .footer-company {
      width: 100%;
      margin: 0 auto;
  }
  .section-top-logo {
    width: 65%;
    margin: 0 auto;
}
  .orange-box{
    min-height:74px;
  }
  .arrow_wh::after {
      display:none;
      content: '';
      height: 0;
      position: absolute;
      width: 0;
      border: 50px solid transparent;
      border-top-color: #ffffff;
      left: 50%;
      margin-left: -50px;
      margin-top: -1px;
      z-index: 20;
  }
}