@charset "UTF-8";

.mainvisual .tit{
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .mainvisual .tit{
    max-width: none;
    width: 62%;
  }
}


.taL{text-align:left !important;}
.taC{text-align:center !important;}
.taR{text-align:right !important;}

.marT00{margin-top: 0;}
.marT03{margin-top: 3px;}
.marT10{margin-top: 10px;}
.marT15{margin-top: 15px;}
.cap{
  font-weight: 500;
  font-size:10px;
  line-height:1.4;
  letter-spacing: normal;
  color: #777;
}
#page{
  margin-bottom: 0;
  padding-bottom: 0;
}

.sp{display:none;}
.pc{display:block;}

.spIL{display:none;}
.pcIL{display:inline;}

.conSP{
  margin-left:0 !important;
  margin-right:0 !important;
}
.conPC{
  max-width:1100px;
  width: auto !important;
  width: 1100px;
  /**/
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:10px;
  padding-right:10px;
}

a:link,
a:visited{}
a:active,
a:not(.disabled):hover{
  text-decoration:none;
  }
a,
.hover{
  -webkit-transition: .3s;
  transition: .3s;
  }
a:not(.noRO):hover,
.hover:hover{
  filter:alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7; 
  opacity:0.7;
  zoom:1; 
  }

.hover img:hover {
  filter: alpha(opacity=70);/* IE lt 8 */
  -ms-filter: "alpha(opacity=70)"; /* IE 8 */
  }

.disabled{
  text-decoration:none;
}

#pageH{
  margin: 0 0 70px 0;
  }
#pageH > img{}
#pageTtl{
  font-size: 385%;
  }
#pageH .cap{
  right: 20px;
  }

.lead01{
  font-size: 14px;
  }
.section{
  margin: 0 0 80px 0;
  }
.section:last-child{
  margin-bottom: 0;
}
.section02{
  margin: 0 0 50px 0;
  }
.caption{
  margin: 0 0 30px 0;
}

#pageH{
  position: relative;
  overflow: hidden;
  margin: 60px auto 70px;
  max-width: 1000px;
  width: 90%;
}
#pageTtl {
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  text-align: left;
  line-height: 1.0;
  letter-spacing: normal;
  color: #fff;
  font-weight: normal;
  font-size: 50px;
}
#pageH .cap {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-align: right;
  width: 100%;
  padding: 0;
  font-size: 10px !important;
  color: #000;
}
.conPC {
  max-width: 1000px;
  width: auto !important;
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 10px;
  padding-right: 10px;
}
.copy00 {
  margin: 0 0 .5em 0;
  font-size: 40px;
  color: #1c7d00;
  letter-spacing: .2rem;
  font-weight: normal;
  font-weight: 500;
  text-align: center;
}
.copy01 {
  margin: 0 0 1em 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  font-weight: normal;
  font-weight: 500;
  text-align: center;
}
.copy01 sup{
  font-size: 12px;
}

@media print, screen and (min-width:768px) {
  
  a.anchor{
    display: block;
    padding-top: 130px;
    margin-top: -130px;
  }
  
  .copy00{
    margin:0 0 0.5em 0;
  }
}
@media print, screen and (max-width:767px) {
.pageTit{
}
.copy00 {
  font-size: 24px;
}
}


.nav-box {
  padding: 90px 0 20px;
}
.nav-box .midashi{
  font-size: 46px;
  line-height: 1;
  text-align: center;
  margin: 0 0 80px;
}
.nav-box ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1280px;
  width: 94%;
}
.nav-box ul li{
  width: 24%;
  border-right: solid 1px #060001;
  box-sizing: border-box;
  padding: 0 10px;
}
.nav-box ul li:last-child{
  border-right: none
}
.nav-box ul li a{
  display: block;
  transition: .3s;
  padding: 20px 5px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #656464;
  letter-spacing: .15rem;
  position: relative;
}
.nav-box ul li a strong{
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.nav-box ul li a span{
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 5px;
  transition: .3s;
}
.nav-box ul li a:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #866659;
  transition: .3s;
  opacity: 0;
}
.nav-box ul li.current a,
.nav-box ul li a:hover{
  color: #fff;
}
.nav-box ul li.current a:before,
.nav-box ul li a:hover:before,
.nav-box ul li a:hover{
  opacity: 1;
}
@media print, screen and (max-width:767px) {
  .nav-box {
    padding: 20px 0 10px;
    background-color: initial;
  }
  .nav-box .midashi{
    font-size: 20px;
    margin: 0 0 30px;
  }
  .nav-box ul li{
    width: 50%;
    border-right: solid 1px #2f7261;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0 0 10px;
  }
  .nav-box ul li:nth-child(odd){
    border-left: solid 1px #2f7261;
  }
  .nav-box ul li:last-child{
    border-right: solid 1px #2f7261;
  }
  .nav-box ul li a{
    padding: 10px 0;
    font-size: 12px;
    letter-spacing: 0;
  }
  .nav-box ul li a span{
    font-size: 10px;
  }
}

.quaBox01{
  padding: 20px;
  background: #866659;
  color: #fff;
  margin: 0;
}
.quaBox01 p.cap{
  color: #fff;
}
.quaCopy01 {
  margin: 0 0 40px;
  font-size: 40px;
  line-height: 1.4;
  text-align: left;
  font-weight: normal;
  display: block;
  width: 100%;
}
.quaCopy01 span{
  font-size: 20px;
}
.quaBox01{
  padding: 50px 4.6%;
}
.quaBox01 p.cap{}
.quaBox02{
  padding: 50px 3%;
}
.quaUnit{
  margin: 0 0 50px 0;
}
.copy01 {
  font-size: 20px;
  margin: 0 0 20px;
}
.quaUnit.line{
  padding: 50px 0 0 0;
  border-top: 1px solid #ccc;
}
.quaUnit.line:first-of-type{
  border: none;
}
.quaTtl{
  margin: 0 0 1.0em 0;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: normal;
}
.quaTxt{
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: normal;
}
.quaBox01 .in{
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lead01{
  font-size: 18px;
  line-height: 2;
}
.quaBox01 .in .quaTxtBox{
  width: 48%;
}
.quaBox01 .in .quaImgBox{
  width: 48%;
}
.safTtl,
.strTtl{
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  background: #005d4a;
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: normal;
}
@media print, screen and (max-width:767px) {
  .quaBox01{
    padding: 10px;
  }
  .quaCopy01 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
  }
  .quaCopy01 span{
    font-size: 20px;
  }
  .quaBox01{
    padding: 20px 10px;
    margin: 0;
  }
  .quaBox01 p.cap{}
  .quaBox02{
    padding: 50px 3%;
  }
  .quaUnit{
    margin: 0 0 50px 0;
  }
  .copy01 {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
  }
  .quaUnit.line{
    padding: 30px 0 0 0;
  }
  .quaTtl{
    font-size: 14px;
  }
  .quaTxt{
    font-size: 12px;
  }
  .quaBox01 .in{
    display: block;
  }
  .lead01{
    font-size: 12px;
    line-height: 2;
  }
  .quaBox01 .in .quaTxtBox{
    width: 100%;
    margin-bottom: 15px;
  }
  .quaBox01 .in .quaImgBox{
    width: 100%;
  }
  .safTtl,
  .strTtl{
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background: #005d4a;
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: normal;
  }
}

.sec-tit{
  max-width: 1270px;
  width: 94%;
  margin: 0 auto 3%;
  position: relative;
  padding: 0 0 0 14%;
}
@media print, screen and (min-width:1500px) {
  .sec-tit{
    padding: 0 0 0 200px;
  }
}
.sec-tit .circle{
  width: 12%;
  height: 0;
  padding-top: 12%;
  border: solid 1px #b81c22;
  text-align: center;
  position: relative;
}
.sec-tit .circle strong{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #b81c22;
  font-size: clamp(18px, 2.4vw, 36px);
  font-weight: 300;
  letter-spacing: .2rem;
}
.sec-tit .t1{
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}
.sec-tit .t2{
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
  font-weight: 400;
  margin-top: 10px;
}
@media print, screen and (min-width:768px) {
  .sec-tit .circle{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media print, screen and (max-width:767px) {
  .sec-tit{
    width: 100%;
    margin: 0 auto 5%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .sec-tit .circle{
    width: 18%;
    padding-top: 18%;
  }
  .sec-tit .circle strong{
    font-size: 4vw;
  }
  .sec-tit .t1{
    width: 78%;
    font-size: 3.6vw;
  }
  .sec-tit .t2{
    width: 100%;
    margin-top: 2%;
    font-size: 3vw;
  }
}

/* SAFETY ////////////////////////////// */
.saf-list{
  padding: 10px 0 0;
}
.saf-list .sec-tit{
  max-width: 1160px;
}
.saf-list li:nth-child(even){
  background-color: #EBEBEB;
}
.saf-list li:last-child{
  background-color: #866659;
}
.saf-list li{
  padding: 5% 0;
}
.saf-list li .box{
  max-width: 1160px;
  width: 94%;
  margin: 0 auto;
}
.saf-list li .box img{
  max-width: 1010px;
  width: 94%;
  margin: 0 0 0 auto;
  display: block;
}
@media print, screen and (max-width:767px) {
  .saf-list{
    padding: 30px 0 10px;
    margin: 0;
  }
  .saf-list li{
    width: 90%;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #005d4a;
  }
  .saf-list li:nth-child(even){
    background-color: inherit;
  }
  .saf-list li:nth-child(3){
    border-bottom: none;
  }
  .saf-list li:last-child{
    border-bottom: none;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 5%;
    margin: 0;
    background-color: #866659;
  }
  .saf-list li .box{
    width: 100%;
  }
  .saf-list li .box img{
    width: 100%;
  }
}

li .sub{
  max-width: 1160px;
  width: 94%;
  margin: 50px auto 0;
}
li .sub .inner{
  background-color: #f6f3e7;
  padding: 30px;
  box-sizing: border-box;
  max-width: 1010px;
  width: 94%;
  margin: 0 0 0 auto;
}
li .sub .inner .sec-tit{
  padding: 0;
}
li .sub .inner .box{
}
li .sub .inner .box img{
  width: 100%!important;
}
@media print, screen and (max-width:767px) {
  li .sub{
    margin: 30px auto 0;
    width: 100%;
  }
  li .sub .inner{
    padding: 15px;
    width: 100%;
    margin: 0 auto;
  }
}

/* STRENGTH ////////////////////////////// */
.strTtl{
  margin-bottom: 30px;
}
/*str01*/
#str01 .quaTxtBox{
  float: left;
  width: 50%;
  margin: 0 0 0 0;
}
#str01 .quaTxtBox .lead01 sup{
  font-size: 10px;
}
#str01 .quaImgBox{
  float: right;
  width: 43.87%;
}
#str01 .quaImgBox img{
  margin-bottom: .5em;
}
#str01 .mark {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin: 0 1px 0;
  vertical-align: text-top;
  border:solid 1px #fff;
}
#str01 .shikaku1{
  background-color: #3e3a39;
}
#str01 .shikaku2{
  background-color: #727171;
}
#str01 .maru1{
  background-color: #727171;
  border-radius: 20px;
}
/*str02*/
#str02 .str-list{
  padding: 10px 0 0;
}
#str02 .str-list li:nth-child(even){
  background-color: #EBEBEB;
}
#str02 .str-list li{
  padding: 5% 0;
}
#str02 .str-list li .box{
  max-width: 1160px;
  width: 94%;
  margin: 0 auto;
}
#str02 .str-list li .box img{
  max-width: 1010px;
  width: 94%;
  margin: 0 0 0 auto;
  display: block;
}
@media print, screen and (max-width:767px) {
  .strTtl{}
  /*str01*/
  #str01{}
  #str01 .quaTxtBox{
    margin: 0 0 20px 0;
    width: 100%;
  }
  #str01 .quaImgBox{
    width: 100%;
  }

  /*str02*/
  #str02 .str-list{
    padding: 30px 0 10px;
    margin: 0;
  }
  #str02 .str-list li{
    width: 90%;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #005d4a;
  }
  #str02 .str-list li:nth-child(even){
    background-color: inherit;
  }
  #str02 .str-list li:nth-child(3){
    border-bottom: none;
  }
  #str02 .str-list li .box{
    width: 100%;
  }
  #str02 .str-list li .box img{
    width: 100%;
  }
}

/* AFTER SUPORT ////////////////////////////// */

/*aft01*/
#aft01{}
#aft01 .quaTxtBox{
  float: left;
  width: 53.06%;
  margin: 0 0 0 0;
}
#aft01.quaBox01 .in .quaImgBox{
  width: 100%;
}
#aft01 .quaImgBox{
  margin: 2em 0;
}
#aft01 .quaImgBox img{
  margin-bottom: .5em;
}
#aft01 .mark {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin: 0 1px 0;
  vertical-align: text-top;
  border:solid 1px #fff;
}
#aft01 .shikaku1{
  background-color: #3e3a39;
}
#aft01 .shikaku2{
  background-color: #727171;
}
#aft01 .maru1{
  background-color: #866659;
  border-radius: 20px;
  transform: translateY(3px);
}

/*aft02*/
#aft02{
  max-width: 510px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#aft02 .quaTtl{
  font-size: 20px;
}
/*aft03*/
#aft03{
  margin-bottom: 30px;
  background-color: #fff;
}
#aft03 .quaUnit{
  float: left;
  width: 30%;
  margin: 10px 5% 0 0;
}
#aft03 .quaUnit:nth-of-type(3n){
  margin-right: 0;
}
#aft03 section.quaUnit:nth-of-type(1){
  transition-delay: 0s;
}
#aft03 section.quaUnit:nth-of-type(2){
  transition-delay: .1s;
}
#aft03 section.quaUnit:nth-of-type(3){
  transition-delay: .2s;
}
#aft03 .quaTtl1{
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  color: #b81c22;
}
#aft03 .quaTtl2{
  text-align: center;
  font-size: 18px;
  background-color: #b81c22;
  color: #fff;
  padding: 5px 0;
  font-weight: 400;
}
#aft03 .quaTtl3{
  text-align: center;
  font-size: 32px;
  margin: 0 20px 0 0;
  font-weight: 400;
  min-width: 350px;
  width: 350px;
  line-height: 1.2;
}
#aft03 .quaTtl3 strong{
  font-size: 42px;
  font-weight: 400;
}
#aft03 .txt1{
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
}
#aft03 .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}
#aft03 .flex .txt1{
  text-align: left;
}
#aft03 .icon{
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#aft03 .icon:after{
  display: none;
}
#aft03 .icon li{
  width: calc(100% / 6 - 10px);
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #b81c22;
}
#aft03 .icon li .img{
  border: solid 1px #b81c22;
  padding: 0;
  border-radius: 15px;
  margin-bottom: 10px;
}
@media print, screen and (max-width:767px) {
  /*aft01*/
  #aft01{}
  #aft01 .quaTxtBox{
    margin: 0 0 20px 0;
  }
  #aft01 .quaImgBox{}

  /*aft02*/
  #aft02{}

  /*aft03*/
  #aft03{}
  #aft03 .quaTtl1{
    font-size: 24px;
  }
  #aft03 .quaTtl2{
    font-size: 14px;
  }
#aft03 .quaTtl3{
  font-size: 18px;
  margin: 0 0 10px;
  min-width: auto;
  width: 100%;
  line-height: 1.2;
}
#aft03 .quaTtl3 strong{
  font-size: 18px;
}
#aft03 .txt1{
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
}
#aft03 .flex{
  display: block;
}
#aft03 .flex .txt1{
  text-align: left;
}
  #aft03 .icon li{
    width: calc(100% / 2 - 10px);
    font-size: 14px;
    margin-bottom: 10px;
  }
  #aft03 .icon li .img{
    padding: 10px;
    margin-bottom: 5px;
  }
  #aft03 .txt1{
    font-size: 14px;
  }
}

/* ASSET VALUE ////////////////////////////// */

/*asset01*/
#asset01.quaBox01{
  background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%);
  color: #000;
  position: relative;
}
#asset01.quaBox01 .in{
  position: relative;
}
#asset01.quaBox01 .in .quaCopy01{
  position: absolute;
  top: 0;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: auto;
  margin: 0;
}
#asset01 .quaImgBox{
  margin: 2em auto 10px;
  max-width: 530px;
  width: 80%;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  position: relative;
}
#asset01 .quaImgBox:before{
  content: '';
  background: url(../img/quality/asset/quality_asset_01.png) no-repeat top center / contain;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
  height: 50%;
  z-index: 1;
  pointer-events: none;
}
#asset01 .quaImgBox li{
  width: 46%;
  margin: 0 2%;
  transition: .3s;
}
#asset01 .quaImgBox li:first-child{
  width: 51%;
  margin: 0 3% -10%;
}
#asset01 .quaImgBox li a:hover{
  opacity: 1;
}
#asset01 .quaImgBox li:hover:nth-child(1){
  transform: translateY(-10px);
}
#asset01 .quaImgBox li:hover:nth-child(2){
  transform: translate(-10px,10px);
}
#asset01 .quaImgBox li:hover:nth-child(3){
  transform: translate(10px,10px);
}
#asset01 .quaTxt{
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}
#asset01 .notes{
  margin: 0 auto 2em;
  max-width: 530px;
  width: 80%;
  font-size: 12px;
  line-height: 1.4;
}
/*asset02*/
#asset02{
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
}
#asset02 .quaCopy01{
  margin-bottom: -60px;
  position: relative;
}
#asset02 .quaCopy01:before,
#asset02 .quaCopy01:after{
  content: '';
  position: absolute;
  top: 0;
  background: url(../img/quality/asset/brackets.svg) no-repeat center center;
  width: 24px;
  height: 100%;
}
#asset02 .quaCopy01:before{
  left: 0;
}
#asset02 .quaCopy01:after{
  right: 0;
  transform: scale(-1,1);
}
#asset02 .quaCopy01 strong{
  color: #b81c22;
}
#asset02 .linkConts{
  padding-top: 100px;
}
#asset02 .quaTxt{
  margin: -2em 0 0 240px;
}
#asset02 .quaTxt span{
  font-size: 10px;
}
#asset02 .notes{
  font-size: 12px;
  margin: 0em 0 0 240px;
}
#asset02 .purple{
  color: #A30B5E;
}
#asset02 .quaImg2{
  margin: 2em auto;
  max-width: 890px;
}
#asset02 .quaImg3{
  margin: 3em auto 0;
}
#asset02 .quaImg3 .flex{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media print, screen and (max-width:1000px) {
  #asset02 .quaTxt,
  #asset02 .notes{
    margin-left: 24.5%;
  }
}
@media print, screen and (max-width:767px) {
  /*asset01*/
  #asset01.quaBox01{
    background-color: #fff;
    color: #000;
    padding: 50px 0 0;
  }
  #asset01 .quaImgBox{
    width: 100%;
  }
  #asset01.quaBox01 .in .quaCopy01{
    position: relative;
    top: initial;
    right: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    width: auto;
    margin: 0 0 20px;
    text-align: center;
  }
  #asset01 .notes{
    width: 100%;
    font-size: 10px;
  }
  /*asset02*/
  #asset02 .linkConts{
    padding-top: 50px;
  }
  #asset02{
    margin: 0 auto;
    max-width: 890px;
    width: 100%;
  }
  #asset02 .quaCopy01{
    margin-bottom: -20px;
  }
  #asset02 .quaCopy01 strong{
  }
  #asset02 .quaTxt{
    margin: 1em 0 0;
  }
  #asset02 .quaTxt span{
    font-size: 12px;
  }
  #asset02 .quaTxt,
  #asset02 .notes{
    margin-left: 0;
  }
  #asset02 .notes{
    font-size: 12px;
    margin-top: 1em;
  }
  #asset02 .purple{
    color: #A30B5E;
  }
  #asset02 .quaImg2{
    margin: 2em auto 0;
    max-width: 690px;
    width: 100%;
  }
  #asset02 .quaImg3 .flex{
    display: block;
    margin-top: 10px;
  }
  #asset02 .quaImg3{
    margin: 2em auto 0;
  }
  #asset02 .quaImg3 .flex .taR{
    text-align: left!important;
  }
}