:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --inter: "Inter", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #e5e0dd;
  --body: #eeebe9;
  --line: #ccc;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.layer-box {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 850px) {
  h1 p {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  h1 p {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  h1 p {
    font-size: 30px;
    text-align: center;
  }
}
h1 p br {
  display: none;
}
@media screen and (max-width: 767px) {
  h1 p br {
    display: block;
  }
}

section.kv img {
  width: 100%;
}

section.eco-system {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  section.eco-system {
    margin-top: 60px !important;
  }
}
section.eco-system ul.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 60px;
}
@media screen and (max-width: 950px) {
  section.eco-system ul.feature-list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.eco-system ul.feature-list {
    gap: 40px;
  }
}
section.eco-system ul.feature-list li {
  width: calc((100% - 70px) / 3);
}
@media screen and (max-width: 950px) {
  section.eco-system ul.feature-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  section.eco-system ul.feature-list li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
section.eco-system ul.feature-list li h3 {
  width: 100%;
  height: 60px;
  font-size: 24px;
  color: var(--clr-white);
  background-color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.eco-system ul.feature-list li h3 {
    font-size: 18px;
    height: 50px;
  }
}
section.eco-system ul.feature-list li h4 {
  padding: 20px 0 0;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  min-height: 8.5em;
}
@media screen and (max-width: 767px) {
  section.eco-system ul.feature-list li h4 {
    font-size: 16px;
    padding: 15px 0 0;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  section.eco-system ul.feature-list li .img {
    margin-top: 30px;
  }
}
section.eco-system ul.feature-list li h5 {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  min-height: 2.5em;
}
@media screen and (max-width: 767px) {
  section.eco-system ul.feature-list li h5 {
    min-height: auto;
  }
}
section.eco-system ul.feature-list li p.note1 {
  font-size: 12px;
  color: #8d8d8d;
  padding: 20px 15px 0;
}
@media screen and (max-width: 767px) {
  section.eco-system ul.feature-list li p.note1 {
    padding: 15px 0 0;
  }
}
section.eco-system ul.feature-list li p.note1.center {
  text-align: center;
}

section.area {
  padding: 90px 0 120px;
  background-color: #f7f7f7;
}
section.area ul.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 40px;
}
@media screen and (max-width: 950px) {
  section.area ul.area-list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.area ul.area-list {
    gap: 40px;
  }
}
section.area ul.area-list li {
  width: calc((100% - 70px) / 3);
  background-color: #f7f7f7;
}
@media screen and (max-width: 950px) {
  section.area ul.area-list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  section.area ul.area-list li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
section.area ul.area-list li h3 {
  width: 100%;
  height: 60px;
  font-size: 24px;
  color: var(--clr-white);
  background-color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  section.area ul.area-list li h3 {
    font-size: 20px;
    height: 50px;
  }
}
section.area ul.area-list li .list-inner {
  padding: 15px 0 0;
}
section.area ul.area-list li .list-inner > p {
  line-height: 2;
}
section.area ul.area-list li .list-inner .area-box .university {
  margin-top: 20px;
  border-top: 1px solid #acacac;
  padding-top: 20px;
}
section.area ul.area-list li .list-inner .area-box .tag {
  font-size: 14px;
  margin-top: 10px;
  color: #0068b7;
  border: 1px solid #0068b7;
  line-height: 1;
  padding: 5px 8px;
  display: inline-block;
}
section.area ul.area-list li .list-inner .area-box > a {
  display: block;
  width: fit-content;
  color: #3093de;
  font-size: 14px;
  margin-top: 8px;
}
section.area ul.area-list li .list-inner .area-box .img {
  margin-top: 20px;
}
section.area .map {
  max-width: 770px;
  margin: 70px auto 0;
}
section.area ol.facility-list {
  margin-top: 70px;
  border-top: 1px solid #acacac;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
  padding-left: 0;
  gap: 40px 100px;
}
@media screen and (max-width: 1000px) {
  section.area ol.facility-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.area ol.facility-list {
    margin-top: 40px;
    flex-direction: column;
  }
}
section.area ol.facility-list li {
  width: calc((100% - 200px) / 3);
  counter-increment: number;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  section.area ol.facility-list li {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  section.area ol.facility-list li {
    width: 100%;
  }
}
section.area ol.facility-list li:before {
  background-color: var(--clr-blue);
  color: var(--clr-white);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(number);
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  font-weight: 500;
}
section.area ol.facility-list li dl dt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
section.area ol.facility-list li dl dd {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
}

section.startup {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  section.startup {
    padding: 60px 0;
  }
}
section.startup ul.startup-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 950px) {
  section.startup ul.startup-list {
    gap: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  section.startup ul.startup-list {
    gap: 40px 20px;
    max-width: 100%;
  }
}
section.startup ul.startup-list li {
  width: calc((100% - 200px) / 5);
}
@media screen and (max-width: 950px) {
  section.startup ul.startup-list li {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 767px) {
  section.startup ul.startup-list li {
    width: calc((100% - 20px) / 2);
  }
}
section.startup ul.startup-list li .img.dummy {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section.startup ul.startup-list li .img.dummy {
    border: 1px solid #dadada;
  }
  section.startup ul.startup-list li .img.dummy img {
    width: 70%;
  }
}
section.startup ul.startup-list li p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.startup ul.startup-list li p {
    font-size: 14px;
  }
}

section.interview {
  background: url(/en/common/img/bg_circle10.png) no-repeat left bottom;
  background-color: #f7f7f7;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  section.interview {
    padding: 60px 0 80px;
  }
}
section.interview ul.interview-list {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  section.interview ul.interview-list {
    gap: 40px 20px;
    max-width: 100%;
  }
}
section.interview ul.interview-list li {
  width: calc((100% - 165px) / 3);
}
@media screen and (max-width: 767px) {
  section.interview ul.interview-list li {
    width: calc((100% - 20px) / 2);
  }
}
section.interview ul.interview-list li .img.dummy {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--clr-white);
  border: 1px solid #dadada;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.interview ul.interview-list li .img.dummy img {
  width: 143px;
}
section.interview ul.interview-list li p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  section.interview ul.interview-list li p {
    font-size: 14px;
  }
}