@charset "UTF-8";
body {
  background: #f3f6fc;
}

/*
=================================================
	contents base
=================================================
*/
article {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  article {
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  article {
    padding-top: 60px;
  }
}
article #pankuzu {
  padding-top: 10px;
}
article #pankuzu ul {
  display: flex;
}
article #pankuzu ul li {
  font-size: 0.875rem;
  margin-right: 10px;
}
article #pankuzu ul li::after {
  content: ">";
  margin-left: 10px;
}
article #pankuzu ul li.now {
  font-weight: bold;
}
article #pankuzu ul li.now::after {
  display: none;
}
article section {
  margin: 120px 80px;
}
@media screen and (max-width: 1300px) {
  article section {
    margin: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  article section {
    margin: 100px 0;
  }
}
@media screen and (max-width: 480px) {
  article section {
    margin: 100px 0;
  }
}
article a {
  color: #04a;
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}
article .hl_base h2 span,
article .hl_base p {
  display: inline-block;
  color: transparent;
  position: relative;
  overflow: hidden;
  transition: color 0ms 450ms;
  padding: 2px 0;
  z-index: 2;
}
article .hl_base h2 span::after,
article .hl_base p::after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
article .hl_base h2 span::after {
  background: #000;
}
article .hl_base p::after {
  background: #e30;
}
article .hl_base.is-active::after {
  height: 160px;
}
article .hl_base.is-active h2 span::after,
article .hl_base.is-active p::after {
  animation: mask-bg 1.5s cubic-bezier(0.8, 0, 0.17, 1);
}
article .hl_base.is-active h2 span {
  color: #000;
}
article .hl_base.is-active p {
  color: #e30;
}
article h3 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 60px;
  margin-bottom: 25px;
  border-bottom: 3px solid #04a;
  padding-bottom: 7px;
}
article h3:first-letter {
  color: #04a;
}
@media screen and (max-width: 768px) {
  article h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 480px) {
  article h3 {
    font-size: 1.5rem;
  }
}
article .list-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article .list-link li {
  width: 49.5%;
  margin-bottom: 1%;
}
article .list-link li a {
  display: block;
  border: 1px solid #d3d9df;
  line-height: 1.4;
  padding: 18px 20px 20px;
  text-align: center;
}
article .list-link li a:hover {
  background: #fff;
}
article .list-link li.w1 {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  article .list-link {
    display: block;
  }
  article .list-link li {
    width: auto;
  }
  article .list-link li:nth-child(n + 2) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  article .sp-down {
    display: none;
  }
}

/*
=================================================
	summary
=================================================
*/
#summary section {
  margin-right: 260px;
}
@media screen and (max-width: 1024px) {
  #summary section {
    margin-right: 220px;
  }
}
@media screen and (max-width: 768px) {
  #summary section {
    margin-right: 160px;
  }
}
@media screen and (max-width: 480px) {
  #summary section {
    margin-right: 0;
  }
}
#summary-photo {
  margin: 120px 0 !important;
}
#summary-photo-wrap {
  display: flex;
  overflow: hidden;
}
#summary-photo-wrap ul {
  display: flex;
  animation: photo-scroll 80s infinite linear 0.5s both;
  margin-right: 5px;
}
#summary-photo-wrap ul li {
  width: 25vw;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 5px;
  flex-basis: auto;
}
#summary-photo-wrap ul li > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #summary-photo-wrap ul li {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  #summary-photo-wrap ul li {
    width: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #summary-photo {
    margin: 100px 0 !important;
  }
}
#summary-introduction-photo {
  margin-top: 80px;
}
#summary-introduction-photo ul {
  display: flex;
  flex-wrap: wrap;
}
#summary-introduction-photo ul li {
  width: 49%;
  flex-basis: auto;
}
#summary-introduction-photo ul li:nth-child(odd) {
  margin-right: 2%;
}
#summary-introduction-photo ul li:nth-child(n + 3) {
  margin-top: 2%;
}
#summary-introduction-photo ul li img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #summary-introduction-photo {
    margin-top: 60px;
  }
}
#summary-outline-date dl {
  margin-top: 30px;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  position: relative;
}
#summary-outline-date dl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 140px;
  height: 1px;
  background: #04a;
}
#summary-outline-date dl dt {
  width: 140px;
  font-size: 1.25rem;
}
#summary-outline-date dl dd {
  flex-shrink: 100;
  width: 100%;
}
#summary-outline-date dl dd .number {
  font-size: 1.5rem;
  font-family: "din-2014",  sans-serif;
  color: #04a;
  line-height: 1;
  margin: 0 3px;
}
#summary-outline-date-day dt {
  margin-top: 7px;
}
#summary-outline-date-day dd {
  font-weight: bold;
  font-size: 1.25rem;
}
#summary-outline-date-day dd ul {
  display: flex;
  align-items: flex-end;
}
#summary-outline-date-day dd ul li {
  line-height: 1;
}
#summary-outline-date-day dd ul li br {
  display: none;
}
#summary-outline-date-day dd ul li strong {
  font-size: 2.25rem;
  color: #04a;
  font-family: "din-2014",  sans-serif;
}
#summary-outline-date-day dd ul li span {
  font-size: 1.75rem;
  margin-left: 7px;
  font-family: "din-2014",  sans-serif;
}
#summary-outline-date-day dd ul li:first-child::after {
  content: "-";
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0 5px;
}
#summary-outline-date-venue strong {
  font-size: 1.25rem;
}
#summary-outline-date-exhibition dd {
  font-size: 1.25rem;
}
#summary-outline-date-visitor dd {
  font-size: 1.25rem;
}
#summary-outline-date-sponsor dd strong {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  #summary-outline-date-day dd ul {
    flex-wrap: wrap;
  }
  #summary-outline-date-day dd ul li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #summary-outline-date dl::after {
    width: 120px;
  }
  #summary-outline-date dl dt {
    width: 120px;
    font-size: 1rem;
  }
  #summary-outline-date-day dd ul li br {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #summary-outline-date dl {
    display: block;
  }
  #summary-outline-date dl dt {
    width: auto;
    margin-bottom: 15px;
  }
  #summary-outline-day dt {
    margin-top: 0;
  }
}
#summary-map {
  position: relative;
  margin: 0 !important;
  z-index: 10;
}
#summary-map-inner iframe {
  border: none;
}

/*
=================================================
	info_kigyo
=================================================
*/
#info_kigyo-search-box dl {
  display: flex;
  align-items: center;
  background: rgba(0, 170, 238, 0.2);
  margin-bottom: 2px;
}
#info_kigyo-search-box dl dt {
  font-weight: bold;
  padding: 10px 20px 12px;
  width: 200px;
}
#info_kigyo-search-box dl dd {
  width: 100%;
  flex-shrink: 100;
  padding: 20px;
  display: flex;
  background: #fff;
}
#info_kigyo-search-box dl dd ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#info_kigyo-search-box dl dd ul li {
  width: 23.5%;
  margin-left: 2%;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
#info_kigyo-search-box dl dd ul li:nth-child(4n + 1) {
  margin-left: 0;
}
#info_kigyo-search-box dl dd ul li:nth-child(n + 5) {
  margin-top: 10px;
}
#info_kigyo-search-box dl dd ul li .partsCheck {
  display: none;
}
#info_kigyo-search-box dl dd ul li .partsCheck + span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
#info_kigyo-search-box dl dd ul li .partsCheck + span:before {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  border-radius: 3px;
}
#info_kigyo-search-box dl dd ul li .partsCheck + span:hover:before {
  border-color: #04a;
}
#info_kigyo-search-box dl dd ul li .partsCheck:checked + span:after {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -7px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #e30;
  border-bottom: 3px solid #e30;
  transform: rotate(45deg);
}
#info_kigyo-search-box dl dd input[type="text"] {
  border: 1px solid #d3d9df;
  padding: 10px 15px;
  width: 100%;
  background: #f2f2f2;
}
#info_kigyo-search-box dl dd input[type="checkbox"] {
  width: 18px;
  height: 18px;
  transform: scale(1.2);
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 8px;
}
#info_kigyo-search-box dl.hide-search dt {
  cursor: pointer;
  position: relative;
}
#info_kigyo-search-box dl.hide-search dt::before,
#info_kigyo-search-box dl.hide-search dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 2px;
  height: 16px;
  margin-top: -9px;
  background: #000;
  transition: all 0.3s ease;
}
#info_kigyo-search-box dl.hide-search dt::after {
  transform: rotate(90deg);
}
#info_kigyo-search-box dl.hide-search dt.active::before {
  transform: rotate(90deg);
}
#info_kigyo-search-box dl.hide-search dd {
  display: none;
  padding-bottom: 22px;
}
@media screen and (max-width: 1024px) {
  #info_kigyo-search-box dl {
    display: block;
  }
  #info_kigyo-search-box dl dt {
    width: auto;
  }
  #info_kigyo-search-box dl dd ul li {
    width: 49%;
    margin-left: 2%;
  }
  #info_kigyo-search-box dl dd ul li:nth-child(2n + 1) {
    margin-left: 0;
  }
  #info_kigyo-search-box dl dd ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #info_kigyo-search-box dl dd ul {
    display: block;
  }
  #info_kigyo-search-box dl dd ul li {
    width: auto;
    margin-left: 0;
  }
  #info_kigyo-search-box dl dd ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
#info_kigyo-search-checked {
  margin-top: 40px;
  text-align: center;
}
#info_kigyo-search-checked span {
  line-height: 28px;
  color: #e30;
  font-size: 1.125rem;
  font-weight: bold;
}
#info_kigyo-search-checked span .plus {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
#info_kigyo-search-checked span .plus::before,
#info_kigyo-search-checked span .plus::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: -16px;
  width: 2px;
  height: 12px;
  background: #000;
}
#info_kigyo-search-checked span .plus::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #info_kigyo-search-checked span {
    font-size: 1rem;
  }
}
#info_kigyo-search-submit {
  margin-top: 40px;
}
#info_kigyo-search-submit label {
  display: block;
  width: 400px;
  margin: 0 auto;
  position: relative;
}
#info_kigyo-search-submit label::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -80px;
  background: url(../images/icon_search.png) no-repeat center center/60%;
}
#info_kigyo-search-submit label input {
  display: block;
  width: 100%;
  color: #fff;
  background: #04a;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  transition: all 0.3s ease;
}
#info_kigyo-search-submit label input:hover {
  background: #026;
}
@media screen and (max-width: 480px) {
  #info_kigyo-search-submit label {
    width: 100%;
  }
}
#info_kigyo-list {
  position: relative;
}
#info_kigyo-list-number {
  position: absolute;
  top: 40px;
  right: 80px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 2px solid #000;
}
#info_kigyo-list-number strong {
  font-size: 3.125rem;
  font-family: "din-2014",  sans-serif;
  margin: 0 5px;
  color: #04a;
}
@media screen and (max-width: 1300px) {
  #info_kigyo-list-number {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #info_kigyo-list-number {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  #info_kigyo-list-number {
    position: static;
    font-size: 1rem;
    text-align: right;
    margin-bottom: 40px;
  }
  #info_kigyo-list-number strong {
    font-size: 2.5rem;
  }
}
#info_kigyo-list-result {
  display: flex;
  flex-wrap: wrap;
}
#info_kigyo-list-result .box {
  width: 23.5%;
  flex-basis: auto;
  margin-left: 2%;
}
#info_kigyo-list-result .box:nth-child(4n + 1) {
  margin-left: 0;
}
#info_kigyo-list-result .box:nth-child(n + 5) {
  margin-top: 2%;
}
#info_kigyo-list-result .box a {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  background: #fff;
  padding: 10px;
  height: 100%;
  border-top-right-radius: 30px;
  position: relative;
}
#info_kigyo-list-result .box a figure {
  height: 200px;
  border-top-right-radius: 20px;
  overflow: hidden;
  position: relative;
}
#info_kigyo-list-result .box a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}
#info_kigyo-list-result .box a .btn {
  margin: 0 10px 10px;
  line-height: 38px;
  padding-bottom: 2px;
  background: #04a;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s ease;
}
#info_kigyo-list-result .box a .btn i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.25rem;
}
#info_kigyo-list-result .box a:hover figure img {
  transform: scale(1.05);
}
#info_kigyo-list-result .box a:hover .btn {
  background: #026;
}
#info_kigyo-list-result .box-text {
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  flex-grow: 10;
}
#info_kigyo-list-result .box-text h3 {
  margin: 0;
  font-size: 1.25rem;
  font-family: "toppan-bunkyu-midashi-go-std",  sans-serif;
  border: none;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
}
#info_kigyo-list-result .box-text dl {
  margin-top: 8px;
}
#info_kigyo-list-result .box-text dl dt {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2px;
}
#info_kigyo-list-result .box-text dl dd {
  font-size: 0.875rem;
  line-height: 1.4;
}
#info_kigyo-list-result .box-text ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 7px;
}
#info_kigyo-list-result .box-text ul li {
  background: #0ae;
  color: #fff;
  font-size: 0.75rem;
  padding: 0 10px 1px;
  margin: 1px;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  #info_kigyo-list-result .box {
    width: 49%;
    margin-left: 2%;
  }
  #info_kigyo-list-result .box:nth-child(2n + 1) {
    margin-left: 0;
  }
  #info_kigyo-list-result .box:nth-child(n + 3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #info_kigyo-list-result {
    display: block;
  }
  #info_kigyo-list-result .box {
    width: auto;
    margin-left: 0;
  }
  #info_kigyo-list-result .box:nth-child(n + 2) {
    margin-top: 20px;
  }
  #info_kigyo-list-result .box a figure {
    height: 240px;
  }
}
#info_kigyo-list-result-pagenation {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#info_kigyo-list-result-pagenation li {
  text-align: center;
}
#info_kigyo-list-result-pagenation li:nth-child(n + 2) {
  margin-left: 10px;
}
#info_kigyo-list-result-pagenation li a,
#info_kigyo-list-result-pagenation li.event-none {
  display: block;
  font-weight: bold;
  border: 1px solid #d3d9df;
  line-height: 48px;
  padding-bottom: 2px;
  border-radius: 10px;
}
#info_kigyo-list-result-pagenation li a {
  color: #04a;
  background: #fff;
  text-decoration: none;
  width: 50px;
}
#info_kigyo-list-result-pagenation li a.active {
  background: #04a;
  color: #fff;
}
#info_kigyo-list-result-pagenation li a:hover {
  background: rgba(0, 170, 238, 0.2);
}
#info_kigyo-list-result-pagenation li a:hover.active {
  background: #04a;
  color: #fff;
}
#info_kigyo-list-result-pagenation li.event-none {
  background: #d3d9df;
  color: #999;
  width: auto;
  white-space: nowrap;
  padding: 0 15px;
}
#info_kigyo-list-result-pagenation li.prev a,
#info_kigyo-list-result-pagenation li.next a {
  width: auto;
  white-space: nowrap;
  padding: 0 15px;
}
@media screen and (max-width: 480px) {
  #info_kigyo-list-result-pagenation {
    overflow: auto;
    justify-content: flex-start;
    padding-bottom: 15px;
  }
}
#info_kigyo-detail-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
  position: relative;
}
#info_kigyo-detail-header figure {
  width: 320px;
  height: 240px;
  flex-basis: auto;
  text-align: center;
  overflow: hidden;
}
#info_kigyo-detail-header figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#info_kigyo-detail-header-text {
  width: 100%;
  flex-shrink: 100;
  padding: 10px 40px 0;
}
#info_kigyo-detail-header-text .hl_base {
  margin-bottom: 20px;
}
#info_kigyo-detail-header-text .hl_base h2 {
  font-size: 2.5rem;
}
#info_kigyo-detail-header-text .hl_base p {
  font-size: 1.375rem;
  font-family: "zen-kaku-gothic-new", "Yu Gothic Medium", "游ゴシック Medium",
    YuGothic, "游ゴシック体", "MS Pゴシック", "MS PGothic", Osaka, sans-serif;
  margin-top: 5px;
}
#info_kigyo-detail-header-text ul {
  display: flex;
}
#info_kigyo-detail-header-text ul li {
  width: 200px;
}
#info_kigyo-detail-header-text ul li:nth-child(n + 2) {
  margin-left: 10px;
}
#info_kigyo-detail-header-text ul li a {
  display: flex;
  align-items: center;
  line-height: 45px;
  text-decoration: none;
  border: 2px solid #04a;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
}
#info_kigyo-detail-header-text ul li a i {
  width: 45px;
  font-size: 1.5625rem;
  line-height: 45px;
  margin-right: 12px;
  background: #04a;
  color: #fff;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#info_kigyo-detail-header-text ul li a:hover {
  background: rgba(0, 170, 238, 0.2);
}
#info_kigyo-detail-header-text-etc {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
}
#info_kigyo-detail-header-text-etc dl {
  display: flex;
  align-items: center;
}
#info_kigyo-detail-header-text-etc dl:nth-child(n + 2) {
  margin-left: 20px;
}
#info_kigyo-detail-header-text-etc dl dt {
  background: #04a;
  color: #fff;
  padding: 0 15px;
  margin-right: 8px;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  #info_kigyo-detail-header {
    display: block;
    text-align: center;
    background: transparent;
    padding: 0;
  }
  #info_kigyo-detail-header figure {
    width: auto;
    height: 400px;
    text-align: center;
  }
  #info_kigyo-detail-header figure img {
    width: auto;
    height: auto;
    max-height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  #info_kigyo-detail-header-text {
    padding: 0;
    margin-top: 30px;
  }
  #info_kigyo-detail-header-text ul {
    justify-content: center;
  }
  #info_kigyo-detail-header-text-etc {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #info_kigyo-detail-header figure {
    height: 320px;
  }
  #info_kigyo-detail-header-text .hl_base h2 {
    font-size: 2.125rem;
  }
  #info_kigyo-detail-header-text .hl_base p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  #info_kigyo-detail-header figure {
    height: auto;
  }
  #info_kigyo-detail-header-text .hl_base h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
  #info_kigyo-detail-header-text .hl_base p {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 0;
  }
  #info_kigyo-detail-header-text ul {
    display: block;
  }
  #info_kigyo-detail-header-text ul li {
    width: auto;
  }
  #info_kigyo-detail-header-text ul li:nth-child(n + 2) {
    margin-top: 10px;
    margin-left: 0;
  }
  #info_kigyo-detail-header-text-etc {
    display: block;
  }
  #info_kigyo-detail-header-text-etc dl:nth-child(n + 2) {
    margin-top: 7px;
    margin-left: 0;
  }
}
#info_kigyo-detail-pr p {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #info_kigyo-detail-pr p {
    font-size: 1rem;
  }
}
#info_kigyo-detail-list .box {
  display: flex;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #04a;
}
#info_kigyo-detail-list .box figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  border: 1px solid #04a;
  background: #fff;
  flex-basis: auto;
  margin-right: 40px;
}
#info_kigyo-detail-list .box figure img {
  max-height: 100%;
}
#info_kigyo-detail-list .box-text {
  flex-shrink: 100;
  width: 100%;
}
#info_kigyo-detail-list .box-text h4 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #04a;
}
#info_kigyo-detail-list .box-text p {
  line-height: 1.6;
}
#info_kigyo-detail-list .box-text-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
}
#info_kigyo-detail-list .box-text-item dl {
  display: flex;
  align-items: center;
  width: 100%;
}
#info_kigyo-detail-list .box-text-item dl.half {
  width: 48%;
}
#info_kigyo-detail-list .box-text-item dl:nth-child(n + 2) {
  margin-top: 5px;
}
#info_kigyo-detail-list .box-text-item dl dt {
  font-size: 0.875rem;
  font-weight: bold;
  color: #04a;
  background: rgba(0, 170, 238, 0.2);
  width: 120px;
  text-align: center;
  margin-right: 7px;
  border-radius: 20px;
}
#info_kigyo-detail-list .box-text-item dl dd {
  padding-bottom: 2px;
  line-height: 1.6;
  flex-shrink: 100;
}
#info_kigyo-detail-list .box-text-item dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
#info_kigyo-detail-list .box-text-item dl dd ul li {
  background: #e30;
  color: #fff;
  padding: 0 8px 2px;
  line-height: 20px;
  margin: 1px 2px 1px 0;
}
#info_kigyo-detail-list .box-text-item dl dd ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  #info_kigyo-detail-list .box figure {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #info_kigyo-detail-list .box figure {
    width: 240px;
    height: 240px;
  }
  #info_kigyo-detail-list .box-text-item {
    display: block;
  }
  #info_kigyo-detail-list .box-text-item dl.half {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #info_kigyo-detail-list .box {
    display: block;
  }
  #info_kigyo-detail-list .box figure {
    width: auto;
    height: 320px;
    margin-right: 0;
    margin-bottom: 18px;
  }
  #info_kigyo-detail-list .box-text h4 {
    font-size: 1.375rem;
  }
  #info_kigyo-detail-list .box-text-item dl dt {
    font-size: 0.75rem;
    width: 100px;
  }
}
#info_kigyo-detail-btn {
  margin-top: 60px;
}
#info_kigyo-detail-btn a {
  display: block;
  margin: 0 auto;
  width: 400px;
  line-height: 48px;
  padding-bottom: 2px;
  background: #04a;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
}
#info_kigyo-detail-btn a i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.875rem;
}
#info_kigyo-detail-btn a:hover {
  background: #026;
}
@media screen and (max-width: 480px) {
  #info_kigyo-detail-btn {
    margin-top: 40px;
  }
  #info_kigyo-detail-btn a {
    width: auto;
  }
}

/*
=================================================
	seminar
=================================================
*/
#seminar section {
  margin-right: 260px;
}
@media screen and (max-width: 1024px) {
  #seminar section {
    margin-right: 220px;
  }
}
@media screen and (max-width: 768px) {
  #seminar section {
    margin-right: 160px;
  }
}
@media screen and (max-width: 480px) {
  #seminar section {
    margin-right: 0;
  }
}
#seminar-detail .detail-inner {
  display: flex;
  position: relative;
  flex-direction: column;
}
#seminar-detail .detail-inner:nth-child(n + 2) {
  margin-top: 60px;
}
#seminar-detail .day {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  position: sticky;
  top: 90px;
  z-index: 5;
  background: #f3f6fc;
  padding: 10px 0;
}
#seminar-detail .day strong {
  font-size: 2.5rem;
  font-family: "din-2014",  sans-serif;
  color: #04a;
}
@media screen and (max-width: 768px) {
  #seminar-detail .day {
    top: 75px;
  }
}
@media screen and (max-width: 480px) {
  #seminar-detail .day {
    font-size: 1.5rem;
    top: 60px;
  }
  #seminar-detail .day strong {
    font-size: 2.25rem;
  }
}
#seminar-detail .box {
  margin-bottom: 20px;
}
#seminar-detail .box h4 {
  color: #0044aa;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
#seminar-detail .box .point_arrow {
  margin-bottom: 30px;
}
#seminar-detail .box .point_arrow li {
  margin-bottom: 10px;
}
#seminar-detail .box .point_arrow li .name {
  font-size: 1.25rem;
}
#seminar-detail .box .point_arrow li::before {
  border-color: transparent transparent transparent #0044aa;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 8px;
  width: 0;
}
@media screen and (max-width: 768px) {
  #seminar-detail .box h4 {
    font-size: 1.1rem;
  }
  #seminar-detail .box h4 .time {
    font-size: 1.3rem;
  }
}
#seminar-detail .box:last-child {
  margin-bottom: 0;
}
#seminar-detail .box .time {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "din-2014",  sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
}
#seminar-detail .box .time i {
  margin-right: 5px;
  color: #04a;
}
@media screen and (max-width: 480px) {
  #seminar-detail .box .time {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
#seminar-detail .box-text {
  background: #fff;
  border-left: 1px solid #04a;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #seminar-detail .box-text {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  #seminar-detail .box-text {
    padding: 0;
    background: transparent;
    border: none;
  }
}
#seminar-detail .box-text h3 {
  margin-top: 0;
}
#seminar-detail .box-text-speaker {
  display: flex;
  flex-wrap: wrap;
}
#seminar-detail .box-text-speaker li {
  display: flex;
  align-items: center;
  width: 31.6666%;
  margin-top: 20px;
  margin-left: 2.5%;
  border-top: 1px solid #0ae;
  padding-top: 12px;
}
#seminar-detail .box-text-speaker li:nth-child(3n + 1) {
  margin-left: 0;
}
#seminar-detail .box-text-speaker li figure {
  width: 120px;
  flex-basis: auto;
  margin-right: 12px;
}
#seminar-detail .box-text-speaker li dl {
  flex-shrink: 100;
}
#seminar-detail .box-text-speaker li dl dt {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
}
#seminar-detail .box-text-speaker li dl dt strong {
  font-size: 1.25rem;
}
#seminar-detail .box-text-speaker li dl dd {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  #seminar-detail .box-text-speaker {
    justify-content: space-between;
  }
  #seminar-detail .box-text-speaker li {
    width: 48.5%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #seminar-detail .box-text-speaker {
    display: block;
  }
  #seminar-detail .box-text-speaker li {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #seminar-detail .box-text-speaker li figure {
    width: 100px;
  }
}

.page-seminar #footer {
  margin-bottom: 101px;
}

.page-seminar #fix_footer {
  background: #ee3300;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 300;
  margin: 0 auto;
  padding: 20px 0;
}

.page-seminar #fix_footer a {
  width: 400px;
  background: #ffffff;
  margin: 0 auto;
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 600px;
  position: relative;
}

.page-seminar #fix_footer a:hover {
  opacity: 0.7;
}

.page-seminar #fix_footer a:after {
  border-right: solid 2px #ee3300;
  border-top: solid 2px #ee3300;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}

@media screen and (max-width: 768px) {
  .page-seminar #footer {
    margin-bottom: 68px;
  }
  .page-seminar #fix_footer {
    padding: 10px 0;
  }
  .page-seminar #fix_footer a {
    width: 80%;
    padding: 15px;
    font-size: 16px;
  }
}
/*
=================================================
	consultation
=================================================
*/
#consultation section {
  margin-right: 260px;
}
@media screen and (max-width: 1024px) {
  #consultation section {
    margin-right: 220px;
  }
}
@media screen and (max-width: 768px) {
  #consultation section {
    margin-right: 160px;
  }
}
@media screen and (max-width: 480px) {
  #consultation section {
    margin-right: 0;
  }
}
#consultation-advisor-info p {
  font-size: 1.25rem;
  font-weight: bold;
}
#consultation-advisor-list {
  margin-top: 40px;
}
#consultation-advisor-list dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3d9df;
  padding-bottom: 30px;
  margin-top: 30px;
}
#consultation-advisor-list dl dt {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 50px;
  border-right: 1px solid #000;
  width: 8em;
  margin-right: 20px;
}
#consultation-advisor-list dl dt span {
  display: block;
  width: 40px;
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "din-2014",  sans-serif;
  color: #fff;
  background: #04a;
  text-align: center;
  margin-right: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}
#consultation-advisor-list dl dd {
  flex-shrink: 100;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #consultation-advisor-list dl {
    display: block;
  }
  #consultation-advisor-list dl dt {
    width: auto;
    border: none;
    margin-right: 0;
  }
  #consultation-advisor-list dl dd {
    margin-left: 50px;
  }
}

/*
=================================================
	contact
=================================================
*/
#contact section {
  margin-right: 260px;
}
@media screen and (max-width: 1024px) {
  #contact section {
    margin-right: 220px;
  }
}
@media screen and (max-width: 768px) {
  #contact section {
    margin-right: 160px;
  }
}
@media screen and (max-width: 480px) {
  #contact section {
    margin-right: 0;
  }
}
#contact-form-inquiry {
  margin-top: 40px;
  border-top: 1px solid #d3d9df;
}
#contact-form-inquiry dl {
  display: flex;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #d3d9df;
}
#contact-form-inquiry dl dt {
  font-weight: bold;
  width: 240px;
}
#contact-form-inquiry dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  flex-shrink: 100;
}
#contact-form-inquiry dl dd input,
#contact-form-inquiry dl dd textarea {
  border: 1px solid #000;
  background: #fff;
  padding: 5px 10px;
}
#contact-form-inquiry dl dd input.text1,
#contact-form-inquiry dl dd textarea.text1 {
  width: 100%;
}
#contact-form-inquiry dl dd input.text2,
#contact-form-inquiry dl dd textarea.text2 {
  width: 4em;
}
#contact-form-inquiry dl.must dt::after {
  content: "必須";
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  background: #e30;
  line-height: 17px;
  padding: 0 10px 2px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  vertical-align: top;
}
#contact-form-inquiry-tel dd p {
  margin: 0 10px;
}
#contact-form-inquiry-mail dd p {
  margin: 7px 0;
}
@media screen and (max-width: 768px) {
  #contact-form-inquiry dl {
    display: block;
    padding: 20px 0;
  }
  #contact-form-inquiry dl dt {
    width: auto;
    margin-bottom: 8px;
  }
  #contact-form-inquiry-tel dd p.note {
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
  }
}
#contact-form-submit {
  margin-top: 40px;
}
#contact-form-submit input {
  width: 240px;
  font-size: 1.25rem;
  display: block;
  color: #fff;
  background: #04a;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
}
#contact-form-submit input:hover {
  background: #026;
}
@media screen and (max-width: 480px) {
  #contact-form-submit input {
    width: 100%;
  }
}

/*
=================================================
	utility
=================================================
*/
#utility section {
  margin-right: 260px;
}
@media screen and (max-width: 1024px) {
  #utility section {
    margin-right: 220px;
  }
}
@media screen and (max-width: 768px) {
  #utility section {
    margin-right: 160px;
  }
}
@media screen and (max-width: 480px) {
  #utility section {
    margin-right: 0;
  }
}
#utility-notice ul li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d9df;
}
#utility-notice ul li:nth-child(n + 2) {
  margin-top: 20px;
}
#utility-notice ul li span {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #04a;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "din-2014",  sans-serif;
  border-radius: 20px;
  margin-right: 7px;
}
#utility-notice ul li p {
  flex-shrink: 100;
}
#utility-links .howto {
  margin-top: 20px;
}
#utility-links .howto dt {
  font-weight: bold;
  margin-bottom: 7px;
}
#utility-links .howto dd {
  border: 1px solid #000;
  padding: 15px 20px 17px;
  background: #fff;
}
#utility-past-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#utility-past-link li {
  width: 49%;
  line-height: 1.4;
  font-size: 1.25rem;
}
#utility-past-link li:nth-child(n + 3) {
  margin-top: 2%;
}
#utility-past-link li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #fff;
  text-decoration: none;
  position: relative;
  border-left: 3px solid #04a;
}
#utility-past-link li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #04a;
  transition: all 0.5s ease;
}
#utility-past-link li a p {
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
#utility-past-link li a p strong {
  font-family: "din-2014",  sans-serif;
  font-size: 1.5rem;
}
#utility-past-link li a i {
  position: relative;
  z-index: 2;
  margin-left: 20px;
}
#utility-past-link li a:hover {
  color: #fff;
  padding-right: 15px;
}
#utility-past-link li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
@media screen and (max-width: 1024px) {
  #utility-past-link {
    display: block;
  }
  #utility-past-link li {
    width: auto;
  }
  #utility-past-link li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #utility-past-link li {
    font-size: 1.25rem;
  }
  #utility-past-link li a p strong {
    font-size: 1.25rem;
  }
}

/*
=================================================
	back illust
=================================================
*/
.back-illust {
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0;
  width: 300px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .back-illust {
    width: 240px;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .back-illust {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .back-illust {
    display: none;
  }
}
.back-illust#illust1 {
  background-image: url(../images/illust1.png);
  z-index: 5;
}
.back-illust#illust2 {
  background-image: url(../images/illust2.png);
  margin-right: -80px;
  z-index: 4;
}
.back-illust#illust3 {
  background-image: url(../images/illust3.png);
  z-index: 6;
}
.back-illust#illust4 {
  background-image: url(../images/illust4.png);
  z-index: 4;
}
.back-illust#illust5 {
  background-image: url(../images/illust5.png);
  z-index: 4;
}
.back-illust#illust6 {
  background-image: url(../images/illust6.png);
  z-index: 4;
}

/*
=================================================
	movieBox
=================================================
*/

#seminar-detail .detail-inner .movieBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  background: #ffffff;
}

#seminar-detail .detail-inner .movieBox:last-child {
  margin-bottom: 0;
}

#seminar-detail .detail-inner .movieBox .movieBoxInner:first-child {
  width: 40%;
  padding: 0;
}

#seminar-detail .detail-inner .movieBox .movieBoxInner {
  width: 60%;
  padding: 30px;
}

#seminar-detail .detail-inner .movieBox .movieBoxInner h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0 25px 0;
  border-bottom: 3px solid #04a;
  padding-bottom: 7px;
}

#seminar-detail .detail-inner .movieBox .movieBoxInner .ss {
  font-weight: bold;
}

#seminar-detail .detail-inner .movieBox .movieBoxInner table {
  width: 100%;
}

#seminar-detail .detail-inner .movieBox .movieBoxInner th strong {
  display: block;
  padding-bottom: 5px;
  font-size: 1.25rem;
  color: #04a;
}

#seminar-detail .detail-inner .movieBox .movieBoxInner th {
  font-weight: 400;
  padding-bottom: 10px;
}

#seminar-detail .detail-inner .movieBox .movieBoxInner td {
  text-align: right;
  font-weight: 700;
  vertical-align: bottom;
  padding-bottom: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #seminar-detail .detail-inner .movieBox {
    display: block;
    margin-bottom: 30px;
  }

  #seminar-detail .detail-inner .movieBox:last-child {
    margin-bottom: 0;
  }

  #seminar-detail .detail-inner .movieBox .movieBoxInner:first-child {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    position: relative;
    width: 100%;
  }

  #seminar-detail .detail-inner .movieBox .movieBoxInner:first-child iframe,
  #seminar-detail .detail-inner .movieBox .movieBoxInner:first-child object,
  #seminar-detail .detail-inner .movieBox .movieBoxInner:first-child embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #seminar-detail .detail-inner .movieBox .movieBoxInner {
    width: 100%;
    padding: 20px;
  }

  #seminar-detail .detail-inner .movieBox .movieBoxInner h3 {
    font-size: 1.125rem;
    margin: 5px 0 15px 0;
  }

  #seminar-detail .detail-inner .movieBox .movieBoxInner th strong {
    font-size: 1.125rem;
  }
}
