@charset "UTF-8";
.main-pagetitle2 span.ja {
    font-weight: 700;
    font-size: 4.5rem;

}
@media screen and (max-width: 768px) {
  .main-pagetitle2 span.ja {
    font-size: 3.8rem;
  }
}  
.company-content {
    padding-bottom:14rem;
  
  }
  @media screen and (max-width: 768px) {
    .company-content {
      padding-bottom: 8rem;
  
    }
  }
  /* company-rinc */
  .company-rinc {
    display: flex;
    justify-content: center;
	width: 94rem;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    gap: 0.96rem;
    list-style: none;
    margin: 12.6rem auto 0;
    
  }
  @media screen and (max-width: 768px) {
    .company-rinc {
      flex-wrap: wrap;
	  width: 100%;
      gap: 0.96rem;
      margin-top: 6rem;
    }
  }
  .company-rinc__item {
    width: 18rem;
    position: relative;
    background-color: #fff;
    border: 1px solid #509DCE;
    border-radius: 30px;
  }
  @media screen and (max-width: 768px) {
    .company-rinc__item {
      width: 15rem;
    }
  }
  
  .company-rinc__item.active {
    background-color: #509DCE;
    border: 1px solid #fff;
  }
  
  .company-rinc__item::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("https://mori-com2.net/mild-industry-2025-renew/wp-content/themes/solaris_tcd088/img/company/company-arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .company-rinc__item.active::after {
    background-image: url("https://mori-com2.net/mild-industry-2025-renew/wp-content/themes/solaris_tcd088/img/company/company-arrow_white.svg");
  }
  
  .company-rinc__item a {
    display: block;
    color: #509DCE;
    padding: 1.6rem 0.75rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
  @media screen and (max-width: 768px) {
    .company-rinc__item a {
      display: block;
      color: #509DCE;
      padding: 1rem 0.75rem;
      font-size: 1.2rem;
      font-weight: 700;
    }
  }
  .company-rinc__item.active a {
    color: #fff;
  }
  .company-content .company-main-title {
    font-size: 4rem;
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    color: #509dce;
    padding-bottom: 0;
    border-bottom: initial;
  }
  @media screen and (max-width: 768px) {
    .company-content .company-main-title {
      font-size: 2.4rem;
    }
  }
  .company-content .company-main-title::before {
    display: none;
  }
  .company-sub-title {
    margin-top: 1.9rem;

  }
  .company-sub-title p{
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  
  }
  @media screen and (max-width: 768px) {
    .company-sub-title {
      margin-top: 1.6rem;

    }
    .company-sub-title p{
      font-size: 1.5rem;
    }
  }
  .company-content__text {
    margin-top: 5.8rem;
    text-align: center;

  }
  @media screen and (max-width: 768px) {
    .company-content__text {
      margin-top: 2.4rem;
      text-align: left;
    }
  }
  .company-content__text p {
    font-size: 1.6rem;
    line-height: 2;
  }
  @media screen and (max-width: 768px) {
    .company-content__text p {
      font-size: 1.4rem;
    }
  }
  @media screen and (max-width: 768px) {
    .company-content__text p br {
      display: none;
    }
  }
  .pdf-btn {
    width: 14rem;
    height: 4rem;
    border-radius: 100px;
    border: 1px solid #000;
    text-align: center;
    
  }
  .pdf-btn a {
    display: block;
    width: 100%;
    height: 4rem;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .pdf-btn {

    }
  }
  .company-content .pdf-btn {
    margin: 0 auto;
  
  }
  .company-content .pdf-btn img {
    width: 3.5rem;
    position: absolute;
    top: 50%;
    left: 0.7rem;
    transform: translateY(-50%);
  }
  .company-content .pdf-btn:hover,
  .company-content  .pdf-btn:focus {
    border-color: #509DCE;
  }
  .company-content .pdf-btn:before,
  .company-content  .pdf-btn:focus {
    background: #509DCE;
  }
  .js-acordion-btn {
    cursor: pointer;
  }
  .js-acordion-box {
    display: none;
  }