@charset "utf-8";

/* ===================================
Quality
=================================== */
.mv-wrap {
  height: 322px;
  background: url(../images/quality/01/mv.png) 50% 50% / cover no-repeat;
  position: relative;
}
.mv-wrap::after {
  position: absolute;
  content: "image photo";
  font-size: 10px;
  bottom: 5px;
  right: 20px;
  color: #fff;
}
.mv-wrap .page-ttl {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 38px;
  color: #fff;
}
.mv-wrap .page-ttl::first-letter {
  font-size: 67px;
}
.lead {
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
}
.page-note p {
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .mv-wrap {
    height: 200px;
  }
  .mv-wrap .page-ttl {
    font-size: 30px;
  }
  .mv-wrap .page-ttl::first-letter {
    font-size: 48px;
  }
  .lead {
    font-size: 17px;
  }
  .page-note {
    padding: 70px 0 10px;
  }
}

main {
  overflow: hidden;
}

.tabs-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 90px 20px 0;
  margin-bottom: 40px;
}
.tabs-wrap li {
  max-width: 325px;
  width: 100%;
  height: 34px;
}
.tabs-wrap li .tab-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #1a1311;
  border: 1px solid #1a1311;
}
.tabs-wrap li.current .tab-inner {
  color: #fff;
  background: #1a1311;
}
@media screen and (max-width:767px) {
  .tabs-wrap {
    padding: 50px 0 0;
  }
  .tabs-wrap li .tab-inner {
    font-size: 16px;
  }
}

.sec-ttl {
  position: relative;
  margin-bottom: 16px;
}
.sec-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: #004339;
}
.sec-ttl span {
  max-width: 552px;
  width: 85%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  background: url(../images/quality/sec_ttl_bg.png) 0 0 / cover no-repeat;
  margin: 0 auto;
  position: relative;
}
.sec-lead {
  font-size: 17px;
  text-align: center;
  color: #1a1311;
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .sec-ttl span {
    font-size: 22px;
  }
  .sec-lead {
    font-size: 15px;
  }
}

.equipment-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 825px;
  margin: 0 auto;
}
.equipment-list::after {
  content: "";
  display: block;
  width: 29.1%;
}
.equipment-list li {
  width: 29.1%;
  margin-bottom: 40px;
}
.equipment-list li.half {
  width: 48%;
}
.equipment-list li.wide {
  width: 100%;
}
.equipment-list li .img-area {
  margin-bottom: 10px;
}
.equipment-list li .img-area img {
  width: 100%;
}
.item-ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
.sec01 {
  padding-bottom: 50px;
}
.sec02 {
  background: rgba(197,197,197,0.13);
}
.sec-wrap .content-wrap {
  position: relative;
}
.sec02 .content-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: calc(100vw - 100%);
  height: 100%;
  background: #fff;
}
.sec02 .sec-inner {
  padding: 90px 0 50px;
}
.sec02 .flex {
  display: flex;
  justify-content: space-between;
  max-width: 825px;
  margin: 0 auto;
}
.sec02 .flex .left {
  width: 29.5%;
}
.sec02 .flex .equipment-list {
  width: 70%;
  max-width: 530px;
  margin: 0;
}
.sec02 .flex .equipment-list li {
  width: 45.2%;
  margin-bottom: 52px;
}
.sec03 .content-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: calc((100vw - 100%)/2);
  height: 100%;
  background: rgba(197,197,197,0.13);
}
.sec03 .sec-inner {
  padding: 90px 0 50px;
}
.sec04 {
  background: rgba(146,146,146,0.2);
}
.sec04 .content-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: calc((100vw - 100%)/2);
  height: 100%;
  background: #fff;
}
.sec04 .sec-inner {
  padding: 90px 0 70px;
}
.sec04 .equipment-list {
  margin-bottom: 20px;
}
.sec04 .equipment-list::after {
  content: none;
}
.sec04 .equipment-list li {
  margin-bottom: 0;
}
.sec04 .equipment-list li:nth-child(1) {
  width: 38%;
}
.sec04 .equipment-list li:nth-child(2) {
  width: 58%;
}
.sec04 .item-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec04 .item-box:last-child {
  margin-bottom: 0;
}
.sec04 .item-box .img-area {
  width: 48%;
  margin-bottom: 0;
}
.sec04 .item-box .text-area {
  width: 48%;
}
.sec04 .item-box .text-area .item-ttl {
  margin-bottom: 5px;
}
.sec04 .item-box .text-area .text {
  font-size: 14px;
  letter-spacing: 1px;
}
.sec04 .note {
  font-size: 10px;
  text-align: right;
}
.sec05 {
  background: rgba(197,197,197,0.13);
}
.sec05 .sec-inner {
  padding: 90px 0 70px;
}
.sec05 .flex {
  display: flex;
  justify-content: space-between;
  max-width: 825px;
  margin: 0 auto;
}
.sec05 .flex .img-area {
  width: 29.1%;
}
.sec05 .flex .text-area {
  width: 65%;
}
.sec05 .flex .text-area .item-ttl {
  margin-bottom: 10px;
}
.sec06 .sec-inner {
  padding: 90px 0 70px;
}
.sec06 .content-inner {
  max-width: 825px;
  margin: 0 auto;
}
.sec06 .content-inner > .item-ttl {
  margin-bottom: 5px;
}
.sec06 .flex {
  display: flex;
  justify-content: space-between;
}
.sec06 .flex:nth-of-type(2) {
  align-items: flex-end;
  margin-bottom: 15px;
}
.sec06 .flex:nth-of-type(2) .left {
  width: 60.7%;
}
.sec06 .flex:nth-of-type(2) .left .box {
  display: block;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #546d89;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
}
.sec06 .flex:nth-of-type(2) .left .box span {
  font-size: 12px;
  color:#546d89 ;
}
.sec06 .flex:nth-of-type(2) .img-area {
  width: 29%;
}
.sec06 .flex:nth-of-type(3) {
  margin-bottom: 10px;
}
.sec06 .flex:nth-of-type(3) .img-area {
  width: 33.2%;
}
.sec06 .flex:nth-of-type(3) .text-area {
  width: 64%;
}
.sec06 .text {
  font-size: 14px;
  line-height: 1.5;
}
.sec06 .note {
  font-size: 10px;
}
.sec06 .flex:nth-of-type(3) .text-area .text {
  margin-bottom: 15px;
}
.sec06 .flex:nth-of-type(4) {
  margin-bottom: 30px;
}
.sec06 .flex:nth-of-type(4) .img-area {
  width: 30.2%;
}
.sec06 .flex:nth-of-type(4) .right {
  width: 65%;
}
.sec06 .flex:nth-of-type(4) .right ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.sec06 .flex:nth-of-type(4) .right ul li {
  width: 30%;
}
.sec06 .flex:nth-of-type(4) .right ul li .box-ttl {
  font-size: 18px;
  color: #004339;
  padding: 9px;
  background: #dfdfdf;
  margin-bottom: 10px;
  text-align: center;
}
.sec06 .flex:nth-of-type(4) .right .note {
  text-align: right;
}
.list-wrap {
  margin-bottom: 20px;
}
.list-wrap:last-of-type {
  margin-bottom: 0;
}
.list-wrap .sub-ttl {
  position: relative;
  margin-bottom: 15px;
}
.list-wrap .sub-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #474545;
}
.list-wrap .sub-ttl span {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 23px;
  color: #fff;
  background: #454545;
  position: relative;
}
.list-wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-wrap ul li {
  font-size: 13px;
}

@media screen and (max-width:767px) {
  .sec-wrap .content-wrap {
    padding: 0 10px;
  }
  .equipment-list li {
    width: 48%;
  }
  .equipment-list li.half {
    width: 100%;
  }
  .sec01 {
    padding-bottom: 0;
  }
  .sec02 .sec-inner {
    padding: 50px 0 0;
  }
  .sec02 .flex {
    flex-direction: column;
  }
  .sec02 .flex .left {
    width: 100%;
    margin: 0 auto 30px;
  }
  .sec02 .flex .left .img-area {
    text-align: center;
  }
  .sec02 .flex .equipment-list {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .flex .equipment-list li {
    width: 48%;
    margin-bottom: 40px;
  }
  .sec03 .sec-inner {
    padding: 50px 0 0;
  }
  .sec03 .equipment-list li {
    width: 100%;
  }
  .sec04 .sec-inner {
    padding: 50px 0;
  }
  .sec04 .equipment-list li:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec04 .equipment-list li:nth-child(2) {
    width: 100%;
  }
  .sec04 .item-box {
    flex-direction: column;
  }
  .sec04 .item-box .img-area {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec04 .item-box .text-area {
    width: 100%;
  }
  .sec05 .sec-inner {
    padding: 50px 0;
  }
  .sec05 .flex {
    flex-direction: column;
  }
  .sec05 .flex .img-area {
    width: 100%;
    margin-bottom: 10px;
  }
  .sec05 .flex .text-area {
    width: 100%;
  }
  .sec06 .sec-inner {
    padding: 50px 0 0;
  }
  .sec06 .content-inner > .item-ttl {
    margin-bottom: 20px;
  }
  .sec06 .flex {
    flex-direction: column;
  }
  .sec06 .flex:nth-of-type(2) {
    align-items: center;
  }
  .sec06 .flex:nth-of-type(2) .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .sec06 .flex:nth-of-type(2) .img-area {
    width: 100%;
    max-width: 236px;
    text-align: center;
  }
  .sec06 .flex:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .sec06 .flex:nth-of-type(3) .img-area {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec06 .flex:nth-of-type(3) .text-area {
    width: 100%;
  }
  .sec06 .flex:nth-of-type(4) .img-area {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec06 .flex:nth-of-type(4) .right {
    width: 100%;
  }
  .sec06 .flex:nth-of-type(4) .right ul {
    flex-direction: column;
  }
  .sec06 .flex:nth-of-type(4) .right ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .list-wrap ul {
    flex-direction: column;
  }
  .sec06 .flex:nth-of-type(4) .right .note {
    text-align: left;
  }
}