/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.quality_mv {
    background: url(../images/quality/bg_mv.png) center no-repeat;
    background-size: cover;
  }
  .quality_mv .inner {
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quality_mv .mv_ttl {
    color: #fff;
    max-width: 697px;
    width: 100%;
    text-align: center;
    font-size: 42px;
    background: url(../images/common/pic_line.png) center bottom 30% no-repeat;
    background-size: 100%;
    letter-spacing: 0.5em;
  }
  .quality_mv .mv_ttl span {
    display: block;
    font-size: 14px;
  }
  
  @media screen and (max-width: 767px) {
    .quality_mv .inner {
      height: 230px;
    }
    .quality_mv .mv_ttl {
      max-width: 80%;
      font-size: 28px;
      background-size: 100% 1px;
    }
    .quality_mv .mv_ttl span {
      font-size: 12px;
    }
  }


  /*----------------------------------------------------- */
/*  message           */
/*----------------------------------------------------- */
.message {
    background: url(../images/design/bg.png) center top no-repeat;
    background-size: contain;
    margin-bottom: 60px;
    padding-top: 60px;
    position: relative;
    background-size: 1400px;
  }
  .message .inner {
    max-width: 1050px;
  }
  
  .message_ttl {
    color: #333;
    text-align: center;
    font-size: 34px;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
  }
  .message_ttl2 {
    color: #333;
    text-align: center;
    font-size: 21px;
    /* letter-spacing: 0.3em; */
    padding: 30px 0;
  }
  
  .message_txt {
    font-size: 15px;
    line-height: 2.5;
    text-align: center;
  }
  
  .message_note {
    margin-right: 1%;
    font-size: 11px;
    text-align: right;
  }
  .inner2 {
    width: 1050px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .tab-button {
    display: flex;
    justify-content: space-between;
    list-style: none;
    cursor: pointer;
    width: 70%;
    margin: 0 auto;
}
  .tab {
  width: calc(95% / 3);
  /* border: 1px solid #ED7700; */
  padding: 8px;
  background-color: #A8A190;
  text-align: center;
  position: relative;
  }
  .tab p {
    font-size: 15px;
    color: #fff;
  }
  .tab-01 {
    background-color: #DBD7D0;
  }
  .pdtb {
    padding: 50px 0;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
  }
  .dotted1 {
    margin-bottom: 30px;
  }
  .dotted2 {
    margin-top: 30px;
  }
  .fw01 {
    font-size: 21px;
    width: 75%;
    margin-right: 20px;
  }
  
  .zeh-title {
    text-align: center;
    font-size: 21px;
    border-bottom: 1px solid #333;
  }
  .zeh-title span {
    font-size: 32px;
  }
  .flex3 {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
  .flex3 .flex_wrap {
    width: 30%;
  }
  .merit {
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .merit2 {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .line4 {
    border-bottom: 1px solid #978A5A;
    margin-left: -10px;
    font-size: 21px;
    color: #978A5A;
    padding-bottom: 6px
  }
  .merit-wrap {
    width: 150px;
  }
  .merit-txt {
    text-align: center;
    color: #978A5A;
    margin-bottom: 10px;
  }
  .m_txt {
    font-size: 15px;
    margin-top: 6px;
    margin-left: 15px;
  }
  .flex_p2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .p2_flex {
    width: calc((100% - 30px * 2) / 4);
  }
  .p2_flex.precious_div .ttl {
    border-left: 5px solid #9E767B!important;
    color: #9E767B!important;
  }
  .p2_flex.precious_div p {
    margin-bottom: 10px;
  }
  @media screen and (max-width: 767px) {
    .message {
      background-size: contain;
      margin-bottom: 50px;
      padding-top: 40px;
    }
    .message_ttl {
      font-size: 20px;
      letter-spacing: 0.1em;
      margin-bottom: 20px;
    }
    .message_txt {
      font-size: 14px;
    }
    .message_note {
      font-size: 10px;
    }
    .inner2 {
      width: 90%;
    }
    .precious_sec .precious_div3 {
      width: 100%!important;
    }
    .precious_sec .precious_wrap01 {
      display: block;
    }
    .precious_sec {
      margin-top: 50px!important;
    }
    .precious_div3 {
      margin-bottom: 30px!important;
    }
    .mgt {
      margin-top: 0!important;
    }
    .precious_wrap01 {
      margin-bottom: 0!important;
    }
    .tab-button {
      display: block;
      width: 100%;
    }
    .tab {
      margin-bottom: 10px;
    }
 
  }


/*----------------------------------------------------- */
/*  quality_inner       */
/*----------------------------------------------------- */

.quality_inner {
  background: url(../images/quality/quality_inner01.jpg) center no-repeat;
  background-size: cover;
}
.quality_inner2 {
  background: url(../images/quality/quality_inner02.jpg) center no-repeat;
  background-size: cover;
}
.quality_inner3 {
  background: url(../images/quality/quality_inner03.jpg) center no-repeat;
  background-size: cover;
}
.quality_inner .inner {
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quality_inner .mv_ttl {
  color: #fff;
  max-width: 1050px;
  /* width: 100%; */
  text-align: center;
  font-size: 30px;
  background: url(../images/common/pic_line.png) center bottom 30% no-repeat;
  background-size: 100%;
  /* letter-spacing: 0.5em; */
}
.mv_ttl3 {
  /* background: url(../images/common/pic_line.png) top center  no-repeat!important; */
  position: absolute;
  top: 10%;
}
.mv_ttl4 {
  position: absolute;
  top: 20%;
  text-align: center;
  color: #fff;
}
.mv_ttl4 h2 {
  font-size: 45px;
  margin: 20px 0;
}
.mv_ttl4 h3 {
  font-size: 21px;
  margin-bottom: 20px;
}
.mv_ttl4 p {
  margin-bottom: 15px;
}
.quality_inner .mv_ttl span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .quality_inner .inner {
    height: 230px;
    padding: 0;
  }
  .quality_inner .mv_ttl {
    max-width: 100%;
    font-size: 18px;
    background-size: 100% 1px;
  }
  .quality_inner .mv_ttl span {
    font-size: 12px;
  }
  .quality_inner .mv_ttl {
    font-size: 13px;
  }
  .img_ttl-inner {
    font-size: 10px!important;
  }
  .mv_ttl4 h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  .mv_ttl4 h3 {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #quality03 .inner {
    height: 380px;
  }
  .mv_ttl4 p {
    font-size: 12px;
  }
  /* .quality_inner .mv_ttl {
    font-size: 30px;
  }
  .quality_inner .mv_ttl {
    background-size: 100%;
    background: url(../images/common/pic_line.png) center bottom 15% no-repeat;
  } */

  .fw01 {
    font-size: 21px;
    width: 100%;
    margin-right: 0;
  }

}

/*----------------------------------------------------- */
/*  precious_sec           */
/*----------------------------------------------------- */
.precious_sec {
  margin-top: 100px;
}
.precious_sec .inner {
  max-width: 1050px;
}
.line2 {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  font-size: 18px;
}
.precious_sec .precious_div3 {
  width: 48.5%;
}
.precious_sec .precious_div3 .txt {
  font-size: 14px;
}
.ttl_s-mgtb {
  margin: 10px 0;
}
.qu02_box {
  background-color: #EAEEF1;
  padding: 15px;
}
.precious_sec p {
  font-size: 14px;
}
.txt2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.precious_ttl {
  border-bottom: 2px solid #a8a190;
  font-size: 19px;
  margin-bottom: 30px;
  display: flex;
}
.precious_ttl span {
  display: inline-block;
  text-align: center;
  width: 165px;
  background: #a8a190;
  color: #fff;
  letter-spacing: 0.3em;
  font-size: 22px;
  margin-right: 20px;
  vertical-align: top;
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

.precious_wrap01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.precious_wrap01 .precious_div {
  width: 52%;
}
.precious_wrap01 .precious_div2 {
  width: 45%;
}

.precious_div .ttl {
  padding-left: 15px;
  font-size: 18px;
  color: #333;
  border-left: 5px solid #285977;
  margin-bottom: 20px;
}
.mgb {
  margin-bottom: 70px;
}
.mgt {
  margin-top: 50px;
}
.precious_div .note {
  font-size: 10px;
  margin-top: 10px;
}
.precious_div .pic {
  margin-top: 10px;
}
.precious_div .pic p {
  text-align: right;
  font-size: 10px;
}
.precious_div .pic02 {
  width: 95%;
  margin: 10px auto 0;
}
.precious_div .pic02 p {
  font-size: 10px;
}

.precious_wrap02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.precious_wrap02 .precious_div {
  width: 46%;
}

.precious_wrap02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.precious_wrap02 .precious_div {
  width: 46%;
}
.precious_wrap02 .precious_pic {
  width: 54%;
}
.precious_div h3 {
  font-size: 26px;
  font-weight: 100;
  width: 100%;
  letter-spacing: 0.3em; 
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  
}
.precious_div .line  {
  position: relative;

  
}
.precious_div .line::after {
  content: "";
  width: 100%;
  display: inline-block;
  background-color: #333;
  height: 1px;
  position: relative;
  top: -41px;
}
/* .precious_div .line {
  text-decoration: underline;

  text-decoration-thickness: 1px;
} */
.ttl_s {
  font-size: 12px!important;
}
.left {
  text-align: left;
}
.right {
  display: block; 
  text-align: right;
}
.p_img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.p_img img {
  width: 80%;
}
.reverse {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  /* flex-direction: column-reverse; */
  margin-bottom: 50px;
}

.reverse .precious_div {
  width: 52%;
}
.reverse .precious_div2 {
  width: 45%;
}
.col2 {
  color: #fff!important;
}
.img_ttl {
  position: relative;
}
.img_ttl-inner {
  position: absolute;
  color: #333;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}
.col1 {
  color: #285977;
}
.plan_ttl {
  border-left: 2px solid #A8A190;
}
.plan_ttl h2 {
  font-size: 20px;
  color: #59504C;
  border-bottom: 1px solid #A8A190;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.plan_ttl p {
  font-size: 14px;
  line-height: 2;
  padding-left: 20px;
}
.plan_ttl .wrap {
  display: flex;
  justify-content: space-between;
}
.plan_ttl .wrap .txt {
  width: 60%;
}
.plan_ttl .wrap .pic {
  width: 37%;
}
.plan_ttl .wrap .pic p {
  text-align: right;
  font-size: 11px;
}

.precious_note {
  max-width: 1050px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.precious_note p {
  font-size: 11px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex_wrap {
  width: 57%;
}
.flex_wrap2 {
  width: 40%;
}
.bgcol {
  background-color: #fff;
  padding: 10px;
}
.mgt15 {
  margin-top: 15px;
}
.flex_wrap3 {
  width: 32%;
}
.flex_wrap4 {
  width: 65%;
}
.ct-box {
  background-color: #F5F2E9;
  border: 1px solid #F5F2E9;
  border-radius: 20px;
  padding: 25px;
}
.fx-text {
  width: 60%;
  margin-right: 15px;
}
.flex_wrap4 img {
  width: 260px;
  height: 128px;
}
.flex_wrap3 span, 
.flex_wrap4 span {
  color: #978A5A;
}
.mgb10 {
  margin-bottom: 10px;
}
.flex_p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p_flex {
  width: calc((100% - 30px * 2) / 5);
}
.mgt30 {
  margin-top: 30px;
}
.sp_only {
  /* display: none!important; */
}
.merit-img {
  width: 80%;
}
.mg {
  margin: 0 auto;
}
.textcenter {
  text-align: center;
}
.col4 {
  color: #00693E;
}
.col3  {
  color: #9E767B;
}
.col5 {
  color: #978A5A;
}
.footer_bnr {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .reverse {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .precious_ttl {
    border-bottom: 1px solid #a8a190;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: flex;
    align-items: flex-start;
  }
  .precious_ttl span {
    display: inline-block;
    text-align: center;
    width: 90px;
    background: #a8a190;
    color: #fff;
    letter-spacing: 0.3em;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: top;
    -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  }
  .precious_ttl p {
    flex: 1;
  }
  .precious_wrap01 {
    display: block;
    /* margin-bottom: 30px; */
  }
  .precious_wrap01 .precious_div {
    width: 100%;

  }
  .precious_div + .precious_div {
    /* margin-top: 30px; */
  }
  .precious_div .ttl {
    padding-left: 10px;
    font-size: 16px;
    border-left: 3px solid #285977;
    margin-bottom: 20px;
  }
  .precious_div .note {
    font-size: 10px;
    margin-top: 10px;
  }
  .precious_div .pic {
    margin-top: 10px;
  }
  .precious_div .pic p {
    text-align: right;
    font-size: 10px;
  }
  .precious_div .pic02 {
    width: 95%;
    margin: 10px auto 0;
  }
  .precious_div .pic02 p {
    font-size: 10px;
  }
  .precious_wrap02 {
    display: block;
    margin-bottom: 30px;
  }
  .precious_wrap02 .precious_div {
    width: 100%;
  }
  .precious_wrap02 {
    display: block;
    margin-bottom: 30px;
  }
  .precious_wrap02 .precious_div {
    width: 100%;
  }
  .precious_wrap02 .precious_pic {
    margin-top: 20px;
    width: 100%;
  }
  .plan_ttl {
    border-left: 2px solid #A8A190;
  }
  .plan_ttl h2 {
    font-size: 20px;
    color: #59504C;
    border-bottom: 1px solid #A8A190;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .plan_ttl p {
    font-size: 14px;
    line-height: 2;
    padding-left: 20px;
  }
  .plan_ttl .wrap {
    display: flex;
    justify-content: space-between;
  }
  .plan_ttl .wrap .txt {
    width: 60%;
  }
  .plan_ttl .wrap .pic {
    width: 37%;
  }
  .plan_ttl .wrap .pic p {
    text-align: right;
    font-size: 11px;
  }
  .precious_note {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .precious_note p {
    font-size: 10px;
  }
  .flex {
    display: block;
  }
  .flex_wrap2,
  .flex_wrap {
    width: 100%;
  }
  .p_img .flex {
    display: flex;
  }
  .p_img {
    width: 100%;
  }
  .p_img img {
    width: 80%;
  }
  .tab {
    width: 100%;
    font-size: 13px;
  }
  .tab-button {
    width: 100%;
  }
  .reverse .precious_div {
    width: 100%;
  }
  .reverse .precious_div2 {
    width: 100%;
  }
  .precious_wrap01 .precious_div2 {
    width: 100%;
  }
  .precious_div h3 {
    margin-bottom: -30px;
  }
  .flex-center {
    display: block;
  }
  .merit-wrap {
    
    margin: 0 auto;
  }
  .m_txt {
    margin-left: 0;
    text-align: left;
  }
  .line4 {
    font-size: 18px;
    margin-top: 15px;
    margin-left: 0;
  }
  .line5 {
    text-decoration: underline;
    margin-bottom: 0!important;
    padding-bottom: 20px;
  }
  .sp_mgb {
    margin-bottom: 40px;
  }
  .sp_mgt15 {
    margin-top: 15px;
  }
  .p2_flex {
    /* width: 47%; */
    width: calc((100% - 30px * 1) / 2);
  }
  .flex_p2 {
    gap: 25px;
  }
  .ct-box {
    border-radius: 10px;
    padding: 15px;
  }
  .line4.col3 {
    border-color: #9E767B;
  }
  .line4.col4 {
    border-color: #00693E;
  }
  .flex3 {
    display: block;
    padding: 0;
  }
  .flex3 .flex_wrap {
    width: 100%;
    text-align: center;
  }
  .flex3 .flex_wrap img {
    width: 200px;
  }
  .message_ttl2 {
    font-size: 18px;
  }
  .flex2 {
    /* padding: 0; */
    padding: 0 20px;
  }
  .fw02 {
    width: 150px;
  }
  .fw03 {
    margin-top: 10px;
  }
  .flex_wrap3,
  .flex_wrap4 {
    width: 100%;
  }
  .sp_mgt30 {
    margin-top: 30px;
  }
  .fx-text {
    width: 100%;
  }
  .flex_wrap4 img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
  .flex_p {
    gap: 30px;
  }
  .p_flex {
    width: calc((100% - 30px * 1) / 2)
  }



}