@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_eventGuide {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#OSE main section {
  padding: 0;
}

#OIH 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;
  }
}
.eventDescription2022__title {
  font-size: 2.4rem;
  font-weight: bold;
}
.eventDescription2022__subTitle {
  font-size: 2rem;
  font-weight: bold;
}
.eventDescription2022--sentence {
  text-align: justify;
}
.eventDescription2022__attention {
  font-size: 1.2rem;
}
.eventDescription2022__list--item {
  margin-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .eventDescription2022__title {
    font-size: 2rem;
  }
  .eventDescription2022__subTitle {
    font-size: 1.7rem;
  }
  .eventDescription2022__sentence {
    font-size: 1.3rem;
  }
  .eventDescription2022__attention {
    font-size: 1.1rem;
  }
}
.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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #222222;
}
.btn:hover {
  background-color: #ffffff;
  color: #222222;
  border: 2px solid #222222;
}

.btnWhite {
  display: block;
  color: #222222;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 0 0 20px 0;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 18px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #222222;
}
.btnWhite:hover {
  background-color: #222222;
  color: #fff;
  border: 2px solid #222222;
}

.textLink {
  border-bottom: 1px solid #222222;
  padding: 4px 0;
}

@media screen and (max-width: 768px) {
  .textLink {
    border-bottom: 1px solid #222222;
    padding: 1px 0;
  }
}
.textAreaFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.textAreaFlex__title {
  white-space: nowrap;
  width: 224px;
  margin-right: 145px;
}
.textAreaFlex__sentenceArea--sentence {
  margin-top: 5px;
}
.textAreaFlex__sentenceArea--btn {
  margin-left: 0;
  margin-top: 23px;
  width: 250px;
  padding: 16px 0;
}

@media screen and (max-width: 900px) {
  .textAreaFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .textAreaFlex__title {
    white-space: nowrap;
    width: 224px;
    margin-right: 90px;
  }
  .textAreaFlex__sentenceArea {
    width: 50%;
  }
  .textAreaFlex__sentenceArea--sentence {
    margin-top: 5px;
  }
  .textAreaFlex__sentenceArea--btn {
    margin-left: 0;
    margin-top: 23px;
    width: 250px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .textAreaFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .textAreaFlex__title {
    white-space: normal;
  }
  .textAreaFlex__sentenceArea {
    width: 100%;
  }
  .textAreaFlex__sentenceArea--btn {
    width: 100%;
  }
}
.textAreaFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.textAreaFlex__item:not(:last-of-type) {
  margin-right: 28px;
}

@media screen and (max-width: 768px) {
  .textAreaFlex__item:not(:last-of-type) {
    margin-right: 0;
  }
}
.enText {
  word-break: break-all;
}

.purple_link {
  color: #cf5095;
  border-bottom: 1px solid #cf5095;
  padding: 4px 0;
}

@media screen and (max-width: 768px) {
  .purple_link {
    padding: 1px 0;
  }
}
.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.1em;
  font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin-top: 15px;
  word-break: break-all;
}
.top_2022 .top_title_2022 .break {
  display: none;
}
.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);
}

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

@media screen and (max-width: 768px) {
  .top_2022 .top_title_2022 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 500px) {
  .top_2022 .top_title_2022 .break {
    display: block;
  }
}
.red_link {
  color: #e50012;
  border-bottom: 1px solid #e50012;
  padding: 4px 0;
}

@media screen and (max-width: 768px) {
  .red_link {
    padding: 1px 0;
  }
}
.back {
  margin-top: 60px;
  padding-bottom: 106px;
}
.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;
}
.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;
}
.back .back_link:hover:after {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .back {
    margin-top: 40px;
  }
}
.oseAbout {
  background-color: #f4f3f3;
}

#oseAbout .oseAbout__topText--text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.65;
}
#oseAbout .oseAbout__topText--btn {
  margin-top: 27px;
  width: 250px;
}
#oseAbout .oseAbout__topText--attention {
  font-size: 1.2rem;
  text-align: left;
  width: 92%;
  margin: 0 auto;
  margin-top: 36px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#oseAbout .oseAbout__card {
  margin-top: 80px;
}
#oseAbout .oseAbout__card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#oseAbout .oseAbout__card__flex--item {
  width: calc(100% / 3 - 50px * 2 / 3);
  margin-right: 50px;
}
#oseAbout .oseAbout__card__flex--item:nth-of-type(3n) {
  margin-right: 0;
  margin-bottom: 30px;
}
#oseAbout .oseAbout__card__flex--item--link--image {
  padding-bottom: 67% !important;
}
#oseAbout .oseAbout__card__flex--item--link--textArea {
  text-align: left !important;
  padding: 0 !important;
}
#oseAbout .oseAbout__card__flex--item--link--textArea--title {
  font-size: 1.5rem;
  color: #e50012;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#oseAbout .oseAbout__card__flex--item--link--textArea--text {
  padding: 41px 23px 84px !important;
  line-height: 1.6;
  text-align: justify;
  margin-top: -20%;
  letter-spacing: 0.06em;
}
#oseAbout .oseAbout__card__flex--item--link--textArea--btn {
  margin: 0 auto !important;
  position: absolute;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#oseAbout .oseAboutSns {
  margin-top: 22px;
}
#oseAbout .oseAboutSns__title {
  width: 36%;
  min-width: 230px;
  line-height: 1.5;
}
#oseAbout .oseAboutSns__textArea {
  width: 64%;
}
#oseAbout .oseAboutSns__textArea--btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
#oseAbout .oseAboutSns__textArea--btnArea--btn {
  width: 180px;
  margin: 0;
}
#oseAbout .oseAboutSns__textArea--btnArea--btn:first-of-type {
  margin-right: 20px;
}
#oseAbout .oseAboutSns__textArea--btnArea--btn--image {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 991px) and (min-width: 769px) {
  #oseAbout .oseAbout__topText--text {
    font-size: 1.4rem;
  }
  #oseAbout .oseAbout__topText--attention {
    width: 100%;
  }
  #oseAbout .oseAbout__card {
    margin-top: 40px;
  }
  #oseAbout .oseAbout__card__flex--item--link--textArea--title {
    font-size: 1.4rem;
  }
  #oseAbout .oseAbout__card__flex--item--link--textArea--text {
    margin-top: -20%;
  }
  #oseAbout .oseAboutSns__title {
    width: 100%;
  }
  #oseAbout .oseAboutSns__textArea {
    width: 100%;
    margin-top: 20px;
  }
  #oseAbout .oseAboutSns__textArea--btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #oseAbout .oseAboutSns__textArea--btnArea--btn {
    width: 100%;
  }
  #oseAbout .oseAboutSns__textArea--btnArea--btn:first-of-type {
    margin-right: 0;
  }
  #oseAbout .oseAboutSns__textArea--btnArea--btn:last-of-type {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) and (min-width: 500px) {
  #oseAbout .oseAbout__topText--text {
    font-size: 1.4rem;
  }
  #oseAbout .oseAbout__topText--attention {
    width: 100%;
  }
  #oseAbout .oseAbout__card {
    margin-top: 40px;
  }
  #oseAbout .oseAbout__card__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #oseAbout .oseAbout__card__flex--item {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  #oseAbout .oseAbout__card__flex--item:nth-of-type(3n) {
    margin-right: auto;
  }
  #oseAbout .oseAbout__card__flex--item--link--textArea--titleArea {
    height: 90px;
  }
  #oseAbout .oseAbout__card__flex--item--link--textArea--text {
    margin-top: -1%;
    padding: 30px 23px 84px !important;
  }
  #oseAbout .oseAboutSns__title {
    width: 100%;
  }
  #oseAbout .oseAboutSns__textArea {
    width: 100%;
    margin-top: 20px;
  }
  #oseAbout .oseAboutSns__textArea--btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #oseAbout .oseAboutSns__textArea--btnArea--btn {
    width: 100%;
    min-height: 65px;
  }
  #oseAbout .oseAboutSns__textArea--btnArea--btn:last-of-type {
    margin-top: 20px;
  }
}
@media screen and (max-width: 499px) {
  #oseAbout .oseAbout__topText--text {
    font-size: 1.4rem;
    text-align: left;
  }
  #oseAbout .oseAbout__topText--btn {
    width: 100%;
  }
  #oseAbout .oseAbout__topText--attention {
    width: 100%;
  }
  #oseAbout .oseAbout__card {
    margin-top: 40px;
  }
  #oseAbout .oseAbout__card__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #oseAbout .oseAbout__card__flex--item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #oseAbout .oseAbout__card__flex--item:nth-of-type(3n) {
    margin-right: auto;
  }
  #oseAbout .oseAbout__card__flex--item--link--textArea--titleArea {
    height: 90px;
  }
  #oseAbout .oseAbout__card__flex--item--link--textArea--text {
    margin-top: -1%;
    padding: 30px 23px 84px !important;
  }
  #oseAbout .oseAboutSns__title {
    width: 100%;
  }
  #oseAbout .oseAboutSns__textArea {
    width: 100%;
    margin-top: 20px;
  }
  #oseAbout .oseAboutSns__textArea--btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #oseAbout .oseAboutSns__textArea--btnArea--btn {
    width: 100%;
    min-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #oseAbout .oseAboutSns__textArea--btnArea--btn:last-of-type {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=ose_about2022.css.map */