@charset "utf-8";

/* =============================================================

　　個別設定

============================================================= */
.boxMvPage {
  background-image: url(/img/about/mv-img.jpg);  
}


/*  見出し
---------------------------------------------*/
.ttlHeading01 {
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;  
}


@media screen and (max-width: 768px){
  .ttlHeading01 {
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }

}

/*  Why WSI
---------------------------------------------*/
.boxAbout {
  margin: 60px auto 0;
  padding: 0 0 40px;
  text-align: left;
  line-height: 1.5em;
}

.boxAbout .boxTtl {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.8em;
  text-align: center;
}


@media screen and (max-width: 768px){  
  .boxAbout {
    margin: 30px auto 0;
    padding: 0 0 20px;
  }

  .boxAbout .boxTtl {
    margin: 0 20px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8em;
  }  
}


/*  Vision , Mission
-------------------------- */
.boxAbout .boxContent {
  height: 676px;
  padding: 90px 0 80px;
  background-image: url(/img/about/bg-content.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.boxAbout .boxContent .boxInner {
  width: 835px;
  margin: 0 auto;
}

.boxAbout .boxContent .boxVision {
  float: left;
  width: 377px;
}

.boxAbout .boxContent .boxMission {
  float: right;
  width: 377px;
}

.boxAbout .boxContent h3 {
  padding: 0 0 15px;
  border-bottom: 1px solid #2e2e2e;
  color: #e72e25;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}

.boxAbout .boxContent h4 {
  margin: 30px 0 0;
  font-weight: bold;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.5em;
}

.boxAbout .boxContent .boxVision p {
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}

.boxAbout .boxContent .boxMission dl {
  margin: 20px 0 0;
}

.boxAbout .boxContent .boxMission dl dt {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5em;
}

.boxAbout .boxContent .boxMission dl dd {
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.boxAbout .boxContent .boxMission .boxBtnRed {
  margin: 20px 0 0;
}

.boxAbout .boxContent .boxMission .boxBtnRed a {
  width: 100%;
  height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 44px;
}

@media screen and (max-width: 768px){  
  .boxAbout .boxContent {
    height: auto;
    padding: 20px 0;
    background-image: url(/img/about/bg-content.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .boxAbout .boxContent .boxInner {
    width: auto;
    margin: 0 20px;
  }

  .boxAbout .boxContent .boxVision {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .boxAbout .boxContent .boxMission {
    float: none;
    width: auto;
  }

  .boxAbout .boxContent h3 {
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .boxAbout .boxContent h4 {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
  }

  .boxAbout .boxContent .boxVision p {
    margin: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }

  .boxAbout .boxContent .boxMission dl {
    margin: 20px 0 0;
  }

  .boxAbout .boxContent .boxMission dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .boxAbout .boxContent .boxMission dl dd {
    margin: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .boxAbout .boxContent .boxMission .boxBtnRed {
    margin: 20px 0 0;
  }

  .boxAbout .boxContent .boxMission .boxBtnRed a {
    width: 100%;
    height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 44px;
  }
}

/*  Something New
-------------------------- */
.boxSomething {
  margin: 80px 0 -20px;
}

.boxSomething .boxImg {
  margin: 0 0 40px;
}

.boxSomething .boxImg img {
  width: 100%;
}

.boxSomething p {
  margin: 0 0 40px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8em;
  text-align: center;
}

.boxSomething .boxBtnRed {
  text-align: center;
}

.boxSomething .boxBtnRed a {
  width: 300px;
  height: 44px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 44px;
}

@media screen and (max-width: 768px){  
  .boxSomething {
    margin: 40px 20px 0;
  }

  .boxSomething .boxImg {
    margin: 0 0 20px;
  }

  .boxSomething p {
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
    text-align: center;
  }

  .boxSomething .boxBtnRed {
    text-align: center;
  }

  .boxSomething .boxBtnRed a {
    width: 100%;
    height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
  }  
}

/*  インタビュー
---------------------------------------------*/
.boxBtmInterview {
  margin: 60px 0 40px;
  text-align: left;
}

.boxBtmInterview .boxList {
  margin: 60px 0 0;
  font-size: 0;
  text-align: left;
}

.boxBtmInterview .boxList li {
  display:inline-block;
  width: 484px;
  vertical-align:top;
}

.boxBtmInterview .boxList li:last-child {
  margin: 0 0 0 20px;
}

.boxBtmInterview .boxList li .boxImg img {
  width: 100%;
}

.boxBtmInterview .boxList .name {
  margin: 10px 0 0;
  color: #e72e25;
  font-size: 14px;
  font-size: 1.4rem;
}

.boxBtmInterview .boxList .text {
  margin: 10px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}

@media screen and (max-width: 768px){
  .boxBtmInterview {
    margin: 30px 0 0;
    padding: 10px 0 0;
  }

  .boxBtmInterview .boxList {
    margin: 30px 0;
    font-size: 0;
    text-align: center;
  }

  .boxBtmInterview .boxList li {
    display: block;
    width: auto;
    margin: 0 0 20px;
    vertical-align:top;
  }

  .boxBtmInterview .boxList li:last-child {
    margin: 0;
  }

  .boxBtmInterview .boxList .name {
    margin: 10px 0 0;
    color: #e72e25;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }

  .boxBtmInterview .boxList .text {
    margin: 10px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2em;
    text-align: left;
  }
}