.event_fair_field {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.event_fair_field .pageSection {
  padding: 0;
}
.event_fair_field .pageSection_inner {
  margin: auto;
  max-width: 1200px;
}
.event_fair_field .top {
  text-align: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 50px;
  background: #faf0ee;
}
.event_fair_field .top_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.event_fair_field .top figure {
  margin: 0;
}
.event_fair_field .top img.pc {
  display: block !important;
}
.event_fair_field .top img.sp {
  display: none !important;
}
.event_fair_field .top .header_logo {
  position: absolute;
  left: 10px;
  top: 10px;
}

.cvList {
  max-width: 450px;
  margin: 0 auto;
}
.cvList a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
  padding: 18px;
  border-radius: 5px;
  background-color: #e95513;
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
}

.btnList {
  margin: 60px 40px;
}
.btnList_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: calc(10px * -1) 0 0 calc(60px * -1);
  margin-top: 0;
}
.btnList_list li {
  margin: 10px 0 0 60px;
  width: calc(99.9% / 12 * 4 - 60px);
}
.anc_btn {
}
.anc_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
  padding: 20px 32px;
  border-radius: 5px;
  border: 2px solid #05a08d;
  background: #fff;
}
.anc_btn 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%);
}
.cv_btn {
  /* max-width: 400px; */
}
.cv_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
  padding: 20px 32px;
  border-radius: 5px;
  background-color: #e95513;
  color: #fff;
}

.detailsList {
  padding: 50px 100px;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #cfcfcf;
}
.detailsList_food {
  border: 3px solid #ef8201;
}
.detailsList_medical {
  border: 3px solid #2ea7e0;
}
.detailsList_child {
  border: 3px solid #93278f;
}
.detailsList h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.45;
}
.detailsList_list dl {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cfcfcf;
}
.detailsList_list dl:last-of-type {
  border-bottom-style: none;
}
.detailsList_list dt {
  font-weight: 700;
  margin-right: 30px;
  margin-top: 0;
  width: 160px;
}
.detailsList_list iframe {
  width: 80%;
  height: 500px;
  border: 0;
}

.scList {
}
.scList h2.headLine2 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.scList h2.headLine2 span {
  font-size: 1.125rem;
  padding-left: 30px;
}
.scList_food h2.headLine2 {
  background-color: #ef8201;
}
.scList_medical h2.headLine2 {
  background-color: #2ea7e0;
}
.scList_child h2.headLine2 {
  background-color: #93278f;
}

.scList_btn {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: calc(20px * -1) 0 0 calc(20px * -1);
  margin-bottom: 20px;
}
.scList_btn button {
  margin: 20px 0 0 20px;
  width: calc(99.9% / 12 * 3 - 20px);
  background: #ebebeb;
  border-radius: 50px;
  padding: 14px;
  font-size: 0.9375rem;
}
.scList_btn_food {
}
.scList_btn_medical,
.scList_btn_child {
  margin: calc(14px * -1) 0 0 calc(14px * -1);
}
.scList_btn_medical button,
.scList_btn_child button {
  margin: 14px 0 0 14px;
  width: calc(99.9% / 12 * 2 - 14px);
}

.scList_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: calc(20px * -1) 0 0 calc(20px * -1);
}
.scList_list li {
  margin: 20px 0 0 20px;
  width: calc(99.9% / 12 * 4 - 20px);
}
.scList_list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  line-height: 1.45;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
  padding: 24px 34px;
  border-radius: 5px;
  background: #fff;
}
.scList_list_food a {
  border: 2px solid #ef8201;
}
.scList_list_medical a {
  border: 2px solid #2ea7e0;
}
.scList_list_child a {
  border: 2px solid #93278f;
}

.scList_list a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  content: "";
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateY(-50%);
}

.scList_item {
}
.scList_item_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.45;
  padding: 26px;
  border-radius: 5px;
}
.scList_item_food .scList_item_ttl {
  background: #fce7cf;
}
.scList_item_medical .scList_item_ttl {
  background: #d8f0fb;
}
.scList_item_child .scList_item_ttl {
  background: #fae3fa;
}
.scList_item_comment {
  font-size: 1.125rem;
}
.scList_item_point {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.scList_item_point li {
  margin: 0 10px 10px 0;
  color: #fff;
  background: #ef8201;
  padding: 2px 12px;
  border-radius: 3px;
}
.scList_item_point li a {
  color: #fff;
}
.scList_item_food .scList_item_point li {
  background: #ef8201;
}
.scList_item_medical .scList_item_point li {
  background: #2ea7e0;
}
.scList_item_child .scList_item_point li {
  background: #93278f;
}
.scList_item_study {
  display: flex;
  border: 2px solid #05a08d;
  border-radius: 5px;
  margin-top: 30px;
  overflow: hidden;
  font-size: 0.9375rem;
}
.scList_item_study dt {
  text-align: center;
  line-height: 1.45;
  font-weight: 500;
  padding: 20px;
  border-right: 2px solid #05a08d;
  background: #f0fcf0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
}
.scList_item_study dd {
  margin: 20px;
}

.scList_item_btn {
  max-width: 340px;
  margin: 40px auto 0;
}
.scList_item_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
  padding: 18px 10px;
  border-radius: 8px;
  background-color: #05a08d;
  color: #fff;
}
.scList_item_btn a span {
  position: relative;
}
.scList_item_btn a span::after {
  content: "";
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  margin-left: 7px;
}

.scList_list_ptn2 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: calc(20px * -1) 0 0 calc(20px * -1);
}
.scList_list_ptn2 li {
  margin: 20px 0 0 20px;
  width: calc(99.9% / 12 * 4 - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  line-height: 1.45;
  overflow: hidden;
  text-decoration: none;
  transition: 0.2s;
  padding: 24px 32px 24px 30px;
  border-radius: 5px;
  background: #fff;
}
.scList_list_ptn2_food li {
  border: 2px solid #ef8201;
}
.scList_list_ptn2_medical li {
  border: 2px solid #2ea7e0;
}
.scList_list_ptn2_child li {
  border: 2px solid #93278f;
}

.othersList {
  display: flex;
  justify-content: space-between;
}
.othersList_list {
  width: calc((100% - 40px) / 2);
  padding: 30px 60px;
  border-radius: 8px;
  background-color: #fff;
  border: 3px solid #cfcfcf;
}
.othersList_ttl {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #05a08d;
}
.othersList_list_inner {
  display: flex;
}
.othersList_item li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 10px;
}
.othersList_item li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #05a08d;
}
.othersList_pre {
  text-align: center;
  margin: 0 0 0 20px;
}
.othersList_pre img {
  max-width: 120px;
}

.courseList {
}
.courseList h2.headLine2 {
  margin-bottom: 40px;
}
.courseList_food h2.headLine2 {
  background-color: #ef8201;
}
.courseList_medical h2.headLine2 {
  background-color: #2ea7e0;
}
.courseList_child h2.headLine2 {
  background-color: #93278f;
}

.courseList table.course_table {
  margin: 20px 0 0;
  border-collapse: collapse;
  width: 100%;
}
.course_table th {
  padding: 18px 20px;
  width: 24%;
  background-color: #e8e8e8;
}
.course_table td {
  padding: 18px 20px;
}

@media screen and (max-width: 736px) {
  .event_fair_field .top {
    margin: 0 calc(50% - 50vw) 30px;
  }

  .event_fair_field .top img.pc {
    display: none !important;
  }
  .event_fair_field .top img.sp {
    display: block !important;
  }

  .cvList {
    max-width: 360px;
  }
  .cvList a {
    padding: 14px;
  }
  .btnList {
    margin: 30px auto;
  }
  .btnList_list {
    margin: calc(30px * -1) 0 0 calc(10px * -1);
  }
  .btnList_list li {
    margin: 30px 0 0 10px;
    width: calc(99.9% / 12 * 4 - 10px);
  }
  .anc_btn a {
    padding: 18px 8px;
    font-size: 0.9375rem;
    max-width: 360px;
    border: 1px solid #05a08d;
  }
  .anc_btn a::after {
    right: 8px;
  }
  .cv_btn a {
    padding: 18px 8px;
    font-size: 0.9375rem;
  }
  .detailsList {
    padding: 20px;
  }
  .detailsList h2 {
    font-size: 1.3571428571rem;
    margin-bottom: 20px;
  }
  .detailsList_list dl {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    margin: 10px 0;
    font-size: 1rem;
  }
  .detailsList_list dt {
    margin-right: 0;
    max-width: 100%;
  }
  .detailsList_list iframe {
    width: 100%;
    height: 250px;
  }

  .scList h2.headLine2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .scList h2.headLine2 span {
    padding-left: 0;
  }
  .scList_btn {
    margin: calc(10px * -1) 0 0 calc(10px * -1);
  }
  .scList_btn button {
    margin: 10px 0 0 10px;
    width: calc(99.9% / 12 * 6 - 10px);
    padding: 5px;
  }
  .scList_btn_medical,
  .scList_btn_child {
    margin: calc(10px * -1) 0 0 calc(10px * -1);
  }
  .scList_btn_medical button,
  .scList_btn_child button {
    width: calc(99.9% / 12 * 4 - 10px);
  }

  .scList_list {
    margin: calc(10px * -1) 0 0 calc(10px * -1);
  }
  .scList_list li {
    margin: 10px 0 0 10px;
    width: calc(99.9% / 12 * 6 - 10px);
  }
  .scList_list li a {
    padding: 20px 24px 20px 20px;
  }
  .scList_list a::after {
    font-size: 18px;
    right: 5px;
  }
  .detailsList_food,
  .detailsList_medical,
  .detailsList_child {
    border-width: 2px;
  }
  .scList_list_food a,
  .scList_list_medical a,
  .scList_list_child a {
    border-width: 1px;
  }

  .scList_item_ttl {
    padding: 18px;
    font-size: 1.3125rem;
  }
  .scList_item_study {
    flex-direction: column;
    margin-top: 20px;
  }
  .scList_item_study dt {
    padding: 10px;
    border-right-style: none;
    border-bottom: 2px solid #05a08d;
    width: 100%;
  }
  .scList_item_study dd {
    margin: 10px;
  }
  .scList_item_btn {
    max-width: 300px;
    margin: 30px auto 0;
  }
  .scList_item_btn a {
    padding: 14px 10px;
  }

  .scList_list_ptn2 {
    margin: calc(10px * -1) 0 0 calc(10px * -1);
  }
  .scList_list_ptn2 li {
    margin: 10px 0 0 10px;
    width: calc(99.9% / 12 * 6 - 10px);
    padding: 20px;
  }
  .scList_list_ptn2_food li,
  .scList_list_ptn2_medical li,
  .scList_list_ptn2_child li {
    border-width: 1px;
  }

  .othersList {
    flex-direction: column;
  }

  .othersList_list {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-width: 2px;
  }
  .othersList_list:last-of-type {
    margin-bottom: 0;
  }
  .othersList_ttl {
    margin-bottom: 10px;
  }
  .othersList_list_inner {
    flex-direction: column;
  }
  .othersList_pre {
    margin: 20px 0 0 0;
  }
  .othersList_item {
    margin-top: 0;
  }
  .courseList h2.headLine2 {
    margin-bottom: 20px;
  }
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
}
.modal-contents_wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
}

/* Modal Content */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  /* width: 80vw; */
  z-index: 102;
}
@media screen and (max-width: 640px) {
  .modal-content {
    width: 90vw;
  }
}
.modal-inner {
  position: relative;
  background: white;
  width: 100%;
  min-height: 100px;
  max-height: 800px;
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 736px) {
  .modal-inner {
    max-height: 600px;
    padding: 20px;
  }
}

/* Close Button */
.btn_close {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: black;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  line-height: 35px;
  z-index: 105;
}
