@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  min-width: unset;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}
.container_startup {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.breadcrumb_2022_container {
  max-width: 1225px;
  width: calc(100% - 50px);
  margin-left: 100px;
}

#OSE main section {
  padding: 0;
}

.section_box_oih2022 {
  position: relative;
  padding: 40px 50px 48px 50px;
  border-radius: 0 0 20px 0;
  background-color: #fff;
}
.section_box_oih2022:before {
  position: absolute;
  top: 61px;
  left: 0;
  content: "";
  background-color: #cf5095;
  width: 20px;
  height: 2px;
}

.section_box_eco2022 {
  position: relative;
  padding: 40px 50px 48px 50px;
  border-radius: 0 0 20px 0;
  background-color: #fff;
}
.section_box_eco2022:before {
  position: absolute;
  top: 61px;
  left: 0;
  content: "";
  background-color: #e50012;
  width: 20px;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .section_box_oih2022 {
    padding: 20px 30px 20px 30px;
  }
  .section_box_oih2022:before {
    top: 36px;
    width: 15px;
  }

  .section_box_eco2022 {
    padding: 20px 30px 20px 30px;
  }
  .section_box_eco2022:before {
    top: 36px;
    width: 15px;
  }
}
.top_2022 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15px 0 33px 0;
}
.top_2022 .breadcrumb_2022 {
  margin-left: 30px;
}
.top_2022 .breadcrumb--parent_2022 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_2022 .breadcrumb--child_2022 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_2022 .breadcrumb--child_2022 a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.top_2022 .breadcrumb--child_2022 span {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.top_2022 .breadcrumb--child_2022:not(:last-of-type):after {
  content: "＞";
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  color: #fff;
  padding: 0 2px;
}
.top_2022 .top_title_2022 {
  color: #fff;
  font-size: 5rem;
  letter-spacing: 0.11em;
  font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin-top: 14px;
}
.top_2022 .top_subTitle_2022 {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-top: 3px;
}

.top_2022_ose {
  background-image: url(../img/ose2022/startup/top_mv.jpg);
}

@media screen and (max-width: 768px) {
  .top_2022 .top_title_2022 {
    font-size: 3.1rem;
  }
}
.startup {
  background-color: #f4f3f3;
}

#startup .startupCompany {
  margin-top: 50px;
}
#startup .startupCompany__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
}
#startup .startupCompany__textArea {
  width: 55%;
  margin-right: 30px;
}
#startup .startupCompany__textArea--title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
#startup .startupCompany__textArea--infoArea {
  margin-top: 13px;
}
#startup .startupCompany__textArea--infoArea--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#startup .startupCompany__textArea--infoArea--list:not(:first-of-type) {
  margin-top: 15px;
}
#startup .startupCompany__textArea--infoArea--list .term {
  border: 2px solid #222222;
  width: 79px;
  height: auto;
  line-height: 30px;
  text-align: center;
  margin-right: 23px;
  min-width: 79px;
}
#startup .startupCompany__textArea--infoArea--list .definition {
  width: calc(100% - 83px);
  padding-top: 5px;
  letter-spacing: 0.06em;
}
#startup .startupCompany__textArea--infoArea--list .definition.list_area {
  text-indent: -1em;
  margin-left: 1em;
}
#startup .startupCompany__btn {
  display: block;
  color: #fff;
  font-weight: bold;
  background-color: #222222;
  color: #fff;
  border-radius: 0 0 20px 0;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 18px 0;
  margin-top: 69px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}
#startup .startupCompany__btn:hover {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #222222;
}
#startup .startupCompany__photoArea {
  margin-top: 11px;
}
#startup .startupCompany__photoArea--image {
  width: 100%;
}
#startup .descriptionArea {
  margin-top: 80px;
}
#startup .descriptionArea:nth-of-type(3) {
  margin-top: 43px;
}
#startup .descriptionArea__title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
#startup .descriptionArea .section_box2022 {
  padding: 40px 50px 50px 50px;
}
#startup .descriptionArea__text {
  margin-top: 13px;
}
#startup .pickup {
  margin-top: 90px;
  padding-bottom: 102px;
}
#startup .pickup .h2_h3 {
  text-align: center;
}
#startup .pickup h3 {
  margin-top: 20px;
}
#startup .pickup .slide01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#startup .pickup .list2022_view {
  margin-bottom: 0 !important;
  width: calc(100% / 3 - 50px * 2 / 3);
  margin-right: 50px;
}
#startup .pickup .list2022_view:last-of-type {
  margin-right: 0;
}
#startup .pickup .txt .txt_title {
  font-size: 1.8rem;
  font-weight: bold;
}
#startup .pickup .back {
  margin-top: 30px;
}
#startup .pickup .back .back_link {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 6px 10px;
  letter-spacing: 0.2em;
  width: 100px;
  position: relative;
}
#startup .pickup .back .back_link:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 2px solid #222222;
}
#startup .pickup .back .back_link:hover:after {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .top .top_title_2022 {
    font-size: 3.1rem;
  }
  #startup .startupCompany__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #startup .startupCompany__textArea {
    margin-right: 0;
    width: 100%;
  }
  #startup .startupCompany__textArea--title {
    font-size: 2rem;
  }
  #startup .startupCompany__textArea--infoArea--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #startup .startupCompany__textArea--infoArea--list .term {
    margin-right: 0;
  }
  #startup .startupCompany__textArea--infoArea--list .definition {
    width: 100%;
  }
  #startup .startupCompany__btn {
    margin-top: 30px;
  }
  #startup .startupCompany__photoArea {
    margin-top: 30px;
  }
  #startup .descriptionArea {
    margin-top: 40px;
  }
  #startup .descriptionArea__title {
    font-size: 2rem;
  }
  #startup .descriptionArea .section_box2022 {
    padding: 20px 30px 20px 30px;
  }
  #startup .pickup {
    margin-top: 50px;
  }
  #startup .pickup .h2_h3 {
    margin-bottom: 30px;
  }
  #startup .pickup .h2_image {
    width: 50%;
    max-width: 220px;
  }
  #startup .pickup .slide01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #startup .pickup .list2022_view {
    width: 100%;
    margin-right: 0;
  }
  #startup .pickup .list2022_view:not(:first-of-type) {
    margin-top: 30px;
  }
}