/* page-company.css */
/* 作成者:繁田 */

/* PCモード */

.company_page_setting {
  max-width: 144rem;
  font-family: var(--NotoSans);
  text-align: left;
  color: #000000;
}

.company_title_flex {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}

.company_title_font {
  font-family: var(--GoogleSans);
  font-weight: 500;
  color: #f38200;
}

.title_english_font {
  font-size: 7rem;
}

.title_japanese_font {
  font-size: 2rem;
}

/* GREETING */
.company_greeting_wrapper {
  margin-inline: 3rem;
  padding: 10rem 0 0 0;
}

.greeting_content_flex {
  display: flex;
  padding: 6.9rem 0 0 0;
  justify-content: space-between;
  margin-inline-start: 22.5rem;
}

.greeting_logo_img_wrap {
  text-align: center;
}

.greeting_logo_flex {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.greeting_logo_img {
  width: 20.232rem;
  height: 21.1rem;
  object-fit: cover;
}

.greeting_logo2_img {
  width: 23.699rem;
  height: 5rem;
  object-fit: cover;
}

.greeting_text_wrapper {
  width: 65.2rem;
}

.greeting_text_font {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
}

/* PHILOSOPHY */

.company_philosophy_container {
  width: 144rem;
  height: fit-content;
  margin-top: 24.8rem;
  padding: 10rem 0 5.1rem 0;
  background-image: url(../img/top_fv_left.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.company_philosophy_wrapper {
  margin-inline: 3rem;
  color: #000000;

}

.philosophy_illustration_wrapper {
  position: relative;

}

.philosophy_illustration_img {
  object-fit: cover;
  position: absolute;
}

.illustration_img_01 {
  width: 3.356rem;
  height: 3.486rem;
  top: 5.557rem;
  left: 22.322rem;
}

.illustration_img_02 {
  width: 9.7rem;
  height: 9.167rem;
  top: 11rem;
  left: 4rem;
}

.illustration_img_03 {
  width: 7.634rem;
  height: 7.444rem;
  top: -5rem;
  right: 7.844rem;
}

.illustration_img_04 {
  width: 3.236rem;
  height: 3.086rem;
  top: 33.007rem;
  left: 2.382rem;
}

.illustration_img_05 {
  width: 5.593rem;
  height: 5.81rem;
  top: 30rem;
  right: 0;
}

.illustration_img_06 {
  width: 6.714rem;
  height: 6.788rem;
  top: 50rem;
  left: 4rem;
}

.illustration_img_07 {
  width: 3.356rem;
  height: 3.486rem;
  top: 53rem;
  left: 49.204rem;
}

.illustration_img_08 {
  width: 5.609rem;
  height: 5.375rem;
  top: 52.118rem;
  left: 81.657rem;
}

.illustration_img_09 {
  width: 13.024rem;
  height: 13.168rem;
  top: 45.969rem;
  right: 0;
}

.philosophy_text_wrapper {
  width: 68.6rem;
  padding: 3.2rem 0 0 0;
  margin-inline: auto;
}

.philosophy_text_font {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8em;
  text-shadow: 0rem 0.3rem 0.6rem var(--white);
}

.philosophy_SP_container {
  padding-top: 3.5rem;
}

.philosophy_swiper_container {
  display: none;
}

.philosophy_PC_container {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  position: relative;
  z-index: 2;
}


.philosophy_circle_wrapper {
  position: relative;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 50%;
}

.circle_wrapper_left {
  margin-right: -4rem;
  border: .4rem solid #23AB39;
}

.circle_wrapper_top {
  border: .4rem solid #F38201;
  z-index: -1;
}

.circle_wrapper_right {
  margin-left: -4rem;
  border: .4rem solid #EDC905;
  z-index: -2;
}

/* .philosophy_circle_img {
  z-index: 1;
  width: 40rem;
  height: 40rem;
  object-fit: cover;
  background-color: #fff;
  border-radius: 50%;
  opacity: .4;
} */

.circle_text_wrapper {
  width: 28rem;
  position: absolute;
  /* top: 8.7rem;
  right: 0;
  left: 0; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  text-shadow: 0rem 0.3rem 0.3rem var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle_title_font {
  font-family: var(--GoogleSans);
  font-weight: 500;
  font-size: 4rem;
  text-align: center;
}

.circle_green_text {
  color: #23AB39;
}

.circle_orange_text {
  color: #F38200;
}

.circle_yellow_text {
  color: #EDC905;
}

.circle_sub_font {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  padding-top: 1.1rem;
}

.circle_text_font {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5em;
  padding-top: 2rem;
  color: #000000;
}

.circle_text_content {
  height: 16.8rem;
}


/* 2026_04_29_修正 */
.company_philosophy_content {
  padding-bottom: 5rem;
}

.company_philosophy_wrap {}

.philosophy_SP_wrapper {
  display: none;
}

.philosophy_PC_flex {
  padding-top: 7.7rem;
}

.philosophy_title_wrapper {
  padding-top: 7rem;
}

.philosophy_title_font {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  line-height: 1.467em;
  color: #F38200;
}

.philosophy_title_PC {
  display: block;
}

.philosophy_title_SP {
  display: none;
}

.philosophy_text_content {
  width: 110rem;
  padding: 3rem 0 0 0;
  margin-inline: auto;
}

.philosophy_illustration_img01 {
  display: none;
}

.philosophy_illustration_img02 {
  width: 9.7rem;
  height: 9.167rem;
  top: 45.5rem;
  left: 7rem;
}

.philosophy_illustration_img03 {
  width: 7.634rem;
  height: 7.444rem;
  top: 39.5rem;
  right: 12rem;
}

.philosophy_illustration_img04 {
  width: 3.236rem;
  height: 3.086rem;
  top: 64rem;
  left: 4rem;
}

.philosophy_illustration_img05 {
  width: 5.593rem;
  height: 5.81rem;
  top: 57rem;
  right: 4rem;
}

.philosophy_illustration_img06 {
  width: 6.714rem;
  height: 6.788rem;
  top: 79rem;
  left: 4rem;
}

.philosophy_illustration_img07 {
  width: 3.356rem;
  height: 3.486rem;
  top: 82.5rem;
  left: 48rem;
}

.philosophy_illustration_img08 {
  width: 5.609rem;
  height: 5.375rem;
  top: 82.2rem;
  left: 83rem;
}

.philosophy_illustration_img09 {
  width: 13.024rem;
  height: 13.168rem;
  top: 73.9rem;
  right: 1.8rem;
}

.philosophy_illustration_SP {
  display: none;
}
.philosophy_circle_wrap{

}

.philosophy_title_flex {
  margin-inline: 0;
}

.circle_text_flex {
  padding-top: 8rem;
  justify-content: flex-start;
}


/* PROFILE */
.company_profile_wrapper {
  padding: 10rem 0 0 0;
  margin-inline: 3rem;
}

.profile_img_wrapper {
  width: 90rem;
  /* height: 50.7rem; */
  padding: 5rem 0 0 0;
  margin-inline: auto;
}

.profile_main_img {
  object-fit: cover;
}

.company_info_table {
  width: 90rem;
  margin: 3.5rem 0 0 0;
  margin-inline: auto;
  border-top: 0.1rem solid #000000;
}

.adjustment_list {
  margin: 0;
}

.company_table_tr {
  border-bottom: 0.1rem solid #000000;
  display: flex;
  column-gap: 3.2rem;
}

.company_table_font {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5em
}

.profile_title_font {
  width: 16rem;
}


.profile_text_flex {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.profile_title_font,
.profile_text_font {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.address_text_font {
  padding-top: 0;
  padding-bottom: 0;
}

/* ACCESS */
.company_access_wrapper {
  padding: 10rem 0 7rem 0;
  margin-inline: 3rem;
}

.access_info_flex {
  width: 90rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
  padding-top: 5rem;
}

.access_title_font {
  width: 16rem;
}

.access_title_font,
.access_text_font {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.access_company_flex {
  display: flex;
  flex-direction: column;
  row-gap: 3.5rem;
}

.company_google_map {
  width: 90rem;
  height: 50.7rem;
}

/* SPモード */

@media screen and (max-width: 699.98px) {
  .company_page_setting {
    max-width: 100%;
  }

  .company_title_flex {
    row-gap: 0rem;
  }

  .title_english_font {
    font-weight: 600;
    font-size: 5rem;
  }

  /* GREETING */
  .company_greeting_wrapper {
    padding: 4rem 0 0 0;
    margin-inline: 1.5rem;
  }

  .greeting_content_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 0;
    row-gap: 2.5rem;
    margin-inline-start: 0;
    padding: 3rem 0 0 0;
  }

  .greeting_logo_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: .5rem;
  }

  .greeting_logo_img {
    width: 14.381rem;
    height: 15rem;
    object-fit: cover;
  }

  .greeting_logo2_img {
    width: 16.589rem;

    height: 3.5rem;
    object-fit: cover;
  }

  .greeting_text_wrapper {
    width: 34.5rem;
  }

  .greeting_text_font {
    font-weight: 400;
  }

  /* PHILOSOPHY */

  .company_philosophy_container {
    width: 100%;
    /* min-height: 84rem; */
    margin-top: 7rem;
    padding: 5rem 0 4.9rem 0;
  }

  .company_philosophy_wrapper {
    margin-inline: 1.5rem;
  }

  .illustration_img_01 {
    width: 5.593rem;
    height: 5.81rem;
    top: 23.84rem;
    left: 30rem;
  }

  .illustration_img_02 {
    width: 7rem;
    height: 6.616rem;
    top: 20rem;
    left: 0;
  }

  .illustration_img_03 {
    display: none;
  }

  .illustration_img_04 {
    width: 3.236rem;
    height: 3.086rem;
    top: 54.5rem;
    left: 4.882rem;
  }

  .illustration_img_05 {
    display: none;
  }

  .illustration_img_06 {
    width: 6.714rem;
    height: 6.788rem;
    top: 58.7rem;

    left: 0rem;
  }

  .illustration_img_07 {
    width: 3.356rem;
    height: 3.486rem;
    top: 61.014rem;
    left: 11rem;
  }

  .illustration_img_08 {
    display: none;
  }

  .illustration_img_09 {
    width: 9.567rem;
    height: 9.615rem;
    top: 56rem;
    right: -1rem;
  }


  .philosophy_SP_container {
    padding-top: 6rem;
  }

  .philosophy_text_wrapper {
    width: 34.5rem;
    padding: 1.5rem 0 0 0;
    margin-inline: auto;
  }

  .philosophy_text_font {
    font-weight: 400;
    line-height: 1.55em;
  }


  .philosophy_swiper_container {
    display: block;
  }

  .philosophy_PC_container {
    display: none;
  }

  .philosophy_circle_wrapper {
    /* margin-left: 0; */
    /* margin: 0 auto; */
    /* width: 34.5rem; */
    width: 100%;
    height: 34.5rem;
  }

  .circle_wrapper_left {
    margin-right: 0;
  }

  .circle_wrapper_top {
    z-index: 0;
  }

  .circle_wrapper_right {
    margin-left: 0;
    z-index: 0;
  }

  .philosophy_circle_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .circle_text_wrapper {
    width: 28rem;
    /* top: 6rem; */
  }

  .circle_sub_font {
    padding-top: 1rem;
  }


  /* 2026_04_29_修正 */
  .swiper-pagination {
    display: none;
  }

  .company_philosophy_content {
    padding: 5rem 0 7rem 0;
  }

  .company_philosophy_wrap {
    margin-inline: 0;
  }

  .philosophy_title_flex {
    margin-inline: 1.5rem;
  }

  .philosophy_SP_wrapper {
    display: block;
  }

  .philosophy_PC_flex {
    display: none;
  }


  .philosophy_title_wrapper {
    padding-top: 2.5rem;
  }

  .philosophy_title_font {
    font-size: 2rem;
    line-height: 1.45em;
  }

  .philosophy_text_content {
    width: 34.5rem;
    padding: 3rem 0 0 0;
    margin-inline: auto;
  }

  .philosophy_title_PC {
    display: none;
  }

  .philosophy_title_SP {
    display: block;
  }

  .philosophy_illustration_img01 {
    display: none;
  }

  .philosophy_illustration_img02 {
    width: 7rem;
    height: 6.616rem;
    top: 63rem;
    left: 1.5rem;
  }

  .philosophy_illustration_img03 {
    display: none;
  }

  .philosophy_illustration_img04 {
    display: none;
  }

  .philosophy_illustration_img05 {
    display: block;
    width: 5.593rem;
    height: 5.81rem;
    top: 65.5rem;
    right: -0.5rem;
  }

  .philosophy_illustration_img06 {
    width: 6.714rem;
    height: 6.788rem;
    top: 100rem;
    left: 3.1rem;
  }

  .philosophy_illustration_img07 {
    width: 3.356rem;
    height: 3.486rem;
    top: 103.5rem;
    left: 13.204rem;
  }

  .philosophy_illustration_img08 {
    display: none;
  }

  .philosophy_illustration_img09 {
    width: 9.567rem;
    height: 9.615rem;
    top: 97rem;
    right: 0;
  }

  .circle_text_flex {
    padding-top: 6rem;
    justify-content: flex-start;
  }

  .philosophy_circle_wrap {
    height: 37.5rem;
  }


  /* PROFILE */
  .company_profile_wrapper {
    padding: 5rem 0 0 0;
    margin-inline: 1.5rem;
  }

  .profile_img_wrapper {
    width: 34.5rem;
    /* height: 20rem; */
    padding: 3rem 0 0 0;
  }

  .company_info_table {
    width: 34.5rem;
    margin: 2.5rem 0 0 0;
  }

  .adjustment_list {
    margin: 1.9rem 0 0 0;
  }

  .profile_text_flex {
    width: 27.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }


  .company_table_tr {
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .profile_title_font,
  .access_title_font {
    color: #707071;
    padding-top: 0;
    padding-bottom: 0.5rem;
  }

  .profile_text_font,
  .access_text_font {
    padding: 0;
  }

  .profile_text_font {
    width: 34.5rem;
  }

  .profile_text_flex {
    row-gap: 1.5rem;
  }


  /* ACCESS */
  .company_access_wrapper {
    padding: 4rem 0 10rem 0;
    margin-inline: 1.5rem;
  }

  .access_info_flex {
    width: 34.5rem;
    row-gap: 6rem;
    padding-top: 3rem;
  }

  .access_company_flex {
    display: flex;
    flex-direction: column;
    row-gap: 0;
  }

  .company_google_map {
    width: 34.5rem;
    height: 20rem;
  }

  .access_text_font {
    width: 34.5rem;

  }


  /* .swiper {
    overflow: auto;
  } */
}