@charset "UTF-8";
header {
  background: none;
  height: auto;
  margin-bottom: 0;
}
main {
  max-width: 100%;
}
#mainVisual .box1 {
  width: 100%;
  height: 650px;
  background: url("../img/top/main.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
#mainVisual .box1 img {
  display: block;
  width: 310px;
  height: auto;
  position: absolute;
  top: 9%;
  right: 14%;
}
#mainVisual .box2 {
  width: 100%;
  height: 560px;
  background: url("../img/top/washi-bg.jpg") 50% 50%;
  background-size: cover;
  position: relative;
}
#mainVisual .box2 img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-right: 7%;
}
footer {
  border-top: none;
}
@media screen and (max-width:767px) {
  header {
    height: 60px;
  }
  #mainVisual .box1 {
    height: 493px;
    background: url("../img/top/main-sp.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  #mainVisual .box1 img {
    width: 186px;
    height: auto;
    top: 13%;
    right: 1%;
  }
  #mainVisual .box2 {
    background: url("../img/top/washi-bg-sp.jpg") 50% 0;
    background-size: 100% auto;
    height: 684px;
  }
  #mainVisual .box2 img {
    width: 340px;
    height: auto;
    padding-right: 0;
    padding-top: 10%;
  }
  footer {
    padding-top: 40px;
  }
}
@media screen and (max-width:320px) {
  #mainVisual {
    overflow: hidden;
  }
  #mainVisual .box2 img {
    width: 100%;
    height: auto;
  }
}

.bgStyA {
  background-color: #F3EAE6;
  padding: 100px 0;
}
.bgStyB {
  color: #fff;
  background: rgb(182,82,60);
  background: linear-gradient(90deg, rgba(182,82,60,1) 0%, rgba(165,53,14,1) 100%);
}
.bgStyBin {
  background: url("../img/top/pattern.png") repeat-x 0 100%;
  padding: 100px 0;
}
.bgStyC {
  background: url("../img/top/washi-bg.jpg") 50% 50%;
  background-size: cover;
  padding: 100px 0;
}
.boxIn {
  width: 1080px;
  margin: auto;
}
#introduction .boxIn,
#company .boxIn {
  width: 800px;
}
h2 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 50px;
}
.boxIn h2:nth-of-type(n+2) {
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .bgStyA {
    padding: 60px 0 50px;
  }
  .bgStyA#company {
    padding-bottom: 75px;
  }
  .bgStyBin {
    background: url("../img/menubg.png") repeat-x 0 100%;
    padding: 60px 0 75px;
  }
  .bgStyC {
    background: url("../img/top/washi-bg-sp.jpg") 50% 0;
    background-size: 100% auto;
    padding: 60px 0 50px;
  }
  .boxIn {
    width: calc(100% - 30px);
  }
  #introduction .boxIn,
  #company .boxIn {
     width: 100%;
  }
  h2 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .boxIn h2:nth-of-type(n+2) {
    margin-top: 70px;
  }
}

#news ul {
  border-top: 1px solid #DDD3CA;
}
#news ul li {
  border-bottom: 1px solid #DDD3CA;
  padding: 25px 20px;
  line-height: 1.6;
}
#news ul li span:first-child {
  display: inline-block;
  width: 140px;
  color: #4D4D4D;
}
#news ul li a {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  #news ul li {
    padding: 20px 20px 15px;
  }
  #news ul li span {
    display: block;
    margin-bottom: 5px;
}
  #news ul li span:first-child {
    width: 100%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
.imgBox > div {
  width: 240px;
  margin-right: 40px;
}
.imgBox > div:nth-of-type(4n) {
  margin-right: 0;
}
.imgBox > div img {
  width: 100%;
  height: auto;
}
.imgBox > div p {
  line-height: 1.6;
  margin-top: 0.5em;
}
@media screen and (max-width:767px) {
  .flex {
    width: 100%;
    display: block;
  }
  .imgBox {
    display: flex;
    width: 340px;
  }
  .imgBox > div {
    width: 160px;
    margin-right: 0;
    margin-bottom: 35px;
  }
  .imgBox > div:nth-of-type(4n) {
    margin-right: 0;
  }
  .imgBox > div:nth-of-type(odd) {
    margin-right: 20px;
  }
}
@media screen and (max-width:320px) {
  .imgBox {
    display: flex;
    width: 100%;
  }
  .imgBox > div {
    width: 135px;
  }
}


.boxIn .img img {
  display: block;
  margin: auto auto 40px;
  width: 100%;
  height: auto;
}
.boxIn .textBox {
  line-height: 1.6;
  margin: auto;
  width: 800px;
}
.boxIn .textBox .text {
  width: 720px;
  margin: auto;
}
#company .textBox {
  margin-top: 45px;
}
#introduction .textBox strong {
  display: block;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 30px;
}
.boxIn .textBox .link {
  text-align: right;
}
.boxIn .textBox .link a {
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0 10px 10px;
  margin-top: 45px;
}
.boxIn .textBox .link a img {
  vertical-align: middle;
  margin-left: 10px;
}
#introduction .textBox .link a {
  color: #fff;
}
@media screen and (max-width:767px) {
  .boxIn .textBox .text {
    width: 100%;
  }
  .boxIn .textBox .text br {
    display: none;
  }
  #introduction .textBox,
  #company .textBox {
     width: calc(100% - 30px);
    margin: auto;
  }
  #introduction .textBox strong {
    font-size: 2.6rem;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}

#products .flex {
  justify-content: space-between;
}
.flex .proBox {
  width: 340px;
  margin-bottom: 60px;
  height: 410px;
  background-color: #fff;
}
.flex .proBox a {
  display: block;
}
.flex .proBox .img {
  width: 100%;
  height: auto;
}
.flex .proBox .img img {
  width:100%;
  height: auto;
  margin-bottom: 0;
}
.flex .proBox div {
  padding: 10px 19px 0;
}
.flex .proBox div h3 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex .proBox div .text {
  line-height: 1.6;
}
.bnrLink {
  text-align: center;
  margin-top: -10px;
}
@media screen and (max-width:767px) {
  .flex .proBox {
    width: 100%;
    height: auto;
    margin: auto auto 20px;
    padding-bottom: 15px;
  }
  .flex .proBox a {
    padding-bottom: 24px;
  }
  .bnrLink img {
    width: 100%;
    height: auto;
    margin: 30px auto;
  }
}
