body {
  min-width: 100%;
  background-color: #f8f8f8;
  /*background-color: #fbf2ea;*/
}
/*.pageSection{
    min-width: 100%;
}*/
.wrapper {
  padding: 0;
  overflow: inherit;
}
.contents {
  padding: 0;
}
.anchorPosition {
  margin-top: 0;
  padding-top: 0;
}
.footer_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.bg01 {
  background-color: #fff;
}
.bg02 {
  background-color: #f0fcf0;
}

.event_fair {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.pageSectionTop {
  margin: 0 calc(50% - 50vw) 70px;
  padding-left: 1em;
  padding-right: 1em;
  /*width: 100vw;*/
}
.event_fair .pageSection {
  padding: 0;
}
.event_fair .pageSection_inner {
  margin: auto;
  max-width: 1200px;
}
.event_fair .top {
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 20px;
  background: #faf0ee;
}
.event_fair .top_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.event_fair .top figure {
  margin: 0;
}
.event_fair .top img.pc {
  display: block !important;
}
.event_fair .top img.sp {
  display: none !important;
}
.event_fair .top .header_logo {
  position: absolute;
  left: 0;
  top: 20px;
}
.anchorList {
  margin: 0 40px;
}
.anchorList_list {
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
  /*margin: -2px 0 0 -60px;*/
  list-style-type: none;
  margin-top: 0;
}
.anchorList li {
  /*margin: 2px 0 0 60px;*/
  width: calc((100% - 40px) / 3);
  position: relative;
  display: flex;
  justify-content: center;
}
.anchorList li:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  /*left: calc(-60px / 2);*/
  left: 0;
  width: 1px;
  height: 80%;
  background-color: #05a08e;
  transform: translateY(-50%);
}
.anchorList li a {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 32px 60px;
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.45;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
}
.anchorList li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 10px;
  height: 8px;
  background-image: url(/event/event_fair/images/icon_btn.svg);
  transform: translateY(-50%);
}
.anchorList li a span {
  text-align: center;
}

.fieldList {
  margin: 0 auto;
  padding: 70px 0 0;
}
.fieldList h2 {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fieldList_list {
  padding: 30px;
  background: #e1efeb;
  border-radius: 8px;
}
.fieldList_item {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: calc(30px * -1) 0 0 calc(30px * -1);
}
.fieldList_list li {
  margin: 30px 0 0 30px;
  width: calc(99.9% / 12 * 3 - 30px);
}
.fieldList_list li a {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  margin: 0;
  color: #333;
  font-weight: 700;
  font-size: 0.9375rem;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
  padding: 5px 32px;
  border-radius: 5px;
  border: 2px solid #05a08d;
  background: #fff;
}
.fieldList_list li a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 10px;
  height: 8px;
  background-image: url(/event/event_fair/images/icon_btn.svg);
  transform: translateY(-50%);
}
.fieldList_list li a span {
  display: flex;
  align-items: center;
  line-height: 1.45;
  min-height: calc(0.9375em * 1.45 * 3.5);
}

.scheduleList {
  margin: 0 auto;
  padding: 70px 0 0;
}
.scheduleList:last-of-type {
  padding: 70px 0;
}
.scheduleList_ttl {
  position: relative;
  margin-bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.scheduleList_ttl h2 {
  position: relative;
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 23px;
}
.scheduleList_ttl h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  border-radius: 3px;
}
.scheduleList_ttl.child h2::before {
  background: #93278f;
}
.scheduleList_ttl.global h2::before {
  background: #1274ba;
}
.scheduleList_ttl.food h2::before {
  background: #e17980;
}
.scheduleList_ttl.medical h2::before {
  background: #49a7d6;
}
.scheduleList_ttl.sports h2::before {
  background: #ea425b;
}
.scheduleList_ttl.science h2::before {
  background: #0ca56d;
}
.scheduleList_ttl.animal h2::before {
  background: #efa226;
}
.scheduleList_ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 100%;
  height: 3px;
  transform: translateX(-50%);
}
.scheduleList_ttl.child::after {
  background: #93278f;
}
.scheduleList_ttl.global::after {
  background: #1274ba;
}
.scheduleList_ttl.food::after {
  background: #e17980;
}
.scheduleList_ttl.medical::after {
  background: #49a7d6;
}
.scheduleList_ttl.sports::after {
  background: #ea425b;
}
.scheduleList_ttl.science::after {
  background: #0ca56d;
}
.scheduleList_ttl.animal::after {
  background: #efa226;
}
.scheduleList_ttl p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0;
  margin-left: 23px;
}
.scheduleList_list {
  margin-bottom: 20px;
}
.scheduleList_list .area {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.scheduleList_list .area span {
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
}
.scheduleList_item {
  display: flex;
  justify-content: space-between;
  background: #f8f8f8;
  padding: 10px 0;
}
.scheduleList_item:not(:first-child) {
  margin-top: 10px;
}
.scheduleList_item .date {
  position: relative;
  padding: 0 40px 0 80px;
  width: 30%;
  display: flex;
  align-items: center;
  /*border-right:1px solid #ccc;*/
}
.scheduleList_item .date::before {
  position: absolute;
  top: 50%;
  left: 40px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/event/event_fair/images/icon_date2.svg);
  transform: translateY(-50%);
}
.scheduleList_item .place {
  position: relative;
  padding: 0 40px 0 80px;
  width: 40%;
  display: flex;
  align-items: center;
  /*border-right:1px solid #ccc;*/
}
.scheduleList_item .place::before {
  position: absolute;
  top: 50%;
  left: 40px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/event/event_fair/images/icon_place2.svg);
  transform: translateY(-50%);
}
.scheduleList_item .place::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #05a08e;
  transform: translateY(-50%);
}
.scheduleList_item .item_btn {
  position: relative;
  padding: 0 40px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scheduleList_item .item_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 70%;
  background-color: #05a08e;
  transform: translateY(-50%);
}
.scheduleList_item .item_btn a {
  font-size: 0.9375rem;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 20px) / 2);
}
.scheduleList_item .btn_off {
  background: #999;
  pointer-events: none;
}
.scheduleList_item .btn_ptn1 {
  background: #05a08d;
}
.scheduleList_item .btn_ptn2 {
  background: #fa7070;
}

.aboutList {
  padding: 70px 0 0;
}
.aboutList h2 {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center;
}
.aboutList h2 span {
  background: linear-gradient(transparent 75%, #a2d9d2 75%);
}
.aboutList_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.aboutList_list_item {
  background-color: #f0fcf0;
  border: 2px solid #05a08d;
  font-weight: 700;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.45;
}
.aboutList_list_item p {
  display: flex;
  flex-direction: column;
  min-height: calc(1.5em * 6);
  line-height: 1.5;
}
.aboutList_list_item .num {
  color: #05a08d;
  font-size: 2.5rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: italic;
}

.exampleList {
  margin: 70px auto 0;
  padding: 70px 0;
}
.exampleList h2 {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 40px;
  text-align: center;
}
.exampleList h2 span {
  background: linear-gradient(transparent 75%, #fee0e0 75%);
}
.exampleList_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 28px;
}
.exampleList_item {
  width: calc((100% - 60px) / 2);
  padding: 38px 60px 30px 60px;
  border-radius: 14px;
  position: relative;
}
.exampleList_item_item01 {
  background-color: #fff;
  border: 3px solid #05a08d;
}
.exampleList_item_item02 {
  background-color: #fff;
  border: 3px solid #fa7070;
}
.exampleList_item .ttl {
  width: 70%;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-align: center;
  padding: 10px 8px;
  margin: 0 auto;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  border-radius: 50px;
}
.exampleList_item_item01 .ttl {
  border: 3px solid #05a08d;
  color: #05a08d;
  background: #fff;
}
.exampleList_item_item02 .ttl {
  border: 3px solid #fa7070;
  color: #fa7070;
  background: #fff;
}
.exampleList_item li {
  font-size: 1.125rem;
  margin: 5px 0;
}
.exampleList_item li::marker {
  color: #a1a1a1;
}

.voiceList {
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.voiceList h2 {
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voiceList_list {
  margin: 0 auto;
}
.voiceList_list li {
  position: relative;
  padding-left: 80px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  margin-bottom: 10px;
  min-height: 60px;
}
.voiceList_list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(/event/event_fair/images/icon_voice.svg);
  transform: translateY(-50%);
}

@media screen and (max-width: 736px) {
  .pageSectionTop {
    margin: 0 calc(50% - 50vw) 40px;
  }
  .event_fair .top {
    margin: 0 calc(50% - 50vw) 10px;
  }

  .event_fair .top img.pc {
    display: none !important;
  }
  .event_fair .top img.sp {
    display: block !important;
  }
  .event_fair .top .header_logo {
    left: 10px;
    top: 10px;
  }

  .anchorList {
    margin: 0 auto;
  }
  .anchorList_list {
    /*margin: -2px 0 0 -30px;*/
  }
  .anchorList li {
    /*margin: 2px 0 0 30px;*/
  }
  .anchorList li:not(:first-child)::before {
    left: calc(-20px / 2);
  }
  .anchorList li a {
    padding: 10px 10px 10px 0;
    font-size: 0.875rem;
  }
  .anchorList li a::after {
    right: 0;
  }
  .anchorList li a span {
    padding-right: 10px;
  }

  .fieldList {
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .fieldList h2 {
    font-size: 1.3571428571rem;
    margin-bottom: 20px;
  }
  .fieldList_list {
    padding: 10px;
    margin: 0 calc(50% - 50vw) 0;
    border-radius: 0;
  }
  .fieldList_item {
    margin: calc(10px * -1) 0 0 calc(10px * -1);
  }
  .fieldList_list li {
    margin: 10px 0 0 10px;
    width: calc(99.9% / 12 * 6 - 10px);
  }
  .fieldList_list li a {
    padding: 8px 25px;
    font-size: 0.875rem;
    border-width: 1px;
  }
  .fieldList_list li a::after {
    right: 10px;
  }
  .fieldList_list li a span {
    min-height: calc(0.875em * 1.45 * 3.5);
  }

  .scheduleList {
    padding: 40px 0 0;
  }
  .scheduleList:last-of-type {
    padding: 40px 0;
  }
  .scheduleList_ttl {
    margin-bottom: 28px;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.45;
  }
  .scheduleList_ttl h2 {
    font-size: 1.3571428571rem;
  }
  .scheduleList_ttl p {
    margin-top: 5px;
    margin-left: 0;
  }
  .scheduleList_list .area {
    line-height: 1.45;
  }
  .scheduleList_item {
    flex-direction: column;
    padding: 0;
  }
  .scheduleList_item .date {
    padding: 14px 20px 14px 52px;
    width: 100%;
  }
  .scheduleList_item .date::before {
    left: 20px;
  }
  .scheduleList_item .place {
    padding: 14px 20px 14px 52px;
    width: 100%;
  }
  .scheduleList_item .place::before {
    left: 20px;
  }
  .scheduleList_item .place::after {
    top: 0;
    left: 50%;
    width: 90%;
    height: 1px;
    transform: translateX(-50%);
  }
  .scheduleList_item .item_btn {
    padding: 14px 20px;
    width: 100%;
    align-items: center;
  }
  .scheduleList_item .item_btn a {
    padding: 8px 10px;
  }
  .scheduleList_item .item_btn::after {
    top: 0;
    left: 50%;
    width: 90%;
    height: 1px;
    transform: translateX(-50%);
  }
  .aboutList {
    margin: 0 auto;
    padding: 40px 0 0;
  }
  .aboutList h2 {
    font-size: 1.3571428571rem;
    margin-bottom: 40px;
  }
  .aboutList_list_item {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .aboutList_list_item p {
    flex-direction: column;
    min-height: calc(1.5em * 4);
    padding-bottom: 10px;
  }
  .exampleList {
    padding: 40px 0;
  }
  .exampleList h2 {
    font-size: 1.3571428571rem;
  }
  .exampleList_list {
    flex-direction: column;
  }
  .exampleList_item {
    width: 100%;
    padding: 20px;
  }
  .exampleList_item_item01 {
    margin-bottom: 48px;
  }
  .exampleList_item .ttl {
    width: 85%;
    letter-spacing: inherit;
    padding: 7px;
  }
  .voiceList {
    padding: 40px 0;
  }
  .voiceList h2 {
    font-size: 1.3571428571rem;
  }
  .voiceList_list li {
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: 40px;
  }
  .voiceList_list li::before {
    width: 40px;
    height: 40px;
  }
}
