@charset "utf-8";


/* --------page title-------- */
.about_title{
  font-size: 2.5rem;
}
.about_title_wrapper {
  margin-top: 4.8rem;
  margin-left: 6.1rem;
}

.about_title {
  font-family: var(--Googlesans);
  font-size: 4rem;
  line-height: 5.5rem;
  font-weight: 700;
  position: relative;
}

.about_title::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 3.5rem;
  background-color: #0068B7;
  left: -2rem;
  top: .9rem;
}


/* --------representative message-------- */

.representative_message_wrapper {
  width: 90rem;
  margin-top: 4.5rem;
  margin-left: 6.5rem;
  display: flex;
  gap: 3rem;
}

.representative_image {
  width: 37rem;
  height: 35rem;
}

.representative_message_text {
  width: 100%;
  height: fit-content;
  font-family: var(--Googlesans);
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
}

.pc_only_message {
  width: 100%;
  height: fit-content;
  font-family: var(--NotoSans);
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
}

/* --------company overview-------- */

.company_overview_section {
  /* margin: 7.5rem 0 0 6.5rem; */
  margin-top: 7.5rem;
  /* width: 100rem; */
  height: fit-content;
  font-family: var(--NotoSans);
}

.company_data_list {
  border-top: .1rem solid #000000;
  /* margin-left: 7.55rem; */
  margin: 0 auto;
  width: 100rem;
  display: grid;
  grid-template-columns: 26.8rem 73.2rem;
}

.company_data_list dt {
  width: 100%;
  min-height: 7.2rem;
  padding-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  border-bottom: .1rem solid #000000;
}

.company_data_list dd {
  width: 100%;
  min-height: 7.2rem;
  padding-top: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  border-bottom: .1rem solid #000000;
}

.activities_list {
  height: fit-content;
  padding: 0 0 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about_headquarter_wrapper {
  width: 115rem;
  margin: 7.5rem auto 0;
  display: grid;
  grid-template-columns: 37rem 74rem;
  column-gap: 4rem;
}

.headquarter_image {
  width: 36rem;
  height: 34rem;
}

.headquarter_detail dt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
}

.list_icon {
  font-size: 1.1rem;
  position: relative;
  bottom: 0.2rem;
}

.headquarter_detail dd {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-top: 1.5rem;
}

.headquarter_detail dt:nth-of-type(2) {
  margin-top: 7.2rem;
}

.headquarter_map_wrapper {
  margin: 3.5rem auto 0;
  width: 115rem;
  height: 41.5rem;
}

.headquarter_map {
  width: 100%;
  height: 100%;
}

.chiba_factory_wrapper {
  width: 115rem;
  margin: 7rem auto 0;
  display: grid;
  grid-template-columns: 37rem 74rem;
  column-gap: 4rem;
}

.chiba_factory_image {
  width: 36rem;
  height: 34rem;
}

.chiba_factory_detail {
  width: 74rem;
}

.chiba_factory_detail dt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.7rem;
}

.chiba_factory_detail dd {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  margin-top: 1.5rem;
}

.chiba_factory_detail dt:nth-of-type(2) {
  margin-top: 7.2rem;
}

.chiba_map_wrapper {
  margin: 3.5rem auto 0;
  width: 115rem;
  height: 41.5rem;
}

.chiba_factory_map {
  width: 100%;
  height: 100%;
}


/* --------Organization Chart-------- */

.organization_chart_section {
  margin: 7.5rem auto 0;
  padding-top: 7.5rem;
  width: 120rem;
  height: 60rem;
  border-top: .1rem solid #000000;
}

.organization_chart {
  width: 115rem;
  height: 41.5rem;
  margin: 0 auto;
  /* background-color: #FFFDE6; */
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--NotoSans);
}

.organization_title{
  font-size: 2.6rem;
  margin-bottom: 4rem;
  text-align: center;
}
.organization_chart_image {
  object-fit: contain;
}


/* --------history section-------- */

.company_history_section {
  margin: 0 auto;
  padding-top: 7rem;
  width: 120rem;
  border-top: .1rem solid #000000;
  font-family: var(--NotoSans);
}

.company_history_title{
  font-size: 2.6rem;
  margin-bottom: 4rem;
  text-align: center;
}

.history_heading {
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 600;
  width: 110.9rem;
  margin-left: 2.45rem;
}

.history_list {
  margin: 4.7rem auto 0;
  width: 100rem;
  display: grid;
  grid-template-columns: 26.85rem 73.15rem;
  height: fit-content;
  border-top: .1rem solid #000000;
}

.history_list dt {
  padding-top: 2.4rem;
  padding-left: .05rem;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: .1rem solid #000000;
}

.history_list dd {
  padding: 2.4rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.007em;
  border-bottom: .1rem solid #000000;
}


/* --------ISO section-------- */

.iso_section {
  margin: 7.5rem auto 0;
  padding-top: 7.5rem;
  width: 120rem;
  border-top: .1rem solid #000000;
}

.iso_title{
  font-size: 2.6rem;
  margin-bottom: 4rem;
  text-align: center;
}


.iso_image {
  width: 100rem;
  height: 35.3rem;
  margin: 0 auto;
  margin-bottom: 7.5rem;
  /* background-color: #FFFDE6; */
}

.iso_img {
  object-fit: contain;
}


/* ---------Basic Agreement section-------- */
/* .basic_agreement_section {
  margin: 7.5rem auto 0;
  padding-top: 7.5rem;
  width: 120rem;
  border-top: .1rem solid #000000;
}

.reuse_title {
  width: 101.2rem;
  font-family: var(--NotoSans);
  font-size: 4rem;
  line-height: 5.5rem;
  font-weight: 600;
  margin: 0 10rem 3.5rem;
}

.reuse_system_minutes {
  width: 80rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin-left: 10rem;
  margin-bottom: 2.5rem;
}

.reuse_system {
  width: 99.7rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  margin-left: 10rem;
  margin-bottom: 2.5rem;
}

.basic_agreement_img {
  margin-left: 10rem;
  margin-top: 1.5rem;
  margin-bottom: 7.5rem;
}

.basic_agreement_image {
  width: 70rem;
  height: 32.8rem;
}
 */



/* --------Associated Company section-------- */

/* .associated_company_section {
  margin: 7.5rem auto 20rem;
  padding-top: 7.5rem;
  width: 120rem;
  border-top: .1rem solid #000000;
}

.associated_company_image {
  margin: 0 auto;
  width: 40rem;
  height: 8rem;
  background-color: #BEBEBE;
  box-shadow: 0 .3rem .6rem #00000029;
} */


@media screen and (max-width:699.98px) {

  /* --------page title-------- */

  .about_title_wrapper {
    margin: 2.2rem auto 0;
    width: 34.5rem;
  }

  .about_title {
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin-left: 1.5rem;
  }

  .about_title::before {
    width: .8rem;
    height: 2rem;
    left: -1.5rem;
    top: .9rem;
  }


  /* --------representative message-------- */

  .representative_message_wrapper {
    margin: 2rem auto 0;
    width: 34.5rem;
    flex-direction: column;
    gap: 2rem;
  }

  .representative_image {
    width: 34.5rem;
    height: 32.6rem;
  }

  .representative_message_text {
    /* width: 34.5rem; */
  }

  .pc_only_message {
    display: contents;
  }



  /* --------company overview-------- */

  .company_overview_section {
    margin: 4rem auto 0;
    width: 34.5rem;
  }

  .company_data_list {
    border-top: .1rem solid #000000;
    margin-left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .company_data_list dt {
    min-height: 5.8rem;
    padding-top: 2.4rem;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: .1rem solid #00000033;
  }

  .company_data_list dd {
    min-height: 5.8rem;
    padding-top: 1rem;
    padding-bottom: 2.4rem;
    border-bottom: .1rem solid #000000;
  }

  .activities_list {
    padding: 0;
    gap: 1rem;
  }

  .activities_list>li {
    line-height: 1.6em;
    letter-spacing: 0.01em;
  }

  .about_headquarter_wrapper {
    width: 34.5rem;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .headquarter_image {
    width: 100%;
    height: 32rem;
  }

  .headquarter_detail dt {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .headquarter_detail dd {
    margin-top: 1.5rem;
  }

  .headquarter_detail dt:nth-of-type(2) {
    margin-top: 2.2rem;
  }

  .headquarter_map_wrapper {
    margin-top: 2rem;
    width: 100%;
    height: 32.5rem;
  }

  .chiba_factory_wrapper {
    width: 34.5rem;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
  }

  .chiba_factory_image {
    width: 100%;
    height: 32rem;
  }

  .chiba_factory_detail {
    width: 100%;
  }

  .chiba_factory_detail dd {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem;
    margin-top: 1.5rem;
  }

  .chiba_factory_detail dt:nth-of-type(2) {
    margin-top: 2.2rem;
  }

  .chiba_map_wrapper {
    margin-top: 2rem;
    width: 100%;
    height: 32.5rem;
  }


  /* --------Organization Chart-------- */

  .organization_title{
    margin-top: 2rem;
    font-size: 2.3rem;
    margin-bottom: 0;
  }

  .organization_chart_section {
    margin: 4rem auto 0;
    padding-top: 0;
    width: 34.5rem;
    height: fit-content;
  }

  .organization_chart {
    width: 100%;
    height: 36rem;
  }


  /* --------history section-------- */

  .company_history_section {
    margin: 0 auto;
    padding-top: 3.2rem;
    width: 34.5rem;
  }

  .history_heading {
    width: 100%;
    margin-left: 0;
  }

  .history_list {
    margin: 3.6rem auto 0;
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
  }

  .history_list dt {
    padding: 2.2rem 0 1rem;
    line-height: 2.4rem;
    font-weight: 600;
    border-bottom: .1rem solid #00000033;
  }

  .history_list dd {
    padding: 1rem 0 2.4rem;
  }

  .history_list dd:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }

  .company_history_title {
    font-size: 2.3rem;
    margin-bottom: 2rem;  
  }

  /* --------ISO section-------- */

  .iso_section {
    margin: 4rem auto 0;
    padding-top: 4rem;
    width: 34.5rem;
  }

  .iso_image {
    width: 34.5rem;
    height: 12.1rem;
    margin-bottom: 2.5rem;
  }

  .iso_title {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }


  /* ---------Basic Agreement section-------- */
  /* .basic_agreement_section {
    margin: 4rem auto 0;
    padding-top: 4rem;
    width: 34.5rem;
  }

  .reuse_title {
    width: 34.5rem;
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 2rem 0;
  }

  .reuse_system_minutes {
    width: 34.5rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 600;
    margin-left: 0;
    margin-bottom: 2.5rem;
  }

  .reuse_system {
    width: 34.5rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 600;
    margin-left: 0;
    margin-bottom: 2.5rem;
  }

  .basic_agreement_img {
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 3.8rem;
  }

  .basic_agreement_image {
    width: 35.3rem;
    height: 16.6rem;
  } */


  /* --------Associated Company section-------- */

  /* .associated_company_section {
    margin: 4rem auto 15rem;
    padding-top: 4rem;
    width: 34.5rem;
  }

  .associated_company_image {
    margin: 0 auto;
    width: 26rem;
    height: 5.2rem;
  } */
}