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

.imgSlide{
  height: 100%;
}

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

#headWrap{
  width: 100%;
  height: 400px;
  padding: 100px;
  background-image: url(../img/headBack.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.headTitle{
  max-width: 450px;
  width: 100%;
  height: 200px;
  padding: 50px;
  background-color: #fff;
}

.headTitle h2{
  letter-spacing: 3px;
  font-weight: bold;
}

.headTitle hr{
  margin: 15px 0 10px;
}

.headTitle li{
  display: inline-block;
}

.headTitle li::after{
  content: ">";
  margin-left: 10px;
}

.headTitle li:last-of-type::after{
  display: none;
}

.headTitle li a{
  color: #666;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #headWrap{
    height: 250px;
    padding: 50px;
  }
  
  .headTitle{
    max-width: 400px;
    height: 150px;
    padding: 25px 50px;
  }
}

@media screen and (max-width: 600px) {
  #headWrap{
    height: 200px;
    padding: 30px;
  }
  
  .headTitle{
    max-width: 350px;
    height: 150px;
    padding: 20px 30px;
    background-color: rgba(255,255,255,.9);
  }
  
  .headTitle h2{
    font-size: 22px;
    letter-spacing: 3px;
  }
  
  .headTitle li a{
    font-size: 12px;
    letter-spacing: 1px;
  }
}

/*==============================
SPメニュー
==============================*/


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


#titleWrap{
  padding: 100px 15px 0;
  border-bottom: 1px solid #ccc;
}

#titleWrap .titleBox{
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

#titleWrap .titleBox hr{
  margin-left: 0;
}

.titleText{
  text-align: left;
}

#titleWrap .titleBox img{
  margin-left: 50px;
}

#meritWrap{
  text-align: center;
  padding: 100px 15px;
}

#meritWrap h2{
  margin-bottom: 20px;
}

#meritWrap .yello{
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

#strengthWrap{
  padding: 100px 15px;
  text-align: center;
  background-color: #f9f7f4;
}

#strengthWrap h2{
  font-family: "Sawarabi Gothic";
  margin-bottom: 30px;
  letter-spacing: 4px;
}

#strengthWrap > ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 30px;
}

#strengthWrap > ul li{
  flex-basis: 33.3333%;
  width: 33.3333%;
  padding: 30px 40px;
  border-right: 1px solid #ccc;
}

#strengthWrap > ul li:last-of-type{
  border-right: none;
}

#strengthWrap > ul li img{
  width: 100%;
}

#strengthWrap > ul li P{
  font-family: "Sawarabi Gothic";  
}

.strengtBox{
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
  min-height: 180px;
  background-color: #fff;
  position: relative;
}

.strengtBox img{
  position: absolute;
  width: 250px;
  top: 0;
  left: 0;
}

.strengtBox > h3{
  margin-bottom: 10px;
  letter-spacing: 4px;
  text-align: left;
  font-family: "Sawarabi Gothic";
  font-size: 24px;
  position: relative;
  width: calc(100% + 30px);
  background-color: #fff;
  color: #000;
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  top: -15px;
  left: -15px;
  padding: 30px;
  padding-left: 40px;
}

.strengtBox > p{
  padding: 0 30px 15px;
  text-align: left;
  font-family: "Sawarabi Gothic";    
}


.scratchBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.scratchBox h4{
  flex-basis: 100%;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-family: "Sawarabi Gothic";
}

.scratchBox > h5{
  font-size: 20px;
  font-family: "Sawarabi Gothic";
  border-radius: 20px;
  border:2px solid #333;
  padding: 50px 25px;
}

.scratchBox > div{
  width: 40%;
  margin: 0 40px;
}

.scratchBox > div > div{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  text-align: left;
  border-top: 2px solid #333;
}

.scratchBox > div > div:last-of-type{
  border-bottom: 2px solid #333;
}

.scratchBox > div > div i{
  width: 10%;
  color: #555;
  font-size: 30px;
  margin-right: 10px;
}

.scratchBox > div > div h5{
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Sawarabi Gothic";
  width: 50%;  
}

.scratchBox > div > div p{
  font-family: "Sawarabi Gothic";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
}

#strengthWrap .methodCont{
  border: none;
  margin-bottom: 30px;
  padding: 50px;
  padding-top: 0;
  max-width: 800px;
}

#strengthWrap .methodBox {
    width: 220px;
    padding: 30px 15px;
}

#strengthWrap .methodBox p{
  font-size: 14px;
  line-height: 18px;
}

.setBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding:0 30px  50px;
}

.setBox h3,
.setBox h4,
.setBox p{
  font-family: "Sawarabi Gothic";
}

.setBox ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto 30px;
}

.setBox ul li img{
  width: 100%;
}

.setBox h4{
  display: block;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #ccc;
  font-size: 20px;
  letter-spacing: 2px;
}

#itemWrap{
  padding: 150px 15px 0;
}

#itemWrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#itemWrap ul li{
  flex-basis: 20%;
  text-align: center;
  margin-bottom: 20px;
}

#itemWrap ul li p{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

#conceptWrap{
  padding-top: 100px;
}

.conceptBox{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.conceptBox .imgSlidewrap{
  width: 48%;
  height: 420px;
}

.conceptImg01{
  background-image: url(../img/conceptImg01.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 0;
}

.conceptImg02{
  background-image: url(../img/conceptImg02.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 0;
}

.conceptImg03{
  background-image: url(../img/conceptImg03.jpg);
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 0;
}

.conceptBox > div{
  width: 48%;
}

.conceptBox div h4{
  font-family: "Sawarabi Gothic";
  font-size: 22px;
  padding: 40px;
  
}
.conceptBox div p{
  padding: 40px;
  font-family: "Sawarabi Gothic";
  font-size: 16px;
  background-color: #f9f7f4;
}

#exoerience{
  margin-bottom: 150px;
}


#voiceWrap{
  width: 100%;
  padding: 150px 0;
  margin-bottom: 150px;
  background-image: url(../img/voiceBack.jpg);
  background-size: cover;
  background-position: top;
}

#voiceWrap .titleBox{
  margin-bottom: 50px;
}

#voiceWrap .titleBox h3,
#voiceWrap .titleBox h2{
  color: #fff;
}

#voiceWrap ul{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#voiceWrap ul li{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}

#voiceWrap ul li i{
  color: #fff;
  font-size: 40px;
  margin-right: 10px;
  width: 8%;
}

#voiceWrap ul li h4{
  font-family: "Sawarabi Gothic";
  background-color: #fff;
  padding: 15px 15px 10px;
  border-radius: 10px;
  letter-spacing: 2px;
  width: 90%;
}

#voiceWrap ul li p{
  width: 100%;
  font-family: "Sawarabi Gothic";
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#productWrap{
  margin-bottom: 150px;
}

#productWrap ul{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#productWrap ul li{
  flex-basis: 22%;
  margin-right: 3%;
  margin-bottom: 30px;
}

#productWrap ul li a img{
  width: 100%;
}

#productWrap ul li a div:first-of-type{
  padding: 20px;
  border:1px solid #ccc;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#productWrap ul li a div:last-of-type{
  border:1px solid #ccc;
  padding: 20px;
  background-color: #fdfdfd;
  transition: .3s;
}

#productWrap ul li a:hover div:last-of-type{
  background-color: #eee;
  transition: .3s;
}

#productWrap ul li a div:last-of-type h4{
  font-family: "Sawarabi Gothic";
  letter-spacing: 4px;
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 2px;
}

#productWrap ul li a div:last-of-type p{
  font-family: "Sawarabi Gothic";
  font-size: 12px;
  line-height: 16px;
}

#faqWrap{
  padding: 0 15px 100px;
}

#faqWrap ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

#faqWrap ul li{
  flex-basis: 49%;
  width: 49%;
  margin-bottom: 30px;
}

#faqWrap ul li p{
  width: 90%;
  font-family: "Sawarabi Gothic";
  font-size: 16px;
  line-height: 26px;
}

#faqWrap ul li div:first-of-type p{
  color: #000;
}

#faqWrap ul li div:last-of-type p{
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#faqWrap ul li div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#faqWrap ul li div:first-of-type{
  margin-bottom: 10px;
  border: 2px solid #555;
  border-radius: 10px;
  padding: 15px;
}

#faqWrap ul li div:last-of-type{
  padding-left: 15px;
}

#faqWrap ul li div:first-of-type::before{
  content: "Q";
  font-family: "Sawarabi Gothic";
  font-size: 26px;
  font-weight: bold;
  margin-right: 10px;
  color: #40567b;
}

#faqWrap ul li div:last-of-type::before{
  content: "A";
  font-family: "Sawarabi Gothic";
  font-size: 26px;
  font-weight: bold;
  margin-right: 10px;
  color: #e15e5e;
}


/*==============================
共通部分
==============================*/
.titleBox{
  display: block;
  text-align: center;
  margin: 0 auto 100px;
}

.titleBox h3{
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0;
}

.titleBox hr{
  width: 100%;
  max-width: 250px;
  margin: 20px auto;
}

.titleBox h2{
  font-size: 26px;
  letter-spacing: 4px;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1600px) {
  
  .conceptBox{
    max-width: 1200px;
  }
  
  .conceptBox div h4{
    padding: 30px;
  }
  
  .conceptBox div p{
    padding: 30px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1400px) {
  
  .conceptBox{
    max-width: 1000px;
  }
  
  .conceptBox div p{
    padding: 30px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .strengtBox{
    max-width: 800px;
  }
  
  .scratchBox{
    max-width: 800px;
  }
  
  .setBox{
    max-width: 800px;
  }
  
  .conceptBox{
    max-width: 600px;
    flex-wrap: wrap-reverse;
  }
  
  .conceptBox:nth-of-type(2){
    flex-wrap: wrap;
  }
  
  .conceptBox:last-of-type{
    flex-wrap: wrap;
  }
  
  .conceptBox .imgSlidewrap{
    width: 100%;
    height: 370px;
  }
  
  .conceptBox div{
    width: 100%;
  }
  
  #productWrap ul{
    max-width: 800px;
  }
  
  #productWrap ul li{
    flex-basis: 30%;
    margin-right: 3%;
  }
  
  #productWrap ul li a div:last-of-type h4{
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1000px) {
  #titleWrap .titleBox{
    flex-wrap: wrap-reverse;
  }
  
  #titleWrap .titleBox img{
    margin: 0 auto 30px;
  }
  
  .titleText{
    text-align: center;
    flex-basis: 100%;
  }
  
  #titleWrap .titleBox hr{
    margin: 20px auto;
  }
  
  #titleWrap .titleBox p{
    text-align: justify;
    text-justify: inter-ideograph;
  }
  
  #strengthWrap > ul{
    flex-wrap: wrap;
  }
  
  #strengthWrap > ul li{
    flex-basis: 100%;
    width: 100%;
    border-right: none;
  }
  
  #strengthWrap > ul li img{
    max-width: 350px;
  }
  #strengthWrap .methodCont{
    max-width: 600px;
  }
  .strengtBox{
    max-width: 600px;
  }
  
  .scratchBox{
    max-width: 600px;
    padding: 0px 30px 60px;
  }
  
  .scratchBox > div{
    width: 100%;
    margin-bottom: 30px;
  }
  
  .scratchBox h5{
    padding: 30px;
  }
  
  .scratchBox h5 br{
    display: none;
  }
  
  .strengtBox img{
    position: relative;
    margin-bottom: 30px;
  }
  
  .setBox{
    max-width: 600px;
  }
  
  #itemWrap ul{
    max-width: 600px;
  }
  
  #itemWrap ul li{
    flex-basis: 25%;
  }
  
  #productWrap ul{
    max-width: 500px;
    justify-content: space-between;
  }
  
  #productWrap ul li{
    flex-basis: 45%;
    margin-right: 0;
  }
  
  #faqWrap ul{
    max-width: 600px;
  }
  
  #faqWrap ul li{
    flex-basis: 100%;
    width: 100%;
  }
}

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

@media screen and (max-width: 600px){
  .titleBox h2{
    letter-spacing: 2px;
  }
  
  #titleWrap .titleBox p{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  
  #meritWrap h2{
    letter-spacing: 2px;
  }
  
  #strengthWrap h2{
    font-size: 22px;
    letter-spacing: 2px;
  }
  
  #meritWrap > p{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;    
  }
  
  #meritWrap > p{
    text-align: justify;
    text-justify: inter-ideograph;
  }
  
  .strengtBox{
    max-width: 330px;
  }
  
  .scratchBox{
    max-width: 330px;
  }
  
  .strengtBox > h3{
    letter-spacing: 2px;
  }
  
  .strengtBox > p{
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  
  #strengthWrap .methodCont{
    max-width: 330px;
  }
  
  .scratchBox h4{
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  .scratchBox h4 br{
    display: none;
  }
  
  .scratchBox > div{
    margin: 0 0 20px;
  }
  
  .scratchBox > div > div h5{
    padding: 0;
    margin-right: 20px;
  }
  
  .scratchBox h5{
    padding: 20px 20px;
  }
  
  .setBox{
    max-width: 330px;
  }
  
  .setBox h3{
    letter-spacing: 2px;
  }
  
  .setBox ul{
    flex-wrap: wrap;
  }
  
  .setBox ul li{
    margin: 0 auto;
    max-width: 120px;
  }
  
  #strengthWrap .methodCont{
    padding-top: 0px;
  }
  
  #itemWrap ul{
    max-width: 330px;
  }
  
  #itemWrap ul li{
    flex-basis: 50%;
  }
  
  #voiceWrap{
    padding: 100px 0;
    margin-bottom: 100px;
  }
  
  #voiceWrap ul{
    max-width: 330px;
  }
  
  #voiceWrap ul li{
    display: block;
    text-align: center;
  }
  
  #voiceWrap ul li i{
    font-size: 50px;
    margin-bottom: 10px;
  }
  
  #voiceWrap ul li h4{
    width: 100%;
  }
  
  #productWrap{
    margin-bottom: 100px;
  }
  
  #productWrap ul{
    max-width: 220px;
  }
  
  #productWrap ul li{
    flex-basis: 100%;
  }
  
  #faqWrap ul{
    max-width: 330px;
  }
}

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