main {
  font-family: 'Noto Sans JP', sans-serif;
}
/* 横幅調整 */
@media (min-width: 1200px) {
  .pc_widthFull {
    width: 100%;
    max-width: 1200px !important;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 120px;
    letter-spacing: 0.05em;
  }
  .widthEdge {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    letter-spacing: 0.05em;
  }
  .el_lv2HeadingImg {
    margin-bottom: 2.6em;
    font-size: 1.5625rem;
  }
}
@media (max-width: 1200px) {
  .pc_widthFull {
    padding-top: 20vw;
    padding-bottom: 20vw;
    margin: 0 auto;
  }
  .bl_siteTopSection_wrapper.widthEdge {
    width: 100%;
    padding-inline: 4vw;
    margin: 0 auto;
  }
}

/* =====================
 TOP（https://ad-sekkei.info/）
 ===================== */

 /* hero */
.un_siteTopUpper_heroWrapper {
      overflow: hidden;
      margin: 90px 0 20px;
      position: relative;
      .un_siteTopUpper_heroUpper {
      position: relative;
      height: 100%;
      max-height: calc(100vh - 90px);
      }
    .un_siteTopUpper_heroUpper_content {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-65%);
      aspect-ratio: 47 / 45;
      background-color: #00003D;
      background-image: url(../images/top/hero-illust.svg);
      background-size: auto 100%;
      background-position: right center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      letter-spacing: 0.05em;
      font-family: 'Noto Sans JP', sans-serif;
    }
    .un_siteTopUpper_heroUpper_text {
      padding: 6rem 6rem 7rem;
      padding: 5.21vw 5vw 6vw 5.25vw;
    }
    .un_siteTopUpper_heroUpper_englishTitle {
      font-size: clamp(0.65rem, 1vw, .875rem);
      letter-spacing: 0;
    }
    .un_siteTopUpper_heroUpper_title {
      font-size: clamp(2rem, 2.2vw, 2.5rem);
      font-weight: 700;
      line-height: 1.5;
      margin: .3em 0 .3em;
      em {
        font-size: clamp(1rem, 1vw, 1.125rem);
        position: relative;
        transform: translate(20%,-50%);
        display: inline-block;
      }
    }
    .un_siteTopUpper_heroUpper_subTitle {
      font-size: clamp(1.5rem, 1.8vw, 1.875rem);
      font-weight: 500;
      margin-bottom: .5em;
    }
    .un_siteTopUpper_heroUpper_note {
      font-size: clamp(0.65rem, 0.9vw, 0.75rem);
      position: absolute;
      right: .8rem;
      bottom: .5rem;
    }
    .un_siteTopUpper_heroUpper_img {
      max-height: calc(100vh - 90px);
      margin-bottom: 0;
      picture,img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
      }
    }
}
.un_siteTopUpper_banner{right:20px;bottom:20px;}
@media (max-width: 1200px) {
    .un_siteTopUpper_heroWrapper {
      margin-top: 65px;
      .un_siteTopUpper_heroUpper {
      max-height: unset;
    }
    .un_siteTopUpper_heroUpper_content {
      position: relative;
      top: 0;
      transform: translate(0);
      aspect-ratio: 25 / 16;
      justify-content: start;
    }
    .un_siteTopUpper_heroUpper_text {
    padding-left: 10.67vw;
    }
    .un_siteTopUpper_heroUpper_englishTitle {
      font-size: clamp(0.75rem, 0.9vw, 0.875rem);
    }
    .un_siteTopUpper_heroUpper_title {
      font-size: clamp(1.875rem, 2.2vw, 2.125rem);
      em {
      font-size: clamp(1rem, 1.2vw, 1.125rem);
      }
    }
    .un_siteTopUpper_heroUpper_subTitle {
      font-size: clamp(1.5rem, 1.8vw, 1.75rem);
    }
    .un_siteTopUpper_heroUpper_note {
      font-size: clamp(0.625rem, 0.9vw, 0.75rem);
    }
    .un_siteTopUpper_heroUpper_img {
      aspect-ratio: 375 / 356;
      width: 100%;
    }
  }
}

/* lowprice section */
.bl_lowpriceCard_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.bl_lowpriceCard {
  background-color: #00003D;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  color: #fff;
  padding: 50px 0 45px;
}
@media (min-width: 1200px) {
  .bl_lowpriceCard::before {
      content: "";
      height: 33px;
      width: 100%;
      display: block;
      margin-inline: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 100%;
  }
 .bl_lowpriceCard_wrapper .bl_lowpriceCard:nth-child(1):before {
    background-image: url(../images/top/num-lowprice-01.svg);
  }
 .bl_lowpriceCard_wrapper .bl_lowpriceCard:nth-child(2):before {
    background-image: url(../images/top/num-lowprice-02.svg);
  }
 .bl_lowpriceCard_wrapper .bl_lowpriceCard:nth-child(3):before {
    background-image: url(../images/top/num-lowprice-03.svg);
  }
}
.bl_lowpriceCard__img {
  height: 88px;
  width: auto;
  margin: 35px auto 25px;
}
.bl_lowpriceCard__contents {
  padding: 0 13.16%;
}
.bl_lowpriceCard__heading {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: .7em;
}
.bl_lowpriceCard__text {
  font-size: 1.125rem;  
}
@media (max-width: 1200px) {
  .bl_lowpriceCard_wrapper {
    flex-direction: column;
    gap: 2vw;
  }
  .bl_lowpriceCard {
    padding: 6vw 4vw;
    display: flex;
    align-items: center;
    flex-direction:row
  }
  .bl_lowpriceCard::before {
    width: clamp(20px, 3vw, 30px);
    height: clamp(20px, 3vw, 30px);
    background-size: cover;
    margin: 0;
  }
  .bl_lowpriceCard__img::before {
      content: "";
      height: clamp(22px, 3vw, 33px);
      width: 100%;
      display: block;
      margin-inline: auto;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto 100%;
  }
 .bl_lowpriceCard_wrapper .bl_lowpriceCard:nth-child(1) .bl_lowpriceCard__img:before {
    background-image: url(../images/top/num-lowprice-01.svg);
  }
 .bl_lowpriceCard_wrapper .bl_lowpriceCard:nth-child(2) .bl_lowpriceCard__img:before {
    background-image: url(../images/top/num-lowprice-02.svg);
  }
 .bl_lowpriceCard_wrapper .bl_lowpriceCard:nth-child(3) .bl_lowpriceCard__img:before {
    background-image: url(../images/top/num-lowprice-03.svg);
  }
  .bl_lowpriceCard__img {
    width: 30%;
    height: auto;
    margin: 0;
    img {
      width: 60%;
      height: auto;
      margin: 1.2em auto 0;
    }
    }
  .bl_lowpriceCard__contents {
    padding: 0 0 0 8vw;
    text-align: left;
    width: 100%;
  }
  .bl_lowpriceCard__heading {
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    margin-bottom: .5em;
  }
  .bl_lowpriceCard__text {
    font-size: clamp(.875rem, 1vw, 1rem);
  }
}

/* quality section */
.bl_qualitySection{
  background: url(../images/top/top-bg-quality.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  &:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 0;
  }
}
.bl_qualitySection_inner {
  position: relative;
  z-index: 1;
}
.bl_quality_table table {
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.bl_quality_table th,.bl_quality_table td {
  text-box-trim: trim-both;
  text-box-edge: text;
}

.bl_quality_tableBody {
  width: 100% ;
  text-align: center;
}
.bl_quality_head {
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #F5F5F5;
}
.bl_quality_headLabel {
  font-size: 1.125rem;
  font-weight: 700;
}
.bl_quality_headCell {
  width: 19.17%;
  border-left: 1px solid #D5D5D5;
  padding: 1.38rem;
}
.bl_quality_label {
  border-top: 1px solid #D5D5D5;
  font-weight: 700;
  font-size: 1.125rem;
  background-color: #F5F5F5;
}
.bl_quality_cell {
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  padding: 1.6rem;
  &.is-ad {
    border-top: 1px solid #4C4C84;
  }
}
@media (max-width: 1200px) {
  .bl_quality_table th,.bl_quality_table td {
    white-space: nowrap;
  }
  .bl_quality_head {
    font-size: 1rem;
  }
  .bl_quality_headCell {
    padding: 1rem;
  }
  .bl_quality_label {
    font-size: .875rem;
  }
  .bl_quality_cell {
    padding: 1rem;
  }
}
.bl_quality_note {
  font-weight: 700;
  text-align: right;
  margin: 1.5rem 0;
  text-box-trim: trim-both;
  text-box-edge: text;
  font-size: 1rem;
}
.bl_quality_table td.is-ad {
  color: #fff;
  background-color: #00003D;
  border-left: none;
  & + td {
    border-left: none;
  }
}
@media (max-width: 1200px) {
  .bl_quality_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4vw;
    margin-inline: -4vw;
  }
  .bl_quality_tableBody {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 600px; /* 列数に応じて調整 */
  }
  .bl_quality_headLabel,
  .bl_quality_label {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
  }
  .bl_quality_headLabel {
    z-index: 3;
  }
  .bl_quality_note {
    margin: .5rem 0;
    text-box-trim: trim-both;
    text-box-edge: text;
    text-align:left;
    font-size: clamp(0.65rem, 0.9vw, 0.75rem);
  }
}
.bl_quality_priceGraph_wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin: 80px auto 0;
  padding: 60px 8.33% 50px;
}
.bl_priceGraph {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.125rem;
}
.bl_priceGraph_row {
  display: flex;
  align-items: center;
}
.bl_priceGraph_label {
  width: 135px;
  flex-shrink: 0;
}
.is-ad .bl_priceGraph_label {
  font-weight: 700;
}
.bl_priceGraph_barWrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 30px;
}
.bl_priceGraph_bar {
  height: 40px;
  width: calc(var(--rate) * 1%);
  background-color: #D5D5D5;
  min-width: 8px;
}
.is-ad .bl_priceGraph_bar {
    background-color: #00003D;
}
.bl_priceGraph_value {
  white-space: nowrap;
}
.is-ad .bl_priceGraph_value {
  font-weight: 700;
}

.bl_priceGraph_note {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .bl_quality_priceGraph_wrapper {
    margin: 8vw auto 0;
    padding: 8vw;
  }
  .bl_quality_priceGraph_wrapper .el_lv2Heading hp_highText {
    white-space:nowrap;
    font-size: clamp(1.125rem, 2vw, 1.25rem);
  }
  .bl_priceGraph_label {
    width: 6em;
    font-size: clamp(0.75rem, 1vw, .875rem);
  }
  .bl_priceGraph {
    gap: 4vw;    
    font-size: clamp(.875rem, 1vw, 1rem);
  }
  .bl_priceGraph_barWrap {
    gap: 4vw;
  }
  .bl_priceGraph_note {
      margin-top: 2em;
      font-size: clamp(0.65rem, 1vw, .875rem);
  }
  .bl_priceGraph_value {
      font-size: clamp(0.65rem, 1vw, .875rem);
  }
}

/* case section */
.bl_caseSection {
  position: relative;
  background-color: #F5F5F5;
}
.bl_caseSection:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/top/top-bg-case.svg) no-repeat center top;
  background-size: cover;
  pointer-events: none;
}
.bl_caseCard_wrapper {
  gap: 30px;
  display: flex;
  justify-content: space-between;
}
.bl_caseCard {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.bl_caseCard__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 0;
  img {
    max-width: 100%;
    height: auto;
  }
}
.bl_caseCard__contents {
  padding: 30px 7.89%;
  text-box-trim: trim-both;
  text-box-edge: text;
}
.bl_caseCard__heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.1em;
}
.bl_caseCard__text {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .bl_caseCard_wrapper {
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 4em;
  }
  .bl_caseCard__link {
    display: flex;
  }
  .bl_caseCard__img {
    width: 45%;
    display: flex;
    align-items: stretch;
  }
  .bl_caseCard__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .bl_caseCard__contents {
    padding: 1.2em 1em 1em 1.5em;
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .bl_caseCard__heading {
        font-size: clamp(1rem, 1.5vw, 1.125rem);
        margin-bottom: .5em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;        
  }
  .bl_caseCard__text {
      font-size: clamp(0.625rem, 1.5vw, 0.75rem);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
}
.bl_siteTopSection_lead {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 3.33em;
}
.el_lv2HeadingImg + .bl_siteTopSection_lead {
  margin-top: -1.5em;
}
.bl_siteTopSection_more {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.bl_siteTopSection_moreLink {
  font-size: 1rem;
  font-weight: 500;
  text-box-trim: trim-both;
  text-box-edge: text;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.bl_siteTopSection_moreLink:before,
.bl_siteTopSection_moreLink:after {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
}
.bl_siteTopSection_moreLink:before {
  background-color: #000;
  mask: url(../images/top/arrow-circle.svg) no-repeat center / contain;
  -webkit-mask: url(../images/top/arrow-circle.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid transparent;
  z-index: 0;
}
.bl_siteTopSection_moreLink:after {
  border: 1px solid #000;
  border-radius: 999px;
  position: relative;
  z-index: -1;
}
.bl_siteTopSection_moreLink:hover {
  opacity: 1;
  color: #adadad;
}
.bl_siteTopSection_moreLink:hover:before {
  background-color: #fff;
}
.bl_siteTopSection_moreLink:hover:after {
  background-color: #adadad;
  border: 1px solid #adadad;
}
@media (max-width: 1200px) {
  .bl_siteTopSection_lead {
          font-size: clamp(1rem, 1vw, 1.125rem);
          margin: 2em auto;
  }
  .el_lv2HeadingImg + .bl_siteTopSection_lead {
    margin-top: 2em;
  }
  .bl_siteTopSection_more {
    margin-top: 2em;
    justify-content: center;
  }
  .bl_siteTopSection_moreLink {
    gap: .5em;  
    font-size: clamp(.875rem, 1vw, 1rem);
  }
  .bl_siteTopSection_moreLink:before,
  .bl_siteTopSection_moreLink:after {
    width: 30px;
    height: 30px;
  }
  .bl_siteTopSection_moreLink:hover {
    color: #000;
  }
  .bl_siteTopSection_moreLink:hover:before {
    background-color: #fff;
  }
  .bl_siteTopSection_moreLink:hover:after {
    background-color: #000;
    border: 1px solid #000;
  }
}

/* voice section */
.bl_voiceCard {
  display: flex;
  align-items: end;
}
.bl_voiceCard_img {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  img {
    max-width: 100%;
    height: auto;
  }
}
.bl_voiceCard_contents {
  width: 100%;
  position: relative;
  z-index: 1;
  }
.bl_voiceCard_contents::after {
  content: "";
  background-color: #fff;
  position: absolute;
  display: block;
  top: 0;
  width: 80px;
  height: 100%;
  left: -80px;
  z-index: 0;
}
.bl_voiceCard_heading {
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 2.5em 0 1em;
}
.bl_voiceCard_text {
  font-size: 1rem;
}
@media (max-width: 1200px) {
  .bl_voiceCard {
    display: block;
  }
  .bl_voiceCard_img {
    width: 80vw;
    margin: 0 auto;
  }  
  .bl_voiceCard_contents::after {
    display: none;
  }
  .bl_voiceCard_heading {
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    line-height: 1.5;
    width: 80vw;
    margin: 1em auto;
  }
  .bl_voiceCard_text {
    width: 80vw;
    margin: 0 auto;
    font-size: clamp(.875rem, 1vw, 1rem);
  }
}

/* support section */
.bl_supportSection{
  position: relative;
  background-color: #F5F5F5;
}
.bl_supportSection:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/top/top-bg-support.jpg) no-repeat center top;
  background-size: cover;
  pointer-events: none;
}
.bl_support_list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: -20px;
}
.bl_support_item {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin-bottom: 0;
}
.bl_support_item img {
  border: 4px solid #fff;
  width: 100%;
  height: auto;
}
.bl_support_caption {
  font-weight: 700;
  text-align: center;
  font-size: 1.5625rem;
  margin-top: 2.75rem;
}
@media (max-width: 1200px) {
  .bl_support_list {
    flex-direction: column;
    align-items: start;
    width: 80vw;
    max-width: 200px;
    margin: 0 auto 4em;
    gap: 6vw;
  }
  .bl_support_caption {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-top: .5em;
  }
  .bl_support_item img {
    border: 2px solid #fff;
  }
}

/* =====================
 EQUIPMENT PAGE（https://ad-sekkei.info/equipment）
 ===================== */
.bl_equipmentIntro {
  text-align: center;
  margin: 120px auto;
}
.bl_equipmentIntro_heading {
  font-size: 2.5rem;
  position: relative;  
  font-weight: 700;
}
.bl_equipmentIntro_heading:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 15px auto 30px;
}
.bl_equipmentIntro_lead {
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 1em auto .8em;
  line-height: 1.65;
}
.bl_equipmentIntro_note {
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .bl_equipmentSection {
    .bl_equipmentSection_inner {
      padding-inline: 4vw;
    }
  }
  .bl_equipmentIntro {
    margin: 4vw auto 8vw;
    padding: 0 4vw 70px;
  }
  .bl_equipmentIntro_heading {
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
  }
  .bl_equipmentIntro_heading:after {
    width: 50px;
    height: 2px;
    margin: 10px auto 30px;
  }
  .bl_equipmentIntro_lead {
      font-size: clamp(1.25rem, 2vw, 1.5625rem);
  }
  .bl_equipmentIntro_note {
        font-size: clamp(.875rem, 1vw, 1rem);
  }
}
.bl_singlePageWrapper.hp_wideMiddle.widthEdge {
  max-width: 100%;
  width: 100% !important;
}
.bl_equipmentList.is-bgStart > .bl_equipmentSection:nth-of-type(odd) {
  background: #F5F5F5;
}
.bl_equipmentList.is-bgSecond > .bl_equipmentSection:nth-of-type(even) {
  background: #F5F5F5;
}
.bl_equipmentSection_lead {
  font-size: 1.5625rem;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 2.15em;
}
.bl_equipmentSection_note {
  font-size: 1.125rem;
  text-align: center;
  margin: 2.5em auto 0;
}
@media (max-width: 1200px) {
  .bl_equipmentSection_lead {
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    margin: 0 auto 1.5em;
    line-height: 1.65;
  }
  .bl_equipmentSection_note {
    margin: 1em auto 0;
    font-size: clamp(.875rem, 1vw, 1rem);
  }
  .bl_equipmentList.is-bgSecond {
    margin-bottom: -70px;
  }
}
.bl_equipmentGallery {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
  font-size: 1.125rem;
}
.bl_equipmentItem {
  width: 100%;
  margin-bottom: 0;
}
.bl_equipmentItem img {
  width: 100%;
  height: auto;
}
.bl_equipmentItem_caption {
  padding-top: 1.5em;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .bl_equipmentGallery {
    gap: 2vw;
    font-size: clamp(1rem, 1vw, 1.125rem);
    &.sp_vertical {
      flex-direction: column;
      max-width: 50vw;
      margin: 4vw auto 0;
    }
  }
  .bl_equipmentGallery.sp_vertical {
    gap: 8vw;
  }
  .bl_equipmentGallery.sp_vertical .bl_equipmentItem_caption {
    padding-top: .8em;
    
    font-size: clamp(.875rem, 1vw, 1rem);
  }
}
.bl_catalogRequest {
  background-color: #000;
  color: #fff;
}
.bl_catalogRequest_inner {
  padding: 60px 0 40px;
  max-width: 845px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_catalogRequest_contents {
  text-align: left;
  padding-bottom: 1.8em;
}
.bl_catalogRequest_heading {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.bl_catalogRequest_btn {
  width: 380px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl_catalogRequest_btn.el_btn {
  background-color: #fff;
  color: #000;
  font-size: 1.25rem;
}
.bl_catalogRequest_btn.el_btn {
  font-size: 1.25rem;
  font-weight: 500;
  text-box-trim: trim-both;
  text-box-edge: text;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 20px 0 30px;
  font-weight: 700;
  border: 1px solid #fff;
}
.bl_catalogRequest_btn.el_btn:before,
.bl_catalogRequest_btn.el_btn:after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
}
.bl_catalogRequest_btn.el_btn:before {
  background-color: #000;
  mask: url(../images/top/arrow-circle.svg) no-repeat center / contain;
  -webkit-mask: url(../images/top/arrow-circle.svg) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
  z-index: 0;
}
.bl_catalogRequest_btn.el_btn:after {
  border: 1px solid #000;
  border-radius: 999px;
  position: relative;
  z-index: 0;
}
.bl_catalogRequest_btn.el_btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #adadad;
  border: 1px solid #adadad;
}
.bl_catalogRequest_btn.el_btn:hover:before {
  background-color: #fff !important;
  z-index: 1;
}
.bl_catalogRequest_btn.el_btn:hover:after {
  background-color: #adadad;
  border: 1px solid #fff;
  z-index: 0;
}
@media (max-width: 1200px) {
  .bl_catalogRequest_inner {
    padding: 12vw 0;
    flex-direction: column;
  }
  .bl_catalogRequest_img {
    max-width: 24vw;
    margin: 0 auto 2em;
  }
  .bl_catalogRequest_img img{
    width: 100%;
    height: auto;
  }

  .bl_catalogRequest_contents {
    text-align: center;
    padding-bottom: 0;
  }
  .bl_catalogRequest_heading {
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    margin-bottom: 1em;
  }

  .bl_catalogRequest_btn.el_btn {
    aspect-ratio: 19 / 4;
    width: 70vw;
    margin-inline: auto;
    padding: 0 1em 0 1.5em;
    font-size: clamp(.875rem, 1vw, 1rem);
    max-width: 300px;
  }
  .bl_catalogRequest_btn.el_btn:before{
    right: 1em;
  }
  .bl_catalogRequest_btn.el_btn:before,
  .bl_catalogRequest_btn.el_btn:after {
    width: 30px;
    height: 30px;
  }
}

/* heading */
.pc_widthFull .el_lv1HeadingImg.hp_highText,
.pc_widthFull .el_lv2Heading.hp_highText {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 1200px) {
  .el_lv1HeadingImg {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25;
  }
  .pc_widthFull .el_lv1HeadingImg.hp_highText,
  .pc_widthFull .el_lv2Heading.hp_highText {
  font-size: clamp(1.25rem, 2vw, 1.5625rem);
  line-height: 1.35;
  }
}
.el_lv2HeadingImg.el_lv1HeadingImg--sm {
  font-size: 1rem;
  margin-bottom: 2em;
}
.el_lv2HeadingImg.el_lv1HeadingImg--sm img {
  height: 60px;
  margin-bottom: 1.2rem;
}
.el_lv2HeadingImg.el_lv1HeadingImg--md img {
  height: 88px;
  margin-bottom: 2rem;
}
.el_lv2HeadingImg.el_lv1HeadingImg--lg img,.el_lv1HeadingImg img {
  height: 102px;
  margin-bottom: 1.5rem;
}
@media (max-width: 1200px) {
  .el_lv2HeadingImg.el_lv1HeadingImg--sm {
    font-size: 1rem;
    margin-bottom: 1em;
  }
  .el_lv2HeadingImg.el_lv1HeadingImg--sm img {
    height: clamp(30px, 6vw, 60px);
    margin-bottom: .6rem;
  }

  .el_lv2HeadingImg.el_lv1HeadingImg--md img {
    height: clamp(40px, 6vw, 72px);
    margin-bottom: 1.5rem;
  }
  .el_lv2HeadingImg.el_lv1HeadingImg--lg img,.el_lv1HeadingImg img {
    height: clamp(44px, 5.5vw, 60px);
  }
  .el_lv1HeadingImg.hp_highText img {
    height: clamp(44px, 5.5vw, 60px);
  }
}