@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.bottomBanners {
  display: none;
}
.hed_container {
  background: none !important;
}

.page-performance {
  --font-rato: 'Lato', sans-serif;
  --font-jp: 'YakuHanJP', "Zen Kaku Gothic New", sans-serif;

  --color-blue: #0e6eb8;
  --color-blue-light: #67aed6;
  --color-brown: #b39331;

  font-family: var(--font-jp);

  line-height: 1.5;
  padding-top: 40px;
  font-feature-settings: "palt";
  letter-spacing: 0.042em;

  padding-bottom: 110px;
  * {
    box-sizing: border-box;
  }
  @media screen and (max-width: 750px){
    padding-top: 120px;
    padding-bottom: 70px;
  }
}

.per__container {
  max-width: 1008px;
  padding: 0 20px;
  margin: 0 auto;
}
.perIntro {
  position: relative;
  margin-top: 60px;
}
.perIntro__img {
  position: absolute;
  top: -200px;
  left: 240px;
  width: 152px;
  @media screen and (max-width: 750px){
    width: 136px;
    top: -157px;
    left: 190px;
  }
}
.perIntro__title {
  text-align: left;
  max-width: 1040px;
  margin: 0 auto;
  @media screen and (max-width: 750px){
    margin-left: 30px;
  }
  .en {
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--font-rato);
    @media screen and (max-width: 750px){
      font-size: 14px;
    }
  }
  .ja {
    display: block;
    font-weight: bold;
    font-size: 35px;
    @media screen and (max-width: 750px){
      font-size: 28px;
    }
  }
}
.perIntro__img {
  @media screen and (max-width: 750px){
    margin: 0 -20px;
  }
}
.perIntro__lead {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-top: 50px;
  @media screen and (max-width: 750px){
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 -1em;
    margin-top: 30px;
  }
}
.perIntroList {
  display: flex;
  flex-wrap: wrap;
  max-width: 555px;
  margin: 50px auto 0;
  gap: 15px;
  @media screen and (max-width: 750px){
    margin-top: 30px;
    gap: 9px;
  }
}
.perIntroList__item {
  width: calc((100% - 15px) / 2);
  height: 124px;
  background-color: var(--color-blue-light);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  @media screen and (max-width: 750px){
    width: calc((100% - 9px) / 2);
    height: 78px;
    border-radius: 5px;
  }
}
.perIntroList__title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  @media screen and (max-width: 750px){
    font-size: 18px;
  }
}
.perIntroList__desc {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  @media screen and (max-width: 750px){
    font-size: 14px;
  }
}
.title-per-primary {
  font-size: 36px;
  font-weight: bold;
  color: var(--color-blue-light);
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.2;
  @media screen and (max-width: 750px){
    font-size: 24px;
    letter-spacing: 0.02em;
    text-align: center;
  }
  small {
    font-size: 25px;
    display: block;
    @media screen and (max-width: 750px){
      font-size: 18px;
    }
  }
}
.perSafe {
  margin-top: 90px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
  }
}
.text-primary {
  font-size: 14px;
  line-height: 1.7;
}
.perSafe__text {
  margin-top: 20px;
  text-align: left;
  @media screen and (max-width: 750px){
    margin-top: 25px;
  }
}

.perSafeList {
  max-width: 570px;
  margin: 110px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  @media screen and (max-width: 750px){
    max-width: 345px;
    margin-top: 60px;
    gap: 10px 15px;
  }
}
.perSafeList__item {
  width: calc((100% - 60px) / 3);
  position: relative;
  display: flex;
  flex-direction: column;
  @media screen and (max-width: 750px){
    width: calc((100% - 30px) / 3);
  }
}
.perSafeList__house {
  width: 170px;
  aspect-ratio: 170 / 120;
  background: url(../img/performance/bg_house_01.svg) no-repeat center / contain;
  color: var(--color-brown);
  padding-top: 27px;
  @media screen and (max-width: 750px){
    width: 100%;
    padding-top: 18px;
  }
  .small {
    font-size: 20px;
    @media screen and (max-width: 750px){
      font-size: 12px;
    }
  }
  .large {
    font-size: 48px;
    line-height: 1.1;
    font-weight: bold;
    @media screen and (max-width: 750px){
      font-size: 29px;
    }
  }
  &.-brown {
    background: url(../img/performance/bg_house_02.svg) no-repeat center / contain;
    color: #fff;
  }
}
.perSafeList__balloon {
  position: absolute;
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blue-light);
  color: #fff;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
  @media screen and (max-width: 750px){
    width: 90px;
    height: 38px;
    top: -50px;
    font-size: 13px;
  }
  &:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: var(--color-blue-light);
    @media screen and (max-width: 750px){
      width: 5px;
      height: 5px;
      bottom: -5px;
    }
  }
}
.perSafeList__text {
  font-size: 16px;
  font-weight: bold;
  margin: 0 -1em;
  @media screen and (max-width: 750px){
    font-size: 10px;
  }
  &.-medium {
    font-size: 20px;
    line-height: 1.2;
    @media screen and (max-width: 750px){
      font-size: 12px;
    }
  }
  &.-large {
    font-size: 42px;
    line-height: 1.2;
    @media screen and (max-width: 750px){
      font-size: 24px;
    }
    small {
      font-size: 50%;
    }
  }
}
.perSafeList__bottom {
  margin-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.perSafeList__square {
  border: 2px solid var(--color-brown);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: var(--color-brown);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  @media screen and (max-width: 750px){
    font-size: 11px;
    height: 30px;
  }
  &.-brown {
    background-color: var(--color-brown);
    color: #fff;
  }
}
.perSafe__note {
  max-width: 570px;
  margin: 20px auto 0;
  padding-top: 20px;
  border-top: 1px solid #cacaca;
  font-size: 16px;
  letter-spacing: 0.05em;
  @media screen and (max-width: 750px){
    margin-top: 12px;
    padding-top: 12px;
    font-size: 10px;
  }
}
.perOption {
  margin-top: 65px;
  @media screen and (max-width: 750px){
    margin-top: 30px;
  }
}
.perOption__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
  @media screen and (max-width: 750px){
    font-size: 18px;
    text-align: center;
  }
}
.perOptionList {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  margin-top: 25px;
  @media screen and (max-width: 750px){
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
}
.perOptionList__item {
  display: flex;
  gap: 30px;
  flex: 1;
  position: relative;
  @media screen and (max-width: 750px){
    gap: 15px;
    flex-direction: column;
  }
}
.perOptionList__right {
  flex: 1;
}
.img_option_01 {
  width: 175px;
  margin: 0;
  @media screen and (min-width: 751px){
    img {
      aspect-ratio: 175 / 182;
      width: 100%;
      object-fit: cover;
    }
  }
  @media screen and (max-width: 750px){
    width: 170px;
  }
}
.img_option_02 {
  width: 221px;
  margin: 0;
  @media screen and (max-width: 750px){
    width: 170px;
    position: relative;
    figcaption {
      font-size: 16px;
      position: absolute;
      bottom: 0px;
      left: calc(100% + 25px);
      width: 80%;
      line-height: 1.2;
      text-align: left;
    }
  }
}
.perOptionList__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 0px;
    left: 195px;
  }
  .text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    @media screen and (max-width: 750px){
      font-size: 18px;
    }
  }
  .tag {
    width: 117px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #34373a;
    color: #fff;
    font-size: 13px;
    letter-spacing: .02em;
    font-weight: bold;
    @media screen and (max-width: 750px){
      margin-top: 10px;
    }
  }
}
.perOptionList__text {
  font-size: 14px;
  margin-top: 1em;
  text-align: left;
  @media screen and (max-width: 750px){
    margin: 0;
    width: 100%;
  }
}
.perOptionList__logo {
  margin-top: 0.5em;
  text-align: right;
  @media screen and (max-width: 750px){
    margin: 0;
    position: absolute;
    top: 120px;
    left: 195px;
  }
  img {
    width: 120px;
  }
}

.perCert {
  margin-top: 40px;
  padding-top: 70px;
  border-top: 1px solid #cacaca;
  @media screen and (max-width: 750px){
    padding-top: 40px;
    margin-top: 30px;
  }
}
.perCert__text {
  margin-top: 20px;
  text-align: left;
}
.perCert__caution {
  font-size: 11px;
  margin-top: 1em;
  text-align: left;
}
.perStandard {
  margin-top: 30px;
  background-color: #fbfbfb;
  padding: 25px 60px 60px;
  @media screen and (max-width: 750px){
    margin: 30px -20px 0;
    padding: 10px 0 48px;
  }
}
.perStandard__title {
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.2em;
  @media screen and (max-width: 750px){
    font-size: 20px;
  }
}
.perStandardList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  justify-content: center;
  margin-top: 30px;
  @media screen and (max-width: 750px){
    gap: 34px 0;
  }
}
.perStandardList__item {
  width: 205px;
  border-right: 1px solid #e4e4e4;
  @media screen and (min-width: 751px){
    &:nth-child(4n) {
      border-right: none;
    }
  }
  @media screen and (max-width: 750px){
    width: 50%;
    &:nth-child(2n) {
      border-right: none;
    }
  }
}
.perStandardList__icon {
  img {
    width: 103px;
    @media screen and (max-width: 750px){
      width: 97px;
    }
  }
}
.perStandardList__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 1em;
  @media screen and (max-width: 750px){
    letter-spacing: 0;
  }
}
.perStandardList__text {
  font-size: 11px;
  margin-top: 0.6em;
  line-height: 1.8;
  letter-spacing: normal;
  @media screen and (max-width: 750px){
    font-size: 10px;
  }
}
.perCertList {
  margin-top: 40px;
  display: flex;
  gap: 15px;
  @media screen and (max-width: 750px){
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
.perCertList__item {
  flex: 1;
  border: 1px solid #cacaca;
  border-radius: 9px;
  padding: 20px 0 15px;
  @media screen and (max-width: 750px){
    padding: 15px 0 10px;
    border-radius: 6px;
  }
}
.perCertList__title {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.05em;
  @media screen and (max-width: 750px){
    font-size: 18px;
  }
}
.perCertList__text {
  font-size: 13px;
  margin-top: 0.6em;
  line-height: 1.7;
  @media screen and (max-width: 750px){
    font-size: 12px;
  }
}
.perGrade {
  padding-top: 70px;
  margin-top: 60px;
  border-top: 1px solid #cacaca;
  @media screen and (max-width: 750px){
    margin-top: 40px;
    padding-top: 30px;
  }
}
.perGradeHead {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  @media screen and (max-width: 750px){
    flex-direction: column;
    gap: 20px;
  }
}
.perGradeHead__left {
  width: 64%;
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.perGradeHead__right {
  width: 33%;
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.perGrade__subtitle {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  @media screen and (max-width: 750px){
    font-size: 15px;
    letter-spacing: 0;
  }
}
.perGradeHead__text {
  text-align: left;
  margin-top: 1em;
}
.perGradeList {
  margin-top: 30px;
  gap: 15px;
  display: flex;
  @media screen and (max-width: 750px){
    flex-direction: column;
    gap: 20px;
  }
}
.perGradeList__item {
  width: calc((100% - 30px) / 3);
  border: 1px solid #e4e4e4;
  border-radius: 9px;
  padding: 20px;
  @media screen and (max-width: 750px){
    width: 100%;
    padding: 15px 0 20px;
  }
}
.perGradeList__title {
  font-size: 26px;
  font-weight: bold;
  @media screen and (max-width: 750px){
    font-size: 18px;
  }
  small {
    font-size: 50%;
    margin-right: 1em;
  }
}
.perGradeList__text {
  font-size: 13px;
  margin-top: 0.6em;
  line-height: 1.7;
  @media screen and (max-width: 750px){
    font-size: 12px;
    line-height: 1.5;
  }
}
.perGrade__note {
  width: calc((100% - 30px) / 3);
  margin-left: auto;
  margin-top: 0.5em;
  font-size: 14px;
  text-align: left;
  @media screen and (max-width: 750px){
    font-size: 10px;
    width: 100%;
    text-align: center;
  }
}
.perGradeIntro {
  margin-top: 40px;
}
.perGradeIntro__item {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  @media screen and (max-width: 750px){
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  + .perGradeIntro__item { 
    margin-top: 80px;
    @media screen and (max-width: 750px){
      margin-top: 30px;
    }
  }
}
.perGradeIntro__left {
  .item01 & {
    flex: 1;
  }
}
.perGradeIntro__right {
  figure {
    margin-bottom: 0;
  }
  figcaption {
    font-size: 12px;
    margin-top: 0.5em;
    text-align: left;
  }
}
.img_grade_02 {
  width: 512px;
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.img_grade_03 {
  width: 252px;
  @media screen and (max-width: 750px){
    width: 219px;
  }
}
.img_grade_04 {
  width: 352px;
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.img_grade_05 {
  width: 352px;
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.perGradeIntro__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: left;
  @media screen and (max-width: 750px){
    font-size: 16px;
    text-align: center;
  }
}
.perGradeIntro__text {
  margin-top: 1.5em;
  text-align: left;
  @media screen and (max-width: 750px){
    margin-top: 1em;
  }
}
.perMeasure {
  padding-top: 70px;
  margin-top: 60px;
  border-top: 1px solid #cacaca;
  @media screen and (max-width: 750px){
    padding-top: 30px;
    margin-top: 40px;
  }
}
.perMeasureHead {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  @media screen and (max-width: 750px){
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.perMeasureHead__left {
  flex: 1;
}
.perMeasureHead__right {
  width: 268px;
}
.perMeasureHead__subtitle {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
  @media screen and (max-width: 750px){
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
  }
}
.perMeasureHead__text {
  text-align: left;
  margin-top: 1em;
}
.perStructure {
  margin-top: 110px;
  @media screen and (max-width: 750px){
    margin-top: 70px;
  }
}
.perStructure__title {
  border: 1px solid var(--color-brown);
  padding: 15px 0;
  color: var(--color-brown);
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  @media screen and (max-width: 750px){
    font-size: 24px;
    color: var(--color-blue-light);
    border-style: none;
    padding: 0;
    margin-bottom: 20px;
  }
}
.perStructure__row {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    margin-top: 20px;
    flex-direction: column;
  }
}
.perStructure__block {
  display: flex;
  flex-direction: column;
  &.-large {
    width: 67.14%;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
  &.-small {
    width: 29.4%;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
}
.perStructure__tag {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  @media screen and (max-width: 750px){
    font-size: 16px;
    margin-bottom: 0;
  }
}
.perStructure__inner {
  padding: 28px;
  flex: 1;
  display: flex;
  gap: 30px;
  border: 1px solid #cccccc;
  @media screen and (max-width: 750px){
    flex-direction: column;
    padding: 0;
    border-style: none;
    gap: 0;
  }
}
.perStructure__item {
  flex: 1;
  @media screen and (max-width: 750px){
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
  }
}
.perStructure__thumb {
  height: 230px;
  @media screen and (max-width: 750px){
    height: auto;
    order: 2;
    margin-top: 1em;
  }
}
.perStructure__name {
  height: 1.5em;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-top: 1em;
  @media screen and (max-width: 750px){
    font-size: 18px;
    height: auto;
    order: 1;
    margin-top: 0;
  }
}
.perStructure__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 1em;
  text-align: left;
  @media screen and (max-width: 750px){
    order: 3;
  }
}
.per__message {
  margin-top: 90px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: var(--color-blue-light);
  @media screen and (max-width: 750px){
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.02em;
  }
}
.perSupport {
  margin-top: 70px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
  }
  a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
    width: 100%;
    height: 76px;
    background-color: #85ba66;
    border-radius: 14px;
    box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
    @media screen and (max-width: 750px){
      height: 70px;
      text-align: left;
      border-radius: 8px;
      font-size: 15px;
    }
    &:after {
      content: "";
      background: url(../img/performance/icon_tri_circle.svg) no-repeat center / contain;
      width: 42px;
      aspect-ratio: 1 / 1;
      margin-left: 50px;
      @media screen and (max-width: 750px){
        width: 36px;
        margin-left: 8px;
      }
    }
    &:hover {
      background-color: #74a85a;
    }
  }
}