@charset "utf-8";
/**about*/
.about-main-wrap {
  padding-left:1.4rem;
  padding-top:1.2rem;
  padding-bottom:2rem;
}
.about-main-wrap .about-part-1 .img-1{
  float: left;
  margin-right:-.6rem;
}

.about-part-2 {
  clear: both;
  position: relative;
  /* justify-content: space-between; */
  padding-top:.666rem;
  padding-right:1.4rem;
  word-spacing: 0;

}
.about-part-2 .first-sx {
  position: absolute;
  right:0;
  top:2.84rem;
  z-index:1;
  display: block;
  width:.32rem;
  height:1rem;
  border-right: 1px solid #878686;
}
.about-part-2 .last-sx {
  position: absolute;
  left:0;
  bottom:.1rem;
  z-index:1;
  display: block;
  width:.16rem;
  height:1rem;
  border-right: 1px solid #878686;
}
.about-part-2 .img-box {
  position: absolute;
  top:.666rem;
  left:0;
  z-index:1;
  width:.84rem;
}
.about-part-2 .img-box img {
  max-width: 100%;
}
.about-part-2 .content {
  position: relative;
  margin:0 auto;
  padding-right:.32rem;
  padding-top:2.84rem;
  height: 5.2rem;
  font-size:.24rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

/***/
.faq-title {
  padding-top:1.1rem;
  padding-bottom:.5rem;
  text-align: center;
  color:#3a3939; 
  font-family: "Futura LT";
  font-size:.4rem;
  line-height: 1;
}
.faq-list {
  width:100%;
  color:#3a3939;
}
.faq-list .item {
  padding:.53rem 0;
  border-bottom:1px solid #878686;
}
.faq-list .item .row {
  display: flex;
  align-items: center;
  margin-bottom:.24rem;
}
.faq-list .item .title {
  width:.9rem;
  font-size:.4rem;
  font-family: "Futura LT";
}
.faq-list .item .content{
  line-height: 1.7;
  font-size:.24rem;
}


/***/
.layout-main-wrap {
  padding:0 0 .4rem;
  font-size:.24rem;
  color:#3a3939;
}
.layout-main-wrap .content {
  padding:.24rem .56rem 0;
  line-height: 2.2;
}
.layout-main-wrap .content img {
  max-width: 100%;
}
.layout-main-wrap .part {margin-bottom:.4rem;}
.layout-main-wrap .list li {
  /* padding-left:12px; */
  list-style-image: url("images/icon-list-style-1.gif?v=2");
  list-style-position: inside;
  line-height: 2;
}

/****/
.company-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height:14.4rem;
  font-size:42px;
  line-height: 1.9;
  text-align: center;
}
.company-wrap .name {
  margin-bottom:1rem;
  text-align: center;
  font-size:.32rem;
}
.company-wrap .name .big {
  font-size:.4rem;
}
.company-wrap .addr {
  display: inline-block;
  padding:1rem 0;
  font-size:.4rem;
  border-top:1px solid #878686;
  border-bottom:1px solid #878686;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
}
/*****/
.awards-main-wrap {
  padding-bottom:1.2rem;
}
.awards-main-wrap .img-wrap {
  padding:.8rem 0;
  text-align: center;
}
.awards-main-wrap .title-img {padding-top:.55rem;text-align: center;}
.awards-main-wrap .title-img img {
  width:.62rem;
}
.awards-main-wrap .img-wrap img {max-width: 100%;}
.awards-main-wrap .content {
  font-size:.24rem;
  line-height: 1.8;
  letter-spacing: 2px;
  /* word-break: break-all; */
}
.awards-main-wrap .fg {
  margin:0 auto;
  width:1.2rem;
  height:.8rem;
  border-top:1px solid #878686;
}

/*****/
.history-main-wrap {
  padding-top:.32rem;
  padding-bottom:20px;
}
.history-main-wrap .img-wrap {
  margin:0 auto;
  width:3.6rem;
}
.history-main-wrap .update {
  padding-top:2px;
  font-size:.16rem;
  color:#040404;
  text-align: right;
  font-family: "Futura LT";
  line-height: 1;
}
.history-main-wrap .list {
  margin:0 auto;
  padding-top:.6rem;
  font-size:.24rem;
}
.history-main-wrap .list .row {
  display: -webkit-box;
}
.history-main-wrap .list .row .content,.history-main-wrap .list .row .date {
  padding:.3rem .2rem;
  box-sizing:border-box;
  width:50%;
}
.history-main-wrap .list .row .left-info {
  border-right:1px solid #878686;
  position: relative;
}
.history-main-wrap .row .left-info::after {
  content:"";
  display: inline-block;
  position: absolute;
  right:-.06rem;
  top:.4rem;
  z-index: 1;
  width:.12rem;
  height:.12rem;
  border-radius: 100%;
  background:#878686;
}
.history-main-wrap .list .row-style-1 div:first-child{
  text-align: right;
}
.history-main-wrap .align-right {text-align: right;}

/****/
.story-main-wrap {
  position: relative;
  padding:2rem 0 3rem;
  text-align: center;
}
.story-main-wrap .title-img {
  position: absolute;
  top:3rem;
  right:1.2rem;
  z-index: 1;
  width:.56rem;
}
.story-main-wrap .main-content {
  padding-left:2rem;
}
.story-main-wrap .fg {
  margin-bottom:.6rem;
  height:4.2rem;
  width:1rem;
  border-left:1px solid #878686;
  transform:rotate(45deg);
  transform-origin: left bottom;
  opacity: .6;
}
.story-main-wrap .content {
  padding-right:1.2rem;
  
  height:6rem;
  font-size:.32rem;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  background:url(images/about-story-bg.png) no-repeat right bottom;
  background-size:3.73rem auto;
}