@charset "UTF-8";
#performance-guarantee .spOnly {
  display: none !important;
}
@media (max-width: 52.1874em) {
  #performance-guarantee .spOnly {
    display: block !important;
  }
}
#performance-guarantee .pcOnly {
  display: block !important;
}
@media (max-width: 52.1874em) {
  #performance-guarantee .pcOnly {
    display: none !important;
  }
}
#performance-guarantee .section__inner {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 52.1874em) {
  #performance-guarantee .section__inner {
    padding: 0 20px;
  }
}
#performance-guarantee .sec_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 52.1874em) {
  #performance-guarantee .c-about .c-about__inner {
    padding: 5px 0 5px 20px;
    margin-top: 10px;
  }
}
@media (max-width: 52.1874em) {
  #performance-guarantee .c-about .c-about__inner::after {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 82%;
  }
}
@media (max-width: 52.1874em) {
  #performance-guarantee .c-about .c-about__inner h2 {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
}
#performance-guarantee #sec01 {
  padding: 80px 0;
  margin-top: 150px;
  position: relative;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 {
    padding: 50px 0;
    margin-top: 50px;
  }
}
#performance-guarantee #sec01 .performance-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
  margin-bottom: 60px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .performance-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#performance-guarantee #sec01 .performance-top .img-area {
  width: 50%;
  scale: 1.2;
  position: relative;
  top: -100px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .performance-top .img-area {
    width: 70%;
    margin: 0 auto;
    scale: 1;
  }
}
#performance-guarantee #sec01 .performance-top .img-area img {
  width: 100%;
  height: auto;
  display: block;
}
#performance-guarantee #sec01 .performance-top .txt-area {
  width: 60%;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .performance-top .txt-area {
    width: 100%;
  }
}
#performance-guarantee #sec01 .performance-top .txt-area img {
  max-width: 100%;
}
#performance-guarantee #sec01 .performance-top .txt-area .sec-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #2b3846;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .performance-top .txt-area .sec-title {
    font-size: 20px;
  }
}
#performance-guarantee #sec01 .performance-top .txt-area .sec-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #2b3846;
  line-height: 1.8;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .performance-top .txt-area .sec-subtitle {
    font-size: 14px;
  }
}
#performance-guarantee #sec01 .performance-top .txt-area .desc {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .performance-top .txt-area .desc {
    font-size: 13px;
    margin-top: 20px;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item {
  position: relative;
  margin-bottom: 0px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 1px solid;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item {
    border: 1px solid;
    margin-bottom: 10px;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-right {
    display: none;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  display: block;
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acd_sp {
  width: 100%;
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left {
  position: relative;
  z-index: 2;
  width: 70%;
  background-color: #fff;
  padding: 1px 40px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left {
    width: 100%;
    padding: 14px 20px;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 123px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-header {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-header .icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 35px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-header .icon {
    margin-right: 5px;
    top: -8px;
    scale: 0.7;
    position: relative;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-header .icon::after {
  content: url(../img/performance-guarantee/acd_btn1.svg);
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin-top: 2px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-header .icon::after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-header .badge-img {
    display: none;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-header .title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  width: 200px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-header .title {
    font-size: 19px;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content {
  display: none;
  padding-left: 55px;
  padding-bottom: 30px;
  padding-top: 20px;
  cursor: default;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content {
    padding-left: 0;
    padding-bottom: 10px;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content.flex_cont .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content.flex_cont .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content.flex_cont .inner .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content.flex_cont .inner .float_img {
  position: relative;
  bottom: -40px;
  width: 45%;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content.flex_cont .inner .float_img {
    bottom: unset;
    width: 80%;
  }
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content .text {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content .acd_link {
  margin-top: 40px;
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item .acc-left .acc-content .acd_link span {
  text-decoration: underline;
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item:hover .acc-left, #performance-guarantee #sec01 .accordion-wrap .accordion-item.is-active .acc-left {
  background-color: rgba(47, 57, 67, 0.9);
  color: #fff;
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item:hover .acc-left .acc-header .icon::after {
  content: url(../img/performance-guarantee/acd_btn2.svg);
  margin-top: -2px;
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item.is-active .acc-left .acc-header .icon::after {
  content: url(../img/performance-guarantee/acd_btn3.svg);
  margin-top: -2px;
}
#performance-guarantee #sec01 .accordion-wrap .accordion-item.is-active .acc-left .acc-content {
  border-top-color: rgba(255, 255, 255, 0.3);
}
#performance-guarantee #sec02 {
  padding: 80px 0;
  background-color: #f3f5f7;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 {
    padding: 60px 0 0;
  }
}
#performance-guarantee #sec02 .acd_link {
  margin-top: 20px;
  display: block;
}
#performance-guarantee #sec02 .acd_link span {
  text-decoration: underline;
}
#performance-guarantee #sec02 .sec-main-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .sec-main-title {
    font-size: 20px;
    line-height: 1.6;
  }
}
#performance-guarantee #sec02 .sec-desc {
  font-size: 16px;
  margin-bottom: 60px;
  line-height: 1.6;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .sec-desc {
    margin-bottom: 40px;
    font-size: 13px;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  border-left: 1px solid #000;
  margin-bottom: 50px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0px 10px 20px;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dt {
  width: 200px;
  font-size: 28px;
  font-weight: 500;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dt {
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
#performance-guarantee #sec02 .tech-list .tech-item dd .dd-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dd .dd-title {
    font-size: 16px;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd .dd-text {
  margin-bottom: 0px;
}
#performance-guarantee #sec02 .tech-list .tech-item dd .dd-title-sub {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dd .dd-title-sub {
    font-size: 16px;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col3 .img-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col3 .img-col img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: block;
}
#performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col3 .img-col .col-title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col3 .img-col .col-title {
    font-size: 14px;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col3 .img-col .col-text {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col3 .img-col .col-text {
    font-size: 12px;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col2 .img-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#performance-guarantee #sec02 .tech-list .tech-item dd .img-row-col2 .img-col img {
  width: 100%;
  height: auto;
  display: block;
}
#performance-guarantee #sec02 .tech-list .tech-item dd .tech_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 10px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dd .tech_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd .tech_flex > * {
  width: 50%;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dd .tech_flex > * {
    width: 100%;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd .white_box {
  background-color: #fff;
  padding: 10px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec02 .tech-list .tech-item dd .white_box .tech_flex .img-col {
    position: relative;
    left: -20px;
    margin-bottom: 30px;
  }
}
#performance-guarantee #sec02 .tech-list .tech-item dd .white_box .tech_flex .img-col img {
  width: 100%;
}
#performance-guarantee #sec02 .tech-list .tech-item dd .ex {
  font-size: 10px;
  line-height: 1.4;
  margin: 10px auto;
}
#performance-guarantee #sec03 {
  padding: 80px 0;
  position: relative;
  margin-top: 120px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 {
    padding: 60px 0;
    margin-top: 0;
  }
}
#performance-guarantee #sec03 .section__inner {
  position: relative;
}
#performance-guarantee #sec03 .support-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
  margin-bottom: 60px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .support-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#performance-guarantee #sec03 .support-top .img-area {
  width: 40%;
  scale: 1.3;
  position: relative;
  top: -100px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .support-top .img-area {
    width: 70%;
    margin: 0 auto;
  }
}
#performance-guarantee #sec03 .support-top .img-area img {
  width: 100%;
  height: auto;
  display: block;
}
#performance-guarantee #sec03 .support-top .txt-area {
  width: 60%;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .support-top .txt-area {
    width: 100%;
  }
}
#performance-guarantee #sec03 .support-top .txt-area .sec-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #2b3846;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .support-top .txt-area .sec-title {
    font-size: 22px;
  }
}
#performance-guarantee #sec03 .support-top .txt-area .sec-subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #2b3846;
  line-height: 1.8;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .support-top .txt-area .sec-subtitle {
    font-size: 14px;
  }
}
#performance-guarantee #sec03 .support-top .txt-area .desc {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .support-top .txt-area .desc {
    font-size: 13px;
    margin-top: 30px;
  }
}
#performance-guarantee #sec03 .tab-container .tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 8px solid #2b3846;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .tab-container .tab-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}
#performance-guarantee #sec03 .tab-container .tab-nav li {
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  border: 1px solid #2b3846;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .tab-container .tab-nav li {
    border-bottom: 1px solid #2b3846;
    padding: 15px;
  }
}
#performance-guarantee #sec03 .tab-container .tab-nav li .tab-icon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
#performance-guarantee #sec03 .tab-container .tab-nav li .tab-text {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .tab-container .tab-nav li .tab-text {
    font-size: 16px;
  }
}
#performance-guarantee #sec03 .tab-container .tab-nav li .tab-text .small {
  font-size: 10px;
}
#performance-guarantee #sec03 .tab-container .tab-nav li:hover, #performance-guarantee #sec03 .tab-container .tab-nav li.is-active {
  background-color: #2b3846;
  color: #fff;
}
#performance-guarantee #sec03 .tab-container .tab-nav li:hover .tab-icon, #performance-guarantee #sec03 .tab-container .tab-nav li.is-active .tab-icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#performance-guarantee #sec03 .tab-container .tab-nav li.tab03 {
  position: relative;
}
#performance-guarantee #sec03 .tab-container .tab-nav li.tab03 .tab-icon {
  -webkit-filter: unset;
          filter: unset;
}
#performance-guarantee #sec03 .tab-container .tab-nav li.tab03 .tab-icon.tab_icon_03_pc {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#performance-guarantee #sec03 .tab-container .tab-nav li.tab03 .tab-icon.tab_icon_03_sp {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  left: 30px;
}
#performance-guarantee #sec03 .tab-container .tab-nav li.tab03:hover .tab-icon.tab_icon_03_pc, #performance-guarantee #sec03 .tab-container .tab-nav li.tab03.is-active .tab-icon.tab_icon_03_pc {
  opacity: 0;
}
#performance-guarantee #sec03 .tab-container .tab-nav li.tab03:hover .tab-icon.tab_icon_03_sp, #performance-guarantee #sec03 .tab-container .tab-nav li.tab03.is-active .tab-icon.tab_icon_03_sp {
  opacity: 1;
}
#performance-guarantee #sec03 .tab-container .tab-content {
  padding: 40px 0px 40px 30px;
  background-color: #fff;
  border: 1px solid #2b3846;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .tab-container .tab-content {
    padding: 30px 20px;
    border-top: 1px solid #ddd;
  }
}
#performance-guarantee #sec03 .tab-container .tab-content .tab-panel {
  display: none;
}
#performance-guarantee #sec03 .tab-container .tab-content .tab-panel.is-active {
  display: block;
}
#performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
#performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-img-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-img-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-img-row .panel-img-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-img-row .panel-img-col:first-child {
  width: 59%;
  -webkit-box-flex: unset;
  -webkit-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
#performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-img-row .panel-img-col img {
  width: 100%;
  height: auto;
  display: block;
}
#performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-img-row .panel-img-col .tab3_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 30px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-img-row .panel-img-col .tab3_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-img-row .panel-img-col .tab3_flex img {
  max-width: 242px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec03 .tab-container .tab-content .tab-panel .panel-img-row .panel-img-col .tab3_flex img {
    width: 100%;
  }
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item {
  border: 1px solid #2b3846;
  margin-bottom: 10px;
  background-color: #fff;
  cursor: pointer;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header .header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header .header-left .tab-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header .header-left .tab-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header .header-left .tab-text .small {
  font-size: 11px;
  font-weight: 400;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header.tab03 {
  position: relative;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header.tab03 .header-left .tab-icon {
  -webkit-filter: unset;
          filter: unset;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header.tab03 .header-left .tab-icon.tab_icon_03_pc {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header.tab03 .header-left .tab-icon.tab_icon_03_sp {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  left: 15px;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url("../img/performance-guarantee/acd_btn1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  -webkit-filter: unset !important;
          filter: unset !important;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-header .icon::after {
  content: none;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-content {
  display: none;
  padding: 20px;
  border-top: 1px solid #2b3846;
  cursor: default;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-content .panel-desc {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-content .panel-img-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item .acc-content .panel-img-row .panel-img-col img {
  width: 100%;
  height: auto;
  display: block;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item.is-active .acc-header, #performance-guarantee #sec03 .sp-tab-accordion .accordion-item:hover .acc-header {
  background-color: #2b3846;
  color: #fff;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item.is-active .acc-header .tab-icon,
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item.is-active .acc-header .icon, #performance-guarantee #sec03 .sp-tab-accordion .accordion-item:hover .acc-header .tab-icon,
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item:hover .acc-header .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item.is-active .acc-header.tab03 .tab-icon.tab_icon_03_pc, #performance-guarantee #sec03 .sp-tab-accordion .accordion-item:hover .acc-header.tab03 .tab-icon.tab_icon_03_pc {
  opacity: 0;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item.is-active .acc-header.tab03 .tab-icon.tab_icon_03_sp, #performance-guarantee #sec03 .sp-tab-accordion .accordion-item:hover .acc-header.tab03 .tab-icon.tab_icon_03_sp {
  opacity: 1;
}
#performance-guarantee #sec03 .sp-tab-accordion .accordion-item.is-active .acc-header .icon {
  background-image: url("../img/performance-guarantee/acd_btn3.svg");
}
#performance-guarantee #sec04 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 {
    padding: 0px 0 60px;
  }
}
#performance-guarantee #sec04 .owner-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#performance-guarantee #sec04 .owner-box .owner-left {
  width: 70%;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left {
    width: 100%;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .sec-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  border-left: 2px solid #2b3846;
  padding-left: 20px;
  display: inline-block;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .sec-title {
    font-size: 20px;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .sec-title span {
  font-size: 16px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .sec-title span {
    font-size: 14px;
    margin-top: 30px;
    display: block;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .sec-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #2b3846;
  line-height: 1.8;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .sec-subtitle {
    font-size: 14px;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .desc {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  gap: 30px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .owner-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list > li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .owner-list > li {
    border-left: none;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
  #performance-guarantee #sec04 .owner-box .owner-left .owner-list > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .img-box {
  width: 100%;
  margin-bottom: 15px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .img-box {
    width: 30%;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .img-box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    aspect-ratio: unset;
  }
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .txt-box {
    width: 70%;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .txt-box h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 1.4;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .txt-box h3 {
    font-size: 15px;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .txt-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .txt-box ul li {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .txt-box ul li:last-child {
  margin-bottom: 0;
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .txt-box ul li::before {
  content: "・";
  display: inline-block;
}
#performance-guarantee #sec04 .owner-box .owner-left .owner-list > li .txt-box ul li span {
  font-size: 11px;
  color: #555;
  display: inline-block;
}
#performance-guarantee #sec04 .owner-box .owner-left .owner_link {
  display: block;
  margin: 40px 0;
  font-size: 14px;
}
#performance-guarantee #sec04 .owner-box .owner-left .owner_link span {
  text-decoration: underline;
}
#performance-guarantee #sec04 .owner-box .owner-left .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .btn-wrap .c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 55px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-box .owner-left .btn-wrap .c-btn {
    width: 100%;
  }
}
#performance-guarantee #sec04 .owner-box .owner-left .btn-wrap .c-btn::after {
  content: url(../img/performance-guarantee/ex_icon.webp);
  width: auto;
  position: relative;
  top: 2px;
  right: -10px;
}
#performance-guarantee #sec04 .owner-box .owner-left .btn-wrap .c-btn:hover {
  background-color: #2b3846;
  color: #fff;
  border-color: #2b3846;
}
#performance-guarantee #sec04 .owner-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27vw;
  min-width: 300px;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-right {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    margin-top: 40px;
  }
}
#performance-guarantee #sec04 .owner-right .owner-main-img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 52.1874em) {
  #performance-guarantee #sec04 .owner-right .owner-main-img {
    margin: 0 auto 40px;
  }
}
#performance-guarantee .c-breadcrumbs {
  margin-top: 0;
}
@media (max-width: 52.1874em) {
  #performance-guarantee .c-breadcrumbs {
    margin: 0 auto;
    max-width: 343px;
  }
}
@media (max-width: 52.1874em) {
  #performance-guarantee .c-breadcrumbs ul {
    padding-left: 0;
  }
}
#performance-guarantee .c-breadcrumbs ul li img {
  display: none;
}