@charset "UTF-8";

header.scrolled {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
main {
  /* IBM Plex Sans JP Text
 */
  font-family: 'ibm-plex-sans-jp', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2.3;

  background: #c2d1e1;
background: -moz-linear-gradient( #ffffff 0%, #ffffff 80%, #c2d1e1 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(80%, #ffffff), to(#c2d1e1));
background: -webkit-linear-gradient( #ffffff 0%, #ffffff 80%, #c2d1e1 100%);
background: -o-linear-gradient( #ffffff 0%, #ffffff 80%, #c2d1e1 100%);
background: linear-gradient( #ffffff 0%, #ffffff 80%, #c2d1e1 100%);
}

/**/

.qulity_mv {
  background-image: url(../images/quality/sp/mv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 580px;
  z-index: 1;
}
.mv_icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 210px;
}

/**/
.quality {
  padding: 0 0 90px;
  background-image: url(../images/quality/bg01.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 110% auto;
  position: relative;
}

/**/
.quality_top {
  padding-bottom: 120px;
}
.top_btn_area {
  max-width: 710px;
  margin: 0 auto;
  padding: 150px 0 50px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.top_btn {
  max-width: 340px;
  width: 100%;
}

.top_lead_area {
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  padding: 25px 0;
  color: #51779f;
  text-align: center;
}
.top_lead_area::before,
.top_lead_area::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: '';
  border-top: #51779f solid 1px;
  border-bottom: #51779f solid 1px;
}

.top_lead_area::before {
  border-left: #51779f solid 1px;
  left: 0;
}

.top_lead_area::after {
  border-right: #51779f solid 1px;
  right: 0;
}
.top_lead_area h3 {
  font-size: 28px;
  margin-bottom: 50px;
  letter-spacing: 0.3em;
  line-height: 1em;
  /* IBM Plex Sans JP SemiBold */
  font-family: 'ibm-plex-sans-jp', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.top_lead_area h3 span {
}
.top_lead_area p {
}

/**/
.quality_area_wrap {
  padding-top: 100px;
}
.quality_area {
  max-width: 640px;
  margin: 0 auto;
}

.quality_item {
  margin-bottom: 160px;
}
.quality_area h4 {
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.3em;
  color: #435764;
  text-align: center;
  border-radius: 100vmax;
  border: 2px solid #d3d1cf;
  width: 480px;
  padding: 10px 0;
  margin: 0 auto 30px;
  /* IBM Plex Sans JP SemiBold */
  font-family: 'ibm-plex-sans-jp', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.quality_area .flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row;
}
.quality_area .flex .txt {
  width: 57%;
}

.quality_area .flex .img {
  width: 37%;
}

.quality_area .flex:nth-of-type(3) {
  flex-direction: row-reverse;
  align-items: end;
  margin-bottom: 50px;
}
.quality_area .flex:nth-of-type(3) .txt span {
  display: block;
  /* IBM Plex Sans JP Medium */
  font-family: 'ibm-plex-sans-jp', sans-serif;
  font-weight: 600;
  font-style: normal;
}

/**/
.quality_item_child {
}
.quality_item_child h5 {
  color: #fff;
  text-align: center;
  background-color: #435764;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.28em;
  margin-bottom: 30px;
  /* IBM Plex Sans JP Bold */
  font-family: 'ibm-plex-sans-jp', sans-serif;
  font-weight: 800;
  font-style: normal;
}
.quality_item_child {
}
.quality_item_child + .quality_item_child {
  margin-top: 60px;
}
.quality_item_child_img {
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: 30px;
}
.quality_item_child_img + p.cap {
  color: #595757;
  margin-top: 60px;
  padding-left: 0em;
  text-indent: 0em;
}
.quality_item_child:nth-of-type(4) .flex div {
  width: 49%;
}
.quality_item_child:nth-of-type(4) p.cap {
  
  margin-top: 60px;
  color: #595757;
}

.camera_box{
  margin: -100px auto 230px;
  max-width: 940px;
}
.camera_box p{
  max-width: 640px;
  margin: 60px auto 0;
      color: #595757;
    padding-left: 0em;
    text-indent: 0em;
}

.bnr{
  position: relative;
  max-width: 940px;
  width: 100%;
  height: 180px;
    margin: 0 auto;
        background-image: url(../images/quality/sp/btn01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bnr img.btm_btn {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    max-width: 340px;
}
@media screen and (max-width: 1023px) {
  main{
    font-size: 14px;
  }
.qulity_mv {
    padding-top: 300px;
}
.quality {
    background-size: 500% auto;
}
.top_btn_area {
    max-width: 100%;
    width: 100%;
    padding: 150px 0 50px;
    flex-direction: column;
    align-items: center;
}

.top_lead_area {
        width: calc(100% - 40px);
    }
    .top_lead_area h3 {
    font-size: 18px;
    line-height: 1.8;
}
.top_lead_area p {
  
}
.quality_top {
    padding-bottom: 0px;
}
.quality_area_wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
}
.quality_area h4 {
    font-size: 18px;
    width: 100%;
}
.quality_area .flex:nth-of-type(2){
    flex-direction: row;
}
.quality_area .flex:nth-of-type(3) {
    flex-direction: row-reverse;
}
.quality_area .flex .txt {
  width: 50%;
}

.quality_area .flex .img {
  width: 48%;
}
.quality_item_child h5 {
    line-height: 1.8;
    font-size: 16px;
}

.quality_area .flex {
    flex-direction: column;
}
.quality_item_child:nth-of-type(4) .flex div {
    width: 100%;
}
.quality_item_child:nth-of-type(4) .flex div+div {
    margin-top: 30px;
}
.bnr img.btm_btn {
    max-width: 90%;
}
.quality_item {
    margin-bottom: 80px;
}
.quality_item_child_img {
    padding: 15px;
    border-radius: 10px;
}

.camera_box {
    margin: -30px auto 80px;
}
.camera_box img.slide_img {
        width: 900px !important;
        max-width: 900px !important;
    }
}



.quality_st .qulity_mv {
  background-image: url(../images/quality/st/mv.webp);
}

.quality_st .quality_area {
    max-width: 940px;
}
.quality_st .quality_area h4{
  line-height: normal;
border-radius: 25px;
padding: 40px 0;
margin-bottom: 70px;
}
.quality_st .quality_area h4 span{
  display: block;
  font-family: "satoshi", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    position: relative;
}
.quality_st .quality_area h4 span::after {
    background-color: #d3d1cf;
    top: -8px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 92px;
}

.st_icon{
  margin: 0 auto 60px;
  height: 140px;
  width: auto;
  display: flex;
    justify-content: center;
}
.st_icon img{
  height: 100%;
  width: auto;
  max-width: auto;
}


.quality_st .quality_area .st_flex{
  justify-content: normal;
  flex-wrap: wrap; 
  gap: 40px 20px;
}
.st_item{
  width: 23%;
}
.quality_area .st_flex .st_item .img{
  width: 100%;
}
.st_item h6{
  color: #004173;
  font-size: 14px;
  margin: 20px auto;
  /* IBM Plex Sans JP SemiBold */
  font-family: 'ibm-plex-sans-jp', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1em;
}
.st_item h6 span{
  font-size: 12px;
}
.st_item p{
  color: #595757;
  font-size: 12px;
  /* Kozuka Gothic Pr6N M */
font-family: "kozuka-gothic-pr6n", sans-serif;
font-weight: 500;
font-style: normal;
letter-spacing: 0;
line-height: 1.8em;
}

.quality_item:nth-of-type(1) .st_item:nth-of-type(9){
  width: 50%;
}
.st_item .img .radius.item_border{
  border:#595757 solid 1px;
}
.quality_st .bnr {
    background-image: url(../images/quality/st/btn01.webp);
}
@media screen and (max-width: 1023px) {
  .st_item {
    width: 47%;
}
.quality_item:nth-of-type(1) .st_item:nth-of-type(9) {
    width: 100%;
}
.st_item h6 {
    line-height: 1.5em;
}
.quality_area h4 span {
    font-size: 13px;
}
}
