/*--#e7380d*/
.mv {
  background-image: url("/about/about-bantei/img/mvbg.jpg");
}

.ancTab {
  width: 100%;
  margin: 0 auto 110px;
  max-width: 680px;
  /*max-width: 900px;*/
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 940px) {
  .ancTab {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .ancTab {
    width: 90%;
    margin: 0 auto 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ancTab > li {
  /*width:23%;*/
  width: 31%;
  display: table;
}
@media screen and (max-width: 768px) {
  .ancTab > li {
    /*width:46%;*/
    margin-bottom: 30px;
  }
}
.ancTab > li a {
  position: relative;
  font-size: 1.8rem;
  /*font-weight: bold;*/
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  text-align: center;
  color: #e7380d;
  text-decoration: none;
  border-bottom: #e7380d 1px solid;
  padding-bottom: 5px;
  line-height: 1.2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ancTab > li a {
    font-size: 1.6rem;
  }
}
.ancTab > li a:hover {
  opacity: 0.6;
}
.ancTab > li a:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -16px;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #FFF;
  z-index: 2;
}
.ancTab > li a:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -17px;
  border-top: 11px solid #e7380d;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 11px solid transparent;
  z-index: 1;
}

.boxTtl {
  display: table;
  margin: 0 auto 45px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .boxTtl {
    margin: 0 auto 30px;
  }
}
.boxTtl em {
  font-size: 3.8rem;
  text-align: center;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .boxTtl em {
    font-size: 2.6rem;
  }
}
.boxTtl span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.boxTtl span.bBox {
  background-color: #000000;
  color: #ffffff;
  display: table;
  margin: 10px auto 0;
  padding: 5px 20px;
}

.onlyArea {
  width: 100%;
  position: relative;
  margin: 0 auto 90px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .onlyArea {
    margin: 0 auto 40px;
  }
}
.onlyArea:before {
  position: absolute;
  content: "";
  width: 298px;
  height: 216px;
  background: url("/about/about-bantei/img/onlyone.svg") no-repeat center top;
  display: inline-block;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .onlyArea:before {
    width: 40%;
    background-size: 100% auto;
  }
}
.onlyArea .onlyBox {
  width: 100%;
  margin: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .onlyArea .onlyBox {
    width: 94%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  .onlyArea .onlyBox {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.onlyArea .onlyBox > li {
  width: 50%;
  background-color: #eeeeee;
}
@media screen and (max-width: 768px) {
  .onlyArea .onlyBox > li {
    width: 100%;
  }
}
.onlyArea .onlyBox > li.imgBg {
  background-image: url("/about/about-bantei/img/onlybox_bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  min-height: 510px;
}
@media screen and (max-width: 768px) {
  .onlyArea .onlyBox > li.imgBg {
    min-height: 300px;
    background-size: cover;
  }
}
@media screen and (min-width: 1480px) {
  .onlyArea .onlyBox > li.imgBg {
    background-size: cover;
  }
}
.onlyArea .onlyBox > li.txtBox .inner {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  .onlyArea .onlyBox > li.txtBox .inner {
    padding: 40px 5%;
  }
}
.onlyArea .onlyBox > li.txtBox .inner .logo {
  margin: 0 auto 50px;
  max-width: 270px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .onlyArea .onlyBox > li.txtBox .inner .logo {
    margin: 0 auto 30px;
    max-width: 160px;
  }
}
.onlyArea .onlyBox > li.txtBox .inner .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .onlyArea .onlyBox > li.txtBox .inner .txt {
    font-size: 1.6rem;
  }
}

/*
#history{
}
*/
#figures {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #figures {
    margin-bottom: 60px;
  }
}

.countList {
  width: 100%;
}
.countList > li {
  display: flex;
  width: 100%;
  border-bottom: 1px #000000 solid;
}
.countList > li:first-child {
  border-top: 1px #000000 solid;
}
.countList > li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .countList > li {
    display: block;
  }
}
.countList > li .img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .countList > li .img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
.countList > li .img img {
  opacity: 0;
}
.countList > li .img img.anm1.mv1 {
  opacity: 1;
  animation-name: fadeIn;
  animation-delay: 2s;
}
@media screen and (max-width: 768px) {
  .countList > li .img img.anm1.mv1 {
    animation-delay: 3s;
  }
}
.countList > li .img img.anm2.mv2 {
  opacity: 1;
  animation-name: fadeIn;
  animation-delay: 5s;
}
@media screen and (max-width: 768px) {
  .countList > li .img img.anm2.mv2 {
    animation-delay: 3s;
  }
}
.countList > li .img img.anm3.mv3 {
  opacity: 1;
  animation-name: fadeIn;
  animation-delay: 5s;
}
@media screen and (max-width: 768px) {
  .countList > li .img img.anm3.mv3 {
    animation-delay: 3s;
  }
}
.countList > li .img img.anm4.mv4 {
  opacity: 1;
  animation-name: fadeIn;
  animation-delay: 5s;
}
@media screen and (max-width: 768px) {
  .countList > li .img img.anm4.mv4 {
    animation-delay: 3s;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.countList > li .txtBox {
  width: 50%;
  padding: 70px 10px;
}
@media screen and (max-width: 768px) {
  .countList > li .txtBox {
    width: 100%;
    padding: 0px 5% 30px;
  }
}
.countList > li .txtBox .qa {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .countList > li .txtBox .qa {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}
.countList > li .txtBox .txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  .countList > li .txtBox .txt {
    font-size: 1.4rem;
  }
}
.countList > li .txtBox .qaData {
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  .countList > li .txtBox .qaData {
    text-align: center;
  }
  .countList > li .txtBox .qaData.tr80 {
    transform: scale(0.8, 1);
    width: 125%;
    margin-left: -12.5%;
  }
}
.countList > li .txtBox .qaData span {
  font-size: 3.2rem;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .countList > li .txtBox .qaData span {
    font-size: 2.4rem;
  }
}
.countList > li .txtBox .qaData em {
  display: inline-block;
  font-weight: bold;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 520px) {
  .countList > li .txtBox .qaData em {
    font-size: 6rem;
  }
}

#case {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #case {
    margin-bottom: 60px;
  }
}
#case .caseList {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1500px) {
  #case .caseList {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  #case .caseList {
    display: block;
  }
}
#case .caseList > li {
  min-height: 100px;
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  #case .caseList > li {
    width: 100%;
    margin-bottom: 40px;
  }
}
#case .caseList > li .caseBg1 {
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 520px) {
  #case .caseList > li .caseBg1 {
    min-height: 200px;
    background-size: cover;
  }
}
#case .caseList > li .caseBg2 {
  min-height: 280px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 520px) {
  #case .caseList > li .caseBg2 {
    min-height: 200px;
    background-size: cover;
  }
}
#case .caseList > li .caseTxt {
  min-height: 280px;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  #case .caseList > li .caseTxt {
    padding: 20px 5%;
    min-height: 200px;
  }
}
#case .caseList > li .caseTxt h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #case .caseList > li .caseTxt h3 {
    font-size: 1.6rem;
  }
}
#case .caseList > li .caseTxt .txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #case .caseList > li .caseTxt .txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#case .caseList > li.caseGrp1 .caseBg1 {
  background-image: url("/about/about-bantei/img/casegrp1_01.jpg");
}
#case .caseList > li.caseGrp1 .caseBg2 {
  background-image: url("/about/about-bantei/img/casegrp1_02.jpg");
}
#case .caseList > li.caseGrp1 .caseTxt {
  background-color: #eeeeee;
}
#case .caseList > li.caseGrp2 {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  #case .caseList > li.caseGrp2 {
    margin-top: 0px;
  }
}
#case .caseList > li.caseGrp2 .caseBg1 {
  background-image: url("/about/about-bantei/img/casegrp2_01.jpg");
}
#case .caseList > li.caseGrp2 .caseBg2 {
  background-image: url("/about/about-bantei/img/casegrp2_02.jpg");
}
#case .caseList > li.caseGrp2 .caseTxt {
  background-color: #ffffff;
}
#case .caseList > li.caseGrp3 {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  #case .caseList > li.caseGrp3 {
    margin-top: 0px;
  }
}
#case .caseList > li.caseGrp3 .caseBg1 {
  background-image: url("/about/about-bantei/img/casegrp3_01.jpg");
}
#case .caseList > li.caseGrp3 .caseBg2 {
  background-image: url("/about/about-bantei/img/casegrp3_02.jpg");
}
#case .caseList > li.caseGrp3 .caseTxt {
  background-color: #eeeeee;
}
