/*************************************************

parts-companypanels

*************************************************/
.parts-companypanels .parts-midtitle01 {
  display: none;
}

@media screen and (min-width: 768px) {
  .parts-companypanels__list {
    gap: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .parts-companypanels__anchor {
    width: calc(50% - 3rem);
  }
}
.parts-companypanels__anchor.is-company, .parts-companypanels__anchor.is-message {
  display: none;
}

.parts-companypanels__img {
  aspect-ratio: 56/25;
}
.is-profile .parts-companypanels__img img, .is-history .parts-companypanels__img img {
  opacity: 0;
}
.is-profile .parts-companypanels__img::before {
  background-image: url(../images/company/index/btn_img02.webp);
}
.is-history .parts-companypanels__img::before {
  background-image: url(../images/company/index/btn_img03.webp);
}

@media screen and (min-width: 993px) {
  .parts-companypanels__letters {
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .parts-companypanels__jp {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 993px) {
  .parts-companypanels__arw {
    width: 5rem;
  }
}

/*************************************************

company-lead

*************************************************/
.company-lead {
  position: relative;
  padding-bottom: 20rem;
}
@media screen and (max-width: 992px) {
  .company-lead {
    padding-bottom: 0;
  }
}
.company-lead > * {
  position: relative;
  z-index: 5;
}

/* company-lead-subtext
---------------------------------------*/
.company-lead-subtext {
  margin-bottom: 5rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-lead-subtext {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}

.company-lead-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(40.6rem, 100%);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .company-lead-bg {
    position: static;
    margin: 0 -2rem 0 auto;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}

/*************************************************

company-philosophy

*************************************************/
.company-philosophy-sec {
  margin-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .company-philosophy-sec {
    margin-bottom: 7rem;
  }
}
.company-philosophy-sec:last-child {
  margin-bottom: 0;
}

.company-philosophy-title {
  position: relative;
  margin-bottom: 3rem;
  padding-left: 2.8rem;
  line-height: 1.6;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-philosophy-title {
    margin-bottom: 2rem;
    padding-left: 2.2rem;
    font-size: 2rem;
  }
}
.company-philosophy-title::before {
  position: absolute;
  top: calc(0.8em - 0.6rem);
  left: 0;
  display: block;
  content: "";
  width: 1.2rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1637AA;
}
@media screen and (max-width: 767px) {
  .company-philosophy-title::before {
    top: calc(0.8em - 0.5rem);
    width: 1rem;
  }
}

.company-philosophy-sec__body {
  padding: 0 10rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .company-philosophy-sec__body {
    padding: 0;
  }
}
.company-philosophy-sec__body.is-border {
  padding-bottom: 3rem;
  border-bottom: #2C2C2C solid 1px;
}
@media screen and (max-width: 767px) {
  .company-philosophy-sec__body.is-border {
    padding-bottom: 2rem;
  }
}

.company-philosophy-img01 {
  max-width: 86rem;
}

.company-philosophy-texts {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .company-philosophy-texts {
    font-size: 1.6rem;
  }
}

/*************************************************

company-bigbtn

*************************************************/
.company-bigbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .company-bigbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}

.company-bigbtn-img01 {
  width: 56.6666666667%;
}
@media screen and (max-width: 992px) {
  .company-bigbtn-img01 {
    width: 100%;
  }
}

.company-bigbtn-letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 37.9166666667%;
  padding: 0 4rem;
}
@media screen and (max-width: 992px) {
  .company-bigbtn-letters {
    width: 100%;
    padding: 0;
  }
}
.company-bigbtn-letters .parts-btn01 {
  max-width: 25.6rem;
}

.company-bigbtn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 992px) {
  .company-bigbtn-title {
    margin-bottom: 3rem;
  }
}
.company-bigbtn-title .in-jp {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .company-bigbtn-title .in-jp {
    font-size: 2.2rem;
  }
}
.company-bigbtn-title .in-en {
  color: #1637AA;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .company-bigbtn-title .in-en {
    font-size: 1.8rem;
  }
}