@charset "utf-8";
/* =======================
common-company-profile
======================== */
.section--company-profile  {
    padding: 0 5.33% 72px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
  .section--company-profile {
    padding: 0 0 100px 0;
  }
}

/* =======================
company-profile
======================== */
.company_sp {
  display: block;
  margin: 0 auto;
}

.company__pc {
  display: none;
}

.company__title {
  text-align: justify;
  font-family: "Zen Old Mincho";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5; 
  letter-spacing: 1px; 
  margin-top: 16px;
}

.company__txt {
  text-align: justify;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-top: 16px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
  .company__pc {
    display: block;
    width: 48.33vw;
    height: auto;
  }

  .company_sp {
    display: none;
  }

  .company__group {
    display: flex;
    padding: 0 11.11% 0 0;
    align-items: center;
  }

  .company__list {
    margin-left: 48px;
  }

  .company__title {
    margin-top: 0;
    font-size: 3.2rem;
  }

  
}

/* =======================
profile
======================== */
.section-sub-profile {
    border-top: 1px solid #A6A9C1;
    border-bottom: 1px solid  #A6A9C1;
    padding: 40px 0 48px;
    margin: 0 5.33% 40px;
}

.profile__title {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.9px;
}

.profile__group:not(:first-child) {
    margin-top: 40px;
}

.profile__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 4px;
}

iframe {
    margin-top: 40px;
    width: 100%;
    height: 200px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
  .section-sub-profile {
    padding: 72px 0;
    margin: 0 11.11% 60px;
  }

  .profile__group {
    width: 82.68%;
    margin: 0 auto;
    display: flex;
  }

  .profile__title {
    width: 31.54%;
  }

  .profile__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.9px;
    width: 68.49%;
  }

  iframe {
    width: 82.68%;
    height: 512px;
    display: block;
    margin: 72px auto 0;
  }
}