@charset "UTF-8";
.btn_area {
  display: flex;
  margin-bottom: 0;
}
.btn_area li {
  width: calc((100% - 30px) / 3);
  height: 60px;
  margin-right: 15px;
}
.btn_area li:nth-of-type(3n) {
  margin-right: 0;
}
.btn_area li a {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #51c0b7;
  border: 2px solid #51c0b7;
}
.btn_area li a:hover {
  color: #ffffff;
  background-color: #51c0b7;
}
.btn_area li.active {
  position: relative;
}
.btn_area li.active a {
  color: #ffffff;
  background-color: #51c0b7;
}
.btn_area li.active::before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  width: 0;
  height: 0;
  content: "";
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: #2a4d88 transparent transparent transparent;
}
.btn_area .btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  color: #ffffff;
  border-radius: 5px;
  background: linear-gradient(to right, #ff7f18 0, #ff5951 100%);
}
.btn_area .btn.square {
  justify-content: center;
  width: 320px;
  max-width: 320px;
  height: 50px;
  margin: 0 auto;
  color: #111111;
  border: 1px solid #111111;
  border-radius: 0;
  background: #ffffff;
}
.btn_area .btn.square::after {
  position: absolute;
  right: 1em;
}
.btn_area .btn_orange {
  background-color: #ff5951;
}
.btn_area .btn_black {
  background-color: #111111;
}

.more-btn {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid #111111;
  border-radius: 0;
}
@media (max-width: 440px) {
  .more-btn {
    width: 90%;
  }
}
.more-btn .more {
  font-size: 16px;
  line-height: 2.2;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
  border-radius: 0;
}
.more-btn .more:hover {
  font-style: italic;
  cursor: pointer;
  color: #ffffff !important;
}
.more-btn .more:hover a {
  color: #ffffff;
}
.more-btn .more:hover::after {
  left: -10%;
  width: 120%;
}
.more-btn .more::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  left: -10%;
  width: 0;
  height: 3px;
  height: 120%;
  content: "";
  transition: 0.3s;
  transform: skewX(15deg);
  background: #111111;
}

.btn-n {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 20px auto;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  border: solid 2px #51c0b7;
  border-radius: 5px;
  background-color: #51c0b7;
}
.btn-n span {
  line-height: 1;
  position: absolute;
  top: 13px;
  right: 10px;
  display: block;
}
.btn-n:hover {
  color: #51c0b7;
  background-color: #eeeeee;
}
.btn-n::after {
  position: absolute;
  right: 10px;
}

a.bg_pink:hover {
  opacity: 0.6;
  background-color: #ff9595;
}

a.bg_green:hover {
  opacity: 0.6;
  background-color: #005e3c;
}

.mail::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  padding-left: 0.8em;
  content: "\f0e0";
}

.angle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.required::after {
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  padding-right: 10px;
  padding-left: 10px;
  content: "必須";
  color: #ffffff;
  border-radius: 5px;
  background-color: #ef0000;
}

.tel::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  content: "\f095";
}

.fax::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  font-weight: 900;
  content: "\f1ac";
}

.pdf::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
}

.info-circle {
  position: relative;
}
.info-circle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f05a";
}

@media (max-width: 767px) {
  .single .contents-box .item-area .item-line.single .item-box .contents-box .item-box dl dd .your-industry span.wpcf7-radio {
    display: block;
  }
  .single .contents-box .item-area .item-line.single .item-box .contents-box .item-box dl dd .your-industry span.wpcf7-radio .wpcf7-list-item {
    display: block;
  }
  .single .contents-box .item-area {
    padding: 15px;
    margin: 0;
  }
}
@media (max-width: 440px) {
  .single .contents-box .item-area .item-line.single .item-box .contents-box .item-box dl {
    height: auto;
  }
}
.wpcf7-not-valid-tip {
  font-size: 0.85em;
}

.event.page .contents-box .item-area .item-box:nth-of-type(2n + 1),
.event-joining.page .contents-box .item-area .item-box:nth-of-type(2n + 1),
.event-end.page .contents-box .item-area .item-box:nth-of-type(2n + 1),
.event-report.page .contents-box .item-area .item-box:nth-of-type(2n + 1) {
  margin-right: 40px;
}
@media (max-width: 440px) {
  .event.page .contents-box .item-area .item-box:nth-of-type(2n + 1),
  .event-joining.page .contents-box .item-area .item-box:nth-of-type(2n + 1),
  .event-end.page .contents-box .item-area .item-box:nth-of-type(2n + 1),
  .event-report.page .contents-box .item-area .item-box:nth-of-type(2n + 1) {
    margin-right: 1em;
    margin-left: 1em;
  }
}/*# sourceMappingURL=customize.css.map */