@charset "utf-8";

/* 使用フォント */
:root {
  --NotoSans: "Noto Sans JP", sans-serif;
}

.tech_manage_bridge {
  font-family: var(--NotoSans);
  font-weight: 400;
}

/* --------メイン画像セクション-------- */
.main_image_wrapper {
  width: 100%;
  height: 46rem;
  background: url(../img/future_main.jpg) no-repeat;
  background-position: center 82%;
  background-size: cover;
  position: relative;
}

.main_image_shadow {
  width: 100%;
  height: 46rem;
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}

.main_text_wrapper {
  position: relative;
  /* top: 14.4rem;
  left: 33.5rem; */
  width: fit-content;
  color: #FFA700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_title {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: 0.07em;
}

.sub_title {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.main_image_text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-top: 1.5rem;
  letter-spacing: -0.01em;
}

.main_image_button {
  background-color: #03a64d;
  width: 20rem;
  height: 5.4rem;
  border-radius: 1rem;
  position: absolute;
  right: 15rem;
  bottom: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_button_text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}

/* ｰｰｰｰｰｰｰｰWhat We Doセクション-------- */

.what_wedo {
  margin: 5rem auto 0;
  width: 108rem;
}

.section_title::before {
  content: "";
  width: 1rem;
  height: 3.6rem;
  background-color: #26a64d;
  display: inline-block;
  margin-right: 1.7rem;
}

.section_title {
  color: #26a64d;
  font-size: 2.3rem;
  line-height: 1.5em;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.08em;
}

.section_description {
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 2.5rem;
}

/* ----産学連携の図---- */
.relationship_image {
  margin-top: 2.45rem;
  background-color: #f1fcf3;
  width: 100%;
  height: 23rem;
  display: grid;
  grid-template-columns: repeat(3, 35rem);
  column-gap: 1.5rem;
  align-items: center;
  border-radius: 1rem;
}

.from_university {
  margin-left: 7rem;
  display: flex;
}

.university_illust_wrapper {
  height: 10.5rem;
}

.university_illust {
  width: 13.7rem;
  height: 10.5rem;
  object-fit: cover;
}

.first_arrow_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 3rem;
}

.first_right_arrow {
  width: 8rem;
  height: 0.6rem;
  background-color: #ffa700;
  margin-top: 5rem;
  position: relative;
  left: -0.5rem;
}

.right_arrow::after {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ffa700;
  display: block;
  position: relative;
  left: 8rem;
  bottom: 0.65rem;
}

.arrow_text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5em;
}

.first_arrow_text {
  width: 8rem;
  margin-left: 0.95rem;
  margin-top: 1.4rem;
  text-align: center;
}

.logo_wrapper {
  width: 35rem;
  height: 12rem;
  background-color: #ffffff;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_image {
  width: 29rem;
  height: 5.246rem;
}

.from_to_campany {
  display: flex;
  margin-right: 7rem;
  justify-content: right;
}

.arrows_wrapper {
  margin-right: 5.7rem;
  height: 12.6rem;
}

.right_arrow_wrapper {
  height: 4.5rem;
}

.second_arrow_text {
  margin-left: 0.7rem;
}

.second_right_arrow {
  width: 8rem;
  height: 0.6rem;
  background-color: #ffa700;
  margin-top: 1.5rem;
}

.second_right_arrow::after {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ffa700;
  display: block;
  position: relative;
  left: 8rem;
  bottom: 0.65rem;
}

.lr_arrow {
  width: 7rem;
  height: 0.6rem;
  background-color: #ffa700;
  margin-top: 4rem;
  position: relative;
  left: 1rem;
}

.lr_arrow::before {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background-color: #ffa700;
  display: block;
  position: relative;
  bottom: 0.65rem;
  right: 1rem;
}

.lr_arrow::after {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #ffa700;
  display: block;
  position: relative;
  left: 7rem;
  bottom: 2.55rem;
}

.lr_arrow_text {
  margin-top: 1.6rem;
}

.campany_illust {
  width: 8.1rem;
  height: 12rem;
}

/* --------技術とネットワークの図-------- */

.values {
  margin: 6rem auto 0;
  width: 108rem;
}

.values_wrapper {
  margin-top: 2.45rem;
  display: flex;
  justify-content: space-between;
}

.values_box {
  width: 34rem;
  height: 34rem;
  border-radius: 1rem;
  background-color: #f1fcf3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flask_image_wrapper {
  width: 9.189rem;
  height: 12rem;
  margin-top: 3.85rem;
}

.flask_image {
  width: 9.2rem;
  height: 12rem;
  object-fit: cover;
}

.values_title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.top_university_title {
  margin-top: 3.425rem;
}

.values_description {
  width: 30rem;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 1rem;
}

.circle_image_wrapper {
  width: 12.693rem;
  height: 14rem;
  margin-top: 2.9rem;
}

.circle_image {
  width: 12.693rem;
  height: 14rem;
  object-fit: cover;
}

.campanies_values_title {
  margin-top: 2.025rem;
}

.hand_image_wrapper {
  width: 14.378rem;
  height: 12rem;
  margin-top: 3.9rem;
}

.hand_image {
  width: 14.378rem;
  height: 12rem;
  object-fit: cover;
}

.problem_solving_title {
  margin-top: 3rem;
}

/* --------クライアントのエリアセクション-------- */

.clients_map {
  margin-top: 6rem;
  width: 100%;
  background-color: #f5f5f5;
  padding: 6rem 10rem;
}

.clients_map .section_title {
  letter-spacing: 0.03em;
}

.map_areas_wrapper {
  width: 100%;
  margin: 3.95rem auto 0;
  display: flex;
  flex-direction: column;
}

.regional_area_wrapper {
  width: 59.4rem;
  height: fit-content;
}

.regional_area_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1rem;
}

.regional_area {
  width: 14.1rem;
}

.regional_title {
  padding: 0.5rem;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.7rem;
}

.regional_text {
  /* list-style-type: square;
  list-style-position: inside; */
  font-size: 1.4rem;
  padding-left: 2rem;
  position: relative;
  display: flex;
  align-items: center;
}

.regional_text::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: #000;
  left: 0;
}

.orenge_area {
  background-color: #EF8661;
}

.green_area {
  background-color: #8AB928;
}

.light_blue_area {
  background-color: #18B3ED;
}

.blue_area {
  background-color: #006DB9;
}

.pink_area {
  background-color: #DF5695;
}

.purple_area {
  background-color: #746FAE;
}

.orenge2_area {
  background-color: #F28201;
}

.green_blue_area {
  background-color: #039E99;
}

li::marker {
  color: red;
  font-size: 1.2em;
}

.map_text_wrapper {
  /* position: relative; */
  width: 100%;
  /* order: 2; */
  display: flex;
  justify-content: space-between;
}

/* .map_image_wrapper {
  width: 108rem;
  margin: 0 auto;
} */

.map_image {
  width: 44rem;
  height: 50.4rem;
  object-fit: cover;
}

.map_image_sp {
  display: none;
}

.map_description {
  font-size: 1.4rem;
  line-height: 2.2rem;
  width: fit-content;
  margin: -5rem 0 1rem auto;
}

.area_list dt {
  width: 15rem;
  height: 3rem;
  background-color: #26a64d;
  font-size: 1.6rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area_list dd {
  font-size: 1.6rem;
  line-height: 3.4rem;
  display: flex;
  align-items: start;
  max-width: 16rem;
}

.area_list dd::before {
  content: "⬛︎";
  color: #26a64d;
  font-size: 2.6rem;
  margin-right: 0.9rem;
  margin-left: 1.7rem;
}

.area_list dd:first-of-type {
  margin-top: 0.8rem;
}

/* 最新デザイン修正箇所(5/26) */
.areas_group {
  display: flex;
  gap: 1rem;
  order: 3;
}

.areas_top {
  order: 1;
}

.areas_bottom {
  order: 2;
  display: flex;
  flex-direction: row-reverse;
}

.hokkaido dt {
  background-color: #df5695;
}

.hokkaido dd::before {
  color: #df5695;
}

.tohoku dt {
  background-color: #18b3ed;
}

.tohoku dd::before {
  color: #18b3ed;
}

.kanto dt {
  background-color: #8ab928;
}

.kanto dd::before {
  color: #8ab928;
}

.chubu dt {
  background-color: #ef8661;
}

.chubu dd::before {
  margin-left: 0rem;
  color: #ef8661;
}

.kyushu dt {
  background-color: #006db9;
}

.kyushu dd::before {
  color: #006db9;
}

.shikoku dt {
  background-color: #746fae;
}

.shikoku dd::before {
  color: #746fae;
}

.chugoku dt {
  background-color: #f28201;
}

.chugoku dd::before {
  color: #f28201;
}

.kinki dt {
  background-color: #039e99;
}

.kinki dd::before {
  color: #039e99;
}

/* --------Resultsセクション-------- */

.results {
  margin: 6rem auto 8rem;
  width: 108rem;
}

.results_wrapper {
  margin-top: 2.7rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 34rem);
  gap: 3rem;
}

.results_box {
  width: 34rem;
  height: 32.8rem;
  border-radius: 1rem;
  background-color: #f1fcf3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.results_title {
  font-size: 2rem;
  line-height: 1.5em;
  margin-top: 2.5rem;
  font-weight: 600;
}

.result_text {
  margin-top: 5.1rem;
  margin-inline: auto;
  width: fit-content;
  font-size: 2rem;
  line-height: 1em;
}

.result_number {
  font-size: 5.5rem;
  line-height: 7.3rem;
  font-weight: 600;
  position: relative;
  top: 1rem;
  letter-spacing: 0.12em;
}

.result_case {
  font-size: 3rem;
  margin-left: 1.8rem;
  position: relative;
  top: 1rem;
}

.per_year_case {
  width: 30rem;
  margin: 3rem auto 0;
  text-align: center;
  font-size: 1.6rem;
}

.circle_graph_wrapper {
  margin-top: 2.8rem;
  position: relative;
  left: -1rem;
}

.circle_graph_image {
  max-width: 20.5rem;
  width: 100%;
  height: 20rem;
}

.license_result_text {
  margin-left: 15rem;
}

/* --------画像ボタンセクション-------- */

.link_images {
  width: 100%;
  height: 36rem;
  position: relative;
}

.to_university_button {
  width: 100%;
  height: 18rem;
  background-image: url(../img/microscope_and_tubes.svg);
  background-position: center 29%;
  background-size: cover;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.to_company_button {
  width: 100%;
  height: 18rem;
  background-image: url(../img/buildings_image.svg);
  background-position: center 31%;
  background-size: cover;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom_button_text {
  z-index: 2;
}

.button_shadow1 {
  width: 100%;
  height: 18rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
}

.button_shadow2 {
  width: 100%;
  height: 18rem;
  position: absolute;
  top: 18rem;
  left: 0;
  background-color: black;
  opacity: 0.4;
}

.button_greater {
  font-weight: 600;
  margin-left: 2.4rem;
}

/* 追加エリア */
.value_up_flex {
  display: flex;
  justify-content: space-between;
  width: 108rem;
  margin: 6rem auto 8rem;
}

.value_up_area {
  width: 50rem;
}

.value_up_text {
  line-height: calc(30/20);
  font-size: 1.4rem;
}

.value_up_button {
  margin-top: 2.5rem;
  border-radius: 1rem;
  padding: 1.4rem 1.6rem;
  display: inline-block;
  background-color: #26A64D;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  transition: .3s;
}

.value_up_button:hover {
  color: #03A64D;
  background-color: #ffffff;
  border: #03A64D solid 1px;
  transition: .5s;
}

.value_up_img {
  background-image: url(../img/microscope.jpg);
  background-position: center center;
  background-size: cover;
  width: 50rem;
  height: 33rem;

}

.value_img_yellowarea {
  position: relative;
  text-align: center;
  display: flex;
  margin: 23rem auto 0;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  width: 44rem;
  height: 8rem;
}

.value_img_yellowarea::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #FFA700;
  opacity: 0.6;
  width: 44rem;
  height: 8rem;
  border-radius: 1rem;
}

.yellowarea_title {
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 600;
}

.yellowarea_font {
  z-index: 1;
  font-size: 1.2rem;
  font-weight: 600;
}

.value_up_otherimg {
  background-image: url(../img/company_info.jpg);
}

.button_width {
  padding: 1.4rem 5.6rem;
}

/* ----------メディアクエリ---------- */

/* resultsの追加分 */
.results_wrap {
  width: 108rem;
  margin: 0 auto 8rem;
}

.results_flex {
  margin-top: 2.7rem;
  display: flex;
  gap: 3rem;
}

.results_flex_area {
  width: 34rem;
  height: 29rem;
  background-color: #F1FCF3;
  padding: 2rem;
}

.results_subtitle {
  font-size: 2rem;
  text-align: center;
}

.results_midarea {
  width: 22rem;
  margin: 2.5rem auto;
}

.results_subtext {
  font-size: 2rem;
}

.results_middletext {
  font-size: 3rem;
  text-align: center;
}

.number_count {
  font-size: 5.5rem;
  font-weight: 600;
}

.results_smalltext {
  font-size: 1.6rem;
  text-align: center;
}

.results_center {
  text-align: center;
}

.pie_chart_wrap {
  width: 21.5rem;
  height: 21.5rem;
  margin: 1.5rem auto;
}

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




/*---------- company_content ----------*/

.company_content {
  padding-top: 1rem;
  width: 128.0rem;
  padding-bottom: 6.0rem;
}

.space {
  margin-bottom: 3.075rem;
}

.table {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.table_title {
  width: 20.0rem;
  background-color: #26A64D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  font-weight: 600;
  margin-left: 10.0rem;
  margin-bottom: 0.5rem;
}

.table_inner {
  width: 87.5rem;
  background-color: #F0F0F0;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-family: var(--NotoSans);
  font-weight: 300;
  margin-left: 0.5rem;
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
}

.table_inner_wrapper {
  width: 87.5rem;
  padding-left: 2.5rem;
  background-color: #F0F0F0;
  color: #000;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}

.table_inner1 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  line-height: calc(34.5em / 18);
  font-weight: 300;
  padding-top: 1.9rem;
  padding-bottom: 1.4rem;
  width: 82.5rem;
}

.table_title2 {
  width: 20.0rem;
  background-color: #26A64D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-family: var(--NotoSans);
  line-height: calc(64.5em / 18);
  font-weight: 600;
  margin-left: 10.0rem;
}

.table_inner2 {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  line-height: calc(34.5em / 18);
  font-weight: 300;
  margin-left: 0.5rem;
  padding-top: 1.8rem;
  padding-bottom: 1.3rem;
}

.table_inner2 li {
  display: flex;
}

.table_inner3 {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  line-height: calc(34.5em / 18);
  font-weight: 300;
  margin-left: 0.5rem;
  padding-top: 1.8rem;
  padding-bottom: 1.3rem;
}

/*---------- contact_content ----------*/

.contact_content {
  padding-top: 6.125rem;
  background-color: #F1FAF2;
}

.contact_box_outer {
  display: flex;
  justify-content: center;
  gap: 3.0rem;
}

.box {
  width: 26.0rem;
  border: #26A64D 0.1rem solid;
  border-radius: 1.0rem;
}

.contact_box_img1 {
  width: 7.829rem;
  height: 6.0rem;
  object-fit: cover;
  margin: 3.0rem 9.071rem 2.1rem 9.1rem;
}

.contact_box_img2 {
  width: 4.726rem;
  height: 7.0rem;
  object-fit: cover;
  margin: 2.4rem 10.574rem 1.6rem 10.7rem;
}

.contact_box_img3 {
  width: 6.547rem;
  height: 6.0rem;
  object-fit: cover;
  margin: 3.0rem 9.753rem 2.1rem 9.7rem;
}

.box_title {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--NotoSans);
  line-height: calc(30em / 18);
  text-align: center;
}

.box_text {
  font-size: 1.4rem;
  font-weight: 300;
  font-family: var(--NotoSans);
  line-height: calc(21em / 14);
  width: 22.5rem;
  padding-left: 2.8rem;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 2.4rem;
}

.contact_button {
  width: 84.0rem;
  border-radius: 1.0rem;
  color: #fff;
  background-color: #26A64D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.0rem;
  padding-bottom: 3.2rem;
  font-size: 2.3rem;
  font-weight: 600;
  font-family: var(--NotoSans);
  line-height: calc(43em / 28);
  text-align: center;
  margin: 4.9rem auto 5.0rem auto;
  transition: .3s;
}

.contact_button:hover {
  color: #03A64D;
  background-color: #ffffff;
  border: #03A64D solid 1px;
  transition: .5s;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 50.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 21.5rem;
  width: 84.0rem;
  height: 46.0rem;
}

.address {
  position: absolute;
  top: 49.0rem;
  left: 21.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: var(--NotoSans);
  line-height: calc(24em / 16);
}

.content_title {
  margin-left: 10.0rem;
  font-family: var(--NotoSans);
  font-size: 2.6rem;
  line-height: calc(39em / 26);
  padding-left: 1.7rem;
  border-left: #26A64D solid 1.0rem;
  color: #26A64D;
  margin-top: 5rem;
}

@media screen and (max-width: 699.98px) {
  /* --------メイン画像セクション-------- */

  .main_image_wrapper {
    width: 100%;
    height: 46rem;
    /* background: url(../img/sunrise.svg) no-repeat; */
    /* background-position: center 82%; */
    /* background-size: cover; */
    position: relative;
    z-index: 0;
  }

  .main_image_shadow {
    width: 100%;
    height: 46rem;
    background-color: black;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.2;
    z-index: 0;
  }

  .main_text_wrapper {
    /* position: static; */
    margin: 0 auto;
    /* color: #ffffff; */
    width: 100%;
  }

  .main_title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 4rem;
    letter-spacing: 0.06em;
    width: fit-content;
    margin: 0 2.4rem;
    /* padding-top: 13.3rem; */
    position: relative;
    z-index: 2;
  }

  .main_image_text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3rem;
    margin: 1.7rem 2.4rem 0;
    letter-spacing: -0.01em;
    width: 33.2rem;
    position: relative;
    z-index: 2;
  }

  .main_image_button {
    background-color: #03a64d;
    width: 20rem;
    height: 5.4rem;
    border-radius: 1rem;
    position: absolute;
    right: 2.3rem;
    bottom: 13.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
  }

  .main_button_text {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 600;
  }

  /* ｰｰｰｰｰｰｰｰWhat We Doセクション-------- */

  .what_wedo {
    margin: 5rem auto 0;
    width: 100%;
  }

  .section_title::before {
    content: "";
    width: 1rem;
    height: 3.6rem;
    background-color: #26a64d;
    display: inline-block;
    margin-right: 1.7rem;
  }

  .section_title {
    color: #26a64d;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: 0.08em;
    margin: 4.9rem 1.8rem 2.6rem;
  }

  .sub_title {
    width: 33.6rem;
    margin: 0 auto 2.6rem;
  }

  .section_description {
    font-size: 1.6rem;
    line-height: 1.5em;
    margin: 2.5rem auto 0;
    width: 35.5rem;
    letter-spacing: normal;
  }

  /* ----産学連携の図---- */
  .relationship_image {
    margin: 3.1rem auto 0;
    background-color: #f1fcf3;
    width: 34rem;
    height: 87.4rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    border-radius: 1rem;
  }

  .from_university {
    margin: 5rem auto 0;
    display: flex;
    flex-direction: column;
  }

  .university_illust_wrapper {
    height: 14rem;
  }

  .university_illust {
    width: 18.267rem;
    height: 14rem;
    object-fit: cover;
  }

  .first_arrow_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }

  .first_right_arrow {
    width: 0.6rem;
    height: 8rem;
    background-color: #ffa700;
    margin-top: 3rem;
    position: relative;
    left: 0;
  }

  .right_arrow::after {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #ffa700;
    display: block;
    position: relative;
    left: -0.6rem;
    bottom: 0;
    top: 8rem;
  }

  .arrow_text {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5em;
  }

  .first_arrow_text {
    width: fit-content;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    position: relative;
    top: -4rem;
    left: 4rem;
  }

  .logo_wrapper {
    width: 30rem;
    height: 12.632rem;
    margin: 3.9rem auto 0;
    background-color: #ffffff;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo_image {
    width: 26rem;
    height: auto;
  }

  .from_to_campany {
    display: flex;
    flex-direction: column;
    margin: 4rem auto 0;
    justify-content: center;
    align-items: center;
  }

  .arrows_wrapper {
    margin-right: 0;
    height: fit-content;
  }

  .right_arrow_wrapper {
    height: fit-content;
    display: flex;
  }

  .second_arrow_text {
    margin-left: 0;
    position: relative;
    right: 4rem;
    top: 3.8rem;
  }

  .second_right_arrow {
    width: 0.6rem;
    height: 8rem;
    background-color: #ffa700;
    margin-top: 0;
    position: relative;
    left: -1.6rem;
  }

  .second_right_arrow::after {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #ffa700;
    display: block;
    position: relative;
    left: -0.6rem;
    bottom: 0;
    top: 7.9rem;
  }

  .lr_arrow {
    width: 0.6rem;
    height: 8rem;
    background-color: #ffa700;
    margin-top: 3rem;
    position: relative;
    left: 2.2rem;
    top: -2.5rem;
  }

  .lr_arrow::before {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #ffa700;
    display: block;
    position: relative;
    left: -0.6rem;
    top: 7.4rem;
  }

  .lr_arrow::after {
    content: "";
    width: 1.9rem;
    height: 1.9rem;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    background-color: #ffa700;
    display: block;
    position: relative;
    left: -0.6rem;
    bottom: 2.5rem;
  }

  .lr_arrow_text {
    margin-top: 0;
    position: relative;
    left: 5.1rem;
    top: 3.8rem;
  }

  .campany_illust_wrapper {
    width: 10.8rem;
    height: 16rem;
    margin: 2.7rem auto 0;
  }

  .campany_illust {
    width: 10.8rem;
    height: 16rem;
  }

  /* --------技術とネットワークの図-------- */

  .values {
    margin: 5.8rem auto 0;
    width: 100%;
  }

  .value_section_title {
    letter-spacing: 0.06em;
  }

  .value_section_description {
    width: 35.5rem;
    margin: 2.8rem auto 0;
    letter-spacing: normal;
  }

  .values_wrapper {
    margin-top: 2.45rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
  }

  .values_box {
    width: 34rem;
    height: 34rem;
    margin: 0 auto;
    border-radius: 1rem;
    background-color: #f1fcf3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flask_image_wrapper {
    width: 9.189rem;
    height: 12rem;
    margin-top: 3.8rem;
  }

  .flask_image {
    width: 9.2rem;
    height: 12rem;
    object-fit: cover;
  }

  .values_title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
  }

  .top_university_title {
    margin-top: 3.425rem;
  }

  .values_description {
    width: 30rem;
    font-size: 1.6rem;
    line-height: 1.5em;
    margin-top: 1.2rem;
  }

  .circle_image_wrapper {
    width: 12.693rem;
    height: 14rem;
    margin-top: 2.9rem;
  }

  .circle_image {
    width: 12.693rem;
    height: 14rem;
    object-fit: cover;
  }

  .campanies_values_title {
    margin-top: 1.8rem;
    margin-bottom: 0.3rem;
  }

  .hand_image_wrapper {
    width: 14.378rem;
    height: 12rem;
    margin-top: 3.9rem;
  }

  .hand_image {
    width: 14.378rem;
    height: 12rem;
    object-fit: cover;
  }

  .problem_solving_title {
    margin-top: 2.8rem;
  }

  .problem_solving_text {
    margin-top: 1.7rem;
  }

  /* --------クライアントのエリアセクション-------- */

  .clients_map {
    margin-top: 8rem;
    width: 100%;
    height: fit-content;
    background-color: #f5f5f5;
    padding: 4rem 0;
  }

  .clients_section_title {
    margin-top: 0;
    margin-left: 1.8rem;
  }

  .clients_section_description {
    width: 35.5rem;
    letter-spacing: normal;
    margin: 2.6rem auto 0;
  }

  .clients_map .section_title {
    letter-spacing: 0.03em;
  }

  .map_areas_wrapper {
    width: 100%;
    margin: 3rem auto 0;
  }

  .map_text_wrapper {
    order: 1;
    position: relative;
    width: 100%;
    height: fit-content;
    flex-direction: column-reverse;
    gap: 2.97rem;
  }

  .map_image_wrapper {
    width: 35.5rem;
    height: auto;
    margin: 0 auto;
    padding-top: 0rem;
  }

  .map_image {
    width: 35.5rem;
    height: 40rem;
    object-fit: cover;
  }

  .map_image_pc {
    display: none;
  }

  .map_image_sp {
    display: block;
  }

  .map_description {
    font-size: 1.2rem;
    line-height: 2.2rem;
    width: 25.2rem;
    margin: 2.9rem auto 0;
  }

  .pc_only {
    display: none;
  }

  .areas_wrapper {
    margin-top: 5.5rem;
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    align-items: center;
  }

  .area_list {
    width: 20rem;
    max-height: 3rem;
    overflow: hidden;
  }

  .area_list.active {
    max-height: 100rem;
    transition: max-height 0.3s linear;
  }

  .area_list dt {
    width: 20rem;
    height: 3rem;
    background-color: #26a64d;
    font-size: 1.8rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .area_list dd {
    font-size: 1.8rem;
    line-height: 3.4rem;
    display: flex;
    align-items: start;
    max-width: 20rem;
  }

  .area_list dd::before {
    content: "⬛︎";
    color: #26a64d;
    font-size: 2.6rem;
    margin-right: 0.9rem;
    margin-left: 1.7rem;
  }

  .area_list dd:first-of-type {
    margin-top: 0.8rem;
  }

  .areas_group {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.5rem;
  }

  /* 最新デザイン修正箇所(5/26) */
  .areas_top {
    order: 3;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .areas_bottom {
    order: 2;
    margin-bottom: 3.5rem;
  }

  .hokkaido dt {
    background-color: #df5695;
  }

  .hokkaido dd::before {
    margin-left: 0rem;
    color: #df5695;
  }

  .tohoku dt {
    background-color: #18b3ed;
  }

  .tohoku dd::before {
    margin-left: 0rem;
    color: #18b3ed;
  }

  .kanto dt {
    background-color: #8ab928;
  }

  .kanto dd::before {
    margin-left: 0rem;
    color: #8ab928;
  }

  .chubu dt {
    background-color: #ef8661;
  }

  .chubu dd::before {
    margin-left: 0rem;
    color: #ef8661;
  }

  .kyushu dt {
    background-color: #006db9;
  }

  .kyushu dd::before {
    margin-left: 0rem;
    color: #006db9;
  }

  .shikoku dt {
    background-color: #746fae;
  }

  .shikoku dd::before {
    margin-left: 0rem;
    color: #746fae;
  }

  .chugoku dt {
    background-color: #f28201;
  }

  .chugoku dd::before {
    margin-left: 0rem;
    color: #f28201;
  }

  .kinki dt {
    background-color: #039e99;
  }

  .kinki dd::before {
    margin-left: 0rem;
    color: #039e99;
  }

  /* --------Resultsセクション-------- */

  .results {
    margin: 3rem auto 6rem;
    width: 100%;
  }

  .result_section_title {
    margin: 0 auto;
    margin-left: 1.8rem;
  }

  .results_wrapper {
    width: 34rem;
    margin: 2.7rem auto 0;
    display: grid;
    grid-template-columns: 34rem;
    column-gap: 0;
    row-gap: 2rem;
  }

  .results_box {
    width: 34rem;
    height: 32.8rem;
    border-radius: 1rem;
    background-color: #f1fcf3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .results_title {
    font-size: 2rem;
    line-height: 1.5em;
    margin-top: 2.9rem;
    font-weight: 600;
  }

  .result_text {
    width: fit-content;
    margin-top: 5.1rem;
    margin-inline: auto;
    font-size: 2rem;
    line-height: 1em;
  }

  .result_number {
    font-size: 5.5rem;
    line-height: 7.3rem;
    font-weight: 600;
    position: relative;
    top: 1.2rem;
    letter-spacing: 0.12em;
  }

  .result_case {
    font-size: 3rem;
    margin-left: 1.8rem;
    position: relative;
    top: 1rem;
  }

  .result_case1 {
    margin-left: 1rem;
  }

  .per_year_case {
    width: 30rem;
    margin: 3rem auto 0;
    text-align: center;
    font-size: 1.6rem;
  }

  .circle_graph_wrapper {
    margin-top: 2.6rem;
    position: relative;
    left: unset;
  }

  .license_result_text {
    padding-left: 9.5rem;
  }

  /* --------画像ボタンセクション-------- */

  .link_images {
    width: 100%;
    height: 24rem;
    position: relative;
  }

  .to_university_button {
    width: 100%;
    height: 12rem;
    background-image: url(../img/microscope_and_tubes.svg);
    background-position: center center;
    background-size: cover;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .to_company_button {
    width: 100%;
    height: 12rem;
    background-image: url(../img/buildings_image.svg);
    background-position: 56% center;
    background-size: 230%;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bottom_button_text {
    z-index: 2;
  }

  .button_shadow1 {
    width: 100%;
    height: 12rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
  }

  .button_shadow2 {
    width: 100%;
    height: 12rem;
    position: absolute;
    top: 12rem;
    left: 0;
    background-color: black;
    opacity: 0.5;
  }

  .button_greater {
    font-weight: 600;
    margin-left: 2.4rem;
  }

  /* 追加エリア */
  .value_up_flex {
    flex-direction: column;
    width: 35.5rem;
    margin: 5.6rem auto;
  }

  .value_up_area {
    width: 100%;
  }

  .value_up_img {
    width: 100%;
    height: 22.4rem;
  }

  .value_img_yellowarea {
    width: 30rem;
    margin: 12.4rem auto 0;
    gap: 0.55rem;
  }

  .value_img_yellowarea::after {
    width: 30rem;
  }

  .results_flex {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .regional_area_wrapper {
    width: 100%;
  }

  .regional_area_flex {
    justify-content: center;
    gap: 3rem 1rem;
  }

  .value_up_button {
    margin: 4.4rem auto 2.5rem;
    display: flex;
    width: fit-content;
  }

  .flex_reverse {
    flex-direction: column-reverse;
  }

  .yellowarea_title {
    font-size: 1.4rem;
  }

  .yellowarea_font {
    font-size: 1rem;
    width: 24rem;
    margin: 0 auto;
  }

  /*---------- company_content ----------*/

  .company_content {
    padding-top: 6.075rem;
    width: 35.5rem;
    padding-bottom: 6.0rem;
  }

  .space {
    margin-bottom: 6.075rem;
  }

  .table {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }

  .table_title {
    width: 35.5rem;
    background-color: #26A64D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: var(--NotoSans);
    line-height: calc(64.5em / 18);
    font-weight: 600;
    margin-left: 1.0rem;
    margin-bottom: 0.5rem;
  }

  .table_inner {
    width: 35.5rem;
    background-color: #F0F0F0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: var(--NotoSans);
    line-height: calc(34.5em / 18);
    font-weight: 300;
    margin-left: 0rem;
    padding-top: 1.6rem;
    padding-bottom: 1.2rem;
  }

  .table_inner_wrapper {
    width: 35.5rem;
    padding-left: 0rem;
    background-color: #F0F0F0;
    color: #000;
    display: flex;
    align-items: center;
    margin-left: 1.0rem;
    margin-bottom: 0.5rem;
    flex-direction: column;
  }

  .table_inner1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: var(--NotoSans);
    line-height: calc(27em / 18);
    font-weight: 300;
    padding-top: 1.9rem;
    padding-bottom: 1.4rem;
    width: 33.5rem;
    padding-left: 1rem;
  }

  .table_inner3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: var(--NotoSans);
    line-height: calc(27em / 18);
    font-weight: 300;
    padding-top: 1.9rem;
    padding-bottom: 1.4rem;
    width: 33.5rem;
    padding-left: 1rem;
    text-align: center;
  }

  .table_title2 {
    width: 20.0rem;
    background-color: #26A64D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: var(--NotoSans);
    line-height: calc(64.5em / 18);
    font-weight: 600;
    margin-left: 10.0rem;
  }

  .table_inner2 {
    color: #000;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    font-size: 1.8rem;
    font-family: var(--NotoSans);
    line-height: calc(27em / 18);
    font-weight: 300;
    margin-left: 0rem;
    padding-top: 1.8rem;
    padding-bottom: 1.3rem;
    width: 33.5rem;
    /* text-indent: -1em; */
    padding-left: 0;
  }

  /*---------- contact_content ----------*/

  .contact_content {
    padding-top: 6.025rem;
    background-color: #F1FAF2;
  }

  .contact_box_outer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 5.8rem;
    gap: 3.0rem;
  }

  .box {
    width: 26.0rem;
    border: #26A64D 0.1rem solid;
    border-radius: 1.0rem;
  }

  .contact_box_img1 {
    width: 7.829rem;
    height: 6.0rem;
    object-fit: cover;
    margin: 3.0rem 9.071rem 2.1rem 9.1rem;
  }

  .contact_box_img2 {
    width: 4.726rem;
    height: 7.0rem;
    object-fit: cover;
    margin: 2.4rem 10.574rem 1.6rem 10.7rem;
  }

  .contact_box_img3 {
    width: 6.547rem;
    height: 6.0rem;
    object-fit: cover;
    margin: 3.0rem 9.753rem 2.1rem 9.7rem;
  }

  .box_title {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: var(--NotoSans);
    line-height: calc(30em / 18);
    text-align: center;
  }

  .box_text {
    font-size: 1.4rem;
    font-weight: 300;
    font-family: var(--NotoSans);
    line-height: calc(21em / 14);
    width: 22.5rem;
    padding-left: 2.8rem;
    text-align: left;
    padding-top: 1.8rem;
    padding-bottom: 2.4rem;
  }

  .contact_button {
    width: 33.5rem;
    border-radius: 1.0rem;
    color: #fff;
    background-color: #26A64D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: var(--NotoSans);
    line-height: calc(36em / 24);
    text-align: center;
    margin: 3.0rem auto 3.0rem auto;
  }

  .map {
    position: relative;
    width: 100%;
    padding-bottom: 16.06rem;
    padding-top: 50.25%;
  }

  .map iframe {
    position: absolute;
    top: 0;
    left: 1.0rem;
    width: 35.5rem;
    height: 19.44rem;
  }

  .address {
    position: absolute;
    top: 21.4rem;
    left: 1.0rem;
    font-size: 1.8rem;
    font-weight: 300;
    font-family: var(--NotoSans);
    line-height: calc(27em / 18);
    width: 35.5rem;
  }

  .content_title {
    margin-left: 1.0rem;
    font-family: var(--NotoSans);
    font-size: 2.6rem;
    line-height: calc(39em / 26);
    padding-left: 1.7rem;
    border-left: #26A64D solid 1.0rem;
    color: #26A64D;
  }

  .table_inner2_span {
    width: 2rem;
  }

  .table_inner2_p {
    width: 100%;
  }
  .table_inner2 li{
    margin-bottom: 1rem;
  }
}