@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

.titleBox{
  margin-bottom: 30px;
}
.titleBox h3{
  font-weight: bold;
  margin-bottom: 10px;
}

.titleBox hr{
  border: none;
  width: 40px;
  height: 3px;
  background-color: #292e3a;
  margin-bottom: 10px;
}
.titleBox h2{
  font-weight: bold;
}

#headWrap{
  position: relative;
  background-color: #fff;
  background-image: url("../img/headBack.jpg");
  background-size: cover;
  background-position: center center;
  border: 100px solid #fff;
  border-bottom: none;
  height: 400px;
}

#headWrap > .slider-pro{
  margin-right: 0;
}

#headWrap > h1{
  position: absolute;
  font-size: 28px;
  letter-spacing: 8px;
  font-weight: 500;
  top: 50px;
  left: -100px;
  padding: 15px;
  padding-left: 115px;
  z-index: 11;
  background-color: rgba(45,54,121,.5);
  color: #fff;
}

@media screen and (max-width: 1000px){
  #headWrap{
    border: none;
    height: 300px;
  }

  #headWrap > h1{
    top: 80px;
    left: 0px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 600px){
}

/*==============================
メイン
==============================*/

#companyWrap{
  text-align: center;
  padding: 100px 20px 0;
}

#companyWrap > h2{
  color: #2d3679;
  margin-bottom: 10px;
}

#companyWrap > h3{
  margin-bottom: 30px;
}

#privacyWrap,
#securityWrap{
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 100px;
}

#privacyWrap{
  margin-top: 100px;
}

#privacyWrap div,
#securityWrap div{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#privacyWrap div h2,
#securityWrap div h2{
  color: #2d3679;
  margin-right: 10px;
}

#privacyWrap p,
#securityWrap p{
  text-align: justify;
}
/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {  

  #privacyWrap div,
  #securityWrap div{
    display: block;
  }
}

@media screen and (max-width: 600px){
}

@media screen and (max-width: 414px){
}