@charset "utf-8";
/* ベース */
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}
@media (max-width: 600px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
}
[id] {
  scroll-margin-top: 100px; /* ヘッダーの高さに合わせる */
}
#header {
  padding: 0;
}
body {
  text-align: inherit;
  margin: 0;
}
.header-slideMenu_nav > li > a:visited {
  color: inherit;
}
.header-slideMenu_nav > li > a:link {
  color: inherit;
}
.header-slideMenu_nav > li > a:hover img {
  opacity: 1;
}
div#contents {
  min-width: 800px;
}
@media (max-width: 600px) {
  div#contents {
    min-width: 100%;
  }
}
.section_ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #006cc8;
}
/*　アイキャッチ画像 */
.cover_wrap {
  padding-top: 96px;
  min-width: 800px;
  background-color: #fff;
}
.eye_catching {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.eye_catching * {
  box-sizing: border-box;
}
.eye_catching_contents {
  width: 50%;
  min-width: 560px;
  padding: 40px 20px;
  text-align: center;
}
.eye_catching_contents p {
  line-height: 1.5;
  text-align: center;
}
.eye_catching_ttl {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.eye_catching_btn_wrap {
  text-align: center;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.eye_catching_btn {
  padding: 15px 40px;
  background-color: #ff9900;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.eye_catching_btn:hover {
  background-color: #ff6600;
}
a.eye_catching_btn:link,
a.eye_catching_btn:visited {
  color: #fff;
}
@media (max-width: 970px) {
  .eye_catching {
    position: relative;
  }
  .eye_catching_contents {
    position: relative;
    z-index: 1;
  }
  .eye_catching_contents img {
    margin: 20px 0;
  }
  .eye_catching_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .eye_catching_img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 600px) {
  .cover_wrap {
    padding-top: 60px;
    min-width: 100%;
  }
  .eye_catching_contents {
    width: 100%;
    min-width: 100%;
    padding: 20px 10px 40px;
  }
  .eye_catching_bubble > img {
    margin-right: 10px;
  }
  .eye_catching_ttl {
    margin-bottom: 0;
  }
  .eye_catching_img > img {
    width: 380px;
    height: auto;
  }
  .eye_catching_img {
    display: none;
  }
  .eye_catching_btn_wrap {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}
/* Platinum_Solution_Partner バッチ */
.add_Platinum_Solution_Partner {
  padding-top: 0;
}
/* リスト */
.merit_list {
  max-width: 765px;
  display: inline-block;
}
.merit_list > li {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.3;
  text-align: left;
}
.merit_list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.merit_list > li:not(:last-child) {
  margin-bottom: 5px;
}
/* 参加したお客様の感想 */
.event_impressions {
  margin: 50px auto 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.event_impressions * {
  box-sizing: border-box;
}
.event_impressions > li {
  min-width: calc((100% - 40px) / 3);
  border-radius: 20px;
  position: relative;
  padding: 20px;
  background-color: #f6bbc5;
  color: #fff;
  display: flex;
  gap: 10px;
}
.event_impressions > li::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 5px;
  background-color: #f69b9b;
  z-index: -1;
}
.event_impressions > li::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQwLjAxIDM2LjEzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2Y2YmJjNTt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTkuOTksMGgxNC40NWM0LjI3LDAsNi45Niw0LjY0LDQuODIsOC4zM2wtNy4yMiwxMi41MS03LjIxLDEyLjUxYy0yLjE0LDMuNzEtNy40OSwzLjcxLTkuNjMsMGwtNy4yMS0xMi41MUwuNzYsOC4zM0MtMS4zOSw0LjYyLDEuMjgsMCw1LjU3LDBoMTQuNDJaIi8+PC9zdmc+");
}
.event_impressions > li:first-child {
  background-color: #77d1d4;
}
.event_impressions > li:first-child::before {
  background-color: #6ac0a5;
}
.event_impressions > li:first-child::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQwLjAxIDM2LjEzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6Izc3ZDFkNDt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTkuOTksMGgxNC40NWM0LjI3LDAsNi45Niw0LjY0LDQuODIsOC4zM2wtNy4yMiwxMi41MS03LjIxLDEyLjUxYy0yLjE0LDMuNzEtNy40OSwzLjcxLTkuNjMsMGwtNy4yMS0xMi41MUwuNzYsOC4zM0MtMS4zOSw0LjYyLDEuMjgsMCw1LjU3LDBoMTQuNDJaIi8+PC9zdmc+");
}
.event_impressions > li:last-child {
  background-color: #a9d2ff;
}
.event_impressions > li:last-child::before {
  background-color: #71b5ff;
}
.event_impressions > li:last-child::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNDAgMzYuMSI+ICA8ZGVmcz4gPHN0eWxlPiAuc3QwIHsgZmlsbDogI2E5ZDJmZjsgfSA8L3N0eWxlPiA8L2RlZnM+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMCwwaDE0LjRjNC4zLDAsNyw0LjYsNC44LDguM2wtNy4yLDEyLjUtNy4yLDEyLjVjLTIuMSwzLjctNy41LDMuNy05LjYsMGwtNy4yLTEyLjVMLjgsOC4zQy0xLjQsNC42LDEuMywwLDUuNiwwaDE0LjRaIi8+PC9zdmc+");
}
.event_impressions > li > div {
  width: 30%;
  min-width: 30%;
  text-align: center;
}
.event_impressions > li > div figure > img {
  max-width: 100%;
  height: auto;
}
.event_impressions > li > div figure > figcaption {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 14px;
}
.event_impressions > li p {
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .event_impressions {
    flex-direction: column;
    margin-top: 30px;
  }
  .event_impressions {
    gap: 50px;
  }
  .event_impressions > li {
    align-items: center;
  }
}
/* 参加費 */
.event_price_table {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: none;
}
.event_price_table * {
  box-sizing: border-box;
}
.event_price_table th {
  text-align: center;
  padding: 5px;
  background-color: transparent;
  border: none;
  height: 100%;
}
.event_price_table th span {
  font-size: 12px;
}
.event_price_table thead th div {
  border-radius: 5px;
  height: 100%;
  padding: 10px;
  background-color: #edf4ff;
}
.event_price_table thead th:not(:first-child) div {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.event_price_table thead th:first-child div {
  border: 1px solid #ccc;
  background-color: transparent;
}*/
.event_price_table td {
  padding: 5px;
  line-height: 1.5;
  border: none;
  text-align: center;
  font-size: 12px;
  height: 100%;
}
.event_price_table td div {
  border-radius: 5px;
  height: 100%;
  padding: 10px;
  border: 1px solid #d5e4fa;
}
.event_price_table tbody th div {
  border-radius: 5px;
  background-color: #edf4ff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event_price_ttl {
  font-weight: bold;
  font-size: 2rem;
}
.event_price {
  font-weight: bold;
  font-size: 3rem;
  color: #006cc8;
}
.event_price_balloon {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 5px;
  background-color: #ff9900;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}
.event_price_balloon::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #ff9900;
  left: 0;
  right: 0;
  bottom: -9px;
  margin: auto;
}
.event_note {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
}
.event_note > li {
  padding-left: 1.5em;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
}
.event_note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.event_note > li:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .event_price_table thead {
    display: none;
  }
  .event_price_table tr {
    width: 100%;
  }
  .event_price_table tbody th {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    border-radius: 5px;
    background-color: #edf4ff;
    margin-bottom: 5px;
  }
  .event_price_table td {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 130px;
  }
  .event_price_table td::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #edf4ff;
  }
}
/* サポート */
.event_suport_table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.event_suport_table * {
  box-sizing: border-box;
}
.event_suport_table th {
  width: calc(100% / 3);
  min-width: calc(100% / 3);
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
.event_suport_table td {
  vertical-align: top;
  background-color: #fff;
}
.event_suport_table td > div {
  height: 150px;
  margin-bottom: 10px;
}
.event_suport_table td > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.event_suport_table td p {
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .event_suport_table thead {
    display: none;
  }
  .event_suport_table tr {
    width: 100%;
  }
  .event_suport_table td {
    display: block;
    width: 100%;
    padding-top: 4.5em;
    position: relative;
  }
  .event_suport_table td::before {
    content: attr(data-label);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 4em;
    border-bottom: 2px solid #ccc;
    background-color: #ededed;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .event_suport_table td > div {
    text-align: center;
  }
  .event_suport_table td > div img {
    max-width: 300px;
  }
}
/* ブログ誘導 */
.event_card_link {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  gap: 20px;
  box-sizing: border-box;
}
.event_card_link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMwLjgzIDUwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2NjYzt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMS43MSw0OC4yOWMtMi4yOC0yLjI4LTIuMjgtNS45NywwLTguMjVoMGwxNS4wNS0xNS4wNUwxLjcxLDkuOTVoMEMtLjU3LDcuNjgtLjU3LDMuOTgsMS43MSwxLjcxaDBDMy45OC0uNTcsNy42OC0uNTcsOS45NSwxLjcxaDBsMTkuMTcsMTkuMTdjMS4wOSwxLjA5LDEuNzEsMi41OSwxLjcxLDQuMTJoMGMwLDEuNTQtLjYyLDMuMDQtMS43MSw0LjEyaDBsLTE5LjE3LDE5LjE3Yy0xLjE0LDEuMTQtMi42MywxLjcxLTQuMTIsMS43MWgwYy0xLjQ5LDAtMi45OC0uNTctNC4xMi0xLjcxaDBaIi8+PC9zdmc+");
}
.event_card_link:hover {
  opacity: 0.7;
  background-color: #fff;
}
.event_card_link:hover img {
  opacity: 1;
}
.event_card_link > img {
  width: 300px;
  max-width: 30%;
}
.event_card_link span {
  display: inline-block;
  color: initial;
  margin-bottom: 10px;
  line-height: 1.5;
}
.event_card_link p {
  font-weight: bold;
  font-size: 2rem;
  color: initial;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .event_card_link {
    flex-direction: column;
  }
  .event_card_link::after {
    display: none;
  }
  .event_card_link > img {
    width: 100%;
    max-width: 100%;
  }
  .event_card_content {
    padding-right: 30px;
    position: relative;
  }
  .event_card_content::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMwLjgzIDUwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2NjYzt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMS43MSw0OC4yOWMtMi4yOC0yLjI4LTIuMjgtNS45NywwLTguMjVoMGwxNS4wNS0xNS4wNUwxLjcxLDkuOTVoMEMtLjU3LDcuNjgtLjU3LDMuOTgsMS43MSwxLjcxaDBDMy45OC0uNTcsNy42OC0uNTcsOS45NSwxLjcxaDBsMTkuMTcsMTkuMTdjMS4wOSwxLjA5LDEuNzEsMi41OSwxLjcxLDQuMTJoMGMwLDEuNTQtLjYyLDMuMDQtMS43MSw0LjEyaDBsLTE5LjE3LDE5LjE3Yy0xLjE0LDEuMTQtMi42MywxLjcxLTQuMTIsMS43MWgwYy0xLjQ5LDAtMi45OC0uNTctNC4xMi0xLjcxaDBaIi8+PC9zdmc+");
  }
}
/* 誘導 */
.event_induction {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #ff9900;
  padding-top: 50px;
}
.event_induction > i {
  margin-right: 30px;
  display: inline-block;
  animation: float 1.5s ease-in-out infinite;
}
@media screen and (max-width: 600px) {
  .event_induction {
    font-size: 2rem;
  }
  .event_induction > i {
    margin-right: 20px;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
