@charset "utf-8";

.copy_en {
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding-top: 60px;
  margin-bottom: 2rem;
}

.copy_en_ttl {
  font-size: 2.9rem;
}

.subcopy_en {
  display: inline-block;
  line-height: 1.75;
  font-size: 1.7rem;
  padding-top: 1rem;
}

.copy_jp {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 6rem;
}

.subcopy_en::before,
.subcopy_jp::before {
  display: inline;
  content: "――";
}

.link_area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
}

.link_btn {
  display: flex;
  justify-content: space-between;
  border: 1px solid #aeaeae;
  padding: 1rem 2rem;
  color: var(--accent_color);
  text-decoration: none;
  min-width: 350px;
}

.link_btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

.link_btn::after {
  display: inline-block;
  content: url(../img/common/gray_arrow.svg);
  width: 2rem;
  margin-left: 6rem;
  transition: .3s transform;
}

.link_btn_red {
  border: 1px solid var(--accent_color);
}

.link_btn_red::after {
  content:url(../img/common/red_arrow.svg);
}

.link_btn_arrow {
  text-decoration: none;
  font-weight: 300;
}

.link_btn_arrow::after {
  display: inline-block;
  content: url(../img/common/gray_arrow.svg);
  width: 2rem;
  margin-left: 2rem;
  transform: translate(0px, 1px);
}

.ov_nav {
  padding-top: 80px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 5;
  margin: 0 -2rem;
}

.ov_nav_list {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #333;
}

.ov_nav_item {
  padding: .75rem 2rem;
}

.ov_nav_link {
  text-decoration: none;
}

.ov_cont,
.ov_caption {
  padding-top: 4rem;
  max-width: 752px;
  margin: 0 auto;
}

.ov_ttl {
  font-size: 1.9rem;
  display: flex;
  align-items: center;
}

.ov_ttl::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: .5rem;
  transform: translate(0, 3px);
}

.overview .ov_cont:nth-child(1) .ov_ttl::before {
  background: #005ba1;
}

.overview .ov_cont:nth-child(2) .ov_ttl::before {
  background: #008071;
}

.overview .ov_cont:nth-child(3) .ov_ttl::before {
  background: #bc222c;
}

.overview .ov_cont:nth-child(4) .ov_ttl::before {
  background: #5c2d70;
}

.ov_sbttl {
  font-weight: 400;
  font-size: 1.5rem;
  padding-left: 2rem;
  text-wrap: pretty;
}

.ov_desc {
  padding-left: 15%;
  text-wrap: pretty;
  font-size: 1.3rem;
}

.ov_link {
  text-align: right;
  font-size: 1.3rem;
}

.ov_link a {
  text-decoration: none;
}

.ov_link a::after {
  display: inline-block;
  content: url(../img/common/gray_arrow.svg);
  width: 2.5rem;
  margin-left: 1rem;
  transform: translate(0px, 1px);
}

.caption {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5
}

#capital,
#talent,
#industry,
#startup {
  margin-top: -30px;
  padding-top: 30px;
}

.policy_header {
  line-height: 1;
  padding: 0 0 10px 10px;
  margin: 100px 0 30px;
}

#capital .policy_header {
  border-left: 3px solid #005BA1;
}

#talent .policy_header {
  border-left: 3px solid #008071;
}

#industry .policy_header {
  border-left: 3px solid #BC222B;
}

#startup .policy_header {
  border-left: 3px solid #5C2D70;
}

.policy_ttl {
  font-weight: 500;
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.policy_ttl_jp {
  display: inline-block;
  margin-left: 20px;
  font-size: 2rem;
}

.policy_lead {
  margin-bottom: 0;
}

.policy_details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.policy_box {
  border-radius: 10px;
  padding: 35px 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
}

.policy_box_desc {
  font-size: 1.2rem;
}

.policy_box_ba {
  border-top: 1px solid #cdcdcd;
  margin-top: 20px;
  padding-top: 20px;
}

.policy_box_before,
.policy_box_after {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
}

.policy_box_before {
  margin-bottom: 0;
}

.policy_box_after {
  color: #2F9B8F;
}

.policy_box_after dd {
  font-size: 1.6rem;
  line-height: 1.25;
}

.message {
  color: #fff;
  font-weight: 700;
  text-align: right;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 6rem -2rem 0; 
}

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

.message_cont {
  padding: 3rem 2rem;
  background-color: #0e1a38;
  margin-top: -2px;
}

.message_text {
  font-size: 2rem;
  margin-bottom: 5rem;  
}

.incentive {
  margin-top: 6rem;
}

.incentive_ttl {
  top: 1.9rem;
  font-size: 2.4rem;
}

.incentive_desc {
  margin-bottom: 6rem;
}

.incentive_table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
}

.incentive_table th,
.incentive_table td {
  padding: 16px 10px;
  vertical-align: top;
}

.incentive_table th {
  font-weight: bold;
  border-bottom: 2px solid #333;
  text-align: left;
}

.incentive_table th:nth-child(3) {
  color: #3a8a86;
}

/* 縦の区切り線 */
.incentive_table td:nth-child(2),
.incentive_table td:nth-child(3),
.incentive_table th:nth-child(2),
.incentive_table th:nth-child(3) {
  border-left: 1px solid #333;
}

tbody td:first-child {
  position: relative;
  padding-left: 20px;
}

tbody tr td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
}

tbody tr:first-child td:first-child::before {
  top: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

tbody tr:last-child td:first-child::before {
  bottom: 10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.group_capital td:first-child::before { background-color: #005BA1; }
.group_talent td:first-child::before { background-color: #008071; }
.group_industry td:first-child::before { background-color: #BC222B; }
.group_startup td:first-child::before { background-color: #5C2D70; }

td:nth-child(2) {
  color: #787878;
}

td:nth-child(3) {
  color: #008071;
  font-weight: 500;
}

.target {
  margin: 7rem auto;
}

.target_ttl {
  text-align: center;
  font-size: 1.9rem;
}

.target_details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.target_box {
  border-radius: 10px;
  padding: 35px 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.target_box_ttl {
  font-size: 2.3rem;
}

.target_box_desc {
  font-size: 1.3rem;
  line-height: 1.5;
}

.docs {
  margin-bottom: 3rem;
}

.docs_ttl {
  text-align: center;
  font-size: 1.9rem;
  margin: 6rem 0 4rem;
}

.docs_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.docs_list li {
  padding: 1rem;
}

.docs_link {
  text-decoration: none;
  font-weight: 300;
}

.docs_link::after {
  display: inline-block;
  content: url(../img/common/gray_arrow.svg);
  width: 2rem;
  margin-left: 1rem;
  transform: translate(0px, 1px);
}

.fixed_cta {
  background: #d9d9d9;
  position: sticky;
  left: 0;
  bottom: 0;
  width: calc(100% + 4rem);
  padding: 1rem 2rem;
  margin: 0 -2rem;
  z-index: 9998;
}

.fixed_cta > p {
  font-size: min(1.4rem, 3vw);
}

.fixed_cta .link_area {
  flex-direction: row;
  gap: 4%;
  margin-bottom: 0.5rem;
}

.fixed_cta .link_btn {
  background-color: #fff;
  padding: .75em 1em;
  line-height: 1;
  font-size: min(1.4rem, 3vw);
  width: 48%;
  max-width: 350px;
  min-width: 0;
  justify-content: center;
}

.fixed_cta .link_btn::after {
  display: none;
}

.fixed_cta p {
  margin-bottom: 0;
}

.fixed_cta.fixed .link_btn {
  padding: 1.5rem 1rem;
  transition: .3s padding;
}


@media all and (min-width: 769px) {
  .copy_jp {
    padding-left: 20%;
    margin-bottom: 9rem;
  }

  .subcopy_jp {
    display: inline-block;
    text-indent: 2em;
  }

  .link_area {
    flex-direction: row;
    gap: 4rem;
    justify-content: center;
  }

  .link_btn_arrow {
    font-size: 1.4rem;
  }

  .ov_nav {
    margin: 0 calc((100vw - 100%) / 2 * -1 - 2rem);
    padding-top: 132px;
  }

  .ov_nav_list {
    max-width: 969px;
    margin: 0 auto;
  }

  #capital,
  #talent,
  #industry,
  #startup {
    margin-top: -130px;
    padding-top: 130px;
  }

  .policy_details {
    flex-direction: row;
    justify-content: start;
    overflow-x: auto;
    padding: 30px 20px;
    margin-right: calc((100vw - 100%) / 2 * -1);
    scrollbar-color: #DDDDDD #FBFBFB;
  }

  .policy_box {
    width: 430px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }

  .message {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 6rem; 
  }

  .message_text {
    font-size: 2.4rem;
  }

  .message_pict {
    width: 40%;;
    object-fit: content;
    position: relative;
    z-index: 1; 
  }

  .message_cont {
    padding: 3rem 10%;
    position: relative;
    z-index: 3;
  }

  .message_cover {
    background-image: linear-gradient(90deg, transparent 20%, #0e1a38 30%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .incentive_table {
    font-size: 1.4rem;
  }

  .target_details {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .docs_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fixed_cta .link_btn::after {
    display: inline-block;
  }

  .fixed_cta .link_btn {
    padding: 1rem 2rem;
    min-width: 350px;
  }
}